@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&display=swap");
@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");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed: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: "GraphikRegular";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  height: 100%;
}

body {
  background-color: #ffffff;
  font-family: "GraphikRegular";
  color: #4b4b4b;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}

a {
  color: #c79e0f;
  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 15px 0;
  font-size: 16px;
  color: #4b4b4b;
  font-weight: 400;
  font-family: "GraphikRegular";
  line-height: 22px;
}
@media (min-width: 576px) {
  p {
    font-size: 18px;
    line-height: 28px;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  padding: 0;
  color: #282828;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #272c64;
}

h1 {
  font-size: clamp(3rem, 5vw, 4.625rem); /* 48px – 74px */
  line-height: clamp(3.75rem, 6vw, 5.5625rem); /* 60px – 89px */
}

h2 {
  font-size: clamp(2.5rem, 3.2vw, 3.25rem); /* 40px – 52px */
  line-height: clamp(3rem, 3.3vw, 3.375rem); /* 48px – 54px */
}

h3 {
  font-size: clamp(2rem, 2.5vw, 2.75rem); /* 32px – 44px */
}

h4 {
  font-size: clamp(1.5rem, 2vw, 1.75rem); /* 24px – 28px */
}

h5 {
  font-size: clamp(1.25rem, 1.5vw, 1.5rem); /* 20px – 24px */
}

h6 {
  font-size: clamp(1rem, 1vw, 1.25rem); /* 16px – 20px */
}

.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);
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1415px;
  }
}

.red {
  border-color: #c79e0f;
}

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

.white-bg {
  background: #ffffff;
}

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

.bg-blue {
  background: #c79e0f;
}

.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: #616161 !important;
  opacity: 1;
}

::placeholder {
  color: #616161 !important;
  opacity: 1;
}

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

@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: #5d5d5d;
}

.bg-light-grey {
  background-color: #f2f3f0;
}

.bg-white {
  background: #ffffff;
}

.grey-bg {
  background: #e3e5e3;
}

.green {
  color: #272c64;
}

.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: 40px 0;
}
@media (min-width: 576px) {
  .comm-padd {
    padding: 50px 0;
  }
}
@media (min-width: 768px) {
  .comm-padd {
    padding: 85px 0;
  }
}

.section-heading {
  margin-bottom: 35px;
}
.section-heading h2 {
  margin: 0;
  text-transform: uppercase;
}
.section-heading p {
  color: #4c4c4c;
  margin: 16px 0 0;
  font-family: "GraphikRegular";
  padding: 0;
}
@media (min-width: 576px) {
  .section-heading p {
    padding: 0 10%;
  }
}
.section-heading.text-white h2, .section-heading.text-white p {
  color: #ffffff;
}
.section-heading.uppercase h2, .section-heading.uppercase h3, .section-heading.uppercase h4 {
  text-transform: uppercase;
}
.section-heading.contact h2 {
  font-family: "SairaCondensedBold";
}
.section-heading.contact p {
  padding: 0;
  color: #5a5a5a;
  margin-top: 0.5rem;
}

ul.bullet-list {
  list-style-type: none;
  margin: 0;
  margin-bottom: 27px;
  padding: 0;
}
ul.bullet-list li {
  color: #303030;
  font-size: 16px;
  font-family: "GraphikMedium";
  text-transform: uppercase;
  line-height: 22px;
  margin: 0 0 10px;
  position: relative;
  padding-left: 34px;
}
ul.bullet-list li:last-child {
  margin-bottom: 0;
}
ul.bullet-list li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 22px;
  height: 21px;
  background: url("../images/bullet.svg") no-repeat 0 0;
}

.tag {
  color: #272c64;
}

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

.pagination {
  margin: 0;
}
.pagination ul {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 6px;
}
.pagination ul li {
  margin-bottom: 0;
  padding-left: 0;
}
.pagination ul li::after {
  display: none;
}
.pagination ul li:first-child {
  margin-right: 25px;
}
.pagination ul li:last-child {
  margin-left: 25px;
}
.pagination ul li 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;
  border-radius: 100px;
  background: #d3d5f3;
  width: 38px;
  height: 38px;
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  font-family: "Roboto", sans-serif;
  line-height: normal;
}
@media (min-width: 576px) {
  .pagination ul li a {
    width: 51px;
    height: 51px;
    font-size: 22px;
  }
}
.pagination ul li a img {
  width: 7px;
}
@media (min-width: 768px) {
  .pagination ul li a img {
    width: auto;
  }
}
.pagination ul li a.prev-next {
  background: #cbb313;
}
.pagination ul li a.prev-next:hover {
  background: #272c64;
}
.pagination ul li a.prev-next:hover img {
  filter: brightness(1) invert(1);
  -webkit-filter: brightness(1) invert(1);
}
.pagination ul li:hover a, .pagination ul li.active a {
  color: #282828;
  background: #cbb313;
}

.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: "GraphikMedium";
  text-transform: uppercase;
  padding: 12px 18px 10px;
  line-height: normal;
  white-space: nowrap;
  border: 2px solid transparent;
  border-radius: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  gap: 1rem;
  background: #c79e0f;
}
.btn:hover, .btn:focus {
  background: #272b63;
  color: #ffffff;
  outline: 0;
  box-shadow: none;
}
.btn-lg {
  font-size: 19px;
  padding: 17.5px 40px;
}
.btn-md {
  font-size: 18px;
  padding: 16px 40px;
}
.btn-sm {
  font-size: 17px;
  padding: 14px 26px;
}
.btn-block {
  width: 100%;
}
.btn-outline {
  background: transparent;
  color: #c79e0f;
  border-color: #c79e0f;
}
.btn-outline:hover, .btn-outline:focus {
  background: #c79e0f;
  border-color: #c79e0f;
  color: #ffffff;
}
.btn-outline-blue {
  border-color: #000eac;
  color: #000eac;
}
.btn-outline-blue:hover, .btn-outline-blue:focus {
  background: #000eac;
  border-color: #000eac;
  color: #ffffff;
}
.btn-alt {
  background: #bf8109;
}
.btn-alt:hover, .btn-alt:focus {
  background: #272b63;
  color: #ffffff;
  outline: 0;
  box-shadow: none;
}
.btn-blue {
  background: #272b63;
}
.btn-dark {
  background: #060606;
}
.btn-submit {
  width: 260px;
  padding: 14px 18px 14px;
}

.nav-tabs {
  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;
  gap: 10px;
  border: 0;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .nav-tabs {
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    flex-wrap: wrap;
    padding-bottom: 0;
    gap: 17px;
  }
}
.nav-tabs li.nav-item .nav-link {
  background: #bf8109;
  border: 0;
  border-radius: 5px;
  padding: 12px 20px;
  min-width: 150px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
  margin: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
@media (min-width: 768px) {
  .nav-tabs li.nav-item .nav-link {
    min-width: 193px;
  }
}
@media (min-width: 1300px) {
  .nav-tabs li.nav-item .nav-link {
    padding: 18px 20px;
    font-size: 18px;
  }
}
.nav-tabs li.nav-item .nav-link:hover, .nav-tabs li.nav-item .nav-link.active {
  background: #2d3167;
  color: #ffffff;
}
.nav-tabs.alt li .nav-link {
  color: #282828;
  background: #d3d5f3;
}
.nav-tabs.alt li .nav-link.active, .nav-tabs.alt li .nav-link:hover {
  background: #272b63;
  color: #ffffff;
}

.menu-tabs {
  gap: 16px;
  overflow: hidden;
}
.menu-tabs ul {
  border: 0;
}
.menu-tabs ul.tab-list {
  overflow-x: auto;
  flex-wrap: nowrap;
  scroll-behavior: smooth;
  padding-left: 0 !important;
  margin-left: 0 !important;
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
.menu-tabs .prev-item,
.menu-tabs .next-item {
  width: 26px;
  min-width: 26px;
}
@media (min-width: 768px) {
  .menu-tabs.no-arrow .prev-item,
  .menu-tabs.no-arrow .next-item {
    display: none;
  }
}

.tab-list {
  scrollbar-width: none; /* Hide scrollbar Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

.tab-list::-webkit-scrollbar {
  display: none; /* Hide scrollbar Chrome/Safari */
}

.accordion-item {
  border: 2px solid rgba(40, 40, 40, 0.1);
  border-radius: 15px !important;
  margin-bottom: 10px;
  overflow: hidden;
  background-color: #f2f2f2;
  transition: all 0.3s ease-in-out;
}
.accordion-item:has(.accordion-collapse.show) {
  background: #ccb313;
  border-color: #ccb313;
}
.accordion-button {
  padding: 20px 24px;
  gap: 15px;
  font-size: 18px;
  color: #282828;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: normal;
  text-transform: none;
  border: 0;
  min-height: 90px;
  background: transparent;
  box-shadow: none;
}
@media (min-width: 576px) {
  .accordion-button {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .accordion-button {
    font-size: 23px;
    padding: 28px 25px 30px 30px;
  }
}
.accordion-button:after {
  background: url("../images/down_arrow_icon.svg") no-repeat;
  width: 31px;
  height: 32px;
}
.accordion-button:not(.collapsed) {
  background: transparent;
  color: #ffffff;
  border: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
  background: url("../images/down_arrow_icon.svg") no-repeat;
  transform: rotate(180deg);
  filter: brightness(0) invert(1);
  width: 31px;
  height: 32px;
}
.accordion-button:focus {
  border: 0;
  outline: 0;
  box-shadow: none;
}
.accordion-body {
  padding: 0px 25px 30px 45px;
}
.accordion-body p {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 768px) {
  .accordion-body p {
    font-size: 18px;
    line-height: 28px;
  }
}

.site-header {
  background-color: rgb(255, 255, 255);
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out;
  z-index: 5;
}
.site-header-top {
  position: relative;
  background-color: #c0820a;
}
.site-header-top-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;
  -moz-flex-direction: row;
  flex-direction: row;
  gap: 1rem;
  padding: 22px 0;
  position: relative;
}
.site-header-top-inner .top-left .menu-icon img {
  filter: brightness(1) invert(0);
  -webkit-filter: brightness(1) invert(0);
}
.site-header-top-inner .top-right {
  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: 10px;
}
@media (min-width: 1400px) {
  .site-header-top-inner .top-right {
    gap: 12px;
  }
}
@media (min-width: 1920px) {
  .site-header-top-inner .top-right {
    gap: 18px;
  }
}
.site-header-top-inner .contact-info {
  gap: 10px;
  display: none !important;
}
@media (min-width: 576px) {
  .site-header-top-inner .contact-info {
    display: flex !important;
  }
}
@media (min-width: 1400px) {
  .site-header-top-inner .contact-info {
    gap: 12px;
  }
}
@media (min-width: 1920px) {
  .site-header-top-inner .contact-info {
    gap: 18px;
  }
}
.site-header-top-inner .contact-info .btn {
  padding: 7px 20px;
  gap: 10px;
  height: 45px;
  text-transform: none;
}
.site-header-bottom {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.site-header-bottom .main-menu-wrap {
  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;
  position: relative;
  padding-left: 175px;
}

.search-form .search-input {
  width: 163px;
  height: 45px;
  border-radius: 10px;
  border: 2px solid #000000;
  padding: 10px 18px;
  padding-right: 35px;
  color: #080808;
  font-size: 16px;
  font-family: "GraphikMedium";
  background: transparent url("../images/search-icon.svg") no-repeat 92% center;
}
.search-form .search-input::-moz-placeholder {
  color: #080808 !important;
}
.search-form .search-input::placeholder {
  color: #080808 !important;
}

.site-logo {
  width: 130px;
  display: inline-flex;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
@media (min-width: 576px) {
  .site-logo {
    width: 140px;
  }
}
@media (min-width: 1300px) {
  .site-logo {
    width: 153px;
  }
}

.bottom-right {
  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: 45px;
}

.search-wrap .click-search-icon {
  z-index: 2;
  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;
  min-width: 4.2rem;
  height: 4.2rem;
  border-radius: 100%;
  background: #d7dfe1;
}
.search-wrap .click-search-icon img {
  width: 2.5rem;
}
.search-wrap #input-search {
  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;
  position: absolute;
  right: 0;
  top: -2rem;
  z-index: 10;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  border: 1px solid #e6e6e6;
  border-radius: 0.5rem;
  padding: 0.5rem;
  width: 75%;
  min-height: 5.2rem;
}
@media (min-width: 768px) {
  .search-wrap #input-search {
    padding: 1rem;
  }
}
.search-wrap #input-search .close-search-icon {
  width: 2rem;
  cursor: pointer;
}
.search-wrap #input-search.open {
  opacity: 1;
  visibility: visible;
  top: 8px;
}
@media (min-width: 1200px) {
  .search-wrap #input-search.open {
    top: 50%;
    transform: translateY(-50%);
  }
}
.search-wrap #input-search .srch-field {
  border: 0;
  outline: 0;
  background: #ffffff;
  width: calc(100% - 2rem);
}
.search-wrap #input-search form {
  width: 100%;
}

/* Style for the custom dropdown */
.custom-dropdown {
  display: inline-block;
  position: relative;
}
@media (min-width: 768px) {
  .custom-dropdown {
    position: relative;
    right: auto;
    top: auto;
  }
}
.custom-dropdown-select {
  cursor: pointer;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 35px;
  height: 35px;
  border: 0;
  border-radius: 100px;
  padding: 8px;
  font-size: 0;
  color: #282828;
  font-family: "GraphikMedium";
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 576px) {
  .custom-dropdown-select {
    width: 120px;
    border-radius: 8px;
    font-size: 12px;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
@media (min-width: 768px) {
  .custom-dropdown-select {
    width: 145px;
    font-size: 13px;
    padding: 12px;
    height: 45px;
  }
}
@media (min-width: 1200px) {
  .custom-dropdown-select {
    font-size: 16px;
  }
}
.custom-dropdown-select::after {
  position: absolute;
  content: "";
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: url("../images/daro.svg") no-repeat center right;
  width: 8px;
  height: 6px;
  background-size: 100%;
  display: none;
}
@media (min-width: 576px) {
  .custom-dropdown-select::after {
    display: block;
  }
}
@media (min-width: 768px) {
  .custom-dropdown-select::after {
    right: 15px;
  }
}
.custom-dropdown-select span {
  display: none;
}
@media (min-width: 576px) {
  .custom-dropdown-select span {
    display: block;
  }
}
.custom-dropdown-flag {
  margin-right: 0px;
  max-width: 15px;
  min-width: 15px;
  height: 15px;
  border-radius: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 576px) {
  .custom-dropdown-flag {
    margin-right: 5px;
  }
}
@media (min-width: 768px) {
  .custom-dropdown-flag {
    max-width: 15px;
    min-width: 15px;
    height: 15px;
  }
}
@media (min-width: 1200px) {
  .custom-dropdown-flag {
    margin-right: 10px;
  }
}
.custom-dropdown span {
  font-size: 14px;
  color: #282828;
  font-family: "GraphikMedium";
}
@media (min-width: 768px) {
  .custom-dropdown span {
    font-size: 13px;
  }
}
@media (min-width: 1200px) {
  .custom-dropdown span {
    font-size: 16px;
  }
}
.custom-dropdown-options {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 4px;
  z-index: 5;
  width: auto;
  right: 0;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .custom-dropdown-options {
    width: 100%;
    right: auto;
  }
}
.custom-dropdown-options li {
  border-radius: 8px;
  padding: 10px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
}
.custom-dropdown-options li:hover {
  background-color: #f4f4f4;
}
@media (min-width: 768px) {
  .custom-dropdown-options li {
    font-size: 13px;
  }
}

.primary-nav {
  width: 250px;
  position: fixed;
  left: -256px;
  top: 0;
  height: 100vh;
  background: #000000;
  z-index: 4;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
  overflow: auto;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  padding: 6rem 0;
  padding-bottom: 20rem;
}
@media (min-width: 414px) {
  .primary-nav {
    width: 300px;
    left: -306px;
  }
}
@media (min-width: 992px) {
  .primary-nav {
    width: 100%;
    height: auto;
    position: static;
    box-shadow: none;
    padding: 0px;
    background: transparent;
    z-index: 1;
    overflow: visible;
  }
}
.primary-nav ul {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .primary-nav ul {
    -moz-flex-direction: row;
    flex-direction: row;
    gap: 15px;
  }
}
@media (min-width: 1200px) {
  .primary-nav ul {
    gap: 15px;
  }
}
@media (min-width: 1400px) {
  .primary-nav ul {
    gap: 20px;
  }
}
@media (min-width: 1920px) {
  .primary-nav ul {
    gap: 28px;
  }
}
.primary-nav ul li {
  width: 100%;
}
@media (min-width: 992px) {
  .primary-nav ul li {
    width: auto;
  }
}
.primary-nav ul li a.nav-link {
  color: #2d2d2d;
  text-decoration: none;
  font-family: "GraphikMedium";
  font-size: 13px;
  padding: 10px 20px;
  text-transform: none;
  transition: all 0.3s ease;
  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;
  gap: 5px;
  white-space: nowrap;
  position: relative;
}
.primary-nav ul li a.nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #0d1ab0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .primary-nav ul li a.nav-link {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .primary-nav ul li a.nav-link {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .primary-nav ul li a.nav-link {
    font-size: 16px;
  }
}
@media (min-width: 1400px) {
  .primary-nav ul li a.nav-link {
    gap: 0px;
  }
}
.primary-nav ul li a.nav-link:hover {
  color: #0d1ab0;
}
.primary-nav ul li a.nav-link:hover::before {
  opacity: 1;
  visibility: visible;
  top: -12px;
}
.primary-nav ul li a.nav-link.dropdown-toggle::after {
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}
.primary-nav ul li.active a {
  color: #0d1ab0;
}
.primary-nav ul li.active a::before {
  opacity: 1;
  visibility: visible;
  top: -12px;
}
.primary-nav ul li .dropdown-menu {
  background: #c79e0f;
  padding: 15px 20px;
  margin-top: 10px !important;
  border-radius: 10px;
  min-width: 100%;
  border: 0;
}
@media (min-width: 992px) {
  .primary-nav ul li .dropdown-menu {
    min-width: 255px;
  }
}
.primary-nav ul li .dropdown-menu .dropdown-item {
  color: #ffffff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 10px;
  background: transparent;
  white-space: normal;
  line-height: 23px;
  position: relative;
  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;
}
.primary-nav ul li .dropdown-menu .dropdown-item:hover {
  color: #ffffff;
  background: #272c64;
}
.primary-nav ul li .dropdown-menu ul {
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 0;
}
.primary-nav ul li .dropdown-menu li {
  width: 100%;
}
.primary-nav ul li .dropdown-menu li.active .dropdown-item {
  color: #ffffff;
}
.primary-nav ul li .dropdown-menu li.active .dropdown-item::after {
  background: #272c64;
}
.primary-nav ul li .dropdown-menu .dropdown-toggle::after {
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}
@media (min-width: 992px) {
  .primary-nav ul li .dropdown-menu .dropdown-toggle::after {
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
  }
}

.mob-view {
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
  padding: 20px 20px 0;
}
.mob-view .info-txt {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 0;
}
.mob-view .info-txt img {
  filter: brightness(0) invert(1);
  margin-top: 3px;
}
.mob-view a {
  color: #ffffff;
}

.toggle-sidebar {
  display: block;
  padding: 0;
  margin-left: 24px;
}
@media (min-width: 992px) {
  .toggle-sidebar {
    display: none;
  }
}
.toggle-sidebar span {
  background: #c79e0f;
  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.active .toggle-sidebar span:first-child {
  transform: rotate(45deg);
  top: 4px;
}
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;
  }
}
body.active .primary-nav .close-btn {
  margin-left: -1px;
  opacity: 1;
  visibility: visible;
}
body.open-side-menu .primary-nav {
  left: 0;
}
body.open-side-menu .primary-nav .close-btn {
  opacity: 1;
  visibility: visible;
}
body.open-side-menu .body-overlay {
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.menu-icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.close-btn {
  background: transparent;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}

.body-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: transparent;
  transition: all 0.5s;
  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;
}
.hero-slider .hero-cont {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-60%);
}
@media (min-width: 576px) {
  .hero-slider .hero-cont {
    transform: translateY(-50%);
  }
}
.hero-slider .text-wrap {
  max-width: 850px;
  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 {
    padding: 0;
    height: auto;
    display: block;
    text-align: left;
    margin: 0;
  }
}
.hero-slider .text-wrap h1 {
  font-family: "Barlow Condensed", sans-serif;
  color: #c79e0f;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-size: clamp(3rem, 5vw, 4.625rem); /* 48px – 74px */
  line-height: clamp(3.75rem, 6vw, 5.5625rem); /* 60px – 89px */
}
.hero-slider .text-wrap h1 span {
  display: block;
  color: #ffffff;
}
.hero-slider .text-wrap p {
  color: #ffffff;
  font-size: clamp(1.25rem, 1.1vw, 1.4375rem); /* 20px – 23px */
  line-height: 2.25rem;
  font-family: "GraphikRegular";
  margin-bottom: 1.5rem;
}
.hero-slider .text-wrap .btn {
  margin: 0 auto;
}
.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;
  background: transparent;
  padding: 0;
  width: 100%;
  bottom: 20px;
}
@media (min-width: 992px) {
  .hero-slider .slick-dots {
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 0;
  }
}
@media (min-width: 1300px) {
  .hero-slider .slick-dots {
    bottom: 30px;
  }
}
@media (min-width: 1400px) {
  .hero-slider .slick-dots {
    bottom: 30px;
  }
}
@media (min-width: 1600px) {
  .hero-slider .slick-dots {
    bottom: 40px;
  }
}
@media (min-width: 1920px) {
  .hero-slider .slick-dots {
    bottom: 40px;
  }
}
.hero-slider .slick-dots li {
  width: 25px;
  height: 25px;
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .hero-slider .slick-dots li {
    margin: 0 3px;
  }
}
@media (min-width: 992px) {
  .hero-slider .slick-dots li {
    width: 39px;
    height: 39px;
  }
}
.hero-slider .slick-dots li button {
  border: 0;
  width: 18px;
  height: 18px;
  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;
  background: #655e5b;
}
@media (min-width: 992px) {
  .hero-slider .slick-dots li button {
    width: 25px;
    height: 25px;
  }
}
.hero-slider .slick-dots li button::before {
  display: none;
}
@media (min-width: 576px) {
  .hero-slider .slick-dots li.slick-active {
    margin: 0 5px;
  }
}
.hero-slider .slick-dots li.slick-active button {
  background: #fff;
  width: 25px;
  height: 25px;
}
@media (min-width: 992px) {
  .hero-slider .slick-dots li.slick-active button {
    width: 39px;
    height: 39px;
  }
}
.hero-slider .img-holder {
  height: 300px;
  position: relative;
}
@media (min-width: 768px) {
  .hero-slider .img-holder {
    height: auto;
  }
}
.hero-slider .container {
  height: 100%;
}

.site-banner {
  position: relative;
  z-index: 1;
}
.site-banner .banner-img {
  display: flex;
  height: 120px;
  position: relative;
}
@media (min-width: 768px) {
  .site-banner .banner-img {
    height: 140px;
  }
}
@media (min-width: 992px) {
  .site-banner .banner-img {
    height: 372px;
  }
}
.site-banner .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.site-banner .banner-img::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 1, 1, 0.85);
}
.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: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.site-banner .banner-content .ban-text {
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}
.site-banner .banner-content .ban-text h1 {
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1;
  font-size: clamp(20px, 5vw, 65px);
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.site-banner .banner-content .ban-text p {
  color: #ffffff;
  line-height: 26px;
  margin-bottom: 0;
}

.braedcrumb-row {
  padding: 20px 0 0;
}

.breadcrumb {
  display: flex;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  gap: 8px;
  padding: 0;
  margin: 0;
}
@media (min-width: 414px) {
  .breadcrumb {
    flex-wrap: nowrap;
  }
}
@media (min-width: 768px) {
  .breadcrumb {
    flex-wrap: nowrap;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    gap: 9px;
  }
}
.breadcrumb li {
  font-size: 15px;
  color: #ffffff;
  font-family: "GraphikMedium";
  color: #c79e0f;
}
@media (min-width: 576px) {
  .breadcrumb li {
    font-size: 18px;
  }
}
.breadcrumb li a {
  color: #030303;
}
.breadcrumb li a:hover {
  color: #c79e0f;
}

.about-section .abt-cont h4 {
  color: #c79e0f;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.about-section .abt-cont h3 {
  line-height: clamp(3rem, 3.3vw, 3.375rem); /* 48px – 54px */
}
.about-section .abt-cont p {
  margin-bottom: 30px;
}
.about-section .abt-cont span {
  color: #40b371;
  font-size: 2rem;
}
.about-section .about-img {
  width: 518px;
  border-radius: 20px;
  display: flex;
  position: relative;
  z-index: 1;
}
.about-section .about-img::after {
  position: absolute;
  content: "";
  left: 45px;
  top: 47px;
  width: 94.21%;
  height: 93.6%;
  background-color: #bf8109;
  border-radius: 20px;
  z-index: -1;
}
.about-section .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border: 12px solid #ffffff;
}
.about-section .about-img .ontop {
  position: absolute;
  right: -89px;
  bottom: 40px;
  width: 178px;
  height: 178px;
}
.about-section .about-img .ontop img {
  border-radius: 0;
  border: 0;
}

.services-section {
  background: #fff9ed;
}

.project-section {
  background: #e6e6fb url("../images/project-bg.webp") no-repeat 0 0;
  background-size: cover;
}

.project-slide {
  position: relative;
}
.project-slide img {
  border-radius: 20px;
  border: 8px solid #ffffff;
}
.project-slide .project-info {
  display: inline-block;
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  background-color: #020101;
  color: #fff;
  padding: 10px 40px 10px 20px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: normal;
  text-transform: uppercase;
  border: 3px solid #c79d0f;
  border-right: none;
  border-bottom-left-radius: 30px;
}
.project-slide .project-info::before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -3px;
  left: 100%;
  width: 60px;
  background: #c79d0f;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 0;
}
.project-slide .project-info::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(100% + 0px);
  width: 54px;
  height: calc(100% - 0px);
  background: #020101;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  z-index: 1;
}

.project-slide-wrap {
  position: relative;
  z-index: 1;
}
.project-slide-wrap .slider-arrows {
  width: 100%;
  margin: auto;
  padding-top: 3rem;
}
@media (min-width: 1536px) {
  .project-slide-wrap .slider-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    padding-top: 0;
  }
}
.project-slide-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: 7px;
  width: 100%;
  margin: auto;
}
@media (min-width: 1536px) {
  .project-slide-wrap .slider-arrows ul {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.project-slide-wrap .slider-arrows ul li {
  cursor: pointer;
}
.project-slide-wrap .slider-arrows ul li.prev {
  margin-left: -45px;
}
.project-slide-wrap .slider-arrows ul li.prev img {
  opacity: 0.8;
}
.project-slide-wrap .slider-arrows ul li.next {
  margin-right: -45px;
}
.project-slide-wrap .slider-arrows ul li.slick-disabled img {
  opacity: 0.2;
}

.project-slider .slick-slide {
  padding: 0 15px;
}
.project-slider .slick-dots {
  position: static;
  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-top: 35px;
  width: 100%;
}
.project-slider .slick-dots li {
  width: auto;
  height: 11px;
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .project-slider .slick-dots li {
    margin: 0 3px;
  }
}
.project-slider .slick-dots li button {
  border: 0;
  width: 28px;
  height: 11px;
  padding: 0;
  border-radius: 6px;
  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;
}
.project-slider .slick-dots li button::before {
  display: none;
}
@media (min-width: 576px) {
  .project-slider .slick-dots li.slick-active {
    margin: 0 4px;
  }
}
.project-slider .slick-dots li.slick-active button {
  background: #bf8109;
  width: 158px;
}

.career-section {
  background-color: #fff9ed;
}

.media-section {
  background: #e4e0f1 url("../images/media-bg.webp") no-repeat 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.subscription-sec {
  background: url("../images/subscription-bg.webp") no-repeat left bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.subscription-sec::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(192, 130, 10, 0.9);
  z-index: -1;
}

.input-wrap {
  background: transparent;
  border-radius: 10px;
  border: 2px solid #ffffff;
  padding: 0;
  -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;
  max-width: 587px;
  height: 61px;
  margin: 15px auto 0;
}
.input-wrap input[type=email] {
  background: transparent;
  width: calc(100% - 196px);
  border: 0;
  border-radius: 10px;
  outline: 0;
  box-shadow: none;
  padding: 16px 25px;
  font-size: 18px;
  font-family: "GraphikMedium";
  color: #ffffff;
}
.input-wrap input[type=email]::-moz-placeholder {
  color: #ffffff !important;
  text-transform: uppercase;
}
.input-wrap input[type=email]::placeholder {
  color: #ffffff !important;
  text-transform: uppercase;
}
.input-wrap .submit-btn {
  background: #00009a;
  min-width: 75px;
  height: 36px;
  text-transform: none;
  font-size: 18px;
  font-family: "GraphikMedium";
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 0 10px 10px 0;
}
@media (min-width: 576px) {
  .input-wrap .submit-btn {
    min-width: 115px;
  }
}
@media (min-width: 1200px) {
  .input-wrap .submit-btn {
    min-width: 196px;
    height: 57px;
  }
}
.input-wrap .submit-btn:hover {
  opacity: 0.8;
}

.partner-section {
  background: #f5f3f3;
}

.partner-item {
  background: #ffffff;
  border-radius: 10px;
  padding: 20px;
  height: 150px;
  width: 211px;
  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: 0;
}
.partner-item img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner-slider .slick-slide {
  padding: 0 15px;
}
.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: 59px;
    height: 59px;
  }
}
.partner-slider .slick-prev {
  left: -75px;
}
.partner-slider .slick-prev::before {
  content: "";
  background: url("../images/arrow-prev.svg") no-repeat;
}
.partner-slider .slick-next {
  right: -75px;
}
.partner-slider .slick-next::before {
  content: "";
  background: url("../images/arrow-next.svg") no-repeat;
}

.partner-slider-section {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}
@media (min-width: 576px) {
  .partner-slider-section {
    padding: 0 30px 50px;
  }
}
@media (min-width: 1300px) {
  .partner-slider-section {
    padding: 0;
  }
}
@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;
}

.formation-slide-wrap {
  padding: 0 15px;
}

.formation-slider .card {
  padding: 40px 20px;
  box-shadow: 0px 5px 24px 0 rgba(0, 0, 0, 0.14);
  transition: all 0.3s ease-in-out;
}
.formation-slider .card .formation-icon {
  height: 98px;
  margin-bottom: 20px;
  display: inline-flex;
}
.formation-slider .card .formation-cont {
  height: calc(100% - 98px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.formation-slider .card .formation-cont h6 {
  color: #2d3268;
}
.formation-slider .card .formation-cont p {
  color: #282828;
  margin-bottom: 25px;
}
.formation-slider .card .formation-cont .btn-sm {
  border-radius: 6px;
  padding: 11px 20px;
  min-width: 187px;
}
.formation-slider .card:hover {
  background: #ccb313;
}
.formation-slider .card:hover h6, .formation-slider .card:hover p {
  color: #ffffff;
}
.formation-slider .card:hover .formation-icon img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.formation-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.formation-slider .slick-list {
  margin: 0 -12px;
}
.formation-slider.slick-initialized .slick-slide {
  display: flex;
}
.formation-slider .slick-slide {
  padding: 24px 12px;
  height: auto;
}
.formation-slider .slick-dots {
  position: static;
  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-top: 35px;
  width: 100%;
}
.formation-slider .slick-dots li {
  width: auto;
  height: 11px;
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .formation-slider .slick-dots li {
    margin: 0 3px;
  }
}
.formation-slider .slick-dots li button {
  border: 0;
  width: 28px;
  height: 11px;
  padding: 0;
  border-radius: 6px;
  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: #e6e2e2;
}
.formation-slider .slick-dots li button::before {
  display: none;
}
@media (min-width: 576px) {
  .formation-slider .slick-dots li.slick-active {
    margin: 0 4px;
  }
}
.formation-slider .slick-dots li.slick-active button {
  background: #2d3268;
  width: 158px;
}

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

.bank-section {
  background: #e9f7cd;
  text-align: center;
}
@media (min-width: 576px) {
  .bank-section {
    text-align: left;
  }
}

.bank-pic-wrap {
  margin-top: 2.5rem;
  padding-right: 2rem;
}
@media (min-width: 576px) {
  .bank-pic-wrap {
    margin-top: 4.5rem;
    padding-right: 5rem;
  }
}

.bank-pic {
  width: 100%;
  position: relative;
  z-index: 1;
}
.bank-pic::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #c79e0f;
  left: 15px;
  top: -15px;
  z-index: -1;
}
@media (min-width: 576px) {
  .bank-pic::after {
    left: 28px;
    top: -28px;
  }
}
.bank-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bank-cont {
  text-align: center;
}
@media (min-width: 576px) {
  .bank-cont {
    text-align: left;
  }
}
.bank-cont p {
  color: #232323;
  text-align: center;
}
@media (min-width: 576px) {
  .bank-cont p {
    text-align: justify;
  }
}
.bank-cont p strong {
  font-family: "GraphikMedium";
}

.engagement-section {
  background: url("../images/engagement-bg.webp") no-repeat center bottom;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}
.engagement-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 64, 17, 0.9);
  z-index: -1;
}

.engagement-slider .slick-list {
  padding-bottom: 10px;
  padding-top: 25px;
  margin: 0 -1.5rem;
}
@media (min-width: 992px) {
  .engagement-slider .slick-list {
    padding: 0 2.5rem;
  }
}
.engagement-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.engagement-slider .slick-slide {
  padding: 0 1.5rem;
  height: auto;
}
@media (min-width: 992px) {
  .engagement-slider .slick-slide {
    padding: 1rem 2.5rem;
  }
}
.engagement-slider .slick-slide > div {
  height: 100%;
}
.engagement-slider .slick-dots {
  position: static;
  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-top: 5rem;
  width: 100%;
}
.engagement-slider .slick-dots li {
  width: auto;
  height: 11px;
  margin: 0 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 576px) {
  .engagement-slider .slick-dots li {
    margin: 0 3px;
  }
}
.engagement-slider .slick-dots li button {
  border: 0;
  width: 28px;
  height: 11px;
  padding: 0;
  border-radius: 6px;
  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;
}
.engagement-slider .slick-dots li button::before {
  display: none;
}
@media (min-width: 576px) {
  .engagement-slider .slick-dots li.slick-active {
    margin: 0 4px;
  }
}
.engagement-slider .slick-dots li.slick-active button {
  background: #c79e0f;
  width: 90px;
}

.black-bar {
  background: #262626;
  position: relative;
}
.black-bar-inr {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 2rem 0;
  gap: 3rem;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 576px) {
  .black-bar-inr {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .black-bar-inr {
    padding: 0;
    gap: 0;
  }
}
.black-bar .bar-logo {
  margin: auto;
  height: auto;
  width: 115px;
}
@media (min-width: 576px) {
  .black-bar .bar-logo {
    width: 175px;
  }
}
@media (min-width: 1200px) {
  .black-bar .bar-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 240px;
    width: 237px;
  }
}
@media (min-width: 1600px) {
  .black-bar .bar-logo {
    height: 287px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .black-bar .bar-cont {
    padding: 2rem 0;
    padding-left: 26rem;
  }
}
@media (min-width: 1400px) {
  .black-bar .bar-cont {
    padding: 3rem 0;
  }
}
@media (min-width: 1600px) {
  .black-bar .bar-cont {
    padding: 4rem 0;
    padding-left: 32rem;
  }
}
.black-bar .bar-cont h2 {
  font-size: 3rem;
  color: #ffffff;
  line-height: 3.2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1400px) {
  .black-bar .bar-cont h2 {
    font-size: 4rem;
    line-height: 3.6rem;
  }
}
@media (min-width: 1600px) {
  .black-bar .bar-cont h2 {
    font-size: 4.4rem;
    line-height: 4rem;
  }
}
.black-bar .bar-cont p {
  font-size: 1.6rem;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 2.6rem;
}
@media (min-width: 1400px) {
  .black-bar .bar-cont p {
    line-height: 3.2rem;
  }
}
@media (min-width: 1600px) {
  .black-bar .bar-cont p {
    font-size: 1.8rem;
  }
}

.client-section {
  background: #e9f7cd;
}

.client-slider .slick-list {
  padding-bottom: 10px;
  margin: 0 -1.6rem;
}
@media (min-width: 768px) {
  .client-slider .slick-list {
    margin: 0 -2rem;
  }
}
@media (min-width: 1200px) {
  .client-slider .slick-list {
    margin: 0 -2.8rem;
  }
}
.client-slider .slick-track {
  display: flex;
  align-items: stretch;
}
.client-slider .slick-slide {
  padding: 3rem 1.6rem;
  height: auto;
}
.client-slider .slick-slide > div {
  height: 100%;
}
@media (min-width: 768px) {
  .client-slider .slick-slide {
    padding: 2rem 2rem;
  }
}
@media (min-width: 1200px) {
  .client-slider .slick-slide {
    padding: 2rem 2.8rem;
  }
}

.client-slider-wrap {
  position: relative;
  z-index: 1;
}
.client-slider-wrap .slider-arrows {
  width: 100%;
  margin: auto;
  padding-top: 3rem;
}
@media (min-width: 1536px) {
  .client-slider-wrap .slider-arrows {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    padding-top: 0;
  }
}
.client-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: 7px;
  width: 100%;
  margin: auto;
}
@media (min-width: 1536px) {
  .client-slider-wrap .slider-arrows ul {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
.client-slider-wrap .slider-arrows ul li {
  cursor: pointer;
  width: 5.4rem;
}
.client-slider-wrap .slider-arrows ul li.prev-l {
  margin-left: -7.5rem;
}
.client-slider-wrap .slider-arrows ul li.next-r {
  margin-right: -7.5rem;
}

.ftr-row {
  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;
  flex-wrap: wrap;
  width: 100%;
  gap: 2.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: 576px) {
  .ftr-row .ftr-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .ftr-row .ftr-col {
    flex: 0 0 22%;
    max-width: 22%;
  }
}
@media (min-width: 992px) {
  .ftr-row .ftr-col {
    margin-bottom: 0;
    max-width: none;
    flex: auto;
  }
}
.ftr-row .ftr-col:first-child {
  width: 100%;
  flex: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .ftr-row .ftr-col:first-child {
    width: auto;
    max-width: none;
  }
}
.ftr-row .ftr-col.last-col {
  max-width: 100%;
}
@media (min-width: 576px) {
  .ftr-row .ftr-col.last-col {
    max-width: 50%;
  }
}
@media (min-width: 768px) {
  .ftr-row .ftr-col.last-col {
    max-width: 26rem;
  }
}

.footer {
  background: #1f1d1d;
  position: relative;
}
.footer-top {
  padding: 4rem 0;
}
@media (min-width: 576px) {
  .footer-top {
    padding: 6rem 0;
  }
}
@media (min-width: 992px) {
  .footer-top {
    padding: 7rem 0;
  }
}
.footer-top .ftr-logo {
  display: inline-block;
  width: 157px;
  margin-bottom: 20px;
}
.footer-top .footer-col {
  max-width: none;
  margin-bottom: 0rem;
  text-align: center;
}
@media (min-width: 576px) {
  .footer-top .footer-col {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .footer-top .footer-col {
    margin-bottom: 0;
  }
}
.footer-top .footer-col p {
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 26px;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 576px) {
  .footer-top .footer-col p {
    justify-content: flex-start;
  }
}
.footer-top .footer-col p a {
  color: #c9c9c9;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-decoration: underline;
}
.footer-top .footer-col p a:hover {
  color: #c79e0f;
  text-align: none;
}
.footer-top .footer-col h4 {
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  padding-bottom: 22px;
  position: relative;
  white-space: nowrap;
}
@media (min-width: 576px) {
  .footer-top .footer-col h4 {
    margin-bottom: 25px;
  }
}
.footer-top .footer-col h4::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 85px;
  height: 4px;
  background: #ffffff;
  margin: auto;
}
@media (min-width: 576px) {
  .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: 15px;
}
.footer-top .footer-col ul li:last-child {
  margin-bottom: 0;
}
.footer-top .footer-col ul li a {
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
.footer-top .footer-col ul li a:hover {
  color: #c79e0f;
}
.footer-top .footer-col.contact-info p:not(:last-of-type) {
  margin-bottom: 15px;
  color: #c9c9c9;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: normal;
}
.footer-top .footer-col.contact-info p:not(:last-of-type) a {
  color: #c9c9c9;
  text-decoration: underline;
}
.footer-top .footer-col.contact-info p:not(:last-of-type) a:hover {
  color: #c79e0f;
  text-decoration: none;
}
.footer-top .footer-col.contact-info p:not(:last-of-type) a.phno {
  color: #c79e0f;
  text-decoration: none;
}
.footer-top .footer-col.contact-info .dorsch-logo {
  display: inline-block;
  margin-top: 30px;
}
.footer-top .footer-col.first-col {
  max-width: 50rem;
}
.footer-bottom {
  padding-top: 30px;
  padding-bottom: 40px;
  background: #1f1d1d;
  border-top: 1px solid #363434;
}
.footer-bottom .copy-right {
  text-align: center;
  color: #ededed;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .footer-bottom .copy-right {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .footer-bottom .copy-right {
    text-align: left;
    white-space: normal;
    margin-bottom: 0;
  }
}
.footer-bottom .copy-right a {
  color: #c79e0f;
  text-decoration: underline;
}
.footer-bottom .copy-right a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-bottom .privacy-links p {
  color: #ededed;
  font-size: 16px;
}
.footer-bottom .privacy-links a {
  color: #ededed;
  text-decoration: none;
}
.footer-bottom .privacy-links a:hover {
  color: #c79e0f;
  text-decoration: underline;
}

.social-links {
  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;
  gap: 7px;
}
.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;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  color: #ffffff;
  font-size: 17px;
  background: #c79d0f;
}
.social-links a:hover {
  opacity: 0.8;
}
.social-links.ftr {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
@media (min-width: 768px) {
  .social-links.ftr {
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
  }
}
.social-links.ftr a {
  width: 42px;
  height: 42px;
  border: 2px solid #ffffff;
}
.social-links.ftr a span {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  color: #000000;
  font-size: 15px;
}

.scrollTop {
  position: fixed;
  right: 3%;
  bottom: 80px;
  background-color: #c79d0f;
  width: 54px;
  height: 54px;
  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: 25px;
  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;
}
@media (min-width: 576px) {
  .scrollTop {
    bottom: 80px;
  }
}
@media (min-width: 1300px) {
  .scrollTop {
    right: 4%;
  }
}
@media (min-width: 1400px) {
  .scrollTop {
    right: 3%;
  }
}
.scrollTop span {
  color: #ffffff;
  font-size: 25px;
}
.scrollTop i {
  display: inline-flex;
}

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

.activity-card {
  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;
  -moz-flex-direction: column;
  flex-direction: column;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  gap: 20px;
  margin-bottom: 3rem;
  background: #353935;
  border-radius: 2rem;
  padding: 0 2.5rem 3.5rem;
  height: 100%;
}
@media (min-width: 768px) {
  .activity-card {
    margin-bottom: 0;
  }
}
.activity-card-icon {
  width: 14rem;
  height: 14rem;
  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;
  background: #c79e0f;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  position: relative;
  margin-top: -60px;
}
@media (min-width: 992px) {
  .activity-card-icon {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1200px) {
  .activity-card-icon {
    width: 150px;
    height: 150px;
    margin-top: -80px;
  }
}
@media (min-width: 1300px) {
  .activity-card-icon {
    width: 161px;
    height: 161px;
  }
}
@media (min-width: 1400px) {
  .activity-card-icon {
    width: 161px;
    height: 161px;
  }
}
.activity-card-icon img {
  width: 6.5rem;
}
@media (min-width: 992px) {
  .activity-card-icon img {
    width: 7.5rem;
  }
}
@media (min-width: 1300px) {
  .activity-card-icon img {
    width: 8.5rem;
  }
}
@media (min-width: 1400px) {
  .activity-card-icon img {
    width: auto;
  }
}
.activity-card-cont {
  padding-top: 1rem;
}
.activity-card-cont h5 {
  font-family: "Roboto Condensed", system-ui;
  color: #ffffff;
  text-transform: none;
  font-weight: 700;
}
.activity-card-cont p {
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}
.activity-card:hover {
  background: #c79e0f;
}
.activity-card:hover .activity-card-icon {
  background: #353935;
}

.engagement-card {
  background: #ffffff;
  border-radius: 8px;
  padding: 0 2.2rem 2rem;
  border: 2px solid #000000;
  text-align: center;
  box-shadow: 5px 10px 0 #40b371;
  height: 100%;
}
@media (min-width: 576px) {
  .engagement-card {
    padding: 0 2.2rem 4rem;
  }
}
.engagement-card-pic {
  margin-top: -15px;
}
.engagement-card-pic img {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.engagement-card-cont {
  padding: 2.4rem 0rem 2rem;
}
@media (min-width: 576px) {
  .engagement-card-cont {
    padding: 2.4rem 2.5rem 2rem;
    min-height: 26rem;
  }
}
.engagement-card-cont h5 {
  color: #23a541;
  text-transform: none;
  line-height: 2.5rem;
}
.engagement-card-cont p {
  color: #4f4f4f;
  line-height: 2.6rem;
  margin-bottom: 0;
}

.discover-card {
  border-radius: 10px;
  position: relative;
  z-index: 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;
  overflow: hidden;
}
.discover-card::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(82, 162, 66);
  background: linear-gradient(180deg, rgb(82, 162, 66) 0%, rgb(166, 204, 101) 83%);
  opacity: 0;
  z-index: 0;
}
.discover-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.discover-card .overlay-cont {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-30%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
  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;
  -moz-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 3.5rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.discover-card .overlay-cont h3 {
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 3.2rem;
}
.discover-card .overlay-cont p {
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 2.6rem;
}
.discover-card:hover::after {
  opacity: 0.8;
}
.discover-card:hover .overlay-cont {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.client-card {
  background: #ffffff;
  box-shadow: 0 13px 16px rgba(1, 1, 1, 0.09);
  padding: 16px;
  padding-bottom: 26px;
  border-radius: 10px;
  text-align: center;
  height: 100%;
}
@media (min-width: 768px) {
  .client-card {
    box-shadow: 0 13px 20px rgba(1, 1, 1, 0.09);
  }
}
@media (min-width: 1200px) {
  .client-card {
    box-shadow: 0 13px 28px rgba(1, 1, 1, 0.09);
  }
}
.client-card-pic img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.client-card .author {
  padding-top: 26px;
}
.client-card .author h6 {
  text-transform: none;
  color: #282828;
  margin-bottom: 10px;
}
.client-card .author span.designation {
  color: #6d6d6d;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.card {
  box-shadow: 0px 20px 25px 10px rgba(0, 0, 0, 0.08);
  background: #ffffff;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  padding: 15px;
  border: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
@media (min-width: 768px) {
  .card {
    height: 100%;
  }
}
@media (min-width: 1300px) {
  .card {
    padding: 20px;
  }
}
.card-img {
  display: flex;
  position: relative;
  border-radius: 15px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  overflow: hidden;
}
.card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  max-height: 27.2rem;
}
@media (min-width: 768px) {
  .card-img img {
    max-height: none;
  }
}
.card-img a {
  display: flex;
  width: 100%;
}
.card-cont {
  padding: 25px 20px 18px;
  position: relative;
  text-align: center;
}
@media (min-width: 576px) {
  .card-cont {
    text-align: center;
  }
}
.card-cont .tag {
  position: absolute;
  left: 15px;
  top: -20px;
  background-color: #cbb313;
  font-size: 14px;
  color: #ffffff;
  font-family: "GraphikMedium";
  text-align: center;
  text-transform: uppercase;
  border-radius: 35px;
  padding: 11px 22px 10px;
}
.card-cont h4 {
  line-height: 28px;
  margin-bottom: 20px;
}
.card-cont h4 a {
  color: #282828;
}
.card-cont h4 a:hover {
  color: #272c64;
}
.card-cont .post-date {
  font-size: 15px;
  color: #c0820a;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .card-cont .post-date {
    justify-content: flex-start;
  }
}
.card-cont .post-date a {
  color: #c0820a;
}
.card-cont p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.card:hover .card-img img {
  transform: scale(1.1);
}
.card-horizontal {
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 576px) {
  .card-horizontal {
    -moz-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .card-horizontal {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1400px) {
  .card-horizontal {
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.card-horizontal .card-cont {
  padding: 0;
}
.card-horizontal .card-cont .post-date {
  margin-bottom: 1.5rem;
}
.card-event .card-cont {
  padding: 30px 0 15px;
  text-align: left;
}
.card-event .card-cont h6 {
  font-size: clamp(16px, 2.1vw, 21px);
  margin-bottom: 5px;
}
.card-event .card-cont p {
  margin-bottom: 10px;
}

.offer-card {
  background: #ffffff;
  border-radius: 5px;
  padding: 2rem 2.5rem;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.offer-card h5 {
  color: #c79e0f;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 2.4rem;
  margin-bottom: 0.7rem;
}
.offer-card span {
  font-size: 1.6rem;
  color: #5d5d5d;
  font-family: "GraphikRegular";
  display: block;
}
.offer-card:hover {
  background: #272c64;
}
.offer-card:hover h5, .offer-card:hover span {
  color: #ffffff;
}

.news-card {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .news-card {
    margin-bottom: 0;
  }
}
.news-card-pic {
  width: 100%;
  max-height: 280px;
  overflow: hidden;
  border-radius: 5px;
}
.news-card-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.news-card-cont {
  padding: 2rem 1.5rem 2rem 2rem;
}
@media (min-width: 768px) {
  .news-card-cont {
    padding: 2rem 1.5rem 3rem 2rem;
  }
}
.news-card-cont h4 a {
  color: #282828;
}
.news-card-cont p {
  color: #5d5d5d;
}
.news-card-cont .post-date {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 7px;
  color: #444546;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.news-card-cont .post-date a {
  color: #272c64;
}
.news-card-boxed {
  margin-bottom: 2rem;
}
.news-card:hover .news-card-cont h4 a {
  color: #c79e0f;
}

.job-card {
  box-shadow: 0 15px 27px rgba(0, 0, 0, 0.18);
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem 2.5rem 2rem 2rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .job-card {
    -moz-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .job-card {
    border-radius: 20px;
    padding: 3rem 3.5rem 3rem 2.5rem;
  }
}
.job-card-img {
  width: 100%;
}
@media (min-width: 768px) {
  .job-card-img {
    width: 37.5rem;
    min-width: 37.5rem;
  }
}
.job-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}
.job-card-cont {
  width: 100%;
  padding-bottom: 3.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .job-card-cont {
    width: calc(100% - 37.5rem);
  }
}
.job-card-cont h2 {
  font-size: 3rem;
  line-height: 3rem;
}
@media (min-width: 1200px) {
  .job-card-cont h2 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.job-card-cont p {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #0a162f;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .job-card-cont p {
    font-size: 2rem;
    line-height: 2.7rem;
  }
}
.job-card-cont .see-more {
  font-size: 1.8rem;
  color: #272c64;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  text-decoration: underline;
  position: absolute;
  right: 4rem;
  bottom: 0;
}
@media (min-width: 1200px) {
  .job-card-cont .see-more {
    font-size: 2rem;
  }
}
.job-card-cont .see-more:hover {
  text-decoration: none;
}

.cat-tag-wrap {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.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: #e3e3e3;
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "GraphikMedium";
  padding: 1rem 2rem;
}
.cat-tag:hover {
  color: #ffffff;
  background: #c79e0f;
}

.document-card {
  gap: 2rem;
  flex-direction: column;
}
@media (min-width: 992px) {
  .document-card {
    flex-direction: row;
  }
}
.document-card-pic {
  position: relative;
}
.document-card-pic img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .document-card-pic img {
    width: 29.5rem;
    max-width: 29.5rem;
  }
}
.document-card-pic .doc-icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
.document-card-pic .doc-icon img {
  width: auto;
  min-width: auto;
}
.document-card-cont {
  text-align: center;
}
@media (min-width: 992px) {
  .document-card-cont {
    text-align: left;
  }
}
.document-card-cont h4 {
  font-size: 2.2rem;
  font-family: "SairaCondensedSemiBold";
  text-transform: none;
  line-height: 2.5rem;
}
@media (min-width: 1300px) {
  .document-card-cont h4 {
    font-size: 2.8rem;
  }
}
.document-card-cont h4 br {
  display: none;
}
@media (min-width: 992px) {
  .document-card-cont h4 br {
    display: block;
  }
}

.press-card {
  align-items: center;
  gap: 2rem;
  height: auto;
  flex-direction: column;
}
@media (min-width: 992px) {
  .press-card {
    flex-direction: row;
  }
}
.press-card-pic {
  position: relative;
}
.press-card-pic img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (min-width: 992px) {
  .press-card-pic img {
    width: 29.5rem;
    min-width: 29.5rem;
  }
}
.press-card-pic .doc-icon {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
.press-card-pic .doc-icon img {
  width: auto;
  min-width: auto;
}
.press-card-cont {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 992px) {
  .press-card-cont {
    flex-direction: row;
    align-items: flex-end;
    text-align: left;
  }
}
.press-card-cont h4 {
  font-size: 2.8rem;
  font-family: "SairaCondensedBold";
  text-transform: none;
}
.press-card-cont p {
  color: #5d5d5d;
}

.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: #272c64;
  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 #272c64;
  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.3s;
}
@media (min-width: 576px) {
  .terms-wrap {
    padding: 2rem 4rem;
  }
}
@media (min-width: 768px) {
  .terms-wrap {
    padding: 2rem 5rem;
  }
}
@media (min-width: 1200px) {
  .terms-wrap {
    padding: 2rem 7rem;
  }
}
.terms-wrap h3 {
  color: #6aac2c;
  line-height: 1;
}
.terms-wrap.gredient-bg {
  background: rgb(29, 86, 30);
  background: linear-gradient(180deg, rgb(29, 86, 30) 0%, rgb(110, 177, 44) 83%);
}
.terms-wrap.gredient-bg h3, .terms-wrap.gredient-bg p {
  color: #ffffff;
}
.terms-wrap:hover {
  background: rgb(29, 86, 30);
  background: linear-gradient(180deg, rgb(29, 86, 30) 0%, rgb(110, 177, 44) 83%);
}
.terms-wrap:hover h3, .terms-wrap:hover p {
  color: #ffffff;
}

.text-box {
  text-align: center;
}
@media (min-width: 576px) {
  .text-box {
    text-align: left;
  }
}
.text-box p {
  text-align: center;
}
@media (min-width: 576px) {
  .text-box p {
    text-align: justify;
  }
}

.news-details-wrap {
  text-align: center;
}
@media (min-width: 576px) {
  .news-details-wrap {
    text-align: left;
  }
}
.news-details-wrap p {
  text-align: center;
}
@media (min-width: 576px) {
  .news-details-wrap p {
    text-align: justify;
  }
}

.post-img {
  position: relative;
  margin-bottom: 5rem;
}
@media (min-width: 576px) {
  .post-img {
    margin-bottom: 8rem;
  }
}
.post-img img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.post-img .post-date {
  background: #c79e0f;
  border-radius: 10px;
  padding: 1.5rem 1.8rem;
  color: #ffffff;
  font-size: 3rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  position: absolute;
  right: 1rem;
  bottom: -25px;
  line-height: 1.2;
}
@media (min-width: 576px) {
  .post-img .post-date {
    font-size: 3.7rem;
    padding: 2rem 2.2rem;
    right: 10rem;
    bottom: -45px;
  }
}
.post-img .post-date span {
  display: block;
  font-size: 2rem;
}
@media (min-width: 576px) {
  .post-img .post-date span {
    font-size: 2.4rem;
  }
}

.keywords {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 2rem 2.2rem;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
@media (min-width: 576px) {
  .keywords {
    padding: 2rem 2.2rem;
  }
}
.keywords h3 {
  width: 100%;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) {
  .keywords h3 {
    width: auto;
  }
}

.search-input {
  background: #f1f1f1 url("../images/search-icon1.svg") no-repeat 95% center;
  background-size: 26px;
  border-radius: 8px;
  padding: 1.5rem 2.6rem;
  border: 0;
  color: #282828;
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  width: 100%;
}
@media (min-width: 576px) {
  .search-input {
    padding: 2rem 3.6rem;
    font-size: 2.6rem;
    background-size: 42px;
  }
}

.sidebar-card {
  background: #f1f1f1;
  border-radius: 10px;
  padding: 2.2rem;
  margin-bottom: 2rem;
}
@media (min-width: 576px) {
  .sidebar-card {
    padding: 3rem;
    margin-bottom: 2rem;
  }
}
.sidebar-card h3 {
  display: block;
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 2rem;
  margin-bottom: 1.5rem;
  color: #28332c;
  line-height: 1;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
.sidebar-card ul {
  padding-top: 1rem;
  padding-right: 5rem;
}
.sidebar-card ul li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.sidebar-card ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.sidebar-card ul li a {
  gap: 12px;
  font-size: 1.8rem;
  color: #282828;
  font-family: "GraphikMedium";
  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;
  border-radius: 8px;
  background: #e3e3e3;
  font-size: 1.4rem;
  padding: 1rem 2rem;
  width: 100%;
}
.sidebar-card ul li a:hover {
  color: #ffffff;
  background: #c79e0f;
}
.sidebar-card .keywords {
  flex-wrap: wrap;
  padding: 0;
}

.sngl-post {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.sngl-post:last-child {
  margin-bottom: 0;
}
.sngl-post-pic {
  border-radius: 12px;
  width: 7.9rem;
  height: 7.5rem;
  min-width: 7.9rem;
}
.sngl-post-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.sngl-post-cont h6 {
  margin-bottom: 2px;
  color: #5d5d5d;
  font-size: 1.8rem;
  line-height: 2.2rem;
}
.sngl-post-cont .post-date {
  color: #c79e0f;
  font-family: "GraphikMedium";
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  margin: 0;
  gap: 5px;
}

.img-responsive {
  max-width: 100%;
  border-radius: 10px;
  margin: 3rem 0;
}

.contact-details {
  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: 15px;
}
.contact-details .hdng {
  font-size: 24px;
  font-weight: 700;
  color: #25292b;
  margin: 35px 0 0 0;
}
@media (min-width: 1200px) {
  .contact-details .hdng {
    font-size: 29px;
  }
}

.info-box {
  box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 10px;
  padding: 15px 20px;
  border: 0;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  gap: 18px;
  width: 100%;
}
.info-box .info-icon {
  background: #c0820a;
  border-radius: 100%;
  width: 80px;
  min-width: 80px;
  height: 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;
}
.info-box .info-text h4 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #25292b;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
@media (min-width: 768px) {
  .info-box .info-text h4 {
    font-size: 22px;
  }
}
.info-box .info-text p {
  font-size: 16px;
  color: #c0820a;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0;
  line-height: normal;
}
@media (min-width: 992px) {
  .info-box .info-text p {
    font-size: 17px;
  }
}
.info-box .info-text p a {
  color: #c0820a;
}
.info-box .info-text p a:hover {
  color: #c0820a;
  text-decoration: underline;
}

.contact-form-card {
  border-radius: 10px;
  box-shadow: 8px 8px 40px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 40px 20px 27px;
}
.contact-form-card h3 {
  color: #25292b;
  font-size: clamp(1.75rem, 2.5vw, 2.4375rem);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.form-control {
  background: #f3f3f3;
  width: 100%;
  height: 54px;
  border-radius: 8px;
  border: 0;
  padding: 20px;
  font-family: "Roboto", sans-serif;
  color: #282828;
  font-size: 16px;
}
@media (min-width: 768px) {
  .form-control {
    font-size: 20px;
  }
}

textarea.form-control {
  height: 135px;
  resize: none;
}

.map-wrap {
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .map-wrap {
    height: 457px;
    margin-bottom: 80px;
  }
}
.map-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.map-wrap iframe {
  width: 100%;
  height: 100%;
}

.departments-pic {
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(1, 1, 1, 0.18);
  background: #ffffff;
  display: flex;
}
@media (min-width: 768px) {
  .departments-pic {
    box-shadow: 0 15px 27px rgba(1, 1, 1, 0.18);
  }
}
.departments-pic img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.departments-item-row {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .departments-item-row {
    padding: 5rem 0;
  }
}
.departments-item-row .departments-cont {
  text-align: center;
}
@media (min-width: 768px) {
  .departments-item-row .departments-cont.text-justify {
    text-align: justify;
  }
}
@media (min-width: 576px) {
  .departments-item-row .departments-cont {
    text-align: left;
  }
}
.departments-item-row .departments-cont h2 {
  font-family: "SairaCondensedBold";
  font-size: 4rem;
  color: #060606;
}
@media (min-width: 1300px) {
  .departments-item-row .departments-cont h2 {
    font-size: 5rem;
  }
}
.departments-item-row .departments-cont p {
  color: #030303;
  text-align: center;
}
@media (min-width: 576px) {
  .departments-item-row .departments-cont p {
    text-align: justify;
  }
}

.light-grey-bg {
  background: #f2f3f0;
}

.bullet-list li {
  font-size: 1.7rem;
  color: #0a162f;
  font-weight: 400;
  line-height: 24px;
  padding-left: 30px;
  margin-bottom: 1.5rem;
  background: url("../images/bullet.svg") no-repeat left 2px;
}
.bullet-list li:last-child {
  margin-bottom: 0;
}
.bullet-list.variant {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .bullet-list.variant {
    margin-bottom: 5rem;
  }
}
.bullet-list.variant li {
  background: url("../images/tick.svg") no-repeat left 2px;
  color: #4e4e4e;
}

.details-section .dpart-dtls-pic {
  border-radius: 10px;
  background: #ffffff;
  display: flex;
}
.details-section .dpart-dtls-pic img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.details-section .details-cont {
  background: #3a9661;
  border-radius: 10px;
  padding: 3rem 4rem;
}
@media (min-width: 768px) {
  .details-section .details-cont {
    margin-left: -15rem;
    padding: 4rem 5rem 7rem;
  }
}
.details-section .details-cont h3 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 2rem;
}
.details-section .details-cont h3 br {
  display: none;
}
@media (min-width: 768px) {
  .details-section .details-cont h3 br {
    display: block;
  }
}
.details-section .details-cont p {
  font-family: "GraphikMedium";
  font-size: 2rem;
  line-height: 2.6rem;
  color: #ffffff;
  margin: 0;
  padding-left: 2rem;
  border-left: 5px solid #ffffff;
  text-align: left;
}
@media (min-width: 768px) {
  .details-section .details-cont p {
    font-size: 2.8rem;
    line-height: 3.6rem;
    border-left: 10px solid #ffffff;
  }
}
.details-section p {
  text-align: justify;
}

.social-media {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 576px) {
  .social-media {
    flex-direction: row;
    gap: 2rem;
  }
}
.social-media h3 {
  color: #28332c;
  font-size: 2.5rem;
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
}
@media (min-width: 576px) {
  .social-media h3 {
    font-size: 3rem;
  }
}

.modal-dialog {
  max-width: 90%;
  margin: 1.75rem auto;
}
@media (min-width: 768px) {
  .modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
  }
}
@media (min-width: 1600px) {
  .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
  }
}

.modal-content {
  background-color: #40b371;
  border: 0;
  border-radius: 10px;
}

.modal-header {
  padding: 2rem 3rem;
  border-bottom: 0;
  border-radius: 0;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .modal-header {
    padding: 3rem 4rem;
  }
}
@media (min-width: 1600px) {
  .modal-header {
    padding: 3rem 5rem;
  }
}

.btn-close {
  width: 16px;
  height: 16px;
  background: transparent;
  border: 0;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  padding: 0;
}

.modal-body {
  padding: 0 3rem 3rem;
}
@media (min-width: 768px) {
  .modal-body {
    padding: 4rem 4rem;
  }
}
@media (min-width: 1600px) {
  .modal-body {
    padding: 0 5rem 5rem;
  }
}

.popup-cont .pop-pic img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.popup-cont .pop-txt {
  padding-top: 2rem;
  text-align: center;
}
@media (min-width: 1600px) {
  .popup-cont .pop-txt {
    padding-top: 4rem;
  }
}
.popup-cont .pop-txt h1 {
  color: #ffffff;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .popup-cont .pop-txt h1 {
    font-size: 4rem;
  }
}
@media (min-width: 1600px) {
  .popup-cont .pop-txt h1 {
    font-size: 6rem;
  }
}
.popup-cont .pop-txt p {
  color: #ffffff;
  font-size: 2rem;
  line-height: 2.6rem;
}
@media (min-width: 768px) {
  .popup-cont .pop-txt p {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
}
@media (min-width: 1600px) {
  .popup-cont .pop-txt p {
    font-size: 3rem;
    line-height: 4.8rem;
  }
}

.search-container {
  margin-bottom: 3.5rem;
  text-align: center;
}
@media (min-width: 576px) {
  .search-container {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .search-container {
    margin-bottom: 5.5rem;
  }
}

.search-field-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;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
}
@media (min-width: 576px) {
  .search-field-wrap {
    -moz-flex-direction: row;
    flex-direction: row;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    gap: 3rem;
  }
}
@media (min-width: 768px) {
  .search-field-wrap {
    gap: 7rem;
  }
}
.search-field-wrap .btn-research {
  width: 18rem;
  height: 5.5rem;
}
@media (min-width: 768px) {
  .search-field-wrap .btn-research {
    width: 23rem;
  }
}
.search-field-wrap .search-field {
  width: 100%;
  border: 4px solid #aeb0af;
  border-radius: 10px;
  height: 5.5rem;
  padding: 1.5rem 2.5rem;
  background: #ffffff url("../images/search-icon.svg") no-repeat 98% center;
  background-size: 3.6rem 3.6rem;
}
@media (min-width: 576px) {
  .search-field-wrap .search-field {
    width: calc(100% - 18rem);
  }
}
@media (min-width: 768px) {
  .search-field-wrap .search-field {
    width: calc(100% - 23rem);
  }
}
.search-field-wrap .search-field::-moz-placeholder {
  color: #aeb0af !important;
}
.search-field-wrap .search-field::placeholder {
  color: #aeb0af !important;
}

.search-link {
  color: #272c64;
  font-size: 1.8rem;
  text-decoration: underline;
  margin-top: 0.5rem;
  display: inline-block;
}
@media (min-width: 576px) {
  .search-link {
    margin-left: 3rem;
  }
}
.search-link:hover {
  text-decoration: none;
  color: #272c64;
}

.job-list-header {
  font-size: 3rem;
  text-align: center;
}
@media (min-width: 576px) {
  .job-list-header {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .job-list-header {
    font-size: 3.5rem;
  }
}

.partners-wrap .partner-item {
  width: 100%;
  height: 100%;
  min-height: 15rem;
}
@media (min-width: 576px) {
  .partners-wrap .partner-item {
    min-height: 10rem;
  }
}

.modal-ppoup .modal-dialog {
  max-width: 90%;
  margin: 1.75rem auto;
}
@media (min-width: 576px) {
  .modal-ppoup .modal-dialog {
    max-width: 75rem;
  }
}
.modal-ppoup .btn-close {
  position: absolute;
  top: 2.7rem;
  right: 3.4rem;
  opacity: 1;
  color: #000000;
  font-weight: 700;
  cursor: pointer;
  z-index: 1;
}
.modal-ppoup .btn-close:focus {
  outline: 0;
}
.modal-ppoup .modal-content {
  background: #ffffff;
  border: 0;
  border-radius: 10px;
}
.modal-ppoup .modal-content .modal-body {
  padding: 3rem;
}
@media (min-width: 576px) {
  .modal-ppoup .modal-content .modal-body {
    padding: 6rem;
  }
}
.modal-ppoup.advance-search .modal-content .modal-body {
  padding: 3rem;
}
@media (min-width: 576px) {
  .modal-ppoup.advance-search .modal-content .modal-body {
    padding: 6rem 4.5rem;
  }
}

.partner-details .partner-logo {
  margin-bottom: 3rem;
}
.partner-details h2 {
  font-size: 4rem;
  line-height: 5rem;
  color: #282828;
  font-family: "GraphikBold";
  margin-bottom: 3rem;
}

.advance-search-form {
  margin-top: 4rem;
}
.advance-search-form .form-select {
  border-radius: 6px;
  background: #e3e8ea url("../images/triangle-down.png") no-repeat 92% center;
  border: 0;
  box-shadow: 0 12px 6px rgba(24, 23, 23, 0.17);
  height: 6rem;
  color: #828282;
  font-size: 2.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  padding: 1.1rem 3rem 2rem;
}
.advance-search-form .btn {
  opacity: 0.7;
}
.advance-search-form .btn:hover {
  opacity: 1;
  background: #272c64;
}

.gallery_item {
  height: 100%;
}
.gallery_item .overlay-container {
  position: relative;
  display: flex;
  text-align: center;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.gallery_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);
}
.gallery_item .overlay-container .image-link {
  display: flex;
  width: 100%;
}
.gallery_item .overlay-container .image-link img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_item .overlay-container .image-link .overlay-link img {
  width: 64px;
  height: 64px;
}
.gallery_item .overlay-link {
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 15px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-color: rgba(17, 20, 53, 0.8);
  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;
}
.gallery_item.video-box {
  background: #ffffff;
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 0 30px rgba(1, 1, 1, 0.15);
  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;
  -moz-flex-direction: column;
  flex-direction: column;
}
.gallery_item.video-box .video-link {
  display: flex;
  width: 100%;
}
.gallery_item.video-box .video-link img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery_item.video-box .video-link .overlay-link img {
  width: 64px;
  height: 64px;
}
.gallery_item.video-box .overlay-link {
  position: absolute;
  z-index: 2;
  top: 0;
  padding: 15px;
  bottom: 0px;
  left: 0;
  right: 0px;
  background-color: rgba(17, 20, 53, 0.8);
  overflow: hidden;
  opacity: 1;
  filter: alpha(opacity=1);
  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: 10px;
}

.lb-number {
  display: none !important;
}

.tab-content {
  padding-top: 1.5rem;
}
@media (min-width: 768px) {
  .tab-content {
    padding-top: 2.5rem;
  }
}/*# sourceMappingURL=style.css.map */