@charset "utf-8";
/*
 * Copyright (c) 2018 ITAcumens
 */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900,900i');
@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(ekko-lightbox.css);
@import url(font-awesome.css);

*{margin:0px; padding: 0px; outline: none !important;}

body{
	font-family: 'Lato', sans-serif !important;
	font-weight:normal;
	font-size:14px;
	overflow-x:hidden;
}

/*Head Top Section*/
#head_top{
	height:40px;
	line-height: 40px;
	background: rgba(2,170,176,1);
background: -moz-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,170,176,1)), color-stop(100%, rgba(0,205,171,1)));
background: -webkit-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -o-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -ms-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: linear-gradient(to right, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aab0', endColorstr='#00cdab', GradientType=1 );
    color:#fff;
}

.hd_right{
	text-align: right;
}

.hd_left{
	line-height: 40px;
	color: #fff;
}

.hd_left, .hd_right{
	position: relative;
}

.hd_left a, .hd_right a{
	color: #fff;	
}

.hd_left a{
padding-right:10px;
}

.hd_left a:hover,
.hd_left a:focus,
.hd_right a:hover,
.hd_right a:focus{
	text-decoration: none;
}

.hd_left a:before{
	content: '\f0e0';
}

.hd_right a:before{
	content: '\f095';
}

.hd_left a:before,
.hd_right a:before{
	position: relative;
	padding-right: 5px;	
	display: inline-block;
	font-family: fontAwesome;

}
/*End Head Top Section*/

/*Header Section*/
#header{
	padding: 10px 0px;
}

#header ul{
	margin: 38px 0px 0px;
	text-align: right;
}

#header ul li{
	margin-top: 5px;
	margin-left: 10px;
	padding: 0px;
}

#header ul li:nth-child(1) a{
	background: rgba(2,170,176,1);
	background: -moz-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,170,176,1)), color-stop(100%, rgba(0,205,171,1)));
	background: -webkit-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: -o-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: linear-gradient(to right, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aab0', endColorstr='#00cdab', GradientType=1 );
    border-bottom: 3px solid #05383a;
}

#header ul li:nth-child(1) a:hover,
#header ul li:nth-child(1) a:focus{
	background: #ca2b00;
	border-bottom: 3px solid #e75933;
}

#header ul li:nth-child(2) a{
	background: #b72339;
	border-bottom: 3px solid #8e1924;
}

#header ul li:nth-child(2) a:hover,
#header ul li:nth-child(2) a:focus{
	background: #8e1924;
	border-bottom: 3px solid #b72339;
}

#header ul li:nth-child(3) a{
	background: #f7931e;
	border-bottom: 3px solid #cc6e11;
}

#header ul li:nth-child(3) a:hover,
#header ul li:nth-child(3) a:focus{
	background: #cc6e11;
	border-bottom: 3px solid #f7931e;
}

#header ul li:nth-child(4) a{
	background: #315185;
	border-bottom: 3px solid #1e2d4a;
}

#header ul li:nth-child(4) a:hover,
#header ul li:nth-child(4) a:focus{
	background: #1e2d4a;
	border-bottom: 3px solid #315185;
}

#header ul li a{
	padding: 10px 0px;
	border-radius: 6px;
	display: block;
	width: 200px;
	margin-left: auto;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

#header ul li a:hover,
#header ul li a:focus{
	text-decoration: none;
}

/*End Header Section*/

/*Menu Section*/
#menu{
	position: relative;
    background: rgba(2,170,176,1);
	background: -moz-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,170,176,1)), color-stop(100%, rgba(0,205,171,1)));
	background: -webkit-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: -o-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: linear-gradient(to right, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aab0', endColorstr='#00cdab', GradientType=1 );
}


#menu .navbar{
	margin-bottom: 0px;
	border:0px;
	
	min-height:inherit;
	border-radius: 5px;
}

#menu .navbar-nav > li{
	padding:0px 3px 0px 0px;
}

#menu .navbar-nav > li > a{
	padding:12px 12px;
	color: #fff;
	font-size: 14.5px;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-o-transition:.3s ease-in;
	-ms-transition:.3s ease-in;
}

#menu .nav > li > a:hover, #menu .nav > li > a:focus, #menu .nav li.active a{
	background: #05383a;
}

#menu .nav .open > a, #menu .nav .open > a:hover, #menu .nav .open > a:focus{
	background: #05383a;
}

#menu .dropdown-menu.single{
	min-width: 200px;
	border:0px;
	padding:15px;
}

#menu .dropdown-menu.single.dpt_wdth{
	min-width: 466px;
}

#menu .dropdown-header{
	white-space: normal;
}

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
 /* margin-left: 16px;
  margin-right: 16px;*/
  padding: 20px 0px;
	width: 100%;
	border:0px;
}
.dropdown-menu-large > li > ul,
#menu .dropdown-menu.single > li > ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu-large > li > ul > li,
#menu .dropdown-menu.single > li > ul > li {
  list-style: none;
}

.dropdown-menu-large > li > ul > li > a,
#menu .dropdown-menu.single > li > ul > li > a {
  display: block;
  padding: 5px 20px;
  clear: both;
	position: relative;
  font-weight:300;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
	font-size: 15px;
}

.dropdown-menu-large > li > ul > li > a:before,
#menu .dropdown-menu.single > li > ul > li > a:before{
	content: '\f0da';
	position: absolute;
	left: 10px;
	font-family: fontAwesome;
}

.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus,
#menu .dropdown-menu.single > li ul > li > a:hover,
#menu .dropdown-menu.single > li ul > li > a:focus {
  text-decoration: none;
 	color: #fff;
    background: #05383a;
	border-radius: 5px;
}

.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}

.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
  color: #001b45;
  font-size: 18px;
	padding: 3px 0px;
	font-weight: 700;
}
@media (min-width: 768px){
	
	#menu .navbar-nav{
		text-align: center;
		width: 100%;
		float: left;
	}
	#menu .navbar-nav > li {
    	float: none;
    	display: inline-block;
		
  	}
}

/*End Menu Section*/

/*About Section*/
#about_section{
	position: relative;
	padding: 40px 0px;
}

#about_section h1{
	margin: 0px;
	font-size: 28px;
	font-weight: 700;
	color: #05383a;
	padding-bottom: 20px;
}

#about_section p{
	font-size: 15px;
	color: #777;
	line-height: 24px;
	text-align: justify;
	padding-bottom: 5px;
}

.abt_res{
	width: 100%;
	height: auto;
	border-radius: 10px;
	border: 2px solid #02abaf;
}

#about_section .abt-rd{
	background: #00a89c;
	display: inline-block;
	color: #fff;
	padding: 8px 20px;
	border-radius: 5px;	
	font-weight: 700;
	font-size: 14px;
	margin-top: 5px;
	transition: .3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
}

#about_section .abt-rd:hover,
#about_section .abt-rd:focus{
	text-decoration: none;
	background: #e75933;
}

/*End About Section*/

/*Infrastructure*/
#infra-structure{
	background: rgba(2,170,176,1);
background: -moz-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,170,176,1)), color-stop(100%, rgba(0,205,171,1)));
background: -webkit-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -o-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -ms-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: linear-gradient(to right, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aab0', endColorstr='#00cdab', GradientType=1 );
	color: #fff;
	margin-bottom: 30px;
}

#infra-structure h2{
	font-size: 27px;
	margin: 0px;
	padding: 23px 0px 25px;
}

.infra_pd{
	padding: 0px 5px;
	margin-bottom: 25px;
}

.infra_pd img{
	border-radius: 10px;
}

.inf_rd{
	background: #fff;
	display: inline-block;
	padding: 8px 25px;
	color: #333;
	border-radius: 5px;
	font-weight: 700;
	margin-bottom: 25px;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
}

.inf_rd:hover,
.inf_rd:focus{
	background: #6c3e05;
	color: #fff;
	text-decoration: none;
}

.home_public_bg{
	background: #05393a;
	min-height: 325px;
}

#infra-structure  h3{
	margin: 0px;
	padding: 30px 0px 10px;
}

.announce_lst li{
	font-size:13px;
	line-height:21px;
	position:relative;
	padding:10px 0px 10px 20px !important;
	border-bottom:1px dashed #fff;
}

.announce_lst li:before{
	content:'';
	border-left:2px solid #fff;
	position:absolute;
	left:0px;
	height:12px;
	top:15px;
}
.txt-alg{
	text-align: left !important;
}
.announce_tle{
	font-size:15px;
	font-weight:700;
	line-height:30px;
}

.pub_rd{
	background: #fff;
	color: #000;
	display: inline-block;
	padding: 6px 20px;
	margin:7px 0px 20px;
	border-radius: 5px;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
}

.pub_rd:hover,
.pub_rd:focus{
	background: #02aeb0;
	color: #fff;
	text-decoration: none;
}

/*End Infrastructure*/

/*Gallery Section*/
#gallery{
	background: rgba(0,0,0,0.8);
	position: relative;
	padding: 30px 0px;
}

#gallery h2{
	text-align: center;
	color: #fff;
	margin: 0px;
	padding-bottom:30px;
}

.gl_res{
	width: 100%;
	height: auto;
}

/*End Gallery Section*/


/*Footer Section*/

#footer_bg:before{
	content: '';
	position: absolute;
	display: block;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	background: rgba(5, 57, 58, 0.85);
}

#footer_bg{
	position: relative;
	background: url(../images/footer-bg.jpg) no-repeat;
	padding: 35px 0px 15px;
}

#footer_bg ul li{
	padding-bottom: 5px;
}

#footer_bg ul li a:before{
	content: '\f105';
	position: absolute;
	font-family: fontAwesome;
	display: block;
	left: 0;
}

#footer_bg ul li a{
	color: #fff;
	line-height: 26px;
	font-size: 15px;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

#footer_bg ul li a:hover,
#footer_bg ul li a:focus{
	text-decoration: none;
	color: #04ccab;
}

#footer_bg h3{
	color: #fff;
	font-weight: 700;
	margin: 0px;
	padding-bottom: 15px;
}

#footer_bg figure figcaption{
	padding-top: 20px;
	font-size: 15px;
	line-height: 26px;
	width: 95%;
	color: #fff;
}

.f_address, .f_phone, .f_mail, .f_mobile{
	position: relative;
	padding-left: 25px;
	line-height: 24px;
	font-size: 15px;
	padding-bottom: 5px;
	color: #fff;
}

.f_phone a,
.f_mail a,
.f_mobile a{
	color: #fff;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	transition: .3s ease-in;
}

.f_phone a:hover,
.f_phone a:focus,
.f_mail a:hover,
.f_mobile a:focus{
	text-decoration: none !important;
	color: #04ccab;
}
.f_mobile a{
	text-decoration: none;
}
.f_mobile a:hover,
.f_mobile a:focus{
	color: #04ccab;
}

.f_address:before,
.f_phone:before,
.f_mail:before,
.f_mobile:before{
	position: absolute;
	display: block;
	color: #fff;
	left: 0;
	font-size: 18px;
	font-family: fontAwesome;
}

.f_address:before{
	content: '\f041';
}

.f_phone:before{
	content: '\f095';
}

.f_mail:before{
	content: '\f0e0';
}

.f_mobile:before{
	content: '\f10b';
}

/*End Footer Section*/

/*Copyright*/
#copyright{
	background: rgba(2,170,176,1);
background: -moz-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,170,176,1)), color-stop(100%, rgba(0,205,171,1)));
background: -webkit-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -o-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -ms-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: linear-gradient(to right, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aab0', endColorstr='#00cdab', GradientType=1 );
	padding: 10px 0px;
	color: #fff;
	font-size: 13px;
}

#copyright a{
	color: #fff;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
}

#copyright a:hover,
#copyright a:focus{
	text-decoration: none;
	color: #000;
}

/*End Copyright*/

/*Sub Pages Common Style*/
#bread_crumb{
	background: #cccccc;
	padding: 12px 0px;
}

#bread_crumb ul{
	margin: 0px;
}

#bread_crumb ul li{
	color: #05383a;
	font-weight: 700;
	position: relative;
}

#bread_crumb ul li:nth-child(2):before{
	content:'\f105';
	position: relative;
	display: inline-block;
	font-family: fontAwesome;
	left: -6px;
	color: #222;
}
.txt-conn{
	font-size: 15px;
    color: #777;
    line-height: 24px;
    text-align: justify;
    padding-bottom: 5px;
}
.tex-cent h4{
	text-align: center;
	padding-top: 0px;
	padding-bottom: 10px;
	color: #000;
	text-decoration: none !important;
}
.tex-cent a{
	text-decoration: none !important;
}

#bread_crumb ul li a{
	color: #222;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	transition:.3s ease-in;
}

#bread_crumb ul li a:hover,
#bread_crumb ul li a:focus{
	color: #05abb0;
	text-decoration: none;
}

.inn_lst{
	margin: 0px;
}

.inn_lst li, .ext_lst li{
	position: relative;
    font-size: 15px;
    padding-left: 28px;
    text-align: justify;
    line-height: 22px;
    padding-bottom: 12px;
}

.inn_lst li:before,
.ext_lst li:before{
	content: '\f0da';
    position: absolute;
    color: #483d3a;
    left: 15px;
	top:2px;	
    font-family: fontAwesome;
}

.ext_lst{
	margin-bottom: 10px;
}

.ext_lst li{
	display: inline-block;
	padding-right: 20px;
}

/*End Sub Pages Common Style*/

/*Research Page*/
#about_section .nav-pills li{
	width:18%;
}

#about_section .nav-pills li a{
	background: #05383a;
	color:#fff;
	font-weight:700;
	font-size:16px;
	display: block;
	transition:.3s ease-in;
	-webkit-transition:.3s ease-in;
	-moz-transition:.3s ease-in;
	-o-transition:.3s ease-in;
}

#about_section .nav-pills > li + li{
	margin-left:15px;
}

#about_section .nav-pills > li.active > a, 
#about_section .nav-pills > li.active > a:hover, 
#about_section .nav-pills > li.active > a:focus,
#about_section .nav-pills > li a:hover, 
#about_section .nav-pills > li a:focus{
	background: rgba(2,170,176,1);
	background: -moz-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,170,176,1)), color-stop(100%, rgba(0,205,171,1)));
	background: -webkit-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: -o-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: -ms-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	background: linear-gradient(to right, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aab0', endColorstr='#00cdab', GradientType=1 );
}

#about_section .tab-content h3{
	margin: 0px;
	padding: 30px 0px 15px;
	font-weight: 700;
	font-size: 22px;
	color: #05393a;
}

.common_tbl{
	font-size: 15px;
}

.common_tbl .table{
	margin: 0px 0px 15px;
}

.common_tbl thead th{
	background: #05383a;
	color: #fff;
	text-align: center;
	vertical-align: middle !important;
}

/*End Research Page*/

/*Publcations Page*/
.infra_bg{
	position: relative;
	margin-bottom: 20px;
}

.infra_bg img{
	border-radius: 10px;
	border: 1px solid rgba(222, 144, 34, 0.59);
}

.infra-image {
    width: 100%;
}

.pub_brd{
	border:1px solid #ddd;
	padding: 5px;
	border-radius:  10px;
}

.pub_brd img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.pub_brd .infra_bg{
	margin: 0px;
}

.pub_brd figcaption{
	background: #02a89a;
	color: #fff;
	text-align: center;
	padding: 8px 10px;
	font-weight: 700;
	font-size: 15px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.pub_brd a{
	text-decoration: none;
}

.inf_txt{
	color: #333 !important;
}

.pd_top{
	padding-top: 8px;
}

/*End Publications Page*/

/*Contact Page*/
.c_address, .c_phone, .c_mail, .c_fax{
	position: relative;
	line-height: 24px;
	padding-bottom: 8px;
	padding-left: 25px;
	font-size: 15px;
	color: #333 !important;
	text-align: left !important;	
}

.c_address:before,
.c_phone:before,
.c_mail:before,
.c_fax:before{
	position: absolute;
	display: block;
	left:0;
	font-family: fontAwesome;
	color: #dc9220;
}

.c_address:before{
	content: '\f041';
	font-size: 19px;	
}

.c_phone:before{
	content: '\f095';
	font-size: 19px;
}

.c_mail:before{
	content: '\f0e0';
	font-size: 17px;
}

.c_fax:before{
	content: '\f1ac';
	font-size: 17px;
}

.c_mail a, .c_phone a, .c_fax a{
	color:#000;
}

.c_mail a:hover,
.c_phone a:hover,
.c_fax a:hover{
	text-decoration: none;
}

.cont_frm {
	padding-left: 0px !important; 
}

.cont_frm .frm_hgt{
	margin-bottom: 22px;
}

.cont_frm .form-control{
	border-radius: 0px;
	background: #f8f8f8;
	box-shadow: none;	
	border:1px solid #ddd;
}

.frm_hgt .form-control{
	height: 42px;
}

.sbt_btn{
	background: rgba(2,170,176,1);
background: -moz-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(2,170,176,1)), color-stop(100%, rgba(0,205,171,1)));
background: -webkit-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -o-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: -ms-linear-gradient(left, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
background: linear-gradient(to right, rgba(2,170,176,1) 0%, rgba(0,205,171,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02aab0', endColorstr='#00cdab', GradientType=1 );
	color: #fff;
	border:0px;
	text-transform: uppercase;
	padding: 9px 30px;
	font-weight: 600;
	margin-top: 5px;
	transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-moz-transition: .3s ease-in;
}

.sbt_btn:hover,
.sbt_btn:focus{
	background: #05393a;
}

.cont_tle{
	font-size: 25px;
	margin: 0px;
	padding-bottom: 25px;
	font-weight: 700;
	color: #05393a;
	padding-top: 20px;
}

.no_pd_l{
	padding-left: 0px;
}

.no_pd_r{
	padding-right: 0px;
}
/*End Contact Page*/

@media screen and (min-width:768px){
	#menu .navbar-brand{
		display: none;
	}
	

	li.dropdown:hover > .dropdown-menu {
		display: block;
		opacity: 1;
	}
	
	li.dropdown .dropdown-menu {
		  opacity:0;
		-webkit-transition: all 200ms ease-in;
		-moz-transition: all 200ms ease-in;
		-ms-transition: all 200ms ease-in;
		-o-transition: all 200ms ease-in;
		transition: all 200ms ease-in;
	}
	
	#menu .dropdown-menu{
		background: rgba(255,255,255,0.9);
	}
}

@media screen and (min-width:992px){
	#about_section .nav-pills {
		text-align:center;
	}
	
	.exten_mg_lft{
		margin-left: 13%;
	}

.logo{
left:25px;
}
}

@media screen and (min-width:1201px){
	#about_section p{
		width: 95%;
	}
}

/*Infrastructure*/
.infra_center{
	position: absolute;
	display: block;
	width: 100%;
	text-align: center;
	top:50%;
	left: 0;
	transform:translateY(-50%);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding: 0px 15px;
}

/*.infra_bg:before{
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(71, 24, 89, 0.5);
	border-radius: 10px;
}*/

.infra_bg{
	position: relative;
	margin-bottom: 20px;
    overflow: hidden;
}

.infra_bg img{
	border-radius: 10px;
}

.infra_bg {
  position: relative;
}

.infra_bg .infra-overlay {
  background: rgba(221, 145, 33, 0.62);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.infra_bg:hover .infra-overlay{
  opacity: 1;
}

.infra-image{
  width: 100%;
}

.infra-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.infra_bg:hover .infra-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.infra-details h3{
  color: #fff;
  font-weight: 700;
  font-size: 18px;
	line-height: 24px;
}

.fadeIn-bottom{
  top: 80%;
}

.fadeIn-top{
  top: 20%;
}

.fadeIn-left{
  left: 20%;
}

.fadeIn-right{
  left: 80%;
}

.ref-image{
	width: 100%;
	border-radius: 10px;
}

.ref_sub_tle,
.shore_tle{
	color: #93375b;
    font-size: 20px;
    margin: 0px;
    font-weight: 700;
    padding-bottom: 10px;
}

.ref_sub_tle{
    padding-top: 55px;
}

.shore_tle{
	padding-top: 30px;
}

.inf_lst{
	margin: 0px;
}

.inf_lst li,
.mr_rsch_lst li{
	position: relative;
    font-size: 15px;
    padding-left: 28px;
    text-align: justify;
    line-height: 22px;
    padding-bottom: 10px;
}

.inf_lst li:last-child{
	padding-bottom: 0px;	
}

.inf_lst li:before,
.mr_rsch_lst li:before{
	content: '\f0da';
    position: absolute;
    color: #93375b;
    left: 15px;
    font-family: fontAwesome;
}

.mr_rsch_lst{
	margin-bottom: 15px;
}

/*End Infrastructure*/


