@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(dataTables.bootstrap5.min.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);

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: 100000;
}

.tablepress th,
.tablepress td {
    border: 1px solid #c1c1c1 !important;
}

.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: #f6991c;
}

/*
 *  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: #0f429a;
    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-text {
    position: absolute;
    width: 100%;
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
}

.slider-text h5 {
    color: #f3962f;
    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: -11px;
    z-index: 1;
}

.top-border figure {
    margin: 0;
}

section.slider-section .announcement {
    padding: 0;
    background: #092f70;
    width: 100%;
    z-index: 1;
    position: relative;
}

section.slider-section .announcement marquee a {
    color: #fff;
    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: #ffa730;
    float: left;
    color: #000000;
    padding: 10px 25px 26px 0;
    font-size: 16px;
    position: absolute;
    z-index: 01;
    bottom: 0px;
    top: 0;
    margin: auto;
    height: 100%;
}

.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 #092f70;
    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);
}

.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: 50px 50px 0;
}

.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 #f6991c;
    width: 100%;
    padding: 10px;
}

.about-left-img ul li:nth-child(2) .about-left-im-box:nth-child(2) {
    height: 363px;
    border-top-left-radius: 0;
}

.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: #f6991c;
    border-bottom: 2px solid;
    padding-top: 2px;
    display: inline-block;
}

.headigroup-1 h3 {
    font-size: 42px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
}

.headigroup-1 h3 span {
    color: #f6991c;
}
.about-right .about-right-inner {
    /* height: 180px; */
    /* overflow: hidden; */
    margin-bottom: 10px;
}

.about-right p {
    text-align: justify;
}

.about-right p a {
    color: #f6991c;
    text-decoration: none;
    font-style: italic;
}

.mission-img {
    position: relative;
    padding-left: 83px;
}

.mission-left {
    position: absolute;
    left: 0;
    background: #f6991c;
    padding: 5px;
    width: 70px;
    height: 70px;
    border-radius: 50px;
    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: #f6991c;
    padding: 15px 25px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    font-size: 18px;
    color: #000;
    position: relative;
    transition: all ease-in-out 0.5s;
}

.r-more:hover {
    background: #1c66e7;
    color: #fff;
}

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: #1146a2;

}

.notification-tab button.nav-link {
    color: #ffffff;
    border: none;
    font-size: 16px;
    background: #1b4ca1;
    border-radius: 20px;
    padding: 10px 30px 25px 30px;
    box-shadow: 0 0 9px #00000052;
    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 30px 30px;
    margin-bottom: 12px;
}
.notification-tab-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 202px;
    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: #eeeeee;
    padding: 8px 5px;
    position: relative;
}

.notice-btn a {
    text-decoration: none;
    color: #003f72;
}

section.principal-sec {
    padding: 100px 0 84px;
    background-image: url(../images/principal-bg.png);
    background-repeat: no-repeat;
    background-color: #3b64ab;
    background-blend-mode: color-burn;
    position: relative;
}

section.principal-sec a.r-more {
    margin-bottom: 90px;
    display: inline-block;
    margin-top: 20px;
}



.principal-text-details {
    position: absolute;
    bottom: 0;
    background: #e1ecff;
    width: 100%;
    padding-bottom: 60px;
}

.principal-img-wrapper figure {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: -87px -40px 0px 0px #ffa730;
    z-index: 1;
    position: relative;
    height: 500px;
}

.principal-img-wrapper figure:before {
    position: absolute;
    content: '';
    top: 20px;
    left: -20px;
    height: 100%;
    width: 106%;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 60px;
    border: 2px solid #f4f4f4;
}

.principal-img-wrapper figure img {
    border-top-right-radius: 94px;
    border-bottom-left-radius: 50px;
    width: 100%;
    height: 100%;
    padding: 0 0 0 0px;
    z-index: 1;
    position: relative;
    object-fit: cover;
}

section.principal-sec .headigroup-1 h3 {
    color: #fff;
    padding-left: 20px;
}


.principal-text {
    padding-left: 20px;
}

.principal-text h3 {
    color: #ffffff;
    font-size: 38px;
}
.prinipal-content-top {
    height: 280px;
    overflow: hidden;
}
.principal-text p {
    color: #ffffff;
    text-align: justify;
}

.principal-name {
    padding-top: 0;
    position: relative;
}

.principal-name h3 {
    border-top: 5px solid #f6991c;
    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-repeat: no-repeat;
    background-color: #f0ebe5;
    background-blend-mode: luminosity;
    position: relative;
}

section.key-section .container-fluid {
    position: relative;
}

section.key-section:before {
    content: '';
    position: absolute;
    background: #fff4e6c9;
    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: 60px 60px 40px 0;
    overflow: hidden;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transition: var(--transition);
}

.activitie-img {
    overflow: hidden;
    border-radius: 50px 50px 50px 0;
    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: #f6991c;
    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: #f6991c;
    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: #000;
    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: #1c66e7;
    color: #fff;

}



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 iframe {
    width: 100%;
    height: 380px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
}

.photo-gallery-card a {
    display: flex;
    height: 260px;
    background: #e1e5eb;
    padding: 10px;
    border-radius: 10px;
}

.photo-gallery-card a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.section-3 .container-fluid {
    position: relative;
}


section.section-3:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: #d0e3ff;
    background-image: url(../images/vdo-gallery-bg.png);
    background-repeat: no-repeat;
    width: 65%;
    height: 100%;
}

.video-gallery .headigroup-1 h3 {
    color: #0f429a;
}

.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: #f6991c;
    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: #fce5cc;
    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%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    object-fit: cover;
}

.facility-box figure {
    height: 300px;
}

.facility-box {
    position: relative;
}

.facility-title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #2453a4f0;
    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;
}
.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: #f6991c;
}

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: #f6991c;
}
footer.footer-sec {
    padding: 60px 0 30px;
    background: #1b2133;
    position: relative;
}

.footer-border {
    position: absolute;
    top: -15px;
}

.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: #f6991c;
    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: #f6991c;
    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;
}

/*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;
}

/*pag-nav-end*/
.table-responsive {
    scrollbar-width: none;
}
/* Contact Us Page */
section.contact-us {
    padding: 60px 0;
    background-color: aliceblue;
}

section.contact-us .contact-box,
section.contact-us .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;
}

section.contact-us .contact-box ul {
    padding: 0;
    margin: 0;
}

section.contact-us .contact-box ul li {
    position: relative;
    align-items: center;
    border-bottom: 1px solid #cccccc47;
    display: flex;
    margin-top: 16px;
    min-height: 69px;
}

section.contact-us .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;
}

section.contact-us .contact-box ul li a {
    color: #000;
    text-decoration: none;
}

section.contact-us .contact-box i {
    font-size: 30px;
}

section.contact-us .contact-box p {
    padding-left: 66px;
}

/*Min Width*/
@media (min-width: 768px) {
    .video-gallery {
        padding-left: 15px;
    }

    .photo-sec {
        padding-right: 15px;
    }


}


@media (max-width:1600px) {

    .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;
    }

    .r-more {
        text-decoration: none;
        background: #f6991c;
        padding: 11px 20px;
        font-size: 16px;
    }

    .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;
    }

}

@media (max-width:1200px) {
    .container-fluid {
        max-width: 95%;
    }
.mid-content {
    width: 100%;
    padding: 0!important;
}
    ul.nav-menu.align-to-right li a {
        font-size: 16px;
        padding: 10px 7px;

    }

    #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        font-size: 15px !important;
    }


    .r-more {
        padding: 11px 15px;
        font-size: 14px;

    }

    .slider-text h3 {
        font-size: 20px;
        max-width: 253px;
        font-weight: 500;
    }

    .r-more {
        padding: 9px 10px;
        font-size: 11px;
    }

    .logo-text h4 {
        font-size: 17px;
    }

    .logo-wrapper img {
        max-height: 48px;
    }

}

@media (max-width:992px) {
    .logo-wrapper img {
        max-height: 57px;
    }
#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: #000000!important;
}
    .logo-text h4 {
        font-size: 16px;
    }

    .slider-text h3 {
        font-size: 16px;
        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%;
    }

    .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;
    }


    .logo-wrapper {
        position: relative;
        z-index: 1;
    }

}

@media (max-width:768px) {

    .headigroup-1 h4 {
        font-size: 14px;
        line-height: 24px;
    }

    section.section-3:before {
        display: none;
    }

    .video-gallery {
        margin-top: 60px;
    }

    .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 20px;
}

    .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;
    }
}

@media (max-width:576px) {
section.breadcrumb-banner .content h2 {
    font-size: 14px;
}
.activitie-bio {
    height: unset;
}
section.section-3 .single-event .event-content h3 {
    height: unset!important;
}
ul#crumbs li a {
    font-size: 10px;
}
ul#crumbs li{
    font-size: 10px!important;
}
section.breadcrumb-banner figure {
    margin: 0;
    height: 110px;
}
section.breadcrumb-banner figure img {
    height: 100%;
    object-fit: cover;
}
    .activitie-img {
        height: 270px;
    }
.prinipal-content-top {
    height: unset;
}
    .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: 92px;
        bottom: unset;
        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;

    }

    .menu-con {
        top: 0px;
    }

    .top-1.sticky .logo-text h4 {
        font-size: 12px;
    }

    .logo-wrapper img {
        max-height: 35px;
    }
    .headigroup-1 h3 {
        font-size: 20px;
    }
    section.about-sec,
    section.facilities-sec,
    section.mission,
    section.facilities,
    section.Whats_newsingle{
        padding: 30px 0 !important;
    }section.about-us-inner {
        padding: 60px 0 30px !important;
    }
    .principal-text-details {
        padding-bottom: 30px;
    }

}
@media (max-width:420px){
    section.contact-us .contact-box p {
        padding-left: 50px;
    }
    section.contact-us .contact-box .span {
        width: 45px;
        height: 45px;
    }
    section.contact-us .contact-box .span i{
        font-size: 22px;
    }
}