@charset "utf-8";
/* CSS Document */
/*font-family: 'Anton', sans-serif;*/
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
body{
	font-family: 'Titillium Web', sans-serif;
	color:#000;
	font-size:18px;
	line-height:28px;
	overflow-x: hidden;
}
a, a:hover, a:focus{
	text-decoration:none;
}





/***************
@
@ 	 Header
@
***************/

/** logo, navigation **/
.navbar-inverse {
    background-color: #fff;
    border: 0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #282c3f;
    text-transform:capitalize;
    font-size: 14px;
}
.navbar-inverse .navbar-nav>li>a{
    text-transform:uppercase;
    font-size: 16px;
    padding: 15px 12px;
	font-weight:600;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	 background-color: transparent;
    color: #282c3f;
    border-radius: 0;
    text-transform:uppercase;
	border-bottom:2px solid #f2e712;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	    background-color: transparent;
    color: #282c3f;
    border-radius: 0;
     text-transform:uppercase;
   border-bottom:2px solid #f2e712;
}
.navbar{
	margin-bottom: 0;
}
header .navbar-inverse {
    background-color:transparent;
	padding: 0;
	position: relative;
}
header .logoNav{
	background:#fff;
}
header .navbar>.container .navbar-brand, header .navbar>.container-fluid .navbar-brand{
	padding:0;
	z-index: 9;
    position: relative;
}

header .navbar-brand>img {
    display: block;
    width: auto !important;
    height: auto !important;
}
header .btn-set{
    position: absolute;
    top: 20px;
    right: 0;
}
header .btn-set a{
	display:inline-block;
	font-size:16px;
	width:184px;
	height:41px;
	line-height:41px;
	border-radius:50px;
	text-align:center;
	text-transform:uppercase;
}
header .btn-set a svg{
	margin-right:15px;
}

header .btn-set a.getQuote{
    color: #003399;
    background: #fff;
    border: 0;
    font-weight: 600;
    border-radius: 50px 0 0 50px;
    width: 143px;
    margin-left: 20px;
}
header .btn-set a:hover, header .btn-set a:focus{
	opacity:0.6;
}
header .navbar-right{
	padding: 47px 0;
}
header .navbar-inverse .navbar-collapse{
	    padding: 0 265px 0 0 ;
		position:relative;
}
.navbar-inverse .navbar-nav>li>a{
	border-radius: 0;
}
.navbar-inverse .navbar-nav>li:last-child>a{
	border-right:0;
}

.logoNav .contactDetails {
    text-align: right;
    font-size: 14px;
	margin-top: 25px;
	color:#fff;
}
.logoNav .contactDetails ul li{
	list-style-type:none;
	 display: inline-block;
	 margin-left:50px;
}
.logoNav .contactDetails ul li a{ 
color:#fff;
margin-left:5px;
}
.logoNav .contactDetails ul li a:hover, .logoNav .contactDetails ul li a:focus{
	color:#0e853b;
}
.logoNav .contactDetails ul li svg{
	margin-right:10px;
}
.logoNav .navbar-header{
    margin-top: 0;
    padding: 15px 0;
}
.navbar-brand{
	height:auto;
}
header .logoNav .abn{
	position: absolute;
    right: 100px;
    top:48%;
    transform: translate(0%, -50%);
}
header .logoNav .abn a{
	display:block;
	width:251px;
	height:40px;
	line-height:40px;
	border-radius:50px;
	color:#000;
	background:#f2e712;
	font-size:16px;
	text-align:center;
	text-transform:uppercase;
	font-weight:600;
}
header .logoNav .abn a:hover, header .logoNav .abn a:focus{
	    background:#d8ce0e;
}
/** end logo, navigation **/

/** top header **/
.topHeader {
    background: #000;
    color: #f2e712;
	line-height: 48px;
}
.topHeader .headSocial ul{
	margin:0;
}
.topHeader .headSocial ul li{
	list-style-type:none;
	float:left;
	margin-right:13px;
}
.topHeader .headSocial ul li a{
	color:#f2e712;
}
.topHeader .headContact a{
	 color: #f2e712;
	 margin-left:28px;
}
.topHeader .headContact svg{
	margin-right:8px;
}
.topHeader a:hover, .topHeader a:focus, .topHeader .headSocial ul li a:hover, .topHeader .headSocial ul li a:focus{
	color:#fff;
}
header .logoNav .abn svg{
    margin-right: 10px;
}
/** end top header **/

/***************
@
@ 	Banner
@
***************/

.carousel-inner>.item{
	height:90vh;
}
.carousel-inner>.item img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.banner{
	position:relative;
}
.banner .banContent{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(235, 232, 28, 0.66);
    text-align: center;
	padding:50px 45px;
}
.banner .banContent h1{
	margin:0 0 25px;
	color:#000;
	font-family: 'Anton', sans-serif;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:3px;
}
.banner .banContent p{
	color:#000;
	font-size:25px;
	line-height:30px;
	font-weight:600;
}
.banner .btn-set{
	margin-top:30px;
}
.banner .btn-set a{
	background:#000;
	color:#f2e712;
	width:190px;
	height:40px;
	line-height:38px;
	display:inline-block;
	border-radius:50px;
	text-transform:uppercase;
	margin:0 8px;
	border:1px solid #000;
}
.banner .btn-set a:hover, .btn-set a:focus{
	background:#ebe81c;
	color:#000;
	border:1px solid #000;
}
.banner .carousel-indicators li{
	width: 30px;
    height:8px;
	background-color:#fff;
	border:0;
}
.banner .carousel-indicators .active {
   width: 30px;
   height:8px;
   background-color:#f2e712;
   border:0;
}
/*******************
@
@ 	Banner bellow
@
*******************/
.banBellow{
	padding:28px 0;
	background:#f5f5f5;
}
.banBellow .banBellowWrap {
    background: #ebe81c;
    padding: 40px 45px;
	color:#000;
}
.banBellow .banBellowWrap h2{
	margin:0;
	font-family: 'Anton', sans-serif;
	font-size:40px;
	text-transform:uppercase;
}
.banBellow .banBellowWrap p{
	margin:10px 0 0;
	font-size:30px;
}
.banBellow a.banBellowBtn{
	background:#000;
	color:#f2e712;
	display:block;
	width:190px;
	height:46px;
	line-height:46px;
	text-transform:uppercase;
	border-radius:50px;
	text-align:center;
	margin: 16px 0;
}
.banBellow a.banBellowBtn:hover, .banBellow a.banBellowBtn:focus{
	background:#fff;
	color:#000;
}
/*******************
@
@ 	who we are
@
*******************/
.whoWe{
	padding:65px 0;
}
.whoWe h2{
	font-family: 'Anton', sans-serif;
	text-transform:uppercase;
	font-weight:800;
	font-size:50px;
	margin:0 0 30px;
}
.whoWe h3{
	color:#999999;
	font-size:30px;
	font-weight:600;
	margin:0 0 10px;
}
.whoWe p{
	margin:0 0 20px;
}
.whoWe a{
	width:190px;
	height:46px;
	line-height:46px;
	display:block;
	background:#000;
	color:#ebe81c;
	border-radius:50px;
	text-align:center;
	text-transform:uppercase;
}
.whoWe a:hover, .whoWe a:focus{
	background:#ebe81c;
	color:#000;
}
.whoWeImg img{
	width:100%;
}
.whoWeImg{
    box-shadow: 30px 30px 0 -10px #f2e712;
	-webkit-box-shadow: 30px 30px 0 -10px #f2e712;
	-moz-box-shadow: 30px 30px 0 -10px #f2e712;
	-o-box-shadow: 30px 30px 0 -10px #f2e712;
}
/*******************
@
@ 	service
@
*******************/
.service{
	background:#f2e712;
	padding:74px 0;
}
.service h2{
	font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;
    margin: 0 0 30px;
}
.service p{
	font-size:22px;
}
.service .row{
    margin-top: 30px;
}
.service .serviceBlock{
	height:300px;
	position:relative;
	border:2px solid #fff;
}
.service .serviceBlock img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.service .serviceBlock .serviceContent{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    color: #f2e712;
    padding: 10px;
    border-top: 2px solid #fff;
}
.service .serviceBlock .serviceContent h3{
	margin:0;
	font-size:20px;
}
.service a{
	width:222px;
	height:48px;
	line-height:44px;
	border:2px solid #000;
	display:inline-block;
	border-radius:50px;
	color:#000;
	font-size:17px;
	text-transform:uppercase;
	font-weight:600;
	margin:40px 0 0;
}
.service a:hover, .service a:focus{
	background:#000;
	 color: #f2e712;
}
.service .serviceBlock .serviceContent a{
    width: 117px;
    background: #f2e712;
    border: 0;
    color: #000;
    margin-top: 12px;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}
.service .serviceBlock .serviceContent a:hover{
	    background: #b9b007;
}
/*******************
@
@ 	testimonial
@
*******************/
.testimonial{
	padding:30px 0;
}
.testimonial .testiBlock p{
	color:#a1a8b7;
	font-size:25px;
	font-style:italic;
	font-weight:300;
	padding-bottom:20px;
	border-bottom:1px solid rgba(211, 211, 211, 0.57);
}
.testimonial .testiImg{
	width:50px;
	height:50px;
	border-radius:50%;
	float:left;
	margin-right:10px;
}
.testimonial .testiImg img{
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:50%;
}
.testimonial .testiBlock h3{
	margin:0;
	color:#212431;
	font-size:20px;
	font-weight:600;
}
.testimonial .testiBlock .pull-left{
	width:65%;
}
.testimonial .testiBlock .pull-right svg{
	color:#efb331;
}
.testimonial .testiBlock .rating {
    margin-top: 9px;
}
.testimonial .serviceSlider {
    position: relative;
}
 .testimonial .owl-carousel .owl-nav .owl-prev,  .testimonial .owl-carousel .owl-nav .owl-prev:hover{
	 background:url(../images/prev.png);
	 width:14px;
	 height:26px;
	 top: 50%;
    position: absolute;
    left: -100px;
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.testimonial .owl-carousel .owl-nav .owl-next, .testimonial .owl-carousel .owl-nav .owl-next:hover{
	 background:url(../images/next.png);
	 width:14px;
	 height:26px;
	  top: 50%;
    position: absolute;
    right: -100px;
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}

/*******************
@
@ 	footer
@
*******************/
footer{
	background-color:#000;
	color:#fff;
	background-image:url(../images/bg-foot.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	padding:100px 0 0;
	
}
footer ul li{
	list-style-type:none;
	margin-bottom:15px;
}
footer ul li svg{
	color:#f2e712;
}
footer .footBlock ul li svg{
	margin-right:10px;
}
footer ul li a{
	color:#fff;
}
footer ul li a:hover, footer ul li a:focus{
	color:#f2e712;
}
footer .footSocial ul li svg{
	margin-right:0;
}
footer .footSocial ul li a{
	display:block;
	width:44px;
	height:44px;
	line-height:40px;
	text-align:center;
	border:2px solid #fff;
	border-radius:50%;
}
footer .footSocial ul li a:hover, footer .footSocial ul li a:focus{
	background:#f2e712;
	color:#000;
}
footer .footSocial ul li a:hover svg, footer .footSocial ul li a:focus svg{
	color:#000;
}
footer .footSocial ul li{
	float:left;
	margin-right:8px;
}
footer .footSocial{
	margin-top:30px;
}
footer .footBlock.midFoot h3{
	margin:0 0 10px;
	font-size:25px;
}
footer .footBlock.midFoot h2{
	margin:0 0 10px;
	color:#ebe81c;
	font-size:45px;
	font-weight:700;
}
footer .footBlock.midFoot form input{
	width:100%;
	height:46px;
	border:2px solid #fff;
	border-radius:50px;
	background:#262505;
	padding:10px;
}
footer .footBlock.midFoot form input:focus{
	outline:none;
}
footer .footBlock.midFoot form input[type="submit"] {
    width: 117px;
    background: #f2e712;
	border:0;
	color:#000;
	margin-top:12px;
	font-weight:600;
}
footer .footBlock.midFoot form input[type="submit"]:hover, footer .footBlock.midFoot form input[type="submit"]:focus{
	    background: #aba309;
}

footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff !important;
  font-style:italic !important;
  text-align:center !important;
  opacity:1 !important;
}
footer ::-moz-placeholder { /* Firefox 19+ */
   color: #fff !important;
  font-style:italic !important;
  text-align:center !important;
  opacity:1 !important;
}
footer :-ms-input-placeholder { /* IE 10+ */
   color: #fff !important;
  font-style:italic !important;
  text-align:center !important;
  opacity:1 !important;
}
footer :-moz-placeholder { /* Firefox 18- */
   color: #fff !important;
  font-style:italic !important;
  text-align:center !important;
  opacity:1 !important;
}

footer .footRight h2{
	margin:0 0 20px;
	font-size:20px;
	text-transform:uppercase;
}
footer .footRight ul li{
	float:left;
	width:50%;
}
footer .bottomFoot{
	color:#dacde0;
	background:#333333;
	line-height:100px;
	text-align:center;
	margin-top:100px;
}
footer .bottomFoot p{
	margin:0;
}
footer .bottomFoot p a{
	color:#f2e712;
}
footer .bottomFoot p a:hover, footer .bottomFoot p a:focus{
	color:#b7b01f;
}

/********************
@
@ 	 about us page
@
**********************/
.innerBan {
	height:300px;
	position:relative;
}
.innerBan img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.innerBan h1{
	margin:0;
	color:#f2e712;
	font-family: 'Anton', sans-serif;
	font-size:50px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	-o-transform:translate(-50%, -50%);
	    text-transform: uppercase;
    text-shadow: 1px 1px 4px #000;
}
.aboutUsPage{
	background:url(../images/ban-4.jpg);
	background-size:cover;
	padding:60px 0;
	color:#fff;
}
.aboutUsPage h2{
	font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 50px;
    margin: 0 0 30px;
	letter-spacing:3px;
}
/********************
@
@ 	 service page
@
**********************/
.servicePage{
	background:#fff;
}
.servicePage .serviceBlock{
	margin-bottom: 30px;
}

/********************
@
@ 	 contact page
@
**********************/
.contactSec{
	padding:50px 0;
}

.contactSec h2{
    font-family: 'Anton', sans-serif;
    color: #000;
    font-size: 30px;
	margin:0 0 20px;
	text-transform:uppercase;
}

.contactSec .contactForm form input {
    height: 53px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #3e3d3d;
    border-radius: 0;
    color: #fff;
}
.contactSec .contactForm form textarea{
	 height: 128px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid #3e3d3d;
    border-radius: 0;
    color: #fff;
	width:100%;
	padding:10px;
}
.contactSec .contactForm form input[type="submit"]{
	display: inline-block;
    width: 147px;
    height: 46px;
    line-height: 46px;
    background: #f2e712;
    border: 0;
    color: #000;
    margin-top: 12px;
    font-weight: 600;
	border-radius:50px;
}
.contactSec .contactForm form input[type="submit"]:hover, .contactSec .contactForm form input[type="submit"]:focus{
	background:#000;
	color:#f2e712;
}
.contactDetails {
    background: #f2e712;
    padding: 30px;
	border-radius:20px 20px 0 0;
}
.contactSec .contactDetails ul{
	margin:0;
}
.contactSec .contactDetails ul li{
	list-style-type:none;
	margin-bottom:15px;
}
.contactSec .contactDetails ul li svg{
	color: #8a8306;
	margin-right:10px;
}
.contactSec .contactDetails ul li a{
	color:#000;
}

.map{
	height:300px;
	border:10px solid #f2e712;
	border-radius:0 0 20px 20px;
}
.map iframe{
	width:100%;
	height:100%;
	
}

/********************
@
@ 	 Testimonial page
@
**********************/
.testimonialPage {
	padding:60px 0;
}
.testimonialPage .leftTesti{
	float:left;
}
.testimonialPage .rightTesti{
	float:right;
}
.testimonialPage .smallTesti{
	width:20%;
}
.testimonialPage .bigTesti{
	width:80%;
}
.testimonialPage .testiImg img{
	width:100%;
	height:100%;
	border-radius:50%;
	object-fit:cover;
	border: 5px solid #f2e712;
}
.testimonialPage .testiImg {
    height: 120px;
    width: 120px;
    margin: 0 auto;
}
.testimonialPage h4 {
    text-align: center;
    font-size: 20px;
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.testimonialPage .testiContent{
    background: #f2e712;
    padding: 20px 40px;
    position: relative;
}
 .testimonialPage h3{
    font-size: 18px;
    font-style: italic;
    font-weight: 800;
}
.testimonialPage .testiContent:before{
	content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 24px 12px 0;
    border-color: transparent #f2e712 transparent transparent;
    position: absolute;
    left: -24px;
    top: 20px;
}

.testimonialPage .testiContentR:after{
	content: "";
   width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 24px;
    border-color: transparent transparent transparent #f2e712;
    top: 20px;
    right: -24px;
    position: absolute;
}
.testimonialPage .testiContentR:before{
	display:none;
}

.testimonialPage .testiRow {
    margin-bottom: 20px;
    overflow: hidden;
}
/********************
@
@ 	inner page
@
**********************/
.innerPage {
	padding:60px 0;
}
.innerPage h2 {
    font-family: 'Anton', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 40px;
    margin: 0 0 30px;
	text-align:center;
}
.innerPage .innerImg {
    float: left;
    width: 40%;
	 margin-right: 30px;
    margin-bottom: 30px;
    box-shadow:-30px 30px 0 -10px #f2e712;
    -webkit-box-shadow: -30px 30px 0 -10px #f2e712;
    -moz-box-shadow: -30px 30px 0 -10px #f2e712;
    -o-box-shadow: -30px 30px 0 -10px #f2e712;
}
.innerPage .innerImg img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.innerPage .innerContent h3{
    font-weight: 800;
}
/********************
@
@ 	Responsive
@
**********************/
@media (max-width:1920px){
	header .logoNav .abn{
		right: 20px;
	}
}
@media (max-width:1199px){
	.navbar-inverse .navbar-nav > li > a{
		padding: 15px 8px;
		font-size: 14px;
	}
	header .navbar-inverse .navbar-collapse{
		padding: 0 250px 0 0;
	}
	.banner .banContent h1{
		font-size: 22px;
		margin: 0 0 15px;
	}
	.banner .banContent p{
		font-size: 20px;
	}
	.banBellow .banBellowWrap p{
		font-size: 20px;
	}
	.testimonial .testiBlock h3{
		font-size: 17px;
	}
	.testimonial .testiBlock span{
		font-size: 14px;
	}
	.testimonial .testiBlock .pull-right svg{
		font-size: 12px;
	}
	.testimonial .owl-carousel .owl-nav .owl-prev, .testimonial .owl-carousel .owl-nav .owl-prev:hover{
		left: -40px;
	}
	.testimonial .owl-carousel .owl-nav .owl-next, .testimonial .owl-carousel .owl-nav .owl-next:hover{
		right:-40px;
	}
}
@media (max-width:1023px){
	header .topHeader .pull-left{
    float: none !important;
    text-align: center;
}
.topHeader .headSocial ul li{
	float:none;
	display: inline-block;
}
header .navbar-inverse .navbar-collapse {
    padding: 0;
}
header .navbar-right {
    padding: 85px 0 0;
}
header .logoNav .abn{
	top: 33%;
}
.banner .banContent{
	width: 90%;
}
.banBellow .banBellowWrap{
	text-align: center;
}
.banBellow a.banBellowBtn{
	float: none !important;
	display: inline-block;
}
.service .serviceBlock{
	margin-bottom: 30px;
	height: auto;
}
.testimonial .owl-carousel .owl-nav .owl-prev, .testimonial .owl-carousel .owl-nav .owl-prev:hover {
    left: -25px;
}
.testimonial .owl-carousel .owl-nav .owl-next, .testimonial .owl-carousel .owl-nav .owl-next:hover{
	right:-25px;
}
footer .col-md-4{
	clear:both;
}
footer .footBlock {
    text-align: center;
}
footer .footSocial ul li{
	display: inline-block;
	float: none;
}
footer .footRight{
    text-align: center;
    margin-top: 30px;
}

.testimonialPage .bigTesti {
    width: 75%;
}
}
@media (max-width:991px){
.contactForm {
    margin-bottom: 30px;
}
}
@media (max-width:767px){
	header .topHeader .headContact{
    text-align: center;
}
.topHeader .headContact a{
	margin-left: 8px;
}
.topHeader .headContact{
	padding-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;

}
header .navbar-toggle{
    position: absolute;
    top: 80px;
    right: 20px;
}
header .logoNav .abn {
    top: 50px;
}
header .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}
header .navbar-inverse .navbar-toggle:focus, header .navbar-inverse .navbar-toggle:hover {
    background-color: #f2e712;
}
header .navbar-right {
    padding: 5px 0 0;
    margin: 0;
}
.banner .btn-set a{
	width: 100%;
	margin: 5px 8px;
}
.banBellow .banBellowWrap{
	padding: 30px 20px;
}
.banBellow .banBellowWrap h2{
	font-size: 25px;
}
.banBellow .banBellowWrap p {
    font-size: 16px;
}
.service a{
	margin: 10px 0 0;
}
.testimonial .serviceSlider .testiBlock {
    margin: 0 50px;
}
.testimonial .owl-carousel .owl-nav .owl-prev, .testimonial .owl-carousel .owl-nav .owl-prev:hover {
    left: 5px;
}
.testimonial .owl-carousel .owl-nav .owl-next, .testimonial .owl-carousel .owl-nav .owl-next:hover{
	right:5px;
}
.aboutUsPage h2{
	font-size: 30px;
	margin: 0 0 20px;
}
.testimonialPage .testiContent{
	width: 100%;
	padding-top: 100px;
	margin-bottom: 50px;
}
.testimonialPage .testiContent::before, .testimonialPage .testiContentR::after{
	display:none;
}
.testimonialPage .smallTesti {
    width: 100%;
}
.testimonialPage .testiRow{
	position:relative;
	overflow: visible;
}
.testimonialPage .testiImg{
	position: absolute;
	z-index: 9;
	top: -30px;
}
.testimonialPage h4{
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	position: absolute;
	z-index: 9;
}
}
@media (max-width:479px){
	header .logoNav .abn a{
		width: 120%;
		font-size: 12px;
	}
	header .logoNav .abn{
		right:50px;
	}
	.banner .banContent{
		padding: 20px 20px;
	}
	.banner .banContent h1 {
    font-size: 18px;
	}
	.banner .banContent p {
		font-size: 15px;
		line-height: 18px;
	}
	.whoWe h2, .service h2, footer .footBlock.midFoot h2, .innerPage h2{
		font-size: 25px;
	}
	.whoWe, .service{
    padding: 30px 0 ;
	}
	footer{
		 padding: 30px 0 0;
	}
footer .bottomFoot p {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 20px 0;
}
.whoWe h3{
	font-size: 22px;
}
.testimonial .testiBlock .pull-left {
    width: 100%;
}
.testiBlock .testiImgArea .pull-right{
    float: none !important;
    clear: both;
}
.testimonial .testiBlock .rating{
	text-align: center;
}
.innerBan {
    height: 200px;
}
.innerBan h1{
    width: 100%;
    font-size: 30px;
}
.testimonialPage h4{
	left: 50%;
	transform: translate(-50%, 0);
	top: 60px;
	width: 100%;
}
.testimonialPage .testiImg{
	top: -50px;
	left: 50%;
	transform: translate(-50%, 0);
}
.testimonialPage .testiContent{
	margin-bottom: 70px;
	text-align:center;
}
.innerPage .innerImg {
    float: left;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
}
}