@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&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;
}


.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-light{
  color: #869ec9 !important;
}
.bg-primary{
  background-color: #00003B !important;
}
.text-primary{
  color: #00003b !important;
}
.text-warning{
  color: #f38255 !important;
}
.text-secondary{
  color: #454545 !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-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: 30px;
  line-height: normal;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.btn-warning{
  background-color: #F38255;
  border-color: #F38255;
  color: #fff;
}
.btn-warning:hover{
  background-color: #00003b;
  border-color: #00003b;
  color: #fff;
}


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

.navbar-nav .nav-link {
  line-height: normal;
  padding: 0 !important;
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.navbar-nav > li + li {
  margin-left: 75px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.footer-links ul li a:hover {
  color: #000 !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 #F38255;
  z-index: 99;
  color: #F38255;
}

button#ScrollToTop:hover {
  background: #F38255;
  color: #fff;
}


header{
  position: relative;
}
header::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45%;
  /* z-index: -1; */
  background-image: url(../images/header-right-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.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::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 31%;
  z-index: 1;
  background-image: url(../images/banner-Object.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-inner .container {
  position: relative;
  z-index: 2;
}
.host-full{
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
  background-image: url(../images/host-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -120px;
  position: relative;
  z-index: 2;
}
.host-img{
  border-radius: 50px 50px 0px 50px !important;
  border-color: #abb8df !important;
}

.host-img2{
  border-radius: 50px 50px 50px 0px !important;
}
.support-sec::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-image: url(../images/support-bg.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; 
}
.support-sec{
  z-index: 1;
}
.support-sec::before{
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 47%;
  background-image: url(../images/support-img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index:1;
}



  .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{
  border-radius: 25px;
  background: linear-gradient(360deg,  rgba(89, 114, 186, 0) 0%, rgba(89, 114, 186, 0.12) 100%);
  border: 1px solid #ABB8DF !important;
}
    .price-card:hover{
      background-color: #edf5fd !important;
      box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    }
    .price-card.bg-light:hover{
      background-color: #fff !important;
    }

.cta-sec{
  background: linear-gradient(
    180deg,
    rgba(89, 114, 186, 0.12) 0%,
    rgba(89, 114, 186, 0) 100%
  );
}

.cta-sec::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 31%;
  z-index: 1;
  background-image: url(../images/cta-Object.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cta-sec .container{
  z-index: 1;
}
footer.bg-primary{
  background-color: #5972BA !important;
}
footer::before{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 45%;
  /* z-index: -1; */
  background-image: url(../images/header-right-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
footer .container{
  position: relative;
  z-index: 1;
}
/* .support-sec .container{
  position: relative;
  z-index: 3;
} */

.banner-wrap{
  margin-top: -130px;
}

@media(max-width:1700px){
  .serv-con {
    padding-right: 0 !important;
}
.support-wrap {
  margin-right: 0 !important;
}
}
@media(max-width:1540px){
  .support-wrap {
    padding-right: 0 !important;
  }
  .support-text {
    padding-right: 0 !important;
}
.support-disc.fs-18 {
  font-size: 15px;
}
}




@media(max-width:1400px){
  .carousel-inner::after {
    width: 22%;
}
}


@media(max-width:1200px){
  .container{
    padding-left: 2%;
    padding-right: 2%;
  }
  .navbar-brand {
    max-width: 220px;
}
.fs-13 {
    font-size: 11px;
}
.fs-18 {
    font-size: 15px;
}
.info-link img {
    width: 35px;
    height: 35px;
}
h1, .h1 {
    font-size: 40px;
}
.btn {
    padding: 14px 30px;
    font-size: 12px;
}
.host-full {
    margin-top: -90px;
}
.carousel-item {
    height: 500px;
}
.carousel-inner::after {
    width: 23%;
}
.fs-30 {
  font-size: 25px;
}
.fs-26 {
  font-size: 20px;
}
.fs-17 {
  font-size: 14px;
}
.cta-group input {
  height: 55px;
}
.cta-group textarea {
  height: 170px;
}
.fs-16 {
  font-size: 14px;
}
.support-img img {
  object-fit: contain;
}
.support-wrap {
  padding: 30px 0 !important;
}
}

@media (max-width: 991px) {
  .navbar-toggler {
    font-size: 25px;
    padding: 0;
    color: #fff;
  }
  .navbar-nav .nav-link {
    margin: 8px 0px;
  }

  .navbar-toggler-icon {
    width: auto;
    height: auto;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  div#navbarOffcanvas {
    background: #2a59a5;
    border-right: 0 !important;
    padding: 35px !important;
    width: 300px !important;
  }
  .navbar-nav > li + li {
    margin-left: 0;
  }

  .offcanvas-header .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    /* filter: brightness(1) invert(0); */
    opacity: 1;
  }
  .offcanvas-header {
    padding: 0;
  }

  .navbar-brand {
    max-width: 170px;
}
header::before {
width: 58%;
}
h1, .h1 {
    font-size: 35px;
}
.btn {
    padding: 12px 25px;
    font-size: 12px;
}
.fs-30 {
    font-size: 20px;
}
.fs-26 {
    font-size: 17px;
}
.cta-group input
{
    height: 50px;
}
.cta-group textarea {
    height: 150px;
}
footer::before {
  width: 100%;
}
.support-sec .col-lg-6 {
  position: inherit !important;
  height: auto !important;
}
.support-sec .container-fluid {
  padding: 0 1% !important;
}
  }
  

  @media(max-width:767px){
    .container{
      padding-left: 5%;
      padding-right: 5%;
    }
    header::before {
      width: 50%;
  }
  h1, .h1 {
      font-size: 28px;
  }
  .cta-group input {
      height: 45px;
  }
  .cta-group textarea {
      height: 120px;
  }
  .support-sec::before {
    display: none;
  }
  .support-sec .container-fluid {
    padding: 0 3% !important;
}
  }

  @media(max-width:575px){
    .navbar-brand
 {
        max-width: 150px;
    }
    header::before {
        width: 45%;
    }
    h1, .h1 {
        font-size: 25px;
    }
  }