@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, html {
  height: 100%;
}

body {
  font-family: 'Nunito', sans-serif;
  color: #000000;
  background-color: #fefefe;
  overflow-x: hidden;
}

.layout_padding {
  /* padding: 90px 0; */
    padding:60px 0 !important;
}

.layout_padding2 {
  padding: 75px 0;
}

.layout_padding2-top {
  /* padding-top: 75px; */
     padding-top:55px;
}

.layout_padding2-bottom {
  padding-bottom: 75px;
}

.layout_padding-top {
  /* padding-top: 90px; */
  padding-top:60px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.layout_margin-top {
  margin-top: 90px;
}

.layout_margin-bottom {
  margin-bottom: 90px;
}

.heading_container {
  /* display:flex;
  align-items:center;
  justify-content:start !important; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

/* .heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
} */

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*header section*/
.hero_area {
  position: relative;
  /* min-height: 100vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.hero_area .hero_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  overflow: hidden;
  z-index: -1;
}
.hero_area .hero_bg_box img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom right;
     object-position: bottom right;
}

.sub_page .hero_area {
  min-height: auto;
  background-color: #178066;
}

.sub_page .hero_area .hero_bg_box {
  display: none;
}

.header_section {
  padding: 15px 0;
  box-shadow:-1px 1px 8px 0px #000 !important;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  /* padding: 5px 20px; */
  padding:5px 12px !important;
  color:#000;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight:500;
}
.custom_nav-container .navbar-nav .nav-item .nav-link:hover{
  color:#ee3b20;
}
.custom_nav-container .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #ffffff;
}
.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 20px;
  margin: 5px 0;
}

.custom_nav-container .nav_search-btn:hover {
  color: #62d2a2;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 45px 0 145px 0;
}

.slider_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  color: #1fab89;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #ffffff;
}

.slider_section .detail-box p {
  color: #fefefe;
  font-size: 14px;
}

.slider_section .detail-box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
  margin-top: 25px;
}

.slider_section .detail-box .btn-box a {
  margin: 5px;
  text-align: center;
  width: 165px;
}

.slider_section .detail-box .btn-box .btn1 {
  display: inline-block;
  padding: 10px 15px;
  background-color: #ffffff;
  color: #62d2a2;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #ffffff;
}

.slider_section .detail-box .btn-box .btn1:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider_section .img-box img {
  width: 100%;
  max-width: 375px;
}

.slider_section .carousel-indicators {
  position: unset;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  background-color: #ffffff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  opacity: 1;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}

.department_section ,.contact_section,.home_redirect_section,.privacy_policy_section{
  position: relative;
}

.department_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  text-align: center;
}
/* on hover of the image in sections,zoom effect*/
.home_redirect_section .box div.redirection_images,.about_section .about_us_image,.improve_business_section .contact_us_image{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.home_redirect_section .box div.redirection_images img{
  width:500px;height:204px;
  object-fit:cover;
  border:none;
  transition:transform 1s;  
}
.about_section .about_us_image img,.improve_business_section .contact_us_image img{
  width: 100%; 
  height: 100%; 
  object-fit:cover;
  border:none;
  transition:transform 1s;
}
.home_redirect_section .box div.redirection_images img:hover,.about_section .about_us_image img:hover,.improve_business_section .contact_us_image img:hover{
  transform: scale(1.2);
}
/* zoom effect code end here */
.department_section .box .img-box {
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  background-color: #62d2a2;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.department_section .box .img-box img {
  max-width: 55px;
  max-height: 55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.department_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.department_section .box .detail-box a {
  color: #1fab89;
  font-weight: 600;
}

.department_section .box .detail-box a:hover {
  color: #62d2a2;
}

.department_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.department_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
}

.department_section .btn-box a:hover {
  background-color: transparent;
  color: #62d2a2;
}
.about_section_full,.pages_redirection_section_full{
   border-radius: 15px;
   /* box-shadow:1px 1px 6px 2px #cfcfcf; */
}
.pages_redirection_section_full{
  /* box-shadow:1px 1px 6px 2px #10101022; */
}
/* improve_business_section */
.about_section .row,.improve_business_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about_section .about_us_image,.improve_business_section .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about_section .about_us_image img,.improve_business_section .img-box img {
  width: 100%;
  border-radius:15px 0px 0px 15px;
}
.improve_business_section .img-box img{
  border-radius:0px 15px 15px 0px;
}
.about_section .detail-box h3,.improve_business_section .detail-box h3{
  font-weight: bold;
}
.about_section .detail-box p,.improve_business_section .detail-box p {
  margin-top: 15px;
}
.about_section .detail-box a,.improve_business_section .detail-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  margin-top: 15px;
}
.about_section .detail-box a:hover,.improve_business_section .detail-box a:hover {
  background-color: transparent;
  color: #62d2a2;
}
/* doctor's */
.doctor_section {
  background: #178066;
}

.doctor_section .heading_container {
  color: #ffffff;
}

.doctor_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  margin-top: 45px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.doctor_section .box .img-box {
  width: 100%;
}

.doctor_section .box .img-box img {
  width: 100%;
}

.doctor_section .box .detail-box {
  width: 100%;
  padding: 25px 15px;
  text-align: center;
  position: relative;
}

.doctor_section .box .detail-box .social_box {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 150%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.doctor_section .box .detail-box .social_box a {
  color: #62d2a2;
  margin: 0 10px;
}

.doctor_section .box .detail-box .social_box a:hover {
  color: #1fab89;
}

.doctor_section .box:hover .social_box {
  top: 0;
  opacity: 1;
}

.doctor_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 45px;
}

.doctor_section .btn-box a {
  display: inline-block;
  padding: 10px 45px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1fab89;
}

.doctor_section .btn-box a:hover {
  background-color: transparent;
  color: #1fab89;
}


.contact_section .heading_container {
  margin-bottom: 25px;
}

.contact_section .heading_container h2 {
  text-transform: uppercase;
}

.contact_section .form_container input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 20px;
  outline: none;
  color: #101010;
   background:#fff;
  /* background: #eeeeee; */
}
.contact_us .contact-form input,.contact_section .contact-form input{
  border: none;
  border:1px solid #ccc;
}

.contact_section .form_container input::-webkit-input-placeholder {
  color: #000000;
}

.contact_section .form_container input:-ms-input-placeholder {
  color: #000000;
}

.contact_section .form_container input::-ms-input-placeholder {
  color: #000000;
}

.contact_section .form_container input::placeholder {
  color: #000000;
}

.contact_section .form_container input.message-box {
  height: 175px;
}

.contact_section .form_container button {
  width: 100%;
  border: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 55px;
  background-color: #1fab89;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #1fab89;
}

.contact_section .form_container button:hover {
  background-color: transparent;
  color: #1fab89;
}

.contact_section .map_container {
  height: 368px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.client_section .heading_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 45px;
  border-radius: 15px;
}

.client_section .box .img-box {
  margin-bottom: 15px;
  min-width: 145px;
  max-width: 145px;
  overflow: hidden;
}

.client_section .box .img-box img {
  width: 100%;
  border-radius: 100%;
  border: 7px solid rgba(255, 255, 255, 0.45);
}

.client_section .box .detail-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.client_section .box .detail-box .name img {
  width: 25px;
  margin-bottom: 5px;
}

.client_section .box .detail-box .name h6 {
  color: #62d2a2;
  font-size: 20px;
}

.client_section .carousel_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  position: unset;
  width: 45px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  background-color: #62d2a2;
  background-position: center;
  border-radius: 5px;
  margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
  background-color: #1fab89;
}

.client_section .carousel-control-next {
  left: initial;
}

.footer_section {
  background: #178066;
  color: #ffffff;
  /* padding: 60px 0 15px 0; */
  position: relative;
}

.footer_section h4 {
  font-weight: 600;
  margin-bottom: 20px;
}

/* .footer_section .footer_col {
  margin-bottom: 30px;
} */

.footer_section .footer_contact .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer_section .footer_contact .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.footer_section .footer_contact .contact_link_box a i {
  margin-right: 5px;
}

.footer_section .footer_contact .contact_link_box a:hover {
  color: #62d2a2;
}

.footer_section .footer_social {
  display: -webkit-box;
  /* display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  */
}
 
.footer_section .footer_social a { 
 /*  position:relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          */
  color:#ffffff;
  /*
  border-radius: 100%;
 margin-right: 10px;
  font-size: 24px;
  padding:8px;
  */
}
/*
.footer_section .footer_social a:hover {
  transition:all 1s;
  background-color:#fff;
  color:#65bfa1;
} */

.footer_section .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer_section .footer_links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer_section .footer_links a:hover {
  color: #62d2a2;
}

.footer_section form input {
  border: none;
  background-color: #fefefe;
  width: 100%;
  height: 45px;
  color: #000000;
  outline: none;
  border-radius: 5px;
  padding: 0 15px;
}

.footer_section form input::-webkit-input-placeholder {
  color: #777;
}

.footer_section form input:-ms-input-placeholder {
  color: #777;
}

.footer_section form input::-ms-input-placeholder {
  color: #777;
}

.footer_section form input::placeholder {
  color: #777;
}

.footer_section form button {
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 10px 55px;
  background-color: #62d2a2;
  color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #62d2a2;
  margin-top: 15px;
}

.footer_section form button:hover {
  background-color: transparent;
  color: #62d2a2;
}

.footer_section .footer-info {
  text-align: center;
}

.footer_section .footer-info p {
  color: #ffffff;
  padding: 25px 0;
  margin: 0;
}

.footer_section .footer-info p a {
  color: inherit;
}
/*# sourceMappingURL=style.css.map */


/* added code for video*/
.video-container {
  position: relative;
  padding-top:100px;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* Remove border */
}
.video-container .banner-caption{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
}
/* ..............................Home page added CSS.......................................? */
/*added code for animated button  home page redirection links */
.button-container {
  margin-top:20px;
  text-align: center;
}
.arrow-button {
  background-color:#65bfa1;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  /* position: relative; */
  overflow: hidden;
  transition: background-color 0.3s ease;
}
.arrow-button:hover {
  background-color:#000;
  color:#fff;
}
.arrow {
  display: inline-block;
  margin-left: 10px;
  transition: transform 0.3s ease;
}
.arrow-button:hover .arrow {
  transform: translateX(8px);
}
/* end here */
.about_section{
  background: rgba(101,191,161, 0.15);
  border-top: 1px solid rgba(101,191,161, 0.15);
}
.about_us_content,.contact_us_content,.right_animation{
  width:100%;height:auto;
  position: relative;
  animation-name:content_animate;
  animation-duration:3s;
  animation-delay:1s;
  animation-timing-function:ease-in-out;
  animation-fill-mode: both;
}
@keyframes content_animate{
  0%{right:-500px}
  100% {right:0px;}
}
.about_us_image,.contact_us_image{
  width:100%;
  height:auto;
  overflow: hidden;
   position: relative;
  animation-name:image_animate;
  animation-duration:3s;
  animation-delay:1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
.apply_left_animation{
  position: relative;
  animation-name:image_animate;
  animation-duration:3s;
  animation-delay:1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
@keyframes image_animate{
  0%   {left:-500px}
  100% {left:0px;}
}
.blossomtheme-cta-container
{ 
    padding:0 10%;
    /* text-align: left; */
     text-align:justify;
    display: flex;
    flex: auto;
    justify-content: center;
    flex-direction: column;
}
.contact_address,.contact_number,.contact_email{
  display:flex;align-items: start;justify-content:start;
  margin-bottom:14px;
}
ul.social-networks {
    list-style: none;
    padding: 0;
}
ul.social-networks li.social-icon-wrap{
   display: inline-block !important;
  font-size: 18px;
    background:#65bfa1;
    color: #fff;
    margin:0  4px;
    border-radius: 50%;
    transition: 0.3s;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center; 
}
ul.social-networks li.social-icon-wrap:hover {
  background-color:#fff;
  transform: scale(1.1);
}
ul.social-networks li.social-icon-wrap:hover a{
  color:#65bfa1;
}
/* welcome text in Home page*/
.heading_center{
  text-align: center;
}
.welcome_heading{
  display:flex;flex-direction:row; align-items: center;justify-content: center;
  position: relative;
    font-weight: bold;
    margin:0 10%;
    font-size: 2rem;
}
.border-line {
  height: 1px;
  background-color:#a6a1a4;
}

@keyframes heading_animation_colors{
  0% {
      color:#e64120;
  }
  33% {
      color: #000;
  }
  66% {
      color:#65bfa1; 
  }
  100% {
      color: #e64120;
  }
}
.animated-text {
  animation:heading_animation_colors 3s infinite;
}
/* about us banner relted code */
.banner_section
{
position: relative;
width:100%;
height:400px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
z-index:-1;
}
.gallery_banner{
  background-image: url('../images/banners/gallery_banner.jpg');
}
.aboutus_banner{
  background-image: url('../images/banners/about_banner.jpg');
}
.contactus_banner{
  background-image: url('../images/banners/contact_us_banner.jpg');
}
.products_banner{
  background-image:url('../images/banners/products_banner.jpeg');
}
.privacy_policy_banner{
  background-image:url('../images/banners/privacy_policy_banner.jpeg');
}

.banner_section_overlay{
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color:rgb(101 191 161 / 50%);
  z-index: 1;
  height:30%;
}
.banner-content h1{
   color:#ee3b20;
   font-weight:bold;
   letter-spacing:1.5px;
}
.banner_caption_block{
  z-index:2;
}
.banner-content{
/* margin-bottom:20px; */
position: relative;/* must while applying animation effect*/
animation-name:banner_caption_animate;
animation-duration: 2s;
animation-delay:0.3s;
animation-fill-mode: both;
}
@keyframes banner_caption_animate{
  0%   {top:-400px}
  100% {top:0px;}
}
/*aboutus image continuous animation effect */
.about_us_image_animate_infinite{
  animation:translate_animation 7s infinite ease-in-out;
  animation-delay:3s;
}
@keyframes translate_animation{
  0% {
    transform:translate(0px,0px);
  }
  25% {
    transform:translate(20px,0);
  }
  50% {
    transform:translate(0,20px);
  }
  100% {
    transform:translate(0px,0px); 
  }
}
/*aboutus page content animation code */


/* .about_section .ourCompany_info>p:first-of-type{ 
  (or) 
*/
.about_section .ourCompany_info p:nth-child(1) {
  position: relative;
  animation-name: About_company_matter1;
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-timing-function:linear;
  animation-fill-mode: both;
} 
.about_section .ourCompany_info p:nth-child(2) {
  position: relative;
  animation-name: About_company_matter2;
  animation-duration:2s;
  animation-delay:1s;
  animation-timing-function:linear;
  animation-fill-mode: both;
}
.about_section .ourCompany_info p{
  text-align:justify;
}
.colored_borders .blockquote p{text-align:justify;}
@keyframes About_company_matter1{
  0%{right:-300px}
  100% {right:0px;}
}
@keyframes About_company_matter2{
  0%{right:-400px}
  100% {right:0px;}
}
.about_adivine_biotec_tabs .nav-link.active
{
  /* color: #ee3b20;
  background-color: rgb(101 191 161 / 15%); */
  color: #000;
  background-color: #65bfa19c;
  border:none !important;
}
.about_adivine_biotec_tabs .nav-link{
  color: #ee3b20;
}
.about_adivine_biotec_tabs{
  border:none !important;
}
.colored_borders{
  /* padding: 50px; */
  padding: 30px;
  /* font-size: 24px; */
  border: 3px solid #65bfa1;
  animation:heading_animation_colors 3s infinite;
  position: relative;
  /* margin-top: 40px; */
}
.colored_borders:before{
  right: -23px;
    top: -23px;
    transform: rotate(-45deg);
}
.colored_borders:after, .colored_borders:before{
  border:solid 2px #ee3b20;
  content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 45px;
    width: 45px;
    overflow: hidden;
}
.colored_borders:after{
  bottom: -23px;
  left: -23px;
  transform: rotate(-45deg);
}
/* .... about page animated borders code.... */
@keyframes animation_borders{
  0% {
      border:2px solid #e64120;
  }
  33% {
    border:2px solid #000;
  }
  66% {
    border:2px solid #65bfa1; 
  }
  100% {
    border:2px solid #e64120;
  }
}
.animated_border_effect{
  animation:animation_borders 3s infinite;
}
/** about us blockquote animation  */
#about_biotech_tabs_content  .tab-pane .blockquote {
  position: relative;
  animation-name:blockquote_content_animation;
  animation-duration:1s;
  animation-timing-function:ease;
  animation-fill-mode: both;
}
@keyframes blockquote_content_animation{
  0%{bottom:-300px}
  100% {bottom:0px;}
}
/*products page colors chnage*/
.page-item.active .page-link{
  color:#fff !important;
  background-color:#ee3b20 !important;
  border:1px solid #fff;
}
.page-item .page-link{
  color:#000 !important;
}
.table-bordered th, .table-bordered td{
  border:1px solid #cb7a7f4d;
}
.table-striped tbody tr:nth-of-type(odd){
  background-color:rgb(101 191 161 / 9%);
}
.table-hover tbody tr:hover{
  background-color:rgb(101 191 161 / 9%);
}
table thead>tr{
  background-color:#ee3b20;
  color:#fff !important;
  font-weight:bold;
  font-size: 1rem;
  border:1px solid #fff;
}
.page-item.disabled .page-link{
  background-color: #fff;
  border-color:1px solid #cb7a7f4d;
  color:#fff !important;
}
/*** gallery CSS *****/

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Style arrows */
.slick-prev, .slick-next {
  background-color: #65bfa1;
  color: #fff;         
  border: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
}

.slick-prev {
  position:absolute;left:50%;top:-20%;margin:0 2px;       
}
.slick-next {
  position:absolute;right:50%;top:-20%;  
}
.slick-prev:hover, .slick-next:hover {
  color: #ff0000;           

}

/* Style dots */
.slick-dots {
  position: absolute;
  /* bottom: 15px;  */
  bottom:-30%;
  display: flex;
  justify-content: center;
  width:100%;
  list-style-type: none;
}

.slick-dots li {
  margin: 0 5px; 
}
.slick-dots li a.dot {
  display: inline-block;
  width: 12px;             
  height: 12px;              
  background-color:#ccc;
  border-radius: 50%;     
  cursor: pointer;
}

/* Style for the active dot */
.slick-dots li.slick-active a.dot {
  background-color:#65bfa1;
}
.gallery_container{
  box-shadow:1px 0px 3px 1px #1fab896e;
  z-index: 10;
  position: relative;
}
.slide{
  background-color:#fff;
  /* border:1px solid #292424; */
  padding: 20px;
  margin: 10px; 
  position: relative;
}
.slide::before {
  content: '';
  position: absolute;
  top: -2px; left: -2px;
  right: -2px; bottom: -2px;
  background: linear-gradient(45deg,#ee3b20, #00ae4d, #000,#65bfa1);
  z-index: -1;
  border-radius:1px;
  /* margin:3px;
  padding:3px; */
}
.gallery_section{
  background-image:url('../images/bg1-transformed.avif');
  background-repeat:no-repeat;
  background-position:top left;
  background-size: cover;
  position:relative;
} 
.gallery_section::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  /* background-color:rgb(0, 0 ,0,0.1); */
  z-index: 2;
}
/*** contact us page added CSS****/
.feature-item .feature-icon{
    width:100%;
    height:487px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#EA001E;
    background-image: url('../images/contact_us_image.jpeg');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;;
    animation-name: icon-animat;
    animation-duration: 5s;
    animation-delay: 1s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    transition: 0.5s;
}
@keyframes icon-animat {
  0%  {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}

  25% {border-radius: 69% 31% 19% 81% / 43% 37% 63% 57%;}

  50% {border-radius: 67% 33% 16% 84% / 57% 37% 63% 43%;}

  75% {border-radius: 77% 23% 61% 39% / 36% 61% 39% 64%;}

  100% {border-radius: 67% 33% 29% 71% / 39% 46% 54% 61%;}
}
/***contact us email,location,address section   ****/
.card {
  background-color: white;
  border-radius: 8px;
  border:1px solid #818b894d;
  padding:0 20px 20px 20px;
  padding-top:85px;
  text-align: center;
  position: relative;
  transition:box-shadow 1s ease-in-out;   /***important****/

  opacity: 0;
  transform: translateY(200px);
}
.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3); 
}
.card-icon-box{
  position: absolute;
  top:-44px;
  left:30px;
  width:80px;height:80px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-icon-box img {
  width:35px;
  height:35px;
}
.card-icon-box:hover{
  animation-name: elementor-animation-pulse-grow;
  animation-duration: .3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes elementor-animation-pulse-grow {
  from{
    transform: scale(1);
  }
  to {
      transform: scale(1.1);
  }
}
.card .card_details a:hover {
  text-decoration:none !important;
}
/****privacy policy added CSS*/
.fade-in {
  opacity: 0;
  transform: translateY(200px);
}

@keyframes fadeIn{
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
/*** footer whatsapp icon code ****/
.icon {
  position: sticky;
  z-index: 1;
  position: fixed;
  bottom: 40px;
  right : 20px;
}
/*** scroll to top button CSS ***/
.back-to-top {
  position: fixed;
  right:24px;
  bottom:17%;  
  width: 50px;
  height: 50px;
  background-color:#fff;
  color: #65bfa1;
  text-align: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  /**** ***/
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
  box-shadow:1px 4px 27px #65bfa1;
  opacity: 0;            
  pointer-events: none;    
  /**** ***/  
  transition: opacity 0.4s, transform 0.4s; /* Smooth transition for fade and movement */
  cursor: pointer;
  z-index: 1000;
}

/* Hover effect to change background */
.back-to-top:hover {
  background-color:#65bfa1;
  color:#fff;
}

/* Show the button with fade-in and pop-up effect */
.back-to-top.show {
  opacity: 1;
  pointer-events: auto;  /* Enable click events when visible */
  transform: translateY(0);  /* Reset any transform applied for the effect */
}

/* Scroll-in animation when the button is first shown */
.back-to-top {
  transform: translateY(100px); /* Start with button hidden downwards */
}

/*products page added CSS*/
.product_item .inner-box{
  background: #FFF;
  padding: 15px;
  min-height: 300px;
  margin-bottom:20px !important;
  box-shadow: 2px 2px 27px 3px rgba(206, 206, 206, 0.44);
}
.product_item .inner-box .image-content h6>span{
    color:#ee3b20;
    font-weight:bold;
    font-size: 14px;
    padding-right: 5px;
}
.product_item .inner-box .image-content h6.title{
  /* color:#65bfa1; */
  color:#000;
  font-weight: bold;
}
.product_item .inner-box .image-content h6.overflow-text {
  white-space: nowrap;          
  overflow: hidden;       
  text-overflow: ellipsis;   
  width:100%;                 
  display: block;          
}
.product_item .inner-box .image-content h6.overflow-text:hover {
  overflow: visible;         
  white-space: normal;        
  height: auto;               
  z-index: 10;              
} 
.product_item .img_holder{
  margin-bottom:10px;
}
.product_item .img_holder img{
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

input[type="submit"]{
  background-color: #65bfa1 !important;
  color:#fff !important;
  font-weight:bold;
}
input[type="submit"]:hover{
  background-color: #000 !important;
}
/**  exicutive login button code */
.exicutive_login_btn{
  background-color: rgb(227,57,35);
background-color: linear-gradient(14deg, rgba(227,57,35,0.8968837535014006) 40%, rgba(98,210,162,1) 67%);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 6px;
  box-sizing: border-box;
  color: #fff !important;
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  transition:background-color 2s;
}
.exicutive_login_btn:hover{
background-color: rgb(98,210,162);
background-color: linear-gradient(14deg, rgba(98,210,162,1) 41%, rgba(227,57,35,0.8968837535014006) 74%);
color:#fff !important;
}
.product_item .img_holder img.re_design_red{
  border:2px solid  #fa3427;
  border-radius:8px;
}
.product_item .img_holder img.re_design_green{
  border:2px solid #03773d;
  border-radius:8px;
}
.product_item .img_holder{
  position:relative;
}
.product_item .img_holder .BI-layer{
  background-color: #f58319;
    color: #fff;
    font-size: 12px;
    width: 90px;
    height: 35px;
    position: absolute;
     right:19%;
    top: -10%;
    text-align: center;
} 
.product_item .img_holder .BI-layer p{margin:0 !important;padding:0 !important;}