/* Fonts START*/
@font-face {
  font-family: Inter;
  font-display: swap;
  src: url(../fonts/Inter_24pt-Regular.ttf);
}
@font-face {
  font-family: Campton;
  font-display: swap;
  src: url(../fonts/CamptonBook.otf);
}
@font-face {
  font-family: Campton-bold;
  font-display: swap;
  src: url(../fonts/CamptonMedium.otf);
}
@font-face {
  font-family: Campton-ebold;
  font-display: swap;
  src: url(../fonts/CamptonBold.otf);
}
@font-face {
  font-family: Campton-light;
  font-display: swap;
  src: url(../fonts/CamptonLight.otf);
}
/* Fonts END*/
/* Variables START*/
/* Variables END*/
/* General style START*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
  color: inherit;
}

p,
ul {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style-type: none;
}

button {
  cursor: pointer;
}

button,
input {
  outline: none;
  border: none;
}

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-family: Inter;
}
body.overflow-hidden {
  overflow: hidden;
}

.d-none {
  display: none !important;
}

@media (min-width: 991.98px) {
  .d-none-desktop {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .d-none-mobile {
    display: none;
  }
}

p,
h2,
h1,
h3 {
  margin-bottom: 0;
}

.tab-content > .tab-pane {
  display: none;
}

.fade:not(.show) {
  opacity: 0;
}

.fade {
  transition: opacity 0.15s linear;
}

.tab-content > .active {
  display: block;
}

.centerize {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.flex {
  display: flex;
}

.block {
  display: block;
}

@media (min-width: 991.98px) {
  #primary {
    min-height: 70vh;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 12px;
}

/* General style END*/
main #errorText {
  font-size: 22px;
  padding: 24px 0;
  text-align: center;
}
@media (max-width: 575.98px) {
  main #errorText {
    margin-top: -30px;
  }
}
@media (max-width: 470px) {
  main #errorText {
    margin-top: -50px;
  }
}

main svg {
  width: 100%;
}

main #errorLink {
  border: 1px solid;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  margin: auto;
  background: #2BA28B;
  display: flex;
  width: 236px;
  height: 50px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

main #errorLink:hover,
main #errorLink:active {
  color: #fff;
  background: #000;
}

main #g6219 {
  transform-origin: 85px 4px;
  animation: an1 12s 0.5s infinite ease-out;
}

@keyframes an1 {
  0% {
    transform: rotate(0);
  }
  5% {
    transform: rotate(3deg);
  }
  15% {
    transform: rotate(-2.5deg);
  }
  25% {
    transform: rotate(2deg);
  }
  35% {
    transform: rotate(-1.5deg);
  }
  45% {
    transform: rotate(1deg);
  }
  55% {
    transform: rotate(-1.5deg);
  }
  65% {
    transform: rotate(2deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  85% {
    transform: rotate(2.5deg);
  }
  95% {
    transform: rotate(-3deg);
  }
  100% {
    transform: rotate(0);
  }
}
/* Header Default*/
header .header-default {
  background: #fff;
  align-items: center;
  display: flex;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  height: 80px;
}
header .header-default nav {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
header .header-default nav #navbarNav {
  text-align: center;
  flex-direction: column;
  transition: 0.4s ease-in-out;
}
@media (max-width: 991.98px) {
  header .header-default nav #navbarNav {
    width: 100%;
    position: fixed;
    top: 79px;
    z-index: 9;
    left: 0;
    background: #fff;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    overflow-y: auto;
    height: calc(100% - 79px);
  }
}
header .header-default nav #navbarNav .navbar-nav {
  gap: 20px;
  width: 100%;
  justify-content: end;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  header .header-default nav #navbarNav .navbar-nav {
    padding-bottom: 20px;
    padding-top: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 767.98px) and (min-width: 575.98px) {
  header .header-default nav #navbarNav .navbar-nav {
    max-width: 540px;
    margin: auto;
  }
}
@media (max-width: 991.98px) and (min-width: 767.98px) {
  header .header-default nav #navbarNav .navbar-nav {
    max-width: 720px;
    margin: auto;
  }
}
header .header-default nav #navbarNav .navbar-nav .menu-item-has-children > a:after {
  position: relative;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><g clip-path="url(%23clip0_1114_155)"><path d="M6.46824 9.33309L11.8083 3.99294C11.9319 3.86943 12 3.70455 12 3.52875C12 3.35294 11.9319 3.18807 11.8083 3.06456L11.4151 2.67129C11.1589 2.41539 10.7425 2.41539 10.4867 2.67129L6.00249 7.15555L1.51326 2.66632C1.38965 2.5428 1.22487 2.47461 1.04916 2.47461C0.873261 2.47461 0.708482 2.5428 0.584776 2.66632L0.191705 3.05958C0.0680969 3.18319 -2.38419e-07 3.34797 -2.38419e-07 3.52377C-2.38419e-07 3.69958 0.0680969 3.86445 0.191705 3.98796L5.53664 9.33309C5.66064 9.45689 5.8262 9.52489 6.00219 9.5245C6.17888 9.52489 6.34434 9.45689 6.46824 9.33309Z" fill="%230C0C0C"/></g><defs><clipPath id="clip0_1114_155"><rect width="12" height="12" fill="white" transform="matrix(0 1 -1 0 12 0)"/></clipPath></defs></svg>');
  right: 0;
}
@media (max-width: 991.98px) {
  header .header-default nav #navbarNav .navbar-nav .menu-item-has-children ul {
    margin-left: 20px;
  }
  header .header-default nav #navbarNav .navbar-nav .menu-item-has-children ul li {
    opacity: 0.8;
    padding-top: 15px;
  }
  header .header-default nav #navbarNav .navbar-nav .menu-item-has-children ul li:first-of-type {
    padding-top: 10px;
  }
}
header .header-default nav #navbarNav .navbar-nav li {
  color: #0C0C0C;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  position: relative;
  align-self: center;
}
@media (max-width: 991.98px) {
  header .header-default nav #navbarNav .navbar-nav li {
    width: 100%;
  }
  header .header-default nav #navbarNav .navbar-nav li a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
header .header-default nav #navbarNav .navbar-nav li a {
  color: var(--Title-color, #0C0C0C);
  font-family: Campton-bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  gap: 5px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  header .header-default nav #navbarNav .navbar-nav li a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
  header .header-default nav #navbarNav .navbar-nav li .sub-menu li {
    padding-top: 20px;
    left: 20px;
    list-style-type: disc;
  }
}
@media (min-width: 991.98px) {
  header .header-default nav #navbarNav .navbar-nav li .sub-menu {
    left: 50%;
    transform: translate(-50%, 0%) !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
    background: #fff;
    padding: 10px;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0px 10px 10px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
    position: absolute;
    min-width: -moz-fit-content;
    min-width: fit-content;
    max-width: 100%;
    left: 50%;
    transform: translate(-50%, 0%) !important;
    min-width: 200px;
  }
  header .header-default nav #navbarNav .navbar-nav li .sub-menu li {
    text-wrap: nowrap;
    width: 100%;
    padding: 5px 0;
  }
  header .header-default nav #navbarNav .navbar-nav li .sub-menu li:hover a {
    opacity: 0.7;
  }
  header .header-default nav #navbarNav .navbar-nav li:hover .sub-menu {
    opacity: 1;
    transform: translate(0, 0);
    z-index: 1;
    visibility: visible;
  }
}

.active-menu {
  overflow: hidden;
}

/* Hamburger START*/
.navbar-toggler {
  padding: 0 !important;
  outline: unset !important;
  border-color: unset !important;
  border: unset !important;
  z-index: 9;
}

.menu-m {
  cursor: pointer;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 40px;
  height: 30px;
}
.menu-m .menu-bottom-click,
.menu-m .menu-top-click {
  border-color: #0C0C0C !important;
}
.menu-m .menu-global.menu-top-click,
.menu-m .menu-global.menu-bottom-click {
  left: 20%;
}
.menu-m span:nth-child(1) {
  border-color: #0C0C0C;
}
.menu-m span:nth-child(2) {
  border-color: #0C0C0C;
}
.menu-m span:nth-child(3) {
  border-color: #0C0C0C;
}

.menu-global {
  backface-visibility: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-top: 3px solid;
  width: 25px;
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
  border-radius: 24px;
  border-radius: 8px;
}

.menu-top {
  top: 7px;
}

.menu-middle {
  top: 14px;
}

.menu-bottom {
  top: 21px;
}

.menu-top-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(50deg);
  transition: 0.44s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s;
  -ms-transition: 0.44s;
  -o-transition: 0.44s;
}

.menu-middle-click {
  opacity: 0;
}

.menu-bottom-click {
  backface-visibility: hidden;
  top: 15px;
  transform: rotate(-410deg);
  transition: 0.44s 0.4s;
  -webkit-transition: 0.44s;
  -moz-transition: 0.44s 0.4s;
  -ms-transition: 0.44s 0.4s;
  -o-transition: 0.44s 0.4s;
}

/* Hamburger END*/
/* Header basic START*/
header {
  position: sticky;
  top: 0;
  z-index: 9;
}
header .scroll-imgchange img:first-child {
  display: none;
}
header .scroll-imgchange img:last-child {
  display: inherit !important;
}
header .scroll-imgchange li:first-child {
  display: none;
}
header .scroll-imgchange li:last-child {
  display: inherit !important;
}
header .headerbar {
  background: #fff;
  align-items: center;
  display: flex;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
header .headerbar nav {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  flex-wrap: unset;
}
@media (min-width: 991.98px) {
  header .headerbar nav .main-nav-toggle {
    flex: 1;
  }
}
header .headerbar nav .main-nav-toggle ul {
  gap: 20px;
}
header .headerbar nav .main-nav-toggle ul li {
  color: #0C0C0C;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
header .headerbar .collapsing {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: height 0.35s ease;
}
header .headerbar .logo_header {
  z-index: 3;
}
header .headerbar .logo_header li {
  height: 40px;
  max-width: 170px;
}
header .headerbar .logo_header li img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
@media (min-width: 991.98px) {
  header .headerbar .logo_header li:last-child {
    display: none;
  }
}
@media (max-width: 991.98px) {
  header .headerbar .logo_header li:first-child {
    display: none;
  }
}

.shadow-header {
  box-shadow: 0px 10px 16px rgba(26, 26, 46, 0.062745098);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.scroll-headerchange {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  padding: 10px 0 !important;
  box-shadow: 0px 10px 16px rgba(26, 26, 46, 0.062745098);
}

@media (min-width: 991.98px) {
  .scroll-navchange li {
    color: #0C0C0C !important;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
  }
}

.scroll-hamburger {
  top: 15px !important;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.background-nav {
  width: 300px;
  height: 400px;
  background-repeat: no-repeat;
  background-size: contain;
  visibility: hidden;
  display: none;
}

/* Header basic END*/
/* Header Default END*/
/* Knowledge page START*/
.site-knowledge .blogs__section-news,
.site-knowledge .blogs__section-articles {
  overflow: hidden;
}
.site-knowledge .blogs__section-news .section-header h3,
.site-knowledge .blogs__section-articles .section-header h3 {
  text-align: left;
}
.site-knowledge .blogs__section-news .section-header h2,
.site-knowledge .blogs__section-articles .section-header h2 {
  text-align: left;
}

.blogs__section-news {
  padding-bottom: 40px !important;
}

.blogs__section-news,
.blogs__section-articles {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .blogs__section-news,
  .blogs__section-articles {
    padding: 40px 0;
  }
}
.blogs__section-news .section-header,
.blogs__section-articles .section-header {
  margin-bottom: 0px;
}
.blogs__section-news .section-header h2,
.blogs__section-articles .section-header h2 {
  color: var(--Title-color, #0C0C0C);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .blogs__section-news .section-header h2,
  .blogs__section-articles .section-header h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
.blogs__section-news .section-header h3,
.blogs__section-articles .section-header h3 {
  color: var(--Body-text-color, #000);
  text-align: center;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 991.98px) {
  .blogs__section-news .swiper-slide,
  .blogs__section-articles .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .blogs__section-news .swiper-slide.swiper-slide-active,
  .blogs__section-news .swiper-slide.swiper-slide-next,
  .blogs__section-news .swiper-slide.swiper-slide-next + .swiper-slide,
  .blogs__section-articles .swiper-slide.swiper-slide-active,
  .blogs__section-articles .swiper-slide.swiper-slide-next,
  .blogs__section-articles .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
  }
}
.blogs__section-news .swiper,
.blogs__section-articles .swiper {
  padding: 40px 0px;
  overflow: unset;
}
@media (max-width: 1370px) {
  .blogs__section-news .swiper,
  .blogs__section-articles .swiper {
    padding: 40px 20px;
  }
}
.blogs__section-news .swiper .swiper-button-next,
.blogs__section-articles .swiper .swiper-button-next {
  right: 0;
}
.blogs__section-news .swiper .swiper-button-next:after,
.blogs__section-articles .swiper .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M32 24L16 8" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M32 24L16 40" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (min-width: 1370px) {
  .blogs__section-news .swiper .swiper-button-next,
  .blogs__section-articles .swiper .swiper-button-next {
    right: -30px;
  }
}
@media (max-width: 1370px) {
  .blogs__section-news .swiper .swiper-button-next,
  .blogs__section-articles .swiper .swiper-button-next {
    right: -10px;
  }
}
.blogs__section-news .swiper .swiper-button-prev,
.blogs__section-articles .swiper .swiper-button-prev {
  left: 0;
}
.blogs__section-news .swiper .swiper-button-prev:after,
.blogs__section-articles .swiper .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M16 24L32 40" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 24L32 8" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (min-width: 1370px) {
  .blogs__section-news .swiper .swiper-button-prev,
  .blogs__section-articles .swiper .swiper-button-prev {
    left: -30px;
  }
}
@media (max-width: 1370px) {
  .blogs__section-news .swiper .swiper-button-prev,
  .blogs__section-articles .swiper .swiper-button-prev {
    left: -10px;
  }
}
.blogs__section-news .swiper .swiper-slide-duplicate-active, .blogs__section-news .swiper .swiper-slide-prev,
.blogs__section-articles .swiper .swiper-slide-duplicate-active,
.blogs__section-articles .swiper .swiper-slide-prev {
  opacity: 0;
}
@media (max-width: 991.98px) {
  .blogs__section-news .swiper .swiper-slide-next,
  .blogs__section-articles .swiper .swiper-slide-next {
    opacity: 0;
  }
}
.blogs__section-news .swiper .slider-wrap,
.blogs__section-articles .swiper .slider-wrap {
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1);
  justify-content: end;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
}
.blogs__section-news .swiper .slider-wrap .img,
.blogs__section-articles .swiper .slider-wrap .img {
  height: 324px;
  width: 100%;
}
.blogs__section-news .swiper .slider-wrap .img img,
.blogs__section-articles .swiper .slider-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogs__section-news .swiper .slider-wrap .content,
.blogs__section-articles .swiper .slider-wrap .content {
  width: 100%;
  text-align: left;
}
.blogs__section-news .swiper .slider-wrap .content h2,
.blogs__section-articles .swiper .slider-wrap .content h2 {
  color: var(--Title-color, #0C0C0C);
  padding: 24px 24px 0 24px;
  font-family: Campton;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  padding-bottom: 4px;
}
@media (max-width: 991.98px) {
  .blogs__section-news .swiper .slider-wrap .content h2,
  .blogs__section-articles .swiper .slider-wrap .content h2 {
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.blogs__section-news .swiper .slider-wrap .content p,
.blogs__section-articles .swiper .slider-wrap .content p {
  padding: 0 24px;
  color: var(--Title-color, #0C0C0C);
  font-family: Campton-light;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  .blogs__section-news .swiper .slider-wrap .content p,
  .blogs__section-articles .swiper .slider-wrap .content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.blogs__section-news .swiper .slider-wrap .content .location,
.blogs__section-articles .swiper .slider-wrap .content .location {
  padding: 12px 24px 24px 24px;
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}

/* Knowledge page END*/
/* About START*/
.two-side__section-image-text-about {
  padding: 80px 0 0 0;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-about {
    padding: 40px 0 0 0;
  }
}
.two-side__section-image-text-about .row {
  row-gap: 40px;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-about .row {
    flex-direction: column-reverse;
  }
}
.two-side__section-image-text-about .lefts {
  align-self: center;
}
.two-side__section-image-text-about .lefts .img {
  width: 100%;
  height: 300px;
}
@media (min-width: 991.98px) {
  .two-side__section-image-text-about .lefts .img {
    height: 400px;
  }
}
.two-side__section-image-text-about .lefts .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-side__section-image-text-about .rights {
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-about .rights {
    row-gap: 16px;
  }
}
.two-side__section-image-text-about .rights h2 {
  color: #1B1B38;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-about .rights h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.two-side__section-image-text-about .rights p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.two-side__section-text-image-about {
  padding: 56px 0 80px 0;
}
@media (max-width: 991.98px) {
  .two-side__section-text-image-about {
    padding: 40px 0 40px 0;
  }
}
.two-side__section-text-image-about .row {
  row-gap: 40px;
}
.two-side__section-text-image-about .lefts {
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 991.98px) {
  .two-side__section-text-image-about .lefts {
    row-gap: 16px;
  }
}
.two-side__section-text-image-about .lefts h2 {
  color: #1B1B38;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.two-side__section-text-image-about .lefts p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.two-side__section-text-image-about .rights {
  align-self: center;
}
.two-side__section-text-image-about .rights .img {
  width: 100%;
  height: 300px;
}
@media (min-width: 991.98px) {
  .two-side__section-text-image-about .rights .img {
    height: 400px;
  }
}
.two-side__section-text-image-about .rights .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* About END*/
/* contact START*/
.contac-us__section {
  padding: 80px 0;
}
@media (max-width: 991.9px) {
  .contac-us__section {
    padding: 40px 0;
  }
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  .contac-us__section .col-lg-4, .contac-us__section .col-lg-8 {
    width: 100%;
    max-width: 100%;
  }
}
.contac-us__section .section-header {
  margin-bottom: 40px;
}
.contac-us__section .section-header h2 {
  color: var(--Title-color, #0C0C0C);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .contac-us__section .section-header h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
.contac-us__section .section-header h3 {
  color: var(--Body-text-color, #000);
  text-align: center;
  text-align: left;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 1200px) {
  .contac-us__section .row {
    flex-direction: column-reverse;
    gap: 40px;
  }
}
.contac-us__section .form-side {
  border: 1px solid #EFECEC;
  background: #FAFAFA;
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .contac-us__section .form-side {
    padding: 24px 16px;
  }
}
.contac-us__section .form-side li {
  width: 100%;
}
.contac-us__section .form-side li form .wpcf7-not-valid-tip {
  display: none;
}
.contac-us__section .form-side li form .wpcf7-response-output {
  font-size: 12px;
  text-align: center;
}
.contac-us__section .form-side li form p {
  width: 100%;
  margin-bottom: 35px;
}
.contac-us__section .form-side li form p:last-of-type {
  margin-bottom: 0;
}
.contac-us__section .form-side li form p .wpcf7-spinner {
  display: none;
}
.contac-us__section .form-side li form p .wpcf7-form-control.wpcf7-submit {
  margin-top: 60px;
  background: var(--Primary, #2BA28B);
  display: flex;
  width: 288px;
  height: 56px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #E8E8E8;
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1200px) {
  .contac-us__section .form-side li form p .wpcf7-form-control.wpcf7-submit {
    margin-top: unset;
  }
}
@media (max-width: 575.98px) {
  .contac-us__section .form-side li form p .wpcf7-form-control.wpcf7-submit {
    width: 100%;
  }
}
.contac-us__section .form-side li form p label {
  position: relative;
  width: 100%;
}
.contac-us__section .form-side li form p label .input-title {
  position: absolute;
  top: -6px;
  left: 12px;
  background: #FAFAFA;
  padding: 0 5px;
  color: #49454F;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  z-index: 1;
  font-family: Campton;
}
.contac-us__section .form-side li form p label .wpcf7-form-control-wrap {
  height: 100%;
  display: flex;
}
.contac-us__section .form-side li form p label .wpcf7-form-control-wrap input {
  width: 100%;
  height: 50px;
  background-color: transparent;
  padding-left: 15px;
  color: #000;
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  border: 1px solid #79747E;
}
.contac-us__section .form-side li form p label .wpcf7-form-control-wrap input:focus {
  border-color: #2BA28B;
  border-width: 2px;
}
.contac-us__section .form-side li form p label .wpcf7-form-control-wrap input.wpcf7-not-valid, .contac-us__section .form-side li form p label .wpcf7-form-control-wrap textarea.wpcf7-not-valid {
  border-color: red;
}
.contac-us__section .form-side li form p label .wpcf7-form-control-wrap textarea {
  height: 150px;
  border: 1px solid #79747E;
  background: unset;
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  color: #000;
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.contac-us__section .form-side li form p label .wpcf7-form-control-wrap textarea:focus {
  border-color: #2BA28B;
  border-width: 2px;
}
.contac-us__section .info-side {
  padding-right: 80px;
}
@media (max-width: 1200px) {
  .contac-us__section .info-side {
    padding-right: 0px;
  }
}
.contac-us__section .info-side ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  .contac-us__section .info-side ul {
    flex-direction: row;
  }
}
.contac-us__section .info-side ul li {
  border: 1px solid #EFECEC;
  background: #FAFAFA;
  padding: 32px;
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
@media (max-width: 991.98px) {
  .contac-us__section .info-side ul li {
    padding: 24px;
    min-height: unset;
  }
}
@media (min-width: 991.98px) and (max-width: 1200px) {
  .contac-us__section .info-side ul li {
    flex: 1;
  }
}
.contac-us__section .info-side ul li .icon {
  width: 40px;
  height: 40px;
  position: relative;
  margin-bottom: 20px;
}
.contac-us__section .info-side ul li .icon-phone {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" viewBox="0 0 40 40" fill="none"><g clip-path="url(%23clip0_534_5722)"><path d="M9.33333 6H16L19.3333 14.3333L15.1667 16.8333C16.9516 20.4526 19.8808 23.3817 23.5 25.1667L26 21L34.3333 24.3333V31C34.3333 31.8841 33.9821 32.7319 33.357 33.357C32.7319 33.9821 31.8841 34.3333 31 34.3333C24.4988 33.9383 18.3669 31.1775 13.7614 26.572C9.15584 21.9664 6.39508 15.8346 6 9.33333C6 8.44928 6.35119 7.60143 6.97631 6.97631C7.60143 6.35119 8.44928 6 9.33333 6Z" stroke="%232BA28B" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_534_5722"><rect width="40" height="40" fill="white"/></clipPath></defs></svg>');
}
.contac-us__section .info-side ul li .icon-mail {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41" fill="none"><g clip-path="url(%23clip0_534_5730)"><path d="M5 12.0013C5 11.1172 5.35119 10.2694 5.97631 9.64428C6.60143 9.01916 7.44928 8.66797 8.33333 8.66797H31.6667C32.5507 8.66797 33.3986 9.01916 34.0237 9.64428C34.6488 10.2694 35 11.1172 35 12.0013V28.668C35 29.552 34.6488 30.3999 34.0237 31.025C33.3986 31.6501 32.5507 32.0013 31.6667 32.0013H8.33333C7.44928 32.0013 6.60143 31.6501 5.97631 31.025C5.35119 30.3999 5 29.552 5 28.668V12.0013Z" stroke="%232BA28B" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 12L20 22L35 12" stroke="%232BA28B" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_534_5730"><rect width="40" height="40" fill="white" transform="translate(0 0.333984)"/></clipPath></defs></svg>');
}
.contac-us__section .info-side ul li .icon-address {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="41" viewBox="0 0 40 41" fill="none"><g clip-path="url(%23clip0_534_5739)"><path d="M15 19C15 20.3261 15.5268 21.5979 16.4645 22.5355C17.4021 23.4732 18.6739 24 20 24C21.3261 24 22.5979 23.4732 23.5355 22.5355C24.4732 21.5979 25 20.3261 25 19C25 17.6739 24.4732 16.4021 23.5355 15.4645C22.5979 14.5268 21.3261 14 20 14C18.6739 14 17.4021 14.5268 16.4645 15.4645C15.5268 16.4021 15 17.6739 15 19Z" stroke="%232BA28B" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/><path d="M29.4287 28.4272L22.357 35.4989C21.732 36.1233 20.8846 36.474 20.0012 36.474C19.1177 36.474 18.2704 36.1233 17.6453 35.4989L10.572 28.4272C8.70737 26.5625 7.43756 24.1867 6.92314 21.6003C6.40873 19.0139 6.67281 16.3331 7.682 13.8967C8.69119 11.4604 10.4002 9.37809 12.5928 7.91304C14.7854 6.44798 17.3633 5.66602 20.0003 5.66602C22.6374 5.66602 25.2152 6.44798 27.4079 7.91304C29.6005 9.37809 31.3095 11.4604 32.3187 13.8967C33.3278 16.3331 33.5919 19.0139 33.0775 21.6003C32.5631 24.1867 31.2933 26.5625 29.4287 28.4272Z" stroke="%232BA28B" stroke-width="5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_534_5739"><rect width="40" height="40" fill="white" transform="translate(0 0.666016)"/></clipPath></defs></svg>');
}
.contac-us__section .info-side ul li .name {
  color: var(--Body-text-color, #000);
  font-family: Campton;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .contac-us__section .info-side ul li .name {
    font-size: 20px;
  }
}
.contac-us__section .info-side ul li .link {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

/* contact END*/
/* Our Projects START*/
.projects-page {
  padding: 40px 0;
}
@media (max-width: 991.98px) {
  .projects-page {
    padding-bottom: 0;
  }
}
.projects-page .section-header {
  margin-bottom: 0px;
}
.projects-page .section-header h2 {
  color: var(--Title-color, #0C0C0C);
  text-align: left;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .projects-page .section-header h2 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-bottom: 16px;
  }
}
.projects-page .section-header h3 {
  color: var(--Body-text-color, #000);
  text-align: left;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 991.98px) {
  .projects-page .section-header h3 {
    text-align: center;
  }
}
@media (min-width: 991.98px) {
  .projects-page .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .projects-page .swiper-slide.swiper-slide-active,
  .projects-page .swiper-slide.swiper-slide-next,
  .projects-page .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
  }
}
.projects-page .swiper {
  overflow: unset;
}
@media (max-width: 1370px) {
  .projects-page .swiper {
    padding: 40px 20px;
  }
}
.projects-page .swiper .swiper-button-next {
  right: 0;
}
.projects-page .swiper .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M32 24L16 8" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M32 24L16 40" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 1370px) {
  .projects-page .swiper .swiper-button-next {
    right: -10px;
  }
}
.projects-page .swiper .swiper-button-prev {
  left: 0;
}
.projects-page .swiper .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M16 24L32 40" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 24L32 8" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 1370px) {
  .projects-page .swiper .swiper-button-prev {
    left: -10px;
  }
}
.projects-page .swiper .swiper-slide-duplicate-active, .projects-page .swiper .swiper-slide-prev {
  opacity: 0;
}
@media (max-width: 575.98px) {
  .projects-page .swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
  }
}
.projects-page .posts-all-projects {
  padding: 40px 0 40px 0;
  overflow: unset;
}
@media (min-width: 575.98px) {
  .projects-page .posts-all-projects.d-none-mob {
    display: none;
  }
}
.projects-page .posts-all-projects .alm-listing {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media (max-width: 575.98px) {
  .projects-page .posts-all-projects {
    padding: 0px 0px 20px 0;
  }
  .projects-page .posts-all-projects.d-none-dsk {
    display: none;
  }
  .projects-page .posts-all-projects.d-none-mob .alm-btn-wrap {
    display: none !important;
  }
}
.projects-page .posts-all-projects .box-wrap {
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1);
  justify-content: end;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  margin-bottom: 32px;
}
.projects-page .posts-all-projects .box-wrap .img {
  height: 345px;
  width: 100%;
}
.projects-page .posts-all-projects .box-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects-page .posts-all-projects .box-wrap .content {
  width: 100%;
  text-align: left;
}
.projects-page .posts-all-projects .box-wrap .content h2 {
  color: var(--Title-color, #0C0C0C);
  padding: 24px 24px 0 24px;
  font-family: Campton;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.projects-page .posts-all-projects .box-wrap .content p {
  padding: 0 24px;
  color: var(--Title-color, #0C0C0C);
  font-family: Campton-light;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
}
.projects-page .posts-all-projects .box-wrap .content .location {
  padding: 12px 24px 24px 24px;
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.alm-btn-wrap .alm-load-more-btn.btn-load-more-custom {
  background-color: var(--Primary, #2BA28B) !important;
  display: flex;
  height: 50px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #E8E8E8;
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-width: 236px;
  border-radius: unset !important;
}
.alm-btn-wrap .alm-load-more-btn.btn-load-more-custom.done {
  display: none;
}

#ajax-load-more ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* Our Projects END*/
/* Products Services START*/
.catalogs__section {
  padding: 80px 0;
  border-bottom: 1px solid #F8F8F8;
}
@media (max-width: 991.98px) {
  .catalogs__section {
    padding: 40px 0;
  }
}
.catalogs__section .section-header {
  margin-bottom: 40px;
}
.catalogs__section .section-header h2 {
  color: var(--Title-color, #0C0C0C);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .catalogs__section .section-header h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
.catalogs__section .show-all {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.catalogs__section .show-all a {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-decoration: underline;
}
.catalogs__section .cattalogs_wrapper .catalog-wrap .catalog {
  display: flex;
  border: 1px solid #EFECEC;
  background: #FAFAFA;
  margin-bottom: 24px;
}
.catalogs__section .cattalogs_wrapper .catalog-wrap .catalog .img {
  width: 70px;
  height: auto;
  flex-shrink: 0;
}
.catalogs__section .cattalogs_wrapper .catalog-wrap .catalog .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalogs__section .cattalogs_wrapper .catalog-wrap .catalog .content {
  padding: 8px 16px;
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 6px;
}
.catalogs__section .cattalogs_wrapper .catalog-wrap .catalog .content h2 {
  color: #1E1E3C;
  font-family: Campton-bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  max-width: 380px;
}
@media (max-width: 991.98px) {
  .catalogs__section .cattalogs_wrapper .catalog-wrap .catalog .content h2 {
    padding-right: 20px;
  }
}
.catalogs__section .cattalogs_wrapper .catalog-wrap .catalog .content p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.catalogs__section .cattalogs_wrapper .catalog-wrap .catalog .content a {
  color: #277B6B;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: flex;
  gap: 8px;
}
@media (max-width: 991.98px) {
  .catalogs__section .cattalogs_wrapper .catalog-wrap .catalog .content a {
    position: absolute;
    font-size: 0;
    top: 10px;
    right: 20px;
  }
}
.catalogs__section .cattalogs_wrapper .catalog-wrap .catalog .content a:before {
  width: 14px;
  height: 14px;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><g clip-path="url(%23clip0_630_3192)"><path d="M2.33398 9.91602V11.0827C2.33398 11.3921 2.4569 11.6888 2.67569 11.9076C2.89449 12.1264 3.19123 12.2493 3.50065 12.2493H10.5007C10.8101 12.2493 11.1068 12.1264 11.3256 11.9076C11.5444 11.6888 11.6673 11.3921 11.6673 11.0827V9.91602" stroke="%23277B6B" stroke-linecap="round" stroke-linejoin="round"/><path d="M4.08398 6.41602L7.00065 9.33268L9.91732 6.41602" stroke="%23277B6B" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 2.33398V9.33398" stroke="%23277B6B" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_630_3192"><rect width="14" height="14" fill="white"/></clipPath></defs></svg>');
}
@media (max-width: 991.98px) {
  .catalogs__section .cattalogs_wrapper .catalog-wrap .catalog .content a:before {
    position: relative;
    width: 20px;
    height: 20px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><g clip-path="url(%23clip0_630_2925)"><path d="M3.99902 17V19C3.99902 19.5304 4.20974 20.0391 4.58481 20.4142C4.95988 20.7893 5.46859 21 5.99902 21H17.999C18.5295 21 19.0382 20.7893 19.4132 20.4142C19.7883 20.0391 19.999 19.5304 19.999 19V17" stroke="%232BA28B" stroke-linecap="round" stroke-linejoin="round"/><path d="M6.99902 11L11.999 16L16.999 11" stroke="%232BA28B" stroke-linecap="round" stroke-linejoin="round"/><path d="M12 4V16" stroke="%232BA28B" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_630_2925"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>');
  }
}

.slider__boxes-section2 {
  padding: 80px 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .slider__boxes-section2 {
    padding: 40px 0px;
  }
}
.slider__boxes-section2 .section-header {
  margin-bottom: 0px;
}
.slider__boxes-section2 .section-header h2 {
  color: var(--Title-color, #0C0C0C);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .slider__boxes-section2 .section-header h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
.slider__boxes-section2 .section-header h3 {
  color: var(--Body-text-color, #000);
  text-align: center;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (min-width: 767.98px) {
  .slider__boxes-section2 .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .slider__boxes-section2 .swiper-slide.swiper-slide-active,
  .slider__boxes-section2 .swiper-slide.swiper-slide-next {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .slider__boxes-section2 .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .slider__boxes-section2 .swiper-slide.swiper-slide-active,
  .slider__boxes-section2 .swiper-slide.swiper-slide-next,
  .slider__boxes-section2 .swiper-slide.swiper-slide-next + .swiper-slide,
  .slider__boxes-section2 .swiper-slide.swiper-slide-next + .swiper-slide + .swiper-slide {
    opacity: 1;
  }
}
.slider__boxes-section2 .swiper {
  padding: 40px 40px 0 40px;
  overflow: unset;
}
@media (max-width: 575.98px) {
  .slider__boxes-section2 .swiper {
    padding: 40px 20px 0 20px;
  }
}
.slider__boxes-section2 .swiper .swiper-button-next {
  right: 0;
}
.slider__boxes-section2 .swiper .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M32 24L16 8" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M32 24L16 40" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 575.98px) {
  .slider__boxes-section2 .swiper .swiper-button-next {
    right: -10px;
  }
}
.slider__boxes-section2 .swiper .swiper-button-prev {
  left: 0;
}
.slider__boxes-section2 .swiper .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M16 24L32 40" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 24L32 8" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 575.98px) {
  .slider__boxes-section2 .swiper .swiper-button-prev {
    left: -10px;
  }
}
.slider__boxes-section2 .swiper .swiper-slide-duplicate-active, .slider__boxes-section2 .swiper .swiper-slide-prev {
  opacity: 0;
}
@media (max-width: 767.98px) {
  .slider__boxes-section2 .swiper .swiper-slide-next {
    opacity: 0;
  }
}
.slider__boxes-section2 .swiper .slider-wrap {
  border: 1px solid #EFECEC;
  background: #F8F8F8;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
  padding: 32px;
}
@media (max-width: 575.98px) {
  .slider__boxes-section2 .swiper .slider-wrap {
    padding: 24px;
  }
}
.slider__boxes-section2 .swiper .slider-wrap .content {
  width: 100%;
  text-align: left;
  gap: 20px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
.slider__boxes-section2 .swiper .slider-wrap .content .up p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.slider__boxes-section2 .swiper .slider-wrap .content .up .img {
  height: 35px;
  width: 100%;
}
.slider__boxes-section2 .swiper .slider-wrap .content .up .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider__boxes-section2 .swiper .slider-wrap .content .bottom {
  display: flex;
  gap: 8px;
}
.slider__boxes-section2 .swiper .slider-wrap .content .bottom .left img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__boxes-section2 .swiper .slider-wrap .content .bottom .right h2 {
  color: #212139;
  font-family: Campton-bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.slider__boxes-section2 .swiper .slider-wrap .content .bottom .right span {
  color: #59595C;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-image__section {
  padding: 80px 0;
}
@media (max-width: 767.98px) {
  .main-image__section {
    padding: 40px 0;
  }
}
.main-image__section .section-header {
  text-align: left;
  margin-bottom: 40px;
}
.main-image__section .section-header h2 {
  color: #1B1B38;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .main-image__section .section-header h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.main-image__section .section-header h3 {
  color: var(--Body-text-color, #000);
  margin-top: 24px;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.main-image__section .section-main-image {
  height: 400px;
  width: 100%;
}
.main-image__section .section-main-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Products Services END*/
/* Career START*/
.two-side__section-image-text-career {
  padding: 80px 0 80px 0;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-career {
    padding: 40px 0 40px 0;
  }
}
.two-side__section-image-text-career .row {
  row-gap: 40px;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-career .row {
    flex-direction: column-reverse;
  }
}
.two-side__section-image-text-career .lefts {
  align-self: center;
}
.two-side__section-image-text-career .lefts .img {
  width: 100%;
  height: 300px;
}
@media (min-width: 991.98px) {
  .two-side__section-image-text-career .lefts .img {
    height: 400px;
  }
}
.two-side__section-image-text-career .lefts .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-side__section-image-text-career .rights {
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-career .rights {
    row-gap: 16px;
  }
}
.two-side__section-image-text-career .rights h2 {
  color: #1B1B38;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-career .rights h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.two-side__section-image-text-career .rights p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.unsere_jobs {
  padding: 80px 0;
  background: #FAFAFA;
}
@media (max-width: 991.98px) {
  .unsere_jobs {
    padding: 40px 0;
  }
}
.unsere_jobs .section-header {
  text-align: left;
  padding-bottom: 40px;
}
.unsere_jobs .section-header h2 {
  color: #1B1B38;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .unsere_jobs .section-header h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.unsere_jobs .section-header h3 {
  color: var(--Body-text-color, #000);
  margin-top: 24px;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.unsere_jobs .wrapper-positions {
  gap: 30px;
  display: flex;
  flex-direction: column;
}
.unsere_jobs .wrapper-positions h4 {
  color: #323232;
  font-family: Campton-bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 19.8px */
  margin-bottom: 12px;
}
.unsere_jobs .wrapper-positions .nav.nav-tabs {
  justify-content: center;
}
@media (max-width: 575.98px) {
  .unsere_jobs .wrapper-positions .nav.nav-tabs {
    overflow: scroll;
    flex-wrap: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    justify-content: flex-start;
  }
  .unsere_jobs .wrapper-positions .nav.nav-tabs::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .unsere_jobs .wrapper-positions .nav.nav-tabs .nav-item {
    flex: 1;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-top: 1px;
  }
}
.unsere_jobs .wrapper-positions .nav.nav-tabs .nav-item a:not(.active) {
  border-color: transparent;
}
.unsere_jobs .wrapper-positions .nav.nav-tabs .nav-item a.active {
  color: #2BA28B;
}
.unsere_jobs .wrapper-positions .row {
  flex-direction: column;
  gap: 12px;
  margin: 0;
}
.unsere_jobs .wrapper-positions .row .accordion {
  border-radius: 2px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  display: flex;
  padding: 32px;
  align-items: flex-start;
  position: relative;
}
.unsere_jobs .wrapper-positions .row .accordion:hover {
  background: rgba(43, 162, 139, 0.1411764706);
  transition: all 0.3s ease-in-out;
}
.unsere_jobs .wrapper-positions .row .accordion:hover .modal-form button {
  transition: all 0.3s ease-in-out;
  outline: none;
  background: #fff;
}
@media (max-width: 991.98px) {
  .unsere_jobs .wrapper-positions .row .accordion {
    padding: 24px;
  }
}
.unsere_jobs .wrapper-positions .row .accordion .modal-form {
  position: absolute;
  top: 10px;
  right: 10px;
}
.unsere_jobs .wrapper-positions .row .accordion .modal-form button {
  color: #2BA28B;
  background: unset;
  padding: 2px 6px;
  outline: unset;
  font-size: 14px;
  font-family: Campton;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.0901960784);
}
.unsere_jobs .wrapper-positions .row .accordion .head .head-title .leftside-content .job-description {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
.unsere_jobs .wrapper-positions .row .accordion .head .head-title .leftside-content .job-position {
  color: #323232;
  padding-right: 60px;
  font-family: Campton-bold;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 19.8px */
}
.unsere_jobs .wrapper-positions .row .accordion .head .head-title .leftside-content .three-undertitle {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 8px 0;
}
.unsere_jobs .wrapper-positions .row .accordion .head .head-title .leftside-content .three-undertitle pre {
  display: flex;
  padding: 4px 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #EBEBEB;
  margin-bottom: 0;
  color: #464646;
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 17.6px */
}
@media (max-width: 575.98px) {
  .unsere_jobs .wrapper-positions .row .accordion .head .head-title .leftside-content .three-undertitle pre {
    font-size: 12px;
    line-height: 18px;
  }
}

.modal-positions .modal-content {
  background: #FAFAFA;
}
.modal-positions form .cd-upload-btn {
  text-decoration: underline !important;
}
.modal-positions form .wpcf7-response-output {
  font-size: 12px;
  text-align: center;
}
.modal-positions form p {
  margin-bottom: 12px;
}
.modal-positions form p label {
  width: 100%;
  margin-bottom: 0;
  color: #464646;
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.modal-positions form p label input {
  width: 100%;
  height: 35px;
  border-radius: 2px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  display: flex;
  align-items: flex-start;
  padding-left: 8px;
}
.modal-positions form p label .wpcf7-not-valid-tip {
  font-size: 12px;
}
.modal-positions form p label textarea {
  width: 100%;
  height: 80px;
  border-radius: 2px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  display: flex;
  padding-left: 8px;
  padding-top: 4px;
  align-items: flex-start;
}
.modal-positions form p label .wpcf7-response-output {
  font-size: 12px;
  text-align: center;
}
.modal-positions form p .wpcf7-submit {
  margin: auto;
  border: 1px solid #EBEBEB;
  background: black;
  display: flex;
  padding: 6px 30px;
  color: white;
}
.modal-positions form p .wpcf7-spinner {
  display: none;
}

/* Career END*/
/* Partnerships Page START*/
.site-partnerships .our-global-partners__section .section-header h3 {
  text-align: left;
}
.site-partnerships .our-global-partners__section .section-header h2 {
  text-align: left;
}

/* Partnerships Page END*/
/* Industries START*/
.content-base__site-industries {
  padding-top: 80px;
}
@media (max-width: 991.98px) {
  .content-base__site-industries {
    padding: 40px 0 0 0;
  }
}
.content-base__site-industries .content p {
  color: var(--Title-color, #0C0C0C);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
  align-self: stretch;
}
@media (max-width: 991.98px) {
  .content-base__site-industries .content p {
    font-size: 24px;
  }
}

.two-side__section-image-text-industries {
  padding: 80px 0 0 0;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-industries {
    padding: 40px 0 0 0;
  }
}
.two-side__section-image-text-industries .row {
  row-gap: 40px;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-industries .row {
    flex-direction: column-reverse;
  }
}
.two-side__section-image-text-industries .lefts {
  align-self: center;
}
.two-side__section-image-text-industries .lefts .img {
  width: 100%;
  height: 300px;
}
@media (min-width: 991.98px) {
  .two-side__section-image-text-industries .lefts .img {
    height: 400px;
  }
}
.two-side__section-image-text-industries .lefts .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-side__section-image-text-industries .rights {
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-industries .rights {
    row-gap: 16px;
  }
}
.two-side__section-image-text-industries .rights h2 {
  color: #1B1B38;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text-industries .rights h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.two-side__section-image-text-industries .rights p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.two-side__section-text-image-industries {
  padding: 56px 0 80px 0;
}
@media (max-width: 991.98px) {
  .two-side__section-text-image-industries {
    padding: 40px 0 40px 0;
  }
}
.two-side__section-text-image-industries .row {
  row-gap: 40px;
}
.two-side__section-text-image-industries .lefts {
  align-self: center;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media (max-width: 991.98px) {
  .two-side__section-text-image-industries .lefts {
    row-gap: 16px;
  }
}
.two-side__section-text-image-industries .lefts h2 {
  color: #1B1B38;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.two-side__section-text-image-industries .lefts p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.two-side__section-text-image-industries .rights {
  align-self: center;
}
.two-side__section-text-image-industries .rights .img {
  width: 100%;
  height: 300px;
}
@media (min-width: 991.98px) {
  .two-side__section-text-image-industries .rights .img {
    height: 400px;
  }
}
.two-side__section-text-image-industries .rights .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.industries-related-projects .section-header h2 {
  text-align: left !important;
}
@media (max-width: 991.98px) {
  .industries-related-projects .section-header h2 {
    text-align: center !important;
    margin-bottom: 0 !important;
  }
}

/* Industries END*/
/* Footer */
@media (max-width: 575.98px) {
  footer .columns .footer-1 {
    margin-bottom: 50px;
  }
}
footer .columns .footer-1 a {
  opacity: 1;
}
footer .columns .footer-1 a ul li img {
  height: 48px !important;
  width: -moz-fit-content;
  width: fit-content;
  -o-object-position: left;
  object-position: left;
  max-width: 200px !important;
}
@media (min-width: 991.98px) {
  footer .columns .footer-1 a ul li img {
    height: 75px !important;
    width: 250px;
    max-width: 100% !important;
  }
}
footer .columns .col-lg-3, footer .columns .col-lg-2, footer .columns .col-lg-4 {
  margin: 30px 0;
}
@media (max-width: 991.98px) {
  footer .columns .col-lg-3, footer .columns .col-lg-2, footer .columns .col-lg-4 {
    max-width: 600px;
  }
  footer .columns .col-lg-3:first-child, footer .columns .col-lg-2:first-child, footer .columns .col-lg-4:first-child {
    margin-top: 0;
  }
  footer .columns .col-lg-3:last-child, footer .columns .col-lg-2:last-child, footer .columns .col-lg-4:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  footer .columns .col-lg-3, footer .columns .col-lg-2, footer .columns .col-lg-4 {
    margin: 16px 0;
  }
}
footer .columns h2 {
  color: var(--White100, #FFF);
  font-family: Campton-bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 16px;
  text-transform: uppercase;
}
footer .columns a {
  color: var(--White-200, #FFF);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  opacity: 0.8;
}
footer .columns a:hover {
  opacity: 1;
}

footer {
  padding: 0px 0px;
  background: #1E1E3C;
}
footer .copyrights {
  padding: 10px 0 24px 0;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
footer .copyrights .under-footer-menu {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  footer .copyrights .under-footer-menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer .copyrights .under-footer-menu .direct-txt {
  color: #fff;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  position: relative;
}
@media (max-width: 575.98px) {
  footer .copyrights .under-footer-menu .direct-txt {
    font-size: 12px;
  }
}
@media (min-width: 575.98px) {
  footer .copyrights .under-footer-menu .direct-txt {
    padding-right: 20px;
    margin-right: 20px;
  }
  footer .copyrights .under-footer-menu .direct-txt:after {
    position: absolute;
    content: "";
    border-right: 1px solid #fff;
    height: 17px;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
  }
}
footer .copyrights .under-footer-menu ul {
  display: flex;
}
footer .copyrights .under-footer-menu ul li {
  padding-right: 20px;
  position: relative;
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  footer .copyrights .under-footer-menu ul li {
    padding-right: 10px;
    padding-left: 10px;
  }
}
footer .copyrights .under-footer-menu ul li:first-of-type {
  padding-left: 0;
}
footer .copyrights .under-footer-menu ul li:last-of-type::after {
  content: unset;
}
footer .copyrights .under-footer-menu ul li:after {
  position: absolute;
  content: "";
  border-right: 1px solid #fff;
  height: 17px;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
}
footer .copyrights .under-footer-menu ul li a {
  color: var(--White100, #FFF);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 575.98px) {
  footer .copyrights .under-footer-menu ul li a {
    font-size: 12px;
  }
}
footer .copyrights .socials li ul {
  display: flex;
  gap: 20px;
}
footer .copyrights .socials li ul li a {
  color: #fff;
  font-size: 22px;
}
@media (max-width: 575.98px) {
  footer .copyrights .socials li ul li a {
    font-size: 30px;
  }
}
footer .columns {
  padding: 30px 0;
  background: #1E1E3C;
}
@media (max-width: 575.98px) {
  footer .columns {
    padding-bottom: 50px;
  }
}

/* Footer */
/*Single page Start*/
.single-page-base {
  padding: 60px 0;
}
.single-page-base .intro {
  height: 450px;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .single-page-base .intro {
    height: 250px;
  }
}
.single-page-base .intro img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.single-page-base .content h4 {
  font-size: 24px;
  color: var(--Body-text-color, #000);
  font-family: Campton-bold;
}
.single-page-base .content p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}

.single-page-trusted-partner .wrapper {
  padding: 40px 0;
}
.single-page-trusted-partner .wrapper .intro-img {
  margin-bottom: 40px;
}
.single-page-trusted-partner .wrapper .content h4 {
  margin-bottom: 20px;
}

.single-page-our-projects .wrapper {
  padding: 80px 0 0 0;
}
@media (max-width: 991.98px) {
  .single-page-our-projects .wrapper {
    padding: 40px 0;
  }
}
.single-page-our-projects .wrapper .content-base {
  padding-bottom: 60px;
}
@media (max-width: 991.98px) {
  .single-page-our-projects .wrapper .content-base {
    padding-bottom: 40px;
  }
}
.single-page-our-projects .wrapper .content-base .content h4 {
  color: var(--Title-color, #0C0C0C);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .single-page-our-projects .wrapper .content-base .content h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
.single-page-our-projects .wrapper .content-base .content p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  padding-bottom: 40px;
}
.single-page-our-projects .wrapper .content-base .img {
  margin-bottom: 40px;
  height: 539px;
}
@media (max-width: 585.98px) {
  .single-page-our-projects .wrapper .content-base .img {
    height: 500px;
  }
}
@media (max-width: 585.98px) {
  .single-page-our-projects .wrapper .content-base .img {
    height: 285px;
  }
}
.single-page-our-projects .wrapper .content-base .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.single-page-our-projects .wrapper .related-content-slider {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 991.98px) {
  .single-page-our-projects .wrapper .related-content-slider {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 991.98px) {
  .single-page-our-projects .wrapper .related-content-slider {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
  }
}
.single-page-our-projects .wrapper .related-content-slider .navigation {
  height: 44px;
  position: relative;
}
@media (max-width: 991.98px) {
  .single-page-our-projects .wrapper .related-content-slider .navigation {
    position: absolute;
    width: 100%;
    top: 55%;
  }
}
.single-page-our-projects .wrapper .related-content-slider .navigation .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M32 24L16 8" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M32 24L16 40" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 991.98px) {
  .single-page-our-projects .wrapper .related-content-slider .navigation .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 575.98px) {
  .single-page-our-projects .wrapper .related-content-slider .navigation .swiper-button-next {
    right: -10px;
  }
}
.single-page-our-projects .wrapper .related-content-slider .navigation .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M16 24L32 40" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 24L32 8" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (max-width: 991.98px) {
  .single-page-our-projects .wrapper .related-content-slider .navigation .swiper-button-prev {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .single-page-our-projects .wrapper .related-content-slider .navigation .swiper-button-prev {
    left: -10px;
  }
}
@media (max-width: 991.98px) {
  .single-page-our-projects .wrapper .related-content-slider .lefts {
    padding-bottom: 40px;
  }
}
@media (min-width: 991.98px) {
  .single-page-our-projects .wrapper .related-content-slider .lefts {
    width: 145px;
    position: relative;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.single-page-our-projects .wrapper .related-content-slider .lefts .images-text {
  color: var(--Title-color, #0C0C0C);
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .single-page-our-projects .wrapper .related-content-slider .lefts .images-text {
    font-size: 24px;
    line-height: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
  }
}
.single-page-our-projects .wrapper .related-content-slider .rights {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
@media (min-width: 991.98px) {
  .single-page-our-projects .wrapper .related-content-slider .rights {
    width: calc(100% - 235px);
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575.98px) {
  .single-page-our-projects .wrapper .related-content-slider .rights {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.single-page-our-projects .wrapper .related-content-slider .rights .mySwiper-boxes-section-post-slider .slider-wrap .img {
  height: 380px;
}
.single-page-our-projects .wrapper .related-content-slider .rights .mySwiper-boxes-section-post-slider .slider-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*Single page END*/
/*Archive page Start*/
.site-archive.archive-page .archive-content {
  padding: 40px 0;
}
.site-archive.archive-page .archive-content .page-header {
  margin-bottom: 10px;
}
.site-archive.archive-page .archive-content .page-header .page-title {
  margin-bottom: 40px;
}
.site-archive.archive-page .archive-content .articles {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.site-archive.archive-page .archive-content .articles article .entry-header .entry-title a {
  color: var(--Body-text-color, #000);
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-decoration: underline;
  text-underline-position: under;
}

/*Archive page END*/
/* Privacy Policy START*/
.site-pricavy-policy {
  padding: 60px 0;
}

/* Privacy Policy END*/
@media (min-width: 767.98px) {
  .banner-one__section {
    min-height: 565px;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .banner-one__section .lefts {
    flex: 0 0 70.666667%;
    max-width: 70.666667%;
  }
}
.banner-one__section .lefts .content {
  background: #fff;
  padding: 32px;
}
.banner-one__section .lefts .content h1 {
  font-family: Campton-ebold;
  font-size: 40px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  text-transform: uppercase;
}
.banner-one__section .lefts .content p {
  margin-top: 24px;
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 18px;
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 133.333% */
}
.banner-one__section .lefts .content a {
  display: flex;
  width: 236px;
  height: 50px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: var(--Primary, #2BA28B);
  color: #fff;
  color: #E8E8E8;
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 767.98px) {
  .banner-one__section.display-desktop {
    display: none;
  }
}
@media (min-width: 767.98px) {
  .banner-one__section.display-mobile {
    display: none;
  }
}
.banner-one__section.display-mobile .row-wrapper {
  display: flex;
  flex-direction: column;
  background: #1E1E3C;
}
@media (max-width: 767.98px) {
  .banner-one__section.display-mobile .row-wrapper .lefts {
    width: 100%;
    background: #1E1E3C;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .banner-one__section.display-mobile .row-wrapper .lefts h1 {
    color: var(--White100, #FFF);
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Campton-bold;
    line-height: 34px; /* 121.429% */
  }
  .banner-one__section.display-mobile .row-wrapper .lefts p {
    color: var(--White-200, #FFF);
    margin-top: 16px;
    margin-bottom: 32px;
    font-family: Campton;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px; /* 137.5% */
  }
  .banner-one__section.display-mobile .row-wrapper .lefts a {
    display: flex;
    width: 236px;
    height: 50px;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: var(--Primary, #2BA28B);
    color: #fff;
    color: #E8E8E8;
    font-family: Campton;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
}
.banner-one__section.display-mobile .row-wrapper .rights {
  height: 400px;
}
@media (max-width: 575.98px) {
  .banner-one__section.display-mobile .row-wrapper .rights {
    height: 230px;
  }
}
.banner-one__section.display-mobile .row-wrapper .rights img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 4 Boxes with Counter style Start */
.four__boxes-counter {
  padding: 40px 0;
  background-color: rgb(134, 118, 87);
}
.four__boxes-counter .row {
  row-gap: 20px;
}
.four__boxes-counter .box .box__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.four__boxes-counter .box .box__wrap .img {
  width: 50px;
  height: 50px;
}
.four__boxes-counter .box .box__wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.four__boxes-counter .box .box__wrap h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* 4 Boxes with Counter style END */
.our-team__section {
  background: #FAFAFA;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .our-team__section {
    padding-bottom: 0;
  }
}
.our-team__section .section-header {
  margin-bottom: 0px;
}
.our-team__section .section-header h2 {
  color: var(--Title-color, #0C0C0C);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
  margin-bottom: 24px;
  text-align: left;
}
@media (max-width: 991.98px) {
  .our-team__section .section-header h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
.our-team__section .section-header h3 {
  color: var(--Body-text-color, #000);
  text-align: center;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  text-align: left;
}
@media (max-width: 767.98px) {
  .our-team__section .row {
    display: flex;
    flex-direction: unset;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 5px;
  }
  .our-team__section .row .team-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.our-team__section .row .team-wrap {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .our-team__section .row .team-wrap {
    min-width: 300px;
    margin-bottom: 40px;
  }
}
.our-team__section .row .team-wrap .content h2 {
  color: var(--Title-color, #0C0C0C);
  font-family: Campton-bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 8px;
}
.our-team__section .row .team-wrap .content p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.our-team__section .row .team-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Boxes with post type and swiper style Start */
.slider__boxes-section {
  padding: 40px 0;
  background-color: rgb(123, 84, 11);
}
.slider__boxes-section .swiper .slider-wrap {
  justify-content: end;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
}
.slider__boxes-section .swiper .slider-wrap .img {
  width: 50px;
  height: 50px;
}
.slider__boxes-section .swiper .slider-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__boxes-section .swiper .slider-wrap h1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
/* Boxes with post type and swiper style END */
/* Boxes with post type and swiper style Start */
.slider__boxes-section1 {
  padding: 40px 0;
  overflow: hidden;
}
.slider__boxes-section1 .section-header {
  margin-bottom: 0px;
}
.slider__boxes-section1 .section-header h2 {
  color: var(--Title-color, #0C0C0C);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .slider__boxes-section1 .section-header h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
.slider__boxes-section1 .section-header h3 {
  color: var(--Body-text-color, #000);
  text-align: center;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
@media (min-width: 991.98px) {
  .slider__boxes-section1 .swiper-slide {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .slider__boxes-section1 .swiper-slide.swiper-slide-active,
  .slider__boxes-section1 .swiper-slide.swiper-slide-next,
  .slider__boxes-section1 .swiper-slide.swiper-slide-next + .swiper-slide {
    opacity: 1;
  }
}
.slider__boxes-section1 .swiper {
  padding: 40px 0px;
  overflow: unset;
}
@media (max-width: 1370px) {
  .slider__boxes-section1 .swiper {
    padding: 40px 20px;
  }
}
.slider__boxes-section1 .swiper .swiper-button-next {
  right: 0;
}
.slider__boxes-section1 .swiper .swiper-button-next:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M32 24L16 8" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M32 24L16 40" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (min-width: 1370px) {
  .slider__boxes-section1 .swiper .swiper-button-next {
    right: -30px;
  }
}
@media (max-width: 1370px) {
  .slider__boxes-section1 .swiper .swiper-button-next {
    right: -10px;
  }
}
.slider__boxes-section1 .swiper .swiper-button-prev {
  left: 0;
}
.slider__boxes-section1 .swiper .swiper-button-prev:after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" viewBox="0 0 48 48" fill="none"><path d="M16 24L32 40" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M16 24L32 8" stroke="%23727275" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
@media (min-width: 1370px) {
  .slider__boxes-section1 .swiper .swiper-button-prev {
    left: -30px;
  }
}
@media (max-width: 1370px) {
  .slider__boxes-section1 .swiper .swiper-button-prev {
    left: -10px;
  }
}
.slider__boxes-section1 .swiper .swiper-slide-duplicate-active, .slider__boxes-section1 .swiper .swiper-slide-prev {
  opacity: 0;
}
@media (max-width: 575.98px) {
  .slider__boxes-section1 .swiper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0;
  }
}
@media (max-width: 991.98) {
  .slider__boxes-section1 .swiper .swiper-slide-next {
    opacity: 0;
  }
}
.slider__boxes-section1 .swiper .slider-wrap {
  background: rgba(255, 255, 255, 0);
  box-shadow: 0px 0px 48px 0px rgba(0, 0, 0, 0.1);
  justify-content: end;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
}
.slider__boxes-section1 .swiper .slider-wrap .img {
  height: 345px;
  width: 100%;
}
.slider__boxes-section1 .swiper .slider-wrap .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__boxes-section1 .swiper .slider-wrap .content {
  width: 100%;
  text-align: left;
}
.slider__boxes-section1 .swiper .slider-wrap .content h2 {
  color: var(--Title-color, #0C0C0C);
  padding: 24px 24px 0 24px;
  font-family: Campton;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 991.98px) {
  .slider__boxes-section1 .swiper .slider-wrap .content h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.slider__boxes-section1 .swiper .slider-wrap .content p {
  padding: 0 24px;
  color: var(--Title-color, #0C0C0C);
  font-family: Campton-light;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 991.98px) {
  .slider__boxes-section1 .swiper .slider-wrap .content p {
    font-size: 16px;
    margin-top: 4px;
    line-height: 24px;
  }
}
.slider__boxes-section1 .swiper .slider-wrap .content .location {
  padding: 12px 24px 24px 24px;
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}

/* Boxes with post type and swiper style END */
/* Boxes with post type with no swiper style END */
.slider__boxes-section-plus1 {
  padding: 40px 0 40px 0;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus1 {
    padding: 20px 0 20px 0;
  }
}
.slider__boxes-section-plus1 .section-header {
  text-align: left;
}
.slider__boxes-section-plus1 .section-header h2 {
  color: #1B1B38;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus1 .section-header h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.slider__boxes-section-plus1 .section-header h3 {
  color: var(--Body-text-color, #000);
  margin-top: 24px;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus1 .row {
    display: flex;
    flex-direction: unset;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 5px;
  }
  .slider__boxes-section-plus1 .row .box__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.slider__boxes-section-plus1 .box__wrapper {
  justify-content: end;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus1 .box__wrapper {
    min-width: 300px;
    margin-bottom: 30px;
  }
}
.slider__boxes-section-plus1 .box__wrapper .box-inner {
  border: 1px solid #EFECEC;
  background: #F8F8F8;
  height: 100%;
  margin-top: 30px;
  padding: 32px;
  display: flex;
  flex-direction: column;
}
.slider__boxes-section-plus1 .box__wrapper .img {
  width: 45px;
  height: 45px;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus1 .box__wrapper .img {
    width: 32px;
    height: 32px;
  }
}
.slider__boxes-section-plus1 .box__wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__boxes-section-plus1 .box__wrapper h2 {
  margin-top: 32px;
  margin-bottom: 5px;
  text-align: left;
  color: var(--Title-color, #0C0C0C);
  font-family: Campton;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus1 .box__wrapper h2 {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
  }
}
.slider__boxes-section-plus1 .box__wrapper p {
  text-align: left;
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}

/* Boxes with post type with no swiper style END */
/* Boxes with post type with no swiper style END */
.slider__boxes-section-plus2 {
  padding: 40px 0 40px 0;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus2 {
    padding: 40px 0 0 0;
  }
}
.slider__boxes-section-plus2 .section-header {
  text-align: left;
}
.slider__boxes-section-plus2 .section-header h2 {
  color: #1B1B38;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus2 .section-header h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.slider__boxes-section-plus2 .section-header h3 {
  color: var(--Body-text-color, #000);
  margin-top: 24px;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus2 .row {
    display: flex;
    flex-direction: unset;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 5px;
  }
  .slider__boxes-section-plus2 .row .box__wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.slider__boxes-section-plus2 .box__wrapper {
  justify-content: end;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus2 .box__wrapper {
    min-width: 300px;
    margin-bottom: 40px;
  }
}
.slider__boxes-section-plus2 .box__wrapper .box-inner {
  border: 1px solid #EFECEC;
  background: #F8F8F8;
  height: 100%;
  margin-top: 40px;
  padding: 32px;
  display: flex;
  gap: 32px;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus2 .box__wrapper .box-inner {
    padding: 24px;
  }
}
.slider__boxes-section-plus2 .box__wrapper .img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.slider__boxes-section-plus2 .box__wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__boxes-section-plus2 .box__wrapper h2 {
  margin-bottom: 5px;
  text-align: left;
  color: var(--Title-color, #0C0C0C);
  font-family: Campton;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%; /* 26.4px */
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus2 .box__wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.slider__boxes-section-plus2 .box__wrapper p {
  text-align: left;
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
}

/* Boxes with post type with no swiper style END */
/* Boxes with post type with no swiper style END */
.slider__boxes-section-plus3 {
  padding: 80px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus3 {
    padding: 40px 0;
  }
}
.slider__boxes-section-plus3 .section-header {
  max-width: 700px;
  margin: auto;
  margin-bottom: 40px;
}
@media (max-width: 991.98px) {
  .slider__boxes-section-plus3 .section-header {
    margin-bottom: 24px;
  }
}
.slider__boxes-section-plus3 .section-header h2 {
  color: var(--White100, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus3 .section-header h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.slider__boxes-section-plus3 .box__wrapper {
  justify-content: end;
  flex-direction: column;
  display: flex;
  text-align: center;
  align-items: center;
}
.slider__boxes-section-plus3 .box__wrapper .box-inner {
  border: 1px solid #EFECEC;
  background: #F8F8F8;
  height: 100%;
  padding: 32px;
  display: flex;
  gap: 32px;
}
@media (max-width: 991.98px) {
  .slider__boxes-section-plus3 .box__wrapper .box-inner {
    margin-bottom: 24px;
  }
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus3 .box__wrapper .box-inner {
    gap: 24px;
    padding: 24px;
  }
}
.slider__boxes-section-plus3 .box__wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
.slider__boxes-section-plus3 .box__wrapper .img {
  width: 55px;
  height: 55px;
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus3 .box__wrapper .img {
    width: 32px;
    height: 32px;
  }
}
.slider__boxes-section-plus3 .box__wrapper .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider__boxes-section-plus3 .box__wrapper h2 {
  margin-bottom: 5px;
  text-align: left;
  color: var(--Title-color, #0C0C0C);
  font-family: Campton;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media (max-width: 575.98px) {
  .slider__boxes-section-plus3 .box__wrapper h2 {
    font-size: 20px;
    line-height: 30px;
  }
}
.slider__boxes-section-plus3 .box__wrapper p {
  text-align: left;
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
.slider__boxes-section-plus3 .box__wrapper a {
  margin-top: auto;
  color: #2BA28B;
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  display: flex;
}

/* Boxes with post type with no swiper style END */
/* Quick Section style Start */
.quick__section {
  background: #2B2C43;
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .quick__section {
    padding: 40px 0;
  }
}
.quick__section .side-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick__section .side-wrapper .top {
  width: 100%;
}
.quick__section .side-wrapper .top h2 {
  color: var(--White100, #FFF);
  font-family: Campton-bold;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
  text-align: left;
  width: 100%;
}
@media (max-width: 991.98px) {
  .quick__section .side-wrapper .top h2 {
    font-size: 24px;
    line-height: 34px;
  }
}
.quick__section .side-wrapper .middle {
  width: 100%;
  margin: 16px 0 40px 0;
}
.quick__section .side-wrapper .middle p {
  color: var(--White-200, #FFF);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  width: 100%;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  text-align: left;
}
.quick__section .side-wrapper .bottom {
  width: 100%;
}
.quick__section .side-wrapper .bottom a {
  margin-top: auto;
  background: #2BA28B;
  color: #fff;
  font-family: Campton;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 187.5% */
  display: flex;
  display: flex;
  width: 236px;
  height: 50px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

/* Quick Call style END */
.our-global-partners__section {
  background: #FAFAFA;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .our-global-partners__section {
    padding-top: 40px;
    padding-bottom: 0;
  }
}
.our-global-partners__section .section-header {
  margin-bottom: 0px;
}
.our-global-partners__section .section-header h2 {
  color: var(--Title-color, #0C0C0C);
  text-align: center;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .our-global-partners__section .section-header h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 16px;
  }
}
.our-global-partners__section .section-header h3 {
  color: var(--Body-text-color, #000);
  text-align: center;
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .our-global-partners__section .row {
    display: flex;
    flex-direction: unset;
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 5px;
  }
  .our-global-partners__section .row .global-partners-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.our-global-partners__section .row .global-partners-wrap {
  margin-top: 40px;
}
@media (max-width: 767.98px) {
  .our-global-partners__section .row .global-partners-wrap {
    min-width: 300px;
    margin-bottom: 40px;
  }
}
.our-global-partners__section .row .global-partners-wrap .partners-inner {
  border: 1px solid #EFECEC;
  background: #F8F8F8;
  padding: 32px;
  height: 100%;
}
@media (max-width: 767.98px) {
  .our-global-partners__section .row .global-partners-wrap .partners-inner {
    padding: 24px;
  }
}
.our-global-partners__section .row .global-partners-wrap .partners-inner .content h2 {
  color: var(--Title-color, #0C0C0C);
  font-family: Campton-bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 8px;
  margin-bottom: 8px;
}
.our-global-partners__section .row .global-partners-wrap .partners-inner .content p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.our-global-partners__section .row .global-partners-wrap .partners-inner .img {
  height: 35px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .our-global-partners__section .row .global-partners-wrap .partners-inner .img {
    height: 32px;
  }
}
.our-global-partners__section .row .global-partners-wrap .partners-inner .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
}

/* Image - Text style Start */
.two-side__section-image-text1 {
  padding: 80px 0 40px 0;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text1 {
    padding: 20px 0 20px 0;
  }
}
.two-side__section-image-text1 .row {
  row-gap: 40px;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text1 .row {
    flex-direction: column-reverse;
  }
}
.two-side__section-image-text1 .lefts {
  align-self: center;
}
.two-side__section-image-text1 .lefts .img {
  width: 100%;
  height: 300px;
}
@media (min-width: 991.98px) {
  .two-side__section-image-text1 .lefts .img {
    height: 400px;
  }
}
.two-side__section-image-text1 .lefts .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-side__section-image-text1 .rights {
  align-self: center;
}
.two-side__section-image-text1 .rights h2 {
  color: #1B1B38;
  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 43.2px */
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text1 .rights h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.two-side__section-image-text1 .rights h3 {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 22.4px */
  margin-top: 24px;
}
@media (max-width: 991.98px) {
  .two-side__section-image-text1 .rights h3 {
    line-height: 22px;
  }
}

.image-no-container-left {
  position: relative;
  padding-top: 0;
}
@media (max-width: 991.98px) {
  .image-no-container-left .row {
    row-gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .image-no-container-left .row {
    row-gap: 0;
  }
}
.image-no-container-left .rights {
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
}
.image-no-container-left .lefts {
  flex: unset;
  max-width: unset;
  position: relative;
  width: 100%;
  left: 0;
  height: 100%;
  top: 0;
  align-self: unset;
}
@media (max-width: 575.98px) {
  .image-no-container-left .lefts {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 991.98px) {
  .image-no-container-left .lefts {
    width: 50%;
    position: absolute;
    padding-left: 0;
  }
}
@media (min-width: 575.98px) {
  .image-no-container-left .lefts .img {
    height: 100%;
  }
}

/* Image - Text style END */
.hero-banner {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 991.98px) {
  .hero-banner {
    padding: 40px 0;
  }
}
.hero-banner:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #003478 50%, #2BA28B 50%);
}
.hero-banner h2 {
  color: var(--Title-color, #0C0C0C);
  font-family: Campton-bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .hero-banner h2 {
    font-size: 12px;
  }
}
.hero-banner h3 {
  color: var(--Title-color, #0C0C0C);
  font-family: Campton-ebold;
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 46px;
  text-transform: uppercase;
  margin: 16px 0;
}
@media (max-width: 991.98px) {
  .hero-banner h3 {
    font-size: 24px;
    line-height: 34px;
    margin: 4px 0 16px 0;
  }
}
.hero-banner p {
  color: var(--Body-text-color, #000);
  font-family: Campton-light;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
}