@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Rajdhani:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

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

ul.bulleted-list li::after {
    position: absolute;
    content: "";
    background: url(../../images/frontend/tick.svg) no-repeat 0 0;
    width: 23px;
    height: 23px;
    background-size: 100% 100%;
    left: 0;
    top: 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: "GraphikRegular";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  height: 100%;
  font-size: 45%;
}
@media (min-width: 992px) {
  html {
    font-size: 50%;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 60%;
  }
}
@media (min-width: 1300px) {
  html {
    font-size: 62.5%;
  }
}

body {
  background-color: #ffffff;
  font-family: "GraphikRegular";
  color: #010101;
  font-size: 1.6rem;
  line-height: normal;
  font-weight: 400;
  padding-top: 87px;
}
@media (min-width: 992px) {
  body {
    padding-top: 0;
  }
}

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

p {
  margin: 0 0 1.5rem 0;
  font-size: 2rem;
  color: #010101;
  font-weight: 400;
  font-family: "GraphikRegular";
  line-height: 2.9rem;
}
@media (min-width: 576px) {
  p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
@media (min-width: 1440px) {
  p {
    margin-bottom: 2.5rem;
  }
}
p span {
  color: #21b5fb;
}
p:last-of-type {
  margin-bottom: 0;
}

strong, b {
  font-weight: 500;
  font-family: "GraphikMedium";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1.5rem 0;
  padding: 0;
  color: #030303;
  font-family: "GraphikSemibold";
  line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #e9b37b;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white {
  color: #ffffff;
}
h1.orange, h2.orange, h3.orange, h4.orange, h5.orange, h6.orange {
  color: #e9b37b;
}

h1 {
  font-size: 3rem;
  line-height: 3rem;
}
@media (min-width: 576px) {
  h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
@media (min-width: 1300px) {
  h1 {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 6.5rem;
    line-height: 9rem;
  }
}

h2 {
  font-size: 4rem;
  line-height: 4rem;
}
@media (min-width: 1300px) {
  h2 {
    font-size: 5.2rem;
    line-height: 5.5rem;
  }
}

h3 {
  font-size: 3.2rem;
}
@media (min-width: 1300px) {
  h3 {
    font-size: 3.8rem;
  }
}

h4 {
  font-size: 2.2rem;
}
@media (min-width: 1300px) {
  h4 {
    font-size: 2.4rem;
  }
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.8rem;
}

.container {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 576px) {
  .container {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
}
.red {
  border-color: #21b5fb;
}

.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;
}

.gray-bg {
  background: #595a5d;
}

.white-bg {
  background: #ffffff;
}

.bg-light-blue {
  background: #e6f5ff;
}

.bg-blue {
  background: #21b5fb;
}

.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: #4c4c4c !important;
  opacity: 0.8 !important;
}

::placeholder {
  color: #4c4c4c !important;
  opacity: 0.8 !important;
}

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: #21b5fb;
}

@media (max-width: 575px) {
  .wow {
    visibility: visible !important;
    animation: none !important;
  }
  #location-wrapper > .location.wow {
    visibility: visible !important;
    animation-duration: 4s !important;
    animation-delay: 0.1s !important;
    animation-iteration-count: 5 !important;
  }
  #location-wrapper .wobble {
    animation-name: wobble !important;
  }
  #location-wrapper .bounceIn {
    animation-name: bounceIn !important;
  }
  #location-wrapper .pulse {
    animation-name: pulse !important;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.bg-grey {
  background-color: #595a5d;
}

.bg-white {
  background: #ffffff;
}

.grey-bg {
  background: #f4f4f4;
}

.green {
  color: #e9b37b;
}

.mb-40 {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .mb-40 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 4rem;
  }
}

.mb-80 {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .mb-80 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 6rem;
  }
}
@media (min-width: 1440px) {
  .mb-80 {
    margin-bottom: 8rem;
  }
}

.mb-60 {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .mb-60 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 5.4rem;
  }
}
@media (min-width: 1440px) {
  .mb-60 {
    margin-bottom: 6.4rem;
  }
}

.mb-120 {
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .mb-120 {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .mb-120 {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1440px) {
  .mb-120 {
    margin-bottom: 12rem;
  }
}

.pb-120 {
  padding-bottom: 2rem;
}
@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  .pb-120 {
    padding-bottom: 8rem;
  }
}
@media (min-width: 1440px) {
  .pb-120 {
    padding-bottom: 12rem;
  }
}

@media (min-width: 768px) {
  .pl-60 {
    padding-left: 3rem;
  }
}
@media (min-width: 1440px) {
  .pl-60 {
    padding-left: 6rem;
  }
}

.comm-padd {
  padding: 4rem 0;
}
@media (min-width: 576px) {
  .comm-padd {
    padding: 5rem 0 6rem;
  }
}
@media (min-width: 768px) {
  .comm-padd {
    padding: 6.5rem 0 7.5rem;
  }
}

.section-heading {
  margin: 0 auto 4rem;
  max-width: 105rem;
}
.section-heading h2 {
  color: #030303;
  font-weight: 700;
  line-height: 5rem;
  margin: 0;
}
.section-heading p {
  color: #272727;
  font-size: 2rem;
  line-height: 2.9rem;
  margin: 2rem 0 0;
  font-family: "GraphikRegular";
}
@media (min-width: 576px) {
  .section-heading p {
    font-size: 1.7rem;
    line-height: 2.6rem;
  }
}
.section-heading p a {
  text-decoration: underline;
}
.section-heading p a:hover {
  text-decoration: none;
}
.section-heading.text-white h2, .section-heading.text-white p {
  color: #ffffff;
}

ul.bulleted-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.bulleted-list li {
  padding-left: 40px;
  color: #030303;
  font-size: 15px;
  font-family: "GraphikMedium";
  line-height: 22px;
  position: relative;
  text-align: left;
}
@media (min-width: 576px) {
  ul.bulleted-list li {
    font-size: 17px;
    line-height: 24px;
  }
}
ul.bulleted-list li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  ul.bulleted-list li:not(:last-child) {
    margin-bottom: 24px;
  }
}
ul.bulleted-list li::after {
  position: absolute;
  content: "";
  background: url("../../images/frontend/tick.svg") no-repeat 0 0;
  width: 23px;
  height: 23px;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}

.tag {
  color: #e9b37b;
}

.sub-heading {
  font-size: 2rem;
  color: #e9b37b;
  font-family: "GraphikMedium";
  margin-bottom: 1rem;
}
.sub-heading.black {
  color: #030303;
}

.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: 18px;
  font-family: "GraphikSemibold";
  font-weight: 500;
  background: #21b5fb;
  padding: 1.5rem 2.5rem;
  line-height: normal;
  white-space: nowrap;
  border: 0;
  border-radius: 7px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  min-width: 19rem;
  gap: 1.5rem;
}
.btn:hover, .btn:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #e9b37b;
}
.btn-outline {
  background: transparent;
  border: 1px solid #21b5fb;
  color: #ffffff;
}
.btn-outline:hover, .btn-outline:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #e9b37b;
  border-color: #e9b37b;
}
.btn-sm {
  padding: 1.2rem 2rem;
  min-width: 12.5rem;
  font-size: 16px;
  font-family: "GraphikMedium";
}
.btn-block {
  width: 100%;
}
.btn-white {
  background: #fdfcfb;
  color: #21b5fb;
  font-size: 16px;
  text-transform: uppercase;
}
.btn-white:hover, .btn-white:focus {
  color: #ffffff;
  background: #21b5fb;
}
.btn-xs {
  padding: 1.2rem 2rem;
  min-width: 13.5rem;
  font-size: 18px;
  font-family: "GraphikSemibold";
}
.btn .fa-arrow-circle-right {
  font-size: 20px;
}
.btn-submit {
  background: #e9b37b;
  font-family: "GraphikMedium";
  font-size: 20px;
}
.btn-submit:hover, .btn-submit:focus {
  color: #ffffff;
  outline: 0;
  box-shadow: none;
  background: #21b5fb;
}

.site-header {
  background: #eab37b;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  padding: 1.3rem 0;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .site-header {
    position: static;
    padding: 1rem 0;
    box-shadow: none;
  }
}
@media (min-width: 1200px) {
  .site-header {
    padding: 1.5rem 0;
  }
}
.site-header-inner {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  padding-right: 50px;
}
@media (min-width: 992px) {
  .site-header-inner {
    padding-right: 0;
  }
}
.site-header-inner .header-rht {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  gap: 6rem;
}
.site-header-inner .header-rht .btn-white {
  font-size: 12px;
  padding: 1rem 2rem;
  min-width: auto;
}
@media (min-width: 576px) {
  .site-header-inner .header-rht .btn-white {
    font-size: 16px;
    padding: 1.5rem 2.5rem;
    min-width: 19rem;
  }
}

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

.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: 87px;
  overflow-y: auto;
  padding-top: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (min-width: 992px) {
  .primary-nav {
    width: auto;
    height: auto;
    position: static;
    box-shadow: none;
    padding: 0rem;
    background: transparent;
    z-index: 1;
    overflow-y: visible;
    padding-right: 0px;
  }
}
.primary-nav ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .primary-nav ul {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 35px;
  }
}
@media (min-width: 1200px) {
  .primary-nav ul {
    gap: 45px;
  }
}
.primary-nav ul li {
  margin: 0;
  border-bottom: 1px solid lightgrey;
  text-align: center;
}
@media (min-width: 992px) {
  .primary-nav ul li {
    border-bottom: 0;
    text-align: left;
  }
}
.primary-nav ul li a {
  color: #282828;
  font-size: 16px;
  font-family: "GraphikMedium";
  text-transform: uppercase;
  padding: 10px 0px;
  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;
  position: relative;
}
@media (min-width: 992px) {
  .primary-nav ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    width: 100%;
    height: 4px;
    background: #ffffff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
  }
}
.primary-nav ul li:hover a, .primary-nav ul li.active a, .primary-nav ul li.current-menu-item a, .primary-nav ul li.current_page_item a {
  color: #ffffff;
  background: #eab37b;
}
.primary-nav ul li:hover a::after, .primary-nav ul li.active a::after, .primary-nav ul li.current-menu-item a::after, .primary-nav ul li.current_page_item a::after {
  opacity: 1;
  visibility: visible;
  top: -27px;
}
@media (min-width: 1200px) {
  .primary-nav ul li:hover a::after, .primary-nav ul li.active a::after, .primary-nav ul li.current-menu-item a::after, .primary-nav ul li.current_page_item a::after {
    top: -34px;
  }
}
.primary-nav ul li.active a, .primary-nav ul li.current-menu-item a, .primary-nav ul li.current_page_item a {
  font-weight: 700;
}

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

.toggle-sidebar {
  display: block;
  padding: 0;
  position: absolute;
  right: 0;
}
@media (min-width: 992px) {
  .toggle-sidebar {
    display: none;
  }
}
.toggle-sidebar span {
  background: #ffffff;
  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;
  }
}

.hero-slider {
  z-index: -1;
}
.hero-slider .hero-item {
  position: relative;
}
.hero-slider .hero-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
@media (min-width: 576px) {
  .hero-slider .hero-item img {
    -o-object-position: left;
       object-position: left;
  }
}
.hero-slider .hero-cont {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (min-width: 576px) {
  .hero-slider .hero-cont {
    background: transparent;
  }
}
@media (min-width: 992px) {
  .hero-slider .hero-cont {
    height: 100%;
    top: 0;
    bottom: 0;
    transform: translateY(0);
  }
}
.hero-slider .text-wrap {
  max-width: 380px;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  text-align: center;
  margin: auto;
}
@media (min-width: 576px) {
  .hero-slider .text-wrap {
    height: auto;
    display: block;
    text-align: left;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .hero-slider .text-wrap {
    max-width: 450px;
    padding-top: 10rem;
  }
}
@media (min-width: 1200px) {
  .hero-slider .text-wrap {
    max-width: 85rem;
    padding-top: 8rem;
  }
}
@media (min-width: 1600px) {
  .hero-slider .text-wrap {
    padding-top: 10rem;
  }
}
@media (min-width: 1920px) {
  .hero-slider .text-wrap {
    padding-top: 14rem;
  }
}
.hero-slider .text-wrap h1 {
  color: #ffffff;
  line-height: 3rem;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .hero-slider .text-wrap h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
}
@media (min-width: 1300px) {
  .hero-slider .text-wrap h1 {
    font-size: 5rem;
    line-height: 7rem;
  }
}
@media (min-width: 1400px) {
  .hero-slider .text-wrap h1 {
    font-size: 5.5rem;
    line-height: 6.5rem;
  }
}
@media (min-width: 1536px) {
  .hero-slider .text-wrap h1 {
    font-size: 6.5rem;
    line-height: 9rem;
  }
}
.hero-slider .text-wrap p {
  font-weight: 400;
  color: #ffffff;
  line-height: 2.6rem;
  font-size: 1.8rem;
  font-family: "GraphikRegular";
  margin-bottom: 1.5rem;
}
@media (min-width: 1300px) {
  .hero-slider .text-wrap p {
    margin-bottom: 2rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media (min-width: 1400px) {
  .hero-slider .text-wrap p {
    margin-bottom: 3rem;
    font-size: 2.2rem;
  }
}
.hero-slider .text-wrap .btn-wrap {
  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;
  flex-wrap: wrap;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .hero-slider .text-wrap .btn-wrap {
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -moz-flex-direction: row;
    flex-direction: row;
    margin-top: 3rem;
  }
}
.hero-slider .text-wrap .btn-wrap .btn {
  font-size: 14px;
  padding: 1rem 2rem;
  min-width: 145px;
}
@media (min-width: 576px) {
  .hero-slider .text-wrap .btn-wrap .btn {
    font-size: 18px;
    padding: 1.5rem 2.5rem;
    min-width: 19rem;
  }
}
.hero-slider .slick-dots {
  position: absolute;
  margin: auto;
  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: 2rem;
  width: 100%;
  bottom: 0;
}
@media (min-width: 992px) {
  .hero-slider .slick-dots {
    max-width: 960px;
    position: absolute;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    bottom: 4.5rem;
    left: 0;
    right: 0;
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .hero-slider .slick-dots {
    max-width: 1140px;
    bottom: 10.5rem;
  }
}
@media (min-width: 1400px) {
  .hero-slider .slick-dots {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .hero-slider .slick-dots {
    max-width: 1300px;
  }
}
.hero-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
.hero-slider .slick-dots li button {
  border: 0;
  width: 20px;
  height: 6px;
  padding: 0;
  border-radius: 50px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  background: #ffffff;
}
@media (min-width: 992px) {
  .hero-slider .slick-dots li button {
    width: 26px;
    height: 8px;
  }
}
@media (min-width: 1400px) {
  .hero-slider .slick-dots li button {
    width: 29px;
    height: 8px;
  }
}
.hero-slider .slick-dots li button::before {
  display: none;
}
.hero-slider .slick-dots li.slick-active button {
  background: #1599d3;
  width: 70px;
}
@media (min-width: 576px) {
  .hero-slider .slick-dots li.slick-active button {
    width: 118px;
  }
}
.hero-slider .img-holder {
  height: 300px;
}
@media (min-width: 768px) {
  .hero-slider .img-holder {
    height: auto;
  }
}
.hero-slider .container {
  height: 100%;
}

.hero-banner-section {
  position: relative;
  z-index: 1;
}
.hero-banner-section .slider-arrows {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
  display: none;
}
@media (min-width: 1200px) {
  .hero-banner-section .slider-arrows {
    display: block;
  }
}
.hero-banner-section .slider-arrows ul {
  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: 0 2.5rem;
}
@media (min-width: 992px) {
  .hero-banner-section .slider-arrows ul {
    padding: 0 2.5rem;
  }
}
@media (min-width: 1200px) {
  .hero-banner-section .slider-arrows ul {
    padding: 0 0.5rem;
  }
}
@media (min-width: 1300px) {
  .hero-banner-section .slider-arrows ul {
    padding: 0 2rem;
  }
}
@media (min-width: 1536px) {
  .hero-banner-section .slider-arrows ul {
    padding: 0 5rem;
  }
}
.hero-banner-section .slider-arrows ul li {
  cursor: pointer;
}
.hero-banner-section .slider-arrows ul li img {
  width: 32px;
}
@media (min-width: 1536px) {
  .hero-banner-section .slider-arrows ul li img {
    width: auto;
  }
}

.site-banner {
  position: relative;
  z-index: 1;
}
.site-banner .banner-img {
  display: flex;
  height: 125px;
}
@media (min-width: 414px) {
  .site-banner .banner-img {
    height: 140px;
  }
}
@media (min-width: 576px) {
  .site-banner .banner-img {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .site-banner .banner-img {
    height: auto;
  }
}
.site-banner .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-banner .banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.site-banner .banner-content .ban-text {
  text-align: left;
  max-width: 81rem;
}
.site-banner .banner-content .ban-text h1 {
  margin-bottom: 1rem;
  color: #e9b37b;
  line-height: 1;
}
@media (min-width: 1400px) {
  .site-banner .banner-content .ban-text h1 {
    font-size: 7.2rem;
  }
}
.site-banner .banner-content .ban-text p {
  color: #ffffff;
  font-size: 20px;
  display: none;
}
@media (min-width: 992px) {
  .site-banner .banner-content .ban-text p {
    display: block;
  }
}
.site-banner .banner-content .ban-text .breadcrumb {
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media (min-width: 414px) {
  .site-banner .banner-content .ban-text .breadcrumb {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .site-banner .banner-content .ban-text .breadcrumb {
    flex-wrap: nowrap;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 1.5rem;
    margin-top: 3rem;
  }
}
.site-banner .banner-content .ban-text .breadcrumb li {
  font-size: 1.9rem;
  color: #e9b37b;
  font-family: "GraphikMedium";
}
.site-banner .banner-content .ban-text .breadcrumb li a {
  color: #ffffff;
}
.site-banner .banner-content .ban-text .breadcrumb li a:hover {
  color: #e9b37b;
}

.about-img img {
  border-radius: 6px;
}

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

.services-section {
  background: url("../../images/frontend/service-bg.webp") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.services-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(234, 179, 123, 0.5);
  z-index: -1;
}

.activity-block {
  gap: 20px 0;
}
@media (min-width: 992px) {
  .activity-block {
    gap: 0;
  }
}

.partners-offer {
  background: #e9b37b;
  padding: 28px;
  border-radius: 10px;
}

.offer-info {
  padding: 25px 15px;
  padding-right: 24px;
  background: #ffffff;
  gap: 15px;
  border-radius: 10px;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-flex-direction: column;
  flex-direction: column;
}
.offer-info:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .offer-info {
    -moz-flex-direction: row;
    flex-direction: row;
    gap: 40px;
    padding: 15px;
  }
}
.offer-info .offer-left {
  gap: 12px;
  -moz-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .offer-info .offer-left {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .offer-info .offer-left {
    gap: 24px;
  }
}
.offer-info .offer-details {
  text-align: center;
}
@media (min-width: 768px) {
  .offer-info .offer-details {
    text-align: left;
  }
}
.offer-info .offer-details h6 {
  font-size: 17px;
  margin-bottom: 10px;
  font-family: "GraphikMedium";
}
.offer-info .company-logo {
  width: 132px;
  min-width: 132px;
  height: 70px;
  padding: 10px;
  border-radius: 10px;
  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;
  background: #eeeeee;
}
@media (min-width: 1400px) {
  .offer-info .company-logo {
    width: 147px;
    min-width: 147px;
    height: 78px;
  }
}
.offer-info .bottom {
  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;
  flex-wrap: wrap;
  gap: 7px;
}
@media (min-width: 576px) {
  .offer-info .bottom {
    flex-wrap: nowrap;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
.offer-info span {
  padding-left: 12px;
  font-size: 17px;
}
.offer-info span.tag {
  background: #d1f0ff;
  padding: 10px 23px;
  min-width: 84px;
  border-radius: 6px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  font-size: 15px;
  font-family: "GraphikMedium";
  color: #030303;
}

.testimonial-section {
  background: #eff5f9;
}

.testimonial-slider .slick-track {
  display: flex;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.testimonial-slider .slick-slide {
  padding: 30px 20px;
  height: auto;
}
.testimonial-slider .slick-slide > div {
  height: 100%;
}
.testimonial-slider .slick-dots {
  position: relative;
  margin: 25px auto 0;
  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;
  bottom: 0px;
}
.testimonial-slider .slick-dots li {
  width: auto;
  height: 28px;
  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;
}
.testimonial-slider .slick-dots li button {
  border: 0;
  width: 15px;
  height: 15px;
  border: 0;
  background: #d7dce0;
  padding: 0;
  border-radius: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.testimonial-slider .slick-dots li button::before {
  display: none;
}
.testimonial-slider .slick-dots li.slick-active button {
  background: #21b5fb;
  width: 28px;
  height: 28px;
}

.testimonial-item {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  padding: 58px 26px 35px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s;
}
.testimonial-item p {
  color: #797979;
  font-size: 15px;
  line-height: 26px;
  font-style: italic;
}
.testimonial-item p:last-of-type {
  margin-bottom: 0;
}
.testimonial-item .comma {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #21b5fb;
  position: absolute;
  left: 27px;
  top: -30px;
}
.testimonial-item .testi-bott {
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-flex-direction: column;
  flex-direction: column;
  padding-top: 3rem;
  gap: 1.5rem;
}
@media (min-width: 1200px) {
  .testimonial-item .testi-bott {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: row;
    flex-direction: row;
    padding-top: 6rem;
    gap: 0;
  }
}
.testimonial-item .testi-bott h5 {
  font-size: 20px;
  margin: 0;
}
.testimonial-item .testi-bott span.desig {
  color: #6b6b6b;
  font-size: 15px;
}
.testimonial-item:hover {
  background: #a8e2ff;
}
.testimonial-item:hover p {
  color: #424242;
}

.counter-card {
  border-radius: 20px;
  max-width: 200px;
  margin: 0 auto;
  width: 100%;
  height: 110px;
  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;
  background: #21b5fb;
  font-size: 6rem;
  color: #ffffff;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .counter-card {
    max-width: none;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .counter-card {
    height: 154px;
  }
}
@media (min-width: 1400px) {
  .counter-card {
    height: 184px;
    font-size: 8rem;
  }
}
.counter-card .counter {
  min-width: -moz-max-content;
  min-width: max-content;
}
.counter-card:hover {
  background: #eab37b;
}

.title {
  font-size: 18px;
  font-family: "GraphikSemibold";
  color: #000000;
  display: block;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .title {
    padding: 10px 0 0;
  }
}
@media (min-width: 1400px) {
  .title {
    font-size: 24px;
    padding-top: 15px;
  }
}

.card-bg {
  background: url("../../images/frontend/card-bg.webp") no-repeat center bottom;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  margin-top: 6rem;
  padding: 5rem 3.5rem;
}
@media (min-width: 1200px) {
  .card-bg {
    padding: 6rem 7.5rem;
    margin-top: 8rem;
  }
}
.card-bg::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: rgba(233, 179, 123, 0.52);
}

.card-bg-inr {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .card-bg-inr {
    -moz-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }
}
.card-bg-inr .card-bg-col {
  width: 100%;
}
@media (min-width: 992px) {
  .card-bg-inr .card-bg-col {
    width: 380px;
  }
}
@media (min-width: 1200px) {
  .card-bg-inr .card-bg-col {
    width: 465px;
  }
}
.card-bg-inr .card-bg-col .bg-header {
  background: #000000;
  padding: 15px;
  text-align: center;
  font-family: "GraphikSemibold";
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .card-bg-inr .card-bg-col .bg-header {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .card-bg-inr .card-bg-col .bg-header {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .card-bg-inr .card-bg-col .bg-header {
    font-size: 24px;
    padding: 20px;
  }
}
.card-bg-inr .card-bg-col p {
  font-size: 17px;
  line-height: 26px;
  margin: 3rem 0;
}

.subscription-section {
  background: url("../../images/frontend/subscription-bg.webp") no-repeat center top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 6rem 0rem;
}
@media (min-width: 576px) {
  .subscription-section {
    padding: 8rem 10rem;
  }
}
.subscription-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 40, 40, 0.85);
}

.subscription-form-wrap {
  position: relative;
  z-index: 1;
}

.input-wrap {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  margin: 0 auto;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 576px) {
  .input-wrap {
    flex-wrap: nowrap;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    height: 55px;
    gap: 0;
    padding: 6px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .input-wrap {
    max-width: 75%;
  }
}
@media (min-width: 1200px) {
  .input-wrap {
    max-width: 69rem;
    height: 75px;
  }
}
.input-wrap span.icon {
  min-width: 27px;
  display: inline-flex;
  margin-right: 2rem;
}
.input-wrap input[type=email] {
  border: 0;
  height: 28px;
  width: 100%;
  border: 0;
  color: #3a3a3a;
  font-size: 17px;
}
@media (min-width: 992px) {
  .input-wrap input[type=email] {
    width: 300px;
    height: 35px;
  }
}
.input-wrap input[type=submit] {
  min-width: 150px;
  height: 45px;
  font-family: "GraphikMedium";
  font-size: 18px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .input-wrap input[type=submit] {
    min-width: 170px;
  }
}
@media (min-width: 1200px) {
  .input-wrap input[type=submit] {
    height: 59px;
    font-size: 20px;
    min-width: 200px;
  }
}
.input-wrap .input-field {
  border: 1px solid #595a5d;
  padding: 5px 10px;
  border-radius: 5px;
}
@media (min-width: 576px) {
  .input-wrap .input-field {
    border: 0;
    padding: 0;
    border-radius: 0;
  }
}

.partner-section {
  background: #ffffff;
}

.partner-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 1.8rem;
  height: 12.6rem;
  width: 23.2rem;
  display: flex !important;
  -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: 2px solid #7c7c7d;
}
.partner-item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner-slider .slick-slide {
  padding: 0 1.7rem;
}
.partner-slider .slick-dots {
  position: absolute;
  margin: 0 auto;
  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;
  bottom: -70px;
}
.partner-slider .slick-dots li {
  width: auto;
  height: 30px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.partner-slider .slick-dots li button {
  border: 0;
  width: 15px;
  height: 15px;
  border: 0;
  background: #90dafd;
  padding: 0;
  border-radius: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.partner-slider .slick-dots li button::before {
  display: none;
}
.partner-slider .slick-dots li.slick-active button {
  background: #21b5fb;
  width: 30px;
  height: 30px;
}
.partner-slider .slick-prev, .partner-slider .slick-next {
  width: auto;
  height: auto;
}
.partner-slider .slick-prev::before, .partner-slider .slick-next::before {
  opacity: 1;
  display: block;
  width: 28px;
  height: 28px;
  background-size: 100% 100% !important;
}
@media (min-width: 992px) {
  .partner-slider .slick-prev::before, .partner-slider .slick-next::before {
    width: 35px;
    height: 35px;
  }
}
.partner-slider .slick-prev {
  left: -40px;
}
.partner-slider .slick-prev::before {
  content: "";
  background: url("../../images/frontend/arrow-prev.svg") no-repeat;
}
.partner-slider .slick-next {
  right: -40px;
}
.partner-slider .slick-next::before {
  content: "";
  background: url("../../images/frontend/arrow-next.svg") no-repeat;
}

.partner-slider-section {
  position: relative;
  z-index: 1;
  padding: 0 2rem;
}
@media (min-width: 576px) {
  .partner-slider-section {
    padding: 0 2rem 5rem;
  }
}
@media (min-width: 1300px) {
  .partner-slider-section {
    padding: 0 0 5rem;
  }
}
@media (min-width: 576px) {
  .partner-slider-section .slider-arrows {
    display: none;
  }
}
.partner-slider-section .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;
  padding: 2rem;
  gap: 7px;
}
.partner-slider-section .slider-arrows ul li {
  cursor: pointer;
  width: 25px;
}

.ftr-row {
  display: flex;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 1.5rem 0;
}
@media (min-width: 768px) {
  .ftr-row {
    gap: 3.5rem;
  }
}
@media (min-width: 992px) {
  .ftr-row {
    flex-wrap: nowrap;
  }
}
.ftr-row .ftr-col {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .ftr-row .ftr-col:not(:last-child) {
    border-right: 1px solid #272727;
  }
}
.ftr-row .ftr-col:first-child, .ftr-row .ftr-col:nth-child(4) {
  border-right: 0;
}
@media (min-width: 992px) {
  .ftr-row .ftr-col:first-child, .ftr-row .ftr-col:nth-child(4) {
    border-right: 1px solid #272727;
  }
}
@media (min-width: 576px) {
  .ftr-row .ftr-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .ftr-row .ftr-col {
    flex: 25%;
    max-width: 50%;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .ftr-row .ftr-col {
    flex: auto;
  }
}
.ftr-row .ftr-col:first-child {
  width: 100%;
  flex: 100%;
  max-width: none;
}
@media (min-width: 992px) {
  .ftr-row .ftr-col:first-child {
    flex: 20%;
    width: auto;
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .ftr-row .ftr-col:first-child {
    padding-right: 0;
    flex: auto;
  }
}

.footer {
  background: #020202;
  position: relative;
}
.footer-top {
  padding: 4rem 0 0rem;
}
@media (min-width: 576px) {
  .footer-top {
    padding: 6rem 0 0rem;
  }
}
@media (min-width: 992px) {
  .footer-top {
    padding: 9rem 0 6.5rem;
  }
}
.footer-top .ftr-logo {
  margin-bottom: 2.5rem;
  display: block;
  text-align: left;
}
.footer-top .footer-col {
  max-width: none;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-top .footer-col {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer-top .footer-col {
    margin-bottom: 0;
  }
}
.footer-top .footer-col .frst-inr {
  width: 125px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-top .footer-col .frst-inr {
    margin: auto;
  }
}
@media (min-width: 1200px) {
  .footer-top .footer-col .frst-inr {
    width: 135px;
  }
}
.footer-top .footer-col p {
  color: #c6c6c6;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0px;
}
.footer-top .footer-col p.address {
  margin-bottom: 1.6rem;
}
.footer-top .footer-col p a {
  color: #e9b37b;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.footer-top .footer-col p a:hover {
  color: #e9b37b;
  text-decoration: underline;
}
.footer-top .footer-col h4 {
  margin-bottom: 3rem;
  color: rgba(255, 255, 255, 0.7);
  font-family: "GraphikMedium";
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
@media (min-width: 1300px) {
  .footer-top .footer-col h4 {
    font-size: 22px;
    padding-bottom: 15px;
  }
}
.footer-top .footer-col h4::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  bottom: 0;
  width: 98px;
  height: 3px;
  background: #e9b37b;
  margin: auto;
}
@media (min-width: 768px) {
  .footer-top .footer-col h4::after {
    right: auto;
  }
}
.footer-top .footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-top .footer-col ul li {
  display: block;
  margin-bottom: 1.5rem;
}
.footer-top .footer-col ul li:last-child {
  margin-bottom: 0;
}
.footer-top .footer-col ul li a {
  color: #c6c6c6;
  font-size: 16px;
  font-family: "GraphikRegular";
  display: inline-block;
}
.footer-top .footer-col ul li a:hover {
  color: #e9b37b;
}
.footer-top .footer-col.contact-info p:not(:last-of-type) {
  margin-bottom: 1.2rem;
  color: #c6c6c6;
  font-size: 1.6rem;
  font-weight: 400;
  font-family: "GraphikRegular";
  line-height: 32px;
}
.footer-top .footer-col.contact-info p:not(:last-of-type) a {
  color: #c6c6c6;
}
.footer-top .footer-col.contact-info p:not(:last-of-type) a:hover {
  color: #e9b37b;
  text-decoration: underline;
}
.footer-top .footer-col.first-col {
  max-width: 50rem;
}
.footer-bottom {
  padding-top: 2.2rem;
  padding-bottom: 2.4rem;
}
.footer-bottom .bottom-left {
  gap: 20px;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .footer-bottom .bottom-left {
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .footer-bottom .bottom-left {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.footer-bottom .copy-right {
  text-align: left;
  color: #dadada;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "GraphikRegular";
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .footer-bottom .copy-right {
    text-align: left;
  }
}
@media (min-width: 1300px) {
  .footer-bottom .copy-right {
    font-size: 1.6rem;
  }
}
.footer-bottom .copy-right a {
  color: #e9b37b;
}
.footer-bottom .copy-right a:hover {
  color: #e9b37b;
  text-decoration: underline;
}
.footer-bottom .copy-right.right-links {
  text-align: center;
}
@media (min-width: 768px) {
  .footer-bottom .copy-right.right-links {
    text-align: right;
  }
}
.footer-bottom .copy-right.right-links a {
  color: #dadada;
}
.footer-bottom .copy-right.right-links a:hover {
  color: #e9b37b;
  text-decoration: underline;
}

.social-links {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 12px;
}
.social-links a {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  font-size: 22px;
}
.social-links a:hover {
  opacity: 0.8;
}
.social-links.blue {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.social-links.blue a {
  color: #21b5fb;
}

.scrollTop {
  position: fixed;
  right: 3%;
  bottom: 80px;
  background-color: #21b5fb;
  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;
}

.whatsapp-link {
  position: absolute;
  right: 3%;
  bottom: -45px;
  z-index: 3;
  width: 4rem;
}
@media (min-width: 992px) {
  .whatsapp-link {
    width: auto;
    bottom: -50px;
  }
}
@media (min-width: 1300px) {
  .whatsapp-link {
    right: 4%;
  }
}
@media (min-width: 1400px) {
  .whatsapp-link {
    right: 5%;
  }
}

/* Style for the custom dropdown */
.custom-dropdown {
  display: inline-block;
  position: relative;
}
.custom-dropdown-select {
  cursor: pointer;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100px;
  height: auto;
  border: 0;
  border-radius: 0px;
  padding: 0;
  font-size: 15px;
  color: #ffffff;
  font-family: "GraphikSemibold";
  background-color: transparent;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .custom-dropdown-select {
    width: 13rem;
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .custom-dropdown-select {
    font-size: 1.5rem;
  }
}
.custom-dropdown-select::after {
  position: absolute;
  content: "";
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../images/frontend/down-arrow.svg") no-repeat center right;
  width: 7px;
  height: 5px;
  background-size: 100%;
}
@media (min-width: 768px) {
  .custom-dropdown-select::after {
    width: 9px;
    height: 7px;
    right: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .custom-dropdown-select::after {
    width: 12px;
  }
}
.custom-dropdown-flag {
  margin-right: 5px;
  max-width: 15px;
  max-height: 15px;
}
@media (min-width: 768px) {
  .custom-dropdown-flag {
    max-width: 20px;
    max-height: 20px;
  }
}
@media (min-width: 1200px) {
  .custom-dropdown-flag {
    margin-right: 10px;
  }
}
.custom-dropdown-options {
  display: none;
  position: absolute;
  bottom: 100%;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
  width: 100%;
}
.custom-dropdown-options li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.custom-dropdown-options li:hover {
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .custom-dropdown-options li {
    font-size: 1.3rem;
  }
}

.card {
  box-shadow: 0 0 21px rgba(77, 77, 78, 0.2);
  background: #ffffff;
  border-radius: 10px;
  padding: 1.5rem;
  border: 0;
}
.card.offer-pic {
  height: 100%;
}
.card.offer-pic img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.card.service-card {
  height: 100%;
}
.card.service-card .service-card-pic img {
  border-radius: 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.service-card .service-card-cont {
  padding: 25px 0 70px;
  height: 100%;
  position: relative;
}
.card.service-card .service-card-cont h5 {
  font-size: 19px;
}
.card.service-card .service-card-cont p {
  color: #343434;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 30px;
}
.card.service-card .service-card-cont .btn {
  width: 177px;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.card.service-card .service-card-cont .btn.btn-xs {
  width: 136px;
  right: auto;
  left: 10px;
}
.card.service-card .service-card-cont ul {
  padding-bottom: 4rem;
}
.card.service-card .service-card-cont ul li {
  padding-left: 40px;
  color: #030303;
  font-size: 15px;
  line-height: 22px;
  position: relative;
}
@media (min-width: 576px) {
  .card.service-card .service-card-cont ul li {
    font-size: 17px;
    line-height: 24px;
  }
}
.card.service-card .service-card-cont ul li:not(:last-child) {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card.service-card .service-card-cont ul li:not(:last-child) {
    margin-bottom: 24px;
  }
}
.card.service-card .service-card-cont ul li::after {
  position: absolute;
  content: "";
  background: url("../../images/frontend/tick.svg") no-repeat 0 0;
  width: 23px;
  height: 23px;
  background-size: 100% 100%;
  left: 0;
  top: 0;
}

.service-block .card {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .service-block .card {
    margin-bottom: 0;
  }
}
.service-block .card.service-card {
  height: auto;
}
@media (min-width: 992px) {
  .service-block .card.service-card {
    height: 100%;
  }
}
.service-block .card.service-card .service-card-cont {
  padding: 20px 10px 60px;
}
@media (min-width: 576px) {
  .service-block .card.service-card .service-card-cont {
    padding: 30px 10px 60px;
  }
}

.offer-card {
  background: #ffeedf;
  border-radius: 15px;
  padding: 3rem;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 25px;
  margin-bottom: 3.4rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .offer-card {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1400px) {
  .offer-card {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 45px;
    padding: 4rem 3.8rem;
  }
}
.offer-card-pic {
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
  min-width: 100%;
  display: flex;
}
@media (min-width: 992px) {
  .offer-card-pic {
    min-width: 330px;
  }
}
@media (min-width: 1400px) {
  .offer-card-pic {
    min-width: 398px;
    padding: 15px;
    border-radius: 15px;
  }
}
.offer-card-pic img {
  border-radius: 7px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1400px) {
  .offer-card-pic img {
    border-radius: 10px;
  }
}
.offer-card-cont {
  text-align: center;
}
.offer-card-cont h3 {
  color: #e9b37b;
  margin-bottom: 1rem;
}
.offer-card-cont p {
  font-size: 18px;
  color: #5a5a5a;
  line-height: 30px;
}
.offer-card-cont .btn-xs {
  min-width: 172px;
  padding: 1.4rem 2rem;
  margin-top: 3rem;
}
@media (min-width: 576px) {
  .offer-card-cont {
    text-align: left;
  }
}
.offer-card:hover {
  background: #cdeeff;
}

.propos-card:not(:last-child) {
  margin-bottom: 5rem;
}
@media (min-width: 992px) {
  .propos-card:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.propos-card-pic {
  max-width: 478px;
  margin: 0 auto;
}
.propos-card-pic img {
  border-radius: 7px;
}
.propos-card-cont {
  text-align: center;
  padding-top: 3rem;
}
.propos-card-cont h3 {
  color: #e9b37b;
}
.propos-card-cont p {
  color: #5a5a5a;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .propos-card-cont p {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .propos-card-cont {
    text-align: left;
    padding-top: 0;
  }
}
.propos-card.employee .propos-card-pic {
  padding: 12px;
  border-radius: 20px;
}
.propos-card.employee .propos-card-pic img {
  border-radius: 12px;
}
.propos-card.employee .propos-card-cont h3 {
  font-size: 2.8rem;
}
@media (min-width: 1300px) {
  .propos-card.employee .propos-card-cont h3 {
    font-size: 3.2rem;
  }
}

.distinguise-section {
  background: #eff5f9;
}

.distinguise-card {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-radius: 10px;
  padding: 4.5rem 3.5rem;
  text-align: center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (min-width: 992px) {
  .distinguise-card {
    height: 100%;
  }
}
.distinguise-card-icon {
  min-height: 127px;
  margin-bottom: 4rem;
}
.distinguise-card-cont h4 {
  font-size: 26px;
  font-family: "GraphikMedium";
}
.distinguise-card:hover {
  background: #e9b37b;
}
.distinguise-card:hover .distinguise-card-icon img {
  filter: grayscale(1) invert(1);
}

.sidebar-box {
  background: #f5f4f3;
  border-radius: 10px;
}
@media (min-width: 576px) {
  .sidebar-box {
    border-radius: 20px;
  }
}
.sidebar-box:not(:last-child) {
  margin-bottom: 3rem;
}
.sidebar-box-header {
  background: #21b5fb;
  border-radius: 10px 10px 0 0;
  padding: 2rem 3rem;
  text-align: left;
  font-family: "GraphikMedium";
  font-size: 24px;
  color: #ffffff;
}
@media (min-width: 576px) {
  .sidebar-box-header {
    font-size: 24px;
    padding: 2rem 4rem;
    border-radius: 20px 20px 0 0;
  }
}
.sidebar-box-body {
  padding: 2rem 1.2rem 3rem;
}
.sidebar-box-body ul {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}
.sidebar-box-body ul li {
  display: flex;
}
.sidebar-box-body ul li a {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 8px;
  gap: 12px;
  padding: 10px 30px;
  color: #535353;
  font-size: 17px;
  font-family: "GraphikMedium";
  width: 100%;
  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) {
  .sidebar-box-body ul li a {
    font-size: 19px;
  }
}
.sidebar-box-body ul li a i {
  display: inline-flex;
}
.sidebar-box-body ul li a i img {
  width: 20px;
  min-width: 20px;
}
.sidebar-box-body ul li:hover a, .sidebar-box-body ul li.active a {
  background: #e9b37b;
  color: #ffffff;
}
.sidebar-box-body ul li:hover a i img, .sidebar-box-body ul li.active a i img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.sidebar-box-body.blog-wrap {
  padding: 2rem;
  padding-bottom: 4rem;
}

.detail-wrap {
  text-align: center;
}
@media (min-width: 992px) {
  .detail-wrap {
    text-align: left;
  }
}
.detail-wrap .img-big {
  border-radius: 20px;
  margin: 1rem 0;
}
.detail-wrap p {
  color: #535353;
}

.speciality-card {
  border-radius: 20px;
  padding: 3.8rem 3.5rem;
}
@media (min-width: 768px) {
  .speciality-card ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.sngl-blog {
  gap: 2rem;
}
.sngl-blog:not(:last-child) {
  border-bottom: 1px solid #e0dede;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.sngl-blog-pic {
  min-width: 85px;
  width: 85px;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .sngl-blog-pic {
    min-width: 103px;
    width: 103px;
  }
}
.sngl-blog-pic img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sngl-blog-cont h6 {
  color: #535353;
  font-family: "GraphikMedium";
  margin-bottom: 10px;
}
.sngl-blog-cont h6 a {
  color: #535353;
}
.sngl-blog-cont h6 a:hover {
  color: #e9b37b;
}
.sngl-blog-cont p {
  color: #535353;
  font-size: 14px;
  line-height: 18px;
  margin: 0;
}
@media (min-width: 1200px) {
  .sngl-blog-cont p {
    font-size: 15px;
    line-height: 22px;
  }
}

.portal-offer {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  z-index: 1;
  display: flex;
}
.portal-offer::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  background: url("../../images/frontend/shadow.png") no-repeat;
  height: 100%;
  background-size: cover;
  z-index: 0;
}
.portal-offer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.portal-offer-cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  padding: 0 1rem 2rem;
}
@media (min-width: 576px) {
  .portal-offer-cont {
    padding: 0 4rem 4rem;
  }
}
.portal-offer-cont h3 {
  color: #ffffff;
  font-size: 2.5rem;
  line-height: 3rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .portal-offer-cont h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (min-width: 1300px) {
  .portal-offer-cont h3 {
    font-size: 3.6rem;
  }
}

.keywords {
  padding: 0rem 1rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.cat-tag {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(40, 40, 40, 0.18);
  color: #282828;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "GraphikSemibold";
  padding: 1.4rem 2rem;
}
.cat-tag:hover {
  background: #e9b37b;
  border-color: #e9b37b;
  color: #ffffff;
}

.about-pic {
  overflow: hidden;
  background: #c8ecf8;
  padding: 1.6rem;
  border-radius: 2rem;
}
.about-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0;
}

.direction-cont {
  padding-top: 3rem;
}
@media (min-width: 576px) {
  .direction-cont {
    padding-top: 6.5rem;
  }
}
.direction-cont.short {
  padding-top: 2.5rem;
}

.direction-pic {
  position: relative;
  border-radius: 10px;
  background: #ffffff;
  display: flex;
  z-index: 1;
  margin-right: 0rem;
  margin-bottom: 5rem;
}
@media (min-width: 414px) {
  .direction-pic {
    margin-right: 2rem;
    margin-bottom: 7rem;
  }
}
@media (min-width: 576px) {
  .direction-pic {
    margin-right: 5rem;
    margin-bottom: 12rem;
  }
}
.direction-pic img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 16px rgba(1, 1, 1, 0.18);
}
@media (min-width: 768px) {
  .direction-pic img {
    box-shadow: 0 15px 27px rgba(1, 1, 1, 0.18);
  }
}
.direction-pic:after {
  position: absolute;
  content: "";
  left: 3rem;
  top: 3rem;
  width: 95%;
  height: 97%;
  border-radius: 10px;
  background: #e9b37b;
  box-shadow: 0 8px 16px rgba(1, 1, 1, 0.18);
  z-index: -1;
}
@media (min-width: 414px) {
  .direction-pic:after {
    left: 5rem;
    top: 5rem;
  }
}
@media (min-width: 576px) {
  .direction-pic:after {
    left: 7rem;
    top: 7rem;
    width: 95%;
    height: 97%;
  }
}
@media (min-width: 768px) {
  .direction-pic:after {
    width: 92%;
    height: 93%;
    box-shadow: 0 15px 27px rgba(1, 1, 1, 0.18);
  }
}
.direction-pic.short {
  margin-bottom: 0rem;
  margin-right: 0;
}
@media (min-width: 768px) {
  .direction-pic.short {
    margin-bottom: 5rem;
    margin-right: 3rem;
  }
}
.direction-pic.short:after {
  left: 3rem;
  top: 3rem;
  width: 95%;
  height: 97%;
}
@media (min-width: 414px) {
  .direction-pic.short:after {
    left: 5rem;
    top: 5rem;
  }
}
@media (min-width: 576px) {
  .direction-pic.short:after {
    left: 6rem;
    top: 4rem;
    width: 95%;
    height: 97%;
  }
}
@media (min-width: 768px) {
  .direction-pic.short:after {
    width: 95%;
    height: 100%;
    left: 5rem;
    top: 2rem;
  }
}

.social {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .social {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
.social h3 {
  margin-bottom: 0;
}

.nb-box {
  border-radius: 12px;
  background: #c8e7f4;
  padding: 1.5rem 3rem;
  box-shadow: 0 15px 27px rgba(0, 0, 0, 0.18);
  width: 100%;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .nb-box {
    float: right;
    margin-bottom: 0;
    margin-left: 2rem;
  }
}
@media (min-width: 992px) {
  .nb-box {
    width: 60rem;
    padding: 2rem 4rem;
    width: 50rem;
  }
}
.nb-box p {
  color: #010101;
  font-size: 1.6rem;
  line-height: 3rem;
}
@media (min-width: 992px) {
  .nb-box p {
    font-size: 1.9rem;
    line-height: 4rem;
  }
}
.nb-box p strong {
  color: #f90712;
  font-family: "GraphikBold";
}

.spacing {
  display: block;
  margin-top: 3rem;
}
@media (min-width: 768px) {
  .spacing {
    margin-top: 5rem;
  }
}

.desc-block .btn {
  width: 100%;
}
@media (min-width: 576px) {
  .desc-block .btn {
    width: auto;
  }
}

.research-pic {
  position: relative;
  max-width: 100%;
  margin-right: 3rem;
  margin-bottom: 2rem;
  z-index: 1;
}
@media (min-width: 576px) {
  .research-pic {
    margin-right: 5.5rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .research-pic {
    max-width: 41.9rem;
  }
}
.research-pic img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 16px rgba(1, 1, 1, 0.18);
}
@media (min-width: 768px) {
  .research-pic img {
    box-shadow: 0 15px 27px rgba(1, 1, 1, 0.18);
  }
}
.research-pic::after {
  position: absolute;
  content: "";
  border-radius: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid #e9b37b;
  left: 3rem;
  top: 2rem;
  z-index: -1;
}
@media (min-width: 576px) {
  .research-pic::after {
    left: 5.5rem;
    top: 4rem;
  }
}

.terms-wrap {
  background: #ffffff;
  border-radius: 12px;
  padding: 2rem 3rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 576px) {
  .terms-wrap {
    padding: 2.5rem 4rem;
  }
}
@media (min-width: 768px) {
  .terms-wrap {
    padding: 3rem 5rem;
  }
}
@media (min-width: 1300px) {
  .terms-wrap {
    padding: 4rem 7rem;
  }
}
.terms-wrap h3 {
  color: #e9b37b;
  font-size: 3rem;
  line-height: 4rem;
}
@media (min-width: 1300px) {
  .terms-wrap h3 {
    font-size: 3.6rem;
  }
}
.terms-wrap:hover {
  background: #e9b37b;
}
.terms-wrap:hover h3, .terms-wrap:hover p {
  color: #ffffff;
}

.contact-details {
  background: #e9b37b;
  border-radius: 10px;
  padding: 3rem 3rem 5rem;
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-flex-direction: column;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 576px) {
  .contact-details {
    border-radius: 20px;
  }
}
@media (min-width: 992px) {
  .contact-details {
    padding: 3.5rem 3.5rem 7.5rem;
    gap: 4rem;
  }
}
.contact-details .detail-heading .sub-hdng {
  font-family: "GraphikMedium";
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .contact-details .detail-heading .sub-hdng {
    font-size: 24px;
  }
}
.contact-details .detail-heading h2 {
  font-size: 4rem;
  color: #ffffff;
}
.contact-details .social-links a {
  font-size: 28px;
}

.info-box {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 2rem;
}
.info-box .info-icon {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.3);
  width: 8rem;
  height: 8rem;
  min-width: 8rem;
  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: 2rem;
}
.info-box .info-text h4 {
  font-size: 2.6rem;
  margin-bottom: 0.7rem;
  color: #ffffff;
  font-family: "GraphikMedium";
}
.info-box .info-text p {
  font-size: 1.7rem;
  color: #ffffff;
  font-family: "GraphikRegular";
  margin: 0;
  line-height: 2.8rem;
}
.info-box .info-text p a {
  color: #ffffff;
}
.info-box .info-text p a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.info-box:first-child {
  width: 100%;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
@media (min-width: 576px) {
  .info-box:first-child {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (min-width: 768px) {
  .info-box:first-child {
    width: auto;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}

.contact-form-card {
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(1, 1, 1, 0.15);
  background: #ffffff;
  padding: 3rem 2.5rem;
}
@media (min-width: 576px) {
  .contact-form-card {
    padding: 3.5rem 3rem 3rem;
  }
}
@media (min-width: 992px) {
  .contact-form-card {
    padding: 4.5rem 4rem 4rem;
    border-radius: 20px;
  }
}

.form-control {
  width: 100%;
  height: 5.5rem;
  border-radius: 10px;
  border-color: rgba(0, 0, 0, 0.2);
  padding: 2rem 3rem;
  font-family: "GraphikRegular";
  color: #030303;
  font-size: 1.8rem;
}
.form-control.form-select {
  padding: 1rem 3rem;
}

textarea.form-control {
  height: 17rem;
  resize: none;
}

.map-wrap {
  height: 40rem;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 4.5rem;
}
@media (min-width: 992px) {
  .map-wrap {
    margin-top: 6.5rem;
    height: 48rem;
  }
}
.map-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
}

.note {
  gap: 10px;
}
.note strong {
  font-size: 18px;
  font-weight: 700;
  color: #f80712;
  line-height: 2.6rem;
}
.note p {
  color: #f80712;
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */
