/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: Grdar
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@300;400;500;600;700&family=Roboto:wght@100;300;400;500;700&display=swap");
body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #1d1d1b;
}

@media (max-width: 767px) {
  .container {
    width: 94%;
  }
}
.img,
img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  color: #1d1d1b;
  margin-top: 0px;
  font-style: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #1d1d1b;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #1d1d1b;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #1d1d1b;
  color: #ffffff;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: #1d1d1b;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #1d1d1b;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

/*--
    - Background color
-----------------------------------------*/
.grey-bg {
  background: #707070;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #1d1d1b;
}

.theme-bg {
  background: #f00;
}

/*--
    - color
-----------------------------------------*/
.white-color {
  color: #ffffff;
}

.black-color {
  color: #1d1d1b;
}

.theme-color {
  color: #f00;
}

/*--
    - Margin & Padding
-----------------------------------------*/
/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/* custom scroll bar  */
::-webkit-scrollbar {
  width: 8px;
}

div::-webkit-scrollbar {
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background: #e0df00;
  border-radius: 20px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px #fff;
}

.header {
  background-color: rgb(255 255 255, 1);
  padding: 35px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: background-color 0.5s ease-out, padding 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out, padding 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out, padding 0.5s ease-out;
  transition: background-color 0.5s ease-out, padding 0.5s ease-out;
}
@media (max-width: 1107px) {
  .header__logo {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .header__logo {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .header__logo a img {
    max-width: 180px;
  }
}
.header__menu ul {
  display: flex;
  justify-content: right;
  gap: 90px;
  margin-top: 27px;
}
@media only screen and (min-width: 768px) and (max-width: 1107px) {
  .header__menu ul {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header__menu ul {
    display: none;
  }
}
@media (max-width: 767px) {
  .header__menu ul {
    display: none;
  }
}
.header__menu ul li a {
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1d1d1b;
  font-family: "Overpass", sans-serif;
  font-weight: 600;
}
.header__menu.white ul li a {
  font-weight: 300;
}
.header.white .header__menu.white ul li a {
  font-weight: 600;
}
.hero {
  padding: 130px 0 10px 0;
  background-color: #e0df00;
  position: relative;
}
.hero__title h1 {
  font-size: 70px;
  color: #1d1d1b;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .hero__title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.hero__text p {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
}
@media (max-width: 767px) {
  .hero__text p {
    font-size: 21px;
    line-height: 30px;
  }
}

.hero-img {
  height: 500px;
}
@media (max-width: 767px) {
  .hero-img {
    height: 340px;
  }
}
.hero-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.help {
  padding: 100px 0 170px 0;
}
@media (max-width: 767px) {
  .help {
    padding: 70px 0 100px 0;
  }
}
.help__title {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .help__title {
    padding-bottom: 50px;
  }
}
.help__title h2 {
  font-size: 60px;
  line-height: 70px;
}
@media (max-width: 767px) {
  .help__title h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
.help__text {
  padding-bottom: 100px;
}
.help__text p {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
}
@media (max-width: 767px) {
  .help__text p {
    font-size: 21px;
    line-height: 30px;
  }
}
.help__step {
  display: flex;
  gap: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .help__step {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .help__step {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .help__step {
    flex-direction: column;
    gap: 80px;
  }
}
.help__step__single {
  width: 20%;
  margin: 100px 0 130px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .help__step__single {
    width: 30%;
    margin: 50px 0 50px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .help__step__single {
    width: 47%;
    margin: 50px 0 50px 0;
  }
}
@media (max-width: 767px) {
  .help__step__single {
    width: 100%;
    margin: 0;
    padding-right: 100px;
  }
}
.help__step__single span {
  font-size: 100px;
  color: #1d1d1b;
  font-family: "Roboto", sans-serif;
  line-height: 65px;
  font-weight: 100;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
.help__step__single span::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 140px;
  background-color: #e0df00;
  content: "";
}
.help__step__single:nth-child(2) span::after {
  background-color: #95e1bf;
}
.help__step__single:nth-child(3) span::after {
  background-color: #3f96b4;
}
.help__step__single:nth-child(4) span::after {
  background-color: #ee7623;
}
.help__step__single:nth-child(5) span::after {
  background-color: #afa99f;
}
.help__step__single p {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  line-height: 28px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .help__step__single p {
    font-size: 21px;
    line-height: 30px;
  }
}
.help__step__single a {
  font-size: 14px;
  color: #1d1d1b;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Overpass", sans-serif;
  text-decoration: none;
}
.help__step__single a:hover {
  opacity: 0.5;
}
.help__btn {
  text-align: center;
}
.help__btn a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1b;
  font-family: "Overpass", sans-serif;
  border: 1px solid #1d1d1b;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 80px;
}
.help__btn a:hover {
  background-color: #e0df00;
  border-color: #e0df00;
}

.weprovide {
  padding: 230px 0 180px 0;
  background-image: url(../img/weprovide.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  position: relative;
}
.weprovide:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #707070;
  content: "";
  z-index: -1;
  opacity: 0%;
}
@media (max-width: 767px) {
  .weprovide {
    background-image: url(../img/mobile/weprovide-bg-m.png);
  }
  .weprovide:after {
    opacity: 75%;
  }
}
.weprovide__text p {
  font-size: 50px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 300;
}
@media (max-width: 767px) {
  .weprovide__text p {
    font-size: 36px;
    line-height: 42px;
  }
}

.makeus {
  background-color: #e0df00;
  padding: 130px 0 120px 0;
}
.makeus__title h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  color: #1d1d1b;
  margin-bottom: 110px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .makeus__title h2 {
    font-size: 45px;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .makeus__title h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .makeus__title h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
.makeus__step {
  display: flex;
  gap: 150px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .makeus__step {
    gap: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .makeus__step {
    gap: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .makeus__step {
    gap: 30px;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .makeus__step {
    flex-direction: column;
    gap: 70px;
  }
}
.makeus__step__single {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .makeus__step__single {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .makeus__step__single {
    margin-bottom: 0;
    padding-right: 100px;
  }
}
.makeus__step__single span {
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  display: block;
  margin-bottom: 20px;
}
.makeus__step__single p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #1d1d1b;
  min-height: 93px;
}
@media (max-width: 767px) {
  .makeus__step__single p {
    min-height: auto;
  }
}
.makeus__step__single__img {
  margin-top: 55px;
}

.yourside {
  background-image: url(../img/yourside-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 315px 0 100px 0;
  position: relative;
  margin-bottom: 115px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .yourside {
    padding: 100px 0;
    background-image: url(../img/mobile/yourside-bg-m.png);
  }
}
.yourside::after {
  position: absolute;
  left: 0;
  bottom: 277px;
  height: 1px;
  width: 100%;
  background: #e0df00;
  content: "";
}
@media (max-width: 767px) {
  .yourside::after {
    bottom: 330px;
  }
}
.yourside__text {
  padding-bottom: 100px;
}
.yourside__text p {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  color: #1d1d1b;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .yourside__text p {
    font-size: 45px;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .yourside__text p {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .yourside__text p {
    font-size: 45px;
    line-height: 50px;
  }
}
.yourside__btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .yourside__btns {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    gap: 20px;
  }
}
.yourside__btns a {
  margin-bottom: 30px;
}
.yourside__btns a:nth-child(1) {
  font-size: 45px;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 767px) {
  .yourside__btns a:nth-child(1) {
    font-size: 40px;
  }
}
.yourside__btns a:nth-child(2) {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1b;
  font-family: "Overpass", sans-serif;
  border: 1px solid #1d1d1b;
  padding: 15px 30px;
  display: inline-block;
  background-color: #e0df00;
  border-color: #e0df00;
  color: #1d1d1b;
  font-weight: 300;
  font-family: "Overpass", sans-serif;
}
.yourside__btns a:nth-child(2):hover {
  background-color: #1d1d1b;
  color: #e0df00;
  border-color: #1d1d1b;
}
.yourside::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #707070;
  content: "";
  z-index: -1;
  opacity: 0%;
  opacity: 0%;
}

.header__service {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}
.header__service ul li a {
  color: #ffffff;
}
.header__service ul li a.active {
  text-decoration: underline;
}

.hero__service {
  background-image: url(../img/service-hero-bg.png);
  min-height: 498px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
@media (max-width: 767px) {
  .yourside::before {
    opacity: 75%;
  }
  .hero__service {
    min-height: 400px;
    background-image: url(../img/mobile/service-hero-bg-m.png);
  }
}
.hero__service:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: #707070;
  content: "";
  z-index: -1;
  opacity: 0%;
}

.offer {
  background-color: #e0df00;
  padding: 150px 0 50px 0;
}
@media (max-width: 767px) {
  .offer {
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .offer .help__text {
    padding-bottom: 0;
  }
}
.offer .help__text p {
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .offer .help__text p {
    font-size: 21px;
    line-height: 24px;
  }
}

.service-featured-img img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.service-featured-img-2 img {
  height: 500px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.wedo {
  padding: 120px 0 0 0;
  border-bottom: 1px solid #707070;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .wedo {
    padding: 60px 0 0 0;
  }
}
.wedo__title h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  color: #1d1d1b;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .wedo__title h2 {
    font-size: 45px;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wedo__title h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .wedo__title h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wedo__title h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .wedo__title h2 {
    margin-bottom: 50px;
  }
}
.wedo__text__single {
  display: flex;
  gap: 60px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .wedo__text__single {
    flex-direction: column;
    margin-bottom: 30px;
    gap: 20px;
  }
}
.wedo__text__single:nth-child(1) {
  padding-left: 99px;
}
@media (max-width: 767px) {
  .wedo__text__single:nth-child(1) {
    padding-left: 0;
  }
}
.wedo__text__single p {
  font-size: 21px;
  line-height: 30px;
  font-weight: 300;
  color: #1d1d1b;
}
@media (max-width: 767px) {
  .wedo__text__single p {
    font-size: 18px;
    line-height: 24px;
  }
}
.wedo__text__single p b {
  font-weight: 500;
}
.wedo__text__single span {
  font-size: 75px;
  font-weight: 100;
  color: #1d1d1b;
  line-height: 65px;
}
@media (max-width: 767px) {
  .wedo__text__single span {
    font-size: 60px;
  }
}

.acting {
  padding: 80px 0 160px 0;
}
.acting__title h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  color: #1d1d1b;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .acting__title h2 {
    font-size: 45px;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .acting__title h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .acting__title h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .acting__title h2 {
    margin-bottom: 25px;
  }
}
.acting__title p {
  font-size: 36px;
  font-weight: 300;
  line-height: 40px;
}
@media (max-width: 767px) {
  .acting__title p {
    font-size: 24px;
    line-height: 30px;
  }
}
.acting__step__single {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .acting__step__single {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.acting__step__single span {
  font-size: 100px;
  line-height: 65px;
  font-weight: 100;
  color: #1d1d1b;
  display: block;
  padding-top: 10px;
}
.acting__step__single__text {
  border-bottom: 1px solid #1d1d1b;
  padding-bottom: 60px;
  width: 100%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .acting__step__single__text {
    padding-right: 0;
    padding-bottom: 25px;
  }
}
.acting__step__single__text p {
  font-size: 36px;
  line-height: 35px;
  color: #1d1d1b;
  font-weight: 300;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .acting__step__single__text p {
    margin-bottom: 30px;
  }
}
.acting__step__single__text__btn {
  text-align: right;
}
@media (max-width: 767px) {
  .acting__step__single__text__btn {
    text-align: left;
  }
}
.acting__step__single__text__btn a {
  font-size: 14px;
  text-transform: uppercase;
  color: #1d1d1b;
  font-weight: 600;
  font-family: "Overpass", sans-serif;
}
.acting__step__single__text__btn a:hover {
  opacity: 0.5;
}

.hero__empresa {
  background-image: url(../img/empresa-hero-bg.png);
}
@media (max-width: 767px) {
  .hero__empresa {
    background-image: url(../img/mobile/empresa-hero-bg-m.png);
  }
}

.moveus {
  border-bottom: 0;
}
.moveus .wedo__text__single {
  padding-bottom: 65px;
  margin-bottom: 65px;
  border-bottom: 1px solid #707070;
  gap: 0;
}
@media (max-width: 767px) {
  .moveus .wedo__text__single {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
}
.moveus .wedo__text__single:nth-child(1) {
  padding-left: 0;
}
.moveus .wedo__text__single span {
  font-size: 45px;
  line-height: 35px;
  color: #e0df00;
  font-weight: 300;
  min-width: 180px;
  max-width: 180px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .moveus .wedo__text__single span {
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 25px;
  }
}
.moveus .wedo__text__single ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.moveus .wedo__text__single ul li {
  font-size: 21px;
  line-height: 30px;
  color: #1d1d1b;
  font-weight: 300;
}

.team {
  padding: 30px 0 300px 0;
}
.team__title h2 {
  font-size: 45px;
  font-weight: 300;
  color: #1d1d1b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .team__title h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .team__title h2 {
    margin-bottom: 30px;
  }
}
.team__text {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .team__text {
    padding-bottom: 50px;
  }
}
.team__text p {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 767px) {
  .team__text p {
    font-size: 18px;
    line-height: 24px;
  }
}
.team__member {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  flex-direction: row;
}
@media (max-width: 767px) {
  .team__member {
    flex-direction: column;
  }
}
.team__member__single {
  width: 48%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .team__member__single {
    width: 100%;
    margin-bottom: 70px;
  }
}
.team__member__single__img {
  margin-bottom: 60px;
  height: 525px;
}
@media (max-width: 767px) {
  .team__member__single__img {
    margin-bottom: 40px;
  }
}
.team__member__single__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.team__member__single__details {
  padding-right: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team__member__single__details {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .team__member__single__details {
    padding-right: 50px;
  }
}
.team__member__single__details__author {
  padding-bottom: 30px;
}
.team__member__single__details__author h3 {
  font-size: 45px;
  font-weight: 300;
  color: #1d1d1b;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .team__member__single__details__author h3 {
    font-size: 36px;
    line-height: 50px;
  }
}
.team__member__single__details__author span {
  font-size: 18px;
  font-weight: 300;
}
.team__member__single__details__author__contact {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #707070;
  padding-top: 20px;
  gap: 5px;
}
@media (max-width: 767px) {
  .team__member__single__details__author__contact {
    margin-top: 60px;
  }
}
.team__member__single__details__author__contact a {
  font-size: 18px;
  font-weight: 400;
  color: #1d1d1b;
}
.team__member__single__details__author__contact a:hover {
  opacity: 0.5;
}
.team__member__single__details p {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  min-height: 435px;
}
@media (max-width: 767px) {
  .team__member__single__details p {
    min-height: auto;
  }
}

.contact {
  background: #e0df00;
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  .contact__form__group {
    display: block !important;
  }
}
.contact__form__group__single {
  width: 100%;
}
@media (max-width: 767px) {
  .contact__form__group__single {
    margin-bottom: 0px !important;
    display: block !important;
  }
}
.contact__form__group__single input {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #1d1d1b;
  border: 0;
  border-bottom: 1px solid #1d1d1b;
  padding: 12px 0;
  background-color: #e0df00;
}
@media (max-width: 767px) {
  .contact__form__group__single input {
    margin-bottom: 50px;
  }
}
.contact__form__group__single input ::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #1d1d1b;
}
.contact__form__group__single textarea {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  color: #1d1d1b;
  border: 0;
  border-bottom: 1px solid #1d1d1b;
  padding: 12px 0;
  background-color: #e0df00;
}
@media (max-width: 767px) {
  .contact__form__group__single textarea {
    margin-bottom: 30px;
    height: 200px;
  }
}
.contact__form__group__single textarea ::placeholder {
  font-size: 18px;
  font-weight: 300;
  color: #1d1d1b;
}
.contact__form__group__single button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1b;
  font-family: "Overpass", sans-serif;
  border: 1px solid #1d1d1b;
  padding: 15px 30px;
  display: inline-block;
  padding: 15px 70px;
  background-color: #e0df00;
}
@media (max-width: 767px) {
  .contact__form__group__single button {
    margin-top: 70px;
    width: 100%;
  }
}
.contact__form__group__single button:hover {
  background-color: #1d1d1b;
  color: #e0df00;
}

/* The terms-check */
.terms-check {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  color: #1d1d1b;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.terms-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #e0df00;
  border: 1px solid #1d1d1b;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.terms-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.terms-check .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #1d1d1b;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact2 {
  padding: 180px 0 200px 0;
}
.contact2__content {
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .contact2__content {
    flex-direction: column;
  }
}
.contact2__content__single {
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .contact2__content__single {
    width: 100%;
  }
}
.contact2__content__single h3 {
  font-size: 45px;
  font-weight: 300;
  color: #1d1d1b;
  padding-bottom: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
.contact2__content__single__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
  gap: 7px;
}
.contact2__content__single__item a {
  font-size: 18px;
  color: #1d1d1b;
  font-weight: 300;
}
.contact2__content__single__item a:hover {
  opacity: 0.5;
}
.contact2__content__single__item p {
  font-size: 18px;
  color: #1d1d1b;
  font-weight: 300;
  line-height: 26px;

  margin-bottom: 0px;
}
.hero__contacto {
  background-image: url(../img/contacto-hero-bg.png);
}
@media (max-width: 767px) {
  .hero__contacto {
    background-image: url(../img/mobile/contacto-hero-bg-m.png);
  }
}

.header__success {
  position: unset;
  background-color: #e0df00;
}

.success {
  padding: 265px 0 75px 0;
}
.success .help__title {
  padding-bottom: 50px;
}
.success .help__text {
  padding-bottom: 50px;
}

.pmo {
  padding: 75px 0 0 0;
}
.pmo__intro span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Overpass", sans-serif;
  color: #ee7623;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #ee7623;
  margin-bottom: 50px;
}
.pmo__left {
  padding-bottom: 80px;
}
.pmo__left span {
  font-size: 24px;
  font-weight: 300;
  display: block;
  margin-bottom: 10px;
}
.pmo__left h2 {
  font-size: 45px;
  font-weight: 300;
  color: #1d1d1b;
  margin-bottom: 40px;
}
.pmo__left p {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 30px;
}
.pmo__right {
  margin-bottom: 50px;
}
.pmo__right img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.othercases {
  padding: 0 0 300px 0;
}
.othercases__text {
  border-top: 1px solid #1d1d1b;
  padding: 70px 0 0 0;
}
.othercases__text p {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .othercases__text p {
    font-size: 21px;
    line-height: 30px;
  }
}
.othercases__gallery__content {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .othercases__gallery__content {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .othercases__gallery__content {
    flex-direction: column;
  }
}
.othercases__gallery__content__single {
  width: 100%;
  background-color: #95e1bf;
  padding: 40px 40px 40px 30px;
  height: auto;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .othercases__gallery__content__single {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .othercases__gallery__content__single {
    width: 100%;
    margin-bottom: 0;
  }
}
.othercases__gallery__content__single .pname {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Overpass", sans-serif;
  margin-bottom: 100px;
}
.blog-style .othercases__gallery__content__single .pname{
  margin-bottom: 10px;
}

.othercases__gallery__content__single__text {
  margin-bottom: 40px;
}
.othercases__gallery__content__single__text p {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .othercases__gallery__content__single__text p {
    font-size: 18px;
  }
}
.othercases__gallery__content__single h3 {
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .othercases__gallery__content__single h3 {
    font-size: 26px;
  }
}
.othercases__gallery__content__single h3 span {
  font-size: 24px;
  font-weight: 300;
  line-height: 35px;
  display: block;
}
@media (max-width: 767px) {
  .othercases__gallery__content__single h3 span {
    font-size: 21px;
    line-height: 30px;
  }
}
.othercases__btns {
  text-align: center;
  padding: 100px 0 0 0;
}
.othercases__btns a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1b;
  font-family: "Overpass", sans-serif;
  border: 1px solid #1d1d1b;
  padding: 15px 30px;
  display: inline-block;
  padding: 15px 60px;
}
.othercases__btns a:hover {
  background-color: #e0df00;
  color: #1d1d1b;
  border: unset;
}

.blog__btns {
  text-align: center;
  padding: 100px 0 0 0;
}
.blog__btns a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1b;
  font-family: "Overpass", sans-serif;
  border: 1px solid #1d1d1b;
  padding: 15px 30px;
  display: inline-block;
  padding: 15px 60px;
}
.blog__btns a:hover {
  background-color: #e0df00;
  color: #1d1d1b;
  border: unset;
}

.othercases__sample {
  padding-top: 160px;
  padding-bottom: 150px;
  overflow: hidden;
}

.othercases__sample .othercases__text {
  border-top: 0;
}
.othercases__sample .othercases__text h2 {
  font-size: 60px;
  line-height: 70px;
  font-weight: 300;
  color: #1d1d1b;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .othercases__sample .othercases__text h2 {
    font-size: 45px;
    line-height: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .othercases__sample .othercases__text h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .othercases__sample .othercases__text h2 {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .othercases__sample .othercases__text h2 {
    margin-bottom: 30px;
  }
}
.othercases__sample .othercases__content__single:nth-child(1) {
  margin-top: 320px;
}
.othercases__sample .othercases__content__single:nth-child(2) {
  margin-top: 710px;
}
.othercases__sample .othercases__content__single:nth-child(3) {
  height: 944px;
  text-align: right;
  background-color: #3f96b4;
  padding: 40px 40px 40px 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .othercases__sample .othercases__content__single:nth-child(3) {
    padding: 30px;
  }
}

.othercasesall .othercases__gallery {
  display: flex;
  gap: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .othercasesall .othercases__gallery {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .othercasesall .othercases__gallery {
    flex-direction: column;
  }
}
.othercasesall .othercases__gallery__content {
  flex-direction: column;
  width: 33.333%;
  justify-content: flex-start;
}
.othercasesall .blog-style .othercases__gallery__content{
  width: 100%;
}
@media (max-width: 767px) {
  .othercasesall .othercases__gallery__content {
    width: 100%;
  }
}
/*.othercasesall .othercases__gallery__content__single {
  width: 100%;
  margin: 0;
}
.othercasesall .othercases__gallery__content__single.ogcs1 {
  background-color: #ee7623;
  height: 602px;
}
.othercasesall .othercases__gallery__content__single.ogcs2 {
  background-color: #afa99f;
}
.othercasesall .othercases__gallery__content__single.ogcs3,
.othercasesall .othercases__gallery__content__single.ogcs7,
.othercasesall .othercases__gallery__content__single.ogcs9 {
  background-color: #95e1bf;
  height: 648px;
  text-align: left;
}
.othercasesall .othercases__gallery__content__single.ogcs4,
.othercasesall .othercases__gallery__content__single.ogcs5 {
  background-color: #3f96b4;
  height: 915px;
  text-align: right;
}
.othercasesall .othercases__gallery__content__single.ogcs6 {
  background-color: #ee7623;
  height: 930px;
}
.othercasesall .othercases__gallery__content__single.ogcs8,
.othercasesall .othercases__gallery__content__single.ogcs10 {
  background-color: #e0df00;
  height: 415px;
}
.othercasesall .othercases__gallery__content__single.ogcs11 {
  height: 795px;
  background-color: #afa99f;
  text-align: left;
}
.othercasesall .othercases__gallery__content__single.ogcs12 {
  height: 750px;
  background-color: #ee7623;
}
.othercasesall .othercases__gallery__content__single.ogcs13 {
  height: 587px;
  background-color: #afa99f;
}*/

.othercases2 .othercases__gallery__content__single {
  margin-top: 0;
}

.hero__success {
  background-image: url(../img/success-hero-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.success-main {
  padding: 100px 0 0 0;
}

.cta {
  padding: 150px 0 85px 0;
  background-color: #e0df00;
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .cta {
    padding: 70px 0 85px 0;
  }
}
.cta__title h2 {
  font-size: 45px;
  line-height: 55px;
  font-weight: 300;
  color: #1d1d1b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta__title h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cta__title h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}
.cta__text p {
  font-size: 21px;
  line-height: 28px;
  color: #1d1d1b;
}
@media (max-width: 767px) {
  .cta__text p {
    font-size: 18px;
    line-height: 24px;
  }
}
.cta__text a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1d1d1b;
  font-family: "Overpass", sans-serif;
  border: 1px solid #1d1d1b;
  padding: 15px 30px;
  display: inline-block;
  margin-top: 70px;
  font-size: 16px;
  padding: 15px 48px;
}
.cta__text a:hover {
  background: #ffffff;
  color: #000000;
}

.header__module1 {
  background-color: #ee7623;
}

.header__module2 {
  background-color: #afa99f;
}

.header__module3 {
  background-color: #3f96b4;
}

.header__module5 {
  background-color: #95e1bf;
}

.module1 {
  background-color: #ee7623;
}
@media (max-width: 767px) {
  .module1 {
    padding: 112px 0 0 0;
  }
}

.module2 {
  background-color: #afa99f;
}
@media (max-width: 767px) {
  .module2 {
    padding: 75px 0 0 0;
  }
}

.module3 {
  background-color: #3f96b4;
}
@media (max-width: 767px) {
  .module3 {
    padding: 75px 0 0 0;
  }
}

@media (max-width: 767px) {
  .module4 {
    padding: 75px 0 0 0;
  }
}

.module5 {
  background-color: #95e1bf;
}
@media (max-width: 767px) {
  .module5 {
    padding: 75px 0 0 0;
  }
}

.module-featured {
  height: 455px;
}
.module-featured img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.modulehelp {
  padding: 70px 0 330px 0;
}
.modulehelp__title h3 {
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}
.modulehelp__text {
  padding-bottom: 100px;
}
.modulehelp__text b {
  font-size: 24px;
  font-weight: 400;
  display: block;
  margin-bottom: 40px;
}
.modulehelp__text p {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
}
.modulehelp__text ul {
  padding-left: 100px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .modulehelp__text ul {
    padding-left: 40px;
  }
}
.modulehelp__text ul li {
  font-size: 21px;
  font-weight: 300;
  line-height: 30px;
  line-height: 40px;
}
.modulehelp__border hr {
  border: 1px solid #707070;
  margin-top: 0;
}

.cta-module {
  background-color: #ee7623 !important;
}
.cta-module a:hover {
  color: #ee7623 !important;
}

.cta-module-2 {
  background-color: #afa99f !important;
}
.cta-module-2 a:hover {
  color: #afa99f !important;
}

.cta-module-3 {
  background-color: #3f96b4 !important;
}
.cta-module-3 a:hover {
  color: #3f96b4 !important;
}

.cta-module-5 {
  background-color: #95e1bf !important;
}
.cta-module-5 a:hover {
  color: #95e1bf !important;
}

.footer {
  padding-bottom: 50px;
}
.footer__menu {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 70px 0;
  border-top: 1px solid #1d1d1b;
  border-bottom: 1px solid #1d1d1b;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .footer__menu {
    flex-direction: column;
  }
}
.footer__menu__single ul {
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .footer__menu__single ul {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__menu__single ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1b;
}
.footer__menu__single ul li a:hover {
  opacity: 0.5;
}
.footer__menu__single ul li ul {
  flex-direction: column;
  gap: 5px;
  padding-top: 20px;
}
.footer__menu__single ul li ul li a {
  font-weight: 300;
}
@media (max-width: 767px) {
  .footer__menu__single:nth-child(2) {
    padding-left: 70%;
  }
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer__copyright {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 0;
  }
}
.footer__copyright__logo a img {
  max-width: 210px;
}
.footer__copyright__text p {
  font-size: 21px;
  font-weight: 300;
  padding-top: 17px;
}
.footer__copyright__menu {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 17px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .footer__copyright__menu {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer__copyright__menu {
    flex-wrap: wrap;
    padding-top: 30px;
  }
}
.footer__copyright__menu a {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1b;
  position: relative;
}
.footer__copyright__menu a:hover {
  opacity: 0.5;
}
.footer__copyright__menu a:after {
  position: absolute;
  top: 50%;
  right: -10px;
  height: 2px;
  width: 2px;
  background: #1d1d1b;
  content: "";
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.footer__copyright__menu p {
  font-size: 14px;
  font-weight: 400;
  color: #1d1d1b;
  margin: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer__copyright.justify-content-end {
    justify-content: flex-start !important;
  }
}
.off__canvas__menu {
  background: #e0df00;
  position: fixed;
  width: 100%;
  z-index: 120;
  height: 100%;
  padding: 130px 50px 0 100px;
  margin-left: -100%;
  transition: 0.3s;
  overflow-y: scroll;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.off__canvas__menu ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.off__canvas__menu ul li.have__child.active__child ul {
  max-height: 1000px;
  margin-top: 30px;
}
.off__canvas__menu ul li ul {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  /*display: none;*/
  transition: max-height 1s, margin-top 0.6s;
  max-height: 0;
  overflow: hidden;
}
.off__canvas__menu ul li ul li {
  border-bottom: 1px solid #1d1d1b;
  padding-bottom: 10px;
}
.off__canvas__menu ul li ul li a {
  font-size: 18px;
  line-height: 28px;
}
.off__canvas__menu ul li a {
  color: #1d1d1b;
  font-size: 24px;
  line-height: 35px;
  position: relative;
}
.off__canvas__menu ul li.have__child > a::after {
  position: absolute;
  top: -5px;
  right: -50px;
  content: "+";
  font-size: 30px;
}
.off__canvas__menu ul li.have__child.active__child > a::after {
  content: "_";
  top: -13px;
}
.off__canvas__menu .menu__close {
  color: #ffffff;
  right: 0;
  top: 0;
  position: absolute;
  padding: 25px;
  cursor: pointer;
}

.off__canvas__menu.active {
  margin-left: 0;
}

.menu__trigger {
  position: relative;
  top: 10px;
  display: none;
}
@media (max-width: 1107px){
  .menu__trigger {
      display: block;
  }
}
@media (max-width: 767px) {
  .menu__trigger {
    display: block;
  }
}
.menu__trigger span {
  height: 2px;
  width: 35px;
  display: block;
  background: #1d1d1b;
  margin-bottom: 8px;
  position: relative;
}
.header:has(.header__menu.white) .menu__trigger span {
  background: #ffffff;
}
.header.white .menu__trigger span {
  background: #1d1d1b;
}
.header.white:has(.header__menu.white) .menu__trigger span {
  background: #1d1d1b;
}
.menu__trigger span:first-child {
  width: 24px;
  left: 11px;
}
.menu__trigger span:last-child {
  width: 12px;
  left: 23px;
}

.header__service .menu__trigger span {
  background-color: #ffffff;
}
.hero-img-2 {
  display: flex;
  min-height: 100vh;
  background-color: #e1df00;
  align-items: flex-start;
  justify-content: center;
}
.hero-img-2 img {
  max-height: 100vh;
  /*width: 87vw;*/
  height: unset;
}
.hero-section {
  position: relative;
  background-color: #e1df00;
}
.hero-img.parallax-window {
  position: absolute;
  width: 100vw;
  height: 58vh;
  max-width: 100%;
}
/*# sourceMappingURL=style.css.map */
.hero {
  width: 100%;
  z-index: 2;
}
.othercases__sample .othercases__gallery__content__single:nth-child(1) {
  position: relative;
  right: 400px;
  opacity: 0;
}
.othercases__sample .othercases__gallery__content__single:nth-child(2) {
  position: relative;
  top: 200px;
  opacity: 0;
}
.othercases__sample .othercases__gallery__content__single:nth-child(3) {
  position: relative;
  left: 400px;
  opacity: 0;
}
.othercases__sample .anim.othercases__gallery__content__single:nth-child(1) {
  animation: anim1 1.2s;
  animation-fill-mode: forwards;
}
.othercases__sample .anim.othercases__gallery__content__single:nth-child(2) {
  animation: anim3 1.2s;
  animation-fill-mode: forwards;
}
.othercases__sample .anim.othercases__gallery__content__single:nth-child(3) {
  animation: anim2 1.2s;
  animation-fill-mode: forwards;
}

.othercasesall .othercases__gallery__content__single {
  position: relative;
  top: 200px;
  opacity: 0;
}
.othercasesall .anim.othercases__gallery__content__single {
  animation: anim3 1.2s;
  animation-fill-mode: forwards;
}

@keyframes anim1 {
  from {
    right: 400px;
    opacity: 0;
  }
  to {
    right: 0px;
    opacity: 1;
  }
}
@keyframes anim2 {
  from {
    left: 400px;
    opacity: 0;
  }
  to {
    left: 0px;
    opacity: 1;
  }
}
@keyframes anim3 {
  from {
    top: 200px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}
#parallax-window2 {
  transform: translate3d(0px, 100px, 0px);
}
.header__menu.white ul li a {
  color: #ffffff;
}
.header {
  background-color: rgba(255, 255, 255, 0);
}
.header.white {
  padding: 12px 0;
  background-color: rgba(255, 255, 255, 1);
}
.header.white .header__menu.white ul li a {
  color: #1d1d1b;
}
@media (max-width: 1415px) {
  .hero-section .hero .col-lg-5 {
    margin-left: 0%;
    width: 100%;
  }
  .hero-section .hero .col-lg-9 {
    margin-left: 0%;
    width: 100%;
  }
  .hero-section .hero {
    padding-bottom: 75px;
  }
}
@media (max-width: 820px) {
  #parallax-window2 {
    transform: translate3d(0px, 550px, 0px);
  }
  .hero-img.parallax-window {
    height: 40vh;
    z-index: 20;
  }
  .hero-section .hero {
    padding-bottom: 50px;
  }
}
@media (max-width: 410px) {
  .hero-section .hero h1 {
    font-size: 36px;
    line-height: 38px;
  }
  .hero-section .hero__text p {
    font-size: 19px;
    line-height: 27px;
  }
  .hero-img.parallax-window {
    height: 35vh;
  }
}
.othercases__gallery__content__single img {
  width: 70%;
}
.blog-style .othercases__gallery__content__single img{
  width: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.othercases__sample .othercases__gallery__content {
  align-items: flex-start;
}
.othercases__sample
  .othercases__gallery__content
  .othercases__gallery__content__single:nth-child(1) {
  margin-top: 252px;
}
.othercases__sample
  .othercases__gallery__content
  .othercases__gallery__content__single:nth-child(2) {
  margin-top: 606px;
}
.header .header__menu ul li a.active {
  border-bottom: 1px solid #1d1d1b;
}

.header .header__menu.white ul li a.active {
  border-bottom: 1px solid #ffffff;
}

.header.white .header__menu.white ul li a.active {
  border-bottom: 1px solid #1d1d1b;
}
.header.white ul li a.active {
  border-bottom: 1px solid #1d1d1b;
}
.wedo.moveus .col-lg-8 .wedo__text__single p {
  width: 80%;
}
@media (max-width: 820px) {
  .othercases__sample
    .othercases__gallery__content
    .othercases__gallery__content__single:nth-child(2) {
    margin-top: 0px;
  }
}
.has_child_desktop {
  position: relative;
}
.has_child_desktop span {
  opacity: 0;
  width: 100%;
  height: 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  transition: opacity 1s, height 0.2s;
}
.header__menu.white .has_child_desktop span {
  background-color: #000;
}
.header__menu .has_child_desktop span {
  background-color: white;
}
.header.white .has_child_desktop span {
  background-color: #fff;
}
.has_child_desktop:hover span,
.has_child_desktop span:hover {
  opacity: 0.6;
  width: 100%;
  height: 400px;
}
.header .has_child_desktop:hover span,
.header .has_child_desktop:hover span {
  opacity: 1;
}
.header.white .has_child_desktop:hover span,
.header.white .has_child_desktop:hover span {
  opacity: 1;
}
.header.white .has_child_desktop:hover span,
.header.white .has_child_desktop span:hover {
  opacity: 1;
}
.header .header__menu.white .has_child_desktop:hover span,
.header .header__menu.white .has_child_desktop:hover span {
  opacity: 0.6;
}
.has_child_desktop ul {
  opacity: 0;
  width: 0;
  max-height: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  padding-top: 0px;
  gap: 10px;
}
.has_child_desktop:hover ul,
.has_child_desktop ul:hover {
  width: 250px;
  padding-top: 10px;
  max-height: 1000px;
  opacity: 1;
}
.has_child_desktop ul li {
  display: none;
}
.has_child_desktop:hover ul li,
.has_child_desktop ul:hover li {
  display: block;
}
.has_child_desktop:hover ul li:hover {
  text-decoration: underline;
  text-decoration-color: #000;
  text-underline-offset: 4px;
}
.header.white .has_child_desktop:hover ul li:hover {
  text-decoration-color: #000;
}
.header .header__menu.white .has_child_desktop:hover ul li:hover {
  text-decoration-color: #fff;
}
.see-more-exit-case {
  display: block;
  color: white;
  text-decoration: underline;
  margin-left: auto;
  text-align: right;
  margin-top: 12px;
  font-family: "Overpass", sans-serif;
}
.blog-style .see-more-exit-case {
  text-align: left;
}
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  border-radius: 50%;
  background: #e0df00;
  z-index: 1000;
}
li[data-list="bullet"]{
  list-style: disc;
}