/* Theme Name: dhont-d
   Theme URI: https://g-zien.be/
   Author: g-zien
   Author URI: http://www.g-zien.be/
   Description: A WordPress theme frame work
   Version: 2.0
*/



/*-------------------
FONT
--------------------*/
@font-face {
    font-family: 'TitilliumWeb-Bold';
    src: url('assets/fonts/TitilliumWeb-Bold.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/TitilliumWeb-Bold.woff') format('woff'), url('assets/fonts/TitilliumWeb-Bold.ttf')  format('truetype'), url('assets/fonts/TitilliumWeb-Bold.svg#TitilliumWeb-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TitilliumWeb-Regular';
    src: url('assets/fonts/TitilliumWeb-Regular.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/TitilliumWeb-Regular.woff') format('woff'), url('assets/fonts/TitilliumWeb-Regular.ttf')  format('truetype'), url('assets/fonts/TitilliumWeb-Regular.svg#TitilliumWeb-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TitilliumWeb-SemiBold';
    src: url('assets/fonts/TitilliumWeb-SemiBold.eot?#iefix') format('embedded-opentype'),  url('assets/fonts/TitilliumWeb-SemiBold.woff') format('woff'), url('assets/fonts/TitilliumWeb-SemiBold.ttf')  format('truetype'), url('assets/fonts/TitilliumWeb-SemiBold.svg#TitilliumWeb-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*-------------------
Theme Default CSS
--------------------*/
*{
    word-wrap: break-word;
    outline: none!important
}
html{
    font-size: 20px
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0
}
body {
    font-weight: 400;
    font-size: 100%;
    font-family: TitilliumWeb-SemiBold;
    line-height: 1.7;
    color: #000;
    padding-top: 7.5rem;
}
a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #988216;
}
a:hover{
    color: #87720C;
}
input:focus,
button:focus{
    text-decoration: none;
    outline: none;
    color: inherit
}
img {
    max-width: 100%;
    height: auto;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
    color: inherit;    
}
h1, .h1, .h2, h2 {
    line-height: 1.25;
    font-weight: 600;
}
h1, .h1{
    font-size: 3rem;
    font-weight: 700;
    line-height: 1
}
h2, .h2{
    font-size: 2.4rem;
    font-family: 'TitilliumWeb-Bold';
}
h3,.h3{
    font-size: 1.85rem
}
h4,.h4{
    font-size: 1.5rem
}
h2, .h2, h3,.h3{
    margin-bottom: 1.25rem
}
img{
    max-width:100%;
    height:auto;
    -khtml-user-select: none; 
    -o-user-select: none; 
    -moz-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
}
iframe{
    border: none
}
a[href^="tel:"], a[href^="tel:"]:hover{
    text-decoration: none!important
}
blockquote{
    border: 5px solid #004178;
    background-color: #FFF;
    padding: 30px
}
p{
    margin-bottom:1.25rem;
    margin-top:0
}
p:last-child{
    margin-bottom: 0
}
.small, small{
    font-size: 90%
}
::-moz-selection { /* Code for Firefox */
    color: #FFF;
    background: #988216;
}
::selection {
    color: #FFF;
    background: #988216;
}

/* =WordPress CSS
-------------------------------------------------------------- */
.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%;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}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
textarea{
    display: block
}
textarea, textarea:focus{
    resize: none;
    outline: none;
    box-shadow: none
}
input:focus, select:focus{
    outline: none!important;
    box-shadow: none!important;
    border-radius: 0
}
input[type="text"], textarea, input[type="email"], input[type="tel"], select{
    width: 100%;
    max-width: none
}
input[type="submit"]{
    cursor: pointer
}
button[type="submit"]:hover{
    color: #FFF;
}
button[type="submit"]:focus{
    color: #988216;
}

/**
*Helper-Classes
**/
.site-blue-color{
    color: #002871
}
.site-blue-bg{
    background-color: #002871
}
.site-org-color{
    color: #BD5F2F
}
.site-org-bg{
    background-color: #BD5F2F
}
.full-height {
    width: 100%;
    height: 90vh;
}
.relative {
    position: relative;
}
.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.margin_auto{
    margin-left: auto;
    margin-right: auto
}
.fixed {
    position: fixed;
}
.full-image{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover!important;
}
.bg-center{
    background-position: center!important
}
.bg_cover_center{
   background-position: center!important;
   background-size: cover!important
}
.bg-center-top{
    background-position: center top!important
}
.bg-right-center{
    background-position: right center!important
}
.white-text{
    color: #FFF
}
.black-text{
    color: #000
}
.white-text *{
    color: inherit
}
.white-text-link, .white-text-link *{
    color: #FFF!important
}
.svg-white svg path{
    fill: #FFF
}
svg.svg-white path{
    fill: #FFF
}
.link-u a:hover{
    text-decoration: underline
}
.link-u-none a:hover{
    text-decoration: none
}
.space{
    padding-top: 4rem;
    padding-bottom: 4rem
}
.spaceT{
    padding-top: 4rem;
}
.spaceB{
    padding-bottom: 4rem;
}
.space-margin{
    margin-top: 4rem;
    margin-bottom: 4rem
}
.spaceMT{
    margin-top: 4rem;
}
.spaceMB{
    margin-bottom: 4rem;
}
.z-high{
    position: relative;
    z-index: 1
}
.overlay-color{
    box-shadow: inset 0 0 30rem 500rem rgba(0, 0, 0, 0.4)
}
.image-holder-v1 {
    position: relative;
    padding: 0.75rem;
    z-index: 1;
}
.image-holder-v1:before, .image-holder-v1:after {
    content: "";
    position: absolute; 
    z-index: -1;
    background-color: #988216;
}
.image-holder-v1:before {
    width: 55%;
    height: 30%;
    left: 0;
    top: 0;
}
.image-holder-v1:after {
    width: 80%;
    height: 50%;
    right: 0;
    bottom: 0;
}
.image-holder-v1 img{
    width: 100%
}
.link-wrap{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    height: 100%;
    z-index: 2
}
input[type="submit"], button[type="submit"]{
    cursor: pointer;
    margin-top: 0.75rem
}
.heading-styled, .heading-styled-view h2, .heading-styled-view .h2 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
}
.heading-styled:after, .heading-styled-view h2:after, .heading-styled-view .h2:after {
    content: "";   
    display: block;
    height: 0.15rem;
}
.brown-leaf:before{
    background: url(assets/img/leaf-brown.png) no-repeat left top
}
.brown-leaf:after{
    background-color: #988216;   
}
.white-leaf:before{
    background: url(assets/img/leaf-white.png) no-repeat left top
}
.white-leaf:after{
    background-color: #FFF;   
}
.heading-styled:before {
    content: "";
    width: 2rem;
    height: 1.35rem;
    background-size: 2rem;
    display: block;
    margin-bottom: -0.25rem;
}

.clearfix:after, .clearfix:after{
    content: "";
    display: table;
    width: 100%;
    clear: both
}
.lazy{
    object-fit: cover;
}
.full-container {
  padding-left: 30px;
  padding-right: 30px
}


/**
*Default Button
**/
.button {
    display: inline-block;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    text-transform: uppercase;
    min-width: 11rem;
    text-align: center;
    padding:0.8rem 1.55rem;
    position: relative;
    text-decoration: none!important;
    overflow: hidden;
    font-weight: 600;
    font-size: 0.8rem;
    border-radius: 2rem;
    margin-bottom: -4px
}
.text-center .button{
    margin-left: auto;
    margin-right: auto
}
.button:before {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    transition: all ease-in-out 0.45s;
    transform: translateX(-100%);
    opacity: 0
}
.button:hover:before{
    opacity: 1;
    transform: translateX(0);  
}
.button span{
    position: relative;
    z-index: 1;
}
.brand-button{
    background-color: #988216;
    color: #FFF
}
.brand-button:focus{
    color: #FFF!important
}
.brand-button:hover{
    color: #FFF;
}
.brand-button:hover:before,
button.brand-button:hover:before{
    background-color: #87720C;
}
.white-button{
    background-color:#FFF;
    color: #988216;
}
.white-button:hover{
    color: #FFF
}
.white-button:hover:before,
button.white-button:hover:before{
    background-color: #000000;
}


/**
*List Style
**/
ul{
    margin-left:0;
    padding-left: 0;
    list-style: none
}
ul:last-of-type{
    margin-bottom: 0
}
ul:not(.main-header-menu):not(.sub-menu):not(.default-menu):not(.menu):not(.main-mobile-header-menu):not(.footer-contact-list) li {
    padding-left: 2.25rem;
    position: relative;
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
    min-height: 1.25rem;
    line-height: 1.45
}
ul:not(.main-header-menu):not(.sub-menu):not(.default-menu):not(.menu):not(.main-mobile-header-menu):not(.footer-contact-list) li:before{
    content: "";
    position: absolute;
    margin-left: -2.25rem;
    color: #FFF;
    border: 0.1rem solid #988216;
    border-radius: 50%;
    background: url(assets/img/checked.svg) no-repeat center;
    background-size: 0.75rem;
    top: 0.1rem;
    width: 1.35rem;
    height: 1.35rem;
}

/** 
     iFrame Responsive
**/
.iframe{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0
}
.iframe iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

/** 
     CF7
**/
.contact-form-outer {
    padding: 1.5rem 3rem 3rem;
    border: 0.2rem solid #FFF;
    border-radius: 2rem;
}
input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;    
}
label {
    display: inline-block;
    margin-bottom: .25rem;
    margin-top: .35rem;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
select::-ms-expand {
    display: none;
}
.form-style-default input:not([type="radio"]):not([type="checkbox"]){
    height: 3.25rem;
    padding: 0;
}
.form-style-default input:not([type="radio"]):not([type="checkbox"]), .form-style-default textarea, .form-style-default select {
    border: none;
    border-bottom: 0.1rem solid #FFF;
    color: #FFF;
    background-color: transparent;
    box-shadow: none;
}
.form-style-default textarea{
    height: 10rem;
    padding:1rem 0
}
.form-style-default select {
    height: 3.35rem;
    padding-left: 0.75rem;
    background: url(assets/img/drop-arrow.png) no-repeat calc(100% - 0.5rem) 55%;
    background-size: 0.85rem;
}
.form-style-default ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
    opacity: 1;
}
.form-style-default ::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
    opacity: 1;
}
.form-style-default :-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
    opacity: 1;
}
div.wpcf7{
    position: relative
}
.wpcf7-form-control-wrap{
    display: block
}
div.wpcf7 .ajax-loader{
    background: url(../img/loader.gif) no-repeat!important;
    position: absolute;
    width: 20px!important;
    height: 20px!important;
    background-size: 20px!important;
    margin-top: 37px!important
}
.wpcf7-response-output {
    position: absolute;
    margin: 0.85rem auto 0!important;
    line-height: 1;
    font-size: 0.8rem;
    border: none!important;
    left: 0;
    right: 0;
    padding: 0!important;
    text-align: center;
    max-width: 100%;
}
div.wpcf7-mail-sent-ok{ 
    color: #28a745!important;
    text-align: center;
    font-weight: bold;
    padding-top: 0.75rem;
}
div.wpcf7-validation-errors, div.wpcf7-spam-blocked{
    color: #f7e700!important;
}
span.wpcf7-not-valid-tip {
    font-size: 0.75rem;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.25rem;
    background-color: red;
    color: #f7e700;
    line-height: 1
}
.desc{
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4
}
.form-description p{
    font-size: 1.15rem;
    line-height: 1.5
}

/** Load More **/
.load-more-button {
    background-color: #988216;
    border: 1px solid rgba(255,255,255,0.1);
    color: #fff!important;
    position: relative;
    cursor: pointer;
    min-width: 11em;
    font-weight: bold;
    font-size: 0.90em;
    transition:all ease-in-out 0.5s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    display: inline-block;
    margin: 1rem auto 0;
    height: 3.75em;
    padding: 0;
    border-radius: 2.7rem;
    line-height: 3.75em;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}
.loader{
    border: 3px solid #fff;
    border-radius: 50%;
    border-top:3px solid #87720C;
    width: 2em;
    height: 2em;
    display:none;
    background: #eaeaea!important;
    position: relative;
    top:9px;
    -webkit-animation: spin 1.15s linear infinite; /* Safari */
    animation: spin 1.15s linear infinite;
}
.load-more-button:hover{
    background-color:#87720C;
}

/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.disable-btn{
    pointer-events: none;
    cursor: default;
}

/**********
    Header
************/
.site-header {
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.065);
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 5;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background-color: #FFF
}
.site-logo{
    align-items: center
}
.site-logo img, .site-logo svg{
    width: 10rem;
    transform: scale(0.85);
    opacity: 0;
    transition: all ease-in-out 0.45s;
}
.loaded-site-logo.site-logo img, .loaded-site-logo.site-logo svg{
    transform: scale(1);  
    opacity: 1;
}
.header-grid{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-aside {
    display: flex;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

/** Header Main Top **/
.header-top {
    position: relative;
    font-size: 0.825rem;
    padding: 0.35rem 0;
}
.header-top:before {
    content: "";
    position: absolute;
    left: -500%;
    bottom: 0;
    width: 1000%;
    height: 0.05rem;
    background-color: #cecece;
}
.header-phone a, .header-email a{
    color: inherit
}
.header-address svg{
    width: 1.5rem
}
.header-phone svg path, .header-address svg path{
    fill: #988216;
}
.header-phone a:hover, .header-email a:hover{
    color: #87720C;
}

/** Top **/
.header-aside-top {
    display: flex;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
    padding-right: 1rem;
}
.header-aside-top a{
    color: #000
}
.header-aside-top a:hover{
    color: #988216;
}
.header-aside-top > div+div {
    margin-left: 1.5rem;
}
.header-email svg path, 
.header-phone svg path{
    fill:#988216;
}
.header-email img, .header-email svg,
.header-phone img, .header-phone svg{
    vertical-align: middle;
    position: relative;
    margin-right: 0.5rem;
}
.header-email img, .header-email svg {
    width: 1.35rem;
    top: -0.085rem;
}
.header-phone img, .header-phone svg{
    width: 1.15rem;
    top: -0.05rem;
}
.social-media{
    display: flex;
    align-items: center
}
.social-icon {
    width: 2rem;
    height: 2rem;
    background-color: #988216;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    margin: 0 0.25rem;
    color: #000!important;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.15);
}
.social-media svg{
    width: 0.95rem;
    max-height: 0.95rem;
}
.social-media svg path{
    fill: #FFF
}
.social-icon em{
    color: #000!important;  
}
.social-icon:hover{
    background-color: #87720C;  
}
.social-icon em {
    font-size: 0.9rem;
    line-height: 1.75rem;
}
.site-footer .social-icon{
    background-color: #FFF;  
}
.site-footer .social-media svg path{
    fill: #988216;
}
.site-footer .social-icon:hover{
    background-color: #87720C;  
}
.site-footer .social-media .social-icon:hover svg path{
    fill: #FFFFFF;
}

/** Menu **/
.header-menu {
    font-size: 0.8rem;
    opacity: 0
}
.header-menu > ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}
.main-header-menu li, .main-header-menu li a{
    position: relative
}
.main-header-menu > li {
    margin: 0 0.25rem;
    overflow: hidden
}
.main-header-menu > li:first-child{
    margin-left: 0
}
.main-header-menu > li:last-child{
    margin-right: 0
}
.main-header-menu > li.menu-item-has-children > a {
    padding-right:2em;
}
.main-header-menu > li.menu-item-has-children > a:before {
    position: absolute;
    right: 0.5em;
    top: 52%;
    transform: translateY(-50%);
    font-size: 1.25em;
    line-height: 1;
}
.main-header-menu > li > a {
    display: block;
    padding: 0.55rem 0.9rem;
    color: #000;
    position: relative;
}
.main-header-menu>li>a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #988216;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateX(-2em);
    opacity: 0;
    border-radius: 2rem;
    z-index: -1;
}
.main-header-menu>li:hover>a, .main-header-menu>li.current-menu-item>a, .main-header-menu>li.current_page_parent>a{
    color: #FFF
}
.main-header-menu>li:hover>a:after, .main-header-menu>li.current-menu-item>a:after, .main-header-menu>li.current_page_parent>a:after {
    transform: translateX(0);
    opacity: 1;
    transition: all ease-in-out 0.45s;
}
.main-header-menu > li.current-menu-parent .sub-menu > li.current-menu-item > a{
    background-color: #000
}
.last-product-box {
    display: flex;
    align-items: center;
    justify-content: center;
}
.last-product-box .button {
    min-width: 11rem;
    padding: 1.15rem 2.75rem;
    font-size: 1.35rem;
}

/** Sub menu **/
.main-header-menu .sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #988216;
    white-space: nowrap;
    color: #FFF;
    width: 100%;
    max-height: 0;
    transition: all ease-in-out 0.75s;
    z-index: -1
}
.main-header-menu > li:hover > .sub-menu, .sub-menu > li:hover > .sub-menu{
    max-height:750px;
    z-index: 1
}
.main-header-menu .sub-menu a {
    padding: 0.5em 2em;
    display: block;
    color: #FFF;
}
.main-header-menu .sub-menu a:hover{
    background-color: #87720C;
}
.main-header-menu .sub-menu li+li{
    border-top: 0.05rem solid rgba(255,255,255,0.15)
}
.main-header-menu .sub-menu .sub-menu{
    top: 0;
    left: 100%;
    display: none
}  
.main-header-menu .sub-menu li:hover .sub-menu{
    display: block
}
.main-header-menu .sub-menu > li.current-menu-item > a{
    padding-right: 2.5em
}
.main-header-menu .sub-menu > li.current-menu-item > a:after {
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%);
    font-size: 1.25em;
}
.main-header-menu .sub-menu > li.menu-item-has-children > a:after{
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%);
    font-size: 1.25em; 
}

/**** Sticky Header *****/
.sticky .site-logo img, .sticky .site-logo svg{
    width: 7.5rem 
}
.sticky .header-menu {
    font-size: 0.775rem;
}
.sticky .header-aside-top{
    font-size: 0.825rem;  
}

/**** Mobile Menu *****/
.main-mobile-header-menu li{
    position: relative
}
.main-mobile-header-menu li .sub-menu{
    display: none
}
.sub-nav-close{position:absolute;right:0;top:0;width:40px;height:49px;color:#fff;background-color:#002951;text-align:center;z-index:1;font-size:22px;font-weight:400}
.sub-nav-close:before{content:"+";width:100%;height:100%;display:block;text-align:center;line-height:49px}
.show-child-ul>.sub-nav-close:before{content:"-"}

/**********
    Hero Banner
************/
.hero-banner{
    height: calc(100% + 7rem);
    display: flex;
    align-items: center;
    position: relative;
}
.hero-banner h1, 
.hero-banner .h1{
    text-shadow: 0 5px 2px rgba(0,0,0,0.15);
    margin-bottom: 1.15rem
   
}
.hero-banner-text{
    text-align: center;
    margin-top: -3.5rem
}

/*****************
   Home > About
*****************/
.home-about ul{
    margin-top: 1.5rem;
}
.image-about-holder{
margin-top: -10rem
}
.image-about-holder > div {
    height: 32rem;
    background-image: url(assets/img/default-bg.gif);
    background-size: cover!important;
    background-repeat: no-repeat;
    background-position: center!important;
    background-color: #d0af0f;

}

/*****************
   Home > Our Services
*****************/
.home-our-services{
    background-color: #dfdbc0
}
.home-service-left-col{
    background-color: #87720C;
    background-position: center!important;
    background-size: cover!important
}
.home-service-left-col-inner {
    padding: 2.5rem 2.5rem 6rem;
    background-color: rgba(152, 130, 22, 0.85);
    -webkit-clip-path: polygon(48% 100%, -150% 0, 300% 0);
    clip-path: polygon(48% 100%, -150% 0, 300% 0);
}
.home-our-services .description{
    line-height: 1.45
}
.home-service-right-col-inner{
    padding: 1.15rem 1rem;
}
.service-category-box {
    margin: 0.85rem;
}
.service-category-image-holder{
    height: 16rem;
    overflow: hidden;
    background-color: #988216;
    position: relative
    
}
.service-category-image{
    height: 100%;
    background-image: url(assets/img/default-bg-brand.gif);
    background-repeat: no-repeat;
    background-position: center!important;
    background-size: cover!important;
    overflow: hidden
}
.service-category-name {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.55vw;
    left: 1rem;
    right: 1rem;
    margin-bottom: 0;
   font-family: 'TitilliumWeb-SemiBold';
    padding: 0.35rem 0.5rem;
    transition: all ease-in-out 0.5s;
     transform: translateY(0)
}
.service-category-overlay {
    position: absolute;
    top: 1rem;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5rem;
    transform: translateY(100%);
    transition: all ease-in-out 0.5s;
}
.service-category-name-overlay {
    font-size: 1.55vw;
    text-transform: uppercase;
    line-height: 1.25;
}
.category-description-overlay {
    line-height: 1.4;
    font-size: 1vw;
    padding-left: 1rem;
    padding-right: 1rem;
    margin-bottom: 1rem;
}
.service-category-overlay a.read-more {
    text-transform: uppercase;
    display: inline-block;
    font-weight: normal;
    font-size: 1vw;
    text-decoration: underline!important;
    color: #d0af0f;
}
.service-category-box:hover .service-category-name{
    opacity: 0;
    transform: translateY(100%)
}
.service-category-box:hover .service-category-overlay{
    opacity: 1;
    transform: translateY(0)
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
 @media(min-width:992px){   
 .browser-chrome .special-button, .chrome .special-button{
    margin-top: -2.5rem;
    position: relative;
    z-index: 1;
}
 }
}


/***** Photo Gallery *****/
.photo-gallery-item {
    background-color: #988216; 
    background-image: url(assets/img/default-bg-brand.gif);
    background-size: cover!important;
    background-position: center!important;
    overflow: hidden;
    position: relative
}
.photo-gallery-item:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: #FFF url(assets/img/plus.svg) no-repeat center;
    background-size: 1rem 1rem;
    left: 1.25rem;
    bottom: 1.25rem;
    display: flex;
    transform: translateY(100%);
    align-items: center;
    opacity: 0;
    transition: all ease-in-out 0.45s;
    justify-content: center;
}
.photo-gallery-item:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #988216;
    left: 0;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    transform: translateY(100%);
}
.photo-gallery-item:hover:before {
      transform: translateY(0); 
      opacity: 0.82
}
.photo-gallery-item:hover:after{
   transform: translateY(0);
   transition-delay: 0.45s;
   opacity: 1;
}

.home-photo-gallery > div:nth-child(6n+1) .photo-gallery-item, .home-photo-gallery > div:nth-child(6n+1){
    height: 23rem;
    overflow: hidden
}
.home-photo-gallery > div:nth-child(6n+2) .photo-gallery-item, .home-photo-gallery > div:nth-child(6n+2){
    height: 19rem;
    overflow: hidden  
}
.home-photo-gallery > div:nth-child(6n+3) .photo-gallery-item, .home-photo-gallery > div:nth-child(6n+3){
    height: 18.5rem;
    overflow: hidden
}
.home-photo-gallery > div:nth-child(6n+4) .photo-gallery-item, .home-photo-gallery > div:nth-child(6n+4){
    height: 23.5rem;
    overflow: hidden
}
.home-photo-gallery > div:nth-child(6n+5) .photo-gallery-item, .home-photo-gallery > div:nth-child(6n+5){
    height: 21rem;
    overflow: hidden
}
.home-photo-gallery > div:nth-child(6n+6) .photo-gallery-item, .home-photo-gallery > div:nth-child(6n+6){
    height: 21rem;
    overflow: hidden
}
.home-photo-gallery.card-columns .card {
    margin-bottom: -0.5rem;
    margin-top: 1.25rem;
}
.home-photo-gallery .card-body{
    padding: 0
}
.home-photo-gallery .card{
    border: none;
    border-radius: 0
}


/****** Gallery **********/
.gallery-thumb {
    height: 15rem;
    background-position: center top!important;
    background-size: cover!important;
    background-color: #107bc4;
    position: relative
}
.gallery-outer{
    margin-left: -7px;
    margin-right: -7px
}
.gallery-outer > div{
    padding: 7px;
}
.gallery-outer a:after {
    content: "";
    position: absolute;
    right: 1.25rem;
    bottom: 1.25rem;
    background: #fff url(assets/img/enlarge.svg) no-repeat;
    width: 1.75rem;
    height: 1.75rem;
    background-size: 1.75rem;
}


/******************
    Service - Taxonomy Page
********************/
.service-post-content > div+div{
    display: none
}
.service-post-thumbnail{
    height: 29.4rem;
    background-image: url(assets/img/default-bg.gif);
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: cover!important;
}
.service-posts-listing-box-outer {
    background-color: #988216;
    padding: 1rem 1rem 1.35rem;
    text-align: center;
    margin-top: -1.5rem;
    position: relative;
}
.service-posts-listing-box{
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-transform: uppercase; 
    font-size: 1.2rem;
    position: relative;
    display: inline-block
}
.service-posts-listing-box:after {
    content: "";
    display: block;
    border-bottom: 0.15rem solid #c9bd84;
    opacity: 0.5;
}
.service-posts-listing-box > div {
    border-bottom: 0.15rem solid transparent;
    opacity: 0.5;
    display: inline-block;
    position: relative;
    z-index: 1;
    margin-bottom: -0.15rem;
    cursor: pointer
}
.service-posts-listing-box > div.active-service-post{
   opacity: 1;
   border-bottom-color: #FFF
}
.service-posts-listing-box > div+div{
    margin-left: 1rem
}
.post-gallery-view{
    justify-content: center
}
.post-gallery-view > div {
    margin-top: 15px;
    margin-bottom: 15px;
}
.post-gallery-item-outer {
     height: 23.6rem;
    background-color: #988216;  
        position: relative;
}
.post-gallery-item {
    height: 100%;
    background-image: url(assets/img/default-bg-brand.gif);
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: center!important;

}
.post-gallery-view-outer{
    padding-left: 30px;
    padding-right: 30px
}
.post-gallery-item:after {
    content: "";
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    background: url(assets/img/enlarge.svg) no-repeat center;
    width: 2.5rem;
    height: 2.5rem;
    background-size: 2.5rem;
    background-color: rgba(0, 0, 0, 0.45);
}
/******************
    Home - News Section
********************/
.home-news-section {
    background-color: #3a3a38;
    position: relative
}
.home-news-section .h2{
    color: #FFF
}
.home-news-section > .full-image{
    box-shadow: inset 0 0 5rem 20rem rgba(0, 0, 0, 0.65)
}
.blog-loop-content-col{
    position: relative
}
.blog-image-holder{
    height: 22.5rem;
    position: relative;
    overflow: hidden;
    background-color:  #988216;
}
.blog-thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover!important;
    background-position: center top!important
}
.blog-listing-row > div{
    margin-top: 1rem;
    margin-bottom: 1rem
}
.blog-loop-content-bottom .h4 {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0.75rem 0 .5rem;
}
.post-published {
    text-transform: uppercase;
    color: #988216;
    margin-top: 1rem;
}
.blog-description{
    font-size: 0.9rem;
    line-height: 1.9;
    margin-bottom: 1rem;
}
a.read-more {
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    text-decoration: none!important
}
a.read-more img, a.read-more svg {
    width: 0.75rem;
    height: 0.75rem;
    line-height: 1;
    transition: all ease-in-out 0.45s;
    transform: translateX(0.35rem);
}
a.read-more svg path{
    fill: #988216;
}
.strecthed-link:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%
}
a.read-more:hover img, a.read-more:hover svg{
    transform: translateX(0.65rem);
}

/*****************
    Home - END
********************/


/******************
   Inner Banner
********************/
.inner-banner {
    background-color: #000;
    position: relative;
    padding-top: 4rem;
    padding-bottom: 4rem;
    height:25rem;
    display: flex;
    align-items: center;
}

.inner-banner .full-image {
    background-position: center!important;
}

.inner-banner h1, .inner-banner .h1{
    margin-bottom: 0;
    text-transform: uppercase;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
}
.inner-banner > .img{
    opacity: 0.55;
}
.inner-banner-description{
    text-shadow: 0 0 3px rgba(0,0,0,0.5); 
}


/**********************
    Templates : Team
************************/
.team-listing-img {
    background-color: #988216;
    height: 35.938rem;
    background-repeat: no-repeat!important;
    background-position: center top!important;
    background-size: cover;
}
.team-listing-row{
    margin-top: 4rem;
    margin-bottom: 4rem
}
.team-content-col{
    padding-bottom: 5rem
}
.team-listing-row-outer > div:nth-child(even) {
    flex-direction: row-reverse;
}
.team-content-col-inner{
    padding-left: 1rem
}
.team-listing-row-outer > div:nth-child(even) .team-content-col-inner{
    padding-left: 0;
    padding-right: 1rem
}
.team-listing-row:last-child{
    margin-bottom: 0
}
.more-about-team-member {
    margin-top: 1.85rem;
}
.member-related-row {
    display: flex;
    position: relative
}
.member-related-icon {
    width: 3.5rem;
}
.member-related-description {
    width: calc(100% - 3.5rem);
}
.member-icon-holder {
    width: 2.25rem;
    height: 2.25rem;
    color: #FFF;
    background-color: #988216;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.member-related-row {
    padding-bottom: 1.5rem;
}
.member-related-row:last-child{
    padding-bottom: 0
}
.member-related-row:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #988216;
    position: absolute;
    left: 1.15rem;
}
.member-icon-holder svg, 
.member-icon-holder img {
    transform: rotate(-45deg);
    width: 1.35rem;
    height: 1.35rem;
}
.member-icon-holder svg path{
    fill: #FFFFFF!important
}
.team-self-contact{
    background-color: #988216;
    padding: 1rem 0.5rem;
    color: #FFF;
    margin: -10px -10px 0;
}
.team-self-listing {
    display: flex;
    margin: 0.75rem 0;
}
.team-self-listing > div {
    padding-right: 1.5rem;
    padding-left: 2.5rem;
}
.team-intro-label {
    position: relative;
    text-transform: uppercase;
    width: 44%
}
.team-intro-label-view{
    width: 56%
}
.team-intro-label:after {
    content: ":";
    position: absolute;
    right: 0;
}
.team-self-contact a {
    color: #FFF;
}
.team-self-contact .social-media .social-icon{
    background-color: #FFF
}
.team-self-contact .social-media .social-icon svg path{
    fill: #988216;
}
.team-self-contact .social-media .social-icon:hover{
    background-color: #87720C;
}
.team-self-contact .social-media .social-icon:hover svg path{
    fill: #FFF;
}
.team-listing-row a.brand-button {
    padding: 0.95rem 2.55rem;
    background-color: #000;
    position: absolute;
    bottom: 0;
    margin-bottom: 0;
}
.team-listing-row .brand-button:hover:before{
    background-color: #988216;   
}

/**********************
    Page : News
************************/
.blog-inner-banner img{
    opacity: 0.52;
}
.site-breadcrumb {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.35);
    width: 100%;
    text-align: left;
    z-index: 1;
    font-size: .85rem;
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.site-breadcrumb a {
    font-weight: 700;
}
span.blog-sep {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.25rem;
}
h1.blog-detail-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}
.single.single-post  .post-published{
    margin-top: 0.5rem;
    margin-bottom: 0.85rem
}
.blog-detail-featured-img {
    border: 0.35rem solid #FFF;
    box-shadow: 0 0 10px 1px #00000026;
}



/**********************
    Page : Contact
************************/
.address-col {
    background-color: #988216;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 2rem 2rem 0;
    text-transform: uppercase
}
.default-contact-content {
    padding: 3rem;
    background-color: #FFF;
}
.contact-row-wrapper{
    background-color: #000
}
.contact-address-heading{
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.15rem;
    font-family: 'TitilliumWeb-SemiBold';
    color: #988216;
    text-transform: uppercase;
    margin-bottom: 2rem;
    color: #FFF
}
.address-contact-col-inner{
    padding: 2.5rem;
}
.form-description{
  font-family: TitilliumWeb-Regular;  
}

/** Contact Form / Map **/
.map-view{
    height: 25.5rem;
    position: relative
}
.main-contact-form {
    padding: 3rem 2.25rem;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-color: rgba(152, 130, 22, 0.9);
    box-shadow: inset 0 0 100rem 100rem rgba(152, 130, 22, 0.9);
}
.contact-field-group .contact-field {
    margin: 1rem 0;
}
.contact-field-group .contact-field.contact-field-textarea{
    margin-top: 1.65rem;
}
.wpcf7-acceptance{
    display: block
}
.wpcf7-acceptance > span {
    margin-left: 0;
    display: block
}
.wpcf7-checkbox  > span{
    margin-left: 0; 
    margin-right: 1.25rem
}
.wpcf7-acceptance label, .wpcf7-checkbox label {
    position: relative;
    line-height: 1
}
.wpcf7-acceptance input, .wpcf7-checkbox input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.wpcf7-acceptance .wpcf7-list-item-label{
    display: flex
}
.wpcf7-acceptance .wpcf7-list-item-label:before, .wpcf7-checkbox .wpcf7-list-item-label:before {
    width: 1.35rem;
    height: 1.35rem;
    content: "";
    margin-right: 0.45rem;
    display: inline-block;
    border: 1px solid #ccc;
    vertical-align: middle;
    position: relative;
    transform: translateY(-0.1rem);
    border-radius: 0.2rem;
}
.wpcf7-acceptance input:checked+span:before, .wpcf7-checkbox input:checked+span:before {
    background-color: #f5bf35;
    border: 1px solid #f5bf35

}
.wpcf7-acceptance input:checked+.wpcf7-list-item-label:after, .wpcf7-checkbox input:checked+.wpcf7-list-item-label:after {
    content: "✓";
    position: absolute;
    top: 0.05rem;
    left: 0;
    width: 1.35rem;
    height: 1.35rem;
    text-align: center;
    color: #FFF;
}
.acceptance-field .wpcf7-not-valid-tip{
    display: none!important
}
.acceptance-field .wpcf7-not-valid{
    color: red
}
.acceptance-field {
    margin-top: 1.15rem;
}
.gm-style-iw-d{
    overflow: auto!important
}
.gm-style .gm-style-iw-c{
    background: #988216;
    padding: 0;
    color: #FFFFFF
}
.map-info-window {
    padding: 15px 35px 15px 25px;
}
.gm-ui-hover-effect {
    top: 0!important;
    right: 0!important;
    background-color: #fff!important;
    opacity: 1!important;
    border-radius: 0 0 0 15px!important
}
.gm-style .gm-style-iw-t::after {
    background: #988216;
}
.gm-style-iw-d p {
    margin:5px 0;
    max-width: 275px;
    letter-spacing: 0.1rem;
}
.map-site-name {
    font-size: 1.025rem;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.map-location-nap a{
    text-decoration: underline
}
.gm-style .gm-style-iw{
    font-weight: normal!important
}
.map-address {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.map-location-nap a{
    color: #FFF;
    text-decoration: underline;
    text-transform: uppercase
}
.direction-link{
    font-weight: 600;
    font-size: 1.25rem
}


/**********************
    Page : THERAPIE
************************/
.banner-loop-img-bg {
    width: 33.33%;
    position: absolute;
    height: 100%;
    left: 0;
    background-position: center top!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    opacity: 0.52;
}
.banner-loop-img-bg+.banner-loop-img-bg{
    left: 33.33%
}
.banner-loop-img-bg+.banner-loop-img-bg+.banner-loop-img-bg{
    left: 66.66%
}
.therapie-listing-top-outer {
    margin-top: -3.75rem;
}
.therapie-listing-top{
    display: flex;
    text-align: center;
    width: 100%
}
.therapie-listing-top-item-inner{
    background-color: #d6e8f5;
    height: 8.75rem;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 0.85rem;
    justify-content: center;
    padding: 0.5rem;
    cursor: pointer
}
.therapie-listing-top-item-inner.has-no-icon{
    font-weight: 600;
    font-size: 1rem;  
}
.therapie-listing-top-item-inner:hover, .active-therapie .therapie-listing-top-item-inner{
    background-color: #988216;
    color: #FFF
}
.therapie-listing-top-item-inner:hover:after, 
.active-therapie .therapie-listing-top-item-inner:after {
    content: "";
    background: url(assets/img/down-arrow-brand.svg) no-repeat center bottom;
    position: absolute;
    left: 0;
    right: 0;
    width: 2.5rem;
    height: 2.15rem;
    bottom: -1.75rem;
    z-index: 1;
    background-size: 2.75rem;
    margin: 0 auto;
}
.therapie-icon-holder {
    margin-bottom: 0.5rem;
    line-height: 1;
    width: 5.5rem;
    height: 4rem;
    margin: auto;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}
.therapie-icon-holder img, .therapie-icon-holder svg {
    width: 100%;
    height: 100%;
}
.active-therapie .therapie-listing-top-item-inner .therapie-icon-holder svg path,
.therapie-listing-top-item-inner:hover .therapie-icon-holder svg path{
    fill: #FFFFFF
}
.therapie-title-holder{
    line-height: 1.35
}
.therapie-listing-top-item {
    padding-left: 5px;
    padding-right: 5px;
}
.therapie-listing-bottom-wrap{
    margin-top: 4rem;
    margin-bottom: 4rem
}
.therapie-listing-default-content{
    padding-bottom: 1.5rem
}
.therapie-listing-bottom > div+div{
    display: none
}
.page-template-therapie .site-footer{
    padding-top: 3rem
}


/*****************
   404 found
*******************/
.not-found-form-outer button{
    max-width: 250px;
    display: block;
    margin: 20px auto 0!important
}


/**********
    Footer
************/
.site-footer{
    background-color: #000; 
    position: relative;
    color: #FFF;
    font-family: TitilliumWeb-Regular;
    overflow: hidden;
    background-image: url(assets/img/footer-left-lines.jpg), url(assets/img/footer-right-lines.jpg);
    background-position: left top, right top;
    background-repeat: no-repeat, no-repeat;
}
.footer-main-grid{
    position: relative
}
.footer-main-row a{
    color: #FFF
}
.footer-logo svg, .footer-logo img {
    width: 14.7rem;
}
.footer-logo svg path, .footer-logo svg polygon, .footer-logo svg rect{
    fill: #FFFFFF
}
.footer-main-row a:hover{
    color: #988216;
    text-decoration: none!important
}
.footer-heading {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1.15rem;
    font-family: 'TitilliumWeb-SemiBold';
    color: #988216;
    text-transform: uppercase
}
.footer-col-1 {
    display: flex;
    align-items: center;
}
.footer-nav li+li {
    margin-top: 0.5rem;
}
.site-footer ul.menu li {
    padding-left: 1.05rem;
    position: relative;
    margin-top: 0.85rem;
    margin-bottom: 0.85rem;
    min-height: 1.25rem;
    line-height: 1.45;
}
.site-footer ul.menu li:before{
    content: "";
    position: absolute;
    margin-left: -1rem;
    color: #FFF;
    background: url(assets/img/next.svg) no-repeat center left;
    background-size: 0.75rem;
    top: 0.1rem;
    width: 1.35rem;
    height: 1.35rem;
}

.footer-nav li a{
    text-decoration: none
}
.footer-nav li a:hover{
    color: #988216;
}
.footer-main-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}
.footer-main-row > div{
    padding:3.5rem 1.5rem;
}
.footer-main-row > div:first-child{
    padding-left: 0
}
.footer-main-row > div:last-child{
    padding-right: 0
}
.footer-description {
    max-width: 18rem;
}
.footer-contact-list{
    margin-bottom: 0
}
.footer-contact-list li {
    margin-bottom: 1.5rem;
    position: relative;
    padding-left: 2rem;
}
.footer-contact-list li svg path{
    fill: #988216;
}
.footer-contact-list li:first-child{
    margin-top: 0;
}
.footer-contact-list li:last-child{
    margin-top: 0;
}
.footer-contact-list li.footer-address svg,  .footer-contact-list li.footer-address img{
    width: 1.85rem
}
.footer-address svg, .footer-address img {
    margin-left: -0.3rem;
}
.footer-contact-list svg, .footer-contact-list img {
    width: 1.5rem;
    max-height: 1.75rem;
    vertical-align: middle;
    margin-right: 0.5rem;
}
.footer-contact-list span {
    width: 2.15rem;
    display: inline-block;
    position: absolute;
    margin-left: -2rem;
    text-align: left;
    left: auto;
}
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.05);
    background-color: #1c1c1c;
    font-size: 0.85rem;
}
.footer-bottom-row > div{
    margin-top: 0.65rem;
    margin-bottom: 0.65rem
}
.footer-bottom a{
    color: #FFF
}
.design-develop-by {
    display: flex;
    align-items: center;
}
.sep{
    margin-left: 0.45rem;
    margin-right: 0.45rem
}

/**  **/



/**************************************/
/***********Back to top***************/
/**************************************/
.bottom-to-top:hover, .bottom-to-top:focus, .bottom-to-top:active{
    outline: none;
    text-decoration: none;
}
.scrollup{
    display: none
}
.bottom-to-top span, .scrollup span{
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    line-height: 1

}
.scroll-div svg,  
.scroll-div img,
.scrollup svg,  
.scrollup img{
    width: 1.45rem;
    height: 1.8rem;
}
.top-to-bottom span{
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    left: -2px !important;
    line-height: 1
}
.bottom-to-top, .scrollup {
    background-color: #988216;
    bottom: 1.5rem;
    height: 3rem;
    position: fixed;
    right: 2rem;
    text-align: center;
    transition: all 0.4s ease 0s;
    width: 3rem;
    z-index: 9;
    border: 2px solid #FFF;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.65rem;
}
.top-to-bottom img, .bottom-to-top img, .scrollup img{
    margin-top: -0.2rem;  
}
.bottom-to-top:hover, .scrollup:hover{
    background-color: #87720C;
}
.bottom-to-top svg path, .scrollup svg path{
    fill: #FFFFFF!important;
}


/*** CTA SECTION ***/
.cta-section {
    margin-bottom: 2rem;
    z-index: 1;
    position: relative;
}
.cta-section-inner {
    color: #FFF;
    padding: 1.5rem 2.5rem;
    line-height: 1.5;

}
.cta-section{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.85rem;
}
.cta-section-inner{
   background-color: #988216;
}


/*** Others ***/
.grecaptcha-badge {
    display: none !important;
}
#cookie-notice.cookie-notice-hidden .cookie-notice-container{
    display: none!important
}
.cookie-notice-container{
    display: flex!important;
    justify-content: center;
    align-items: center;
}
.cookie_btn {
    background-color: #000000!important;
    text-transform: uppercase;
    font-size: 0.675rem !important;
    min-width: 7rem !important;
    vertical-align: middle;
    padding: 0.25rem;
}
.cookie_btn:hover {
    background-color: #ffffff !important;
}

#cookie-notice .cn-button {
    margin-left: 10px;
    margin-top: 0px !important;
    min-width: 5rem;
    padding: 0.5rem 1rem;
    white-space: nowrap;
}
.cn-text-container{
    margin-right: 0.75rem;
    text-align: left
}
.cn-buttons-container {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*** Other Services ****/
.other-services .row{
    margin-top: 3rem;
    margin-bottom: 3rem
}

@media(min-width:992px){
.other-services > .row:nth-child(2n+1){
   flex-direction: row-reverse; 
}
.other-services > .row:nth-child(2n+1) .pl-md-3{
    padding-right: 1rem
}
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
     svg{
         max-height:2rem
     }
 }