@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

p{
  font-family: "Poppins", sans-serif;
}
.bg-light {
  background: #f7f7f7;
}

.slider-all-text .description{
  font-family: "Poppins", sans-serif;
}
.main-menu ul li a {
  font-family: "Poppins", sans-serif;
}

.hero-pagination {
    flex-direction: row;
    left: 60px;
    top: 70%;
}
.hero-title {
  font-size: 72px;
  margin-bottom: 10px;
  }

.hero-pagination .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 10px;
}
.swiper-pagination-bullet {

    border-radius: 0;

  }

  .hero-pagination .swiper-pagination-bullet-active::before{
    border-radius: 0;
    height: 25px;
    width: 25px;
  }

  .menu-content {
    justify-content: center;
    margin-top:20px ;
    background-color: transparent !important;
  }
  .topcontact-btn {
    margin-top: 20px;
  }

  .top-btn{
    background: #fcac3f;
    border-radius: 50px;
    height: 70px;
    line-height: 70px;
  }
  .top-btn:hover {
    color: #62bee1;
  }

  .main-menu .sub-menu {
  
        border-top: 4px solid #fcac3f;
  }
  .main-menu ul li .active{
    color: #62bee1;
  }
  .main-menu ul li:hover > a {
    color: #62bee1;
  }

  .slider-all-text {
   
    margin-left: 0;
    text-align: center;
  }

  .item-slider{
    height: 100%;
  }

  .slider-all-text {
    padding: 320px 0px 290px;
  }
  .tp-features-item{
    padding:0;
  }


  .tp-features-item.item-active {
    background: #fff;
    padding: 55px 30px 50px 30px;
    transform: translateY(-10px);
    border-color: #fff;
  }
.tp-features-item:hover {
  background: #fff !important;
  padding: 55px 30px 50px 30px;
  transform: translateY(-10px);
  border-color: #fff;
}
.tp-features-item:hover .tpfeatures-icon {
  background: #62bee1 !important;
}


  .item-active span {
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    display: block;
    color: #242429;
  }
  .item-active .tpfeatures-icon {
    background: #62bee1 !important;
    
  }
  .item-active .tpfeatures-icon i{
    color: #fff !important;
  }
  .tp-features-item:hover .tpfeatures-icon {
    background: #62bee1 !important;
  }
  .tp-features-item:hover .tpfeatures-icon i {
    color: #ffffff !important;
  }
 .tp-features-item:hover span {
  line-height: 1;
  font-weight: 500;
  display: block;
  color: #242429;
}

  .tp-features-item {
    padding: 45px 30px 40px 30px;
    box-shadow: 0px 10px 20px 0px rgba(130, 132, 134, 0.08);
    background: #62bee1;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #e3e6e7;
      border-top-color: rgb(227, 230, 231);
      border-right-color: rgb(227, 230, 231);
      border-bottom-color: rgb(227, 230, 231);
      border-left-color: rgb(227, 230, 231);
      min-height: 230px;
  }

  



  .tp-features-item:hover {
    background: #62bee1;
    border-color: #62bee1;
  }
  .tp-features-item .tpfeatures-icon i {
    font-size: 36px;
    color: #62bee1;
    transition: all 0.3s ease-out 0s;
    display: inline-block;
  }
  .tp-features-item:hover .tpfeatures-icon i {
    color: #62bee1;
  }
  .tp-features-item .tpfeatures-icon {
   
    background: #fff;
  }
 
  .tpsub-title-two {
    font-size: 22px;
    color: #fcac3f;

  }
  .tpsub-title-two::before {
    background: #fcac3f;
    top: 13px;
    left: 213px;
  }
  .tpsub-title-two::after {
    background: #fcac3f;
    top: 13px;
  right: 213px;
  }

  .tpsub-title {
  color: #fcac3f;
}
.section-border i {
  color: #62bee1;

}
.section-border::before {
  background: #62bee1;
}
.tp-btn-round {
  background: #fcac3f;
}
.tp-btn-round:hover {
  color: #fcac3f;
  border-color: #fcac3f;
}


  .services-list {
    background: #f7f7f7;
    padding-top: 100px;
    padding-bottom: 298px;
    
  }
  .section-title-two {
  font-size: 48px;
}

.services-item {
  background-color: #62bee1;
}

  .white-color {
    color: #ffffff;
  }


  .services-box
  {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .service
  {
    margin: 8px;
  }
  
  .flip-box {
    background-color: transparent;
    width: 268px;
    height: 320px;
    border: 1px solid #f1f1f1;  
    border-radius: 10px;
    perspective: 1000px;
  }
  .flipboxicon{
    width: 75px;
    height: 75px;  
    border-radius: 50px;
    padding: 10px;
  }
  
  .flip-box-front .flipboxicon{
    background-color: #fff;
    color: #62bee1;
    width: 75px;
    height: 75px;  
    border-radius: 50px;
    padding: 12px;
  }
  .flip-box-front .flipboxicon svg{
    color: #62bee1 !important;
  
  }

  .flip-box-back .flipboxicon{
    background-color: #62bee1;
    color: #fff;
    width: 60px;
    height: 60px;  
    border-radius: 100px;
    padding: 12px;
  }
  .flip-box-front h3{
    color: #fff;
  }
  .flip-box-back h3{
    font-size: 20px;
  }

  .flip-box-front .flipboxicon i[class^="flaticon-"]::before, i[class*=" flaticon-"]::before{
    font-size: 48px;
  }
  .flip-box-back .flipboxicon i[class^="flaticon-"]::before, i[class*=" flaticon-"]::before{
    font-size: 36px;
  }
  
  .flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg);
  }
  
  .flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  
  .flip-box-front {
    background-color: #62bee1;
    color: #62bee1;
    border-radius: 10px;
  }
  
  
  .flip-box-back {
    background-color: #ffffff;
    color: #000;
    transform: rotateY(180deg);
    border-radius: 10px;
    padding: 16px;
  }

  .footer-social a{
    border-radius: 50px;
  }
  .footer-social a:hover {
    background: #fcac3f;
  }

  .copyright-info .owner_name p a {
    color: #62bee1;
  }
  .fotter_widget-title::before {
    background: #fcac3f;
  }
  .tp-btn-round-newsletter{
    background: #fcac3f;
  }

  .tp-btn-round-newsletter:hover {
    color: #fcac3f;
    border-color: #fcac3f;
  }
  .tp-btn-round-newsletter{
    font-family: "Poppins", sans-serif;
  }
  .tp-btn-round-newsletter{
    padding: 0 30px;
  }
  .top-btn{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }

  .main-menu ul li a {
    font-size: 16px;
    font-weight: 600;
  }
  .tp-btn-round{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
  }
  .slider-all-text .description {
    font-size: 36px;
     line-height: 48px;
  }
  .tp-features-item span {
    font-size: 24px;
  }
  .main-menu .sub-menu {
    min-width: 250px;
  }

  .main-menu .sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    color: #121212;
    text-transform: capitalize;
    letter-spacing: 0.5px;
  }
  .about-shape .content {
    right: 20%;
    top: 26%;
    text-align: center;
  }
  .about-shape .content h4 {
    font-size: 48px;
    font-weight: 600;
  }
  .section-title {
    font-size: 42px;
    line-height: 1.2;
  }
  .about-info .ab-bquote span {
    font-size: 21px;
    line-height: 1.3;
  }
  .author-info .author-degination h4 {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
  }
.author_img img{
  border-radius: 50px;
}
.section-title-two {
  font-size: 38px;
  line-height: 1.2;
}
.tpsub-title-two {
  font-size: 18px;
  font-weight: 500;
}


.footer_top-info {
  border-bottom: 1px solid #212f45;
}
.tpsub-title-two i {
  font-size: 10px;
  margin: 0 18px;
}
.counter-shape {
  position: static;
  text-align: center;
  margin-bottom: 10px;
}
.counter-shape i{
  font-size: 80px;
}

.counterinfo{
  text-align: center;
  position: static;
}
.counter-shape i[class^="flaticon-"]::before, i[class*=" flaticon-"]::before {
  color: #fcac3f;
}

.counterinfo p{
  line-height: 24px;
}
.counterinfo span {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}
.section-border::before {
  top: 48%;
  left: 14px;
}
.section-title-three {
  font-size: 38px;
  line-height: 1.2;
}


.section-wrap-three {
  max-width: 900px;
  margin: 0 auto;
}
.tpsub-title-three {
  font-size: 22px;
  font-weight: 500;
  color: #fcac3f;
  text-transform: uppercase;
  line-height: 1.2;
  display: block;
  position: relative
}
.tpsub-title, .tpsub-title-two {
  font-size: 22px;
}

.tpsub-title-three::before {
  position: absolute;
  content: "";
  background: #fcac3f;
  width: 25px;
  height: 2px;
  top: 12px;
  left: 78px;
}

.tpsub-title-three::after {
  position: absolute;
  content: "";
  background: #fcac3f;
  width: 25px;
  height: 2px;
  top: 12px;
  right: 78px;
}
.tpsub-title-three i {
  font-size: 10px;
  margin: 0 18px;
}
.tpsub-title-three i {
  font-size: 15px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}
.section-cont-three{
  max-width: 665px;
  margin: 0 auto;
}
.tpcounter-area{
  border-radius: 15px 0 0 0;
}

.healthcare-soft-steps{
  margin: 0;
  padding: 0;
  text-align: center;
  }

.healthcare-soft-steps img{
width: 70%;
}
.healthcare-demo-area{
  position: relative;
}


.virtualemployee-area .tpsub-title-two::before{
  top: 14px;
  left: 177px;
}

.virtualemployee-area .tpsub-title-two::after {
  top: 14px;
  right: 177px;
}
.trainer-image img{
  border-radius: 0;
}

.trainer-info {
  padding: 20px 35px;
 
}
.trainer-single{
height: 230px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
border-radius: 10px;
padding-top: 20px;
}
.trainer-image img{
  width: 60%;
}
.tp-btn-square:hover {
  color: #62bee1;
}
.tp-btn-square {
  background: #62bee1;}

  .trainer-image{
    text-align: center;
  }

  .trainer-single a:hover {
    color: #fcac3f;
  } 

  .fitness-slider_active .owl-item.active.center .fitness-item img{
    background-color: #fff;
  }

  .healthcare-product{
  background-attachment: fixed;
  background-size: cover;
  }
.lighttext{
  color: #bcbcbc;
}
.about-shape {
  position: absolute;
  right: -70px;
  bottom: -18%;
}

.tp-support-form-field .custom-select{
  color: #6a6b71;
  font-size: 16px;
  display: block;
  width: 100%;
  height: 60px;
  background: #ffffff;
  font-weight: 400;
  border: 1px solid #e3e6e7;
  outline: none;
  padding: 0px 25px;
  width: 100%;
  border-radius: 50px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
}
.nice-select::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 10px;
}

.support_area .suppoter-image img{
border-radius: 15px;
}
 .news_letter_search{
  margin-right: 10px;
 }


 .news_letter_search input {
  height: 60px;
  }

.page__title {
  padding-top: 235px;
  padding-bottom: 80px;
}
.breadcrumb-title{
 font-size: 72px;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}


  @media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .about-info {
      margin-left: 50px;
    }
    .counter-item {
      padding: 36px 15px 20px 20px;
    }

 
  }

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 575px) {

  .menu-content {
    justify-content: space-between;
    margin-top: 5px;
      padding: 5px 0;
  }
  .top-logo img{
    width: 70%;
  }
  .sidebar__logo img{
    width: 35%;
  }
  .hero-title {
    font-size: 54px;
  }
  .slider-all-text .description {
    font-size: 28px;
  }
  .news-letter-title {
    font-size: 42px;
    text-align: center;
  }
  .fotter-col2 {
    margin-right: 0;
    text-align: center;
  }
  .news-letter-area .news_letter_search{
    margin-right: 10px;
  }
  .news-letter-area{
  padding-top: 70px;
  padding-bottom: 0;
  }



  }
  @media (max-width: 575px) {
    .hero-title {
      font-size: 54px;
    }
    .slider-all-text .description {
      font-size: 28px;
    }
    .slider-all-text {
      margin-left: 0;
      padding: 251px 0px 290px;
    }
    .slide-bg {
      background-position: center;
    }
    .section-title {
      font-size: 28px;
      line-height: 1.2;
      text-align: center;
    }
    .tpsub-title, .tpsub-title-two {
      text-align: center;
      font-size: 18px;
      margin-bottom: 5px;
    }
.about-info p{
text-align: center;
}
.about-info span{
  display: none;
  }

 .about-info .ab-bquote{
  text-align: center;
 }
 .section-title-two {
  font-size: 28px;
}
.services-list1{
  padding-top: 50px;
  padding-bottom: 50px;
}
.services-list1 .row{
  margin-top: 20px;
}
.section-title-three {
  font-size: 28px;
}

.tp-about-area{
  padding-bottom: 20px;
}
.counter-item {
  padding: 30px 30px 15px 30px;
}

.healthcare-demo-area {
  padding-top: 50px;
  border-top: 1px solid #ccc;
}
.healthcare-demo-area .section-border{
  display: none;
}
.healthcare-demo-area .section-title-three{
margin-bottom: 10px;
}

.healthcare-demo-area .fitness_button{
text-align: center;
}
.tp-btn-round {
  padding: 0 30px;
}
.healthcare-soft-steps img {
  width: 100%;
}
.tpcounter-area {
  padding-bottom: 20px;
}
.ready3steps {
  padding-bottom: 60px;
  padding-top: 60px;
}
.ready3steps .section-title-three{
  margin-bottom: 10px;
}
.virtualemployee-area{
  padding-top: 60px;
  padding-bottom: 60px;
}
.trainer-single {
  height: 160px;
}
.trainer-image img{
  width: 42%;
}
.virtualemployees {
text-align: center;
}
.tp-btn-round::before {
  position: absolute;
}
.fitness_button{
  text-align: center;
}
.tp-btn-round-newsletter {
  padding: 0 44px;
  background: #fcac3f;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}
.news-letter-area{
  text-align: center;
  padding-top: 60px;
}
.news-letter-title {
  font-size: 28px;
  margin-bottom: 20px;
}
.subscrive-button{
  text-align: center;
}
.news_letter_search{
  margin-bottom: 20px;
}
.news_letter_search input {
  height: 60px;
}
.footer-content{
  padding-top: 60px;
}



  }
 