/*+++++++++++ Fonts+++++++++*/
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&display=swap');
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root{
  --primary:#0abfff;
  --secondary:#272727;
  --text-color:#272727;
  --red-color:#ef0500;
  --white:#fff;
  --primary-font:"Heebo", sans-serif;
}

@media (min-width: 1430px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
      max-width: 1400px !important;
  }
}

body {
    font-family: var(--primary-font);
    font-weight: 400;
    font-style: normal;
    color: #555555;
    padding-top: 186px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;font-family: var(--primary-font);
}
h2{font-size: 44px;}
ul {
    padding: 0;
    list-style: none;
}
a {
  color: var(--secondary);
  text-decoration: none;
  transition: all 0.5s ease;
}
    a:hover {
        color: var(--secondary);
        text-decoration: none;
    }

.default_btn{
  background: var(--secondary);
  color: var(--white);
  border-radius: 5px;
  padding: 1rem 5rem;
  font-size: 24px;
  text-transform: uppercase;display: inline-block;
}
.default_btn:hover{
  background: var(--primary); color: var(--white);
}

.top-bar{
  background: var(--primary);
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;width: 100%;
}
.top-bar a{
  display: flex;
  align-items: center;
  gap: 10px;font-size: 18px;color: #292826;
  transition-duration: 0.3s;
}
.top-bar a img{transition: all .1s ease;}
.top-bar a:hover{
  color: var(--white);
}
.top-bar a:hover img{
  filter: invert(1);
}
.navbar {
   position: fixed; 
   flex-direction: column;
  z-index: 999;
  width: 100%;
  background: #fff;
  padding: 0;    top: 0;
}


.form-wrapper{
  width: 100%;
  max-width: 555px;
  max-height: 550px;
  position: absolute;
  left:0;
  top: 0;
  right: 0;
  bottom: 0;
  background: var(--white);
  z-index: 9999;
  border-radius: 5px;margin: auto;
  padding:2.5rem;
}
.form-wrapper input,.form-wrapper textarea{
  width: 100%;
  border: none ;
  outline: none;
  border-bottom: 1px solid var(--secondary);
  min-height: 40px;
}
.form-wrapper form ul{
  display: flex;
  flex-direction: column;
  gap: 20px;width: 100%;
}
.form-header{text-align: center;}
.form-header h5{color: var(--primary);font-size: 18px;}
.form-header h2{color: var(--secondary);margin-bottom: 5px; font-size: 40px;font-family: var(--primary-font);font-weight: 600;}

input[type="submit"]{
  background: var(--red-color);
  color: var(--white);
  width: 100%;
  border-radius: 30px;
  padding: 1rem 5rem;
  font-size: 18px;
  border: none;
  transition: all .3s ease;box-shadow: 0 5px 10px #ef050042
}
input[type="submit"]:hover{
  background: var(--primary);
  color: var(--white);
  box-shadow: 0 5px 10px #008fef42
}

.hero_content{
  width: 100%;
  max-width: 777px;
  max-height:306px;
  position: absolute;
  left:50px;
  top: 0;
  bottom: 0;
  z-index: 9999;
  border-radius: 5px;margin: auto;
  padding:2.5rem;
}
.hero_content-header{text-align: left;}
.hero_content ul {
    padding: 0;
    list-style: none;
}
.hero_content ul li {
    color: #ffffff;
    font-size: 31px;
    font-weight: 600;
}
.hero_content li::before {
  content: "\2713";
  color: #0abfff; /* or whatever color you prefer */
  padding: 0 5px 0 0;
}
/*About content*/
.about-content{
  padding: 5rem 0;
  /*background: url(../img/image-shadow.jpg) left bottom no-repeat #fff;*/
  padding-bottom:3rem;
}
.about-content h3{font-size: 35px; color:#2e2e2e;padding: 1rem 0;}
.about-content p{font-size: 16px; color:#6e7673;font-weight: 400;line-height: 1.6;}
.about-box{
 position: relative;
 text-align: center;
}

.about-pic img{
  max-width: 500px;
  max-height: 500px;border-radius: 100%;
  box-shadow: 0 0 20px #00000014;
  width: 100%;
}
.signature-box{
  background:#fff;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left:-5%;
  top:20%; box-shadow: 0 0 20px #00000014;
}

.signature-box img{max-width:70%;height: auto;}

.steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 44px;
    position: relative;
    z-index: 2;
    top: 110px;
}

.steps-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: var(--white);
  box-shadow: 0 5px 20px #0000000a;
  border-radius: 5px;
  padding: 30px;
  position: relative;    width: 33.33%;
  transition-duration: 0.3s;
}
.steps-item:hover{
  background: var(--primary);
  color: var(--white);
}
.steps-item:hover img{
  filter: brightness(0) invert(1);
}
.step-content h5{font-size: 12px;text-transform: uppercase;color: #050708;margin-bottom: 1.5rem;}
.step-content h4{font-size: 24px;color:var(--primary);font-weight: 600;margin-top: auto;margin-bottom: 0;}
.steps-item:hover h4,.steps-item:hover h5{color: var(--white);}








.closeSticky {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -4px;cursor:pointer;
}
.link-two {
  color: #000000;
  transition: all 0.5s ease;
}
.link-two:hover {
  text-decoration: underline;
  color: #000000;
}

.link-one {
  color: #000000;
  transition: all 0.5s ease;
}
.link-one:hover {
  color: #000000;
  text-decoration: none;
}

.link-icon {
  color: #000000;
  font-weight: 500;
}
.link-icon span {
  font-size: 14px;
  padding-left: 4px;
  vertical-align: middle;
}

.link-a {
  text-decoration: none;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .link-a {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .link-a {
    font-size: 1rem;
  }
}
.link-a:hover {
  color: #ffffff;
  text-decoration: none;
}
.link-a span {
  font-size: 18px;
  vertical-align: middle;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .link-a span {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .link-a span {
    font-size: 18px;
  }
}

.text-brand {
  color: #000000;
  font-size: 2rem;
  font-weight: 600;margin: 0;
}
@media (max-width: 767px) {
  .text-brand {
    font-size: 1.8rem;
  }
}

.color-a {
  text-decoration: none;
  color: #000000;
}

.color-b {
  color: #2eca6a;
}

.color-d {
  color: #adadad;
}

.color-text-a {
  text-decoration: none;
  color: #555555;
}

.no-margin {
  margin: 0;
}

/*------/ Nav Pills  /------*/
.nav-pills-a {
  text-decoration: none;
}
.nav-pills-a.nav-pills .nav-link {
  color: #000000;
  position: relative;
  font-weight: 600;
}
.nav-pills-a.nav-pills .nav-link.active {
  background-color: transparent;
}
.nav-pills-a.nav-pills .nav-link.active:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background-color: #2eca6a;
  z-index: 2;
}

/*------/ Bg Image /------*/
.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

/*------/ List a /------*/
.list-a {
  text-decoration: none;
  display: inline-block;
  line-height: 2;
  padding: 0;
  list-style: none;
}
.list-a li {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 25px;
  padding-right: 5px;
}
@media (min-width: 992px) {
  .list-a li {
    width: 33.333%;
  }
}
.list-a li:before {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  background-color: #313131;
  top: 15px;
  left: 0;
}

/*------/ Pagination-a /------*/
.pagination-a {
  text-decoration: none;
}
.pagination-a .pagination .page-link {
  margin: 0 0.2rem;
  border-color: transparent;
  padding: 0.5rem 0.8rem;
  color: #000000;
}
.pagination-a .pagination .page-link:hover, .pagination-a .pagination .page-link:active, .pagination-a .pagination .page-link:focus {
  background-color: #2eca6a;
}
.pagination-a .pagination .page-link span {
  font-size: 1.2rem;
}
.pagination-a .pagination .next .page-link {
  padding: 0.4rem 0.9rem;
}
.pagination-a .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination-a .pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-a .pagination .page-item.disabled .page-link {
  padding: 0.4rem 0.9rem;
  color: #555555;
}
.pagination-a .pagination .page-item.active .page-link {
  background-color: #2eca6a;
}

.a {
  text-decoration: none;
  color: #2eca6a;
  font-size: 1.3rem;
}

/*------/ Icon Box /------*/
.icon-box .icon-box-icon {
  display: table-cell;
  vertical-align: top;
  font-size: 36px;
  color: #000000;
  width: 50px;
  padding-top: 8px;
}
.icon-box .icon-box-content {
  padding-top: 18px;
}

/*------/ Space Padding /------*/
.section-t8 {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .section-t8 {
    padding-top: 4rem;
  }
}

.section-t4 {
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .section-t4 {
    padding-top: 2rem;
  }
}

.section-t3 {
  padding-top: 3rem;
}

@media (max-width: 767px) {
  .section-md-t3 {
    padding-top: 3rem;
  }
}

.section-b2 {
  padding-bottom: 2rem;
}

.section-tb85 {
  padding: 8rem 0 5rem 0;
}
@media (max-width: 767px) {
  .section-tb85 {
    padding: 4rem 0 2.5rem 0;
  }
}

/*------/ Title /------*/
.title-wrap {
  padding-bottom: 4rem;
}

.title-a {
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: 600;
}

.title-link {
  font-size: 1.2rem;
  font-weight: 300;
  padding-top: 1.2rem;
}
.title-link a {
  text-decoration: none;
  color: #313131;
}
.title-link span {
  font-size: 20px;
  padding-left: 4px;
  vertical-align: middle;
}

.title-box-d {
  padding-bottom: 1.8rem;
  margin-bottom: 1rem;
  position: relative;
}
.title-box-d .title-d {
  font-weight: 600;
  font-size: 2rem;
}
.title-box-d .title-d:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  background-color: #2eca6a;
  bottom: 20px;
  left: 0;
}

/*------/ Display Table & Table Cell /------*/
.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*------/ Ul Resect /------*/
.ul-resect ul, .box-comments ul, .list-a ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*------/ Overlay /------*/
.overlay-a {
    text-decoration: none;
    background: #050708;
    opacity:0.5;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
}

.carousel-pagination {
  margin-top: 10px;
  text-align: center;    transform: none !important;
  display: flex;
  gap: 10px;
}
.carousel-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #555;
  margin: 0 4px;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.carousel-pagination .swiper-pagination-bullet-active {
  background-color: #2eca6a;
  width: 36px;
}

.nav-arrow-a {
  text-decoration: none;
}
.nav-arrow-a .owl-arrow .owl-nav {
  font-size: 1.8rem;
  margin-top: -110px;
}
.nav-arrow-a .owl-arrow .owl-nav .owl-next {
  margin-left: 15px;
}

.nav-arrow-b .owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.2rem;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev,
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  padding: 0.7rem 1.5rem !important;
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #ffffff;
  background-color: #2eca6a;
  opacity: 0.9;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev.disabled,
.nav-arrow-b .owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #ffffff;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-prev:hover,
.nav-arrow-b .owl-arrow .owl-nav .owl-next:hover {
  background-color: #26a356;
}
.nav-arrow-b .owl-arrow .owl-nav .owl-next {
  margin-left: 0px;
}

/*------/ Socials /------*/
.socials-a {
  text-decoration: none;
}
.socials-a .list-inline-item:not(:last-child) {
  margin-right: 25px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background:#282828;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background:var(--secondary);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--secondary);
  border-top: 6px solid #222;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*======================================
//--//-->   BUTTON
======================================*/
.btn {
  transition: 0.5s ease;
}
.btn.btn-a, .btn.btn-b {
  border-radius: 0;
  padding: 1rem 3rem;
  letter-spacing: 0.05rem;
}
.btn.btn-a {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-a:hover {
  background-color: #2eca6a;
  color: #000000;
}
.btn.btn-b {
  background-color: #2eca6a;
  color: #000000;
}
.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}
.btn.btn-b-n {
  background-color: #2eca6a;
  color: #ffffff;
  border-radius: 0;
}
.btn.btn-b-n:hover {
  background-color: #26a356;
  color: #ffffff;
}

.navbar-toggle-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  padding: 10px;
}
.navbar-toggle-box i {
  line-height: 0;
}

/*--------------------------------------------------------------
# Navbar
--------------------------------------------------------------*/
.navbar-default {
    transition: all 0.5s ease-in-out;
    padding-bottom: 10px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.navbar-default .nav-search {
  color: #000000;
  font-size: 1.5rem;
}
    .navbar-default.navbar-reduce {
        box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
        background: #161616fa;
    }
.navbar-default.navbar-trans, .navbar-default.navbar-reduce {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.navbar-default.navbar-trans li, .navbar-default.navbar-reduce li {
  position: relative;
  padding-right: 10px;
  margin-left: 0;
}
.navbar-default.navbar-trans .sub-menu li{margin-left:0}
@media (min-width: 768px) {
    .navbar-default.navbar-trans li, .navbar-default.navbar-reduce li {
        margin-left: 42px;
    }
}
.navbar-default.navbar-trans a, .navbar-default.navbar-reduce a,.navbar-default.navbar-trans .sub-menu a {
    font-size: 18px;
    font-weight: 600;
    transition: all 0.1s ease-in-out;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    text-transform:uppercase;
}
.navbar-default.navbar-trans .sub-menu a{color:#222;    padding: 12px 0;  display: block;}
.navbar-default.navbar-trans .sub-menu li:hover a{color:#b89632}

    .navbar-default.navbar-trans .nav-link:hover, .navbar-default.navbar-reduce .nav-link:hover {
        color: var(--secondary);
    }

    .navbar-default.navbar-trans .nav-link:hover {
        color: var(--secondary);
    }
.navbar-default.navbar-trans .show > .nav-link,
.navbar-default.navbar-trans .active > .nav-link,
.navbar-default.navbar-trans .nav-link.show,
.navbar-default.navbar-trans .nav-link.active {
  color: var(--secondary);
}
.navbar-default.navbar-reduce a.active{ color: var(--secondary);}
.navbar-default.navbar-reduce {
    transition: all 0.1s ease-in-out;
    background: hsl(0, 0%, 100%);
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
}
.navbar-default a img {
  max-width: 300px;
  transition: 0.3s;
}
.navbar-default.navbar-reduce a img {
    max-width: 100px;
}
.navbar-default .dropdown .dropdown-menu,.navbar-default .menu-item-has-children .sub-menu {
  border-top: 0;
  border-left: 4px solid 4px solid #b89632;
  border-right: 0;
  border-bottom: 0;
  transform: translate3d(0px, 40px, 0px);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.3, 0.65, 0.355, 1) 0s, opacity 0.31s ease 0s, height 0s linear 0.36s;
  margin: 0;
  border-radius: 0;
  padding: 12px 0;
}
.sub-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .navbar-default .dropdown .dropdown-menu,.navbar-default .menu-item-has-children .sub-menu {
    border-top: 4px solid 4px solid #b89632;
    border-left: 0;
    display: block;
    position: absolute;
    box-shadow: 0 2px rgba(17, 16, 15, 0.1), 0 2px 10px rgba(20, 19, 18, 0.1);
  }
}
.navbar-default .dropdown .dropdown-menu .dropdown-item,.navbar-default .menu-item-has-children .sub-menu {
  padding: 12px 18px;
  transition: all 500ms ease;
  font-weight: 600;
  min-width: 220px;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item:hover,.navbar-default .menu-item-has-children .sub-menu a:hover {
  background-color: #ffffff;
  color: #0e0e0e;
  transition: all 500ms ease;
}
.navbar-default .dropdown .dropdown-menu .dropdown-item.active,.navbar-default .menu-item-has-children .sub-menu .current-page {
  background-color: #ffffff;
  color: #0e0e0e;
}
.navbar-default .dropdown:hover .dropdown-menu,.navbar-default .menu-item-has-children:hover .sub-menu {
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=1);
}

/*------/ Hamburger Navbar /------*/
.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #ffffff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: transform 0.35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  transform: rotate(-135deg);
  opacity: 0.9;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.intro {
  height: 100vh;
  position: relative;
  color: #ffffff;
}
.intro .swiper-pagination {
  bottom: 50px;
}
.intro .swiper-pagination .swiper-pagination-bullet {
  width: 18px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 0;
  opacity: 1;
  transition: 0.3s;
}
.intro .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2eca6a;
  width: 36px;
}
.intro .intro-item {
  padding-top: 2rem;
}
.intro .carousel-item-a {
  position: relative;
  height: 100vh;
}
.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}
.intro .intro-content {
  position: absolute;
}
.intro .intro-body {
  padding-left: 1rem;
}
.intro .intro-sub-title {
    font-family: var(--primary-font);
    font-weight:300;
    font-size:24px;
}

.intro-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 13%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

@media (min-width: 768px) {
    .intro .intro-body {
        padding-left: 0;
        padding-top:80px;
    }
}
.intro .intro-body .price-a {
    color: #ffffff;
    padding: 1rem 1.5rem;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    width: 300px;
    height: 70px;
    border-radius: 0;
    border: none;
    background: #b89632;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
    .intro .intro-body .price-a:hover {
        background: #2d2d2d;
    }
.intro .spacial {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #ffffff;
}
.intro .intro-title-top {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #ffffff;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .intro .intro-title-top {
    font-size: 0.9rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .intro .intro-title-top {
    font-size: 1rem;
    margin-bottom: 2rem;
  }
}
.intro .intro-title {
  color: #ffffff;
  font-size: 2.8rem;
}
@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 768px) {
  .intro .intro-title {
    font-size: 3.5rem;
  }
}
@media (min-width: 992px) {
    .intro .intro-title {
        font-size: 60px;
        font-family: var(--primary-font);
    }
}
.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) {
  .intro .intro-subtitle {
    font-size: 2.5rem;
  }
}
.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}
@media (min-width: 576px) {
  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) {
  .intro .intro-subtitle.intro-price {
    padding-top: 2rem;
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  .intro .intro-subtitle.intro-price {
    padding-top: 3rem;
  }
}

/*------/ Intro Single /------*/
.intro-single {
  padding: 12rem 0 3rem;
}
@media (max-width: 767px) {
  .intro-single {
    padding-top: 9rem;
  }
}
.intro-single .title-single-box {
  padding: 1rem 0 1rem 2rem;
}
.intro-single .title-single-box {
  border-left: 3px solid #2eca6a;
}
.intro-single .title-single-box .title-single {
  font-weight: 600;
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.1rem;
  }
}
@media (min-width: 992px) {
  .intro-single .title-single-box .title-single {
    font-size: 2.5rem;
  }
}
.intro-single .breadcrumb-box {
  padding: 1rem 0 0 0.5rem;
}
.intro-single .breadcrumb {
  background-color: transparent;
  padding-right: 0;
  padding-left: 0;
}
.intro-body {
  max-width: 554px;
}
h1.intro-title {
  font-weight: 600;
  font-size: 50px;
  color: #fff;
  background: #00000057;
  padding: 30px;
  text-align: center;
  text-transform: uppercase;
}
h1.intro-title span{
  color: var(--secondary); font-weight:700;
}
p.intro-sub-title {
  font-size: 23px;
  color: #fff;
}


/*

*/
.section-service ul {
  display: flex;
  align-items: center;
  text-align: center;
  padding-top: 4rem;
}
.section-service ul li {
  width: 280px;
  padding: 15px;
}
.section-service ul li h4{font-size: 20px;margin:15px 0;font-weight: bold;}
.section-service ul li p{color: #000;}

/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
.about-us {
    position: relative;
    max-width: 398px;
}
.about-us:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background: transparent;
    margin-top: 20px;
    position: absolute;
    margin-left: 20px;
    border: 2px solid #f06ea8;
    top: 0;
    max-width: 377px;
}
    .about-us a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 101px;
        height: 101px;
    }
.about-us img {
    z-index: 2;
    position: relative;
}
.about-us .bottom-image {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: -60px;
    border: 15px solid #fff;
}
.title-box h5 {
    color: #262630;font-weight:500;
}
.title-box h2 {
    color: #050708;
    font-family: var(--primary-font);
    font-size: 48px;
    font-weight: 600;
    margin: 20px 0 30px 0;text-transform: uppercase;
}
.title-wrap p {
    line-height: 30px;
    color: #474444;
}
.common-btn {
    color: #ffffff;
    text-transform: uppercase;
    width: 230px;
    height: 60px;
    background: #f06ea8;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border: none;
    outline: none;
}
    .common-btn:hover {
        background: #2d2d2d;
    }

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/



.section-services {
    background: #f8f8f8;
    padding:70px 0;
}
ul.services-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
   
    max-width: 1200px;
    margin: 0 auto;
}
.services-wrap {
    padding: 0 0 60px;
    width: 100%;
    max-width: 1290px;
    margin: auto;
}
ul.services-item.odd {
    margin-left: 187px;
    margin-top: -68px;
}
ul.services-item li {
    margin: 80px 20px;
}

.hexagon-wrapper h5 {
    color: #262630;
    position: relative;
    z-index: 4;
    margin-top: 14px;
    font-size: 18px;
    font-weight: 500;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hexagon {
    position: relative;
    width: 232px;
    height: 138.19px;
    background-color: #ffffff;
    margin: 23.09px 0;
    text-align: center;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    transition: 0.5s;
    box-shadow: 0px 5px 35px #e5e5ec57;
}
ul.services-item li:hover .hexagon {
    background-color: #b89632;cursor:pointer;
}
    ul.services-item li:hover .hexagon img {
        filter: brightness(0) invert(1);
    }
    ul.services-item li:hover .hexagon h5{color:#fff}
    .hexagon:before,
    .hexagon:after {
        content: "";
        position: absolute;
        z-index: 1;
        width: 162.57px;
        height: 165.57px;
        -webkit-transform: scaleY(0.5774) rotate(-45deg);
        -ms-transform: scaleY(0.5774) rotate(-45deg);
        transform: scaleY(0.5774) rotate(-45deg);
        background-color: inherit;
        left: 34.7157px;
    }

    .hexagon:before {
        top: -82.2843px;
    }

    .hexagon:after {
        bottom: -82.2843px;
    }
    .hexagon img {
        width: auto !important;
        height: auto !important;
        position: relative;
        transform: none;
        z-index: 4;
        display: inline-block !important;
    }
/*--------------------------------------------------------------
# Teams
--------------------------------------------------------------*/
.section-teams {
    padding: 70px 0;
}
.section-teams .img-box-a {
    overflow: hidden;
}
    .section-teams .btn-outline-secondary, .socials .btn-outline-secondary {
        color: #b89632;
        border-color: #b89632;
        border-width: 2px;
    }
.section-teams .btn-outline-secondary:active,.section-teams .btn-outline-secondary:hover,
.socials .btn-outline-secondary:active,.socials .btn-outline-secondary:hover{
    color: #fff;
    background-color: #b89632;
    border-color:#b89632;
}
.section-teams h4{font-weight:500;font-size:24px;color:#262630;margin: 50px 0 20px; text-transform: uppercase;}
.section-teams .btn,.socials .btn {
        width: 30px;
        height: 30px;
        padding: 4px 0;
        font-size: 13px;
    }
/*--------------------------------------------------------------
# Card General
--------------------------------------------------------------*/
@media (max-width: 767px) {
    .card-box-a, .card-box-b, .card-box-c, .card-box-d {
    margin-bottom: 2.5rem;
  }
}
.card-box-a span,
.card-box-b span,
.card-box-c span,
.card-box-d span {
  line-height: 0;
}

@media (min-width: 768px) {
  .grid .card-box-a,
.grid .card-box-b,
.grid .card-box-c,
.grid .card-box-d {
    margin-bottom: 2.5rem;
  }
}

.card-box-a,
.card-box-b,
.card-box-d {
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.card-box-a .img-a,
.card-box-a .img-b,
.card-box-b .img-a,
.card-box-b .img-b {
  transition: 0.8s all ease-in-out;
}
@media (min-width: 768px) {
  .card-box-a:hover .img-a,
.card-box-a:hover .img-b,
.card-box-b:hover .img-a,
.card-box-b:hover .img-b {
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .card-box-a .price-a,
.card-box-b .price-a {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .card-box-a .price-a,
.card-box-b .price-a {
    font-size: 1rem;
  }
}

.card-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.card-shadow {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.card-shadow:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 27%, rgba(0, 0, 0, 0.65) 90%);
}

/*======================================
//--//-->   PROPERTY - CARD-A
======================================*/
@media (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .card-box-a:hover .card-overlay-a-content {
    bottom: 64px;
  }
}
@media (min-width: 768px) {
  .card-box-a:hover .card-body-a {
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .card-box-a .card-overlay-a-content {
    bottom: 65px;
  }
  .card-box-a .card-body-a {
    padding-bottom: 1rem;
  }
}

.card-overlay-a-content {
  transition: all 0.5s ease-in;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 2;
}
@media (min-width: 768px) {
  .card-overlay-a-content {
    bottom: -20px;
  }
}
@media (min-width: 992px) {
  .card-overlay-a-content {
    bottom: 0px;
  }
}

.card-header-a {
  padding: 0 1rem;
}
.card-header-a .card-title-a {
  color: #ffffff;
  margin-bottom: 0;
  padding-bottom: 0.7rem;
}
@media (min-width: 768px) {
  .card-header-a .card-title-a {
    font-size: 1.3rem;
  }
}
@media (min-width: 992px) {
  .card-header-a .card-title-a {
    font-size: 2rem;
  }
}
.card-header-a .card-title-a a {
  color: #ffffff;
  text-decoration: none;
}

.card-body-a {
  z-index: 2;
  transition: all 0.5s ease-in;
  padding: 0rem 1rem 2rem 1rem;
}
.card-body-a .price-box {
  padding-bottom: 0.5rem;
}


.price-a {
    color: #ffffff;
    padding: 0.6rem 25px;
    border: 2px solid #f06ea8;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: #f06ea8;
    transition:0.3s;
}
.price-a:hover{
    background:#000;color: #ffffff;
    border-color:#000;
}

.card-footer-a {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #2eca6a;
}

.card-info {
  list-style: none;
  margin-bottom: 0;
  padding: 0.5rem 0;
}
.card-info .card-info-title {
  font-size: 1rem;
  color: #313131;
}
@media (min-width: 768px) {
  .card-info .card-info-title {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  .card-info .card-info-title {
    font-size: 1rem;
  }
}
.card-info li span {
  color: #ffffff;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .card-info li span {
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .card-info li span {
    font-size: 1rem;
  }
}

/*------/ Property Grid /-----*/
.property-grid .grid-option {
  text-align: right;
  margin-bottom: 2rem;
}
.property-grid .grid-option .custom-select {
  border-radius: 0;
  width: 200px;
  border-color: #313131;
}
.property-grid .grid-option .custom-select:hover, .property-grid .grid-option .custom-select:active, .property-grid .grid-option .custom-select:focus {
  border-color: #313131;
}
.property-grid .grid-option .custom-select option {
  border-color: #313131;
}

/*------/ Property Single /-----*/
.gallery-property {
  margin-bottom: 3rem;
}

.property-price {
  margin: 0 auto;
}
.property-price .card-header-c {
  padding: 0;
}

.summary-list {
  padding-right: 1rem;
  color: #000000;
}
.summary-list .list {
  padding: 0;
  line-height: 2;
}
.summary-list .list span {
  color: #555555;
}

@media (max-width: 767px) {
  .property-agent {
    margin-top: 2.5rem;
  }
}
.property-agent .title-agent {
  font-weight: 600;
}
.property-agent ul {
  line-height: 2;
  color: #000000;
}
.property-agent .socials-a {
  text-align: center;
}

@media (max-width: 991px) {
  .property-contact {
    margin-top: 2.5rem;
  }
}

/*======================================
//--//-->   SERVICES - CARD-C
======================================*/
.card-box-c {
  position: relative;
}
@media (max-width: 767px) {
  .card-box-c {
    margin-bottom: 2rem;
  }
}

.card-header-c {
  padding: 0 1rem 1rem 1rem;
}

.card-body-c {
  padding: 0.5rem 0.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  .card-body-c {
    padding: 0;
  }
}

.card-footer-c {
  padding-left: 0.5rem;
}

.card-box-ico {
  padding: 1rem 3rem 1rem 2.5rem;
  border: 5px solid #2eca6a;
}
.card-box-ico span {
  font-size: 4rem;
  color: #000000;
}

.title-c {
  font-size: 2.5rem;
  font-weight: 600;
  margin-left: -40px;
}
@media (min-width: 768px) {
  .title-c {
    font-size: 1.8rem;
  }
}
@media (min-width: 992px) {
  .title-c {
    font-size: 2.5rem;
  }
}

/*======================================
//--//-->   AGENTS - CARD-D
======================================*/
.card-box-d .card-overlay-hover {
  transition: all 0.2s ease-in-out;
  padding: 15px 40px 15px 35px;
}
@media (min-width: 768px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 15px 5px 10px;
  }
}
@media (min-width: 992px) {
  .card-box-d .card-overlay-hover {
    padding: 5px 40px 5px 35px;
  }
}
@media (min-width: 1200px) {
  .card-box-d .card-overlay-hover {
    padding: 15px 40px 5px 35px;
  }
}
.card-box-d .title-d {
  transition: 0.3s ease-in-out;
  font-size: 2rem;
  font-weight: 600;
  margin: 1rem 0;
  transform: translateY(-20px);
  opacity: 0;
}
@media (min-width: 768px) {
  .card-box-d .title-d {
    font-size: 1.1rem;
    margin: 0.5rem 0;
  }
}
@media (min-width: 992px) {
  .card-box-d .title-d {
    font-size: 1.5rem;
    margin: 1rem 0;
  }
}
@media (min-width: 1200px) {
  .card-box-d .title-d {
    font-size: 2rem;
    margin: 1rem 0;
  }
}
.card-box-d .content-d {
  opacity: 0;
  transition: 0.5s ease-in-out;
  transform: translateY(-40px);
}
@media (min-width: 768px) {
  .card-box-d .content-d {
    font-size: 0.8rem;
    margin: 0.5rem 0;
  }
}
@media (min-width: 768px) {
  .card-box-d .card-body-d p {
    margin-bottom: 8px;
    font-size: 0.8rem;
  }
}
@media (min-width: 992px) {
  .card-box-d .card-body-d p {
    margin-bottom: 12px;
    font-size: 1rem;
  }
}
.card-box-d .info-agents {
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.card-box-d .card-footer-d {
  transition: 0.5s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
}
.card-box-d .list-inline-item:not(:last-child) {
  margin-right: 25px;
}
.card-box-d:hover .card-overlay-hover {
  background-color: #2eca6a;
  opacity: 0.9;
}
.card-box-d:hover .title-d,
.card-box-d:hover .content-d,
.card-box-d:hover .info-agents,
.card-box-d:hover .card-footer-d {
  opacity: 1;
  transform: translateY(0);
}

.section-subscriber {
    background: url(../img/subscribe.jpg) right top no-repeat var(--secondary);
    padding: 60px 0;
    position: relative;
}
.section-subscriber:before{
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--secondary);
  opacity: 0.9;
  content: '';
  top: 0;
    bottom: 0;
}
.section-subscriber .container{
  z-index: 5;position: relative;
}
/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.section-testimonials {
    background: url(../img/testimonialbg.jpg) center top no-repeat #ddedfd;
    padding: 70px 0;
    overflow: hidden;
}
.section-testimonials .swiper{max-height: 540px;}
.testimonials-box {
    padding: 20px 40px;
    max-width: 970px;
    margin: 0 auto;
    background: #259f64;
    border: 2px solid #ddedfd;
    position:relative;
    color: #fff;
    margin-left: 15px;
}
.testimonials-box:before{
  background:url(../img/qutation.png);
  width: 30px;
  height: 37px;
  display: block;
  position: absolute;
  left: -15px;
  top: 46px;
  content: '';
}
#testimonial-carousel {
    padding: 0;
}

.testimonial-text {
  font-family: var(--primary-font);
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
    padding: 1.5rem 0 .4rem;
    position: relative;
    font-style: italic;
}

.rating{margin-bottom:5px;}
.rating li {
    font-size: 16px;
    margin: 0 0px;
}
.rating .checked {
    color: #ffdc64
}
.autor-section .circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.author {
    color: #f7f7f7;
    font-size: 16px;
    font-weight: 500;
}
h6.designation{color: #f7f7f7;
  text-transform: uppercase;}
.section-testimonials .carousel-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d5d6d8
}
.section-testimonials .carousel-pagination .swiper-pagination-bullet-active {
    background: var(--secondary)
}
.content-testimonial{
  background: #fff;
  padding: 20px;
}
.content-testimonial .author{color: var(--secondary);}
.content-testimonial .designation{color: #000;}
/*--------------------------------------------------------------
# Appointment
--------------------------------------------------------------*/
.section-appointment {
    background: #222a34;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.appointment-bg, .appointment-content {
    width: 50%
}
.appointment-content {
    max-width: 440px;
    margin: auto;
    text-align: left;
}
.appointment-content h2{
  color: #fff;
}
.appointment-content form{
  margin-top: 30px;
}

.appointment-content form input,.appointment-content form textarea{
  background: transparent;
  min-height: 60px;
  border: none;
  outline: none;
  border-bottom: 1px solid #b1b1b1;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.appointment-content form input[type=submit]{
  background: var(--secondary);
  color: var(--white);
  border-radius: 5px;
  padding: 0.9rem 4rem;
  font-size: 18px;
  text-transform: uppercase;display: inline-block;
  border: none;
  margin-top: 20px;
  transition-duration: 0.3s;
}

.appointment-content form input[type=submit]:hover{
  background: var(--primary); color: var(--white);
}

/*--------------------------------------------------------------
# Our mission
--------------------------------------------------------------*/
.section-our-mission{
    padding: 4rem 0;
    background: url(../img/mission-bg.png) center bottom no-repeat #fff;
    background-size: cover;
}
.section-our-mission h2{
  color: var(--secondary);
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3rem;
}
.section-our-mission h3{
  color: #0f1927;
  font-size: 32px;
  margin-bottom: 1rem;
}
.section-our-mission p{color: #0f1927;font-size: 18px;}
.mission_img_box{
  position: relative;
}
.mission_img_box:after{
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  position: absolute;
  left: 0;
  content: '';
  background: #fff;
  bottom: 0;
}
.mission_img_box img{max-width: 100%;position: relative; z-index: 3;}

/*--------------------------------------------------------------
# Subscriber
--------------------------------------------------------------*/
.section-service {
    background: url(../img/human.png) right bottom no-repeat #9fcaeb;
    padding: 5rem 0;
    color: #fff;
    
}
.section-service .container{
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.section-service h3{
  text-align: center;
  color: #fff;
  font-size: 30px;
}
#service-carousel {
    padding-bottom: 15px;
}
#service-carousel .card-box-a {
    box-shadow: 0 5px 15px #0000000f;
}
.product-description{padding:50px 0;background:#fff;transition-duration:0.3s}
    .product-description a {
        height: 60px;
        border: 1px solid #050708;
        padding: 0 40px;
        text-transform: uppercase;
        background: transparent;
        letter-spacing: 1px;
        margin-top: 15px;
        display:inline-flex;align-items:center;
        justify-content:center;
    }
    .product-description h4 {
        font-size: 24px;
        margin-bottom: 25px;
        font-family: var(--primary-font);
        font-weight: bold;
        letter-spacing: 1px;
    }
.product-btn {
    height: 60px;
    border: 1px solid #050708;
    padding: 0 40px;
    text-transform: uppercase;
    background: transparent;
    letter-spacing: 1px;
    margin-top: 15px;
}
.card-box-a:hover .product-description {
    background: #f06ea8;
}
.card-box-a:hover .product-description h4{color:#fff;}
.card-box-a:hover .product-description a{color:#fff;border-color:#fff;}

/*--------------------------------------------------------------
# Subscriber
--------------------------------------------------------------*/
.section-commitment{
  background: url(../img/hand-with-key.jpg) left center no-repeat #f6f6f6;
  padding: 8rem 0;
}
.section-commitment h2{font-size: 38px;margin-bottom: 2rem;}
.section-commitment p{color: #000;font-size: 18px;}
.section-commitment p:last-child{margin:0}


/*--------------------------------------------------------------
# section-about-us
--------------------------------------------------------------*/
.section-about-us{
  background: url(../img/about-us.jpg) right center no-repeat #259f64;
  padding: 8rem 0;
  color: #fff;
}
.section-about-us h2{font-size: 38px;margin-bottom: 2rem;color: #fff;}
.section-about-us p{font-size: 18px;line-height: 1.8;}
.section-about-us p:last-child{margin:0}

/*--------------------------------------------------------------
# section-funding-solution
--------------------------------------------------------------*/


.services{
  background: url("../img/shadow-icon.png") right bottom no-repeat #fff;
  padding-top:140px;
  padding-bottom: 60px;
}
.service-header{
  text-align: center;
  margin-bottom: 3rem;
}
.service-header h5{
  font-size: 14px;text-transform: uppercase;color: #292826;margin-bottom: 1rem;
}
.service-header h2{
  text-align: center;
  font-size: 40px;color: #292826;
}
.service-item {text-align: center;padding: 1.5rem;display: flex; border-radius: 5px;flex-direction: column ; gap: 20px;
  justify-content: start;align-items: center;border: 4px solid transparent;    height: 100%;position: relative;z-index: 2;
  transition: all .3s ease;
}
.service-item img{width: 118px;height: 118px;}
.service-item h4{font-size: 23px;margin: 0;}
.service-item p{font-size: 16px;line-height: 1.5;margin: 0;}

/* .service-item:hover{
  border-image: linear-gradient(to right, #3acfd5 0%, #3a4ed5 100%) 1; 
  border-width: 4px;
  border-style: solid;
} */
.service-item:hover::after{
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;background: #fff; border-radius:20px;
}
.service-item:hover::before {
  border-radius:20px;
  content: '';
  background-image: linear-gradient(to bottom, #54d5ff 0%, #f90509 100%);

  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  position: absolute;
  z-index: -1;
}
.service-item a {
  width: 34px;
  height: 34px;
  font-size: 29px;
  background: #e4050b;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
  border-radius: 100%;
  color: #fff;
  padding-top: 3px;
}
.servicce-button {
  margin-top: auto;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  opacity: 0;transition: all .3s ease;
}
.service-item:hover .servicce-button{
  opacity: 1;
}

.reach-out{
  background: url(../img/reach-out.jpg) center no-repeat #1cbff4;
  padding: 3rem 0;
  text-align: center;
}
.reach-out h2{font-size: 40px;color: #fff;margin-bottom: 1rem;font-weight: 600;}
.reach-out h3{font-size: 30px;color: #fff;margin-bottom: 1rem;font-weight: 400;}
.reach-out a{font-size: 16px;color: #fff;background: #2d2d2d;padding: .8rem 2rem;display: inline-block;border-radius: 5px;}
.reach-out a:hover{background: var(--red-color);}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/


footer {
    background: #fff;
}
    footer h3 {
        font-family: var(--primary-font);
        font-weight: bold;
        margin-bottom: 34px;
    }
.footer-links a {
    color: #dcdcdc;
    padding: 4px 0;
    display: block;
    text-transform: uppercase;
    font-size: 14px;letter-spacing:1px;
}
.footer-links a:hover{
    color:var(--secondary);
}
.footer-contact p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height:30px;
}
footer .copyright-footer {
    padding: 20px 0;    background: #181817;
}
p.copyright {
    font-size: 14px;
    color: #dcdcdc;
    margin: 0;
}

footer .credits {
    font-size: 14px;
}
.nav-footer .list-inline-item {
    margin: 0 25px;
    text-transform: uppercase;
}
.nav-footer .list-inline-item a{color:#dcdcdc;font-size: 14px;}
.nav-footer .list-inline-item a:hover{color:#b89632}
nav.nav-footer {
    margin: 30px 0 40px;
}

/*************************/
.leaf-bg{background:url(../img/leaf.png) 3% bottom no-repeat}
.leaf-bg-1 {
    background: url(../img/leaf1.png) 96% bottom no-repeat
}
.mw-270{max-width:270px;}
.social-icon li a {
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    margin: 0 10px;
    border-radius: 50%;
    background: transparent;
    color: #050708;
}
.ratio-16x9 {
    --bs-aspect-ratio: 90%;
}
.modal-body {
    padding: 2px;
}
.modal-content {background-color: #000;}

/*+++++++++++++++++++++++++ Services +++++++++++++++++++*/
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/service-bg.jpg) center center no-repeat;
    background-size: cover;
}
.page-header-about {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/aboutus.jpg) center center no-repeat;
    background-size: cover;
}
.font-playfair {
    font-family: var(--primary-font);
}
.section-treat {
    background: url(../img/curvebg.png) right top no-repeat #f4f4f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-story {
    background: url(../img/leaf2.png) 98% bottom no-repeat #f6efdf;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.treat-list{display:flex;flex-wrap:wrap}
.treat-list li {
    background: url(../img/tick.png) left center no-repeat;
    padding: 15px 0 15px 40px;
    width: 50%;
}
.treat-list li h4 {
    margin: 0;
    font-size: 18px;
    color: #050708
}
.brushStroke {
    background: url(../img/brushstroke.png) center center no-repeat;
    width: 360px;
    height: 74px;
    background-size: cover;
    padding: 24px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 25px;
    font-weight: 500;
    text-transform: uppercase;
}
    .brushStroke:hover {
        color: #000;
    }

.section-after-before{
    padding:40px 0 0;
}
.section-after-before .swiper-slide {
    width: 80vw;
}


.custom-class {
    padding:0 100px;
}
.swiper-button-prev-unique img {
    transform: rotate(180deg);
}
.swiper-btn-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 310px;
    margin: 50px auto;
}
.prev-ar {
    position: relative;
    margin-top: -1px;
    margin-right: 15px;
}
.next-ar {
    position: relative;
    margin-top: -2px;
    margin-left: 15px;
}
.section-treatments {
    background: url(../img/treatments-bg.jpg) center no-repeat #000;
    background-size: cover;
    padding: 80px 0 100px 0;
}

.appointment-btn, .book-appointment a {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    transition: 0.3s;
}
    .appointment-btn:hover, .book-appointment a:hover {
        background: #f06ea8;
    }

/* About us*/
.lh-24{line-height:24px !important;}
.remove-after:after{display:none;}
.pt-6{padding-top:80px;}
.pb-6 {
    padding-bottom: 80px !important;
}

.section-awards {
    background: url(../img/girl.png) left bottom no-repeat #6bb6c9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0 0 0;
}
    .section-awards .title-box h2{font-size:42px;}
    .yellow-color {
        color: #ffc500 !important;
    }
.section-therapies{padding:60px 0;}
.video-container {
    position: relative
}
    
    .video {
        border: 5px solid #f06ea8;
        border-radius: 15px;
        width: 100%;
        max-width: 1024px;
    }
	
.caption-title{
	position: relative;
    margin-right: -20px;
    color: rgba(48, 42, 46, 0.5);
    font-size: 65px;
    font-family: "Magneta-Book", sans-serif;
    line-height: 90px;
    letter-spacing: 0;
}
.transition-text {
    position: absolute;
    padding-left: 20px;
    color: #005e5d;
   display:none;

    -webkit-transition: 600ms all linear;
    transition: 600ms all linear;
}
.transition-text:first-child{display:block;} 
.transition-text--active{opacity:1}


.inner-head img {
    width: 100%;
}
.contact-box a {
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    color: #474444;
    text-transform: none;
}
.contact-box a:hover{
    background:transparent;
    color:#f06ea8;
}
.contact-box p {
    margin: 0;
}
.section-contact .appointment-content {
    max-width: initial;
    margin-top: 0;
    margin-bottom: 0;
}
.section-contact .appointment-content .title-wrap {
    max-width: 440px;
    margin: auto;
    text-align: left;
}
section.section-contact {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #f6efdf;
}
.section-contact .appointment-content:first-child{background:#fff;}

.details-banner h1 {
    font-size: 72px;
    font-weight: 500;
}
.details-banner h1 sup { font-size: .3em; top: -1.75em;    }
.banner_btns{display:flex;align-items:center;}

.banner_btns a {
    width:200px;height:70px;
    text-align:
    center;font-size:14px;
    border: 1px solid #050708;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_btns a:last-child{border-left:none}
.banner_btns a:hover{background:#f06ea8;color:#fff}
.text-right{text-align:right;}
.fall-in-love-text{display:flex;}
.fall-in-love-text h2 { font-size: 50px;   color: #979496 ;font-weight:500}
.fall-in-love-text .fade-item {font-size: 50px;color: #f06ea8;white-space: nowrap;margin-top: -8px;margin-left: 10px;font-weight:500}
.details-widget {
    border: 1px solid rgba(37, 42, 54, 0.2);
}
.title {
    position: relative;
    padding: 20px 28px 16px;
    color: #252a36;
    font-size: 24px;
    font-family: Roboto;
    line-height: 36px;
    letter-spacing: -0.19px;
}
    .title:after {
        position: absolute;
        right: 28px;
        bottom: 0;
        left: 28px;
        height: 1px;
        background-color: rgba(37, 42, 54, 0.2);
        content: '';
    }
.details-widget-content {
    padding: 20px 28px;
}
.details-widget-content .caption{
    padding-top: 8px;font-size:16px;color:#050708;font-weight:500;margin-bottom:10px;
}
.details-widget-content p{font-size:14px;line-height:24px;}
.details-widget-footer {
    padding: 16px 29px 15px 24px;
    border-top: 1px solid rgba(37, 42, 54, 0.2);
}
.info-perfect {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.info-perfect-caption {
    -webkit-box-flex: 0;
    flex: none;
    padding-right: 32px;
    color: #252a36;
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 2.15px;
    text-transform: uppercase;
}
.info-perfect-items {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.info-perfect-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 5px 44px 5px 0;
    color: #191d1f;
    font-size: 16px;
    line-height: 24px;
}
.info-perfect-item img {
    width: 35px;
    height: 35px;
    margin-top: -3px;
    margin-right: 16px;
}
.with-sup h2{font-size:48px;}
.with-sup h2 sup{font-size: .4em;top: -1.2em;}

.section-facial {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #f6efdf;
}
.pricing-box {
    margin-top: 32px;
    border: 1px solid rgba(37, 42, 54, 0.2);
}
.section-facial .appointment-bg {
    position: sticky;
    top: 122px;
    z-index:3;
}
.section-facial .appointment-content {
    max-width: 500px;
    padding: 20px 0;
}
.pricing-title {
    position: relative;
    padding: 20px 28px 16px;
    color: #252a36;
    font-size: 24px;
    font-family: Roboto;
    font-weight: 500;
}
    .pricing-title sup {
        font-size: 0.5em;
        top: -0.8em;
    }
    .pricing-title:after {
        position: absolute;
        right: 28px;
        bottom: 0;
        left: 28px;
        height: 1px;
        background-color: rgba(37, 42, 54, 0.2);
        content: '';
    }
.pricing-content {
    padding: 20px 28px;
    color: #252a36;
    font-size: 14px;
    line-height: 24px;
}
.pricing-items {
    padding-top: 20px;
}
.pricing-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-top: 4px;
}
.duration-text p{margin-bottom:0;}
.section-qa{background:#fff;}

.eachFaq.close h4:before {
    content: '+';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 22px;
    font-weight: 300;
    margin-top: 18px;
}

.eachFaq.open h4:before {
    content: '-';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 42px;
    font-weight: 300;
    margin-top: 18px;
}

.accordion-content {
    padding: 20px 0 0 3em;
    margin: 0 0 2em 0;
    font-size: 14px;
    border-top: 1px solid #d1cfd0;
}
    .accordion-content h4 {
        font-size: 16px;
        color: #191d1f;
    }
    .accordion-content p {
        margin: 0;
        color: #656160;
    }
.eachFaq {
    border-top: 1px solid #d1cfd0;
}
    .eachFaq .title {
        cursor: pointer;
        font-size: 16px;
        padding: 20px 0 16px;
        margin: 0;
        color: #191d1f;
    }
.eachFaq .title:after{display:none}
.eachFaq .title:hover {
    color: #f06ea8;
}
.section-qa{margin-bottom:70px;}
.section-qa .container {
    max-width: 900px;
}
.eachFaq:last-child {
    border-bottom: 1px solid #d1cfd0;
}

.nav-tabs a {
    width: 50%;
    padding: 17px 0;
    border-bottom: 1px solid #979797;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    font-weight:500;letter-spacing:1px;
}
    .nav-tabs a.active {
        border-bottom: 2px solid #050708;
        font-weight: 600;
    }
.treatment {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    height: 270px;
    margin-top: 32px;
    padding: 50px 30px 28px;
    text-align: center;
    border: 1px solid rgba(37, 42, 54, 0.2);
    border-radius: 2px;
}
.treatment-icon {
    width: 77px;
    height: 77px;
}
.treatment-icon img {
    filter: grayscale(1);
}
.treatment-message {
    padding-top: 16px;
    color: #252a36;
    font-size: 16px;
    line-height: 24px;
}
.section-tab {
    padding-bottom: 60px;
}
.treatment ol {
    padding: 0;
}
    .treatment ol li {
        list-style: none;
        font-size: 12px;
    }


/*#main ul{padding-left: 20px;}
#main ul li{
    list-style: disc;
}
#main ol li{
  list-style: decimal;
}*/


/**/

.appointment-content form input, .appointment-content form textarea{color:#fff}
.appointment-content form input:focus, .appointment-content form textarea:focus{background:transparent;color:#fff}
.section-service media iframe {width: 100%;height: 500px;}
.section-service h3 {text-align: left;color: #fff; font-size: 24px; margin-bottom: 2rem;}

#main{margin-top:-8px}

.green-color{color: var(--secondary);}
@media(min-width:768px){
		.form-wrapper{

	  left:initial;

	  right: 50px;

	}
	
}
	