@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Manrope", sans-serif;
  color: #000;
}

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
  text-decoration: none;
}
.container {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.ffp{
  font-family: "Playfair Display", serif;
}

.object-contain{
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.rounded-1 {
  border-radius: 10px !important;
}
.rounded-2 {
  border-radius: 20px !important;
}
.rounded-3 {
  border-radius: 30px !important;
}

.bg-dark {
  background-color: #000 !important;
}
.text-black-50 {
  color: #000 !important;
}
.text-secondary{
  color: #b1b1b1 !important;
}
.text-success{
  color: #00BC9A  !important;
}
.bg-light{
  background-color: #F3F3F3 !important;
}
.bg-success{
  background-color: #00BC9A !important;
}
.bg-primary{
  background-color: #2A2B37 !important;
}




.fw-300 {
  font-weight: 300 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}

/* 0 */

.ls-001 {
  letter-spacing: -0.01em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-25 {
  letter-spacing: 0.25em;
}
.ls-100 {
  letter-spacing: 0.1em;
}
.ls-150 {
  letter-spacing: 0.15em;
}
.ls-200 {
  letter-spacing: 0.02em;
}
.ls-300 {
  letter-spacing: 0.03em;
}
.ls-500 {
  letter-spacing: 0.05em;
}
.ls-002 {
  letter-spacing: -0.02em;
}
.ls-003 {
  letter-spacing: -0.03em;
}
.ls-004 {
  letter-spacing: -0.04em;
}
.ls-144 {
  letter-spacing: -1.44px;
}
.ls-072 {
  letter-spacing: -0.72px;
}

/* 0 */

/* 01 */
h1,
.h1 {
  font-size: 60px;
  line-height: 120%;
}
.fs-13 {
  font-size: 13px;
}
.fs-16 {
  font-size: 16px;
}
.fs-17 {
  font-size: 17px;
}
.fs-18 {
  font-size: 18px;
}


.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}
.fs-26 {
  font-size: 26px;
}
.fs-28 {
  font-size: 28px;
}
.fs-30 {
  font-size: 30px;
}
.fs-56 {
  font-size: 56px;
}

/* 01 */

/* 02 */
.lh-0 {
  line-height: normal;
}
.lh-0-9 {
  line-height: 0.9;
}
.lh-1-2 {
  line-height: 1.2;
}
.lh-1-3 {
  line-height: 1.3;
}
.lh-1-4 {
  line-height: 1.4;
}
.lh-1-5 {
  line-height: 1.5;
}
.lh-1-7 {
  line-height: 1.7;
}
.lh-1-8 {
  line-height: 1.8;
}
.lh-2 {
  line-height: 2;
}
/* 02 */
/* .text-shadow {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
} */
.btn {
  padding: 18px 40px;
  border: 1px solid;
  border-radius: 7px;
  line-height: normal;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-success{
  background-color: #00BC9A ;
  border-color: #00BC9A;
  color: #fff;
}
.btn-success:hover{
  background-color: #2A2B37 ;
  border-color: #2A2B37;
  color: #fff;
}
.banner-text .btn-success:hover{
  background-color: #fff ;
  border-color: #fff;
  color: #2A2B37;
}



.scroll header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 7px 29px 0px;
    z-index: 99;
    background: #2A2B37;
}
.navbar-brand {
  display: inline-block;
  max-width: 261px;
  width: 100%;
}



/* .offcanvas, .site-logo, .nav-right{
  width: 33%;
} */
button#ScrollToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: transparent;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 2px solid #00BC9A;
  z-index: 99;
  color: #00BC9A;
}

button#ScrollToTop:hover {
  background: #00BC9A;
  color: #fff;
}



.info-link img{
  width: 39px;
  height: 39px;
}

@media (min-width: 992px) {
  div#navbarOffcanvas {
    position: inherit !important;
    flex-direction: row;
    visibility: visible;
    width: auto;
    transform: translateX(0%);
    border-right: 0;
    margin-left: 0;
    background-color: transparent;
  }
  .offcanvas-body {
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}

/* .carousel-inner::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, rgba(243, 243, 243, 0) 36.88%, #F3F3F3 90.82%);
  z-index: 1;
} */
 
.carousel-inner .container {
  position: relative;
  z-index: 2;
}

.banner-img {
  padding-top: 100px;
}
.services-head {
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0% 100%);
  padding: 33px 30px !important;
}
.services-wrap2 .services-head{
  clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
}

.support-sec{
  background-image: url(../images/support-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.price-text h3, .pacakage-heading h3, .cta-heading h3{
  color: #2a2b37 !important;
}
.price-text ul li, .pacakage-heading p {
  color: #454545 !important;
}





  .cta-group input{
    border-radius: 7px;
    height: 60px;
  }
  .cta-group textarea{
    border-radius: 7px;
    height: 200px;
  }
  

    .price-card:hover{
      background-color: #edf5fd !important;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }
   

.cta-sec{
  background-color: #E6E6E6 !important;
  /* clip-path: polygon(0 0, 100% 25%, 100% 100%, 0% 100%); */
}

.cta-sec::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 0%;
  width: 0%;
  z-index: 1;
  border-left: 100vw solid transparent;
  border-top: 240px solid white;
}
.cta-sec .container{
  z-index: 1;
}


footer .container{
  position: relative;
  z-index: 1;
}
/* .support-sec .container{
  position: relative;
  z-index: 3;
} */

.services-body {
  color: #4E4E4E !important;
}
.services-sec .col-md-6, .services-wrap {
  border-color: #B3B3B3 !important;
}
#FooterMenu h6{color:#fff;}


@media(max-width:1200px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
  .navbar-brand {
    max-width: 200px;
}
.fs-13 {
  font-size: 11px;
}
.fs-18 {
  font-size: 15px;
}
.info-link img {
  width: 35px;
  height: 35px;
}
h1, .h1 {
  font-size: 45px;
}
.carousel-item {
  height: 550px;
}
.btn {
  padding: 14px 30px;
  font-size: 12px;
}
.fs-28 {
  font-size: 22px;
}
.services-head {
  padding: 30px 25px !important;
}
.fs-17 {
  font-size: 15px;
}
.fs-26 {
  font-size: 20px;
}
.cta-group input {
  height: 50px;
}
.cta-group textarea {
  height: 170px;
}
.fs-16 {
  font-size: 14px;
}
}
@media(max-width:991px){
  .navbar-brand {
    max-width: 170px;
}
h1, .h1 {
    font-size: 35px;
}
.btn {
    padding: 12px 25px;
    font-size: 10px;
}
.fs-28 {
    font-size: 18px;
}
.services-head {
    padding: 20px 20px !important;
}
.cta-group input {
    height: 45px;
}
.cta-group textarea {
    height: 150px;
}
.cta-sec::before {
border-top: 90px solid white;
}
}

@media(max-width:767px){
  .container{
    padding-left: 5%;
    padding-right: 5%;
  }
  h1, .h1 {
    font-size: 26px;
}
.carousel-item {
    height: 420px;
}
.banner-img {
padding-top: 60px;
}
.services-sec .col-md-6 {
border-right: 0 !important;
border-bottom: 1px solid #B3B3B3;
}
.cta-sec::before {
    border-top: 30px solid white;
}
}
@media(max-width:575.60px){
  .navbar-brand {
    max-width: 150px;
}
  .carousel-inner .container {
    top: 70px !important;
    transform: translate(-50%, 0px) !important;
}
.banner-img {
        padding-top: 20px;
    }
    .carousel-item {
        height: 700px;
    }
}
span.wpcf7-spinner {
    display: none;
}

.grecaptcha-badge {
width: 70px !important;
overflow: hidden !important;
transition: all 0.3s ease !important;
left: 4px !important;
}
.grecaptcha-badge:hover {
width: 256px !important;
}

.grecaptcha-badge {

visibility: hidden;

}