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

body {
  font-family: "Montserrat", 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;
}


.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;
}

.bg-primary{
  background-color: #121132 !important;
}
.text-primary{
  color: #121132 !important;
}
.bg-success{
  background-color: #11A809 !important;
}
.text-success{
  color: #21A918 !important;
}
.text-secondary{
  color: #353535 !important;
}
.bg-light{
  background-color: #EFEFEF !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: 46px;
  line-height: 1.1;
}
.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;
}
.fs-60{
  font-size: 60px;
}

/* 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 47px;
  border: 1px solid;
  border-radius: 30px;
  line-height: normal;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-primary{
  background-color: #121132 ;
  border-color: #121132;
  color: #fff;
}
.btn-primary:hover{
  background-color: #21A918 ;
  border-color: #21A918;
  color: #fff;
}
.banner-text .btn-primary:hover{
  background-color: #fff ;
  border-color: #fff;
  color: #121132;
}



.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: #121132;
}
.navbar-brand {
  display: inline-block;
  max-width: 389px;
  width: 100%;
}

.wpcf7-spinner {display: block !important;}
#contact p{margin-bottom: unset !important;}

/* .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 #21A918;
  z-index: 99;
  color: #21A918;
}

button#ScrollToTop:hover {
  background: #21A918;
  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, .support-sec::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0) 30.000001192092896%
  );
  z-index: 1;
}
.support-sec::before{
  background: rgb(0 0 0 / 10%);
} 


.carousel-inner .container, .support-sec .container {
  position: relative;
  z-index: 2;
}

.exceptional-text h2, .pacakage-heading h2{
  -webkit-text-stroke: 1px #121132;
}
.support-text h2{
  -webkit-text-stroke: 1px #ffffff;
}
.exceptional-img {
  padding-right: 10px;
  position: relative;
}
.exceptional-img::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 100px;
  transform: translate(1px, -10px);
  background-color: #21A918 ;
  z-index: -1;
}
.sec-rw .exceptional-img{
  padding-right: 0px;
  padding-left: 10px;
}
.sec-rw .exceptional-img::before{
  right: auto;
  left: 0;
  transform: translate(-3px, -10px);
}
.support-wrap.bg-success {
  background-color: rgb(17 168 9 / 90%) !important;
}

.support-sec{
  background-image: url(../images/support-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}



  .cta-group input{
    border-radius: 7px;
    height: 60px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  }
  .cta-group textarea{
    border-radius: 7px;
    height: 200px;
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.3);
  }
    .price-card:hover{
      background-color: #edf5fd !important;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }
   


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

.banner-text.bg-success {
  background: #11a809de !important;
}



@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: 39px;
}
.fs-60 {
  font-size: 50px;
}
.carousel-item {
  height: 550px;
}
.btn {
  padding: 14px 30px;
  font-size: 12px;
}
.fs-28 {
  font-size: 22px;
}

.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;
}
.fs-24 {
  font-size: 20px;
}
.fs-30 {
  font-size: 25px;
}
}
@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;
}

.cta-group input {
    height: 45px;
}
.cta-group textarea {
    height: 150px;
}

}

@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;
}


.navbar-brand {
  max-width: 220px;
}
.fs-60 {
  font-size: 40px;
}
.fs-30 {
  font-size: 20px;
}
.sec-rw .exceptional-img::before {
  transform: translate(-1px, -10px);
}
}
@media(max-width:575.60px){
  .navbar-brand {
    max-width: 170px;
}
    .carousel-item {
        height: 450px;
    }
}

.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;

}
#FooterMenu h6 {
    color: #fff;
}
div#FooterMenu a.nav-link {
    color: #e3e3e3 !important;
    padding: 0px !important;
    text-decoration: none !important;
}


   .bg-gradient-light {
    background: linear-gradient(to bottom, #f8f9fa, #ffffff);
  }
  .hover-shadow:hover {
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-4px);
    transition: all 0.3s ease;
  }
  .hover-lift:hover {
    transform: translateY(-3px);
    transition: all 0.3s ease;
  }
  .transition {
    transition: all 0.3s ease;
  }
