@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&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');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
a {
	color: #f3ab0a;
  text-decoration: none;
}
.container {
  max-width: 1210px;
  width: 100%;
  margin: auto;
}
.container-fluid {
  max-width: 1620px;
  width: 100%;
  margin: auto;
}
.ffo{
  font-family: "Oswald", sans-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: #4b4b4b !important;
}
.text-warning{
  color: #F3AB0A !important;
}
.text-primary{
  color: #111827 !important;
}
.text-light{
  color: #4b5563 !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: 70px;
  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: 13px 29px;
  border: 1px solid;
  border-radius: 30px;
  line-height: normal;
  font-size: 16px;
  font-weight: 700;
}
.btn-primary, .floting-btn a:hover, .btn-warning:hover {
  background-color: #000!important;
  border-color: #000;
  color: #fff !important;
}
.btn-warning, .btn-primary:hover{
  background-color: #F3AB0A !important;
  border-color: #F3AB0A;
  color: #fff !important;
}

.floting-btn a{
  border-radius: 20px 20px 0px 0px;
  padding: 16px 30px 16px 30px;
}
.floting-btn {
  transform: rotate(-90deg) translateY(-50%) !important;
  right: -87px !important;
  z-index: 9;
}


/* .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: 186px;
  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 #F3AB0A;
  z-index: 99;
  color: #F3AB0A;
}

button#ScrollToTop:hover {
  background: #F3AB0A;
  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;
} */
 
.banner-container {
  position: relative;
  z-index: 2;
}


.banner-container .col-md-5{
  top: -65px !important;
  height: 110%;
  width: 50%;
}
.carousel-item img{
  border-radius: 60px !important;
}
.carousel-inner {
  overflow: visible;
}
.services-wrap {
  border-radius: 60px !important;
background-color: #000;
  
}
.services-icn{
  width: 200px;
  height: 200px;
  margin-top: -150px;
  box-shadow: 0px 4px 10px 0px #00000026;
}

.col-md-6:nth-of-type(1) .services-wrap{
  background: linear-gradient(0deg,  rgba(255, 255, 255, 0) 0%, rgba(243, 171, 10, 0.2) 100%);
}
.col-md-6:nth-of-type(1) .services-wrap .services-icn{
  border-color: #F3AB0A !important;
}
.col-md-6:nth-of-type(1) .services-wrap h3{
  color: #f3ab0a !important;
}


.col-md-6:nth-of-type(2) .services-wrap{
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 89, 49, 0.2) 100%
  );
}
.col-md-6:nth-of-type(2) .services-wrap .services-icn{
  border-color: #FF5931 !important;
}
.col-md-6:nth-of-type(2) .services-wrap h3{
  color: #FF5931 !important;
}

.col-md-6:nth-of-type(3) .services-wrap{
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(159, 197, 0, 0.2) 100%
    
  );
}
.col-md-6:nth-of-type(3) .services-wrap .services-icn{
  border-color: #9FC500 !important;
}
.col-md-6:nth-of-type(3) .services-wrap h3{
  color: #9FC500 !important;
}

.col-md-6:nth-of-type(4) .services-wrap{
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 155, 219, 0.2) 100%
    
  );
}
.col-md-6:nth-of-type(4) .services-wrap .services-icn{
  border-color: #009BDB !important;
}
.col-md-6:nth-of-type(4) .services-wrap h3{
  color: #009BDB !important;
}



.support-con{
  background-image: url(../images/support-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 60px !important;
}

.price-card{
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(153, 153, 153, 0.2) 100%
  );
}
.col-md-6:nth-of-type(2) .price-card{
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(159, 197, 0, 0.2) 100%
    
  );
}

.col-md-6:nth-of-type(3) .price-card{
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 155, 219, 0.2) 100%
  );
}

.col-md-6:nth-of-type(4) .price-card{
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(243, 171, 10, 0.2) 100%
  );
}
.col-md-6:nth-of-type(5) .price-card{
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 89, 49, 0.2) 100%
  );
}





  .cta-group input{
    border-radius: 7px;
    height: 60px;
    border: 1px solid #5BACD0 !important;
  }
  .cta-group textarea{
    border-radius: 7px;
    height: 200px;
    border: 1px solid #5BACD0 !important;
  }
  

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

    }
   
.cta-container{
  border-radius: 60px !important;
  background: rgb(0 155 219 / 10%) !important;
}

.cta-sec .container{
  z-index: 1;
}


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

.serv-disc {
  color: #4B5563 !important;
}



@media(max-width:1400px){
  .container-fluid, .container {
    padding-left: 2%;
    padding-right: 2%;
}
.navbar-brand {
  max-width: 150px;
}
.fs-18 {
  font-size: 15px;
}
h1, .h1 {
  font-size: 50px;
}
.fs-20
{
  font-size: 17px;
}
.fs-60 {
  font-size: 40px;
}
.fs-16 {
  font-size: 14px;
}
.services-icn {
  width: 150px;
  height: 150px;
  margin-top: -120px;
}
.fs-30 {
  font-size: 25px;
}
.fs-17 {
  font-size: 14px;
}
.fs-24 {
  font-size: 19px;
}
.btn {
  padding: 10px 22px;
  font-size: 13px;
}
.cta-group input {
  height: 50px;
}
.cta-group textarea {
  height: 170px;
}
.banner-container .col-md-5 {
  top: -47px !important;
}
.floting-btn {
  right: -78px !important;
}
}

@media(max-width:991px){
  h1, .h1 {
    font-size: 35px;
}
.fs-20 {
    font-size: 15px;
}
.banner-text p.w-75 {
width: 100% !important;
}
.fs-60 {
    font-size: 30px;
}
.fs-30 {
    font-size: 22px;
}
.services-icn {
    width: 120px;
    height: 120px;
    margin-top: -110px;
}
.cta-group input {
    height: 45px;
}
.cta-group textarea {
    height: 150px;
}
.banner-container .col-md-5 {
  top: -38px !important;
}
.floting-btn a
 {
    padding: 10px 20px 11px 20px;
}
    .floting-btn {
        right: -72px !important;
    }
}
@media(max-width:767.50px){
  .banner-container .col-md-5 {
    top: 0 !important;
    height: 100%;
    position: inherit !important;
    display: none;
}
    h1, .h1 {
        font-size: 30px;
    }
.carousel-item {
    height: 300px;
}
.services-heading.w-75 {
    width: 100% !important;
}
    .fs-60 {
        font-size: 25px;
    }
}
@media(max-width:575px){
  .container-fluid, .container {
    padding-left: 5%;
    padding-right: 5%;
}
.carousel-item img, .services-wrap, .support-con, .cta-container {
  border-radius: 30px !important;
}
.floting-btn a {
  padding: 6px 12px 6px 12px;
  font-size: 12px !important;
}
.floting-btn {
  right: -61px !important;
}
}



