@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

.clearfix:after,
.clearfix:before {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.u-mobile-center {
  text-align: center;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

* {
  box-sizing: border-box;
}

/*--------- Common CSS Start -----------------*/
.transparent {
  background-color: transparent !important;
}

.no_padding {
  padding: 0px !important;
}

.full_width {
  width: 100%;
}

.left_padding {
  padding-right: 0px !important;
}

.right_padding {
  padding-left: 0px !important;
}

.small_padding {
  padding: 0px 5px;
}

.small_padding2 {
  padding: 0px 2px !important;
}

.medium_padding {
  padding: 0px 10px;
}

.padding_right_only5 {
  padding-left: 0px !important;
  padding-right: 5px !important;
}

.padding_left_only5 {
  padding-left: 5px !important;
  padding-right: 0px !important;
}

.padding_vertical40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding_vertical25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding_vertical15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.padding_vertical10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.padding_vertical10_only {
  padding: 10px 0px;
}

.padding_vertical5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.no_padding_large {
  padding: 0px;
}

.padding_horizontal5 {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.padding_horizontal10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding_horizontal0 {
  padding-left: 0px;
  padding-right: 0px;
}

.no_both_side_padding {
  padding-left: 0px;
  padding-right: 0px;
}

.padding_vertical20 {
  padding: 20px 0;
}

.padding_vertical25-10 {
  padding: 25px 10px;
}

.padding_25 {
  padding: 25px;
}

.padding_20 {
  padding: 20px;
}

.padding_top20 {
  padding-top: 20px;
}

.padding_10 {
  padding: 10px;
}

.padding_15 {
  padding: 15px;
}

.padding_left10 {
  padding-left: 10px !important;
}

.right_padding5 {
  padding-right: 5px;
}

.left_padding_only5 {
  padding: 0px 0px 0px 5px !important;
}

.right_padding_only5 {
  padding: 0px 5px 0px 0px !important;
}

.left_padding_only10 {
  padding: 0px 0px 0px 10px !important;
}

.right_padding_only10 {
  padding: 0px 10px 0px 0px !important;
}

.left_padding5 {
  padding-left: 5px;
}

.padding_5 {
  padding: 5px !important;
}

.left_align_padding {
  padding: 0px 5px 0px 0px;
}

.right_align_padding {
  padding: 0px 0px 0px 5px;
}

.no_margin_bottom {
  margin-bottom: 0px !important;
}

.no_margin_top {
  margin-top: 0px !important;
}

.color_white {
  background-color: #fff !important;
}

.padding_2 {
  padding: 2px !important;
}

.double_padding {
  padding-right: 30px;
  padding-left: 30px;
}

.margin_top10 {
  margin-top: 10px;
}

.margin_top15 {
  margin-top: 15px;
}

.margin_top5 {
  margin-top: 5px;
}

.margin_left5 {
  margin-left: 5px;
}

.margin_left10 {
  margin-left: 10px;
}

.margin_right5 {
  margin-right: 5px;
}

.margin_right10 {
  margin-right: 10px;
}

.margin_left30 {
  margin-left: 30px;
}

.margin_left25 {
  margin-left: 25px;
}

.margin_bottom5 {
  margin-bottom: 5px !important;
}

.margin_bottom10 {
  margin-bottom: 10px !important;
}

.margin_bottom15 {
  margin-bottom: 15px !important;
}

.margin_bottom20 {
  margin-bottom: 20px !important;
}

.no_margin {
  margin: 0px;
}

.margin_top20 {
  margin-top: 20px;
}

.margin_top40 {
  margin-top: 40px;
}

.margin_top50 {
  margin-top: 50px;
}

.margin_top110 {
  margin-top: 110px;
}

.full_height {
  height: 100%;
}

.float_last_child:last-child {
  float: left !important;
}

a:hover,
a:focus {
  transition: background-color 300ms linear;
  text-decoration: none;
}

button:hover,
button:focus {
  transition: background-color 300ms linear;
  text-decoration: none;
}

.no_border {
  border: none !important;
}

.no_padding_bottom {
  padding-bottom: 0px !important;
}

.left {
  float: left;
}

.display-inline {
  display: inline-block;
}

.relative-position {
  position: relative;
}

a, a:active, a:focus {
  outline: none;
}

input:hover, input:active, input:focus {
  outline: none;
}

.no-bg {
  background-color: transparent !important;
}

/*-------- Common CSS end ----------------*/
/*======Variable color start=======*/
/*======Variable color end=======*/
/*===========Mixins===================*/
/*=============== Flexbox Display===============*/
html {
  font-family: "KarlaRegular";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-optical-sizing: auto;
  height: 100%;
}

body {
  background-color: #ffffff;
  font-family: "KarlaRegular";
  font-optical-sizing: auto;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

a {
  color: #0000f6;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-decoration: none;
  background-color: transparent;
}
a:hover, a:focus {
  color: #0000f6;
  text-decoration: none;
  outline: 0;
}

p {
  margin: 0 0 1.5rem 0;
  font-size: 16px;
  font-family: "JostRegular";
  color: #000;
  line-height: 24px;
}
@media (min-width: 768px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 18px;
    line-height: 32px;
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 1300px) {
  p {
    font-size: 23px;
    line-height: 36px;
    margin: 0 0 2rem 0;
  }
}
p span {
  color: #0000f6;
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #050505;
  font-family: "ethnocentricrgit";
  line-height: 1.2;
}
@media (min-width: 1200px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 30px 0;
  }
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #0000f6;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #ffffff;
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #0000f6;
}

h1 {
  font-size: 28px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 50px;
  }
}
@media (min-width: 1300px) {
  h1 {
    font-size: 60px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 70px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 78px;
  }
}
@media (min-width: 1700px) {
  h1 {
    font-size: 85px;
  }
}

h2 {
  font-size: 24px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 44px;
  }
}
@media (min-width: 1300px) {
  h2 {
    font-size: 48px;
  }
}
@media (min-width: 1400px) {
  h2 {
    font-size: 55px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 32px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  font-size: 18px;
}
@media (min-width: 414px) {
  h4 {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  h4 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 26.8px;
  }
}

h5 {
  font-size: 16px;
}
@media (min-width: 414px) {
  h5 {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 844px) {
  h5 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 25.5px;
    line-height: 24.5px;
  }
}

h6 {
  font-size: 14px;
}
@media (min-width: 1200px) {
  h6 {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 768px) {
  .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.red {
  border-color: #0000f6;
}

.text-center {
  text-align: center;
}

.overflow-hidden {
  overflow: hidden;
}

.bg-beige-dark {
  background-color: #f4f2ec;
}

.row.row-justify-between {
  justify-content: space-between;
}

.row.row-justify-between.row-align-top {
  align-items: flex-start;
}

.row.row-justify-centre {
  justify-content: center;
}

.inline-link {
  position: relative;
  display: flex;
  align-items: center;
  transition-property: opacity;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.avatar {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 50%;
}

svg:not(:root) {
  overflow: hidden;
}

.bg-grey {
  background: #f5f5f5;
}

.bg-white {
  background: #ffffff;
}

.comm-padd {
  padding: 48px 0;
}
@media (min-width: 992px) {
  .comm-padd {
    padding: 60px 0;
  }
}
@media (min-width: 1400px) {
  .comm-padd {
    padding: 75px 0;
  }
}
.comm-padd-inner {
  padding: 30px 0;
}
@media (min-width: 992px) {
  .comm-padd-inner {
    padding: 40px 0 60px;
  }
}
@media (min-width: 1400px) {
  .comm-padd-inner {
    padding: 60px 0 90px;
  }
}

.row.row-stretch {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .row.row-stretch {
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}

::-moz-placeholder {
  color: #070916;
}

::placeholder {
  color: #070916;
}

hr {
  margin: 1rem 0;
  background-color: #c6c6c6;
  opacity: 1;
}

.pl-45 {
  padding-left: 0px;
}
@media (min-width: 768px) {
  .pl-45 {
    padding-left: 32px;
  }
}
@media (min-width: 1200px) {
  .pl-45 {
    padding-left: 45px;
  }
}

.pr-60 {
  padding-right: 0px;
}
@media (min-width: 768px) {
  .pr-60 {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .pr-60 {
    padding-right: 60px;
  }
}

.mb-85 {
  margin-bottom: 35px;
}
@media (min-width: 576px) {
  .mb-85 {
    margin-bottom: 45px;
  }
}
@media (min-width: 1200px) {
  .mb-85 {
    margin-bottom: 85px;
  }
}

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

.red {
  color: #0000f6;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bg-grey {
  background-color: #f5f5f5;
}

/*****************WP css************************/
p.file-size {
  padding-top: 1rem;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

.upload-btn-wrapper {
  overflow: visible;
}

.upload-btn-wrapper .wpcf7-form-control-wrap {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.upload-btn-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  z-index: 9;
  opacity: 1 !important;
  top: -22px;
}

.form-cont p a {
  color: #141b21;
}

.no-tag {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 35px;
  height: 35px;
  color: #ffffff;
  font-size: 16px;
  font-family: "AtlasGroteskMedium";
  background: #000000;
  border-radius: 50px;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .no-tag {
    width: 55px;
    height: 55px;
    color: #ffffff;
    font-size: 22px;
  }
}

.comm-padd {
  padding: 3rem 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .comm-padd {
    padding: 3rem 0;
  }
}
@media (min-width: 1200px) {
  .comm-padd {
    padding: 5rem 0;
  }
}
@media (min-width: 1300px) {
  .comm-padd {
    padding: 7rem 0;
  }
}
@media (min-width: 1700px) {
  .comm-padd {
    padding: 10rem 0;
  }
}
@media (min-width: 1800px) {
  .comm-padd {
    padding: 15rem 0;
  }
}

.common-heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .common-heading {
    margin-bottom: 2rem;
  }
}
@media (min-width: 1440px) {
  .common-heading {
    margin-bottom: 3rem;
  }
}
.common-heading p {
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
@media (min-width: 768px) {
  .common-heading p {
    max-width: 60%;
    margin: auto;
  }
}
@media (min-width: 992px) {
  .common-heading p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1200px) {
  .common-heading p {
    font-size: 22px;
    line-height: 33px;
  }
}
.common-heading p:last-of-type {
  margin-bottom: 0;
}
.common-heading.white h2 {
  color: #ffffff;
}

ul.bulleted-list {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}
ul.bulleted-list li {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 24px;
}
ul.bulleted-list li:last-child {
  margin-bottom: 0;
}
ul.bulleted-list li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #0000f6;
}

.btn {
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  font-size: 14px;
  font-family: "Oswald", serif;
  font-weight: 400;
  font-style: italic;
  background: #0000f6;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 1rem 2rem;
  line-height: 1;
  white-space: nowrap;
  border: 0;
  border-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  min-width: 155px;
  gap: 15px;
  -webkit-clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 50%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 90% 100%, 100% 50%, 100% 0);
}
@media (min-width: 576px) {
  .btn {
    -webkit-clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 50%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 85% 100%, 100% 50%, 100% 0);
  }
}
.btn img {
  width: 16px;
}
@media (min-width: 992px) {
  .btn img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .btn {
    padding: 1rem 3rem;
    min-width: 185px;
    max-width: 185px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding: 1.3rem 2rem;
    font-size: 17px;
    min-width: 250px;
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 1.7rem 2rem;
  }
}
.btn:hover, .btn:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #89b335;
  gap: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
}
.btn:hover img, .btn:focus img {
  filter: brightness(0) invert(1);
}
.btn-white {
  background: #ffffff;
  color: #000000;
}
.btn-white:hover, .btn-white:focus {
  color: #ffffff;
  outline: 0;
  background: #0000f6;
}
.btn-black {
  background: #000000;
  color: #ffffff;
}
.btn-black img {
  filter: brightness(0) invert(1);
}
.btn-black:hover, .btn-black:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #0000f6;
}
.btn-blue {
  background: #0000f6;
  color: #ffffff;
}
.btn-blue img {
  filter: brightness(0) invert(1);
}
.btn-blue:hover, .btn-blue:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #000000;
}
.btn-lg {
  min-width: 240px;
}
@media (min-width: 992px) {
  .btn-lg {
    min-width: 305px;
  }
}

.site-header {
  background: #000000;
  width: 100%;
  padding: 1rem 0;
  position: relative;
  z-index: 2;
}
.site-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 95px;
  height: 95px;
  background: #0000f6;
  -webkit-clip-path: polygon(0 100%, 100% 0, 0 0, 0 100%);
  clip-path: polygon(0 100%, 100% 0, 0 0, 0 100%);
}
@media (min-width: 428px) {
  .site-header::before {
    width: 145px;
    height: 125px;
  }
}
@media (min-width: 576px) {
  .site-header::before {
    width: 320px;
    height: 275px;
  }
}
@media (min-width: 810px) {
  .site-header::before {
    width: 405px;
    height: 350px;
  }
}
@media (min-width: 992px) {
  .site-header::before {
    display: none;
  }
}
@media (min-width: 992px) {
  .site-header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    padding: 1.3rem 0;
    background: transparent;
  }
}
@media (min-width: 1200px) {
  .site-header {
    padding: 2.5rem 0;
  }
}
@media (min-width: 1300px) {
  .site-header {
    padding: 3.5rem 0;
  }
}
.site-header-inner {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}
.site-header-inner .header-rht {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  gap: 50px;
}
.site-header-inner .header-rht .search-icon {
  display: none;
  align-items: center;
}
@media (min-width: 992px) {
  .site-header-inner .header-rht .search-icon {
    display: flex;
  }
}
.site-header-inner .header-rht .mailto {
  display: none;
}
@media (min-width: 576px) {
  .site-header-inner .header-rht .mailto {
    display: flex;
  }
}

.site-logo {
  width: 120px;
  display: flex;
}
@media (min-width: 768px) {
  .site-logo {
    width: 150px;
  }
}
@media (min-width: 992px) {
  .site-logo {
    width: 178px;
  }
}

.primary-nav {
  width: 300px;
  height: 100vh;
  position: fixed;
  z-index: -1;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  border: 0;
  background: #f9fbff;
  margin: 0;
  left: -306px;
  top: 63px;
  overflow-y: auto;
  padding-top: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (min-width: 992px) {
  .primary-nav {
    width: auto;
    height: auto;
    position: static;
    box-shadow: none;
    padding: 0rem;
    background: transparent;
    z-index: 1;
    overflow-y: visible;
    padding-right: 0px;
  }
}
.primary-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .primary-nav ul {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 50px;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .primary-nav ul {
    gap: 70px;
  }
}
.primary-nav ul li {
  margin: 0;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0;
  text-align: center;
  margin: 0 20px 10px;
}
@media (min-width: 992px) {
  .primary-nav ul li {
    border-bottom: 0;
    text-align: left;
    margin: 0;
  }
}
.primary-nav ul li a {
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 10px;
  display: block;
  line-height: 1;
  background: transparent;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  border-bottom: 1px solid #171717;
}
@media (min-width: 992px) {
  .primary-nav ul li a {
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .primary-nav ul li a {
    font-size: 18px;
  }
}
.primary-nav ul li a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 1px;
  background: transparent;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  display: none;
}
@media (min-width: 992px) {
  .primary-nav ul li a::after {
    display: block;
  }
}
.primary-nav ul li:hover a, .primary-nav ul li.active a, .primary-nav ul li.current-menu-item a, .primary-nav ul li.current_page_item a {
  color: #89b335;
}
@media (min-width: 992px) {
  .primary-nav ul li:hover a, .primary-nav ul li.active a, .primary-nav ul li.current-menu-item a, .primary-nav ul li.current_page_item a {
    color: #171717;
  }
}
.primary-nav ul li:hover a::after, .primary-nav ul li.active a::after, .primary-nav ul li.current-menu-item a::after, .primary-nav ul li.current_page_item a::after {
  background: #0000f6;
  bottom: 0;
  opacity: 1;
  visibility: visible;
}

.menu-icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.toggle-sidebar {
  display: block;
  padding: 0;
  margin-bottom: 0px;
  pointer-events: all;
}
@media (min-width: 992px) {
  .toggle-sidebar {
    pointer-events: none;
    margin-bottom: 10px;
  }
}
.toggle-sidebar span {
  background: #0000f6;
  height: 2px;
  position: relative;
  margin: 2px 0;
  width: 30px;
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.toggle-sidebar span:first-child {
  top: -4px;
  left: 0;
}
.toggle-sidebar span:last-child {
  bottom: -4px;
  left: 0;
}

.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: transparent;
  transition: all 0.5s;
  z-index: -1;
}

body.active .toggle-sidebar span:first-child {
  transform: rotate(45deg);
  top: 5px;
}
body.active .toggle-sidebar span:nth-child(2) {
  display: none;
}
body.active .toggle-sidebar span:last-child {
  transform: rotate(-45deg);
  bottom: -1px;
}
body.active .body-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
body.active .primary-nav {
  left: 0;
}
@media (min-width: 992px) {
  body.active .primary-nav {
    left: auto;
  }
}

.site-banner {
  position: relative;
  z-index: 1;
}
.site-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 300px;
  height: 250px;
  background: #0000f6;
  -webkit-clip-path: polygon(0 100%, 100% 0, 0 0, 0 100%);
  clip-path: polygon(0 100%, 100% 0, 0 0, 0 100%);
  display: none;
}
@media (min-width: 992px) {
  .site-banner::before {
    width: 530px;
    height: 550px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .site-banner::before {
    width: 650px;
    height: 650px;
  }
}
@media (min-width: 1536px) {
  .site-banner::before {
    width: 930px;
    height: 850px;
  }
}
.site-banner .banner-holder {
  height: 100%;
  width: 100%;
  display: flex;
  height: 38rem;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: bottom center !important;
}
@media (min-width: 576px) {
  .site-banner .banner-holder {
    background-position: 0 0 !important;
  }
}
@media (min-width: 428px) {
  .site-banner .banner-holder {
    height: 40rem;
  }
}
@media (min-width: 576px) {
  .site-banner .banner-holder {
    height: 50rem;
  }
}
@media (min-width: 992px) {
  .site-banner .banner-holder {
    height: 46rem;
  }
}
@media (min-width: 1200px) {
  .site-banner .banner-holder {
    height: 50rem;
  }
}
@media (min-width: 1400px) {
  .site-banner .banner-holder {
    height: 60rem;
  }
}
@media (min-width: 1600px) {
  .site-banner .banner-holder {
    height: 70rem;
  }
}
.site-banner .banner-holder img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-banner .banner-content {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
}
@media (min-width: 428px) {
  .site-banner .banner-content {
    transform: translateY(-60%);
  }
}
@media (min-width: 576px) {
  .site-banner .banner-content {
    transform: translateY(-50%);
  }
}
.site-banner .banner-content .text-cont {
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .site-banner .banner-content .text-cont {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .site-banner .banner-content .text-cont {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .site-banner .banner-content .text-cont {
    max-width: 430px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .site-banner .banner-content .text-cont {
    max-width: 550px;
  }
}
@media (min-width: 1400px) {
  .site-banner .banner-content .text-cont {
    max-width: 625px;
  }
}
.site-banner .banner-content .text-cont h1 {
  font-family: "ethnocentricrgit";
  color: #ffffff;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 32px;
}
@media (min-width: 576px) {
  .site-banner .banner-content .text-cont h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .site-banner .banner-content .text-cont h1 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 992px) {
  .site-banner .banner-content .text-cont h1 {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .site-banner .banner-content .text-cont h1 {
    font-size: 54px;
    line-height: 60px;
  }
}
@media (min-width: 1400px) {
  .site-banner .banner-content .text-cont h1 {
    font-size: 66px;
    line-height: 70px;
  }
}
.site-banner .banner-content .text-cont h1 sub {
  font-size: 14px;
  display: block;
}
@media (min-width: 992px) {
  .site-banner .banner-content .text-cont h1 sub {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .site-banner .banner-content .text-cont h1 sub {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .site-banner .banner-content .text-cont h1 sub {
    font-size: 18px;
  }
}
.site-banner .banner-content .text-cont p {
  font-family: "JostRegular";
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .site-banner .banner-content .text-cont p {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  .site-banner .banner-content .text-cont p {
    font-size: 22px;
  }
}
.site-banner .banner-content .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
  margin-bottom: 0px;
  flex-direction: column;
}
@media (min-width: 428px) {
  .site-banner .banner-content .btn-wrap {
    flex-direction: row;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .site-banner .banner-content .btn-wrap {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 50px;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .site-banner .banner-content .btn-wrap {
    align-items: center;
    flex-direction: row;
    gap: 50px;
    margin-top: 100px;
  }
}
.site-banner .banner-content .btn-wrap .btn.btn-white {
  order: 2;
}
@media (min-width: 1200px) {
  .site-banner .banner-content .btn-wrap .btn.btn-white {
    order: 1;
  }
}
.site-banner .banner-content .btn-wrap .phone-no {
  order: 1;
}
@media (min-width: 1200px) {
  .site-banner .banner-content .btn-wrap .phone-no {
    order: 2;
  }
}
.site-banner .banner-content .btn-wrap .phone-no p {
  text-align: left;
}
.site-banner .banner-content .wave {
  position: absolute;
  bottom: -65%;
  left: -20%;
  z-index: -1;
  display: none;
}
@media (min-width: 992px) {
  .site-banner .banner-content .wave {
    display: block;
  }
}

.phone-no {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .phone-no {
    gap: 20px;
  }
}
.phone-no .ph-icon {
  width: 40px;
  height: 40px;
  background: #0000f6;
  border-radius: 0 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .phone-no .ph-icon {
    width: 46px;
    height: 46px;
    border-radius: 0 20px 0 20px;
  }
}
.phone-no p {
  margin: 0;
  text-align: left;
}
.phone-no p span {
  font-family: "JostMediumItalic";
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
@media (min-width: 768px) {
  .phone-no p span {
    font-size: 13px;
    line-height: normal;
  }
}
.phone-no p a {
  font-size: 18px;
  color: #ffffff;
  font-family: "Oswald", serif;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 768px) {
  .phone-no p a {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .phone-no p a {
    font-size: 28px;
  }
}

.mailto {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .mailto {
    gap: 20px;
  }
}
.mailto .email-icon {
  width: 40px;
  height: 40px;
  background: #0000f6;
  border-radius: 0 15px 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .mailto .email-icon {
    width: 46px;
    height: 46px;
    border-radius: 0 20px 0 20px;
  }
}
.mailto .mail-info {
  margin: 0;
  text-align: left;
}
.mailto .mail-info span {
  font-family: "JostMediumItalic";
  font-size: 12px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
@media (min-width: 768px) {
  .mailto .mail-info span {
    font-size: 13px;
    line-height: normal;
  }
}
.mailto .mail-info a {
  font-size: 18px;
  color: #ffffff;
  font-family: "JostItalic";
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 768px) {
  .mailto .mail-info a {
    font-size: 22px;
  }
}

.video-wrap-outr {
  max-width: 60%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .video-wrap-outr {
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .video-wrap-outr {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 45%;
    margin: auto;
  }
}
@media (min-width: 1700px) {
  .video-wrap-outr {
    max-width: none;
  }
}
.video-wrap-outr .curved-arrow {
  position: absolute;
  left: -78px;
  top: 60px;
  z-index: 1;
  display: none;
}
@media (min-width: 992px) {
  .video-wrap-outr .curved-arrow {
    display: block;
  }
}

.video-wrap {
  position: relative;
  display: flex;
  border: 1px solid #ffffff;
  background: #ffffff;
  padding: 3px;
  border-right: 0;
  border-radius: 5px 0px 0px 0;
  -webkit-clip-path: polygon(100% 0%, 0 0, 0 80%, 100% 200%);
  clip-path: polygon(100% 0%, 0 0, 0 80%, 100% 200%);
  max-height: 270px;
}
@media (min-width: 992px) {
  .video-wrap {
    max-height: none;
  }
}
.video-wrap img {
  -webkit-clip-path: polygon(100% 0%, 0 0, 0 80%, 100% 200%);
  clip-path: polygon(100% 0%, 0 0, 0 80%, 100% 200%);
  -o-object-fit: cover;
     object-fit: cover;
}
.video-wrap .play-btn {
  width: 50px;
  height: 30px;
  background: #0000f6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0% 210%, 0 0, 0 0%, 145% 0%);
  clip-path: polygon(0% 210%, 0 0, 0 0%, 145% 0%);
}
@media (min-width: 768px) {
  .video-wrap .play-btn {
    width: 90px;
    height: 60px;
  }
}
@media (min-width: 992px) {
  .video-wrap .play-btn {
    width: 132px;
    height: 83px;
  }
}
.video-wrap .play-btn img {
  width: 12px;
}
@media (min-width: 768px) {
  .video-wrap .play-btn img {
    width: 22px;
  }
}
@media (min-width: 992px) {
  .video-wrap .play-btn img {
    width: auto;
  }
}

.footer {
  background: #000000;
  position: relative;
  z-index: 1;
  padding-top: 50px;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 90px;
  }
}
@media (min-width: 1400px) {
  .footer {
    padding-top: 100px;
  }
}
@media (min-width: 1536px) {
  .footer {
    padding-top: 150px;
  }
}
@media (min-width: 1700px) {
  .footer {
    padding-top: 190px;
  }
}
.footer::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 95px;
  background: #ffffff;
  height: 60px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 0 0, 100% 100%);
}
@media (min-width: 428px) {
  .footer::after {
    width: 140px;
    height: 90px;
  }
}
@media (min-width: 992px) {
  .footer::after {
    width: 182px;
    height: 150px;
  }
}
.footer .footer-top-cont {
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .footer .footer-top-cont {
    padding-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-top-cont {
    padding-bottom: 70px;
  }
}
.footer .footer-top-cont p {
  color: #ffffff;
}
.footer .footer-top-cont .btn {
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .footer .footer-top-cont .btn {
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-top-cont .btn {
    margin-bottom: 70px;
  }
}
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 576px) {
  .footer-bottom {
    padding-bottom: 30px;
    padding-top: 35px;
  }
}
@media (min-width: 768px) {
  .footer-bottom {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .footer-bottom {
    padding-top: 70px;
    padding-bottom: 100px;
  }
}
@media (min-width: 1700px) {
  .footer-bottom {
    padding-top: 150px;
  }
}
.footer-bottom p {
  font-family: "JostLightItalic";
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .footer-bottom p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  .footer-bottom p {
    padding: 0 3%;
  }
}
@media (min-width: 1200px) {
  .footer-bottom p {
    margin-bottom: 45px;
  }
}
.footer-bottom .copy-right {
  font-size: 13px;
  font-family: "JostLightItalic";
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .footer-bottom .copy-right {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .footer-bottom .copy-right {
    font-size: 18px;
  }
}
.footer-bottom .copy-right a {
  color: #ffffff;
}
.footer-bottom .copy-right a:hover {
  text-decoration: underline;
  color: #0000f6;
}
.footer-bottom .privacy-links {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.5);
  gap: 10px;
}
.footer-bottom .privacy-links a {
  font-size: 14px;
  font-family: "JostLightItalic";
  color: #ffffff;
}
@media (min-width: 992px) {
  .footer-bottom .privacy-links a {
    font-size: 18px;
  }
}
.footer-bottom .privacy-links a:hover {
  text-decoration: underline;
  color: #0000f6;
}

.wpcf7-spinner {
  position: absolute;
}

.contact-info {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .contact-info {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  .contact-info {
    margin-top: 70px;
  }
}
.contact-info .email-icon {
  background: #ffffff;
}
.contact-info .email-icon img {
  filter: brightness(0) invert(0);
  -webkit-filter: brightness(0) invert(0);
}
.contact-info .mail-info a {
  font-family: "Oswald", serif;
  font-style: italic;
  font-size: 20px;
}
@media (min-width: 992px) {
  .contact-info .mail-info a {
    font-size: 24px;
  }
}

.steps-wrapper {
  padding-top: 0px;
}
@media (min-width: 576px) {
  .steps-wrapper {
    padding-top: 40px;
  }
}
@media (min-width: 1536px) {
  .steps-wrapper {
    padding-top: 80px;
  }
}

.steps-sec {
  position: relative;
  z-index: 1;
  padding: 35px 0 50px;
}
@media (min-width: 768px) {
  .steps-sec {
    padding: 60px 0 100px;
  }
}
@media (min-width: 1200px) {
  .steps-sec {
    padding: 100px 0 160px;
  }
}
@media (min-width: 1700px) {
  .steps-sec {
    padding: 200px 0 260px;
  }
}
.steps-sec::after {
  position: absolute;
  content: "";
  right: 0;
  top: -40px;
  background: url("../images/mid-bg.webp") no-repeat 0 0;
  background-size: 100% 100%;
  width: 1700px;
  height: 100%;
  z-index: -1;
}
@media (min-width: 576px) {
  .steps-sec::after {
    top: -100px;
  }
}
@media (min-width: 992px) {
  .steps-sec::after {
    top: -190px;
  }
}

.steps-row {
  position: relative;
  z-index: 1;
}
.steps-row:not(:last-child) {
  padding-bottom: 70px;
}
@media (min-width: 992px) {
  .steps-row:not(:last-child) {
    padding-bottom: 100px;
  }
}
@media (min-width: 1600px) {
  .steps-row:not(:last-child) {
    padding-bottom: 150px;
  }
}
.steps-row::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  height: 100%;
  width: 1px;
  background: url("../images/dashed-line.svg") repeat-y 0 0;
  background-size: auto;
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .steps-row::after {
    display: block;
  }
}
.steps-row .hexagon {
  width: 60px;
  height: 52px;
  -webkit-clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #d8d8fe;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
@media (min-width: 768px) {
  .steps-row .hexagon {
    top: 85px;
    bottom: auto;
  }
}
.steps-row .hexagon span {
  width: 26px;
  height: 23px;
  -webkit-clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  background: #0000f6;
  display: block;
}
.steps-row-cont {
  text-align: left;
  padding-bottom: 20px;
  padding-top: 0px;
}
@media (min-width: 768px) {
  .steps-row-cont {
    text-align: right;
    padding-right: 40px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .steps-row-cont {
    padding-right: 85px;
    padding-top: 65px;
  }
}
@media (min-width: 1200px) {
  .steps-row-cont {
    padding-right: 115px;
  }
}
.steps-row-cont .count {
  font-family: "JostMedium";
  font-size: 90px;
  background: -webkit-linear-gradient(rgba(0, 0, 255, 0.3), rgba(255, 255, 255, 0.01));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (min-width: 576px) {
  .steps-row-cont .count {
    font-size: 120px;
  }
}
@media (min-width: 768px) {
  .steps-row-cont .count {
    justify-content: flex-end;
  }
}
@media (min-width: 1200px) {
  .steps-row-cont .count {
    font-size: 140px;
  }
}
.steps-row-cont h3 {
  margin-bottom: 10px;
  margin-top: -20px;
}
@media (min-width: 576px) {
  .steps-row-cont h3 {
    margin-bottom: 20px;
    margin-top: -30px;
  }
}
@media (min-width: 1200px) {
  .steps-row-cont h3 {
    margin-bottom: 30px;
  }
}
.steps-row-cont p {
  font-family: "JostLight";
  font-size: 16px;
  margin-bottom: 0;
  line-height: 22px;
}
@media (min-width: 576px) {
  .steps-row-cont p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .steps-row-cont p {
    font-size: 22px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .steps-row-img {
    padding-left: 40px;
  }
}
@media (min-width: 992px) {
  .steps-row-img {
    padding-left: 85px;
  }
}
@media (min-width: 1200px) {
  .steps-row-img {
    padding-left: 115px;
  }
}
@media (min-width: 768px) {
  .steps-row:nth-child(2n) .col-md-6.fst-col {
    order: 2;
  }
}
@media (min-width: 768px) {
  .steps-row:nth-child(2n) .col-md-6.snd-col {
    order: 1;
  }
}
.steps-row:nth-child(2n) .count {
  justify-content: flex-start;
}
.steps-row:nth-child(2n) .steps-row-cont {
  padding-right: 0px;
  padding-bottom: 20px;
  text-align: left;
}
@media (min-width: 768px) {
  .steps-row:nth-child(2n) .steps-row-cont {
    padding-left: 40px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .steps-row:nth-child(2n) .steps-row-cont {
    padding-left: 85px;
  }
}
@media (min-width: 1200px) {
  .steps-row:nth-child(2n) .steps-row-cont {
    padding-left: 115px;
  }
}
.steps-row:nth-child(2n) .steps-row-img {
  padding-right: 40px;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .steps-row:nth-child(2n) .steps-row-img {
    padding-right: 85px;
  }
}
@media (min-width: 1200px) {
  .steps-row:nth-child(2n) .steps-row-img {
    padding-right: 115px;
  }
}
.steps-row:last-child .hexagon {
  display: none;
}
@media (min-width: 768px) {
  .steps-row:last-child .hexagon {
    display: flex;
  }
}

.pulse, .wave.fadeInUp {
  animation-iteration-count: infinite;
  -webkit-amation-iteration-count: infinite;
}

.mission-section {
  position: relative;
  background: #f5f5f5;
}
.mission-section::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 15%;
  height: 20%;
  background: #ffffff;
  -webkit-clip-path: polygon(0 100%, 0 0, 0 0, 100% 100%);
  clip-path: polygon(0 100%, 0 0, 0 0, 100% 100%);
  display: none;
}
@media (min-width: 428px) {
  .mission-section::before {
    display: block;
  }
}
@media (min-width: 768px) {
  .mission-section::before {
    width: 30%;
    height: 50%;
  }
}
.mission-section::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 15%;
  height: 20%;
  background: #ffffff;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 0, 100% 95%);
  clip-path: polygon(100% 0, 0 0, 0 0, 100% 95%);
  display: none;
}
@media (min-width: 428px) {
  .mission-section::after {
    display: block;
  }
}
@media (min-width: 768px) {
  .mission-section::after {
    width: 60%;
    height: 100%;
    bottom: 0;
    top: auto;
  }
}

.mission-pic {
  width: 50%;
  padding-top: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-clip-path: polygon(100% -35%, 0 55%, 0 55%, 100% 135%);
  clip-path: polygon(100% -35%, 0 55%, 0 55%, 100% 135%);
  display: none;
}
@media (min-width: 768px) {
  .mission-pic {
    display: block;
  }
}
@media (min-width: 1536px) {
  .mission-pic {
    padding-top: 150px;
  }
}
.mission-pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mission-pic .figure-arrow {
  position: absolute;
  right: 0;
  top: 65px;
  bottom: 0;
  margin: auto;
  background: #0000f6;
  width: 215px;
  height: 50%;
  -webkit-clip-path: polygon(100% 0%, 0 55%, 0 55%, 100% 100%);
  clip-path: polygon(100% 0, 0 55%, 0 55%, 100% 100%);
}
@media (min-width: 1200px) {
  .mission-pic .figure-arrow {
    width: 285px;
  }
}
@media (min-width: 1400px) {
  .mission-pic .figure-arrow {
    width: 345px;
  }
}

.input-wrap {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .input-wrap {
    margin-bottom: 42px;
  }
}
@media (min-width: 1300px) {
  .input-wrap {
    margin-bottom: 50px;
  }
}
.input-wrap input, .input-wrap textarea {
  border: 0;
  border-bottom: 1px solid rgba(24, 30, 36, 0.3);
  width: 100%;
  padding: 0 0 15px;
  font-family: "JostRegular";
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 3px;
}
@media (min-width: 768px) {
  .input-wrap input, .input-wrap textarea {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .input-wrap input, .input-wrap textarea {
    font-size: 18px;
    padding: 0 0 25px;
  }
}
.input-wrap input:focus, .input-wrap textarea:focus {
  box-shadow: none;
  outline: 0;
  border-width: 2px;
  border-bottom-color: #0000f6;
}
.input-wrap input.btn-submit, .input-wrap textarea.btn-submit {
  width: 250px;
  max-width: none;
  height: 46px;
  color: #ffffff;
  padding: 0rem 2rem;
  text-align: left;
  background: #000000 url("../images/arrow-white.svg") no-repeat 80%;
  background-size: 16px;
}
@media (min-width: 992px) {
  .input-wrap input.btn-submit, .input-wrap textarea.btn-submit {
    height: 58px;
    padding: 1rem 2rem;
    background-size: auto;
  }
}
@media (min-width: 1200px) {
  .input-wrap input.btn-submit, .input-wrap textarea.btn-submit {
    padding: 1.7rem 2rem;
    height: 70px;
  }
}
.input-wrap input.btn-submit:hover, .input-wrap input.btn-submit:focus, .input-wrap textarea.btn-submit:hover, .input-wrap textarea.btn-submit:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #0000f6 url("../images/arrow-white.svg") no-repeat 85%;
}
.input-wrap textarea {
  height: 120px;
  resize: none;
}
@media (min-width: 768px) {
  .input-wrap textarea {
    height: 150px;
  }
}
@media (min-width: 1200px) {
  .input-wrap textarea {
    height: 200px;
  }
}
.input-wrap .form-check {
  padding-left: 2rem;
  margin-bottom: 0;
}
.input-wrap .form-check-input {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border: 1px solid #000000;
  padding: 0;
  border-radius: 0;
  margin-left: -2rem;
}
.input-wrap .form-check-label {
  font-family: "JostLight";
  font-size: 18px;
  color: #000000;
  line-height: 26px;
}
.input-wrap .form-check-label br {
  display: none;
}
@media (min-width: 1400px) {
  .input-wrap .form-check-label br {
    display: block;
  }
}

.form-check-wrap {
  gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .form-check-wrap {
    gap: 60px;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
  }
}

@media (min-width: 1400px) {
  .form-right {
    padding-top: 40px;
  }
}
.form-right p {
  font-family: "JostItalic";
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .form-right p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .form-right p {
    font-size: 23px;
    margin-bottom: 60px;
  }
}
.form-right p br {
  display: none;
}
@media (min-width: 1200px) {
  .form-right p br {
    display: block;
  }
}
.form-right h6 {
  font-family: "JostMediumItalic";
  font-size: 20px;
  color: #000000;
}
@media (min-width: 992px) {
  .form-right h6 {
    font-size: 24px;
  }
}
.advisor-sec {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 992px) {
  .advisor-sec {
    flex-direction: row;
    align-items: center;
    margin-bottom: 25px;
  }
}
@media (min-width: 1200px) {
  .advisor-sec {
    margin-bottom: 40px;
  }
}
.advisor-sec .advisor-logo {
  padding-bottom: 15px;
  min-width: 130px;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .advisor-sec .advisor-logo {
    padding-right: 20px;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .advisor-sec .advisor-logo {
    padding-right: 30px;
    min-width: 170px;
  }
}
.advisor-sec .advisor-cont {
  border-top: 1px solid rgba(24, 30, 36, 0.3);
  padding: 15px 0 15px 0px;
  width: 100%;
}
@media (min-width: 992px) {
  .advisor-sec .advisor-cont {
    border-left: 1px solid rgba(24, 30, 36, 0.3);
    padding: 15px 0 15px 20px;
    border-top: 0;
  }
}
@media (min-width: 1200px) {
  .advisor-sec .advisor-cont {
    padding: 15px 0 15px 30px;
  }
}
.advisor-sec .advisor-cont p {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .advisor-sec .advisor-cont p {
    margin-bottom: 30px;
  }
}
.advisor-sec .advisor-cont p:last-child {
  margin-bottom: 0;
}
.advisor-sec .advisor-cont p a {
  font-family: "JostMediumItalic";
  color: #000000;
}

.book-sec {
  border-top: 1px solid rgba(24, 30, 36, 0.3);
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .book-sec {
    padding-top: 30px;
  }
}
.book-sec p {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .book-sec p {
    margin-bottom: 35px;
  }
}/*# sourceMappingURL=style.css.map */
.form-right {
    padding-bottom: 30px;
 }
@media (min-width: 1400px) {
  .form-right {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .form-right {
    padding-bottom: 0px;
  }
}