/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap&subset=latin-ext');

@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/


/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
     transition: ease all 0.5s;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #666666;
     font-size: 16px;
     font-family: 'Raleway', sans-serif;;
     line-height: 1.80857;
     font-weight: normal;
     overflow-x: hidden;
}

a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0
}

h1 {
     font-size: 24px
}

h2 {
     font-size: 22px
}

h3 {
     font-size: 18px
}

h4 {
     font-size: 16px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 20px;
     font-weight: 400;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #ffffff;
     text-decoration: none;
     outline: none !important;
}

.header_main{ 
	width: 100%;
    float: left;
    height: auto;
    padding-bottom: 20px; 
}
.lab-title-main {
	font-size:45px;
	color:#000;
	font-weight:800;
	text-align:center;
}
.lab-title-main a {
	color:#000;
}
.lab-subtitle-main {
	font-size:16px;
	font-weight:400;
	line-height:1.5em;
	text-align:center;
}

.header_contactpage{ 
	width: 100%;
    float: left;
    background-image: url(../images/banners/contact-banner.jpg);
	background-size:cover;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 40px;  
}
.header_aboutpage{ 
	width: 100%;
    float: left;
    background-image: url(../images/banners/aboutus-banner.jpg);
	background-size:cover;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 40px;  
}
.header_researchpage{ 
	width: 100%;
    float: left;
    background-image: url(../images/banners/research-banner.jpg);
	background-size:cover;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 40px;  
}
.header_pubspage{ 
	width: 100%;
    float: left;
    background-image: url(../images/banners/publications-banner.jpg);
	background-size:cover;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 40px;  
}
.header_labculturepage{ 
	width: 100%;
    float: left;
    background-image: url(../images/banners/lab-banner.jpg);
	background-size:cover;
    height: 200px;
    padding-top: 20px;
    padding-bottom: 40px;  
}
.lab-title {
	font-size:45px;
	color:#fff;
	font-weight:800;
	text-align:center;
}
.lab-title a {
	color:#fff;
}
.lab-subtitle {
	font-size:16px;
	color:#fff;
	font-weight:400;
	line-height:1.5em;
	text-align:center;
}
	
.logo{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 35px;
	color:#000;
}
.header{ 
	width: 100%;
	width: 100%;
	float: left;
	background-color: #076787;
	padding: 0px;
}


.banner-main{ 
	width: 100%;
	float: left;
	background-image:url(../images/banners/home-banner.gif);
	height: 480px;
	padding-top: 20px;
	padding-bottom: 226px; 
	background-size: cover;
}

.page-banner{
	width: 100%;
	float: left;
	height: 200px;
	background-size: cover;
}

	
.last{
	padding-top: 10px;
	padding-left: 40px;
}

.titlepage-h1{
	width: 100%;
	float: left;
	margin: 0 auto;
	text-align: center;	
}

.bnner_title{
		font-size: 46pt;
		color: #ffffff;
		padding-top: 70px;
		font-family: 'Raleway', sans-serif;;}


.long_text{
    font-size: 14pt;
	color: #ffffff;
	padding-bottom: 30px;
}
.btn_main{
	width: 40%;
    display: block;
   	margin: 0 auto;
	text-align: center;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
	font-weight:500
    letter-spacing: 0.5px;
}
	
.navbar-nav.mr-auto {
    width: 100%;
    margin: 0;
    display: block;
	text-align:center;
}

.navbar-nav.mr-auto li {
    float: none;
	display:inline-block;
}

.navbar-nav.mr-auto li.last {
    float: right;
}

.navbar-light .navbar-nav .active>.nav-link{
	color: #FFFFFF;
	background-color: #ce4109;
}

.navbar-light .navbar-nav .nav-link:hover {
		color: #23bbfb;
}
.navbar-nav .nav-link:hover {
		color: #fff;
		background-color:#ce4109;
}
.active {
	color: #fff;
		background-color:#ce4109;
}

.dropdown:hover .dropdown-menu{
        display: block;
    }
    .dropdown-menu{
        margin-top: 0;
    }
	
.bg-light {
    background-color: none;
}

.welcome-main {
	width: 100%;
	float: left;
	background-color: #ffffff;
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
}

.welcome-box {
	width: 100%;
	float: left;
	background-color: #ffffff;
	height: auto;
	padding-bottom: 30px;
	padding-top: 30px;
    box-shadow: 0px 0px 10px 0px;
    color: #e7e7e7;
    margin-top: -110px;
    margin-bottom: 50px;
}

.welcome-text {
	color: #050000;
	font-size: 22pt;
	text-align: center;	
	margin: 0 auto;
	font-weight: bold;

}

.welcome-text:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 40%;
    padding-top: 20px;
    border-bottom: 3px solid #f9dd94;
}

.written_text{
	width: 100%;
	float: left;
	background-color: #072833;
	height: auto;
	padding: 20px;
}

.written_text{
	width: 100%;
	float: left;
	color: #ffffff;
	margin-top: 20px;
}
.like_icon{
	padding-left: 20px;
	min-height: 50px;
}
.quote_section{
	width: 100%;
	float: left;
	background-color: #076787;
	height: auto;
	padding: 20px;
	font-weight: bold;
}

.quote_text{
	color: #ffffff;
	width: 100%;
	float: left;
}

.loan_text{
	color: #ffffff;
	width: 100%;
	float: left;
	margin: 0px;

}

.quote_btn{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}


.pagetitle-section{
	width: 100%;
    padding-top: 40px;
    margin-bottom: 20px;
    display: inline-block !important;
}

.pagetitle-text{
	margin: 0 auto;
	text-align: center;
	color: #050000;
	font-size: 22pt;
	font-weight: bold;

}

.pagetitle-text:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 10%;
    padding-top: 20px;
    border-bottom: 3px solid #f9dd94;
}
.contact-title{
	margin-left: auto;
	margin-right:auto;
	margin-bottom:25px;
	text-align: center;
	color: #fff;
	font-size: 22pt;
	font-weight: bold;

}
.contact-main{
	width: 100%;
	float: left;
	background-color: #072833;
	padding-top: 40px;
	padding-bottom: 40PX;
}


.lorem_text{
	width: 100%;
	float: left;
	color: #ffffff;
	font-size: 17px;
    line-height: 35px;
    padding-top: 80px;
}

.lorem_text a:hover{
	color: #f9dd94;
	text-decoration:underline !important;
}

.copyright{
	width: 100%;
	float: left;
	background-color: #076787;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: #ce4109 solid 8px;
}

.copyright_text{
	width: 100%;
	float: left;
	color: #fbfdfd;
	text-align: center;
	margin: 0px;
}

.copyright_text a:hover,
.copyright_text a:focus {
    color: #fff;
}

button.main_bt {
    background: #ce4109;
    border: none;
    color: #fff;
    width: 150px;
    height: 50px;
    border-radius: 5px;
    font-size: 22px;
}

.button.navbar-toggler.collapsed { background: #fff;}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    background-color: #fff;
    padding: 10px 20px;
}

.about_main{
	width: 100%;
	float: left;
	margin-top: 130px;
}
.research_main{
	width: 100%;
	float: left;
}

.cards-section {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 50px;
}
.team-section {
    width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 50px;
	}
.team-listing {
	width: 100%;
	float: left;
	background-color: #fff;
	border:#000 dotted 1px;
	text-align:center;
	margin-bottom:20px;
	padding-bottom:10px;
}
.team-listing-title {
	font-size:18px;
	font-weight:800;
	color:#000;
	padding-bottom:0px;
	margin-top:-10px;
}
.team-listing-title a {
	color:#ce4109;
}
.team-listing-title a:hover {
	color:#409c8c;
	font-weight:bold;
}
.team-listing-subtitle {
	font-size:18px;
	font-weight:800;
	color:#000;
	padding-bottom:0px;
	margin: 20px;
}
.team-listing-text {
	font-size:16px;
	color:#000;
}
.team-listing-text a {
	color:#000;
}
.team-listing-text a:hover {
	color:#409c8c;
	font-weight:bold;
}
.section_1{
	width: 100%;
	float: left;
	background-color: #fff;
    box-shadow: 0px 0px 10px 0px;
	margin-bottom:30px;
}

.pub-section {
	width: 100%;
	float: left;
	color:#000;
	background-color: #fff;
	border:#409c8c double 3px;
	margin-bottom:30px;
}

.pub-bt {
    background: none;
    border: #072833 1px solid;
    border-radius: 7px;
    color: #000;
    font-size: 16px;
    display: block;
   	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
	padding:8px 30px;
	text-align: center;
}
.pub-bt:hover {
	background-color: #ce4109;
	color:#fff;
	border:none;
}
.pub-bt a:hover {
	color:#fff;
}

.card-bt {
    background: #072833;
    border: none;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    display: block;
   	margin-left: auto;
	margin-right:auto;
	margin-bottom: 20px;
	padding:8px 30px;
	text-align: center;
}
.card-bt:hover {
	background-color: #ce4109;
	color:#fff;
}
.card-bt a:hover {
	color:#fff;
}
.about_page .creative_taital {
    width: 100%;
    float: left;
    background-color: #ffffff;
    height: auto;
    padding-bottom: 30px;
    padding-top: 30px;
    color: #e7e7e7;
    margin-top: -100px;
    margin-bottom: 50px;
    box-shadow: none;
}
#space {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
/** arrow css **/

#main_slider a.carousel-control-prev {
    position: absolute;
    left: 82px;
    bottom: 10px;
    top: inherit;
}

#main_slider a.carousel-control-prev {
    position: absolute;
    top: 40% !important;
    left: 17px !important;
    width: 70px;
    height: 70px;
    border-radius: 35px;
}
#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 62px;
    height: 60px;
    background: #fffdfd;
    opacity: 1;
    font-size: 30px;
    color: #000;
}

#main_slider .carousel-control-prev, #main_slider .carousel-control-next {
    width: 62px;
    height: 60px;
    background: #fffdfd;
    opacity: 1;
    font-size: 30px;
    color: #000;
    border-radius: 35px;
    top: 40% !important;
}

#main_slider .carousel-control-prev:hover, #main_slider .carousel-control-next:hover,
 #main_slider .carousel-control-prev:focus, #main_slider .carousel-control-next:focus {
    background: #10b5fa;
    color: #fff;
    
}
