@import "https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap";
*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
  min-height: 100%;
  font-size: 15px;
  line-height: 30px;
}
body.body-overlay {
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
body.body-overlay::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  opacity: 0.7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
::-webkit-input-placeholder {
  font-family: "Plus Jakarta Sans", serif;
  font-size: 14px;
}
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::placeholder {
  font-family: "Plus Jakarta Sans", serif;
  font-size: 14px;
}
html,
body,
div,
span,
applet,
object,
iframe,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  list-style: none;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", serif;
}
button {
  background: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
  cursor: pointer;
}
.img-wrapper {
  line-height: 0;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #272727;
}
a:hover {
  color: #055bfc;
}
p {
  color: rgba(46, 46, 46, 0.75);
  text-transform: none;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }
}
p:last-child {
  margin-bottom: 0;
}
.breadcrumbs-section .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
}
.breadcrumbs-section .breadcrumb .breadcrumb-link {
  color: #272727;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .breadcrumbs-section .breadcrumb .breadcrumb-link {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumbs-section .breadcrumb .breadcrumb-link {
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbs-section .breadcrumb .breadcrumb-link {
    font-size: 14px;
  }
}
.breadcrumbs-section .breadcrumb .breadcrumb-link:last-child {
  color: #01173d;
}
.breadcrumbs-section .breadcrumb a:hover {
  color: #055bfc;
}
.breadcrumbs-section .breadcrumb-title {
  line-height: 1;
  font-size: 60px;
  font-weight: 700;
  color: #01173d;
  text-transform: capitalize;
  line-height: 1.1;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .breadcrumbs-section .breadcrumb-title {
    font-size: 50px;
  }
}
@media screen and (max-width: 991px) {
  .breadcrumbs-section .breadcrumb-title {
    font-size: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumbs-section .breadcrumb-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 575px) {
  .breadcrumbs-section .breadcrumb-title {
    font-size: 28px;
  }
}
.main-top-spacing {
  margin-top: 112px;
}
.default-padding {
  padding: 75px 0;
}
@media screen and (max-width: 1199px) {
  .default-padding {
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .default-padding {
    padding: 40px 0;
  }
}
.default-margin {
  margin: 75px 0;
}
@media screen and (max-width: 1199px) {
  .default-margin {
    margin: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .default-margin {
    margin: 40px 0;
  }
}
form label {
  font-size: 15px;
  color: #282828;
}
form textarea {
  min-height: 100px;
  max-height: 150px;
}
form .user-input,
form input {
  padding: 15px;
  border: 1px solid #fff;
  background: #fff;
  color: #272727;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  text-overflow: ellipsis;
  word-wrap: break-word;
  position: relative;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
form .user-input:focus,
form input:focus {
  outline: none;
  border: 1px solid #272727;
}
form .user-input::-webkit-input-placeholder,
form input::-webkit-input-placeholder {
  font-size: 15px;
  line-height: 20px;
  color: rgba(112, 122, 133, 0.3) !important;
}
form .user-input.highlight,
form input.highlight {
  border: 1px solid red;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #112d4e !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.primary-btn {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding: 15px 30px !important;
  color: #161616;
  font-size: 20px;
  font-family: "Plus Jakarta Sans", serif;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  border-radius: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.primary-btn:hover {
  background-color: #01173D;
  color: #fff;
}
.primary-btn.center {
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .primary-btn.center-md {
    margin: 0 auto;
  }
}
.primary-btn.dark {
  background-color: #01173d;
  color: #fff;
}
.primary-btn.dark:hover {
  background-color: #055bfc;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .primary-btn {
    border-radius: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .primary-btn {
    padding: 15px 20px !important;
  }
}
.heading-wrapper .section-heading span {
  position: relative;
}
.heading-wrapper .section-heading span::after {
  content: "";
  width: 80%;
  height: 4px;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: rotate(-4deg) translateX(20px);
  transform: rotate(-4deg) translateX(20px);
}
.heading-wrapper p {
  font-size: 30px;
  line-height: 1.3;
  max-width: 850px;
  margin: 0 auto;
}
@media screen and (max-width: 1399px) {
  .heading-wrapper p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .heading-wrapper p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .heading-wrapper p {
    font-size: 16px;
  }
}
.heading-wrapper.light h3 {
  color: #fff;
}
.heading-wrapper.light p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
}
.section-heading {
  font-size: 60px;
  line-height: 1.3;
  font-weight: 700;
  color: #272727;
  font-family: "Plus Jakarta Sans", serif;
}
@media (max-width: 1399px) {
  .section-heading {
    font-size: 40px;
  }
}
@media (max-width: 991px) {
  .section-heading {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-heading {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .section-heading {
    font-size: 28px;
  }
}
.section-heading.white {
  color: #fff;
}
.breadcrumb_wrapper {
  max-width: 1920px;
  padding: 0 2%;
  margin: auto;
}
.breadcrumb_wrapper .breadcrumb_block {
  padding: 6.65% 0px;
  background: #f1f1f1 url(../images/breadcrumb-bg.png) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  border-radius: 24px;
}
@media screen and (max-width: 575px) {
  .breadcrumb_wrapper .breadcrumb_block {
    border-radius: 12px;
  }
}
.breadcrumb_wrapper .breadcrumb_block h1 {
  margin: 0;
  font-weight: 700;
  font-size: clamp(24px, 5vw, 82px);
  color: #2d2d2d;
}
header {
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
header.sticky {
  background-color: #01173d;
  -webkit-box-shadow: 0px 5px 10px rgba(65, 90, 129, 0.2);
  box-shadow: 0px 5px 10px rgba(65, 90, 129, 0.2);
}
header.menuopen {
  background-color: #01173d;
}
header.dark {
  background-color: #01173d;
  position: static;
}
header .navbar {
  padding: 20px 0;
}
@media screen and (max-width: 991px) {
  header .navbar {
    row-gap: 30px;
  }
}
header .navbar .navbar-brand {
  line-height: 0;
}
header .navbar .navbar-brand .logo {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 1199px) {
  header .navbar .navbar-brand .logo {
    max-width: 150px;
  }
}
header .navbar .navbar-collapse {
  display: none !important;
}
header .navbar .navbar-collapse .navbar-nav {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}
@media screen and (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0 10px;
}
@media screen and (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    margin: 0 6px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  position: relative;
}
@media screen and (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 16px;
  }
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link::before {
  content: "";
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active:before,
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover:before {
  width: 20px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.signin-btn {
  background-color: rgba(18, 107, 224, 0.2);
  color: #01173d;
  padding: 10px 30px;
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.signin-btn {
    border-radius: 10px;
  }
}
header
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link.signin-btn:hover {
  background-color: #01173d;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.signup-btn {
  background-color: #272727;
  color: #fff;
  padding: 10px 30px;
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.signup-btn {
    border-radius: 10px;
  }
}
header
  .navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .nav-link.signup-btn:hover {
  background-color: #01173d;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
}
header .navbar .menu-btn {
  display: none !important;
}
header .navbar .menu-btn .hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 4px;
}
header .navbar .menu-btn .hamburger .bar {
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .navbar .menu-btn .hamburger.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
header .navbar .menu-btn .hamburger.active .bar:nth-child(1) {
  -webkit-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
header .navbar .menu-btn .hamburger.active .bar:nth-child(2) {
  opacity: 0;
}
header .navbar .menu-btn .hamburger.active .bar:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
footer .footer-wrapper {
  padding: 60px 0 80px;
}
@media screen and (max-width: 991px) {
  footer .footer-wrapper {
    text-align: center;
  }
}
footer .footer-wrapper .navbar-brand .logo {
  width: 100%;
  max-width: 275px;
}
@media screen and (max-width: 1399px) {
  footer .footer-wrapper .navbar-brand .logo {
    max-width: 175px;
  }
}
footer .footer-wrapper .footer-links-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 150px;
  -moz-column-gap: 150px;
  column-gap: 80px;
}
@media screen and (max-width: 1399px) {
  footer .footer-wrapper .footer-links-group {
    /* -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px; */
  }
}
@media screen and (max-width: 991px) {
  footer .footer-wrapper .footer-links-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 20px;
  }
}
footer .footer-wrapper .footer-links-group h4 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 700;
  color: #02163c;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  footer .footer-wrapper .footer-links-group h4 {
    font-size: 20px;
  }
}
footer .footer-wrapper .footer-links-group ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 24px;
  /* -webkit-column-gap: 150px;
  -moz-column-gap: 150px; */
  column-gap: 80px;
}
@media screen and (max-width: 1399px) {
  footer .footer-wrapper .footer-links-group ul {
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
  }
}
@media screen and (max-width: 1199px) {
  footer .footer-wrapper .footer-links-group ul {
    row-gap: 16px;
  }
}
@media screen and (max-width: 991px) {
  footer .footer-wrapper .footer-links-group ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .footer-wrapper .footer-links-group ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1199px) {
  footer .footer-wrapper .footer-links-group ul li a {
    font-size: 16px;
  }
}
footer .copyright-wrapper {
  border-top: 1px solid rgba(39, 39, 39, 0.1);
}
footer .copyright-wrapper .copyright {
  width: 100%;
  max-width: 100%;
  text-align: center;
  padding: 20px 0;
}
footer .copyright-wrapper .copyright p {
  font-size: 16px;
}
.banner-section {
  background-image: url("../images/banner/banner-bg.jpg");
  background-size: cover;
  background-position: center top;
  color: #fff;
  position: relative;
  padding-top: 150px;
  margin-bottom: 75px;
}
@media (max-width: 1199px) {
  .banner-section {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .banner-section {
    padding-top: 120px;
    margin-bottom: 40px;
  }
}
.banner-section::before {
  content: " ";
  width: 100%;
  height: 350px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(225, 225, 225, 0)),
    to(#02163c)
  );
  background: linear-gradient(180deg, rgba(225, 225, 225, 0) 0%, #02163c 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 575px) {
  .banner-section::before {
    height: 50px;
  }
}
.banner-section .title {
  text-align: center;
}
.banner-section .title h2 {
  font-family: "Sofia Sans Extra Condensed", serif;
  font-size: 100px;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (max-width: 1399px) {
  .banner-section .title h2 {
    font-size: 90px;
  }
}
@media (max-width: 1199px) {
  .banner-section .title h2 {
    font-size: 80px;
  }
}
@media (max-width: 992px) {
  .banner-section .title h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .banner-section .title h2 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .banner-section .title h2 {
    font-size: 50px;
  }
}
@media (max-width: 480px) {
  .banner-section .title h2 {
    font-size: 40px;
  }
}
.banner-section .title h2 .word .reliable {
  color: #efb400;
}
.banner-section .title h2 .word .credible {
  color: #efb400;
}
.banner-section .title h2 .word .dependable {
  color: #efb400;
}
.banner-section .title h2 .cursor {
  margin-left: 5px;
  width: 2px;
  height: 18px;
  display: inline;
  background-color: #fff;
  -webkit-animation: blink 0.5s step-end infinite;
  animation: blink 0.5s step-end infinite;
  padding: 2px;
}
@media (max-width: 575px) {
  .banner-section .title h2 .cursor {
    padding: 1px;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0;
  }
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
.banner-section .title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 60px;
  padding: 50px 0px;
}
@media (max-width: 1199px) {
  .banner-section .title ul {
    padding: 40px 0px;
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .banner-section .title ul {
    padding: 30px 0px;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .banner-section .title ul {
    padding: 20px 0px;
    gap: 30px;
  }
}
@media (max-width: 575px) {
  .banner-section .title ul {
    padding: 15px 0px;
  }
}
@media (max-width: 480px) {
  .banner-section .title ul {
    padding: 10px 0px;
  }
}
.banner-section .title ul li {
  font-size: 36px;
  color: #e8e8e8;
  list-style-type: disc;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (max-width: 1399px) {
  .banner-section .title ul li {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .banner-section .title ul li {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .banner-section .title ul li {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .banner-section .title ul li {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .banner-section .title ul li {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .banner-section .title ul li {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .banner-section .title ul li {
    font-size: 16px;
  }
}
.banner-section .title ul li:first-child {
  list-style-type: none;
}
.features-section .feature-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 45px;
}
@media screen and (max-width: 991px) {
  .features-section .feature-wrapper {
    row-gap: 24px;
  }
}
.features-section .feature-wrapper .feature-box {
  border-radius: 34px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffffff),
      to(#ffffff)
    ),
    -webkit-gradient(linear, left top, right top, from(#cedeff), to(#ffffff));
  background-image: linear-gradient(#ffffff, #ffffff),
    linear-gradient(90deg, #cedeff 0%, #ffffff 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  padding: 30px;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 1199px) {
  .features-section .feature-wrapper .feature-box {
    padding: 20px;
    border-radius: 20px;
  }
}
.features-section .feature-wrapper .feature-box .icon {
  border-radius: 27px;
  background-color: #dee9ff;
  border: 3px solid #fff;
  width: 92px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 8px 18px -3px rgba(0, 0, 0, 0.18);
  box-shadow: 0 8px 18px -3px rgba(0, 0, 0, 0.18);
  margin-bottom: 32px;
  padding: 20px;
}
@media screen and (max-width: 1199px) {
  .features-section .feature-wrapper .feature-box .icon {
    width: 70px;
    padding: 10px;
    border-radius: 16px;
  }
}
.features-section .feature-wrapper .feature-box .icon img {
  width: 100%;
}
.features-section .feature-wrapper .feature-box h4 {
  font-size: 30px;
  line-height: 1.3;
  color: #272727;
  font-weight: 600;
}
@media screen and (max-width: 1399px) {
  .features-section .feature-wrapper .feature-box h4 {
    font-size: 20px;
  }
}
.features-section .feature-wrapper .feature-box p {
  font-size: 20px;
  line-height: 1.3;
}
@media screen and (max-width: 1399px) {
  .features-section .feature-wrapper .feature-box p {
    font-size: 16px;
  }
}
.features-section .truck-image {
  margin: 0 auto;
  display: block;
  width: 120px;
  height: 620px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media screen and (max-width: 1199px) {
  .features-section .truck-image {
    width: 100px;
  }
}
.dark-section {
  background-image: url("../images/allyouneed/background-img.png");
  background-position: center bottom;
  background-size: cover;
  border-radius: 130px 130px 0 0;
  padding: 120px 0;
}
@media screen and (max-width: 1399px) {
  .dark-section {
    padding: 75px 0;
  }
}
@media screen and (max-width: 1199px) {
  .dark-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .dark-section {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .dark-section {
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .dark-section {
    padding: 40px 0;
  }
}
.dark-section .img-wrapper img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .dark-section .img-wrapper img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }
}
.dark-section .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 50px;
  padding-left: 40px;
}
@media screen and (max-width: 1399px) {
  .dark-section .info-wrapper {
    row-gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .dark-section .info-wrapper {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dark-section .info-wrapper {
    padding-left: 0;
    text-align: center;
  }
}
.dark-section .info-wrapper h4 {
  font-size: 80px;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .dark-section .info-wrapper h4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .dark-section .info-wrapper h4 {
    text-align: center;
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .dark-section .info-wrapper h4 {
    font-size: 28px;
  }
}
.dark-section .info-wrapper p {
  font-size: 30px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
}
@media screen and (max-width: 1399px) {
  .dark-section .info-wrapper p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .dark-section .info-wrapper p {
    font-size: 16px;
  }
}
.dark-section .info-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .dark-section .info-wrapper ul {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
.dark-section .info-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  font-size: 30px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 100;
}
@media screen and (max-width: 1399px) {
  .dark-section .info-wrapper ul li {
    font-size: 18px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .dark-section .info-wrapper ul li {
    font-size: 16px;
  }
}
.dark-section .info-wrapper ul li::before {
  content: "";
  width: 35px;
  aspect-ratio: 1;
  background-image: url("../images/icons/bullets-blue.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1399px) {
  .dark-section .info-wrapper ul li::before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .dark-section .info-wrapper .primary-btn {
    margin: 0 auto;
  }
}
.light-section {
  position: relative;
  overflow-x: hidden;
}
.light-section::before {
  content: "";
  width: 400px;
  height: 350px;
  background-color: rgba(5, 91, 252, 0.3);
  opacity: 0.8;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(250px);
  filter: blur(250px);
}
.light-section .img-wrapper img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .light-section .img-wrapper img {
    max-width: 250px;
    margin: 0 auto;
    display: block;
  }
}
.light-section .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 50px;
  padding-left: 40px;
}
@media screen and (max-width: 1399px) {
  .light-section .info-wrapper {
    row-gap: 30px;
  }
}
@media screen and (max-width: 991px) {
  .light-section .info-wrapper {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .light-section .info-wrapper {
    padding-left: 0;
    text-align: center;
  }
}
.light-section .info-wrapper h4 {
  font-size: 80px;
  line-height: 1.3;
  color: #272727;
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
}
@media (max-width: 1399px) {
  .light-section .info-wrapper h4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .light-section .info-wrapper h4 {
    text-align: center;
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .light-section .info-wrapper h4 {
    font-size: 28px;
  }
}
.light-section .info-wrapper p {
  font-size: 30px;
  line-height: 1.3;
  color: rgba(46, 46, 46, 0.75);
}
@media screen and (max-width: 1399px) {
  .light-section .info-wrapper p {
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .light-section .info-wrapper p {
    font-size: 16px;
  }
}
.light-section .info-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}
@media screen and (max-width: 767px) {
  .light-section .info-wrapper ul {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }
}
.light-section .info-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
  font-size: 30px;
  line-height: 1.3;
  color: rgba(46, 46, 46, 0.75);
}
@media screen and (max-width: 1399px) {
  .light-section .info-wrapper ul li {
    font-size: 18px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
@media screen and (max-width: 575px) {
  .light-section .info-wrapper ul li {
    font-size: 16px;
  }
}
.light-section .info-wrapper ul li::before {
  content: "";
  width: 35px;
  aspect-ratio: 1;
  background-image: url("../images/icons/bullets-orange.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1399px) {
  .light-section .info-wrapper ul li::before {
    width: 20px;
  }
}
@media screen and (max-width: 767px) {
  .light-section .info-wrapper .primary-btn {
    margin: 0 auto;
  }
}
.howfleetoworks-section .row .col-lg-4:nth-child(1) .step-card {
  background-color: #dee9ff;
}
.howfleetoworks-section .row .col-lg-4:nth-child(1) .step-card .step-number {
  background-color: #00379f;
}
.howfleetoworks-section .row .col-lg-4:nth-child(2) .step-card {
  background-color: #fff3ea;
}
.howfleetoworks-section .row .col-lg-4:nth-child(2) .step-card .step-number {
  background-color: #f56c00;
}
.howfleetoworks-section .row .col-lg-4:nth-child(3) .step-card {
  background-color: #fffbee;
}
.howfleetoworks-section .row .col-lg-4:nth-child(3) .step-card .step-number {
  background-color: #efb400;
}
.howfleetoworks-section .step-card {
  border-radius: 57px;
  padding: 40px 40px 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .howfleetoworks-section .step-card {
    padding: 30px 30px 0;
    border-radius: 30px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .howfleetoworks-section .step-card {
    max-width: 300px;
    margin: 0 auto;
  }
}
.howfleetoworks-section .step-card .step-number {
  border-radius: 30px;
  -webkit-box-shadow: 0 8px 16px -5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 16px -5px rgba(0, 0, 0, 0.25);
  width: 98px;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .howfleetoworks-section .step-card .step-number {
    width: 50px;
    border-radius: 10px;
  }
}
.howfleetoworks-section .step-card .step-number span {
  font-size: 42px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .howfleetoworks-section .step-card .step-number span {
    font-size: 26px;
  }
}
.howfleetoworks-section .step-card .step-info h4 {
  font-size: 36px;
  line-height: 1.3;
  color: #272727;
  font-weight: 600;
}
@media screen and (max-width: 1399px) {
  .howfleetoworks-section .step-card .step-info h4 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .howfleetoworks-section .step-card .step-info h4 {
    font-size: 22px;
  }
}
.howfleetoworks-section .step-card .step-info p {
  font-size: 22px;
  line-height: 1.3;
}
@media screen and (max-width: 1399px) {
  .howfleetoworks-section .step-card .step-info p {
    font-size: 16px;
  }
}
.howfleetoworks-section .step-card .img-wrapper {
  width: calc(100% + 80px);
  margin: auto -40px 0;
  display: block;
}
@media screen and (max-width: 1199px) {
  .howfleetoworks-section .step-card .img-wrapper {
    width: calc(100% + 60px);
    margin: auto -30px 0;
  }
}
.howfleetoworks-section .step-card .img-wrapper img {
  width: 100%;
  margin-bottom: 25px;
}
.howfleetoworks-section .truck {
  display: block;
  margin-left: auto;
  width: 50%;
}
@media screen and (max-width: 575px) {
  .howfleetoworks-section .truck {
    width: 75%;
  }
}
.cta-section {
  margin-bottom: 0;
  background-image: url("../images/cta/cta-bg.png");
  background-position: center top;
  background-size: cover;
  border-radius: 130px 130px 0 0;
  padding: 120px 0;
}
@media screen and (max-width: 1399px) {
  .cta-section {
    padding: 75px 0;
  }
}
@media screen and (max-width: 1199px) {
  .cta-section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 991px) {
  .cta-section {
    border-radius: 80px 80px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .cta-section {
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (max-width: 575px) {
  .cta-section {
    padding: 40px 0;
  }
}
.cta-section .info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 40px;
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .cta-section .info-wrapper {
    text-align: center;
    padding-left: 0;
  }
}
.cta-section .info-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1199px) {
  .cta-section .info-wrapper ul {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .cta-section .info-wrapper ul {
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .cta-section .info-wrapper ul {
    gap: 30px;
  }
}
.cta-section .info-wrapper ul li {
  font-size: 34px;
  color: #e8e8e8;
  list-style-type: disc;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
@media (max-width: 1399px) {
  .cta-section .info-wrapper ul li {
    font-size: 34px;
  }
}
@media (max-width: 1199px) {
  .cta-section .info-wrapper ul li {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .cta-section .info-wrapper ul li {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .cta-section .info-wrapper ul li {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .cta-section .info-wrapper ul li {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .cta-section .info-wrapper ul li {
    font-size: 20px;
  }
}
@media (max-width: 375px) {
  .cta-section .info-wrapper ul li {
    font-size: 16px;
  }
}
.cta-section .info-wrapper ul li:first-child {
  list-style-type: none;
}
.cta-section .info-wrapper .download-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 1399px) {
  .cta-section .info-wrapper .download-wrapper {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cta-section .info-wrapper .download-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.cta-section .info-wrapper .download-wrapper a {
  line-height: 0;
}
.cta-section .info-wrapper .download-wrapper a img {
  width: 100%;
  max-width: 264px;
}
@media screen and (max-width: 1399px) {
  .cta-section .info-wrapper .download-wrapper a img {
    max-width: 200px;
  }
}
.cta-section .img-wrapper img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .cta-section .img-wrapper img {
    max-width: 400px;
    margin: 0 auto;
    display: block;
  }
}
.policy-content-section {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(46, 46, 46, 0.9);
  position: relative;
  overflow: inherit;
  font-weight: 400;
}
@media (max-width: 991px) {
  .policy-content-section {
    font-size: 14px;
    line-height: 1.5;
  }
}
.policy-content-section h1,
.policy-content-section h2,
.policy-content-section h3,
.policy-content-section h4,
.policy-content-section h5,
.policy-content-section h6 {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #272727;
}
@media (max-width: 1199px) {
  .policy-content-section h1,
  .policy-content-section h2,
  .policy-content-section h3,
  .policy-content-section h4,
  .policy-content-section h5,
  .policy-content-section h6 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .policy-content-section h1,
  .policy-content-section h2,
  .policy-content-section h3,
  .policy-content-section h4,
  .policy-content-section h5,
  .policy-content-section h6 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .policy-content-section h1,
  .policy-content-section h2,
  .policy-content-section h3,
  .policy-content-section h4,
  .policy-content-section h5,
  .policy-content-section h6 {
    font-size: 18px;
  }
}
.policy-content-section b {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #272727;
}
@media (max-width: 991px) {
  .policy-content-section b {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .policy-content-section b {
    font-size: 14px;
  }
}
.policy-content-section p {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(46, 46, 46, 0.9);
  position: relative;
  overflow: inherit;
  font-weight: 400;
  padding-bottom: 12px;
}
@media (max-width: 991px) {
  .policy-content-section p {
    font-size: 14px;
    line-height: 1.5;
  }
}
.policy-content-section p small {
  display: block;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
  color: rgba(39, 39, 39, 0.6);
}
@media (max-width: 991px) {
  .policy-content-section p small {
    margin-bottom: 15px;
  }
}
.policy-content-section ul {
  padding-bottom: 16px;
}
.policy-content-section ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(46, 46, 46, 0.9);
  position: relative;
  overflow: inherit;
  font-weight: 400;
  padding-bottom: 16px;
}
@media (max-width: 991px) {
  .policy-content-section ul li {
    font-size: 14px;
    line-height: 1.5;
  }
}

/* Contact Us */

.contact_wrapper {
  /* margin-top: clamp(40px, 7.2vw, 0px); */
}
.contact_wrapper .text_wrapper h2 {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 50px);
  color: #000;
  margin: 0;
  margin-bottom: clamp(20px, 3vw, 40px);
}
.contact_wrapper .text_wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(10px, 2vw, 20px);
  margin-bottom: clamp(15px, 3vw, 30px);
}
.contact_wrapper .text_wrapper ul li:last-child {
  margin-bottom: 0;
}
.contact_wrapper .text_wrapper ul li svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: clamp(50px, 5vw, 66px);
}
.contact_wrapper .text_wrapper ul li div {
  font-size: 0;
  display: block;
  line-height: 0;
}
.contact_wrapper .text_wrapper ul li div span {
  font-weight: 700;
  font-size: clamp(16px, 2vw, 20px);
  color: #2d2d2d;
  display: block;
  margin-bottom: clamp(2px, 1vw, 10px);
  line-height: normal;
}
.contact_wrapper .text_wrapper ul li div a,
.contact_wrapper .text_wrapper ul li div p {
  font-weight: 400;
  font-size: clamp(14px, 2vw, 18px);
  color: rgba(45, 45, 45, 0.75);
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
  opacity: 1;
  line-height: normal;
}
.contact_wrapper .text_wrapper ul li div a:hover {
  color: #2d2d2d;
}
.contact_wrapper .form_wrapper {
  padding: clamp(25px, 4vw, 40px);
  background: #e7edf8;
  border-radius: clamp(12px, 2vw, 24px);
}
.contact_wrapper .form_wrapper .form-group {
  line-height: 0;
  margin-bottom: clamp(15px, 2vw, 30px);
}
.contact_wrapper .form_wrapper .form-group label {
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 18px);
  line-height: normal;
  color: rgba(45, 45, 45, 0.75);
  display: block;
  margin-bottom: clamp(8px, 1.2vw, 10px);
}
.contact_wrapper .form_wrapper .form-group input,
.contact_wrapper .form_wrapper .form-group textarea,
.contact_wrapper .form_wrapper .form-group select {
  padding: clamp(12px, 1.2vw, 17px) clamp(14px, 2vw, 20px);
  background: #fff;
  border-radius: clamp(12px, 1.2vw, 16px);
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  color: #2d2d2d;
  border: 1px solid #fff;
  width: 100%;
  resize: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-appearance: textfield;
  -webkit-appearance: none;
  line-height: normal;
}
.contact_wrapper .form_wrapper .form-group input:focus,
.contact_wrapper .form_wrapper .form-group textarea:focus,
.contact_wrapper .form_wrapper .form-group select:focus {
  border-color: #2d2d2d;
}
.contact_wrapper .form_wrapper .form-group input::-webkit-input-placeholder,
.contact_wrapper .form_wrapper .form-group textarea::-webkit-input-placeholder {
  border-radius: 16px;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  color: #2d2d2d;
  opacity: 0.3;
}
.contact_wrapper .form_wrapper .form-group input::-moz-placeholder,
.contact_wrapper .form_wrapper .form-group textarea::-moz-placeholder {
  border-radius: 16px;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  color: #2d2d2d;
  opacity: 0.3;
}
.contact_wrapper .form_wrapper .form-group input:-ms-input-placeholder,
.contact_wrapper .form_wrapper .form-group textarea:-ms-input-placeholder {
  border-radius: 16px;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  color: #2d2d2d;
  opacity: 0.3;
}
.contact_wrapper .form_wrapper .form-group input::-ms-input-placeholder,
.contact_wrapper .form_wrapper .form-group textarea::-ms-input-placeholder {
  border-radius: 16px;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  color: #2d2d2d;
  opacity: 0.3;
}
.contact_wrapper .form_wrapper .form-group input::placeholder,
.contact_wrapper .form_wrapper .form-group textarea::placeholder {
  border-radius: 16px;
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  color: #2d2d2d;
  opacity: 0.3;
}
.contact_wrapper .form_wrapper .form-group input::-webkit-input-placeholder {
  opacity: 1;
}
.contact_wrapper .form_wrapper .form-group input::-moz-placeholder {
  opacity: 1;
}
.contact_wrapper .form_wrapper .form-group input:-ms-input-placeholder {
  opacity: 1;
}
.contact_wrapper .form_wrapper .form-group input::-ms-input-placeholder {
  opacity: 1;
}
.contact_wrapper .form_wrapper .form-group input::placeholder {
  opacity: 1;
}
.content_wrapper {
  margin-top: clamp(40px, 7.2vw, 120px);
}
.content_wrapper .content_block p,
.content_wrapper .content_block li {
  font-weight: 400;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: normal;
  color: rgba(18, 16, 19, 0.6);
  margin-bottom: 0;
}
.content_wrapper .content_block ul {
  padding-left: 20px;
}
.content_wrapper .content_block ul li {
  list-style: disc;
}
.content_wrapper .content_block h2 {
  font-weight: 400;
  font-size: clamp(20px, 3vw, 26px);
  line-height: normal;
  color: #1b1c21;
  margin: clamp(20px, 5vw, 60px) 0 clamp(15px, 4vw, 30px);
}
.content_wrapper .content_block h3,
.content_wrapper .content_block h4,
.content_wrapper .content_block h5,
.content_wrapper .content_block h6 {
  font-weight: 400;
  font-size: clamp(16px, 1.2vw, 18px);
  line-height: normal;
  color: #1b1c21;
  margin: clamp(15px, 4vw, 30px) 0 10px;
}



