@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

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

body {
  background-color: #253D91;
}

.container {
  width: 100%;
  max-width: 1860px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Montserrat";
  border-radius: 8px;
  padding: 15px 16px;
  border: none !important;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #e8e8e8;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #e8e8e8;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #e8e8e8;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #e8e8e8;
}

.section-spacing {
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 1199px) {
  .section-spacing {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .section-spacing {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-spacing {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.section-margin-bottom {
  margin-bottom: 140px;
}
@media (max-width: 1199px) {
  .section-margin-bottom {
    margin-bottom: 100px;
  }
}
@media (max-width: 1024px) {
  .section-margin-bottom {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .section-margin-bottom {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-margin-bottom {
    margin-bottom: 50px;
  }
}

.section-ifram_embed_code iframe {
  width: 100%;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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,
menu,
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,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

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

[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 150%;
  margin: 0;
}

.post,
.page {
  margin: 0;
}

p {
  font-family: "Montserrat";
  font-weight: 400;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 150%;
}
p:not(:last-child) {
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
}

h1,
.h1 {
  font-family: "Montserrat";
  font-size: 62px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 52px;
  }
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}

h2,
.h2 {
  font-family: "Montserrat";
  font-size: 52px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 42px;
  }
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 30px;
  }
}

h3,
.h3 {
  font-family: "Montserrat";
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 28px;
  }
}

h4,
.h4 {
  font-family: "Montserrat";
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 26px;
  }
}

h5,
.h5 {
  font-family: "Montserrat";
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  h5,
  .h5 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 22px;
  }
}

h6,
.h6 {
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1199px) {
  h6,
  .h6 {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  h6,
  .h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

.site-header {
  position: fixed;
  z-index: 9;
  width: 100%;
  top: 0px;
  transition: all 0.3s linear;
}
@media (min-width: 1401px) {
  .site-header.sticky-top {
    top: 0;
    background-color: #1B348B;
    -webkit-animation: bar 1s ease;
  }
}
@media (max-width: 1400px) {
  .site-header {
    background-color: #1B348B;
  }
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-flow: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1400px) {
  .site-header .container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1401px) {
  .site-header .menu-toggle {
    display: none;
  }
}
@media (max-width: 1400px) {
  .site-header .menu-toggle {
    width: 28px;
    height: 30px;
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
  }
  .site-header .menu-toggle > div {
    width: 100%;
    height: 3px;
    background: #ffffff;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  .site-header .menu-toggle[aria-expanded=true] > div.one {
    transform: rotate(45deg) translate(2px, 3px);
  }
  .site-header .menu-toggle[aria-expanded=true] > div.two {
    opacity: 0;
  }
  .site-header .menu-toggle[aria-expanded=true] > div.three {
    transform: rotate(-45deg) translate(7px, -8px);
  }
}
@media (min-width: 1401px) {
  .site-header .mobile {
    display: none;
  }
}
@media (max-width: 1400px) {
  .site-header .desktop {
    display: none;
  }
}
.site-header .main-navigation {
  width: auto;
}
.site-header .main-navigation.toggled .menu-wrapper {
  transform: translateX(0);
}
.site-header ul.menu {
  display: flex !important;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media (max-width: 1600px) {
  .site-header ul.menu {
    gap: 20px;
  }
}
@media (max-width: 1400px) {
  .site-header ul.menu {
    flex-flow: column;
    gap: 30px;
    align-items: flex-start;
  }
}
@media (max-width: 1400px) {
  .site-header ul.menu li {
    width: 100%;
  }
}
.site-header ul.menu li a {
  font-weight: 500;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  padding-bottom: 5px;
}
@media (max-width: 1500px) {
  .site-header ul.menu li a {
    font-size: 14px;
  }
}
.site-header ul.menu li a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: #ffffff;
  transition: all 0.5s linear;
}
.site-header ul.menu li a:hover:before {
  width: 100%;
}
.site-header ul.menu li.current_page_item a:before {
  width: 100%;
}
.site-header .button-wrap .btn {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1600px) {
  .site-header .button-wrap .btn {
    font-size: 16px;
    padding: 15px;
  }
}
@media (max-width: 1500px) {
  .site-header .button-wrap .btn {
    font-size: 14px;
    padding: 10px;
  }
}
.site-header .site-branding {
  line-height: 0;
}
@media (max-width: 1400px) {
  .site-header .site-branding .custom-logo {
    max-height: 50px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 991px) {
  .site-header .site-branding .custom-logo {
    max-height: 40px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
@media (max-width: 1400px) {
  .site-header .menu-wrapper {
    position: fixed;
    right: 0;
    top: 90px;
    width: 300px;
    height: calc(100vh - 90px);
    background-color: #1B348B;
    transform: translateX(100%);
    transition: all 0.5s linear;
    padding: 30px 15px;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    overflow: auto;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .site-header .menu-wrapper {
    top: 80px;
    height: calc(100vh - 80px);
  }
}

@keyframes bar {
  0% {
    top: -100px;
  }
  100% {
    top: 0%;
  }
}
footer {
  display: flex;
  flex-flow: column;
  padding-top: 120px;
}
@media (max-width: 1199px) {
  footer {
    padding-top: 90px;
  }
}
footer .footer-wrapper {
  background: #1B348B;
  z-index: 0;
  position: relative;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
footer .inner-footer {
  max-width: 1600px;
  margin: 0 auto;
}
footer .footer-info {
  position: relative;
  margin-top: -120px;
  background: #253D91;
  border-radius: 20px;
  padding: 77px 60px 70px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background-image: url(../images/footer-info.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
}
@media (max-width: 1199px) {
  footer .footer-info {
    margin-top: -90px;
    padding: 50px;
  }
}
@media (max-width: 991px) {
  footer .footer-info {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  footer .footer-info {
    flex-flow: column;
    text-align: center;
  }
}
footer .footer-info h6 {
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 18px;
}
footer .footer-info h3 {
  color: #ffffff;
}
footer .footer-info a {
  color: #ffffff;
  position: relative;
  padding-bottom: 5px;
}
footer .footer-info a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background-color: #ffffff;
  transition: all 0.5s linear;
}
footer .footer-info a:hover:after {
  width: 100%;
}
footer .footer-info .right-content {
  text-align: right;
}
@media (max-width: 767px) {
  footer .footer-info .right-content {
    text-align: center;
  }
}
footer .footer-info .middel-content {
  line-height: 0;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  footer .footer-info .middel-content {
    top: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-info .middel-content {
    text-align: center;
    position: unset;
    transform: none;
  }
}
@media (max-width: 1199px) {
  footer .footer-info .middel-content img {
    max-width: 80%;
  }
}
footer .footer-navigation {
  padding-top: 110px;
  padding-bottom: 50px;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1400px) {
  footer .footer-navigation {
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  footer .footer-navigation {
    padding-top: 80px;
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  footer .footer-navigation {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  footer .footer-navigation {
    padding-top: 30px;
  }
}
footer .footer-col-left {
  width: 100%;
  max-width: calc(29% - 30px);
}
@media (max-width: 1400px) {
  footer .footer-col-left {
    max-width: calc(29% - 15px);
  }
}
@media (max-width: 1024px) {
  footer .footer-col-left {
    max-width: 100%;
  }
}
footer .footer-col-right {
  width: 100%;
  max-width: calc(71% - 30px);
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1400px) {
  footer .footer-col-right {
    max-width: calc(71% - 15px);
  }
}
@media (max-width: 1024px) {
  footer .footer-col-right {
    max-width: 100%;
  }
}
footer .footer-col-right .footer-col {
  width: 100%;
  max-width: calc(33.33% - 20px);
}
@media (max-width: 767px) {
  footer .footer-col-right .footer-col {
    max-width: 100%;
  }
}
footer .footer-col-right .footer-col:last-child li:last-child a {
  word-break: break-all;
}
footer .footer-col-right h6 {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  footer .footer-col-right h6 {
    font-size: 20px;
  }
}
footer .footer-col-right ul {
  list-style: none;
}
footer .footer-col-right ul li {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.6980392157);
  display: flex;
  align-items: center;
  gap: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1199px) {
  footer .footer-col-right ul li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
footer .footer-col-right ul li img {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-col-right ul a {
  color: rgba(255, 255, 255, 0.6980392157);
  position: relative;
  padding-bottom: 5px;
}
footer .footer-col-right ul a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: "";
  background: #ffffff;
  transition: all 0.5s linear;
}
footer .footer-col-right ul a:hover:after {
  width: 100%;
}
footer .footer-logo {
  line-height: 0;
  margin-bottom: 20px;
}
footer .footer-discription {
  margin-bottom: 35px;
}
@media (max-width: 1199px) {
  footer .footer-discription {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  footer .footer-discription {
    margin-bottom: 20px;
  }
}
footer .footer-discription p {
  color: rgba(255, 255, 255, 0.6980392157);
}
footer .footer-social ul {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
}
footer .footer-social ul li {
  line-height: 0;
}
footer .footer-social ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  transition: all 0.3s linear;
}
footer .footer-social ul li a:hover {
  transform: scale(0.9);
}
footer .copyright {
  background: #253D91;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
}
@media (max-width: 991px) {
  footer .copyright {
    padding: 10px 0;
  }
}
footer .copyright p {
  width: 100%;
  max-width: 1800px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 27px;
  font-family: "DM Sans";
}
@media (max-width: 1199px) {
  footer .copyright p {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 999;
}
.back-to-top a {
  width: 62px;
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1.48px solid #FFFFFF;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  transition: all 0.5s linear;
  display: none;
}
.back-to-top a.show {
  display: flex;
}
.back-to-top a:hover {
  transform: scale(0.9);
}
.back-to-top img {
  width: 15px;
  height: 15px;
  transform: rotate(180deg);
}

.btn {
  padding: 16px 18px 16px 18px;
  font-size: 18px;
  line-height: 100%;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 600;
  border: 1px solid #F04D23;
  font-family: "Montserrat";
  background: #F04D23;
  display: inline-block;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn::before {
  position: absolute;
  bottom: -100%;
  left: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #1B348B;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 6px;
}
.btn:hover {
  color: #ffffff;
}
.btn:hover::before {
  bottom: 0;
  color: inherit;
}
.btn.alternate {
  background-color: #1B348B;
  border-color: #1B348B;
}
.btn.alternate::before {
  background-color: #F04D23;
}

a:visited {
  color: #ffffff;
}

.home-hero {
  padding-top: 245px;
  padding-bottom: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .home-hero {
    padding-top: 190px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1024x) {
  .home-hero {
    padding-top: 170px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .home-hero {
    padding-top: 140px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .home-hero {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}
.home-hero:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
  z-index: -1;
  content: "";
}
.home-hero .inner-html {
  max-width: 1656px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-flow: wrap;
}
.home-hero .content-wrap {
  width: 100%;
  max-width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .home-hero .content-wrap {
    max-width: 100%;
  }
}
.home-hero .content-wrap h1 {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.home-hero .content-wrap p {
  max-width: 649px;
  color: #FFFFFF;
  font-size: 22px;
  margin: 0;
}
@media (max-width: 1199px) {
  .home-hero .content-wrap p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .home-hero .content-wrap p {
    font-size: 18px;
  }
}
.home-hero .content-wrap .button-wrap {
  margin-top: 35px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-flow: wrap;
}
.home-hero .content-wrap .button-wrap a:last-child {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 10px;
  color: #ffffff;
}
.home-hero .content-wrap .button-wrap a:last-child:hover {
  text-decoration: underline;
}
.home-hero .form-wrapper {
  width: 100%;
  max-width: calc(50% - 25px);
}
@media (max-width: 991px) {
  .home-hero .form-wrapper {
    max-width: 100%;
  }
}
.home-hero .form-wrapper .gform-theme {
  background: rgba(255, 255, 255, 0.1215686275);
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  padding: 20px;
  border-radius: 10px;
  max-width: 420px;
  margin-left: auto;
}
@media (max-width: 991px) {
  .home-hero .form-wrapper .gform-theme {
    max-width: 100%;
  }
}
.home-hero .form-wrapper .gform_heading {
  margin-bottom: 30px;
}
.home-hero .form-wrapper .gform_heading h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .home-hero .form-wrapper .gform_heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .home-hero .form-wrapper .gform_heading h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .home-hero .form-wrapper .gform_heading h2 {
    font-size: 26px;
  }
}
.home-hero .form-wrapper .gform-body .gform_fields {
  gap: 0;
}
.home-hero .form-wrapper .gform-body .gform_fields .gfield {
  margin-bottom: 20px;
}
.home-hero .form-wrapper .gform-body .gform_fields .gfield.gfield--type-html {
  margin: 0;
  color: #ffffff;
  font-size: 12px;
  line-height: 140%;
  font-weight: 500;
}
.home-hero .form-wrapper .gform-body .gform_fields .gfield label {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-flow: wrap;
  gap: 10px;
}
.home-hero .form-wrapper .gform-body .gform_fields .gfield label .gfield_required {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.home-hero .form-wrapper .gform-body .gform_fields .gfield select {
  background: transparent;
  border: 1px solid #CCCCCC !important;
  padding: 13px 16px !important;
  height: auto;
  color: #ffffff;
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  border-radius: 5px;
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/drop-down.svg);
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-size: auto;
}
.home-hero .form-wrapper .gform-footer {
  margin-top: 30px;
}
.home-hero .form-wrapper .gform-footer .gform_button {
  padding: 16px 18px 16px 18px !important;
  font-size: 18px !important;
  line-height: 100% !important;
  color: #ffffff !important;
  border-radius: 6px !important;
  font-weight: 600 !important;
  border: 1px solid #F04D23 !important;
  font-family: "Montserrat" !important;
  background: #F04D23 !important;
  display: inline-block !important;
  transition: all 0.5s !important;
  position: relative !important;
  overflow: hidden !important;
  z-index: 0 !important;
  width: 100% !important;
}
.home-hero .gform_confirmation_message {
  color: #ffffff;
  text-align: center;
}

.two-shape-images {
  overflow-x: clip;
}
.two-shape-images .inner-html {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
}
@media (max-width: 1024px) {
  .two-shape-images .inner-html {
    flex-direction: column-reverse;
  }
}
.two-shape-images .left-content {
  width: 100%;
  max-width: calc(67% - 15px);
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media (max-width: 1199px) {
  .two-shape-images .left-content {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .two-shape-images .left-content {
    max-width: 100%;
    gap: 30px;
  }
}
.two-shape-images .left-content .title h3 {
  color: #FFFFFF;
  line-height: 140%;
  font-weight: 600;
  max-width: 622px;
}
@media (max-width: 1024px) {
  .two-shape-images .left-content .title h3 {
    max-width: 100%;
  }
}
.two-shape-images .left-content .content {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
}
.two-shape-images .left-content .content > div {
  width: 100%;
  max-width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .two-shape-images .left-content .content > div {
    max-width: 100%;
  }
}
.two-shape-images .left-content .content > .img-wrap {
  line-height: 0;
}
.two-shape-images .left-content .content > .img-wrap img {
  aspect-ratio: 1/1.22;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../images/driving-2.png);
  mask-image: url(../images/driving-2.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 100%;
  height: 100%;
}
.two-shape-images .left-content .content .text-wrap {
  display: flex;
  flex-flow: column;
  gap: 26px;
}
@media (max-width: 1199px) {
  .two-shape-images .left-content .content .text-wrap {
    gap: 20px;
  }
}
.two-shape-images .right-content {
  width: 100%;
  max-width: calc(33% - 15px);
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .two-shape-images .right-content {
    max-width: 100%;
  }
}
.two-shape-images .right-content .img-wrapper {
  line-height: 0;
}
.two-shape-images .right-content .img-wrapper::after {
  position: absolute;
  right: -50%;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/Rectangle.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
@media (max-width: 1024px) {
  .two-shape-images .right-content .img-wrapper::after {
    right: -80px;
    bottom: -80px;
  }
}
.two-shape-images .right-content .img-wrapper img {
  aspect-ratio: 1/1.22;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../images/driving-2.png);
  mask-image: url(../images/driving-2.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  width: 100%;
  height: 100%;
}
.two-shape-images .heading {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.two-shape-images .heading p {
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
}
.two-shape-images .heading h3 {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 16px;
}
.two-shape-images .description {
  color: #ffffff;
}
.two-shape-images .footer-text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: wrap;
}
.two-shape-images .footer-text .img-wrap {
  padding: 0 30px;
  width: auto;
  max-width: 50%;
  border-right: 2px solid #ffffff;
  line-height: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .two-shape-images .footer-text .img-wrap {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .two-shape-images .footer-text .img-wrap {
    padding: 0 10px;
  }
}
.two-shape-images .footer-text .user {
  width: auto;
  padding: 0 30px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  text-align: center;
}
@media (max-width: 1199px) {
  .two-shape-images .footer-text .user {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .two-shape-images .footer-text .user {
    padding: 0 10px;
  }
}
.two-shape-images .footer-text .user .name p {
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 100%;
}
.two-shape-images .footer-text .user .position p {
  color: #ffffff;
  font-size: 14px;
  line-height: 100%;
  font-family: "DM Sans";
}
.two-shape-images.single .inner-html {
  gap: 60px;
}
@media (max-width: 1199px) {
  .two-shape-images.single .inner-html {
    gap: 30px;
  }
}
.two-shape-images.single .left-content {
  max-width: calc(67% - 30px);
}
@media (max-width: 1199px) {
  .two-shape-images.single .left-content {
    max-width: calc(67% - 15px);
  }
}
@media (max-width: 1024px) {
  .two-shape-images.single .left-content {
    max-width: 100%;
  }
}
.two-shape-images.single .left-content .content > .img-wrap {
  display: none;
}
.two-shape-images.single .left-content .content .text-wrap {
  max-width: 100%;
}
.two-shape-images.single .right-content {
  max-width: calc(33% - 30px);
}
@media (max-width: 1199px) {
  .two-shape-images.single .right-content {
    max-width: calc(33% - 15px);
  }
}
@media (max-width: 1024px) {
  .two-shape-images.single .right-content {
    max-width: 100%;
  }
}

.image-with-list {
  overflow-x: clip;
}
.image-with-list .inner-html {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
}
.image-with-list .img-wrap {
  width: 50%;
  line-height: 0;
}
@media (max-width: 991px) {
  .image-with-list .img-wrap {
    width: 100%;
  }
}
.image-with-list .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/0.84;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 991px) {
  .image-with-list .img-wrap img {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
.image-with-list .list-wrap {
  width: 50%;
  background: #1B348B;
  border-radius: 20px;
  padding: 60px 100px;
  display: flex;
  flex-flow: column;
  gap: 40px;
  position: relative;
  left: -90px;
  position: relative;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
@media (max-width: 1800px) {
  .image-with-list .list-wrap {
    padding: 60px;
  }
}
@media (max-width: 1600px) {
  .image-with-list .list-wrap {
    padding: 50px;
  }
}
@media (max-width: 1199px) {
  .image-with-list .list-wrap {
    left: -20px;
    padding: 30px;
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .image-with-list .list-wrap {
    width: 95%;
    left: 0;
    top: -20px;
    margin: 0 auto;
  }
}
.image-with-list .list-wrap:after {
  position: absolute;
  right: -21%;
  bottom: -25%;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/Rectangle.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
.image-with-list .list-wrap .title {
  max-width: 653px;
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.image-with-list .list-wrap .title p {
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
}
.image-with-list .list-wrap .title h3 {
  color: #ffffff;
}
.image-with-list .list-wrap .list {
  display: flex;
  flex-flow: column;
  gap: 70px;
  list-style: none;
}
@media (max-width: 1600px) {
  .image-with-list .list-wrap .list {
    gap: 50px;
  }
}
@media (max-width: 1199px) {
  .image-with-list .list-wrap .list {
    gap: 30px;
  }
}
.image-with-list .list-wrap .list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
  position: relative;
}
@media (max-width: 1199px) {
  .image-with-list .list-wrap .list li {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .image-with-list .list-wrap .list li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.image-with-list .list-wrap .list li:last-child .img-wrapper:after {
  display: none;
}
.image-with-list .list-wrap .list .img-wrapper:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 190%;
  border: 1px dashed #ffffff;
  bottom: 0;
  left: 50%;
  top: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .image-with-list .list-wrap .list .img-wrapper:after {
    display: none;
  }
}
.image-with-list .list-wrap .list.check {
  gap: 20px;
}
.image-with-list .list-wrap .list.check .img-wrapper {
  width: 24px;
  height: 24px;
  border: none;
  background: transparent;
}
.image-with-list .list-wrap .list.check .img-wrapper::after {
  display: none;
}
.image-with-list .list-wrap .list.check li {
  gap: 20px;
  flex-direction: row;
}
.image-with-list .list-wrap .list.check .text-wrapper {
  max-width: calc(100% - 44px);
}
.image-with-list .list-wrap .img-wrapper {
  width: 80px;
  height: 80px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  line-height: 0;
  position: relative;
  z-index: 0;
  background: #1B348B;
}
@media (max-width: 1199px) {
  .image-with-list .list-wrap .img-wrapper {
    width: 60px;
    height: 60px;
  }
}
.image-with-list .list-wrap .text-wrapper {
  width: 100%;
  max-width: calc(100% - 110px);
  display: flex;
  flex-flow: column;
  gap: 10px;
}
@media (max-width: 1199px) {
  .image-with-list .list-wrap .text-wrapper {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .image-with-list .list-wrap .text-wrapper {
    max-width: 100%;
  }
}
.image-with-list .list-wrap .text-wrapper h6 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .image-with-list .list-wrap .text-wrapper h6 {
    font-size: 20px;
  }
}
.image-with-list .list-wrap .text-wrapper p {
  color: #ffffff;
}
.image-with-list .container-right {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.image-with-list.right-image .inner-html {
  flex-direction: row-reverse;
}
.image-with-list.right-image .img-wrap {
  position: relative;
}
.image-with-list.right-image .img-wrap:after {
  position: absolute;
  right: -21%;
  bottom: -15%;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/Rectangle.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
.image-with-list.right-image .img-wrap img {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 991px) {
  .image-with-list.right-image .img-wrap img {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 20px;
  }
}
.image-with-list.right-image .list-wrap {
  left: 90px;
}
@media (max-width: 1199px) {
  .image-with-list.right-image .list-wrap {
    left: 20px;
  }
}
@media (max-width: 991px) {
  .image-with-list.right-image .list-wrap {
    left: 0;
  }
}
.image-with-list.right-image .list-wrap:after {
  display: none;
}

.two-horizontal-cards .inner-html {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
}
.two-horizontal-cards .card {
  width: 100%;
  max-width: calc(50% - 15px);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-flow: wrap;
}
@media (max-width: 1199px) {
  .two-horizontal-cards .card {
    max-width: 100%;
  }
}
.two-horizontal-cards .card-image {
  width: 100%;
  max-width: 290px;
  line-height: 0;
}
@media (max-width: 767px) {
  .two-horizontal-cards .card-image {
    max-width: 100%;
  }
}
.two-horizontal-cards .card-image img {
  aspect-ratio: 1/1.276;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
@media (max-width: 767px) {
  .two-horizontal-cards .card-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
  }
}
.two-horizontal-cards .card-content {
  width: 100%;
  max-width: calc(100% - 290px);
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .two-horizontal-cards .card-content {
    max-width: 100%;
  }
}
.two-horizontal-cards .card-content-inner {
  background: #1B348B;
  z-index: 0;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  padding: 40px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 100%;
}
@media (max-width: 1600px) {
  .two-horizontal-cards .card-content-inner {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .two-horizontal-cards .card-content-inner {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 20px;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
  .two-horizontal-cards .card-content-inner {
    padding: 30px 20px;
  }
}
.two-horizontal-cards .card-content-inner:after {
  position: absolute;
  bottom: -30px;
  right: 100px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/card-shape.png);
  background-position: right bottom;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1600px) {
  .two-horizontal-cards .card-content-inner:after {
    right: 30px;
    bottom: -70px;
  }
}
.two-horizontal-cards .card-header {
  display: flex;
  flex-flow: column;
  gap: 6px;
  margin-bottom: 20px;
}
.two-horizontal-cards .card-header p {
  margin: 0;
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
}
.two-horizontal-cards .card-header h4 {
  color: #ffffff;
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
  .two-horizontal-cards .card-header h4 {
    font-size: 24px;
  }
}
.two-horizontal-cards .card-description p {
  color: #ffffff;
}
.two-horizontal-cards .card-btn {
  margin-top: 40px;
  line-height: 0;
}
@media (max-width: 1600px) {
  .two-horizontal-cards .card-btn {
    margin-top: 20px;
  }
}
@media screen and (min-device-width: 1200px) and (max-device-width: 1440px) {
  .two-horizontal-cards .card-btn .btn {
    font-size: 16px;
  }
}

.services {
  overflow-x: clip;
}
.services .inner-html {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.services .service-title {
  display: flex;
  flex-flow: column;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
.services .service-title p {
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 100%;
}
.services .service-title h3 {
  color: #ffffff;
}
.services .service-content {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 60px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .services .service-content {
    row-gap: 30px;
  }
}
.services .service-content:after {
  position: absolute;
  bottom: 0px;
  left: -21%;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/service-box-bg.png);
  background-position: left bottom;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.services .service-box {
  width: 100%;
  max-width: calc(33.33% - 20px);
  background: #1B348B;
  z-index: 0;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media (max-width: 1199px) {
  .services .service-box {
    gap: 30px;
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  .services .service-box {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .services .service-box {
    max-width: 100%;
  }
}
.services .service-box-icon {
  line-height: 0;
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .services .service-box-icon {
    width: 60px;
    height: 60px;
  }
}
.services .service-box-title {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.services .service-box-title h6 {
  color: #ffffff;
}
.services .service-box-title p {
  color: #ffffff;
}

.accordian-with-title {
  position: relative;
  z-index: 0;
}
.accordian-with-title:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/accordian.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom left;
  z-index: -1;
}
.accordian-with-title .inner-html {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.accordian-with-title .accordian-title h3 {
  color: #ffffff;
  text-align: center;
}
.accordian-with-title .accordion-header {
  padding: 30px;
  cursor: pointer;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: #ffffff;
}
@media (max-width: 1600px) {
  .accordian-with-title .accordion-header {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .accordian-with-title .accordion-header {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .accordian-with-title .accordion-header {
    font-size: 18px;
    padding: 20px;
  }
}
.accordian-with-title .accordion-content {
  display: none;
  border-top: 1px solid #FFFFFF;
  margin: 0 30px;
}
@media (max-width: 1199px) {
  .accordian-with-title .accordion-content {
    margin: 0 20px;
  }
}
.accordian-with-title .accordion {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .accordian-with-title .accordion {
    gap: 20px;
  }
}
.accordian-with-title .accordion-item {
  background: #1B348B;
  z-index: 0;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  border-radius: 20px;
}
.accordian-with-title .accordion-content p {
  margin: 15px 0 30px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .accordian-with-title .accordion-content p {
    margin: 15px 0 20px;
  }
}

.partner-logos .logo-wrap {
  line-height: 0;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 0 20px;
}
.partner-logos .slick-arrow {
  display: none !important;
}
.partner-logos .slick-dots {
  display: none;
}
@media (max-width: 1024px) {
  .partner-logos .slick-dots {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    list-style: none;
    margin-top: 40px;
  }
  .partner-logos .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #ffffff;
    opacity: 0.2;
  }
  .partner-logos .slick-dots li.slick-active {
    opacity: 1;
  }
  .partner-logos .slick-dots li button {
    display: none;
  }
}

.packages {
  position: relative;
  overflow-x: clip;
  z-index: 0;
}
.packages:after {
  position: absolute;
  bottom: -160px;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/packages.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
@media (max-width: 1199px) {
  .packages:after {
    bottom: -100px;
  }
}
@media (max-width: 1024px) {
  .packages:after {
    bottom: -80px;
  }
}
@media (max-width: 991px) {
  .packages:after {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .packages:after {
    bottom: -50px;
  }
}
.packages .inner-html {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.packages .packages-title h3 {
  text-align: center;
  color: #ffffff;
}
.packages .packages-lable span {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.packages .packages-badge {
  background: #F04D23;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 999px;
  box-shadow: 0px 0px 3px 3px rgba(225, 101, 64, 0.1019607843);
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  color: #ffffff;
}
.packages .packages-heading {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-end;
}
.packages .packages-heading h3 {
  color: #ffffff;
  font-weight: 600;
}
.packages .packages-heading span {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
}
.packages .packages-btn-wrap {
  line-height: 0;
}
.packages .packages-btn-wrap .btn {
  width: 100%;
  text-align: center;
  border-radius: 8px;
  padding: 8px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  background: #FFFFFF;
  border-color: #ffffff;
}
.packages .packages-btn-wrap .btn:hover {
  color: #ffffff;
}
.packages .packages-btn-wrap .btn:before {
  background: #253D91;
}
.packages .packages-card-item {
  width: 100%;
  max-width: calc(25% - 23px);
  background: rgba(255, 255, 255, 0.1019607843);
  border-radius: 16px;
  transition: all 0.3s linear;
}
@media (max-width: 1440px) {
  .packages .packages-card-item {
    max-width: calc(25% - 15px);
  }
}
@media (max-width: 1199px) {
  .packages .packages-card-item {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .packages .packages-card-item {
    max-width: 100%;
  }
}
.packages .packages-card-item:hover {
  background-color: #F04D23;
  box-shadow: 0 -8px 0 0 #4A4340;
}
.packages .packages-card-item:hover hr {
  width: 100%;
  border-top: 2px solid #ffffff;
}
.packages .packages-cards {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-flow: wrap;
}
@media (max-width: 1440px) {
  .packages .packages-cards {
    gap: 20px;
  }
}
.packages .packages-card-top {
  padding: 32px 24px 16px;
}
.packages .packages-lable {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.packages .packages-card-bottom {
  padding: 24px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.packages .packages-card-bottom p {
  margin: 0;
  color: #ffffff;
}
.packages ul {
  list-style: none;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.packages ul li {
  color: #ffffff;
  padding-left: 26px;
  position: relative;
}
.packages ul li:before {
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  content: "";
  background-image: url(../images/checkbox.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.packages hr {
  background-color: transparent;
  height: 1px;
  margin: 0 auto;
  width: calc(100% - 48px);
  border: none;
  border-top: 2px dotted #ffffff;
  transition: all 0.3s linear;
}

.bg-shape {
  margin-top: -150px;
  position: relative;
  z-index: 2;
  background: linear-gradient(0deg, #253D91 49.82%, rgba(37, 61, 145, 0) 94.21%);
  height: auto;
  min-height: 150px;
}
@media (max-width: 1199px) {
  .bg-shape {
    margin-top: -100px;
  }
}
@media (max-width: 991px) {
  .bg-shape {
    margin-top: -50px;
    min-height: 100px;
  }
}
.bg-shape .img-wrap {
  opacity: 0;
}

.card-with-list {
  overflow-x: clip;
  position: relative;
  z-index: 0;
}
.card-with-list::after {
  position: absolute;
  bottom: -200px;
  left: 30px;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/card-with-list.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
@media (max-width: 1600px) {
  .card-with-list::after {
    left: 0;
  }
}
@media (max-width: 1199px) {
  .card-with-list::after {
    left: 0;
  }
}
@media (max-width: 1024px) {
  .card-with-list::after {
    bottom: -80px;
  }
}
@media (max-width: 991px) {
  .card-with-list::after {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .card-with-list::after {
    bottom: -50px;
  }
}
.card-with-list .inner-html {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 60px;
  flex-flow: wrap;
}
@media (max-width: 1440px) {
  .card-with-list .inner-html {
    gap: 30px;
  }
}
.card-with-list .card-part {
  width: 100%;
  max-width: calc(29% - 30px);
  padding: 30px;
  border-radius: 20px;
  background-image: url(../images/card-bg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .card-with-list .card-part {
    max-width: calc(33% - 15px);
  }
}
@media (max-width: 1199px) {
  .card-with-list .card-part {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .card-with-list .card-part {
    max-width: 100%;
    gap: 50px;
  }
}
.card-with-list .list-part {
  width: 100%;
  max-width: calc(71% - 30px);
  padding: 50px 0;
}
@media (max-width: 1440px) {
  .card-with-list .list-part {
    max-width: calc(67% - 15px);
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  .card-with-list .list-part {
    max-width: 100%;
  }
}
.card-with-list .list-part .list {
  display: flex;
  align-items: stretch;
  flex-flow: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 50px;
  list-style: none;
}
@media (max-width: 1440px) {
  .card-with-list .list-part .list {
    row-gap: 30px;
  }
}
@media (max-width: 1024px) {
  .card-with-list .list-part .list {
    row-gap: 20px;
  }
}
.card-with-list .list-part li {
  width: 100%;
  max-width: calc(50% - 15px);
  display: flex;
  align-items: center;
  gap: 20px;
  flex-flow: wrap;
}
@media (max-width: 1199px) {
  .card-with-list .list-part li {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .card-with-list .list-part li {
    max-width: 100%;
  }
}
.card-with-list .list-part .img-wrapper {
  width: 80px;
  height: 80px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (max-width: 1440px) {
  .card-with-list .list-part .img-wrapper {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 1199px) {
  .card-with-list .list-part .img-wrapper {
    width: 50px;
    height: 50px;
  }
}
.card-with-list .list-part .text-wrapper {
  display: flex;
  flex-flow: column;
  gap: 16px;
  width: 100%;
  max-width: calc(100% - 100px);
}
@media (max-width: 1440px) {
  .card-with-list .list-part .text-wrapper {
    max-width: calc(100% - 80px);
  }
}
@media (max-width: 1199px) {
  .card-with-list .list-part .text-wrapper {
    gap: 10px;
    max-width: calc(100% - 60px);
  }
}
.card-with-list .list-part h6 {
  color: #ffffff;
}
.card-with-list .list-part p {
  color: #ffffff;
}
.card-with-list .card-heading {
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.card-with-list .card-heading p {
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 100%;
}
.card-with-list .card-heading h3 {
  color: #ffffff;
}
.card-with-list .card-footer {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1440px) {
  .card-with-list .card-footer {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .card-with-list .card-footer {
    gap: 10px;
  }
}
.card-with-list .card-footer p {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 1440px) {
  .card-with-list .card-footer p {
    font-size: 18px;
  }
}
.card-with-list .card-footer .btn {
  width: -moz-max-content;
  width: max-content;
}

.why-choose {
  z-index: 0;
  position: relative;
  overflow-x: clip;
}
.why-choose:after {
  position: absolute;
  bottom: -140px;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/why-choose-shape.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}
@media (max-width: 1199px) {
  .why-choose:after {
    bottom: -100px;
  }
}
@media (max-width: 1024px) {
  .why-choose:after {
    bottom: -80px;
  }
}
@media (max-width: 991px) {
  .why-choose:after {
    bottom: -60px;
  }
}
@media (max-width: 767px) {
  .why-choose:after {
    bottom: -50px;
  }
}
.why-choose .inner-html {
  max-width: 1600px;
  margin: 0 auto;
}
.why-choose .why-choose-img {
  line-height: 0;
}
.why-choose .why-choose-img img {
  border-radius: 20px;
  aspect-ratio: 1/0.43;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.why-choose .why-choose-content {
  width: 100%;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -150px;
  background: #1B348B;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  border-radius: 20px;
  padding: 60px;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 60px;
}
@media (max-width: 1600px) {
  .why-choose .why-choose-content {
    gap: 40px;
    padding: 40px;
  }
}
@media (max-width: 1199px) {
  .why-choose .why-choose-content {
    gap: 30px;
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .why-choose .why-choose-content {
    padding: 20px;
    margin-top: -50px;
    max-width: 97%;
  }
}
.why-choose .why-choose-content .heading {
  display: flex;
  flex-flow: column;
  gap: 6px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.why-choose .why-choose-content .heading p {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  line-height: 100%;
  margin: 0;
}
.why-choose .why-choose-content .heading h3 {
  color: #ffffff;
}
.why-choose .why-choose-content .list {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 60px;
}
@media (max-width: 1600px) {
  .why-choose .why-choose-content .list {
    row-gap: 40px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
.why-choose .why-choose-content .list li {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: calc(33.33% - 27px);
}
@media (max-width: 1600px) {
  .why-choose .why-choose-content .list li {
    max-width: calc(33.33% - 20px);
  }
}
@media (max-width: 1440px) {
  .why-choose .why-choose-content .list li {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 1199px) {
  .why-choose .why-choose-content .list li {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .why-choose .why-choose-content .list li {
    max-width: 100%;
  }
}
.why-choose .why-choose-content .list .img-wrapper {
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .why-choose .why-choose-content .list .img-wrapper {
    width: 50px;
    height: 50px;
  }
}
.why-choose .why-choose-content .list .text-wrapper {
  display: flex;
  flex-flow: column;
  gap: 6px;
  width: 100%;
  max-width: calc(100% - 80px);
}
@media (max-width: 1199px) {
  .why-choose .why-choose-content .list .text-wrapper {
    max-width: calc(100% - 60px);
  }
}
.why-choose .why-choose-content .list h6 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
}
.why-choose .why-choose-content .list p {
  color: #ffffff;
}

.inner-hero {
  padding: 256px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
.inner-hero:after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #F04D23 0%, #253D91 67.44%);
  mix-blend-mode: multiply;
  opacity: 0.6;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  z-index: -1;
}
.inner-hero:before {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0px;
  content: "";
  background: #000000;
  opacity: 0.5;
  z-index: -1;
}
@media (max-width: 1199px) {
  .inner-hero {
    padding: 200px 0 130px;
  }
}
.inner-hero h1 {
  color: #ffffff;
  text-align: center;
}

.contact-page-form {
  position: relative;
  z-index: 0;
}
.contact-page-form:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/contact.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  z-index: -1;
}
.contact-page-form .inner-html {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.contact-page-form .form-heading {
  width: 100%;
  max-width: 844px;
  margin: 0 auto;
}
.contact-page-form .form-heading .sub-title {
  margin-bottom: 6px;
  text-align: center;
}
.contact-page-form .form-heading .sub-title p {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 100%;
}
.contact-page-form .form-heading h3 {
  text-align: center;
  color: #ffffff;
  max-width: 844px;
  margin: 0 auto 20px;
  width: 100%;
}
.contact-page-form .form-heading > p {
  color: #ffffff;
  text-align: center;
}
.contact-page-form .form-wrap {
  width: 100%;
  max-width: 734px;
  margin: 0 auto;
  background: #1B348B;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  border-radius: 20px;
  padding: 40px;
  position: relative;
}
@media (max-width: 991px) {
  .contact-page-form .form-wrap {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .contact-page-form .form-wrap {
    padding: 20px;
  }
}
.contact-page-form .gform_wrapper .gform_heading {
  margin-bottom: 30px;
}
.contact-page-form .gform_wrapper .gform_heading .gform_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  color: #ffffff;
}
.contact-page-form .gform_wrapper form {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.contact-page-form .gform_wrapper form .gform-body .gform_fields {
  row-gap: 30px;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media (max-width: 991px) {
  .contact-page-form .gform_wrapper form .gform-body .gform_fields {
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 991px) and (max-width: 640px) {
  .contact-page-form .gform_wrapper form .gform-body .gform_fields {
    -moz-column-gap: 0px;
         column-gap: 0px;
    width: 100% !important;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 640px) {
  .contact-page-form .gform_wrapper form .gform-body .gform_fields .gfield {
    grid-column: 1/12 !important;
  }
}
.contact-page-form .gform_wrapper form .gform-body .gform_fields label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-flow: wrap;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 600;
  color: #fff;
}
.contact-page-form .gform_wrapper form .gform-body .gform_fields label .gfield_required {
  color: #ffffff;
  font-size: 12px;
  line-height: 100%;
  font-weight: 500;
}
.contact-page-form .gform_wrapper form .gform-body .gform_fields select,
.contact-page-form .gform_wrapper form .gform-body .gform_fields input {
  background: transparent;
  border: 1px solid #cccccc !important;
  border-radius: 6px;
  padding: 14px 16px;
  height: 100%;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  outline: none;
}
.contact-page-form .gform_wrapper form .gform-body .gform_fields select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/drop-down.svg);
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-size: auto;
}
.contact-page-form .gform_wrapper form .gform-footer {
  margin: 0;
  position: relative;
}
.contact-page-form .gform_wrapper form .gform-footer .button {
  font-size: 18px !important;
  font-weight: 600 !important;
  line-height: 100% !important;
  width: 100% !important;
  background: #F04D23 !important;
  border: 1px solid #F04D23 !important;
  outline: none !important;
  border-radius: 6px !important;
  padding: 16px 18px !important;
  height: 100% !important;
  cursor: pointer !important;
}
.contact-page-form .gform_wrapper form .gform-footer .gform-loader {
  position: absolute !important;
  top: 15px;
  left: 50%;
  width: 20px !important;
  height: 20px !important;
}

.contact-info-boxes {
  margin-bottom: -80px;
  z-index: 1;
  position: relative;
}
.contact-info-boxes .inner-html {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.contact-info-boxes .info-box-wrap {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 1199px) {
  .contact-info-boxes .info-box-wrap {
    gap: 20px;
  }
}
.contact-info-boxes .info-box {
  width: 100%;
  max-width: calc(25% - 23px);
  padding: 30px;
  background: #1B348B;
  border-radius: 20px;
  border-top: 5px solid #F04D23;
  display: flex;
  flex-flow: column;
  gap: 20px;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
@media (max-width: 1199px) {
  .contact-info-boxes .info-box {
    max-width: calc(25% - 15px);
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .contact-info-boxes .info-box {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 640px) {
  .contact-info-boxes .info-box {
    max-width: 100%;
  }
}
.contact-info-boxes .info-box .icon-wrap {
  width: 60px;
  height: 60px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .contact-info-boxes .info-box .icon-wrap {
    width: 50px;
    height: 50px;
  }
}
.contact-info-boxes .info-box .text-wrap {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.contact-info-boxes .info-box .text-wrap h6 {
  color: #ffffff;
}
.contact-info-boxes .info-box .text-wrap a {
  color: #ffffff;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
  word-break: break-all;
}
.contact-info-boxes .info-box .text-wrap a:hover {
  text-decoration: underline;
}
.contact-info-boxes .info-box .text-wrap p {
  max-width: 200px;
  color: #ffffff;
}

.maps .inner-html {
  line-height: 0;
}
.maps .inner-html iframe {
  border-radius: 20px;
  height: 100%;
  min-height: 500px;
}
@media (max-width: 1199px) {
  .maps .inner-html iframe {
    min-height: 400px;
  }
}
@media (max-width: 640px) {
  .maps .inner-html iframe {
    min-height: 300px;
  }
}

.opening-hours-boxes .inner-html {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.opening-hours-boxes .opening-heading {
  display: flex;
  flex-flow: column;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
.opening-hours-boxes .opening-heading p {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 100%;
}
.opening-hours-boxes .opening-heading h3 {
  color: #ffffff;
}
.opening-hours-boxes .opening-box-wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-flow: wrap;
}
.opening-hours-boxes .opening-box-wrap .opening-box {
  width: 100%;
  max-width: calc(33.33% - 20px);
  padding: 40px;
  background: #1B348B;
  border-radius: 20px;
  border-top: 5px solid #F04D23;
  display: flex;
  flex-flow: column;
  gap: 20px;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
}
@media (max-width: 991px) {
  .opening-hours-boxes .opening-box-wrap .opening-box {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 640px) {
  .opening-hours-boxes .opening-box-wrap .opening-box {
    max-width: 100%;
  }
}
.opening-hours-boxes .opening-box-wrap .opening-box h6 {
  color: #ffffff;
  text-align: center;
}
.opening-hours-boxes .opening-box-wrap .opening-box .text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 10px;
}
.opening-hours-boxes .opening-box-wrap .opening-box .text-wrap p {
  margin: 0;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
}
.opening-hours-boxes .opening-box-wrap .opening-box .text-wrap span {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  color: #FFFFFF;
}

.driving-section .inner-html {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media (max-width: 1440px) {
  .driving-section .inner-html {
    gap: 40px;
  }
}
@media (max-width: 1300px) {
  .driving-section .inner-html {
    gap: 20px;
  }
}
@media (max-width: 1199px) {
  .driving-section .inner-html {
    gap: 0px;
  }
}
@media (max-width: 1024px) {
  .driving-section .inner-html {
    gap: 40px;
    flex-flow: column;
  }
}
.driving-section .img-wrapper {
  width: 100%;
  flex: 0 0 775px;
  line-height: 0;
  position: relative;
}
@media (max-width: 1440px) {
  .driving-section .img-wrapper {
    transform: scale(0.9);
    transform-origin: left;
  }
}
@media (max-width: 1199px) {
  .driving-section .img-wrapper {
    transform: scale(0.8);
  }
}
@media (max-width: 1100px) {
  .driving-section .img-wrapper {
    transform: scale(0.7);
  }
}
@media (max-width: 1024px) {
  .driving-section .img-wrapper {
    flex: none;
    transform: none;
  }
}
.driving-section .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: url(../images/driving.png);
  mask-image: url(../images/driving.png);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
          mask-size: 100%;
}
.driving-section .card {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px;
  margin: 15px 0 0 30px;
  border-radius: 15px;
  background: #ffffff;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
@media (max-width: 991px) {
  .driving-section .card {
    max-width: 230px;
    margin: 30px auto 0;
    position: unset;
  }
}
.driving-section .card .card-top .btn {
  font-size: 11.65px;
  font-weight: 700;
  padding: 11.65px;
  margin-bottom: 4.5px;
}
.driving-section .card .card-top p {
  margin-bottom: 4.5px;
  font-size: 30.58px;
  line-height: 100%;
  font-weight: 700;
  color: #121212;
  text-align: center;
}
.driving-section .card .card-bottom {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  max-width: 170px;
  margin: 0 auto;
}
.driving-section .card .card-bottom .circle {
  width: 100%;
  max-width: calc(50% - 8px);
}
.driving-section .card .card-bottom .circle p {
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background: #253D91;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #ffffff;
  font-size: 11.65px;
  font-weight: 700;
  margin: 0;
  padding: 5px;
}
.driving-section .card .card-bottom .tagline {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
}
.driving-section .text-wrapper {
  width: 100%;
  flex: auto;
  display: flex;
  flex-flow: column;
  gap: 40px;
}
@media (max-width: 1440px) {
  .driving-section .text-wrapper {
    gap: 30px;
    margin-left: -5%;
  }
}
@media (max-width: 1199px) {
  .driving-section .text-wrapper {
    gap: 20px;
    margin-left: -12%;
  }
}
@media (max-width: 1100px) {
  .driving-section .text-wrapper {
    margin-left: -19%;
  }
}
@media (max-width: 1024px) {
  .driving-section .text-wrapper {
    flex: none;
    margin-left: 0;
  }
}
.driving-section .text-wrapper p {
  margin: 0;
  color: #ffffff;
}
.driving-section .text-wrapper .btn {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .driving-section .text-wrapper .btn {
    margin-top: 0;
  }
}
.driving-section .text-wrapper .heading p {
  margin-bottom: 6px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.driving-section .text-wrapper .heading h3 {
  color: #FFFFFF;
}
.driving-section .text-wrapper .heading span {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #ffffff;
  margin-top: 20px;
  display: block;
}

.tarrif-tab .inner-html {
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1199px) {
  .tarrif-tab .inner-html {
    gap: 20px;
  }
}
.tarrif-tab .tabs-nav {
  list-style: none;
  width: 100%;
  max-width: 400px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  position: sticky;
  top: 130px;
}
@media (max-width: 1199px) {
  .tarrif-tab .tabs-nav {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  .tarrif-tab .tabs-nav {
    display: none;
  }
}
.tarrif-tab .tabs-nav li {
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-color: #1B348B;
  padding: 24px;
  border-radius: 20px;
  position: relative;
  cursor: pointer;
}
.tarrif-tab .tabs-nav li:after {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 24px;
  height: 24px;
  content: "";
  background: url(../images/tab-down.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
}
.tarrif-tab .tabs-nav li.tab-active {
  border-bottom: 5px solid #F04D23;
}
.tarrif-tab .tabs-nav li.tab-active::after {
  transform: rotate(-90deg);
}
.tarrif-tab .tabs-nav li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  color: #ffffff;
}
.tarrif-tab .tabs-stage {
  width: 100%;
  max-width: calc(100% - 430px);
  background-color: #1B348B;
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  padding: 30px;
  border-radius: 20px;
}
@media (max-width: 1440px) {
  .tarrif-tab .tabs-stage {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .tarrif-tab .tabs-stage {
    max-width: calc(100% - 320px);
  }
}
@media (max-width: 991px) {
  .tarrif-tab .tabs-stage {
    max-width: 100%;
  }
}
.tarrif-tab .tabs-wrapper {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1440px) {
  .tarrif-tab .tabs-wrapper {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .tarrif-tab .tabs-wrapper {
    margin-bottom: 20px;
  }
  .tarrif-tab .tabs-wrapper:last-child {
    margin-bottom: 0;
  }
}
.tarrif-tab .tab-main-heading.active-heading h6 {
  border-bottom: 5px solid #F04D23;
}
.tarrif-tab .tab-main-heading.active-heading h6:after {
  transform: rotate(-180deg);
}
.tarrif-tab .tab-main-heading h6 {
  color: #ffffff;
}
@media (max-width: 991px) {
  .tarrif-tab .tab-main-heading h6 {
    background: rgba(0, 0, 0, 0.1607843137);
    padding: 20px;
    border-radius: 10px;
    position: relative;
  }
  .tarrif-tab .tab-main-heading h6:after {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    content: "";
    background: url(../images/tab-down.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    transition: all 0.3s linear;
  }
}
.tarrif-tab .tab-content {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 30px;
}
@media (max-width: 1440px) {
  .tarrif-tab .tab-content {
    gap: 20px;
  }
}
.tarrif-tab .tab-sub-heading {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.tarrif-tab .tab-sub-heading h6 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1199px) {
  .tarrif-tab .tab-sub-heading h6 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tarrif-tab .tab-sub-heading h6 {
    font-size: 18px;
  }
}
.tarrif-tab .tab-sub-heading p {
  color: #ffffff;
}
.tarrif-tab .tab-boxes {
  width: 100%;
  max-width: calc(33.33% - 20px);
  background: rgba(0, 0, 0, 0.1607843137);
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .tarrif-tab .tab-boxes {
    max-width: calc(33.33% - 14px);
  }
}
@media (max-width: 1024px) {
  .tarrif-tab .tab-boxes {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .tarrif-tab .tab-boxes {
    max-width: 100%;
  }
}
.tarrif-tab .tab-box-item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.tarrif-tab .tab-box-item .btn {
  margin-top: auto;
  width: 100%;
  text-align: center;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  font-size: 16px;
  font-weight: 500;
}
.tarrif-tab .tab-box-item h6 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .tarrif-tab .tab-box-item h6 {
    font-size: 16px;
  }
}
.tarrif-tab .tab-box-item p {
  margin-bottom: 20px;
  color: #ffffff;
}/*# sourceMappingURL=styles.css.map */