       :root {
/*            --base-color: #27b0f1;*/
             --base-color: #fff !important;
            --border: 1px solid #eee;
            --text-color: #565a5c;
            --card-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
        }
.d-none{
  display:none !important;
}

        /*.card-block {
            box-shadow: var(--card-shadow);
            background-color: #fff;
            margin: 1em 0;
        }*/

        .card-block-title {
            margin: 0.5em 0;
            font-size: 1.5em;
            font-weight: 600;
        }

        .owl-carousels .owl-nav button.owl-prev,
        .owl-carousels .owl-nav button.owl-prev,
        .owl-carousels button.owl-dot.owl-nav {
            position: absolute;
            left: 20px;
            top: 50%;
            background-color: var(--base-color) !important;
            display: block;
            padding: 0 0.3em !important;
            font-size: 3em;
            margin: 0;
            cursor: pointer;
            color: #fff;
            transform: translate(-50%, -50%);
        }

        .owl-carousels .owl-nav button.owl-next,
        .owl-carousels .owl-nav button.owl-next,
        .owl-carousels button.owl-dot.owl-nav {
            position: absolute;
            right: -23px;
            top: 50%;
            background-color: var(--base-color) !important;
            display: block;
            padding: 0 0.3em !important;
            font-size: 3em;
            margin: 0;
            cursor: pointer;
            color: #000 !important;
            transform: translate(-50%, -50%);
        }

        .deals .owl-carousels .itembox img {
            width: 100%;
/*          height: 350px;*/
            margin: 0 auto;
            text-align: center;
        }

        .owl-theme .owl-nav [class*="owl-"]:hover {
            background-color: #fff;
        }

        .deals .owl-carousels .itembox figure {
            margin: 0;
        }

        .deals .owl-carousels .itembox figure a {
            display: block;
            text-align: center;
            max-width: 100%;
            transition: all 0.3s;
            padding: 3em;
            text-decoration: none;
            color: #565a5c;
        }

        .deals .owl-carousels .item figure a:hover {
            box-shadow: 0 11px 13.35px 1.65px rgba(148, 148, 148, 0.23);
            transform: scale(1.1);
        }
         .itembox{
            width: 100%;
            height: 330px;
            overflow: hidden;
            background-color: #704a10;
            border-radius: 10px;
         }
        .itembox img{
            position: relative;
            transition: .5s;
        }
        .deals{
            width: 100%;
            float: left;
            margin: 16px 0;
        }
        .overlay{
            border-radius: 0px 0px 70px 70px ;
            position: absolute;
            top: 58%;
            left: 50%;
            z-index: 1;
            width: 100%;
            height: 350px;
            color: #fff !important;
            padding: 200px 20px 10px;
            text-align: center;
            transform: translate(-50%,-50%);
            /*background: rgb(1,71,105);
            background: linear-gradient(0deg, rgba(1,71,105,1) 29%, rgba(255,208,0,0) 100%);*/
           background: rgb(2,0,36);
           background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(95,62,19,0.9948354341736695) 55%, rgba(112,74,16,1) 100%);
        }
        .overlay h1{
            font-size: 18px;
            color: #fff !important;
        }
        .overlay p{
            font-size: 14px;
        }
        .itembox:hover img{
            transform: scale(1.2);
            transition: .5s;
        }
        .cardimg{
            position: absolute;
            top: 30%;
            left: 23%;
            z-index: 2;
            display: none;
        }
        .cardimg a{
            display: inline-block;
        }
        .w-icon{
            width: 60px !important;
            height: 60px !important;
            border-radius: 50%;
            border: 3px #fff solid;
        }
        .itembox:hover .cardimg{
            display: block;
        }
       /* .owl-controls{
          display: none !important;
        }*/
          .yt-btn{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    background: #cdc8c880;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    z-index: 999;
    box-shadow: 0 10px 30px rgba(0,0,0,0.35);
    transition: 0.3s ease;
}

/* Font Awesome Icon */
.yt-btn i{
    color: #fff;
    font-size: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    line-height: 1;
}

/* Hover Effect */
.yt-btn:hover{
    transform: translate(-50%, -50%) scale(1.08);
    background: #a49e9e;
}
/* ==========================
   TESTIMONIAL SECTION
========================== */
/* ==========================
   TESTIMONIAL SECTION ONLY
========================== */

.testimonials{
    padding:10px 0;
    background:#fff;
    overflow:hidden;
}

.testimonials .section-title{
    text-align:center;
    margin-bottom:50px;
}

.testimonials .section-title h2{
    font-size:42px;
    font-weight:700;
    color:#8b5e13;
    position:relative;
    display:inline-block;
    margin-bottom:20px;
}

.testimonials .section-title h2::after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-10px;
    transform:translateX(-50%);
    width:120px;
    height:3px;
    background:#8b5e13;
    border-radius:10px;
}

/* ==========================
   CARD
========================== */

#customers-testimonials .item{
    padding:15px;
}

#customers-testimonials .shadow-effect{
    background:#fff;
    border-radius:20px;
    padding:20px 16px;
    min-height:380px;
    text-align:center;
    border:1px solid #ececec;
    box-shadow:0 8px 25px rgba(0,0,0,.08);
    transition:.4s;
    position:relative;
}

#customers-testimonials .shadow-effect::before{
    content:"❝";
    position:absolute;
    top:-40px;
    left:20px;
    font-size:125px;
    color:#ff6700;
    opacity:.25;
}

#customers-testimonials .shadow-effect:hover{
    transform:translateY(-8px);
}

/* ==========================
   IMAGE
========================== */

#customers-testimonials .imghigh{
    width:100px !important;
    height:100px !important;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto 20px;
    border:4px solid #d4a13a;
    padding:3px;
    background:#fff;
}

/* ==========================
   TEXT
========================== */

/* #customers-testimonials .shadow-effect p{
    font-size:16px;
    line-height:1.7;
    color:#555;
    margin:15px 0;
} */

#customers-testimonials .shadow-effect span{
    font-size:16px;
    line-height:1.7;
    color:#fff;
    margin:15px 0;
}

#customers-testimonials .shadow-effect p b{
    display:block;
    margin-top:10px;
    color:#222;
    font-size:20px;
    font-weight:700;
}

#customers-testimonials .shadow-effect a{
    color:#c58b1d;
    font-weight:600;
    text-decoration:none;
}

#customers-testimonials .shadow-effect a:hover{
    color:#8b5e13;
}

/* ==========================
   DESIGNATION
========================== */

#customers-testimonials .testimonial-name{
    background:linear-gradient(135deg,#c58b1d,#8b5e13);
    color:#fff !important;
    padding:14px 18px;
    margin-top:20px;
    border-radius:12px;
    font-size:14px;
    font-weight:600;
    line-height:1.5;
    text-transform:none;
    min-height:70px;

    display:flex;
    align-items:center;
    justify-content:center;
}

/* ==========================
   CENTER CARD
========================== */

#customers-testimonials .owl-item{
    opacity:.65;
    transition:.4s;
}

#customers-testimonials .owl-item.active{
    opacity:.9;
}

#customers-testimonials .owl-item.center{
    opacity:1;
}

#customers-testimonials .owl-item.center .shadow-effect{
    border:2px solid #d4a13a;
    transform:translateY(-12px);
    box-shadow:0 15px 40px rgba(212,161,58,.25);
}

/* ==========================
   DOTS
========================== */
/*
#customers-testimonials .owl-dots{
    text-align:center;
    margin-top:25px;
}

#customers-testimonials .owl-dot{
    display:inline-block;
}

#customers-testimonials .owl-dot span{
    width:12px;
    height:12px;
    margin:5px;
    border-radius:50%;
    border:2px solid #c58b1d;
    background:transparent !important;
    display:block;
}

#customers-testimonials .owl-dot.active span{
    background:#c58b1d !important;
}*/

/* ==========================
   NAVIGATION
========================== */

#customers-testimonials .owl-prev,
#customers-testimonials .owl-next{
    position:absolute;
    top:45%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border-radius:50% !important;
    background:#fff !important;
    box-shadow:0 5px 15px rgba(0,0,0,.1);
    color:#8b5e13 !important;
    font-size:25px !important;
}

#customers-testimonials .owl-prev{
    left:-20px;
}

#customers-testimonials .owl-next{
    right:-20px;
}

/* ==========================
   MOBILE
========================== */

@media(max-width:991px){

    .testimonials .section-title h2{
        font-size:34px;
    }

    #customers-testimonials .shadow-effect{
        min-height:340px;
    }
}

@media(max-width:767px){

    .testimonials{
        margin-top:-45px;
        padding:1px 0;
    }

    .testimonials .section-title h2{
        font-size:28px;
    }

    #customers-testimonials .shadow-effect{
        min-height:auto;
        padding:25px 18px;
    }

    #customers-testimonials .imghigh{
        width:85px !important;
        height:85px !important;
    }

    #customers-testimonials .shadow-effect p{
        font-size:15px;
    }

    #customers-testimonials .testimonial-name{
        font-size:13px;
        padding:12px;
    }

    #customers-testimonials .owl-item.center .shadow-effect{
        transform:none;
    }

    #customers-testimonials .owl-prev,
    #customers-testimonials .owl-next{
        display:none !important;
    }
}

:root{
    --base-color:#27b0f1;
    --border:1px solid #eee;
    --text-color:#565a5c;
    --card-shadow:0 2px 4px 0 rgba(0,0,0,.08);
}

.d-none{
    display:none!important;
}

/* ==========================
   SECTION
========================== */

.bg_home_color{
    background:#f5edd5;
    /* padding:10px 0; */
}

.padbot{
    margin-bottom:-14px;
}

.team-member-rowi2{
    display:flex;
    flex-wrap:wrap;
}

.team-member-rowi2 > div{
    display:flex;
}

/* ==========================
   CARD DESIGN
========================== */

.featuresboxes{
    background:#fff;
    border-radius:20px;
    padding:25px 20px;
    text-align:center;

    border:1px solid #eadfcb;
    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.4s ease;
    position:relative;
    overflow:hidden;

    display:flex;
    flex-direction:column;

    width:100%;
    height:88%;
}

.featuresboxes::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(90deg,#704a10,#c58b1d);
}

.featuresboxes::after{
    content:"";
    position:absolute;
    top:-60px;
    right:-60px;
    width:140px;
    height:140px;
    border-radius:50%;
    background:rgba(197,139,29,.05);
}

.featuresboxes:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.fbox-content{
    display:flex;
    flex-direction:column;
    height:100%;
}

/* ==========================
   ICON
========================== */

.textali{
    text-align:center;
}

.fnsize{
    width:80px;
    height:80px;
    line-height:80px !important;

    border-radius:50%;
    background:linear-gradient(135deg,#c58b1d,#704a10);

    color:#fff;
    font-size:32px !important;

    display:flex !important;
    align-items:center;
    justify-content:center;

    margin:0 auto 20px;

    box-shadow:0 10px 25px rgba(197,139,29,.35);
}

.featuresboxes:hover .fnsize{
    transform:scale(1.05);
}

/* ==========================
   TITLE
========================== */

.tex-ali-ment{
    margin-bottom:15px;
}

.tex-ali-ment a{
    font-size:16px;
    font-weight:700;
    color:#704a10 !important;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.5px;
}

/* ==========================
   CONTENT
========================== */

.contact-text{
    min-height:120px;

    /* display:flex; */
    align-items:center;
    justify-content:center;

    text-align:center;
    font-size:15px;
    line-height:1.7;
    color:#555;
    font-weight:500;

    padding:5px 1px;
    margin-bottom:15px;
}

.contact-text a{
    color:#555;
    text-decoration:none;
}

.contact-text a:hover{
    color:#c58b1d;
}

/* ==========================
   SOCIAL ICONS
========================== */

.social{
    padding:0;
    margin:10px 0 15px;
    list-style:none;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:12px;
}

.social li{
    list-style:none;
}

.social li a{
    width:40px;
    height:40px;

    border-radius:50%;
    background:#f5f5f5;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#704a10;
    transition:.3s;
}

.social li a:hover{
    background:#704a10;
    color:#fff;
}

.social li img{
    max-width:45px;
    border-radius:0!important;
}

/* ==========================
   BUTTON
========================== */

.btn-wrap{
    margin-top:auto;
}

.btn-wrap a{
    display:inline-flex;
    align-items:center;
    justify-content:center;

    width:160px;      /* Fixed Width */
    height:46px;      /* Fixed Height */

    background:linear-gradient(135deg,#c58b1d,#704a10);
    color:#fff !important;

    border-radius:30px;

    font-size:15px;
    font-weight:600;
    text-decoration:none;

    transition:.3s ease;
}

.btn-wrap{
    margin-top:auto;
    text-align:center;
}

.btn-wrap a:hover{
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(112,74,16,.3);
}

/* ==========================
   TABLET
========================== */

@media(max-width:991px){

    .featuresboxes{
        min-height:320px;
    }

    .contact-text{
        min-height:100px;
    }
}

/* ==========================
   MOBILE
========================== */

@media(max-width:767px){

    .bg_home_color{
        padding:50px 0;
    }

    .team-member-rowi2{
        margin-left:10px;
        margin-right:10px;
    }

    .featuresboxes{
        padding:18px 12px;
        border-radius:15px;
        min-height:auto;
        height:auto;
    }

    .fnsize{
        width:65px;
        height:65px;
        line-height:65px!important;
        font-size:24px!important;
        margin-bottom:15px;
    }

    .tex-ali-ment a{
        font-size:14px;
    }

    .contact-text{
        min-height:auto;
        font-size:13px;
        line-height:1.5;
    }

    .social{
        gap:8px;
    }

    .social li a{
        width:34px;
        height:34px;
        font-size:13px;
    }

    .btn-wrap a{
        padding:9px 20px;
        font-size:13px;
    }
}

.div-wraps{
    padding: 0px 0px 20px 0px;
    margin-top: -10px;
}

/* Tablet */
@media only screen and (max-width: 991px){
    .div-wraps{
        margin-top: -5px;
    }
}

/* Mobile */
@media only screen and (max-width: 767px){
    .div-wraps{
        margin-top: 0px;
        padding: 0 0 15px 0;
    }
}

/* Small Mobile */
@media only screen and (max-width: 480px){
    .div-wraps{
        margin-top: 14px;
        padding: 0 0 10px 0;
    }
}
.div-icons{
     padding: 0px 0px 20px 0px;
     margin-top: -72px;
}
/* ==========================
   EXTRA SMALL
========================== */

@media(max-width:480px){

    .featuresboxes{
        min-height:95%;
    }

    .contact-text{
        font-size:12px;
    }

    .tex-ali-ment a{
        font-size:13px;
    }
}

@media(max-width:767px){

    .btn-wrap a{
        width:140px;
        height:42px;
        font-size:13px;
    }

}