@import url('https://fonts.googleapis.com/css2?family=Vend+Sans:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {

  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #28272E;
  background: #fff;
}

input:focus,
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Vend Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
}

h1 {
  font-size: 70;
  line-height: 85px;
}

h2 {
  font-size: 65px;
  line-height: 75px;
}

h3 {
  font-size: 50px;
  line-height: 55px;
}

h4 {
  font-size: 40px;
  line-height: 55px;
}

h5 {
  font-size: 25px;
  line-height: 35px;
}

h6 {
  font-size: 20px;
  line-height: 35px;
}

b,
strong {
  font-weight: 500;
}

a {
  color: #28272E;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  color: #eba000;
}

img {
  max-width: 100%;
}

.f-size-11 {
  font-size: 11px;
}

.f-size-12 {
  font-size: 12px;
}

.f-size-14 {
  font-size: 14px;
}

.f-size-16 {
  font-size: 16px;
}

.f-size-18 {
  font-size: 18px;
}

.f-size-30 {
  font-size: 30px;
}

.f-weight-100 {
  font-weight: 100 !important;
}

.f-weight-200 {
  font-weight: 200 !important;
}

.f-weight-300 {
  font-weight: 300 !important;
}

.f-weight-400 {
  font-weight: 400 !important;
}

.f-weight-500 {
  font-weight: 500 !important;
}

.f-weight-600 {
  font-weight: 600 !important;
}

.f-weight-700 {
  font-weight: 700 !important;
}

.f-weight-800 {
  font-weight: 800 !important;
}

.f-weight-900 {
  font-weight: 900;
}

.f-weight-bold {
  font-weight: bold;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.b-r-6 {
  border-radius: 6px !important;
}

.b-r-10 {
  border-radius: 10px !important;
}

.b-r-15 {
  border-radius: 15px !important;
}

.b-r-20 {
  border-radius: 20px !important;
}

.b-r-25 {
  border-radius: 25px !important;
}

.b-r-30 {
  border-radius: 30px !important;
}

.r-100-p {
  border-radius: 100%;
}

.btn-border {
  padding: 10px 20px 7px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  border: 1px solid #E85D2B;
}

.site-header {
  background: #F0EFFD;
  padding: 15px 0;
}

.navbar-dark .navbar-nav .nav-link {
  color: #020109;
}

span.btn-text {
  background: #EBA000;
  padding: 15px 25px;
  border-radius: 60px 10px 10px 60px;
  margin-right: 6px;
  color: #fff;
}

span.btn-img {
  background: #EBA000;
  padding: 15px;
  border-radius: 10px 60px 60px 10px;
}

.site-banner.home-banner {
  background: #F1F1FE;
}

.zero-auto {
  margin: 0 auto;
}

.banner-item-holder {
  width: 260px;
  background: #0F0B51;
  text-align: center;
  color: #fff;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  transform: rotate(-5deg);
  z-index: 9;
}

.yellow-holder {
  background: #EBA000;
  color: #fff;
  width: 290px;
  height: 150px;
  display: block;
  padding: 25px;
  position: relative;
  top: -19px;
}

.banner-item-img-holder {
    margin-left: -169px;
    position: relative;
    top: 35px;
}

.banner-item-3 img {
  max-width: 100%;
  margin-left: -13px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.client-count {
  width: 48px;
  height: 48px;
  border: 1px solid #fff;
  background: #EBA000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1100%;
  margin-left: -7px;
}

.client-holder {
  background: #0f0b51;
  padding: 25px;
  border-radius: 15px;
  color: #fff;
  transform: rotate(-15deg);
  position: relative;
  z-index: 9;
  width: 210px;
}

.banner-item-3 .client::after {
  content: "";
  background: #C8C7DC;
  padding: 25px;
  border-radius: 15px;
  width: 210px;
  height: 203px;
  display: block;
  position: absolute;
  top: -25px;
  right: -21px;
}

.client {
  width: 201px;
}

.banner-item-3 {
  width: 30%;
}

.banner-links {
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
  margin-top: 39px;
}

.banner-links a {
  color: #0F0B51;
  border: 1px solid #0F0B51;
  padding: 6px 15px;
  display: inline-block;
  border-radius: 30px;
  margin-right: 5px;
  margin-top: 10px;
}

.site-section {
  padding: 65px 0;
}

.color-yellow {
  color: #EBA000;
}

.f-size-23 {
  font-size: 23px;
}

.float-item {
  background: #fff;
  box-shadow: 0px 0px 2px #ababab;
  padding: 10px 15px;
  border-radius: 20px;
  width: 200px;
  transform: rotate(-10deg);
  margin-left: 81px;
  position: relative;
  top: 11px;
}

.adge-one {
  margin-top: 70px;
}

.float-item-adg-2 {
  margin-left: -130px;
  position: relative;
  top: 151px;
}

.float-item-adg-3 {
  margin-left: -50px;
  position: relative;
  top: -150px;
}

.offer-holder {
  background: #F2F2FD;
  text-align: center;
  padding: 25px;
  border-radius: 20px;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.why {
  background: #0F0B51;
  color: #fff;
}

.why-icon {
  background: #EBA000;
  padding: 15px;
  border-radius: 15px;
}

.contact-form {
  background: #ECEBFC;
  border-radius: 25px;
  padding: 40px;
}

label {
  display: block;
  margin-bottom: 10px;
}

input.form-item {
  background: #fff;
  border: none;
  padding: 15px;
  width: 100%;
  border-radius: 15px;
}

.form-item-holder {
  margin-bottom: 25px;
}

textarea {
  resize: vertical;
  width: 100%;
  border: none;
  padding: 15px;
  border-radius: 20px;
}

.btn-fill {
  border: none;
}

.blue .btn-text,
.blue .btn-text,
.blue .btn-img {
  background: #0F0B51;
  color: #fff;
}

.submit-btn span.btn-text {
  display: inline-block;
  width: 90%;
}

.testimonial {
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 25px 25px 0;
  min-height: 375px;
  overflow: hidden;
}

.testimonial img {
  position: relative;
  top: 52px;
}


.main {
  background: #F0EFFD;
}

.gray {
  filter: grayscale(1);
}

.touch-item {
  background: #0F0B51;
  padding: 10px;
  border-radius: 20px;
  color: #fff;
}

.arrow-align {
  position: absolute;
  right: 20px;
  top: 33px;
}

.container.container-small {
  max-width: 1000px;
}

.touch-item td {
  padding: 8px 0;
}

.table-holder {
  padding: 20px 18px;
}

.map-over {
  background: #fff;
  border: 1px solid #fff;
  padding: 15px;
  width: 58%;
  margin-top: 0;
  position: absolute;
  bottom: 100px;
  left: 30px;
  border-radius: 20px;
}

.social-media a {
  background: #0f0b51;
  padding: 10px;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  display: block;
  text-align: center;
}

.footer-menu-holder li {
  margin-bottom: 10px;
}

.footer-bottom {
  padding: 50px 0 20px;
}

.heading-holder>div {
  margin-bottom: 20px;
}

section.site-section.touch {
  padding-bottom: 100px;
}

section.site-section.offer {
  padding-top: 0;
}
.main-banner-holder {
    padding-bottom: 35px;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #eba000;
}

@media (max-width: 1400px) {

  .submit-btn span.btn-text {
    display: inline-block;
    width: 81%;
  }

  .testimonial img {
    top: 92px;
  }

}

@media (max-width: 1200px) {

  .left-holder {
    width: 165px;
  }

  .testimonial {
    background: #F0EFFD;
    flex-direction: column;
  }

}

@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    right: 10px;
    top: 50px;
    z-index: 99;
    background: #eba000;
    width: 190px;
    border-radius: 20px;
    padding: 15px;
    box-shadow: 0 0 20px rgb(0 0 0 / 38%);
  }

  span.navbar-toggler-icon {
    filter: brightness(0.5);
    border: 1px solid #222;
    border-radius: 6px;
    padding: 18px;
    width: initial;
    height: initial;
  }

  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
  }

  .nav-link {
    padding: 6px;
  }

  .banner-item-holder {
    transform: rotate(-0);
  }

  .client-holder {
    margin-left: 0;
  }

  .banner-item-3 .client::after {
    display: none;
  }

  .banner-item-1 {
    flex-direction: column;
    width: 100%;
  }

  .zero-auto {
    width: 100% !important;
    margin-bottom: 50px;
  }

  .main-banner-holder {
    flex-direction: column;
  }

  .banner-item-holder {
    width: 100%;
    margin-bottom: 35px;
  }

  .yellow-holder {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }

  .client {
    width: 100%;
  }

  .banner-item-3 {
    width: 100%;
  }

  .client-holder {
    padding: 25px;
    transform: rotate(-0);
    width: 100%;
  }

  .banner-links {
    padding-bottom: 35px;
  }

  .banner-heading h2 {
    font-size: 51px;
    line-height: 55px;
  }

  .float-item {
    width: 100%;
    transform: initial;
    margin-left: 0;
    top: 0;
    margin-bottom: 20px;
  }

  .about-main-img {
    width: 100%;
  }

  .adge-one {
    margin-top: 25px;
  }

  .float-item.float-item-adg-2 {
    margin-top: 45px;
  }

  .float-item.float-item-adg-3 {
    margin-top: 25px;
  }

  .site-section {
    padding: 35px 0;
  }

  .footer-bottom {
    padding: 15px 0;
    text-align: left !important;
  }

  .contact-form {
    padding: 15px;
  }
h3 {
    font-size: 37px;
    line-height: 43px;
}
}

@media (max-width: 500px) {
  .submit-btn span.btn-text {
    width: 66%;
  }

  .right-holder span.btn-text {
    padding: 10px 6px;
    font-size: 13px;
    margin-right: 0px;
  }

  .right-holder span.btn-img {
    padding: 8px 8px;
    margin-top: 1px;
    display: inline-block;
  }

  .left-holder {
    width: 127px;
  }

  .map-over {
    width: 88%;
  }

  .map-over {
    border: 1px solid #d6d6d6;
    padding: 15px;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 0;
    position: initial;
  }

  .touch-item h6 {
    font-size: 15px;
    line-height: 35px;
  }
}