@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..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: "Calibri";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  font-optical-sizing: auto;
  height: 100%;
  font-size: 46%;
}
@media (min-width: 576px) {
  html {
    font-size: 56%;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 54%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 45%;
  }
}
@media (min-width: 1300px) {
  html {
    font-size: 52.5%;
  }
}
@media (min-width: 1700px) {
  html {
    font-size: 62.5%;
  }
}

body {
  background-color: #F0F2F4;
  color: #000000;
  font-family: "Work Sans", serif;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
  font-optical-sizing: auto;
  padding-top: 80px;
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

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

p {
  margin: 0 0 3rem 0;
  font-size: 2rem;
  color: #000000;
  font-weight: normal;
  line-height: normal;
  font-family: "Work Sans", serif;
}
@media (min-width: 576px) {
  p {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 2.2rem;
  }
}
@media (min-width: 1200px) {
  p {
    font-size: 2rem;
  }
}
@media (min-width: 1440px) {
  p {
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }
}
p span {
  color: #0081EF;
}

strong, b {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 3rem 0;
  padding: 0;
  color: #000000;
  line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #CF1417;
}

h1 {
  font-size: 4rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 5rem;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 7.6rem;
  }
}

h2 {
  font-size: 24px;
  font-family: "Poppins", serif;
  font-weight: 600;
}
@media (min-width: 576px) {
  h2 {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 28px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (min-width: 1600px) {
  h2 {
    font-size: 45px;
    line-height: 55px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 35px;
  }
}

h4 {
  font-size: 20px;
}
@media (min-width: 1200px) {
  h4 {
    font-size: 24px;
  }
}

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

h6 {
  font-size: 16px;
}

.container {
  padding-right: var(--bs-gutter-x, 2rem);
  padding-left: var(--bs-gutter-x, 2rem);
}
@media (min-width: 768px) {
  .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .container-fluid {
    padding-right: 4.2rem;
    padding-left: 4.2rem;
  }
}

.red {
  border-color: #0081EF;
}

.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: #F0F2F4;
}

.bg-white {
  background: #ffffff;
}

.bg-dark {
  background: #211919;
}

.bg-yellow {
  background: #CF1417;
}

.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: #767676;
}

::placeholder {
  color: #767676;
}

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: #0081EF;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bg-grey {
  background-color: #f5f5f5;
}

.bg-yellow {
  background: #fdc210;
}

.comm-padd {
  padding: 3rem 0;
}
@media (min-width: 576px) {
  .comm-padd {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .comm-padd {
    padding: 5.5rem 0;
  }
}
@media (min-width: 1200px) {
  .comm-padd {
    padding: 6.5rem 0;
  }
}

.section-heading {
  line-height: 1;
  margin-bottom: 4rem;
}
@media (min-width: 1400px) {
  .section-heading {
    margin-bottom: 5rem;
  }
}
.section-heading h2 {
  margin-bottom: 0;
  padding-bottom: 2rem;
  position: relative;
  display: inline-block;
}
.section-heading h2::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #FE3411;
}
@media (min-width: 1300px) {
  .section-heading h2::after {
    height: 5px;
  }
}
.section-heading.white h2 {
  color: #ffffff;
}
.section-heading.white-line h2::after {
  background: #ffffff;
}
.section-heading.dark-line h2::after {
  background: #000000;
  width: 148px;
  height: 1px;
  right: 0;
  margin: auto;
}
@media (min-width: 1700px) {
  .section-heading.inner-page {
    margin-bottom: 8rem;
  }
}
.section-heading.inner-page h2 {
  font-size: 4rem;
}
@media (min-width: 576px) {
  .section-heading.inner-page h2 {
    font-size: 3.2rem;
  }
}
@media (min-width: 768px) {
  .section-heading.inner-page h2 {
    font-size: 3.6rem;
  }
}
@media (min-width: 992px) {
  .section-heading.inner-page h2 {
    font-size: 4rem;
  }
}
@media (min-width: 1200px) {
  .section-heading.inner-page h2 {
    font-size: 5rem;
    line-height: 6.6rem;
  }
}

ul.bulleted-list {
  list-style-type: none;
  margin: 0 0 15px;
  padding: 0;
}
ul.bulleted-list li {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  position: relative;
  margin-bottom: 5px;
  padding-left: 24px;
}
ul.bulleted-list li:last-child {
  margin-bottom: 0;
}
ul.bulleted-list li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background: #0081EF;
}
ul li {
  margin: 0;
  font-size: 2.2rem;
  color: #000000;
  font-weight: normal;
  line-height: normal;
  font-family: "GlacialIndifferenceRegular";
  line-height: 3rem;
}
@media (min-width: 576px) {
  ul li {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}
@media (min-width: 992px) {
  ul li {
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1200px) {
  ul li {
    font-size: 2.5rem;
  }
}

.btn {
  display: inline-flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  font-size: 16px;
  font-family: "Work Sans", serif;
  font-weight: 500;
  background: #CF1417;
  padding: 1rem 3.5rem;
  line-height: 1;
  white-space: nowrap;
  border: 2px solid transparent;
  border-radius: 8px;
  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: 1200px) {
  .btn {
    font-size: 25px;
    padding: 1.5rem 3.5rem;
  }
}
.btn:hover, .btn:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #0081EF;
}
.btn-block {
  width: 100%;
  display: block;
}
.btn-md {
  font-size: 16px;
  font-weight: 600;
  font-family: "Poppins", serif;
  line-height: 22px;
  min-width: 175px;
}
@media (min-width: 1200px) {
  .btn-md {
    font-size: 18px;
    line-height: 27px;
    min-width: 196px;
  }
}
.btn-outline {
  background: transparent;
  border-color: #ffffff;
}
.btn-outline:hover, .btn-outline:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  border-color: #0081EF;
  background: #0081EF;
}
.btn-lg {
  min-width: 3rem;
}
@media (min-width: 1200px) {
  .btn-lg {
    font-size: 3.2rem;
  }
}
.btn-sm {
  font-size: 2rem;
  padding: 0.5rem 1.5rem;
  gap: 1rem;
}
@media (min-width: 1200px) {
  .btn-sm {
    font-size: 2.3rem;
    padding: 1rem 2rem;
  }
}
.btn-sm img {
  width: 26px;
}
.btn-white {
  background: #ffffff;
  color: #000000;
  padding: 1.5rem 3rem;
}
@media (min-width: 1200px) {
  .btn-white {
    padding: 2rem 3.5rem;
  }
}
.btn-white:hover, .btn-white:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #0081EF;
}
.btn-alt:hover, .btn-alt:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #000000;
}

.accordion {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .accordion {
    margin-bottom: 0;
  }
}
.accordion-item {
  border-radius: 10px;
  background: #ffffff;
  padding: 15px 20px;
  width: 100%;
}
.accordion-item:first-of-type, .accordion-item:last-of-type {
  border-radius: 10px;
}
.accordion-header {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.accordion-body {
  padding: 16px 0;
}
.accordion-body p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  font-family: "Poppins", serif;
}
.accordion-body p:last-of-type {
  margin-bottom: 0;
}
.accordion-button {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  font-family: "Poppins", serif;
}
.accordion-button::after {
  background: url("../images/plus-icon.svg") no-repeat center right;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}
.accordion-button:not(.collapsed) {
  border: 0;
  box-shadow: none;
  background-color: transparent;
  color: #000000;
}
.accordion-button:not(.collapsed)::after {
  background: url("../images/plus-icon.svg") no-repeat center right;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: rotate(45deg);
}
.accordion-button:focus {
  outline: 0;
  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;
  background: #ffffff;
  border-radius: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  padding: 5px 30px 5px 15px;
  transition: all 0.3s;
  gap: 1rem;
}
@media (min-width: 576px) {
  .site-header-inner {
    gap: 0;
    padding: 5px 45px 5px 15px;
  }
}
@media (min-width: 992px) {
  .site-header-inner {
    border-radius: 0 0 2rem 2rem;
    left: 7.5rem;
    right: 7.5rem;
    position: absolute;
  }
}
@media (min-width: 1200px) {
  .site-header-inner {
    left: 10.5rem;
    right: 10.5rem;
  }
}
.site-header-inner-right {
  width: 100%;
  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: 20px;
}
@media (min-width: 576px) {
  .site-header-inner-right {
    gap: 5px;
  }
}
@media (min-width: 992px) {
  .site-header-inner-right {
    width: auto;
    gap: 5rem;
  }
}
@media (min-width: 1200px) {
  .site-header-inner-right {
    gap: 10rem;
  }
}
@media (min-width: 1300px) {
  .site-header-inner-right {
    gap: 18rem;
  }
}
.site-header-inner-right .additional-info .btn {
  display: inline-flex;
}
.site-header-inner.fixed-header {
  position: fixed;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.03);
}

.site-logo {
  width: 95px;
  display: block;
}
@media (min-width: 576px) {
  .site-logo {
    width: 118px;
  }
}

.info-wrap {
  display: none;
}
@media (min-width: 576px) {
  .info-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .info-wrap {
    gap: 30px;
  }
}
.info-wrap a {
  font-family: "Work Sans", serif;
  font-size: 14px;
  font-weight: 500;
  color: #1C1616;
  display: flex;
  align-items: center;
  gap: 10px;
}

.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: 72px;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 70px;
  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) {
  .primary-nav {
    top: 88px;
  }
}
@media (min-width: 992px) {
  .primary-nav {
    width: auto;
    height: auto;
    position: static;
    box-shadow: none;
    padding: 0;
    background: transparent;
    z-index: 1;
    overflow-y: visible;
  }
}
.primary-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (min-width: 992px) {
  .primary-nav ul {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.primary-nav ul li {
  margin: 0;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0;
  border-bottom: 1px solid lightgrey;
  text-align: center;
  /*start sub-menu*/
  /*End sub-menu*/
}
@media (min-width: 992px) {
  .primary-nav ul li {
    border-bottom: 0;
    text-align: left;
    padding-left: 30px;
  }
}
.primary-nav ul li:first-child {
  padding-left: 0px;
}
@media (min-width: 992px) {
  .primary-nav ul li:first-child {
    padding-left: 0px;
  }
}
.primary-nav ul li i {
  display: inline-flex;
}
.primary-nav ul li.hassub {
  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;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .primary-nav ul li.hassub {
    flex-wrap: nowrap;
  }
}
.primary-nav ul li.hassub i {
  margin-left: 0px;
  margin-right: 10px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .primary-nav ul li.hassub i {
    margin-left: 6px;
    margin-right: 0;
  }
}
@media (max-width: 991px) {
  .primary-nav ul li.hassub i {
    display: flex;
    padding: 0px;
    pointer-events: all;
    position: absolute;
    right: 10px;
    top: 15px;
  }
}
.primary-nav ul li.hassub a {
  width: auto;
}
@media (min-width: 992px) {
  .primary-nav ul li.hassub a {
    width: auto;
  }
}
.primary-nav ul li.hassub a::after {
  right: -43px;
  display: none;
}
@media (min-width: 992px) {
  .primary-nav ul li.hassub a::after {
    display: block;
  }
}
.primary-nav ul li a {
  color: #000000;
  font-size: 16px;
  font-family: "Outfit", serif;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
  line-height: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 20px;
  text-align: left;
  position: relative;
}
@media (min-width: 992px) {
  .primary-nav ul li a {
    padding: 0;
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .primary-nav ul li a {
    font-size: 16px;
  }
}
.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, .primary-nav ul li.current-menu-parent a {
  color: #0081EF;
}
@media (min-width: 992px) {
  .primary-nav ul li:hover a, .primary-nav ul li.active a, .primary-nav ul li.current-menu-item a, .primary-nav ul li.current_page_item a, .primary-nav ul li.current-menu-parent a {
    color: #0081EF;
  }
}
.primary-nav ul li ul.sub-menu {
  position: relative;
  left: 0px;
  background: #0081EF;
  top: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  max-height: 300px;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .primary-nav ul li ul.sub-menu {
    background: #ffffff;
    position: absolute;
    display: block;
    padding: 10px 20px;
    -moz-column-gap: 45px;
         column-gap: 45px;
    width: auto;
    min-width: 300px;
    max-height: none;
    top: 45px;
    left: 0px;
    box-shadow: 0px 0px 14px rgba(65, 40, 95, 0.15);
    transform: translateY(40px);
    margin-top: 0px;
    border-radius: 5px;
  }
}
@media (min-width: 1200px) {
  .primary-nav ul li ul.sub-menu {
    min-width: 300px;
  }
}
.primary-nav ul li ul.sub-menu.show {
  left: 0;
  opacity: 1;
  visibility: visible;
  overflow: auto;
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .primary-nav ul li ul.sub-menu:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10px;
    border: 0;
    top: -10px;
    left: 0px;
    right: 0;
    background: transparent;
  }
}
@media (min-width: 992px) {
  .primary-nav ul li ul.sub-menu:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    top: -10px;
    left: 30px;
  }
}
@media (max-width: 991px) {
  .primary-nav ul li ul.sub-menu {
    width: 100%;
    background: #0081EF;
    position: relative;
    z-index: 1;
    top: 100%;
    display: none;
    opacity: 1;
    visibility: visible;
    padding: 0;
    margin-top: 0px;
    border-radius: 0px;
    box-shadow: none;
    transform: translateY(0px);
  }
}
.primary-nav ul li ul.sub-menu li {
  padding: 0;
  display: block;
  margin-right: 0;
  border-bottom: 1px solid #cccccc;
}
.primary-nav ul li ul.sub-menu li:last-child {
  border-bottom: 0;
}
@media (max-width: 991px) {
  .primary-nav ul li ul.sub-menu li {
    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;
    padding: 7px 10px 7px 0;
    margin: 0;
    width: 100%;
  }
}
.primary-nav ul li ul.sub-menu li a {
  padding: 10px 20px;
  display: block;
  height: auto;
  text-transform: none;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0px;
  border: 0;
  white-space: normal;
  line-height: 1.3;
  font-weight: 400;
}
.primary-nav ul li ul.sub-menu li a::after {
  display: none;
}
@media (min-width: 992px) {
  .primary-nav ul li ul.sub-menu li a {
    padding: 10px 15px;
    color: #000000;
  }
}
@media (min-width: 1200px) {
  .primary-nav ul li ul.sub-menu li a {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .primary-nav ul li ul.sub-menu li a {
    padding: 10px 10px 10px 30px;
    display: block;
    color: #ffffff;
    height: auto;
    position: relative;
    width: 100%;
  }
}
.primary-nav ul li ul.sub-menu li:hover, .primary-nav ul li ul.sub-menu li.active, .primary-nav ul li ul.sub-menu li.current-menu-item, .primary-nav ul li ul.sub-menu li.current_page_item, .primary-nav ul li ul.sub-menu li.current-menu-parent {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-color: #cccccc;
}
.primary-nav ul li ul.sub-menu li:hover ul.sub-menu, .primary-nav ul li ul.sub-menu li.active ul.sub-menu, .primary-nav ul li ul.sub-menu li.current-menu-item ul.sub-menu, .primary-nav ul li ul.sub-menu li.current_page_item ul.sub-menu, .primary-nav ul li ul.sub-menu li.current-menu-parent ul.sub-menu {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.primary-nav ul li ul.sub-menu li:hover a, .primary-nav ul li ul.sub-menu li.active a, .primary-nav ul li ul.sub-menu li.current-menu-item a, .primary-nav ul li ul.sub-menu li.current_page_item a, .primary-nav ul li ul.sub-menu li.current-menu-parent a {
  color: #000000;
}
@media (min-width: 992px) {
  .primary-nav ul li ul.sub-menu li:hover a, .primary-nav ul li ul.sub-menu li.active a, .primary-nav ul li ul.sub-menu li.current-menu-item a, .primary-nav ul li ul.sub-menu li.current_page_item a, .primary-nav ul li ul.sub-menu li.current-menu-parent a {
    background: #0081EF;
    color: #ffffff;
  }
}
.primary-nav ul li ul.sub-menu ul {
  flex-wrap: wrap;
}
.primary-nav ul li ul.sub-menu ul li {
  width: 100%;
}
@media (max-width: 991px) {
  .primary-nav ul li ul.sub-menu ul {
    border-bottom: 10px solid #fff;
  }
}
@media (max-width: 991px) {
  .primary-nav ul li ul.sub-menu {
    overflow-y: auto;
    max-height: 300px;
  }
}
.primary-nav ul li:hover .sub-menu {
  visibility: unset;
  display: unset;
  opacity: unset;
  display: none;
}
@media (min-width: 992px) {
  .primary-nav ul li:hover .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    margin: 0;
    top: 20px;
  }
}
.primary-nav ul li:last-child a::after {
  display: none;
}

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

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

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

body.active .toggle-sidebar span:first-child {
  transform: rotate(45deg);
  top: 5px;
}
body.active .toggle-sidebar span:nth-child(2) {
  display: none;
}
body.active .toggle-sidebar span:last-child {
  transform: rotate(-45deg);
  bottom: 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;
  }
}

.additional-info {
  gap: 2rem;
  padding: 3rem;
}
.additional-info .social-links {
  margin-top: 0;
}
.additional-info .social-links li {
  border: 0;
}
.additional-info .social-links li a {
  font-size: 5rem;
  color: #000000;
  padding: 0;
  transition: all 0.3s;
}
.additional-info .social-links li a:hover {
  opacity: 0.8;
}
.additional-info .info-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.site-banner {
  position: relative;
  z-index: 1;
  height: auto;
  padding: 2rem 0 3rem;
}
@media (min-width: 576px) {
  .site-banner {
    padding: 3.6rem 0;
  }
}
.site-banner-inner {
  position: relative;
  height: 475px;
}
@media (min-width: 992px) {
  .site-banner-inner {
    height: 475px;
  }
}
@media (min-width: 1200px) {
  .site-banner-inner {
    height: 619px;
  }
}
.site-banner-inner .banner-holder {
  height: 100%;
  background-size: cover !important;
  background-position: bottom right !important;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .site-banner-inner .banner-holder {
    background-position: 0 0 !important;
    border-radius: 35px;
  }
}
.site-banner-inner .banner-holder::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.site-banner-inner .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.site-banner-inner .banner-content-innr {
  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;
}
@media (min-width: 576px) {
  .site-banner-inner .banner-content-innr {
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.site-banner-inner .banner-content .ban-text {
  width: 100%;
  text-align: center;
  padding: 0 3rem;
}
@media (min-width: 576px) {
  .site-banner-inner .banner-content .ban-text {
    text-align: left;
    padding: 0 5rem;
  }
}
@media (min-width: 768px) {
  .site-banner-inner .banner-content .ban-text {
    padding: 0;
  }
}
.site-banner-inner .banner-content .ban-text h2 {
  font-family: "Work Sans", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .site-banner-inner .banner-content .ban-text h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .site-banner-inner .banner-content .ban-text h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 812px) {
  .site-banner-inner .banner-content .ban-text h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .site-banner-inner .banner-content .ban-text h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .site-banner-inner .banner-content .ban-text h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (min-width: 1400px) {
  .site-banner-inner .banner-content .ban-text h2 {
    font-size: 45px;
    line-height: 52.79px;
  }
}
.site-banner-inner .banner-content .ban-text h1 {
  font-family: "Work Sans", serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .site-banner-inner .banner-content .ban-text h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) {
  .site-banner-inner .banner-content .ban-text h1 {
    font-size: 32px;
    line-height: 36px;
  }
}
@media (min-width: 812px) {
  .site-banner-inner .banner-content .ban-text h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  .site-banner-inner .banner-content .ban-text h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 1200px) {
  .site-banner-inner .banner-content .ban-text h1 {
    font-size: 52px;
    line-height: 60px;
  }
}
@media (min-width: 1400px) {
  .site-banner-inner .banner-content .ban-text h1 {
    font-size: 65px;
    line-height: 70px;
  }
}
.site-banner-inner .banner-content .ban-text h1 br {
  display: none;
}
@media (min-width: 768px) {
  .site-banner-inner .banner-content .ban-text h1 br {
    display: block;
  }
}
.site-banner-inner .banner-content .ban-text .btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  margin-top: 30px;
}
@media (min-width: 576px) {
  .site-banner-inner .banner-content .ban-text .btn-wrap {
    flex-direction: row;
  }
}
.site-banner-inner .banner-content .ban-text .btn-wrap .btn-md {
  min-width: 100%;
}
@media (min-width: 576px) {
  .site-banner-inner .banner-content .ban-text .btn-wrap .btn-md {
    min-width: 200px;
  }
}
.site-banner-inner .banner-content .ban-text ul.breadcrump {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.site-banner-inner .banner-content .ban-text ul.breadcrump li {
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #ffffff;
}
@media (min-width: 576px) {
  .site-banner-inner .banner-content .ban-text ul.breadcrump li {
    font-size: 15px;
  }
}
.site-banner-inner .banner-content .ban-text ul.breadcrump li a {
  color: #ffffff;
}
.site-banner-inner .banner-content .ban-text ul.breadcrump li a:hover {
  color: #0081EF;
}
.site-banner.innr-page .site-banner-inner {
  height: 120px;
}
@media (min-width: 576px) {
  .site-banner.innr-page .site-banner-inner {
    height: 200px;
  }
}
@media (min-width: 768px) {
  .site-banner.innr-page .site-banner-inner {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .site-banner.innr-page .site-banner-inner {
    height: 367px;
  }
}
.site-banner.innr-page .site-banner-inner .banner-holder {
  background-position: center !important;
}
.site-banner.innr-page .site-banner-inner .ban-text h2 {
  font-size: 18px;
}
@media (min-width: 576px) {
  .site-banner.innr-page .site-banner-inner .ban-text h2 {
    font-size: 20px;
  }
}
@media (min-width: 576px) {
  .site-banner.innr-page .site-banner-inner .ban-text h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .site-banner.innr-page .site-banner-inner .ban-text h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 812px) {
  .site-banner.innr-page .site-banner-inner .ban-text h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 992px) {
  .site-banner.innr-page .site-banner-inner .ban-text h2 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .site-banner.innr-page .site-banner-inner .ban-text h2 {
    font-size: 38px;
    line-height: 45px;
  }
}
@media (min-width: 1400px) {
  .site-banner.innr-page .site-banner-inner .ban-text h2 {
    font-size: 45px;
    line-height: 52.79px;
  }
}

.ban-form {
  background: #ffffff;
  border-radius: 2rem;
  width: 45rem;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media (min-width: 992px) {
  .ban-form {
    width: 51.5rem;
  }
}
.ban-form-header {
  background: #CF1417;
  padding: 2rem 3rem;
  font-family: "verdanabold";
  font-size: 2.5rem;
  color: #000000;
}
.ban-form-body {
  padding: 3.5rem 3rem;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
.ban-form-body .form-control {
  width: 100%;
  height: 5.5rem;
  border: 1px solid #000000;
  border-radius: 1rem;
  padding: 1rem 2rem;
  color: #000000;
  font-size: 1.6rem;
  font-family: "verdana";
}
.ban-form-body .form-control.text-area {
  height: 12rem;
}

.slide-item.slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.hero-slider .slick-prev,
.hero-slider .slick-next {
  background: #ffffff;
  width: 56px;
  height: 55px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
  transform: scale(0.9);
}
.hero-slider .slick-prev::before,
.hero-slider .slick-next::before {
  display: none;
}
@media (min-width: 1600px) {
  .hero-slider .slick-prev,
  .hero-slider .slick-next {
    width: 71px;
    height: 70px;
  }
}

.hero-slider:hover .slick-prev,
.hero-slider:hover .slick-next {
  opacity: 1;
  transform: scale(1);
}

.hero-slider .slick-prev {
  left: 0px;
  background: url("../images/arrow-lft.svg") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  .hero-slider .slick-prev {
    left: -28px;
  }
}
@media (min-width: 1600px) {
  .hero-slider .slick-prev {
    left: -35px;
  }
}

.hero-slider .slick-next {
  right: 0px;
  background: url("../images/arrow-rht.svg") no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  .hero-slider .slick-next {
    right: -28px;
  }
}
@media (min-width: 1600px) {
  .hero-slider .slick-next {
    right: -35px;
  }
}

.hero-slider-wrap {
  position: relative;
}
.hero-slider-wrap .slider-arrows {
  margin: auto;
  display: inline-flex;
  padding-top: 3rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero-slider-wrap .slider-arrows {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
  }
}
.hero-slider-wrap .slider-arrows ul {
  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: 2rem;
  width: 100%;
}
@media (min-width: 1200px) {
  .hero-slider-wrap .slider-arrows ul {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
@media (min-width: 1536px) {
  .hero-slider-wrap .slider-arrows ul {
    gap: 0;
  }
}
.hero-slider-wrap .slider-arrows ul li {
  cursor: pointer;
  width: 3rem;
}
@media (min-width: 1400px) {
  .hero-slider-wrap .slider-arrows ul li {
    width: 3.2rem;
  }
}
@media (min-width: 1920px) {
  .hero-slider-wrap .slider-arrows ul li {
    width: 3.6rem;
  }
}
.hero-slider-wrap .slider-arrows ul li img {
  transition: all 0.3s;
  width: 2.2rem;
}
@media (min-width: 1200px) {
  .hero-slider-wrap .slider-arrows ul li img {
    width: auto;
  }
}
.hero-slider-wrap .slider-arrows ul li img:hover {
  opacity: 0.7;
}
@media (min-width: 1200px) {
  .hero-slider-wrap .slider-arrows ul li.prev {
    margin-left: -4rem;
  }
}
@media (min-width: 1300px) {
  .hero-slider-wrap .slider-arrows ul li.prev {
    margin-left: -6rem;
  }
}
@media (min-width: 1400px) {
  .hero-slider-wrap .slider-arrows ul li.prev {
    margin-left: -7rem;
  }
}
@media (min-width: 1600px) {
  .hero-slider-wrap .slider-arrows ul li.prev {
    margin-left: -8rem;
  }
}
@media (min-width: 1920px) {
  .hero-slider-wrap .slider-arrows ul li.prev {
    margin-left: -9rem;
  }
}
@media (min-width: 1200px) {
  .hero-slider-wrap .slider-arrows ul li.next {
    margin-right: -4rem;
  }
}
@media (min-width: 1300px) {
  .hero-slider-wrap .slider-arrows ul li.next {
    margin-right: -6rem;
  }
}
@media (min-width: 1400px) {
  .hero-slider-wrap .slider-arrows ul li.next {
    margin-right: -8rem;
  }
}
@media (min-width: 1600px) {
  .hero-slider-wrap .slider-arrows ul li.next {
    margin-right: -8rem;
  }
}
@media (min-width: 1920px) {
  .hero-slider-wrap .slider-arrows ul li.next {
    margin-right: -9rem;
  }
}
.hero-slider-wrap .slider-arrows ul li.slick-disabled img {
  opacity: 0.13;
}

.footer {
  padding-bottom: 5rem;
}
.footer-inner {
  border-radius: 15px;
  background: #03305E;
  padding: 3rem 2rem 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .footer-inner {
    padding: 3rem 4rem 8rem;
  }
}
@media (min-width: 992px) {
  .footer-inner {
    padding: 6rem 6rem 15rem;
  }
}
.footer-inner::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: url("../images/footer-bg.png") no-repeat left bottom;
  background-size: 100% auto;
  width: 100%;
  height: 235px;
  z-index: -1;
}
@media (min-width: 576px) {
  .footer-inner::after {
    background-size: auto;
    width: 525px;
    height: 235px;
  }
}
.footer-bottom {
  padding: 2.5rem 1.5rem 1.5rem;
  background: #ffffff;
  border-radius: 15px 15px 0 0;
  margin: auto;
}
@media (min-width: 576px) {
  .footer-bottom {
    position: absolute;
    bottom: 0;
    left: 3rem;
    right: 3rem;
  }
}
@media (min-width: 992px) {
  .footer-bottom {
    padding: 2.5rem 3.5rem 1.5rem;
    left: 6.5rem;
    right: 6.5rem;
  }
}
.footer-bottom .copy {
  margin-bottom: 0;
  font-family: "Outfit", serif;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
  line-height: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom .copy {
    text-align: left;
  }
}
.footer-bottom .copy a {
  color: #000000;
}
.footer-bottom .copy a:hover {
  text-decoration: underline;
  color: #0081EF;
}
.footer-bottom .bottom-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  color: #000000;
  margin-top: 10px;
}
@media (min-width: 360px) {
  .footer-bottom .bottom-link {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .footer-bottom .bottom-link {
    justify-content: flex-end;
    margin-top: 0;
  }
}
.footer-bottom .bottom-link a {
  font-family: "Outfit", serif;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
  line-height: 15px;
}
.footer-bottom .bottom-link a:hover {
  text-decoration: underline;
  color: #0081EF;
}
.footer .policy-link {
  text-align: center;
}
@media (min-width: 768px) {
  .footer .policy-link {
    text-align: right;
  }
}

.footer-content {
  padding: 10px 0;
  color: #ffffff;
  text-align: left;
}
@media (min-width: 576px) {
  .footer-content {
    padding: 20px 0;
  }
}
@media (min-width: 992px) {
  .footer-content {
    padding: 0;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer-content.frst-col {
    padding-right: 10%;
  }
}
.footer-content .ftr-logo {
  display: inline-block;
  margin-bottom: 22px;
}
.footer-content p {
  font-family: "Outfit", serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 0;
}
.footer-content h4 {
  font-family: "Outfit", serif;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 3rem;
  text-transform: none;
  line-height: 25px;
}
.footer-content ul li {
  margin-bottom: 2rem;
}
.footer-content ul li:last-child {
  margin-bottom: 0;
}
.footer-content ul li a {
  color: #ffffff;
  font-family: "Outfit", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.footer-content ul li a:hover {
  color: #CF1417;
}
.footer-content ul li:hover a, .footer-content ul li.active a, .footer-content ul li.current-menu-item a, .footer-content ul li.current_page_item a, .footer-content ul li.current-menu-parent a {
  color: #CF1417;
}
.footer-content ul.useful li {
  position: relative;
  padding-left: 21px;
}
.footer-content ul.useful li::after {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 12px;
  height: 4px;
  background: #D61616;
  border-radius: 4px;
}
@media (min-width: 1200px) {
  .footer-content ul.useful li::after {
    top: 10px;
  }
}
@media (min-width: 1300px) {
  .footer-content ul.useful li::after {
    top: 13px;
  }
}
@media (min-width: 1800px) {
  .footer-content ul.useful li::after {
    top: 16px;
  }
}
@media (min-width: 576px) {
  .footer-content ul.two-col {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-gap: 20px;
         column-gap: 20px;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.footer-content ul.info {
  margin: 2rem 0 0;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: left;
}
@media (min-width: 768px) {
  .footer-content ul.info {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .footer-content ul.info {
    margin-top: 5rem;
  }
}
.footer-content ul.info li {
  margin-bottom: 1rem;
  font-family: "Outfit", serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 7px;
}
@media (min-width: 992px) {
  .footer-content ul.info li {
    justify-content: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .footer-content ul.info li {
    flex-direction: row;
  }
}
.footer-content ul.info li span {
  white-space: nowrap;
  line-height: 1.5;
}
.footer-content ul.info li a {
  display: inline-flex;
  align-items: center;
  gap: 1.5rem;
  font-family: "Outfit", serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  -webkit-hyphens: auto;
          hyphens: auto;
}

ul.social-links {
  list-style: none;
  font-size: 0;
  margin: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3rem;
}
@media (min-width: 992px) {
  ul.social-links {
    margin-top: 5rem;
    margin-bottom: 0;
  }
}
ul.social-links li {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  padding: 4px 0;
}
ul.social-links li a {
  display: flex;
}
ul.social-links li img {
  width: auto;
}
ul.social-links li:hover {
  opacity: 0.8;
}

.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 80px;
  background-color: #0081EF;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  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: 2.5rem;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -ms-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  cursor: pointer;
  z-index: 3;
}
.scrollTop span {
  display: flex;
}
@media (min-width: 576px) {
  .scrollTop {
    bottom: 95px;
  }
}
@media (min-width: 1300px) {
  .scrollTop {
    right: 4%;
  }
}
@media (min-width: 1400px) {
  .scrollTop {
    right: 5%;
  }
}
.scrollTop i {
  display: inline-flex;
}

.booking-form-section {
  padding-bottom: 5rem;
}

.booking-form {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 576px) {
  .booking-form {
    padding: 30px 30px 20px;
  }
}
@media (min-width: 992px) {
  .booking-form {
    background: rgba(255, 255, 255, 0.76);
    margin: 0 3.5rem;
    margin-top: -87px;
  }
}
@media (min-width: 1200px) {
  .booking-form {
    margin: 0 6.5rem;
  }
}
.booking-form label {
  display: block;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  padding-bottom: 0.5rem;
}
.booking-form input, .booking-form .form-select, .booking-form textarea {
  width: 100%;
  border: 1px solid #0081EF;
  border-radius: 3px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 22.5px;
  padding: 6px;
}
.booking-form .form-select {
  background: #ffffff url("../images/select-arrow.svg") no-repeat !important;
  background-size: 14px 7px !important;
  background-position: 98% center !important;
}
@media (min-width: 992px) {
  .booking-form .form-select {
    background-size: 21px 13px !important;
    background-position: 95% center !important;
  }
}
.booking-form textarea {
  height: 36.5px;
  resize: none;
}
.booking-form .btn-holder {
  padding-left: 1rem;
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .booking-form .btn-holder {
    margin-top: 0;
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .booking-form .btn-holder {
    padding-left: 3.6rem;
  }
}
.booking-form .btn-booknow {
  border-radius: 10px;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 32px;
  padding: 10px 20px;
  text-align: center;
  border: 0;
  display: inline-flex;
  width: 100%;
}
@media (min-width: 576px) {
  .booking-form .btn-booknow {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .booking-form .btn-booknow {
    width: 100%;
    padding: 12px 20px;
  }
}
@media (min-width: 1300px) {
  .booking-form .btn-booknow {
    padding: 16px 20px;
    font-size: 21px;
  }
}

.review-block {
  background: #F8F8F8;
  border-radius: 25px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.11);
  padding: 2rem;
  padding-bottom: 7.5rem;
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .review-block {
    padding: 3.5rem;
  }
}
@media (min-width: 992px) {
  .review-block {
    margin-left: 3rem;
    padding: 5.5rem;
    padding-bottom: 13.5rem;
  }
}
.review-block::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 12rem;
  height: 13.6rem;
  background: #ED1B24;
  -webkit-clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 100%);
}
@media (min-width: 576px) {
  .review-block::after {
    width: 16rem;
    height: 17.6rem;
  }
}
@media (min-width: 992px) {
  .review-block::after {
    width: 22rem;
    height: 23.6rem;
  }
}

.review-pic {
  display: flex;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .review-pic {
    margin-bottom: 0;
    height: 100%;
  }
}
.review-pic img {
  width: 100%;
  display: flex;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-slider .slick-list {
  margin: 0 -7.5px;
}
.review-slider .review-item {
  padding: 0 7.5px;
}
.review-slider .review-item .item-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.review-slider-wrap {
  position: relative;
}
.review-slider-wrap .slider-arrows {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (min-width: 576px) {
  .review-slider-wrap .slider-arrows {
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .review-slider-wrap .slider-arrows {
    padding-right: 3rem;
  }
}
.review-slider-wrap .slider-arrows ul {
  background: #001837;
  border-radius: 80px;
  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: 1.8rem;
  padding: 12px 16px;
  color: #ffffff;
}
.review-slider-wrap .slider-arrows ul li {
  cursor: pointer;
  font-size: 0;
  line-height: 1;
}
.review-slider-wrap .slider-arrows ul li img {
  transition: all 0.3s;
}
.review-slider-wrap .slider-arrows ul li img:hover {
  opacity: 0.7;
}
.review-slider-wrap.review-abt .slider-arrows {
  justify-content: center;
}

.review-rating {
  margin-top: 20px;
  gap: 5px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 576px) {
  .review-rating {
    justify-content: flex-start;
    align-items: stretch;
  }
}
@media (min-width: 768px) {
  .review-rating {
    flex-direction: row;
    gap: 17px;
  }
}
.review-rating .divider {
  width: 0.5px;
  background: #B7B7B7;
  display: block;
}
.review-rating .help-txt {
  display: flex;
  align-items: center;
  text-align: center;
}
@media (min-width: 576px) {
  .review-rating .help-txt {
    text-align: left;
    padding-left: 10px;
  }
}
.review-rating .help-txt p {
  color: #626262;
  font-family: "Poppins", serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 400;
  margin: 0;
}

.why-choose-sec {
  background: #0081EF;
}

.choose-card {
  background: #ffffff;
  border-radius: 15px;
  border: 1px solid rgba(0, 24, 55, 0.1);
  padding: 20px 23px 35px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  height: 100%;
}
@media (min-width: 1200px) {
  .choose-card {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
  }
}
@media (min-width: 1600px) {
  .choose-card {
    padding-bottom: 30px;
  }
}
.choose-card-icon {
  background: #E9F9FF;
  border-radius: 15px;
  width: 75px;
  min-width: 75px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
@media (min-width: 1300px) {
  .choose-card-icon {
    width: 91px;
    min-width: 91px;
    height: 84px;
  }
}
.choose-card-txt h6 {
  position: relative;
  font-family: "Outfit", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  padding-bottom: 11px;
  margin-bottom: 10px;
}
.choose-card-txt h6::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  width: 46px;
  height: 2px;
  background: #000000;
  margin: auto;
}
@media (min-width: 1200px) {
  .choose-card-txt h6::after {
    right: auto;
  }
}
.choose-card-txt p {
  font-family: "Work Sans", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.42px;
  margin-bottom: 0;
}

.wwr-sec {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
@media (min-width: 576px) {
  .wwr-sec {
    padding: 5rem 0;
  }
}
@media (min-width: 992px) {
  .wwr-sec {
    padding: 5.5rem 0;
  }
}
@media (min-width: 1200px) {
  .wwr-sec {
    padding: 10rem 0 9.5rem;
  }
}
.wwr-sec::after {
  position: absolute;
  content: "";
  bottom: 28px;
  right: 13px;
  width: 140px;
  height: 184px;
  background-image: url("../images/figure1.png");
  background-repeat: no-repeat;
  background-size: auto;
  z-index: -1;
}

.wwr-card {
  background: #ffffff;
  border: 1px solid #DADADA;
  border-radius: 15px;
  padding: 35px 20px 20px;
  text-align: center;
  margin: 0 0 20px 0;
}
@media (min-width: 768px) {
  .wwr-card {
    margin: 0 15px;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .wwr-card {
    padding: 45px 30px 24px;
    margin: 0 30px;
  }
}
.wwr-card-pic {
  margin-bottom: 28px;
}
.wwr-card-pic img {
  max-width: 100%;
  border-radius: 15px;
}
.wwr-card-cont h2 {
  line-height: 28px;
}
@media (min-width: 992px) {
  .wwr-card-cont h2 {
    line-height: 38px;
  }
}
@media (min-width: 1200px) {
  .wwr-card-cont h2 {
    line-height: 52px;
  }
}
.wwr-card-cont p {
  color: #5F5F5F;
  line-height: 22px;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .wwr-card-cont p {
    line-height: 29px;
  }
}

.service-section-innr {
  background: #001837;
  border-radius: 20px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .service-section-innr {
    padding: 40px 35px;
  }
}
@media (min-width: 992px) {
  .service-section-innr {
    padding: 50px 35px 40px;
  }
}
@media (min-width: 1200px) {
  .service-section-innr {
    padding: 78px 52px 54px;
  }
}

.service-card {
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  padding: 17px 14px;
}
@media (min-width: 768px) {
  .service-card {
    height: 100%;
  }
}
.service-card-pic {
  position: relative;
}
.service-card-pic img {
  border-radius: 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .service-card-pic img {
    max-height: 194px;
  }
}
.service-card-pic .service-icon {
  position: absolute;
  left: 17px;
  bottom: -40px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #E9E9E9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card-pic .service-icon img {
  width: auto;
  -o-object-fit: none;
     object-fit: none;
}
.service-card-cont {
  padding: 50px 12px 35px;
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .service-card-cont {
    padding: 60px 12px 35px;
  }
}
.service-card-cont h5 {
  font-family: "Outfit", serif;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .service-card-cont h5 {
    margin-bottom: 20px;
  }
}
.service-card-cont p {
  font-family: "Poppins", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 0;
}
.service-card-cont .figure2 {
  position: absolute;
  right: 0;
  bottom: 0px;
  right: 0px;
  z-index: -1;
}

.contact-section-inr {
  background: url("../images/contact-bg.webp") no-repeat;
  background-size: cover;
  background-position: 0 0;
  border-radius: 15px;
  padding: 30px 20px;
}
@media (min-width: 768px) {
  .contact-section-inr {
    padding: 30px 40px;
  }
}

.map-block {
  background: rgba(0, 0, 0, 0.56);
  padding: 35px 20px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .map-block {
    padding: 65px 32px;
  }
}
.map-block h6 {
  font-size: 15px;
  line-height: 17.6px;
  font-family: "Work Sans", serif;
  font-weight: 500;
  color: #F1F1F1;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.map-block h3 {
  color: #ffffff;
  font-family: "Outfit", serif;
  margin-bottom: 20px;
}

.map-img img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.map-img iframe {
  width: 100%;
  height: 295px;
  border-radius: 15px;
}

.contact-form {
  background: #001837;
  border-radius: 15px;
  padding: 20px 20px 30px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .contact-form {
    padding: 23px 42px 34px;
  }
}
@media (min-width: 992px) {
  .contact-form {
    margin-top: 0;
  }
}

.form-wrap .form-label {
  display: block;
  color: #ffffff;
  font-family: "Outfit", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 13px;
}
@media (min-width: 576px) {
  .form-wrap .form-label {
    font-size: 20px;
    line-height: 25px;
  }
}
.form-wrap input, .form-wrap textarea, .form-wrap .form-select {
  background: transparent;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  padding: 12px 16px;
  color: #ffffff;
  font-family: "Outfit", serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px;
  width: 100%;
}
@media (min-width: 576px) {
  .form-wrap input, .form-wrap textarea, .form-wrap .form-select {
    padding: 18px 25px;
    border-radius: 15px;
  }
}
.form-wrap .form-select {
  background: transparent url("../images/select-arrow2.svg") no-repeat !important;
  background-size: 21px 13px !important;
  background-position: 95% center !important;
}
.form-wrap .form-select option {
  color: #000000;
}
.form-wrap textarea {
  height: 111px;
  resize: none;
}
.form-wrap .btn-submit {
  border-radius: 10px;
  font-family: "Outfit", serif;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  padding: 15px 20px;
  text-align: center;
  border: 0;
  width: 174px;
  background: #ffffff;
  margin-top: 20px;
}
@media (min-width: 576px) {
  .form-wrap .btn-submit {
    margin-top: 38px;
  }
}
@media (min-width: 1200px) {
  .form-wrap .btn-submit {
    font-size: 20px;
    line-height: 25px;
    padding: 20px;
    width: 194px;
  }
}
.form-wrap .btn-submit:hover, .form-wrap .btn-submit:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #0081EF;
}

.gallery-section {
  overflow-x: hidden;
}

.gal-item {
  height: 100%;
  padding: 0 10px;
}
.gal-item .overlay-container {
  position: relative;
  display: flex;
  text-align: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.gal-item .overlay-container:hover .overlay-link {
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.gal-item .overlay-container .image-link {
  display: flex;
  width: 100%;
}
.gal-item .overlay-container .image-link img {
  border-radius: 20px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gal-item .overlay-container .image-link .overlay-link img {
  width: 8.4rem;
  height: 8.7rem;
}
.gal-item .overlay-link {
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 20px;
  bottom: 0px;
  left: 0;
  right: 0px;
  margin: auto;
  background-color: rgba(43, 43, 43, 0.39);
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.25s;
  color: #ffffff;
  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-radius: 20px;
}
.gal-item .overlay-link .zoom-icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  background: #ffffff;
  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: 20px;
}
.gal-item .overlay-link .zoom-icon img {
  width: auto !important;
  height: auto !important;
}

.gallery-wrap {
  position: relative;
  overflow-x: hidden;
  margin: 0 -10px;
}
@media (min-width: 992px) {
  .gallery-wrap .slick-list {
    padding-right: 230px;
  }
}
@media (min-width: 1200px) {
  .gallery-wrap .slick-list {
    padding-right: 300px;
  }
}
.gallery-wrap .slider-arrows {
  display: flex;
  justify-content: center;
  margin-top: 45px;
}
@media (min-width: 992px) {
  .gallery-wrap .slider-arrows {
    margin-top: 75px;
  }
}
.gallery-wrap .slider-arrows ul {
  background: #001837;
  border-radius: 80px;
  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: 1.8rem;
  padding: 12px 16px;
  color: #ffffff;
}
.gallery-wrap .slider-arrows ul li {
  cursor: pointer;
  font-size: 0;
  line-height: 1;
}
.gallery-wrap .slider-arrows ul li img {
  transition: all 0.3s;
}
.gallery-wrap .slider-arrows ul li img:hover {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .service-dtls-row {
    padding: 0 3rem;
  }
}
@media (min-width: 1200px) {
  .service-dtls-row {
    padding-bottom: 0rem;
  }
}
.service-dtls-row:not(:last-child) {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid #000000;
}
@media (min-width: 768px) {
  .service-dtls-row:not(:last-child) {
    padding-top: 3rem;
    margin-bottom: 5rem;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .service-dtls-row:not(:last-child) {
    margin-bottom: 9.5rem;
    padding-top: 5rem;
    padding-bottom: 9.5rem;
  }
}
@media (min-width: 768px) {
  .service-dtls-row:last-child .row .img-block {
    order: 2;
  }
}
@media (min-width: 768px) {
  .service-dtls-row:last-child .row .text-block {
    order: 1;
  }
}
@media (min-width: 768px) {
  .service-dtls-row:last-child .row .text-block .sngl-sevice-desc {
    padding-left: 0;
    padding-right: 6.5rem;
  }
}
.service-dtls-row.mission-vision-row {
  border-bottom: 1px solid #ffffff;
}
.service-dtls-row.mission-vision-row:last-child {
  border-bottom: 0;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .service-dtls-row.mission-vision-row:last-child {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .service-dtls-row.mission-vision-row:last-child {
    padding-bottom: 9.5rem;
  }
}

.sngl-sevice-pic img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sngl-sevice-pic.mivi-pic img {
  border: 5px solid #ffffff;
}

.sngl-sevice-desc {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .sngl-sevice-desc {
    padding-left: 6.5rem;
    padding-top: 0;
  }
}
.sngl-sevice-desc h3 {
  position: relative;
  font-family: "Poppins", serif;
  font-weight: 600;
  color: #000000;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .sngl-sevice-desc h3 {
    margin-bottom: 34px;
  }
}
.sngl-sevice-desc h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 192px;
  height: 1px;
  background: #000000;
}
.sngl-sevice-desc p {
  font-family: "Poppins", serif;
  font-weight: 300;
}
.sngl-sevice-desc p:last-of-type {
  margin-bottom: 0;
}
.sngl-sevice-desc.mivi-cont h3, .sngl-sevice-desc.mivi-cont p {
  color: #ffffff;
}

.promo-card {
  display: flex;
  align-items: center;
  border-radius: 15px;
  overflow: hidden;
  background-size: cover !important;
  height: 100px;
  width: 100%;
  margin-top: 0px;
  padding: 20px 25px;
}
@media (min-width: 768px) {
  .promo-card {
    margin-top: 40px;
    height: 175px;
    padding: 30px 45px;
  }
}
@media (min-width: 992px) {
  .promo-card {
    height: 200px;
  }
}
@media (min-width: 1200px) {
  .promo-card {
    margin-top: 70px;
    padding: 50px 75px;
    height: 240px;
  }
}
.promo-card h3 {
  margin-bottom: 0;
  font-family: "Outfit", serif;
  line-height: 44px;
  font-weight: 400;
}

.services-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.services-slider .slick-track .slick-slide {
  height: auto;
}

.srv-item {
  min-width: 100%;
  height: 100%;
  padding: 15px;
  background: #F4F6F0;
  border-radius: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
@media (min-width: 576px) {
  .srv-item {
    min-height: auto;
  }
}
@media (min-width: 992px) {
  .srv-item {
    padding: 20px;
  }
}
@media (min-width: 1600px) {
  .srv-item {
    padding: 30px;
  }
}
.srv-item-pic {
  margin-bottom: 25px;
}
.srv-item-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}
@media (min-width: 576px) {
  .srv-item-pic img {
    max-height: 165px;
  }
}
.srv-item .title {
  font-family: "Outfit", serif;
  line-height: 31px;
  font-weight: 700;
  color: #000000;
  font-size: 16px;
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .srv-item .title {
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .srv-item .title {
    font-size: 25px;
  }
}
.srv-item .lrn-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #CF1417;
  border-radius: 35px;
  padding: 12px 28px 12px 26px;
  font-family: "Outfit", serif;
  line-height: 19px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.srv-item .lrn-more img {
  transition: all 0.3s;
  width: 20px;
}
@media (min-width: 992px) {
  .srv-item .lrn-more img {
    width: auto;
  }
}
.srv-item .lrn-more:hover {
  background: #0081EF;
}
.srv-item .lrn-more:hover img {
  margin-right: -5px;
}

.services-wrap {
  position: relative;
  overflow-x: hidden;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .services-wrap {
    padding: 0 8rem;
  }
}
.services-wrap .slide-item {
  padding: 0 15px;
}
.services-wrap .slider-arrows {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .services-wrap .slider-arrows {
    justify-content: flex-end;
  }
}
.services-wrap .slider-arrows ul {
  background: #001837;
  border-radius: 80px;
  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: 1.8rem;
  padding: 12px 16px;
  color: #ffffff;
}
.services-wrap .slider-arrows ul li {
  cursor: pointer;
  font-size: 0;
  line-height: 1;
}
.services-wrap .slider-arrows ul li img {
  transition: all 0.3s;
}
.services-wrap .slider-arrows ul li img:hover {
  opacity: 0.7;
}
.abt-cont {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .abt-cont {
    padding-left: 6.5rem;
    padding-top: 0;
  }
}
.abt-cont h3 {
  position: relative;
  font-family: "Poppins", serif;
  font-weight: 600;
  color: #000000;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .abt-cont h3 {
    margin-bottom: 34px;
  }
}
.abt-cont h3::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 148px;
  height: 1px;
  background: #000000;
}
.abt-cont p {
  font-family: "Poppins", serif;
  font-weight: 300;
}
.abt-cont p:last-of-type {
  margin-bottom: 0;
}

.mission-sec {
  background: #001837;
}
.mission-sec .sngl-sevice-desc h3 {
  padding-bottom: 0;
}
.mission-sec .sngl-sevice-desc h3::after {
  display: none;
}

.review-slider2 .slick-list {
  margin: 0 -7.5px;
}
.review-slider2 .review-item {
  padding: 0 7.5px;
}
.review-slider2 .review-item .item-img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-top-cont {
  padding: 0rem 0rem 3rem;
}
@media (min-width: 1200px) {
  .contact-top-cont {
    padding: 3rem 25rem 7rem;
  }
}
.contact-top-cont p {
  font-family: "Poppins", serif;
}

.info-block {
  background: rgba(0, 0, 0, 0.56);
  padding: 20px;
  border-radius: 15px;
}
@media (min-width: 768px) {
  .info-block {
    padding: 65px 32px;
  }
}

.info-item {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-bottom: 3rem;
}
.info-item:last-child {
  margin-bottom: 0;
}
.info-item i {
  min-width: 24px;
}
.info-item p {
  font-family: "Outfit", serif;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
@media (min-width: 1300px) {
  .info-item p {
    font-size: 25px;
  }
}
.info-item p a {
  color: #ffffff;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.info-item p a:hover {
  color: #CF1417;
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */
@media (max-width: 991px) {
  .primary-nav ul li.hassub i {
    right: 0;
    top: 0;
    padding:15px;
    margin-right: 0;
  }
}