/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

@font-face {
 font-family: 'latolight';
 src: url('../fonts/lato-light.eot');
 src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'), 
	  url('../fonts/lato-light.woff2') format('woff2'), 
	  url('../fonts/lato-light.woff') format('woff'), 
	  url('../fonts/lato-light.ttf') format('truetype'), 
	  url('../fonts/lato-light.svg#latolight') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'latobold';
 src: url('../fonts/lato-bold.eot');
 src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'), 
	  url('../fonts/lato-bold.woff2') format('woff2'), 
	  url('../fonts/lato-bold.woff') format('woff'), 
	  url('../fonts/lato-bold.ttf') format('truetype'), 
	  url('../fonts/lato-bold.svg#latobold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'latoregular';
 src: url('../fonts/lato-regular.eot');
 src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'), 
	  url('../fonts/lato-regular.woff2') format('woff2'), 
	  url('../fonts/lato-regular.woff') format('woff'), 
	  url('../fonts/lato-regular.ttf') format('truetype'), 
	  url('../fonts/lato-regular.svg#latoregular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'latoblack';
 src: url('../fonts/lato-black.eot');
 src: url('../fonts/lato-black.eot?#iefix') format('embedded-opentype'), 
	  url('../fonts/lato-black.woff2') format('woff2'), 
	  url('../fonts/lato-black.woff') format('woff'), 
	  url('../fonts/lato-black.ttf') format('truetype'), 
	  url('../fonts/lato-black.svg#latoblack') format('svg');
 font-weight: normal;
 font-style: normal;
}
html, body {
	height: 100%;
}
body {
	padding-top: 0px;
	font-family: 'latoregular';
	font-weight: normal;/* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */

footer {
    margin: 50px 0;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}





.header{ margin:0; padding:10px 0; width:100%; background:rgba(255,255,255,0.60); position:absolute; z-index:99;}



.nav_area {
    margin: 0;
    padding: 57px 0;
    width: 100%;
}














.banner_section {
	background: #000 url(../images/banner.jpg) no-repeat fixed center center / cover;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
.banner_caption {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-height: 100%;
	position: absolute;
	right: 0;
	text-align: center;
	top: 42%;
	width: 90%;
}
.banner_caption h1 {
	    color: #fff;
    font-family: "latoblack";
    font-size: 80px;
    line-height: 88px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.50);
}
.banner_caption p {
	margin:0 0 20px 0;
	padding:0;
	font-size:48px;
	color:#ffffff;
	text-align:center;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.50);
}
.caption_btn_area {
	margin:0 auto;
	padding:0;
	max-width:364px;
}
.caption_btn_area a {
	background: #118714 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-family: "latoblack";
	font-size: 24px;
	margin: 0 0 100px;
	outline: medium none !important;
	padding: 16px 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}
.caption_btn_area a:hover {
	opacity: 0.8;
}





.about_section{    margin: 0;
    padding: 110px 0 110px 0;
    width: 100%;
    background: url(../images/about.jpg) no-repeat;
    background-size: cover;}
	
	
.about_section h1{ margin:0 0 30px 0; padding:0; font-size:40px; color:#FFF;}	

.devider{ margin:0 0 30px 0; padding:0; width:100%; max-width:70px; height:4px; background:#FFF;}


.about_section p{ margin:40px 0 0px 0; padding:0; font-size:18px; color:#FFF; line-height:30px;}




.why_section{    margin: 0;
    padding: 110px 0 110px 0;
    width: 100%;
    background: #fff;
    background-size: cover;}
	
.devider2{ margin:0 0 30px 0; padding:0; width:100%; max-width:70px; height:4px; background:#0c173d;}

	
.why_section h1{ margin:0 0 30px 0; padding:0; font-size:40px; color:#0c173d;}	



.why_section p{ margin:0px 0 20px 0; padding:0; font-size:18px; color:#222222; line-height:30px;}


.pdf_btn_area{ margin:0; padding:80px 0; width:100%; background:#0c173d; text-align:center;}

.pdf_btn_area a{ margin:0; padding:20px 45px; display:inline-block; font-size:18px; color:#0c173d; background:#FFF; text-transform:uppercase; text-decoration:none;}













.project_section{    margin: 0;
    padding: 110px 0 110px 0;
    width: 100%;
    background: #fff;
    background-size: cover;}


.project_section h1{ margin:0 0 30px 0; padding:0; font-size:40px; color:#0c173d;}	



.project_section p{ margin:0px 0 20px 0; padding:0; font-size:18px; color:#222222; line-height:30px;}


.project_section ul{ margin:0 0 40px 0; padding:0;}

.project_section ul li{margin: 0;
    padding: 0 0 0 34px;
    list-style: none;
    background: url(../images/list_style.png) no-repeat 0px 10px;
    font-size: 18px;
    color: #222222;
    line-height: 36px;}



.process_area{    margin: 0;
    padding: 110px 0 110px 0;
    width: 100%;
    background: url(../images/process.jpg) no-repeat;
    background-size: cover;}





.process_area h1{ margin:0 0 30px 0; padding:0; font-size:40px; color:#fff; text-align:center;}

.devider_area{ margin:0 auto; padding:0; width:100%; max-width:70px;}	



.process_area p{ margin:0px 0 30px 0; padding:0; font-size:18px; color:#FFF; line-height:30px; text-align:center;}


.process_area h2{ margin:0 0 30px 0; padding:0; font-size:30px; color:#fff; text-align:left;}

.process_post p{ background:rgba(12,23,61,0.60); padding:30px; margin-left:120px; text-align:left;line-height:30px;}

















.solid_section{    margin: 0;
    padding: 110px 0 110px 0;
    width: 100%;
    background: #ebebe8;
    background-size: cover;}


.solid_section h1{ margin:0 0 30px 0; padding:0; font-size:40px; color:#0c173d;}


	
.slider_caption{ margin:40px 0 0 0 ; padding:80px 180px; width:100%; background: #f9f9f9;}



.slider_caption p{ margin:0 0 40px 0 ; padding:0; font-size:24px; color:#0c173d; font-style:italic;}


.slider_caption h3{ margin:0 0 20px 0; padding:0; font-size:30px; color:#0c173d;font-family: 'latoblack';}



.slider_caption img {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 50px;
    bottom: 100px;
}











.board_section{    margin: 0;
    padding: 110px 0 0px 0;
    width: 100%;
    background: #ffffff;
    background-size: cover;}


.board_section h1{ margin:0 0 30px 0; padding:0; font-size:40px; color:#0c173d;}

.board_posts_section{ margin:0; padding:40px 0 0 0; width:100%;}


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


.board_post img{ margin:0 0 24px 0; padding:0; width:100%; border:1px solid #0c173d;}


.board_section h2{ margin:0 0 0px 0; padding:0; font-size:24px; color:#0c173d; text-align:center; font-family: 'latobold';}

.board_section h2 span{ font-size:20px;font-family: 'latoregular';}




.contact_section{    margin: 0;
    padding: 110px 0 60px 0;
    width: 100%;
    background: #ffffff;
    background-size: cover;}


.contact_section h1{ margin:0 0 30px 0; padding:0; font-size:40px; color:#0c173d; text-align:center;}

.contact_area{ margin-top:60px;}










.contact_field {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #0c173d !important;
	color: #7b7b7b !important;
	font-size: 16px !important;
	height: 60px !important;
	margin: 0 0 15px !important;
	padding: 5px 20px !important;
	width: 100% !important;
}
.contact_textarea {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #0c173d !important;
	color: #7b7b7b !important;
	font-size: 16px !important;
	height: 208px !important;
	margin: 0 0 15px !important;
	padding: 5px 20px !important;
	resize: none;
	width: 100% !important;
}
#submit {
	background: none repeat scroll 0 0 #0c173d;
	border: medium none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	margin: 0 0 40px;
	padding: 15px 40px;
	text-transform: uppercase;
	
}
.contact_detail ul {
	margin:0;
	padding:0;
}
.contact_detail ul li {
	
	font-size: 16px;
	line-height: 30px;
	list-style: outside none none;
	margin: 0 0 15px;
	padding: 0 0 0 22px;
}
.contact_detail ul li.address {
	background: url("../images/map.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}
.contact_detail ul li.email {
	background:url(../images/mail.png) no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}
.contact_detail ul li.phone {
	background:url(../images/MOBILE.png) no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}
.contact_detail ul li.tele {
	background:url(../images/recever.png) no-repeat scroll 0 6px rgba(0, 0, 0, 0);
}

.map_area{ margin:0; padding:0; width:100%;}



.footer{ margin:0; padding:0px 0 60px 0; width:100%; background:#FFF; text-align:center;}

.footer img{ margin-bottom:15px;}


.footer p{ margin:0 0 40px 0; padding:0; font-size:20px; color:#333333;}

.footer ul{ margin:0; padding:0;}

.footer ul li{ margin:0; padding:0; list-style:none; display:inline-block;}


.footer ul li a{margin: 0 5px;
    padding: 5px 0;
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #333333;
    color: #FFF;
    font-size: 18px;
    border-radius: 5px;}









.topMenu {
background: #fff none repeat scroll 0 0;
    border-top: 0 solid #000;
    bottom: 0;
    display: none;
    height: 60px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.30);
}




#top_menu {
    padding: 20px 0;
    text-align: center;
}

div#top_menu ul.navbar-nav {
    float: none !important;
    text-align: center;
}

div#top_menu ul.navbar-nav li{ float:none !important; display:inline-block;}




div#top_menu .navbar-toggle {
    margin-top: -7px !important;}



.succ{ margin:0 0 15px 0; padding:0; font-size:16px; color:#0c173d;}


.fail{ margin:0 0 15px 0; padding:0; font-size:16px; color:red;}





 @media (min-width: 0px) and (max-width: 480px) {
	 
.nav_area {
    margin: 0;
    padding: 0px 0;
    width: 100%;
}


.banner_caption h1{ font-size:50px;}

.banner_caption p{ font-size:30px; margin:0;}

.about_section h1{ font-size:30px;}


.why_section h1{ font-size:30px;}	

.project_section h1 { font-size:30px;}	

.process_area h1 { font-size:30px;}

.process_post p {
   
    margin-left: 0;}
	
.slider_caption {
    margin: 40px 0 0 0;
    padding: 30px;
    width: 100%;
    background: #f9f9f9;
    text-align: center;
}

.slider_caption img{ display:none;}


.board_section h1 { font-size:30px;}

.contact_section h1	{ font-size:30px;}


div#top_menu ul.navbar-nav{ background:#FFF;}
	 
div#top_menu ul.navbar-nav li{ width:100%; text-align:left;} 
	 
	 
}











 @media (min-width: 481px) and (max-width: 768px) {
	 
.nav_area {
    margin: 0;
    padding: 0px 0;
    width: 100%;
}


.banner_caption h1{ font-size:70px;}

.banner_caption p{ font-size:40px; margin:0;}

.about_section h1{ font-size:30px;}


.why_section h1{ font-size:30px;}	

.project_section h1 { font-size:30px;}	

.process_area h1 { font-size:30px;}

.process_post p {
   
    margin-left: 0;}
	
.slider_caption {
    margin: 40px 0 0 0;
    padding: 30px;
    width: 100%;
    background: #f9f9f9;
    text-align: center;
}

.slider_caption img{ display:none;}


.board_section h1 { font-size:30px;}

.contact_section h1	{ font-size:30px;}
div#top_menu ul.navbar-nav{ background:#FFF;}
	 
div#top_menu ul.navbar-nav li{ width:100%; text-align:left;} 	 
	 
	 
	 
}
















 @media (min-width: 769px) and (max-width: 992px) {
	 
	 
.navbar-nav > li > a {
    margin: 0;
    padding: 0 7px;
    font-size: 12px;
    text-transform: uppercase;
}


.banner_caption h1{ font-size:90px;}

.banner_caption p{ font-size:40px; margin:0;}

.about_section h1{ font-size:30px;}


.why_section h1{ font-size:30px;}	

.project_section h1 { font-size:30px;}	

.process_area h1 { font-size:30px;}

.process_post p {
   
    margin-left: 0;}
	
.slider_caption {
    margin: 40px 0 0 0;
    padding: 30px;
    width: 100%;
    background: #f9f9f9;
    text-align: center;
}

.slider_caption img{ display:none;}


.board_section h1 { font-size:30px;}

.contact_section h1	{ font-size:30px;}
	 
	 
	 
	 
}



 @media (min-width: 993px) and (max-width: 1200px) {
	 
	 
.navbar-nav > li > a {
    margin: 0;
    padding: 0 14px;
    font-size: 16px;
    text-transform: uppercase;
}




}



.overlay {
    margin: 0;
    padding: 0;
    width: 100%;
    background: rgba(0,0,0,0.80);
    height: 100%;
}


.slider_caption ul{    
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 24px;
    color: #0c173d;
    font-style: italic;
}