* {
  margin: 0px;
  padding: 0px;

}

@import url('https://fonts.googleapis.com/css2?family=Poppins: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');

body {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  color: #41424C;
  overflow-x: hidden;
  line-height: 1.7;
  letter-spacing: 0.5px;
  box-sizing: border-box;
  display: contents;
}

/*body {
  user-select: none !important;
  -moz-user-select: -moz-none !important;
  -webkit-user-select: none !important;
  -ms-user-select: none !important;
}*/
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {width: 5px;height: 5px;}
::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);-webkit-border-radius: 10px;border-radius: 10px;}
::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: var(--main);-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);}
::-webkit-scrollbar-thumb:window-inactive {background: rgba(255, 255, 255, 0.3);}
/* html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    scroll-behavior: smooth;
  } */

:root {
  --main: #1b82d0;
  --mainsec: #59d6c6;
  --white: #fff;
  --black: #000;
  --dark:#546078;
  --grey: #f5f5f5;
  --grey-bg: #efefef;
  

}


a {
  text-decoration: none !important;
}

.mt-10 {
  margin-top: 8rem;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

/* flat-Preloader
-------------------------------------------------------------- */
.loader img {
    color: #fff;
    text-align: center;
    top: 60%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
    font-weight: bold;
    line-height: 1.5;
    width: 20%;
    left: 40%;
}

.loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: var(--main);
    z-index: 100000;
}

.block-loader {
    background-color: var(--black);
    float: left;
    height: 24px;
    margin-left: 7px;
    width: 24px;
    opacity: 0.1;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-animation-name: bounceG;
    -moz-animation-duration: 1.3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: linear;
    -moz-transform: scale(0.7);
    -webkit-animation-name: bounceG;
    -webkit-animation-duration: 1.3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform: scale(0.7);
    -ms-animation-name: bounceG;
    -ms-animation-duration: 1.3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: linear;
    -ms-transform: scale(0.7);
    -o-animation-name: bounceG;
    -o-animation-duration: 1.3s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: linear;
    -o-transform: scale(0.7);
    animation-name: bounceG;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: linear;
    transform: scale(0.7);
}

.loader1 {
    margin-left: -30px;
    -moz-animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.loader2 {
    margin-left: 0px;
    -moz-animation-delay: 08s;
    -webkit-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.loader3 {
    margin-left: 30px;
    -moz-animation-delay: 1.3s;
    -webkit-animation-delay: 1.3s;
    -ms-animation-delay: 1.3s;
    -o-animation-delay: 1.3s;
    animation-delay: 1.3s;
}

@-moz-keyframes bounceG {
    0% {
        -moz-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -moz-transform: scale(0.7);
        opacity: 0.1
    }
}

@-webkit-keyframes bounceG {
    0% {
        -webkit-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(0.7);
        opacity: 0.1
    }
}

@-ms-keyframes bounceG {
    0% {
        -ms-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -ms-transform: scale(0.7);
        opacity: 0.1
    }
}

@-o-keyframes bounceG {
    0% {
        -o-transform: scale(1.2);
        opacity: 1
    }

    100% {
        -o-transform: scale(0.7);
        opacity: 0.1
    }
}

@keyframes bounceG {
    0% {
        transform: scale(1.2);
        opacity: 1
    }

    100% {
        transform: scale(0.7);
        opacity: 0.1
    }
}

/* flat-Preloader
-------------------------------------------------------------- */



/* Button style start */

.button {
  width: 170px;
  margin: 0 0px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  background: rgb(240 181 181 / 50%);
  position: relative;
  font-weight: 900;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  color: var(--main);
  display: inline-block;
  border: 2px solid transparent;
}

.button::before, .button::after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}

.button::before {
  top: -2px;
  left: -2px;
  border-top: 2px solid var(--main);
  border-left: 2px solid var(--main);
  transition: 0.5s all;
}

.button::after {
  bottom: -2px;
  right: -2px;
  border-bottom: 2px solid var(--main);
  border-right: 2px solid var(--main);
  transition: 0.5s all;
}

.button:hover::before, .button:hover::after {
  width: 102%;
  height: 58px;
}

.read-more {
  padding: 1rem;
  border-radius: 5px;
  position: relative;
  border: 0;
  text-align: center;
  font-weight: 700 !important;
  color: var(--black) !important;
  font-size: 14px;
  cursor: pointer;
}

.read-more {
  display: inline;
  background-color: 0;
  position: relative;
  font-weight: 400;
  text-transform: uppercase;
}

.read-more:before {
  content: "";
  border-radius: 50%;
  background-color: rgb(125 44 41 / 23%);
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  transition: 0.5s;
  transform: translate(0%, -50%);
}

.read-more:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  font-weight: 900;
  margin-left: 5px;
  font-size: 1rem;
}

.read-more:hover:before {
  border-radius: 40px;
  width: 100%;
  color: #fff
}

.custom-btn-outline {
  background-color: transparent;
  color: var(--main);
  padding: 10px 20px;
  border: 2px solid var(--dark);
  border-radius: 0.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.5s;
  cursor: pointer;
  font-weight: 700;
  color: var(--dark);
}

.custom-btn-outline:hover {
  color: var(--main);
  border: 2px solid var(--main);
}

.custom-btn-outline::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 120%;
  height: 120%;
  background: linear-gradient(to right, #c2f2f9 30%, #f5f5f5 70%);
  border-radius: 20%;
  z-index: -1;
  transition: all 0.6s ease;
}

.custom-btn-outline:hover:before {
  left: -10%;
  top: -10%;
}
.ps-7{padding-left:6rem;}
.custom-btn {
  background: linear-gradient(to right, #c2f2f9 30%, #f5f5f5 70%);
  color: var(--main);
  padding: 13px 36px;
  border: 2px solid transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: color 0.5s;
  cursor: pointer;
  display: inline-block;
   border-radius: 0.5rem;
}

.custom-btn:hover {
  color: var(--main);
  border: 2px solid var(--main);
  background: transparent;
}

.custom-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 120%;
  height: 120%;
  background: linear-gradient(to right, #c2f2f9 30%, #f5f5f5 70%);
  border-radius: 20%;
  z-index: -1;
  transition: all 0.6s ease;
}

.custom-btn:hover:before {
  right:0%;
  bottom: 0%;
  width: 0%;
}
.view-btn {
  display: inline-block !important;
  margin: 4px 3px;
  background: transparent;
  color: var(--main) !important;
  padding: 0.2rem 1.7rem !important;
  border-radius: 1.5rem;
  transition: color 0.5s;
  position: relative;
  border: 1px solid #fff;
  width: auto;
  overflow: hidden;
}

.view-btn:hover {
color: var(--main) !important;
border: 2px solid var(--main);
z-index: 9;
}

.view-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 100%;
  width: 120%;
  height: 120%;
  background: linear-gradient(to right, #c2f2f9 30%, #f5f5f5 70%);
  border-radius: 20%;
  z-index: -1;
  transition: all 0.6s ease;
}

.view-btn:hover:before {
  left: -10%;
  top: -10%;
    z-index: -1;
}
.text-justify {
  text-align: justify;
}

/* Button style END */

/* Breadcrumb */
.bread-c-sec {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 12rem 0 4rem;
  position: relative;
}

.bread-c-sec:before {
  background: linear-gradient(to right, #59d6c661 30%, #0274bc36 70%);
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}

.bread-in h1 {
  color: var(--black);
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  z-index: 99;
}

.bread-in ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  list-style-type: none;
  padding-left: 0rem;
  margin-bottom: 0rem;
}

.bread-in ul li {
  margin-right: 10px;
  color: var(--navlink)
}

.bread-in ul li:last-child {
  margin-right: 0;
}

.bread-in ul li a {
  color: #999;
}

.bread-in ul li.active a {
  color: var(--main);
}

.breadcrumb-trail {
  background-color: var(--grey-bg);
  padding: 0.5rem 0rem;
}
.top-banner{background: url(../images/service-fouth-bg.png) fixed;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    padding: 1.5rem 0rem;border-bottom: 1px solid #ccc;
    margin-top:90px;
}
/*.top-banner{background: linear-gradient(to right, #def8fc 64%, #3db7eb33 70%); padding: 2rem 0rem;border-bottom: 1px solid #ccc;}*/
.top-banner h1{font-size: 3rem;text-align: center;text-transform: capitalize;font-weight: 600;margin: auto;line-height:1;}
/* Breadcrumb End*/

/* form validation style start */

.form-submit .form-group {
  margin-bottom: 0rem !important;
  padding-bottom: 1.2rem;
  position: relative;
}

.form-submit .form-group label {
  display: inline-block;
  margin-bottom: 5px;
}

.form-submit .form-group input, .form-submit .form-group select, .form-submit .form-group textarea {
  border: 2px solid #f0f0f0;
  border-radius: 4px;
  display: block;
  font-family: inherit;
  font-size: 14px;
  padding: 10px;
  width: 100%;
  color:#000;
}

.form-submit .form-group input:focus {
  outline: 0;
  border-color: #777;
}

.form-submit .form-group.success input, .form-submit .form-group.success select, .form-submit .form-group.success textarea {
  border-color: #2ecc71;
}

.form-submit .form-group.error input,  .form-submit .form-group.error select, .form-submit .form-group.error textarea{
  border-color: #e74c3c;
}
#career-form .form-group i {
  top: 45px;
}
.form-submit .form-group i {
  visibility: hidden;
  position: absolute;
  top: 14px;
  right: 10px;
}

.form-submit .form-group.success i.fa-check-circle {
  color: #2ecc71;
  visibility: visible;
  display: none;
}

.form-submit .form-group.error i.fa-exclamation-circle {
  color: #e74c3c;
  visibility: visible;
  display: none;
}

.form-submit .form-group span {
  color: #e74c3c;
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  font-size: 12px;
}

.form-submit .form-group.error span {
  visibility: visible;
}

/* form validation style end */

/* footer */
footer {
  /*background: #0274bc;*/
  background:linear-gradient(to right, #66ded0 26%, #25a0fc 70%);
  padding: 60px 0rem 0;
}
.footer-logo img{margin-top:-1rem;}
.footer-logo {
  margin-bottom: 20px;
  padding-left: 1rem;
}

.follow-us ul {
  display: flex;
  gap: 1rem;
  flex-direction: row;
  list-style-type: none;
  padding-left: 0rem;
  justify-content: left;
  margin-left: 1rem;
}

.follow-us ul li a{
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid var(--white);
  outline-offset: 0px;
  transition-property: outline-offset, outline-color, background-color;
  transition-duration: 0.25s;
}
.top-footer .col-md-6{position:relative;}

.follow-us ul li:hover a {
  outline-offset: 4px;
  outline-color: var(--main);
  background-color: var(--main);
}

.follow-us ul li:hover svg {
  animation: shake 0.25s;
  color: #fff
}
.follow-us ul li svg{color:#fff}
.top-footer .col-md-4:first-child{position: relative;}
.follow-us{position: absolute;bottom: 0rem;}

@keyframes shake {
  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-15deg);
  }

  30% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-15deg);
  }
}

.follow-us ul li a {
  color: var(--white);
  display: flex;
  align-items: center;
}

.follow-us ul li a i {
  font-size: 1rem;
  color: var(--white);
}

.footer-con p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--black);
  font-weight: 700;
}

.footer-con h5 {
  color: var(--main);
  font-size: 1.3rem;
  font-weight: 700;
  /*text-shadow: 0 3.36px 8.896px #ababab, 0 0 1px #000;*/
}

.footer-con h3 {
  text-shadow: 0 3.36px 8.896px #ababab, 0 0 1px #000;
  font-size: 2rem;
}

footer h5 {
  color: var(--white);
}

footer h6 {
  font-weight: 700;
  font-size: 1.1rem;
}

.quick-links ul {
  list-style-type: none;
  padding-left: 0px;
}

.quick-links ul li {
  margin-bottom: 1rem;
  line-height: 1.5;
  font-weight: 500;
}

.quick-links ul li a {
  color: var(--white);
  font-size: 17px;
  cursor: pointer;
}

footer h5 {
  font-weight: 600;
  margin-bottom: 15px;
  text-transform: capitalize;
  font-size: 1.3rem;
  letter-spacing: 1px;
}

footer .pl-0 {
  padding-left: 0rem;
}

.quick-links ul li a:hover {
  color: #000;
}

.reach-us ul {
  padding-left: 0rem;
}

.reach-us ul li {
  display: flex;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: var(--black);
  align-items: start;
  font-weight: 700;
}

.reach-us ul li svg {
  font-size: 1rem;
  color: var(--black);
  margin-right: 10px;
}

.icon-width {
  width: 3vw;
  margin-right: 1rem;
  text-align: right;
}

.reach-us ul li a {
  color: var(--black);
  width: 30vw;
}

.footer-con ul {
  float: left;
  height: auto;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer-con ul li {
  float: left;
  margin-bottom: 15px;
  text-align: left;
  width: 33.33%;
}

.footer-con ul li img {
  display: inline-block !important;
  max-height: 45px;
  width: auto !important;
}

.bottom-footer {
  padding: 20px 0;
  margin-top: 30px;
  border-top: 4px solid #fff
}

.bottom-footer p {
  font-size: 14px;
  margin-bottom: 0;
  color: var(--white);
  padding-left: 1rem;
}
.bottom-footer a{color: var(--white); margin-right: 1rem;}
.back-to-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: var(--main);
  color: white;
  cursor: pointer;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  padding: 10px;
  z-index: 9999;
  align-items: center;
}

#btn-back-to-top {
    position: fixed;
    bottom: 20px;
   right: 10px;
    display: none;
    background: var(--mainsec);
}

#btn-back-to-top i {
    color: #fff;
}

.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  left: 15px;
  background-color: #03a84e;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}

.whatsapp-icon {
  margin-top: -0.5rem;
}

.whatsapp-info,
.amppulse {
  display: inline-block;
  color: #fff !important;
  background: #1ab744;
  position: fixed;
  bottom: 35px;
  left: 35px;
  font-size: 40px;
  text-align: center;
  z-index: 99;
  border-radius: 90%;
  height: 70px;
  width: 70px;
  line-height: 70px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.amppulse:nth-child(1) {
  -webkit-animation: pulse 2s infinite;
  animation: amppulset 2s infinite
}

.amppulse:nth-child(2) {
  -webkit-animation: pulse 2s infinite .3s;
  animation: amppulset 2s infinite .3s
}

.amppulse:nth-child(3) {
  -webkit-animation: pulse 2s infinite .6s;
  animation: amppulset 2s infinite .6s
}

@-webkit-keyframes amppulset {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: .3
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

@keyframes amppulset {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: 0
  }

  50% {
    opacity: .3
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0
  }
}

.social-media ul {
  list-style-type: none;
  margin-right: 1rem;
}

.social-media ul a {
  color: var(--white);
}
.social-media ul li{position: relative;padding-left: 2rem;margin-bottom: 1.5rem; color:var(--white);}
.social-media ul li::before{position: absolute;left: 0;content:" ";width: 2rem;height: 2rem;}
.social-media ul li:first-child::before{background: url('../images/mail.png') no-repeat left;background-size: 50%;}
.social-media ul li:nth-child(3)::before{background: url('../images/phone-1.png') no-repeat left;background-size: 50%;}
.social-media ul li:nth-child(2)::before{background: url('../images/phone-2.png') no-repeat left;background-size: 50%;}
.social-media ul li:nth-child(4)::before{background: url('../images/address.png') no-repeat left;background-size: 50%;}
.social-media ul a:hover{color:#000;}

.disable-click {
  pointer-events: none;
}
/* footer End */


.main-heading {
  font-weight: 600;
  font-size: 2.3rem;
  text-align: center;
}

h4.main-heading {
  font-weight: 700;
  color: var(--main);
  font-size: 2rem;
}

.sub-heading {
  font-weight: 400;
  color: #4b4a4a;
  font-size: 1.2rem;
  text-align: center;
}

/* Banner style */
/*.home-banenr {
  background: url('../images/banner.jpg');
  padding: 4rem 0rem;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}*/
.home-banenr{position:relative; margin-top:90px;}
.home-banenr img{width:100%;}
.mobile-banner{display:none;}
.banner-con{position: absolute;width: 100%;
    top: -20%;
    transform: translateY(50%);}
.banner-content h1{font-weight: 800;font-size: 4rem;color: var(--main);margin-bottom: 2rem;}
.banner-content h1 span{color: var(--mainsec);}
.banner-content h2{font-weight: 600;font-size: 2.3rem;margin-bottom: 1rem;}
.banner-content p{font-weight: 500;}
/* Our Services */
.our-services{padding: 4rem 0rem;background: url('../images/service-bg.png') no-repeat; background-position: 160% 28%;
  background-repeat: no-repeat;position:relative}
.swiper-slide{color: var(--black);font-size: 15px;font-weight: normal;}
.our-services .swiper-slide{background: linear-gradient(to top, #def8fc 30%, #fff 70%);box-shadow: 0px 0px 15px -10px #000 !important;border-radius: 2rem;}
.service-cont{display: flex;align-items: flex-start;padding: 2rem;flex-direction: column;justify-content: flex-start;}
.service-cont h4{text-align: left; font-weight: 500;}
/* .swiper-slide-active {
  transform: scale(1.2) !important;z-index: 9;
} */
 .our-services .swiper-slide {
  position: relative;
  width: 50%;
  opacity: .5;
  transform: scale(.84);
  transition: all .3s ease-in-out;
  overflow: hidden;
  border-radius: 0.4285rem;
}

 .our-services .swiper-backface-hidden .swiper-slide {
  transform: scale(.84) translateZ(0);
}
        
 .our-services .swiper-slide.swiper-slide-active {  
  transform: scale(1) !important;
  opacity: 1 !important;
}

 .our-services .swiper-backface-hidden .swiper-slide.swiper-slide-active {
  transform: scale(1) translateZ(0) !important;
}
.service-item{background: linear-gradient(to top, #def8fc 30%, #fff 70%);
    box-shadow: 0 0 15px -10px #000 !important;}
 .our-services .owl-item.center .service-item {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
 .our-services .owl-item.center{ width: 50%;}
 .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right:2vw;
  left: auto;
  bottom: 10rem;
  top: auto;
  background-color: #fff;
  color: #0274bc;
  width: 2.7vw !important;
  font-size: 1rem;
  border-radius: 50%;
  height: 2.3rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px #ccc;;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 2vw;
  right: auto;
  bottom: 10rem;
  top: auto;
  background-color: #fff;
  color: #0274bc;
  width: 2.7vw !important;
  font-size: 1rem;
  border-radius: 50%;
  height: 2.3rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px #ccc;;
}

.swiper-button-next:after, .swiper-button-prev::after {
  font-size: 1rem;
}
.swiper-button-next:after, .swiper-button-prev:after{font-size: 18px !important;}
/* Our Services End*/

/* Delivering */
.deliver-imapcts{padding: 2.5rem 1rem 2.5rem;background: url('../images/bg-counter.jpg') no-repeat; background-position: bottom right;position:relative;background-repeat: no-repeat; background-size: cover; background-attachment:fixed;}
.impact-box{text-align: center;}
.impact-box img{height: 56px; object-fit: contain;}
.deliver-imapcts .sub-heading{margin-bottom: 50px; padding: 0 120px;}
.impact-box h4{display:flex; justify-content: center;color: #24a0fc;font-size: 1.9rem;font-weight: 600;margin-top: 1rem;}
.impact-box h5{font-weight: 600;font-size: 1.1rem;}
.impact-box p{font-size: 0.9rem;}
/* Delivering end */
.video-home{
  background: url('../images/video-bg.png');
  padding: 4rem 1rem;
  background-size: 23%;
  background-position: top left;
  background-repeat: no-repeat;
  position:relative;
/*  animation: myanim 8s cubic-bezier(.445, .05, .55, .95) infinite;*/
}
.video-home .main-heading{font-size: 2.5rem; font-weight: 700;}
/* Certifications */
.home-certification{padding: 2rem 1rem 5rem;  background: url('../images/certification-bg.png');
 background-position: top center;
background-size: 23%;
 background-repeat: no-repeat;position:relative;
}

.cert-box{text-align: center;padding: 2rem;}
.cert-box img{object-fit: contain; object-position: center; width: 100%;margin-bottom: 1rem;height: 20vh;}
.cert-box h4{font-weight: 600;text-align: center;font-size: 1.6rem;color: var(--dark);}
.certificate-modal .modal-content {  background-color: transparent; border: 0px solid transparent;  height: 100vh;}
.certificate-modal .modal-dialog{max-width:100%;margin-top:0rem;}
.certificate-modal .modal-body{padding:0rem;}
.certificate-page .cert-box h4{height:9vh;}
.certificate-modal .btn-close{background:#fff;width:1.5rem;height:1.5rem;border-radius:2rem;display:flex;justify-content:center;font-size:1rem;opacity:1;align-items: center;}
  .pdfPopup {
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

/* Style the close button (you can customize this) */
.closeBtn {
  position: absolute;
  top: 20px;
  right: 7px;
  cursor: pointer;
  padding: 10px;
  background-color: transparent;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  display: flex;
  color:#fff;
  justify-content: center;
  align-items: center;
  font-size:28px;
}
/* Certifications end */

/* Testimonials */
.home-testimonial{
   padding: 1rem 0rem 6rem;
  position: relative;
}
.home-testimonial .main-heading{position:relative; top:-50px;}
.home-testimonial:before{
  position: absolute;
  left: 0;
  top:0;
  background: url('../images/testimonial-bg-1.png') no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  background-size: 30%;
}
.home-testimonial:after{
  position: absolute;
  left: 0;
  top:0;
  background: url('../images/testimonial-bg-3.png') no-repeat;
  width: 100%;
  height: 100%;
  content: "";
  background-size: 100%;
}

.testimonial-inner{background: url('../images/testimonials-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;text-align: center;margin-bottom: 2rem;}
.testimonial-inner .swiper-slide{background: transparent;padding: 4rem 10rem;box-shadow: none !important;}
.testimonial-inner h5{font-weight: 600;}
.testimonial-inner h6{color:#999; font-weight:400; font-size:14px;}
.testimonial-item{text-align: center;
    padding: 0rem 0rem;
    height: 65vh;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 600;

  }
.testimonial-item img{width: auto !important; margin-top: 20px;}
/* Testimonials End*/
.home-about p {
  font-weight: 700;
}

@keyframes myanim {
  0% {
    background-position: 0 0;
  }

  50% {
    background-position: 0 100%;
  }

  100% {
    background-position: 0 0;
  }
}
/*Technology page start*/
.dotted-background{
    background: url(../images/grey-dot-bg.png);
    background-size: 40%;
    background-position: center right;
    background-repeat: no-repeat;
    position:relative;
}

.blue-background{
    background: url(../images/service-fouth-bg.png) fixed;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
    position:relative;
}

.dotted-background .ana-sec2, .blue-background .ana-sec2{background:transparent;}


.technology-tab .nav-pills{justify-content: center !important;display: flex;gap: 7rem;}



/*Technology page end*/
/* Service page start */
.service-first-sec, .service-second-sec, .service-third-sec, .service-fouth-sec, .service-fifth-sec, .service-six-sec, .service-seven-sec{position:relative}
.service-tab .service-first-sec{padding: 3rem 0rem 3rem;}
.service-tab .service-fouth-sec {padding: 3rem 0rem 3rem;}
.service-tab .nav .nav-item .nav-link{position: relative;color: #36454F;}
.service-tab .nav .nav-item .nav-link.active {
  background-color: transparent;
  color: #1b82d0 !important;
}
.service-tab .nav .nav-item .nav-link.active::after {
  content: "";
  border-bottom: 5px solid #1b82d0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 5px 5px 0 0;
}
.service-tab .nav-pills{justify-content: space-around;}
.service-tab .nav-item .nav-link {
    /* border-radius: 0.5rem; */
    border: 0;
    border-bottom: 5px solid transparent;
    text-align: center;
    background: none !important;
    padding: 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 0px;
    padding-bottom: 1rem;
    padding-left: 0rem;
    padding-right: 0rem;
    height: 70px;}
.flat-box{ position: absolute;background-color: #abc;left: 0px; width: 20rem;height: 50vh;margin: 5px;top:5rem}

.navigation {
  position: fixed;
  top: 5rem;
  left: 0rem;
  width: 100px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  background: var(--white);
  box-shadow: 0 25px 35px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: height 0.5s, width 0.5s;
  transition-delay: 0s, 0.75s;
}

.navigation .user-box {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
  transition-delay: 0.5s;
}

.navigation .user-box .username {
  font-size: 1.2rem;
  white-space: nowrap;
  color: var(--gray);
}

.navigation .user-box .image-box {
  position: relative;
  min-width: 60px;
  height: 60px;
  background: var(--white);
  /* border-radius: 50%; */
  overflow: hidden;
  border: 10px solid var(--white);

}
.image-box i{color: var(--mainsec);font-size: 2rem;transform: rotate(180deg);}
.navigation .user-box .image-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigation .menu-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.navigation .menu-toggle::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: var(--main);
  transform: translateY(-10px);
  box-shadow: 0 10px var(--main);
  transition: 0.5s;
}

.navigation .menu-toggle::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 2px;
  background: var(--main);
  transform: translateY(10px);
  transition: 0.5s;
}

.menu {
  position: absolute;
  width: 100%;
  height: calc(100% - 60px);
  margin-top: 60px;
  padding: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.menu li {
  list-style: none;
}

.menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #59d6c64f;
  padding: 0.5rem 0rem;
  font-size: 1rem;
  text-decoration: none;
  color: var(--black);
}

.menu li a ion-icon {
  font-size: 1.5rem;
}

.menu li a:hover {
  color: var(--purple);
}

.navigation.active .menu-toggle::before {
  transform: translateY(0px) rotate(45deg);
  box-shadow: none;
}

.navigation.active .menu-toggle::after {
  transform: translateY(0px) rotate(-45deg);
}

.navigation.active {
  width: 300px;
  height: 350px;
  transition: width 0.5s, height 0.5s;
  transition-delay: 0s, 0.75s;
}

.navigation.active .user-box {
  width: calc(100% - 60px);
  transition-delay: 0s;
}
.service-first-sec{
  background: url('../images/grey-dot-bg.png');
  padding: 4rem 0rem 1rem;
  background-size: 40%;
  background-position: top right;
  background-repeat: no-repeat;
}
.service-first-sec h1{font-size: 2.7rem;color: #239efd;font-weight: 700;}
.service-first-sec img{width: 75%;}
.service-second-sec{
 /* background: url('../images/service-sec-bg.png') fixed;*/
   background: url('../images/grey-dot-bg.png');
  padding: 4rem 0rem 1rem;
  background-size:  40%;
  background-position: center left;
  background-repeat: no-repeat;
}
.service-seven-sec .main-heading{margin-bottom:0.5rem !important;}
.service-second-sec img{width: 70%;}
.service-second-sec .main-heading, .service-third-sec .main-heading, .service-fouth-sec .main-heading, .service-fifth-sec .main-heading, .service-six-sec .main-heading, .service-seven-sec .main-heading{text-align: left;font-size: 2.3rem;}
.service-second-sec p, .service-third-sec p, .service-fouth-sec p, .service-fifth-sec p, .service-six-sec p, .service-seven-sec p{line-height: 2;font-size: 15px;}
.auto-img{width: auto !important;}
.service-third-sec{
   background: url('../images/grey-dot-bg.png');
  padding: 2rem 0rem 1rem;
  background-size:  40%;
  background-position: center right;
  background-repeat: no-repeat;
}
.service-fouth-sec{
  background: url('../images/service-fouth-bg.png') fixed;
  padding: 4rem 0rem 1rem;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.service-fifth-sec{
  background: #fff;
  padding: 4rem 0rem 1rem;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.service-six-sec{
  background: url('../images/service-fouth-bg.png') fixed;
  padding: 4rem 0rem 1rem;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}
.service-seven-sec{
  background: url('../images/grey-dot-bg.png');
  padding: 4rem 0rem ;
  background-size: 50%;
  background-position: top right;
  background-repeat: no-repeat;
}
.down-move {
  animation: bounce 2s cubic-bezier(.445, .05, .55, .95) infinite;
}

@keyframes bounce {
  50% {
    -webkit-transform: translatey(-10px);
    transform: translatey(15px);
  }
}
#record-retrieval, #medical-advisory, #closing-care, #care-management{scroll-margin-top: 50px;text-align: left;}


/* Service page end */

/* Privacy Policy Page */
.privacy-page{ background: url(../images/service-third-bg.png) fixed;padding: 3rem 0rem 3rem;background-size: cover;background-position: top right; background-repeat: no-repeat;}
.privacy-page .privacy-content{box-shadow: none;border:1px solid #ccc;background: rgb(243 243 243 / 15%);}
.career-inner-page{ background: url(../images/service-third-bg.png) fixed;
    padding: 3rem 0rem 3rem;
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat; margin-top:90px;}
.career-inner-page .privacy-content{box-shadow: none;border:1px solid #ccc;background: rgb(243 243 243 / 15%);}

.career-info{list-style:none;display:flex;padding-left:0rem;gap: 2rem;}
.career-info b{display:inline;color:#000;font-weight:800;}
.apply-box {
    padding: 20px;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 50px;
    border-radius: 1.5rem;
    box-shadow: 0px -2px 48px 10px #d5d0d39e;
}
.apply-box .form-group label{font-size:14px;color:#000;font-weight:500;}
.apply-box .form-group{margin-bottom:0.5rem;}
.content-description {padding: 2rem 0rem 4rem;text-align: justify;}
.content-description hr{margin: 1rem auto;border-top:1px solid rgb(0 0 0 / 56%)}
.privacy-content h3{font-size: 2rem;font-weight: 600; margin-bottom: 0.5rem;}
.privacy-content h4{font-weight: 600; margin-bottom: 1rem;font-size: 1.5rem;}
.privacy-content h5{font-size:1rem;font-weight: 600;}
.privacy-content {
  box-shadow: 0px -2px 48px 10px #d5d0d39e;
  padding: 1rem;
  border-radius: 1rem;
  /* background: #e39bc830; */
  font-size: 15px;
  letter-spacing: 1px;
}

.privacy-content :where(a, b) {
  color: #000;
}

.privacy-content ol {
  counter-reset: item;
  list-style-type: none;
}

.privacy-content ol li:before {
  content: counter(item)".";
  counter-increment: item;
}

/*large-number font*/
ol li::marker {
  display: none !important;
}

.privacy-content ol li:before {
     position: absolute;
    margin-left: -22px;
    font: bold italic 18px / 1.5 Helvetica, Verdana, sans-serif;
    color: #000;
     transition:all .3s ease-in-out;
}
.privacy-content ol li:hover:before{ transform:scale(1.5); 
        opacity:1; 
        /*text-shadow:0 0 4px;*/
        transition:all .3s ease-in-out;}
.privacy-content :where(b){display: block;}
.check-list {
  list-style-type: none;
  padding-left: 0rem;
}

.check-list ul{list-style-type: none;padding-left: 0;}

.check-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

/*.check-list li:after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  border: 1px solid var(--mainsec);*/
/*  left: 0;*/
/*  top: 2px;*/
/*  border-radius: 50%;*/
/*}*/

/*.check-list li:before {*/
/*  content: "\f25a";*/
/*    font-family: "Font Awesome 6 Free";*/
/*    width: 9px;*/
/*    height: 4px;*/
/*    position: absolute;*/
/*    transform: rotate(89deg);*/
/*    left: 22px;*/
/*    top: 9px;*/
/*}*/
  .check-list li::before{
      position:absolute;
      content:'\2022'; 
      font-family:Arial;
      color:#000;
      top:2px;
      left:7px;
      text-align:center; 
      font-size:2em; 
      line-height:.75; 
      transition:.5s;
    }
    
   /*.check-list li:hover::before{*/
   /*     transform:scale(2); */
   /*     opacity:1; */
   /*     transition:.1s;*/
   /*   }*/

/* Privacy Policy Page End*/
/* Thank You page */
.thank-you-page{padding: 2rem 0rem;background: #f5f5f5;}
.thank-you-content img{width:20%;}
.thank-you-content{position: relative;box-shadow: var(--shadow-medium);border-radius: 1rem;padding: 1.5rem;background:linear-gradient(to bottom, #c7f6fe, #599dd62b);}
.thank-you-content h3{font-size: 2rem;margin-block: 0.5rem;font-weight: 700;}
.thank-you-content p{margin-bottom: -1rem;}
/* Thank You page */
.certificate-page{padding:4rem 0rem;}
.certificate-page .cert-box img{aspect-ratio: 5 / 2;}
.certificate-page .col-md-4{position:relative;}
/*abhi*/
.owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  transform: scale(0.9);

  transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }


.screenshot_slider .owl-item.center {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    position: relative;
    z-index: 9;
}

.screenshot_slider .owl-nav {
    text-align: center;
     margin: 0px 0;
}

.our-services{padding: 50px 1rem 30px; background: none;}
.our-services .main-heading{margin-bottom:0!important;}
.service-box{background: #fff; border-radius: 20px; padding: 0 0;}
.our-services .owl-item .item{margin: 90px 0;}
.service-box-inner{display: flex; flex-wrap: wrap; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 20px;}
.service-box-text{width: 50%; background: linear-gradient(to top, #def8fc 30%, #fff 70%); border-radius: 20px 0 0px 20px;}
.service-img{width: 50%; 
    border-radius: 0px 20px 20px 0px;}
.service-img img{width: 100%; width: 100%;
    border-radius: 0px 20px 20px 0px; height:315px; object-fit:cover;}

 .service-box-text h2{font-size: 1rem;}   
 .service-box-text p{font-size: 0.85rem;}
 .btn-box a{display: inline-block;}
 .service-text{border-radius: 20px 0 0px 20px; padding: 40px 20px 0 60px;}
.screenshot_slider .owl-item.center .service-text{padding: 50px 10px 0 20px;}
.screenshot_slider .owl-item.center .btn-box{-webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;}

.screenshot_slider .owl-item.center .btn-box a{-webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    padding: 5px;
    font-size: 10px;
    border: 1px solid var(--dark);
    border-radius: 5px;
    font-weight: 500;
  }
.btn-box a{padding: 8px;
    font-size: 13px;
    border: 1px solid var(--dark);
    border-radius: 5px;
    font-weight: 500;}
.our-services .owl-nav{}
.our-services button{position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    }
.our-services .owl-nav button.owl-prev{right: 98%;}
.our-services .owl-nav button.owl-next{left: 98%;}

.our-services .owl-nav button{
        width: 40px;
        line-height: 40px!important;
        height: 40px;
        background: #fff!important;
      border-radius: 50px!important;
      border: 1px solid #c1c1c1!important;
      transition: all 0.5s ease;
      color: #56b0fd!important;
    }
.our-services .owl-nav button:hover{background: #56b0fd!important; color: #fff!important;}    
.view-all.custom-btn{border: 2px solid #fff;}
.view-all.custom-btn:hover{border: 2px solid var(--main);}
.video-iframe{border-radius: 20px;}
.video-iframe video{width: 100%; border-radius: 20px;}
.ana-sec1{padding: 2rem 0;position:relative;/*border-bottom: 1px solid #ccc;*/}
.ana-sec1 h2{text-align: center;font-weight: 700; font-size: 2rem;margin-bottom:0rem;}
.ana-sec1 p span{font-weight: 700;}
.ana-sec1 p{font-size: 1.2rem;text-align: center;margin-bottom: 10px;}
.img-cen{text-align: center;}
.img-cen img{border-radius: 75px;width: 61%;} 
.ana-sec2{background: url(../images/anabg1.jpg) no-repeat;padding: 35px 0;background-size: cover;position:relative;/*border-bottom: 1px solid #9f9f9f;*/}
.ana-s-box{
    text-align: center;
    margin-bottom: 30px;
    }
.ana-s-box .ana-s-box-img{margin-bottom: 16px;}
.ana-s-box .ana-s-box-img img{height: 91px;object-fit: contain;}
.ana-s-box-text h3{font-weight: 700;font-size: 21px;height: 50px;color: #4b4a4a;}
.ana-s-box-text p{font-size: 1rem;line-height: 1.4;font-weight: 500;text-align: center;}

.ana-secbg2{background: url(../images/anabg2.jpg) no-repeat;
padding: 35px 0;
background-size: cover;}
.ana-secbg3{background: url(../images/anabg3.jpg) no-repeat;
padding: 35px 0 0;
background-size: cover;}
.portal-sec{background: url(../images/video-bg.png);
    padding: 2rem 0rem;
    background-size: 23%;
    background-position: top left;
    background-repeat: no-repeat;}
.portal-sec .nav-tabs{justify-content: center; border: 0;  gap: 20px;}
.portal-sec .nav-tabs .nav-link{ border-radius:0;border: 1px solid #ddd; text-align: center;background:#fff;}
.portal-sec .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border: 1px solid #24a0fc; background: linear-gradient(to top, #ceeaff 30%, #fff 70%);}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{border: 1px solid #24a0fc; background: linear-gradient(to top, #ceeaff 30%, #fff 70%);}
.portal-sec .nav-tabs .nav-link svg{display: block; margin: 0 auto; height:70px;}
.portal-sec .nav-tabs .nav-link span{display: block; font-size: 1rem; font-weight: 600; color: #000; margin-top: 10px; border-bottom: 1px solid #ddd;}
.portal-sec .nav-item{width: 18%; text-align: center;}
.nav-tabs .nav-link.active span{color: #24a0fc;}
.portal-sec .nav-tabs .nav-link:hover {border: 1px solid #24a0fc; background: linear-gradient(to top, #ceeaff 30%, #fff 70%);}

 .portal-sec .nav-tabs .nav-link:hover span{color: #24a0fc;border-bottom: 1px solid #24a0fc;}
 .tab-inner{padding: 30px 30px 0px 30px; 
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #ddd;
    border-radius: 15px;
    margin: 20px 10px; background: #fff;}
    .tab-img-box{margin-bottom: 30px;}
   .tab-img-box a{display: block;}
   .tab-img-box img{width: 100%;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 5px;}
     .tab-img-box-title{font-weight: 600; color: #000; margin-top: 10px; text-align:center;} 
   .tab-inner .row{justify-content: center;} 
   #contact-form input::placeholder, #contact-form textarea::placeholder{color:#5e5e5e;}
.form-section{
    padding: 50px 0 50px;
    position: relative;}
 
 .form-section h2{text-align: center;
    font-weight: 700;
    font-size: 2.5rem; margin-bottom: 50px; position: relative;}   
.query-form{}
.query-form form{
display: block;
    position: relative;
    text-align: left;
    width: 100%;
    min-width: 100%;
    border-radius: 24px;
    background-color: rgba(87, 171, 255, 0.5);
    padding: 38px 49px 41px 49px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.query-form form h3{
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.query-form .form-group{margin-bottom: 20px;}
.query-form form label{text-transform: uppercase;color: #000; font-size: 13px; font-weight: 600;}
.query-form form input{height: 60px;
    border-radius: 10px;
    padding-left: 20px;
    width: 100%;
    border: 1px solid #ccc;}
.query-form form textarea{border-radius: 10px;font-size:14px;}
.btn-form-sec{text-align: center;}
.btn-form-sec button{margin-top: 0; font-weight: 600;}
.btn-form-sec button:hover{color: #fff; border: 2px solid #fff!important;}
.error-msg{color: red;
    margin-top: 10px;
    display: block;
    font-size: 13px;
    display: none;
}
.common-error {
    display: flex;
    font-size: 13px;
    border: 1px solid #c5b8b8;
    border-radius: 5px;
    margin: 20px auto;
    justify-content: center;
    background: #f0f0ff;
    width: inherit;
    padding: 10px;
    font-weight: 600;
    gap: 5px;
    align-items: center;
}
.common-error i{
    background: red;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    border-radius: 4px;
}
.common-error i.success{
  background: green;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ddd;
    outline: 0;
    box-shadow: 0 0 0 .1rem #b2fff5;
}
/*team*/
.speakers-section-three {
    position: relative;
    padding: 0px 0 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin-top:20px;
}
.speaker-block-three {
    position: relative;
    margin-bottom: 50px;
}
.speaker-block-three .inner-box {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 0px;
    max-width: 300px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow:0px 2px 10px rgba(59, 61, 73, 0.3);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
    border-radius: 10px;
}
.speaker-block-three .inner-box:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}



.speaker-block-three .image-box {
    position: relative;
    display: block;
    text-align: center;
    padding: 0px 0;
    border: 1px solid #ccc;
    border-radius: 0.5rem;
}

.speaker-block-three .image-box .image {
    position: relative;
    display: block;
    height: 270px;
    width: 100%;
    overflow: hidden;
    border: 0px solid #59d6c6;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    border-radius: 0%;
    z-index: 9;
    margin-bottom: 0;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.speaker-block-three .inner-box:hover .image-box .image {
    border-radius: 0;
}
.speaker-block-three .image-box .image img {
    display: block;
    width: 100%;
    height:270px;
    /*object-fit:cover;*/
    /*object-position:top;*/
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    /*aspect-ratio: 3 / 3;*/
    object-fit: contain;
    object-position: center;
    border-radius: 0.5rem 0.5rem 0rem 0rem;
}
.hei-270{height:270px;}
/*.speaker-block-three .inner-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}*/
.speaker-block-three .info-box {
    position: relative;
    display: inline-block;
    padding: 25px 20px 10px;
    background-color: #e8e9e9;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 0px 0px 10px 10px;
    transition:all 0.5s ease;
}
.speaker-block-three .inner-box:hover .info-box {
    background:#3b3d49;
    border:1px solid #3b3d49;
}

.speaker-block-three .info-boxd:before {
    position: absolute;
    left: 0;
    right: -30px;
    background-color: #59d6c6;
    content: "";
    top: 0;
    height: 100%;
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    -o-transform: skew(-30deg);
    transform: skew(-30deg);
    border-radius: 0 14px 14px 0;
}
.speaker-block-three .info-box .name button{
    position: relative;
    font-size: 16px;
    line-height: 1.2em;
    color: #000;
    font-weight: 600;
}
.speaker-block-three .info-box .name a {
    color: #000;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block-three .inner-box:hover h4 button{
    color: #fff;
}
.speaker-block-three .info-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    height:50px;
    font-weight: 400;
}

.speaker-block-three .inner-box:hover .designation {
    color: #fff;
}
.speaker-block-three .social-box {
    position: absolute;
    top: 90px;
    transform: translateX(-50px);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.speaker-block-three .social-box .social-links li {
    margin-bottom: 4px;
}
.speaker-block-three .inner-box:hover .social-box {
    transform: translateX(10px);
}
.speaker-block-two .social-links li {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}
.speaker-block-three .social-links li a i {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid #eee;
    font-size: 16px;
    line-height: 30px;
    background-color: #fff;
    text-align: center;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.speaker-block-three .social-links li a:hover i {
    color: #fff;
    background: #59d6c6;
}
.team-btn{position: absolute; top: 0; left: 0; background: rgba(0, 0, 0, 0.6); transition: all 0.5s ease; content: ""; width: 100%; height: 100%; opacity: 0;}
.team-btn .custom-btn{position: relative; top:70%;}
.inner-box:hover .team-btn{opacity: 1;}
.team-btn .custom-btn:hover{background: #fff;}
.modal-backdrop.show{opacity: 0.7;}
.modal-content-sec{display: flex;
align-items: flex-start;
gap: 30px;
    
    
}

.modal-imgsec{display: block; width: 20%;}
.modal-img img{width: 100%;
    height: 220px;
    border:1px solid #ddd;
    object-fit: cover;
    object-position: top;
    border-radius: 10px}
.modal-img-info{}
.modal-img-info h2{font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px; margin-top: 20px;}
.modal-img-info h3{font-size: 1rem;
    font-weight: 500;
    margin-bottom: 10px;}
.modal-content{background-color: #fff; border: 10px solid #fff; 
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;}    
.modal-text{margin-top: 0px; width: 80%; height: calc(100% - 48px); padding-right: 20px;}
.modal-body{border-radius: 10px;}
.btn-close{position: absolute; right: 10px; top:10px;}
.modal-text p{font-size: 16px; line-height: 1.8;}
.login-page{padding: 100px 0;}
.password-toggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  cursor: pointer;
}

.password-toggle-icon i {
  font-size: 18px;
  line-height: 1;
  color: #a3a2a2;
  transition: color 0.3s ease-in-out;
  margin-bottom: 5px;
}

.password-toggle-icon i:hover {
  color: #000;
}
.login-wrap{display: flex; border-radius: 24px;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 60px 49px 60px 49px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;}
.login-img{width: 50%}
.login-img img{width: 100%;}
.login-con{width: 50%;}
.login-page .query-form form{background: #fff; box-shadow: none; border-radius: 0; padding: 0;}
.login-w{width: 80%; margin: 0 auto;}
.query-form h2{font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 20px;}
   .login-con .btn-form-sec{text-align: left;} 
.link-pop{position: absolute;
    bottom:96px;
    right: 10px;
    z-index: 9;
  }
.link-pop a{display: block;}  
.link-pop a i{border-radius: 40px; height: 40px; line-height: 40px; width: 40px; color: #fff; text-align: center; font-size: 18px; background: #0274bc;}
.link-pop a:hover i{opacity:0.8;}
.book-img{position: relative; height:100%;}
.book-img img{width: 100%; border-radius: 15px;height:100%;}
.pad-50s{padding: 35px 35px 35px 35px}
.booking-form.query-form form{padding: 0;}

.about-secnew1{padding:50px 0 0;position:relative;}
.about-secnew1 .about-con1{position:relative; margin-top:0px;}
.about-secnew1 .about-con1 p{font-size: 15.5px;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 100%;}
.about-secnew1 .about-con1 p:nth-child(1) {left: 45%;top: 15%;}
.about-secnew1 .about-con1 p:nth-child(2) {left: 50%;top: 40%;}
.about-secnew1 .about-con1 p:nth-child(3) {top: 65%;left: 50%;}
.about-secnew1 .about-con1 p:nth-child(4) {top: 90%;left: 45%;}
.about-secnew1 .about-sec2-img img{width:100%;}


.about-sec2 h2{text-align: center;
    font-weight: 700;
    position:relative;
    font-size: 2.5rem; margin-bottom:30px;}
.about-sec1 p.text-cen-s{text-align: center;}
.about-sec2 {padding: 30px 0 30px; background: url(../images/bg-about1.jpg) no-repeat;
background-size: cover; position:relative;}
.about-sec2:before{position:absolute;top:0;left:0;width:100%;height:100%; content:""; background:rgba(255,255,255,0.7);}

.about-sec2 img{width: 100%; border-radius: 20px; position:relative;}
.about-con1{height: 100%; position:relative;}
.about-sec3{padding: 50px 0;position:relative;}
.about-con3{box-shadow: 4px 14px 40px rgba(59, 61, 73, 0.3);
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    /* align-items: center; */
    padding: 20px;
    height: 100%; border-radius: 15px;}
.about-con3:hover{box-shadow: 0 6px 18px 0 rgba(21, 34, 53, 0.3); }
    
    
.about-con2-icon{height: 90px; text-align: center; margin-bottom: 15px}
.about-con2-icon img{height: 90px;}
.about-con2-text {text-align: center;}
.about-con2-text h3{font-weight: 600;
    font-size: 1.3rem;}
.about-sec4{padding: 30px 0 30px;background: rgba(191, 222, 223, 0.3);position:relative;}
.about-sec3 h2, .about-sec4 h2, .about-sec5 h2{text-align: center;
    font-weight: 700;
    font-size: 2.5rem; margin-bottom: 30px;}
.about-con4-img{}
.about-con4-img img{border-radius: 20px; width: 88%}
.about-con4-con{
    padding: 30px 40px 30px 0px;
    border-radius: 20px;
    margin-left: -50px;
    margin-top: 0px; height:100%;}
.box-list{display: flex; border-bottom: 1px solid #c7c7c7; margin-bottom: 20px;}
.box-list:last-child{border: 0; margin-bottom: 0;}
.box-list-img{width: 18%;}
.box-list-img img{width: 80px;}
.box-list-con{width: 82%;}
.box-list-con h3{font-weight: 600;font-size: 1.3rem;}
.about-sec5{padding: 50px 0 0px;}
.about-sec5-inner{background: #0274bc;border-radius: 0px;}
.about-sec5-img{height: 100% }
.about-sec5-img img{width: 100%; height: 100%;border-radius: 0 0px 0px 0px;}
.about-sec5-con{padding: 50px;}
.box-list-bg{border-bottom: 1px solid #ffffff; margin-bottom: 20px;}
.box-list-bg:last-child{margin-bottom: 0; border: 0;}
.box-list-bg h3{color: #fff; font-weight: 600;font-size: 1.3rem;}
.box-list-bg p{color: #fff;} 

.perfomance{background:url(../images/per.jpg) no-repeat; background-size:100% 100% ; background-attachment:fixed; padding:50px 0;position:relative;}
.perfomance:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.7);
}

.arrow-down {
	display:none;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 22px solid #25a0fc;
  position: absolute;
  top: -1px;
  left: calc(50% - 20px);
}

.arrow-down-inner {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 12px solid #fff;
  position: absolute;
  top: -22px;
  left: -18px;
}

.nav-tabs .nav-link.active .arrow-down {
  display: block;
}
.nav-tabs .nav-link{position:relative;width: 100%;}
.nav-tabs .nav-link .fa{font-size: 40px !important; width: 100%; padding: 15px 0 5px; color: #666;}
.perfomance .about-sec5-inner{background:transparent; position:relative;}
.perfomance .about-sec5-con{padding:0;position:relative;}
.perfomance.about-sec5 h2{color:#fff;position:relative; text-align:left;}
.about-sec6 .about-con4-img img{height: 460px;object-fit: cover;}
.ex-team{padding-top:1rem}
.ex-team .nav-tabs{justify-content: center; border: 0;  
gap: 20px;
    
}
.ex-team .nav-tabs .nav-link{ 
    /*border-radius:0.5rem;*/
        border: 0;
border-bottom: 1px solid #000; text-align: center;background: none !important;
    padding: 0;}
.ex-team .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border:0;border-bottom: 1px solid #000;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{border:0;border-bottom: 1px solid #000 !important;}
.ex-team .nav-tabs .nav-link svg{display: block; margin: 0 auto; height:70px;}
.ex-team .nav-tabs .nav-link span{display: block; font-size: 1.2rem; font-weight: 600; color: #000; margin-top: 20px;padding-bottom:1rem;
/*border-bottom: 1px solid #ddd;;*/
    
}
.ex-team .nav-item{width: 23%; text-align: center;}
.nav-tabs .nav-link.active span{color: #1b82d0;
/*border-bottom: 1px solid #24a0fc;*/
    
}
.ex-team .nav-tabs .nav-link:hover {border:0;border-bottom: 1px solid #000; }
.ex-team .nav-tabs .nav-link:hover span{color: #1b82d0;
/*border-bottom: 1px solid #24a0fc;*/
    
}
.ex-team .col-xl-3, .ex-team .col-lg-3, .ex-team .col-md-3{width: 20%;}

.pr-sec1{background: url(../images/pr-bgnew1.jpg) no-repeat;
background-size: cover;position:relative}
.pr-sec2{background: url(../images/pr-bgnew2.jpg) no-repeat;
background-size: cover; background-position:center;position:relative}
.product-page .ana-sec1{padding:2rem 0px 3rem;}

.pr-sec1 .ana-sec2, .pr-sec2 .ana-sec2{background:transparent; border-bottom:0;}
.pr-sec1 .ana-sec1, .pr-sec2 .ana-sec1{border-bottom:0;}

#member-engagement, #careconnectmd, #careconnect-insight, #post-visit-portal, #lab-portal, #new-member-health-risk-assessment, #provider-tracking-portal, #care-coordination, #integration-platform, #retrospective-record-retrieval-coding, #careconnect2go, #careconnect-executive {scroll-margin-top: 70px;}
.breadcrum-sec{
    padding: 1rem 0;
    background: linear-gradient(to right, #def8fc 30%, #def8fc 70%);
    border-bottom: 1px solid #ccc;
}
.breadcrum-sec h2{
    text-align: center;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 0rem;
}

.login-new-page{background:#e8f5ff; padding:40px 0;
background-size:cover;
position:relative;
background-position:center;
margin-top:90px;
    }
.login-content .form-group{position:relative;}
.login-new-page .login-content {
  /*max-width: 400px;*/
  max-width: 100%;
    width: 50%;
    height: initial;
    position:relative;
    z-index: 1;
    padding:0px 30px;
    margin: 0 auto;
    position: relative;
    border-radius: 0 20px 20px 0px;
    background: #fff;
    /*border: 1px solid #494c5e !important;*/
    border:0!important;
}

.login-new-page .login-content:before{
    background: #25a0fc2b;
    height: 100px;
    width: 100px;
    position: absolute;
    top: -35px;
    left: -50px;
    content: "";
    border-radius: 100px;
    z-index: 0;
}
.login-new-page .login-content:after{
    background: #25a0fc2b;
    height: 100px;
    width: 100px;
    position: absolute;
    right: -55px;
    bottom: -35px;
    content: "";
    border-radius: 100px;
    z-index: 0;
}
.login-new-page .logo {
  width: 100px;
  height: 100px;
  margin: 0px;
}

.login-new-page .text-logo {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  color: #000;
}

.login-new-page .form-control {
  width: 100%;
  height: 3rem;
  left: 0;
  position: relative;
  border-radius: 5px;
/* background: #fff; */
    /* border: 1px solid #494c5e !important; */
    color:#000;
}


.login-new-page .nomember {
  background-color: #e4dede;
  padding: 10px;
  padding-top: 20px;
  border-radius: 0px 0px 5px 5px;
  color: white;
  background: #2f3242;
}

.login-new-page button{width:100%;}
.login-new-page .nomember a {
  text-decoration: none;
  color: rgb(158, 163, 240);
}



/*support google chrome*/
.login-new-page .form-control::-webkit-input-placeholder {
  color: #000;
}

/*support mozilla*/
.login-new-page .form-control:-moz-input-placeholder {
  color: #000;
}

/*support internet explorer*/
.login-new-page .form-control:-ms-input-placeholder {
  color: #000;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:#59d6c6!important;}



.login-wrap-new{display: flex
;
    border: 1px solid #494c5e !important;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;}
.login-img-box{width:50%;}
.login-img-box img{width:100%; height:100%;border-radius: 20px 0px 0px 20px;}
.mobile-logo{display:none;}
.fixed-side-btn{display:none;}

textarea {
  resize: none;
}
.menu-text-hide-desk{display:none;}

.product-tab, .service-tab{margin-top:110px;}
.product-tab .container-fluid{padding:0;}

.product-tab .nav-tabs{justify-content: center;   
gap: 0px;
align-items: center;
    height: 100%;
    width: 95%;
    margin: 0 auto;
    max-width: 100%;
}
.product-tab .nav-tabs .nav-link{ 
    /*border-radius:0.5rem;*/
        border: 0;
border-bottom: 5px solid transparent; text-align: center;background: none !important;
    padding: 0;
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #36454F;
    margin-top: 0px;
    padding-bottom: 1rem;
    padding-left:0rem;
    padding-right:0rem;
    height:70px;
    
    
}
.product-tab .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{border:0;border-bottom: 5px solid #1b82d0; color:#1b82d0;}
.product-tab .nav-tabs .nav-link svg{display: block; margin: 0 auto; height:70px;}
.product-tab .nav-tabs .nav-link span{display: block; font-size: 1.3rem; font-weight: 600; color: #000; margin-top: 20px;padding-bottom:1rem;
/*border-bottom: 1px solid #ddd;;*/
    
}
.product-tab .nav-item{text-align: center;}
.product-tab .nav-item.col-lg-3{padding: 0 1.5rem;}
.product-tab .nav-item:first-child{padding-left:0;}
.product-tab .nav-item:last-child{padding-right:0;}
.product-tab .nav-tabs .nav-link:hover {border:0;border-bottom: 5px solid #1b82d0; color:#1b82d0;}

.nav-tabs .nav-link.active  {
    color: #1b82d0;
     border-bottom: 5px solid #1b82d0 !important; 
}

.product-tab .ana-sec1{padding:1rem 0;}
.product-tab .img-cen img{width:58%;}



.vertical-tab-sec{padding:0px 0 0;}
.vertical-tab-sec .container-fluid{padding:0;}
.vertical-tab-sec h4.sub-heading {
    line-height: 2;
    font-size: 2rem;
    text-align: left;
    font-weight: 600;
    line-height: 1;
}
.v-tab-height{height:100%;}

.vertical-tab-sec .nav{width:20%; height:100%; gap:15px; padding-top:20px;}
.vertical-tab-sec .tab-content{width:80%;}
.vertical-tab-sec .service-first-sec{padding:2rem 2rem 0;}
.vertical-tab-sec .service-fouth-sec{padding:2rem;}
.vertical-tab-sec .service-seven-sec{padding:2rem;}
.vertical-tab-sec .service-fifth-sec{padding:2rem;}
.vertical-tab-sec .service-six-sec{padding:2rem;}
.vertical-tab-sec .service-second-sec{padding:0rem 0rem 1rem; position:relative;}

.vertical-tab-sec .img-100 {
    width: 100% !important;
}
.vertical-tab-sec h3.main-heading {
    color: #239efd;
}
.vertical-tab-sec .nav .nav-item {width:100%;}
.vertical-tab-sec .nav .nav-item button{width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #000;}
    
.vertical-tab-sec .nav .nav-item button:hover {
  background-color: transparent;
  color: #1b82d0 !important;
}
.vertical-tab-sec .nav .nav-item button.active {
  background-color: transparent;
  color: #1b82d0 !important;
}
.vertical-tab-sec .nav .nav-item button.active::after {
  content: "";
  border-right: 4px solid #1b82d0;
  height: 100%;
  position: absolute;
  right: -1px;
  top: 0;
  border-radius: 5px 0 0 5px;
}
.vertical-tab-sec .nav-link{text-align:left;}

.list-sec{list-style-type:none; padding:0; margin:0;}
.list-sec li{position:relative; padding-left:20px; font-size:16px; line-height:1.8; margin-bottom:20px;}
.list-sec li:before{height:8px; width:8px; border-radius:10px; background:#000; position:absolute; left:0; top:10px; content:"";}


.serivice-vertical-content-top{padding:2rem 2rem 2rem;}
.serivice-vertical-content{padding:2rem; background:rgba(191, 222, 223, 0.3);}
.serivice-vertical-content-top h1{
    text-align: center;
    font-weight: 700;
    color:#239efd;
    font-size: 2.5rem;
    margin-bottom: 0px;
}



.service-v-box {text-align:center;}

.serivice-vertical-content .box-list-con p{font-size:17px;}
.serivice-vertical-content .about-con4-con{padding:0 20px; margin:0;}
.serivice-vertical-content .box-list-img{width:13%;}
.serivice-vertical-content .box-list-con{width:87%;}
.serivice-vertical-content .box-list-img img{width:60px;}
.img-service-tab img{border-radius:15px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.ser-heading h2{text-align:center; margin-bottom:30px; font-weight:600; font-size:2.2rem;}
.bg-v-service1{background: url(../images/healt-care-bg.jpg); background-size: 100% 100%;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    position:relative;
}
.bg-v-service2{background: url(../images/prvent-bg.jpg);background-attachment:fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    position:relative;
    background-size: cover;
    
}
.bg-v-service1:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.6);
}
.bg-v-service1 h2{position:relative; color:#fff; text-align:left;}
.bg-v-service1 .about-con4-con{position:relative;}
.bg-v-service1 .about-con4-con p{color:#fff;}

/*Tab to accordion style*/
#faq .card .card-header .btn-header-link:after {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 900;
    float: right;
    position: relative;
    z-index: 99;
}
#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
}
.card{margin-bottom:1rem}
.card-header{ background: linear-gradient(to right, #66ded0 26%, #25a0fc 70%);}
.btn.btn-header-link
 {
    /* display: block;
    text-align: left; */
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;  
}
.btn.btn-header-link:focus-visible, .btn.btn-header-link:focus{border:0px}

