/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
}
body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- Header Part Starts Here --*/
.slider{
  background:url("images/banner.jpg");
}
.navigation {
	float: right;
	text-align: right;
}
.logo {
	float: left;
}
.logo a{
	display:block;
}
.header {
	/*padding-top: 2%;*/
}
ul.navig {
	padding: 0;
}
ul.navig li span {
	color: #fff;
	margin: 0 15px;
	font-size: 16px;
}
ul.navig li {
	display: inline-block;
	margin: 0 2px;
}
ul.navig li a {
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding: 7px 14px;
  /*background: #0fa7ff;*/
}
ul.navig li a.active {
	color: #fff;
	/*background:#f2d80f;*/
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* Shutter Out Vertical */
a.hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  /*background: #ff339a;*/
  color: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: #f2d80f;*/
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-shutter-out-vertical:hover,a.hvr-shutter-out-vertical:focus,a.hvr-shutter-out-vertical:active {
  color: white;
}
a.hvr-shutter-out-vertical:hover:before,a.hvr-shutter-out-vertical:focus:before,a.hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
ul.navig li a:hover ul.navig li a:after{
	display: block;
}
ul.navig li a:after{
	width:15px;
	height:15px;
	/*background:red;*/
	display: none;
	content:"";
	position:absolute;
	top:0;
}
.head_grid{
	text-align:center;
	width: 26.3%;
}
.head_grid_center{
	margin: 0 7em;
}
.grid_ba{
	width:100%;
	background:#dfdfdf;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
	padding: 5em 1em;
	margin:0 auto;
}
.grid_ba p{
	margin:1em 0 0 0;
	font-size:1em;
	font-weight:600;
	color: #4c4a5a;
}
.stars {
	margin: 7em 0 2em 0;
	text-align: center;
	position: relative;
}
.stars:before {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	left: 9%;
}
.stars:after {
	content: "";
	background: rgba(88, 86, 104, 0.33);
	height: 1px;
	width: 35%;
	position: absolute;
	top: 59%;
	right: 9%;
}
@media (max-width: 768px){
span.menu:before {
	content: url(../images/nav-icon.png);
	cursor: pointer;	
	height:32px;
}
ul.navig {
	width: 11%;
	float: right;
	margin:0;
}
.header {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	left:0;
}
ul.navig{
	display:none;
}
ul.navig li {
	font-size: 12px;
	display:inline-block;
	width: 100%;
	margin:0;
}
ul.navig li a {
  padding: 7px;
  font-size: 15px;
  width: 100%;
  font-weight: 600;
  display: block;
  /*background: #fff;*/
  color: #333333;
  margin: 3px 0px;
}
ul.navig li a:hover{
	/*color:#ffffff;*/
}
 span.menu{
	display:block;
	float:right;
	margin: 20px 15px 0 0;
}
ul.navig {
	margin: 0;
	z-index: 999;
	position: absolute;
	width: 96%;
	text-align: center;
	top: 100%;
	left: 2%;
	background: rgba(255, 255, 255, 0.97);
}
.navigation {
	height: 60px;
	padding: 0px 16px 0em;
	margin-bottom: 0em;
}
ul.navig li:nth-of-type(4) {
	margin: 0 0px 0 0em;
}
ul.navig li:nth-of-type(3) {
	margin: 0 0em 0 0px;
}
}
/*--Header-Part-Ends-Here --*/
.banner{
	/*ackground: #0fa7ff;*/
  background-image: url("../images/banner.jpg");
	padding: 0em 0px 3.5em 0px;
}
.banner-bottom {
  margin-top: 12%;
}
.banner-left img {
  width: 100%;
}
.banner-left{
	text-align:center;
}
.banner-right {
  margin-top: 9.5%;
}
.banner-right h1{
	color: #fff;
	font-size: 2.3em;
	font-weight: 300;
	margin: 0;
}
.banner-right h1 span{
	font-weight:700;
}
.banner-right h2 {
  font-size: 1.95em;
  font-weight: 400;
  color: #fff;
  margin-top: 1.8%;
}
.banner-right p {
  color: #fff;
  font-size: 23px;
  line-height: 1.38em;
  padding-right: 3em;
  margin-top: 11%;
  font-weight: 600;
}
.bnr-btn{
	margin-top:10%;
}
.bnr-btn a {
  padding: 13px 35px;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  background: #FF4FB4;
  /*border-bottom: 4px solid #B6A416;*/
}
.banner-right ul{
	padding:0;
	margin-top: 8.5%;
}
.banner-right ul li{
	list-style:none;
	display:inline-block;
}
.banner-right ul li:nth-child(1){
	margin-right:17px;
}
.banner-right ul li span{
	background:url(../images/bn-sprit.png) no-repeat;
	width:42px;
	height:48px;
	display:block;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.banner-right ul li span.apl{
	background-position:0px 0px;
}
.banner-right ul li span.rbt{
	background-position:-42px 0px;
}
.banner-right ul li span.apl:hover{
	background-position:0px -48px;
}
.banner-right ul li span.rbt:hover{
	background-position:-42px -48px;
}
/* Bounce To Bottom */
a.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  /*background: #f2d80f;*/
  color: #fff;
}
a.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color:#000;
  background: black;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
a.hvr-bounce-to-bottom:hover,a.hvr-bounce-to-bottom:focus,a.hvr-bounce-to-bottom:active {
  color: white;
}
a.hvr-bounce-to-bottom:hover:before,a.hvr-bounce-to-bottom:focus:before,a.hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
/*--Banner-Part-Ends-Here--*/
/*--feature-Part-starts-Here--*/
.feature {
  padding: 9em 0px 0 0;
}
.feature-top h3,.get-top h3,.support-top h3,.demo-top h3{
	color: #fff;
  	font-size: 2.3em;
  	font-weight: 600;
  	margin: 0;
}
.feature-top p{
	color: #fff;
  	width: 100%;
  	margin-top: 1em;
  	line-height: 1.2em;
  	font-size: 18px;
  	font-weight: 400;
}
.feature-main{
	background:url(../images/ftr-bnr.png) no-repeat;
	width:906px;
	height:856px;
	display:block;
	margin-top:6%;
	position:relative;
}
.ftr-left {
  position: absolute;
  top: 7.5%;
  left: 27.8%;
}
.ftr-left-one {
  position: absolute;
  top: 23%;
  left: 27.8%;
}
.ftr-left-two {
  position: absolute;
  top: 39%;
  left: 27.8%;
}
.ftr-left-tre {
  position: absolute;
  top: 54%;
  left: 27.8%;
}
.ftr-left-fvr {
  position: absolute;
  top: 70%;
  left: 27.8%;
}
.ftr-right {
	 position: absolute;
	 top: 4%;
	 left: 41%;
}
.ftr-right-one {
  position: absolute;
  top: 20%;
  left: 41%;
}
.ftr-right-two {
  position: absolute;
  top: 37%;
  left: 41%;
}
.ftr-right-tre {
  position: absolute;
  top: 54%;
  left: 41%;
}
.ftr-right-fvr {
  position: absolute;
  top: 72%;
  left: 41%;
}
.ftr-right h4,.ftr-right-one h4,.ftr-right-two h4,
.ftr-right-tre h4,.ftr-right-fvr h4{
	color:#000;
	font-size:1.9em;
	font-weight:400;
	margin:0;
}
.ftr-right h4{
	transform: rotate(0.1deg);
}
.ftr-right-one h4 {
  transform: rotate(1.5deg);
}
.ftr-right-two h4 {
  transform: rotate(3deg);
}
.ftr-right-tre h4 {
  transform: rotate(6deg);
}
.ftr-right-fvr h4 {
  transform: rotate(8.5deg);
}
.ftr-right p,.ftr-right-one p,.ftr-right-two p,
.ftr-right-tre p,.ftr-right-fvr p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 13px;
  padding-right: 16%;
  line-height: 1.2em;
}
.ftr-right p{
	transform: rotate(0.1deg);
}
.ftr-right-one p {
  transform: rotate(2.1deg);
}
.ftr-right-two p {
  transform: rotate(4deg);
}
.ftr-right-tre p {
  transform: rotate(5.9deg);
}
.ftr-right-fvr p {
  transform: rotate(9.5deg);
}
.feature-right {
  text-align: left;
  width: 38%;
  float: right;
}
.feature-left{
	width:62%;
	float:left;
}
.feature-top {
  margin-left: 25%;
}
/*--feature-Part-Ends-Here--*/
/*--establish-Part-starts-Here--*/
.establish{
	background:url(../images/est-banner.png) no-repeat;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	margin-top: -8%;
	min-height: 735px;
}
.est-bottom p span {
  display: block;
}
.est-top {
  margin-top: 20%;
}
.est-left{
	float:left;
}
.est-right {
  float: left;
  text-align: left;
  margin: 3% 0 0 4%;
}
.est-right ul{
	padding:0;
	margin-top:1%;
}
.est-right ul li{
	list-style:none;
	display:inline-block;
}
.est-right h3{
	font-size:1.8em;
	font-weight:700;
	color:#000;
	margin:0;
}
.est-right p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  width: 70%;
  margin-top: 3%;
  line-height: 1.3em;
}
.est-bottom {
  margin-top: 10%;
}
.est-bottom p {
  color: #fff;
  font-weight: 300;
  font-size: 2.2em;
  font-style: italic;
  line-height: 0.7em;
  width: 100%;
  text-align: center;
}
.est-bottom p sup {
  top: -1.5em;
}
.est-bottom p sub {
  bottom: -0.25em;
  margin-left: 80%;
  display: block;
}
/*--establish-Part-Ends-Here--*/
/*--awesome-Part-starts-Here--*/
.awe-left img{
	width:100%;
	/*border:4px solid #0fa7ff;*/
}
.awe-left:hover {
  transform: scale(1.05,1.05);
  -webkit-transform: scale(1.05,1.05);
  -moz-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  z-index: 1;
  border: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.awe{
	padding:6em 0px;
	background: #fff;
}
.awe-top{
	text-align:center;
}
.awe-bottom{
	margin-top:5%;
}
.awe-top h3{
  color: #000;
  font-size: 2.3em;
  font-weight: 500;
  margin: 0;
}
.awe-top p{
  color: #000;
  width: 64%;
  margin: 1.5em auto 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 400;
}
/*--awesome-Part-Ends-Here--*/
/*--demo-Part-starts-Here--*/
.demo{
	padding-top:6em;
	background: #0fa7ff;
}
.demo-top p{
  color: #fff;
  width: 64%;
  margin: 1.5em auto 0;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 400;
}
.demo-top{
	text-align:center;
}
.demo-bottom{
	margin-top:6%;
	text-align: center;
}
.demo-bottom iframe {
  width: 78%;
  height: 550px;
  border: 10px solid #fff;
  border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
}
/*--demo-Part-Ends-Here--*/
/*--get-Part-starts-Here--*/
.get{
  background: url(../images/get-bnr.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 1040px;
  margin-top:-19%;
}
.get-top {
  margin-top: 40%;
}
.get-top p,.support-top p{
  color: #fff;
  margin-top: 1.5em;
  line-height: 1.2em;
  font-size: 18px;
  font-weight: 400;
  width: 58%;
}
.get-top ul{
	padding:0;
	margin-top:7%;
}
.get-top ul li{
	list-style:none;
	display:block;
}
.get-top ul li:nth-child(2){
	margin-top:15px;
}
/*--get-Part-Ends-Here--*/
/*--support-Part-starts-Here--*/
.sup {
  position: absolute;
  right: 13.5%;
  top: -45.4%;
}
.support{
	padding:6em 0px;
	background:#0fa7ff;
	position: relative;
}
.support-bottom{
	margin-top:5%;
}
.support-left input[type="text"] {
  width: 90%;
  color: #6d6d6b;
  background: #fff;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  border: 1px solid rgba(0, 0, 0, 0.49);
  padding: 20px 1.3em;
  margin-bottom: 1em;
  -webkit-appearance: none;
  box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-textarea textarea {
  resize: none;
  width: 90%;
  color: #6d6d6b;
  font-size: 18px;
  background: #fff;
  outline: none;
  font-family: 'Open Sans', sans-serif;
  padding: 20px 1.3em;
  border: none;
  min-height: 15em;
  border: 1px solid rgba(0, 0, 0, 0.49);
  -webkit-appearance: none;
  box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -webkit-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -moz-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -o-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
  -ms-box-shadow: 5px 6px 0px 0px rgba(0, 0, 0, 0.99);
}
.contact-but form input[type="submit"] {
  border: none;
  outline: none;
  color: #fff;
  /*background: #f2d80f;*/
  padding: 6px 55px;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 400;
  -webkit-appearance: none;
  border-bottom: 4px solid #B6A416;
}
.contact-but input[type="submit"]:hover {
  background: #cf032a;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.contact-but {
  text-align: right;
  margin: 7.5% 9.2% 0 0;
}
.support-left {
  padding: 0;
}
.sup-left {
  width: 16%;
  float: left;
  text-align: center;
  padding-top: 9px;
}
.sup-right {
  width: 84%;
  float: right;
}
.sup-right p {
  color: #000;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.3em;
}
.support-one{
	margin-top:3em;
}
.support-right {
  margin-top: 11%;
}
/*--support-Part-Ends-Here--*/
/*--footer-Part-starts-Here--*/
.footer{
	background:#272729;
	padding:6em 0px;
}
.footer-main{
	text-align:center;
}
.footer-main ul{
	padding:0;
	margin:3em 0px;
}
.footer-main ul li{
	list-style:none;
	display:inline-block;
	margin:0 10px;
}
.footer-main ul li span{
	background:url(../images/social.png) no-repeat;
	width:52px;
	height:52px;
	display:block;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.footer-main ul li span.fb{
	background-position:0px 0px;
}
.footer-main ul li span.twit{
	background-position:-52px 0px;
}
.footer-main ul li span.skp{
	background-position:-104px 0px;
}
.footer-main ul li span.fb:hover,.footer-main ul li span.fb.active{
	background-position:0px -52px;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.footer-main ul li span.twit:hover{
	background-position:-52px -52px;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.footer-main ul li span.skp:hover{
	background-position:-104px -52px;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.footer-main a{
	display:block;
}
.footer-main p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.footer-main p a{
	color:#fff;
	display: inline-block !important;
}
.footer-main p a:hover{
	color:#000;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
/*--footer-Part-Ends-Here--*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  text-indent: 100%;
  background: url(../images/up-arrow.png) no-repeat;
}
/*--media-quaries-starts-here--*/
@media (max-width: 1440px){
.banner {
  padding: 0em 0px 3.5em 0px;
}
.banner-bottom {
  margin-top: 11%;
}
.feature {
  padding: 8em 0px 0 0;
}
.feature-main {
  width: 880px;
  height: 832px;
  background-size: 100%;
}
.ftr-left,.ftr-left-one,.ftr-left-two,.ftr-left-tre,.ftr-left-fvr{
	left: 28%;
}
.ftr-left-one {
  top: 22%;
}
.ftr-left-two {
  top: 38%;
}
.ftr-left-tre {
  top: 53%;
}
.ftr-left-fvr {
  top: 69%;
}
.est-top {
  margin-top: 17%;
}
.establish {
  margin-top: -11%;
  min-height: 700px;
}
.awe-bottom {
  margin-top: 5%;
}
.get {
  margin-top: -23%;
}
.feature-top {
  margin-left: 18%;
}	
}
@media (max-width: 1366px){
.banner-bottom {
  margin-top: 10%;
}
.feature-top {
  margin-left: 14%;
}
.banner {
  padding: 2.7em 0px 3em 0px;
}
.feature {
  padding: 7em 0px 0 0;
}
.feature-main {
  width: 827px;
  height: 782px;
}
.bnr-btn a {
  padding: 12px 31px;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4, 
.ftr-right-tre h4, .ftr-right-fvr h4 {
  font-size: 1.7em;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, 
.ftr-right-tre p, .ftr-right-fvr p {
  font-size: 15px;
}
.est-top {
  margin-top: 15%;
}
.est-bottom {
  margin-top: 9%;
}
.feature-right img {
  width: 81%;
}
.establish {
  margin-top: -7.5%;
  min-height: 680px;
}
.awe {
  padding: 5em 0px;
}
.awe-bottom {
  margin-top: 7%;
}
.get {
    min-height: 990px;
  	margin-top: -25%;
}
.sup img {
  width: 90%;
}
.sup {
  right: 5.5%;
  top: -44.4%;
}
.contact-but form input[type="submit"] {
  padding: 5px 52px;
  font-size: 28px;
}
.support {
  padding: 5em 0px;
}
.support-left input[type="text"] {
  font-size: 17px;
  padding: 18px 1.15em;
}
.contact-textarea textarea {
  font-size: 17px;
  padding: 18px 1.15em;
  min-height: 14.5em;
}
.support-bottom {
  margin-top: 4%;
}
.support-right {
  margin-top: 9%;
}
.footer {
  padding: 5em 0px;
} 
}
@media (max-width: 1280px){
ul.navig li a {
  font-size: 1.2em;
}
.logo a img {
  width: 95%;
}
.logo {
  margin-top: 4px;
}
.banner {
  padding: 2.2em 0px 3em 0px;
}
.banner-right h1 {
  font-size: 2.18em;
}
.banner-right h2 {
  font-size: 1.81em;
}
.banner-right p {
  font-size: 21px;
  padding-right: 5em;
  margin-top: 10%;
}
.banner-bottom {
  margin-top: 8.5%;
}
.feature {
  padding: 6em 0px 0 0;
}
.feature-top h3, .get-top h3, .support-top h3,
.awe-top h3, .demo-top h3 {
  font-size: 2.1em;
}
.feature-main {
  width: 773px;
  height: 732px;
}
.est-left img {
  width: 92%;
}
.est-right h3 {
  font-size: 1.8em;
}
.est-right {
  margin: 2.2% 0 0 2.5%;
}
.est-bottom p {
  font-size: 2.1em;
}
.establish {
  margin-top: -9%;
  min-height: 620px;
}
.awe-bottom {
  margin-top: 6%;
}
.demo {
  padding-top: 5em;
}
.demo-bottom {
  margin-top: 5%;
}
.demo-bottom iframe {
  width: 75%;
  height: 500px;
}
.feature-top p,.awe-top p,
 .demo-top p,.get-top p, .support-top p{
  font-size: 17px;
}
.feature-top {
  margin-left: 9%;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4,
 .ftr-right-tre h4, .ftr-right-fvr h4 {
  font-size: 1.62em;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, 
.ftr-right-tre p, .ftr-right-fvr p {
  font-size: 14px;
}
.feature-one img {
  width: 90%;
}
.est-top {
  margin-top: 14%;
}
.est-bottom p {
  font-size: 2em;
}
.est-bottom p sup img{
  width: 5%;
}
.est-bottom p sub {
  bottom: -0.1em;
  margin-left: 74%;
  display: block;
}
.est-bottom p sub img {
  width: 19%;
}
.est-bottom {
  margin-top: 8%;
}
.get-top {
  margin-top: 37%;
}
.get-top ul li img {
  width: 16%;
}
.get-top ul {
  margin-top: 6%;
}
.get {
  min-height: 880px;
  margin-top: -23%;
}
.support {
  padding: 4em 0px;
}
.support-left input[type="text"] {
  font-size: 16px;
  padding: 16px 1.15em;
  width: 88%;
}
.contact-textarea textarea {
  font-size: 16px;
  padding: 16px 1.15em;
  min-height: 14em;
  width: 88%;
}
.contact-but form input[type="submit"] {
  padding: 4px 45px;
  font-size: 25px;
}
.contact-but {
  margin: 5.5% 11% 0 0;
}
.sup img {
  width: 78%;
}
.sup-right p {
  font-size: 16px;
}
.support-one {
  margin-top: 2.2em;
}
.sup {
  right: 1.5%;
  top: -43.4%;
}
.footer-main a img {
  width: 10%;
}
.footer-main ul {
  margin: 2.5em 0px;
}
.footer {
  padding: 4em 0px;
}
.awe-top p, .demo-top p {
  width: 62%;
}	
}
@media (max-width: 1024px){
.logo a img {
  width: 90%;
}
ul.navig li a {
  font-size: 1.1em;
  padding: 5px 11px;
}
.banner {
  padding: 2em 0px 2.3em 0px;
}
.banner-right h1 {
  font-size: 2.1em;
}
.banner-right h2 {
  font-size: 1.72em;
}
.banner-right p {
  font-size: 19px;
  padding-right: 2em;
  margin-top: 8%;
}
.bnr-btn a {
  padding: 10px 24px;
  font-size: 19px;
}
.feature-top h3, .get-top h3, .support-top h3,
 .awe-top h3, .demo-top h3 {
  font-size: 1.9em;
}
.banner-bottom {
  margin-top: 8%;
}
.feature-top {
  margin-left: 7%;
}
.feature-top {
  margin-left: 7%;
}
.feature-main {
  width: 621px;
  height: 590px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, 
.ftr-right-tre p, .ftr-right-fvr p {
  font-size: 13px;
  margin-top: 8px;
  padding-right: 4%;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4, 
.ftr-right-tre h4, .ftr-right-fvr h4 {
  font-size: 1.4em;
}
.feature-one img {
  width: 80%;
}
.ftr-left, .ftr-left-one, .ftr-left-two,
 .ftr-left-tre, .ftr-left-fvr {
  left: 27.7%;
}
.feature-right img {
  width: 80.5%;
  margin-left: 8%;
}
.est-right h3 {
  font-size: 1.6em;
}
.est-left img {
  width: 83%;
}
.est-right p {
  font-size: 16px;
}
.est-right ul li img {
  width: 83%;
}
.est-right {
  margin: 3.2% 0 0 1%;
}
.est-top {
  margin-top: 13%;
}
.est-bottom p {
  font-size: 1.75em;
}
.est-bottom p sub {
  margin-left: 75%;
}
.est-bottom {
  margin-top: 7.5%;
}
.establish {
  margin-top: -7%;
  min-height: 500px;
}
.awe-top p, .demo-top p {
  width: 72%;
  margin: 1.1em auto 0;
}
.awe-bottom {
  margin-top: 5.5%;
}
.demo {
  padding-top: 4em;
}
.demo-bottom {
  margin-top: 4%;
}
.demo-bottom iframe {
  width: 77%;
  height: 440px;
}
.get-top p, .support-top p {
  width: 62%;
  margin-top: 1.1em;
}
.get-top ul {
  margin-top: 5%;
}
.get {
  min-height: 740px;
  margin-top: -25%;
}
.support-left input[type="text"] {
  font-size: 15px;
  padding: 14px 1em;
  width: 85%;
}
.contact-textarea textarea {
  font-size: 15px;
  padding: 12px 1em;
  min-height: 13em;
  width: 85%;
}
.contact-but form input[type="submit"] {
  padding: 5px 38px;
  font-size: 22px;
}
.contact-but {
  margin: 5% 14.1% 0 0;
}
.sup-right {
  width: 85%;
}
.sup-left {
  width: 13%;
  padding-top: 5px;
}
.sup-right p {
  font-size: 14px;
}
.sup-left img {
  width: 40%;
}
.ph img{
  width: 31%;
}
.support-one {
  margin-top: 2em;
}
.support-right {
  margin-top: 10%;
}
.sup img {
  width: 71%;
}
.sup {
  right: 0;
  top: -41.4%;
  text-align: center;
}
.footer-main a img {
  width: 12%;
}
.footer-main ul {
  margin: 2em 0px;
}
.footer-main ul li span {
  width: 48px;
  height: 48px;
  background-size: 296%;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
  background-position: 0px -48px;
} 
.footer-main ul li span.twit {
  background-position: -48px 0px;
}
.footer-main ul li span.twit:hover {
  background-position: -48px -48px;
}
.footer-main ul li span.skp {
  background-position: -96px 0px;
}
.footer-main ul li span.skp:hover {
  background-position: -96px -48px;
}
.footer-main ul li {
  margin: 0 8px;
}	
}
@media (max-width: 768px){
.banner {
  padding: 10px 0px 2em 0px;
}
.logo {
  margin: 4px 0 0 3%;
}
span.menu {
  margin: 10px 7px 0 0;
}
.banner-bottom {
  margin-top: 14%;
}
.banner-left {
  width: 45%;
  float: left;
}
.banner-right {
  margin-top: 3.5%;
  width: 55%;
  float: right;
}
.banner-right h1 {
  font-size: 1.8em;
}
.banner-right h2 {
  font-size: 1.52em;
}
.banner-right p {
  font-size: 17px;
  padding-right: 1em;
  margin-top: 8%;
}
.bnr-btn a {
  padding: 7px 17px;
  font-size: 16px;
}
.bnr-btn {
  margin-top: 9%;
}
.banner-right ul li span {
  width: 37px;
  height: 43px;
  background-size: 198%;
}  
.banner-right ul li span.apl:hover {
  background-position: 0px -43px;
}
.banner-right ul li span.rbt {
  background-position: -37px 0px;
}
.banner-right ul li span.rbt:hover {
  background-position: -37px -43px;
}
.logo a img {
  width: 82%;
}
.feature-top h3, .get-top h3, .support-top h3,
 .awe-top h3, .demo-top h3 {
  font-size: 1.6em;
}
.feature-top p {
  margin-top: 12px;
}
.feature-top {
  margin-left: 5%;
}
.feature-top p, .awe-top p, .demo-top p, .get-top p, .support-top p {
  font-size: 15px;
}
.feature {
  padding: 4em 0px 0 0;
}
.feature-main {
  width: 462px;
  height: 436px;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4, 
.ftr-right-tre h4, .ftr-right-fvr h4 {
  font-size: 1.22em;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p,
 .ftr-right-tre p, .ftr-right-fvr p {
  font-size: 12px;
  margin-top: 6px;
  padding-right: 17%;
  overflow: hidden;
  height: 30px;
}
.feature-one img {
  width: 66%;
}
.feature-right img {
  width: 82.5%;
  margin-left: 10%;
}
.est-left {
  width: 20%;
  text-align: center;
}  	
.est-right {
  margin: 1.5% 0 0 0%;
  width: 80%;
}
.est-left img {
  width: 72%;
}
.est-right h3 {
  font-size: 1.3em;
}
.est-right p {
  font-size: 14px;
  width: 61%;
  margin-top: 2%;
}
.est-right ul li img {
  width: 65%;
}
.est-right ul li {
  text-align: center;
}
.est-right ul {
  margin-top: 2px;
}
.est-bottom p {
  font-size: 1.35em;
}
.establish {
  margin-top: -6%;
  min-height: 373px;
}
.awe-top p, .demo-top p {
  width: 88%;
  margin: 1em auto 0;
}
.awe-left {
  width: 25%;
  float: left;
}
.awe {
  padding: 3em 0px;
}
.awe-bottom {
  margin-top: 5%;
}
.demo {
  padding-top: 3em;
}
.demo-bottom {
  margin-top: 3.5%;
}
.demo-bottom iframe {
  width: 76%;
  height: 315px;
}
.get-top {
  margin-top: 44%;
  text-align: center;
}
.get-top p, .support-top p {
  width: 86%;
  margin: 14px auto 0;
}
.get-top ul li {
  display: inline-block;
}
.sup img {
  width: 36%;
}
.sup {
  right: 19.6%;
  top: -38.4%;
}
.get-top ul {
  margin-top: 2%;
}
.get-top ul li img {
  width: 70%;
}
.get {
  min-height: 800px;
  margin-top: -36%;
}
.support {
  padding: 3em 0px;
  text-align: center;
}
.support-bottom {
  margin-top: 5%;
}
.support-left input[type="text"] {
  padding: 13px 1em;
  width: 67%;
}
.contact-textarea textarea {
  padding: 13px 1em;
  width: 67%;
}
.contact-but {
  margin: 4% 0% 0 0;
  text-align: center;
}
.contact-but form input[type="submit"] {
  padding: 4px 34px;
  font-size: 21px;
}
.support-one {
  width: 59%;
  margin: 1.5em auto 0;
}
.sup-right {
  text-align: left;
}
.support-right {
  margin-top: 5%;
}
.footer {
  padding: 2.5em 0px;
}
.footer-main a img {
  width: 14%;
}
.footer-main ul li span {
  width: 45px;
  height: 45px;
  background-size: 296%;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
  background-position: 0px -45px;
}
.footer-main ul li span.twit {
  background-position: -45px 0px;
}
.footer-main ul li span.skp {
  background-position: -90px 0px;
}
.footer-main ul li span.twit:hover {
  background-position: -45px -45px;
}
.footer-main ul li span.skp:hover {
  background-position: -90px -45px;
}
.footer-main ul {
  margin: 1.5em 0px;
}
}
@media (max-width: 640px){
.banner {
  padding: 6px 0px 1.5em 0px;
}
span.menu {
  margin: 7px 2px 0 0;
}
.navigation {
  height: 40px;
}
.banner-right h1 {
  font-size: 1.7em;
}
.banner-right h2 {
  font-size: 1.41em;
}
.banner-right p {
  font-size: 14px;
  padding-right: 0em;
}
.bnr-btn a {
  padding: 5px 15px;
  font-size: 15px;
}
.banner-right ul li span {
  width: 34px;
  height: 40px;
  background-size: 202%;
}
.banner-right ul li span.apl:hover {
  background-position: 0px -40px;
}
.banner-right ul li span.rbt {
  background-position: -34px 0px;
}
.banner-right ul li span.rbt:hover {
  background-position: -34px -40px;
}
.banner-bottom {
  margin-top: 15%;
}
.feature-top h3, .get-top h3, .support-top h3,
 .awe-top h3, .demo-top h3 {
  font-size: 1.5em;
}
.feature-top {
  margin-left: 4%;
}
.feature-top p, .awe-top p, .demo-top p, 
.get-top p, .support-top p {
  font-size: 14px;
}
.feature-main {
  width: 383px;
  height: 362px;
}
.ftr-right-tre,.ftr-left-tre {
  display: none;
}
.ftr-right h4, .ftr-right-one h4,
 .ftr-right-two h4, .ftr-right-fvr h4 {
  font-size: 1.1em;
}
.ftr-right {
  top: 5%;
  left: 42%;
}
.ftr-right-one {
  top: 26%;
  left: 42%;
}
.ftr-right-two {
  top: 47%;
  left: 42%;
}
.ftr-right-fvr {
  top: 70%;
  left: 42%;
}
.feature-one img {
  width: 60%;
}
.ftr-left, .ftr-left-one, .ftr-left-two, .ftr-left-fvr {
  left: 27%;
}
.ftr-left-one {
  top: 27%;
}
.ftr-left-two {
  top: 47%;
}
.ftr-left-fvr {
  top: 66%;
}
.feature-right img {
  width: 86.5%;
}
.est-right h3 {
  font-size: 1.2em;
}
.est-right ul li img {
  width: 60%;
}
.est-right ul {
  margin-top: 0px;
}
.est-right p {
  margin-top: 1.7%;
}
.est-left img {
  width: 81%;
}
.est-right {
  margin: 1.7% 0 0 0%;
}
.est-bottom p {
  font-size: 1.2em;
}
.est-bottom p sub img {
  width: 26%;
}
.est-bottom p sub {
  margin-left: 80%;
  bottom: -0.5em;
}
.est-bottom p sup img {
  width: 5.1%;
}
.est-top {
  margin-top: 15%;
}
.establish {
  margin-top: -6%;
  min-height: 345px;
}
.demo {
  padding-top: 2.5em;
}
.demo-bottom iframe {
  width: 78%;
  height: 285px;
}
.get-top ul li img {
  width: 67%;
}
.get-top ul {
  margin-top: 1.8%;
}
.sup {
  right: 13.5%;
  top: -42%;
}
.get {
  min-height: 772px;
  margin-top: -44%;
}
.get-top {
  margin-top: 51%;
}
.support {
  padding: 2.5em 0px;
}
.support-left input[type="text"] {
  padding: 11px 10px;
  width: 68%;
}
.contact-textarea textarea {
  padding: 11px 10px;
  min-height: 12em;
  width: 68%;
}
.contact-but form input[type="submit"] {
  padding: 4px 30px;
  font-size: 19px;
}
.contact-but {
  margin: 3% 0% 0 0;
}
.support-one {
  width: 66%;
  margin: 1.3em auto 0;
}
.footer-main a img {
  width: 15%;
}
.footer {
  padding: 2.2em 0px;
}
.footer-main ul {
  margin: 1.3em 0px;
}	
}
@media (max-width: 480px){
.logo a img {
  width: 70%;
}
span.menu {
  margin: 4px 0px 0 0;
}
.banner-left {
  width: 40%;
}
.banner-right {
  margin-top: 3.5%;
  width: 60%;
}	
.banner-right h1 {
  font-size: 1.4em;
}
.banner-right h2 {
  font-size: 1.23em;
}
.banner-right p {
  overflow: hidden;
  height: 41px;
  margin-top: 7%;
}
.bnr-btn a {
  padding: 4px 11px;
  font-size: 14px;
}
.banner-right ul li span {
  width: 26px;
  height: 32px;
  background-size: 212%;
}
.banner-right ul li span.apl:hover {
  background-position: 0px -32px;
}
.banner-right ul li span.rbt {
  background-position: -28px 0px;
}
.banner-right ul li span.rbt:hover {
  background-position: -28px -32px;
}
.banner-bottom {
  margin-top: 17%;
}
.banner-right ul {
  margin-top: 7.5%;
}
.feature-top h3, .get-top h3, .support-top h3,
 .awe-top h3, .demo-top h3 {
  font-size: 1.3em;
}
.feature-top p, .awe-top p, .demo-top p,
 .get-top p, .support-top p {
  font-size: 13px;
}
.feature-top p {
  margin-top: 9px;
  overflow: hidden;
  height: 31px;
}
.feature-main {
  width: 284px;
  height: 271px;
}
.ftr-right p, .ftr-right-one p, .ftr-right-two p, .ftr-right-tre p,
 .ftr-right-fvr p {
  font-size: 10px;
  margin-top: 5px;
  height: 24px;
}
.ftr-right h4, .ftr-right-one h4, .ftr-right-two h4, .ftr-right-fvr h4 {
  font-size: 14px;
}
.feature-one img {
  width: 54%;
}
.ftr-left, .ftr-left-one,
 .ftr-left-two, .ftr-left-fvr {
  left: 26.5%;
}
.feature-right img {
  width: 85.5%;
}
.feature {
  padding: 2.5em 0px 0 0;
}
.est-right h3 {
  font-size: 1.1em;
}
.est-right p {
  font-size: 13px;
  width: 73%;
}
.est-right ul li img {
  width: 50%;
}
.est-left {
  width: 22%;
}
.est-right {
  width: 78%;
}
.est-bottom p span {
  display: none;
}
.est-bottom p sub img {
  width: 9%;
}
.est-bottom p sub {
  margin-left: 40%;
  bottom: -0.1em;
}
.est-bottom p sup img {
  width: 5.7%;
}
.establish {
  min-height: 265px;
}
.awe-left {
  width: 33.3%;
}
.awe-left:nth-child(4){
	/*display:none;*/
}
.awe-top p, .demo-top p {
  width: 100%;
  margin: 9px auto 0;
}
.awe-bottom {
  margin-top: 4.2%;
}
.awe {
  padding: 2em 0px;
}
.demo {
  padding-top: 2em;
}
.demo-bottom iframe {
  width: 82%;
  height: 234px;
  border: 6px solid #fff;
}
.get-top p, .support-top p {
  width: 100%;
  margin: 10px auto 0;
}
.get {
  min-height: 665px;
  margin-top: -51%;
}
.get-top {
  margin-top: 61%;
}
.get-top ul {
  margin-top: 0.8%;
}
.get-top ul li img {
  width: 63%;
}
.sup {
  right: 1%;
  top: -40.5%;
}
.sup img {
  width: 30%;
}
.support-left input[type="text"] {
  padding: 9px 10px;
  font-size: 14px;
  width: 70%;
}
.contact-textarea textarea {
  padding: 9px 10px;
  min-height: 11em;
  font-size: 14px;
  width: 70%;
}
.contact-but form input[type="submit"] {
  padding: 5px 27px;
  font-size: 17px;
}
.contact-but {
  margin: 4% 0% 0 0;
}
.support-one {
  width: 95%;
  margin: 1em auto 0;
}
.support-right {
  margin-top: 6%;
}
.support {
  padding: 2em 0px;
}
.footer {
  padding: 2em 0px;
}
.footer-main p {
  font-size: 16px;
}
.footer-main a img {
  width: 20%;
}
.footer-main ul {
  margin: 1.1em 0px;
}
.footer-main ul li span {
  width: 40px;
  height: 40px;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
  background-position: 0px -40px;
}
.footer-main ul li span.twit {
  background-position: -40px 0px;
}
.footer-main ul li span.twit:hover {
  background-position: -40px -40px;
}
.footer-main ul li span.skp {
  background-position: -80px 0px;
}
.footer-main ul li span.skp:hover {
  background-position: -80px -40px;
}
.footer-main ul li {
  margin: 0 5px;
}
}
@media (max-width: 320px){
.banner-left {
  width: 100%;
}
.banner-left img {
  width: 40%;
}
.banner-bottom {
  margin-top: 22%;
}
.banner-right {
  margin-top: 6.5%;
  width: 100%;
  text-align: center;
}
.banner-right h1 {
  font-size: 1.3em;
}
.banner-right h2 {
  font-size: 1.1em;
}
.banner-right p {
  margin-top: 5%;
}
.bnr-btn a {
  padding: 4px 9px;
  font-size: 13px;
}
.bnr-btn {
  margin-top: 7%;
}
.feature-left {
  width: 100%;
}	
.feature-right {
  display: none;
}
.feature-top {
  margin-left: 0%;
  text-align: center;
}
.feature-top h3, .get-top h3, .support-top h3,
 .awe-top h3, .demo-top h3 {
  font-size: 1.2em;
}
.feature {
  padding: 1.7em 0px 0 0;
}
.est-right h3 {
  font-size: 1em;
}
.est-left img {
  width: 90%;
}
.est-right {
  width: 74%;
  padding-left: 10px;
}
.est-left {
  width: 26%;
}
.est-right p {
  overflow: hidden;
  height: 31px;
}
.est-bottom p {
  font-size: 1.1em;
  line-height: 1.3em;
}
.est-bottom p {
  font-size: 1em;
  line-height: 1.3em;
}
.est-bottom p sup {
  top: -1.2em;
}
.est-bottom p sub img {
  width: 60%;
}
.est-bottom p sub {
  margin-left: 90%;
  bottom: 5px;
}
.est-bottom {
  margin-top: 6.5%;
}
.est-top {
  margin-top: 19%;
}
.establish {
  min-height: 220px;
  margin-top: -9%;
}
.awe-top p, .demo-top p,.get-top p, .support-top p {
  margin: 8px auto 0;
  overflow: hidden;
  height: 32px;
}
.awe-bottom {
  margin-top: 5%;
}
.awe-left {
  width: 50%;
}
.awe-left:nth-child(3){
	d/*isplay:none;*/
}
span.menu {
  margin: 6px 0px 0 0;
}
.demo-bottom iframe {
  width: 85%;
  height: 165px;
  border: 4px solid #fff;
}
.sup {
  display: none;
}
.get-top ul {
  margin-top: 6.8%;
}
.get-top {
  margin-top: 54%;
}
.get {
  min-height: 345px;
  margin-top: -42%;
}
.support-left input[type="text"],.contact-textarea textarea {
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
  -webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
  -moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
  -o-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
  -ms-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.99);
}
.support-left input[type="text"] {
  padding: 8px 10px;
  font-size: 13px;
  width: 85%;
  margin-bottom: 10px;
}
.contact-textarea textarea {
  padding: 8px 10px;
  min-height: 9em;
  font-size: 13px;
  width: 85%;
}
.contact-but form input[type="submit"] {
  padding: 3px 21px;
  font-size: 15px;
}
.contact-but {
  margin: 5% 0% 0 0;
}
.sup-right p {
  font-size: 13px;
  overflow: hidden;
  height: 33px;
}
.sup-left img {
  width: 55%;
}
.ph img {
  width: 41%;
}
.footer-main a img {
  width: 29%;
}
.footer-main ul li span.fb:hover, .footer-main ul li span.fb.active {
  background-position: 0px -35px;
}
.footer-main ul li span {
  width: 35px;
  height: 35px;
}
.footer-main ul li span.twit {
  background-position: -35px 0px;
}
.footer-main ul li span.skp {
  background-position: -70px 0px;
}
.footer-main ul li span.twit:hover {
  background-position: -35px -35px;
}
.footer-main ul li span.skp:hover {
  background-position: -70px -35px;
}
.get-top ul li img {
  width: 55%;
}
.footer-main ul li {
  margin: 0 3px;
}
.footer-main ul {
  margin: 22px 0px 10px 0px;
}
.footer-main p {
  font-size: 13px;
}
.footer {
  padding: 1.5em 0px;
}
#toTop {
  width: 40px;
  height: 40px;
  background-size: 100%;
}
}
/*--media-quaries-ends-here--*/



.top_menu{
  background: rgba(0, 0, 0, 0.5);
  height: 60px;
  margin-right: 0px !important; color: white;
}
.top-li li{
  padding: 9px;
}






/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  /*margin: 0 5px;*/
}


/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #F56505;
}
.social-network a.icoFacebook:hover {
  background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
  background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}

.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 30px;
  height: 30px;
  font-size:20px;
}
.social-circle li i {
  margin:0;
  line-height:15px;
  text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.social-circle a {
 background-color: transparent;
 border:1px solid white;   
}

.twi{
  margin-left: -5px !important;
}
.btn-menu{
  background-color: #FF4FB4;
}

.cover{
  background:#f6f6f6;
  padding:6em 0px;
}

.input-group-addon.primary {
    color: white;
    background-color: #ff4fb4;
}


.cover h1{
  color: #000;
font-size: 2.3em;
font-weight: 500;
margin: 0;
}

.beautition{
  background:url("../images/beautition1.jpg") !important;
  background: cover;
  padding:6em 0px;
}
.btn-beauty{
  background-color: black;
  color: white;
  padding: 6px 12px !important;
}
.btn-beauty:hover{
  background-color: #ff4fb4;
  color: white !important;
}

.btn-live{
  background-color: white;
  color: black;
  padding: 6px 12px !important;
 /* border: 1px solid black;*/
  line-height: 40px;
  box-shadow: 10px 10px 10px 10px #888888;
}
.btn-live:hover{
  background-color: #ff4fb4;
  color: white !important;
  border:1px solid #ff4fb4;
}

.video-section{
background:url(../images/video_banner.jpg);
padding: 110px 0 32px;
min-height: 496px; 
/* Incase of overlay problems just increase the min-height*/
}
.video-section h1, .video-section h3{
text-align:center;
color:#fff;
}
.video-section h1{
font-size:40px;
font-family: 'Buenard', serif;
font-weight:bold;
text-transform: uppercase;
margin: 40px auto 0px;
text-shadow: 1px 1px 1px #000;
-webkit-text-shadow: 1px 1px 1px #000;
-moz-text-shadow: 1px 1px 1px #000;
}
.video-section h3{
font-size: 25px;
font-weight:lighter;
margin: 0px auto 15px;
}
.video-section .buttonBar{display:none;}
.player {font-size: 1px;}

.footer_icon i{
  padding: 10px;
  font-size: 20px;
}
.footer_icon p{
  color: white;
}

.small_footer{
  border-top: 1px solid #929292;
  background-color: #222126;
  padding: 20px;
  color: white;
}



.box{
    width:100%;
    height:300px;
    background-color:rgb(41, 128, 185);
}



#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
  background: url("../images/testi.jpg");
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 100px;
  height: 100px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}



.carousel-control.left,.carousel-control.right  {background:none;width:40px;}
.carousel-control.left {left:-25px;}
.carousel-control.right {right:-25px;}
.broun-block {
    background: url("http://myinstantcms.ru/images/bg-broun1.jpg") repeat scroll center top rgba(0, 0, 0, 0);
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}
.sprite {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAeUCAYAAAAU3UTMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyBpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBXaW5kb3dzIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjY1MzJERUNDRjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjY1MzJERUNERjBEMTExRTM4N0ZFOUUyNENEOTZCNjVCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NjUzMkRFQ0FGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NjUzMkRFQ0JGMEQxMTFFMzg3RkU5RTI0Q0Q5NkI2NUIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4/ZdnrAAAydElEQVR42uydCbgUxbn3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');
}
.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #ffcc00;
    display: block;
    font-size: 14px;
    margin-top: 3px;
    text-decoration: underline;
}
.person-text i {
    color: #fff;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}

