:root {
    --main-clr: #b88b0e;
    --main-light-clr: #d7c04b;
}
.single-pricing-box .inner-content {padding: 0 30px}
.single-pricing-box .top .value {font-size: 45px;}
.single-pricing-box .button a {padding: 15px 33px 15px; transition: all 400ms ease !important;}
/* .main-header.style2 .header-right .button a {background-color: #c19742; color: #fff} */
.main-header.style2{background-color: rgba(255, 255, 255, 0.8);}
.main-header.style2.fixed-header {background-color: #fff;}
.main-menu.style2 .navigation li a{color: #000;}
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li > ul > li:hover > a
{color: var(--main-clr);}
.main-menu .navigation li ul li a:before {background: var(--main-clr);}
.main-menu .navigation > li > ul{border-bottom: 3px solid var(--main-clr); width: 255px}

.main-header.style2 .header-right .opening-time p, .main-header.style2 .header-right .opening-time p i{color: #000}

.dropdown-btn, .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
    border: none;
    background:none;
}

/* Start 3d section in about page */
.single-working-steps-box .text-holder p {font-size: 15px; line-height: normal;}
/* End 3d section in about page */
/*services style one in home page */
.single-service-style1 {border-radius: 10px;}
/* Start offer page */
.offer-title {position: relative;}
.title-divider {
    background-color: #c19742;
    display: inline-block;
    margin: auto;
    width: 80px;
    height: 5px
}
.offer-list li{list-style: circle;}
.download-link {background-color: #c19742; color: #fff; font-weight: 400; padding: 10px 25px}
.download-link:hover{color: #fff}
.image-wrap-offer img {    
    max-width: 79%;
    margin-left: auto;
    margin-right: auto;
}
.offer-advant {background-color: rgb(241, 241, 241);}
.offer-advant p {font-weight: 400;}
.section-consulting-title {
    border-right: 2px solid rgb(69, 69, 69);
    padding-right: 30px;
}
@media (max-width: 767px){
    .section-consulting-title {
        border-right: none;
        padding-right: 0px;
    }
}
.btns-to-prices {
    right:0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
.btns-to-prices img{max-width: 150px;}
@media (max-width: 767px){
    .btns-to-prices img{max-width: 115px;}
}
/* End offer page */

/* Start Prices page */
.prices-section {background-color: rgb(241, 241, 241);}
.prices-section .price-item {border-bottom:1px solid #c19742; padding: 5px 0px}
/* End Prices page */

/* Start services section in home page */
.agreement-right-content ul li .active .icon-holder .fa-check{color: #fff;}
.agreement-right-content ul li .active .icon-holder, .nav-pills .show > .nav-link {background: var(--main-clr)}
.nav-pills .nav-link.active{background-color: transparent;}
.tab-content .agreement-content .sec-title .title{font-size: 30px; line-height: normal;}

/* Start rtation animation */
.icon-box {    
    -webkit-animation:spin 5s linear infinite;
    -moz-animation:spin 5s linear infinite;
    animation:spin 5s linear infinite;
}
@-moz-keyframes spin { 
    100% { -moz-transform: rotate(360deg); } 
}
@-webkit-keyframes spin { 
    100% { -webkit-transform: rotate(360deg); } 
}
@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}
/* End rtation animation */
/* footer */
.footer-logo img {max-width: 230px;}
.single-footer-widget {z-index: 2;}
.footer-area {   
    background: #ffffff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.footer-area .company-info,
.single-footer-widget .explore-links li a,
.single-footer-widget .legal-links li a,
.single-footer-widget .title h3,
.contact-info p,
.single-footer-widget .contact-info li .text p
 {color: #000}
.agreement-content .sec-title h3 {color: var(--main-clr);}
.tab-content .agreement-content .sec-title h3 {color:#fff}
.single-footer-widget .explore-links li a:hover,
.single-footer-widget .explore-links li a:hover:before,
.single-footer-widget .legal-links li a:hover,
.single-footer-widget .legal-links li a:hover:before
{color: var(--main-clr)}

/*whatsapp button*/
.whatsapp-btn{
    line-height: 1em;
    margin-bottom: 10px;
    border-radius: 3px;
    color: rgb(255, 255, 255);
    margin-right: auto;
    padding:15px 20px;
    border: 1px solid #fff;
    text-align: center;
}
.whatsapp-btn:focus{border: 1px solid rgb(253, 242, 2);}
.whatsapp-btn:hover {
    color: rgb(255, 255, 255);    
    border: 1px solid rgb(253, 242, 2);
}

.contact-info-content .inner-content ul li p {color: var(--main-clr)}
.main-golden-clr {color: var(--main-clr)}
.slogan-area-style1 {background-color: var(--main-clr)}
/* .btn-one {background-color: var(--main-clr)} */
/* Start cookies alert */
.cookies-overlay {
    display: flex;
    position: fixed;
    width: 100%;
    right:0;
    left:0;
    bottom:0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999999;
}
.cookies-overlay .cookies-content {
    background-color: #fff;
    display: block;
    padding: 10px 15px;
    max-height: 95vh;
    overflow-y: auto;
}
.cookies-overlay .cookies-content {
    background-color: #fff;
    display: block;
    padding: 15px;
    max-height: 95vh;
    overflow-y: auto;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .9);

}
.cookies-overlay .cookies-title{color: #fff}

@media (max-width: 767px) {
    .cookies-overlay .cookies-title{font-size: 16px;}
    .cookies-overlay .btn-link, .cookies-content a {font-size: 15px;}
    .cookies-overlay .btn-main-style {font-size: 14px;padding: 6px 10px;}
}

.cookies-content .entry-text {font-size: 14px;line-height: 1.4;color: #fff;}
.cookies-content a {text-decoration: underline;color: #ff662a}
.check-cookies {top: 5px;right: 15px;}
.cookies-overlay .btn-link {
    display: block;
    width:100%;
    text-align: left;
    color: #000;
    text-decoration: underline;
}

.cookies-overlay .btn-main-style {
    background-color: #c19742;
    transition: .3s;
    border-radius: 10px;
    border: none;
    outline: none;
    color: #fff;
    padding: 6px 15px;
    font-size: 15px;
}

.cookies-overlay .btn-main-style:hover {background-color: #ff662a;}
.cookies-overlay .text-details {line-height: 1.4;font-size: 13px;}
.all-cookies {position: relative;display: none;}
.title-cookies {border-bottom: 1px solid #ddd;}
.title-cookies .title {float: right;font-size: 18px;}
@media (max-width: 450px) {
    .title-cookies .title {font-size: 14px;}
}

.details-box {
    border: 1px solid var(--main);
    padding: 15px;
    position: absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    background-color: #fff;
    height:100%;
    z-index: 2;
    display: none;
}

.all-cookies .details-close {
    padding: 0;
    background-color: transparent;
    height: 30px;
    outline: none;
    border: none;
}
.all-cookies .details-close i{line-height: 30px;padding: 0 10px;color: var(--main)}
.details-button {
    background-color: #c19742;
    border: none;
    outline: none;
    border-radius: 10px;
    padding: 6px 15px;
    transition: .3s;
    color: #fff;
    font-size: 15px;
}

.details-button:hover {background-color: #ff662a;}
.all-cookies .details-close .back-word {position: relative;top: -6px;left: -3px;}
    /* cookies details content */
    .accordion .custom-style-accordion {
        border: 1px solid rgba(0,0,0,.125) !important;
        border-radius: .25rem !important;
        padding: 5px !important;
    }
    .custom-style-accordion  .card-header {
        border-bottom: 10px;
        border-radius: .25rem !important;
        background-color: rgba(0,0,0,.1);
    }
    .custom-style-accordion .check-details {position:absolute;right: 8px;top: 4px;}

    .custom-style-accordion .btn-link{font-size: 15px;}

    .details-content-box {background-color: rgb(229 229 229)}
    .details-content-box .container-info{overflow: hidden; font-size: 13px;}
    .details-content-box .container-info > div:first-child {
        float: left;
        width: 30%;
        line-height: 1.4;
    }
    .details-content-box .container-info > div:last-child {
        width: 70%;
        float: left;
        word-break: break-word;
        line-height: 1.4;
    }
    .cookie-details {max-height: 94%;overflow-y: auto; min-height: 94%;}

    .cookies-footer .accept-cookies.show-hide {display:none}
    #accordion .card-header {padding: 0;}
/* End cookies alert*/
/* service page */
.single-service-style1 .img-holder::before{background: rgb(215 192 75 / 80%) none repeat scroll 0 0;}
/* Start my style framework*/
img {image-rendering: -webkit-optimize-contrast;}
.f-size-14 {font-size: 14px;}
.preloader {display:none}
.btn-custom-color, .btn-one {background-color: #fff !important; color: #111 !important; border: 1px solid var(--main-light-clr);}
.btn-custom-color:hover, .btn-one:hover {background-color: var(--main-clr) !important; color: #fff !important; border: 1px solid transparent;}
.custom-contact-btn:hover {border: 1px solid #fff} 
.scroll-to-top{background: var(--main-light-clr);}
.single-service-image-box .icon-box {top: calc(50% - 84px);}
.slogan-area-style1 .title h3 a:hover{color: #fff;}
.testimonial-section-one .testimonial-outer .testimonial-text{top: 51%; margin-top: 0;}
.consulting-service-section {background-color: #f5f5f5;}
h3, .services-style1-area .contact-us h3 span,
.agreement-right-content ul li .icon-holder i,
.single-pricing-box .top .value .right,
.single-footer-widget .contact-info li span,
.breadcrumb-area .breadcrumb-menu ul li.active,
.single-service-sidebar .service-pages li a:hover, .single-service-sidebar .service-pages li.active a,
.single-service-sidebar .service-pages li a:hover:before, .single-service-sidebar .service-pages li.active a:before,
.testimonial-section-one .testimonial-outer .testimonial-text p
{color: var(--main-clr)}
.single-gallery-item .img-holder .overlay-style-one .icon-holder a span:before,
.video-holder-box .img-holder .icon-holder .icon .inner a span:before
{background: var(--main-clr)}
.overlay-style-one {background: rgb(215 192 75 / 80%) none repeat scroll 0 0}
.agreement-area:before {background: rgb(215 192 75 / 50%) none repeat scroll 0 0}