.white-text { color:#fff; }

header {  }

.row_wrap {
    padding:8px 20px 0px 20px;
    border-bottom:1px solid #eee;
}
.row_wrap:hover {
    background:#eee;
}


.menu_toggle_header{display:table;width:100%}
.menu_toggle_header .logo_holder{ max-height:100px; padding:0px 0; }
.menu_toggle_header .nav-header{display:table-cell;vertical-align:middle;width:80%}

.available_section{ background:#000000de; text-align:center; }
.available_list { display: inline-block; margin:15px; }
.available_list img { height:60px; }


.about_content {
	width:100%;
	background-color: #0b314a;
	background-size:cover;
	position: relative;
	background-blend-mode: multiply;
	background-attachment: fixed;
}

.about_content .welcome_img{margin-right:40px}
.welcome_contents { color: #fff; }
.welcome_contents h1 { font-size: 30px; font-weight: 900; }

.services_section { background-color: #d3d3c6; }
.services-list { margin:0px 0; border-radius:10px; text-align: center; }

.available_section { background-color: #f2ede9; }
.available-list { margin:0px 0; border-radius:10px; overflow: hidden; }

.inner_heading { text-align:center; margin:0 auto; margin-bottom:30px; }

.inner_gallery_content { padding:15px 0; background:#eee; }
.inner_gallery_img { margin:15px 0; }

h2.expertise { margin: 10px; display: block; font-size:25px; text-align: center; }

.thumbnail_image {
	margin-bottom:30px;
}

/* Container needed to position the overlay. Adjust the width as needed */
.container2 {
	position: relative;
	overflow:hidden;
}

/* Make the image to responsive */

.container2 img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.container2:hover img {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(33 92 194 / 90%);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transition: .3s ease;
}

/* When you mouse over the container, the overlay text will "zoom" in display */
.container2:hover .overlay {
  transform: scale(1);
}

.title_caption {
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	text-align: center;
}

/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
  font-size: 20px;
  text-align: center;
}


.products_section {
	background-color: #f4f4f4;
}
.products-wrapper {
    min-height: 400px;
	background-color: #fff;
	padding: 20px;
	margin: 15px 0;
	border-radius: 30px;
}
.products-img {
	
}
.products-text {
	text-align: center;
}


.home_info_section {

}
.home_info_wrapper {
	padding:0 0px;
}
.home_info_list {
	position: relative;
	overflow: hidden;
	max-height: 260px;
	border-radius: 30px;
	background-color: #000;
}
.home_info_list_content {
	position: absolute;
	left:0px;
	bottom:0px;
	padding:40px;
	z-index:2;
}
.home_info_list_content h1 {
	margin-bottom:30px;
	font-size:35px;
	color:#fff;
	text-transform: uppercase;
}
.home_info_list img {
    transform: scale(1.2);
	width:100%;
	opacity: 0.6;
	transition: all 0.6s ease 0s;
	transform-style: preserve-3d;
	z-index:1;
}
.home_info_list:hover img {
	transform: scale(1.1);
	opacity: 0.4;
	transition: all 0.6s ease 0s;
}

.service-text h2 {
	font-size: 20px;
}

.notices_section {
	background-color: #f6f6f6;
}

.nav-pills {
	margin-bottom: 30px;
}
.nav-pills>li>a {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a {
	background-color: transparent; color: #0f5c22;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #0f5c22; color: #ffffff;
}


.download-list {
	min-height: 180px;
	padding: 30px;
	margin-bottom: 30px;
	border: 1px solid #eee;
}

.sub_gallery {
	margin: 15px 0px;
}


.bod_team .bod_thumb {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 5px 15px;
    margin:10px;
}


.bod_team .bod_thumb img{

}


 .bod_team .center{
	text-align:center;
}


.management_team h4{
	margin:0 0 5px 0;
	padding:0;
	font-size: 17px;
}


.management_team .management_thumb {
    vertical-align: top;
    text-align: center;
}


.management_team .management_thumb img{

}

.management_team .center{
	text-align:center;
}


.management_team h4{
	margin:0 0 5px 0;
	padding:0;
	font-size: 17px;
}

/*.bod_team .row{
 
display: flex;
display: -webkit-flex;
align-items: center;
justify-content: center;
}*/

.bod_thumb figcaption{
	font-weight:500;
	line-height:17px;
	padding: 10px 0;
}

 .bod_thumb figcaption span{
	 display:block;
	 color:#010e17;
	 font-size: 13px;
 } 

.team_list {
	margin: 15px 0;
	text-align: center;
}
.team_title {
	padding: 0;
	margin: 10px 0 0 0;
}
.team_title h4 {
	font-weight: 600;
	color: #0f5c22;
}


.profile_inner_img { margin-top:8px; margin-bottom:20px; }
.profile_inner_text {  }
.profile_inner_img h1 { font-size:35px; }
.profile_inner_img ul li { display:inline-block; margin-right:5px; }
.profile_inner_img i { width:32px; height:32px; font-size:19px; line-height:32px; text-align:center; border:1px solid #333; border-radius:50%; }
.profile_inner_img i:hover { border:1px solid #01e5dc; }
.profile_inner_img img { margin-bottom:20px; }




.intro_content {
	width:100%;
	background-color: #4a741c;
	position: relative;
}

.intro_text { padding: 40px; text-align: center; color: #fff; }
.intro_text h1 { margin-bottom:30px; font-size: 28px; font-weight: 900; }
.intro_text p { margin-bottom:10px; font-size: 18px; }


.sdb_details{
	min-height: 313px;
	border:1px solid #e9e9e9;
	font-size:14px;
	color:#333333;
	line-height:16px;
	padding: 10px;
	margin-bottom:30px;
	transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.sdb_details:hover{
    border-radius:30px;
	border:1px solid #e9e9e9;
	box-shadow:0px 0 20px 0px #3333334a;
	transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.sdb_details h3 {
    font-size: 22px;
    color:#2cc94c;
    text-align:center;
}


.branch_page .col{
	padding:15px;
}


.branch_page .col:nth-child(3n+1){
	clear: both;
}


.sdb_details_list {
	padding:5px 0;
}


.sdb_details_list i {
    color: #05c945;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    width: 25px;
    height: 25px;
    text-align: center;
    clear: both;
    border-radius: 50%;
	border:1px solid #05c945;
    line-height: 25px;
}
 

.sdb_details a{
	color:#333333;
	word-wrap: break-word;
}
 
 .sdb_details a:hover{
	 opacity:0.7;
 }

.details {
	
}

.contact_title { float: left; }
.content_detail { float: left; }



.about_banner{margin:30px 0}

.highlight_txt{background-color:#f2f2f2;padding:10px 20px;margin-bottom:30px}

.portfolio_holder{overflow:hidden}
.inner_portfolio_title{padding:5%; text-align:justify; }
.inner_portfolio_title h3{  }
.inner_portfolio_title p{  }
.projects_page .inner_portfolio_figure{padding-right:20px;max-width:50%}
.site_author{color:#a6211f;font-size:18px;display:inline-block;vertical-align:middle;font-family:Oswald,sans-serif}
.site_author span{color:#757580;display:inline-block;font-size:17px;font-weight:700;font-family:Oswald,sans-serif}
.testi_caption{background-color:#e5e5e5;padding:35px;margin-bottom:20px;position:relative;border-radius:5px}
.testi_caption::before{position:absolute;top:10px;left:10px;font-family:FontAwesome;content:"\f10d";color:#fff;font-size:26px}
.testi_caption::after{content:"";position:absolute;left:50px;bottom:-20px;transform:translateX(-50%) rotate(22deg);width:0;height:0;border-style:solid;border-width:25px 15px 0 10px;border-color:#e5e5e5 transparent transparent transparent}.testi_caption a{color:#777}.testi_author{margin-left:20px}.testi_author span{display:block}.testi_image{display:inline-block;vertical-align:middle}.testi_image img{width:100px;height:100px}
.gallery_figure{position:relative;max-width:360px;height:240px;margin-bottom:30px;overflow:hidden}.gallery_figure::after{position:absolute;content:"";bottom:0;left:0;background-color:rgba(4,9,0,.5);height:100%;width:80%;opacity:0;visibility:hidden;transition:all .5s ease-in-out 0s;-o-transform:transition: all .5s ease-in-out 0s;-o-transition:all .5s ease-in-out 0s;-webkit-transition:all .5s ease-in-out 0s}.gallery_figure:hover::after{opacity:1;visibility:visible;width:100%;transition:all .5s ease-in-out 0s;-o-transform:transition: all .5s ease-in-out 0s;-o-transition:all .5s ease-in-out 0s;-webkit-transition:all .5s ease-in-out 0s}.gallery_figure img{width:100%}
.gallery_figure .gallery_title{position:absolute;z-index:1;left:50%;bottom:0;width:100%;transform:translate(-50%,0);color:#fff;background-color:#729722;margin:0;padding:10px;transition:all .4s ease-in-out 0s;-moz-transition:all .4s ease-in-out 0s;-webkit-transition:all .4s ease-in-out 0s}
.gallery_figure .gallery_title h3{margin-top:0}.contact_form .form-control{text-transform:uppercase;border-radius:0}
.contact_form textarea.form-control{height:180px}.contact_form .btn_submit{background-color:#c83e3c;border:1px solidtransparent;color:#fff;padding:10px 50px;font-weight:600}

.products-img {
    overflow:hidden;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.products-img:hover {
    overflow:hidden;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.products-img img {
    width: 100%;
    height: auto;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}

.products-img:hover img {
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.products-text h2 {
	font-size: 20px;
}

.event_link:hover{color:#cd2122;text-decoration:none}
.blog_img{max-width:570px;max-height:300px;overflow:hidden}
.blog_caption{overflow:hidden}
.blog_caption p { text-align:justify; }
h5.post_date{font-weight:600;text-transform:uppercase}
h5.post_date i{color:#ed3037}
.news_btn{background-color:#ed3037;color:#fff;font-size:15px;text-transform:uppercase;border:1px solid transparent;margin-top:30px}
.blog_side article{margin-bottom:20px}.blog_side_img{overflow:hidden;display:table-cell;vertical-align:top;width:50%}
.blog_side_caption{display:table-cell;vertical-align:top;padding-left:5%;width:45%;line-height:17px}
.blog_side_caption span{color:#01305c;margin:5px 0}.blog_side_caption a{font-size:12px;color:#333}.blog_side h4{color:#393a3c;font-weight:700;text-transform:uppercase;overflow:hidden;border-bottom:1px solid #003783;margin-bottom:20px;position:relative;padding-bottom:10px}
.side_archives{line-height:36px;color:#01140b;font-weight:500}
.side_archives ul a{color:#01140b}


/*============= FOOTER SECTION STARTS============= */

.footer {
	padding: 80px 0;
	background-color: #1a5da4;
}

h3.footer_title {
	color:#fff;
	margin-top:0;
	min-height: 35px;
}
h3.footer_logo {
	border-bottom:0;
}
.footer_contents ul li, .footer_contents ul li span, .footer_contents ul li a {
	line-height: 17px;
	margin: 5px 0;
	padding:1px 0;
	color: #444;
	display: block;
	word-wrap: break-word;
}
.footer_contents ul li i {
	margin-right:10px;
}
.footer_contents ul li a:hover {
	opacity:0.7;
}
.footer-social-icons {
    display:inline-block;
}
.footer-social-icons i {
    width:40px;
    height:40px;
	color:#0173bb;
	line-height:24px;
	font-size: 24px;
	margin-right:15px;
	background:#ffffff;
	border-radius:50%;
	padding:8px;
	text-align:center;
}
.footer-social-icons i:hover {
	color:#fff;
	background:#0173bb;
}
.footer_address {
    
}
.footer_address address {
	padding-bottom: 10px;
}
.footer_address .icon {
	display: table-cell;
	vertical-align: top;
	width: 5%;
}
.footer_address .icon i {
	color:#fff;
	font-size: 16px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #fff;
	text-align: center;
	border-radius: 50%;
}
.footer_address .icon span {
}
.footer_address .details {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	width: 95%;
}
.footer_address .details span, .footer_address .details a {
	color: #fff;
}
.footer_address .details .gmap_link {
	color:#444;
	text-decoration:underline;
	padding:10px 0;
}
.footer_address .details .gmap_link:hover {
	text-decoration:none;
}
.footer_menu {

}
.footer_menu a {
	display: table;
	padding: 5px 0px;
	color:#fff;
	border-bottom: 1px dashed #ffffff1a;
}
.footer_menu a:hover {
	color:#75b7fc;
}

.home_social {
	margin-top: 50px;
}

/*--------COPYRIGHT CSS STARTS-------*/

.copyright {
	padding: 30px 0;
	color:#444;
}
.copyright a{
    color:#75b7fc;
	text-decoration:none;
 }
.copyright a:hover{
	 color:#aed6ff;
 }
 
 /*--------COPYRIGHT CSS ENDS-------*/