body{
    background: #070707;
    font-family: 'Dosis', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
h1, h1, h3,h4,h5,h6,p,a,span{
    font-family: 'Dosis', sans-serif;
    font-family: 'Open Sans', sans-serif;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1600px;
}
.modal{
    z-index: 99999;
}
.img-pop{
    cursor: pointer;
}
/*header*/
.header-logo{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
}
.header-top{
    padding: 10px 0;
}
.header-top p{
    font-family: Dosis;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #F0EBE7;
    margin-bottom: 5px;
}
.header-top p span{
    font-family: Dosis;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
}
.header-top p a{
    font-family: Dosis;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0em;
    color: #FFB800
}
.top-contact a{
    display: inline-block;
    color: var(--f-0-ebe-7, #F0EBE7);
    text-align: center;
    font-family: Dosis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.top-contact a span{
    color: var(--f-0-ebe-7, #F0EBE7);
    text-align: center;
    font-family: Dosis;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.top-contact a:last-child{
    margin-left: 10%;
}

/*footer*/
.footer-copyright{
    background: #1B1B1B;
    padding: 15px 0;
}
.footer-copyright p{
    margin-bottom: 0;
}
.footer-copyright p.copyright{
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #D8D1CA;
}
.copyright-contact a{
    display: inline-block;
    font-family: Dosis;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    color: #D8D1CA;
}
.devid{
    margin: 0 15px;
}
.footer-text{
    width: 100%;
    max-width: 750px;
    margin: 40px auto;
}
.footer-text p{
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #D8D1CA;
}
.footer-svg{
    margin-bottom: 10px;
}
.footer-blocks h3{
    font-family: DM Serif Display;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
    color: #FFFFFF;
}
.footer-blocks p{
    font-family: Dosis;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #D8D1CA;
}
.footer-blocks a{
    font-family: Dosis;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #D8D1CA;
}
.footer-blocks{
    position: relative;
}
.footer-top .col-lg-4{
    position: relative;
}
.footer-top .col-lg-4:after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #D9D9D9;
    width: 1px;
    height: 100%;
    opacity: 0.15;
}
.footer-top .container-fluid{
    padding: 30px 15px;
    margin-bottom: 60px;
    position: relative;
}
.footer-top .container-fluid:after{
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #D9D9D9;
    width: 100%;
    height: 1px;
    opacity: 0.15;
}

.socials{
    margin: 0;
    padding: 0;
}
.socials li{
    display: inline-block;
    list-style: none;
}
.socials li a{
    display: block;
    margin-right: 15px;
}
.socials li:last-child a{
    margin-right: 0px;
}
/*contact*/
.contact-form{
    background: #1B1B1B;
    padding: 50px 0;
}
.common-title h2{
    font-family: DM Serif Display;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: 0em;
    color: #ECCA7F;
}
.common-title p{
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #D8D1CA;
}
.common-form label{
    font-family: Dosis;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    color: #D8D1CA;
    margin-bottom: 5px;
}
.common-form input[type=text],
.common-form input[type=email],
.common-form input[type=number],
.common-form textarea{
    background-color: #323232;
    border: 1px solid #323232;
    border-radius: 10px;
    padding: 10px;
    color: white;
    font-weight:normal;
}
.common-form input::placeholder{
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #D8D1CA;
}
.common-form textarea::placeholder{
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #D8D1CA;
}
.common-form input[type=checkbox]{
    background-color: #323232;
    border: 1px solid #323232;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    float: left;
}
.common-form button{
    font-family: Dosis;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #1B1B1B;
    padding: 20px 30px;
    background-color: #ECCA7F;
    border: 1px solid #ECCA7F;
    transition: background-color 1s;
}
.common-form button:hover{
    font-family: Dosis;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #1B1B1B;
    padding: 20px 30px;
    background-color: #FFFFFF;
    border: 1px solid #ECCA7F;
}
.display-table{
    display: table;
    width: 100%;
    height: 100%;
}
.display-table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
}
.cell-middle{
    vertical-align: middle;
}
.cell-top{
    vertical-align: top;
}
.button-class{
    font-family: Dosis;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #1B1B1B;
    padding: 20px 30px;
    background-color: #ECCA7F;
    border: 1px solid #ECCA7F;
    display: inline-block;
    border-radius: 10px;
    transition: background-color 1s, box-shadow 0.5s;
    
}
.button-class:hover{
    font-family: Dosis;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #1B1B1B;
    padding: 20px 30px;
    background-color: #ffffff;
    border: 1px solid #ECCA7F;
    display: inline-block;
    border-radius: 10px;
    -moz-box-shadow: 0 0 5px 5px rgba(255,255,255,0.6);
    -webkit-box-shadow: 0 0 5px 5px rgba(255,255,255,0.6);
    box-shadow: 0 0 5px 5px rgba(255,255,255,0.6);
}
/*banner*/
.banner-section .container{
    /*
    background-image: url(img/hero.png);
    background-repeat: no-repeat;
    background-size: 890px auto;
    background-position: top right;
    */
}
.hero-text{
    padding: 230px 0 100px 0;
}
.hero-text h2{
    font-family: DM Serif Display;
    font-size: 150px;
    font-weight: 400;
    line-height: 110px;
    letter-spacing: 0em;
    color: #ECCA7F;
    margin-bottom: 20px;
}
.hero-text h3{
    font-family: DM Serif Display;
    font-size: 96px;
    font-weight: 400;
    line-height: 88px;
    letter-spacing: 0em;
    color: #ECCA7F;
    margin-bottom: 0;
}
.hero-text p{
    font-family: Dosis;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    color: #FFFFFF;
}
.hero-text a{
    
    margin-bottom: 20px;

}
.hero-footer{
    background: #1B1B1B;
    padding: 50px 0;
    border-radius: 20px;
    margin-top: -80px;
    position: relative;
    z-index: 9;
}
.hero-blocks {
    position: relative;
}
.hero-blocks p{
    font-family: Dosis;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: center;
    color: #D8D1CA;
    margin-bottom: 0;
}
.hero-footer .col-lg-4{
    position: relative;
}
.hero-footer .col-lg-4:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: #D9D9D9;
    width: 1px;
    height: 100%;
    opacity: 0.15;
}
.hero-footer .col-lg-4:last-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    width: 1px;
    height: 100%;
}
.hero-svg{
    margin-bottom: 5px;
}
/*despre noi*/
.desprenoi{
    padding: 100px 0;
}
/*for who */
.forwho{
    padding: 50px 0;
}
.single-person{
    margin-bottom: 10px;
    
}
.single-person .person-block-text{
    padding: 20px;
    background-color: transparent;
}
.single-person:hover .person-block-text{
    padding: 20px;
    background-color: #1B1B1B;
}

.img-block{
    width: 100%;
    height: 495px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.person-block-text{
    border-radius: 0px 0px 20px 20px ;
    padding: 0;
    transition: padding 1s ease, background-color 1s ease;
    -webkit-transition: padding 1s ease, background-color 1s ease;
    -moz-transition: padding 1s ease, background-color 1s ease;
    -o-transition: padding 1s ease, background-color 1s ease;
}
.person-block-text h3{
    font-family: DM Serif Display;
    font-size: 36px;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: 0em;
    text-align: left;
    color: #F0EBE7;
}
.person-block-text p{
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
    color: #F0EBE7
}
/*bestseller*/
.bg-primary{
    background-color: transparent !important;
}
.bg-secondary {
    background-color: transparent !important;
}
.bestseller{
    /*padding: 100px 0;*/
}
.bestseller-img{
    width: 100%;
    height: 370px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
    border-radius: 10px;
    background-color: #1B1B1B;
}
.best-seller-block{
    padding: 30px;
    border-radius: 10px;
    background-color: #1B1B1B;
}
.best-seller-block h4{
    font-family: DM Serif Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    color: #F0EBE7;
    margin-bottom: 0px;
}
.best-seller-block p{
    font-family: DM Serif Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    color: #F0EBE7;
}
.testimonials-slider-wrap .bx-wrapper .bx-prev {
    left: 0;
    background: none;
    left: 0;
    margin-right: 10px;
}
.testimonials-slider-wrap .bx-wrapper .bx-next {
    right: 0;
    background: none;
    right: 0;
}
.testimonials-slider-wrap .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    margin-top: 0;
    position: relative;
}
.testimonials-slider-wrap{
    height: 100%;
}
.testimonials-slider-wrap li{
    height: 100%;
}
.bx-controls{
    margin-top: 15px;
}

/*location*/
.location{
    margin: 100px 0;
    background-color: #1B1B1B;
    overflow: hidden;
}
.location .container-fluid > .row{
    margin: 0 -25px;
}
.img-block-full img{
    width: 100%;
    height: 100%;
}
.background-right-full{
    /*width: 950px;*/
}
.svg-text-svg{
    display: inline-block;
    margin-right: 10px;
}
.svg-text-text{
    display: inline-block;
}
.svg-text-svg svg{
    margin-top: -140px;
}

/*gallery*/
.gallery-single{
    width: 100%;
    height: 284px;
    position: relative;
    border-radius: 10px;
    transition: z-index 1s;
}
.gallery-single .gallery-single-inner{
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    padding: 10px;
    background-color: transparent;
    position: relative;
    z-index: 9;
}
.gallery-single:after{
    content: "";
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 6px solid #ECCA7F;
}
.gallery-single:hover:after{
    z-index: 9;
    transition: z-index 1s;
}
.gallery-wrap .bx-wrapper .bx-prev {
    left: 0;
    background: none;
    left: 0;
    margin-right: 10px;
}
.gallery-wrap .bx-wrapper .bx-next {
    left: 0;
    background: none;
    left: 0;
    margin-right: 10px;
}
.gallery-wrap .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    margin-top: 0;
    position: relative;
}
/*specialists*/
.specialists{
    /*padding: 100px 0;*/
}
.spe-block{
    background-color: transparent;
    border-radius: 10px;
    padding: 8px 8px 20px 8px;
    margin-bottom: 10px;
    transition: background-color 1s;
}
.spe-img{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.spe-block h4{
    font-family: DM Serif Display;
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: 0em;
    text-align: center;
    color: #ffffff;
}
.spe-block p{
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    color: #D8D1CA;
}
.spe-block:hover{
    background-color: #ECCA7F;
}
.spe-block:hover p{
    color: #1B1B1B;
}
/*service*/
.service{
    /*padding: 100px 0;*/
}
.service-slider{
    height: 100%;
}
.service-slider li{
    height: 100%;
}
/*testimonials*/
.testimonials{
    padding: 100px 0;
}
.testimonials-block{
    
}
.testimonials-slider{
    height: 100%;
}
.testimonials-slider li{
    padding: 30px;
    border-radius: 10px;
    background-color: #1B1B1B;
} 
.testimonials-block p.testi-main{
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #D8D1CA;
    margin-bottom: 20px;
    min-height: 315px;
}
.testimonials-block .ratings{
    text-align: left;
    color: #D8D1CA;
    margin-bottom: 50px;
}
.testimonials-block h4 {
    font-family: DM Serif Display;
    font-size: 32px;
    font-weight: 400;
    line-height: 10px;
    letter-spacing: 0em;
    text-align: left;
    color: #F0EBE7;
    margin-bottom: 0px;
}
.testimonials-block p.testi-sub {
    font-family: DM Serif Display;
    font-size: 16px;
    font-weight: 400;
    line-height: 44px;
    letter-spacing: 0em;
    text-align: left;
    color: #F0EBE7;
}
.testimonials-block i{
    color: #EDDC93;
}
.best-slider-wrap .bx-wrapper .bx-prev {
    left: 0;
    background: none;
    left: 0;
    margin-right: 10px;
}
.best-slider-wrap .bx-wrapper .bx-next {
    right: 0;
    background: none;
    right: 0;
}
.best-slider-wrap .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    margin-top: 0;
    position: relative;
}
.best-slider-wrap{
    height: 100%;
}
.best-slider-wrap li{
    height: 100%;
}
.bx-controls{
    margin-top: 35px;
}


.bx-wrapper{
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
    background: none !important;
}
.service-slider-block{
    padding: 8px 8px 12px 8px;
    border-radius: 10px;
    background: var(--1-b-1-b-1-b, #1B1B1B);
    height: 100%;
}
.service-slider-block h4{
    color: #FFF;
    text-align: center;
    font-family: DM Serif Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}
.service-slider-block p{
    color: var(--d-8-d-1-ca, #D8D1CA);
    text-align: center;
    font-family: Dosis;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #D8D1CA;
    margin-bottom: 0;
}
.service .bx-wrapper .bx-prev {
    left: 0;
    background: none;
    left: -75px;
}
.service .bx-wrapper .bx-next {
    right: 0;
    background: none;
    right: -45px;
}
.service .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    margin-top: -25px;
}
.service-slider-block .service-slider{
    height: 100%;
}
.service-slider-block .service-slider li{
    height: 100%;
}

.big-svg{
    max-width: 1070px;
    width: 100%;
    margin: auto;
}


.slider-content{
    position: relative;
    z-index: 9;
}
@media(max-width:767px){
    .bestseller .col-lg-8{
        right: 0 !important;
    }
    .testimonials .col-lg-8{
        right: 0 !important;
    }
    .svg-block{
        margin-bottom: 30px !important;
    }
    .background-right-full{
        width: 100%;   
        margin-top: 30px;
    }
    .form-group{
        margin-bottom: 10px;
    }
    .best-seller-block {
        padding: 10px 10px 10px 10px !important;
    }
    .testimonials-block {
        padding: 10px 10px 10px 10px !important;
    }
    section{
        margin: 0 !important;
        padding: 0 !important;
        padding-bottom: 0 15px !important;
    }
    .bx-wrapper{
        margin-bottom: 0 !important;
    }
    .header-top{
        padding-top: 10px !important;
    }
}
@media(max-width:1760px){
    .service .bx-wrapper .bx-prev {
        left: 0;
        background: none;
        left: 0;
        margin-right: 10px;
    }
    .service .bx-wrapper .bx-next {
        right: 0;
        background: none;
        right: 0;
    }
    .service .bx-wrapper .bx-controls-direction a {
        text-indent: 0;
        margin-top: 0;
        position: relative;
    }
}
@media(max-width:1100px){
    .location .w-75{
        width: 100% !important;
    }
}
.mobile-menu-trigger{
    display: none;
}
@media(max-width:575px){
    .logo-wrap{
        padding-top: 10px;
    }
    /*
    .desktop-menu-trigger{
        display: none;
    }
    */
    .mobile-menu-trigger{
        /*display: block;*/
    }
    .hero-blocks p{
        margin-bottom: 1rem;
    }
}    
/*back to top*/




.progress-wrap {
	position: fixed;
	right: 10%;
    bottom: 10%;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.5);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: rgba(236, 202, 127, 0.6); /* --- Lijn progres kleur --- */
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap span{
    position: absolute;
    left: 17px;
    top: 14px;
}
.bx-controls-direction a:hover svg rect{
    fill: #ECCA7F;
    transition: rect 1s;
}
.bx-controls-direction a:hover svg path{
    fill: #070707;
    transition: path 1s;
}

/*models*/
.modal-content{
    background: #070707;
}
.modal-content h2{
    font-family: DM Serif Display;
    font-size: 48px;
    font-weight: 400;
    color: #D8D1CA;
}
.modal-content p{
    font-family: Dosis;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    color: #D8D1CA;
}
.close{
    background: transparent !important;
    border: none;
}


.manu-mobile-list {
    padding: 0;
    margin: 0;
    margin-bottom: 10%;
    padding-top: 10%;
}

.manu-mobile-list li {
    list-style: none;
}

.manu-mobile-list li a {
    font-family: DM Serif Display;
    font-size: 24px;
    font-weight: 600;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF !important;
    text-decoration: none;
}
.menu-social {
    position: absolute;
    z-index: 99;
        bottom: 5%;
}
.menu-social ul {
    padding: 0;
    margin: 0;
}
.menu-social ul li {
    list-style: none;
    display: inline-block;
}
.menu-social ul li a {
    font-family: Dosis;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF !important;
    text-decoration: none;
    margin-right: 15px;
}









.radio-pagi{
    display: none;
}
/* Slider wrapper*/
/*
.banner-section{
    overflow: hidden;
    height: 100vh;
    position: relative;
}
*/

.css-slider-wrapper {
  display: block;
  background: transparent;
  overflow: hidden;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100vh;
  max-width: 1600px;
  margin: auto;
  padding: 0 15px;
}

/* Slider */
.slider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  -webkit-transition: -webkit-transform 1600ms;
  transition: -webkit-transform 1600ms, transform 1600ms;
  -webkit-transform: scale(1);
  transform: scale(1);
  overflow: hidden;
}

/* Slides Background Color */
.slide-1 {
  background: transparent;
  left: 0;
}
.slide-2 {
  background: transparent;
  left: 100%
}
.slide-3 {
  background: transparent;
  left: 200%
}
.slide-4 {
  background: transparent;
  left: 300%;
}
.slider {
  display: flex;
  justify-content: flex-start;
}
/*
.slider-content {
  width: 635px;
  padding-left: 100px;
}
*/

/* Slider Inner Slide Effect 
.slider .hero-text {
  opacity: 0;
  -webkit-transform: translateX(-500px);
  transform: translateX(-500px);
}

.slider h3 {
  -webkit-transform: translateX(00px);
  transform: translateX(00px);
}

.slider > img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateX(500px);
  transform: translateX(500px);
}

.slide-1 > img {
  right: 0;
}

.buy-now-btn {
  background-color: #ea2e49;
  width: 220px;
  height: 50px;
  border-radius: 30px;
  border: none;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 100;
  color: #fff;
  text-align: left;
  padding-left: 35px;
  position: relative;
  cursor: pointer;
  transition: all .2s;
}

.buy-now-btn:hover {
  box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);
}

.buy-now-btn:after {
  content: 'Buy Now';
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  right: 35px;
  top: 18px;
}
/*
.slider .buy-now-btn:focus,
.navigation .login-btn:focus {
  outline: none;
}

/* Animations 

.slider .hero-text {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1s; 
  transition-delay: 1s;
}
.slider > img {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.2s; 
  transition-delay: 1.2s;
}
*/
/*
.slider h3 {
  -webkit-transition: opacity 800ms, -webkit-transform 800ms;
  transition: transform 800ms, opacity 800ms;
  -webkit-transition-delay: 1.4s; 
  transition-delay: 1.4s;
}
*/


/* Number Pagination */
/*
.number-pagination {
  position: absolute;
  bottom: 30px;
  right: 100px;
  font-family: "Oswald";
  font-weight: bold;
}

.number-pagination span {
  font-size: 30px;
  color: #ea2e49;
  letter-spacing: 4px;
}

.number-pagination span:after {
  content: "/4";
  font-size: 16px;
  color: #fff;
}
*/



/* Slider Pagger 
.slider-pagination {
    position: absolute;
    bottom: 70px;
    width: 100%;
    left: 50px;
    z-index: 1000;
    display: flex;
    align-items: center;
}
.slider-pagination label {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
}

/* Slider Pagger Event 
.slide-radio1:checked ~ .slider-pagination .page1,
.slide-radio2:checked ~ .slider-pagination .page2,
.slide-radio3:checked ~ .slider-pagination .page3,
.slide-radio4:checked ~ .slider-pagination .page4 {
  width: 14px;
  height: 14px;
  border: 2px solid #ECCA7F;
  background: transparent;
}
.slide-radio1:checked ~ .slide-1 .hero-text,
.slide-radio2:checked ~ .slide-2 .hero-text,
.slide-radio3:checked ~ .slide-3 .hero-text,
.slide-radio4:checked ~ .slide-4 .hero-text,
.slide-radio1:checked ~ .slide-1 > img,
.slide-radio2:checked ~ .slide-2 > img,
.slide-radio3:checked ~ .slide-3 > img,
.slide-radio4:checked ~ .slide-4 > img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1
}
/* Slider Slide Effect */
/*
.slide-radio1:checked ~ .slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slide-radio2:checked ~ .slider {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.slide-radio3:checked ~ .slider {
  -webkit-transform: translateX(-200%);
  transform: translateX(-200%);
}
.slide-radio4:checked ~ .slider {
  -webkit-transform: translateX(-300%);
  transform: translateX(-300%);
}
*/



/* Responsive */
@media only screen and (max-width: 768px) {

  /*  
  .slider-content {
    padding: 0 2%
  }

  .navigation {
    padding: 0 2%;
  }

  .navigation-left {
    display: none;
  }

  .number-pagination {
    right: 2%;
  }
  .slider-pagination {
    left: 2%;
  }

  .slider .buy-now-btn {
    padding: 0 15px;
    width: 175px;
    height: 42px;
  }

  .slider .buy-now-btn:after {
    top: 15px;
  }

  .slider > img {
    right: 2%;
  }

  .slide-1 > img {
    right: -110px;
  }
  
  */
}
@media only screen and (max-width: 950px) {
    .hero-text h2 {
        font-size: 100px;
    }
    .hero-text h3 {
        font-size: 56px;
    }
    #img-src{
        width: 100% !important;
        height: auto !important;
    }
}   
@media only screen and (max-width: 768px) {
    /*
    .slider-pagination{
        display: none;
    }
    .slider > img {
        right: 0;
        width: 104%;
        height: auto;
        position: relative;
        left: -15px;
    }
    */
    .hero-footer{
        margin-top: 0px;
    }
    .banner-section{
        height: auto;
    }
    .header-logo {
        position: relative;
        padding: 15px 0 !important;
    }
    .header-logo svg{
        width: 75px;
        height: 50px;
    }
    /*
    .css-slider-wrapper{
        height: auto;
    }
    
    .slider{
        position: relative;
    }
    .hero-text {
        padding: 0;
    }
    .slide-2{
        display: none;
    }
    .hero-text h2 {
        font-size: 80px;
    }
    .css-slider-wrapper {
        padding: 0 0;
    }
    */
    .hero-text h2 {
        font-size: 80px;
    }
    .top-contact-svg{
        display: none;
    }
    .top-contact{
        text-align: center !important;
    }
    /*
    .slider img{
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }
    .slider-content{
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
    }
    */
}
@media only screen and (max-width: 575px) {
    .hero-footer .col-lg-4:after {
        content: "";
        position: absolute;
        right: 0;
        top: auto;
        left: 0;
        bottom: 0;
        margin: auto;
        background-color: #D9D9D9;
        width: 20%;
        height: 1px;
        opacity: 0.15;
    }
    .hero-blocks {
        position: relative;
        padding-bottom: 8px;
        display: block;
    }
    .hero-footer .col-lg-4:nth-child(2) .hero-blocks{
        padding-top: 20px;
    }
    .hero-footer .col-lg-4:nth-child(3) .hero-blocks{
        padding-top: 20px;
    }
    .hero-text h2 {
        font-size: 70px;
        line-height: 50px;
    }
    .hero-text h3 {
        font-size: 60px;
        line-height: 110px;
    }
    .header-top .text-start{
        text-align: center !important;
    }
    
    .footer-top .col-lg-4{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .footer-top .col-lg-8 .col-lg-4:after {
        content: "";
        position: absolute;
        right: 0;
        top: auto;
        background-color: #D9D9D9;
        width: 20%;
        height: 1px;
        opacity: 0.15;
        left: 0;
        bottom: 0;
        margin: auto;
    }
    .footer-copyright .text-start{
        text-align: center !important;
    }
    .footer-copyright .text-end{
        text-align: center !important;
    }
    /*
    .slider-top-text{
        margin-bottom: 30px;
    }
    .hero-img{
        display: none;
    }
    .hero-text .button-class{
        display: table;
        margin: auto;
        margin-bottom: 20px;
    }
    */
    .bestseller-img {
        height: 300px;
    }
    .testimonials-block h4 {
        font-size: 22px;
    }
    .best-seller-block h4 {
        font-size: 22px;
    }
    section{
        margin-bottom: 50px !important;
    }
}
@media only screen and (max-width: 767px) {
    
    .hero-text h2 {
        font-size: 16vw;
        line-height: 80px;
    }
    .hero-text h3 {
        font-size: 66px;
        line-height: 88px;
    }
    
    
}    
/*page loader*/
.page-loader{
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
    text-align: center;
    padding-top: 22%;
    display: block;
}
.page-loader circle{
    fill: #ECCA7F;
}











.flexslider {
		width: 100%;
        margin: 0 auto;
        box-shadow: none;
        border: none;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
}
.flexslider .slides img {
        position: absolute;
        right: 0;
        width: auto;
        height: 106%;
}    
.flexslider li {
		position: relative;
}

.flexslider li:not(.flex-active-slide) h3,
.flexslider li:not(.flex-active-slide) h2 {
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeOutLeft;
		animation-name: fadeOutLeft;
}

.flexslider li.flex-active-slide h3,
.flexslider li.flex-active-slide h2 {
		-webkit-animation-duration: .6s;
		animation-duration: .6s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: fadeInLeft !important;
		animation-name: fadeInLeft !important;
}


.flex-direction-nav {
		position: absolute;
		top: 0;
		left: 30px;
}

.flex-direction-nav a {
		text-decoration: none;
		display: block;
		width: 30px;
		height: 30px;
		background-color: #333;
		margin: -20px 0 0;
		position: absolute;
		top: 50px;
		z-index: 10;
		overflow: hidden;
		opacity: .5;
		cursor: pointer;
		color: #fff;
		-webkit-transition: all .3s ease;
		-moz-transition: all .3s ease;
		transition: all .3s ease;
}

.flex-direction-nav .flex-prev {
		text-align: left;
		left: -10px;
}

.flex-direction-nav .flex-next {
		text-align: right;
		left: 30px;
}

.flexslider:hover .flex-prev {
		left: -10px;
}

.flexslider:hover .flex-next {
		left: 30px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
		opacity: 1;
}

.flex-direction-nav a:before {
		font-family: FontAwesome;
		content: '\f104';
		font-size: 25px;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		top: 0;
		padding: 2px;
		font-size: 19px;
    line-height: 27px;
}

.flex-direction-nav a.flex-next:before {
		content: '\f105';
}

@-webkit-keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(100%, 0, 0);
				transform: translate3d(100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@keyframes fadeInLeft {
		0% {
				opacity: 0;
				-webkit-transform: translate3d(100%, 0, 0);
				transform: translate3d(100%, 0, 0);
		}
		100% {
				opacity: 1;
				-webkit-transform: none;
				transform: none;
		}
}

@-webkit-keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}

@keyframes fadeOutLeft {
		0% {
				opacity: 1;
		}
		100% {
				opacity: 0;
				-webkit-transform: translate3d(-100%, 0, 0);
				transform: translate3d(-100%, 0, 0);
		}
}


.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0,0,0,.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -o-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border-radius: 100px;
    background: #fff;
}
.flex-control-paging li a.flex-active {
    background: #000;
    background: #ECCA7F;
    cursor: default;
}
.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 13%;
    text-align: left;
}
.hero-img img{
    max-width: 400px !important;
    height: auto !important;
    position: relative !important;
    width: 100% !important;
}
@media(max-width: 991px){
    .flexslider .slides img {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        left: 0;
        margin: auto;
    }
    .hero-text {
        padding: 0;
    }
    .hero-footer {
        background: #1B1B1B;
        padding: 50px 0;
        border-radius: 20px;
        margin-top: 0px;
        position: relative;
        z-index: 9;
    }
    .flex-control-nav {
        width: 100%;
        position: absolute;
        bottom: 10px;
        text-align: left;
    }
}
.modal-dialog ul{
    padding: 15px;
    margin: 0;
}
.modal-dialog ul li{
    color: #ECCA7F
}
#examplepdc .modal-dialog a{
    color: #ECCA7F
}
.modal-body{
    height: 100%;
}
.anchor-link-2{
    font-family: Dosis;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
    color: #1B1B1B;
    padding: 20px 30px;
    background-color: #ECCA7F;
    border: 1px solid #ECCA7F;
    display: inline-block;
    border-radius: 10px;
    transition: background-color 1s, box-shadow 0.5s;
}
.close{
    font-family: Dosis;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.service img{
    max-width: 450px;
    width: 100%;
}
.bx-viewport{
    height: 100%;
}

.video-container {
  position: relative;
  width: 100%;
}

/*
@media(max-width:575px){
    .video-container{
       position: relative;
  width: 100%;
    }


.video {
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -1;
  margin: 0 auto;
  object-fit: cover;
  transition: opacity 0.5s ease;
  opacity: 1 !important;
}
*/
@media(max-width: 767px) {
    #location #video-container {
        position: relative;
        width: 100%;
    }
    #video-container video{
        height: 400px !important;
        min-height: 400px !important;
        margin: auto !important;
        width: 100% !important;
    }
}    