@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  max-width: 1720px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.container.container-fulid-right {
  max-width: 100%;
}
.container.container-fulid-right .col-left {
  padding-left: calc((100% - 1720px + 30px) / 2);
}
@media (max-width: 1499px) {
  .container.container-fulid-right .col-left {
    padding-left: calc((100% - 1100px + 30px) / 2);
  }
}
@media (max-width: 1199px) {
  .container.container-fulid-right .col-left {
    padding-left: calc((100% - 900px + 30px) / 2);
  }
}
@media (max-width: 991px) {
  .container.container-fulid-right .col-left {
    padding-left: calc((100% - 680px + 30px) / 2);
  }
}
@media (max-width: 767px) {
  .container.container-fulid-right .col-left {
    padding-left: calc((100% - 100% + 30px) / 2);
  }
}
.container.container-fulid-left {
  max-width: 100%;
}
.container.container-fulid-left .col-right {
  padding-right: calc((100% - 1720px + 30px) / 2);
}
@media (max-width: 1499px) {
  .container.container-fulid-left .col-right {
    padding-right: calc((100% - 1100px + 30px) / 2);
  }
}
@media (max-width: 1199px) {
  .container.container-fulid-left .col-right {
    padding-right: calc((100% - 900px + 30px) / 2);
  }
}
@media (max-width: 991px) {
  .container.container-fulid-left .col-right {
    padding-right: calc((100% - 680px + 30px) / 2);
  }
}
@media (max-width: 767px) {
  .container.container-fulid-left .col-right {
    padding-right: calc((100% - 100% + 30px) / 2);
  }
}

.container-small {
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container-small {
    max-width: 100%;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  row-gap: 20px;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.padding-section-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .padding-section-small {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.margin-section-large {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .margin-section-large {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .margin-section-large {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.margin-section-small {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .margin-section-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.max-width-768 {
  max-width: 768px;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-extrabold {
  font-weight: 900;
}

.text-size-medium {
  font-size: 18px;
}
@media (max-width: 767px) {
  .text-size-medium {
    font-size: 16px;
  }
}

.text-size-small {
  font-size: 14px;
}

.text-size-tiny {
  font-size: 12px;
}

a {
  border-color: #111111;
  color: #111111;
  text-decoration: none;
}

.text-link-underline {
  text-decoration: underline;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Poppins";
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #505050;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #505050;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #111111;
  background-color: #111111;
  color: #ffffff;
  text-align: center;
}

.text-color-white {
  color: #ffffff;
}

.bg-color-white {
  background-color: #ffffff;
}

.bg-white-smoke {
  background-color: #F7F7F4;
}

.relative {
  position: relative;
}

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

.swiper-custom-arrow {
  display: flex;
  align-items: center;
  margin-top: 50px;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  .swiper-custom-arrow {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .swiper-custom-arrow {
    margin-top: 20px;
  }
}
.swiper-custom-arrow .prev-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
}
.swiper-custom-arrow .prev-arrow:before {
  content: "";
  background-image: url(../images/arrow-left.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: 1px solid #E2E3E6;
  border-radius: 100%;
  display: block;
  transition: all 0.3s;
}
.swiper-custom-arrow .prev-arrow:hover:before {
  background-image: url(../images/arrow-left-white.svg);
  background-color: #FE6357;
  border-color: #FE6357;
}
.swiper-custom-arrow .next-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #000;
  transition: all 0.3s;
  cursor: pointer;
}
.swiper-custom-arrow .next-arrow:after {
  content: "";
  background-image: url(../images/arrow-right.svg);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: 1px solid #E2E3E6;
  border-radius: 100%;
  display: block;
}
.swiper-custom-arrow .next-arrow:hover:after {
  background-image: url(../images/arrow-right-white.svg);
  background-color: #FE6357;
  border-color: #FE6357;
}
.swiper-custom-arrow .swiper-pagination {
  position: static;
  width: 300px !important;
  background: #E2E3E6;
  height: 1px;
}
.swiper-custom-arrow .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #FE6357;
  height: 3px;
  top: -1px;
}

.section-calc-padding {
  padding-left: calc((100% - 1680px) / 2);
}
@media (max-width: 1720px) {
  .section-calc-padding {
    padding-left: 20px;
  }
}

/*
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;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/poppins/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/poppins/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Italic.woff2") format("woff2"), url("../fonts/poppins/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLightItalic.woff2") format("woff2"), url("../fonts/poppins/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/poppins/Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BoldItalic.woff2") format("woff2"), url("../fonts/poppins/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.woff2") format("woff2"), url("../fonts/poppins/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.woff2") format("woff2"), url("../fonts/poppins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.woff2") format("woff2"), url("../fonts/poppins/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-MediumItalic.woff2") format("woff2"), url("../fonts/poppins/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-LightItalic.woff2") format("woff2"), url("../fonts/poppins/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/poppins/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Thin.woff2") format("woff2"), url("../fonts/poppins/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ThinItalic.woff2") format("woff2"), url("../fonts/poppins/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBoldItalic.woff2") format("woff2"), url("../fonts/poppins/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Black.woff2") format("woff2"), url("../fonts/poppins/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BlackItalic.woff2") format("woff2"), url("../fonts/poppins/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.woff2") format("woff2"), url("../fonts/poppins/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/**
 * Basic typography style for copy text
 */
body {
  font-family: "Poppins";
  font-weight: normal;
  letter-spacing: normal;
  font-size: 18px;
  line-height: 1.4;
  color: #666666;
}

p {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 40px;
}
p:last-child {
  margin-bottom: 0;
}
p:empty {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 16px;
}

h1 {
  font-family: "Roboto", sans-serif;
  color: #111111;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-family: "Roboto", sans-serif;
  color: #111111;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.8px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  color: #111111;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2;
  color: #111111;
}
@media (max-width: 767px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  color: #111111;
}
@media (max-width: 767px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  color: #111111;
}
@media (max-width: 767px) {
  h6 {
    font-size: 18px;
  }
}

.header {
  padding: 10px 0;
}
@media (max-width: 1024px) {
  .header {
    padding: 0;
  }
}
.header.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 111;
  background-color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.65s ease-out;
}
.header.is-sticky .site-branding img {
  width: 130px;
}
.header .site-branding a img {
  transition: width 0.25s;
}

.header-inner {
  display: flex;
  justify-content: space-between;
}
.header-inner .header-inner-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-flow: wrap;
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item {
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link > span.mega-indicator:after {
    filter: brightness(0) saturate(100%) invert(48%) sepia(73%) saturate(557%) hue-rotate(314deg) brightness(101%) contrast(119%);
  }
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
    padding: 2px 20px;
  }
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link > span.mega-indicator:after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(330deg) brightness(103%) contrast(100%);
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
  font-weight: 600 !important;
  height: auto;
  padding: 0px 15px;
}
@media (min-width: 1024px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link:hover > span.mega-indicator:after {
    filter: brightness(0) saturate(100%) invert(48%) sepia(73%) saturate(557%) hue-rotate(314deg) brightness(101%) contrast(119%);
  }
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link {
    padding: 2px 0;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > a.mega-menu-link > span.mega-indicator:after {
  background-image: url(../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link .mega-indicator:after {
    filter: brightness(0) saturate(100%) invert(48%) sepia(73%) saturate(557%) hue-rotate(314deg) brightness(101%) contrast(119%);
  }
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    padding: 2px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link .mega-indicator:after {
    transform: rotate(180deg);
    transition: 0.4s;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(330deg) brightness(103%) contrast(100%);
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu {
  border: 1px solid #A19F9F;
  border-radius: 6px;
  background: #fff;
  width: 355px;
  padding: 20px;
  left: auto;
  margin-left: 15px;
  margin-top: 12px;
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu {
    border: 0;
    background: #E2E3E6 !important;
    width: 100%;
    left: auto;
    margin-left: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu:before {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
  border: 9px solid;
  border-color: transparent transparent #111111 transparent;
  z-index: 99;
  top: -18px;
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu:before {
    display: none;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item {
  padding: 0;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item h4.mega-block-title {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 300;
  font-family: "Roboto";
  color: #111111;
  margin: 0;
  padding: 0;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item .custom-html-widget {
  font-size: 16px;
  color: #A19F9F;
  line-height: 1.3;
  margin-top: 10px;
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item .custom-html-widget {
    color: #676767;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item ul .menu-item {
  margin-bottom: 10px;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item ul .menu-item:last-child {
  margin-bottom: 0;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item ul .menu-item a {
  color: #A19F9F;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item ul .menu-item a {
    color: #676767;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item ul .menu-item a:hover {
  color: #111111;
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item ul .menu-item a:hover {
    color: #FE6357;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item ul .menu-item.current-menu-item a {
  color: #111111;
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-menu-item > .mega-sub-menu .mega-menu-row .mega-sub-menu .mega-sub-menu li.mega-menu-item ul .menu-item.current-menu-item a {
    color: #FE6357;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-btn-black {
  margin-left: 15px;
}
@media (max-width: 1023px) {
  .main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-btn-black {
    margin-left: 0;
    margin-top: 30px;
  }
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-btn-black > a.mega-menu-link {
  background: #000;
  color: #fff;
  padding: 14px 24px;
  line-height: normal;
  border-radius: 6px;
  text-align: center;
  line-height: 24px;
}
.main-navigation #mega-menu-wrap-header-menu #mega-menu-header-menu > li.mega-btn-black > a.mega-menu-link:hover {
  background-color: #FE6357;
  color: #fff;
}

@media (max-width: 1023px) {
  #mega-menu-wrap-header-menu .mega-menu-toggle {
    height: auto;
  }
  #mega-menu-wrap-header-menu .mega-menu-toggle:after {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    position: static;
    background-image: url(../images/menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
  }
  #mega-menu-wrap-header-menu .mega-menu-toggle.mega-menu-open:after {
    content: "";
    display: block;
    width: 52px;
    height: 52px;
    position: static;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    border-radius: 6px;
  }
  #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
    left: 0;
    width: 100%;
    top: 112px;
    padding: 20px;
  }
  #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu ul, #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu li {
    float: none !important;
  }
  #mega-menu-wrap-header-menu .mega-menu-toggle > div {
    display: none !important;
  }
  #mega-menu-wrap-header-menu .mega-close {
    display: none;
  }
}
.header-search,
.header-search-mb {
  line-height: 0;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row-reverse;
}
.header-search.active-search a .close-icon,
.header-search-mb.active-search a .close-icon {
  display: block;
}
.header-search.active-search a .search-icon,
.header-search-mb.active-search a .search-icon {
  display: none;
}
.header-search .header-search-btn,
.header-search-mb .header-search-btn {
  background: #000;
  display: block;
  width: 52px;
  height: 52px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-search a .close-icon,
.header-search-mb a .close-icon {
  display: none;
}
.header-search .search-form,
.header-search-mb .search-form {
  position: relative;
}
.header-search .search-form .search-field,
.header-search-mb .search-form .search-field {
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  padding: 12px 60px 12px 20px;
  height: 52px;
  outline: none;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
.header-search .search-form .search-field::-moz-placeholder, .header-search-mb .search-form .search-field::-moz-placeholder {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
}
.header-search .search-form .search-field::placeholder,
.header-search-mb .search-form .search-field::placeholder {
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #000000;
}
.header-search .search-form .search-field::-webkit-search-decoration, .header-search .search-form .search-field::-webkit-search-cancel-button, .header-search .search-form .search-field::-webkit-search-results-button, .header-search .search-form .search-field::-webkit-search-results-decoration,
.header-search-mb .search-form .search-field::-webkit-search-decoration,
.header-search-mb .search-form .search-field::-webkit-search-cancel-button,
.header-search-mb .search-form .search-field::-webkit-search-results-button,
.header-search-mb .search-form .search-field::-webkit-search-results-decoration {
  display: none;
}
.header-search .search-form .search-submit,
.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-black.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center right;
  cursor: pointer;
}
.header-search.header-search-dk,
.header-search-mb.header-search-dk {
  display: flex;
}
@media (max-width: 1023px) {
  .header-search.header-search-dk,
  .header-search-mb.header-search-dk {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .header-search.header-search-dk .search-form .search-field,
  .header-search-mb.header-search-dk .search-form .search-field {
    width: 165px;
  }
}

.header-search-mb {
  width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .header-search-mb {
    margin-bottom: 16px;
  }
}
.header-search-mb .mobile-header-search-form {
  width: 100%;
}
.header-search-mb .mobile-header-search-form label {
  display: flex;
  width: 100%;
}
.header-search-mb .mobile-header-search-form label .search-field {
  width: 100%;
}
@media (min-width: 1024px) {
  .header-search-mb {
    display: none;
  }
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.site-footer {
  background: #E2E3E6;
}

.footer-top {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .footer-top {
    padding: 40px 0 20px 0;
  }
}
.footer-top .footer-row {
  display: flex;
  gap: 30px;
}
@media (max-width: 767px) {
  .footer-top .footer-row {
    gap: 30px 0px;
  }
}
@media (max-width: 1199px) {
  .footer-top .footer-row {
    flex-wrap: wrap;
    gap: 40px 0px;
  }
}
.footer-top .footer-row .footer-col {
  width: 25%;
}
@media (max-width: 1199px) {
  .footer-top .footer-row .footer-col {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-top .footer-row .footer-col {
    width: 100%;
  }
}
.footer-top .footer-row .footer-col .footer-title h4 {
  color: #FE6357;
  font-weight: 400;
  line-height: 1;
}
.footer-top .footer-row .footer-office-col ul {
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.footer-top .footer-row .footer-office-col ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-top .footer-row .footer-office-col ul li a {
  text-decoration: underline;
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  line-height: 1;
}

.social-links ul {
  display: flex;
  justify-content: end;
  gap: 10px;
}
@media (max-width: 1199px) {
  .social-links ul {
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .social-links ul {
    justify-content: center;
  }
}

.footer-middle {
  display: none;
  border-top: 1px solid #c0c0c1;
  padding: 45px 0;
}
@media (max-width: 1023px) {
  .footer-middle {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .footer-middle {
    padding: 20px 0;
  }
}
.footer-middle .footer-middle-text {
  font-size: 89px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0;
  color: transparent;
  -webkit-text-stroke: 1px #000000;
  opacity: 0.3;
  text-align: center;
}
@media (min-width: 1900px) {
  .footer-middle .footer-middle-text {
    font-size: 101px;
    line-height: 100%;
  }
}
@media (max-width: 1499px) {
  .footer-middle .footer-middle-text {
    font-size: 75px;
  }
}
@media (max-width: 1199px) {
  .footer-middle .footer-middle-text {
    font-size: 59px;
  }
}
@media (max-width: 1023px) {
  .footer-middle .footer-middle-text {
    font-size: 43px;
  }
}
@media (max-width: 767px) {
  .footer-middle .footer-middle-text {
    font-size: 38px;
  }
}
@media (max-width: 376px) {
  .footer-middle .footer-middle-text {
    font-size: 32px;
  }
}

.footer-bottom {
  background: #000;
  padding: 30px 0 20px 0;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding: 20px 0;
  }
}
.footer-bottom .footer-bottom-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer-bottom .footer-bottom-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1499px) {
  .footer-bottom .footer-bottom-wrapper {
    justify-content: center;
  }
}
.footer-bottom .footer-bottom-wrapper .footer-bottom-menu {
  display: flex;
}

.menu-footer-menu-container .menu {
  display: flex;
  gap: 5px 30px;
  flex-wrap: wrap;
}
@media (max-width: 1499px) {
  .menu-footer-menu-container .menu {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .menu-footer-menu-container .menu {
    gap: 5px 23px;
  }
}
@media (max-width: 767px) {
  .menu-footer-menu-container .menu {
    gap: 6px;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.menu-footer-menu-container .menu .menu-item a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
}

@media (max-width: 767px) {
  .copyrights {
    text-align: center;
  }
}
.copyrights p {
  color: #ffffff;
  font-size: 16px;
}

.btn {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  line-height: normal;
  border-radius: 6px;
  font-family: "Poppins";
  cursor: pointer;
}
.btn.btn-primary {
  background-color: #FE6357;
  border: 1px solid #FE6357;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: #000;
  border: 1px solid #000;
}
.btn:hover {
  background-color: #FE6357;
  border: 1px solid #FE6357;
}
.btn:focus {
  background-color: #FE6357;
  border: 1px solid #FE6357;
  outline: none;
}

.bredcrumb-inner {
  margin-bottom: 10px;
}
.bredcrumb-inner .breadcrumb {
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.bredcrumb-inner .breadcrumb a {
  color: #ffffff;
}
.bredcrumb-inner .breadcrumb span {
  color: #ffffff;
}

.hero-banner .hero-banner-wrapper {
  background: #A2D4FD;
}
.hero-banner .hero-banner-wrapper .hero-banner-img-wrap {
  line-height: 0;
}
.hero-banner .hero-banner-wrapper .hero-banner-img-wrap img {
  width: 100%;
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-wrapper .hero-banner-img-wrap .desktop-hero-banner-img {
    display: none;
  }
}
@media (min-width: 768px) {
  .hero-banner .hero-banner-wrapper .hero-banner-img-wrap .mobile-hero-banner-img {
    display: none;
  }
}
.hero-banner .hero-banner-wrapper .banner-content-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 1720px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-wrapper .banner-content-wrapper {
    top: 40%;
  }
}
.hero-banner .hero-banner-wrapper .banner-content-wrapper .banner-content {
  max-width: 750px;
}
@media (max-width: 1499px) {
  .hero-banner .hero-banner-wrapper .banner-content-wrapper .banner-content {
    max-width: 580px;
  }
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-wrapper .banner-content-wrapper .banner-content {
    max-width: 350px;
  }
}
.hero-banner .hero-banner-wrapper .banner-content-wrapper .banner-content h1 {
  margin-bottom: 0;
  color: #ffffff;
}
.hero-banner .hero-banner-wrapper .banner-content-wrapper .banner-content p {
  font-size: 18px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero-banner .hero-banner-wrapper .banner-content-wrapper .banner-content p {
    font-size: 16px;
  }
}
.hero-banner .hero-banner-wrapper .banner-content-wrapper .banner-content .btn {
  margin-top: 30px;
}
.hero-banner.dark-text .hero-banner-wrapper .banner-content-wrapper .banner-content h1,
.hero-banner.dark-text .hero-banner-wrapper .banner-content-wrapper .banner-content p {
  color: #000;
}
.hero-banner.dark-text .hero-banner-wrapper .banner-content-wrapper .banner-content .btn {
  background-color: #FE6357;
  border: 1px solid #FE6357;
  color: #fff;
}
.hero-banner.dark-text .hero-banner-wrapper .banner-content-wrapper .banner-content .btn:hover {
  background-color: #000;
  border: 1px solid #000;
}

.services-grid-section .heading-section {
  margin-bottom: 50px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .services-grid-section .heading-section {
    margin-bottom: 20px;
  }
}
.services-grid-section .heading-section h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .services-grid-section .heading-section h2 {
    margin-bottom: 10px;
  }
}
.services-grid-section .heading-section h5 {
  color: #FE6357;
  font-weight: 500;
  margin-bottom: 10px;
}

.service-grid-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media (max-width: 991px) {
  .service-grid-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-grid-items {
    grid-template-columns: 1fr;
  }
}
.service-grid-items .service-grid-item {
  width: 100%;
  position: relative;
}
.service-grid-items .service-grid-item .image-block img {
  aspect-ratio: 2.0625;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .service-grid-items .service-grid-item .image-block img {
    aspect-ratio: 1.47;
  }
}
@media (max-width: 991px) {
  .service-grid-items .service-grid-item {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .service-grid-items .service-grid-item {
    width: 100%;
  }
}
.service-grid-items .service-grid-item .image-shap {
  display: block;
}
.service-grid-items .service-grid-item .service-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
}
@media (max-width: 767px) {
  .service-grid-items .service-grid-item .service-btn {
    left: 10px;
    right: 10px;
  }
}
.service-grid-items .service-grid-item .service-btn .btn {
  background: rgba(0, 0, 0, 0.8);
  padding: 16px 20px;
  font-size: 20px;
  border: 0;
  text-transform: capitalize;
}
@media (max-width: 1499px) {
  .service-grid-items .service-grid-item .service-btn .btn {
    font-size: 16px;
    padding: 10px 10px;
  }
}
.service-grid-items.service_item_3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .service-grid-items.service_item_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-grid-items.service_item_3 {
    grid-template-columns: 1fr;
  }
}

.image-block {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  line-height: 0;
}

.image-shap {
  position: relative;
  border-radius: 10px;
}
.image-shap img {
  width: 100%;
  border-radius: 10px;
  transition: all 600ms;
}
.image-shap:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 93px;
  height: 95px;
  background-image: url("../images/arrow-shap.svg");
}
.image-shap:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 7px;
  width: 50px;
  height: 50px;
  background-image: url("../images/arrow-black.svg");
  z-index: 9;
  transition: all 600ms;
}
.image-shap:hover {
  transition: all 600ms;
}
.image-shap:hover img {
  scale: 1.1;
}
.image-shap:hover:before {
  transform: rotate(44deg);
  background-image: url("../images/arrow-orange.svg");
}
.image-shap:hover .service-btn .btn {
  background-color: #FE6357;
}

.heading-and-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.heading-and-button h2 {
  margin: 0;
}
@media (max-width: 767px) {
  .heading-and-button {
    margin-bottom: 20px;
  }
}

.view-all-mobile-btn {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .view-all-mobile-btn {
    display: none;
  }
}
.view-all-mobile-btn .btn {
  width: 100%;
}

@media (max-width: 767px) {
  .view-all-desktop-btn {
    display: none;
  }
}

.featured-projects {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .featured-projects {
    margin-bottom: 20px;
  }
}
.featured-projects .featured-items {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .featured-projects .featured-items {
    margin: 0 15px;
    margin-bottom: 20px;
    border: 1px solid #E2E3E6;
  }
}
.featured-projects .featured-items {
  line-height: 0;
}
.featured-projects .featured-items img {
  width: 100%;
  aspect-ratio: 2.74;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .featured-projects .featured-items img {
    aspect-ratio: 1.8;
  }
}
.featured-projects .featured-items .featured-inner-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  max-width: 1720px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .featured-projects .featured-items .featured-inner-wrapper {
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  .featured-projects .featured-items .featured-inner-wrapper {
    position: static;
    padding-left: 0;
    padding-right: 0;
  }
}
.featured-projects .featured-items .featured-inner-wrapper .box-info {
  max-width: 500px;
  background: #fff;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .featured-projects .featured-items .featured-inner-wrapper .box-info {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .featured-projects .featured-items .featured-inner-wrapper .box-info h3 {
    margin-bottom: 16px;
  }
}
.featured-projects .featured-items .featured-inner-wrapper .box-info p {
  margin-bottom: 16px;
  color: #666666;
}
@media (max-width: 767px) {
  .featured-projects .featured-items .featured-inner-wrapper .box-info p {
    font-size: 16px;
  }
}
.featured-projects .featured-items .featured-inner-wrapper .box-info .dox-info-details {
  border-top: 1px solid #E2E3E6;
  padding-top: 15px;
}

.featured-projects-slider .swiper-slide {
  height: auto;
}

.dox-items {
  border: 1px solid #E2E3E6;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  display: block;
}
.dox-items:after {
  top: 0px;
  border-radius: 10px;
}
.dox-items:hover .image-block {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.dox-items .image-block {
  border-radius: 0;
}
.dox-items .image-block img {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  aspect-ratio: 540/260;
  -o-object-fit: cover;
     object-fit: cover;
}

.box-info {
  padding: 20px;
}
@media (max-width: 767px) {
  .box-info {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .box-info h3 {
    margin-bottom: 10px;
  }
}
.box-info .dox-info-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.box-info .dox-info-details span {
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
}
.box-info .dox-info-details .country-name {
  display: flex;
  align-items: center;
}
.box-info .dox-info-details .country-name:before {
  content: "";
  background-image: url(../images/Ireland.svg);
  display: inline-block;
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 6px;
}
.box-info .dox-info-details .company-name {
  display: flex;
  align-items: center;
}
.box-info .dox-info-details .company-name:before {
  content: "";
  background-image: url(../images/right-arrow.svg);
  width: 15px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.where-we-work-section {
  background: #F7F7F4;
}
@media (max-width: 767px) {
  .where-we-work-section {
    padding-top: 40px;
  }
}
.where-we-work-section .section-calc-padding {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 767px) {
  .where-we-work-section .section-calc-padding {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1499px) {
  .where-we-work-section .section-calc-padding > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .where-we-work-section .section-calc-padding > div {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .where-we-work-section .section-calc-padding .where-we-work-img {
    width: 100%;
  }
}
@media (min-width: 1500px) {
  .where-we-work-section .where-we-work-content {
    width: calc(100% - 525px);
  }
}
@media (min-width: 1199px) {
  .where-we-work-section .where-we-work-content h2 {
    font-size: 60px;
  }
}
.where-we-work-section .where-we-work-content p {
  font-size: 20px;
}
@media (max-width: 1199px) {
  .where-we-work-section .where-we-work-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .where-we-work-section .where-we-work-content p {
    font-size: 16px;
  }
}
.where-we-work-section .desktop-where-we-work-img {
  line-height: 0;
}
@media (max-width: 767px) {
  .where-we-work-section .desktop-where-we-work-img {
    display: none;
  }
}
.where-we-work-section .desktop-where-we-work-img img {
  width: 100%;
}
.where-we-work-section .mobile-where-we-work-img {
  line-height: 0;
}
@media (min-width: 768px) {
  .where-we-work-section .mobile-where-we-work-img {
    display: none;
  }
}
.where-we-work-section .mobile-where-we-work-img img {
  width: 100%;
}

.inner-page-banner {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .inner-page-banner {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .inner-page-banner {
    margin-bottom: 40px;
  }
}
.inner-page-banner .inner-page-banner-bg {
  background-repeat: no-repeat;
  padding: 30px 0;
  width: 100%;
  background-size: cover;
  position: relative;
  height: 453px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.inner-page-banner .inner-page-banner-bg .container {
  width: 100%;
}
@media (max-width: 1600px) {
  .inner-page-banner .inner-page-banner-bg {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .inner-page-banner .inner-page-banner-bg {
    padding: 30px 0;
  }
}
.inner-page-banner .inner-page-banner-bg:after {
  content: "";
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.inner-page-banner .inner-page-banner-bg .inner-page-banner-content {
  max-width: 890px;
  position: relative;
  z-index: 1;
}
.inner-page-banner .inner-page-banner-bg .inner-page-banner-content h1 {
  color: #fff;
}
.inner-page-banner .inner-page-banner-bg .inner-page-banner-content p {
  margin: 0;
  margin-top: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .inner-page-banner .inner-page-banner-bg .inner-page-banner-content p {
    font-size: 16px;
  }
}
.inner-page-banner .inner-page-banner-bg .inner-page-banner-content .inner-banner-country-company {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .inner-page-banner .inner-page-banner-bg .inner-page-banner-content .inner-banner-country-company {
    justify-content: left;
    gap: 10px;
  }
}
.inner-page-banner .inner-page-banner-bg .inner-page-banner-content .inner-banner-country-company span {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .inner-page-banner .inner-page-banner-bg .inner-page-banner-content .inner-banner-country-company span {
    font-size: 16px;
  }
}
@media (max-width: 376px) {
  .inner-page-banner .inner-page-banner-bg .inner-page-banner-content .inner-banner-country-company span {
    font-size: 14px;
  }
}
.inner-page-banner .inner-page-banner-bg .inner-page-banner-content .inner-banner-country-company .inner-banner-company-name {
  display: flex;
  align-items: center;
  gap: 6px;
}
.inner-page-banner .inner-page-banner-bg .inner-page-banner-content .inner-banner-country-company .inner-banner-company-name:before {
  content: "";
  background-image: url(../images/right-arrow.svg);
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(330deg) brightness(103%) contrast(100%);
}
.inner-page-banner .inner-page-banner-bg .inner-page-banner-content .inner-banner-country-company .inner-banner-country-name {
  display: flex;
  align-items: center;
  gap: 6px;
}
.inner-page-banner .inner-page-banner-bg .inner-page-banner-content .inner-banner-country-company .inner-banner-country-name:before {
  content: "";
  background-image: url(../images/Ireland.svg);
  width: 21px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(330deg) brightness(103%) contrast(100%);
}
.inner-page-banner .inner-page-banner-bg .inner-page-banner-content .btn {
  margin-top: 30px;
}
.inner-page-banner.dark-text .inner-page-banner-bg .inner-page-banner-content h1,
.inner-page-banner.dark-text .inner-page-banner-bg .inner-page-banner-content p {
  color: #000;
}
.inner-page-banner.dark-text .inner-page-banner-bg .inner-page-banner-content .btn {
  background-color: #FE6357;
  border: 1px solid #FE6357;
  color: #fff;
}
.inner-page-banner.dark-text .inner-page-banner-bg .inner-page-banner-content .btn:hover {
  background-color: #000;
  border: 1px solid #000;
}

.simple-page-banner {
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .simple-page-banner {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .simple-page-banner {
    margin-bottom: 40px;
  }
}
.simple-page-banner .simple-page-banner-bg {
  background-color: #E2E3E6;
  padding: 85px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .simple-page-banner .simple-page-banner-bg {
    padding: 72px 0;
  }
}
.simple-page-banner .simple-page-banner-bg .simple-banner-content h1 {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #111111;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.8px;
}
@media (max-width: 1199px) {
  .simple-page-banner .simple-page-banner-bg .simple-banner-content h1 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .simple-page-banner .simple-page-banner-bg .simple-banner-content h1 {
    font-size: 32px;
  }
}

.service-lists {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 991px) {
  .service-lists {
    gap: 60px;
  }
}
@media (max-width: 767px) {
  .service-lists {
    gap: 40px;
  }
}
.service-lists .service-list {
  display: flex;
  gap: 60px;
  flex-direction: row-reverse;
  align-items: center;
}
.service-lists .service-list > div {
  flex: 1;
}
@media (max-width: 991px) {
  .service-lists .service-list {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .service-lists .service-list {
    flex-direction: column;
  }
}
.service-lists .service-list:nth-child(2n) {
  flex-direction: row;
}
@media (max-width: 767px) {
  .service-lists .service-list:nth-child(2n) {
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  .service-lists .service-list .service-list-info .service-list-content h2 {
    font-size: 26px;
  }
}
.service-lists .service-list .service-list-info .service-list-content .btn {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .service-lists .service-list .service-list-info .service-list-content .btn {
    margin-top: 20px;
  }
}
.service-lists .service-list .service-list-img img {
  aspect-ratio: 1.7935;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.list_image_left .service-lists .service-list {
  flex-direction: row;
}
@media (max-width: 767px) {
  .list_image_left .service-lists .service-list {
    flex-direction: column;
  }
}
.list_image_left .service-lists .service-list:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .list_image_left .service-lists .service-list:nth-child(2n) {
    flex-direction: column;
  }
}

.related-project-slider .swiper-slide {
  height: auto;
}

.related-projects-top-heading {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .related-projects-top-heading h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .our-team .service-lists .service-list {
    flex-direction: column-reverse;
  }
}

.btn-group-list {
  margin-bottom: 50px;
  overflow: auto;
}
@media (max-width: 767px) {
  .btn-group-list {
    margin-bottom: 20px;
  }
}
.btn-group-list ul {
  display: flex;
  gap: 16px;
}
.btn-group-list ul li .btn {
  background: transparent;
  color: #A19F9F;
  border-color: #E2E3E6;
  white-space: nowrap;
}
.btn-group-list ul li .btn:hover {
  background: #FE6357;
  border-color: #FE6357;
  color: #fff;
}
.btn-group-list ul li:first-child .btn {
  background: #FE6357;
  color: #fff;
  border-color: #FE6357;
}
.btn-group-list ul li:first-child .btn:hover {
  background-color: #000;
  border: 1px solid #000;
}

.select-filter {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .select-filter {
    flex-direction: column;
    gap: 20px;
  }
}
.select-filter label {
  font-size: 42px;
  font-family: "Roboto";
  font-weight: 300;
  color: #111111;
  letter-spacing: 0.8px;
}
@media (max-width: 1199px) {
  .select-filter label {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .select-filter label {
    font-size: 26px;
  }
}
.select-filter select {
  height: 56px;
  width: 320px;
  font-size: 18px;
  padding: 0 45px 0 15px;
  text-transform: uppercase;
  border-color: #E2E3E6;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
  border-radius: 6px;
  color: #000;
}
@media (max-width: 767px) {
  .select-filter select {
    width: 100%;
  }
}

.project-grids {
  gap: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .project-grids {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .project-grids {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .project-grids .project-item .image-shap:after {
    width: 60px;
    height: 62px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .project-grids .project-item .image-shap:before {
    right: 4px;
    top: 4px;
    width: 32px;
    height: 32px;
    background-size: cover;
  }
}

.load-more-btn {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .load-more-btn {
    margin-top: 40px;
  }
}

.content-border {
  border: 1px solid #E2E3E6;
  padding: 20px;
  border-radius: 6px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .content-border {
    margin-top: 20px;
  }
}

.brand-section .heading-section {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .brand-section .heading-section {
    margin-bottom: 20px;
  }
}

.brand-slider .swiper-slide .brand-item {
  text-align: center;
}

@media (max-width: 567px) {
  .fancybox-slider {
    padding: 0 20px;
  }
}
.fancybox-slider .swiper-slide {
  transform: scaleY(0.6);
}
.fancybox-slider .swiper-slide img {
  aspect-ratio: 2.086;
  -o-object-fit: cover;
     object-fit: cover;
}
.fancybox-slider .swiper-slide.swiper-slide-prev {
  transform: scaleY(0.8);
  transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
}
.fancybox-slider .swiper-slide.swiper-slide-prev img {
  aspect-ratio: 2.077;
}
.fancybox-slider .swiper-slide.swiper-slide-next {
  transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
  transform: scaleY(0.8);
}
.fancybox-slider .swiper-slide.swiper-slide-next img {
  aspect-ratio: 2.077;
}
.fancybox-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  transition: 0.4s all;
}
.fancybox-slider .swiper-slide.swiper-slide-active img {
  aspect-ratio: 2.08;
}
.fancybox-slider .swiper-slide .fancybox-item {
  line-height: 0;
}
.fancybox-slider .swiper-slide .fancybox-item img {
  border-radius: 6px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.quote-box {
  background: rgba(254, 99, 87, 0.1);
  border-radius: 10px;
}
.quote-box .quote-massage {
  padding: 80px;
  text-align: center;
  position: relative;
}
@media (max-width: 991px) {
  .quote-box .quote-massage {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .quote-box .quote-massage {
    padding: 40px 20px;
  }
}
.quote-box .quote-massage .quote-icon {
  position: absolute;
  top: 30px;
  left: 36px;
}
@media (max-width: 991px) {
  .quote-box .quote-massage .quote-icon {
    position: static;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .quote-box .quote-massage .quote-icon {
    margin-bottom: 20px;
  }
}
.quote-box .quote-massage p {
  font-size: 42px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 1.2;
  color: #111111;
  letter-spacing: 0.8px;
  margin: 0;
}
@media (max-width: 1199px) {
  .quote-box .quote-massage p {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .quote-box .quote-massage p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .quote-box .quote-massage p {
    font-size: 22px;
  }
}
.quote-box .quote-massage .quote-author {
  margin-top: 40px;
  font-size: 22px;
}
@media (max-width: 991px) {
  .quote-box .quote-massage .quote-author {
    margin-top: 20px;
    font-size: 16px;
  }
}
.quote-box .quote-massage .quote-author strong {
  font-weight: 400;
  color: #000;
}

.career .career-box {
  background: rgba(254, 99, 87, 0.1);
  border-radius: 10px;
}
.career .career-box .career-content {
  padding: 60px 90px;
  text-align: center;
}
@media (max-width: 991px) {
  .career .career-box .career-content {
    padding: 60px;
  }
}
@media (max-width: 767px) {
  .career .career-box .career-content {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .career .career-box .career-content p {
    margin-bottom: 20px;
  }
}

.our-history-section {
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .our-history-section {
    background: rgba(254, 99, 87, 0.1) !important;
  }
}
.our-history-section .heading-section {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .our-history-section .heading-section {
    margin-bottom: 40px;
  }
}

.timeline {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 80px;
}
.timeline:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
  border-left: 2px dashed #7B7B7B;
}
@media (max-width: 767px) {
  .timeline:after {
    left: 0;
  }
}
.timeline .timeline-box {
  padding-right: 36px;
  position: relative;
  width: 50%;
}
@media (max-width: 767px) {
  .timeline .timeline-box {
    width: 100%;
    padding-left: 36px;
    padding-right: 0;
  }
}
.timeline .timeline-box:nth-child(even) {
  left: 50%;
  padding-left: 36px;
  padding-right: 0;
}
@media (max-width: 767px) {
  .timeline .timeline-box:nth-child(even) {
    left: 0;
  }
}
.timeline .timeline-box:nth-child(even):before {
  left: -10px;
}
.timeline .timeline-box:nth-child(even) .timeline-box-content:after {
  transform: rotate(180deg);
  left: -20px;
}
.timeline .timeline-box::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: #fff;
  border: 3px solid #FE6357;
  top: 0px;
  border-radius: 50%;
  z-index: 22;
}
@media (max-width: 767px) {
  .timeline .timeline-box::before {
    left: -10px;
  }
}
.timeline .timeline-box:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  margin-left: -1px;
  border-left: 5px solid #fae0df;
  z-index: 11;
}
@media (max-width: 991px) {
  .timeline .timeline-box:last-child:after {
    border-left: 5px solid #ffefee;
  }
}
.timeline .timeline-box .timeline-box-content h4 {
  font-size: 26px;
  border-bottom: 1px solid #E2E3E6;
  padding-bottom: 6px;
  font-weight: 500;
}
.timeline .timeline-box .timeline-box-content {
  background-color: #f8fafd;
  padding: 20px;
  border-radius: 6px;
  border-bottom: 3px solid #FE6357;
  position: relative;
  top: -20px;
}
.timeline .timeline-box .timeline-box-content::after {
  content: "";
  position: absolute;
  top: 20px;
  left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
}
.timeline .timeline-box .timeline-box-content .timeline-box-desc p {
  margin: 0;
}
.timeline .timeline-box:nth-child(odd) .timeline-box-content:after {
  left: auto;
  right: -20px;
}
@media (max-width: 767px) {
  .timeline .timeline-box:nth-child(odd) .timeline-box-content:after {
    left: -20px;
    right: auto;
    transform: rotate(180deg);
  }
}

.our-offices .heading-section {
  margin-bottom: 30px;
}
.our-offices .our-office-row {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .our-offices .our-office-row {
    flex-wrap: wrap;
  }
}
.our-offices .our-office-row .our-office-box {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  width: 33.33%;
  padding: 40px;
}
@media (max-width: 1023px) {
  .our-offices .our-office-row .our-office-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .our-offices .our-office-row .our-office-box {
    padding: 20px;
  }
}
.our-offices .our-office-row .our-office-box .our-office-box-title h3 {
  border-bottom: 1px solid #E2E3E6;
  margin-bottom: 26px;
  padding-bottom: 26px;
  font-weight: 400;
  font-size: 32px;
}
.our-offices .our-office-row .our-office-box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.our-offices .our-office-row .our-office-box ul li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.our-offices .our-office-row .our-office-box ul li a {
  text-decoration: underline;
  font-size: 20px;
  color: #111111;
  line-height: 1;
  font-weight: 500;
}

.get-in-touch {
  position: relative;
}
.get-in-touch:after {
  content: "";
  height: 160px;
  width: 100%;
  background: #FE6357;
  position: absolute;
  left: 0;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 767px) {
  .get-in-touch:after {
    display: none;
  }
}

.get-in-touch-box {
  max-width: 1020px;
  margin: 0 auto;
  background-color: #fff;
  padding: 0 80px;
}
@media (max-width: 1199px) {
  .get-in-touch-box {
    max-width: 850px;
    padding: 0 50px;
  }
}
@media (max-width: 991px) {
  .get-in-touch-box {
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .get-in-touch-box {
    padding: 0;
  }
}
.get-in-touch-box h3 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 32px;
}
@media (max-width: 767px) {
  .get-in-touch-box h3 {
    margin-bottom: 20px;
  }
}
.get-in-touch-box .wpcf7-form {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767px) {
  .get-in-touch-box .wpcf7-form {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .get-in-touch-box .wpcf7-form .row {
    flex-wrap: wrap;
  }
}
.get-in-touch-box .wpcf7-form .col {
  width: 100%;
}
.get-in-touch-box .wpcf7-form .wpcf7-text {
  width: 100%;
  height: 65px;
}
.get-in-touch-box .wpcf7-form .wpcf7-form-control {
  width: 100%;
  padding: 20px;
  font-size: 18px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #E2E3E6;
  color: #7f7f7f;
}
.get-in-touch-box .wpcf7-form .wpcf7-form-control::-moz-placeholder {
  color: #7f7f7f;
}
.get-in-touch-box .wpcf7-form .wpcf7-form-control::placeholder {
  color: #7f7f7f;
}
.get-in-touch-box .wpcf7-form .wpcf7-submit {
  width: auto;
  padding: 14px 24px;
  display: flex;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  margin-left: auto;
}
@media (max-width: 767px) {
  .get-in-touch-box .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
}
.get-in-touch-box .wpcf7-form .wpcf7-textarea {
  height: 160px;
}
.get-in-touch-box .wpcf7-form .wpcf7-not-valid-tip {
  margin-top: 5px;
}
.get-in-touch-box .wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 20px;
  border-radius: 6px;
}
.get-in-touch-box .wpcf7-form .form-btn p {
  display: flex;
  align-items: center;
}
.get-in-touch-box .wpcf7-form .wpcf7-spinner {
  display: none;
}
@media (max-width: 767px) {
  .get-in-touch-box .wpcf7-form .wpcf7-spinner {
    position: absolute;
    right: 10px;
    background-color: #fff;
  }
  .get-in-touch-box .wpcf7-form .wpcf7-spinner:before {
    background-color: #000;
  }
}
.get-in-touch-box .wpcf7-form.submitting .wpcf7-spinner {
  display: block;
}

.accordion {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .accordion {
    margin-top: 20px;
  }
}
.accordion .accordion-item {
  border: 1px solid #E2E3E6;
  margin-bottom: 16px;
  border-radius: 6px;
}
.accordion .accordion-item.active {
  background: rgba(254, 99, 87, 0.1);
}
.accordion .accordion-item.active .accordion-header:after {
  background-image: url(../images/accordion-up-arrow.svg);
}
.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-header {
  position: relative;
  cursor: pointer;
  padding: 26px 65px 22px 20px;
  color: #000000;
  font-size: 20px;
}
.accordion .accordion-item .accordion-header:after {
  position: absolute;
  content: "";
  right: 20px;
  background-image: url(../images/accordion-down-arrow.svg);
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
}
.accordion .accordion-item .accordion-content {
  display: none;
  padding: 10px;
  padding: 16px 0 20px 0;
  border-top: 1px solid #E2E3E6;
  margin: 0 20px;
  color: #000000;
}
.accordion .accordion-item .accordion-content p {
  margin-bottom: 20px;
}
.accordion .accordion-item .accordion-content p:last-child {
  margin-bottom: 0;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 2.43;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .video-wrapper {
    aspect-ratio: 1.53;
  }
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
}
.video-wrapper .video-cover-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  cursor: pointer;
  border-radius: 2px;
}
.video-wrapper .video-cover-image img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.video-wrapper .video-cover-image .video-start-btn {
  z-index: 99;
}
.video-wrapper .video-cover-image .video-start-btn svg {
  width: 51px;
  height: 51px;
}
@media (max-width: 376px) {
  .video-wrapper .video-cover-image .video-start-btn svg {
    width: 65px;
    height: 66px;
  }
}

.video-wrap {
  position: relative;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  line-height: 0;
}
.video-wrap video {
  width: 100%;
  aspect-ratio: 2.43;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .video-wrap video {
    aspect-ratio: 1.53;
  }
}
.video-wrap .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  cursor: pointer;
}

.search-heading {
  text-align: center;
}
@media (max-width: 767px) {
  .search-heading {
    text-align: left;
  }
}

.search-page-form {
  max-width: 520px;
  margin: 0 auto;
  margin-bottom: 50px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .search-page-form {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.search-page-form .search-form {
  position: relative;
}
.search-page-form .search-form .search-field {
  width: 100%;
  height: 64px;
  padding: 0 55px 0 16px;
  font-size: 18px;
  border: 1px solid #E2E3E6;
  border-radius: 6px;
}
.search-page-form .search-form .search-field::-webkit-search-cancel-button {
  display: none;
}
.search-page-form .search-form .search-submit {
  background: #000;
  border: 0;
  font-size: 0;
  background-image: url(../images/search.svg);
  width: 52px;
  height: 52px;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
  border-radius: 6px;
}

.search-lists {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 30px;
}
.search-lists .search-gridlist {
  border: 1px solid #E2E3E6;
  padding: 20px;
  border-radius: 6px;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .search-lists .search-gridlist {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.search-lists .search-gridlist .search-gridlist-img-wrap {
  width: 160px;
  height: 160px;
  display: contents;
}
@media (max-width: 767px) {
  .search-lists .search-gridlist .search-gridlist-img-wrap {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.search-lists .search-gridlist .search-gridlist-img-wrap img {
  width: 160px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .search-lists .search-gridlist .search-gridlist-img-wrap img {
    width: 100%;
    height: 100%;
    display: block;
  }
}
.search-lists .search-gridlist a {
  font-size: 24px;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #000000;
}
.search-lists .search-gridlist .search-desc {
  margin-top: 10px;
}
.search-lists .search-gridlist .search-date {
  display: block;
  margin-top: 20px;
  font-size: 16px;
}

.navigation.posts-navigation {
  margin-top: 40px;
}
.navigation.posts-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 15px;
}
.navigation.posts-navigation .nav-links a {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
  display: inline-block;
  text-align: center;
  line-height: normal;
  border-radius: 6px;
  font-family: "Poppins";
}
.navigation.posts-navigation .nav-links a:hover {
  background-color: #FE6357;
  border: 1px solid #FE6357;
}

.default-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 40px 0;
}
.default-content ul li {
  margin-bottom: 10px;
}
.default-content ul li::marker {
  font-weight: 500;
  color: #000;
}
.default-content ul li:last-child {
  margin-bottom: 0;
}
.default-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 40px 0;
}
.default-content ol li {
  margin-bottom: 10px;
}
.default-content ol li::marker {
  font-weight: 500;
  color: #000;
}
.default-content ol li:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */