/*==========================================================================
Author's custom styles
==========================================================================*/
.no-padding{
	padding: 0px;
}
:root{
	--navfont: 'Oxygen', sans-serif;
	--mainfont: 'Oxygen', sans-serif;
	--mainfontsize: 16px;
}
body{
    font-family: var(--mainfont);
    overflow-x: hidden;
}
.f-n-edit{
    position: absolute;
    z-index: 88888;
    top: -25px;
}
header{
    background-image: url("../img/icons/header-bg.svg");
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-container img{
    width: 100%;
}
.header-right-container{
    padding: 10px 0px;
    background: #EDEDF7;
}
.notification-title{
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    background: #34346C;
    border-radius: 10px 0px;
}
.more-button-container{
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #34346C;
    cursor: pointer;
}
.more-button-container:hover{
    -webkit-animation: imageZoom 0.5s ease alternate infinite;
    animation: imageZoom 0.5s ease alternate infinite;
    animation-play-state: running;
    transition: all linear 0.5s;
}

body{
    transition: all linear 0.2s;
}
body.right-side-bar-active{
    overflow: hidden;
}
body.right-side-bar-active::after{
    position: fixed;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
}
.animation-wraper-slider{
    transition: all linear 0.2s;
}
.animation-wraper-slider.right-side-bar-active{
    transform: scale(0.95, 0.95);
}
.right-side-bar{
    width: 0vw;
    background-color: #34346C;
    padding: 4vw 2vw 2vw;
    position: fixed;
    top: 0;
    right: -25vw;
    height: 100%;
    z-index: 8888888;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.5s;
    overflow: hidden;
    opacity: 0;
}
.inner-right-side-bar{
    width: 25vw;
}
.right-side-bar.right-side-bar-active{
    width: 25vw;
    right: 0vw;
    opacity: 1;
}
.right-side-bar .close-right-slide{
    position: absolute;
    width: 2.5vw;
    height: 2.5vw;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    cursor: pointer;
}
.right-side-bar .close-right-slide i{
    font-size: 18px;
    line-height: 28px;
}
.inner-right-side-bar .logo-container{
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
.contact-right-box ul{
    display: inline-block;
    left: 0;
    vertical-align: middle;
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
}
.contact-right-box ul li{
    margin-bottom: 15px;
}
.contact-right-box ul li:last-child{
    margin-bottom: 0px;
}
.contact-right-box ul li a{
    color: #fff;
    text-decoration: none;
    position: relative;
    padding-left: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-right-box ul li a h4{
    width: 100%;
    font-size: 1.1vw;
    line-height: 1.8vw;
    margin: 0;
    padding: 0;
}
.contact-right-box ul li a span{
    position: absolute;
    background-color: #fff;
    color: #34346C;
    width: 2vw;
    height: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    left: 0;
    top: 6px;
}
.contact-right-box{
    margin-top: 35px;
}
.social-right-box{
    margin-top: 35px;
}
.social-right-box ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    left: 0;
    vertical-align: middle;
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
}
.right-title{
    font-size: 1.5vw;
    line-height: 2vw;
    color: #fff;
    font-weight: bold;
    padding: 0;
    margin: 0 0 1vw;
}
.right-copy-right{
    margin-top: 15px;
}
.right-copy-right p{
    font-size: 1vw;
    line-height: 1.5vw;
    color: #fff;
    margin: 0;
    padding: 0;
}

.header-right-bottom-container{
    background-color: transparent;
    padding: 10px 0px;
}
.border-container{
    border-top: 8px solid #D7D7F9;
    border-bottom: 8px solid #34346C;
}

.welcome-box-container{
    margin-top: -8vh;
    position: relative;
    z-index: 8;
}
.welcome-inner-box{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);
    border-radius: 10px;    
}
.welcome-text-left-box{
    padding-left: 3vw;
}
.welcome-title-box h5{
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 38px;
}
.welcome-title-box h5 span{
    display: block;
    font-weight: 700;
    color: #00008B;
}
.welcome-text-left-box p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
}
.read-more-button a{
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #00008B;
}
.welcome-image-container img{
    width: 100%;
}

.main-title-container h5{
    font-size: 25px;
    line-height: 32px;
    color: #00008B;
    font-weight: bold;
}
.main-title-container p{
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    width: 70vw;
}
.padding-50{
    padding: 50px 0px;
}
.highlight-inner-container{
    margin-top: 25px;
}
.highlight-box{
    padding: 10px;
    background: #EDEDF7;
    border-radius: 40px 0px;
    min-height: 270px;
    background-image: url("../img/icons/aspire-flight.png");
    background-position: -19vw 31vh;
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    transition: all linear 0.5s;
}
.highlight-box:hover{
    background-position: 0vw 5vh;
}
.highlight-icon-container{
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.highlight-title{
    margin: 15px 0px;
}
.highlight-title h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.highlight-details p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 0;
    margin: 0;
}

.registration-inner-container{
    background: #34346C;
    border-radius: 40px 0px;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.registration-details{
    padding: 0px 8px;
}
.registration-details p{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}
.online-registration-button{
    width: 14vw;
    float: right;
}
.online-registration-button a{
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    background: #FFFFFF;
    color: #00008B;
    border-radius: 10px 0px;
    padding: 15px 5px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    transition: all linear 0.1s;
}
.online-registration-button a span{
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #34346C;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    position: relative;
    z-index: 88888;
    transition: all linear 0.5s;
}
.online-registration-button a b{
    font-weight: normal;
    position: relative;
    z-index: 88888;
    transition: all linear 0.5s;
}
.online-registration-button a::before{
    position: absolute;
    content: '';
    left: 100%;
    right: 0;
    top: 100%;
    bottom: 0;
    width: 100px;
    height: 100px;
    background-color: #34346C;
    border-radius: 50%;
    opacity: 1;
    transition: all linear 0.5s;
}
.online-registration-button a:hover::before{
    opacity: 1;
    width: 500px;
    height: 500px;
    left: -40%;
    top: -100%;
}
.online-registration-button a:hover{
    outline: 1px solid #fff;
}
.online-registration-button a:hover b{
    color: #fff;
}
.online-registration-button a:hover span{
    border: 1px solid #fff;
}

.news-events-slider{
    margin-top: 25px;
}
.news-events-inner-box{
    background: #EDEDF7;
    box-shadow: 0px 0px 10px rgba(0, 0, 139, 0.2);
    border-radius: 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.2s;
}
.news-event-image{
    border-radius: 40px 0px;
    overflow: hidden;
}
.news-title-container h5{
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #00008B;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: row;
    min-height: 150px;
}
.news-events-details p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    padding: 0;
    margin: 0;
}
.read-more-circle-button{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #BDBDEE;
    box-shadow: 0px 0px 8px rgb(0 0 139 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -6px;
    bottom: -26px;
    cursor: pointer;
    transition: all linear 0.2s;
}
.read-more-circle-button img{
    width: 25px;
    height: 25px;
}
.news-events-slider .item{
    padding: 20px;
}
.highlight-box .read-more-circle-button{
    right: 6px;
    bottom: 0;
    transition: all linear 0.5s;
}
.highlight-box:hover .read-more-circle-button{    
	background: linear-gradient(-45deg, #373B44, #21386B, #133C98, #271398);
	background-size: 400% 400%;
    -webkit-animation: imageZoom 0.5s ease alternate infinite;
    animation: imageZoom 0.5s ease alternate infinite;
    animation-play-state: running;
    transition: all linear 0.5s;
}
@-webkit-keyframes imageZoom{
    100% {
        transform: scale(1.1);
        background-position: 100% 50%;
    }
}
@keyframes imageZoom {
    100% {
        transform: scale(1.1);
        background-position: 100% 50%;
    }
}

.video-container{
    position: relative;
    padding-bottom: 125px;
}
.bg-div-skew{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 250px;
    background: #34346C;
    clip-path: polygon(0% 100%, 100% 100%, 100% 21%, 0 45%);
}
.bg-div-skew h5{
    font-family: 'Londrina Outline', cursive;
    font-size: 70px;
    line-height: 83px;
    letter-spacing: 0.1em;    
    color: #FFFFFF;
    position: absolute;
    bottom: 22px;
    padding: 0;
    margin: 0;
}
.video-box{
    cursor: pointer;
    overflow: hidden;
    background-image: url("../img/video.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 40px 0px;
}
.video-box h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;
    color: #FFFFFF;
    padding: 60px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.video-box h5 span{
    width: 50px;
    height: 50px;
    background: #34346C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all linear 0.2s;
}
.video-box h5 span img{
    width: 22px;
    height: 22px;
}
.news-events-slider .owl-carousel .owl-dots.disabled{
    display: block;
}
.news-events-slider .owl-theme .owl-dots .owl-dot.active span{
    background: #34346C;
}
.news-events-slider .owl-theme .owl-dots .owl-dot span{
    width: 70px;
    height: 4px;
    background: #BDBDEE;
}



.banner_container{
    position: relative;
    transition: all linear 0.2s;
}
.banner-caption{
    position: absolute;
    border-radius: 10px;
    width: 70vw;
    height: 100%;
    padding: 2vw 2vh;
    /*background-color: rgba(255, 255, 255, 0.1);*/
    top: 50%;
    transform: translateY(-50%) scale(1);
    left: 0;
    z-index: 888;
    opacity: 0;
    transition: all linear 0.2s;
    transition-delay: 2s;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.banner_container .owl-item.active .banner-caption{
    opacity: 1;
    -webkit-animation: slider-animation-bg 0.8s ease alternate;
    animation: slider-animation-bg 0.8s ease alternate;
    /*animation-play-state: running;*/
    transition: all linear 0.5s;
    transition-delay: 2s;
}
@-webkit-keyframes slider-animation-bg{
    100% {
        transform: translateY(-50%) scale(1.1);
    }
}
@keyframes slider-animation-bg{
    100% {
        transform: translateY(-50%) scale(1.1);
    }
}
.banner-caption{
    background-image: url("../img/caption-bg.png");
    background-size: 100% 100%;
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 5vw;
    padding-right: 31vw;
}
.banner-caption h5{
    color: #000;
    font-size: 2vw;
    font-weight: bold;
}
.banner-caption p{
    font-size: 1.2vw;
    line-height: 2vw;
}
.banner-caption h5, .banner-caption p{
    color: #000;
    opacity: 0;
    transition: all linear 0.5s;
    transition-delay: 3s;
}
.banner_container .owl-item.active .banner-caption h5, .banner_container .owl-item.active .banner-caption p{
    opacity: 1;
}




.welcome-gradient-text{
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
	background-size: 300%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: animated_text 10s ease-in-out infinite;
	-moz-animation: animated_text 10s ease-in-out infinite;
	-webkit-animation: animated_text 10s ease-in-out infinite;
}
@keyframes animated_text {
	0% { background-position: 0px 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0px 50%; }
}


/*.news-events-inner-box:hover{
    --borderWidth: 3px;
    position: relative;
    transition: all linear 0.2s;
}
.news-events-inner-box:hover:after{
    content: '';
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
    z-index: -1;
    border-radius: 40px 0px;
    -webkit-animation: animatedgradient 3s ease alternate infinite;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
    transition: all linear 0.2s;
}
@-webkit-keyframes animatedgradient{
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}
@keyframes animatedgradient{
    0%{
        background-position: 0% 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0% 50%;
    }
}*/



.video-box:hover span{
	background: linear-gradient(-45deg, #373B44, #21386B, #133C98, #271398);
	background-size: 400% 400%;
    -webkit-animation: imageZoom 0.5s ease alternate infinite;
    animation: imageZoom 0.5s ease alternate infinite;
    animation-play-state: running;
    transition: all linear 0.5s;
}
.news-events-inner-box:hover .read-more-circle-button{    
	background: linear-gradient(-45deg, #373B44, #21386B, #133C98, #271398);
	background-size: 400% 400%;
    -webkit-animation: imageZoom 0.5s ease alternate infinite;
    animation: imageZoom 0.5s ease alternate infinite;
    animation-play-state: running;
    transition: all linear 0.5s;
}
@-webkit-keyframes imageZoom{
    100% {
        transform: scale(1.1);
        background-position: 100% 50%;
    }
}
@keyframes imageZoom {
    100% {
        transform: scale(1.1);
        background-position: 100% 50%;
    }
}



/*.news-events-inner-box:hover .read-more-circle-button, .video-box:hover h5 span{
    transform: scale(1.1);
}
.button-wipe{
	background: linear-gradient(-45deg, #373B44, #21386B, #133C98, #271398);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
}*/
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.linear-wipe{
    text-align: center;
    background: linear-gradient(to right, #FFF 20%, #7AC142 40%, #7AC142 60%, #FFF 80%);
    background-size: 200% auto;
    color: #000;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 1s linear infinite;
    animation: shine 1s linear infinite;
}
@-webkit-keyframes shine{
    to{
        background-position: 200% center;
    }
}
@keyframes shine{
    to{
        background-position: 200% center;
    }
}

footer img{
    width: 100%;
}

footer{
    background-color: #EDEDF7;
    padding: 2% 0%;
}
.footer-logo-container img{
    width: 100%;
}
.footer-about-us{
    margin: 25px 0px;
}
.footer-about-us p{
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;
}
.footer-social-media ul{
    list-style-type: none;
    position: relative;
    display: inline-block;
    padding: 0;
    left: 0;
    top: 0;
    vertical-align: middle;
}
.footer-social-media ul li{
    margin-right: 10px;
    display: inline-block;
}
.footer-social-media ul li:last-child{
    margin-right: 0px;
}
.footer-social-media ul li img{
    width: 40px;
    height: 40px;
}
.footer-title h5{
    font-weight: 700;
    font-size: 20px;
    line-height: 25px;    
    color: #00008B;
    padding: 0;
    margin: 0;
}
.footer-list{
    margin-top: 25px;
}
.footer-list ul{
    list-style-type: none;
    position: relative;
    display: inline-block;
    padding: 0;
    left: 0;
    top: 0;
    vertical-align: middle;
}
.footer-list ul li{
    margin-bottom: 10px;
}
.footer-list ul li:last-child{
    margin-bottom: 0px;
}
.footer-list ul li a{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 20px;
}
.footer-list ul li a::before{
    position: absolute;
    content: url("../img/icons/footer-curve.svg");
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 16px;
}
.footer-list.list-contact-info ul a::before{
    content: none;
}
.footer-list.list-contact-info ul li{
    position: relative;
    margin-top: -31px;
}
.footer-list.list-contact-info ul li a{
    position: relative;
}
.footer-list.list-contact-info ul li a img{
    width: 21px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer-contact-box{
    position: relative;
    padding-left: 35px;
}
.copy-right-container{
    padding: 15px;
    background-color: #2C2C3F;
}
.copy-right-container p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.copy-right-container p a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}



.innerpage_bnr.banner_cnt{
	background-image: url(../img/innerbg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	padding: 7% 0%;
    z-index: 8;
}
.innerpage_bnr.banner_cnt:before{
	position: absolute;
	content: '';
	background-color: rgba(1, 22, 39, 0.3);
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.innerpage_bnr.banner_cnt h6{
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0px;
	position: relative;
	z-index: 9999;
	text-shadow: 2px 2px 2px #113747;
}
.innerpage_bnr.banner_cnt h5{
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
	position: relative;
	z-index: 9999;
}
.inner_wrpr{
	padding: 50px 0px;
}

.abt_img_cnt img{
    width: 100%;
}
.abt_img_cnt{
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.75);
}
.abt_img_cnt img{
	widows: 100%;
}
.in_abt_cnt h4{
	font-size: 25px;
	color: #011627;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 30px;
	margin-top: 0px;
	padding: 0px;
}
.in_abt_cnt h4 span{
	font-size: 34px;
	font-weight: 900;
	display: block;
	line-height: 40px;
}
.in_abt_cnt h3{
	font-size: 25px;
	color: #011627;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 35px;
	margin-top: 0px;
	padding: 0px;
	position: relative;
}
.in_abt_cnt h3:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	background-color: #011627;
}
.in_abt_cnt p{
	font-size: 16px;
	color: #011627;
	line-height: 26px;
}
.in_facility_cnt ul{
	list-style-type: none;
	padding: 0px;
	left: 0px;
}
.in_facility_cnt ul li{
	margin-right: 0px;
	display: inline-block;
	position: relative;
	padding-left: 25px;
	width: 32%;
	margin-bottom: 15px;
}
.in_facility_cnt ul li:before{
	position: absolute;
	content: '';
	width: 19px;
	height: 19px;
	border: 2px solid #d2dfe9;
	left: 0px;
	top: 0px;
	background-color: #011627;
}
.in_facility_cnt ul li a{
	color: #011627;
	font-size: 16px;
}
.in_facility_cnt ul li a span{
	font-weight: 900;
}
.in_mission_cnt{
	background-color: #fff;
	background-image: url("../img/missionbg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.20);
    min-height: 320px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.in_mission_cnt.vision{
	background-image: url("../img/visionbg.jpg");
}
.in_mission_cnt h3{
	color: #011627;
	font-size: 35px;
	font-weight: 900;
	position: relative;
	display: inline-block;
}
.in_mission_cnt h3:before{
	position: absolute;
	content: '';
	left: -60px;
	top: 18px;
	background-color: #011627;
	width: 50px;
	height: 1px;
}
.in_mission_cnt h3:after{
	position: absolute;
	content: '';
	right: -60px;
	top: 18px;
	background-color: #011627;
	width: 50px;
	height: 1px;
}
.in_mission_cnt p{
	color: #011627;
	font-size: 16px;
	line-height: 26px;
}
.in_mission_cnt.career{
	/*background-image: url(../img/career_bg.jpg);*/
}
.in_mission_car_cnt{
	padding: 0px 0px 50px;
}

.in_rules_cnt{
	padding: 50px 0px;
	background-image: url(../img/rulesbg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.in_rules_cnt:before{
	position: absolute;
	content: '';
	background-color: rgba(1, 22, 39, 0.80);
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}
.in_title{
	text-align: center;
}
.in_title h3{
	color: #fff;
	font-size: 35px;
	font-weight: 900;
	position: relative;
	display: inline-block;
}
.in_title h3:before{
	position: absolute;
	content: '';
	left: -60px;
	top: 18px;
	background-color: #fff;
	width: 50px;
	height: 1px;
}
.in_title h3:after{
	position: absolute;
	content: '';
	right: -60px;
	top: 18px;
	background-color: #fff;
	width: 50px;
	height: 1px;
}


@media only screen and (min-width: 769px) and (max-width: 1024px){
}
@media only screen and (min-width: 641px) and (max-width: 768px){
}
@media only screen and (min-width: 481px) and (max-width: 640px){
    header{
        display: block;
    }
    .notification-title{
        padding: 10px 5px;
    }
    .more-button-container{
        float: right;
    }
    .welcome-box-container{
        margin-top: 25px;
    }
    .welcome-inner-box{
        display: block;
    }
    .welcome-text-left-box{
        padding: 15px 0px;
    }
    a.toggleMenu{
        width: 15vw !important;
        margin-left: 4vw !important;
    }
    i.fa.fa-bars{
        font-size: 27px;
    }
    ul.navnew{
        position: absolute;
        width: 100vw;
        z-index: 88;
        top: 131%;
    }
    .highlight-box{
        margin-top: 10px;
    }
    .registration-inner-container{
        display: block;
    }
    .online-registration-button{
        width: 100%;
        margin-top: 20px;
    }
    .registration-details p{
        line-height: 28px;
        text-align: center;
    }
    .news-events-inner-box{
        display: block;
    }
    .news-events-slider .item{
        padding: 40px 20px;
    }
    .bg-div-skew h5{
        font-size: 38px;
    }
    .right-side-bar.right-side-bar-active{
        width: 85vw;
    }
    .inner-right-side-bar{
        width: 100vw;
    }
    .contact-right-box ul li a h4{
        font-size: 5.1vw;
        line-height: 8.8vw;
    }
    .right-copy-right p{
        font-size: 5vw;
        line-height: 8.5vw;
    }
    .right-title{
        font-size: 5vw;
        line-height: 8vw;
    }
    .contact-right-box ul li a span{        
        width: 9vw;
        height: 8vw;
    }
    .contact-right-box ul li a{
        padding-left: 12vw;
    }
    .right-side-bar .close-right-slide{
        width: 12.5vw;
        height: 12.5vw;
    }
    .main-title-container p{
        width: 90vw;
    }
}
/* /inner page section/ */
.innerpage_wrpr{
    padding: 5px 0px 25px;
}
.inner_title_cnt{
    padding: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.inner_title_cnt h5{
    font-size: 25px;
}
.inner_page_tabs ul{
    list-style-type: none;
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
}
.inner_page_tabs ul li{
    margin-bottom: 5px;
}
.inner_page_tabs ul li a{
    display: block;
    padding: 11px 15px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-color: #075a9c;
    border: 2px solid transparent;
    transform: scale(1,1);
    transition: all 0.5s ease;
}
.inner_page_tabs ul li a:hover{
    text-decoration: none;
    transform: scale(1.05,1.05);
    color: #075a9c;
    background-color: #fff;
    border: 2px solid #075a9c;
}
.inner_tab_content{
    background-color: #f9f9f9;
}
.tab_header_cnt{
    border-bottom: 2px solid #ccc;
}
.tab_header_cnt h6{
    font-size: 16px;
    line-height: 26px;
    color: #075a9c;
    text-transform: uppercase;
    border-top: 2px solid #075a9c;
    display: inline-block;
    padding: 10px 25px;
    margin: 0;
}
.tab_body_cnt{
    padding: 10px 25px;
}
/* /inner page section/ */



    /* /inner department section/ */
.head_img_cnt{
    width: 75%;
    margin: 0 auto;
}
.head_img_cnt img{
    width: 100%;
}
.head_img_cnt p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 900;
    padding: 10px 0px;
    margin: 0px;
}
.head_img_cnt p span{
    display: block;
}
.head_img_cnt p span:last-child{
    font-size: 14px;
    font-weight: 400;
}
.inner_title h6{
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    color: #000;
}
.dep_profile p{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-align: justify;
}
.dep_offered_prog_scroll a{
    font-size: 16px;
    line-height: 26px;
    color: #000;
    text-align: justify;
}
.dep_profile .rd_mr_cnt a.rd_mr_btn, .dep_offered_prog .rd_mr_cnt a.rd_mr_btn{
    color: #000;
    font-weight: bold;
}
/* /inner department section/ */
@media only screen and (max-width: 480px){
    header{
        display: block;
    }
    .notification-title{
        padding: 10px 5px;
    }
    .more-button-container{
        float: right;
    }
    .welcome-box-container{
        margin-top: 25px;
    }
    .welcome-inner-box{
        display: block;
    }
    .welcome-text-left-box{
        padding: 15px 0px;
    }
    a.toggleMenu{
        width: 15vw !important;
        margin-left: 4vw !important;
    }
    i.fa.fa-bars{
        font-size: 27px;
    }
    ul.navnew{
        position: absolute;
        width: 100vw;
        z-index: 88;
        top: 131%;
    }
    .highlight-box{
        margin-top: 10px;
    }
    .registration-inner-container{
        display: block;
    }
    .online-registration-button{
        width: 100%;
        margin-top: 20px;
    }
    .registration-details p{
        line-height: 28px;
        text-align: center;
    }
    .news-events-inner-box{
        display: block;
    }
    .news-events-slider .item{
        padding: 40px 20px;
    }
    .bg-div-skew h5{
        font-size: 38px;
    }
    .right-side-bar.right-side-bar-active{
        width: 85vw;
    }
    .inner-right-side-bar{
        width: 100vw;
    }
    .contact-right-box ul li a h4{
        font-size: 5.1vw;
        line-height: 8.8vw;
    }
    .right-copy-right p{
        font-size: 5vw;
        line-height: 8.5vw;
    }
    .right-title{
        font-size: 5vw;
        line-height: 8vw;
    }
    .contact-right-box ul li a span{        
        width: 9vw;
        height: 8vw;
    }
    .contact-right-box ul li a{
        padding-left: 12vw;
    }
    .right-side-bar .close-right-slide{
        width: 12.5vw;
        height: 12.5vw;
    }
}
.f-n-edit.flash-edit{
    position: absolute;
    z-index: 8888;
    left: -15px;
    top: 0;
}
.d-news-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-news-flex a{
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    background: #34346C;
    color: #fff;
    border-radius: 10px 0px;
    padding: 15px 25px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: all linear 0.1s;
    margin-top: 15px;
}


/*video section*/
.video-album-container{
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    overflow: hidden;
    margin-bottom: 10px;
  }
  .video-album-container a{
    display: block;
    text-decoration: none;
  }
  .video-album-image img{
    width: 100%;
    vertical-align: middle;
  }
  .video-album-name{
    padding: 10px 5px;
    background-color: #fff;
  }
  .video-album-name h5{
    font-size: 1.4rem;
    line-height: 1rem;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .video-image-container{
    position: relative;
  }
  .video-image-container img{
    width: 100%;
    vertical-align: middle;
  }
  .video-play-button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    width: 50px;
    height: 50px;
  }
  .video-play-button i{
    font-size: 1rem;
    color: #34346C;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 2px solid #fff;
  }
  .video-play-caption{
    padding: 10px 15px;
  }
  .video-play-caption h5{
    font-size: 1.4rem;
    color: #000;
  }
  .mt50{
    margin-top: 50px;
  }
  .mb50{
    margin-bottom: 50px;
  }
  /*video section*/