/* cabin-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Cabin";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/cabin/cabin-v27-latin-regular.woff2") format("woff2");
}

/* cabin-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Cabin";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/cabin/cabin-v27-latin-italic.woff2") format("woff2");
}

/* cabin-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Cabin";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/cabin/cabin-v27-latin-500.woff2") format("woff2");
}
/* cabin-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Cabin";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/cabin/cabin-v27-latin-600.woff2") format("woff2");
}
/* cabin-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Cabin";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/cabin/cabin-v27-latin-700.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
}
/* Typography */
body {
  font-family: "Cabin", sans-serif;
  font-size: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cabin", sans-serif;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: normal;
  color: var(--primary);
}
p,
li,
blockquote p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: normal;
  color: var(--text);
  text-wrap: pretty;
}
p,
blockquote p {
  margin-bottom: 25px;
}
dt,
dd {
  font-size: 17px;
}
@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 48px;
  }
  .faqs-splittable.faqs-splittable .ac .ac-trigger {
    font-size: 20px;
  }
  .faqs-splittable.faqs-splittable .ac-main-text p {
    font-size: 18px;
  }
}
/* Typography */
h1,
h2,
h3,
h4,
h5,
h6,
a {
  color: var(--highlight);
}

.custom-shape-divider-top-1698420001 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1698420001 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 75px;
}

.custom-shape-divider-top-1698420001 .shape-fill {
  fill: #ea8e0d;
}

/* Typography */
a {
  color: var(--highlight);
}
/* Navbar */
.nav-logo-image {
  display: none;
}
.nav-logo-image-mobile {
  display: block;
}
@media (min-width: 768px) {
  .nav-logo-image {
    display: block;
  }
  .nav-logo-image-mobile {
    display: none;
  }
}
.nav-logo-image.nav-logo-image {
  width: 100%;
}
@media (min-width: 520px) {
  .nav-logo-image.nav-logo-image {
    height: 65px;
  }
}
.nav-ul .nav-link {
  text-transform: uppercase;
  text-shadow: 3px 3px 3px rgb(0 0 0 / 35%);
  letter-spacing: 0.5px;
}
.header-three .sub-menu .nav-link {
  font-size: 0.88em;
  text-shadow: none;
  color: var(--primary);
}
.header-three .sub-menu .nav-link:hover,
.header-three .sub-menu .nav-link:focus {
  color: white;
}
.header-three.header-three .sub-menu {
  background: var(--highlight);
  width: 270px;
}
.nav-menu .nav-link:hover,
.nav-menu .nav-link:hover {
  color: var(--highlight);
}
.nav-menu a.nav-link:hover,
.nav-menu a.nav-link:focus {
  color: var(--highlight);
}
.top-nav .nav-icons li:hover i,
.top-nav .nav-icons li:focus i,
.top-nav .nav-icons a:hover i,
.top-nav .nav-icons a:focus i {
  color: var(--highlight);
}
.nav-logo {
  display: flex;
  place-items: center;
}
/* Homepage Hero */
.slider-content-wrap {
  gap: 40px;
}
.home-page h1 {
  line-height: 1.3;
  text-shadow: 3px 3px 3px rgb(0 0 0 / 35%);
}
.home-page h1 span:first-child {
  display: block;
  font-size: 0.46em;
  text-transform: uppercase;
  letter-spacing: 6px;
}
/* Buttons */
.art-btn {
  font-weight: 500;
}
.slider-content-wrap .art-btn-group .art-btn,
.hero-txt-img-container .art-btn-group .art-btn {
  background-color: transparent;
  color: white;
  border-color: white;
}
.slider-content-wrap .art-btn-group .art-btn:is(:hover, :focus),
.hero-txt-img-container .art-btn-group .art-btn:is(:hover, :focus) {
  background-color: white;
  color: var(--primary);
  border-color: white;
}
.slider-content-wrap .art-btn-group.art-btn-group .art-btn:last-child,
.hero-txt-img-container .art-btn-group.art-btn-group .art-btn:last-child {
  background-color: var(--highlight);
  color: var(--primary);
  font-weight: 500;
  border-color: transparent;
}
.slider-content-wrap
  .art-btn-group.art-btn-group
  .art-btn:last-child:is(:hover, :focus),
.hero-txt-img-container
  .art-btn-group.art-btn-group
  .art-btn:last-child:is(:hover, :focus) {
  background-color: transparent;
  color: var(--highlight);
  border-color: var(--highlight);
}
.nav-buttons .nav-link.nav-button-one {
  background-color: var(--highlight);
  color: var(--primary);
  font-weight: 500;
  border: 2px solid var(--highlight);
  border-radius: 40px;
}
.nav-buttons .nav-link.nav-button-one:is(:hover, :focus) {
  background-color: transparent;
  color: var(--highlight);
  border-color: var(--highlight);
}
.top-nav-scrolled .nav-buttons .nav-link.nav-button-one {
  color: var(--primary) !important;
}
.top-nav-scrolled .nav-buttons .nav-link.nav-button-one:is(:hover, :focus) {
  color: var(--highlight) !important;
}
/* Content Multi */
.art-module-multi .art-module-multi-header h2 {
  margin-top: 0;
}
.img-fixed .art-module-multi-content-img img {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.art-mask.art-module-multi--img-hover .art-module-multi-content {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  /* -webkit-mask-image: url("/wp-content/themes/art-division2/assets/images/mask-648x648.png");
  mask-image: url("/wp-content/themes/art-division2/assets/images/mask-648x648.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%; */
  mask-size: 100%;
  border-radius: 0px 180px;
}
.art-mask.art-module-multi--img-hover .art-module-multi-content-txt {
  padding-left: 120px;
}
/* CTA Repeatable */
.rep-cta h2 {
  text-transform: none;
}
@media (min-width: 992px) {
  .rep-cta h2 {
    font-size: 48px;
    max-width: 817px;
  }
}
/* Service We Offer */
.service-flex {
  display: flex;
  flex-wrap: wrap;
}
.service-flex > a {
  flex: 1;
  flex-basis: 100%;
}
@media (min-width: 450px) {
  .service-flex > a {
    flex-basis: 50%;
  }

}
@media (min-width: 992px) {
  .service-flex > a {
    flex-basis: 25%;
  }
}
.services-item {
  height: 550px;
}
/* Footer */
.footer-middle h3.widget-title {
  color: var(--highlight);
  font-size: 24px;
}
.footer-middle,
.footer-area p,
.footer-middle ul li a,
.footer-middle .textwidget p,
.footer-middle .textwidget p a {
  color: white;
  font-size: 20px;
}
.footer ul li {
  line-height: 1.9;
  margin-bottom: 0;
}
.footer-middle h3.art-block-offices-title {
  font-size: 24px;
}
.art-block-social-links-container {
  margin-top: 20px;
}
.art-block-office-opening-hours dt.art-block-office-title {
  display: none;
}
.art-block-social-links-title {
  color: var(--highlight);
  margin-bottom: 20px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .footer-middle h3.widget-title {
    margin-bottom: 0;
  }
}
.icon-pentagon:hover,
.icon-pentagon:focus {
  color: var(--secondary);
}
.art-block-social-link a > span:first-child {
  color: white;
  background: none;
}
.art-block-social-link a:hover > span:first-child,
.art-block-social-link a:focus > span:first-child {
  background: transparent;
  border-color: transparent;
  color: var(--highlight);
}
ul.art-block-social-links {
  position: relative;
  /* left: -10px; */
}

.content-images {
  position: relative;
}
.content-images:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/art-division2/assets/images/mask-648x648.png");
  /* background-image: url('/wp-content/themes/art-division2/assets/images/bg-665x666.png'); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.content-images img {
  /* -webkit-mask-image: url("../images/mask-648x648.png");
  mask-image: url("../images/mask-648x648.png");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%; */
  border-radius: 0px 200px;
  mask-size: 100%;
  width: 100%;
  height: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(0.98);
  aspect-ratio: 1;
  border: #bebebe 7px solid;
}
/* Page Template Content Image */
.page-template-page-content-image .top-nav {
  box-shadow: none;
}
/* Helpers */
@media (min-width: 992px) {
  .heading-lrg h2 {
    font-size: 48px;
    font-weight: bold;
  }
}

body.page-template-page-content-image:before {
    display: block;
    width: 100%;
    height: 150px;
    background: #002b38;
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Blog Module & Related Posts */
.related_post_block .home_read_time,
.news-section .home_read_time {
  display: none;
}
.related_post_block .blog-content p,
.news-section .blog-content p {
  display: block;
  margin-left: 0;
  font-size: 20px !important;
}
.related_post_block .blog-container a,
.news-section .blog-container a {
  font-weight: normal;
  color: var(--primary);
}
.related_post_block .blog-bottom,
.news-section .blog-bottom {
  display: none;
}
.related_post_block .blog-content h3,
.news-section .blog-content h3 {
  font-size: 24px;
  font-weight: normal;
  font-family: "Cabin", sans-serif;
  letter-spacing: 0;
  line-height: 1.2;
  color: var(--primary);
}
.news-section .blog-content h3 {
  margin-top: 0;
  margin-bottom: 0;
}
/* Hamburger Menu */
.hamburger-search-content-nav.hamburger-search-content-nav
  .nav-link:is(:hover, :active) {
  color: var(--highlight);
}
.contact-logo-wrapper i {
  color: var(--primary);
}
.contact-content {
  margin-bottom: 50px;
}
h2.contact-content-title {
  margin-top: 0;
}
.opening-hours-container {
  background: #ffffff;
}
@media (max-width: 991px) {
  .contact_us_map_office iframe {
    height: 100%;
  }
}
.overlay2::before {
  background-color: rgba(0, 0, 0, 0.3);
  display:none;
}
#main-slide .slider-content {
  z-index: 4;
}
@media (max-width: 991px) {
  .contact-padding {
    min-height: auto;
    padding-top: 40px;
  }
  .hero-text-img-content.hero-text-img-content {
    padding: 40px 15px 0 15px;
  }
}
.hero-text-img-content .art-btn-group {
  margin-top: 30px;
}
.parallax {
  background-position: center !important;
}
.ts-flex-slider .flexSlideshow video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.art-block-office-icons a i {
  font-size: 22px;
  margin-right: 5px;
}
.art-block-office-icons a::before {
  display: none;
}
.nav-icons-contact li:first-child i {
    rotate: 265deg;
    margin: 5px;
}
.art-module-multi-content-icon img {
  height: 70px;
}
.ts-flex-slider {
    background: linear-gradient(180deg, rgb(0 0 0 / 69%) 0%, rgb(10 10 10 / 55%) 36%, rgba(1, 14, 17, 0.4543067226890757) 100%), url(../images/Ehome-ban.jpg) no-repeat center;
    background-size: cover;
}
.owl-carousel-footer-logos .fa-chevron-right, .owl-carousel-footer-logos .fa-chevron-left {
    display:none;
}

.owl-carousel-footer-logos .owl-prev::before, .owl-carousel-footer-logos .owl-next::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
}
.owl-carousel-footer-logos .owl-prev::before{
    background-image: url(../images/arrow-left-s-line.svg);
}
.owl-carousel-footer-logos .owl-next::before{
        background-image: url(../images/arrow-right-s-line.svg);

}
.contact-row {
    display: flex;
    flex-flow: wrap;
}
.contact_us_map_office iframe {
    width: 100%;
    height: 100%;
}
.contact_us_map_office {
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 100%;
}
.nav-menu-icons-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.btn-whatsapp-pulse {
    font-size: 35px;
    color: #fff!important;
}
.btn-whatsapp-pulse:hover {
    color: rgb(111,189,145)!important;
}
.sticky_btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    background: #6fbd91;
    color: #000;
    padding: 15px;
    border-radius: 10px 0px 0px 10px;
    z-index: 999;
    text-transform: uppercase;
    font-size: 14px;
}
.request-valuation {
    padding: 80px 60px;
}
.art-module-multi-header p {
    text-align: left;
}
.contact-form__list {
    padding: 0px 15px;
    margin-top: 30px;
}
.contact-form__list-item {
    display: -webkit-box;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 30px;
}
.contact-form__list-wrapper p {
    text-align: left;
    margin: 0px;
}
.contact-form__list-wrapper h4 {
    margin-top: 0px;
    font-weight: 700;
    font-size: 25px;
    color: #000;
}
.contact-form__number {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-family: abadi-condensed,sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    letter-spacing: -.02em;
    color: #000;
    display: block;
    -webkit-box-flex: 0;
    flex: 0 0 45px;
    padding-top: 3px;
    border-radius: 8px;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #6fbd91;
    color: #fff;
    text-align: center;
}
.contact_form {
    padding: 0px 15px;
}
.contact_form .gfield_label {
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    color: #000;
}
.contact_form .gfield_required_text {
    display: inline-block;
    margin-left: 5px;
    font-size: 14px;
}
.art-module-multi-header h2 {
    margin-top: 0px;
}
.btn-white.contact-form__btn {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 15px 30px 12px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px;
    background: #002b38;
    line-height: 1;
}
.btn-white.contact-form__btn:hover{
    color: #fff;
}
.submit_btn.art-btn.btn.content-btn {
    display: inline-block;
    width: auto;
    margin-top: 30px;
}
@media (max-width: 450px) {
  .service-flex > a {
    flex-basis: 50%;
  }
  .contact-us-page {
    padding: 0px;
    width: 100%;
    height: 500px;
}
.top-nav {
    height: 80px!important;
    background-color: var(--primary);
    box-shadow: 0px 6px 8px 0px rgb(0 0 0 / 15%);
}
.nav-logo {
    max-width: 150px!important;
}
.nav-menu-icons-container {
    gap: 6px!important;
}
.nav-button-one, .nav-icons .nav-link {
    margin-left: 15px!important;
}
.btn-whatsapp-pulse {
    font-size: 26px!important;
}
.request-valuation {
    padding: 50px 0px;
}
.request-valuation .art-module-multi-header {
    padding-left: 0px;
    padding-right: 0px;
}
.contact-form__list-item {
    margin-bottom: 30px;
    gap: 20px;
}
.contact-form__list-wrapper h4 {
    font-size: 20px;
}
.contact-form__list {
    padding: 0px;
    margin-top: 30px;
}
.contact-form__list {
  
    margin-bottom: 40px;
}
.contact_form {
    padding: 0px;
}
}
