* {
    margin    : 0;
    padding   : 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Mulish';
    font-weight: normal;
    src        : url("../fonts/Mulish-VariableFont_wght.ttf") format("truetype");
}

body {
    font-family: 'Mulish';
    /* font-family: 'NexaRegular'; */

}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h6 {
    line-height: 1.5;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2.5rem;
}

a {
    text-decoration: none;
    color          : #212529;
}

a:hover {
    color: #212529;
}

.text-primary {
    color: #192A3D !important;
}

.text-secondary {
    color: #cc283d !important;
}

.btn-primary {
    background-color: #0472b9 !important;
    border: 1px solid #0472b9;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(0 86 13 / 11%);
}

.sec-padd {
    padding: 30px 0;
}

.sticky{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.custom-nav {
    background-color: #044067;
    padding: 0;
}

.header-contact {
    margin-left: auto;
    font-size: 12px;
}

@media (max-width: 768px){
    .header-contact {
        display: none !important;
    }
}

.custom-nav .nav-link {
    color: #fff;
    padding: 20px;
    display: block;
    margin: 0 10px;
}

@media (max-width: 600px) {
    .custom-nav .nav-link {
        padding: 10px;
    }
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fff;
    background: #ffffff1c;
}

.navbar-brand img {
    width: 80px;
}

.custom-nav .nav-link:hover {
    background: #ffffff1c;
}


.video-overlay-play {
    height: 100%;
    width: 100%;
    position: relative;
    border: 1px solid #000;
}

.video-overlay-play:after {
    content: '▶';
    display: block;
    width: 2em;
    height: 2em;
    border-radius: 100%;
    position: absolute;
    left: calc(50% - 1em);
    top: calc(50% - 1em);
    background-color: #fff;
    background-color: #fff;
    color: #044067 !important;
    font-size: 2em;
    line-height: 2.2em;
    text-align: center;
    vertical-align: bottom;
}

/* .banner-wrapper {
    padding-bottom: 30px;
} */

.banner-content {
    background: #fff;
    padding: 30px;
    /* margin-left: -80px; */
    position: relative;
    border-radius: 20px;
}

@media (min-width: 992px) {
    .banner-content {
        margin-left: -80px;
    }
}

.flex-item {
    display: flex;
}

.why-choose-wrapper {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.why-choose-inner {
    margin-bottom: 30px;
    background: #cc283d05;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #cc283d26;
}

.why-choose-inner h3{
    font-size: 18px;
}

.why-choose-inner img {
    width: 30px;
    margin-right: 10px;
}

.why-choose-box-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    /* margin-top: 50px; */
    cursor: pointer;
    border-radius: 10px;
    height: 270px;
}

@media (max-width: 600px) {
    .why-choose-box-img {
        margin-bottom: 10px;
    }
}

.why-choose-box-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(50, 52, 59);
    background: linear-gradient(180deg, rgb(255 255 255 / 0%) 58%, #020202 109%);
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}

.why-choose-box-img h3 {
    font-size: 18px;
}

.why-choose-box-img-title {
    position: absolute;
    /* top: 353px; */
    bottom: 0;
    color: #fff;
    left: 30px;
}

.why-choose-slider {
    margin-top: 20px;
}

.why-choose-slider .owl-nav {
    display: none;
}

.why-choose-slider .owl-dots {
    margin-top: 10px;
}

.about-home-video-first {
    margin-right: 50px;
}

.about-home-video video {
    border-radius: 30px;
}

.about-home-video-second {
    margin-top: 100px;
}

.video-card-wrapper .video-card-inner video{
    border-radius: 20px;
}

.video-card-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;;
}

.video-card-inner video {
    width: 100%;
    display: block;
}

.video-card-inner:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.video-card-overlayText {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 45%;
    right: 30px;
}

@media (max-width: 600px) {
    .video-card-overlayText {
        width: auto;
        padding: 10px
    }

    .video-card-overlayText h5 {
        font-size: 14px;
    }

    .overlay-text {
        font-size: 18px;
    }

    .video-card-overlayText img {
        display: none;
    }

    .video-card-overlayText button {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .about-home-video {
        display: block !important;
        text-align: center;
    }
    .about-home-video-second {
        margin-top: 0;
    }
}

.overlay-text {
    color: white;
    align-self: center;
}  

.mission-vision-accordion .accordion-item {
    margin-bottom: 5px;
}

.mission-vision-accordion .accordion-item .accordion-button {
    font-weight: bold;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    box-shadow: none;
}

.mission-vision-accordion .accordion-item:nth-child(1) {
    background-color: #0472b9;
    color: #fff;
}

.mission-vision-accordion .accordion-item:nth-child(1) .accordion-button {
    background-color: #0472b9;
    color: #fff;
}

.mission-vision-accordion .accordion-item:nth-child(1) .accordion-button:not(.collapsed) {
    background-color: #0472b9;
    color: #fff;
}

.mission-vision-accordion .accordion-item:nth-child(2) .accordion-button {
    background-color: #cc283d;
    color: #fff;
}

.mission-vision-accordion .accordion-item:nth-child(2) {
    background-color: #cc283d;
    color: #fff;
}

.mission-vision-accordion .accordion-item:nth-child(2) .accordion-button:not(.collapsed) {
    background-color: #cc283d;
    color: #fff;
}


.mission-vision-accordion .accordion-item:nth-child(3) .accordion-button {
    background-color: #1fa7ff;
    color: #fff;
}

.mission-vision-accordion .accordion-item:nth-child(3) {
    background-color: #1fa7ff;
    color: #fff;
}

.mission-vision-accordion .accordion-item:nth-child(3) .accordion-button:not(.collapsed) {
    background-color: #1fa7ff;
    color: #fff;
}

.recent-event-img {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.recent-event-img img {
    height: 100%;
    max-width: fit-content;
} 

.recent-event-content {
    width: 50%;
    padding: 20px;
    
    color: #fff;
}

.recent-event-card {
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
    height: 300px;
}

@media (max-width: 600px) {
    .recent-event-card {
        height: 400px;
    }
}

.recent-event-wrapper .col-lg-6:nth-child(1)  .recent-event-content, .recent-event-wrapper .col-lg-6:nth-child(4)  .recent-event-content{
    background-color: #0472b9;
}

.recent-event-wrapper .col-lg-6:nth-child(2)  .recent-event-content, .recent-event-wrapper .col-lg-6:nth-child(3)  .recent-event-content{
    background-color: #cc283d;
}

.recent-event-card .recent-event-content a{
    color: #fff;
    margin-top: 20px;
}

.recent-event-wrapper .col-lg-6:nth-child(odd) .recent-event-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(50, 52, 59);
    background: linear-gradient(270deg, rgb(255 255 255 / 0%) 58%, #020202 109%);
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}

.recent-event-wrapper .col-lg-6:nth-child(even) .recent-event-img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(50, 52, 59);
    background: linear-gradient(90deg, rgb(255 255 255 / 0%) 58%, #020202 109%);
    border-bottom-right-radius: 11px;
    border-bottom-left-radius: 11px;
}

.our-partner-wrapper {
    background-color: #f8f8f8;
}

.partner-slider img {
    width: 150px !important;
    margin: auto;
}

.our-partner-wrapper .owl-stage-outer {
    background-color: #fff;
}

.partner-slider .owl-nav, .partner-slider .owl-dots {
    display: none
}

.partner-slider-img {
    height: 150px;
    display: flex

}

.footer-wrapper .footer-logo {
    width        : 200px;
    margin-bottom: 20px;
}

.footer-wrapper {
    color        : #fff;
    /* background   : #142826; */
    background: #192a3d;
}

.footer-wrapper ul {
    list-style: none;
    padding   : 0;
}

.footer-wrapper h5 {
    margin-bottom: 30px;
}

.footer-wrapper ul li {
    margin-bottom: 10px;
}

.footer-wrapper ul li a {
    text-decoration: none;
    color          : #c1c1c1;
}

.social_media {
    display       : flex;
    align-items   : center;
    gap           : 10px;
    /* margin-top : 20px; */
    list-style    : none;
    padding       : 0;
}

.social_media li a {
    width        : 35px;
    height       : 35px;
    border       : 1px solid #9599ab;
    border-radius: 100px;
    color        : #ffffff;
    display      : block;
    text-align   : center;
    line-height  : 35px;
    transition   : .4s all;
}

footer .app-download {
    display: flex;
}

footer .app-download a {
    padding         : 12px 20px;
    background      : #253d3a;
    /* background   : #2c3a40; */
    margin-right    : 10px;
    border-radius   : 15px;
}

.footer-contact li {
    display     : inline-block;
    margin-right: 10px;
}

.breadcrumb-banner {
    /* background     : #000 url(../images/breadcrumb-img.jpg) no-repeat 50% 50%; */
    
    background-image: linear-gradient(to right, rgb(0 0 0 / 85%), rgb(32 85 133 / 52%)), url(../images/breadcrumb-img.jpg);
    background-size: cover;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-position: 50%;
    /* top            : -39px; */
}

.breadcrumb-wrapper {
    text-align: center;
}

.breadcrumb-wrapper h1 {
    font-size: 50px;
    color    : #fff;
}

.breadcrumb-wrapper .breadcrumb {
    justify-content: center;
}

.breadcrumb-wrapper .breadcrumb-item.active {
    color: #fff;
}


.breadcrumb-wrapper a {
    color: #0472b9;
}

.video-gallery {
    position: relative;
    margin: 0 auto;
    /* max-width: 1000px; */
    text-align: center;
  }
  
  .video-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    background: #000;
    cursor: pointer;
    margin-bottom: 10px;
    margin-bottom: 25px;
    border-radius: 10px;
  }

  .video-gallery .gallery-item .gallery-item-caption h2 {
    color: #fff;
    font-size: 22px;
  }

  .video-gallery .gallery-item img {
    position: relative;
    display: block;
    opacity: .7;
    width: 108%;
    height: 300px;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-23px, 0, 0);
    backface-visibility: hidden;
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
  }
  
  .video-gallery .gallery-item .gallery-item-caption,
  .video-gallery .gallery-item .gallery-item-caption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .video-gallery .gallery-item h2 {
    font-weight: 300;
    overflow: hidden;
    padding: 0.5em 0;
  }
  
  
  .video-gallery .gallery-item h2,
  .video-gallery .gallery-item p {
    position: relative;
    margin: 0;
    z-index: 10;
  }
  
  .video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 68%;
  
    padding: 1em 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover img {
    opacity: .3;
    transform: translate3d(0, 0, 0);
  
  }
  
  .video-gallery .gallery-item .gallery-item-caption {
    text-align: left;
  }
  
  .video-gallery .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;
    
    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
  }
  
  .video-gallery .gallery-item:hover h2::after {
    transform: translate3d(0, 0, 0);
  }
  
  .video-gallery .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  
  @media screen and (max-width: 50em) {
    .video-gallery .gallery-item {
      display: inline-block;
      float: none;
      margin: 10px auto;
      width: 100%;
    }
  }

.nav-item  .dropdown-menu {
    border: 1px solid;
    border-top: 3px solid #cc283d;
}

.content-page-img img {
    border-radius: 20px;
}

.achievement-slider .owl-nav {
    display: none;
}

.achievement-slider .owl-dots {
    margin: 20px;
}


.team-inner {
    display      : flex;
    gap          : 1.5rem;
    margin-bottom: 30px;
}

.team-pic {
    width        : 25%;
    border-radius: 1.5rem;
    overflow     : hidden;
}

.team-pic img {
    object-fit: cover;
    width     : 100%;
    height    : 100%;
}

.team-content {
    width           : 75%;
    justify-content : center;
    flex-direction  : column;
    display         : flex;
    background: #cc283d05;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #cc283d26;
}

.our-team .pic {
    display      : inline-block;
    width        : 150px;
    height       : 150px;
    background   : #006799;
    padding      : 5px;
    margin-bottom: 25px;
    transition   : all 0.5s ease 0s;
    border-radius: 50%;
}

.our-team:hover .pic {
    background   : #3c9fd4;
    border-radius: 50%;
}

.pic img {
    width        : 100%;
    height       : auto;
    border-radius: 50%;
    width        : 150px;
    height       : 150px;
}

.our-team .title {
    display    : block;
    font-size  : 20px;
    font-weight: 600;
    margin     : 0 0 7px 0;
}

.our-team .post {
    display       : block;
    font-size     : 15px;
    color         : #006799;
    text-transform: capitalize;
    margin-bottom : 15px;
}

.our-team .social {
    padding      : 0;
    margin       : 0;
    list-style   : none;
    margin-bottom: 20px;
}

.our-team .social li {
    display     : inline-block;
    margin-right: 5px;
}

.our-team .social li a {
    display      : block;
    width        : 30px;
    height       : 30px;
    line-height  : 30px;
    border-radius: 50%;
    font-size    : 15px;
    color        : #044067;
    border       : 1px solid #044067;
    transition   : all 0.5s ease 0s;
    text-align   : center;
}

.our-team:hover .social li a {
    background: #006799;
    color     : #fff;
}

@media (max-width: 600px) {
    .team-inner {
        display: block;
    }

    .team-pic {
        width: 100%;
        margin-bottom: 10px;
    }

    .team-content {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* contact page */

.contact-sec {
    align-items: center;
    display: flex;
    background-color: #5cbde466;
  }

  .contact-ul {
    padding: 0;
  }
  
  .contact-sec .contact-ul li,
  .contact-ul b {
    font-size: 20px;
    margin: 10px 0;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    word-wrap: break-word;
    list-style: none;
  }
  
  .contact-sec .contact-ul i {
    font-size: 18px;
    padding: 10px;
    margin-right: 10px;
    border-radius: 50%;
  }
  .contact-detail a {
    color: #000;
    text-decoration: none;
  }
  
  .contact-sec .contact-ul li b:hover {
    color: #f93;
  }
  
  .contact-sec .contact-ul li .fa-location-dot {
    color: #f44337;
    border: 2px solid #f4433790;
  }
  
  .contact-sec .contact-ul li .fa-phone {
    color: #00b055;
    border: 2px solid #00b05590;
  }
  
  .contact-sec .contact-ul li .fa-envelope {
    color: #ff6347;
    border: 2px solid #ff634790;
  }
  
  .contact-detail span {
    width: 400px;
    display: flex;
    justify-content: center;
  }
  .contact-detail span a {
    font-size: 20px;
    padding: 6px 12px;
    color: #000;
    border-radius: 50%;
    margin: 0px 5px;
  }
  .contact-detail span .fb {
    color: #3b5998;
    border: 3px solid #3b5998;
  }
  .contact-detail span .fb:hover {
    color: #fff;
    background-color: #3b5998;
  }
  
  .contact-detail span .insta {
    color: #833ab4;
    border: 3px solid #833ab4;
  }
  .contact-detail span .insta:hover {
    color: #fff;
    background-color: #833ab4;
  }
  
  .contact-detail span .twitter {
    color: #00acee;
    border: 3px solid #00acee;
  }
  .contact-detail span .twitter:hover {
    color: #fff;
    background-color: #00acee;
  }
  
  form.contFrm {
    max-width: 396px;
    margin: auto;
  }
  
  .inptFld {
    width: 100%;
    height: 50px;
    border: 0;
    margin: 0 0 10px;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 16px;
    color: #000;
  }
  
  .inptFld:focus {
    outline-offset: -4px;
    outline: 1px solid #cc283d;
  }
  
  .contFrm textarea {
    height: 75px;
    padding-top: 5px;
  }
  .inptBtn {
    height: 50px;
    border: 0;
    background: #00b055;
    font-size: 14px;
    color: #fff;
    margin: auto;
    letter-spacing: 1px;
    cursor: pointer;
    width: 100%;
    max-width: 200px;
  }
  
  /* Responcive css Start */
  
  @media (max-width: 991px) {
  
    .contact-sec .contact-ul li,
    .contact-ul b {
      font-size: 18px;
    }
  
    .contact-sec .contact-ul i {
      font-size: 14px;
      padding: 6px;
      margin-right: 6px;
    }
  
    .inptFld {
      height: 40px;
      margin: 0 0 10px;
      padding: 0 14px;
      font-size: 14px;
    }
  }
  
  @media (max-width: 767px) {
    .contact-detail span {
      width: auto;
    }
    .contact-detail span a {
      font-size: 18px;
      padding: 5px 10px;
      color: #000;
      border-radius: 50%;
      margin: 0px 5px 20px;
    }
  }
  
  @media (max-width: 575px) {
    .section-title {
      font-size: 26px;
      font-weight: 500;
    }
    .contact-sec {
      border-radius: 10% 10% 0% 0% / 5% 5% 0% 0%;
    }
  
    .contact-sec .contact-ul i {
      border: none;
    }
    .inptFld {
      height: 36px;
      margin: 0 0 8px;
      padding: 0 14px;
      font-size: 14px;
    }
  }
  
  @media (max-width: 480px) {
    .contact-sec .contact-ul li,
    .contact-ul b {
      font-size: 16px;
    }
  }
  