/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.9.1694692724
Updated: 2023-09-14 11:58:44
*/

/* ---------------------Font family ----------------------------- */
@font-face {
    font-family: 'ITC Avant Garde Gothic Pro';
    src: url('./assets/fonts/TCAvantGardeGothicPro-Bold.eot');
    src: url('./assets/fonts/ITCAvantGardeGothicPro-Bold.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/ITCAvantGardeGothicPro-Bold.woff2') format('woff2'), url('./assets/fonts/ITCAvantGardeGothicPro-Bold.woff') format('woff'), url('./assets/fonts/ITCAvantGardeGothicPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro Book';
    src: url('./assets/fonts/ITCAvantGardeGothicPro-Book.eot');
    src: url('./assets/fonts/ITCAvantGardeGothicPro-Book.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/ITCAvantGardeGothicPro-Book.woff2') format('woff2'), url('./assets/fonts/ITCAvantGardeGothicPro-Book.woff') format('woff'), url('./assets/fonts/ITCAvantGardeGothicPro-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro Md';
    src: url('./assets/fonts/ITCAvantGardeGothicPro-Md.eot');
    src: url('./assets/fonts/ITCAvantGardeGothicPro-Md.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/ITCAvantGardeGothicPro-Md.woff2') format('woff2'), url('./assets/fonts/ITCAvantGardeGothicPro-Md.woff') format('woff'), url('./assets/fonts/ITCAvantGardeGothicPro-Md.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro XLt';
    src: url('./assets/fonts/ITCAvantGardeGothicPro-XLt.eot');
    src: url('./assets/fonts/ITCAvantGardeGothicPro-XLt.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/ITCAvantGardeGothicPro-XLt.woff2') format('woff2'), url('./assets/fonts/ITCAvantGardeGothicPro-XLt.woff') format('woff'), url('./assets/fonts/ITCAvantGardeGothicPro-XLt.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ITC Avant Garde Gothic Pro Demi';
    src: url('./assets/fonts/ITCAvantGardeGothicPro-Demi.eot');
    src: url('./assets/fonts/ITCAvantGardeGothicPro-Demi.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/ITCAvantGardeGothicPro-Demi.woff2') format('woff2'), url('./assets/fonts/ITCAvantGardeGothicPro-Demi.woff') format('woff'), url('./assets/fonts/ITCAvantGardeGothicPro-Demi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Arial';
    src: url('./assets/fonts/Arial-Black.eot');
    src: url('./assets/fonts/Arial-Black.eot?#iefix') format('embedded-opentype'),
        url('./assets/fonts/Arial-Black.woff2') format('woff2'),
        url('./assets/fonts/Arial-Black.woff') format('woff'),
        url('./assets/fonts/Arial-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ---------------------End Font family ----------------------------- */

/* ---------------------Common color variables ----------------------------- */

:root {
    --primary-color: #40622F;
    --secondary-color: #ffffff;
    --light-color: #ccc;
    --font-color: #636466;
    --bg-color: #C5B8A7;
    --bg-color2: #E2DDDA;
    --bg-color3: #42454B;
    --bg-color4: #C4B8A7;
    --bg-color5: #E2DDDA4D;
}

/* -----------------------------Common styles------------------------ */
* {box-sizing: border-box;padding: 0;margin: 0;outline-offset: 0px;outline: none !important;}
html,body {color: var(--font-color);position: relative;max-width: 100%;overflow-x: hidden;overflow-y: auto;font-size: 17px;font-family: 'ITC Avant Garde Gothic Pro Book';font-weight: normal;margin: 0;padding: 0;}

.has-background-white .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) {background: transparent;  color: var(--font-color);}
section,.container,.container-fluid {position: relative;word-wrap: break-word;}
a {font-style: normal;font-weight: 400;cursor: pointer;text-decoration: none;transition: 0.4s;}
a,a:hover,a:focus {text-decoration: none !important;outline: none !important;background: transparent;}
h1,h2,h3,h4,h5,h6 {word-break: break-word;word-wrap: break-word;font-family: 'ITC Avant Garde Gothic Pro Book';font-weight: normal;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {-webkit-transition-delay: 9999s;transition-delay: 9999s;-webkit-transition-property: background-color, color;transition-property: background-color, color;}
.btn-default {background-color: var(--primary-color) !important;padding: 10px 20px;font-size: 18px;color: var(--secondary-color);border: 0;outline: 0;border-radius: 0;letter-spacing: 1.2px;transition: all .4s ease-in-out;}
.btn-default:hover {background-color: var(--bg-color2) !important;color: var(--primary-color) !important;}
.common-banner {background-size: 100% 100%;background-repeat: no-repeat;height: 100vh;margin-bottom: 0; background-position: center; }
.common-button {letter-spacing: 1.6px;background-color: var(--primary-color);color: var(--secondary-color);font-size: 16px;line-height: 24px;padding: 12px 50px;display: inline-block;min-width: 238px;text-align: center;border: 1px solid var(--primary-color);font-family: 'ITC Avant Garde Gothic Pro Md';font-weight: 500;}
.common-button:hover {color: var(--primary-color);background-color: var(--secondary-color);}
.common-button:focus {color: var(--primary-color);background-color: var(--secondary-color) !important;background: var(--secondary-color) !important;}
.common-title h2 {font-size: 35px;line-height: 48px;}
.artist-impression p {font-size: 10px;color: #FFFFFF;line-height: 44px;letter-spacing: 0.5px;}
.bg-gray {background-color: var(--bg-color5);}
.zoom-buttons button {background-color: var(--primary-color) !important;border: none;margin: 5px 0px;border-radius: 0px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.zoom-buttons button:hover,
.zoom-buttons button:focus {background-color: #b3c0ac !important;}
.zoom-buttons {position: absolute;top: 50%;right: 25px;transform: translateY(-50px);border: 2px solid var(--secondary-color);box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;border-radius: 8px;overflow: hidden;}
button.zoom-in-button,
button.zoom-in-button:hover,
button.zoom-in-button:focus,
button.zoom-in-button:active {border-bottom: 2px solid var(--secondary-color);border-color: var(--secondary-color) !important;}
.zoom-buttons button {margin: 0;border-radius: 0;}
.panzoom-inner-box {position: relative;}
.slick-dots li {width: auto;height: auto;}
.slick-dots li button {width: 9px;height: 9px;background-color: transparent !important;border: 1px solid var(--primary-color) !important;border-radius: 50%;}
.slick-dots li.slick-active button {background-color: var(--primary-color) !important;}
section{ max-width: unset !important; }
.scroll-to-bottom a {background: transparent !important;}
.hillock-acf-interior .common-banner,.hillock-interior .common-banner {
    margin-bottom: 0  !important;
}
.custombox-lock {
    overflow: hidden !important;
}
.scroll-to-bottom img {
    -webkit-animation: fade_move_down 1s ease-in-out infinite;
    -moz-animation: fade_move_down 1s ease-in-out infinite;
    animation: fade_move_down 1s ease-in-out infinite;
}
.custom-header .site-logo a,.custom-header span.custom-logo-link {
    display: inline-block;
}


.contact-form-modal {
    max-width: 815px;
    margin: 0 auto;
    right: 0;
    height: auto !important;
    top: 50% !important;
    transform: translateY(-50%);
    padding: 30px;
    /* min-height: 854px; */
}
.contact-form-modal span.close {
    float: right;
    background-color: #40622F;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
    position: relative;
    top: 30px;
    right: -30px;
    z-index: 999;
    cursor: pointer;
    border:1px solid #ffffff;
}
.contact-form-modal span.close:hover{
    background-color: #fff;
    color: #40622F;
    border:1px solid #40622F;
}
.contact-form-modal .modal-content {
    padding: 50px 25px 50px 25px;
}
.contact-form-modal .main-text {
    color: #40622F;
    font-family: "Roboto", Sans-serif;
    font-size: 50px;
    font-weight: 500;
    line-height: 56px;
    text-align: center;
    margin: 0 0 30px 0;
}
.contact-form-modal .modal-content div {
    text-align: center;
}
.show-contact-popup::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #0000008a;
    display: block;
    z-index: 999;
    top: 0;
}
.show-contact-popup {
    position: relative;
}
.show-contact-popup  .wpcf7 form.sent .wpcf7-response-output {
    border: none;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    display: none;
}

@-webkit-keyframes fade_move_down {
    0%   { -webkit-transform:translateY(10px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -webkit-transform:translateY(10px); opacity: 0; }
  }
  @-moz-keyframes fade_move_down {
    0%   { -moz-transform:translateY(-10px); opacity: 0;  }
    50%  { opacity: 1;  }
    100% { -moz-transform:translateY(10px); opacity: 0; }
  }
  @keyframes fade_move_down {
    0%   { transform:translateY(-10px); opacity: 0;  }
    50%  { opacity: 1;  }
  }
/*------------ corporate profile ----------- */


/* Common-slider style */
.common-slider .image-slide-bg:after {content: '';height: 100%;width: 400px;display: block;position: absolute;top: 0;z-index: -1;}
.common-slider .left-image-slider .image-slide-bg:after {left: 0;}
.common-slider .right-image-slider .image-slide-bg:after {right: 0;}
.common-slider .right-image-slider .slide-arrow {left: 0;}
.common-slider .right-image-slider .slide-arrow.next-arrow {left: 60px;}
.common-slider .left-image-slider .slide-arrow {right: 60px;}
.common-slider .left-image-slider .slide-arrow.next-arrow {right: 0;}
.slide-arrow {position: absolute;bottom: -38px;}
.right-image-slider .common-inner-slider {margin: 0 110px 0 80px;}
.left-image-slider .common-inner-slider {margin: 0 80px 0 110px;}
.common-inner-slider {padding: 100px 0;}
.common-inner-slider .slider-item img {width: 100%;}
.common-slider .slide-arrow {position: absolute;bottom: 48px;cursor: pointer;z-index: 1;}
.common-slider .slide-arrow:hover {opacity: 0.8;}
.slide-arrow {background-color: transparent !important;}
.overlay-image{display: none;}

/* 404 style */
.error404 div#content {
    height: 100vh;
    align-items: center;
    display: flex;
    justify-content: center;
}
	.error404 header#masthead {
    display: none;
}
.error404 header.page-header.alignwide.error-title {
    border-bottom: 0;
    margin-top: 0;
}
.error404 .error-title h1 {
    font-family: 'ITC Avant Garde Gothic Pro Book';
    color: #40622f;
}
.error404 main p {
    color: #636466;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
}
html, body{overflow: hidden;}
/* 404 style End*/


@media screen and (min-width: 1920px) {
    .container { max-width: 1640px;}
}

@media only screen and (min-width: 1200px) and (max-width:1399px) {
    .left-image-slider .common-inner-slider {margin: 0 25px 0 50px;}
    .right-image-slider .common-inner-slider {margin: 0 50px 0 25px;}
    .right-image-slider .image-slide-bg {padding-right: 30px;}
    .common-title h2 {font-size: 32px;line-height: 44px;}
    .common-banner {
         height: 100vh;
    }
    .common-slider br{
        display: none;
    }
}
@media only screen and (min-width: 1400px) and (max-width:1919px) {
    .left-image-slider .common-inner-slider {margin: 0 25px 0 50px;}
    .right-image-slider .common-inner-slider {margin: 0 50px 0 25px;}
    .right-image-slider .image-slide-bg {padding-right: 30px;}
    .common-title h2 {font-size: 32px;line-height: 44px;}
    .common-banner {
         height: 90vh;
    }
    .common-slider br{
        display: none;
    }
}
/* @media only screen and (min-width: 1400px) and (max-width:1600px) { .common-banner {background-size: 100% 100%;}} */
@media only screen and (min-width: 1025px) and (max-width:1199px) {
    .common-title h2 {font-size: 30px;line-height: 44px;}
    .scroll-to-bottom{display: none !important;}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .right-image-slider .image-slide-bg {padding-right: 70px;}
    .common-slider .image-slide-bg:after {width: 225px; }
    .right-image-slider .common-inner-slider {margin: 0 0 0 40px;}
    .left-image-slider .common-inner-slider {margin: 0 40px 0 0;}
    .left-image-slider .image-slide-bg {padding-left: 70px;}
    .common-slider .image-slide-bg:after {width: 280px;}
    .common-banner { height: 65vh;}
    .common-slider br{
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width:1024px) {
    
    /* .common-slider .image-slide-bg:after {width: 130px;} */
    .common-button {font-size: 14px;line-height: 22px;padding: 12px 50px;}
    .common-title h2 {font-size: 28px;line-height: 42px;}
    .common-button {padding: 8px 35px;min-width: 155px;}
    .scroll-to-bottom {display: none !important;}
    .common-inner-slider {
        padding: 15px 0;
    }
    .common-slider .image-slide-bg:after {
        width: 240px;
    }
    .common-slider .slide-arrow {
        bottom: -34px;
    }
  
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .right-image-slider .common-inner-slider {margin: 0 30px;}
    .left-image-slider .common-inner-slider {margin: 0 30px;}
    .slider-content {padding: 0 45px;}
    .btn-default{font-size: 15px;}
    .common-banner {
        height: 45vh;
    }
    .common-slider br{
        display: none;
    }
}
@media only screen and (min-width: 767px) {
    
    .facebook-icon-mobile {
        display: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .contact-form-modal span.close{
        right: -20px;
    }
    .contact-form-modal .main-text {
        font-size: 36px;
        line-height: 44px;
    }
    body p {font-size: 14px;line-height: 23px;}
    .common-slider .image-slide-bg:after {width: 120px;}
    .right-image-slider .common-inner-slider {margin: 0;}
    .common-inner-slider {padding: 0;}
    .left-image-slider .common-inner-slider { margin: 0;}
    .image-slide-bg,
    .slider-content {padding: 0 40px;}
    .common-title h2 {font-size: 22px;line-height: 30px;}
    .common-banner {padding: 0 20px;  background-size: 100% 100%; height: 587px;
    }
    .common-button {font-size: 12px;line-height: 24px;letter-spacing: 1.24px;min-width: 150px;padding: 5px 26px;} 
    .btn-default{font-size: 13px;}  
    br{
        display: none;
    }
    .overlay-image{position: absolute;top: 0;left: 0;right: 0;bottom: 0;display: flex;justify-content: center;align-items: center;z-index: 9;background: rgb(241 240 238 / 90%);}
}
@media screen and (max-width:992px) and (orientation:landscape) {
    .common-banner {
        height: 100vh;
    }
    .banner-heading {
        padding-top: 115px;
    }
    .common-title p br{
        display: none;
    }
    html, body{overflow-y: auto;}
}
.vbox-container{overflow: hidden !important;}
.vbox-child{background-color: transparent !important;}
/* width */
::-webkit-scrollbar {width: 3px; height: 3px;}
/* Track */
::-webkit-scrollbar-track {background: transparent;border-radius: 10px;}
/* Handle */
::-webkit-scrollbar-thumb {background: #70933D;border-radius: 10px;} 
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {background: #70933D;}
body::-webkit-scrollbar {display: none;}
/* ----venobox------- */
.vbox-open{overflow: hidden;}
.vbox-container, .vbox-content{padding: 0 !important;}
.vbox-backdrop{background-color: #F1F0EE !important;}
.vbox-close{background:  var(--primary-color)!important; opacity: 1!important;color:  var(--secondary-color)!important;padding: 12px 14px!important;top: 20px!important;right: 20px!important;}

/* ----modal------- */
button.btn-close {background-color: var(--primary-color) !important; background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>");
    opacity: 1;padding: 12px !important;}
button.btn-close:hover {background-color: var(--bs-table-bg);}
.modal-content, .modal-header{background: transparent;border: none;}
.modal-header{position: absolute;top: 10px;right: 10px;z-index: 1024;}
.modal-fullscreen .modal-body{padding:0;}
.panzoom-inner-box{display: flex; align-items: center;}
.modal {transform: scale(0);opacity: 0;-webkit-transition: all .4s linear;-o-transition: all .4s linear;transition: all .4s linear;}
.modal.show {opacity: 1;transform: scale(1);}
.modal-backdrop{background: #F1F0EE; opacity: 1;}
.lock-scrolling .site{position: relative;}
/* ----select2------- */
.select2-dropdown{z-index: 1 !important;}

.slider-item{display: flex !important; height: 100%;}
.vbox-open::-webkit-scrollbar~html {
    display: none;
}
.show-contact-popup .contact-form-modal {
    transform: translateY(-50%) !important;
    opacity: 1 !important;
    display: block !important;
}