  body {
      font: 400 15px/1.8 Lato, sans-serif;
      color: #777;
	  /* background-color: green; */
  }
  h3, h4 {
      margin: 10px 0 30px 0;
      letter-spacing: 10px;      
      font-size: 20px;
      color: #111;
  }
  .container {
      padding: 80px 0px;

  }

  .btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
  }
  .btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #333;
  }

 

  
  /*******************************************************************************************************************************/
  /*******************************************************************************************************************************/
  
@font-face {
    font-family: Raleway-Black;
    src: url("fonts/Raleway-Black.ttf");
}
@font-face {
    font-family: Raleway-Bold;
    src: url("fonts/Raleway-Bold.ttf");
}
@font-face {
    font-family: Raleway-Light;
    src: url("fonts/Raleway-Light.ttf");
}
@font-face {
    font-family: Raleway-Medium;
    src: url("fonts/Raleway-Medium.ttf");
}
@font-face {
    font-family: Raleway-Regular;
    src: url("fonts/Raleway-Regular.ttf");
}
@font-face {
    font-family: Raleway-SemiBold;
    src: url("fonts/Raleway-SemiBold.ttf");
}
@font-face {
    font-family: DroidSerif-Regular;
    src: url("fonts/DroidSerif-Regular.ttf");
}
@font-face {
    font-family: DroidSans-Regular;
    src: url("fonts/DroidSans-Regular.ttf");
}
@font-face {
    font-family: FontAwesome;
    src: url("fonts/FontAwesome.otf");
}



.sec_begin h3{
	font-family: Raleway-Black;
	font-size: 30px;
	font-weight: bold;
	line-height: 33px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: rgb(68, 68, 68);
	margin-top: 0px;
}
.sec_begin p{
	font-family: DroidSerif-Regular;
	font-size: 18px;
	font-weight: bold;
	line-height: 33px;
	margin-bottom: 10px;
	letter-spacing: normal;
	color: #b4b4b4;
	margin-top: 10px;
}
.service_box img{
	float: left;
}
.service_box h4{
	font-family: Raleway-Bold;
	font-size: 17px;
	text-transform: uppercase;
	color: #b4b4b4 !important;
	letter-spacing: normal;
	background: transparent !important;
}
.service_box p{
	font-family: Raleway-Regular;
	font-size: 14px;
	text-align: center;
	color: #b4b4b4;
	line-height: 23.8px;
}
#awards{
	background-image: url("images/award_bg.png");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#awards .sec_begin h3{
	font-family: Raleway-Bold;
	font-size: 30px;
	font-weight: bold;
	line-height: 33px;
	margin-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0px;
	color: #fff;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
#awards .button_more{
	text-align: center;
}
#awards .button_more a{
    margin: 10px;
    border: 0px;
	border-radius: 3px;
    padding: 15px 30px 13px 30px;
    font-size: 12px;
    font-weight: bold !important;
    text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #fff;
	color: rgb(68, 68, 68);
	font-weight: bold;
	
}
#awards .container {
    padding: 60px 0px 46px 0px;
}
.button_more{
	text-transform: uppercase;
}
.button_more a{
	font-family: Raleway-Bold;
	font-size: 12.6px;
}
.button_more .btn{
	border-radius: 3px;
}

.img__description {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(21, 21, 21, 0.72);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    margin: 0 auto;
	padding: 105px 20px;
    max-height: 299px;
	text-align: center;
}
.port_col{
  position: relative;
  height: auto;
  width: auto;
}
.port_hov:hover .img__description {
  visibility: visible;
  opacity: 1;
  margin: 0 auto;
}
.img__description h4{
	background-color: transparent !important;
	font-size: 20px;
	color: #fff;
	font-family: Raleway-Regular;
	text-transform: uppercase;
	letter-spacing: normal;
	margin-bottom: 25px;
}
.port_hov .img__description p{
	font-size: 14px;
	color: #fff;
	font-family: DroidSans-Regular;
}
.sec_begin{
	text-align: center;
}
footer{
	background-image: url("images/footer.png");
}
.footer_second {
    background: rgba(0, 0, 0, .2);
   /* padding: 15px 0 0 10px; */
    font-size: .9em;
}
.service_box{
	border-right: 1px solid #e7e7e7;
/* 	border-bottom: 1px solid #e7e7e7; */
	padding: 35px 40px;
}
.last_service_box{
	border-right: 0px;
}
.bottom_last_service_box{
	border-bottom: 0px;
}
.last_service_box{
	border-right: 0px;
}
.service_button_more{
	margin-top: 45px;
}
.service_button_more .btn i{
	margin-right: 5px;
}
.service_button_more .btn:hover{
    border: 1px solid #656565;
    background-color: #fff;
    color: #333;
}
.service_button_more .btn:focus{
    border: 1px solid #656565;
    background-color: #fff;
    color: #333;
}
/* .foo_about img{
	margin-bottom:5px;
	float:left;
	padding-left:15px;
	padding-right:15px;
} */
.foo_about p{
	font-size: 14px;
	color: #b4b4b4;
	font-family: Raleway-Regular;
}
.foo_about a{
	padding: 6px 12px;
	background-color: transparent;
	border: 1px solid #b4b4b4;
	border-radius: 3px;
}
.foo_about a i{
	margin-right: 5px;
}
.foo_nav h3{
	font-family: Raleway-Regular;
	font-size: 19.6px;
	font-weight: 300;
	letter-spacing: normal;
	color: #b4b4b4;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-bottom: 0px;
}
.foo_nav ul li{
	font-family: Raleway-Regular;
	font-size: 14px;
	font-weight: bold;
}
.foo_nav ul li a{
	text-decoration: none;
	color: #e7e7e7;
}
.foo_nav ul li{
	list-style-image: url("images/nav_li.png");
}
.foo_nav ul{
	padding-left: 20px;
}
.foo_social h3{
	font-family: Raleway-Regular;
	font-size: 19.6px;
	font-weight: 300;
	letter-spacing: normal;
	color: #b4b4b4;
	text-transform: uppercase;
	padding-bottom: 25px;
	margin-bottom: 0px;
}
.foo_social p{
	font-family: Raleway-Regular;
	font-size: 14px;
	color: #b4b4b4;
	margin-bottom: 0px;
}
.foo_social p i{
	padding-right: 5px;
}
.social_icons ul li{
		float: left;
		list-style-type: none;
		padding-right: 15px;
		color: #b4b4b4;
}
.social_icons ul{
	margin-left: -40px;
	margin-bottom: 25px;
}
.foo_social a{
	padding: 6px 12px;
	background-color: transparent;
	border: 1px solid #b4b4b4;
	border-radius: 3px;
	font-family: Raleway-Bold;
    font-size: 12.6px;
	text-transform: uppercase;
	/* margin-top: 25px; */
}
.footer_second p{
	margin-bottom: 0px;
	font-size: 12.6px;
	font-family: Raleway-Regular;
}
.footer_second .container{
	    padding: 15px 0px;
}
.footer_second_bold{
	padding-left: 10px;
	color: #fff;
}
.footer_second_bold a{
	font-family: Raleway-Bold;
	font-weight: bold;
	color: #fff;
}
.get_port_col h3{
	font-family: Raleway-Bold;
	font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
	letter-spacing: normal;
}
.get_port_col p{
	font-family: DroidSerif-Regular;
	font-weight: 400;
	line-height: 1.7em;
    opacity: .8;
    font-size: .9em;
    min-height: 45px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
}
.get_port_col a{
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 3px;
    color: rgba(255, 255, 255, 1);
    z-index: 2;
    position: relative;
    font-weight: bold;
	margin: 10px;
    padding: 15px 30px 13px 30px;
    font-size: .9em;
    font-weight: bold !important;
    text-transform: uppercase;
	font-family: Raleway-Bold;
	text-align: center;
	vertical-align: middle;
}
.get_port_col a i{
	margin-right: 5px;
}
.get_port_col{
	text-align: center;
}
.get_facebook{
	background-color: #3b5998;
}
.facebook_background{
	background-image: url("images/con_fac.png");
	background-repeat: no-repeat;
	width: 100%;
	max-width: 100%;	
}
.twitter_background{
	background-image: url("images/con_twi.png");
	background-repeat: no-repeat;
	width: 100%;
	max-width: 100%;	
}
.insta_background{
	background-image: url("images/con_ins.png");
	background-repeat: no-repeat;
	width: 100%;
	max-width: 100%;	
}
.youtube_background{
	background-image: url("images/con_you.png");
	background-repeat: no-repeat;
	width: 100%;
	max-width: 100%;	
}
.get_twitter{
	background-color: #55acee;
}
.get_insta{
	background-color: #444444;
}
.get_youtube{
	background-color: #e52d27;
}
.get_facebook a.btn.btn-default:hover{
	color: #3b5998;
}
.get_twitter a.btn.btn-default:hover{
	color: #55acee;
}
.get_insta a.btn.btn-default:hover{
	color: #444444;
}
.get_youtube a.btn.btn-default:hover{
	color: #e52d27;
}
.get_port_col a.btn.btn-default:hover {
    border: 1px solid #FFF;
    background: #FFF;
    opacity: 1;
}
.get_port_col{
	padding: 60px 25px 50px 25px;
	margin: 20px 0px;
}
.before_con_slop{
    content: "";
    background-image: url("images/breaker-bottom.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    top: -20px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90px;
}
.service_box image:hover {
-webkit-box-shadow: 0px 0px 15px 15px #fff;
box-shadow: 0px 0px 15px 15px #fff;
border-radius:50%;
opacity: 0.6;
-webkit-transform: rotate(720deg);
transform: rotate(720deg);
}
.service_box image {
opacity: 1;
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}
.port_col_1{
	background-image: url("images/portfolio_1.png");
	background-repeat: no-repeat;
	overflow: hidden;
	min-height:52%;
}
.port_col_2{
	background-image: url("images/portfolio_2.png");
	background-repeat: no-repeat;
	overflow: hidden;
	min-height:52%;
}
.port_col_3{
	background-image: url("images/portfolio_3.png");
	background-repeat: no-repeat;
	overflow: hidden;
	min-height:52%;
}
.port_col_4{
	background-image: url("images/portfolio_4.png");
	background-repeat: no-repeat;
	overflow: hidden;
	min-height:52%;
}
.port_col_5{
	background-image: url("images/portfolio_5.png");
	background-repeat: no-repeat;
	overflow: hidden;
	min-height:52%;
}
.port_col_6{
	background-image: url("images/portfolio_6.png");
	background-repeat: no-repeat;
	overflow: hidden;
	min-height:52%;
}
.portfolio_rows{
	padding-top: 20px;
	padding-bottom: 60px;
}
.pre_class_portfolio .container{
	padding-top: 0px;
}
.port_col img{
	opacity: 0.5;
	padding: 30px;
}
.port_col img:hover{
	opacity: 1;
}
.owl-nav{
	position: relative;
}
.owl-prev{
	background: url("images/prev.png");
	background-repeat: no-repeat;
	color: transparent;
	float: left;
/* 	position: absolute;
	bottom: 170px; */
}
.owl-next{
    background: url(images/next.png);
    background-repeat: no-repeat;
    color: transparent;
    float: right;
/*     position: absolute;
    bottom: 170px;
    left: 104%; */
}
.page_banner{
	position: relative;
}
.banner_main{
	position: absolute;
	background-color: rgba(255, 255, 255, 0.3);
	top: 0;
}
.banner_1_owl img{
	width: 100%;
	position: absolute;
}
.banner_main{
	width: 100%;
}
.banner_main .container{
	padding: 0px; 
}
.contact_top ul{
	list-style-type: none;
	float: left;
}
.contact_top ul li{
	float: left;
	color: #fff;
	font-family: Raleway-Regular;
	font-size: 12.6px;
	padding-top: 5px;
    padding-bottom: 5px;
}
.social_top ul{
	list-style-type: none;
	float: right;
	margin-bottom: 0px;
}
.social_top ul li{
	float: left;
	color: #fff;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #fff;
	padding-top: 5px;
}
.social_top ul li a{
	color: #fff;
}
.social_top ul li:nth-last-child(1){
	border-right: 0px;
}

.menu_items ul li{
	float: left;
	color: #fff;
    font-family: DroidSans-Regular;
	font-size: 16px;
    text-align: center;
}
.mobile_menu_items ul li{
	float: left;
	color: #868e96;
    font-family: DroidSans-Regular;
	font-size: 16px;
    padding-left: 0px;
    text-align: center;
	padding-right: 0px;
}
.menu_items ul li a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.menu_items ul li a:hover{
	color: #865a25;
	border-bottom:1px solid #865a25;
}
.top_section_banner_2{
	border-top: 1px solid #fff;
}
.contact_top_font li i{
	padding-right: 10px;
}
.contact_top_font li{
	border-right: 1px solid #fff;
	padding-right: 20px;
}
.contact_top_font li .fa-envelope{
	padding-left: 20px;
}
.logo_asateer img{
	float: left;
	padding: 10px 0px 10px 60px;
}
.menu_items{
	float: right;
}
.xs_calls .with-separation-bottom:after {
    content: "";
    background-image: url(images/breaker.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 90px;
}
	
.contact_boxes .with-separation-bottom:after {
    content: "";
    background-image: url(images/breaker.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 90px;
    margin-top: -100px;
}
.contact_boxes .with-separation-top:before {
    content: "";
    background-image: url(images/breaker-bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90px;
}
.before_con_slop .with-separation-top:before {
    content: "";
    background-image: url(images/breaker-bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90px;
}
.footer .with-separation-top:before {
    content: "";
    background-image: url(images/breaker-bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90px;
}
.portfolio_rows .with-separation-top:before {
    content: "";
    background-image: url(images/breaker-bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90px;
}
.portfolio_rows .with-separation-bottom:after {
    content: "";
    background-image: url(images/breaker.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 90px;
    top: 321%;
}
.fa-facebook:before {
    content: "\f09a";
}
.contact-box:before, .milestone-box:before {
    font-family: "FontAwesome";
    position: absolute;
    font-size: 15em;
    opacity: .4;
    left: -30px;
    top: 20px;
}
.latest_works_height{
	min-height: 47%;
}
 .social_icons ul li a{
	 text-decoration: none;	
	 border: 0px;
	 color: #b4b4b4;
	 padding: 0px;
 }
 .foo_about .footer_logo{
	border: 0px;
    width: 100px;
    height: 74px;
    float: left;
 }
 .social_top li a{
	 font-size: 14px;
 }

  .owl_car_clients img{
	  margin-left: 10px;
	  margin-right: 10px;
  }
 .owl-nav{
	 margin-top: -15%;
 }
 #clients .sec_begin{
	 margin-bottom: 40px;
 }
 #social{
	 margin-top: 160px;
 }
 .row_for_social{
	width: 100%;
	margin-right: 0px;
    margin-left: 0px;
}
.seq{
	width: 100%;
}
/* body{
    overflow-x:hidden;
} */
.owl_car_clients img{
	opacity: 0.5;
}
.owl_car_clients img:hover{
	opacity: 1;
}
.about_us_page .service_box h4{
	text-align: left;
	font-size: 20px;
}
.about_us_page .service_box p{
	text-align: left;
	font-size: 16px;
}
.about_us_page .service_box{
	border-left: 0px;
	border-right: 0px;
}
.misson_vision .service_box img {
    float: none;
	padding-bottom: 20px;
}
.misson_vision .service_box h4{
	text-align: center;
	font-size: 28px;
	margin: 0px 0 5px 0;
	color: #909090 !important;
}
.misson_vision_main .container{
	padding: 80px 0px 0px;
}
.misson_vision_main .service_box{
	border-bottom: 0px;
}
.portfolio_page{
	padding-top: 70px;
}
.portfolio_main .pre_class_portfolio .container{
	padding-bottom: 0px;
}
.portfolio_main .portfolio_rows .with-separation-bottom:after {
    content: "";
    background-image: url(images/breaker.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 90px;
    top: 197%;
}
.portfolio_social #social {
    margin-top: 0px;
}
.service_main #social {
    margin-top: 0px;
}
.contact_main .container .service_box{
	padding-left: 0px;
	padding-right: 0px;
	border: 0px;
}
.contact_page_style_update .banner_1_owl img{
	position: relative;
}
.contact_page_style_update{
	margin-top: -8px;
}
.social_top ul li a i:hover{
	color: burlywood;
}
.contact_top ul li:hover{
	color: burlywood;
}
.social_icons ul li a:hover{
	color: ghostwhite;
}
.social_at_contact_page #social{
	margin-top: 0px;
}
.contact_page_left h3{
	text-align: left !important;
}
.contact_page_left .container{
	text-align: left !important;
}
/***************FORM CONTACT PAGE*****************/
.contact_main #form_container {
    background: #fff;
    border: 0px solid #ccc;
    width: 100%;
}
.contact_main .appnitro li {
    width: 100% !important;
}
.contact_main form li span{
	width: 48%;
}
.contact_main input.text{
	width: 100%;
}
.contact_main input{
	border: 1px solid #c3c3c3 !important;
}
.contact_main textarea{
	border: 1px solid #c3c3c3 !important;
}
textarea{
    height: 6em !important;
}
/***************END FORM CONTACT PAGE*****************/








/********************************************MOUSE OVER ICON BANNER***************************************************/

.icon-scroll,
.icon-scroll:before {
  position: absolute;
  left: 50%;
}
.icon-scroll {
  width: 35px;
  height: 55px;
  margin-left: -20px;
  bottom: 10%;
  margin-top: -45px;
  /* box-shadow: inset 0 0 0 1px #fff; */
  border-radius: 25px;
  z-index: 9999;
  position: absolute;
}
.icon-scroll:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url("images/b_down.png");
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
          animation-name: scroll;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(46px);
            transform: translateY(46px);
  }
}

 /********************************************END MOUSE OVER ICON BANNER***************************************************/
 
 
 
 
 
 
 
 
 
/*********************************************NAVIGATION MENU**********************************************************/

	.mobile_menu{
		display: none;
	}
 
   nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    color:#fff;
	z-index: 99999999;
    }

/*     nav .nav-main {
    padding: 10px 20px;
    } */

    nav .nav-actions {
      height: 40px;
      line-height: 40px;
      padding: 0 20px;
      /* background-color: #2980B9; */
    }

    nav .logo {
    float: left;
    line-height: 50px;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    }

    nav ul {
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    }

    nav ul li {
    display: inline-block;
    line-height: 50px;
    padding: 0 10px;
    }

    nav .nav-actions li {
    font-size: 12px;
    color: #fff;
    line-height: 30px;
    }
	.clear {
    clear: both;
    }

 /*********************************************END OF NAVIGATION MENU**********************************************************/
 
 
@media (max-width: 1300px) {
	.portfolio_rows .with-separation-bottom:after {
		top: 343% !important;
	}
	.clients_for_scroll .container{
		margin: 0 auto;
	}
	.misson_vision .service_box{
		margin-top: -60px;
	}
	.portfolio_main_inner .portfolio_rows .with-separation-bottom:after{
		    top: 199% !important;
	}
	.contact_main .container{
		padding: 80px 60px;
	}
}
@media (max-width: 1200px) {
	.portfolio_rows .with-separation-bottom:after {
		top: 360% !important;
	}
	.service_box h4 {
		font-size: 15px;
	}
	.clients_for_scroll .container{
		padding: 80px 85px;
	}
/* 	.xs_calls .with-separation-bottom:after {
		bottom: 13%;
	} */
}
@media (max-width: 1070px){
	.portfolio_rows .with-separation-bottom:after {
		top: 350% !important;
	}
	.seq{
		max-height: 75% !important;
	}
	.clients_for_scroll .container {
		padding: 80px 60px;
	}
/* 	.xs_calls .with-separation-bottom:after {
		bottom: 23%;
	} */
	#b_scroll{
		display: none;
	}
	.portfolio_main_inner .portfolio_rows .with-separation-bottom:after {
		top: 189% !important;
	}
	.footer_second .container {
		padding: 10px 0px;
	}
}
@media (max-width: 999px){
	.clients_for_scroll .container {
		padding: 80px 30px;
	}
	.sec_begin h3 {
		font-size: 26px;
		margin-bottom: 0px;
	}
	.sec_begin p {
		font-size: 16px;
		margin-bottom: 0px;
		margin-top: -5px;
	}
	.portfolio_rows {
		padding-top: 0px;
	}
	.portfolio_rows .with-separation-bottom:after {
		top: 335% !important;
	}
	.get_port_col h3 {
    	font-size: 24px;
	}
	.get_port_col p {
		font-size: 12px;
	}
	.get_port_col a {
		padding: 10px 20px 8px 20px;
		font-size: 12px;
	}
	.foo_about p {
		font-size: 12px;
	}
	.foo_nav ul li {
		font-size: 12px;
	}
	.foo_social p {
		font-size: 12px;
	}
	.footer_second p {
   		font-size: 12px;
    }
	.footer_second .container {
		padding: 10px 120px;
	}
/* 	.xs_calls .with-separation-bottom:after {
		bottom: 25%;
	} */
	.clients_on_about .clients_for_scroll .container{
		padding: 40px 30px 40px 30px;
	}
	.portfolio_main_inner .portfolio_rows .with-separation-bottom:after {
		top: 182% !important;
	}
	.footer_second .container {
		padding: 10px 0px;
	}
}
@media (max-width: 990px){
	.service_box{
		border: 0px;
	}
	.latest_works_height {
		min-height: 50%;
	}
	.portfolio_rows .with-separation-bottom:after {
		top: 415% !important;
	}
	.services_for_pad .container{
		padding: 80px 20px;
	}
	.pre_class_portfolio .container{
		padding: 80px 20px;
	}
	footer .container{
		padding: 80px 20px;
	}
/* 	.xs_calls .with-separation-bottom:after {
		bottom: 25%;
	} */
	.portfolio_main_inner .portfolio_rows .with-separation-bottom:after {
		top: 253% !important;
	}
	.foo_social a {
        margin-top: 20px;
	}
}
@media (max-width: 900px){
	.contact_page_xs_calls .xs_calls .with-separation-bottom:after {
		bottom: 15px;
	}
	.clients_on_about .clients_for_scroll .container{
		padding: 40px 30px 80px 30px;
	}
	.xs_calls .with-separation-bottom:after {
		bottom: 10%;
	}
	.services_for_pad{
		margin-top: -100px;
	}
	.portfolio_rows .with-separation-bottom:after {
		top: 398% !important;
	}
	#social {
		margin-top: 60px;
	}
	.foo_about p {
		text-align: left;
	}
	.foo_social p{
		text-align: left;
	}
	.foo_nav ul li a{
		margin-bottom: 5px;
	}
	.foo_nav ul {
		padding-left: 0px;
	}
/* 	.contact_page_xs_calls .xs_calls .with-separation-bottom:after {
		bottom: 4%;
	} */
	.contact_main .services_for_pad .container {
		padding-bottom: 0px;
		margin-top: 25px;
	}
}
@media (max-width: 800px){
	.portfolio_rows .with-separation-bottom:after {
		top: 397% !important;
	}
}
@media (max-width: 768px){
	.portfolio_main_inner #portfolio{
		padding-top: 0px;
	}
	.contact_page_xs_calls .xs_calls .with-separation-bottom:after {
		bottom: 0; 
	}
	.clients_on_about .container{
		padding-bottom: 0px !important;
	}
	.contact_main .services_for_pad .container {
		margin-top: -60px;
	}
	.misson_vision .service_box {
		margin-top: 60px;
	}
/* 	.contact_page_style_update .xs_calls .with-separation-bottom:after {
		bottom: 9%;
	} */
	.contact_page_style_update .services_for_pad {
		margin-top: 0px;
	}
	.portfolio_main_inner .portfolio_rows .with-separation-bottom:after {
		top: 240% !important;
	}
	.portfolio_page {
		padding-top: 0px;
		margin-top: -130px;
	}
	.about_us_page .service_box h4 {
        font-size: 18px;
	}
	.about_us_page .service_box{
	    padding: 35px 10px;
	}
	.social_icons{
		float: left;
		margin-top: 15px;
	}
	.get_port_col {
		margin: 0px 0px;
	}
	.contact_boxes .with-separation-bottom:after{
		margin-top: -85px;
	}
	.button_more {
    	padding-left: 0px;
	}
	.container {
		padding: 80px 0px;
	}
	.portfolio_rows .with-separation-bottom:after {
		top: 407% !important;
	}
	.foo_social a {
        margin-top: 16px;
	}
	.footer_second .container {
		padding: 15px 0px;
	}
	.portfolio_rows .with-separation-bottom:after {
		top: 445% !important;
	}
	.foo_about p {
    	text-align: left;
	}
	.foo_nav ul li {
        text-align: left;
		padding-bottom: 10px;
	}
	.foo_nav ul {
		padding-left: 0px;
	}
	.foo_social p {
    	text-align: left;
	}
	.banner_main{
		position: relative;
		border-bottom: 1px solid #444;
	}
	nav{
		position: inherit;
	}
	#toggle span, #toggle span:after, #toggle span:before{
		background-color: #865a25 !important;
	}
	.xs_calls .with-separation-bottom:after {
		bottom: 25%;
	}
	.services_for_pad .container {
		padding: 80px 20px;
		margin-top: 10%;
	}
	nav .nav-actions li{
		color: #444;
	}
	.social_top ul li a {
		color: #444;
	}
	.owl_car_clients img{
		width: 100%;
	}
	.clients_for_scroll .container{
		padding: 80px 60px 0px;
	}
}
@media (max-width: 720px){
	nav .nav-actions{
		display: none;
	}
	.banner_main{
		border-bottom: 0px;
	}
	.xs_calls .with-separation-bottom:after {
		bottom: 27%;
	}
}
@media (max-width: 640px){
	
}
@media (max-width: 660px){
	.portfolio_rows .with-separation-bottom:after {
		top: 440% !important;
	}
}
@media (max-width: 640px){
	.portfolio_rows .with-separation-bottom:after {
		top: 430% !important;
	}
}
@media (max-width: 600px){
	.misson_vision .service_box {
		margin-top: 0px !important;
	}
	.services_for_pad {
		margin-top: -50px;
	}
	.nav-actions{
		display: none;
	}
	.portfolio_rows .with-separation-bottom:after {
		top: 405% !important;
	}
	#services{
		margin-left: 0px;
		margin: 0 auto;
	}
	.port_col img{
		padding: 30px 0px;
	}
	.col_for_xs{
		width: 100%;
		background-size: cover;
	}
	#social {
		margin-top: 0px;
	}
	.xs_calls .with-separation-bottom:after {
		bottom: -2px;
	}
	.services_for_pad .container {
		padding: 80px 20px 0px;
	}
	.clients_for_scroll .container {
		padding: 80px 60px;
	}
	
}
@media (max-width: 480px){
	.contact_main .services_for_pad .container{
		padding: 40px 20px 0px !important;
	}
	.xs_calls .with-separation-bottom:after {
		bottom: 0;
	}
	.contact_main .services_for_pad {
		margin-top: 20px;
	}
	.portfolio_main_inner .portfolio_rows .with-separation-bottom:after {
		top: 367% !important;
	}
	.portfolio_page {
		margin-top: -20px;
	}
	.about_us_page .service_box h4{
		text-align: center;
	}
	.service_box img {
		float: none;
	}
	.service_box {
		padding: 35px 80px;
	}	
	.footer .container {
		padding: 80px 40px;
	}
	.footer_second .container {
		padding: 15px 0px;
	}
	.banner_main{
		position: relative;
	}
	nav{
		position: inherit;
	}
	#toggle span, #toggle span:after, #toggle span:before{
		background-color: #865a25 !important;
	}
/*  	.xs_calls .with-separation-bottom:after{
		display: none;
	}  */
	.portfolio_rows .with-separation-bottom:after {
		top: 683% !important;
	}
	.port_col{
		margin: 0px 10px;
	}
	.port_col img{
		margin: 0 auto;
	}
	.services_for_pad {
		margin-top: -50px;
	}
	.service_button_more {
		margin-top: 0px; 
	}
	.pre_class_portfolio .container {
		padding: 80px 80px;
	}
	.owl_car_clients img {
       margin: 0 auto;
	}
	.owl_car_clients img {
		width: auto;
	}
	.owl-nav {
		margin-top: -40%;
	}
	#social {
		margin-top: 20%;
	}
	.port_img img {
		width: 100%;
		padding-left: 30px;
		padding-right: 15px;
	}
	.img__description {
		left: 30px;
		right: 15px;
		max-height: 350px;
	}
}

@media (max-width: 380px){
	.contact_main .services_for_pad {
		margin-top: 60px;
	}
	.social_about .social_for_slope{
		margin-top: 40% !important;
	}
	.with-separation-top:before {
		margin-top: -2px;
	}
	.with-separation-bottom:after {
		margin-top: -85px !important;
	}
	.portfolio_page {
		margin-top: -80px;
	}
	.misson_vision_main{
		margin-top: 70px;
	}
	.logo_asateer img {
		padding: 10px 0px 10px 10px;
	}
	.service_box {
		padding: 35px 10px;
	}
	.port_col {
		margin-left: 0px; 
		margin-right: 0px;
	}
	.services_for_pad .container {
    	margin-top: -40px !important;
	}
	.portfolio_rows .with-separation-bottom:after {
		top: 615% !important;
	}
	.sec_begin h3 {
		font-size: 20px;
    }
	.sec_begin p {
		font-size: 14px;
    }
	.service_box {
		padding: 10px 10px;
	}
	.first_ser_box{
		margin-top: 30px;
	}
	.pre_class_portfolio .container {
		padding: 50px 45px;
	}
	.footer_second p {
		font-size: 10px;
		text-align: center;
	}
	.footer_second_bold a{
		font-size: 9px;
	}
 	.xs_calls .with-separation-bottom:after{
		display: none;
	}
} 

@media (max-width: 320px){
	.portfolio_main_inner .portfolio_rows .with-separation-bottom:after {
		top: 350% !important;
	}
	.pre_class_portfolio .container {
		padding: 50px 30px;
	}
	.portfolio_rows .with-separation-bottom:after {
		top: 615% !important;
	}
	.clients_for_scroll .container {
		padding: 80px 40px;
	}
	.owl_car_clients img {
		margin-left: 15px;
		margin-right: 15px;
	}
	.contact_boxes .with-separation-top:before {
		height: 60px;
	}
	.footer_second p {
    	text-align: center;
	}
}






 @media (max-width: 900px){
	.secondary_nav {
		 position: absolute;
		 right: 0;
		 padding-top: 2%;
	 }
	.menu_large{
		display: none;
	 }
	.mobile_menu{
		display: block;
	 }

	#toggle {
		display: block;
		width: 28px;
		height: 30px;
		margin: 30px auto 10px;
	}

	#toggle span:after, #toggle span:before {
		content: "";
		position: absolute;
		left: 0;
		top: -9px;
	}
	#toggle span:after{
		top: 9px;
	}
	#toggle span {
		position: relative;
		display: block;
	}
	#toggle span, #toggle span:after, #toggle span:before {
		width: 100%;
		height: 5px;
		background-color: #fff;
		transition: all 0.3s;
		backface-visibility: hidden;
		border-radius: 2px;
	}
	#toggle.on span {
		background-color: transparent !important;
	}
	#toggle.on span:before {
		transform: rotate(45deg) translate(5px, 5px);
	}
	#toggle.on span:after {
		transform: rotate(-45deg) translate(7px, -8px);
	}
	#toggle.on + #menu_mobile {
		opacity: 1;
		visibility: visible;
	}
	#menu_mobile {
		position: relative;
		width: 220px;
		padding: 3px;
		margin: auto;
		text-align: center;
		border-radius: 4px;
		background: #7b7b7b;
		box-shadow: 0 1px 8px rgba(0,0,0,0.05);
		opacity: 0;
		visibility: hidden;
		transition: opacity .4s;
	}
	#menu_mobile:after {
		position: absolute;
		top: -20px;
		left: 95px;
		content: "";
		display: block;
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-bottom: 20px solid #7b7b7b;
	}
/* 	.mobile_menu_items ul, li, li a {
		list-style: none;
		display: block;
		margin: 0;
		padding: 0;
	} */
	.mobile_menu_items ul li{
		list-style: none;
		display: block;
		margin: 0;
		padding: 0;
	}
	.mobile_menu_items li a {
		padding: 5px;
		color: #888;
		text-decoration: none;
		transition: all .2s;
	}
	.mobile_menu_items li a:hover, .mobile_menu_items li a:focus {
		background: #fff;
		color: #865a25;
	}
	p, p a { font-size: 12px;text-align: center; color: #888; }
		.mobile_menu_items li a{
			width: 100%;
	}
	.mobile_menu_items li{
		width: 100%;
		margin-right: 0px;
	}
	.mobile_menu_items .menu_items ul li{
		padding:0px;
	}
	nav ul li{
		line-height: 30px;
	}
	.mobile_menu_items ul{
		background-color: #7b7b7b;
	}	
}

.port_img img{
	width: 100%
}

 .port_img {
 	padding: 0px !important;
 }


.with-separation-bottom:after {
    content: "";
    background-image: url(images/breaker.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: absolute;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 90px;
    margin-top: -88px;
}
.with-separation-top:before {
    content: "";
    background-image: url(images/breaker-bottom.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px;
    position: absolute;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 90px;
}




.services_for_pad .container{
	padding-bottom: 0px;
}
.port_pad_edit .container{
	padding-bottom: 0px;
	padding-top: 0px;
}
.port_pad_edit2 .container{
	padding-bottom: 60px;
    padding-top: 20px;
    text-align: center;
}
#portfolio{
	padding-bottom: 0px;
}
.footer_con .col-sm-12{
	padding-left: 0px;
	padding-right: 0px;
}
.portfolio_social{
	margin-top: 20px;
}
 
/* New  */
.footer .container {
padding: 80px 0px 30px 0px;}
.footer_second .container{padding: 30px 0px;}

.footer_con iframe{padding-top:30px;}


/*Media Screens for larger screen sizes*/


@media screen and (max-width: 900px) and (min-width: 769px) {
	.services_for_pad {
		margin-top: -5%;
	}
}


.slide-list{
	visibility: hidden;
}


.slider-new .with-separation-bottom:after{
	bottom: -2px;
    z-index: 9999999;
}


/**********************update 31102017**********************/
.about_us_page ul li{
	text-align: left;
}
.clients_on_about .container{
	padding-top: 20px;
}
.services_for_pad .service_box ul li{
    font-family: Raleway-Regular;
    font-size: 14px;
    text-align: center;
    color: #b4b4b4;
    line-height: 23.8px;
	text-align: left;
}
.owl-nav{
	visibility: hidden;
}
.owl-carousel{
	text-align: center !important;
}
#social{
	margin-top: 0px;
}
.owl_car_clients img{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.list-mission{
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	
}
 @media (max-width: 1170px){
	.list-mission{
		width: 70%;
	}
 }
 @media (max-width: 999px){
	.list-mission{
		width: 80%;
	}
	.list-mission ul{
		list-style: square url("images/next.png");
	}
 }
 @media (max-width: 768px){
	.list-mission{
		width: 100%;
	}
 }

 
 
.video {
	position:absolute;
	margin:0 auto;
    min-height: 100%;
    width: 390px; 
    height: 290px; 
    z-index: -100;
    background-size: cover;
	background-color:#000;
 
}

.playpause {
    background-image:url("images/media_play_pause_resume.png");
    background-repeat:no-repeat;
    width:25%;
    height:25%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
	
}

.vd{
	overflow:hidden;
	 background-position: center;
	 
}

.flsn{ 
	background-image:url("images/fullscreen.png");
	width:32px;
	height:32px;
	position:absolute;
	right:15px;
	bottom:56px;
	border:none;
	z-index:99999;
	opacity:.8;
}
	
/*********************************************EDITED 10112017****************************************/
/*   .social_top {
	  margin-top: 3px !important;
  }	 */
   .social_top {
	  margin-top: 7px !important;
  }	
  .menu_items ul{
	padding-top: 5%;
  }
  .project-page p{
	  font-size: 16px;
  }
  .cont-project p{
	  text-align: left;
  }
  .cont-project{
	  padding-top: 60px;
	  padding-bottom: 60px;
  }
	  
  .list-proj-one li h3 {
    margin: 10px 0 5px 0;
    letter-spacing: normal;
    font-size: 18px;
	text-align: left;
  }
  .list-proj-one li p{
	font-size: 14px;
	margin-bottom: 5px;
  }	
  .project-page .sec_begin img{
	  padding-bottom: 40px;
  }
  .three-photographers{
	  padding-top: 10px;
	  padding-bottom: 40px !important;
  }
  .proj-three{
	  padding-bottom: 50px;
  }
	.excem-pad{
		padding-bottom: 0px !important;
	}
	.list-proj2{
		text-align: left;
	}
	
	.list-proj2 h3{
	margin: 15px 0 5px 0;
    letter-spacing: normal;
    font-size: 18px;
    text-align: left;
    color: #777;
    font-weight: normal;
	    font-family: Lato, sans-serif;
	}
	
	.list-proj2 h2{
	font-size: 30px;
    font-weight: bold;
    color: #5a5a5a;
	}
	.col-of-proj2{
		padding-top: 30px;
		border-top: 1px solid #efefef;
	}
	.col-of-proj1{
		padding-bottom: 30px;
	}
	.proj2-act h3 {
    letter-spacing: normal;
    font-size: 20px;
    text-align: left;
    font-weight: normal;
    font-family: Lato, sans-serif;
    margin-bottom: 10px;
    color: #444;
	}
	 .second-activities{
		 padding: 40px;
	 }
	 .cont-project img{
		 width: 100%;
	 }
	 .three-photographers h4{
			 color: #777;
	 }
	 .three-photographers p{
			 color: #777;
			 font-family: Lato, sans-serif;
	 }
	 .project-2 .project2-img1 img{
		 width: 100%;
	 }
	 .project-2 .project2-img2 img{
		 width: 100%;
	 }

		 
	 
	 @media (max-width: 999px){
		.list-proj-one li{
			list-style-image: disc !important;
			display: block;
		}
	  }
	 
	 
	 @media (max-width: 768px){
		.cont-project img {
			width: 100%;
			padding-bottom: 30px;
		}
		.project2-secright {
			padding-top: 0px;
		}
		.project2-secleft {
			padding-bottom: 0px;
		}
		
	  }
	   @media (max-width: 480px){
		.project2-img1 img{
			padding-top: 40px;
			padding-top: 40px;
		}
	   }
	 
	 

	 
/****************************DROP-DOWN NAV MENU***************************/
	.drop-down-item a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.menu_items ul .drop-down-item a:hover {
		border-bottom: none !important;
	}
	.hidden{
		position: absolute;
	}
	.hidden:hover {
		display: block;
		z-index: 999999999;
	}
	.drop-down-item {
		display:inline-block;
		float: left;
		margin-right: 1px;
	}
	.drop-down-item{
		padding: 0px;
	}
	/*Style for menu links*/
	.drop-down-item a {
		display:block;
		text-decoration: none;
	}
	/*Style for dropdown links*/
	.drop-down-item:hover ul a {
		background: #f3f3f3;
		color: #2f3036;
		height: 40px;
		line-height: 40px;
	}
	/*Hover state for dropdown links*/
	.drop-down-item:hover ul a:hover {
		background: #865a25;
		color: #fff;
	}
	.drop-down-item ul{
		padding-top: 0px;
	}
	
	/*Hide dropdown links until they are needed*/
	.drop-down-item ul {
		display: none;
		z-index: 99999;
	}
	/*Make dropdown links vertical*/
	.drop-down-item ul li {
		display: block;
		float: none;
	}
	/*Prevent text wrapping*/
	.drop-down-item ul li a {
		width: auto;
		min-width: 100px;
		padding: 0 20px;
	}
	/*Display the dropdown on hover*/
	ul .drop-down-item a:hover + .hidden, .hidden:hover {
		display: block;
	}
	
	.hidden li {
	    padding-left: 5px !important;
		padding-right: 0px !important;
		border-right: none !important;
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		color: #6a6a6a !important;
		text-decoration: none !important;
	}
	.first-sub-menu{
		margin-top: 0px;
	}
	.hidden a{
		font-size: 14px;
	}
}

	 
	 
/****************************END DROP-DOWN NAV MENU***************************/
  