@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.container {
  max-width: 1700px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1700px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1440px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 1280px) {
  .container {
    max-width: 1168px;
  }
}

.small-container {
  max-width: 868px;
  padding: 0 24px;
  width: 100%;
  margin: 0 auto;
}

img {
  display: block;
  max-width: 100%;
}

.desktop-hide {
  display: none;
}
@media (max-width: 1023px) {
  .desktop-hide {
    display: block;
  }
}

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

body a,
body input,
body button {
  transition: 0.4s all;
}

ul li {
  color: #000000;
  margin-bottom: 8px;
  font-size: 16px;
}
@media (max-width: 992px) {
  ul li {
    font-size: 14px;
  }
}

* {
  box-sizing: border-box;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.primary-color {
  color: #202283;
}

.fw-thin {
  font-weight: 250;
}

.b-40 {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .b-40 {
    margin-bottom: 24px;
  }
}

.sectionspacing_half {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .sectionspacing_half {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.sectionspacing_full {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .sectionspacing_full {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.sectionspacing_fullouter {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .sectionspacing_fullouter {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.sectionspacing_topfull {
  padding-top: 80px;
}
@media (max-width: 992px) {
  .sectionspacing_topfull {
    padding-top: 40px;
  }
}

.sectionspacing_topfullouter {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .sectionspacing_topfullouter {
    margin-top: 40px;
  }
}

.sectionspacing_tophalf {
  padding-top: 40px;
}
@media (max-width: 992px) {
  .sectionspacing_tophalf {
    padding-top: 20px;
  }
}

.sectionspacing_tophalfouter {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .sectionspacing_tophalfouter {
    margin-top: 20px;
  }
}

.sectionspacing_bottomfull {
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .sectionspacing_bottomfull {
    padding-bottom: 40px;
  }
}

.sectionspacing_bottomfullouter {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .sectionspacing_bottomfullouter {
    margin-bottom: 40px;
  }
}

.sectionspacing_bottomhalf {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .sectionspacing_bottomhalf {
    padding-bottom: 20px;
  }
}

.lity-container .lity-close {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  color: #202283;
  text-shadow: none;
  font-weight: 100;
  font-size: 70px;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  margin: 10px;
}
@media (max-width: 1280px) {
  .lity-container .lity-close {
    font-size: 50px;
    width: 48px;
    height: 48px;
  }
}

.d-block {
  display: block;
}

.btn_blue {
  padding: 15px 24px;
  text-align: center;
  display: inline-block;
  background-color: #202283;
  border: 1px solid #202283;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  transition: all 500ms;
}
.btn_blue:hover {
  background-color: #208348;
  color: #ffffff;
  border-color: #208348;
}
.btn_blue.alternate {
  background-color: transparent;
  color: #202283;
}
.btn_blue.alternate:hover {
  background-color: #208348;
  color: #ffffff;
  border-color: #208348;
}

.btn_white {
  padding: 15px 24px;
  text-align: center;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100px;
  color: #202283;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  transition: all 500ms;
}
.btn_white:hover {
  background-color: transparent;
  color: #ffffff;
}
.btn_white.alternate {
  background-color: transparent;
  color: #ffffff;
}
.btn_white.alternate:hover {
  background-color: #ffffff;
  color: #202283;
}

.btn_green {
  padding: 15px 24px;
  text-align: center;
  display: inline-block;
  background-color: #208348;
  border: 1px solid #208348;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  transition: all 500ms;
}
.btn_green:hover {
  background-color: transparent;
  color: #208348;
}
.btn_green.alternate {
  background-color: transparent;
  color: #208348;
}
.btn_green.alternate:hover {
  background-color: #208348;
  color: #ffffff;
}

.medium {
  font-weight: 500;
}

.link {
  text-decoration: underline;
  transition: all 0.3s linear;
  color: #000000;
}
.link:hover {
  color: #208348;
}

.regular_title h2 {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 42px;
  line-height: 46px;
}
@media (max-width: 1023px) {
  .regular_title h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
.regular_title.title_green h2 {
  color: #208348;
}
.regular_title.title_white h2 {
  color: #ffffff;
}

.content p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 15px;
}
.content p:last-child {
  margin-bottom: 0;
}

.content a {
  text-decoration: underline;
}

.content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  list-style: disc;
}
.content ul li {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}

.content_black {
  color: #444444;
}
.content_black p {
  color: #444444;
}
.content_black ul li {
  color: #444444;
}
.content_black a {
  color: #444444;
  transition: all 0.3s linear;
}
.content_black a:hover {
  color: #208348;
}

.content_white {
  color: #ffffff;
}
.content_white p {
  color: #ffffff;
}
.content_white ul li {
  color: #ffffff;
}
.content_white a {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .page-content {
    padding-top: 119px;
  }
}
@media (max-width: 991px) {
  .page-content {
    padding-top: 108px;
  }
}

.bg-primary {
  background-color: #202283;
}

.bg-secondary {
  background-color: #208348;
}

.text-white {
  color: #ffffff;
}

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

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

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

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

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/**
 * Basic typography style for copy text
 */
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28.8px;
  color: #202283;
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 19.6px;
  }
}

sup {
  vertical-align: super;
  font-size: 10px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #202283;
}
p sup {
  vertical-align: super;
  font-size: 10px;
}
p.large {
  font-size: 20px;
  line-height: 32px;
}
@media (max-width: 992px) {
  p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 14px;
    line-height: 19.6px;
  }
}

button,
a {
  font-family: "Roboto", sans-serif;
}

h1 {
  font-family: "Crimson Text", serif;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #202283;
}
@media (max-width: 1280px) {
  h1 {
    font-size: 54px;
  }
}
@media (max-width: 375px) {
  h1 {
    font-size: 32px;
  }
}
h1.bold {
  font-weight: 700;
}

h2 {
  font-family: "Crimson Text", serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  color: #202283;
}
@media (max-width: 1280px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 30px;
  }
}
h2.bold {
  font-weight: 700;
}

h3 {
  font-family: "Crimson Text", serif;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 400;
  color: #202283;
}
@media (max-width: 1280px) {
  h3 {
    font-size: 30px;
  }
}
@media (max-width: 375px) {
  h3 {
    font-size: 24px;
  }
}
h3.bold {
  font-weight: 700;
}

h4 {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  color: #000000;
}
@media (max-width: 1280px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 375px) {
  h4 {
    font-size: 20px;
  }
}
h4.bold {
  font-weight: 700;
}

h5 {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 600;
  color: #202283;
}
@media (max-width: 1280px) {
  h5 {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-family: "Crimson Text", serif;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  font-weight: 600;
}
@media (max-width: 992px) {
  h6 {
    font-size: 18px;
  }
}

ul {
  padding-left: 0px;
}
ul li {
  list-style-type: disc;
  list-style-position: inside;
  font-size: 18px;
  color: #666666;
  margin-bottom: 6px;
  font-weight: 400;
}
@media (max-width: 992px) {
  ul li {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  ul li {
    font-size: 14px;
  }
}

ol {
  padding-left: 0px;
}
ol li {
  list-style-type: auto;
  list-style-position: inside;
  font-size: 18px;
  color: #666666;
  margin-bottom: 6px;
  font-weight: 400;
}
@media (max-width: 992px) {
  ol li {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  ol li {
    font-size: 14px;
  }
}

.header {
  background: #ffffff;
  position: relative;
}
@media (max-width: 1024px) {
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
.header .header__inner {
  width: 100%;
  max-width: 1840px;
  margin: 0 auto;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-flow: wrap;
}
@media (max-width: 1199px) {
  .header .header__inner {
    padding: 10px 20px;
  }
}
.header .header__inner .header__inner--left-logo img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  height: auto;
}
@media (max-width: 1199px) {
  .header .header__inner .header__inner--left-logo img {
    max-width: 200px;
  }
}
@media (max-width: 1024px) {
  .header .header__inner .header__inner--left-logo img {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  .header .header__inner .header__inner--left-logo img {
    max-width: 160px;
  }
}
.header .header__inner .header__inner--right {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-flow: wrap;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu {
  background: transparent;
  position: static;
}
@media (max-width: 1024px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu .mega-menu-toggle {
    background: #202283;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    position: relative;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu .mega-menu-toggle:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/toggle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open {
  background-color: #208348;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open::after {
  display: none;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/close_x.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu {
  transform: translateX(0);
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu .mega-menu-toggle > div {
  display: none;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-flow: wrap;
  background: transparent;
  position: static;
}
@media (max-width: 1024px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu {
    flex-flow: column;
    gap: 10px;
    position: fixed;
    top: 119px;
    left: 0;
    width: 100%;
    height: 100vh !important;
    transform: translateX(100%);
    transition: all 0.3s linear;
    background: #ffffff;
    align-items: flex-start;
    padding: 20px;
    z-index: 9999;
    max-height: calc(100vh - 119px) !important;
    overflow: auto;
  }
}
@media (max-width: 1024px) and (max-width: 991px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu {
    top: 108px;
    max-height: calc(100vh - 108px) !important;
  }
}
@media (max-width: 1024px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item {
    width: 100%;
  }
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu.mega-toggle-on > ul.mega-sub-menu {
    display: block;
    margin-top: 10px;
  }
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    display: none;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
  background: transparent;
  padding: 0;
  color: #000000;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto";
  height: auto;
  padding: 30px 0;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 10px 0;
    justify-content: space-between;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link:hover {
  background: transparent;
  color: #208348;
}
@media (max-width: 1024px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.btn_blue {
    margin-top: 40px;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.btn_blue a.mega-menu-link {
  padding: 15px 24px;
  text-align: center;
  display: inline-block;
  background-color: #202283;
  border: 1px solid #202283;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  transition: all 500ms;
}
@media (max-width: 1024px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.btn_blue a.mega-menu-link {
    width: 100%;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.btn_blue a.mega-menu-link:hover {
  background-color: transparent;
  color: #202283;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
  position: absolute;
  top: 152px;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #E2E3E6;
  border-radius: 0px;
}
@media (max-width: 1199px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    top: 130px;
  }
}
@media (max-width: 1024px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu {
    position: static;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
  padding: 20px 20px 40px;
  max-width: 1720px;
  margin: 0 auto;
  float: none;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    padding: 20px 0px;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 80px;
  flex-flow: wrap;
}
@media (max-width: 1199px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu {
    gap: 20px;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column {
  padding: 0;
  float: none;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column:first-child {
  width: 100%;
  max-width: calc(34% - 40px);
}
@media (max-width: 1199px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column:first-child {
    max-width: calc(34% - 20px);
  }
}
@media (max-width: 991px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column:first-child {
    display: none;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column:last-child {
  width: 100%;
  max-width: calc(66% - 40px);
}
@media (max-width: 1199px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column:last-child {
    max-width: calc(66% - 20px);
  }
}
@media (max-width: 991px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column:last-child {
    max-width: 100%;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column li.mega-menu-item {
  padding: 0;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column li.mega-menu-item img {
  width: 100%;
  border-radius: 10px;
  height: 100%;
  aspect-ratio: 1/0.5648;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column ul#menu-our-project-submenu {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1199px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column ul#menu-our-project-submenu {
    row-gap: 10px;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column ul#menu-our-project-submenu li {
  margin: 0;
  width: 100%;
  max-width: calc(50% - 10px);
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E3E6;
}
@media (max-width: 1199px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column ul#menu-our-project-submenu li {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column ul#menu-our-project-submenu li {
    max-width: 100%;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column ul#menu-our-project-submenu li a {
  color: #111111;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.3s linear;
  font-family: "Montserrat", sans-serif;
  position: relative;
  z-index: 0;
  width: 100%;
  display: flex;
  align-items: center;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column ul#menu-our-project-submenu li a:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-image: url(../images/right_arrow.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (max-width: 991px) {
  .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column ul#menu-our-project-submenu li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu > li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu li.mega-menu-column ul#menu-our-project-submenu li a:hover {
  color: #208348;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after {
  content: "";
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/drop-down.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  transition: all 0.3s linear;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link {
  color: #208348;
}
.header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu li.mega-menu-item-has-children.mega-toggle-on > a.mega-menu-link > span.mega-indicator::after {
  transform: rotate(180deg);
}
.header .header__inner .header__inner--right .header-search,
.header .header__inner .header__inner--right .header-search-mb {
  line-height: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
}
.header .header__inner .header__inner--right .header-search.active-search a .close-icon,
.header .header__inner .header__inner--right .header-search-mb.active-search a .close-icon {
  display: block;
}
.header .header__inner .header__inner--right .header-search.active-search a .search-icon,
.header .header__inner .header__inner--right .header-search-mb.active-search a .search-icon {
  display: none;
}
.header .header__inner .header__inner--right .header-search a:hover svg path,
.header .header__inner .header__inner--right .header-search-mb a:hover svg path {
  stroke: #208348;
}
.header .header__inner .header__inner--right .header-search a .close-icon,
.header .header__inner .header__inner--right .header-search-mb a .close-icon {
  display: none;
}
.header .header__inner .header__inner--right .header-search .search-form,
.header .header__inner .header__inner--right .header-search-mb .search-form {
  position: relative;
}
.header .header__inner .header__inner--right .header-search .search-form .search-field,
.header .header__inner .header__inner--right .header-search-mb .search-form .search-field {
  border: 1px solid #CCCCCC;
  border-radius: 100px;
  padding: 15px 24px;
  outline: none;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
  font-family: "Roboto";
}
.header .header__inner .header__inner--right .header-search .search-form .search-field::-moz-placeholder, .header .header__inner .header__inner--right .header-search-mb .search-form .search-field::-moz-placeholder {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
  font-family: "Roboto";
}
.header .header__inner .header__inner--right .header-search .search-form .search-field::placeholder,
.header .header__inner .header__inner--right .header-search-mb .search-form .search-field::placeholder {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
  font-family: "Roboto";
}
.header .header__inner .header__inner--right .header-search .search-form .search-field::-webkit-search-decoration, .header .header__inner .header__inner--right .header-search .search-form .search-field::-webkit-search-cancel-button, .header .header__inner .header__inner--right .header-search .search-form .search-field::-webkit-search-results-button, .header .header__inner .header__inner--right .header-search .search-form .search-field::-webkit-search-results-decoration,
.header .header__inner .header__inner--right .header-search-mb .search-form .search-field::-webkit-search-decoration,
.header .header__inner .header__inner--right .header-search-mb .search-form .search-field::-webkit-search-cancel-button,
.header .header__inner .header__inner--right .header-search-mb .search-form .search-field::-webkit-search-results-button,
.header .header__inner .header__inner--right .header-search-mb .search-form .search-field::-webkit-search-results-decoration {
  display: none;
}
.header .header__inner .header__inner--right .header-search .search-form .search-submit,
.header .header__inner .header__inner--right .header-search-mb .search-form .search-submit {
  font-size: 0;
  line-height: 0;
  padding: 0;
  border: none;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
  background-color: transparent;
  width: 24px;
  height: 24px;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
  cursor: pointer;
}
.header .header__inner .header__inner--right .header-search.header-search-dk,
.header .header__inner .header__inner--right .header-search-mb.header-search-dk {
  display: flex;
}
@media (max-width: 1024px) {
  .header .header__inner .header__inner--right .header-search.header-search-dk,
  .header .header__inner .header__inner--right .header-search-mb.header-search-dk {
    display: none;
  }
}
.header .header__inner .header__inner--right .header-search-mb {
  width: 100%;
  margin-bottom: 10px;
}
.header .header__inner .header__inner--right .header-search-mb .mobile-header-search-form {
  width: 100%;
}
.header .header__inner .header__inner--right .header-search-mb .mobile-header-search-form label {
  display: flex;
  width: 100%;
}
.header .header__inner .header__inner--right .header-search-mb .mobile-header-search-form label .search-field {
  width: 100%;
}
@media (min-width: 1025px) {
  .header .header__inner .header__inner--right .header-search-mb {
    display: none;
  }
}

@media (max-width: 1024px) {
  .logged-in .header {
    top: 32px;
  }
}
@media (max-width: 1024px) and (max-width: 782px) {
  .logged-in .header {
    top: 46px;
  }
}
@media (max-width: 1024px) {
  .logged-in .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu {
    top: 151px;
    max-height: calc(100vh - 151px) !important;
  }
}
@media (max-width: 1024px) and (max-width: 991px) {
  .logged-in .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu {
    top: 140px;
    max-height: calc(100vh - 140px) !important;
  }
}
@media (max-width: 1024px) and (max-width: 782px) {
  .logged-in .header .header__inner .header__inner--right nav #mega-menu-wrap-primary-menu > #mega-menu-primary-menu {
    top: 154px;
    max-height: calc(100vh - 154px) !important;
  }
}

.footer {
  background-color: #202283;
  padding-top: 40px;
}
.footer__inner {
  position: relative;
}
.footer__inner .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  z-index: 1;
}
.footer__inner--top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1023px) {
  .footer__inner--top-row {
    justify-content: start;
    flex-direction: column;
  }
}
.footer__inner--top-row-left {
  display: flex;
  align-items: start;
  flex-flow: column;
  row-gap: 40px;
}
.footer__inner--top-row-right .social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px;
  justify-content: flex-end;
}
@media (max-width: 1023px) {
  .footer__inner--top-row-right .social {
    justify-content: center;
  }
}
.footer__inner--top-row-right .social li {
  margin: 0;
  list-style: none;
}
.footer__inner--top-row-right .social li a img {
  transition: all 0.3s linear;
}
.footer__inner--top-row-right .social li a:hover img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(13%) saturate(2204%) hue-rotate(91deg) brightness(99%) contrast(89%);
}
.footer__inner--top-row-right .logos {
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 13px;
}
@media (max-width: 1023px) {
  .footer__inner--top-row-right .logos {
    justify-content: center;
  }
}
.footer__inner--top-row-right .logos li {
  margin: 0;
  width: 100px;
  height: 100px;
  padding: 5px 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-backdrop-filter: blur(3.4px);
          backdrop-filter: blur(3.4px);
  border: 1.6px solid #E5E5E5;
  list-style: none;
}
@media (max-width: 1199px) {
  .footer__inner--top-row-right .logos li {
    width: 90px;
    height: 90px;
  }
}
.footer__inner--top-row-right .logos li img {
  max-width: 100%;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
}
.footer__inner--bottom {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 1023px) {
  .footer__inner--bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer__inner--bottom-copyright {
  line-height: 0;
}
.footer__inner--bottom-copyright p {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1023px) {
  .footer__inner--bottom-copyright p {
    text-align: center;
  }
}
.footer__inner--bottom-link ul {
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-flow: wrap;
}
.footer__inner--bottom-link ul li {
  list-style: none;
}
.footer__inner--bottom-link ul li a {
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.footer__inner--bottom-link ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  height: 1px;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  text-align: center;
  transform: scaleX(0);
  transition: all 0.5s ease-in-out;
}
.footer__inner--bottom-link ul li a:hover::before {
  transform: scaleX(1);
  transition: all 0.5s ease-in-out;
}
.footer__shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 223px;
  display: block;
}
@media (max-width: 767px) {
  .footer__shape {
    display: none;
  }
}
.footer__shape img {
  width: 100%;
  height: 100%;
  -o-object-position: bottom center;
     object-position: bottom center;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__shapemobile {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 337px;
  display: none;
}
@media (max-width: 767px) {
  .footer__shapemobile {
    display: block;
  }
}
.footer__shapemobile img {
  width: 100%;
  height: 100%;
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer__address p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.footer__details--mail {
  margin-bottom: 14px;
}
.footer__details--mail a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  transition: all 500ms;
}
.footer__details--mail a:hover {
  text-decoration: underline;
}
.footer__details--mail a svg {
  width: 20px;
  height: 20px;
}
.footer__details--list ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
  padding: 0;
}
.footer__details--list ul li {
  margin: 0;
  list-style: none;
}
.footer__details--list ul li a {
  display: flex;
  align-items: center;
  gap: 16px;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 400;
  transition: all 500ms;
}
.footer__details--list ul li a:hover {
  text-decoration: underline;
}
.footer__details--list ul li a svg {
  width: 20px;
  height: 20px;
}

.heroslider {
  height: 760px;
  width: 100%;
  position: relative;
}
@media (max-width: 1440px) {
  .heroslider {
    height: 600px;
  }
}
@media (max-width: 1280px) {
  .heroslider {
    height: 500px;
  }
}
@media (max-width: 1023px) {
  .heroslider {
    height: 420px;
  }
}
.heroslider__shape {
  position: absolute;
  right: 0;
  top: 0;
  width: 330px;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .heroslider__shape {
    width: 150px;
  }
}
@media (max-width: 575px) {
  .heroslider__shape {
    width: 210px;
  }
}
.heroslider__shape img {
  width: 100%;
  height: 100%;
  -o-object-position: top right;
     object-position: top right;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroslider__shape img.desktop_img {
  display: block;
}
@media (max-width: 575px) {
  .heroslider__shape img.desktop_img {
    display: none;
  }
}
.heroslider__shape img.mobile_img {
  display: none;
}
@media (max-width: 575px) {
  .heroslider__shape img.mobile_img {
    display: block;
  }
}
.heroslider__scrollindi {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1023px) {
  .heroslider__scrollindi {
    display: none;
  }
}
.heroslider__scrollindi--button a {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: all 500ms;
  border-radius: 100px;
}
.heroslider__scrollindi--button a:hover {
  background-color: #202283;
  border-color: #202283;
}
.heroslider__scrollindi--button a svg {
  width: 26px;
  height: 26px;
}
.heroslider__scrollindi--line {
  height: 153px;
  width: 1px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .heroslider__scrollindi--line {
    height: 103px;
  }
}
.heroslider__navigation {
  padding: 20px 60px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 1023px) {
  .heroslider__navigation {
    padding: 30px 20px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
}
.heroslider__navigation--row {
  padding: 12px;
  background-color: #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 15px;
}
@media (max-width: 1023px) {
  .heroslider__navigation--row {
    background-color: transparent;
    padding: 0;
    flex-direction: column;
    position: relative;
    gap: 0;
  }
}
.heroslider__navigation--row-detail {
  display: flex;
  align-items: center;
  min-width: 327px;
  background-color: #ffffff;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  padding: 15px 24px;
  line-height: 0;
  -moz-column-gap: 4px;
       column-gap: 4px;
}
@media (max-width: 1023px) {
  .heroslider__navigation--row-detail {
    width: 100%;
    min-width: unset;
    max-width: calc(100% - 104px);
  }
}
@media (max-width: 767px) {
  .heroslider__navigation--row-detail {
    padding: 15px;
  }
}
@media (max-width: 370px) {
  .heroslider__navigation--row-detail {
    max-width: calc(100% - 90px);
  }
}
.heroslider__navigation--row-detail-label {
  min-width: 68px;
}
@media (max-width: 767px) {
  .heroslider__navigation--row-detail-label {
    min-width: 60px;
  }
}
.heroslider__navigation--row-detail-label p {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .heroslider__navigation--row-detail-label p {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .heroslider__navigation--row-detail-value {
    width: 100%;
    max-width: calc(100% - 64px);
  }
}
.heroslider__navigation--row-detail-value span {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #000000;
  font-size: 16px;
  line-height: 16px;
}
@media (max-width: 767px) {
  .heroslider__navigation--row-detail-value span {
    font-size: 14px;
    line-height: 1.2;
  }
}
.heroslider__navigation--row-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
}
.heroslider__navigation--row-arrow-item {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E4EC;
  border-radius: 100px;
  background-color: #202283;
  transition: all 500ms;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .heroslider__navigation--row-arrow-item {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 1023px) {
  .heroslider__navigation--row-arrow-item.heroslider__prev {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
@media (max-width: 1023px) {
  .heroslider__navigation--row-arrow-item.heroslider__next {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
}
.heroslider__navigation--row-arrow-item svg {
  width: 24px;
  height: 24px;
}
.heroslider__navigation--row-arrow-item svg path {
  stroke: #ffffff;
  transition: all 500ms;
}
.heroslider__navigation--row-arrow-item.swiper-button-disabled {
  background-color: #ffffff;
  cursor: default;
}
.heroslider__navigation--row-arrow-item.swiper-button-disabled svg path {
  stroke: #202283;
}
.heroslider__inner {
  height: 100%;
}
.heroslider__inner--loop {
  height: 100%;
}
.heroslider__item {
  position: relative;
  height: 100%;
}
.heroslider__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.heroslider__item--img {
  width: 100%;
  height: 100%;
  display: block;
}
.heroslider__item--img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.heroslider__item--text {
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 1400px;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}
.heroslider__item--text span {
  color: #ffffff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 1;
  font-family: "Crimson Text", serif;
  display: flex;
  justify-content: center;
  width: 100%;
}
.heroslider__item--text h1 {
  font-family: "Crimson Text", serif;
  font-size: 72px;
  line-height: 86px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1600px) {
  .heroslider__item--text h1 {
    font-size: 52px;
    line-height: 64px;
  }
}
@media (max-width: 1023px) {
  .heroslider__item--text h1 {
    font-size: 42px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .heroslider__item--text h1 {
    font-size: 32px;
    line-height: 38px;
  }
}
.heroslider__valueloop {
  max-width: 200px;
}
.heroslider__valueloop .swiper-slide {
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .heroslider__valueloop .swiper-slide {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}

.multizigzag__row {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  row-gap: 10px;
  width: calc(100% - 50px);
}
@media (max-width: 1023px) {
  .multizigzag__row {
    flex-direction: column;
    padding: 0 20px;
    width: 100%;
  }
}
.multizigzag__row--imggrp {
  flex: 1 0 58%;
  padding-right: 110px;
  position: relative;
}
@media (max-width: 1365px) {
  .multizigzag__row--imggrp {
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  .multizigzag__row--imggrp {
    padding-right: 0;
    flex: unset;
    width: 100%;
  }
}
.multizigzag__row--content {
  flex: 1 0 42%;
  padding-right: 111px;
}
@media (max-width: 1800px) {
  .multizigzag__row--content {
    padding-right: 80px;
  }
}
@media (max-width: 1600px) {
  .multizigzag__row--content {
    padding-right: 60px;
  }
}
@media (max-width: 1440px) {
  .multizigzag__row--content {
    padding-right: 40px;
  }
}
@media (max-width: 1023px) {
  .multizigzag__row--content {
    padding-right: 0;
  }
}
.multizigzag__imgbig {
  position: relative;
  padding-top: 64.58%;
}
.multizigzag__imgbig img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .multizigzag__imgbig img {
    border-radius: 10px;
  }
}
.multizigzag__imgsmall {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 10px;
  position: absolute;
  right: 0;
  bottom: 50px;
}
@media (max-width: 1023px) {
  .multizigzag__imgsmall {
    position: relative;
    right: unset;
    bottom: unset;
    margin: -45px auto 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.multizigzag__imgsmall img {
  max-width: 467px;
  width: 100%;
  height: 245px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 1365px) {
  .multizigzag__imgsmall img {
    max-width: 320px;
    height: auto;
  }
}
@media (max-width: 1023px) {
  .multizigzag__imgsmall img {
    max-width: 270px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .multizigzag__imgsmall img {
    max-width: 230px;
    height: 127px;
  }
}
.multizigzag__desc {
  padding-top: 20px;
}
.multizigzag__btn {
  padding-top: 40px;
}
.multizigzag__btn .btn_blue:hover {
  background-color: #208348;
  color: #ffffff;
  border-color: #208348;
}

.patternzigag-wrapper {
  background-color: #202283;
  position: relative;
}
.patternzigag-wrapper .patternzigag_patternleft {
  position: absolute;
  left: 0;
  bottom: 0;
}
.patternzigag-wrapper .patternzigag_patternleft img {
  max-width: 190px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.patternzigag-wrapper .patternzigag_patternright {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  max-width: 613px;
  width: 100%;
}
@media (max-width: 1023px) {
  .patternzigag-wrapper .patternzigag_patternright {
    display: none;
  }
}
.patternzigag-wrapper .patternzigag_patternright img {
  max-width: 613px;
  width: 100%;
  height: 100%;
  -o-object-position: right;
     object-position: right;
}
.patternzigag-wrapper .patternzigag__row {
  display: flex;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 40px;
  width: calc(100% - 60px);
  position: relative;
}
@media (max-width: 1600px) {
  .patternzigag-wrapper .patternzigag__row {
    -moz-column-gap: 40px;
         column-gap: 40px;
    width: calc(100% - 40px);
  }
}
@media (max-width: 1023px) {
  .patternzigag-wrapper .patternzigag__row {
    flex-direction: column-reverse;
    padding: 0 20px;
    width: 100%;
  }
}
.patternzigag-wrapper .patternzigag__row--img {
  flex: 1 0 58%;
}
@media (max-width: 1500px) {
  .patternzigag-wrapper .patternzigag__row--img {
    flex: 1 0 50%;
  }
}
@media (max-width: 1023px) {
  .patternzigag-wrapper .patternzigag__row--img {
    flex: unset;
    width: 100%;
  }
}
.patternzigag-wrapper .patternzigag__row--content {
  flex: 1 0 42%;
  padding-left: 120px;
}
@media (max-width: 1500px) {
  .patternzigag-wrapper .patternzigag__row--content {
    flex: 1 0 50%;
  }
}
@media (max-width: 1365px) {
  .patternzigag-wrapper .patternzigag__row--content {
    padding-left: 80px;
  }
}
@media (max-width: 1023px) {
  .patternzigag-wrapper .patternzigag__row--content {
    padding-left: 0;
  }
}
.patternzigag-wrapper .patternzigag__imginner {
  position: relative;
  padding-top: 64.58%;
}
.patternzigag-wrapper .patternzigag__imginner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .patternzigag-wrapper .patternzigag__imginner img {
    border-radius: 10px;
  }
}
.patternzigag-wrapper .patternzigag__subtitle {
  padding-top: 26px;
  padding-bottom: 16px;
}
.patternzigag-wrapper .patternzigag__subtitle h3 {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
  text-transform: capitalize;
}
.patternzigag-wrapper .patternzigag__desc {
  padding-top: 20px;
}
.patternzigag-wrapper .patternzigag__desc h3 {
  color: #ffffff;
  margin-bottom: 16px;
}
.patternzigag-wrapper .patternzigag__btn {
  padding-top: 26px;
}
.patternzigag-wrapper .patternzigag__desclist {
  padding-left: 30px;
}
.patternzigag-wrapper .patternzigag__desclist ul {
  padding-left: 0;
}
.patternzigag-wrapper .patternzigag__desclist ul li {
  text-transform: capitalize;
}

.rolloverlist__row {
  display: flex;
  gap: 30px;
}
@media (max-width: 1023px) {
  .rolloverlist__row {
    flex-direction: column;
    width: 100%;
  }
}
.rolloverlist__content {
  flex: 1 0 32%;
  padding-top: 80px;
  padding-bottom: 60px;
}
@media (max-width: 1500px) {
  .rolloverlist__content {
    flex: 1 0 30%;
  }
}
@media (max-width: 1023px) {
  .rolloverlist__content {
    flex: unset;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.rolloverlist__stickypart {
  position: sticky;
  top: 90px;
  transition: top 0.8s ease-in-out;
}
@media (max-width: 1023px) {
  .rolloverlist__stickypart {
    position: static;
    top: unset;
    transition: unset;
  }
}
.rolloverlist .home_project_lists {
  flex: 1 0 64%;
}
@media (max-width: 1500px) {
  .rolloverlist .home_project_lists {
    flex: 1 0 66%;
  }
}
@media (max-width: 1023px) {
  .rolloverlist .home_project_lists {
    flex: unset;
    width: 100%;
  }
}
.rolloverlist__desc {
  padding-top: 20px;
}
.rolloverlist__btn {
  padding-top: 40px;
}
.rolloverlist__btn.btn_desktop {
  display: block;
}
@media (max-width: 1023px) {
  .rolloverlist__btn.btn_desktop {
    display: none;
  }
}
.rolloverlist__btn.btn_mobile {
  display: none;
}
@media (max-width: 1023px) {
  .rolloverlist__btn.btn_mobile {
    display: block;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 40px;
  }
}
.rolloverlist__element {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .rolloverlist__element {
    margin-bottom: 20px;
  }
}
.rolloverlist__element a {
  position: relative;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.rolloverlist__element a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  border-radius: 10px;
  z-index: 1;
}
.rolloverlist__element--img {
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
}
.rolloverlist__element--img img {
  height: 520px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  transition: all 600ms;
}
@media (max-width: 1023px) {
  .rolloverlist__element--img img {
    height: 380px;
  }
}
@media (max-width: 768px) {
  .rolloverlist__element--img img {
    height: 340px;
  }
}
@media (max-width: 575px) {
  .rolloverlist__element--img img {
    height: 220px;
  }
}
.rolloverlist__element--title {
  position: relative;
  z-index: 1;
}
.rolloverlist__element--title h2 {
  font-family: "Crimson Text", serif;
  font-weight: 600;
  color: #ffffff;
  font-size: 32px;
  line-height: 29px;
  text-transform: capitalize;
}
@media (max-width: 1023px) {
  .rolloverlist__element--title h2 {
    font-size: 20px;
    line-height: 20px;
  }
}
.rolloverlist__element--data {
  position: relative;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 600ms;
}
@media (max-width: 1023px) {
  .rolloverlist__element--data {
    opacity: 1;
    visibility: visible;
  }
}
.rolloverlist__element--data ul {
  list-style: none;
  -moz-column-count: 2;
       column-count: 2;
  padding-top: 6px;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .rolloverlist__element--data ul {
    -moz-column-count: 1;
         column-count: 1;
    display: flex;
    flex-direction: column;
    justify-content: unset;
    gap: 10px;
  }
}
.rolloverlist__element--data ul li {
  position: relative;
  padding-left: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  margin: 0;
  list-style: none;
}
@media (max-width: 1023px) {
  .rolloverlist__element--data ul li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 16px;
  }
}
.rolloverlist__element--data ul li::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #ffffff;
}
@media (max-width: 1023px) {
  .rolloverlist__element--data ul li::before {
    width: 8px;
    height: 8px;
  }
}
.rolloverlist__element--hovercontent {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  z-index: 2;
  transform: translateY(45px);
  transition: all 600ms;
}
@media (max-width: 1023px) {
  .rolloverlist__element--hovercontent {
    transform: translateY(0);
    padding: 15px;
  }
}
.rolloverlist .rolloverlist__element:hover .rolloverlist__element--img img {
  scale: 1.2;
}
.rolloverlist .rolloverlist__element:hover .rolloverlist__element--hovercontent {
  transform: translateY(0);
}
.rolloverlist .rolloverlist__element:hover .rolloverlist__element--data {
  opacity: 1;
  visibility: visible;
}

.hero-banner {
  padding: 170px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}
@media (max-width: 1199px) {
  .hero-banner {
    padding: 150px 0;
  }
}
@media (max-width: 1024px) {
  .hero-banner {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .hero-banner {
    padding: 130px 0;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    padding: 120px 0;
  }
}
.hero-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.hero-banner.bg-color::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/Left-corner.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  z-index: -1;
  background-color: unset;
}
.hero-banner.bg-color::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/Right-corner.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto;
  content: "";
  z-index: -1;
}
.hero-banner .inner-html {
  display: flex;
  flex-flow: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hero-banner .inner-html h1 {
  color: #ffffff;
  letter-spacing: 0;
  margin-bottom: 0;
}
.hero-banner .inner-html p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  max-width: 630px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero-banner .inner-html p {
    font-size: 16px;
  }
}
.hero-banner.about .inner-html p {
  max-width: 960px;
}

.about-project .inner-html {
  display: flex;
  flex-flow: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1199px) {
  .about-project .inner-html {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .about-project .inner-html {
    gap: 20px;
  }
}
.about-project .inner-html .left-siderbar {
  width: 100%;
  max-width: calc(33% - 20px);
  background: #208348;
  padding: 30px;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .about-project .inner-html .left-siderbar {
    max-width: calc(33% - 15px);
    gap: 20px;
    padding: 25px;
  }
}
@media (max-width: 1024px) {
  .about-project .inner-html .left-siderbar {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .about-project .inner-html .left-siderbar {
    max-width: 100%;
    gap: 0px;
    padding: 0;
  }
}
.about-project .inner-html .left-siderbar .mobile-title {
  padding: 16px 20px;
  border-bottom: 1px solid #ffffff;
}
@media (min-width: 992px) {
  .about-project .inner-html .left-siderbar .mobile-title {
    display: none;
  }
}
.about-project .inner-html .left-siderbar .mobile-title p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Crimson Text";
  color: #ffffff;
}
.about-project .inner-html .left-siderbar ul {
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media (max-width: 1199px) {
  .about-project .inner-html .left-siderbar ul {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .about-project .inner-html .left-siderbar ul {
    gap: 15px;
    padding: 20px;
  }
}
.about-project .inner-html .left-siderbar ul li {
  margin: 0;
  list-style: none;
}
.about-project .inner-html .left-siderbar ul li span {
  color: #ffffff;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.6;
}
@media (max-width: 1199px) {
  .about-project .inner-html .left-siderbar ul li span {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .about-project .inner-html .left-siderbar ul li span {
    font-size: 18px;
  }
}
.about-project .inner-html .left-siderbar ul li p {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  font-family: "Crimson Text";
  color: #ffffff;
}
@media (max-width: 1199px) {
  .about-project .inner-html .left-siderbar ul li p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .about-project .inner-html .left-siderbar ul li p {
    font-size: 20px;
  }
}
.about-project .inner-html .right-description {
  width: 100%;
  max-width: calc(67% - 20px);
}
@media (max-width: 1199px) {
  .about-project .inner-html .right-description {
    max-width: calc(67% - 15px);
  }
}
@media (max-width: 991px) {
  .about-project .inner-html .right-description {
    max-width: 100%;
  }
}
.about-project .inner-html .right-description:first-child {
  margin: 0 auto;
}
.about-project .inner-html .right-description .title {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .about-project .inner-html .right-description .title {
    margin-bottom: 15px;
  }
}
.about-project .inner-html .right-description .title h2 {
  color: #208348;
}
.about-project .inner-html .right-description .description {
  display: flex;
  flex-flow: column;
  gap: 20px;
  color: #666666;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .about-project .inner-html .right-description .description {
    gap: 15px;
  }
}
.about-project .inner-html .right-description .description p {
  color: #666666;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .about-project .inner-html .right-description .description p {
    font-size: 16px;
  }
}
.about-project .inner-html .right-description .description a {
  text-decoration: underline;
  transition: all 0.3s linear;
  color: #000000;
}
.about-project .inner-html .right-description .description a:hover {
  color: #208348;
}
.about-project .inner-html .right-description .small-title {
  margin-bottom: 10px;
}
.about-project .inner-html .right-description .list {
  padding: 0;
  display: flex;
  flex-flow: column;
  gap: 6px;
}
.about-project .inner-html .right-description .list li {
  margin: 0;
  color: #666666;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 1199px) {
  .about-project .inner-html .right-description .list li {
    font-size: 16px;
  }
}
.about-project .post-navigation {
  margin-top: 20px;
}

.about-project-single-slider .container .inner-html {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.about-project-single-slider .container .swiper {
  padding-bottom: 50px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .about-project-single-slider .container .swiper {
    padding-bottom: 65px;
  }
}
.about-project-single-slider .container .swiper .swiper-pagination span {
  color: #000000;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  font-family: "Crimson Text", serif;
}
.about-project-single-slider .swiper-slide {
  border-radius: 10px;
}
.about-project-single-slider .swiper-slide img {
  width: 100%;
  aspect-ratio: 1/0.51;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.about-project-single-slider .swiper-slide .img-caption {
  position: absolute;
  bottom: -45px;
  left: 5px;
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.custom-button-prev,
.custom-button-next,
.custom-button-prev1,
.custom-button-next1 {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  background: #ffffff;
  border-radius: 100%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 1px solid #E2E4EC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
}
@media (max-width: 767px) {
  .custom-button-prev,
  .custom-button-next,
  .custom-button-prev1,
  .custom-button-next1 {
    width: 35px;
    height: 35px;
    padding: 10px;
    top: auto;
    bottom: 0;
    transform: none;
  }
}
.custom-button-prev:hover, .custom-button-prev:focus,
.custom-button-next:hover,
.custom-button-next:focus,
.custom-button-prev1:hover,
.custom-button-prev1:focus,
.custom-button-next1:hover,
.custom-button-next1:focus {
  background-color: #202283;
  border-color: #202283;
}
.custom-button-prev:hover img, .custom-button-prev:focus img,
.custom-button-next:hover img,
.custom-button-next:focus img,
.custom-button-prev1:hover img,
.custom-button-prev1:focus img,
.custom-button-next1:hover img,
.custom-button-next1:focus img {
  filter: brightness(0) saturate(100%) invert(93%) sepia(0%) saturate(7500%) hue-rotate(118deg) brightness(107%) contrast(110%);
}

.swiper-pagination.swiper-pagination-fraction {
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
}

.custom-button-prev,
.custom-button-prev1 {
  left: 55px;
  right: auto;
}
@media (max-width: 767px) {
  .custom-button-prev,
  .custom-button-prev1 {
    left: 0px;
  }
}

.custom-button-next,
.custom-button-next1 {
  right: 55px;
  left: auto;
}
@media (max-width: 767px) {
  .custom-button-next,
  .custom-button-next1 {
    right: 0px;
  }
}
.custom-button-next img,
.custom-button-next1 img {
  transform: rotate(180deg);
}

.video-section .inner-html {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}
.video-section .inner-html .swiper .video-wrap iframe {
  border-radius: 10px;
  aspect-ratio: 1/0.56;
}
.video-section .inner-html .video-wrap {
  position: relative;
  line-height: 0;
  border-radius: 10px;
}
.video-section .inner-html .video-wrap .video-cover #videoThumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.video-section .inner-html .video-wrap iframe {
  border-radius: 10px;
}
.video-section .inner-html .video-wrap video {
  width: 100%;
  border-radius: 10px;
}
.video-section .inner-html .video-wrap img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
  width: 83px;
  height: 83px;
}
@media (max-width: 1199px) {
  .video-section .inner-html .video-wrap img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 1024px) {
  .video-section .inner-html .video-wrap img {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .video-section .inner-html .video-wrap img {
    width: 50px;
    height: 50px;
  }
}

.explore-project {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 992px) {
  .explore-project {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.explore-project .title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .explore-project .title {
    margin-bottom: 20px;
  }
}
.explore-project .title h2 {
  color: #208348;
}
@media (max-width: 767px) {
  .explore-project .title h2 {
    width: calc(100% - 100px);
  }
}
.explore-project .container .inner-html {
  position: relative;
}
.explore-project .rolloverlist.swiper {
  padding-left: calc((100% - 1660px) / 2);
}
@media (max-width: 1700px) {
  .explore-project .rolloverlist.swiper {
    padding-left: calc((100% - 1400px) / 2);
  }
}
@media (max-width: 1440px) {
  .explore-project .rolloverlist.swiper {
    padding-left: calc((100% - 1190px) / 2);
  }
}
@media (max-width: 1280px) {
  .explore-project .rolloverlist.swiper {
    padding-left: calc((100% - 1130px) / 2);
  }
}
@media (max-width: 1170px) {
  .explore-project .rolloverlist.swiper {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .explore-project .rolloverlist.swiper {
    padding-right: 20px;
  }
}
.explore-project .rolloverlist.swiper .rolloverlist__element {
  margin-bottom: 0;
}
.explore-project .rolloverlist.swiper .rolloverlist__element img {
  height: 270px;
}

.swiper-navigation > div {
  border: 1px solid #E2E4EC;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  background-color: #202283;
}
@media (max-width: 767px) {
  .swiper-navigation > div {
    width: 34px;
    height: 34px;
  }
}
.swiper-navigation > div.swiper-button-disabled {
  background-color: #ffffff;
  opacity: 1;
  cursor: not-allowed;
}
.swiper-navigation > div.swiper-button-disabled::after {
  filter: brightness(0) saturate(100%) invert(10%) sepia(52%) saturate(5245%) hue-rotate(234deg) brightness(98%) contrast(92%);
}
.swiper-navigation > div.swiper-button-next::after {
  background-image: url(../images/next-arrow.svg);
}
.swiper-navigation > div.swiper-button-prev::after {
  background-image: url(../images/prev-arrow.svg);
}
.swiper-navigation > div::after {
  font-size: 0;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(18deg) brightness(105%) contrast(103%);
}

.title-and-arrow {
  position: relative;
}
.title-and-arrow .swiper-navigation {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
}
@media (max-width: 767px) {
  .title-and-arrow .swiper-navigation {
    width: 75px;
  }
}
.title-and-arrow .swiper-navigation > div.swiper-button-next {
  right: 0;
}
.title-and-arrow .swiper-navigation > div.swiper-button-prev {
  left: 0;
}

.default-content .inner-html {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.default-content .inner-html .button-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-flow: wrap;
  padding-top: 20px;
}
.default-content .inner-html h3,
.default-content .inner-html h2 {
  margin-bottom: 20px;
  color: #208348;
}
.default-content .inner-html h4 {
  margin-bottom: 20px;
}
.default-content .inner-html p {
  margin-bottom: 20px;
  color: #666666;
}
.default-content .inner-html p:last-child {
  margin-bottom: 0;
}
.default-content .inner-html ul,
.default-content .inner-html ol {
  margin-bottom: 20px;
  margin-top: 10px;
}
.default-content.black h1,
.default-content.black h2,
.default-content.black h3,
.default-content.black h4,
.default-content.black h5,
.default-content.black h6,
.default-content.black p {
  color: #000000 !important;
  margin-bottom: 20px !important;
}
.default-content .link {
  display: inline-block;
}
.default-content .cta {
  font-weight: 600;
}
.default-content form.search-form {
  display: flex;
  align-items: stretch;
  flex-flow: wrap;
  gap: 20px;
}
.default-content form.search-form .search-field {
  border: 1px solid #BABABA;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat";
  outline: none;
  color: #666666;
}
.default-content form.search-form .search-field::-moz-placeholder {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat";
  color: #666666;
}
.default-content form.search-form .search-field::placeholder {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat";
  color: #666666;
}
.default-content form.search-form .search-submit {
  padding: 15px 24px;
  text-align: center;
  display: inline-block;
  background-color: #202283;
  border: 1px solid #202283;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  transition: all 500ms;
  cursor: pointer;
}
.default-content form.search-form .search-submit:hover {
  background-color: transparent;
  color: #202283;
}

.logo-slider .inner-html .title-and-arrow {
  margin-bottom: 20px;
}
.logo-slider .inner-html .title-and-arrow h2 {
  color: #000000;
}
.logo-slider .inner-html .swiper-wrapper {
  align-items: stretch;
}
.logo-slider .inner-html .swiper-slide {
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  height: auto;
}

.review {
  display: flex;
  flex-flow: column;
  gap: 30px;
  padding: 20px 0;
  position: relative;
  z-index: 0;
}
.review p {
  margin: 0 !important;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 1024px) {
  .review p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .review p {
    font-size: 16px;
  }
}
.review span {
  text-align: center;
  color: #666666;
  font-weight: 700;
  line-height: 1.4;
}
.review:after {
  position: absolute;
  top: -10px;
  left: -80px;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../images/queot.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto;
  z-index: -1;
}
@media (max-width: 1300px) {
  .review:after {
    left: 0;
  }
}

.project_listing .inner-html {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.project_listing .rolloverlist {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.project_listing .rolloverlist .btn_blue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  gap: 16px;
}
.project_listing .rolloverlist .btn_blue img {
  transition: all 0.3s linear;
}
.project_listing .rolloverlist .btn_blue:hover img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(38%) saturate(7375%) hue-rotate(234deg) brightness(91%) contrast(89%);
}
.project_listing .rolloverlist__grp {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 30px;
}
.project_listing .rolloverlist__grp .rolloverlist__element {
  width: 100%;
  max-width: calc(33.33% - 20px);
  margin: 0;
}
@media (max-width: 1199px) {
  .project_listing .rolloverlist__grp .rolloverlist__element {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .project_listing .rolloverlist__grp .rolloverlist__element {
    max-width: 100%;
  }
}
.project_listing .rolloverlist__grp .rolloverlist__element img {
  height: auto;
  aspect-ratio: 1/0.46;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1500px) {
  .project_listing .rolloverlist__grp .rolloverlist__element img {
    aspect-ratio: 1/0.6;
  }
}

.filter {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-flow: wrap;
}
.filter h6 {
  letter-spacing: 0;
  font-weight: 600;
}
.filter form {
  width: 100%;
  max-width: 347px;
  height: 50px;
}
.filter form select {
  border: 1px solid #D0D0D0;
  border-radius: 100px;
  padding: 5px 5px 5px 16px;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  font-family: "Roboto";
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/select_arrow.svg);
  background-position: right 5px center;
  background-size: auto;
  background-repeat: no-repeat;
}

.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.posts-navigation .nav-links a,
.post-navigation .nav-links a {
  padding: 15px 24px;
  text-align: center;
  display: inline-block;
  background-color: #202283;
  border: 1px solid #202283;
  border-radius: 100px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 400;
  transition: all 500ms;
}
.posts-navigation .nav-links a:hover,
.post-navigation .nav-links a:hover {
  background-color: transparent;
  color: #202283;
}

.our-team .inner-html {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}
@media (max-width: 1024px) {
  .our-team .inner-html {
    gap: 30px;
  }
}
.our-team .inner-html.reverse-column {
  flex-direction: row-reverse;
}
.our-team .inner-html .textwrapper,
.our-team .inner-html .imgwrapper {
  width: 100%;
  max-width: calc(50% - 30px);
}
@media (max-width: 1024px) {
  .our-team .inner-html .textwrapper,
  .our-team .inner-html .imgwrapper {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 991px) {
  .our-team .inner-html .textwrapper,
  .our-team .inner-html .imgwrapper {
    max-width: 100%;
  }
}
.our-team .inner-html .textwrapper {
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.our-team .inner-html .textwrapper h2 {
  color: #208348;
}
.our-team .inner-html .textwrapper p {
  color: #444444;
}
.our-team .inner-html .textwrapper .btn_blue {
  max-width: -moz-max-content;
  max-width: max-content;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  .our-team .inner-html .textwrapper .btn_blue {
    margin-top: 0;
  }
}
.our-team .inner-html .imgwrapper {
  line-height: 0;
}
.our-team .inner-html .imgwrapper img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.6;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.team_listing .inner-html {
  display: flex;
  flex-flow: column;
  gap: 80px;
}
@media (max-width: 992px) {
  .team_listing .inner-html {
    gap: 40px;
  }
}
.team_listing .team-list-group {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.team_listing .team-heading {
  font-family: "Crimson Text";
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
  color: #208348;
}
@media (max-width: 1280px) {
  .team_listing .team-heading {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .team_listing .team-heading {
    font-size: 30px;
  }
}
.team_listing .teams-items {
  display: flex;
  flex-flow: wrap;
  align-items: stretch;
  gap: 30px;
}
.team_listing .team-item {
  width: 100%;
  max-width: calc(20% - 24px);
  border: 1px solid #EFEFEF;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .team_listing .team-item {
    max-width: calc(33.33% - 20px);
  }
}
@media (max-width: 992px) {
  .team_listing .team-item {
    max-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .team_listing .team-item {
    max-width: 100%;
  }
}
.team_listing .team-item:hover .team-image img {
  transform: scale(1.2);
}
.team_listing .team-image {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.team_listing .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  aspect-ratio: 1/0.96;
  transition: all 0.3s linear;
}
.team_listing .team-info {
  padding: 16px;
}
.team_listing .team-info h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000000;
}
.team_listing .team-info h4 {
  color: #666666;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Roboto";
  margin: 6px 0 16px;
}
.team_listing .team-metadata {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-flow: wrap;
}
.team_listing .team-metadata li {
  list-style: none;
  margin: 0;
}
.team_listing .team-metadata li a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
}
.team_listing .team-metadata li a:hover img {
  transform: scale(0.8);
}
.team_listing .team-metadata li a.team-email {
  background-color: #208348;
}
.team_listing .team-metadata li a.team-email img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(7%) saturate(7471%) hue-rotate(266deg) brightness(97%) contrast(94%);
}
.team_listing .team-metadata li a.team-linkedin {
  background-color: #202283;
}
.team_listing .team-metadata li a img {
  width: 100%;
  height: 100%;
  max-width: 18px;
  max-height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s linear;
}

.team-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-model .team-modal-content {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  max-width: 1000px;
  max-height: -moz-max-content;
  max-height: max-content;
  width: 90%;
  height: 90vh;
  position: relative;
  margin: auto;
  animation: fadeIn 0.3s ease-in both;
  animation-delay: 0.3s;
}
@media (max-width: 767px) {
  .team-model .team-modal-content {
    padding: 20px;
  }
}
.team-model .team-modal-content .team-modal-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
  flex-flow: wrap;
  overflow: auto;
  height: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
  padding-right: 10px;
}
.team-model .team-modal-content .team-modal-row .team-modal-info {
  max-width: calc(35% - 15px);
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  .team-model .team-modal-content .team-modal-row .team-modal-info {
    max-width: 100%;
    position: static;
  }
}
.team-model .team-modal-content .team-modal-row .team-modal-desc {
  width: 100%;
  max-width: calc(65% - 15px);
}
@media (max-width: 767px) {
  .team-model .team-modal-content .team-modal-row .team-modal-desc {
    max-width: 100%;
  }
}
.team-model .team-modal-content .team-modal-row .team-modal-desc p {
  color: #666666;
  margin-bottom: 20px;
}
.team-model .team-modal-content .team-modal-row .team-modal-desc p:last-child {
  margin-bottom: 0;
}
.team-model .team-modal-content .close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #202283;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .team-model .team-modal-content .close-btn {
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
  }
}
.team-model .team-modal-content .close-btn svg {
  width: 22px;
  height: 22px;
}
.team-model .team-modal-content .close-btn svg path {
  stroke: #ffffff;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.career .inner-html {
  background-color: #208348;
  padding: 60px 120px;
  border-radius: 10px;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column;
  gap: 10px;
  text-align: center;
  z-index: 0;
}
@media (max-width: 991px) {
  .career .inner-html {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .career .inner-html {
    padding: 40px 20px;
  }
}
.career .inner-html::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/career-left.png);
  background-position: bottom left;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.career .inner-html::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/career-right.png);
  background-position: top right;
  background-size: auto;
  background-repeat: no-repeat;
  z-index: -1;
}
.career .inner-html h2 {
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0;
}
.career .inner-html p {
  color: #ffffff;
}
.career .inner-html .btn_white {
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 20px auto 0;
  border: 1px solid #ffffff;
}

.our-history {
  display: flex;
  flex-flow: column;
  gap: 40px;
}
.our-history .timeline-swiper {
  padding-left: calc((100% - 1660px) / 2);
}
@media (max-width: 1700px) {
  .our-history .timeline-swiper {
    padding-left: calc((100% - 1400px) / 2);
  }
}
@media (max-width: 1440px) {
  .our-history .timeline-swiper {
    padding-left: calc((100% - 1190px) / 2);
  }
}
@media (max-width: 1280px) {
  .our-history .timeline-swiper {
    padding-left: calc((100% - 1128px) / 2);
  }
}
@media (max-width: 1168px) {
  .our-history .timeline-swiper {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .our-history .timeline-swiper {
    padding-right: 20px;
  }
}
.our-history .timeline-container .card {
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #EFEFEF;
  padding: 20px;
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-top: 40px;
}
.our-history .timeline-container .card p {
  color: #666666;
}
.our-history .timeline-container .card p:first-child {
  font-size: 14px;
}
.our-history .timeline-container .timeline-point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-flow: column;
  position: relative;
}
.our-history .timeline-container .timeline-point:after {
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 111%;
  height: auto;
  border: 1px dashed #cccccc;
  content: "";
  z-index: -1;
}
.our-history .timeline-container .timeline-point .year {
  color: #000000;
  font-size: 32px;
  font-weight: 600;
  font-family: "Crimson Text";
}
.our-history .timeline-container .timeline-point .dot {
  width: 20px;
  height: 20px;
  background: transparent;
  border: 3px solid #202283;
  border-radius: 100%;
  position: relative;
}
.our-history .timeline-container .timeline-point .dot:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background: #202283;
  width: 70%;
  height: 70%;
  border-radius: 100%;
}
.our-history .timeline-container .timeline-point .dot:before {
  position: absolute;
  top: 15px;
  left: 50%;
  width: 0;
  height: 40px;
  content: "";
  border: 1px dashed #cccccc;
  z-index: -1;
}
.our-history .inner-html h2 {
  color: #208348;
  text-align: center;
  margin-bottom: 10px;
}
.our-history .inner-html p {
  color: #666666;
  text-align: center;
}

.get-in-touch .inner-html {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  flex-flow: wrap;
}
@media (max-width: 992px) {
  .get-in-touch .inner-html {
    gap: 40px;
  }
}
.get-in-touch .inner-html .office-detail {
  width: 100%;
  max-width: calc(41% - 30px);
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 992px) {
  .get-in-touch .inner-html .office-detail {
    max-width: calc(41% - 20px);
  }
}
@media (max-width: 767px) {
  .get-in-touch .inner-html .office-detail {
    max-width: 100%;
  }
}
.get-in-touch .inner-html .office-detail h2 {
  color: #208348;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #CCCCCC;
}
.get-in-touch .inner-html .office-detail ul {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-bottom: 36px;
}
.get-in-touch .inner-html .office-detail ul li {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.get-in-touch .inner-html .office-detail ul li img {
  max-width: 18px;
  height: auto;
  margin-top: 5px;
}
.get-in-touch .inner-html .office-detail ul li a {
  color: #666666;
  line-height: 1.5;
}
.get-in-touch .inner-html .office-detail ul li a:hover {
  color: #208348;
  text-decoration: underline;
}
.get-in-touch .inner-html .contact-form {
  width: 100%;
  max-width: calc(59% - 30px);
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 20px;
}
@media (max-width: 992px) {
  .get-in-touch .inner-html .contact-form {
    max-width: calc(59% - 20px);
  }
}
@media (max-width: 767px) {
  .get-in-touch .inner-html .contact-form {
    max-width: 100%;
  }
}
.get-in-touch .inner-html .contact-form h3 {
  font-size: 42px;
  color: #208348;
  margin-bottom: 10px;
}
@media (max-width: 1280px) {
  .get-in-touch .inner-html .contact-form h3 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  .get-in-touch .inner-html .contact-form h3 {
    font-size: 30px;
  }
}
.get-in-touch .inner-html .contact-form p {
  color: #666666;
}
.get-in-touch .inner-html .contact-form form {
  padding-top: 16px;
  border-top: 1px solid #CCCCCC;
  margin-top: 16px;
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.get-in-touch .inner-html .contact-form form label {
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 6px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Montserrat";
}
.get-in-touch .inner-html .contact-form form label .wpcf7-form-control-wrap {
  line-height: 0;
}
.get-in-touch .inner-html .contact-form form label .wpcf7-not-valid-tip {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 600;
}
.get-in-touch .inner-html .contact-form form label input,
.get-in-touch .inner-html .contact-form form label select,
.get-in-touch .inner-html .contact-form form label textarea {
  border: 1px solid #BABABA;
  border-radius: 5px;
  padding: 12px;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat";
  outline: none;
  color: #666666;
}
.get-in-touch .inner-html .contact-form form label input::-moz-placeholder {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat";
  color: #666666;
}
.get-in-touch .inner-html .contact-form form label input::placeholder {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  font-family: "Montserrat";
  color: #666666;
}
.get-in-touch .inner-html .contact-form form label select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../images/drop-down.svg);
  background-position: center right 12px;
  background-repeat: no-repeat;
  background-size: auto;
}
.get-in-touch .inner-html .contact-form form label textarea {
  height: 100px;
}
.get-in-touch .inner-html .contact-form form .wpcf7-response-output {
  margin: 0;
  border-radius: 5px;
}
.get-in-touch .inner-html .contact-form form .contact_button p {
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
.get-in-touch .inner-html .contact-form form .contact_button p .wpcf7-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}/*# sourceMappingURL=style.css.map */