/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
/* Top Bar */
#topmobile{display:none;}
@media only screen and (max-width:414px){
	#topmobile{display:block;float:left;width:100%;font-size:17px;padding:0px;height:20px;margin-top:-10px;text-align:center;}
}

i.icon.before.line-icon.icon-phone{color:#fc8a49;}
i.icon.before.line-icon.icon-envelope-open{color:#fc8a49;}
li#menu-item-65.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-65{margin-left:250px;}
		
/********************************************************************/

/********************** Top services boxes ***********************************************/
#topservices_cont{width:100%;height:200px;float:left;}
#topservices_cont h2{text-transform:uppercase;}
#topservices_cont h2{color:#ffffff;padding-top:35px;}
#topservices_cont a{color:#ffffff;}
#topservices_cont a:hover{color:#fc8a49;}
#bottom_line_1, #bottom_line_2, #bottom_line_3, #bottom_line_4{width:30%;height:5px;float:left;background-color:  #fc8a49;transition: 1s}
#services_1{width:25%;height:200px;float:left;background-image: linear-gradient(90deg, #262626, #3C3C3C);color:#ffffff; }
#services_1:hover{background-image: linear-gradient(90deg, #3C3C3C,#262626 );}
#services_2{width:25%;height:200px;float:left;background-image: linear-gradient(90deg, #2E2E2E, #525252);color:#ffffff;}
#services_2:hover{background-image: linear-gradient(90deg, #525252, #2E2E2E );}
#services_3{width:25%;height:200px;float:left;background-image: linear-gradient(90deg, #494949, #666666);color:#ffffff;}
#services_3:hover{background-image: linear-gradient(90deg, #666666,#494949 );}
#services_4{width:25%;height:200px;float:left;background-image: linear-gradient(90deg, #525252, #818181);color:#ffffff;}
#services_4:hover{background-image: linear-gradient(90deg, #818181, #525252 );}
#services_1:hover #bottom_line_1{width:100%;transition: 1s}
#services_2:hover #bottom_line_2{width:100%;transition: 1s}
#services_3:hover #bottom_line_3{width:100%;transition: 1s}
#services_4:hover #bottom_line_4{width:100%;transition: 1s}
.services_readmore{width:98%;height:auto;float: left;text-align: right;margin-top: -15px;padding-right: 15px;}
.services_inner{width:95%;height:auto;margin:auto;padding: 15px;padding-top:0px;text-align: center;display:table;}
.services_inner img{margin:15px -25px 0 25px;}
.services_text{width:92%;height:auto;float:left;padding: 0px 20px 5px 20px;font-size:14px;}
		@media only screen and (max-width:1440px){
			#topservices_cont{margin-top:-70px;}
			.services_inner{margin:0px;}
			.services_text{margin-top:-23px;}
			.services_inner h2{font-size:16px;}
		}
		@media only screen and (max-width:1280px){
			.services_inner h2{font-size:14px;}
			.services_text{font-size:13px;}
		}
		@media only screen and (max-width:414px){
			#topservices_cont{height:auto;margin-top:0px;}
			#services_1, #services_2, #services_3, #services_4{width:100%;}
			.services_readmore{margin-top: 0px;}
			.services_inner img{margin:5px -25px 0 25px;}
		}
/********************** END of top services boxes ***********************************************/
		
		
/******************* bottom Services boxes *******************************/
.boxserv {background-color: transparent;width: 105%;height: 164px;border: 1px solid #262626;perspective: 1000px;padding:2px;}
.boxserv-inner-mob {position: relative;width: 100%;height: 100%;text-align: center;background-color:#FDB386;}
.boxserv-inner {position: relative;width: 100%;height: 100%;text-align: center;transition: transform 0.5s;transform-style: preserve-3d;}
.boxserv:hover .boxserv-inner {transform: rotateY(180deg);}
.boxserv-inner-title{width:70%;height:120px;float:right;display:table;}
.boxserv-inner-img{width:30%;height:auto;float:left;}
.boxserv-front, .boxserv-back {position: absolute;width: 100%;height: 100%;display:table;backface-visibility: hidden;}
.v-align{vertical-align:middle;display:table-cell;}
.boxserv-front {background-color: #262626;padding:15px 20px 10px 20px;color: #111111;text-align:center;}
.boxserv-front h2{color:#ffffff; font-weight:normal;text-transform:normal;margin-top:25px;}
.boxserv-back {background-color: #fc8a49;color: #eeeeee;padding:7px;transform: rotateY(180deg);}
.boxserv-back-mob {color: #eeeeee;padding:7px;height:auto;}		
#top_servcies_container{margin-top:-50px;}
.boxserv-back-text {width:100%;float:left;color:#000000;font-size:15px;height:72px;text-align:left;margin-top:-5px;}
.boxserv_more{padding:1px 10px 1px 10px;border-radius: 3px;text-align: center;background-color: #262626;color:#ffffff;display:table;vertical-align:middle;cursor:pointer;float:right;font-size:13px;}
.services-separator{width:100%;height:auto;float:left;}
.services-separator-inner{width:20%;height:3px;background-color:#fc8a49;margin:auto;margin-bottom:20px;}
.services-separator-inner-left{width:20%;height:3px;background-color:#fc8a49;float:left;margin-bottom:20px;}
#services-cont:hover	.services-separator-inner{background-color:#f8ed3c;}
		
@media only screen and (max-width:768px){
	.boxserv {width: 100%;}
	.boxserv-inner-title h2{font-size:16px;}
}
		
@media only screen and (max-width:414px){
	.boxserv {width: 100%;}
}
/********************************************************************/
		#whyus img{border:solid 1px #fc8a49;padding:2px;}
i.fa.fa-star, i.fa.fa-info, i.fa.fa-lightbulb, i,fa.fa-check{color:#fc8a49;font-size:25px;}
		
/**************************************************************************/		
/******************* Blogs and news section *******************************/
.blogs_news_container{width:100%;height:auto;padding-top:40px;background-color:#F4F4F4}
.blog_news_img_cont{width:49%;float:left;height:220px; float:left;}
.blog_news_date{width:100%;float:left;height:auto;margin-top:-15px;}
.blog_news_text{width:48%;float:right;height:220px; float:right;}
.blog_news_text h4 a:hover{color:#fc8a49;}
.dateDAY{font-size:35px;font-weight:bold;}
.dateMONTH{font-size:15px;text-transform:uppercase;}
.readmore_side{width:60%;height:32px;background-color:#fc8a49;color:#262626;float:left;font-weight:bold;border-radius:3px;text-align:center;padding-top:3px;margin-top:-5px;}
.readmore_side:hover{background-color:#FDAC7B;}
.vtextalign{vertical-align:middle;display:table-cell;}
.blogs_news_inner_cont{width:1200px;height:340px;margin:auto;}
.blog-data{font-size:13px;margin-top:-16px;}
.blogIMG{width:100%;object-fit: cover;border:solid 1px #262626;padding:2px;}
.blog_left_cont{width:49%;float:left;}
.blog_right_cont{width:49%;float:right;}
.blog_inner{width:100%;float:left;height:auto;}
.font-30{font-size:30px;text-transform:uppercase;}
@media only screen and (max-width:1024px){
	.blogs_news_inner_cont{width:950px;height:340px;margin:auto;}
}
@media only screen and (max-width:768px){
	.blogs_news_inner_cont{width:700px;height:340px;margin:auto;}
}
@media only screen and (max-width:640px){
	.blogs_news_container{display:none;}
}
@media only screen and (max-width:414px){
	.font-30{font-size:25px;text-transform:uppercase;}
	.blogs_news_container{display:none;}
}
/******************* Blogs and news section *******************************/
/**************************************************************************/		
		
		
/**************************************************************************/	
/* Quote form container **/
.get_quote_title_2{background-color:#fc8a49;width:100%;text-align:left;padding:5px 10px 5px 10px;font-size:15px;color:#ffffff;word-spacing:2px;display:block;border-top-left-radius:15px;border-top-right-radius:15px;float:left;height:40px;position:relative;z-index:99;}
#privateparty_2{width:100%;background-color:rgba(255,255,255,0.7);border:solid 2px #fc8a49;float:left;z-index:99;position:relative;}
	#arrow_down_2{display:none;}
	#arrow_down_1{display:none;}
.get_quote_title_1{background-color:#fc8a49;width:100%;text-align:left;padding:5px 10px 5px 10px;font-size:15px;color:#ffffff;word-spacing:2px;display:block;border-top-left-radius:15px;border-top-right-radius:15px;float:left;height:40px;position:relative;z-index:99;}
	.quoteMOB{display:none;}
	#privateparty_1{width:100%;background-color:rgba(255,255,255,0.7);border:solid 2px #fc8a49;z-index:99;position:relative;}
/* Quote form container **/
	#quote_outer{width:100%;margin:auto;height:540px;margin-top:-550px;}
	#quote_inner{width:1200px;margin:auto;height:540px;position:relative;}
	#quote_2{width:350px;height:500px;position:absolute;left:0px;top:0px;}
	#quote_1{width:350px;height:500px;position:absolute;right:0px;top:0px;}
	.sidebar_quote_title_inner{width:100%;float:left;height:50px;font-size:14px;padding-top:3px;text-align:center;}
	.quote_title_inner_2{width:95%;float:left;height:50px;padding-top:3px;}	
	.quote_title_inner_1{width:95%;float:left;height:50px;padding-top:3px;}
	#arrow_up_1{width:5%;float:right;height:50px;display:none;}	
	#arrow_up_2{width:5%;float:right;height:50px;display:none;}	
	@media only screen and (max-width:1440px){
		#quote_outer{width:100%;margin:auto;height:540px;margin-top:-470px;}
	}
	@media only screen and (max-width:1280px){
		#topservcies{margin-top:-70px;}
		#quote_outer{width:100%;margin:auto;height:540px;margin-top:-400px;}
	}
	@media only screen and (max-width:1024px){
		#quote_outer{width:100%;margin:auto;height:540px;margin-top:10px;}
		#quote_inner{width:768px;margin:auto;height:540px;position:relative;}
		#quote_2{width:375px;}
		#quote_1{width:375px;}
		#slider_container{display:none;}
	}
	@media only screen and (max-width:414px){
		#quote_outer{width:100%;margin:auto;height:auto;margin-top:10px;position:relative;z-index:99;}
		#quote_inner{width:100%;;margin:auto;height:100px;position:relative;z-index:9999;}	
		.get_quote_title_2,.get_quote_title_1{height:40px;border-radius:10px;margin-left:1%;margin-right:1%;position:relative;z-index:99;}
		.get_quote_title_1{margin-top:10px;}
		#slider_container{display:none;}
		#privateparty_2, #privateparty_1{display:block;width:96%;margin-left:2%;margin-right:2%;border:none;}
		#arrow_up_2{display:block;}
		#arrow_up_1{display:block;}
		#arrow_down_2{display:none;width:5%;float:right;height:50px;padding-top:5px;position:relative;z-index:99;}
		#arrow_down_1{display:none;width:5%;float:right;height:50px;padding-top:5px;position:relative;z-index:99;}
		#quote_2{width:98%;height:auto;float:left;position:relative;z-index:99;}
		#quote_1{width:98%;height:auto;float:left;position:relative;z-index:99;}
		header.page-header{display:none;}
		.quoteMOB{display:block;}
		#sideform_2, #sideform_1{display:none;}
		.quote_title_inner_1, .quote_title_inner_2{padding-top:2px;}
	}
		.leaveyourkeys_2{width:15%;height:40px;background-color:#000000;position:absolute;right:50%;top:13px;z-index:8; text-align:center;color:#dd95f9;font-size:20px;border:solid 1px #000000;border-radius:10px;font-family:Fira Sans;}
		.leaveyourkeysIMG_2{width:30px;height:27px;}
		.leaveyourkeys_text_top{width:35%;height:55px;background-color:rgba(0, 0, 0, 0.8);position:absolute;left:32.5%;right:32.5%;top:0px;z-index:8; text-align:center;color:#ffffff;font-size:30px;border:solid 1px #000000;border-radius:10px;font-family:Fira Sans;}
		.leaveyourkeys_text{width:35%;height:auto;background-color:rgba(0, 0, 0, 0.8);position:absolute;left:32.5%;right:32.5%;top:70px;z-index:8; text-align:center;color:#ffffff;font-size:18px; border:solid 1px #000000;border-radius:10px;padding:10px;}
		.leaveyourkeys{width:35%;height:55px;background-color:#000000;position:absolute;left:32.5%;right:32.5%;bottom:100px;z-index:8; text-align:center;color:#ffffff;font-size:30px;border:solid 1px #000000;border-radius:10px;font-family:Fira Sans;display:none;}
		.leaveyourkeysIMG{width:45px;height:41px;}
		@media only screen and (max-width:1024px){
			.leaveyourkeys_2, .leaveyourkeys_text{display:none;}
			.leaveyourkeys{width:80%;height:55px;position:absolute;left:10%;right:10%;bottom:0px;display:block;}
			.leaveyourkeysIMG{width:35px;height:32px;}
		}
		@media only screen and (max-width:414px){
			.leaveyourkeys_text_top{display:none;}
			.leaveyourkeys{width:90%;height:45px;float:left;position:relative;left:5%;right:5%;top:0px;bottom:0px;margin-bottom:10px;font-size:25px;padding-top:px;}
			.leaveyourkeysIMG{width:30px;height:28px;}
		}
/* END Quote form container **/
/**************************************************************************/	
div#footer-bottom-menu a:hover{color:#ffffff;}
div#footer-widgets.oceanwp-row.clr{display:none;}
@media only screen and (max-width:414px){
	div#footer-widgets.oceanwp-row.clr{display:block;padding-bottom:5px;margin-bottom:-20px;padding-top:15px;font-weight:bold;color:#ffffff;}
	#footersocial img{margin-right:7px;}
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
margin-top: 10px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 65.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 48%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 32.33333333%;
  }
  .col-sm-3 {
    width: 24%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 1.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
.top-serv-more-outer {
    position: absolute;
    bottom: 8px;
}
.boxserv-front {padding: 14px!important;}
#topmobile {display: block!important;
}
#quote_outer {height: 686px!important;}
#quote_2 , #quote_1{top: 68px!important;}
.leaveyourkeys {bottom: -70px;}
.page-header {display:none!important;}
.services_inner img {margin: 15px 0px 0 15px!important;}
	#bottom_line_1, #bottom_line_2, #bottom_line_3, #bottom_line_4{display:none!important}

}
@media screen and (min-width: 415px) and (max-width: 768px){
.top-serv-cont {height: 405px!important;}
.top-serv-more-outer {
position: absolute;
bottom: 8px;
}.boxserv {height: 265px!important;}
#topservices_cont , #services_1 , #services_2 , #services_3 , #services_4{height:265px!important}
}
.boxserv-back-text {height: unset!important;}
.boxserv_more {

    position: absolute;
    bottom: 9px;
}
}
@media only screen and (max-width:414px){#menuin{display:none!important;}}

@media screen and (min-width:800px) and (max-width:950px){
	.boxserv-front{
		display: flex !important;
	}
}


/* Custom styles  */


@media screen and (max-width: 1080px) {
	#top-bar-nav {
		display: inline-block !important;
	}
	#top-bar-nav>ul>li:last-child {
		display: none;
	}
}

}