@import url('../fonts/stylesheet.css');
@import url('../fonts/lebrifranklin/stylesheet.css');
@import url('../fonts/poppins/stylesheet.css');
/*font-family: 'DS-Digital';*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display&family=Poppins:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Playfair Display', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
/*  font-family: "Open Sans", sans-serif;*/

 @import url(aos.css); 
@import url(jquery.fancybox.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
 @import url(fontawesome/css/fontawesome.min.css);
@import url(nav-menu.css);
@import url(fontawesome/css/all.min.css);

/* breadcrum */

section.breadcrumb-banner {
    margin-top: 0px;
    position: relative;
}
section.breadcrumb-banner figure {
    margin: 0;
}
section.breadcrumb-banner .content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; 
    margin: auto;
    height: max-content;
    width: 100%;
    color: #fff;
}
section.breadcrumb-banner .content h2 {
    padding: 0;
    margin: 0;
    color: white;
}
ul#crumbs {
    padding: 0;
    width: 100%;
    margin: 5px 0 0;
}
ul#crumbs li {
    float: left;
    font-size: 14px;
    padding: 0 1px;
    color: #fff;
}
ul#crumbs li a {
    text-decoration: none;
    color: #fff;
}
/* breadcrum */

body {
    font-size: 15px;
    color: #5a5a5a;
    font-family: "Libre Franklin";

}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora';
    color: #000;
} 

*{
    list-style: none;
}
img {
    max-width: 100%;
}

header, section, footer{
    width: 100%;
    float: left;
}
header {
    position: relative;
    z-index: 10000;
}

.top-1.sticky {
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 8px #0000006b;
    top: 0;
}


.top-1-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*
 *  Custom Scrollbar
 */

 ::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     border-radius: 10px;
     background-color: #f7f7f7;
 }
 
::-webkit-scrollbar
 {
     width: 5px;
     border-radius: 10px;
     background-color: #f7f7f7;
 }
::-webkit-scrollbar-thumb
 {
     border-radius: 20px;
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
     background: #ffc655;
 }
/*
 *  Custom Scrollbar End
 */
/* header */
.container-fluid {
    max-width: 90%;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
.ps-0 {
    padding-left: 0!important;
}
button {
    border: none;
    background: unset;
    padding: 0;
}
.logo-wrapper {
    display: flex;
    align-items: center;
}
.logo {
    padding: 5px 0;
    display: inline-flex;
    align-items: center;
    position: relative;
}


.logo-wrapper img {
    max-height: 80px;
}
.scerrt-logo {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}
.scerrt-logo:before {
    content: '';
    position: absolute;
    right: -2px;
    width: 1px;
    height: 100%;
    background: linear-gradient(45deg, transparent, #b9b9b9, transparent);
}
.top-1.sticky .logo a img {
    height: 64px;
}

.logo-text {
    /* max-width: 240px; */
    display: inline-block;
    padding: 0;
}
.logo-text h4 {
    color: #28226c;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 0;
}


.top-1.sticky .logo-text h4 {
    font-size: 18px;
    padding: 0 0 0 5px;
}


ul.nav-menu.align-to-right li a {
    font-size: 18px;
    /* font-weight: 500; */
    padding: 10px;
    color: #2a2a2a;
    text-transform: capitalize;
    font-family: 'Poppins';
}
.slider {
    position: relative;
}
.slider-image.h-100 {
    /* max-height: 85vh; */
    overflow: hidden;
}
.slider-text {
    position: absolute;
    width: 100%;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
}
.slider-text h5 {
    color: #ffc655;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 20px;
}
.slider .carousel-item.active .slider-text h5 {
    animation: myAnim 2s ease 0s 1 normal forwards;
}

@keyframes myAnim {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateY(-45px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateY(-24px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateY(-12px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateY(-6px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateY(-4px);
	}

	25%,
	55%,
	75%,
	87% {
		animation-timing-function: ease-out;
		transform: translateY(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateY(0px);
	}
}





.slider-text h3 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
    max-width: 435px;
}
.slider .carousel-item.active .slider-text h3{
    animation: BounceLeft 2s ease 0s 1 normal forwards;
}

@keyframes BounceLeft {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateX(-48px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateX(-26px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateX(-13px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateX(-6.5px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateX(-4px);
	}

	25%,
	55%,
	75%,
	87%,
	98% {
		animation-timing-function: ease-out;
		transform: translateX(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateX(0px);
	}
}



.slider .carousel-item.active .r-more{
    animation: BounceRight 2s ease 0s 1 normal forwards;
}


@keyframes BounceRight {
	0% {
		animation-timing-function: ease-in;
		opacity: 1;
		transform: translateX(48px);
	}

	24% {
		opacity: 1;
	}

	40% {
		animation-timing-function: ease-in;
		transform: translateX(26px);
	}

	65% {
		animation-timing-function: ease-in;
		transform: translateX(13px);
	}

	82% {
		animation-timing-function: ease-in;
		transform: translateX(6.5px);
	}

	93% {
		animation-timing-function: ease-in;
		transform: translateX(4px);
	}

	25%,
	55%,
	75%,
	87%,
	98% {
		animation-timing-function: ease-out;
		transform: translateX(0px);
	}

	100% {
		animation-timing-function: ease-out;
		opacity: 1;
		transform: translateX(0px);
	}
}


.top-border {
    position: absolute;
    top: -1px;
    z-index: 1111111;
}
.top-border figure {
    margin: 0;
}
section.slider-section .announcement {
    padding: 7px 0;
    background: #ffc655;
    width: 100%;
    z-index: 1;
    position: relative;
}
section.slider-section .announcement marquee a {
    color: #001538;
    text-decoration: none;
    padding-top: 7.3px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
}
.announcement .announcement-left {
    position: relative;
}
.announcement-left h4 {
    background: #0493a3;
    float: left;
    color: #ffffff;
    padding: 10px 13px;
    font-size: 15px;
    position: absolute;
    z-index: 01;
    bottom: 0px;
    top: 0;
    left: -1px;
    margin: auto;
    height: 100%;
    border-radius: 5px;
}
.announcement-left h4:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: #ffa730; */
    left: -100%;
    top: 0;
}
/* .announcement-left h4:after {
    position: absolute;
    content: '';
    border-top: 37px solid #e1ecff;
    border-left: 20px solid transparent;
    width: 0;
    height: 100%;
    top: 0;
    right: 0px;
} */
section.about-sec {
    padding: 60px 0;
    background-image: url(../images/about-bg.png);
    position: relative;
}
section.about-sec::before {
    content: '';
    position: absolute;
    background: #ffffff6b;
    width: 100%;
    height: 100%;
    top: 0;
}
.about-left-im-box {
    margin-bottom: 30px;
}
.about-left-img ul {
    padding: 0;
    margin: 0;
}


.about-left-im-box {
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    
    border-radius: 50px;
    overflow: hidden;
}

.about-left-im-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.about-left-img ul li:first-child .about-left-im-box:first-child {
    height: 422px;
    border-radius: 10px;
}
.about-left-img ul li:first-child .about-left-im-box:nth-child(2) {
    height: 212px;
    border-radius: 50px 50px 50px 0;
}

.about-left-img ul li:nth-child(2) .about-left-im-box:first-child img {
    height: 270px;
    border-radius: 154px;
    border: 2px dashed #ffc655;
    width: 100%;
    padding: 10px;
}

.about-left-img ul li:nth-child(2) .about-left-im-box:nth-child(2) {
    height: 363px;
}

.headigroup-1 h4{
    font-size: 18px;   
}
.headigroup-1 h4 span {
    background-image: url(../images/open-book.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    color: #ffc655;
    border-bottom: 2px solid;
    padding-top: 2px;
    display: inline-block;
}
.headigroup-1 h3 {
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
}
.about-right .about-right-inner {
    /* height: 200px;
    overflow: hidden; */
    /* margin-bottom: 10px; */
}

.about-right p {
    text-align: justify;
    margin-bottom: 5px;
}
.about-right p a {
    color: #ffc655;
    text-decoration: none;
    font-style: italic;
    float: right;
}
.mission-img {
    position: relative;
    padding-left: 83px;
}
.mission-left {
    position: absolute;
    left: 0;
    background: #ffc655;
    padding: 5px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mission-left:before {
    position: absolute;
    content: '';
    background: #eaf2f1;
    left: -6px;
    right: 0px;
    margin: auto;
    width: 55px;
    top: 10px;
    z-index: -1;
    height: 55px;
    border-radius: 30px;
    bottom: 0px;
}

.mission-img button {
    border: none;
    background: unset;
    padding: 0;
    padding-top: 15px;
}
.r-more {
    text-decoration: none;
    background: #0493a3;
    padding: 11px 20px;
    border-radius: 5px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
    transition: all ease-in-out 0.5s;
}

.r-more:hover {
    background: #ffc655;
    color: #000000;
}
section.about-sec  .notification-tab {
    border-radius: 10px;
}
.notification-tab nav {
    margin-bottom: -17px;
}
div#nav-tab {
    width: max-content;
    border-radius: 20px;
}
.notification-tab button.nav-link.active {
    background: #ffffff;
    color: #095b64;
}
.notification-tab button.nav-link {
    color: #000000;
    border: none;
    font-size: 16px;
    background: #ffc655;
    border-radius: 20px;
    padding: 10px 30px 25px 30px;
    box-shadow: 0 0 9px #00000014;
    margin-top: 10px;
}
.notification-tab div#nav-tabContent {
    background: #ffffff;
    z-index: 1;
    position: relative;
    padding: 0px;
    overflow: hidden;
    box-shadow: 0 10px 5px 0px #dfdfdf80;
    margin: 0 0px 3px 1px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 12px;
}
.notification-tab-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 260px;
    padding: 15px;
    overflow-y: scroll;
    margin: 6px;
}
.notification-tab-list ul li {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dotted #dfdfdf;
    padding-bottom: 8px;
}

.tender-tab-list ul {
    padding: 0;
}
.date span {
    color: #b6b6b6;
}
.notification-tab-list ul li .content a {
    color: #111111;
    text-decoration: none;
    font-size: 14px;
}
.notice-btn {
    text-align: center;
    background: #0493a3;
    padding: 8px 5px;
    position: relative;
    color: #fff;
}
.notice-btn a {
    text-decoration: none;
    color: #ffffff;
}
section.principal-sec {
    padding: 60px 0;
    background-image: url(../images/principal-bg.png);
    background-color: #28226c;
    background-blend-mode: color-burn;
    position: relative;
}
section.principal-sec:before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    background: #0f075a63;
    right: 0;
}


section.principal-sec .container-fluid {
    position: relative;
}

section.principal-sec a.r-more {
    margin-bottom: 30px;
    display: inline-block;
    margin-left: 20px;
}


.principal-sec-wrapper {
    background: #e5e4ed;
    padding: 15px;
    border-radius: 10px;
}
.principal-img-wrapper {
    display: flex;
    height: 100%;
}
.principal-img-wrapper figure {
    /* box-shadow: -87px -40px 0px 0px #ffa730; */
    z-index: 1;
    position: relative;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
}




.principal-img-wrapper figure img {
    width: 100%;
    height: 100%;
    padding: 0 0 0 0px;
    z-index: 1;
    position: relative;
    object-fit: cover;
}

section.principal-sec .headigroup-1 h3 {
    padding-left: 20px;
}

.principal-text {
    padding-left: 20px;
    height: 220px;
    overflow: hidden;
}
.principal-text h3 {
    font-size: 38px;
}
.principal-text p {
    text-align: justify;
}
.principal-name {
    padding-top: 0;
    position: relative;
}
.principal-name h3 {
    border-top: 3px solid #ffc655;
    padding-top: 19px;
    margin-bottom: 0;
}
.principal-name h3, .principal-name p {
    padding-left: 20px;
}
section.key-section {
    padding: 60px 0 35px;
    background-image: url(../images/bg-1.png);
    background-color: #f0ebe5;
    background-blend-mode: luminosity;
    position: relative;
}
section.key-section .container-fluid{
    position: relative;
}
section.key-section:before {
    content: '';
    position: absolute;
    background: #fff4def0;
    width: 100%;
    height: 100%;
    top: 0;
}
.key-head h3 {
    font-size: 38px;
    margin-bottom: 20px;
}
.activitie-item {
    position: relative;
    background: #fff;
    padding: 23px 23px 33px;
    margin-bottom: 25px;
    border-radius: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: var(--transition);
    overflow: hidden;
}
.activitie-img {
    overflow: hidden;
    border-radius: 10px;
    height: 275px;
    display: flex;
}
.activitie-img img {
    transition: all ease-in-out 1s;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.activitie-img img {
    transition: all ease-in-out 1s;
    height: 100%;
}
.activitie-content {
    margin-top: 15px;
    position: relative;
    padding-right: 28px;
}
.activitie-bio {
    margin-bottom: 25px;
    height: 75px;
    overflow: hidden;
}
.activitie-bio h5 a {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-decoration: none;
    color: #000;
}
.activitie-item a.activitie-read-btn {
    text-decoration: none;
    color: #000;
    background: #ffc655;
    font-size: 16px;
    padding: 7px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
}
section.key-section .owl-carousel .owl-nav button.owl-prev, section.key-section .owl-carousel .owl-nav button.owl-next, section.section-3 .owl-carousel .owl-nav button.owl-prev, section.section-3 .owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    background-color: #048796;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /* border-radius: 0; */
    position: absolute;
    top: -40px;
    transform: translatey(-50%);
    right: 0px;
    color: #ffffff;
    padding: 4px 15px!important;
    transition: all ease-in-out 0.5s;
}

section.key-section .owl-carousel .owl-nav button.owl-prev:hover, 
section.key-section .owl-carousel .owl-nav button.owl-next:hover, 
section.section-3 .owl-carousel .owl-nav button.owl-prev:hover, 
section.section-3 .owl-carousel .owl-nav button.owl-next:hover{
    background: #ffc655;
    color: #000000;

}



section.key-section .owl-carousel .owl-nav button.owl-prev,
section.section-3 .owl-carousel .owl-nav button.owl-prev
{
    right: 50px;
}
section.key-section .owl-carousel .owl-nav button.owl-next,
section.section-3 .owl-carousel .owl-nav button.owl-next
{
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
section.section-3 {
    padding: 60px 0;
    background-image: url(../images/photo-gallery-bg.png);
    background-repeat: no-repeat;
    position: relative;
}

.video-gallery-card {
    display: flex;
}

.video-gallery-card iframe {
    width: 100%;
    height: 390px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}
.photo-gallery-card.aos-init.aos-animate {
    background: #f9ebcc;
    padding: 10px;
    overflow: hidden;
    box-shadow: -1px -1px 7px 0px #00000033;
    /* border-radius: 10px; */
    margin: 2px;
}
.photo-gallery-card figure a {
    display: flex;
    height: 260px;
    /* background: #e1e5eb; */
    /* padding: 10px; */
    /* border-radius: 10px; */
}
p.card-text {
    height: 45px;
    overflow: hidden;
}
a.video-btn {
    float: right;
    text-decoration: none;
    color: #000000;
    font-style: italic;
    background: #f9d075;
    border-radius: 3px;
    padding: 5px;
    box-shadow: 0px 0px 3px 0px #dcdcdc;
}
.photo-gallery-card a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.photo-sec figure {
    /* height: 230px; */
    position: relative;
}
.calender-1 {
    text-align: center;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 0px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0.42) 0px 0px 2px;
    display: inline-flex;
    background: rgb(4 135 150);
    padding: 5px 11px;
    border-radius: 10px 0px 0px;
    gap: 9px;
}
section.section-3 .container-fluid {
    position: relative;
}


section.section-3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #28226c;
    /* background-image: url(../images/vdo-gallery-bg.png); */
    background-repeat: no-repeat;
    width: 35%;
    height: 100%;
}

.video-gallery .headigroup-1 h3 {
    color: #ffffff;
}
/*.photo-sec figure {
    height: 230px;
}*/
.photo-sec figure img {
    height: 100%;
    width: 100%;
}
.photo-sec-head {
    position: relative;
}
.photo-sec-head h3 {
    font-size: 34px;
    margin-bottom: 15px;
}
/* section.section-3 .owl-carousel .owl-nav button.owl-prev, section.section-3 .owl-carousel .owl-nav button.owl-next {
    z-index: 1;
    width: 35px;
    height: 24px;
    background-color: #ffc655;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    top: -40px;
    transform: translatey(-50%);
    right: 0px;
}
section.section-3 .owl-carousel .owl-nav button.owl-prev {
    right: 40px;
}
section.section-3 .owl-carousel .owl-nav button.owl-next {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;
} */
section.facilities-sec {
    padding: 60px 0;
    background: #ffc65536;
    background-image: url(../images/facility-bg.png);
    background-repeat: no-repeat;
}
.facilities-head h3 {
    font-size: 38px;
    text-align: center;
    margin-bottom: 20px;
}
.facility-box figure img {
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.facility-box figure {
    height: 300px;
}
.facility-box {
    position: relative;
}
.facility-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #28226cf0;
    color: #fff;
    width: 100%;
    padding: 10px 20px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    display: inline-flex;
}

.facility-title h5 {
    color: #fff;
    margin-bottom: 0;
    padding: 10px 19px 2px 0;
    width: 100%;
    overflow: hidden;
    max-width: 360px;
}
.facility-title a {
    position: absolute;
    right: 10px;
    top: 16px;
    /* bottom: 0; */
    /* margin: auto 0; */
    /* height: max-content; */
    /* width: max-content; */
}
.facility-title a i.fa-solid.fa-arrow-right-long {
    border: 1.5px solid #f6991c;
    padding: 5px;
    border-radius: 15px;
    color: #f6991c;
}
.facility-title a i.fa-solid.fa-arrow-right-long:hover {
    color: #fff;
    border: 1.5px solid #ffffff;
}
section.facilities-sec .owl-dots button.owl-dot {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    /* text-align: center; */
    width: 20px;
    border-radius: 5px;
    height: 7px;
    background: #ffc655;
}
section.facilities-sec .owl-dots button.owl-dot.active{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 20px;
    border-radius: 5px;
    height: 7px;
    background: #ffc655;
}

footer.footer-sec {
    padding: 60px 0;
    background: #1b2133;
    position: relative;
}
.footer-border {
    position: absolute;
    top: -25px;
}

.end-footer {
    width: 100%;
    float: left;
    background: #171c2d;
    padding: 30px 0;
}
.footer {
    max-width: 723px;
    margin: auto;
    text-align: center;
}
.footer p {
    color: #dde6ec;
}

ul.footer-2-list {
    padding: 0;
    padding-top: 10px;
    margin: 0;
}
ul.footer-3-list {
    padding: 0;
    padding-top: 0;
    margin: 0;
}
/* ul.footer-4-list {
    padding: 0;
    padding-top: 10px;
} */
ul.footer-2-list li {
    position: relative;
    padding-left: 20px;
    color: #fff;
}
ul.footer-3-list li {
    margin-bottom: 10px;
}
.contact-icon {
    position: absolute;
    left: 0;
}
ul.footer-2-list li p {
    font-size: 14px;
}
.footer p {
    margin: 0;
    font-size: 14px;
}
footer.footer-sec p, footer.footer-sec a {
    color: #dfdfdf;
}
.footer-heading h4 {
    color: #fff;
    position: relative;
    font-size: 20px;
    padding-bottom: 10px;
}
.footer-heading h4:before {
    position: absolute;
    content: '';
    background: #ffc655;
    width: 35px;
    height: 2px;
    bottom: 0;
}
.map {
    margin-top: 20px;
}
.map iframe {
    width: 100%;
}
ul.footer-3-list li a {
    text-decoration: none;
    font-size: 14px;
}
ul.footer-3-list li a:hover {
    color: #fff;
}
/* ul.footer-4-list li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
} */
.footer-4 {
    margin: 20px 0px 20px;
}

.footer-4 a.footer-btn {
    text-decoration: none;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #2a334f;
    background: #1b2133;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}
.footer-4 a.footer-btn:hover {
    background: #ffc655;
    color: #000;
}
.social ul {
    display: inline-flex;
    margin-top: 20px;
    padding: 0;
}
.social ul li {
    font-size: 14px;
    margin-right: 5px;
}
.social ul li a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: #272c3f;
    text-align: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 12px;
    line-height: 26px;
    color: #004094 !important;
    margin-right: 6px;
}
/* About us page */
section.about-us {
    padding: 60px 0;
}

section.about-us p {
    text-align: justify;
}
section.sec-heading{
    padding: 60px 0;
} 
section.mission {
padding: 60px 0;
background: #2d58cc;
}
.mv-box {
background: #f7f7f7;
padding: 30px;
height: 100%;
overflow: hidden;
border-radius: 10px;
box-shadow: 0px 1px 3px 0px #727272;
}
.mv-box h3 span {
background: #f6991c;
padding: 2px 5px;
border-radius: 30px;
width: 40px;
height: 40px;
display: inline-block;
margin-bottom: 5px;
}
.mv-box h3 {
border-bottom: 1px solid #d6d5d5;
}
.mv-box h3 span img {
width: 30px;
}
.mv-box ul.scert-list {
padding: 0;
}
.mv-box ul.scert-list li {
position: relative;
padding-left: 20px;
}
.mv-box ul.scert-list li:before {
position: absolute;
content: '';
background: #0f429a;
left: 0;
top: 7px;
width: 12px;
height: 12px;
border-radius: 23px;
}
section.about-us figure {
position: relative;
}
section.about-us figure:before {
position: absolute;
content: '';
left: -20px;
background: #162e6e;
top: -18px;
width: 100%;
height: 100%;
z-index: -1;
}
section.about-us figure img {
width: 100%;
height: 100%;
}
/* Facility Page */
section.facilities {
    padding: 60px 0;
}
section.facilities .facility-wrapper {
    max-height: 535px;
    overflow: auto;
}
section.facilities .nav-tabs {
    border: none !important;
    width: 100%;
    float: left;
    padding: 20px 0;
    font-size: 14px;
    flex-direction: column;
}
section.facilities ul li.nav-item {
    background: none;
    border: none;
    /* padding: 5px 0; */
    line-height: 20px;
    text-align: justify;
    margin-bottom: 15px;
}
section.facilities ul li.nav-item button.nav-link.active, section.facilities ul li.nav-item button.nav-link:hover {
    background: none !important;
    color: black !important;
    border-color: transparent;
    position: relative;
    /* background-image: url(../wp-content/themes/nsu-child/images/right-arrow.png) !important; */
    background-position: right center !important;
    background-repeat: no-repeat !important;
}
section.facilities ul li.nav-item button.nav-link.active {
    opacity: 1;
}
section.facilities ul li.nav-item {
    background: none;
    border: none;
    /* padding: 5px 0; */
    line-height: 20px;
    text-align: justify;
    margin-bottom: 15px;
}
section.facilities ul li.nav-item button.nav-link {
    text-align: left;
}
section.facilities ul li.nav-item button.nav-link {
    color: black;
    opacity: 0.3;
}
section.facilities ul li.nav-item button.nav-link h3 {
    position: relative;
    width: fit-content;
    padding-right: 30px;
}
section.facilities p {
    margin: 7px 0;
    font-size: 16px;
    line-height: 27px;
}
section.facilities .welcome-btn {
    border-radius: 6px;
    background-color: #cc8d08;
    color: #fffbfb;
    margin-top: 0;
}
.welcome-btn {
    border-radius: 25px;
    padding: 5px 25px;
    background-color: #e5e6b1;
    border: none;
    text-decoration: none;
    color: #790c0c;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    transition: all ease-in-out 0.5s;
}
.welcome-btn:hover {
    transform: translate(15px, 0);
    background: #bd393e;
    color: #fff;
}
section.facilities .tab-content>.active {
    display: block;
    position: relative;
}
section.facilities .facility-cont-img {
    margin-bottom: 15px;
}
section.facilities .facility-cont-img figure {
    height: 210px;
    width: 100%;
	margin:0;
}
section.facilities .facility-cont-img figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 3px 4px 0 #777777;
}
/* Video gallery page */
section.vdo-gallery {
    padding: 60px 0;
}
section.vdo-gallery .vdo iframe{
    width: 100%;
}
/* Contact us Page */
section.contact-us {
    padding: 60px 0;
    background-color: aliceblue;
}

.contact-box,
.map.embed-responsive {
    padding: 20px;
    color: #000;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
    height: 100%;
    box-shadow: 0 0 8px #00000014;
}

.contact-box ul {
    padding: 0;
    margin: 0;
}

.contact-box ul li {
    position: relative;
    align-items: center;
    border-bottom: 1px solid #cccccc47;
    display: flex;
    margin-top: 16px;
    min-height: 69px;
}

.contact-box .span {
    background-color: #0f429a;
    width: 55px;
    height: 55px;
    padding: 12px;
    text-align: center;
    margin-right: 20px;
    /* float: left; */
    top: 4px;
    /* display: inline-block; */
    position: absolute;
    left: 0;
    color: #fff;
    border-radius: 5px;
}

.contact-box ul li a {
    color: #000;
    text-decoration: none;
}

.contact-box i {
    font-size: 30px;
}

.contact-box p {
    padding-left: 66px;
}

/*pag-nav*/
nav.pagnav {
    text-align: center;
}

span.page-numbers.current {
    background: #162e6e;
    color: #fff;
    padding: 4px 14px;
}

a.page-numbers {
    background: #ccc;
    padding: 4px 14px;
    margin: 2px;
    color: #000;
    text-decoration: none;
}

a.page-numbers {
    background: #ccc;
    padding: 4px 14px;
    margin: 2px;
    color: #000;
    text-decoration: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #0493a3!important;
    font-weight: normal;
    text-decoration: none;
    color: #ffffff!important;
}
/*pag-nav-end*/

/*Min Width*/
@media (min-width: 768px){
.video-gallery {
    padding-right: 15px;
}
    
    .photo-sec {
        padding-left: 15px;
    }


}

@media (max-width:1920px){
.top-border {
    top: -3px;
}
.footer-border {
    top: -22px;
}
}

@media (max-width:1600px){
    .top-border {
        top: -5px;
    }
.about-left-img ul li:nth-child(2) .about-left-im-box:first-child img {
    height: 205px;
}
.about-left-img ul li:nth-child(2) .about-left-im-box:nth-child(2) {
    height: 294px;
}
.about-left-img ul li:first-child .about-left-im-box:first-child {
    height: 286px;
}
.headigroup-1 h3 {
    font-size: 30px;
 
}
.mission-left {
    width: 60px;
    height: 60px;
}

.mission-img {
    padding-left: 69px;
}

.r-more {
    padding: 11px 20px;
    font-size: 16px;
   
}

}

@media (max-width:1400px){
.logo-text h4 {
    font-size: 22px;
}
.logo-wrapper img {
    max-height: 70px;
}
.slider-text h3 {
    font-size: 28px;

}
.slider-text h5 {
       font-size: 15px;
}


.about-left-img ul li:nth-child(2) .about-left-im-box:first-child img {
    height: 178px;
}
.about-left-img ul li:nth-child(2) .about-left-im-box:nth-child(2) {
    height: 240px;
}
.about-left-img ul li:first-child .about-left-im-box:nth-child(2) {
    height: 146px;
}
.about-left-img ul li:first-child .about-left-im-box:first-child {
    height: 272px;
}
.footer-border {
    position: absolute;
    top: -20px;
}
}

@media (max-width:1200px){
    .container-fluid {
        max-width: 95%;
    }
    ul.nav-menu.align-to-right li a {
        font-size: 16px;
        padding: 10px 7px;
       
    }
    .top-border {
        top: -7px;
    }
    .r-more {
        padding: 11px 15px;
        font-size: 14px;
     
    }
    .footer-border {
        top: -18px;
    }
    .slider-text h3 {
        font-size: 20px;
        max-width: 253px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .r-more {
        padding: 9px 10px;
        font-size: 11px;
    }
    .headigroup-1 h3 {
        font-size: 24px;
    }
    .mission-left {
        width: 44px;
        height: 44px;
    }
    .mission-img {
        padding-left: 50px;
    }
    .vision-text h5 {
        font-size: 16px;
    }

    .notification-tab button.nav-link {
        font-size: 14px;
        border-radius: 7px;
        padding: 7px 15px 21px;
    }


}

@media (max-width:992px){
	.menu-con {
        position: absolute;
        left: 0;
        top: 6px;
        width: 100%;
    }
    .menu-con #mega-menu-wrap-primary .mega-menu-toggle {
        background: none;
       
    }

    .menu-con #mega-menu-wrap-primary .mega-menu-toggle {
        height: 55px;
       
    }

    .menu-con #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,  
    .menu-con #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,  
    .menu-con #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #0f429a;      
    }
#mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background: #092f70!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    border-bottom: 1px solid #7c7c7c!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item:last-child {
    border-bottom: none!important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    color: #ffffff!important;
}

    .logo-wrapper {
        position: relative;
        z-index: 1;
    }
    .logo-wrapper img {
        max-height: 57px;
    }
    .logo-text h4 {
        font-size: 16px;
    }

    .announcement-left h4 {
        padding: 10px 13px;
        font-size: 12px;
        line-height: 17px;
       }

section.slider-section .announcement {
    padding: 4px 0;
    background: #ffc655;
    width: 100%;
    z-index: 1;
    position: relative;
}


    .nav-toggle:before {
          background-color: #0493a3;
          box-shadow: 0 0.5em 0 0 #0493a3, 0 1em 0 0 #0493a3;
      
    }

    

    .slider-text h3 {
        font-size: 30px;
        max-width: 225px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .slider-text h5 {
        font-size: 10px;
    }
    .carousel-control-next, .carousel-control-prev {
        width: 35px;
      
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 30px;
        height: 100%;
      
    }
}

@media (max-width:768px){

    .headigroup-1 h4 {
        font-size: 14px;
        line-height: 24px;
    }
    section.section-3:before{
        display: none;
    }

    .top-border {
        top: -9px;
    }

    .footer-border {
        top: -16px;
    }

    .mission-img {
        padding: 30px 0;
        padding-left: 69px;
    }
    .footer-border {
        top: -14px;
    }
    .about-left-img {
        margin-top: 30px;
    }
    .activitie-img {
        height: 175px;
    }
    footer.footer-sec {
        padding: 30px 0 60px;
      
    }

    .footer-heading h4 {
        margin-top: 30px;
    }
    section.principal-sec .headigroup-1 {
        margin-top: 30px;
    }
    .headigroup-1 h3 {
        font-size: 24px;
        font-weight: 500;
    }
    .principal-img-wrapper figure {
        max-width: 90%;
        margin: auto;
    }
    .slider-text h3 {
        font-size: 25px;
     }

     section.principal-sec:before {
        background: none;
    }
    section.key-section .owl-carousel .owl-nav button.owl-prev, section.key-section .owl-carousel .owl-nav button.owl-next, section.section-3 .owl-carousel .owl-nav button.owl-prev, section.section-3 .owl-carousel .owl-nav button.owl-next {
        top: -34px;
    }
    .video-gallery .headigroup-1 h3 {
        color: #000000;
    }
    .video-gallery {
        margin-top: 30px;
    }

}

@media (max-width:576px){

    .activitie-img {
        height: 270px;
    }
    .footer-border {
        top: -14px;
    }
.logo-wrapper img {
    max-height: 44px;
}
.container-fluid {
    max-width: 100%;
}
.logo-text h4 {
    font-size: 12px;
}

.slider-text h3 {
    max-width: unset;
   
}

.slider-text {
    width: 100%;
    height: max-content;
    top: unset;
    bottom: 53px;
    margin: auto;
    text-align: center;
}
.top-border {
    top: -12px;
}
.announcement-left h4 {
    padding: 10px 25px 14px 11px;
    font-size: 12px;
    
}
section.slider-section .announcement marquee a {
    font-size: 10px;
   
}

.announcement-left h4:after {

    border-top: 32px solid #092f70;
    
}
.footer p {
    font-size: 8px;
}
section.about-sec,
section.principal-sec,
section.key-section,
section.section-3,
section.facilities-sec,
section.mission,
section.about-us,
section.key-section,
section.facilities,
section.vdo-gallery,
section.contact-us{
    padding: 30px 0;
}
footer.footer-sec {
    padding: 0 0 0px;
}
.slider-text {
    width: 100%;
    height: max-content;
    top: 90px;
    bottom: unset;
    margin: unset;
    text-align: center;
}

}