/*
Theme Name: ABR
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: abr

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@font-face {
    font-family: 'PlayfairDisplayRegular';
    src: url('fonts/PlayfairDisplayRegular.eot');
    src: url('fonts/PlayfairDisplayRegular.eot') format('embedded-opentype'),
         url('fonts/PlayfairDisplayRegular.woff2') format('woff2'),
         url('fonts/PlayfairDisplayRegular.woff') format('woff'),
         url('fonts/PlayfairDisplayRegular.ttf') format('truetype'),
         url('fonts/PlayfairDisplayRegular.svg#PlayfairDisplayRegular') format('svg');
}

@font-face {
  font-family: 'Lato-Medium';
  src: url('fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'),  url('fonts/Lato-Medium.woff') format('woff'), url('fonts/Lato-Medium.ttf')  format('truetype'), url('fonts/Lato-Medium.svg#Lato-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'latosemibold';
    src: url('fonts/lato-semibold-webfont.woff2') format('woff2'),
         url('fonts/lato-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

*{
	padding:0;
	margin:0;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none;
	text-decoration:none;
}
input:focus,textarea:focus,select:focus{
	outline:none!important;
	box-shadow:none;
}
a{
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}
ul{
	margin:0;
	list-style-type:none;
}
.container{
	width:1260px;
}
body{
	background:#fff;
	font-family: 'Poppins', sans-serif;
	font-family: 'Roboto', sans-serif;
	font-family: 'Lato', sans-serif;
	color:#242426;
}

/*======================== Banner ===================*/
.wrapper{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; overflow:hidden; }
.header_wrapper{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; position:relative;}
.header{width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:12px 0px 12px 0px; position: relative;}


.header_logo{ text-align:center;}
.header_logo div{ display:inline-block; margin:0px 10px 0px 0px;}

.top_rt_menu{ text-align:right; margin:0px 0px 0px 0px;}



.quote_top{ width:250px; display: inline-block; margin:0px 0px 20px 0px; padding:30px 30px 20px 20px; background-color:#3AAB45; position:relative; text-align:right;}
.quote_top::before{width:100%;height:20px;position:absolute;left:0;bottom:-20px;content:''; background:url(images/shape3.png) no-repeat; background-size:cover;}
.quote_top h3{ font-size:18px; line-height:24px; font-weight:400; color:rgba(255, 255, 255, 0.74); margin:0px 0px 1px 0px; text-align:right;}
.quote_top h4{ font-size:18px; line-height:24px; font-weight:400; color:rgba(255, 255, 255, 1); margin:0px 0px 0px 0px; text-align:right;}

.banner_section .container, .banner_section .row, .banner_section .row{ height:100%; position:relative;}





.down_link{ width:46px; position:absolute; left:50%; margin-left:-23px; bottom:99px;}
.down_link a{ display:block; width:45px; height:45px; background:url(images/down_arrow_1.png) no-repeat;}
.down_link a:hover{ background:url(images/down_arrow_2.png) no-repeat;}




/*======================== slider ===================*/

#banner-carousel{
	width:100%;
	float:left;
	height:auto;
	position: relative;
	z-index:3;
}

#banner-carousel .container, #banner-carousel .row, #banner-carousel .col-xs-12{ height:100%; position:relative;}

#banner-carousel .carousel-inner{
	height:584px;
	position:relative;
}

.banner_shape{ width:100%; height:139px; position:absolute; bottom:0px; z-index:100; left:0px; background-size:cover; background-position:center center;background-repeat:no-repeat; background-image:url(images/shape_1.png);}

#banner-carousel .carousel-inner .item{
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	width:100%;
	height:100%;
}

#banner-carousel .carousel-inner .item::before{
	width:100%;
	height:490px;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	background:url(images/banner_shape1.png) no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center center;
	
}
#banner-carousel .control{
	position:absolute;
	top:50%;
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	width:47px;
	height:30px;
	text-indent:-9999px;
	opacity:1;
	
}
#banner-carousel:hover .control{
	opacity:1;
	visibility:visible;
} 

#banner-carousel .control.left{
	background:url(images/sl_arrow_1.png) no-repeat center;
	left:100px;
}
#banner-carousel .control.left:hover{
	
}
#banner-carousel .control.right{
	background:url(images/sl_arrow_2.png) no-repeat right center;
	right:100px;
}
#banner-carousel .control.right:hover{
	
}

.carousel-indicators{ background-color:#0090bf; padding:0px 5px 0px 5px; left:50%; margin-left:0px; width: auto; position:absolute; bottom:187px; text-align:center; min-width:135px; right:auto; transform:translateX(-50%);padding:10px 0px 10px 0px;}
.carousel-indicators li{ background-color: transparent; border:none; margin:0px 5px 0px 5px; font-family:Arial, Helvetica, sans-serif; font-size:13px;  line-height:16px; color:#fff; text-align:center; display:inline-block; text-indent:inherit;}
.carousel-indicators .active{ background-color: transparent; border:none;margin:0px 5px 0px 5px;font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:16px; color:#fff;text-align:center; display:inline-block;text-indent:inherit;}
.carousel-indicators .active{}
.subpage_carousel .carousel-indicators{ bottom:90px;}


.subpage_banner_container{width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; position:relative;}
.subpage_banner{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; position:relative;}
.subpage_banner{
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	width:100%;
	height:348px;
}



/*======================== slider end ===================*/



.banner_section{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; position:relative;}

.banner_section{
	height:413px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	z-index:10;
}

.banner_section::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	content:'';
	background-color:rgba(255,255,255,.60);
}

.banner_section .container, .banner_section .row, .banner_section .col-xs-12{ height:100%; position:relative;}

.banner_block{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; }
.banner_block h2{font-size:38px; line-height:46px; font-weight:normal; color:#fff;font-family: 'Lato', sans-serif; margin:0px 0px 40px 0px; text-align:center;}

.banner_info{ max-width:990px; width:100%; padding:0px 15px 0px 15px;}
.banner_info{position:absolute; top:50%; height:auto; left:50%;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);}

.banner_con_1{ width:100%; float:left; display:block; margin:0px 0px 45px 0px; padding:0px 0px 0px 0px; text-align:center;}
.banner_con_1 img{ max-width:100%;}
.book_btn{ width:100%; float:left; display:inline-block; margin:0px 0px 23px 0px; padding:0px 0px 0px 0px;}
.book_btn a{ display:block; width:208px; height:60px; line-height:60px; text-align:center; color:#fff; background-color:#00609C;font-family: 'Poppins', sans-serif;border-radius:10px; font-size:20px; font-weight:500;  margin:0 auto;}
.book_btn a:hover{ background-color:#000; color:#fff; border-color:#000;}

.order_btn{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align:center;}
.order_btn a{ display:inline-block; margin:0px 12px 12px 12px;}
.order_btn img{ max-width:100%;}
.order_btn a:hover{ opacity:0.70;}






.partner.container{ width:1560px;}

.owl-nav{
	position:absolute;
	top:50%;
	width:100%;
	z-index:20;
}
.owl-nav .owl-prev{
	width:45px;
	height:45px;
	background:url(images/cr_arrow2.png) no-repeat center center;
	left:120px;
	position:absolute;
	text-indent:-9999px;
	margin-top:-14px;
	display:none;
}
.owl-nav .owl-prev:hover{}
.owl-nav .owl-next{
	width:45px;
	height:45px;
	background:url(images/cr_arrow1.png) no-repeat center center;
	right:120px;
	position:absolute;
	text-indent:-9999px;
	margin-top:-14px;
}
.owl-nav .owl-next:hover{}

#partners-carousel::before{ content:''; position:absolute; top:0px; right:0px; height:100%; width:25%;background-color:rgba(243,240,235,.86); z-index:10;}
#partners-carousel .partner{
	min-height:317px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	z-index:10;
}




.map_section{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; position:relative;}
.map_inner{width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; position:relative;}
.map_inner{
	min-height:415px;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	z-index:10;
}

.map_pin{ width:235px;}
.map_pin img{ max-width:100%;}
.map_pin{position:absolute; top:50%; height:auto; left:50%;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);}



.ins_single{ width:55%; float:right; display:inline-block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; height:100%; position:relative;}
.ins_btn{ width:100%; float:left; display:block; padding:0px 10px 0px 0px;}
.ins_btn a{ display:inline-block;}
.ins_btn span{ display:block;}
.ins_btn span img{ max-width:100%;}
.ins_logo{ margin:0px 0px 0px 0px;}
.btn_link{font-family: 'LetterGothicStdBold'; font-size:19px; line-height:30px; color:#000; letter-spacing:-1px; text-align:left;}


.ins_btn{position:absolute; top:50%; height:auto; left:50%;
-webkit-transform:translate(-50%,-50%);
-moz-transform:translate(-50%,-50%);
-ms-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);}



/*======================================== navigation =============================*/


.nav_section{width:100%; float:left; display:block; margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}
.navbar-static-top{
	margin:0;
	background:none;
	border:none;
	position:relative;
}
.navbar-right{
	margin:48px 0 0;
}
.logo a:hover{
	opacity:0.75;
}
.nav.navbar-nav.navbar-right{
	position:relative;
}

.hm_header_nav .navbar-nav{ float:none; text-align:center;}
.navbar-default .navbar-nav > li{ float:none; display:inline-block;}

.header .navbar-nav{ margin-top:14px; margin-left:0px;}
.navbar-default .navbar-nav > li{ margin:0px 0px 0px 0px; padding:0px 20px 0px 20px; line-height:65px;}
.navbar-default .navbar-nav > li:first-child{ padding-left:0px;}
.navbar-default .navbar-nav > li:last-child{ padding-right:0px;}
.navbar-default .navbar-nav > li > a{
	font-size:16px;
	color:#222222;
	font-family: 'Roboto Condensed', sans-serif;
	line-height:34px;
	font-weight:700;
	background:none;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0;
	padding-top:0;
	transition:none;
	text-transform:uppercase;
	border-bottom:3px solid #fff;
}
.navbar-default .navbar-nav > li.phone_top{}
.navbar-default .navbar-nav > li.phone_top > a{ line-height:65px; background-color:#ff9016!important; border-radius:6px; color:#fff!important; padding:0px 20px 0px 20px; border-bottom:none;}



.hm_header .caret{ border:none; background:url(images/drp_arrow_1.png) no-repeat; width:10px; height:6px;}
.navbar-default .navbar-nav > li:last-child{
	margin-right:0px;
}
.navbar-right .dropdown-menu{
	left:0;
	right:auto;
}
.dropdown-menu{
	width: auto;
	min-width:269px;
	padding:20px 18px 10px 18px;
	border:none;
	box-shadow:none;
	border-radius:0;
	background:#fff;
	top:100%;
}

.dropdown-menu > li{}
.dropdown-menu > li > a{
	display:block;
	color:#000000;
	line-height:40px;
	padding:0px 0px 0px 0px;
	font-size:15px;
	font-family: 'Roboto Condensed', sans-serif;
	background:none;
	position:relative;
	transition:0s;
	border-bottom:1px solid #dbdbdb;
	font-weight:700;
	
}
.dropdown-menu > li > a::before{}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color:transparent;
	color:#222222;
}
.dropdown-menu > li:last-child a{
	border:none;
}


.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:focus, 
.navbar-default .navbar-nav > .open > a:hover{
	background-color:transparent;
	color:#222222;
	border-bottom:3px solid #ff9016;
}


.navbar-default .navbar-nav > li > a:focus, 
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color:transparent;
	color:#222222;
	border-bottom:3px solid #ff9016;
	background:none;
}


.navbar-default .navbar-nav > li.phone_top > a:focus, 
.navbar-default .navbar-nav > li.phone_top > a:hover,
.navbar-default .navbar-nav > .active.phone_top > a, 
.navbar-default .navbar-nav > .active.phone_top > a:focus, 
.navbar-default .navbar-nav > .active.phone_top > a:hover{
	border-bottom:none;
	color:#fff;
	background-color:#000 !important;
}

.navbar-default .navbar-nav > li > a:focus .caret{ border:none; background:url(images/drp_arrow_2.png) no-repeat; width:10px; height:6px;}
.navbar-default .navbar-nav > li > a:hover .caret{ border:none; background:url(images/drp_arrow_2.png) no-repeat; width:10px; height:6px;}
.navbar-default .navbar-nav > .active > a .caret{ border:none; background:url(images/drp_arrow_2.png) no-repeat; width:10px; height:6px;}
.navbar-default .navbar-nav > .active > a:focus .caret{ border:none; background:url(images/drp_arrow_2.png) no-repeat; width:10px; height:6px;}
.navbar-default .navbar-nav > .active > a:hover .caret{ border:none; background:url(images/drp_arrow_2.png) no-repeat; width:10px; height:6px;}
.quote-block{
    text-align: right;
	
    width: auto;
	color: #1a4281;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    padding: 56px 0 10px 0;
	display:block;
}
.navbar-collapse{ overflow-x:hidden;}

.dropdown-menu > li:first-child a{}
.dropdown-menu > li:first-child > a:focus, .dropdown-menu > li:first-child > a:hover{
	
}


.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    
	background:none;
	color:#ff9016;
}









.section_1{ width:100%; float:left; display:block; margin:-80px 0px 0px 0px; padding:0px 0px 40px 0px; position:relative; z-index:10;}
.single_block_left{ float:left; display:inline-block; margin:0px 0px 0px 0px; padding:0px 40px 0px 0px; width:64%;}
.singleblock_top{display:block; width:100%; float:left; height:100%; position:relative; }
.singleblock_top a{ display:block; width:100%; float:left; height:100%; position:relative; overflow:hidden;}
.single_photo_block{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;transition: all 0.5s ease;}
.single_photo_block{
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	width:100%;
	height:432px;
}
.single_photo_block::before{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	background-color:rgba(0,0,0,.64);
	
}
.singleblock_top a:hover .single_photo_block{transform: scale(1.2);}
.singleblock_top a:hover .single_info_block h3{ color:#ff9016;}

.single_info_block{ width:100%; float:left; display:block; position:absolute; left:0px; top:0px; height:100%; padding:64px 0px 0px 40px;}
.single_info_block h3{font-family: 'Lato', sans-serif; font-weight:900; color:#fff; margin:0px 0px 0px 0px; padding:65px 0px 0px 0px; position:relative; font-size:30px; line-height:38px; text-transform:uppercase;}
.single_info_block h3::before{ height:16px; width:284px;content:''; position:absolute; top:0px; left:0px; background-color:#ff9016;}

.infoblock_bottom{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:30px 0px 0px 0px;}
.infoblock_bottom p{font-family: 'Lato', sans-serif; font-size:17px; line-height:26px; font-weight:400; margin:0px 0px 22px 0px; color:#8e8e8e; text-align:justify;}
.infoblock_bottom h4{ margin:0px 0px 20px 0px;}
.infoblock_bottom h4 a{ display:inline-block; padding:0px 13px 0px 13px; margin:0px 0px 0px 0px; line-height:40px;font-family: 'Lato', sans-serif; font-weight:900; color:#8e8e8e; border:1px solid #8e8e8e; font-size:13px; text-transform:uppercase;}
.infoblock_bottom h4 a:hover{ color:#ff9016; border-color:#ff9016;}

.singleblock_rt{float:left; display:inline-block; margin:0px 0px 0px 0px; padding:125px 0px 0px 0px; width:36%; }
.singleblock_rt h3{font-family: 'Lato', sans-serif; font-weight:900; color:#000; margin:0px 0px 35px 0px; padding:0px 0px 35px 0px; position:relative; font-size:36px; line-height:38px; text-transform:uppercase;}
.singleblock_rt h3::before{height:3px; width:38px;content:''; position:absolute; bottom:0px; left:0px; background-color:#ff9016;}
.singleblock_rt p{font-family: 'Roboto', sans-serif; margin:0px 0px 60px 0px; font-size:20px; line-height:25px; font-weight:700; color:#ff9016;}


.subpage_top_tittle.single_photo_block{ height:233px;}
.subpage_top_rt.singleblock_rt{}
.subpage_top_rt.singleblock_rt h3{margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.subpage_top_rt.singleblock_rt h3::before{ display:none;}



.singleblock_rt h4{ margin:0px 0px 20px 0px; text-align:right;}
.singleblock_rt h4 a{ display:inline-block; padding:0px 13px 0px 13px; margin:0px 0px 0px 0px; line-height:40px;font-family: 'Lato', sans-serif; font-weight:900; color:#ff9016; border:1px solid #ff9016; font-size:13px; text-transform:uppercase;}
.singleblock_rt h4 a:hover{ color:#000000; border-color:#000000;}

.section_2{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; position:relative;}
.section_bg{ width:60%; position:absolute; top:0px; right:0px; height:100%;}
.section_bg{
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	z-index:10;
}
.section_2 .container{ position:relative; z-index:100; height:100%;}
.section_2 .row{ height:100%;}
.section_2 .col-md-6{ height:100%;}
.service_wrapper{ width:48%; height:100%; float:left; display:block; padding-left:15px; padding-right:15px; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px;}
.service_list{ width:100%; float:left; display:block; height:100%; background-color:#fff; position:relative; padding:40px 0px 30px 0px;}
.service_list::before{content:''; width:177px; height:489px; position:absolute; right:-176px; top:-1px; bottom:-2px; background:url(images/right_shape.png) no-repeat;
-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	background-position:center center;
}

.service_tittle{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 22px 0px;font-family: 'Lato', sans-serif; font-size:35px; line-height:38px; font-weight:900; color:#ff9016; text-transform:uppercase;}
.service_tittle a{color:#ff9016; text-decoration:none;}
.service_tittle:hover{color:#000;}
.service_tittle a:hover{color:#000;}
.list_block{width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.list_block ul{ float:left; display:inline-block; margin:0px 0px 0px 0px; padding:30px 0px 0px 0px; background:url(images/bottom_border.png) no-repeat top left; width:50%; padding-right:30px}
.list_block ul li{ width:100%; float:left; display:block;font-family: 'Lato', sans-serif; font-size:17px; line-height:25px; margin:0px 0px 12px 0px; color:#000; font-weight:400;}
.list_block ul li a{ color:#000; text-decoration:none;}
.list_block ul li a:hover{ color:#ff9016; text-decoration:none;}
.list_block ul li img{ max-width:100%;}

.list_block ul.servicelist_1{ width:60%;}
.list_block ul.servicelist_2{ width:40%;}

.section_3{ width:100%; float:left; display:block; margin:-1px 0px 0px 0px; padding:110px 0px 135px 0px; position:relative; z-index:200;}
.section_3{
	height: auto;
	background-repeat:no-repeat;
	background-position:top center;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	
}

.info_content{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:38px 0px 0px 0px; background:url(images/top_border_1.png) no-repeat left top;}
.info_content:hover{background:url(images/top_border_2.png) no-repeat left top;}
.info_content h4{font-family: 'Roboto Condensed', sans-serif; font-weight:700; margin:0px 0px 20px 0px; text-transform:uppercase;color:rgba(255,255,255,.50); font-size:20px; line-height:26px;}
.info_content h2{font-family: 'Roboto Condensed', sans-serif; font-weight:700; margin:0px 0px 14px 0px; text-transform:uppercase;color:rgba(255,255,255,1); font-size:100px; line-height:84px;}
.info_content p{font-family: 'Lato', sans-serif; font-weight:400; font-size:17px; line-height:26px; color:#fff; margin:0px 0px 10px 0px;}

.learn_more_btn{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:28px 0px 0px 0px;}
.learn_more_btn a{ display:inline-block;padding:0px 26px 0px 26px; margin:0px 0px 0px 0px; line-height:62px;font-family: 'Roboto Condensed', sans-serif; font-weight:700; color:#fff; border:1px solid #fff; font-size:13px; text-transform:uppercase;}
.learn_more_btn a:hover{ color:#fea33f; border-color:#fea33f;}
.info_content .learn_more_btn a:hover{ color:#fea33f; border-color:#fea33f;}

.client_section{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:80px 0px 0px 0px;}
.client_section ul{ margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align: center;}
.client_section ul li{ display:inline-block; margin:0px 0px 25px 0px; padding:0px 30px 0px 30px;}
.client_section ul li img{ max-width:100%;}


.footer{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.footer_top{width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:129px 0px 0px 0px; position:relative; z-index:20;}

.small_container.container{ width:960px; background-color:#fff; padding-bottom:60px; margin-bottom:-80px;}
.footer_top_block{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 58px 0px;}
.footer_block_1{width:50%; float:left; display:inline-block; margin:0px 0px 0px 0px; padding:32px 10px 0px 50px;font-family: 'Lato', sans-serif; font-size:28px; line-height:30px; text-transform:uppercase; color:#222222;}
.footer_block_2{ width:50%; float:left; display:inline-block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.footer_contact_block{ width:100%; float:left; display:block; margin:0px 0px 16px 0px; padding:0px 0px 0px 0px;}
.footer_contact_block h3{font-family: 'Lato', sans-serif; margin:0px 0px 0px 0px; font-size:28px; line-height:30px; color:#222222; font-weight:700; text-transform:uppercase;}
.footer_contact_block h4{font-family: 'Lato', sans-serif; margin:0px 0px 0px 0px; font-size:28px; line-height:30px; color:#ff9016; font-weight:700;}
.footer_contact_block h4 a{color:#ff9016;}
.footer_contact_block h4 a:hover{color:#000;}

.footer_social_block{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.footer_social_block ul{ width:100%; float:left; display:block;margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; text-align:left;}
.footer_social_block ul li{display:inline-block; margin:0px 4px 5px 4px; width:46px; height:42px;}
.footer_social_block ul li a{ display:block;width:46px; height:42px;}

.footer_social_block ul li.social_bg_1 a{ background:url(images/socialbg_1.png) no-repeat;}
.footer_social_block ul li.social_bg_1 a:hover{ background:url(images/socialbg_2.png) no-repeat;}

.footer_social_block ul li.social_bg_2 a{ background:url(images/socialbg_3.png) no-repeat;}
.footer_social_block ul li.social_bg_2 a:hover{ background:url(images/socialbg_4.png) no-repeat;}

.footer_social_block ul li.social_bg_3 a{ background:url(images/socialbg_5.png) no-repeat;}
.footer_social_block ul li.social_bg_3 a:hover{ background:url(images/socialbg_6.png) no-repeat;}

.footer_social_block ul li.social_bg_4 a{ background:url(images/socialbg_7.png) no-repeat;}
.footer_social_block ul li.social_bg_4 a:hover{ background:url(images/socialbg_8.png) no-repeat;}

.footer_bottom_block{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 50px; }
.footer_bottom_block ul{ margin:0px 0px 0px 0px; padding:0px 0px 0px 80px; width:100%; float:left; display:block; text-align:left;background:url(images/top_border_2.png) no-repeat left 15px;}
.footer_bottom_block ul li{ display:inline-block; margin:0px 8px 10px 8px; padding:0px 0px 0px 0px;font-family: 'Roboto Condensed', sans-serif; font-weight:700; font-size:16px; line-height:26px; text-transform:uppercase; color:#222222;}
.footer_bottom_block ul li a{ display:block;color:#222222; text-decoration:none; text-transform:uppercase;}
.footer_bottom_block ul li a:hover{ color:#ff9016;}

.footer_bottom_section{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; position:relative; z-index:10;}
.footer_bottom_section{
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	background-size:cover;
	width:100%;
	height:350px;
}

.footer_bottom_section::before{
	width:100%;
	height:350px;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
	background-color:rgba(0,0,0,.64);
	
}



.cn_tittle{ width:100%; float:none; display:block; margin:0px 0px 10px 0px; padding:0px 0px 0px 0px;font-family: 'Lato-Medium'; font-size:18px; line-height:20px;color:#ff9016; font-weight:normal; text-transform:uppercase;}
.addressblock{width:100%; float:left; display:block; margin:0px 0px 30px 0px; padding:0px 0px 0px 0px;}
.addressblock h4{font-family: 'Lato-Medium'; font-size:18px; line-height:20px;color:#525252; font-weight:normal; text-transform:uppercase; margin:0px 0px 15px 0px;}
.addressblock h4 a{ display:inline-block; text-decoration:none;color:#525252;}


/*======================================= sub page css ================================*/

.generic_section{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:20px 0px 40px 0px;}
.generic_section h2{font-size:18px; line-height:20px; font-weight:normal;margin:0px 0px 13px 0px; color:#ff9016;font-family: 'Lato-Medium'; text-transform:uppercase;}
.generic_section h3{font-size:16px; line-height:20px; margin:0px 0px 0px 0px; text-transform:uppercase; margin:0px 0px 12px 0px;color:#ff9016;font-family: 'Lato-Medium'; text-transform:uppercase;}
.generic_section p{ font-size:15px; line-height:18px; color:#2f2f2f;margin:0px 0px 18px 0px; font-family:Arial, Helvetica, sans-serif;}
.generic_section p a{color:#ff9016; text-decoration:underline;}

.generic_section ul{ padding:0px 0px 0px 15px; margin:0px 0px 20px 0px; width:100%; float:left; display:block;}
.generic_section ul li{ background:url(images/list_bullet.png) no-repeat left 0px; font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:18px;color:#2f2f2f; padding:0px 0px 0px 25px; margin:0px 0px 4px 0px; width:100%; float:left; display:block;}
.generic_section ul li a{color:#ff9016; text-decoration:none;}

.generic_section hr {margin-top: 16px;margin-bottom: 30px;background-color: #e7e7e7; width: 100%;float: left;display: block;}

.contact-right.pull-right {
    width: 50%;
    float: left;
    height: auto;
	padding-left:40px;
}
.contact-right img{ width:100%;}
.videoblock{ width:100%; float:left; display:block; margin:0px 0px 100px 0px;}
.videoblock img{ width:100%;}

.contact_section{width:100%; float:left; display:inline-block; margin:0px 0px 0px 0px; padding:20px 0px 40px 0px;}
.contact_tittle{width:100%; float:left; display:inline-block; margin:0px 0px 0px 0px;font-family: 'LetterGothicStdBold'; font-size:18px; line-height:24px; color:#000; margin:0px 0px 10px 0px; text-transform:uppercase;}


.contact-left { width: 50%;float: left;height: auto;padding:0px 70px 0px 0px;}
.map_block{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.map_block img{ width:100%;}

.contact_details_top{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.contact_tittle_2{ width:100%;float:left; display:inline-block; font-family: 'LetterGothicStdBold'; font-size:18px; line-height:24px; color:#000; margin:0px 0px 20px 0px; text-transform:uppercase;}

.contact_address{ width:100%; float:left; display:block; margin:0px 0px 15px 0px; padding:0px 0px 0px 0px; font-size:15px; line-height:18px; color:#525252; font-weight:normal;}
.phn_block{width:100%; float:left; display:block; margin:0px 0px 15px 0px; padding:0px 0px 0px 0px; font-size:15px; line-height:18px; color:#525252; font-weight:normal;}
.phn_block a{ display:inline-block; padding-left:10px;color:#525252;}

.map_single{width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.map_single img{ width:100%;}

.form_input_common {
    width: 100%;
    float: left;
    display: block;
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 0px;
}

.form_single {
	width: 50%;
	float: left;
	display: inline-block;
	margin: 0px 0px 0px 0px;
	padding: 0px 7px 0px 0px;
}
.frm_rt {
	padding: 0px 0px 0px 7px;
}

.contact_form_wrapper label,
.woocommerce form .form-row label {
	font-size: 12px;
	color: #626262;
	font-weight: 400;
	margin: 0px 0px 2px 0px;
	line-height: 24px;
	display: block;
	width: 100%;
	vertical-align: top;
}
.form_input_common label span{color:#ff0000;}
.woocommerce form .form-row label span{ color:#343434;}

.contact_form_wrapper .form-control,
.contact_form_wrapper .input-text  {
	height: 35px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #343434;
	border-color: #d9d9d9;
	box-shadow: none;
	border-radius: 0px;
	border:1px solid #ccc;
	padding:6px 10px;
}

.contact_form_wrapper textarea.form-control {
    height: 172px;
}





.table_section{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.table-bordered {
	border-color: #cecece;
}
th {
	border-bottom: none!important;
}
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th,
.content-inner .elementor .table-bordered > thead > tr > td, .content-inner .elementor .table-bordered > thead > tr > th
 {
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding: 11px 11px;
	background: #ff9016;
	text-transform: uppercase;
	font-weight: 400;
	vertical-align: middle;
	font-family: 'latosemibold';
}
.table-bordered > tbody > tr > td ,
.content-inner .elementor .table-bordered > tbody > tr > td{
	font-size: 12px;
	color: #2f2f2f;
	line-height: 20px;
	padding: 11px 15px;
	font-weight: 400;
	font-family:Arial, Helvetica, sans-serif; 
}

.table-striped > tbody > tr:nth-of-type(2n+2) {
    background: #f4f4f4;
}

/*======================================= selectbox 9 ================================*/

.select_block9 .chosen-container{width:100% !important;}
.select_block9 .chosen-container-single .chosen-single div b{
	background: url(images/select_arrow11.png) no-repeat center center;
	width:35px; height:34px;
}
.select_block9 .chosen-container-single .chosen-single div{
	width:35px; height:39px;
}
.select_block9 .chosen-container-single .chosen-single{
	height:36px;
	border:1px solid #d9d9d9;
	background:#f3f3f3;
	line-height:36px;
	text-align:left;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	color:#8f8f8f;
	padding:0 0 0 13px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:4px;
	-webkit-box-shadow: inset 0 4px 4px -4px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 4px 4px -4px rgba(0,0,0,0.3);
    box-shadow: inset 0 4px 4px -4px rgba(0,0,0,0.3);
	width:100%;
	font-weight:400;
	box-shadow:none;
}
.select_block9 .chosen-container-single .chosen-single::after{
	position:absolute; left:0; top:0; content:''; width:100%; height:100%;border:1px solid #fff;
}

.select_block9 .chosen-container .chosen-results li.highlighted {
  background-color: #00aae1;
  background-image:none;
}

.select_block9 .chosen-container .chosen-results li{ background:none; padding-left:10px; padding-right:10px;}
.select_block9 .chosen-container .chosen-drop{ width:100%}

.select_block9 .chosen-container-single .chosen-single div {
    display: block;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
}

.select_block9 .chosen-container .chosen-results {
    color: #444;
	padding-left:0px;
}

.select_block9 .chosen-container-single .chosen-drop {
    margin-top: 1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
	background-color:#eeeeee;
}
.select_block9 .chosen-container .chosen-results li{ text-transform:uppercase;font-family: 'Poppins', sans-serif; font-size:12px; line-height:20px; background-color:#eeeeee;}
.select_block9 .chosen-container .chosen-results{margin: 0 0px 4px 0;background-color:#eeeeee;}

.checkbox_block{ float:left; display:inline-block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.submitblock{ float:left; display:inline-block; margin:0px 0px 0px 0px; padding:20px 0px 0px 0px;}
.submitblock .submit{ width:82px; border-radius:0px; height:38px; background-color: transparent; border:1px solid #ff9016;  text-align:left; line-height:38px; font-weight:900; color:#ff9016; font-size:13px;font-family: 'Lato', sans-serif; background:#fff; text-transform:uppercase; text-align:center;}
.submitblock .submit:hover{ background-color: transparent; color:#000; border-color:#000;}

.md_blok p{font-family: 'Poppins', sans-serif; font-size:12px; line-height:18px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; font-weight:300; color:#626262;}
.md_blok p span{color: #ff0000; display:inline-block; margin-right:10px;}


.subpage_gap{ padding-top:200px;}

/*======================================= checkbox1 ================================*/

input[type='checkbox'] {
	display: none;
}
.checkbox_block label {
	font-size: 15px;
	font-weight: 400;
	cursor: pointer;
	padding-left: 26px;
	line-height: 16px;
	background: url(images/checkbox.png) no-repeat left center;
	min-width: 15px;
	min-height: 15px;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}
.checkbox_block input[type='checkbox']:checked + label {
	background: url(images/check-active.png) no-repeat left center;
}
.checkbox_block input[type='radio']:checked + label {
	background: url(images/radio-active.png) no-repeat left center;
}

/*======================================= elimentor css ================================*/


.generic_section .elementor hr {margin-top: 20px;margin-bottom: 30px;background-color: #e7e7e7; width: 100%;float: left;display: block;}



.generic_section h2,
.generic_section .elementor h2{font-size:18px; line-height:20px; font-weight:normal;margin:0px 0px 13px 0px; color:#ff9016;font-family: 'Lato-Medium'; text-transform:uppercase;}
.generic_section .elementor h3{font-size:16px; line-height:20px; margin:0px 0px 0px 0px; text-transform:uppercase; margin:0px 0px 12px 0px;color:#ff9016;font-family: 'Lato-Medium'; text-transform:uppercase;}
.generic_section .elementor p{ font-size:15px; line-height:18px; color:#2f2f2f;margin:0px 0px 18px 0px; font-family:Arial, Helvetica, sans-serif;}
.generic_section .elementor p a{color:#ff9016; text-decoration:underline;}

.generic_section .elementor .elementor-text-editor ul{ padding:0px 0px 0px 15px; margin:0px 0px 20px 0px; width:100%; float:left; display:block;}
.generic_section .elementor .elementor-text-editor ul li{ background:url(images/list_bullet.png) no-repeat left 0px; font-family:Arial, Helvetica, sans-serif; font-size:15px; line-height:18px;color:#2f2f2f; padding:0px 0px 0px 25px; margin:0px 0px 4px 0px; width:100%; float:left; display:block;}
.generic_section .elementor .elementor-text-editor ul li a{color:#ff9016; text-decoration:none;}

.generic_section .elementor-editor-active .elementor-editor-element-setting,
.generic_section .elementor-select-preset-list .elementor-preset{
	background:none;
}






.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.elementor-editor-active .elementor-editor-element-setting,
.elementor-select-preset-list .elementor-preset{
	background:none;
}
div.wpcf7-response-output {
    margin: 20px 0 0;
    width: 100%;
    float: left;
    padding: 0 0;
    border: none !important;

}

.contact-right .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}
.checkbox_block label{
	background:none;
	padding:0;
}
.checkbox_block .wpcf7-list-item-label {
    font-size: 15px;

	font-weight: 400;
	
	cursor: pointer;
	
	padding-left: 26px;
	
	line-height: 16px;
	
	background: url(images/checkbox.png) no-repeat left center;
	
	min-width: 15px;
	
	min-height: 15px;
	
	font-family: 'Open Sans', sans-serif;
	
	margin: 0;
	color: #626262;

}
.checkbox_block input[type="checkbox"]:checked + span {

    background: url(images/check-active.png) no-repeat left center;

}
span.wpcf7-list-item {

    display: inline-block;
    margin: 0;

}
.caret{
	display:none;
}
.form_input_common .services label span.wpcf7-list-item-label{
	font-size: 12px;
	color: #626262;
	
	font-weight: 400;
	
	margin: 0px 0px 2px 0px;
	
	line-height: 24px;
	background:url(images/checkboxbg_1.png) no-repeat left center;
	padding-left:24px;
	display:inline-block;
	cursor:pointer;
}
.form_input_common .services label input[type="checkbox"]:checked + span.wpcf7-list-item-label{
	background:url(images/checkboxbg_checked.png) no-repeat left center;
}

.form_input_common .services span.wpcf7-list-item {

    display: block;
    margin: 0 0px 8px 0;

}



/*======================================== Responsive Design =============================*/
@media only screen and (max-width: 479px){
	
	.logo {
    text-align: left;
    width: 192px;
	padding:0px 0px 20px 0px;
	
}

.btn_group a{ width:100%; display:block; margin:0px 0px 15px 0px; padding:0px 0px 0px 0px; text-align:center;}

.form_single{ width:100%;padding: 0px 0px 0px 0px;}
.frm_rt {padding: 12px 0px 0px 0px; margin:0px 0px 0px 0px;}

.submitblock{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:15px 0px 0px 0px;}

.submitblock .submit{ width:100% !important;}



.ns_block .form-control{ padding-left:10px; padding-right:80px;}
.ns_block .submit{ width:80px;}

.dropdown-menu{ padding: 10px 0px 10px 0px !important;}

.single_info_block{padding: 64px 10px 0px 15px;}
.single_info_block h3{ font-size:28px; line-height:32px;}
.single_info_block h3::before{ width:100%;}
.singleblock_rt h3{ font-size:22px; line-height:26px;}

.list_block ul.servicelist_1{ width:100%; margin:0px 0px 20px 0px;}
.list_block ul.servicelist_2{ width:100%;}

.info_content h2{margin:0px 0px 14px 0px; font-size:58px; line-height:50px;}
.client_section ul li {margin: 0px 0px 25px 0px;padding: 0px 10px 0px 10px;}
.info_content h4{ font-size:15px;}

}

@media only screen and (min-width: 480px) and (max-width:639px) {

.logo {
    text-align: left;
    width: 280px;
	padding:0px 0px 20px 0px;
	
}

.list_block ul.servicelist_1{ width:50%;}
.list_block ul.servicelist_2{ width:50%;}


.info_content h2{margin:0px 0px 14px 0px; font-size:70px; line-height:64px;}
.client_section ul li {margin: 0px 0px 25px 0px;padding: 0px 15px 0px 15px;}
.info_content h4{ font-size:16px;}

}

@media only screen and (min-width: 640px) and (max-width:767px) {
	




	
}

@media only screen and (max-width: 767px){
	.list_block ul{
		width: 100%;
    padding: 15px 0 0;
    margin: 0 0 10px;
	}	
.container{
width:100%;
}

span.submenu_opener {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 99;
}
span.submenu_opener::before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 14px solid #ff9016;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.dropdown.open span.submenu_opener::before{
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    border-bottom: 14px solid #ff9016;
    border-top: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.dropdown.active:not(.open) span.submenu_opener::before {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    border-top: 14px solid #ff9016;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.header{    padding: 15px 0px 0px 0px;}
.logo {
    text-align: left;
    width: auto;
	padding:0px 0px 15px 0px;
	
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{ background-color:#fff;}
.navbar-toggle{ margin-top:20px; margin-right:0px;}
.navbar-nav {
    margin-top: 20px;
	padding-bottom:15px;
}
.navbar-right {
    margin: 0px 0 0;
}
.navbar-default .navbar-nav > li {float:left; display:block; margin-left:0px; width:100%; padding:0px 0px 0px 0px; margin:0px 0px 0px 0px; background:none;}
.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
    padding: 5px 5px 5px 5px;
}
.dropdown-menu{ padding: 10px 0px 10px 20px; min-width:100%;}
.navbar-default .navbar-nav > li > a {
    font-size: 19px;
    line-height: 20px;
    color: #222222;
    padding: 15px 0px 15px 0px;
	border-bottom: 3px solid #fff;
    
}
.dropdown-menu{ top:100%;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a{ color:#000; line-height:38px;}
.navbar-default .navbar-toggle{border-color: #ff9016;}
.navbar-default .navbar-toggle .icon-bar{ background-color:#ff9016;}

.dropdown-menu > li:last-child a {
    border-bottom: 1px solid #dbdbdb; 
}


.header .navbar-nav{ margin-left:0px;}


.contact-left{ width:100%; float:left; display:block; margin:0px 0px 20px 0px; padding:0px 0px 0px 0px;}
.contact-right.pull-right{ width:100%; float:left; display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}


.single_block_left{ width:100%;padding: 0px 0px 0px 0px; margin:0px 0px 30px 0px;}
.singleblock_rt{ width:100%; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px;}

.service_list::before{ display:none;}
.section_bg{ position:relative; width:100%; top:auto; right:auto; height:484px;}
.service_wrapper{ width:100%; padding:0px 15px 0px 15px;}

.small_container.container{ width:95%;}

.footer_block_1{ width:100%;padding: 0px 0px 20px 0px;}
.footer_block_2{ width:100%; margin:0px 0px 20px 0px;}
.footer_bottom_block{padding: 0px 0px 0px 0px;}
.footer_bottom_block ul{padding: 0px 0px 0px 50px;}
.footer_bottom_block ul li{ margin: 0px 5px 10px 5px;}



}



@media only screen and (min-width: 768px) and (max-width:991px) {

.container{
width:750px;
}

.logo{ width:100px;}
.navbar-default .navbar-nav > li{    padding: 0px 0px 0px 0px;}
.navbar-default .navbar-nav > li > a{ font-size:15px;}



.contact-left{padding: 0px 15px 0px 0px;}
.contact-right.pull-right{ padding-left:15px;}

.navbar-default .navbar-nav > li{ padding:0px 5px 0px 5px; }
.navbar-default .navbar-nav > li > a{ font-size:12px;}
.navbar-default .navbar-nav > li.phone_top > a{padding: 0px 10px 0px 10px;}
.header .navbar-nav {
    margin-top: 0px;
}

.single_block_left {padding: 0px 20px 0px 0px;}
.singleblock_rt h3{ font-size:22px; line-height:26px;}

.service_wrapper{ width:64%;}

.info_content h2{margin:0px 0px 14px 0px; font-size:70px; line-height:64px;}
.client_section ul li {margin: 0px 0px 25px 0px;padding: 0px 15px 0px 15px;}
.info_content h4{ font-size:16px;}

.small_container.container{ width:750px;}
.footer_bottom_block ul{padding: 0px 0px 0px 40px;}
.footer_bottom_block ul li{    margin: 0px 5px 10px 5px;}
.footer_block_1{padding: 3px 10px 0px 50px;}

}




@media only screen and (min-width: 992px) and (max-width: 1199px) {

.container{
width:970px;
}

.contact-left{padding: 0px 15px 0px 0px;}

.singleblock_rt h3{ font-size:28px; line-height:32px;}

.navbar-default .navbar-nav > li{ padding:0px 10px 0px 10px; }
.navbar-default .navbar-nav > li > a{ font-size:15px;}

.service_wrapper{ width:53%;}

.info_content h2{margin:0px 0px 14px 0px; font-size:90px; line-height:80px;}
.client_section ul li {margin: 0px 0px 25px 0px;padding: 0px 15px 0px 15px;}

}


@media only screen and (min-width: 1200px)  and (max-width: 1549px){
	
.container{ width:1170px;}


}






