@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

/*******************
    General
*******************/

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}   

:root {
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}

::-moz-selection {
  background: var(--bs-info);
  color: #ffffff;
}

::selection {
  background: var(--bs-info);
  color: #ffffff;
}

html {
    font-size: 62.5% !important;
    scroll-behavior: smooth;
}

body {
  font-size: 1.5rem !important;
  position:relative;
  overflow-x: hidden;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif !important;
}



h1, h2, h3, h4, h5, h6 {
  color:#222;
}

a {
  text-decoration: none !important;

}

p, .text-gray {
    color: var(--bs-gray);
    line-height: auto;
    font-weight: 500;
}


.text-justify {
    text-align: justify;
}


.bg-teal {
    background: var(--bs-teal);
}

.cordi .bck {
    max-width: 100% !important;
}


/******************
    Navbar
*******************/
/* 
.navbar {
    box-shadow: 0 2px 4px rgb(0 0 0 / 20%), 0 1px 10px rgb(0 0 0 / 12%), 0 4px 5px rgb(0 0 0 / 14%);
    z-index: 101;
} */

.brand-wrap img {
    width: 100%;
    max-width: 26rem;
}

.myinfo span {
    font-size: 30px;
}

.myinfo a:hover small {
    color: var(--bs-success);
}

.navbar .navbar-nav .nav-link {
    position: relative;
    display: block;
    line-height: 4rem;
    color: #ffffff !important;
    z-index: 1;
    letter-spacing: .1px;
    font-weight: 500;
    font-size: 1.4rem;
    padding: .5rem 1.5rem !important;
    text-transform: uppercase;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus, .navbar .nav-item.active .nav-link {
    background-color: var(--bs-teal);
    color: #fff !important;
}

.soci span {
    width: 5rem;
    height: 5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--bs-info-dark);
}

.soci a:hover span {
    background: var(--bs-danger);
}

.megamenu a, .dropdown-menu a {
  color: #fff;
  font-weight: 400;
  line-height: 3.5rem;
  font-size: 1.4rem;
  transition: all 0.3s linear;
  display: inline-flex;
  align-items: baseline;
}



.mega_title {
    font-size: 2rem;
    font-weight: 600;
}

.megamenu {
    width: 100%;
    max-width: 1182px;
    margin: auto !important;
}



.has-megamenu .megamenu, .navbar .megamenu, .dropdown .dropdown-menu {
    margin-top: 0;
    box-shadow: 0 2px 4px rgb(34 34 34 / 15%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    /*display: block;*/
    overflow: hidden;
    opacity: 0;
    transform-origin: top;
}

.navbar .dropdown-menu {
    min-width: 26rem !important;
    max-height: 130vh;
    opacity: 1;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    overflow: visible;
}


.mynav.sticky {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    -webkit-transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgb(0 0 0 / 10%);
    background: #fff;
}

.navbar .nav-link .fa-chevron-down {
    transition: all 0.4s;
}

.navbar .nav-link:hover .fa-chevron-down {
    transition: all 0.4s;
    transform: rotate(180deg);
}

/******************
    Hero section
*******************/



.slider .carousel-item {
    height: 90vh;
    width: 100%;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
    display: flex !important;
    align-items: center;
}

.slider_text {
    position: relative;
    height: 75vh;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    overflow: hidden;
}



.slider_text h2 {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    width: 100%;
    text-align: left !important;
}

.carousel-control-next, .carousel-control-prev {
    width: 50px !important;
}

.cusbtn {
    font-size: 1.6rem;
    padding: .8rem 2.5rem;
    border-radius: 2.5rem;
    font-weight: 500;
}

.carousel-control-next span, .carousel-control-prev span {
    width: 50px;
    height: 50px;
    background: var(--bs-success);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.evinner i {
    display: inline-flex;
    width: 4rem;
    height: 4rem;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    background: var(--bs-info);
    border-radius: .5rem;
    color: #fff;
    margin-right: 1.5rem;
}

body .cusbtn {
    font-size: 1.6rem;
    padding: .8rem 2.5rem;
    border-radius: 2.5rem;
    font-weight: 500;
}

.drinfo p {
    flex: 1 1 70%;
    max-width: 70%;
}

.bg-green {
    background: var(--bs-success);
}

.text-green {
    color: var(--bs-success);
}

.spek_img {
    width: 75%;
}

.icon {
    width: 40px;
    height: 40px;
    background: #1d9bab;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}

.agenda .accordion-item {
    margin-bottom: 20px;
}

.sub_title {
    font-size: 2.8rem;
    font-weight: 700;
}

.cordi .card:hover {
    background: var(--bs-success) !important;
}


.science .card:hover, .cordi .card:hover {
    background: var(--bs-info);
    transition: all 0.4s linear;
    cursor: pointer;
    color: #fff;
}

.science{
    background:#292f7f14 !important;
}

.science .card h4, .cordi .card h4 {
    transition: all 0.4s;
    transform: scale(1);
}

.science .card:hover h4, .cordi .card:hover h4 {
    transition: all 0.4s;
    transform: scale(1.1);
    color: var(--bs-white);
}

.clock {
    margin: 1rem auto;
  }
  .clock-container {
    border-radius: 5px;
    /* box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4), 0 15px 90px 30px rgba(0, 0, 0, 0.4); */
    width: 100%;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}
  @media screen and (max-width: 600px) {
    .clock-container {
      max-width: 100% !important;
    }
  }
  .clock-col {
    flex: 22%;
    max-width: 100px;
    text-align: center;
    border: 3px solid var(--bs-success);
    background: #ffffff;
    border-radius: 50%;
    height: 100px;
}

.clock-col:nth-child(2), .clock-col:nth-child(2) .clock-timer, .clock-col:nth-child(2) .clock-label {
    border-color: var(--bs-info);
    color: var(--bs-info);
}
.clock-col:nth-child(3), .clock-col:nth-child(3) .clock-timer, .clock-col:nth-child(3) .clock-label {
    border-color: var(--bs-teal);
    color: var(--bs-teal);
}
.clock-col:nth-child(4), .clock-col:nth-child(4) .clock-timer, .clock-col:nth-child(4) .clock-label {
    border-color: var(--bs-danger);
    color: var(--bs-danger);
}


.secwp .bck {
    position: absolute;
    max-width: 50%;
}

.secwp {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 60px !important;
}

.ttldiv .mn {
    width: 28px;
    position: relative;
    top: -4px;
}





.ttldiv .sep {
    max-width: 240px;
    margin-top: -5px;
}

.ttldiv {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
}

.ttldivs {
    margin-top: 20px;
}

.cordi .card {
    background: #9ab14233;
}

.speak_row {
    width: 85%;
    margin: auto !important;
}

.speak_item {
    display: flex;
    justify-content: center;
}

.speak_item * {
    transition: all 0.4s linear;
    cursor: pointer;
}

.ft_area.fst {
    border-right: 1px solid;
}

.speak_item :hover img {
    transform: scale(1.1);
    transition: all 0.4s linear;
}

  @media screen and (max-width: 600px) {
    .clock-col {
      flex: 50%;
    }
  }

  .clock-timer {
    font-size: 3.6rem;
    height: 94px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #6d7f26;
}
.clock-label {
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 10px 0;
    margin: 0;
    color: var(--bs-success);
    font-weight: 600;
}

body .slider_text {
    padding-bottom: 81px !important;
}

.crdby {
    padding-block: 27px !important;
}







/*******************  Responsive *******************/


@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu{ display: none; }
  .navbar .nav-item:hover .nav-link{   }
  .navbar .nav-item:hover .dropdown-menu{ display: block; }
  .navbar .nav-item .dropdown-menu{ margin-top:0; }
} 


@media (max-width: 1199px) {
.brand-wrap {
    width: 25% !important;
}


.navbar-nav .nav-item:before {
    display: none;
}

}


@media(max-width:375px){
    .clock-container {
        gap: 1px !important;

    }

    .clock-col {
        flex: 55px !important;
        height: 55px !important;
        max-width: 55px !important;
    }

    .clock-timer {
        height: 50px !important;
    }

    .clock-label {
        font-size: 10px !important;
    }

}







@media (min-width: 768px) and (max-width: 991px) {

.ttldivs {
    margin-top: 11px;
}

.ttldivs h2 {
    font-size: 20px;
}

.ttldiv .sep {
    max-width: 167px;
    margin-top: -5px;
}

.ttldiv .mn {
    width: 20px;
    position: relative;
    top: 0;
}

.speak_row {
    width: 100% !important;
    margin: auto !important;
}

.agenda .secwp {
    margin-bottom: 60px !important;
}

.slider_text.p-6 {
    height: 105vh !important;
}

}


@media (max-width: 991px) {
html {
        font-size: 60%; 
}

.navbar-toggler {
    font-size: 3.25rem !important;
}

body .mynav {
    background: #fff !important;
    padding-inline: 0;
}

.slider_text {
    padding: 20px !important;
}

.clock-timer {
    font-size: 2rem;
    height: 64px;
}

.navbar-toggler:focus {
    box-shadow: none !important;
}

.brand-wrap {
    width: 70% !important;
}

.clock-col {
    flex: 65px;
    height: 65px;
    max-width: 65px;
}

.clock-container {
    justify-content: space-between;
}

#main_nav {
    padding: 20px 0;
}

.slider_text.p-6 {
    padding: 2rem !important;
    padding-bottom: 50px !important;
}



.navbar {
    padding: 2rem 1rem;
    width: 100%;
    position: relative;
}

.secwp .bck {
    position: absolute;
}

.ttldiv {
    gap: 10px;
    margin-top: 12px;
}

.collapse.show {
    margin-bottom: 20px !IMPORTANT;
}

.slider .carousel-item {
    height: auto !important;
    background-position: 30% 20% !important;
}



.agenda .secwp {
    margin-bottom: 40px !important;
}

.footer_top  .col-md-6:last-child .ft_area {
    width: 100% !important;
    margin-top: 30px;
}

.slider_text.p-6 {
    margin-top: 290px;
    margin-bottom: 50px;
}

}


 @media (max-width: 767px) {
    html {
        font-size: 50%; 
    }
    body .slider_text {
        height: auto;
    }

    .science .col:first-child {
        margin-top: 10px !important;
    }

.footer-one {
    padding-top: 20px;

}
  

  .footer-one h5 {
    margin-top: 30px;
  }

  .footer-one-alt {
    text-align: center !important;
  }


.footer-one a {
    font-size: 1.3rem;
}

.copyright {
    font-size: 1.3rem;
}

.secwp .bck {
    max-width: 100% !important;
}

.ttldiv .sep {
    max-width: 150px !important;
    margin-top: -5px !important;
}

.ttldiv .mn {
    width: 18px !important;
    margin-top: 2px !important;
}

.ttldivs h2 {
    font-size: 16px !important;
}

.ttldivs {
    margin-top: 11px !important;
}

.far {
    border-radius: 50px !important;
    height: 40px !important;
    flex: 1 1 20% !important;
}

.speak_row {
    margin-top: -40px !important;
}

.dcrwp {
    padding: 10px !important;
    padding-bottom: 35px !important;
    margin-top: -45px !important;
}

.corow {
    margin-top: -35px !important;
}




 }



 @media(min-width:1401px) and (max-width:1920px)
{
    .ttldiv {
        margin-top: 30px !important;
    }

    .ttldivs {
        margin-top: 25px;
    }
}

 


/*# sourceMappingURL=style.css.map */