/*-----------------------------------------------------------------------------------
    Nombre de la plantilla: AMB GROUP 2018
    Author: luisogando.com
    Version: Web 2018
-----------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800|Open+Sans:400,400i,600,700');
html, body {
	height: 100%;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom: 15px;
}
.aligncenter {
	display:block;
	margin:0 auto 15px;
}
a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
p {
	margin:0 0 15px;
    color: #777;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	color: #444;
    font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}
h1{
	font-size: 48px;
	line-height: 50px;
		
}
h2{
	font-size: 38px;
	line-height: 40px;
		
}
h3{
	font-size: 30px;
	line-height: 32px;
		
}
h4{
	font-size: 24px;
	line-height: 26px;
		
}
h5{
	font-size: 20px;
	line-height: 22px;
		
}
h6{
	font-size: 16px;
	line-height: 20px;
		
}
a {
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #FFA100;
    text-decoration: none;
}
body {
	background: #fff none repeat scroll 0 0;
	color: #777;
    font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	text-align: left;
	overflow-x: hidden;
	line-height: 24px;
}
#scrollUp {
  background: #000 none repeat scroll 0 0;
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: 20px;
  height: 34px;
  line-height: 30px;
  opacity: 0.6;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 34px;
}
#scrollUp:hover {
    background: #FFA100;
    opacity: 1;
}
.clear{
	clear:both;
}

.spacingspac {
	height: 200px;
}

.spacabout {
	height: 70px;
}

.both {
	width: 100%;
    
            background: #FFA100;
height: 500px;
}


.leftimg {
	width: 40%;
    float: left;
height: 500px;

}


.spacr {
	margin-right: 10px;

}



.rightblock {
	width: 60%;
        background: #FFA100;
    
    
float: right;
    
    
}

.ambserv {
	width: 180px;
    margin-left: auto;
     margin-right: auto;
   
}


ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}



checkbox, select, textarea, input[type="text"], input[type="date"], input[type="url"], input[type="email"], input[type="password"], input[type="tel"], button, button[type="submit"] {
	-moz-appearance: none;
	box-shadow: none !important;
    
    
    
}




input[type="checkbox"] {
   width: 20px;
   height: 20px;
   -moz-appearance: none;
   border: 1px solid #777;
   border-radius: 3px;
   background-color: #eee;
   vertical-align: bottom;
    
    margin-right: 10px;
    
float: left;
    
}
input[type="checkbox"]:active {
   background-color: #ddd;
}
input[type="checkbox"]:checked {
   background-image: url("http://pngimages.net/sites/default/files/tick-off-png-image-97012.png");
   background-size: contain;
}











input:focus, textarea:focus, select:focus {
    outline: none;
}
div#preloader { 
	position: fixed;
	left: 0; 
	top: 0; 
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('img/logo/preloader.gif') no-repeat center center;
}
.navbar-collapse {
    padding-left: 0px;
}
::-moz-selection {
    background: #FFA100;
    text-shadow: none;
}
::selection {
    background: #FFA100;
    text-shadow: none;
}
.color{
    color:#FFA100;
    font-weight: 700;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.area-padding{
	padding: 90px 0px;
}
.page-padding{
	padding: 120px 0px 90px;
}
.bg-color{
	background: #f9f9f9;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.parallax-bg{
    position:relative;
}
.parallax-bg:before{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#004b84;
    opacity:.5;
    content:"";
}
.left-headline{
	margin-bottom: 40px;
}
.left-headline h3 {
    font-size: 26px;
    max-width: 670px;
    line-height: 36px;
    font-weight: 700;
	position: relative;
}
.white-headline{
	position: relative;
}
.white-headline h3{
	color:#fff;
}
.project-headline.white-headline::after{
	position: absolute;
    left: 0;
    top: 5px;
    background: #fff!important;
    content: "";
    width: 5px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}
.color-bg {
	background:#004b84 !important;
}
.center-head{
	text-align: center;
}
.center-head{
    padding-bottom: 60px;
}
.center-head h3{
    max-width: 750px;
    font-size: 31px;
    line-height: 42px;
    margin: 0px auto 10px;
}
.center-head::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 40px;
    width: 50px;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background: #004b84;
}
.white-headline::after {
    background: #fff;
    position: absolute;
    content: "";
    left: 0;
    bottom: 25px;
    width: 50px;
    right: 0;
    margin: 0 auto;
    height: 2px;
}
.white-headline p {
    color: #fff;
    max-width: 600px;
    letter-spacing: 1px;
    font-size: 16px;
    margin: 10px auto;
}

.topbar-left ul li {
    display: inline-block;
}
.topbar-area {
    background:#004b84;
}
.topbar-left ul li a {
    color: #ddd;
    display: block;
    font-weight: 500;
    margin-right: 15px;
    padding: 8px 0;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
}
.topbar-left ul li a i {
    color: #FFA100;
    font-size: 16px;
    padding-right: 7px;
}
.top-social {
    text-align: right;
    padding: 8px 0px;
    margin-left: 10px;
}
span.share-link {
    float: left;
    color: #ddd;
    margin-left:35%;
    
    text-align: right;
    
}
.top-social ul li{
    display: inline-block;
}
.top-social ul li a {
    color: #ddd;
    margin-left: 12px;
    display: block;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
    line-height: 25px;
}
.top-social ul li a:hover{
	color:#FFA100;
}
.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}

.header-area{
	background: #fff;
	box-shadow: 2px 2px 5px #ccc, 0px 0px 0px #ccc;
}
.logo-bg{
	background: #FFA100;
	z-index: 10;
}
.logo-bg:after {
    content: "";
    position: absolute;
    right: -100px;
    top: 0;
    border-top: 100px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 100px solid #FFA100;
	z-index: 10;
}
.logo-bg:before {
    content: "";
    position: absolute;
    left: -90px;
    top: 0;
    background: #FFA100;
    z-index: 10;
    width: 90px;
    height: 100%;
}
.logo {
    display: block;
}
.logo a {
    display: inline-block;
    height: auto;
    padding: 5px 0;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #444;
    font-size: 13px;
    font-weight: 500;
    padding: 36px 0px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0px 15px;
}
.main-menu ul.navbar-nav li a:hover{
	color: #FFA100;
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #FFA100;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #FFA100;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.logo-float {
    width: 220px;
    
    
    position: fixed;
    
}

.logo-float img {
    width: 100;
    
    
    position: fixed;
    
}



.acco {
    color: #fff;
    
font-size:38px; 

}


.resum {
height:192px;     
    
}

.aboutic {
width: 42px;  
margin-right: auto;    
 margin-left: auto;    
   
}



textarea {


border: 1px solid #ccc;

border-radius: 0;

height: 200px;

margin-bottom: 15px;

padding-left: 20px;
    
padding-top: 20px;
    

width: 98%;

}









select {
  background: url(http://luisogando.com/stage/clients/ambweb/uploads/images/15xvbd5.png) no-repeat 96% 0;

border: 1px solid #ccc;

border-radius: 0;

height: 44px;

margin-bottom: 15px;

padding-left: 20px;

width: 100%;
}
select select {
  background: transparent;
  border: none;
  font-size: 14px;
  height: 29px;
  padding: 5px;
  /* If you add too much padding here, the options won't show in IE */
  width: 268px;
}
select.slate {
  background: url(http://i62.tinypic.com/2e3ybe1.jpg) no-repeat right center;
  height: 34px;
  width: 240px;
}
select.slate select {
  border: 1px solid #ccc;
  font-size: 16px;
  height: 34px;
  width: 268px;
}






.spacing001 {
    height: 33px;
}





.cms_submit {
    background: #505250;
    
    font-weight: 700;
   
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    -webkit-box-shadow: 0px 11px 30px #dbdbdb;
    -moz-box-shadow: 0px 11px 30px #dbdbdb;
    box-shadow: 0px 11px 30px #dbdbdb;
    font-family: Arial;
    color: #ffffff;
    font-size: 15px;
    padding: 10px 25px 10px 25px;
    text-decoration: none;
    width: 130px;
    text-transform: uppercase;
    float: left;
    border: 1px;
    cursor: pointer;
}




.aboutic img {
width: 100%;     
    
}

.acco-sec {
    
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    
    font-weight: 200;
        z-index: 2;
    
font-family: 'Montserrat', sans-serif;
font-size: 20px;     

}





.imgfin img {
width: 100%;     
    
}

.imgfin {
  width: 45%;
height: auto;
    
  float: left;
margin-right: 30px;    
    
}





.spacingreals {
    
   height: 70px;   

}





.imgmain img {
    
   width:50%; 
   margin-bottom:30px;     

}



.imgmain img {
    
   width:100%; 
   margin-bottom:20px;     

}



.seemore1 {
        
     width:175px; 
  
    background: #004b84;


    padding-top: 10px; 
       padding-bottom: 10px; 
        padding-left: 25px; 
    
    font-size:15px; 
    
    margin-top:15px;  
   color: #fff;
    
        text-transform: uppercase;

    

}




.seemore1:hover {
        
     width:175px; 
  
    background: #0465af;


    padding-top: 10px; 
       padding-bottom: 10px; 
        padding-left: 25px; 
    
    font-size:15px; 
    
    margin-top:15px;  
   color: #fff;
    
        text-transform: uppercase;

    

}




.seemore1 a {
    
   color: #fff;

}


.seemore1 a:hover {
    
   color: #fff;

}

    .holder {
    
width: 80%;
margin-left: auto;        
margin-right: auto;        
        

} 




.afi {
    
    font-size:15px; 

margin-top: 7px; 
      
    
font-family: 'Montserrat', sans-serif;

}


.afi2 {
    
    font-size:26px; 

margin-top: 7px; 
      
    
font-family: 'Montserrat', sans-serif;
    
color: #FFF;  

}



.afi3 {
    
    font-size:26px; 

margin-top: 7px; 
      
    
font-family: 'Montserrat', sans-serif;
    
color: #004b84;  

}




.price-q {
    
    
      background-image: linear-gradient(-90deg, #fff, #004b84);

    
padding-left: 45px; 
    
  padding-top: 10px; 
   padding-bottom: 10px; 
 
    
    font-size:35px; 

margin-top: 17px; 
    
    margin-bottom: 17px; 

         color: #fff;
    font-style: italic;

         width:80%; 

font-family: 'Montserrat', sans-serif;
    


}







.servw {
    
    text-align: center;
    
    font-weight: 700;
      
    
font-family: 'Montserrat', sans-serif;

}



.acco-thin {
    
   
    font-weight: 100;
    
}


.phone1 {
    
   
font-size:18px; 
    
color: #FFA100;   
    
margin-right:10px;     
    
}



.phonetop {
    
   
float: right;    
}



.alex {
    
   
margin-top: 30px;
margin-bottom: 30px;
    
    
}



.casc {
    
       width: 260px;

    float: left;
    
    margin-right:250px; 
    
}



.casc img {
    
       width: 100%;

    
    
}




.navbar.navbar-default {
    float: right;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #444;
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color:#FFA100;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.stick span.search-button i,.stick .header-search input{color:#444}
.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #444;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
	border-top: 2px solid #FFA100;
}
.search-option input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    color: #444;
    display: block;
    float: left;
    font-size: 14px;
    font-style: italic;
    padding: 8px 10px;
    width: 210px;
    height: 44px;
}
.search-option button.button {
    background: #fff;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 17px;
    line-height: 35px;
    padding: 5px 15px;
    text-align: center;
}
.header-right-link a.main-search2 {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding: 26px 0px 26px 10px;
}


.header-right-link a.main-search3 {
    color: #505250;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    padding: 26px 0px 26px 10px;
}

.header-area.stick {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0px 0px 1px #ccc, -2px -2px 1px #ccc;
    background: #fff;
}
.header-area.stick .logo a {
    display: inline-block;
    height: auto;
    padding: 16px 0;
}
.header-area.stick .main-menu ul.navbar-nav li a {
    padding: 40px 0px;
}
.header-area.stick .quote-button {
    float: right;
    padding: 13px 5px;
}
.header-area.stick .header-right-link a.main-search {
    padding: 29px 0px 20px 10px;
}
.header-area.stick .main-menu ul.nav li ul.sub-menu li a {
    display: block;
    padding: 10px 15px;
}
.header-area.stick .navbar-brand>img {
    display: block;
    width: 160px;
    height: auto;
}
.header-area.stick .logo-bg:after {
    border-top: 76px solid transparent;
}

.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}

.intro-content {
    position: relative;
    z-index: 1;
}
.intro-content::after {
    background: rgba(10, 27, 40, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider-content {
    position: absolute;
    right: 0;
    text-align: left;
    top: 60%;
    z-index: 3;
    left: 0;
    margin: 0 auto;
    margin-top: -170px;
}
.layer-1 {
    margin: 0px 0 20px;
}
.layer-2 p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    max-width: 600px;
    margin-bottom: 30px;
}
.layer-1 h1 {
    color: #fff;
    font-size: 52px;
    line-height: 60px;
    margin: 0px 0px 20px;
    max-width: 710px;
}
.ready-btn {
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #FFA100;
    width: 160px;
	border-radius: 30px;
}
.ready-btn:hover{
    color: #fff;
    background: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}
.ready-btn.right-btn {
    margin-left: 0px;
    background: transparent;
    border: 2px solid #fff;
	color:#fff;
}
.ready-btn.right-btn:hover{
    background: #fff;
    border: 2px solid #fff;
    	color:#004b84;

}
.ready-btn.left-btn:hover{
    background: transparent;
    border: 2px solid #fff;
	color:#000;
}
.layer-1-2 .color {
    color: #FFA100;
    font-weight: 900;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:2px solid #fff;
    width: 50px;
    height: 50px;
	border-radius: 50px;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.intro-carousel.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#004b84;
    background: #fff;
    border: 2px solid #fff;
}
.intro-carousel .owl-item .layer-1{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 0.3s;
}
.intro-carousel .owl-item .layer-2{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1s;
}
.intro-carousel .owl-item .layer-3{
    transform: translateY(100%);
    opacity: 0;
    transition: all 1s ease-in-out 1.5s;
}
.intro-carousel .owl-item.active .layer-1,
.intro-carousel .owl-item.active .layer-2,
.intro-carousel .owl-item.active .layer-3{
    transform: translateY(0);
    opacity: 1;
}
.intro-carousel .owl-item.active .slider-images img{
	transform: scale(1.1);
	transition: 10s;
}

.all-services-top{
	margin-top: -30px;
}
.well-services{
    padding: 30px;
	box-shadow: 0 0px 5px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
	overflow: hidden;
	margin-top: 30px;
}
.number {
    color: #eee;
    font-size: 200px;
    position: absolute;
    top: 85px;
    left: 50%;
    width: 100%;
    opacity: 0.4;
    font-weight: 700;
    z-index: -1;
}
.well-icon {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}
.well-icon a{
	font-size: 60px;
	line-height: 60px;
	color:#FFA100;
}
.well-services .well-content h4 {
    font-size: 22px;
    line-height: 30px;
	transition: 0.4s;
    
    text-align: center;
    
}


.supp {
    
    text-align: center;
    
}


.well-services:hover .well-content h4{
	color:#004b84;
	transition: 0.4s;
}

.about-content h3 {
    line-height: 34px;
    font-size: 26px;
    position: relative;
	font-weight: 800;
}
.about-content p {
    font-size: 15px;
    letter-spacing: 0.40px;
    line-height: 24px;
    margin-bottom: 5px;
}
.about-details {
    overflow: hidden;
    display: block;
    padding-top: 10px;
}
.marker-list li {
    color: #777;
    padding-left: 30px;
    margin: 10px 0px;
    position: relative;
    font-size: 15px;
    font-weight: 600;
}
.marker-list li::after {
    position: absolute;
    content: "";
    left: 5px;
    top: 10px;
    background: #FFA100;
    width: 5px;
    height: 5px;
}
.about-image {
    border-radius: 10px;
	position: relative;
	overflow: hidden;
}
.about-image img {
    border-radius: 10px;
}
.about-image::after {
    position: absolute;
    left: -200px;
    top: 180px;
    width: 800px;
    height: 100%;
    content: "";
    background: rgba(0, 75, 132, 0.3) none repeat scroll 0 0;
    transform: rotate(38deg);
}
.video-content {
    width: 100%;
    height: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	 margin-top: -35px;
	text-align: center;
	z-index: 999;
}
.video-play.vid-zone {
    background: #FFA100;
    border-radius: 100%;
    display: inline-block;
    font-size: 34px;
    height: 100px;
    line-height: 96px;
    width: 100px;
    overflow: hidden;
    transition: 0.4s;
}
.video-play.vid-zone i {
    color: #fff;
    margin-left: 5px;
}
.video-play.vid-zone:hover {
    background: #fff;
    color: #FFA100;
	transition: 0.4s;
}
.video-play.vid-zone:hover i{
    color: #FFA100;
}

.all-services{
	margin-top: -30px;
	overflow: hidden;
	display: block;
}
.single-service {
    position: relative;
    border: 1px solid #ddd;
    padding: 20px 20px 5px;
	margin-top: 30px;
	transition: 0.4s;
}
.single-service:hover{
    border: 1px solid #004b84;
	background: #004b84;
	transition: 0.4s;
}
.left-head{
	position: relative;
}
.left-head h4{
	font-size: 26px;
	line-height: 34px;
	text-transform: capitalize;
}
.service-icon {
    float: left;
    margin-right: 20px;
}
.service-icon i{
	font-size: 34px;
	 color: #FFA100;
}
.service-text h4{
	font-weight: 500;
	font-size: 20px;
}
.single-service h4 {
    font-size: 20px;
    line-height: 28px;
}
.single-service h4 a {
    color: #444;
}
.single-service h4 a:hover{
    color: #FFA100;
}
.left-head p{
	font-size: 16px;
}
.more-btn {
	border: 1px solid #FFA100;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
    background: #FFA100;
    width: 160px;
	border-radius: 30px;
	margin-top: 20px;
}
.more-btn:hover{
    color: #fff;
    background: #004b84;
    border: 1px solid #004b84;
}
.single-service:hover .service-text h4 a,
.single-service:hover .service-text p{
    color:#fff;
}

.counter-area{
   position: relative;
}
.fun-content {
    background: #004b84;
    padding: 60px 50px;
    overflow: hidden;
}
.fun-icon{
	float: left;
}
.fun-icon i {
    font-size: 60px;
    line-height: 70px;
    color: #fff;
}
.fun_text {
    padding-left: 75px;
}
.fun_text span {
    display: block;
    font-size: 44px;
    font-weight: bold;
    line-height: 40px;
    color: #ddd;
    margin: 5px 0px;
}
.fun_text > h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.project-headline{
	position: relative;
}
.project-headline::after {
    position: absolute;
    left: 0;
    top: 5px;
    background: #004b84;
    content: "";
    width: 5px;
    height: 90px;
    right: 0;
    margin: 0 auto;
}
.project-headline h3 {
    font-size: 29px;
    width: 50%;
    line-height: 36px;
    font-weight: 700;
    text-transform: inherit;
    margin-bottom: 40px;
    float: left;
    padding-right: 30px;
}
.project-headline p {
    width: 50%;
    float: left;
    padding-left: 30px;
}
.project-single {
    width: 33.33%;
    float: left;
}
.all-padding{
    padding: 15px;
}
.single-awesome-project {
  overflow: hidden;
}
.awesome-img{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.awesome-img img {
    transform: scale(1.1);
    transition: 0.5s;
}
.single-awesome-project:hover .awesome-img img {
    transform: scale(1);
    transition: 0.5s;
}
.awesome-img > a {
  display: block;
  position: relative;
}
.awesome-img::after{
  position: absolute;
  left:0;
  top:0;
  background: rgba(6,34,65,0.60) none repeat scroll 0 0;
  content: "";
  width: 100%;
  height: 100%;
	transition: 0.4s;
}
.add-actions {
    display: block;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 10%;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 9;
    padding: 30px;
}
.project-dec {
  display: inline-block;
}
.project-dec h5 {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}
.project-dec p {
    color: #fff;
	font-size: 15px;
}
.project-dec span{
    color: #fff;
    background: #FFA100;
    margin-bottom: 15px;
    display: inline-block;
	padding: 0px 5px;
	font-weight: 700;
	font-size: 14px;
}
.opacity-text{
	opacity: 0;
}
.awesome-menu {
  padding-top: 10px;
}
.single-awesome-project:hover .opacity-text{
	opacity: 1;
}
.single-awesome-project:hover .awesome-img::after{
	background: rgba(6,34,65,0.95) none repeat scroll 0 0;
	transition: all 0.5s ease 0s;
}
.single-awesome-project:hover .add-actions{
	top:5%;
	transition: all 0.5s ease 0s;
}
.know-more-btn{
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	background: transparent !important;
	padding: 0px !important;
}
.know-more-btn:hover,
.project-dec h5:hover{
	color:#FFA100;
}

.quote-area {
    position: relative;
	background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top right / cover; 
}
.quote-all{
	background: #004b84;
}
.sub-head h4{
	text-transform: capitalize;
	font-size: 26px;
	margin-bottom: 30px;
}
.contact-icon {
    display: block;
    overflow: hidden;
}
.single-contact {
    width: 50%;
    float: left;
}
.single-contact h5 {
    color: #fff;
    text-transform: capitalize;
    margin-bottom:15px;
}
.single-contact a {
    display: block;
    margin-bottom: 10px;
}
.single-contact a i {
    float: left;
    color: #004b84;
    font-size: 18px;
    padding-right: 20px;
    line-height: 24px;
}
.single-contact span {
    color: #fff;
}
.form-row{
  margin-top: 30px;
}
.quote-contact {
    padding: 0px  100px;
}
.quote-area #contactForm input {
    border-radius: 0;
    height: 45px;
    margin-bottom: 15px;
}
.quote-area .white-headline::after{
	display: none;
}
.quote-area .contact-form textarea#message{
    height: 104px;
    border-radius: 0;
    margin-bottom: 15px;
}
.quote-area .quote-btn {
    background: #FFA100;
    border: 1px solid #FFA100;
    color: #fff;
    padding: 9px 20px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
	transition: 0.4s;
}
.quote-area .quote-btn:hover {
    background: #004b84;
    border: 1px solid #FFA100;
	transition: 0.4s;
}
.quote-area #contactForm .col-md-6{
	padding-left: 7.5px;
    padding-right: 7.5px;
}

.testimonial-area{
    background:#fff;
}
.single-testi {
    padding: 30px 20px;
    position: relative;
    border: 1px solid #f1f1f1;
}
.testi-img {
    float: left;
	margin-right: 15px;
}
.testi-img img {
    width: 100%;
    max-width: 120px;
    height: auto;
    border-radius: 50%;
    float: left;
	border: 4px solid #FFA100;
}
.testi-text {
    padding-left: 100px;
}
.texti-name {
    margin-top: 15px;
    display: inline-block;
}
.texti-name h4 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}
.guest-rev a {
    color: #444;
    font-size: 14px;
}
.testi-text p {
    color: #444;
    margin-bottom: 0px;
}
.Reviews-content {
    margin-top: -30px;
}
.testimonial-carousel.item-indicator{
    padding: 30px 0px 50px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot > span {
    background: #444 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    width: 8px;
    -moz-transition:0.4s;
    -webkit-transition:0.4s;
    -o-transition:0.4s;
    -ms-transition:0.4s;
    transition:0.4s;
    border-radius: 50%;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots {
    bottom: 0px;
    display: block;
    left: 50%;
    margin-left: -20px;
    position: absolute;
}
.testimonial-content {
    margin-bottom: 15px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.testimonial-carousel.owl-carousel.owl-theme .owl-controls .owl-dots div.owl-dot.active span{
    background: #FFA100;
}
.reviews-page .single-testi{
    margin-bottom: 30px;
}

.banner-content  {
    background: #004b84;
    display: block;
    overflow: hidden;
	position: relative;
	z-index: 1;
}
.brand-items {
    display: block;
    margin-top: 30px;
    overflow: hidden;
    padding: 0px 60px;
}
.brand-items h4 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    text-align: center;
}
.brand-items {
    padding: 0px 30px;
}
.single-brand-item {
    float: left;
    width: 20%;
    padding: 0px 10px;
}
.single-brand-item a{
	display: block;
}
.banner-btn {
    border: 1px solid #FFA100;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    background: #FFA100;
    border-radius: 2px;
	margin-top: 40px;
}
.banner-btn:hover{
    background: transparent;
    border: 1px solid #fff;
    color:#fff;
}
.banner-content h3{
    margin: 0 auto;
    color: #fff;
    font-size: 30px;
    max-width: 750px;
    line-height: 36px;
    font-weight: 600;
}
.blog-area{
  position: relative;
}
.blog-image{
  overflow: hidden;
    display: block;
}
.blog-grid{
	margin-top: -30px;
}
.blog-content {
    background: #fff;
    padding: 20px 20px 30px;
}
.blog-content a h4 {
    font-size: 20px;
    text-transform: inherit;
    font-weight: 600;
    color: #444;
    line-height: 28px;
	margin: 10px 0px;
}
.blog-meta {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px;
    display: block;
}
.blog-meta span {
    color: #444;
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
}
.blog-content a h4:hover{
    color:#FFA100;
}
.single-blog {
    margin-top: 30px;
    box-shadow: 1px 1px 20px #f3f3f3, -1px -1px 20px #f3f3f3;
    position: relative;
}
.read-more {
    color: #444;
    display: inline-block;
    font-weight: 700;
    border-top: 1px solid #ddd;
    display: block;
    padding-top: 10px;
}
.blog-content p {
    color: #444;
    font-size: 15px;
}
.footer-1{
	background: url(img/background/f1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
}
.footer-1{
	position: relative;
	z-index: 1;
}
.footer-1::after {
    background: rgba(10, 24, 40, 0.9) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.footer-area {
    position: relative;
}
.footer-about-top {
    position: relative;
    background: #fff;
    padding: 91px 30px;
    top: -90px;
    margin-bottom: -190px;
}
.footer-logo{
	margin-bottom: 15px;
}
.footer-head p {
    color: #ddd;
}
.footer-head h4 {
    color: #ddd;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-services-link ul.footer-list{
	width: 50%;
	float: left;
    
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #ddd;
    display: block;
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
        
    
}
.footer-icons ul li a:hover{
    color: #fff;
	background: #FFA100;
	border:1px solid #FFA100;
}
.footer-icons {
    margin-top: 0px;
    display: inline-block;
}
.footer-icons h5{
	color:#ddd;
}
.suscribe-input input {
    background: transparent;
    border: medium none;
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 42px;
    border-radius: 0;
    width: 100%;
    border: 1px solid #777;
}
.suscribe-input button {
    background: #fff;
    border: 1px solid #fff;
    color: #505250;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
	font-weight: 700;
}
.suscribe-input button:hover {
    background: #505250;
    border: 1px solid #004b84;
    color: #fff;
    transition: 0.4s;
}
.footer-contacts p span {
    color: #FFA100;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #ddd;
    padding: 4px 0px 4px 20px;
    display: block;
    position: relative;
    font-weight: 500;
    margin-bottom:10px; 
}
.footer-list li:first-child a{
	padding-top: 0px;
}
.footer-list li:last-child a{
	padding-bottom: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    top: 4px;
    font-family: montril;
    font-size: 11px;
    left: 0;
}
.footer-list li a:hover {
    color: #FFA100;
}
.footer-area-bottom {
    background: #0A1828;
    padding: 25px 0;
}
.copyright-text a:hover{
	text-decoration: underline;
	color:#FFA100;
}
.copyright-text a {
    color: #ddd;
        text-align: center;

    
}
.copyright > p {
    margin-bottom: 0;
    color: #ddd;
        text-align: center;

}
.copyright a {
        text-align: center;

    color: #FFA100;
}

.header-two{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-area-2{
	background: #004b84;
}
.header-area-2{
	background: rgba(6,34,65,0.50) none repeat scroll 0 0;
	box-shadow:none;
}
.topbar-area-2 .topbar-left ul li a{
	color: #fff;
}
.header-area-2 .main-menu ul.navbar-nav li a{
	color: #fff;
}
.header-area-2 .main-menu ul.navbar-nav li a:hover{
	color: #FFA100;
}
.header-area-2 .header-right-link a.main-search{
	color:#fff;
}
.header-area-2.stick{
	background: #004b84;
	box-shadow: 0px 0px 1px #666, -2px -2px 1px #666;
}
.intro-2 .layer-1 h1 {
    margin: 0px auto 20px;
    max-width: 850px;
}
.intro-2 .layer-2 p {
    max-width: 700px;
   margin: 0px auto 30px;
}
.intro-2 .slider-content {
    margin-top: -100px;
}
.welcome-2 .well-services {
    padding: 30px 20px;
    text-align: center;
	z-index: 1;
}
.welcome-2 .well-services::after{
    position: absolute;
	left:0;
	top:0;
	width: 0%;
	height: 2px;
	background: #004b84;
	content:"";
	transition: 0.5s;
	z-index: -1;
}
.welcome-2 .number {
    display: none;
}
.welcome-2 .well-icon a {
    font-size: 40px;
    line-height: 52px;
	width: 60px;
	height: 60px;
	border: 3px solid #FFA100;
    color: #FFA100;
	display: inline-block;
	border-radius: 5px;
}
.welcome-2 .well-services:hover::after{
	width: 100%;
	height: 100%;
	background: #004b84;
	transition: 0.5s;
}
.welcome-2 .well-services:hover .well-content p,
.welcome-2 .well-services:hover .well-content h4{
	color:#fff;
}
.about-2{    
	background: url(img/background/ag1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	background-attachment: scroll;
}
.about-2 .about-content {
    background: #565757;
	padding: 80px 80px 80px 50px;
}
.about-2 .about-content h3,
.about-2 .about-content p{
	color:#fff;
}
.about-2 .about-content {
    background: #565757
    padding: 80px 70px 80px 50px;
    overflow: hidden;
}
.about-2 .about-image {
    overflow: initial;
    width: 100%;
    height: 100%;
	position: relative;
}
.about-2 .about-image::after{
	display: none;
}
.about-2 .video-content {
    display: none;
    position: relative;
    top: 200px;
    text-align: center;
}
.single-about {
    width: 33.33%;
    float: left;
}
.about-company {
    margin-top: 50px;
    display: block;
    overflow: hidden;
}
span.about-icon {
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    float: left;
    margin-right: 15px;
}
span.about-text {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
}
.choose-area{
    position: relative;
}
.choose-images {
    width: 80px;
    float: left;
    height: 80px;
    font-size: 32px;
    color: #FFA100;
	border:1px solid #ccc;
    margin-right: 15px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
}
.single-choose {
    display: block;
    margin-top: 30px;
}
.choose-content{
	padding-left: 80px;
}
.choose-content h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
}
.choose-content h4 a {
    color: #444;
}
.choose-content h4 a:hover {
    color: #FFA100;
}
.choose-content p{
    color:#666;
}
.project-area.project-2{
	background: #004b84;
}
.project-carousel .project-single {
    width: 100%;
    float: none;
}
.project-carousel .add-actions {
    top: 60%;
    padding: 30px 20px;
}
.blog-right-column .blog-image {
    overflow: hidden;
    float: left;
    width: 35%;
}
.blog-right-column .blog-content {
    background: #fff;
    float: left;
    height: 100%;
    width: 65%;
    padding: 0px 20px;
    min-height: 136px;
}
.blog-right-column .single-blog{
	overflow: hidden;
}
.footer-2{
	background:#004b84;
}
.footer-2 .footer-about-top{
	background:#505250;
}
.footer-2 .footer-area-bottom {
    background: #565757;
}
.header-area-3 {
    background:#fff;
	border-top:1px solid #ccc;
	box-shadow: none;
}
.header-middle-area .header-info {
    width: 33.33%;
    float: left;
    padding: 25px 0px;
}
.header-middle-area .header-info-text span {
    display: block;
    font-size: 14px;
}
.header-middle-area .info-simple{
	font-weight: 700;
	color: #777;
	font-size:12px;
}
.header-middle-area .header-icon {
    float: left;
    margin-right: 10px;
}
.header-middle-area .logo a {
    padding: 19px 0;
}
.header-icon i {
    color: #fff;
    font-size: 22px;
    line-height: 38px;
    width: 40px;
    height: 40px;
    background: #FFA100;
    text-align: center;
    border-radius: 3px;
}
.info-first {
    font-weight: 700;
	color: #444;
}
.header-area-3.stick {
    background:#fff;
}
.header-area-3 .navbar.navbar-default {
    float: left;
}
.header-area-3 .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
	color: #444;
	margin: 0px;
}
.header-area-3.stick .main-menu ul.navbar-nav li a {
    padding: 20px 15px;
}
.header-area-3 .main-menu ul.navbar-nav li.active >a,
.header-area-3 .main-menu ul.navbar-nav > li > a:hover{
	color:#FFA100;
}
.header-area-3 .header-right-link a.main-search {
    padding: 10px 0px 10px 10px;
}
.header-area-3.stick .header-right-link a.main-search {
    padding: 10px 0px 10px 10px;
}
.intro-3 .layer-1 h1 {
    text-transform: uppercase;
}
.welcome-3 .well-services {
    background: #004b84;
    padding: 40px 30px 25px;
}
.welcome-3 .number {
    font-size: 150px;
    top: 67px;
    left: 71%;
	opacity: 0.10;
}
.welcome-3 .well-services .well-content p,
.welcome-3 .well-services .well-content h4{
	color:#fff;
}
.welcome-3 .well-icon {
    margin-bottom:0px;
    display: inline-block;
    float: left;
	margin-right: 20px;
}
.single-service{
	background: #fff;
}
.counter-2 .fun-icon {
    float: none;
    display: block;
    text-align: center;
    position: relative;
}
.counter-2 .fun-icon::after {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 70px;
    height: 3px;
    border:2px dotted #ddd;
    content: "";
    right: 0;
    margin: 0 auto;
}
.counter-2 .fun-icon i {
    font-size: 50px;
    line-height: 50px;
    color: #fff;
}
.counter-2 .fun_text {
    padding-left: 0px;
    text-align: center;
    padding-top: 30px;
}
.counter-2 .fun_text span {
    margin: 15px 0px;
}
.counter-2{
    background: #004b84;
    overflow: hidden;
}
.project-3 .project-single {
    width: 50%;
    float: left;
}
.project-3 .awesome-img img {
    width: 50%;
    height: auto;
}
.project-3 .add-actions {
    left: 39%;
    top: 13%;
    background: #fff;
    width: 60%;
    height: auto;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.project-3 .opacity-text{
	opacity: 1;
}
.project-3 .awesome-img img {
    transform: scale(1);
}
.project-3 .awesome-img::after{
  display: none;
}
.project-3 .single-awesome-project:hover .awesome-img::after {
    display: none;
}
.project-3 .know-more-btn,
.project-3 .project-dec h5,
.project-3 .project-dec p{
    color: #444;
}
.about-3 .about-image::after{
	display: none;
}
.about-3 .about-image img,
.about-3 .about-image{
	border-radius: 0px;
}
.about-3 .about-content h3 {
    line-height: 40px;
    font-size: 26px;
    position: relative;
    font-weight: 700;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    text-transform: inherit;
}
.about-3 .about-content {
    position: relative;
    padding: 20px 0px 0px 30px;
}
.about-sign {
    display: block;
    margin-top: 30px;
}
.signature {
    float: right;
}
.sign-date {
    float: left;
}
.sign-date span {
    color: #444;
    font-weight: 600;
    font-size: 22px;
}
.sign-name {
    display: block;
    color: #444;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 10px;
}
span.sign {
    display: block;
    width: 150px;
    height: auto;
}
.blog-3 .single-blog{
	position: relative;
}
.blog-3 .blog-content {
    background: rgba(17,17,17,0.80);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
	padding: 20px;
}
.blog-3 .blog-meta span,
.blog-3 .blog-content a h4,
.blog-3 .blog-content p{
	color:#fff;
}
.blog-3 .blog-content a h4:hover{
	color:#FFA100;
}
.blog-3 .blog-meta {
    border-bottom: 1px solid #777;
}
.footer-3{
	background: url(img/background/f1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
	position: relative;
	z-index: 1;
}
.footer-3::after {
    background: rgba(17,17,17,0.94) none repeat scroll 0 0;
	content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.footer-3 .footer-area-bottom {
    background: #111;
}
.footer-3 .footer-about-top {
    background: #111;
}
.project-3 .know-more-btn:hover{
	color:#FFA100;
}

.header-four{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-area-4{
	background: #004b84;
}
.header-area-4{
	background: transparent;
	box-shadow:none;
}
.topbar-area-4 .topbar-left ul li a{
	color: #fff;
}
.header-area-4 .main-menu ul.navbar-nav li a{
	color: #fff;
}
.header-area-4 .main-menu ul.navbar-nav li a:hover{
	color: #FFA100;
}
.header-area-4 .header-right-link a.main-search{
	color:#fff;
}
.header-area-4.stick{
	background: #004b84;
}
.intro-4 .slider-content {
    position: absolute;
    text-align: right;
	 margin-top: -125px;
}
.intro-4 .slide-layer {
    max-width: 700px;
    float: right;
}
.intro-4 .layer-1 h1 {
    text-transform: uppercase;
}
.intro-4 .layer-2 p {
    max-width: inherit;
}
.welcome-4 .well-icon {
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.welcome-4 .number {
    font-size: 150px;
    top: 67px;
    left: 71%;
    opacity: 0.60;
}
.service-images {
    display: block;
    margin-bottom: 30px;
}
.project-menu li {
    width: 20%;
    float: left;
}
.project-menu li a {
    color: #fff;
    display: block;
    font-size: 18px;
    padding: 15px 10px;
    transition: all 0.3s ease 0s;
    font-weight: 800;
    letter-spacing: 1px;
}
.project-menu li a.active {
	background: #ffb01b;
    color: #fff;
    text-decoration: none;
}
.project-menu {
    background: #004b84;
    max-width: 750px;
    margin: 0px auto 30px;
    display: block;
    overflow: hidden;
}
.project-menu li a:hover {
    text-decoration: none;
	background: #ffb01b;
}
.project-4 .opacity-text {
    display: none;
}
.blog-4 .blog-meta {
    border-bottom: none;
    padding: 6px;
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    background: #ffb01b;
    text-align: center;
    width: 60px;
    height: 60px;
}
.blog-4 .blog-meta span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding-right: 0px;
    line-height: 20px;
}
.blog-4 .blog-content {
    background: #fff;
    padding: 15px 20px;
}
.footer-4{
	background: #F4F8FB;
}
.footer-4 .footer-about-top{
	background: none;
}
.footer-4 .footer-head p,
.footer-4 .footer-head h4,
.footer-4 .footer-icons h5,
.footer-4 .footer-list li a,
.footer-4 .footer-icons ul li a{
	color:#666;
}
.footer-4 .footer-list li a:hover{
	color:#ffb01b;
}
.footer-4 .footer-icons ul li a:hover{
	color:#fff;
}
.faq-area{
   background: rgba(0, 0, 0, 0) url(img/background/bg1.jpg) no-repeat scroll top center / cover; 
}
.company-faq {
    padding: 12% 17% 12% 7%;
    display: block;
    overflow: hidden;
    background: #fff;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.panel-default {
    border-color: #ddd;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    color: #666;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
}
.faq-details h4.check-title a {
    color: #666;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 45px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 45px;
}
.faq-details h4.check-title {
    color: #666;
    font-size: 16px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details .panel-heading h4 a{
    position: relative;
}
.faq-details .panel-heading h4 a::before {
    color: #666;
    content:"\e87a ";
    font-family: montril;
    font-size: 16px;
    left:0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top:0px;
	width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active::before {
    color: #ffb01b;
    content: "\e878";
    font-family: montril;
    font-size: 16px;
    left: 0px;
   line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active {
    color: #444;
    background: #fff;
}
.faq-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}

.intro-5 .layer-1 h1 {
    text-transform: uppercase;
    margin: 0px auto 20px;
    max-width: 940px;
    line-height: 66px;
}
.intro-5 .slider-content {
    margin-top: -150px;
}
.intro-5 .layer-2 p {
    max-width: 700px;
    margin: 0px auto 30px;
}
.services-5 .single-service {
    border: none;
    padding: 0px;
}
.services-5 .service-content {
    padding: 0px 20px 20px;
}
.services-5 .service-icon {
    float: left;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    background: #ffb01b;
    text-align: center;
    line-height: 58px;
    border-radius: 5px;
}
.services-5 .service-icon i{
	color:#fff;
}
.services-5 .service-images {
    display: block;
    margin-bottom: 20px;
}
.services-5 .single-service h4 {
    font-size: 20px;
    line-height: 28px;
    padding: 15px 0px;
}
.team-wraper {
    display: block;
    padding-top: 15px;
}
.team-img {
    width: 50%;
    float: left;
}
.team-content {
    width: 50%;
    float: left;
    padding: 30px 10px 10px 20px;
    background: #041d39;
    height: 100%;
    min-height: 348px;
}
.team-data h4,
.team-data span,
.team-text p{
	color:#fff;
}
.team-data{
	display: block;
	margin-bottom: 20px;
}
.team-data h4{
	margin-bottom: 5px;
}
.team-social ul li {
    display: inline-block;
}
.team-social ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-right: 5px;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.team-social ul li a:hover{
	background: #ffb01b;
	border: 1px solid #ffb01b;
}
.footer-5{
	background: url(img/background/f1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom center;
	background-attachment: scroll;
}
.footer-5{
	position: relative;
	z-index: 1;
}
.footer-5::after {
    background: rgba(255,255,255, 0.95) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: -1;
}
.footer-5 .footer-about-top{
	background: #fff;
}
.footer-5 .footer-head p,
.footer-5 .footer-head h4,
.footer-5 .footer-icons h5,
.footer-5 .footer-list li a,
.footer-5 .footer-icons ul li a{
	color:#444;
}
.footer-5 .footer-list li a:hover{
	color:#ffb01b;
}
.footer-5 .footer-icons ul li a:hover{
	color:#fff;
}
.header-six{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 999;
}
.topbar-area-6 {
    background: transparent;
}
.header-area-6{
	background: transparent;
	box-shadow:none;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.topbar-area-6 .topbar-left ul li a{
	color: #fff;
}
.header-area-6 .main-menu ul.navbar-nav li a{
	color: #fff;
}
.header-area-6 .main-menu ul.navbar-nav li a:hover{
	color: #FFA100;
}
.header-area-6 .header-right-link a.main-search{
	color:#fff;
}
.header-area-6.stick{
	background: #004b84;
}
.intro-6 .layer-1 h1 {
    font-size: 54px;
    line-height: 66px;
    text-transform: uppercase;
    max-width: 966px;
}
.intro-6 .layer-2 p {
    max-width: 720px;
}
.intro-6 .slider-content {
    margin-top: -100px;
}
.welcome-6 .well-services {
    padding: 50px 40px 30px;
    text-align: center;
}
.welcome-2.welcome-6 .well-icon a {
    border:none;
	font-size: 60px;
}
.footer-6 {
    background: #ddd;
}
.page-area{
    position: relative;
}
.page-area {
    background: url(img/background/b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-contact{
    position: relative;
}
.page-area-contact {
    background: url(img/background/contact-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


.page-area-reals{
    position: relative;
}
.page-area-reals {
    background: url(img/background/realestate.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


.page-area-oport{
    position: relative;
}
.page-area-oport {
    background: url(img/background/oport.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}





.page-area-team {
    position: relative;
}
.page-area-team {
    background: url(img/background/team1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}


.page-area-finac1 {
    position: relative;
}
.page-area-finac1 {
    background: url(img/background/finac1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}



.page-area-dinam {
    position: relative;
}
.page-area-dinam {
    background: url(img/background/amb-dymac.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.page-area-legal {
    position: relative;
}
.page-area-legal {
    background: url(img/background/amb-legal.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}



.page-area-glob {
    position: relative;
}
.page-area-glob {
    background: url(img/background/global-01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}





.justif {
    
    text-align: justify;
    text-justify: inter-word;
    
}






.materiald {
        
box-shadow: 0 2px 4px rgba(0,0,0,0.12), 0 2px 4px rgba(0,0,0,0.18);
    
margin-top:50px;
    
padding-top: 60px;

    padding-bottom: 150px;

    
padding-left:60px;     

    
}


.tig a {
        
font-size:33px;
margin-bottom:78px;  
    
font-weight: 700;     
    
}



.prob {
        
margin-left: 130px;    
    
    
        width:100%; 

    
}

.prob_cta {
        
margin-left: 120px;    
    
        float: left;

    
}




.prob-f {
        
margin-left: 17px;    
    
    float: left; 
        width:40%; 
    
    margin-bottom:5px;   

    
}



#nms_email {
    
    width:100%; 
    
}

.cta1 {
    
    width:100%; 
    
}


.input[type="checkbox"] {
    
        background: #004b84;

    
    
}




.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #f1f1f1;
}
label
{
     font: 300 16px/1.7 'Open Sans', sans-serif;
     color: #666;
     cursor: pointer;
} 


















.breadcumb-overlay {
  position: absolute;
  background: rgba(6,34,65,0.70) none repeat scroll 0 0;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
}
.breadcrumb {
    padding: 60px 0px 40px;
    background-color: transparent;
    margin-bottom: 0;
}
.breadcrumb-bg {
    position: relative;
    top: 70px;
    background: #004b84;
    border-radius: 5px;
    padding: 22px 30px;
    z-index: 99;
    max-width: 80%;
    margin: 0 auto;
}
.breadcrumb .section-headline h3 {
    font-size: 38px;
    letter-spacing: 2px;
    line-height: 42px;
    text-transform: uppercase;
    position: relative;
    top: 25px;
    font-weight: 800;
}
.breadcrumb .section-headline{
    padding-bottom: 0px;
}
.breadcrumb .section-headline h3::after {
    display: none;
}
.breadcrumb ul li {
    display: inline-block;
    color: #f3f0ff;
    padding: 0px 10px 0px 20px;
    position: relative;
    font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.breadcrumb ul li.home-bread{
    padding-left: 0px;
}
.breadcrumb ul li.home-bread::after {
    position: absolute;
    content: "\f105";
    font-family: fontAwesome;
    right: -10px;
    top: 0;
}
.breadcrumb .section-headline::after {
    display: none;
}
.feature-about {
    border: 1px solid #ccc;
    padding: 20px 35px;
    display: block;
    position: relative;
    text-align: center;
}
.feature-icon {
    display: block;
}
.feature-icon i {
    font-size: 40px;
    width: 80px;
    height: 80px;
    border: 1px solid #ccc;
    display: inline-block;
    text-align: center;
    line-height: 65px;
    position: relative;
    top: -60px;
    background: #fff;
    color: #004b84;
    border-radius: 50%;
    transition: 0.4s;
}
.feature-text {
    margin-top: -25px;
}
.feature-text p {
    font-size: 16px;
}
.feature-about:hover .feature-icon i {
    border: 1px solid #004b84;
    background: #f9f9f9;
    color: #fff;
    transition: 0.4s;
}
.team-page-area .team-inner{
	margin-top:-30px;
}
.team-page-area .single-team,
.review-inner .single-testi{
	margin-top: 30px;
}
.about-feature{
	margin-top: -60px;
}
.feature-about{
	margin-top: 60px;
}

.faq-page-area .faq-content {
    background: #f9f9f9;
    padding: 6% 10%;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.faq-page-area .contact-form input[type="text"], 
.faq-page-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.faq-page-area .faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-page-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #FFA100;
    display: inline-block;
    border: 2px solid #FFA100;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}
.faq-page-area .quote-btn:hover{
	background: #004b84;
	border: 2px solid #004b84;
	color: #fff;
	transition: 0.4s;
}
.faq-page-area .company-faq {
    padding: 0px;
}
.error-easy-text {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}
.high-text {
    font-size: 230px;
    line-height: 200px;
    margin-bottom: 40px;
}
.error-bot{
    font-size: 24px;
}
.error-btn {
    background: #FFA100;
    border: 1px solid #FFA100;
    color: #fff;
    font-size: 16px;
    padding: 12px 20px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    margin-top: 30px;
    display: inline-block;
    font-weight: 700;
    border-radius: 5px;
}
.error-btn:hover{
    background: #004b84;
    border: 1px solid #004b84;
    color: #fff;
}
.high-text span,
.high-text span img{
    width: 200px;
    height: 200px;
}
.high-text span {
    margin-left: -60px;
}
.high-text span img{
	margin: 0px 10px;
}
.contact-head {
    background: #F4F8FB;
    padding: 40px 60px;
}
.contact-head h3 {
    font-weight: 600;
    font-size: 26px;
}
.contact-inner a i {
    color: #FFA100;
    display: inline-block;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
.contact-inner a {
    color: #666;
    font-size: 16px;
    display: block;
}
.contact-head p {
    font-size: 16px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 48%;
    
    float: left;
    margin-right:8px; 
    
}


input {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 5px;
        margin-top: 5px;

    padding-left: 20px;
    width: 100%;
    
    
    
    
}




































.labelup {
    width: 100%;

    
    float: left;
text-align: left;
    
}



.fla {
    width: 49%;

    float: left;
      margin-right: 11px;

}


.fla2 {

    width: 50%;

    float: left;

}



.fla3 {

    width: 300px;

    float: right;

}






.busc {
    width: 100%;

       background: #4d504e;

    
    padding-top: 10px;
padding-bottom: 10px;
    padding-left: 30px;
    
    font-weight: 800;
    
    color: #fff;
  margin-bottom: 7px;
    
    
}









.labelup p {
       float: left;
 
    
text-align: left;
    
}



.contact-form textarea#message {
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 180px;
    padding: 20px;
    width: 100%;
}
.contact-page .contact-btn {
    background: #FFA100;
    border: 2px solid #FFA100;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 40px;
    transition: 0.4s;
    width: auto;
    float: left;
    text-transform: uppercase;
	border-radius: 2px;
	font-weight: 700;
}
.contact-page .contact-btn:hover {
    background:transparent;
    border: 2px solid #FFA100 ;
    color: #FFA100;
    transition: 0.4s;
}
.map-area {
    padding-top: 120px;
}
.contact-page .single-contact h5,
.contact-page .single-contact span{
	color:#444;
}
.project-page-2 .project-single{
	width: 50%;
	float:left;
}
.project-page-3 .project-single{
	width: 33.33%;
	float:left;
}
.project-page-4 .project-single{
	width: 25%;
	float:left;
}
.blog-page-area .single-blog {
    padding: 5px;
    background: #fff;
}
.blog-page-area .blog-content{
	padding: 10px 15px 20px;
}
.blog-search-option input {
    padding: 5px 15px;
    width: 80%;
    border: none;
    height: 42px;
    background: transparent;
}
.blog-search-option {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #ccc;
}
.blog-search-option button {
    background: transparent;
    border: none;
}
.blog-search-option button i {
    line-height: 16px;
    font-size: 20px;
    padding: 0px 10px;
}
.blog-search-option button i:hover {
    color: #FFA100;
}
.left-blog h4 {
    position: relative;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    padding: 15px 0px;
    text-transform: capitalize;
}
.left-blog h4::after {
    position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 50px;
	height: 2px;
	background: #444;
}
.left-blog {
    overflow: hidden;
    padding-bottom: 20px;
}
.left-blog li {
    display: block;
}
.left-blog ul li a {
    color: #444;
    display: block;
    font-size: 15px;
    padding: 10px 0px 10px 25px;
    text-transform: capitalize;
    position: relative;
}
.pst-content .date-type{
	font-size: 14px;
}
.left-blog ul li a:before {
    position: absolute;
    content: "";
    left: 5px;
    top: 21px;
    background: #666;
    width: 5px;
    height: 5px;
}
.popular-tag.left-blog ul li a:before {
    display: none;
}
.recent-single-post {
    display: block;
    overflow: hidden;
    padding: 15px 0px;
}
.recent-single-post:last-child {
    border-bottom: none;
}
.post-img {
    display: inline-block;
    float: left;
    padding-right:10px;
    width: 35%;
}
.pst-content {
    display: inline-block;
    float: left;
    width: 65%;
    padding-left: 10px;
}
.pst-content p{
	margin-bottom: 0px;
}
.pst-content p a:hover,.left-blog ul li a:hover {
    color: #FFA100;
}
.blog-page-area .blog-content {
    background: #f9f9f9;
}
.pst-content p a {
    color: #444;
    font-size: 15px;
    font-weight: 600;
}
.blog-tags {
    padding: 1px 0;
}
.left-blog li:last-child {
    border-bottom: 0 ;
}
.popular-tag.left-blog ul li a:hover{
    color: #fff;
}
.popular-tag.left-side-tags.left-blog ul {
    padding:0px;
}
.left-tags .left-side-tags ul li {
    border-bottom: 0;
    display: inline-block;
    margin: 5px 0px;
}
.left-tags .left-side-tags ul li a {
    padding: 5px 10px;
    width: auto;
    background: #f4f5f4;
    color: #444;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
}
.left-tags .left-side-tags ul li a:hover {
	color:#FFA100
}
.left-side-tags h4 {
    margin-bottom: 15px;
}
.blog-side-area .blog-right-column{
	margin-top: -30px;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 50px 0 0px;
    border-radius: 4px;
}
.pagination>li>a, 
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #444;
    background-color: #f4f5f5;
    border: none;
    margin-left: -1px;
    border-radius: 5px;
}
.pagination>li {
    display: inline-block;
    margin: 0px 3px 0px 0px;
}
.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus{
    z-index: 3;
    color: #fff;
    background-color: #FFA100;
    cursor: default;
    border-radius: 5px;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #FFA100;
    border-color: #FFA100;
    border-radius: 2px;
}
.blog-left-content{
	margin-top: -30px;
}
.comments-heading h3, h3.comment-reply-title {
    border-bottom: 1px solid #ccc;
    color: #444;
    font-size: 18px;
    margin: 0 0 20px;
    padding: 0 0 5px;
    text-transform: capitalize;
}
.comments-list ul li{
    margin-bottom: 25px;
}
.comments-list-img{
    float: left;
    margin-right: 15px;
}
.comments-content-wrap {
    color: #444;
    font-size: 14px;
    margin: 0 0 15px 80px;
    padding: 10px;
    position: relative;
}
blockquote {
    padding: 10px 20px 10px 50px;
    margin: 0 0 20px;
    font-size: 15px;
    border-left: none;
    font-style: italic;
    position: relative;
}
blockquote::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f10d ";
    font-family: fontawesome;
    font-size: 34px;
}
blockquote p {
    font-size: 16px !important;
    line-height: 28px;
}
.author-avatar {
    display: inline-block;
    float: left;
    width: 10%;
}
.author-description h2 {
    color: #444;
    font-size: 20px;
    text-transform: uppercase;
}
.author-description h2 a {
    color: #444;
}
.comments-content-wrap span b{margin-right:5px}
.comments-content-wrap span a:hover{}
span.post-time{margin-right:5px}
.comments-content-wrap p {
    color: #444;
    margin-top: 10px;
}
li.threaded-comments{
	margin-left:50px
}
.comment-respond {
    margin-top: 20px;
}
span.email-notes{
	color: #444;
    display: block;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment-respond p {
    color: #444;
    margin-bottom: 5px;
}
.comment-respond input[type=text],
.comment-respond input[type=email]{
    border: 1px solid #ccc;
    border-radius: 0;
    height: 32px;
    margin-bottom: 15px;
    padding: 0 0 0 10px;
    width: 100%;
	background: transparent;
}
.comment-respond textarea#message-box{
    border: 1px solid #ccc;
    border-radius: 0;
    max-width: 100%;
    padding: 10px;
	height: 160px;
    width: 100%;
	background: transparent;
}
.comments-content-wrap span a {
    color: #FFA100;
}
.comments-content-wrap span a:hover {
    color: #FFA100;
}
.comment-respond .add-btn.contact-btn {
    background: #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    margin-top: 5px;
    padding: 10px 20px;
    transition: 0.4s;
    border-radius: 5px;
    width: auto !important;
    margin-top: 20px;
    border: 2px solid #FFA100;
    text-transform: capitalize;
    font-weight: 600;
}
.comment-respond .add-btn.contact-btn:hover{
    background: #fff;
	color: #fff;
    border:2px solid #004b84;
}
.blog-page-details .left-blog-page {
    margin-top:0px;
    margin-bottom:30px;
}
.single-post-comments {
    margin-top: 30px;
}
.left-head-blog .pst-content p{
	margin-bottom: 5px;
}
.blog-details .blog-content h4 {
    font-size: 24px;
    line-height: 34px;
	margin-top: 10px;
	font-weight: 600;
}
.single-page-head {
    margin-bottom: 30px;
}
.single-services-page p {
    color: #666;
    margin-bottom: 0px;
}
.left-contact h4 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.left-menu li {
    display: block;
	margin: 2px 0px
}
.build-img .page-img {
    padding-bottom: 0;
}
.left-menu ul li.active a {
    color: #FFA100;
    position: relative;
}
.left-menu ul li a:hover {
    color: #FFA100;
}
.left-menu ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 20px;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    background: #f4f4f4;
}
.left-menu ul li a:hover::after,
.left-menu ul li.active a::after{
	position: absolute;
    right: 0;
    top: 0px;
    background: #FFA100;
    content: "";
    width: 3px;
    height: 100%;
}
.down-btn i {
    font-size: 24px;
    float: right;
}
.down-btn {
    border: 1px solid #004b84;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 12px 15px;
    text-align: left;
    /* text-transform: uppercase; */
    transition: all 0.4s ease 0s;
    z-index: 222;
    background: #004b84;
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.down-btn.apli{
	margin-bottom: 0px;
}
.down-btn:hover{
    color:#fff;
    background: #FFA100;
    border: 1px solid #FFA100;
}
.single-page-head .clients-testi {
    padding: 20px 15px;
	background: #f4f4f4;
}
.single-page-head .review-text {
    margin-top: 20px;
}
.clients-testi .review-text a,
.clients-testi .guest-rev {
    color: #444;
}
.clients-testi .single-review {
    border: none;
}
.review-text h4 {
    font-size: 16px;
    margin-bottom: 0px;
}
.single-page-head .review-text p {
    color: #333;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-style: italic;
}
.single-page-head .review-img {
    margin-top:0px;
}
.single-page-head .review-img img {
    border-radius: 50%;
    width: 80px;
    height: auto;
}
.page-content h3 {
    font-weight: 600;
    padding: 15px 0 0;
}
.single-page {
    overflow: hidden;
}
.single-well h3 {
    margin-bottom: 15px;
}
.single-well.last-part p{
	margin-bottom: 0px;
}
.service-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #444;
}
.service-list li::before{
    position: absolute;
    left: 0;
    content:"\f00c";
    font-family:fontawesome;
    top:0;
    color: #FFA100;
}
.single-page-head .service-btn{
    width: 100%;
    margin: 20px 0px 0px 0px;
}
.single-services-page .marker-list li {
    color: #444;
}
.mar-row{
    margin-top: 50px;
}
.feature-service i {
    font-size: 24px;
    width: 44px;
    height: 44px;
    background: #004b84;
    border: 1px solid #004b84;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    float: left;
    margin-right: 15px;
}
.feature-service h5 {
    font-size: 17px;
    font-weight: 600;
    max-width: 260px;
}
.service-feature-content{
	margin-top: -30px;
}
.service-feature-inner{
	margin-top: 30px;
}
/*--------------------------------*/
/*  30.Project page Area
/*--------------------------------*/
.project-page {
  padding: 90px 0px 50px;
}
.project-page .single-awesome-project{
    margin-bottom: 30px;
}
.project-history h4 {
    color: #444;
    margin-bottom: 30px;
}
.project-history {
    background: #f5f5f5;
    padding: 50px 30px;
}
.project-name ul li {
    color: #444;
    font-weight: 600;
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0px;
}
.project-name span{
    padding-right: 15px;
}
.project-name span {
    padding-right: 15px;
    min-width: 127px;
    display: inline-block;
}
.project-image.project-image-2 {
    margin-top: 20px;
}
.project-details h4 {
    font-size: 26px;
    line-height: 32px;
}
.project-details p {
    line-height: 26px;
}
.project-share h5 {
    display: inline-block;
}
.project-social {
    display: inline-block;
}
.project-social li {
    display: inline-block;
    margin: 10px 5px;
}
.project-social li a {
    color: #444;
    font-size: 18px;
}
.project-social li a:hover{
    color: #FFA100;
}
.project-details .marker-list li{
    color:#444;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev, 
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    color: #fff;
    font-size: 22px;
    margin-top: -20px;
    position: absolute;
    top: 50%;;
    text-align: center;
    line-height: 48px;
    opacity: 0;
    border:2px solid #fff;
    width: 50px;
    height: 50px;
	border-radius: 50px;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-prev{
    left: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel-2.owl-carousel.owl-theme .owl-controls .owl-nav div.owl-next {
    right: 10%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
}
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next{
    right: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev{
    left: 2%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -ms-transition: 0.4s;
    opacity: 1;
}
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-next:hover,
.project-carousel-2.owl-carousel.owl-theme:hover .owl-controls .owl-nav div.owl-prev:hover{
    color:#fff;
    background: #FFA100;
    border: 2px solid #FFA100;
}