@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
*******************/



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

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



.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);
}




.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
*******************/




/*******************  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: 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;
}


 }



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

    .ttldivs {
        margin-top: 25px;
    }

    
}

 


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