@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Saira:wght@300;400;500;600;700;800;900&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;
  height: 100%;
}

body {
  background-color: #ffffff;
  font-family: "KarlaRegular";
  color: #2f2f2f;
  font-size: 16px;
  line-height: 30px;
  overflow-x: hidden;
}

a {
  color: #9e0404;
  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: #9e0404;
  text-decoration: none;
  outline: 0;
}

p {
  margin: 0 0 1.5rem 0;
  font-size: 16px;
  color: #2f2f2f;
  font-family: "KarlaLight";
  line-height: 22px;
}
@media (min-width: 992px) {
  p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 3rem 0;
  }
}
p span {
  color: #9e0404;
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #000000;
  font-family: "FrancoisOneRegular";
  line-height: 1.2;
}
@media (min-width: 768px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1;
  }
}
@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: #9e0404;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #ffffff;
}

h1 {
  font-size: 28px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 65px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 75px;
  }
}
@media (min-width: 1300px) {
  h1 {
    font-size: 90px;
  }
}

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

h3 {
  font-size: 24px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 50px;
  }
}
@media (min-width: 1300px) {
  h3 {
    font-size: 60px;
  }
}

h4 {
  font-size: 22px;
}
@media (min-width: 414px) {
  h4 {
    font-size: 24px;
  }
}
@media (min-width: 576px) {
  h4 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 44px;
  }
}
@media (min-width: 1300px) {
  h4 {
    font-size: 54px;
  }
}

h5 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 576px) {
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  h5 {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 1200px) {
  h5 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 1300px) {
  h5 {
    font-size: 32px;
    line-height: 38px;
  }
}

h6 {
  font-size: 18px;
}
@media (min-width: 1200px) {
  h6 {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  h6 {
    font-size: 28px;
  }
}

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

.red {
  border-color: #9e0404;
}

.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: #9e0404;
}
@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: 2rem 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .comm-padd {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .comm-padd {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .comm-padd {
    padding: 5rem 0;
  }
}
@media (min-width: 1300px) {
  .comm-padd {
    padding: 7rem 0;
  }
}

.service-section.comm-padd {
  padding: 3rem 0;
}
@media (min-width: 576px) {
  .service-section.comm-padd {
    padding: 5rem 0 3rem;
  }
}
@media (min-width: 992px) {
  .service-section.comm-padd {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .service-section.comm-padd {
    padding: 5rem 0;
  }
}
@media (min-width: 1300px) {
  .service-section.comm-padd {
    padding: 7rem 0;
  }
}

.common-heading {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .common-heading {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .common-heading {
    margin-bottom: 3rem;
  }
}
@media (min-width: 1440px) {
  .common-heading {
    margin-bottom: 5rem;
  }
}
.common-heading h2, .common-heading h3, .common-heading h4 {
  position: relative;
}
.common-heading h2 span, .common-heading h3 span, .common-heading h4 span {
  color: #9e0404;
}
.common-heading p {
  color: #292929;
  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;
}
@media (min-width: 768px) {
  .common-heading.ml {
    margin-left: -7rem;
  }
}
.common-heading .line {
  width: 98px;
  height: 1px;
  background: #9e0404;
  display: block;
  margin: 0 auto 30px;
}

ul.bulleted-list {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}
ul.bulleted-list li {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  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: #9e0404;
}

.about-section {
  position: relative;
  z-index: 1;
}

.grey-bg {
  background: #f7f7f7;
  height: 100rem;
  width: 100%;
  position: absolute;
  transform: skew(-45deg) rotate(130deg);
  z-index: -1;
  top: 0;
  display: none;
}
.grey-bg-alt {
  transform: skew(45deg) rotate(50deg);
  top: -25rem;
}
@media (min-width: 992px) {
  .grey-bg {
    display: block;
  }
}

.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: #000000;
  font-size: 14px;
  font-family: "FrancoisOneRegular";
  background: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  padding: 0.8rem 2rem;
  line-height: 1;
  white-space: nowrap;
  border: 0;
  border-radius: 0px;
  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;
  position: relative;
  transform: skew(-30deg);
  margin-left: 35px;
}
@media (min-width: 768px) {
  .btn {
    padding: 1rem 3rem;
    min-width: 233px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding: 1.2rem 3rem;
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .btn {
    padding: 1.5rem 3rem;
  }
}
.btn span {
  transform: skew(30deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.btn::after {
  position: absolute;
  content: "";
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 65%;
  background: #ffffff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  .btn::after {
    left: -35px;
    width: 26px;
  }
}
.btn:hover, .btn:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #000000;
}
.btn:hover::after, .btn:focus::after {
  position: absolute;
  content: "";
  height: 100%;
  background: #ffffff;
}

.site-header {
  background: #ffffff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  padding: 1rem 0;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .site-header {
    padding: 1.3rem 0;
  }
}
@media (min-width: 992px) {
  .site-header {
    position: static;
    padding: 2.5rem 0 2rem;
    box-shadow: none;
  }
}
.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: 15px;
}
@media (min-width: 576px) {
  .site-header-inner .header-rht {
    gap: 50px;
  }
}
@media (min-width: 992px) {
  .site-header-inner .header-rht {
    gap: 90px;
  }
}
.site-header-inner .header-rht .phone {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 10px;
}
@media (min-width: 576px) {
  .site-header-inner .header-rht .phone {
    gap: 20px;
  }
}
.site-header-inner .header-rht .phone .ph-icon {
  width: 30px;
  height: 30px;
  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;
  transform: skew(-20deg);
  transition: all 0.5s;
  background: #9e0404;
  font-size: 14px;
}
@media (min-width: 576px) {
  .site-header-inner .header-rht .phone .ph-icon {
    width: 40px;
    height: 36px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .site-header-inner .header-rht .phone .ph-icon {
    width: 56px;
    height: 48px;
  }
}
.site-header-inner .header-rht .phone .ph-icon .fa-phone {
  transform: skew(20deg);
  color: #ffffff;
}
.site-header-inner .header-rht .phone .ph-no {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
}
.site-header-inner .header-rht .phone .ph-no span {
  font-size: 11px;
  color: #000000;
  font-family: "KarlaRegular";
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .site-header-inner .header-rht .phone .ph-no span {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .site-header-inner .header-rht .phone .ph-no span {
    margin-bottom: 10px;
  }
}
.site-header-inner .header-rht .phone .ph-no a {
  font-family: "FrancoisOneRegular";
  font-size: 16px;
  color: #000000;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 576px) {
  .site-header-inner .header-rht .phone .ph-no a {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .site-header-inner .header-rht .phone .ph-no a {
    font-size: 24px;
  }
}

.site-logo {
  width: 90px;
  display: flex;
}
@media (min-width: 992px) {
  .site-logo {
    width: 155px;
  }
}

.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: #ffffff;
  margin: 0;
  left: -306px;
  top: 100px;
  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: 10px;
  }
}
.primary-nav ul li {
  margin: 0;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0;
  border-bottom: 1px solid lightgrey;
  text-align: center;
}
@media (min-width: 992px) {
  .primary-nav ul li {
    border-bottom: 0;
    text-align: left;
  }
}
.primary-nav ul li a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: "Saira", sans-serif;
  letter-spacing: 0.15rem;
  padding: 10px 20px;
  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;
}
.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: #ffffff;
  background: #000;
}
.primary-nav ul li.active a, .primary-nav ul li.current-menu-item a, .primary-nav ul li.current_page_item a {
  font-weight: 700;
}

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

.toggle-sidebar {
  display: block;
  padding: 0;
}
.toggle-sidebar span {
  background: #3a3a3a;
  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;
}
@media (min-width: 576px) {
  .toggle-sidebar span {
    width: 35px;
  }
}
.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: 0;
}
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;
  height: 65rem;
  margin-top: 100px;
}
@media (min-width: 992px) {
  .site-banner {
    margin-top: 0;
  }
}
@media (min-width: 1440px) {
  .site-banner {
    height: 65rem;
  }
}
.site-banner .banner-holder {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
@media (min-width: 576px) {
  .site-banner .banner-holder {
    background-position: center bottom !important;
  }
}
.site-banner .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  z-index: 1;
}
.site-banner-inner {
  height: 40rem;
}
@media (min-width: 576px) {
  .site-banner-inner {
    height: 40rem;
  }
}
@media (min-width: 768px) {
  .site-banner-inner {
    height: 41rem;
  }
}
.site-banner-inner .banner-holder {
  height: 100%;
  background-size: cover !important;
  background-position: center !important;
}
@media (min-width: 576px) {
  .site-banner-inner .banner-holder {
    background-position: center !important;
  }
}
.site-banner-inner .banner-content .ban-text {
  text-align: left;
}
.site-banner-inner .banner-content .ban-text h1 {
  margin-bottom: 0;
  text-transform: none;
  font-size: 4rem;
}
@media (min-width: 576px) {
  .site-banner-inner .banner-content .ban-text h1 {
    font-size: 4.8rem;
  }
}
.site-banner-inner::after {
  display: none !important;
}
.site-banner::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: -20px;
  background: url("../images/banner-after.png") no-repeat 0 0;
  width: 280px;
  height: 285px;
  background-size: 100%;
  display: none;
}
@media (min-width: 992px) {
  .site-banner::after {
    display: block;
  }
}
@media (min-width: 1200px) {
  .site-banner::after {
    width: 312px;
    height: 317px;
  }
}
@media (min-width: 1700px) {
  .site-banner::after {
    bottom: 10px;
  }
}
.site-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000C1A;
  opacity: 0.7;
  left: 0;
  top: 0;
}

.site-banner-outr {
  position: relative;
  z-index: 0;
}
.site-banner-outr::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 75px;
  background: url("../images/banner-bott-bg.webp") no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
@media (min-width: 576px) {
  .site-banner-outr::before {
    height: 105px;
  }
}
@media (min-width: 768px) {
  .site-banner-outr::before {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .site-banner-outr::before {
    height: 215px;
  }
}
.site-banner-outr .darrow {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 52px;
  background: url("../images/polygon.webp") no-repeat;
  background-size: 100% auto;
  z-index: 2;
  margin: auto;
}
@media (min-width: 576px) {
  .site-banner-outr .darrow {
    width: 60px;
    height: 70px;
  }
}
@media (min-width: 768px) {
  .site-banner-outr .darrow {
    width: 80px;
    height: 90px;
  }
}
@media (min-width: 992px) {
  .site-banner-outr .darrow {
    width: 117px;
    height: 151px;
    background-size: auto;
    bottom: -15px;
  }
}

.hero-item {
  position: relative;
}
.hero-item .hero-img {
  min-width: 100%;
}
.hero-item .hero-img img {
  width: 100%;
  height: 55vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 428px) {
  .hero-item .hero-img img {
    height: 60vh;
  }
}
@media (min-width: 768px) {
  .hero-item .hero-img img {
    height: 100%;
  }
}
.hero-item .hero-cont-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-60%);
}
.hero-item .hero-cont-wrap .ban-cont {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .hero-item .hero-cont-wrap .ban-cont {
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .hero-item .hero-cont-wrap .ban-cont {
    padding-bottom: 0;
  }
}
.hero-item .hero-cont-wrap .ban-cont h1 {
  color: #ffffff;
  line-height: 1;
}
@media (min-width: 1200px) {
  .hero-item .hero-cont-wrap .ban-cont h1 {
    line-height: 80px;
  }
}
@media (min-width: 1300px) {
  .hero-item .hero-cont-wrap .ban-cont h1 {
    line-height: 100px;
  }
}
.hero-item .hero-cont-wrap .ban-cont p {
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .hero-item .hero-cont-wrap .ban-cont p {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .hero-item .hero-cont-wrap .ban-cont p {
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 2rem 0;
  }
}
@media (min-width: 1200px) {
  .hero-item .hero-cont-wrap .ban-cont p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 3rem;
  }
}

.hero-slider .slick-dots {
  bottom: 4rem;
  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;
  padding: 0;
  width: 100%;
  z-index: 5;
}
@media (min-width: 576px) {
  .hero-slider .slick-dots {
    bottom: 5rem;
  }
}
@media (min-width: 768px) {
  .hero-slider .slick-dots {
    bottom: 7rem;
  }
}
@media (min-width: 992px) {
  .hero-slider .slick-dots {
    bottom: 10rem;
  }
}
.hero-slider .slick-dots li {
  width: auto;
  height: auto;
}
.hero-slider .slick-dots li button {
  width: 16px;
  height: 16px;
  padding: 0;
  background: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border-radius: 100%;
  opacity: 0.8;
}
.hero-slider .slick-dots li button::after {
  display: none;
}
.hero-slider .slick-dots li button::before {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  font-size: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.hero-slider .slick-dots li.slick-active button {
  opacity: 1;
}
.hero-slider .slick-dots li.slick-active button::before {
  background: #9e0404;
}

.footer {
  background: #000000;
  position: relative;
  z-index: 1;
}
.footer::after {
  position: absolute;
  content: "";
  background: url("../images/footer-top.webp") no-repeat 0 0;
  background-size: 100% 100%;
  width: 100%;
  height: 240px;
  right: 0;
  left: 0;
  top: -240px;
}
.footer-top {
  padding: 2rem 0 0;
}
@media (min-width: 768px) {
  .footer-top {
    padding: 3rem 0 0;
  }
}
@media (min-width: 992px) {
  .footer-top {
    padding: 4rem 0;
  }
}
@media (min-width: 1200px) {
  .footer-top {
    padding: 6rem 0 4rem;
  }
}
@media (min-width: 1300px) {
  .footer-top {
    padding: 9rem 0 7.5rem;
  }
}
.footer-top .ftr-logo {
  display: inline-block;
  width: 155px;
}
@media (min-width: 768px) {
  .footer-top .ftr-logo {
    width: 235px;
  }
}
@media (min-width: 1300px) {
  .footer-top .ftr-logo {
    width: 265px;
  }
}
.footer-top .footer-col {
  max-width: none;
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .footer-top .footer-col {
    text-align: left;
    margin-bottom: 0;
  }
}
.footer-top .footer-col h6 {
  color: #ffffff;
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-top .footer-col h6::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: -3px;
  width: 51px;
  height: 6px;
  background: #9e0404;
  transform: skew(-20deg);
  margin: auto;
}
@media (min-width: 768px) {
  .footer-top .footer-col h6::after {
    right: auto;
  }
}
.footer-top .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-top .footer-col ul li {
  display: block;
  margin-bottom: 15px;
  line-height: normal;
  padding-left: 0;
}
.footer-top .footer-col ul li:last-child {
  margin-bottom: 0;
}
.footer-top .footer-col ul li a {
  font-size: 18px;
  color: #c4c4c4;
  font-family: "KarlaLight";
  display: inline-block;
}
.footer-top .footer-col ul li a:hover {
  color: #9e0404;
}
.footer-top .footer-col ul li:hover a, .footer-top .footer-col ul li.active a, .footer-top .footer-col ul li.current-menu-item a, .footer-top .footer-col ul li.current_page_item a {
  color: #9e0404;
}
@media (min-width: 992px) {
  .footer-top .footer-col.second-col {
    max-width: 170px;
  }
}
.footer-top .footer-col p {
  font-size: 18px;
  color: #c4c4c4;
  font-family: "KarlaLight";
  margin-bottom: 15px;
  line-height: 26px;
}
.footer-top .footer-col p a {
  color: #c4c4c4;
  text-decoration: none;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.footer-top .footer-col p a:hover {
  color: #9e0404;
  text-decoration: underline;
}
.footer-top .footer-col p:last-of-type {
  margin-bottom: 0;
}
.footer-bottom {
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 992px) {
  .footer-bottom {
    padding: 2rem 0;
  }
}
@media (min-width: 1300px) {
  .footer-bottom {
    padding: 3rem 0;
  }
}
.footer-bottom .copy-right {
  font-size: 14px;
  color: #9a9a9a;
  font-family: "KarlaLight";
  margin-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom .copy-right {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer-bottom .copy-right {
    font-size: 18px;
  }
}
.footer-bottom .copy-right a {
  color: #9a9a9a;
}
.footer-bottom .copy-right a:hover {
  text-decoration: underline;
  color: #9e0404;
}
.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: 18px;
  color: #9a9a9a;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer-bottom .privacy-links {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
}
.footer-bottom .privacy-links a {
  font-size: 14px;
  color: #9a9a9a;
  font-family: "KarlaLight";
}
@media (min-width: 992px) {
  .footer-bottom .privacy-links a {
    font-size: 18px;
  }
}
.footer-bottom .privacy-links a:hover {
  text-decoration: underline;
  color: #9e0404;
}

.social-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;
  gap: 10px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  .social-links {
    margin-top: 95px;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.social-links a {
  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;
  color: #ffffff;
  font-size: 20px;
  background: #9e0404;
  width: 44px;
  height: 44px;
  transform: skew(-20deg);
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .social-links a {
    height: 58px;
  }
}
.social-links a:hover {
  color: #9e0404;
  background: #ffffff;
}
.social-links a .fa-brands {
  transform: skew(20deg);
}

.wpcf7-spinner {
  position: absolute;
}

.abou-pic-wrap {
  display: flex;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  gap: 15px;
  position: relative;
  padding-top: 10px;
}
.abou-pic-wrap .big-pic {
  padding-bottom: 60px;
}
.abou-pic-wrap::after {
  position: absolute;
  content: "";
  left: 58px;
  bottom: 0;
  width: 175px;
  height: 100%;
  background: rgba(145, 29, 19, 0.05);
  transform: skew(-20deg);
  z-index: -1;
}
@media (min-width: 576px) {
  .abou-pic-wrap::after {
    left: 75px;
    width: 200px;
  }
}
@media (min-width: 992px) {
  .abou-pic-wrap::after {
    width: 260px;
    left: 105px;
  }
}
@media (min-width: 1300px) {
  .abou-pic-wrap::after {
    width: 330px;
  }
}
.abou-pic-wrap .sml-pic {
  display: flex;
}

.about-cont {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .about-cont {
    padding-top: 0;
  }
}

.service-section {
  position: relative;
}
.service-section::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 50%;
  background: #ffffff;
  height: 100px;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 50%);
          clip-path: polygon(0 0, 100% 0, 100% 0%, 0 50%);
}
@media (min-width: 576px) {
  .service-section::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 0%, 0 100%);
  }
}
.service-section::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  background: #ffffff;
  height: 100px;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0 0);
          clip-path: polygon(0 0, 100% 0, 100% 50%, 0 0);
}
@media (min-width: 576px) {
  .service-section::after {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  }
}

.service-items .row:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .service-items .row:not(:last-child) {
    margin-bottom: 50px;
  }
}
@media (min-width: 992px) {
  .service-items .row:not(:last-child) {
    margin-bottom: 100px;
  }
}
.service-items .row:nth-child(2n) .col-md-7 {
  order: 1;
}
@media (min-width: 768px) {
  .service-items .row:nth-child(2n) .col-md-7 {
    order: 2;
  }
}
.service-items .row:nth-child(2n) .col-md-7 .serv-pic::after {
  left: auto;
  right: -15px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}
@media (min-width: 1200px) {
  .service-items .row:nth-child(2n) .col-md-7 .serv-pic::after {
    right: -35px;
  }
}
.service-items .row:nth-child(2n) .col-md-5 {
  order: 2;
}
@media (min-width: 768px) {
  .service-items .row:nth-child(2n) .col-md-5 {
    order: 1;
  }
}

.serv-pic {
  position: relative;
  z-index: 1;
}
.serv-pic::after {
  position: absolute;
  content: "";
  left: -15px;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 75%;
  background: rgba(145, 29, 19, 0.05);
  -webkit-clip-path: polygon(10% 0, 100% 0, 85% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 85% 100%, 0 100%);
  margin: auto;
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .serv-pic::after {
    display: block;
  }
}
@media (min-width: 992px) {
  .serv-pic::after {
    height: 320px;
  }
}
@media (min-width: 1200px) {
  .serv-pic::after {
    left: -35px;
  }
}
.serv-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .serv-pic img {
    -webkit-clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
            clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  }
}

.srv-cont {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .srv-cont {
    padding-top: 0;
  }
}
.srv-cont p {
  color: #494949;
}
.srv-cont p:last-of-type {
  margin-bottom: 0;
}

.choose-card {
  position: relative;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .choose-card {
    height: 100%;
    margin-bottom: 0;
  }
}
.choose-card::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0;
  width: 180px;
  height: 500px;
  background: rgba(145, 29, 19, 0.05);
  transform: skew(-12deg);
  z-index: -1;
  display: none;
}
@media (min-width: 768px) {
  .choose-card::after {
    display: block;
  }
}
@media (min-width: 992px) {
  .choose-card::after {
    left: 50px;
    width: 227px;
    transform: skew(-20deg);
  }
}
.choose-card-icon {
  width: 174px;
  height: 150px;
  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;
  border: 1px solid #9e0404;
  transition: all 0.5s;
  background: #ffffff;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .choose-card-icon {
    margin: 0 0 20px;
    transform: skew(-12deg);
  }
}
@media (min-width: 992px) {
  .choose-card-icon {
    margin-left: 70px;
    margin-bottom: 40px;
    height: 233px;
    transform: skew(-20deg);
  }
}
@media (min-width: 768px) {
  .choose-card-icon .icon {
    transform: skew(20deg);
  }
}
@media (min-width: 768px) {
  .choose-card-cont {
    max-width: 350px;
  }
}
.choose-card-cont p {
  font-family: "KarlaRegular";
  color: #303030;
  line-height: 28px;
}
.choose-card-cont p:last-of-type {
  margin-bottom: 0;
}
.choose-card:hover .choose-card-icon {
  background: #9e0404;
}
.choose-card:hover .choose-card-icon .icon img {
  filter: brightness(0) invert(1);
}

.get-started-sec {
  position: relative;
  z-index: 2;
}

.get-started-bg {
  background: #9e0404;
  padding: 40px 0 55px;
  position: relative;
}
@media (min-width: 576px) {
  .get-started-bg {
    background: url("../images/red-bg.webp") no-repeat 0 0;
    background-size: 100% 100%;
  }
}
@media (min-width: 992px) {
  .get-started-bg {
    padding: 70px 0 55px;
  }
}
.get-started-bg .get-started-cont {
  padding: 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .get-started-bg .get-started-cont {
    max-width: 480px;
    margin: 0 auto;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .get-started-bg .get-started-cont {
    max-width: 610px;
  }
}
.get-started-bg .get-started-cont h3 {
  color: #ffffff;
  font-size: 26px;
  line-height: 32px;
}
@media (min-width: 414px) {
  .get-started-bg .get-started-cont h3 {
    font-size: 30px;
    line-height: 38px;
  }
}
@media (min-width: 576px) {
  .get-started-bg .get-started-cont h3 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (min-width: 1200px) {
  .get-started-bg .get-started-cont h3 {
    font-size: 48px;
    line-height: 55px;
  }
}
@media (min-width: 1300px) {
  .get-started-bg .get-started-cont h3 {
    font-size: 58px;
    line-height: 65px;
  }
}
.get-started-bg .get-started-cont p {
  color: #f1cdca;
  font-family: "KarlaRegular";
  margin-bottom: 30px;
}
.get-started-bg .figure1,
.get-started-bg .figure2,
.get-started-bg .figure3,
.get-started-bg .figure4 {
  position: absolute;
  display: flex;
}
.get-started-bg .figure1 {
  left: 55px;
  bottom: 0;
  max-width: 50px;
}
@media (min-width: 768px) {
  .get-started-bg .figure1 {
    left: 100px;
    max-width: 100px;
  }
}
@media (min-width: 992px) {
  .get-started-bg .figure1 {
    left: 100px;
    max-width: none;
  }
}
.get-started-bg .figure2 {
  right: 60px;
  bottom: -4px;
  max-width: 40px;
}
@media (min-width: 768px) {
  .get-started-bg .figure2 {
    max-width: none;
    bottom: -6px;
  }
}
@media (min-width: 992px) {
  .get-started-bg .figure2 {
    right: 160px;
  }
}
.get-started-bg .figure3 {
  display: none;
}
@media (min-width: 576px) {
  .get-started-bg .figure3 {
    right: -130px;
    bottom: 88px;
    max-width: 150px;
    display: block;
  }
}
@media (min-width: 768px) {
  .get-started-bg .figure3 {
    right: -112px;
    bottom: 82px;
  }
}
@media (min-width: 812px) {
  .get-started-bg .figure3 {
    bottom: 84px;
  }
}
@media (min-width: 992px) {
  .get-started-bg .figure3 {
    right: -40px;
    bottom: 75px;
  }
}
@media (min-width: 1200px) {
  .get-started-bg .figure3 {
    right: -87px;
    max-width: 210px;
  }
}
@media (min-width: 1300px) {
  .get-started-bg .figure3 {
    right: -150px;
    bottom: 70px;
    max-width: none;
  }
}
@media (min-width: 1400px) {
  .get-started-bg .figure3 {
    bottom: 60px;
  }
}
@media (min-width: 1600px) {
  .get-started-bg .figure3 {
    bottom: 75px;
  }
}
@media (min-width: 1700px) {
  .get-started-bg .figure3 {
    right: -280px;
  }
}/*# sourceMappingURL=style.css.map */