/*
	font-family: 'Oxygen', sans-serif; (300;400)
	font-family: 'Montserrat', sans-serif; (300;400)
	font-family: 'Outfit', sans-serif; (100;200;300;400;500;600)
	font-family: 'Raleway', sans-serif; (0,300;0,400;1,300;1,400)
	font-family: 'Anton', sans-serif;
	font-family: 'Chewy', sans-serif;
*/

body {
	font-family: 'Outfit', sans-serif;
	font-size: 1.1rem;
	background-color: #f5f5f5;
	position: relative;
}
a {text-decoration: none;color:#0a58ca;}
a:hover {color:#a168ac;cursor:pointer;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
}
.font-7 {
	font-size: 4rem;
	line-height: 1;
}
.font-3 {
	font-size: 1.5rem;
	line-height: 1;
}
.font-4 {
	font-size: 1.8rem;
	line-height: 1.2;
}
.font-5 {
	font-size: 2.5rem;
	line-height: 1.5;
}






/*===================== Header CSS Start =========================*/

.navbar-brand img{
    max-width: 120px;
    transition:0.5s;
}
.naatLogo {
	max-width: 300px;
	transition: 0.5s;
}
.sticky .naatLogo {
	max-width: 200px;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #fff;
	
	/*-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);*/
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}
.sticky .navbar{
    padding: 0 1rem;
}
.sticky .navbar-brand img{
    max-width: 60px;
}
header{
    position:absolute;
    top:0;
    width:100%;
    z-index: 999;
    transition:0.5s;
}



#main{
    position: relative;
    padding: 160px 0 0px 0;
    /*background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);*/
	background-image: url(../images/NAAT_BG.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}

.card {
	background-color: #f6f6f6;
}

/*===================== Header CSS End =========================*/


/*===================== Footer CSS Start =========================*/

footer{
    background-color: #101130;
    background-image: url(../images/9.jpg);
    padding-top:40px;
	
}
.footer-bottom{
    background-color: rgba(255,255,255,.10);
    text-align: center;
    padding:10px 0;
	margin-top: 40px;
}
.footer-bottom p{
	margin-bottom: 0;
    color: #ffffffb3;
}
footer h3{
    color:#fff;
	font-size: 23px;
    margin-bottom: 20px;
}
footer p{
    color:#ffffffa1;
}
footer ul{
    list-style:none;
    margin: 0;
    padding: 0;
}
footer ul.footmenu li{
    position:relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
footer ul.footmenu li::before{
    content:'';
    position: absolute;
    left: 0;
    width: 10px;
    height: 2px;
    background-color: #ffffffa1;
    top: 12px;
}
footer ul.footmenu li a{
    color:#ffffffa1;
}

.grayLogo {
	max-width: 60%;
}

.footsocial{
    padding:0;
    list-style:none;
}
.footsocial li{
    display:inline-block;
}
.footsocial li a{
    display:block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffffa1;
    color: #101130;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
	
}
.footsocial li a i{
	
}
.membersctn{
    position:relative;
	
}
.membersctn::before{
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000087;
}
.membersctn div{
    position: absolute;
    width: 300px;
    height: 300px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    background-color: #fff;
}
.membersctn a:hover{
	
}
.membersctn a img{
    max-width:100%;
}

/*===================== Footer CSS End =========================*/



.btn-orange {
    color: #fff;
    background-color: #ee8215;
    border-color: #e97313
}
.btn-orange:hover {
    color: #fff;
    background-color: #d8730d;
    border-color: #d8730d;
}

.btn-orange:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(255 191 122 / 25%);
}

.nav-tabs.full-nav .nav-link {
	width: 33.3%;
	font-size: 1.5rem;
}

.time_gmt {
	line-height: 1;
}

.w-15{
	width: 15% !important;
}

.vbreadcrumb {
    position: relative;
    margin-left: 1rem;
    font-weight: bold;
	text-decoration: underline;
}

.vbreadcrumb:after {
    content: '';
    position: absolute;
    width: 1rem;
    top: 0;
    left: -1.2rem;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-out;
    background-image: url('../images/arrowBack.svg');
}
.vbreadcrumb:hover:after {
	transform: translateX(-4px);
}

.Hero-speaker__img {
	width: 350px;
	height: 379px;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 80vw;
	margin: 0 auto 3rem;
}
.speakerTitle {
	font-size: 2.7rem;
	margin-bottom: 0;
	color:#d4731d;
}
.speakerDesignation {
	font-size: 1.7rem;
	color:#666;
}
@media (min-width: 992px) {
	.me-md-8 {
		margin-right: 8rem !important;
	}
}



@media screen and (min-width: 1000px) {
	.Hero-speaker__intro, .Hero-speaker__content {
		width: calc(100% - 420px);
	}
	.Hero-speaker__img {
		position: absolute;
		width: 350px;
		height: 379px;
		top: -190px;
		right: 4rem;
	}
}

















@media only screen and (max-width: 600px) {
	.font-7 {
		font-size: 2.7rem;
	}
	.font-4 {
		font-size: 1.5rem;
	}
	.font-5 {
		font-size: 1.8rem;
	}
	.headingText {
		font-size: 1.7rem;
	}
	
	.grayLogo {
		max-width: 40%;
	}
	
	.nav-tabs.full-nav .nav-link {
		width: auto;
		font-size: inherit;
	}
	
	
	.navbar-brand img {max-width:100px;}
	.naatLogo {max-width:180px;}
	header {background: #fff;}
	
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}