@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff var(--wpr-bg-597c3b85-d0b0-4a0d-964f-010938bf72f1) center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
}

.elementor-container {
  padding: 0 15px;
}

.elementor-section-full_width > .elementor-container {
  padding: 0;
}

.elementor-inner-section .elementor-container {
  padding: 0;
}

@media only screen and (max-width: 400px) {
  h1,
  h2 {
    font-size: 24px !important;
  }
}

@media only screen and (max-width: 400px) {
  .single-title h3 {
    font-size: 24px !important;
  }
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 576px) {
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
@media only screen and (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
}

section.e-con-boxed .e-con-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.p-no-marg p {
  margin: 0 !important;
}

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

.btn .elementor-button,
.btn input[type=submit],
.btn button,
#btn .elementor-button,
#btn input[type=submit],
#btn button {
  position: relative;
}
.btn .elementor-button:focus,
.btn input[type=submit]:focus,
.btn button:focus,
#btn .elementor-button:focus,
#btn input[type=submit]:focus,
#btn button:focus {
  color: initial !important;
}
.btn .elementor-button::before,
.btn input[type=submit]::before,
.btn button::before,
#btn .elementor-button::before,
#btn input[type=submit]::before,
#btn button::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  background: #BE1C20;
  top: 0;
  left: 0;
  opacity: 0;
  border-radius: inherit;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .btn .elementor-button::before,
  .btn input[type=submit]::before,
  .btn button::before,
  #btn .elementor-button::before,
  #btn input[type=submit]::before,
  #btn button::before {
    content: none;
  }
}
.btn .elementor-button span,
.btn input[type=submit] span,
.btn button span,
#btn .elementor-button span,
#btn input[type=submit] span,
#btn button span {
  position: relative;
  z-index: 2;
}
.btn .elementor-button img,
.btn .elementor-button svg,
.btn input[type=submit] img,
.btn input[type=submit] svg,
.btn button img,
.btn button svg,
#btn .elementor-button img,
#btn .elementor-button svg,
#btn input[type=submit] img,
#btn input[type=submit] svg,
#btn button img,
#btn button svg {
  width: 5px;
  height: 10px;
}
.btn .elementor-button img path,
.btn .elementor-button svg path,
.btn input[type=submit] img path,
.btn input[type=submit] svg path,
.btn button img path,
.btn button svg path,
#btn .elementor-button img path,
#btn .elementor-button svg path,
#btn input[type=submit] img path,
#btn input[type=submit] svg path,
#btn button img path,
#btn button svg path {
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .btn .elementor-button:hover,
  .btn input[type=submit]:hover,
  .btn button:hover,
  #btn .elementor-button:hover,
  #btn input[type=submit]:hover,
  #btn button:hover {
    background: #BE1C20;
  }
}
.btn .elementor-button:hover::before,
.btn input[type=submit]:hover::before,
.btn button:hover::before,
#btn .elementor-button:hover::before,
#btn input[type=submit]:hover::before,
#btn button:hover::before {
  width: 100%;
  opacity: 1;
}
.btn .elementor-button:hover img path,
.btn .elementor-button:hover svg path,
.btn input[type=submit]:hover img path,
.btn input[type=submit]:hover svg path,
.btn button:hover img path,
.btn button:hover svg path,
#btn .elementor-button:hover img path,
#btn .elementor-button:hover svg path,
#btn input[type=submit]:hover img path,
#btn input[type=submit]:hover svg path,
#btn button:hover img path,
#btn button:hover svg path {
  fill: #ffffff;
}
.btn .elementor-button .elementor-button-content-wrapper,
.btn input[type=submit] .elementor-button-content-wrapper,
.btn button .elementor-button-content-wrapper,
#btn .elementor-button .elementor-button-content-wrapper,
#btn input[type=submit] .elementor-button-content-wrapper,
#btn button .elementor-button-content-wrapper {
  align-items: center;
}
.btn.btn-white .elementor-button,
.btn.btn-white input[type=submit],
.btn.btn-white button,
#btn.btn-white .elementor-button,
#btn.btn-white input[type=submit],
#btn.btn-white button {
  border: 1px solid #000000;
}
.btn.btn-white .elementor-button img path,
.btn.btn-white .elementor-button svg path,
.btn.btn-white input[type=submit] img path,
.btn.btn-white input[type=submit] svg path,
.btn.btn-white button img path,
.btn.btn-white button svg path,
#btn.btn-white .elementor-button img path,
#btn.btn-white .elementor-button svg path,
#btn.btn-white input[type=submit] img path,
#btn.btn-white input[type=submit] svg path,
#btn.btn-white button img path,
#btn.btn-white button svg path {
  fill: #BE1C20;
}
.btn.btn-white .elementor-button:hover svg path,
.btn.btn-white input[type=submit]:hover svg path,
.btn.btn-white button:hover svg path,
#btn.btn-white .elementor-button:hover svg path,
#btn.btn-white input[type=submit]:hover svg path,
#btn.btn-white button:hover svg path {
  fill: #ffffff;
}
.btn.btn-dark .elementor-button,
.btn.btn-dark input[type=submit],
.btn.btn-dark button,
#btn.btn-dark .elementor-button,
#btn.btn-dark input[type=submit],
#btn.btn-dark button {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
@media only screen and (max-width: 767px) {
  .btn.btn-dark .elementor-button:hover,
  .btn.btn-dark input[type=submit]:hover,
  .btn.btn-dark button:hover,
  #btn.btn-dark .elementor-button:hover,
  #btn.btn-dark input[type=submit]:hover,
  #btn.btn-dark button:hover {
    background: #BE1C20;
  }
}
.btn.btn-dark .elementor-button img path,
.btn.btn-dark .elementor-button svg path,
.btn.btn-dark input[type=submit] img path,
.btn.btn-dark input[type=submit] svg path,
.btn.btn-dark button img path,
.btn.btn-dark button svg path,
#btn.btn-dark .elementor-button img path,
#btn.btn-dark .elementor-button svg path,
#btn.btn-dark input[type=submit] img path,
#btn.btn-dark input[type=submit] svg path,
#btn.btn-dark button img path,
#btn.btn-dark button svg path {
  fill: #ffffff;
}
.btn.btn-dark .elementor-button:focus,
.btn.btn-dark input[type=submit]:focus,
.btn.btn-dark button:focus,
#btn.btn-dark .elementor-button:focus,
#btn.btn-dark input[type=submit]:focus,
#btn.btn-dark button:focus {
  color: #ffffff !important;
}
.btn.btn-accent .elementor-button,
.btn.btn-accent input[type=submit],
.btn.btn-accent button,
#btn.btn-accent .elementor-button,
#btn.btn-accent input[type=submit],
#btn.btn-accent button {
  background-color: #BE1C20;
  color: #ffffff;
}
.btn.btn-accent .elementor-button::before,
.btn.btn-accent input[type=submit]::before,
.btn.btn-accent button::before,
#btn.btn-accent .elementor-button::before,
#btn.btn-accent input[type=submit]::before,
#btn.btn-accent button::before {
  background-color: #ffffff;
}
.btn.btn-accent .elementor-button:hover,
.btn.btn-accent input[type=submit]:hover,
.btn.btn-accent button:hover,
#btn.btn-accent .elementor-button:hover,
#btn.btn-accent input[type=submit]:hover,
#btn.btn-accent button:hover {
  color: #000000;
}
.btn.btn-accent .elementor-button:hover img path,
.btn.btn-accent .elementor-button:hover svg path,
.btn.btn-accent input[type=submit]:hover img path,
.btn.btn-accent input[type=submit]:hover svg path,
.btn.btn-accent button:hover img path,
.btn.btn-accent button:hover svg path,
#btn.btn-accent .elementor-button:hover img path,
#btn.btn-accent .elementor-button:hover svg path,
#btn.btn-accent input[type=submit]:hover img path,
#btn.btn-accent input[type=submit]:hover svg path,
#btn.btn-accent button:hover img path,
#btn.btn-accent button:hover svg path {
  fill: #000000;
}
.btn.color-slide-off .elementor-button::before,
.btn.color-slide-off button::before,
#btn.color-slide-off .elementor-button::before,
#btn.color-slide-off button::before {
  content: none;
}
.btn.color-slide-off .elementor-button img path,
.btn.color-slide-off .elementor-button svg path,
.btn.color-slide-off button img path,
.btn.color-slide-off button svg path,
#btn.color-slide-off .elementor-button img path,
#btn.color-slide-off .elementor-button svg path,
#btn.color-slide-off button img path,
#btn.color-slide-off button svg path {
  fill: #BE1C20 !important;
}
.btn.color-slide-off .elementor-button:focus,
.btn.color-slide-off button:focus,
#btn.color-slide-off .elementor-button:focus,
#btn.color-slide-off button:focus {
  color: #BE1C20 !important;
}
@media only screen and (max-width: 767px) {
  .btn.color-slide-off .elementor-button:hover,
  .btn.color-slide-off button:hover,
  #btn.color-slide-off .elementor-button:hover,
  #btn.color-slide-off button:hover {
    background: transparent;
  }
}

.title-bracket .elementor-heading-title {
  position: relative;
}
.title-bracket .elementor-heading-title::after, .title-bracket .elementor-heading-title::before {
  color: #BE1C20;
  margin: 0 12px;
  display: inline-block;
  position: relative;
}
.title-bracket .elementor-heading-title::after {
  content: "]";
}
.title-bracket .elementor-heading-title::before {
  content: "[";
}
.title-bracket.bracket-white .elementor-heading-title::after, .title-bracket.bracket-white .elementor-heading-title::before {
  color: #ffffff;
}

.single-related-carousel-section .single-related-carousel .elementor-swiper-button {
  top: 0 !important;
  transform: translate(0) !important;
  align-items: center;
}
.single-related-carousel-section .single-related-carousel .elementor-swiper-button::after, .single-related-carousel-section .single-related-carousel .elementor-swiper-button::before {
  content: "";
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  font-family: "PT Mono", Sans-serif;
}
.single-related-carousel-section .single-related-carousel .elementor-swiper-button.elementor-swiper-button-prev {
  left: 0 !important;
}
.single-related-carousel-section .single-related-carousel .elementor-swiper-button.elementor-swiper-button-prev::after {
  content: "Previous";
  margin-left: 8px;
}
.single-related-carousel-section .single-related-carousel .elementor-swiper-button.elementor-swiper-button-next {
  right: unset !important;
  left: 50%;
  transform: translateX(24%) !important;
}
.single-related-carousel-section .single-related-carousel .elementor-swiper-button.elementor-swiper-button-next::before {
  content: "Next";
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .single-related-carousel-section .single-related-carousel .elementor-swiper-button.elementor-swiper-button-next {
    left: unset;
    right: 12px !important;
    transform: translateX(0);
  }
}
.single-related-carousel-section .single-related-carousel .elementor-swiper-button .elementor-screen-only {
  clip: unset;
  padding: inherit;
  position: static;
  width: auto;
  height: auto;
  font-size: 12px;
  line-height: 24px;
  margin-left: 8px;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  font-weight: 700;
}

.gm-style-iw.gm-style-iw-c {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  left: 60px;
  top: 28px;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

button.gm-ui-hover-effect,
button.gm-ui-hover-effect img {
  display: none !important;
}

div#custom-map-address {
  font-weight: 700;
  font-size: 12px;
  line-height: 2;
  text-align: center;
  letter-spacing: 1.33333px;
  text-transform: uppercase;
  color: #f9fbff;
}

div.acf-map {
  border: none;
  margin: 0;
}

.qoutation-mark {
  position: relative;
}
.qoutation-mark::before {
  content: "";
  position: absolute;
  top: 0;
  left: -53px;
  width: 32px;
  height: 24px;
  background: var(--wpr-bg-44d41256-9557-478d-81e5-c2e6ae04e6ce);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 1366px) {
  .qoutation-mark::before {
    left: 0;
  }
}

.service-content-list-inner p a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
  transition: 0.4s opacity;
  color: #bf1917;
}
.service-content-list-inner p a:hover {
  opacity: 0.6;
}

.inner-paras-anchor p a {
  text-decoration: underline !important;
  text-underline-position: under;
  transition: 0.4s opacity;
}
.inner-paras-anchor p a:hover {
  opacity: 0.6;
}

.job-section p a {
  text-decoration: none !important;
  opacity: 1 !important;
}
.job-section .static-job-listing:not(:nth-of-type(1)) {
  border-top: 0 !important;
}

.p-strong-400 p strong {
  font-weight: 400;
}

.campaign-content-inner p strong {
  text-transform: uppercase;
}
.campaign-content-inner p a {
  transition: 0.4s all;
}
.campaign-content-inner p a:hover {
  opacity: 0.6;
}
.campaign-content-inner.text-transform-normal p strong {
  text-transform: none;
  font-weight: 400;
}

.default-section p,
.default-section ul {
  font-size: 18px;
  line-height: 1.33;
}
.default-section img {
  display: block;
}
.default-section h1,
.default-section h2,
.default-section h3,
.default-section h4,
.default-section h5,
.default-section h6,
.default-section p,
.default-section ul,
.default-section img {
  margin: 0 0 24px;
}
.default-section ul {
  padding-left: 30px;
}
.default-section p + h2,
.default-section p + h3,
.default-section p + h4,
.default-section p + h5,
.default-section p + h6 {
  padding-top: 15px;
}

.single-contents p {
  margin: 9px 0 !important;
}
.single-contents h1,
.single-contents h2,
.single-contents h3,
.single-contents h4,
.single-contents h5,
.single-contents h6 {
  text-transform: initial !important;
  margin-bottom: 9px;
}
.single-contents h1,
.single-contents h2 {
  margin: 0;
}
.single-contents ul {
  margin: 0 0 1em 3em;
  padding-left: 40px;
  font-size: 16px;
  line-height: 1.3a;
}

.job-popup-description p,
.job-popup-description ul {
  margin: 0 0 27px !important;
}
@media only screen and (max-width: 767px) {
  .job-popup-description p,
  .job-popup-description ul {
    margin: 0 0 25px !important;
  }
}
.job-popup-description ul {
  padding: 0 0 0 28px !important;
}

.job-popup .dialog-widget-content,
.confirmation-popup .dialog-widget-content {
  width: 100% !important;
}

.confirmation-popup .dialog-message {
  flex-direction: column;
  display: grid !important;
  place-items: center;
}

@media only screen and (min-width: 1025px) {
  .counter-section .elementor-counter-number-wrapper {
    display: inline-flex !important;
    vertical-align: bottom;
  }
}
.counter-section .elementor-counter-title {
  display: inline-block;
}
.counter-section-wrap .elementor-container .elementor-column .elementor-widget-wrap {
  justify-content: space-between;
  gap: 40px 30px;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 1024px) {
  .counter-section-wrap .elementor-container .elementor-column .elementor-widget-wrap {
    justify-content: center;
    flex-direction: column;
  }
}
.counter-section-wrap .elementor-container .elementor-column .elementor-widget-wrap .elementor-element {
  width: auto;
}
@media only screen and (max-width: 1024px) {
  .counter-section-wrap .elementor-container .elementor-column .elementor-widget-wrap .elementor-element {
    flex: 0 1 calc(50% - 15px);
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .counter-section-wrap .elementor-container .elementor-column .elementor-widget-wrap .elementor-element {
    flex: 0 1 100%;
  }
}

.additional-detail {
  padding: 104px 0;
}
@media only screen and (max-width: 1024px) {
  .additional-detail {
    padding: 80px 0;
  }
}
.additional-detail__title {
  text-align: center;
  margin: 0 0 56px;
}
.additional-detail__title h3 {
  color: #ffffff !important;
}
.additional-detail__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .additional-detail__row {
    flex-direction: column;
  }
}
.additional-detail .thumbnail--col {
  max-width: 656px;
  width: 100%;
}
@media only screen and (max-width: 1400px) {
  .additional-detail .thumbnail--col {
    max-width: 556px;
  }
}
@media only screen and (max-width: 1024px) {
  .additional-detail .thumbnail--col {
    max-width: 100%;
    margin-top: 78px;
  }
}
.additional-detail .thumbnail--col img {
  width: 100%;
  height: 296px;
  object-fit: cover;
}
.additional-detail .thumbnail-inner {
  height: 296px;
}
@media only screen and (max-width: 767px) {
  .additional-detail .thumbnail-inner {
    background: none !important;
  }
}
.additional-detail .thumbnail-inner img {
  display: block;
}
@media only screen and (min-width: 768px) {
  .additional-detail .thumbnail-inner img {
    display: none;
  }
}
.additional-detail .show-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .additional-detail .show-mobile {
    display: block;
  }
}
.additional-detail .show-desktop {
  display: block;
}
@media only screen and (max-width: 767px) {
  .additional-detail .show-desktop {
    display: none;
  }
}
.additional-detail .content--col {
  max-width: calc(100% - 656px);
  padding-right: 30px;
}
@media only screen and (max-width: 1400px) {
  .additional-detail .content--col {
    max-width: calc(100% - 556px);
  }
}
@media only screen and (max-width: 1024px) {
  .additional-detail .content--col {
    max-width: 100%;
    padding-right: 0;
  }
}
.additional-detail .content-inner {
  max-width: calc(100% - 128px);
  text-align: center;
}
@media only screen and (max-width: 1400px) {
  .additional-detail .content-inner {
    max-width: 100%;
  }
}
.additional-detail .content-inner p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.33;
  color: #ffffff;
}
.additional-detail .slick-arrow {
  top: calc(100% + 36px);
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0;
  border: 0;
  font-size: 0;
  background: transparent;
}
.additional-detail .slick-arrow::before {
  content: none;
}
.additional-detail .slick-arrow.slick-prev {
  left: 0;
  background-image: var(--wpr-bg-f2c7b1b6-71e3-4bc0-87ec-41c6dab4eff5);
}
.additional-detail .slick-arrow.slick-next {
  right: 0;
  background-image: var(--wpr-bg-10a691ca-6c59-4865-9b99-4f32a038277c);
}
.additional-detail .slick-dots li,
.additional-detail .slick-dots li button {
  width: 11.02%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 567px) {
  .additional-detail .slick-dots li,
  .additional-detail .slick-dots li button {
    width: 11.91%;
  }
}
.additional-detail .slick-dots {
  bottom: unset;
  top: calc(100% + 21px);
  width: calc(100% - 48px);
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.3;
  font-size: 18px;
}
.additional-detail .slick-dots li {
  margin: 0 4px;
  position: relative;
  display: inline-block;
}
.additional-detail .slick-dots li button {
  width: 100% !important;
  padding: 0;
  font-size: 0;
}
.additional-detail .slick-dots li button::before {
  width: 100%;
  height: 100%;
  background: inherit;
}
.additional-detail .slick-dots li.slick-active button {
  background: #BE1C20;
}

.contact-form-block .row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.contact-form-block .col-md-6,
.contact-form-block .col-12 {
  padding: 0 15px;
  margin: 0 0 4px;
}
.contact-form-block .col-md-6 {
  flex: 0 1 50%;
}
@media only screen and (max-width: 567px) {
  .contact-form-block .col-md-6 {
    flex: 0 1 100%;
  }
}
.contact-form-block .col-12 {
  flex: 0 1 100%;
}
.contact-form-block .no-marg {
  margin: 0 !important;
}
.contact-form-block input:not([type=submit]),
.contact-form-block select,
.contact-form-block textarea {
  width: 100% !important;
}
.contact-form-block .input-submit {
  padding-top: 69px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .contact-form-block .input-submit {
    text-align: center;
    padding-top: 63px;
  }
}
.contact-form-block .no-marg {
  margin: 0;
}

form input:not([type=submit]),
form select,
form textarea {
  height: 53px;
  padding: 13px 27px;
  vertical-align: middle;
  width: 100%;
  color: #000000;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #ccc;
  font-family: inherit;
  outline: transparent;
}
form textarea {
  height: 121px;
}
form button {
  cursor: pointer;
}
form button svg {
  margin-left: 17px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: 0;
  background: #BE1C20;
  color: #ffffff;
}
.wpcf7 form .wpcf7-response-output {
  padding: 0.5em 1em !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 16px;
  line-height: 1.3;
}
.wpcf7 form .wpcf7-not-valid-tip {
  font-size: 16px;
}
.wpcf7-form .wpcf7-spinner {
  margin: 8px;
  position: relative;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.beauty-landing .contact-form-block .col-md-6,
.beauty-landing .contact-form-block .col-12 {
  margin: 0 0 36px;
}
@media only screen and (max-width: 767px) {
  .beauty-landing .contact-form-block .col-md-6,
  .beauty-landing .contact-form-block .col-12 {
    margin: 0 0 21px;
  }
}
.beauty-landing .contact-form-block form .input-submit {
  text-align: center;
  padding-top: 22px;
}
@media only screen and (max-width: 767px) {
  .beauty-landing .contact-form-block form .input-submit {
    padding-top: 17px;
  }
}
.beauty-landing .contact-form-block form .input-submit p {
  margin-bottom: 8px !important;
}
.beauty-landing .contact-form-block form input[type=submit],
.beauty-landing .contact-form-block form button {
  border: 0;
}
.beauty-landing .contact-form-block form input:not([type=submit]),
.beauty-landing .contact-form-block form select,
.beauty-landing .contact-form-block form textarea {
  padding-left: 23px;
  color: #111111;
}
@media only screen and (min-width: 992px) {
  .beauty-landing .contact-form-block form input:not([type=submit]),
  .beauty-landing .contact-form-block form select,
  .beauty-landing .contact-form-block form textarea {
    padding-right: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .beauty-landing .contact-form-block form input:not([type=submit]),
  .beauty-landing .contact-form-block form select,
  .beauty-landing .contact-form-block form textarea {
    font-size: 14px;
    line-height: 24px;
  }
}
.beauty-landing .contact-form-block form input:not([type=submit])::placeholder,
.beauty-landing .contact-form-block form select::placeholder,
.beauty-landing .contact-form-block form textarea::placeholder {
  color: #111111;
}
@media only screen and (min-width: 768px) {
  .beauty-landing .contact-form-block .wpcf7 form.invalid .wpcf7-response-output, .beauty-landing .contact-form-block .wpcf7 form.unaccepted .wpcf7-response-output, .beauty-landing .contact-form-block .wpcf7 form.payment-required .wpcf7-response-output {
    position: relative;
    top: 28px;
  }
}
.beauty-landing .contact-form-block .wpcf7 form .wpcf7-response-output {
  margin: 20px 0 0 0;
  padding: 15px !important;
  text-align: center;
}
.beauty-landing .contact-form-block .wpcf7 form .wpcf7-not-valid-tip {
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  color: #dc3232;
}
@media only screen and (max-width: 767px) {
  .beauty-landing .contact-form-block .wpcf7 form .wpcf7-not-valid-tip {
    font-size: 18px;
  }
}

.campaign-form form input:not([type=submit]),
.campaign-form form select,
.campaign-form form textarea {
  border: 0;
  border-bottom: 1px solid #cecece;
  padding: 13px 11px 4px;
  border-radius: 0;
  height: 53px;
}
@media only screen and (max-width: 767px) {
  .campaign-form form input:not([type=submit]),
  .campaign-form form select,
  .campaign-form form textarea {
    padding: 8px 10px 4px;
    height: 46px;
    margin: 0 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .campaign-form form input:not([type=submit])::placeholder,
  .campaign-form form select::placeholder,
  .campaign-form form textarea::placeholder {
    font-size: 14px;
  }
}
.campaign-form .input-submit {
  padding-top: 51px;
}

.start-project-form input:not([type=submit]),
.start-project-form select,
.start-project-form textarea {
  font-family: "Sofiapro light", Sans-serif;
}

.start-project-form .col-md-6,
.start-project-form .col-12,
.job-form .col-md-6,
.job-form .col-12 {
  margin: 0 0 21px;
}
.start-project-form .check-box-service-label input[type=checkbox],
.job-form .check-box-service-label input[type=checkbox] {
  width: 34px;
  height: 43px;
  position: absolute;
  top: 0;
  margin: 0;
  display: none;
}
.start-project-form .check-box-service-label .service-label,
.job-form .check-box-service-label .service-label {
  font-family: "Sofiapro medium", Sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
  display: inline-block;
  margin-top: 32px;
}
.start-project-form .check-box-service-label .wpcf7-form-control,
.job-form .check-box-service-label .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
}
@media only screen and (max-width: 767px) {
  .start-project-form .check-box-service-label .wpcf7-form-control,
  .job-form .check-box-service-label .wpcf7-form-control {
    flex-direction: column;
  }
}
.start-project-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item,
.job-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item {
  flex: 0 1 calc(50% - 15px);
  line-height: 1;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .start-project-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item,
  .job-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item {
    flex: 0 1 100%;
    max-width: fit-content;
  }
}
.start-project-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item > label,
.job-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item > label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  display: flex;
}
.start-project-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item > label::before,
.job-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item > label::before {
  content: "";
  -webkit-appearance: none;
  background-color: #000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  left: 0;
  top: 2px;
}
.start-project-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item-label,
.job-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item-label {
  font-size: 18px;
  line-height: 1.33;
  font-family: "Sofiapro light", Sans-serif;
  font-weight: 300;
  color: #212529;
}
.start-project-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item input:checked + .wpcf7-list-item-label::after,
.job-form .check-box-service-label .wpcf7-form-control .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid #d1242a;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.start-project-form .input-submitt,
.job-form .input-submitt {
  padding-top: 17px;
}
@media only screen and (max-width: 767px) {
  .start-project-form .check-box-service-label p,
  .start-project-form .input-submitt p,
  .job-form .check-box-service-label p,
  .job-form .input-submitt p {
    text-align: center;
  }
}

.job-form label {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 400;
  display: block;
}
.job-form .file-attachment {
  position: relative;
  padding-left: 39px;
  padding-top: 16px;
}
.job-form .file-attachment::before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0;
  height: 12px;
  width: 22px;
  background-image: var(--wpr-bg-a357e48b-acf2-4878-b09d-d4acac40016f);
  background-size: contain;
  background-repeat: no-repeat;
}
.job-form .file-attachment p {
  line-height: 0;
}
.job-form .file-attachment span {
  display: inline;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1.33px;
  font-weight: 700;
  border-bottom: 1px solid;
  color: #000;
  font-family: "PT Mono", sans-serif;
}

@media only screen and (max-width: 567px) {
  .audit-form .col-md-6,
  .audit-form .col-12 {
    margin: 0 0 13px;
  }
}
.audit-form form input:not([type=submit])::placeholder,
.audit-form form select::placeholder,
.audit-form form textarea::placeholder {
  color: #111111;
}
.audit-form .input-submit {
  padding-top: 49px;
  text-align: left !important;
}

@media only screen and (max-width: 400px) {
  .campaign-banner-title h2 {
    font-size: 32px !important;
  }
}

.full-height {
  height: 100%;
}
.full-height .elementor-widget-container {
  height: 100%;
}

.single-list-cont ul li {
  max-width: fit-content;
}

.blog-filter-wrap .filter-wrap .container {
  padding: 0 15px;
}
.blog-filter-wrap .filter-wrap .filter-list-wrap .title-row {
  margin: 0 0 95px;
}
@media only screen and (max-width: 767px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .title-row {
    margin: 0 0 35px;
  }
}
.blog-filter-wrap .filter-wrap .filter-list-wrap .title-row h2 {
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .title-row h2 {
    font-size: 48px;
    line-height: 1.3;
    margin: 0;
  }
}
@media screen and (max-width: 385px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .title-row h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 330px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .title-row h2 {
    font-size: 38px;
  }
}
.blog-filter-wrap .filter-wrap .filter-list-wrap .title-row p {
  font-size: 32px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .title-row p {
    font-size: 24px;
  }
}
.blog-filter-wrap .filter-wrap .filter-list-wrap .filters {
  margin: 0 0 126px;
}
@media only screen and (max-width: 567px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .filters {
    margin: 0 0 50px;
  }
}
.blog-filter-wrap .filter-wrap .filter-list-wrap .filters ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.blog-filter-wrap .filter-wrap .filter-list-wrap .filters ul li {
  display: inline-block;
  list-style: none;
  margin: 0 22px 8px;
}
@media only screen and (max-width: 567px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .filters ul li {
    display: block;
    margin: 0 0 13px;
  }
}
.blog-filter-wrap .filter-wrap .filter-list-wrap .filters ul li a {
  font-family: "PT Mono Bold", Sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1.33px;
  color: #000000;
}
.blog-filter-wrap .filter-wrap .filter-list-wrap .filters ul li.active a {
  color: #BE1C20;
}
.blog-filter-wrap .filter-wrap .filter-list-wrap .grid {
  margin: 0 -12px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .grid {
    display: block;
  }
}
@media only screen and (max-width: 567px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .grid {
    margin: 0 -15px;
  }
}
.blog-filter-wrap .filter-wrap .filter-list-wrap .grid .grid-item {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 12px;
}
@media only screen and (max-width: 767px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .grid .grid-item {
    width: 100%;
  }
}
@media only screen and (max-width: 567px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .grid .grid-item {
    padding: 0;
  }
}
@media only screen and (max-width: 567px) {
  .blog-filter-wrap .filter-wrap .filter-list-wrap .grid .grid-item .post-box,
  .blog-filter-wrap .filter-wrap .filter-list-wrap .grid .grid-item figure {
    margin: 0;
    height: 237px;
  }
}

.post-box {
  height: 344px;
  position: relative;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1400px) {
  .post-box {
    height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .post-box {
    height: 368px;
  }
}
.post-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #010400;
  transition: 0.5s all;
  opacity: 0;
}
.post-box figure {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.5s all;
}
@media only screen and (max-width: 767px) {
  .post-box figure {
    filter: grayscale(100%);
  }
}
.post-box figure .bg-inner {
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  transform: scale(1);
  background-position: center !important;
}
.post-box figure img {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.post-box .abs-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  opacity: 0;
  pointer-events: none;
}
.post-box .abs-content .inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10% 18%;
}
@media only screen and (max-width: 1400px) {
  .post-box .abs-content .inner {
    padding: 5%;
  }
}
.post-box .abs-content .inner img {
  height: 40px;
  width: auto;
  margin-bottom: 40px;
}
.post-box .abs-content .inner p {
  font-size: 18px;
  font-weight: 300;
}
.post-box:hover:after {
  opacity: 0.7;
}
.post-box:hover .abs-content {
  z-index: 1;
  opacity: 1;
  pointer-events: inherit;
}
@media only screen and (max-width: 767px) {
  .post-box:hover figure {
    filter: grayscale(0);
  }
}
.post-box:hover figure .bg-inner {
  transform: scale(1.2);
}

.brand-transformation-section .blog-filter-wrap .filter-wrap .filter-list-wrap .filters ul li a {
  color: #ffffff;
}
.brand-transformation-section .blog-filter-wrap .filter-wrap .filter-list-wrap .filters ul li.active a {
  color: #BE1C20;
}
@media only screen and (max-width: 767px) {
  .brand-transformation-section .post-box figure {
    filter: grayscale(0);
  }
}
.brand-transformation-section .post-box .abs-content .inner h3 {
  text-transform: uppercase;
  margin: 0 0 13px;
  line-height: 1.3;
  letter-spacing: -1px;
  color: #ffffff;
}
.brand-transformation-section .post-box .abs-content .inner ul {
  margin: 0;
  padding: 0;
}
.brand-transformation-section .post-box .abs-content .inner ul li {
  font-weight: 700;
  list-style: none;
  font-size: 12px;
  font-family: inherit;
  line-height: 2;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  color: #ffffff;
}
.brand-transformation-section .post-box .abs-content .inner ul li:not(:last-child) {
  margin: 0 0 7px;
}
.brand-transformation-section .post-box .abs-content .inner p {
  margin-top: 15px;
}
.brand-transformation-section .post-box:hover .abs-content {
  z-index: 1;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.production-section p {
  margin: 0 0 24px !important;
}
.production-section .production-section-container .elementor-container {
  flex-wrap: wrap;
  gap: 0 24px;
}
@media only screen and (min-width: 768px) {
  .production-section .production-section-container .thumbnail-column {
    flex: 0 1 calc(50% - 12px);
  }
}

@media only screen and (min-width: 768px) {
  .footer-logo-menu-wrap .elementor-widget-wrap {
    gap: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer-logo-menu-wrap .elementor-widget-wrap {
    flex-direction: column;
  }
}
.footer-logo-menu-wrap nav ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 245px;
  gap: 0 20px;
}
@media only screen and (max-width: 767px) {
  .footer-logo-menu-wrap nav ul {
    margin: 0 auto;
  }
}
.footer-logo-menu-wrap nav ul li {
  flex: 0 1 calc(50% - 10px);
  display: inline-block;
  cursor: text;
}
@media only screen and (min-width: 992px) {
  .footer-logo-menu-wrap nav ul li:nth-child(odd) {
    flex: 0 1 calc(39% - 10px);
  }
}
.footer-logo-menu-wrap nav ul li a {
  transition: 0.4s color;
  max-width: fit-content;
}
@media only screen and (max-width: 767px) {
  .footer-logo-menu-wrap nav ul li a {
    margin: 0 auto;
  }
}
.footer-logo-menu-wrap nav ul li a:hover {
  color: #BE1C20 !important;
}

.landing-header {
  position: absolute !important;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.header {
  transition: 0.4s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .header {
    overflow: hidden;
  }
}
.header .hamburger-wrapper {
  height: 20px;
  width: 30px;
  position: relative;
  cursor: pointer;
  margin-left: auto;
  display: block;
  z-index: 100;
}
.header .hamburger-wrapper span {
  height: 2.5px;
  width: 100%;
  background-color: #be1c20;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s all ease-in-out;
}
.header .hamburger-wrapper span:nth-child(2) {
  top: 7px;
  width: 20px;
}
.header .hamburger-wrapper span:last-child {
  width: 11px;
  top: 14px;
}
.header .site-icon svg {
  width: 168px;
  height: auto;
  max-width: 100%;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 767px) {
  .header .site-icon svg {
    width: 176px;
  }
}
@media only screen and (max-width: 374px) {
  .header .site-icon svg {
    width: 146px;
  }
}
.header .site-icon svg path {
  transition: 0.4s all ease-in-out;
}
.header.elementor-sticky--effects {
  background-color: transparent !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  pointer-events: none;
}
.header.elementor-sticky--effects .site-icon svg {
  width: 336px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header.elementor-sticky--effects .site-icon svg {
    transform: translateX(73px);
    width: 176px;
  }
}
.header.elementor-sticky--effects .site-icon svg path {
  pointer-events: all;
}
.header.elementor-sticky--effects .site-icon svg path:not(.cls-1) {
  opacity: 0;
  pointer-events: none;
}
.header.elementor-sticky--effects .ham-button {
  pointer-events: all;
}
.header.elementor-sticky--effects .main-navigation {
  display: none;
}

.portfolio-popup {
  backdrop-filter: blur(3px);
}
.portfolio-popup .dialog-message {
  flex-direction: column;
  display: grid !important;
  place-items: center;
}

.ham-popup {
  z-index: 99 !important;
}
.ham-popup .dialog-lightbox-message .elementor-location-popup {
  height: 100% !important;
}

.main-navigation nav ul.sub-menu li {
  margin: 0 0 8px;
}
.main-navigation nav ul.sub-menu li a {
  border-left: 0 !important;
}

.ham-menu nav ul.elementor-nav-menu > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 16px;
}
@media only screen and (min-width: 1025px) {
  .ham-menu nav ul li.menu-hide-desktop {
    display: none;
  }
}
.ham-menu nav ul li.menu-item-has-children a {
  justify-content: space-between;
}
.ham-menu nav ul li.menu-item-has-children a .sub-arrow {
  transition: 0.4s transform;
}
.ham-menu nav ul li.menu-item-has-children a .sub-arrow i {
  color: #BE1C20;
}
@media only screen and (max-width: 1024px) {
  .ham-menu nav ul li.menu-item-has-children a[aria-expanded=true] .sub-arrow,
  .ham-menu nav ul li.menu-item-has-children a.active .sub-arrow {
    transform: scaleY(-1);
  }
}
.ham-menu nav ul li.menu-item-has-children .sub-menu {
  position: relative !important;
  margin: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.ham-menu nav ul li.menu-item-has-children .sub-menu li {
  margin-bottom: 12px;
}
.ham-menu nav ul li.menu-item-has-children .sub-menu li a {
  line-height: 1.48;
  border: 0 !important;
}
.ham-menu nav ul li.menu-item-has-children .sub-menu li.sub-item-main a {
  font-size: 18px !important;
  border-bottom: 2px solid !important;
  border-color: inherit;
  margin-bottom: 10px;
  display: inline-block;
}
@media only screen and (max-width: 400px) {
  .ham-menu nav ul li.menu-item-has-children .sub-menu li.sub-item-main a {
    font-size: 22px !important;
  }
}
.ham-menu nav ul li a {
  transition: 0.3s all;
  cursor: pointer;
}
@media only screen and (max-width: 400px) {
  .ham-menu nav ul li a:not(.elementor-sub-item) {
    font-size: 24px !important;
  }
}

.header .mobile-menu {
  position: fixed;
  z-index: 98;
  top: 0;
  right: -100%;
  max-width: 590px;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s visibility, 0.4s right !important;
}

@media only screen and (max-width: 767px) {
  .bottom-menu-list ul {
    margin: 0 !important;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .bottom-menu-list ul li {
    margin: 0 0 14px !important;
    max-width: fit-content;
  }
}

body.dialog-prevent-scroll .header .main-navigation {
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  body.dialog-prevent-scroll .header .site-icon {
    display: none;
  }
}
body.ham-menu-opened {
  overflow: hidden;
}
body.ham-menu-opened .header .hamburger-wrapper span:first-child {
  top: 0;
  opacity: 0;
  visibility: hidden;
}
body.ham-menu-opened .header .hamburger-wrapper span:nth-child(2) {
  transform: rotate(45deg);
}
body.ham-menu-opened .header .hamburger-wrapper span:last-child {
  transform: rotate(-45deg);
  top: 7px;
  width: 20px;
}
body.ham-menu-opened .header .mobile-menu {
  right: 0;
  visibility: visible;
  pointer-events: all;
}
body.e-landing-page-template .footer .start-project-btn {
  display: none !important;
}

@media only screen and (max-width: 667px) {
  .additional-serve-menu ul {
    flex-direction: column;
    align-items: center;
  }
}
.additional-serve-menu ul li {
  padding: 0 40px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 667px) {
  .additional-serve-menu ul li {
    padding: 0;
  }
}

.foundation-wrap {
  background: #010400;
}
.foundation-wrap .large-container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.foundation-wrap .large-container h2 {
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ffffff;
  width: 50%;
  position: absolute;
  top: 0;
  padding: 108px 15px 0 75px;
  left: 46.4%;
}
@media only screen and (max-width: 1366px) {
  .foundation-wrap .large-container h2 {
    padding: 10px 15px 0 75px;
  }
}
@media only screen and (max-width: 991px) {
  .foundation-wrap .large-container h2 {
    padding: 0 15px 0;
    position: static;
    text-align: center;
    width: 100%;
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 378px) {
  .foundation-wrap .large-container h2 {
    letter-spacing: 0.5px;
  }
}
.foundation-wrap .large-container .foundation-slider .main-slide {
  float: left;
}
.foundation-wrap .large-container .foundation-slider .main-slide .img-col {
  width: 46.4%;
  height: 799px;
  float: left;
}
@media only screen and (max-width: 1366px) {
  .foundation-wrap .large-container .foundation-slider .main-slide .img-col {
    height: 700px;
  }
}
@media only screen and (max-width: 991px) {
  .foundation-wrap .large-container .foundation-slider .main-slide .img-col {
    height: 650px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .foundation-wrap .large-container .foundation-slider .main-slide .img-col {
    height: 315px;
  }
}
@media only screen and (max-width: 767px) {
  .foundation-wrap .large-container .foundation-slider .main-slide .img-col {
    background-attachment: unset !important;
    background-position: center !important;
    height: auto;
    background: none !important;
  }
}
.foundation-wrap .large-container .foundation-slider .main-slide .img-col img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .foundation-wrap .large-container .foundation-slider .main-slide .img-col img {
    display: none;
  }
}
.foundation-wrap .large-container .foundation-slider .main-slide .content-col {
  width: 53.6%;
  float: left;
  padding: 304px 70px 149px 75px;
}
@media only screen and (max-width: 1366px) {
  .foundation-wrap .large-container .foundation-slider .main-slide .content-col {
    padding: 150px 70px 100px 75px;
  }
}
@media only screen and (max-width: 991px) {
  .foundation-wrap .large-container .foundation-slider .main-slide .content-col {
    padding: 45px 15px 100px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .foundation-wrap .large-container .foundation-slider .main-slide .content-col {
    padding: 38px 15px 100px;
  }
}
.foundation-wrap .large-container .foundation-slider .main-slide .content-col h3 {
  color: #ffffff;
  margin-bottom: 63px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.33;
}
@media only screen and (max-width: 991px) {
  .foundation-wrap .large-container .foundation-slider .main-slide .content-col h3 {
    text-align: center;
    margin-bottom: 40px;
  }
}
.foundation-wrap .large-container .foundation-slider .main-slide .content-col p {
  color: #ffffff;
  font-size: 32px;
  margin-bottom: 43px;
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .foundation-wrap .large-container .foundation-slider .main-slide .content-col p {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 0;
    text-align: center;
  }
}
.foundation-wrap .large-container .foundation-slider-nav {
  position: absolute;
  left: 55.6%;
  bottom: 67px;
  line-height: 0;
}
@media only screen and (max-width: 991px) {
  .foundation-wrap .large-container .foundation-slider-nav {
    bottom: 57px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media only screen and (max-width: 767px) {
  .foundation-wrap .large-container .foundation-slider-nav {
    width: 232px;
    bottom: 46px;
  }
}
.foundation-wrap .large-container .foundation-slider-nav .inner {
  width: 172px;
  float: left;
}
@media only screen and (max-width: 767px) {
  .foundation-wrap .large-container .foundation-slider-nav .inner {
    width: 132px;
    float: left;
  }
}
.foundation-wrap .large-container .foundation-slider-nav .inner .slick-prev,
.foundation-wrap .large-container .foundation-slider-nav .inner .slick-next {
  height: 18px;
  width: 18px;
  background: var(--wpr-bg-39706c42-c28b-4da9-a423-785ab1c8a3d4) no-repeat center;
  border: 0;
  padding: 0;
  border-radius: 0;
  font-size: 0;
}
@media only screen and (max-width: 991px) {
  .foundation-wrap .large-container .foundation-slider-nav .inner .slick-prev,
  .foundation-wrap .large-container .foundation-slider-nav .inner .slick-next {
    left: -34px;
  }
}
.foundation-wrap .large-container .foundation-slider-nav .inner .slick-prev:before,
.foundation-wrap .large-container .foundation-slider-nav .inner .slick-next:before {
  display: none;
}
.foundation-wrap .large-container .foundation-slider-nav .inner .slick-next {
  background: url(../../../../../../../../themes/gofortress/images/arrow-right.svg) no-repeat center;
  right: -147px;
  left: auto;
}
@media only screen and (max-width: 991px) {
  .foundation-wrap .large-container .foundation-slider-nav .inner .slick-next {
    right: -139px;
  }
}
.foundation-wrap .large-container .foundation-slider-nav .slide-count,
.foundation-wrap .large-container .foundation-slider-nav .total-count {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #3E3E3E;
  width: 38px;
  text-align: center;
  cursor: pointer;
}
.foundation-wrap .large-container .foundation-slider-nav .slide-count:hover,
.foundation-wrap .large-container .foundation-slider-nav .total-count:hover {
  color: #ffffff;
}
.foundation-wrap .large-container .foundation-slider-nav .slick-current .slide-count {
  color: #ffffff;
}
.foundation-wrap .large-container .foundation-slider-nav .total-count {
  float: left;
  text-align: right;
  position: relative;
  width: 100px;
  cursor: pointer;
}
.foundation-wrap .large-container .foundation-slider-nav .total-count:hover {
  color: #ffffff;
}
.foundation-wrap .large-container .foundation-slider-nav .total-count:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  left: 0;
  top: 11px;
  background: #3E3E3E;
  pointer-events: none;
  cursor: default;
}

.solution-layout-inner .elementor-container {
  flex-wrap: wrap;
}
@media only screen and (max-width: 567px) {
  .solution-layout-inner .elementor-container .elementor-column .elementor-widget-wrap {
    padding: 0 !important;
  }
}
.solution-layout-inner .elementor-container .elementor-column.full-column {
  flex: 0 0 100% !important;
}
@media only screen and (min-width: 568px) {
  .solution-layout-inner .elementor-container .elementor-column.half-column {
    flex: 0 0 50% !important;
  }
}
@media only screen and (max-width: 567px) {
  .solution-layout-inner .elementor-container .elementor-column img {
    height: auto !important;
  }
}

.popular-post-sec {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec {
    overflow: hidden;
  }
}
.popular-post-sec h3 {
  font-size: 40px;
  line-height: 1.3;
  text-transform: uppercase;
  margin: 0 0 36px;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec h3 {
    font-size: 32px;
  }
}
@media (max-width: 400px) {
  .popular-post-sec h3 {
    font-size: 24px;
  }
}
.popular-post-sec .container {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec .container {
    max-width: 100%;
  }
}
.popular-post-sec .post-box .post-inner .post-content h3 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.popular-post-sec .post-box,
.blog-page-filter .post-box {
  position: relative;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec .post-box,
  .blog-page-filter .post-box {
    height: 328px;
  }
}
.popular-post-sec .post-box:after,
.blog-page-filter .post-box:after {
  content: none;
}
.popular-post-sec .post-box .post-inner,
.blog-page-filter .post-box .post-inner {
  margin: 20px;
  position: relative;
  height: 263px;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec .post-box .post-inner,
  .blog-page-filter .post-box .post-inner {
    height: 252px;
  }
}
.popular-post-sec .post-box .post-inner .inner,
.blog-page-filter .post-box .post-inner .inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 0;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec .post-box .post-inner .inner,
  .blog-page-filter .post-box .post-inner .inner {
    border-radius: 10px;
  }
}
.popular-post-sec .post-box .post-inner .post-image,
.blog-page-filter .post-box .post-inner .post-image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec .post-box .post-inner .post-image,
  .blog-page-filter .post-box .post-inner .post-image {
    border-radius: 10px;
    height: 100%;
  }
}
.popular-post-sec .post-box .post-inner .post-content,
.blog-page-filter .post-box .post-inner .post-content {
  position: relative;
  height: 100%;
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  padding: 29px 23px 24px 19px;
  transition: 0.2s all;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec .post-box .post-inner .post-content,
  .blog-page-filter .post-box .post-inner .post-content {
    padding: 20px 24px;
  }
}
@media only screen and (max-width: 375px) {
  .popular-post-sec .post-box .post-inner .post-content,
  .blog-page-filter .post-box .post-inner .post-content {
    padding: 14px;
  }
}
.popular-post-sec .post-box .post-inner .post-content .category-tag,
.blog-page-filter .post-box .post-inner .post-content .category-tag {
  display: inline-block;
  transition: 0.2s all;
  color: #ffffff;
  text-transform: uppercase;
}
.popular-post-sec .post-box .post-inner .post-content .post-date,
.blog-page-filter .post-box .post-inner .post-content .post-date {
  float: right;
  text-transform: uppercase;
  color: #CECECE;
}
.popular-post-sec .post-box .post-inner .post-content .category-tag,
.popular-post-sec .post-box .post-inner .post-content .post-date,
.blog-page-filter .post-box .post-inner .post-content .category-tag,
.blog-page-filter .post-box .post-inner .post-content .post-date {
  font-family: inherit;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1.33px;
  font-weight: 700;
}
.popular-post-sec .post-box .post-inner .post-content .author,
.blog-page-filter .post-box .post-inner .post-content .author {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33;
}
.popular-post-sec .post-box .post-inner .post-content .author .author-name,
.blog-page-filter .post-box .post-inner .post-content .author .author-name {
  font-weight: 300;
}
.popular-post-sec .post-box .post-inner .post-content h3,
.blog-page-filter .post-box .post-inner .post-content h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.37;
  letter-spacing: 1px;
  color: #f3f3f3;
  margin-top: 58px;
  padding-left: 0;
  transition: 0.2s all;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec .post-box .post-inner .post-content h3,
  .blog-page-filter .post-box .post-inner .post-content h3 {
    margin-bottom: 13px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 375px) {
  .popular-post-sec .post-box .post-inner .post-content h3,
  .blog-page-filter .post-box .post-inner .post-content h3 {
    margin-top: 15px;
  }
}
.popular-post-sec .post-box .post-inner .post-content .btn,
.blog-page-filter .post-box .post-inner .post-content .btn {
  font-size: 12px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 1.33px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  padding: 0;
  background: transparent;
  border-radius: 0;
  transition: 0.3s all;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec .post-box .post-inner .post-content .btn,
  .blog-page-filter .post-box .post-inner .post-content .btn {
    pointer-events: inherit;
    font-size: 16px;
    font-weight: 700;
  }
}
.popular-post-sec .post-box .post-inner .post-content .btn span,
.blog-page-filter .post-box .post-inner .post-content .btn span {
  display: flex;
  align-items: center;
}
.popular-post-sec .post-box .post-inner .post-content .btn svg,
.blog-page-filter .post-box .post-inner .post-content .btn svg {
  width: 5px;
  height: 10px;
  margin-left: 17px;
}
.popular-post-sec .post-box .post-inner .post-content .btn svg path,
.blog-page-filter .post-box .post-inner .post-content .btn svg path {
  transition: 0.4s all;
  fill: #fff;
}
.popular-post-sec .post-box .post-inner .post-content .btn:after,
.blog-page-filter .post-box .post-inner .post-content .btn:after {
  display: none;
}
@media only screen and (max-width: 767px) {
  .popular-post-sec .post-box .post-inner .post-content .btn.border-less,
  .blog-page-filter .post-box .post-inner .post-content .btn.border-less {
    border-bottom: 2px solid #be1c20;
    padding: 5px 0;
  }
}
.popular-post-sec .post-box .post-inner:hover .post-content,
.blog-page-filter .post-box .post-inner:hover .post-content {
  background: rgba(0, 0, 0, 0.3);
  overflow: auto;
  -ms-overflow-style: none;
  /* IE 11 */
  scrollbar-width: none;
}
.popular-post-sec .post-box .post-inner:hover .post-content::-webkit-scrollbar,
.blog-page-filter .post-box .post-inner:hover .post-content::-webkit-scrollbar {
  display: none;
}
.popular-post-sec .post-box .post-inner:hover .post-content h3,
.blog-page-filter .post-box .post-inner:hover .post-content h3 {
  margin-top: 20px;
  margin-bottom: 15px;
}
.popular-post-sec .post-box .post-inner:hover .post-content .btn,
.blog-page-filter .post-box .post-inner:hover .post-content .btn {
  opacity: 1;
  pointer-events: inherit;
  overflow: hidden;
  animation: bounce2 0.3s ease;
  animation-iteration-count: 1;
}

.popular-post-slider {
  margin: 0 -50px;
  margin-bottom: 0 !important;
}
@media screen and (min-width: 1200px) {
  .popular-post-slider {
    min-height: 397px;
  }
}
@media screen and (max-width: 1299px) {
  .popular-post-slider {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .popular-post-slider {
    margin: 0 -30px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-post-slider {
    margin: 0 -19px;
  }
}
.popular-post-slider .slick-list {
  padding: 0 !important;
}
.popular-post-slider .slick-list .slick-slide {
  transition: 0.4s all;
}
.popular-post-slider .slick-list .post-inner .post-content {
  padding: 29px 23px 24px 19px;
}
@media only screen and (max-width: 767px) {
  .popular-post-slider .slick-list .post-inner .post-content {
    padding: 20px 24px;
  }
}
@media only screen and (max-width: 375px) {
  .popular-post-slider .slick-list .post-inner .post-content {
    padding: 14px;
  }
}
.popular-post-slider .slick-list .post-inner .post-content .category-tag {
  margin-bottom: 17px;
}
@media only screen and (max-width: 767px) {
  .popular-post-slider .slick-list .post-inner .post-content .category-tag {
    margin-bottom: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .popular-post-slider .slick-list .slick-center .post-inner {
    height: 308px !important;
    width: calc(100% + 20px);
    margin-top: -11px !important;
    margin-left: -10px !important;
    margin-bottom: 0 !important;
    transition: 0.4s all;
  }
  .popular-post-slider .slick-list .slick-center .post-inner .post-content {
    padding: 47px 31px 24px 33px;
    background: rgba(0, 0, 0, 0.3);
  }
  .popular-post-slider .slick-list .slick-center .post-inner .post-content .category-tag {
    margin-bottom: 21px;
  }
  .popular-post-slider .slick-list .slick-center .post-inner .post-content .post-date {
    float: right;
    text-transform: uppercase;
    color: #CECECE;
  }
  .popular-post-slider .slick-list .slick-center .post-inner .post-content .category-tag,
  .popular-post-slider .slick-list .slick-center .post-inner .post-content .post-date {
    font-family: inherit;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 1.33px;
    font-weight: 700;
  }
  .popular-post-slider .slick-list .slick-center .post-inner .post-content h3 {
    margin-top: 65px;
    margin-bottom: 19px;
  }
  .popular-post-slider .slick-list .slick-center .post-inner .post-content a.btn {
    opacity: 1;
    pointer-events: inherit;
    padding: 0;
    background: transparent;
    padding: 0;
    animation: none;
  }
  .popular-post-slider .slick-list .slick-center .post-inner .post-content a.btn svg path {
    transition: 0.4s all;
    fill: #fff;
  }
  .popular-post-slider .slick-list .slick-center .post-inner .post-content a.btn:after {
    content: none;
  }
  .popular-post-slider .slick-list .slick-center .post-inner:hover .post-content a.btn {
    animation: none;
  }
}
.popular-post-slider .post-box .post-inner {
  margin: 28px 40px;
  height: 240px;
}
@media only screen and (max-width: 1199px) {
  .popular-post-slider .post-box .post-inner {
    margin: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-post-slider .post-box .post-inner {
    height: 252px;
  }
}
.popular-post-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  height: 30px;
  width: 17px;
  cursor: pointer;
  top: 34%;
  background: var(--wpr-bg-69beb7a4-e277-4083-b093-59403c37162b) no-repeat center;
}
@media only screen and (max-width: 1199px) {
  .popular-post-slider .slick-arrow {
    top: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .popular-post-slider .slick-arrow {
    top: auto;
    bottom: 24px;
    height: 20px;
    width: 9px;
    background-size: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .popular-post-slider .slick-arrow.left-arrow {
    left: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-post-slider .slick-arrow.left-arrow {
    left: calc(50% - 35px);
  }
}
.popular-post-slider .slick-arrow.right-arrow {
  background: var(--wpr-bg-636edf0a-cd95-41f0-9830-6c6743afd24e) no-repeat center;
  right: 0;
}
@media only screen and (max-width: 1199px) {
  .popular-post-slider .slick-arrow.right-arrow {
    right: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-post-slider .slick-arrow.right-arrow {
    background-size: 100%;
    right: calc(50% - 35px);
  }
}
.popular-post-slider .slick-dots {
  text-align: left;
  padding-left: 50px;
  bottom: 21px;
  line-height: 0;
}
@media only screen and (max-width: 1199px) {
  .popular-post-slider .slick-dots {
    padding-left: 20px;
    position: static;
  }
}
@media only screen and (max-width: 767px) {
  .popular-post-slider .slick-dots {
    padding-left: 15px;
    bottom: -31px;
    position: absolute;
  }
}
.popular-post-slider .slick-dots li {
  margin-right: 23px;
}
@media only screen and (max-width: 375px) {
  .popular-post-slider .slick-dots li {
    margin-right: 15px;
  }
}
.popular-post-slider .slick-dots li a {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}
.popular-post-slider .slick-dots li a:hover {
  color: #4c4c4c;
}
.popular-post-slider .slick-dots li.slick-active {
  padding-right: 100px;
  position: relative;
}
@media only screen and (max-width: 375px) {
  .popular-post-slider .slick-dots li.slick-active {
    padding-right: 78px;
  }
}
.popular-post-slider .slick-dots li.slick-active:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background: #4c4c4c;
  right: 0;
  top: 11px;
}
@media only screen and (max-width: 375px) {
  .popular-post-slider .slick-dots li.slick-active:before {
    width: 40px;
  }
}
.popular-post-slider .slick-dots li.slick-active a {
  color: #4c4c4c;
}
.popular-post-slider .slick-dots li:last-child {
  padding-right: 0;
}
.popular-post-slider .slick-dots li:last-child:before {
  display: none;
}

.blog-page-filter h3 {
  text-transform: uppercase;
  font-size: 40px;
  line-height: 1.3;
  margin: 0 0 61px;
}
@media only screen and (max-width: 767px) {
  .blog-page-filter h3 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 567px) {
  .blog-page-filter h3 {
    margin: 0 0 40px;
  }
}
@media (max-width: 400px) {
  .blog-page-filter h3 {
    font-size: 24px;
  }
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters {
  margin: 0 0 64px;
}
@media only screen and (max-width: 1024px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .filters {
    margin: 0 0 44px;
  }
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters ul {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters ul li {
  margin: 0 84px 22px 0;
}
@media only screen and (max-width: 1199px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .filters ul li {
    margin: 0 44px 22px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .filters ul li {
    margin: 0 24px 22px 0;
  }
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters ul li:first-child {
  margin-left: 0;
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters ul li a {
  text-transform: uppercase;
  color: #010400;
  font-family: "PT Mono Bold", Sans-serif;
  font-weight: bold;
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters ul li.hide-list {
  display: none;
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters .expand-button {
  text-align: right;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .filters .expand-button {
    margin-top: 10px;
  }
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters .expand-button .expand-btn {
  text-transform: uppercase;
  font-size: 16px;
  border: none;
  background: transparent;
  padding: 0;
  transition: 0.3s all;
  position: relative;
  padding-right: 40px;
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters .expand-button .expand-btn:hover {
  color: #BE1C20;
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters .expand-button .expand-btn:hover:after {
  top: 0;
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters .expand-button .expand-btn:after {
  content: "";
  position: absolute;
  background: var(--wpr-bg-bc5d537a-c83c-42e3-8f8f-cf546150a530) no-repeat center;
  transform: rotate(90deg);
  width: 10px;
  height: 30px;
  background-size: contain;
  right: 0;
  top: 8px;
  top: -5px;
  transition: 0.3s all;
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters .expand-button .expand-btn.expanded:after {
  transform: rotate(-90deg);
}
.blog-page-filter .filter-wrap .filter-list-wrap .filters .expand-button .expand-btn.expanded:hover:after {
  top: -10px;
}
.blog-page-filter .filter-wrap .filter-list-wrap .grid {
  margin: 0 -25px;
}
@media screen and (max-width: 1366px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid {
    margin: 0 -15px;
  }
}
.blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item {
  padding: 0 25px;
  margin: 0 0 50px;
}
@media screen and (min-width: 1200px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item {
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}
@media screen and (max-width: 1366px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item {
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item {
    margin: 0 0 65px;
  }
}
.blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box {
  height: auto;
}
.blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content {
    padding: 20px 24px;
  }
}
@media only screen and (max-width: 467px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content {
    padding: 14px;
  }
}
.blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content .category-tag {
  margin-bottom: 37px;
}
@media only screen and (max-width: 567px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content .category-tag {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content .author {
    font-size: 16px;
  }
}
.blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content h3 {
  margin-top: 22px;
  width: 90%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 1366px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content h3 {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content h3 {
    font-size: 24px;
    margin-top: 17px;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (max-width: 375px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 299px) {
  .blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner .post-content h3 {
    font-size: 20px;
  }
}
.blog-page-filter .filter-wrap .filter-list-wrap .grid .grid-item .post-box .post-inner:hover .post-content .category-tag {
  margin-bottom: 10px;
}

.video-slide {
  width: 832px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .video-slide {
    width: 100%;
  }
}
.video-slide .slick-list {
  overflow: visible;
}
@media only screen and (max-width: 1024px) {
  .video-slide .slick-list {
    overflow: hidden;
  }
}
.video-slide .video-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-slide .video-wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.video-slide .slick-center .video-wrap:before {
  opacity: 0;
  pointer-events: none;
}
.video-slide iframe {
  position: absolute;
  top: 0;
  left: 12px;
  width: calc(100% - 24px) !important;
  height: 100%;
}
.video-slide .slick-arrow {
  display: inline-block;
  z-index: 9;
  font-family: inherit;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 1.33333px;
  color: #010400;
  text-transform: uppercase;
  position: absolute;
  bottom: -50px;
  cursor: pointer;
}
.video-slide .slick-arrow:before {
  content: "";
  position: absolute;
  right: -15px;
  top: 6px;
  height: 10px;
  width: 5px;
  background: var(--wpr-bg-085d12d4-7298-4730-afa5-21ba7026fb85) no-repeat center;
  background-size: 100%;
}
.video-slide .slick-arrow.left-arrow {
  right: 50%;
  transform: translateX(-50%);
  margin-right: 31.5px;
}
@media only screen and (max-width: 1024px) {
  .video-slide .slick-arrow.left-arrow {
    margin-right: 40px;
    transform: unset;
  }
}
@media only screen and (max-width: 375px) {
  .video-slide .slick-arrow.left-arrow {
    margin-right: 30px;
  }
}
.video-slide .slick-arrow.left-arrow:before {
  transform: rotate(180deg);
  right: auto;
  left: -15px;
}
.video-slide .slick-arrow.right-arrow {
  left: 50%;
  transform: translateX(-50%);
  margin-left: 31.5px;
}
@media only screen and (max-width: 1024px) {
  .video-slide .slick-arrow.right-arrow {
    transform: unset;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 375px) {
  .video-slide .slick-arrow.right-arrow {
    margin-left: 30px;
  }
}

.main-navigation .e-n-menu-content .mega-menu-content-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 30px);
  height: 0.5px;
  background: rgba(20, 24, 35, 0.3215686275);
  margin: 0 auto;
  display: flex;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1367px) {
  .main-navigation .e-n-menu-content .mega-menu-content-wrap::before {
    width: calc(100% - 160px);
  }
}

.service-inner-accordion p a {
  font-weight: 700;
  text-decoration: underline;
  text-underline-position: under;
  transition: 0.4s opacity;
  color: #bf1917;
}
.service-inner-accordion .e-n-accordion .e-closed svg,
.service-inner-accordion .e-n-accordion .e-opened svg {
  width: 100% !important;
  height: 100% !important;
}
.service-inner-accordion .e-n-accordion-item-title[aria-expanded=true] {
  border: 0 !important;
}
.service-inner-accordion .e-n-accordion-item-title-text {
  word-break: break-all;
}
.service-inner-accordion .btn .elementor-button svg path {
  fill: #BE1C20;
}
.service-inner-accordion .btn .elementor-button:hover svg path {
  fill: #fff;
}

.fadeInUp {
  animation-name: fadeInUpnew !important;
  animation-fill-mode: forwards !important;
}

@keyframes fadeInUpnew {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
    height: 30px;
    overflow: hidden;
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    height: 40px;
    overflow: visible;
  }
}
.cky-notice-btn-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

.cky-consent-container .cky-notice-btn-wrapper .cky-btn {
  padding: 8px;
  border-radius: 0;
  font-family: "nimbus-sans";
  text-transform: none;
  line-height: 1.7;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: 500;
}

/*# sourceMappingURL=main.css.map */
