@import url('https://fonts.googleapis.com/css2?family=Fira+Sans: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');

:root {
--text-color: #585555;
/*--theme-color1: #06607f;*/
--theme-color1: #005b7f;
--theme-color2: #6f3a8f;
/*--theme-color3: #7AC153;*/
--theme-color3: #018001;
--gray-dark-color:#374448;
--dark-color:#283033;
}

body{
 font-family: "Fira Sans", serif;
}

/**,::after,::before{
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}*/

.offcanvas{
transition: all .7s ease;
-webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
}


body{
overflow-x: hidden;
}

.container-fluid{
max-width: 1300px;
}

header{
position: fixed;
width: 100%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background: var(--bs-white);
z-index: 10;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
box-shadow: 0 2px 4px 0 rgba(0,0,0,0.14);
}



.logo img{
width: 250px;
}

.logo a{
  margin-bottom: -40px;
background-color: #fff;
padding: 10px;
-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.13);
box-shadow: 0 0 8px 0 rgba(0,0,0,0.13);
display: block;
}

.navbar {
  padding:0px;
}

#navbarTogglerDemo02 {
justify-content: end;
}


.navbar-light .navbar-nav .nav-link {
  padding: 43px 4px;
  color: #333;
  font-weight: 500;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  position: relative;
  font-size: 15.5px;
}

.dropdown-toggle::after {
display: inline-block;
border: none;
}


.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
color: var(--theme-color3);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color: var(--theme-color3);
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 6px;
  vertical-align: middle;
  border-top: 4px dashed;
/*  border-top: 4px solid\9;*/
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;

}

.dropdown-item {
padding: 6px 20px;
position: relative;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
border-radius: 0;
font-weight: 300;
}

.dropdown-item:focus, .dropdown-item:hover {
color: var(--theme-color3);
background: none;
}

.dropdown:hover .dropdown-menu{
opacity: 1;
visibility: visible;
/*-webkit-transform: scaleY(1);
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
transform: scaleY(1);*/
display: block;
}

.dropdown .dropdown-menu{
visibility: hidden;
display: block;
opacity: 0;
-webkit-transition: all 320ms linear 0ms;
-moz-transition: all 320ms linear 0ms;
-ms-transition: all 320ms linear 0ms;
-o-transition: all 320ms linear 0ms;
transition: all 320ms linear 0ms;
/*-webkit-transform: scaleY(0);
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 0 0 0;
-moz-transform-origin: 0 0 0;
-ms-transform-origin: 0 0 0;
-o-transform-origin: 0 0 0;
transform-origin: 0 0 0;*/
border-radius: 0px;
min-width: 240px;
border: none;
 box-shadow: inset 0 6px 4px -4px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: inset 0 6px 4px -4px rgba(0, 0, 0, 0.14);
}


 .dropdown-submenu {
      position: relative;
      cursor: pointer;
    }

    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -1px;
      display: none;
      position: absolute;
    }

     @media (min-width: 992px) {
      .dropdown-submenu:hover > .dropdown-menu {
        display: block;
      }
    }

.dropdown-submenu .dropdown-menu {
left: 98%;
}
.navbar-light .navbar-nav .nav-link.top-call{
background: var(--theme-color1);
padding: 0;
color: var(--bs-white);
font-size: 16px;
width: 40px;
height: 40px;
text-align: center;
line-height: 42px;
border-radius: 50%;
}

.navbar-light .navbar-nav .nav-link.top-call::after{
  display: none;
}

.navbar-light .navbar-nav .nav-link.srch-link {
font-size: 20px;
padding: 0 30px;
height: 100%;
display: flex;
align-items: center;
cursor: pointer;
}

.dropdown .dropdown-menu.dropsub-menu{
  opacity: 0;
  left: 100%;
top: 0;
background: #F3F3F3;
}

.sub-menu:hover .dropdown-menu{
opacity: 1;
}




#demo2 {
position: absolute;
z-index: 99;
padding: 6px 11px;
border-radius: 4px;
left: -125px;
margin-top: 5px;
bottom: -5px;
}

#demo2 .form-control{
font-weight: 300;
border-radius: 0;
border-bottom: 2px solid var(--theme-color3);
}


.banner{
position: relative;
padding: 200px 0;
background:url(../images/b2.jpg); 
background-size: cover;
}

.banner::before{
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
/*background-color: rgba(0,0,0,0.4);*/
z-index: 1;
background: linear-gradient(to bottom, #40E0D0, #006F7A);
opacity: 0.5;
}

.banner video{
width: 100%;
height: 100%;
}


.banner-content{
/*position: absolute;*/
top: 0;
display: flex;
height: 100%;
justify-content: center;
flex-direction: column;
z-index: 9;
align-items: center;
text-align: center;
/*left: 20%;
right: 20%;*/
position: relative;
text-shadow: 0 2px 4px rgba(0,0,0,0.4);
}

.banner-content h1{
color: var(--bs-white);
}

.banner-content p{
  color: var(--bs-white);
}

.banner-content a{
color: var(--bs-white);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
text-decoration: none;
padding: 14px 35px;
border-radius: 3px;
font-weight: 500;
line-height: 23px;
border:1px solid var(--bs-white);
}

.banner-content a:hover{
  background: var(--theme-color3);
  border: 1px solid var(--theme-color3);
}


.sec-1{
padding:40px 0 0;
text-align: center;
}


.sec-1 a{
text-align: center;
text-decoration: none;
padding: 14px 35px;
background: #005B7F;
color: var(--bs-white);
font-weight: 500;
border-radius: 3px;
display: inline-block;  
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.sec-1 a:hover{
background: var(--theme-color3);
}


.sec-2{
padding: 60px 0;
}


.sec2-left video{
width: 100%;
height: 315px;
}

.sec2-right{
display:flex;
flex-direction: column;
height: 100%;
justify-content: center;
padding-left: 50px;
}

.sec2-right h2{
color: var(--theme-color1);
font-size: 27px;
font-weight: 400;
border-bottom: 1px solid var(--theme-color1);
padding-bottom: 25px;
margin-bottom: 25px;
}

.sec2-right p{
  font-family: var(--text-font-family);
  line-height: 26px;
}

.sec2-right a, .contact-form .btn{
background:var(--theme-color1);
color: var(--bs-white);
display: inline-block;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
text-decoration: none;
padding: 14px 35px;
align-self: start;
border-radius: 3px;
font-weight: 500;
line-height: 23px;
}

.sec2-right a:hover, .contact-form .btn:hover{
background: var(--theme-color3);
}


.sec-3{
padding: 80px 0;
background: #f2f6f8;
position: relative;
z-index: 9;
}

.sec-3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(45% + 10px);
  height: 100%;
  background-image: url("../images/sec3-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.sec3-left{
padding: 0 20px;  
}

.sec3-left h2{
color: var(--theme-color1);
font-weight: 400;
font-size: 27px;
margin-bottom: 40px;
}

.sec3-left video{
width: 100%;
height: 300px;
background: #000;
}


.sec3-title h2{
color: var(--theme-color1);
border-bottom: 1px solid var(--theme-color1);
padding-bottom: 25px;
margin-bottom: 15px;
font-weight: 400;
font-size: 27px;
}

.sec3-box{
position: relative;
}

.sec3-box a{
display: block;
text-decoration: none;
position: relative;
padding: 15px 0;
margin: 20px 0;
}

.sec3-box a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 20px;
  background-color: var(--theme-color1);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.sec3-box a:hover::after{
  width: 100%;
}


.sec3-box h6{
color: var(--theme-color1);
font-size: 14px;
font-weight: 400;
margin-bottom: 15px;
}

.sec3-box p{
color: #333;
line-height: 23px;
-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

.sec3-box a:hover p{
color: var(--theme-color1);
}

.ds-mr{
padding-left: 12%;
}

.sec6-btm a {
  background: var(--theme-color1);
  color: var(--bs-white);
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  padding: 14px 40px;
  align-self: start;
  border-radius: 3px;
  font-weight: 500;
  line-height: 23px;
  margin-top: 15px;
}

.sec6-btm a:hover {
  background: var(--theme-color3);
}





.inner-banner{
padding: 250px 0 150px;
position: relative;
z-index: 9;
}

.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  z-index: -1;
}

.about-banner{
background: url(../images/in-banner.jpg) no-repeat center;
background-size: cover;
}

.investor-banner{
background: url(../images/investor-banner.jpg) no-repeat;
background-size: cover;
}

.investor-banner2{
background: url(../images/investor-bg.jpg) no-repeat;
background-size: cover;
}



.in-ban-title h1{
color: var(--bs-white);
}

.inner-matter p{
line-height: 1.6;
color: #333;
text-align: justify;
}



.inner-matter{
padding: 50px 0;
}

.invest-page h3{
font-size: 27px;
font-weight: 400;
color: var(--theme-color1);
}

.accordion-button:focus {
  box-shadow: none;

}

.accordion-button:not(.collapsed) {
  background: #edfaff;
  color: var(--theme-color1);
  }


.intllect-page p strong{
color: var(--theme-color1);
}

.intllect-page ul{
  padding-left: 14px;
}

.intllect-page ul li{
color: #333;
line-height: 1.6;
}

.clinical-trial a{
color: var(--theme-color1);
text-decoration: none;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.clinical-trial a:hover{
color: var(--theme-color3);
}


.team-sec h2 {
  color: var(--theme-color1);
  font-size: 27px;
  font-weight: 400;
  border-bottom: 1px solid var(--theme-color1);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.anm-link a{
text-decoration: none;
font-weight: 500;
background: var(--theme-color1);
color: var(--bs-white);
display: inline-block;
padding: 14px 22px;
margin: 20px;
border-radius: 4px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.anm-link a:hover{
background: var(--theme-color3);
}

.core-value-item .big-letter {
  font-size: 32px;
  padding:8px 25px 8px 0px;
  color: var(--theme-color3);
  text-decoration: underline;
}

.core-value-item{
display: flex;
margin-bottom: 20px;
}

.core-value-item .core-value-text p{
margin-bottom: 8px;
}

.video-box{
  margin-bottom: 30px;
}

.video-box video{
width: 100%;
height: 250px;
background: #000;
}

.video-box h4{
  font-size: 16px;
line-height: 23px;
color: #333;
text-align: left;
padding-bottom: 20px;
border-bottom: 1px solid #E7E7E7;
font-weight: 400;
margin-top: 15px;
height: 65px;
}

.video-box iframe{
  width: 100%;
height: 250px;
}


.stroke-enq-bx a{
text-decoration: none;
display: block;
background: var(--theme-color3);
padding: 35px 30px;
margin: 30px 10px;
height: 100%;
color: var(--bs-white);
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}

.stroke-enq-bx a small{
margin-top: 20px;
display: inline-block;
}

.stroke-enq-bx a:hover{
transform: translateY(-4px);
-webkit-transform: translateY(-4px);
-moz-transform: translateY(-4px);
box-shadow: 0 2px 8px rgba(0,0,0, 0.3);
}



footer{
  padding: 40px 0;
  background: #005B7F;
}

.f-links p{
color: var(--bs-white);
font-size: 14px;
line-height: 26px;
margin-bottom: 5px;
font-weight: 300;
}

.f-links p i{
  padding-right: 4px;
}

.f-links p a{
  text-decoration: none;
  color: var(--bs-white);
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
}

.f-links p a:hover{
  color: #b7e9fd;
}

.f-links h4{
color: var(--bs-white);
position: relative;
margin-bottom: 20px;
font-size: 16px;
text-transform: uppercase;
}

.f-links ul{
  padding-left: 0;
}

.f-links ul li{
  list-style: none;
}

.f-links ul li a{
color: var(--bs-white);
font-size: 14px;
text-decoration: none;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
line-height: 25px;
display: block;
font-weight: 300;
}


.f-links ul li a:hover{
  color: #b7e9fd;
  padding-left: 4px;
}

.footer-form .form-control{
padding: 13px 20px;
border-radius: 0px;
border: none !important;
font-weight: 300;
margin-bottom: 10px;
}

.footer-form p{
  display: flex;
  gap:8px;
}

.footer-form p label{
  margin-right: 15px;
}

.footer-form .frm-btn{
color: var(--bs-white);
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
text-decoration: none;
padding: 12px 40px;
border-radius: 3px;
font-weight: 500;
line-height: 23px;
border: 1px solid var(--bs-white);
background: none;
}

.footer-form .frm-btn:hover{
  background: var(--theme-color3);
  border:1px solid var(--theme-color3);
}

footer hr{
border-color: var(--bs-white);
margin: 22px 0;
}

.bt-copy p{
margin: 0;
color: var(--bs-white);
font-size: 14px;
font-weight: 300;
}

.social-links{
display: flex;
margin: 0;
align-items: center;
justify-content: end;
}

.social-links li{
  font-size: 14px;
  font-weight: 300;
  list-style: none;
  color: var(--bs-white);
}

.social-links li a{
  text-decoration: none;
  font-size: 20px;
  color: var(--bs-white);
  display: block;
padding: 0 8px;
transition: .4s;
-webkit-transition: .4s;
-moz-transition: .4s;
}


.contact-form{
background: #f8f8f8;
padding: 65px 30px;
}

.contact-form input, .contact-form textarea{
padding: 13px 20px !important;
border-radius: 3px !important;
background-color: #fff;
border: 1px solid #005B7F !important;
font-size: 16px;
font-weight: 300;
line-height: 23px;
}

.contact-form input:focus{
  box-shadow: none !important;
}

.contact-form input::placeholder, .contact-form label, .contact-form textarea{
  font-size: 14px;
}



.contact-details h4{
  color: #333;
}

.contact-details a{
  transition: .7s ease;
  color: var(--theme-color1);
}

.contact-details p{
  text-align: justify;
}

.contact-details a:hover{
color: var(--theme-color3);
}

.social-links li a:hover{
color: var(--theme-color3);
}

.contact-details h4{
  color: #333;
}


.team-bx{
text-align: center;
}

.team-bx a{
  text-decoration: none;
  display: block;
  margin-bottom: 20px;
  cursor: pointer;
}

.team-bx h5{
color: var(--theme-color1);
font-weight: 400;
margin-top: 10px;
margin-bottom: 2px;
}

.team-bx img{
border-radius: 10px;
width: 80%;
}

.team-bx p{
  margin-bottom: 8px;
  color: #212529;
}

.team-bx span{
  background: var(--theme-color3);
color: var(--bs-white);
padding: 10px 18px;
display: inline-block;
font-size: 14px;
border-radius: 30px;
}

.team-bx span i{
padding-right: 4px;
}

#dynamicModal h5{
color: var(--theme-color1);
font-weight: 400;
}

#dynamicModal h6{
color: #212529;
font-weight: 400;
}

#dynamicModal p {
  color: #666;
  font-size: 15px;
  text-align: justify;
  line-height: 1.6;
}


#dynamicModal .close{
  position: absolute;
right: -10px;
top: -10px;
background: var(--theme-color3);
border-radius: 50%;
opacity: 1;
color: #fff;
box-shadow: none;
font-weight: 400 !important;
border: none;
width: 30px;
height: 30px;
font-size: 23px;
line-height: 27px;
z-index:99;
}

.scientific-publications .scientific-publications-p{
  text-align: center;
    border: 1px solid #e7e7e7;
    border-bottom: none;
    margin-right: 10px;
    color: var(--theme-color3);
    padding: 15px 20px;
    display: inline-block;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    cursor: pointer;
    position: relative;
}
.scientific-publications .module_container--content p{
  text-align: justify;
  margin: 0;
}
.scientific-publications .module_container--content .module_item{
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.scientific-publications a{
  color: var(--theme-color3);
  text-decoration: none;
}
.scientific-publications .scientific-publications-p::after{
  content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 5px;
    width: 100%;
    background-color: #fff;
}

@media only screen and (min-width:360px) and (max-width:414px){ 
header {
  position: relative;
}

}


@media only screen and (min-width:0px) and (max-width:575px){ 

.logo img {
  width: 190px;
}

.logo a {
  margin: 0;
  box-shadow: none;
}

.offcanvas .btn-close{
  box-shadow: none !important;
font-size: 13px;
color: var(--bs-white);
}

.sub-menu .dropdown-menu {
  left: 30%;
}

.navbar-toggler {
  background: var(--theme-color3);
  color: var(--bs-white);
  padding: 6px 12px;
  margin: 5px 0;
  border: none;
}

.dropdown .dropdown-menu {
visibility: visible;
opacity: 1; 
display: none;
-webkit-transform: none; 
-moz-transform: none; 
-ms-transform: none;
-o-transform: none; 
transform:none; 
-webkit-transform-origin: none; 
-moz-transform-origin: none; 
-ms-transform-origin: none; 
-o-transform-origin: none; 
transform-origin: none; 
}

.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown-item {
  padding: 1px 25px 0;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}


.dropdown-submenu .dropdown-menu {
  left: 0;
  position: relative;
  max-width: 100%;
  margin: 0 10px;
}

.navbar-light .navbar-nav .nav-link.top-call {
  margin-left: 15px;
}

.navbar-light .navbar-nav .nav-link {
  font-size: 14px;
}


.banner-content {
  left: 5%;
  right: 5%;
  justify-content: end;
  bottom: 10%;
  top: auto;
}

.banner-content h1 {
font-size: 20px;
}

.banner-content p {
font-size: 14px;
}


.banner-content a {
  padding: 5px 16px;
  font-weight: 400;
  font-size: 12px;
}

.sec2-right {
  padding-left: 0;
  margin-top: 20px;
}

.sec-3::before {
  display: none;
}

.ds-mr {
  padding-left: 0;
}

.sec3-title h2 {
margin-top: 20px;
}


}

@media only screen and (min-width:576px) and (max-width:767px){ 

.navbar-toggler {
  background: var(--theme-color2);
  color: var(--bs-white);
  padding: 6px 12px;
  margin: 5px 0;
  border: none;
}

.dropdown .dropdown-menu {
visibility: visible;
opacity: 1; 
display: none;
-webkit-transform: none; 
-moz-transform: none; 
-ms-transform: none;
-o-transform: none; 
transform:none; 
-webkit-transform-origin: none; 
-moz-transform-origin: none; 
-ms-transform-origin: none; 
-o-transform-origin: none; 
transform-origin: none; 
}

.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown-item {
  padding: 1px 25px 0;
  font-size: 14px;
  line-height: 30px;
}

}


@media only screen and (min-width:768px) and (max-width:991px){
.dropdown .dropdown-menu {
visibility: visible;
opacity: 1; 
display: none;
-webkit-transform: none; 
-moz-transform: none; 
-ms-transform: none;
-o-transform: none; 
transform:none; 
-webkit-transform-origin: none; 
-moz-transform-origin: none; 
-ms-transform-origin: none; 
-o-transform-origin: none; 
transform-origin: none; 
}

.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown-item {
  padding: 1px 25px 0;
  font-size: 14px;
  line-height: 30px;
}
}
.press-releases-section a{
  color: var(--theme-color1);
}
.press_releases_one_section p,.press_releases_second_section p,.press_releases_third_section p,.press_releases_fourth_section {
  text-align: justify;

}

@media only screen and (min-width:992px) and (max-width:1199px){ 

}

@media (width:1024px){

}


@media only screen and (min-width:1200px) and (max-width:1399px){ 

}

@media (min-width:1400px){ 

}

@media only screen and (max-width:991px){ 

.logo a {
  margin: 0;
  box-shadow: none;
}

.navbar-toggler {
  background: var(--theme-color3);
  color: var(--bs-white);
  padding: 6px 12px;
  margin: 5px 0;
  border: none;
}

.navbar-light .navbar-nav .nav-link {
  padding: 15px 20px;
}

.navbar-light .navbar-nav .nav-link.srch-link {
 height: auto; 
}

#demo2 {
  position: relative;
  left: 20px;
  width: 50%;
}

}