@charset "utf-8";

@font-face {
    font-family: "ExemplarPro";
    src: url("../fonts/ExemplarPro-Regular.otf");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "ExemplarPro";
    src: url("../fonts/ExemplarPro-Italic.otf");
    font-style: italic;
}

@font-face {
    font-family: "ExemplarPro";
    font-weight: 700;
    src: url("../fonts/ExemplarPro-Bold.otf");
}
@font-face {
    font-family: "ExemplarPro";
    font-weight: 700;
    src: url("../fonts/ExemplarPro-BoldItalic.otf");
    font-style: italic;
}



:root {
  --iconsize: 40px;
  --iconsizemd: 48px;
  --iconsizexxl: 70px;
    --d-padding: 4.6875vw;
    --navsize: 3.90625vw;
  --d-transition: all 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  --d-gradient: linear-gradient(180deg, #D19847 0%, #F4BD7F 100%);

  --text-g:  linear-gradient(180deg, #D19847 0%, #F4BD7F 100%);
  --fz-12: 0.625vw;
  --fz-13: 0.6770833333333333vw;
  --fz-14: 0.7291666666666667vw;
  --fz-16: 0.8333333333333333vw;
  --fz-18: 0.9375vw;
  --fz-20: 1.041666666666667vw;
  --fz-52: 2.708333333333333vw;
  --fz-45: 2.34375vw;
  --fz-42: 2.1875vw;
  --fz-40: 2.083333333333333vw;
  --fz-36: 1.875vw;
  --fz-32: 1.666666666666667vw;
  --fz-28: 1.458333333333333vw;
  --iz-1: 2.34375vw;
  --iz-2: 3.75vw;
  --fullH: 100vh;
}
@media (max-width:1600px) {
    :root {
        --iconsize: 40px;
        --iconsizemd: 40px;


    }
}
@media (max-width:1299px) {
    :root {
      --fz-52: 32px;
      --fz-45: 27px;
      --fz-42: 25px;
      --fz-40: 24px;
      --fz-36: 22px;
      --fz-32: 18px;
      --fz-28: 16px;
      --fz-20: 15px;

        --fz-18:14px;
        --fz-16:13px;
        --fz-14:12px;
        --fz-13:10px;
        --fz-12:9px;

      --iz-1: 36px;
     --iz-2: 46px;
     --navsize: 56px;
    }
}

@media (max-width:991px) {
    :root {
      --d-padding: 1rem;
    }
}
@media (max-width:767px) {
    :root {

      --fz-14: 12px;
      --fz-16:13px;
      --fz-18:14px;
      --fz-52: 24px;
      --fz-36: 20px;
      --fz-32: 20px;
    }
}

html::-webkit-scrollbar {
    width: 8px;
    background-color: #F5EDE2;
} 
html::-webkit-scrollbar-thumb {
    background-color: #F4BD7F;
    border-radius: 4px;
}
/*FOR IE*/
html { 
    scrollbar-base-color: #F4BD7F;
    scrollbar-face-color: #F4BD7F;
    scrollbar-3dlight-color: #F4BD7F;
    scrollbar-highlight-color: #F4BD7F;
    scrollbar-track-color: #F5EDE2;
    scrollbar-arrow-color: #F4BD7F;
    scrollbar-shadow-color: #F4BD7F;
    scrollbar-dark-shadow-color: #F4BD7F;
}
/*FOR FF*/
html{
     scrollbar-color: #F4BD7F #F5EDE2;
    scrollbar-width: 8px;
}



body { font-family: "Bricolage Grotesque", sans-serif;  margin: 0px; padding: 0px; font-size: var(--fz-16); line-height: 1.4; overflow-x: hidden; font-weight: 400; color: #888888; background: #fff; }
/*----------------------
1.1. Typography
------------------------------*/
h1, h2, h3, h4, h5, h6 { font-family: 'ExemplarPro', sans-serif; color: #D19847; margin: 0 0 0.75rem; font-weight: 700; line-height: 1.2; }
h1 { font-size: var(--fz-32); }
h2 { font-size: var(--fz-28);  }
h3 { font-size: var(--fz-18); }
h4 { font-size: var(--fz-18);}
h5 { font-size: var(--fz-16); margin-bottom: 0.75rem; }
h6 { font-size: var(--fz-16); margin-bottom: 0.75rem; }
p { /*font-size: 15px;
margin-bottom: 20px;*/ }
b, strong{font-weight: 700;}
a {  transition: var(--d-transition); text-decoration: none; color: #D19847;  }
a:hover, a:focus { text-decoration: none; outline: none;  }
ul, ol { margin: 0 auto 20px; }
ul li, ol li { margin: 0 auto 10px; }
blockquote { background: #f5f5f5; }
.white-text,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text p,
.white-text.section-header p { color: #fff; }
.uppercase { text-trans: uppercase; }
.underline { text-decoration: underline; }
.divider { border-bottom: 1px solid #dcd9d9; clear: both; margin: 40px auto; }
img { max-width: 100%; width: auto; height: auto; }
.gutter-10 { margin-left: -10px; margin-right: -10px; }
.gutter-10 > [class*='col-'] { padding-right: 10px; padding-left: 10px; }
.gutter-5 { margin-left: -5px; margin-right: -5px; }
.gutter-5 > [class*='col-'] { padding-right: 5px; padding-left: 5px; }
.gutter-2 { margin-left: -2px; margin-right: -2px; }
.gutter-2 > [class*='col-'] { padding-right: 2px; padding-left: 2px; }
.gutter-0 { margin-left: 0px; margin-right: 0px; }
.gutter-0 > [class*='col-'] { padding-right: 0px; padding-left: 0px; }
.relative{position: relative;}
.absolute{position: absolute;}
.font-2{
    font-family: 'ExemplarPro', serif;
}
.mb-d{margin-bottom: var(--fz-32);}
.mt-d{margin-top: var(--fz-32);}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone { margin: 5px 20px 20px 0; }
.aligncenter,
div.aligncenter { display: block; margin: 5px auto 5px auto; }
.alignright { float: right; margin: 5px 0 20px 20px; }
.alignleft { float: left; margin: 5px 20px 20px 0; }
.aligncenter { display: block; margin: 5px auto 5px auto; }
a img.alignright { float: right; margin: 5px 0 20px 20px; }
a img.alignnone { margin: 5px 20px 20px 0; }
a img.alignleft { float: left; margin: 5px 20px 20px 0; }
a img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-caption { background: #fff; border: 1px solid #f0f0f0; max-width: 96%; /* Image does not overflow the content area */ padding: 5px 3px 10px; text-align: center; }
.wp-caption.alignnone { margin: 5px 20px 20px 0; }
.wp-caption.alignleft { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }
.wp-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; }
.wp-caption p.wp-caption-text { font-size: 11px; line-height: 17px; margin: 0; padding: 0 4px 5px; }
/*End core*/
.editor-content img { max-width: 100%; height: auto; }
.editor-content img.media-object { max-width: none; }
.text-g{
    background: var(--d-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/*-----------------
1.2. Button
-------------------------*/
.btn { border-radius: 0; background: #D19847; border: medium none; color: #fff; font-size: var(--fz-16); height: auto; margin: auto; padding: 0.5rem 2rem; transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; -webkit-transition: all 0.3s linear 0s; -ms-transition: all 0.3s linear 0s;
    font-family: 'ExemplarPro', serif;
    font-weight: 700;
}
.btn .fa { font-size: 1.2em; margin-left: 0.4rem; vertical-align: middle; }
.btn.btn-lg { font-size: var(--fz-20); padding: 0.5rem 2.5rem;  }
.btn.btn-sm { font-size: var(--fz-14); padding: 0.5rem 1.8rem;  }
.btn:hover, .btn:focus { color: #ffffff; outline: none; background: #D19847; box-shadow: none; }
.btn-link {color: #D19847; }
.btn.btn-outline { background: none; color: #D19847; border: #D19847 solid 1px;  font-weight: 400; position: relative;}
.btn.btn-outline:hover { background: #D19847; color: #fff; }
.btn-transparent {
    background: transparent; border: 0;
    color: #343741;
    font-size: var(--fz-20);
     border-width: 1px 0px;
    border-style: solid;
    border-color: transparent;
}
.btn-transparent:hover,
.btn-transparent:focus {
    color: #D19847;
    border-color: #F5EDE2;
    background: transparent;
}
.btn.btn-default{
    background: #D19847;
    color: #fff; font-size: var(--fz-18);
    font-weight: 700;
    border-radius: 1.5rem;
}
.btn.btn-default:hover{
    background: #343741;
}
.btn-primary{background: rgba(209, 152, 71, 0.5); color: #343741;}
.btn-primary:hover{}
.btn-gradient{background: var(--d-gradient); }



/*-------------------------
1.3. dark-overlay
---------------------------------*/
.div_zindex { position: relative; z-index: 1; }
.zindex-9{z-index: 9;}
.zindex-10{z-index: 1063;}
.div_zindex > * { position: relative; z-index: 1; }
.dark-overlay { background: rgba(0, 0, 0, 0.85) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.color-overlay { background: rgba(205, 56, 96, 0.9) none repeat scroll 0 0; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before{border-top-color: #fff;}
.bs-tooltip-start .tooltip-arrow::before{border-left-color: #fff;}
.tooltip .tooltip-inner{background: #fff; color: #D19847;}

/*-------------------------------------
1.4. Space margins and padding
------------------------------------------------*/

.d-inline-block { display: inline-block; }
.section-cover,.cover{background-size: cover; background-position: center center; background-repeat: no-repeat;}
/*-----------------
1.5. Form
---------------------------*/
.form-group { margin-bottom: 0.8rem; position: relative; }
.form-group-text{font-size: var(--fz-16); color: #888888}
.form-group.has-error .help-block{color: #D19847; font-size: var(--fz-13); text-align: center; display: block;}
.form-label { color: #111111; font-size: var(--fz-14);; font-weight: 400; margin: 0 auto 8px; }

.form-control {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0.3125rem;
    border: #ccc solid 1px;
    box-shadow: none;
    color: #888888;
    font-size: var(--fz-14);
    height: 2.5rem;
    padding: 0 1rem;
}
select.form-control{border-radius: 0px; background: #0f5d69; color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  padding-right: 2rem;
   font-family: 'ExemplarPro', sans-serif;
    font-size: 20px;
}
select.form-control:focus{ background: #0f5d69; color: #fff;}
textarea.form-control { padding: 15px 20px; }
.form-control:hover { box-shadow: none; outline: none; }
.form-control:focus { box-shadow: none; border-color: #0f5d69; outline: none; }
.select { position: relative; }
.select select { appearance: none; -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; -ms-appearance: none; }
.select::after { color: #878787; content: ""; cursor: pointer; font-family: fontawesome; font-size: 15px; padding: 12px 0; pointer-events: none; position: absolute; right: 15px; top: 0; }
.form-control option { padding: 10px; }
.control-label { color: #555; font-size: 15px; font-weight: 700; }
.radio label, .checkbox label { cursor: pointer; font-size: 14px; font-weight: 400; padding-left: 26px; position: relative; }
.radio input[type=radio],
.checkbox input[type=checkbox] { display: none; }
.radio label:before { background-color: transparent; border-style: solid; border-width: 1px; border-radius: 50%; content: ""; display: inline-block; height: 15px; left: 0; top: 4px; position: absolute; width: 15px; }
.checkbox label::before { background-color: rgba(0, 0, 0, 0); border: 1px solid #111111; content: ""; display: inline-block; height: 16px; left: 0; position: absolute; top: 4px; width: 16px; }
.radio input[type=radio]:checked + label:before { content: "\2022"; font-size: 15px; text-align: center; line-height: 11px; }
.checkbox input[type=checkbox]:checked + label:before { content: "\2713"; font-size: 12px; text-align: center; line-height: 14px; }
.black_input .form-control { background: #222; border-radius: 3px; color: #fff; border: #222 solid 1px; font-size: 17px; }
.checkbox, .radio { padding-top: 5px; }
/*-----------------
1.6. Table
---------------------------*/
table { margin: 0 0 30px; width: 100%; }
table th, table td { border: 1px solid #cccccc; padding: 15px; padding: 18px; }
table th img, table td img { max-width: 100%; }
table thead { background: #eee; }
table thead th, table thead td { text-transform: uppercase; font-weight: 900; color: #111; }
/*-----------------
1.7. Accordion
---------------------------*/
.panel-group .panel { background: #fff; border: 0 none; border-radius: 0; box-shadow: none; margin-bottom: 25px; }
.panel-title { color: #fff; font-size: 24px; margin-bottom: 0; margin-top: 0; }
.panel-title a { display: block; padding: 10px 25px; position: relative; background: #cca759; font-size: 18px;}
.panel-title a.collapsed {  }
.panel-title a .question { width: 85px; height: 100%; content: ""; color: #fff; font-size: 39px; line-height: 1; text-align: center; position: absolute; top: 0px; left: 0px; background: #D19847; }
.panel-title a.collapsed .question { background: #252930; transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; -webkit-transition-duration: 0.3s; }
.panel-title a .question span { position: absolute; top: 45%; left: 0px; right: 0px; transform: translateY(-50%); -moz-transform: translateY(-50%); -o-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.panel-default > .panel-heading { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: 0px; border-radius: 0; box-shadow: none; color: #333333; padding: 0; }
.panel-heading:hover .panel-title a .question { background: #D19847; }
.panel-heading:hover .panel-title a { border-color: #D19847; }
.panel-body { border: 0px solid rgba(255, 255, 255, 0.2); margin-top: -1px; padding: 15px 0px; }
.panel-body p { font-size: 17px; line-height: 30px; font-weight: 400; }
/*-----------------------------------------------------------
1.8. Section-background-color & sectino-heading
-------------------------------------------------------------------*/
section { position: relative; }
.section-title{font-size: var(--fz-40); color: #343741; text-transform: uppercase; font-weight: 400; margin: 0 auto 0.4em;
    font-family: 'ExemplarPro', sans-serif;
}
.section-title.xl{font-size: var(--fz-42); font-weight: 400; }
.section-title.lg{font-size: var(--fz-32);}
.section-title.sm{font-size: var(--fz-18);}
.secondary-bg { background: #f3e5d0; color: #8d632b; }
.primary-bg { background: #8d632b; color: #fff; }
.gray_bg { background: #f5f5f5; }
.gray_bg_2 { background: #e6e6e6; }
.section-padding { padding: var(--fz-45) 0; }
.section-header { margin: 0 auto; max-width: 950px; padding-bottom: 30px; }
.section-header h2 { margin: 0 auto; font-size: 32px; font-weight: 400; }
.section-header p { color: #777; font-size: 17px; margin: 22px auto 0; }
h1.page-title { font-size: 20px; }
.primary-bg .section-title{color: #fff;}
.gray_bg .section-title{color: #D19847;}



/*--------------------
1.9. Tabs 
------------------------------*/
.nav.nav-tabs { border: medium none; }
.nav-tabs > li a { padding: 0px 0px 12px; border-radius: 0; color: #caa557; font-size: var(--fz-18); font-weight: 400; margin-right: 5px; text-align: center;
  border:0px; border-bottom: solid 2px #faf6ee;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li a:hover,
.nav-tabs > li a:focus { color: #D19847; border:0px;  background: transparent;}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover{font-weight: 700; border-bottom: solid 4px #D19847;}
.nav-tabs > li { margin-bottom: 0; margin-right: 50px;}
.tab-content {margin-top: 25px; padding: 25px 0px 25px;}


.nicescroll-rails{transform:translateX(-1rem); pointer-events:auto; border-radius: 6px;}
.nicescroll-rails .nicescroll-cursors{ width: 4px !important; float: none !important;
    cursor: grab;
}

.zoom-in{display: block;}
.zoom-in img{-webkit-transform: scale(1); transform: scale(1);-webkit-transition: .5s ease-in-out; transition: .5s ease-in-out;}
.zoom-in:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}

.item-rounded .item-thumb.animation{border-radius: 0.6666em;;}
.item-thumb.animation{ overflow: hidden;position: relative;display: block;}
.item-thumb.animation:after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.item-thumb.animation img {
    transition: transform 3s cubic-bezier(0, 0.6, 0.45, 1);
}
.item-thumb.animation:hover img,
.item:hover .item-thumb.animation img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item:hover .item-thumb.animation:after {
    /*-webkit-box-shadow: inset 0px 0px 0px 5px rgba(235,224,207, 0.5) ;
    box-shadow: inset 0px 0px 0px 5px rgba(235,224,207, 0.5) ;*/
}
.item-thumb.fit-ratio{position: relative; width: 100%; height: 0; padding-top: calc(100% * 200 / 360);}
.item-thumb.fit-ratio img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}

.item-thumb .icon{
    position: absolute; width: var(--iz-2); height: var(--iz-2);
    left: 50%; top: 50%; transform: translate(-50%,-50%);
    border-radius: 50%; border: solid 1px #fff;
}
.item-thumb .icon:before{
    position: absolute;
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
    border-radius: 50%;
    font-family: "Font Awesome 5 Pro";
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(255,255,255,0.2);

}
.item-video .item-thumb .icon:before{content: '\f04b';}
.item-document .item-thumb .icon:before{content: '\f06e';}
.item-document{position: relative;}
.item-document .item-content{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 54%;
    padding: var(--fz-52) var(--fz-32) var(--fz-18);
    background: linear-gradient(0deg, rgba(30,62,46,1) 0%, rgba(30,62,46,0) 100%);

    display: flex;
    align-items: flex-end;
    pointer-events: none;
}
.item-document .item-content .title{font-weight: 700; color: #fff; margin: 0}
.item-document .item-content .icon-download{
    pointer-events: auto;
    display: inline-flex;
    margin-left: auto; width: var(--fz-36); height: var(--fz-36);
    background: url('../images/icon-download.svg') no-repeat center center;
    background-size: contain;
}

/*--------------------------------------------
1.10. parallex-background
---------------------------------------------------*/
.parallex-bg { background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; }
/*------------------------
1.11. Modal
--------------------------------*/

.modal-content{background: #fff; border-radius: 0px; }
.modal-backdrop{background-color: #3B3C43;}
.modal-backdrop.show{opacity: 0.7;}
.modal-header{background: transparent; color: #3B3C43;
    padding: 45px 20px 12px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: relative;
    border: 0;
}
.modal-header h5{color: rgba(59, 60, 67, 0.7); font-size: 25px; font-weight: 700; text-transform: none;}
.btn-close{
    color: #3B3C43; opacity: 1; position: absolute; right: 0; top: 0; padding: 0;
    background: var(--d-gradient);
    margin: 0px;
    border: 0;
    width: var(--iz-1); height: var(--iz-1);
    transform: translate(50%,-50%);
    border-radius: 50%;
    z-index: 2;
}
.btn-close:before{
    border: 0;
  content: ''; position: absolute; color: #fff; left: 50%; top: 50%; width: 30%; height: 30%;
  transform: translate(-50%,-50%);
  background: url('../images/icon-close-white.svg') no-repeat center center; background-size: contain;
}
.btn-close:hover{
    background: #343741;
    opacity: 1;
}

.modal .modal-dialog{
    margin: calc(var(--iz-1) / 1.6);
    min-height: calc(100% -  2 * var(--iz-1) / 1.6);
}
.modal-content{}
.modal-body{ padding: 20px 50px 40px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  color: #3B3C43;
}
.modal-content .form{}
.modal-content .form p{font-size: 16px; text-align: center; }
.modal-content .form-control{
    background: transparent; border: 0px;
    color: #888888; text-transform: none;
    border-radius: 0.3125rem;
    background: #fff;

}
.modal-content .form-control::placeholder {color: #888888;  opacity: 1;}
.modal-content .form-control:-ms-input-placeholder {color: #888888;}
.modal-content .form-control::-ms-input-placeholder {color: #888888;}
.modal-content textarea.form-control{
    min-height: 5.75rem;
}
.modal-content select.form-control{    text-align-last: center;}
.modal-content select.form-control option{color: #000;}
.modal-content .btn{
    min-width: 200px; padding: 0.5rem 2rem 0.4rem;
}
.modal-content .form  .form-check{display: inline-block;}
.modal-content .form .form-check-input{margin-top: 0.1em;}
.modal-content .form .hotline{color: #D19847; font-size: 18px;}
.modal-content .form .form-group-text small{font-size: 12px; }


.bootbox .brochure{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.bootbox .brochure img{width: 35%; margin-bottom: 30px;}

.fancy-modal .fancybox-bg{background-color: transparent;}
.fancy-modal.fancybox-is-open .fancybox-bg{opacity: 0.85;}
.gallery-album.fancybox-container .fancybox-caption-wrap .fancybox-caption{
    text-align: center;
    font-weight: 700;
    font-size: var(--fz-18);
    text-transform: uppercase;
    border-top: 0;

}
.gallery-album.fancybox-container .fancybox-caption-wrap{
    background: linear-gradient(180deg, rgba(30, 62, 46, 0) 0%, rgba(30, 62, 46, 1) 100%);
    padding-bottom: 30px;
    padding-top: 90px;
}

@media (max-width:1599px) {

}
@media (max-width:767px) {
    .modal-body{padding: 1rem 0.75rem 1rem;}
    .modal-content .btn{min-width: 170px;}
    .modal-content .form .form-group-text small{font-size: 10px;}
    .bootbox .brochure{padding: 0px 15px;}
}


/*================
2. Header
===========================*/
body,html{ height: 100%;}
body{    overflow: hidden;  position: fixed;   width: 100%; }
body.intro-page{overflow: auto; position: static;}



.modal-fit{
  position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.header-logo{
    width: 5.625vw;
    min-width: 60px;
    position: fixed;
    top: 15px;
    left: 4.166666666666667vw;
    z-index: 10;
    border-radius: 50%;
}


/*Loading Overlay*/
.loading-overlay{
    position: fixed;   width: 100%;   height: calc(var(--vh, 1vh) * 100 );   left: 0;   top: 0;   overflow: hidden;   z-index: 99999999;
    background: #D19847;
    color: #fff;

}
.loading-overlay .bg{position: absolute; left: 0px;top: 0px; width: 100%; height: 100%; z-index: 2;
   background: url('../images/loading-overlay-bg.jpg') no-repeat center center; background-size:cover;
}


.loading-overlay svg,
.loading-overlay .svg{width: 218px; max-width: 25vw; height: auto;}
.loading-overlay video{
    position: absolute;
    top: 0;right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;object-fit: cover;
    z-index: 2;
}

.loading-overlay .inner{text-align: center; position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: 2;
    width: 100%; height: 100%;
    background: #D19847;
    box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.10);
    padding: 3.125vw 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}



.loading-overlay .title{font-weight: 700; font-size: var(--fz-52); color: #fff; margin: 0px 0px 1rem;}
.loading-overlay .overlay-logo{width: 8.697916666666667vw; min-width: 110px;}
.loading-overlay .overlay-bottom{}
.loading-overlay .overlay-content{
    font-size: var(--fz-32);
}
.loading-overlay .title-2{
    font-size: var(--fz-36);
    margin-bottom: 4.6875vw;
    margin-top: 1rem;
    text-transform: uppercase;
}
.loading-overlay .btn{border-radius: 30px;}
.loading-overlay .btn i{margin-left: 0.5rem;}





.loading-overlay .stroke-line {
    fill-opacity: 0;
    fill: #B1812C;
    stroke: #ffffff;
    stroke-miterlimit: 30;
    stroke-width: 20;
}

.loading-overlay.show .stroke-line,
.loading-overlay.show .stroke-line-2 {fill-opacity: 1;}

.intro-page{
    background-color: #F5EDE2;
    display: flex;
    flex-direction: column;
}
.intro-page:before{
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('../images/bg-icon.svg');
    background-size: cover;
    pointer-events: none;
    /*animation-name: RotateBG2;
    animation-iteration-count: infinite;
    animation-duration: 30s;*/
}
.intro-page footer{margin-top: auto; position: relative;}
.section-intro .section-content-wrapper{
    padding: var(--fz-20) 0 var(--fz-32);
}
.section-intro .section-logo{
    width: 7.916666666666667vw;
    min-width: 100px;
    margin: 0 auto var(--fz-32);
}
.section-description p:last-child{margin-bottom: 0}
.project-items{
    gap: 1rem 0;
}
.project-items .item{
    background: #fff;
    background: #FFFFFF;
    box-shadow: 0px calc(var(--fz-20) / 5) var(--fz-20) rgba(0, 0, 0, 0.15);
    border-radius: 0.625rem;
    padding: var(--fz-20) calc(1.25 * var(--fz-20)) var(--fz-14);
    display: flex;
    flex-direction: column;
    gap: var(--fz-14);
    height: 100%;
}
.project-items .item .title{
    color: #343741;
    font-size: var(--fz-32);
    font-weight: 400;
    margin-bottom: 0;
}
.project-items .item .title a{
    color: #343741;
}
.project-items .item .title a:hover{
    color: #D19847;
}
.project-items .item .subtitle{
    color: #F4BD7F; font-weight: 500;
    text-decoration-line: underline;
}
.project-items .item .subtitle.status-2{
    color: #088924;
}
.project-items .item .subtitle.status-3{
    color: #E51919;
}
.project-items .item .description{

}
.project-items .item .item-control{

}
.project-items .item .btn{min-width: 56%; font-size: var(--fz-20);}
.project-items .item .item-thumb{margin-top: auto;}


footer{
    background: #D19847;
    color: #fff;
    padding: 0.75rem 0;
}
footer .section-content-wrapper{
    gap: 1.8rem;
}
footer .section-content{font-size: var(--fz-12);}
footer .section-content p:last-child{margin-bottom: 0}
footer .btn.btn-outline{color: #fff; border-color: #fff; border-radius: 0.25rem;
    padding: 0.35rem 1.5rem 0.25rem;
}
footer .btn.btn-outline:hover{
    background: #343741;
    border-color: #343741;
}




* {
  scrollbar-width: thin;
  scrollbar-color: #d6d6d6 #D19847; }

*::-webkit-scrollbar {
  border-radius: 3px;
  height: 6px;
  width: 6px; }

*::-webkit-scrollbar-track {
  background: #d6d6d6; }

*::-webkit-scrollbar-thumb {
  background-color: #D19847;
  border: none; 
}

@media (min-width:1200px) {
    .container-fluid{padding-left: var(--d-padding); padding-right: var(--d-padding);}
}

/*Mobile Responsive*/
@media (max-width: 767px) {

    footer .section-content{font-size: 12px;}
    footer .section-content-wrapper{flex-direction: column; gap: 0.5rem;}
     footer .copyright{border-top: solid 1px rgba(255, 255, 255, 0.25); padding-top: 0.75rem}
}


@keyframes RotateBG2 {
    0% {
        transform: rotate(-11.17deg) scale(1);

    }
    33% {
        transform: rotate(90deg) scale(1);

    }
    60% {
        transform: rotate(135deg) scale(1.1);

    }
    80% {
        transform: rotate(35deg) scale(0.9);
        opacity: 1;
    }
    to {
        transform: rotate(-11.17deg) scale(1);
        opacity: 1;
    }
}