@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#363636;
/*	border: 1px solid black;*/
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
img{
	display:block;
	border:none;
	outline:none;
}
ul{
	list-style:none;
}
input:focus, textarea:focus, select:focus{
	outline:none;
}
textarea{
	overflow:auto;
}
input[type=text], input[type=password], input[type=submit], input[type=reset], textarea, select{
	-webkit-appearance:none;
	border-radius:0;
}
a{
	color:#000;
}
a, a:hover, button{
	text-decoration:none;
	outline:none;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
}
.wrapper{
	width:1170px;
	margin:0 auto;
}

/*header section start*/
.header{
	padding:22px 0 0;
}
.logo{
	width:337px;
	float:left;
}
.top-right{
	float:right;
}
.top-info{
	float:right;
	padding:6px 0 0;
	margin:0 0 21px;
}
.top-info p{
	font-family: 'Hind', sans-serif;
	font-size:22px;
	line-height:35px;
	font-weight:500;
	color:#2a2a2a;
	float:left;
	margin:2px 0 0;
}
.top-info p span{
	color:#c61f30;
}
.worth-btn{
	display:inline-block;
	float:left;
	color:#FFF;
	font-size:15px;
	padding:0 20px;
	margin:2px 0 0 20px;
	line-height:35px;
	background-color:#c81b2b;
	font-weight:700;
	position:relative;
}
.worth-btn span{
	position:relative;
	z-index:1;
	background:url(../images/worth_btn_ar.png) no-repeat right center;
	display:block;
	padding:0 25px 0 0;
}
.worth-btn:after{
	position:absolute;
	top:100%;
	bottom:0;
	left:0;
	right:0;
	display:block;
	content:'';
	background-color:#232f5f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.worth-btn:hover:after{
	top:0;
}
.top-social{
	margin:0 0 0 19px;
	padding:0;
	float:left;
}
.top-social li{
	float:left;
	margin:2px 3px 0 0;
}
.top-social li:last-child{
	margin:0;
}
.top-social li a{
	width:38px;
	height:44px;
	display:block;
}
.top-social li a.fb{
	background:url(../images/top_fb_icon.png) no-repeat 0 0;
}
.top-social li a.fb:hover{
	background:url(../images/top_fb_icon_h.png) no-repeat 0 0;
}
.top-social li a.twit{
	background:url(../images/top_twit_icon.png) no-repeat 0 0;
}
.top-social li a.twit:hover{
	background:url(../images/top_twit_icon_h.png) no-repeat 0 0;
}
@-webkit-keyframes hvr-bob {
  	0% {
    	-webkit-transform: translateY(-8px);
    	transform: translateY(-8px);
  	}
  	50% {
    	-webkit-transform: translateY(-4px);
    	transform: translateY(-4px);
  	}
  	100% {
    	-webkit-transform: translateY(-8px);
    	transform: translateY(-8px);
  	}
}
@keyframes hvr-bob {
  	0% {
    	-webkit-transform: translateY(-8px);
    	transform: translateY(-8px);
  	}
  	50% {
    	-webkit-transform: translateY(-4px);
    	transform: translateY(-4px);
 	}
  	100% {
    	-webkit-transform: translateY(-8px);
    	transform: translateY(-8px);
  	}
}

@-webkit-keyframes hvr-bob-float {
  	100% {
    	-webkit-transform: translateY(-8px);
    	transform: translateY(-8px);
  	}
}
@keyframes hvr-bob-float {
  	100% {
    	-webkit-transform: translateY(-8px);
    	transform: translateY(-8px);
  	}
}
.hvr-bob {
  	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;
}
.hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
  	-webkit-animation-name: hvr-bob-float, hvr-bob;
  	animation-name: hvr-bob-float, hvr-bob;
  	-webkit-animation-duration: .3s, 1.5s;
  	animation-duration: .3s, 1.5s;
  	-webkit-animation-delay: 0s, .3s;
 	 animation-delay: 0s, .3s;
  	-webkit-animation-timing-function: ease-out, ease-in-out;
  	animation-timing-function: ease-out, ease-in-out;
  	-webkit-animation-iteration-count: 1, infinite;
  	animation-iteration-count: 1, infinite;
  	-webkit-animation-fill-mode: forwards;
  	animation-fill-mode: forwards;
  	-webkit-animation-direction: normal, alternate;
  	animation-direction: normal, alternate;
}
.navigation{
	position:relative;
	z-index:100;
}
.nav{
	margin:0;
	padding:0;
}
.nav li{
	float:left;
	border-right:1px solid #dbdbdb;
	font-weight:500;
	font-family: 'Hind', sans-serif;
	position:relative;
}
.nav li:last-child{
	border:none;
}
.nav li a{
	color:#232f5f;
	position:relative;
	display:block;
	padding:0 9px;
	background:url(../images/nav_bg.png) repeat-x 0 bottom #f7f7f7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	line-height:50px;
}
.nav li a:before{
	top:100%;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	display:block;
	content:'';
	background-color:#232f5f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav li a:hover:before, .nav li a.active:before{
	top:0;
}
.nav li a:hover, .nav li a.active{
	color:#FFF;
}
.nav li a span{
	position:relative;
	z-index:1;
}
.nav li a img{
	margin:0 auto;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav li a img.hover{
	position:absolute;
	top:-50px;
	bottom:0;
	left:0;
	right:0;
	margin:0 auto;
	opacity:0;
}
@-moz-document url-prefix(){
  .nav li a img.hover{
	  top:0;
  }
}
.nav li a:hover img.normal, .nav li a.active img.normal{
	opacity:0;
}
.nav li a:hover img.hover, .nav li a.active img.hover{
	opacity:1;
}
.nav li ul{
	position:absolute;
	width:250px;
	left:-1px;
	top:50px;
	display:none;
}
.nav li ul li{
	float:none;
	font-size:16px;
	border:none;
}
.nav li ul li a{
	line-height:22px;
	padding:10px 20px;
}
.nav li ul li a:before{
	display:none;
}
.nav li ul li a:hover, .nav li ul li a.active{
	background-color:#c81b2b;
	background-image:none;
}
.responsive{
	width:26px;
	display:none;
	float:right;
	cursor:pointer;
	display:none;
	position:relative;
	margin:5px 0 0;
	height:18px;
}
.responsive span{
	background-color:#c81b2b;
	height:4px;
	display:block;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
	position:relative;
	margin:7px 0;
}
.responsive span:before, .responsive span:after{
	background-color:#c81b2b;
	height:100%;
	width:100%;
	left:0;
	right:0;
	display:block;
	content:'';
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	position:absolute;
	transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s;
}
.responsive span:before{
	top:-7px;
}
.responsive span:after{
	top:7px;
}
.responsive.active span::before {
	top: 0;
	transform: rotate(45deg);
}
.responsive.active span::after {
	top: 0;
	transform: rotate(-45deg);
}
.responsive.active span {
	background-color:transparent;
}
/*header section end*/


/*banner section start*/
.banner{
	height:707px;
	position:relative;
	/*background:url(../images/banner_bg.jpg) no-repeat center 0;*/
	background: #000;
	background-size:cover;
	overflow:hidden;
}
.banner:before, .inner-banner:before{
	height:10px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	background:url(../images/banner_shadow.png) repeat-x 0 0;
	display:block;
	content:'';
}
.banner .wrapper{
	text-align:center;
	left:0;
	right:0;
	top:32%;
	position:absolute;
}
.banner iframe, .banner video{
	width:100% !important;
	height:152% !important;
	margin:-8.2% 0 0;
}
.banner h1{
	font-size:60px;
	line-height:64px;
	color:#FFF;
	margin:0 0 6px;
}
.banner h3{
	font-size:32px;
	line-height:36px;
	color:#FFF;
	font-weight:400;
	margin:0 0 25px;
}
.banner .btn{
	display:inline-block;
	font-size:15px;
	font-weight:700;
	color:#FFF;
	padding:0 30px;
	line-height:41px;
	background-color:#c81b2b;
	position:relative;
}
.banner .btn span{
	position:relative;
	z-index:1;
}
.banner .btn:before{
	position:absolute;
	top:100%;
	bottom:0;
	left:0;
	right:0;
	display:block;
	content:'';
	background-color:#232f5f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner .btn:hover:before{
	top:0;
}
/*banner section end*/


/*home content start*/
.home-content{
	position:relative;
	float:left;
	width:100%;
	background:url(../images/home_bg.jpg) no-repeat center 0;
	background-size:cover;
}
.home-content-glow{
	background:url(../images/home_bg_glow.png) no-repeat center 40%;
	position:relative;
}
.home-content:before{
	top:0;
	left:0;
	right:0;
	height:48.5%;
	display:block;
	position:absolute;
	content:'';
	background:url(../images/home_upper_triangle.png) no-repeat center bottom;
	background-size:100% 100%;
}
.home-lower-triangle{
	bottom:0;
	left:0;
	right:0;
	height:51.5%;
	display:block;
	position:absolute;
	background:url(../images/home_lower_triangle.png) no-repeat center 0;
	background-size:100% 100%;
	z-index:10;
}
.home-content .wrapper{
	position:relative;
	z-index:10;
}
.home-pods{
	margin:-87px 0 284px;
	float:left;
	width:100%;
}
.home-pods ul{
	margin:0;
	padding:0;
	text-align:center;
}
.home-pods ul li{
	display:inline-block;
	vertical-align:top;
	width:387px;
	position:relative;
	background-color:#c81b2b;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	cursor:pointer;
}
.home-pods ul li:nth-child(even){
	background-color:#232f5f;
}
@-webkit-keyframes hvr-wobble-vertical {
  	16.65% {
    	-webkit-transform: translateY(8px);
    	transform: translateY(8px);
  	}
  	33.3% {
    	-webkit-transform: translateY(-6px);
    	transform: translateY(-6px);
  	}
  	49.95% {
    	-webkit-transform: translateY(4px);
    	transform: translateY(4px);
  	}
  	66.6% {
    	-webkit-transform: translateY(-2px);
    	transform: translateY(-2px);
  	}
  	83.25% {
    	-webkit-transform: translateY(1px);
    	transform: translateY(1px);
  	}
  	100% {
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
  	}
}
@keyframes hvr-wobble-vertical {
  	16.65% {
    	-webkit-transform: translateY(8px);
    	transform: translateY(8px);
  	}
  	33.3% {
    	-webkit-transform: translateY(-6px);
    	transform: translateY(-6px);
  	}
  	49.95% {
    	-webkit-transform: translateY(4px);
    	transform: translateY(4px);
  	}
  	66.6% {
    	-webkit-transform: translateY(-2px);
    	transform: translateY(-2px);
  	}
  	83.25% {
    	-webkit-transform: translateY(1px);
    	transform: translateY(1px);
  	}
  	100% {
    	-webkit-transform: translateY(0);
    	transform: translateY(0);
  	}
}
.hvr-wobble-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;
}
.hvr-wobble-vertical:hover, .hvr-wobble-vertical:focus, .hvr-wobble-vertical:active {
  	-webkit-animation-name: hvr-wobble-vertical;
  	animation-name: hvr-wobble-vertical;
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-timing-function: ease-in-out;
  	animation-timing-function: ease-in-out;
  	-webkit-animation-iteration-count: 1;
  	animation-iteration-count: 1;
}
.home-pods ul li img{
	margin:0 auto 20px;
}
.home-pods ul li h4{
	font-size:18px;
	line-height:24px;
	color:#FFF;
	font-weight:900;
}
.home-pods ul li h4 a{
	color:#FFF;
}
.pods-block{
	padding:32px 0 37px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
.mike-heading{
	width:350px;
	float:left;
}
.mike-heading h2{
	font-size:45px;
	line-height:47px;
	color:#232f5f;
	margin: 0 0 16px;
}
.mike-heading h2 span{
	display:block;
	font-size:80px;
	line-height:72px;
}
.mike-heading h3{
	font-size:30px;
	line-height:35px;
	font-weight:400;
}
.mike-text-right{
	width:358px;
	float:right;
	padding:4px 0 0;
}
.mike-text-right p{
	line-height:28px;
	margin:0 0 23px;
}
.mike-text-right .btn{
	display:block;
	font-size:19px;
	line-height:24px;
	color:#FFF;
	font-weight:700;
	background-color:#c81b2b;
	padding:9px 15px 13px;
	position:relative;
}
.mike-text-right .btn span{
	position:relative;
	z-index:1;
}
.mike-text-right .btn span img{
	display:inline-block;
	vertical-align:top;
	margin:7px 0 0 5px;
}
.mike-text-right .btn:before{
	top:100%;
	bottom:0;
	left:0;
	right:0;
	display:block;
	content:'';
	position:absolute;
	background-color:#232f5f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mike-text-right .btn:hover:before{
	top:0;
}
.mike-video{
	margin:522px 0 0;
	padding: 0 0 115px;
	text-align:center;
	position:relative;
	z-index:100;
}
.mike-video-block{
	padding:5px;
	background-color:rgba(255,255,255,.2);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	overflow:hidden;
	width:650px;
	height:394px;
	margin:0 auto 23px;
	position:relative;
}
.mike-video-block iframe{
	width:100%;
	height:100%;
}
.home-play{
	top:5px;
	left:5px;
	bottom:5px;
	right:5px;
	display:block;
	position:absolute;
	background:url(../images/home_play_icon.png) no-repeat center center rgba(0,0,0,.5);
	cursor:pointer;
}
.mike-video h3{
	font-size:25px;
	line-height:30px;
	color:#FFF;
}
.mike-content{
	overflow:hidden;
}
.home-mike-pic{
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:185px;
}
/*home content end*/


/*testimonial section start*/
.testimonial{
	padding:113px 0 172px;
	overflow:hidden;
	background:url(../images/testimonial_bg.jpg) no-repeat center 0;
	background-size:cover;
	text-align:center;
}
.testimonial h2{
	font-size:35px;
	line-height:38px;
	color:#232f5f;
	padding:0 0 20px;
	margin:0 0 29px;
	background:url(../images/testi_head_bg.png) no-repeat center bottom;
}
.testimonial ul li{
	overflow:hidden;
}
.testi-info{
	margin:0 0 25px;
}
.testi-pic{
	width:118px;
	height:118px;
	background-color:#FFF;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
	display:inline-block;
	vertical-align:top;
	margin:3px 17px 0 0;
}
.testi-picin{
	margin:4px;
	overflow:hidden;
	border-radius: 100px 100px 100px 100px;
	-moz-border-radius: 100px 100px 100px 100px;
	-webkit-border-radius: 100px 100px 100px 100px;
}
.testi-picin img{
	width:100%;
}
.testi-info-right{
	display:inline-block;
	vertical-align:top;
	text-align:left;
	overflow:hidden;
	padding:39px 0 0;
}
.testi-info-right .position{
	display:block;
	font-size:14px;
	line-height:20px;
	color:#5d5d5d;
}
.testi-info-right h6{
	font-size:20px;
	line-height:24px;
	color:#232f5f;
	margin: 0 0 1px;
}
.testimonial p{
	line-height:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin:0 140px;
}
/*testimonial section end*/


/*social feeds section start*/
.social-feeds{
	padding:112px 0 117px;
	overflow:hidden;
	border-bottom:1px solid #FFF;
	background:url(../images/home_social_bg.png) repeat 0 0;
}
.whats-new{
	width:556px;
	float:left;
}
.facebook-feed{
	width:570px;
	float:right;
}
.social-feeds h2{
	font-size:35px;
	line-height:40px;
	color:#FFF;
	background:url(../images/feed_hdbg.png) no-repeat 0 bottom;
	padding:0 0 23px;
	margin:0 0 36px;
}
.whats-new-cont{
	padding:50px 303px 50px 19px;
	position:relative;
	background-color:#FFF;
	overflow:hidden;
}
.social-feeds h6{
	font-size:18px;
	line-height:23px;
	color:#232f5f;
	margin:0 0 12px;
}
.social-feeds h6 a{
	color:#232f5f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-feeds h6 a:hover{
	color:#c81b2b;
}
.social-feeds .date, .content ul.blog-list li .date{
	display:block;
	font-size:14px;
	line-height:18px;
	color:#c81b2b;
	background:url(../images/blog_date_dot.png) no-repeat 0 bottom;
	font-weight:700;
	padding:0 0 19px;
	margin:0 0 11px;
}
.social-feeds p{
	font-size:16px;
	line-height:26px;
}
.social-feeds p a{
	font-weight:700;
	color:#c81b2b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-feeds p a:hover{
	color:#232f5f;
}
.home-blog-pic{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	width:278px;
	background:url(../images/whats_new_pic.jpg) no-repeat center 0;
	background-size:cover;
}
.home-blog-pic a{
	display:block;
	width:100%;
	height:100%;
}
.home-blog-pic:before{
	width:17px;
	height:25px;
	position:absolute;
	top:27px;
	left:0;
	display:block;
	content:'';
	background:url(../images/whats_new_ar.png) no-repeat 0 0;
}
.facebook-feedin{
	padding:79px 43px 44px 59px;
	margin:4px 0 0 5px;
	background:url(../images/fb_bg.png) no-repeat center 0;
	background-size:100% 100%;
	position:relative;
}
.facebook-feed ul{
	margin:0;
	padding:0;
}
.facebook-feed ul li{
	margin:0 0 25px;
}
.facebook-feed ul li:last-child{
	margin:0;
}
.fb-pic{
	width:53px;
	height:44px;
	float:left;
	border:2px solid #FFF;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.3);
	background:url(../images/fb_pic.jpg) no-repeat center 0;
	background-size:cover !important;
	margin:3px 10px 0 0;
}
.fb-toprt{
	overflow:hidden;
}
.facebook-feed ul li .time{
	font-size:14px;
	color:#817f7f;
	display:block;
	line-height:18px;
}
.social-feeds .facebook-feed ul li h6{
	margin: 0 0 7px;
}
.social-feeds .facebook-feed ul li p{
	line-height:23px;
}
.fb-top{
	margin:0 0 10px;
}
.facebook-feedin:before{
	width:87px;
	height:87px;
	position:absolute;
	top:-4px;
	left:-5px;
	display:block;
	content:'';
	background:url(../images/fb_feed_icon.png) no-repeat 0 0;
}
/*social feeds section end*/


/*call to action section start*/
.call-to-action{
	position:relative;
	background:url(../images/call_to_actn_bg.jpg) repeat 0 0;
	border-bottom:1px solid #FFF;
	padding:30px 0 37px;
}
.call-to-action:before{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	content:'';
	background:url(../images/call_to_actn_shadow.png) repeat-x 0 bottom;
}
.call-to-action .wrapper{
	position:relative;
}
.call-to-action-left{
	float:left;
	width:490px;
}
.call-to-action h2{
	font-size:42px;
	line-height:42px;
	color:#FFF;
}
.call-to-action h3{
	font-size:32px;
	line-height:34px;
	font-weight:400;
	color:#FFF;
}
.call-to-action .btn{
	font-size:19px;
	font-weight:700;
	color:#232f5f;
	line-height:47px;
	padding:0 40px;
	display:inline-block;
	float:left;
	position:relative;
	background-color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin:19px 0 0 110px;
}
.call-to-action .btn:hover{
	color:#FFF;
}
.call-to-action .btn:before{
	top:100%;
	bottom:0;
	left:0;
	right:0;
	display:block;
	content:'';
	background-color:#232f5f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	position:absolute;
}
.call-to-action .btn:hover:before{
	top:0;
}
.call-to-action .btn span{
	position:relative;
	z-index:1;
	display:inline-block;
	padding:0 25px 0 0;
	background:url(../images/call_to_actn_ar.png) no-repeat right 20px;
}
.call-to-action .btn:hover span{
	background:url(../images/worth_btn_ar.png) no-repeat right 20px;
}
.mike-bottom-pic{
	position:absolute;
	right:0;
	bottom:-37px;
}
/*call to action section end*/


/*footer section start*/
.footer{
	overflow:hidden;
	background:url(../images/ft_bg.jpg) no-repeat right 0;
	background-size:cover;
}
.footer .wrapper{
	position:relative;
	padding:77px 0 79px;
}
.ftlogo{
	position:absolute;
	bottom:0;
	left:-45px;
}
.ftright{
	float:right;
}
.ftinfo{
	padding:0 0 8px;
	border-bottom:1px solid rgba(168,168,168,.2);
}
.ftinfo h6{
	font-size:18px;
	line-height:22px;
	float:left;
	color:#FFF;
	margin:9px 0 0;
}
.ftinfo h6 a{
	color:#FFF;
}
.ftinfo-list{
	float:left;
	margin:9px 0 0 45px;
	padding:0;
	overflow:hidden;
}
.ftinfo-list li{
	float:left;
	margin:0 40px 0 0;
	color:#a8a8a8;
	font-size:15px;
	line-height:20px;
}
.ftinfo-list li.addrs p{
	padding:0 0 0 23px;
	background:url(../images/ft_icon1.png) no-repeat 0 3px;
}
.ftinfo-list li.call p{
	padding:0 0 0 21px;
	background:url(../images/ft_icon2.png) no-repeat 0 5px;
}
.ftinfo-list li.fax p{
	padding:0 0 0 26px;
	background:url(../images/ft_icon3.png) no-repeat 0 4px;
}
.ftsocial{
	float:left;
	margin:0;
	padding:0;
}
.ftsocial li{
	float:left;
	margin:0 9px 0 0;
}
.ftsocial li:last-child{
	margin:0;
}
.ftsocial li a{
	width:34px;
	height:38px;
	display:block;
}
.ftsocial li a.fb{
	background:url(../images/ft_fb_icon.png) no-repeat 0 0;
}
.ftsocial li a.fb:hover{
	background:url(../images/ft_fb_icon_h.png) no-repeat 0 0;
}
.ftsocial li a.twit{
	background:url(../images/ft_twit_icon.png) no-repeat 0 0;
}
.ftsocial li a.twit:hover{
	background:url(../images/ft_twit_icon_h.png) no-repeat 0 0;
}
.ftnav{
	float:right;
	margin:0;
	padding:15px 0 0;
}
.ftnav li{
	font-size:15px;
	line-height:20px;
	margin:0 42px 0 0;
	float:left;
}
.ftnav li:last-child{
	margin:0;
}
.ftnav li a{
	color:#a8a8a8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.ftnav li a.active{
	color:#c81b2b;
}
.ftnav li a::before {
	color: #c81b2b;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}
.ftnav li a:hover::before{
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
.copyright{
	padding:16px 0;
	overflow:hidden;
	background:url(../images/copyright_bg.jpg) repeat 0 0;
	border-top:1px solid rgba(255,255,255,.08);
}
.copyright p{
	font-size:13px;
	line-height:18px;
	color:#858585;
	float:left;
}
.copyright ul{
	float:left;
	margin:0 0 0 20px;
	padding:0;
}
.copyright ul li{
	float:left;
	font-size:13px;
	line-height:18px;
	color:#858585;
	margin:0 6px 0 0;
}
.copyright ul li:last-child{
	margin:0;
}
.copyright ul li a, .copyright p a{
	color:#c81b2b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copyright ul li a:hover, .copyright p a:hover{
	color:#FFF;
}
.copyright p.designby{
	float:right;
}
/*footer section end*/


/*general content page2 start*/
.inner-banner{
	height:300px;
	position:relative;
	background:url(../images/inner_banner.jpg) no-repeat center 0;
	background-size:cover;
	text-align:center;
}
.inner-banner h1{
	font-size:55px;
	line-height:58px;
	color:#FFF;
	padding:82px 0 0;
}
.content{
	padding:0 0 85px;
	position:relative;
	float:left;
	width:100%;
}
.content .wrapper{
	position:relative;
}
.inner-left{
	width:828px;
	float:left;
}
.inner-right{
	width:302px;
	float:right;
	padding:6px 0 0;
}
.content p{
	line-height:28px;
	margin:0 0 15px;
}
.content p span{
	color:#232f5f;
	font-weight:700;
}
.content h5{
	font-size:21px;
	line-height:26px;
	color:#232f5f;
	margin:0 0 16px;
}
.content h6{
	font-size:18px;
	line-height:24px;
	color:#c81b2b;
	margin: 0 0 13px;
}
.things-to-know{
	overflow:hidden;
	padding:24px 0 0;
}
.content .things-to-know p{
	margin: 0 0 30px;
}
.content .home-pods ul li h6{
	font-size:18px;
	line-height:24px;
	color:#FFF;
	font-weight:900;
	margin:0 10px;
}
.content .home-pods ul li h6 a{
	color:#FFF;
}
.content .pods-block{
	padding:22px 0 21px;
}
.content .home-pods{
	margin:-67px 0 75px;
}
.content .home-pods ul li img{
	margin:0 auto 15px;
}
.have-question{
	margin:0 0 30px;
}
.have-question a{
	font-size:30px;
	line-height:35px;
	font-weight:900;
	color:#FFF;
	text-align:center;
	display:block;
	position:relative;
	padding:30px 20px 35px;
	background-color:#232f5f;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
}
.have-question a span{
	position:relative;
	z-index:1;
}
.have-question a span img{
	display:inline-block;
	vertical-align:middle;
}
.have-question a:before{
	top:100%;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	content:'';
	display:block;
	background-color:#c81b2b;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.have-question a:hover:before{
	top:0;
}
.send-query{
	overflow:hidden;
	padding:30px 20px 28px;
	background-color:#232f5f;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	display:none;
}
.content .send-query h2{
	font-size:30px;
	line-height:35px;
	color:#FFF;
	font-weight:900;
	text-align:center;
	padding:0 0 25px;
	background:url(../images/send_query_bg.png) no-repeat center bottom;
	margin:0 0 31px;
}
.inquiry-field, .contact-field{
	padding:0 20px;
	margin:0 0 10px;
	overflow:hidden;
	background-color:#FFF;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
}
.send-query input[type=text], .contact-form input[type=text], .leave-comment input[type=text]{
	font-size:15px;
	color:#555;
	font-family: 'Lato', sans-serif;
	width:100%;
	height:50px;
	border:none;
	background-color:transparent;
}
.send-query textarea, .contact-form textarea, .leave-comment textarea{
	font-size:15px;
	color:#555;
	font-family: 'Lato', sans-serif;
	width:100%;
	height:59px;
	padding:16px 0;
	border:none;
	background-color:transparent;
}
.textarea-field{
	padding-right:0 !important;
}
.captcha{
	overflow:hidden;
	margin:0 0 20px;
}
.captcha img{
	width:100%;
}
.send-query button{
	font-size:15px;
	font-weight:700;
	font-family: 'Lato', sans-serif;
	height:47px;
	display:block;
	background-color:#c81b2b;
	border:none;
	width:100%;
	text-transform:uppercase;
	color:#FFF;
	cursor:pointer;
}
@-webkit-keyframes hvr-icon-wobble-horizontal {
  	16.65% {
    	-webkit-transform: translateX(6px);
    	transform: translateX(6px);
  	}
  	33.3% {
    	-webkit-transform: translateX(-5px);
    	transform: translateX(-5px);
  	}
  	49.95% {
    	-webkit-transform: translateX(4px);
    	transform: translateX(4px);
  	}
  	66.6% {
    	-webkit-transform: translateX(-2px);
    	transform: translateX(-2px);
  	}
  	83.25% {
    	-webkit-transform: translateX(1px);
    	transform: translateX(1px);
  	}
  	100% {
    	-webkit-transform: translateX(0);
    	transform: translateX(0);
  	}
}
@keyframes hvr-icon-wobble-horizontal {
  	16.65% {
		-webkit-transform: translateX(6px);
		transform: translateX(6px);
	}
  	33.3% {
    	-webkit-transform: translateX(-5px);
    	transform: translateX(-5px);
  	}
  	49.95% {
    	-webkit-transform: translateX(4px);
    	transform: translateX(4px);
  	}
  	66.6% {
    	-webkit-transform: translateX(-2px);
    	transform: translateX(-2px);
  	}
  	83.25% {
    	-webkit-transform: translateX(1px);
    	transform: translateX(1px);
  	}
  	100% {
    	-webkit-transform: translateX(0);
    	transform: translateX(0);
  	}
}
.hvr-icon-wobble-horizontal {
  	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;
  	padding-right: 2.2em;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
  	content: "";
  	position: absolute;
  	right: 86px;
  	-webkit-transform: translateZ(0);
  	transform: translateZ(0);
	width:33px;
	top:0;
	bottom:0;
	display:block;
	background:url(../images/submit_ar.png) no-repeat 0 center;
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  	-webkit-animation-name: hvr-icon-wobble-horizontal;
  	animation-name: hvr-icon-wobble-horizontal;
  	-webkit-animation-duration: 1s;
  	animation-duration: 1s;
  	-webkit-animation-timing-function: ease-in-out;
  	animation-timing-function: ease-in-out;
  	-webkit-animation-iteration-count: 1;
 	animation-iteration-count: 1;
}
.right-testimonial{
	padding:19px 20px 60px;
	overflow:hidden;
	background:url(../images/right_testi_bg.jpg) no-repeat center 0;
	background-size:cover;
	text-align:center;
}
.content .right-testimonial h2{
	font-size:30px;
	line-height:34px;
	padding:0 0 25px;
	background:url(../images/testi_head_bg.png) no-repeat center bottom;
	color:#232f5f;
	margin: 0 0 24px;
}
.content .right-testimonial p{
	line-height:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:0 20px 28px;
	font-style:italic;
}
.right-testimonial .testi-pic{
	margin:0 auto;
}
.right-testimonial .testi-info-right{
	display:block;
	text-align:center;
	padding:20px 0 0;
}
.content .testi-info-right h6, .content .bottom-testi-left h6 {
    color: #232f5f;
    font-size: 20px;
    line-height: 24px;
    margin: 0;
}
.bottom-testi-left .testi-pic{
	margin:0 0 14px;
}

/*general content page2 end*/


/*general content page1 end*/
.buyer-satisfaction{
	overflow:hidden;
	margin:0 0 54px;
}
.buyer-satisfaction img{
	float:left;
	margin:0 20px 0 0;
}
.content .buyer-satisfaction p{
	font-size:26px;
	line-height:30px;
	color:#c81b2b;
	font-weight:700;
	text-align:center;
	overflow:hidden;
	width:270px;
	margin:66px 0 0;
}
.content .buyer-satisfaction p span{
	font-size:43px;
	line-height:52px;
	display:block;
	color:#c81b2b;
}
.conditions-apply{
	display:block;
	font-size:12px;
	line-height:16px;
	color:#c81b2b;
}
.bottom-testimonial{
	padding:50px 60px 48px 54px;
	overflow:hidden;
	text-align:center;
	background-color:#f4f4f4;
	margin:48px 0 0;
}
.bottom-testi-left{
	float:left;
	width:118px;
	margin:0 25px 0 0;
}
.bottom-testimonial p{
	line-height:26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	overflow:hidden;
	text-align:center;
	font-style:italic;
	padding:8px 0 0;
	margin:0;
}
/*general content page1 end*/


/*contact page start*/
.contact{
	padding:0 0 15px;
	overflow:hidden;
	text-align:center;
}
.contact h2{
	font-size:43px;
	line-height:46px;
	color:#232f5f;
	padding:0 0 25px;
	background:url(../images/testi_head_bg.png) no-repeat center bottom;
	margin:0 0 22px;
}
.content .contact p{
	margin:0 150px 15px;
}
.contact-form-section{
	overflow:hidden;
	margin:0 0 60px;
	padding:38px 0 0;
}
.contact-info{
	float:left;
	width:380px;
}
.contact-info ul{
	margin:0;
	padding:0;
	overflow:hidden;
}
.contact-info ul li{
	margin:0 0 40px;
	overflow:hidden;
	text-align:left;
}
.contact-info ul li:last-child{
	margin:0;
}
.contact-info ul li img{
	float:left;
	margin:0 18px 0 0;
}
.contact-info-right{
	overflow:hidden;
}
.content .contact-info-right p{
	line-height:23px;
	font-size:16px;
	margin:0 !important;
}
.content .contact-info-right p span{
	font-size:18px;
	display:block;
}
.contact-form{
	float:right;
	width:712px;
}
.common{
	overflow:hidden;
	margin:0 0 22px;
}
.contact-form-left{
	float:left;
	width:48.4%;
}
.contact-form-right{
	float:right;
}
.contact-field{
	margin:0;
	background-color:#f2f2f2;
}
.contact-form textarea{
	height:71px;
}
.contact-form button, .leave-comment button{
	float:right;
	font-size:15px;
	font-weight:700;
	color:#FFF;
	text-transform:uppercase;
	font-family: 'Lato', sans-serif;
	border:none;
	cursor:pointer;
	height:50px;
	padding:0 51px;
	background-color:#c81b2b;
	position:relative;
}
.contact-form button span, .leave-comment button span{
	position:relative;
	z-index:1;
}
.contact-form button:before, .leave-comment button:before{
	top:100%;
	bottom:0;
	left:0;
	right:0;
	position:absolute;
	display:block;
	content:'';
	background-color:#232f5f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form button:hover:before, .leave-comment button:hover:before{
	top:0;
}
.contact-map{
	margin:60px 0 0;
	overflow:hidden;
	border:5px solid #d3d5df;
	height:290px;
	overflow:hidden;
}
#map{
	height:150%;
	width:100%;
}
/*contact page end*/


/*join the team page start*/
.content .join-the-team p{
	margin:0 0 15px;
}
.join-the-team .contact-form{
	float:none;
	width:auto;
	padding:58px 0 0;
}
.join-the-team .contact-form-left{
	width:48.9%;
}
.join-the-team .contact-form button{
	padding:0;
	width:142px;
	margin:0 auto;
	float:none;
}
.team-member-say{
	overflow:hidden;
}
.team-member-say h2{
	font-size:43px;
	line-height:46px;
	color:#232f5f;
	text-align:center;
	margin:0 0 44px;
}
.member-james{
	overflow:hidden;
	background:url(../images/member1_bg.jpg) no-repeat center 0;
	background-size:cover;
	position:relative;
}
.member-james .wrapper, .member-martin .wrapper, .member-terri .wrapper{
	position:relative;
}
.member-james:before, .member-james:after{
	height:3px;
	left:0;
	right:0;
	display:block;
	content:'';
	position:absolute;
	width:100%;
}
.member-james:before{
	top:0;
	background:url(../images/james_top.png) repeat-x 0 0;
}
.member-james:after{
	bottom:0;
	background:url(../images/james_bot.png) repeat-x 0 0;
}
.member-content{
	width:705px;
	float:right;
	padding:92px 0 78px;
}
.member-content p{
	line-height:28px;
	margin:0 0 15px;
}
.james-pic{
	width:410px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	background:url(../images/james_pic.png) no-repeat center bottom #f8f8f8;
}
.james-pic:before, .james-pic:after{
	width:10px;
	top:0;
	bottom:0;
	display:block;
	content:'';
	position:absolute;
	background-color:rgba(255,255,255,.1);
}
.james-pic:before{
	left:-10px;
}
.james-pic:after{
	right:-10px;
}
.james-shadow{
	left:0;
	right:0;
	bottom:0;
	height:105px;
	position:absolute;
	display:none;
	background:url(../images/james_shadow.png) no-repeat center bottom;
}
.member-james .member-content p{
	color:#FFF;
}
.james-pic h3, .member-martin h3, .member-terri h3{
	text-align:center;
	font-size:27px;
	line-height:30px;
	color:#FFF;
	bottom:16px;
	position:absolute;
	left:0;
	right:0;
}
.member-martin{
	position:relative;
	overflow:hidden;
}
.martin-pic{
	width:410px;
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	background:url(../images/martin_pic.jpg) no-repeat center 0;
	background-size:cover;
}
.terri-pic{
	width:410px;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	background:url(../images/terri_pic.jpg) no-repeat center 0;
	background-size:cover;
}
.member-martin .member-content{
	float:left;
}
.member-terri{
	overflow:hidden;
	position:relative;
	background-color:#f8f8f8;
}
.james-pic, .martin-pic, .terri-pic{
	background-position:center bottom !important;
}
.james-pic{
	background-color:#f4f4f4 !important;
}
.martin-pic{
	background-color:#beb5b4 !important;
	background-size:auto 100% !important;
}
/*join the team page end*/


/*blog page start*/
.content ul.blog-list{
	margin:0;
	padding:6px 0 0;
}
.content ul.blog-list li{
	overflow:hidden;
	position:relative;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.4);
	padding:35px 54% 42px 28px;
	margin:0 0 43px;
}
.content ul.blog-list li:last-child{
	margin:0;
}
.content ul.blog-list li h6{
	color:#232f5f;
	margin:0;
}
.content ul.blog-list li h6 a{
	color:#232f5f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content ul.blog-list li h6 a:hover{
	color:#c81b2b;
}
.content ul.blog-list li .date{
	font-weight:400;
}
.content ul.blog-list li p{
	font-size:16px;
	line-height:23px;
	margin:0;
}
.content ul.blog-list li p a{
	color:#ea374c;
	font-size:13px;
	font-weight:700;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content ul.blog-list li p a:hover{
	color:#232f5f;
}
.blog-pic{
	top:0;
	bottom:0;
	width:50%;
	position:absolute;
	background-size:cover !important;
	right:0;
}
.content ul.blog-list li:nth-child(2n) .blog-pic{
	left:0;
	right:auto;
}
.content ul.blog-list li:nth-child(2n){
	padding:35px 28px 42px 54%;
}
.blog-pic1{
	background:url(../images/blog1.jpg) no-repeat center 0;
}
.blog-pic2{
	background:url(../images/blog2.jpg) no-repeat center 0;
}
.blog-pic3{
	background:url(../images/blog3.jpg) no-repeat center 0;
}
.blog-pic4{
	background:url(../images/blog4.jpg) no-repeat center 0;
}
.content ul.blog-list li:last-child{
	margin:0;
}
.right-block{
	position:relative;
	background-color:#f7f7f7;
	border:1px solid #dbdbdb;
	margin:0 0 30px;
	padding:3px;
}
.right-block:before{
	height:8px;
	left:0;
	right:0;
	bottom:-8px;
	display:block;
	content:'';
	position:absolute;
	background:url(../images/right_shadow.png) no-repeat center 0;
}
.content .right-block h5{
	font-size:20px;
	line-height:24px;
	padding:12px 20px;
	font-weight:900;
	color:#FFF;
	text-transform:uppercase;
	background-color:#c81b2b;
	margin:0;
}
.content .right-block ul{
	margin:3px 0 0;
	padding:0;
	overflow:hidden;
}
.content .right-block ul li{
	line-height:25px;
	border-bottom:1px solid #dedede;
}
.content .right-block ul li:last-child{
	border:none;
}
.content .right-block ul li a{
	padding:13px 20px 13px 35px;
	color:#363636;
	display:block;
	background:url(../images/right_menu_ar.png) no-repeat 20px 22px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.content .right-block ul li a:hover{
	color:#FFF;
	background:url(../images/right_menu_ar_h.png) no-repeat 20px 22px #232f5f;
}
.archive-year{
	margin:20px 0 0;
	overflow:hidden;
	padding: 0 0 0 20px;
}
.archive-year label{
	float:left;
	font-size:16px;
	line-height:34px;
	color:#232f5f;
	font-weight:700;
	text-transform:uppercase;
	float:left;
}
.archive-year select{
	float:right;
	width:184px;
	height:34px;
	border:1px solid #dfdfdf;
	font-size:15px;
	color:#555555;
	font-family: 'Lato', sans-serif;
	-webkit-appearance:none;
	-moz-appearance:none;
	padding:0 0 0 10px;
	background:url(../images/select_ar.png) no-repeat 94% center #FFF;
}
.archive-year select:focus {
	outline: none;
}
.archive-year select::-ms-expand {
 	display:none;
}
.blog-pic a{
	display:block;
	width:100%;
	height:100%;
}
/*blog page end*/


/*blog detail page start*/
.blog-detail-top{
	margin:0 0 35px;
	overflow:hidden;
}
.content .blog-detail-top h2{
	font-size:30px;
	line-height:34px;
	color:#232f5f;
	margin:0 0 8px;
}
.blog-share{
	overflow:hidden;
	margin:0 0 12px;
}
.content .blog-share ul{
	overflow:hidden;
	margin:0;
	padding:0;
}
.content .blog-share ul li{
	font-size:14px;
	line-height:26px;
	float:left;
	color:#5d5d5d;
	margin:0 8px 0 0;
}
.content .blog-share ul li:last-child{
	margin:0;
}
.content .blog-share ul li a{
	width:26px;
	height:26px;
	display:inline-block;
	vertical-align:top;
}
.content .blog-share ul li a.fb{
	background:url(../images/blog_social_fb.png) no-repeat 0 0;
	margin:0 0 0 4px;
}
.content .blog-share ul li a.fb:hover{
	background:url(../images/blog_social_fb_h.png) no-repeat 0 0;
}
.content .blog-share ul li a.twit{
	background:url(../images/blog_social_twit.png) no-repeat 0 0;
	margin:0 0 0 2px;
}
.content .blog-share ul li a.twit:hover{
	background:url(../images/blog_social_twit_h.png) no-repeat 0 0;
}
.blog-detail-top img{
	max-width:100%;
}
.strong-text{
	overflow:hidden;
	border-left:2px solid #232f5f;
	padding:0 0 0 20px;
	margin:33px 0;
}
.content .strong-text p{
	font-size:20px;
	margin:-8px 0 -2px;
}
.leave-comment{
	overflow:hidden;
	border-top:1px solid #dedede;
	padding:33px 0 0;
	margin:46px 0 0;
}
.content .leave-comment h6{
	margin:0 0 16px;
}
.blog-com{
	overflow:hidden;
	margin:0 0 10px;
}
.blog-comleft{
	width:49%;
	float:left;
}
.blog-comright{
	float:right;
}
.leave-comment textarea{
	height:71px;
}
.leave-comment button{
	margin:10px 0 25px;
}
.content ul.comments-list{
	margin:0;
	padding:7px 0 0;
	overflow:hidden;
}
.content ul.comments-list li{
	margin:0 0 40px;
	overflow:hidden;
}
.content ul.comments-list li:last-child{
	margin:0;
}
.content ul.comments-list li h5{
	font-size:18px;
	line-height:22px;
	color:#232f5f;
	margin:0 0 6px;
}
.content ul.comments-list li h5 span{
	font-size:15px;
}
.content ul.comments-list li p{
	margin:0;
}
/*blog detail page end*/


/*meet the team page start*/
.meet-team-content{
	background-color:#f8f8f8;
	padding:0 !important;
}
.content ul.team-member-list{
	overflow:hidden;
	padding:0;
	margin:0;
}
.content ul.team-member-list li{
	overflow:hidden;
}
.content ul.team-member-list li:nth-child(2n){
	background-color:#FFF;
}
.content ul.team-member-list li .wrapper{
	position:relative;
}
.team-member-pic{
	position:absolute;
	top:0;
/*	left:-40px;*/
	left: 0;
	bottom:0;
	width:330px;
/*	background-position:0 bottom !important;*/
	background-position: center 0 !important;
	background-size: cover !important;
}
.content ul.team-member-list li:nth-child(2n) .team-member-pic{
	right:0;
	left:auto;
/*	background-position:right bottom !important;*/
}
.team-member-pic.team-member1{
	background:url(../images/team_member1.png) no-repeat center bottom;
}
.team-member-pic.team-member2{
	background:url(http://www.mikegustus.com/public/default/css/style.css) no-repeat center bottom;
}
.team-member-pic.team-member3{
	background:url(../images/team_member3.png) no-repeat center bottom;
}
.team-member-pic.team-member4{
	background:url(../images/team_member4.png) no-repeat center bottom;
}
.team-member-pic.team-member5{
	background:url(../images/team_member5.png) no-repeat center bottom;
}
.team-member-pic.team-member6{
	background:url(../images/team_member6.png) no-repeat center bottom;
}
.team-member-info{
	float:right;
	width:800px;
	padding:110px 0 80px;
	min-height:300px;
}
.content ul.team-member-list li:first-child .team-member-info{
	padding-top:0;
}
.content ul.team-member-list li h2{
	font-size:43px;
	line-height:46px;
	text-transform:uppercase;
	color:#232f5f;
	margin:0 0 7px;
}
.content ul.team-member-list li h3{
	font-size:30px;
	line-height:34px;
	color:#c81b2b;
	font-weight:400;
	margin:0 0 27px;
}
.content ul.team-member-list li p{
	font-size:17px;
	margin:0 0 18px;
}
.content ul.team-member-list li:nth-child(2n) .team-member-info{
	float:left;
}
.team-member-info .btn{
	font-size:15px;
	color:#FFF;
	font-weight:700;
	text-transform:uppercase;
	display:inline-block;
	padding:0 25px;
	line-height:50px;
	position:relative;
	background-color:#c81b2b;
	margin:17px 0 0;
}
.team-member-info .btn span{
	position:relative;
	z-index:1;
}
.team-member-info .btn:before{
	top:100%;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	display:block;
	content:'';
	background-color:#232f5f;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.team-member-info .btn:hover:before{
	top:0;
}
/*meet the team page end*/



/*17-11-2016*/

.content ul{
	margin:0 0 15px;
	padding:0;
}

.content ul li{
	line-height:28px;
	font-size:18px;
	color:#363636;
	background: url(../images/arrow.png) no-repeat 0 9px;
	padding:0 0 0 15px;
}
.content .right-testimonial li{
	background-image:none;
	padding:0;
}
.home-pods ul li{
	background-image:none;
	margin:0;
	padding:0;
	background-color: #c81b2b;
}
.content ul.team-member-list li {
    background-image: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.content ul.blog-list li{
	background-image:none;
}
.content .right-block ul li{
	background-image:none;
	padding:0;
}
.contact-info ul li{
	background-image:none;
	padding:0;
}
.nav li ul li a.active{
	background-color: #c81b2b;
}
.appimg{
	overflow:hidden;
	text-align:center;
}

.appimg img{
	display:inline-block;
	margin: 0 40px 0 0;
}
.appimg img:last-child{
	margin:0;
}
.banner-cont{
	width: 490px;
	float: right;
	text-align: right;
}



/*testimonial page css start 22.03.2017*/
.content ul.testimonial-list{
	margin: 0;
}
.content ul.testimonial-list li{
	padding: 50px 0;
	background: none;
	overflow: hidden;
	margin: 0;
}
.content ul.testimonial-list li:first-child{
	padding-top: 0;
}
.content ul.testimonial-list li:last-child{
	padding-bottom: 100px;
}
.content ul.testimonial-list li:nth-child(2n){
	background-color: #FFF;
}
.testi-left{
	width: 48%;
	float: left;
}
.testi-right{
	float: right;
}
.content ul.testimonial-list li img.testi-img{
	width: 100%;
}
.content ul.testimonial-list li .testi-pic{
	float: left;
	border-radius: 0;
}
.content ul.testimonial-list li .testi-picin{
	width: 110px;
	height: 110px;
	border-radius: 0;
}
.testi-text{
	overflow: hidden;
}
.content ul.testimonial-list li h2{
	font-size:26px;
	line-height:32px;
	color:#232f5f;
	margin:0 0 15px;
}
.content ul.testimonial-list li h3{
	font-size:20px;
	line-height:26px;
	color:#c81b2b;
	font-weight:400;
	margin:0 0 20px;
}
.content ul.testimonial-list li p{
	font-size:15px;
	margin:0;
	line-height: 24px;
}
.content ul.testimonial-list li p img{
	float: left;
	width: 26px;
	margin: 0 8px 0 0;
}


.content ul.pagination{
	overflow: hidden;
	margin: 0 0 50px;
	text-align: center;
}
.content ul.pagination li{
	display: inline-block;
	vertical-align: top;
	padding: 0;
	background: none;
	font-size: 16px;
	margin: 0 1px;
}
.content ul.pagination li a{
	width: 24px;
	line-height: 24px;
	color: #FFF;
	background-color: #232f5f !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: block;
}
.content ul.pagination li a:hover, .content ul.pagination li a.jp-current{
	background-color: #c81b2b !important;
}
.content ul.pagination li a.jp-previous{
	text-indent: -200000px;
	background-image: url(../images/page_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.content ul.pagination li a.jp-next{
	text-indent: -200000px;
	background-image: url(../images/page_next.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.content ul.pagination li:first-child{
	margin-right: 4px;
}