* {
    margin: 0;
    padding: 0;
    font-family: 'Frank Ruhl Libre', serif;
}

:root {
    --main-color: #856150;
    --main-color-two: #544438;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #3e3e3e;
}

p {
    color: #7b7a7a;
}

a:hover {
    text-decoration: none;
    color: #fff;
}

header {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center;
    height: 90px;
    margin: auto;
    max-width: 1200px;
}

.home-btn {
    height: 100px;
    width: 100px;
    /* background-color: #eee; */
    text-align: center;
    line-height: 100px;
}

li.live {
    color: #3fac40 !important;
}

.home-btn i {
    height: 60px;
    width: 60px;
    background-color: var(--main-color);
    color: #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 60px;
    font-size: 30px;
    color: #4CAF50;
}

.main-btn {
    padding: 10px 20px;
    display: inline-block;
    background: #3dac3e;
    color: #fff;
    border-radius: 0px 15px;
    font-weight: 600;
}

.top-header ul {
    margin-bottom: 0px;
}

    .top-header ul li {
        display: inline-block;
        margin-left: 20px;
        font-size: 16px;
        color: #fff;
    }

        .top-header ul li a {
            display: inline-block;
            color: #fff;
        }

.logo {
    max-width: 234px;
    display: block;
    position: relative;
    z-index: 1;
    display: block;
    padding: 12px 4px;
    height: 100%;
}

    .logo img {
        max-width: 132px;
    }

    .logo::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        /* background-color: #f1f1f1; */
        height: 100%;
        width: 100%;
        z-index: -1;
    }

.top-header {
    padding: 10px 0;
    background: #1f1a17;
}

    .top-header p {
        color: #fff;
        font-size: 16px;
        margin-bottom: 0px;
    }

.heading-span {
    color: #3dac3e;
    font-size: 20px;
    font-weight: 600;
}

    .heading-span::before {
        content: '';
        height: 3px;
        width: 100px;
        background-color: var(--main-color);
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 13px;
    }

.carousel-item img {
    width: 100%;
    filter: brightness(0.7);
    animation: scaling 15s linear infinite;
}

@keyframes scaling {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

.sbox-4 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 25px;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all 300ms ease-in-out;
}

.sbox-4-txt h5,
.sbox-5-txt h5 {
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.sbox-4-txt::-webkit-scrollbar {
    width: 2px;
}

.sbox-4-txt p,
.sbox-5-txt p {
    color: grey;
    margin-bottom: 0;
}

.sbox-4-icon,
.sbox-5-icon {
    display: inline-block;
    font-size: 60px;
    float: left;
    margin-right: 20px;
    width: 80px;
}

.sbox-4-txt {
    width: calc(100% - 80px);
    height: 135px;
    overflow: auto;
}

.sbox-4-icon img {
    width: 100%;
}

.about-img {
    position: relative;
}

#about-1 .video-square,
#about-2 .video-square {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}

#about-1 .video-square {
    left: 5px;
}

#about-2 .video-square {
    right: 5px;
}

.about-4-img {
    padding-right: 20px;
}

.box-list-icon {
    float: left;
    margin-right: 20px;
}

.about-5-img {
    margin-top: 15px;
}

.about-section {
    padding: 90px 0;
    background-image: url(../img/bg.png);
    background-size: 550px;
    background-position: center left;
    background-repeat: no-repeat;
}



.grey-color {
    color: gray;
}

.sbox-4:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.fa-angle-left,
.fa-angle-right {
    font-size: 40px;
    border: 0px solid;
    padding: 5px 10px;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
}

.slider-data {
    position: absolute;
    bottom: 33%;
    width: 100%;
}

    .slider-data h2 {
        text-align: center;
        font-size: calc(14px + 1.6vw);
        color: #fff;
        text-shadow: 1px 1px 4px #00000082;
        margin: 0;
    }

.service-section {
    background-color: #eee;
    background-image: url(../img/bg2-01.html);
    background-size: 350px;
    background-repeat: repeat;
}

.slider-data p {
    text-align: center;
    font-size: calc(14px + 3vw);
    color: #fff;
    margin: 0;
    font-weight: 600;
    line-height: 70px;
    text-shadow: 1px 1px 4px #00000082;
    margin-bottom: 35px;
}

.slider-data h3 {
    color: #313131;
    font-size: calc(14px + 3vw);
    font-weight: 900;
    text-align: left;
    /* font-family: 'Playfair Display', serif; */
    /* text-shadow: 1px 2px 5px #000; */
}

.btngrpp {
    margin-top: 21px;
    text-align: center;
}

#cta-4 {
    background: url(../img/cta-4.html);
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-size: cover;
}

    #cta-4 .cta-txt {
        padding-left: 0;
    }

/*------------------------------------------*/
/*    CALL TO ACTION TYPOGRAPHY
  /*------------------------------------------*/
h3.h3-xl {
    font-size: 3rem;
}

/* 48px */
.cta-txt h3,
.cta-txt h2 {
    line-height: 1;
    margin-bottom: 10px;
}

#cta-4 .cta-txt h3 {
    color: #fff;
    line-height: 1.15;
    margin-bottom: 20px;
}

#cta-3 .cta-txt h4 {
    line-height: 1;
    margin-bottom: 0;
}

.cta-txt h5 {
    font-weight: 400;
    letter-spacing: 0.25px;
    margin-bottom: 0;
}

.cta-txt p {
    color: #eee;
    font-size: 1.25rem;
    margin-bottom: 0;
}

#cta-4 .cta-txt p {
    margin-bottom: 30px;
}



.cta-btn p {
    font-size: 1.05rem;
    font-family: 'Muli', sans-serif;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 15px;
}

    .cta-btn p span {
        font-weight: 700;
    }



.btn {
    background: var(--main-color);
    color: #fff !important;
    border-radius: 0;
    padding: 7px 25px;
    border-radius: 30px;
}

    .btn:hover {
        background: var(--main-color);
    }

.threepoint {
    padding: 50px 0px;
}

.threebox {
    display: flex;
    padding: 20px;
    gap: 15px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 8%);
}

.threeimg {
    width: 107px;
}

    .threeimg img {
        width: 100%;
    }

.breds {
    background: #fff3e2;
    padding: 50px 0px;
}

.homecatbox {
    border-left: 17px solid var(--main-color);
    position: relative;
    /* border-radius: 50px; */
}

    .homecatbox:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(45deg, #010f2b33, transparent);
        /* border-radius: 30px; */
        z-index: 1;
    }

.homecattext {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 50px;
    padding-left: 30px;
    z-index: 2;
}

.homecatbox img {
    /* border-radius: 30px; */
    transform: scale(1.0);
    transition: all ease .5s;
}

.homecatimg {
    overflow: hidden;
    /* border-radius:30px; */
}

.homecatbox:hover img {
    transform: scale(1.1);
    transition: all ease .5s;
}

.homecattext p {
    color: #fff;
}

.homecattext h4 a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 28px;
}

.petprocess {
    padding: 50px 0px;
}

.processimg {
    border: 20px solid var(--main-color);
    border-radius: 53px;
    margin-bottom: 20px;
}

    .processimg img {
        border-radius: 23px;
    }

.probox {
    text-align: center;
    position: relative;
    width: 80%;
    margin: auto;
}

.count {
    position: absolute;
    right: -25px;
    top: -25px;
    background: #fff;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    line-height: 62px;
    font-weight: 700;
    font-size: 24px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 19%);
    color: var(--main-color);
}

.toppets {
    padding: 50px 0px 0px;
    background-image: url(../img/bannerlisting.jpg);
    background-size: var(--main-color);
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}

.toppets2 {
    background: #f6f5f5;
}

.toppets::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.cbox-3 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    /* margin: auto; */
}

    /* .cbox-3 img{
    min-width: 265px;
    min-height: 265px;
  } */
    /* .cbox-3:hover .hover-overlay img {
    transform: scale(1.2);
  } */

    .cbox-3:hover .item-overlay {
        opacity: 1;
        background-color: rgba(0, 0, 0, 0.45);
    }

.item-overlay {
    opacity: 1;
    -moz-opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .5));
    transition: all 400ms ease-in-out;
}

.hover-overlay {
    padding: 0px;
    height: 180px;
    width: 180px;
    border-radius: 100%;
    overflow: hidden;
    /* position: relative; */
    margin: auto;
}

.cbox-3 a::after {
    content: '';
    height: 210px;
    width: 210px;
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: -15px;
    margin: auto;
    border: 2px solid var(--main-color);
    border-radius: 100%;
    display: block;
    transition: .3s;
}

.hover-overlay img {
    height: 100%;
    width: 100%;
    transition: .5s;
}

.catbox:hover img {
    transform: scale(1.1);
}

.catbox:hover .cbox-3 a::after {
    border: 4px solid var(--main-color);
}

/* .hover-overlay {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative; 
  } */

/* .hover-overlay img {
    transform: scale(1);
    overflow: hidden;
    transition: transform 400ms;
  } */

/* .cbox-3 img,
.cbox-3 .hover-overlay {
  border-radius: 8px;
} */

/*------------------------------------------*/
/*  Image Hover Effect 
/*------------------------------------------*/

/* .cbox-3:hover .hover-overlay img {
  transform: scale(1.2);
} */

.cbox-3:hover .item-overlay {
    opacity: 1;
}

.country-name h5 a {
    margin-top: 40px;
    color: #fff;
    display: block;
    width: 100%;
}

.h3,
h3 {
    font-size: 2rem;
}

.why-box {
    display: block;
    position: relative;
    padding-left: 62px;
}

.add-grid {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: space-between;
    align-items: center;
}

.add-sec {
    padding: 40px 0;
    background-color: #885600;
}

    .add-sec h3 {
        color: #fff;
    }

    .add-sec h4 {
        color: #fff;
        font-size: 3rem;
    }

.add-icon a {
    font-size: 2.6rem;
    color: #fff;
    margin-left: 10px;
}

.why-us-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 30px;
}

.why-us-sec {
    padding: 50px 0;
}

.why-box {
    margin-bottom: 50px;
}

.why-img {
    padding: 0 30px;
}

    .why-img img {
        width: 100%;
    }

.why-icon span {
    background: #3dac3e;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.why-icon {
    padding: 0px;
    height: 70px;
    width: 70px;
    line-height: 50px;
    background: #1f1a171f;
    color: #fff;
    text-align: center;
    border-radius: 100%;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 7px;
}

.why-text {
    display: inline-block;
    padding-left: 20px;
}

.contact-btn {
    font-size: 25px;
}

.add-icon {
    display: flex;
    align-items: center;
}

.catbox {
    padding: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    margin-bottom: 30px;
}

.category-page .catbox {
    background: #fff;
}

.category-page .country-name h5 a {
    color: #000;
}

.catbox {
    margin: 15px;
    margin-bottom: 50px;
}

#category-slider .owl-buttons {
    position: absolute;
    top: 45%;
    transform: translateY(-45%);
    width: 100%;
}

    #category-slider .owl-buttons .owl-prev {
        position: absolute;
        left: -50px;
    }

    #category-slider .owl-buttons .owl-next {
        position: absolute;
        right: -50px;
    }

    #category-slider .owl-buttons .owl-prev,
    #category-slider .owl-buttons .owl-next {
        height: 50px;
        width: 50px;
        background: rgba(255, 255, 255, .5);
        border-radius: 0px;
        line-height: 50px;
        text-align: center;
        color: #000;
    }

/* .cbox-3 h5 {
    line-height: 1;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;color: #fff;
  } */

.prodbox {
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
    transition: all 300ms ease-in-out;
}


.prodtext {
    padding: 20px 20px;
    text-align: center;
}

    .prodtext h4 a {
        color: #3e3e3e;
    }

.call {
    position: relative;
    color: #fff;
    padding: 70px 0px;
    background-image: url(../img/callto.html);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

    .call:after {
        content: '';
        left: 0;
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(360deg, #393939 0%, rgba(1, 40, 99, 0) 100%);
        z-index: -1;
    }

    .call h2 {
        color: #fff;
    }

    .call p {
        color: #fff;
    }

.testi {
    padding: 60px 0px;
    background-image: url(../img/bone-bg.html);
    background-size: cover;
    background-position: bottom;
    background-color: #eee;
}

.testimonial {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 0 1px rgba(56, 60, 67, .05), 0 1px 3px 0 rgba(56, 60, 67, .15);
    text-align: center;
    margin: 10px;
    padding: 20px;
}

    .testimonial.home-testi {
        background: rgba(0, 0, 0, 0.5);
        border: none;
    }

    .testimonial .pic {
        display: inline-block;
        width: 100px;
        height: 100px;
        border-radius: 100%;
        margin-bottom: 15px;
        overflow: hidden;
        padding: 10px;
        border: 1px solid var(--main-color);
    }

        .testimonial .pic img {
            width: 100%;
            border-radius: 100%;
            height: auto;
        }

    .testimonial .description {
        /* padding: 0 20px 20px; */
        font-size: 15px;
        color: #333;
        line-height: 30px;
        margin-bottom: 25px;
    }

#testimonial-slider {
    margin-bottom: 30px;
}

.testimonial.home-testi .description {
    color: #fff;
}

.testimonial .title {
    display: block;
    margin: 0 0 7px 0;
    font-size: 20px;
    font-weight: 600;
    color: #3dac3e;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial .post {
    display: block;
    font-size: 15px;
    color: var(--main-color);
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 0;
}

    .owl-theme .owl-controls .owl-page span {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #2c3f69;
        opacity: 0.8;
        box-shadow: 0 0 8px rgba(0, 0, 0, 0.45);
        transition: all 0.3s ease 0s;
    }

    .owl-theme .owl-controls .owl-page.active span {
        background: var(--main-color);
    }

@media only screen and (max-width: 479px) {
    .testimonial {
        padding: 10px;
    }

        .testimonial .description {
            padding: 0 5px 20px;
        }
}

section.footer-add {
    background: #eee;
    padding: 60px 0;
}

.f-box {
    text-align: center;
}

.f-icon {
    height: 100px;
    width: 100px;
    background: #ffffff;
    border-radius: 100%;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    padding: 15px;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 20px auto;
}

    .f-icon img {
        width: 80%;
        margin: auto;
    }

    .f-icon::after {
        content: "";
        position: absolute;
        right: 0;
        left: -10px;
        top: auto;
        bottom: auto;
        height: 120px;
        width: 120px;
        opacity: .5;
        border-radius: 100%;
        margin: 0 auto;
        z-index: -1;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

footer {
    background-image: url(../img/blue-map.jpg);
    background-size: cover;
    padding: 71px 0 60px;
    position: relative;
    z-index: 1;
}

    footer::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: -1;
    }

    footer p {
        color: #eee;
    }

    footer a:hover {
        color: var(--main-color) !important;
    }

.floc {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px;
}

.fimg {
    width: 190px;
}

    .fimg img {
        width: 100%;
    }

.flogo {
    padding: 20px 0px;
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 30px;
}

    .flogo img {
        width: 170px;
        margin: auto;
        display: block;
    }

.floctext p {
    margin: 0;
    color: #fff;
}

    .floctext p a {
        color: #fff;
    }

.footlink {
    margin-bottom: 20px;
}

.footer-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.footlink ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.copy {
    padding: 15px 0;
    background: #000;
}

    .copy p {
        margin-bottom: 0px;
        color: #fff;
        font-weight: 500;
    }

.contact_list li {
    margin-bottom: 20px !important;
}

.footlink ul li i {
    margin-right: 5px
}

.footlink ul li {
    color: #fff;
    list-style: none;
    display: block;
    margin: 12px 10px;
}

    .footlink ul li a {
        color: #fff;
    }

.heading {
    color: #2c3f69;
    font-size: 35px;
}

.testimonial {
    position: relative;
}

    .testimonial i {
        position: absolute;
        right: 0;
        top: 0;
        font-size: 105px;
        color: blanchedalmond;
        transform: rotate(307deg);
    }

#back-to-top.show {
    opacity: 1;
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 26px;
    z-index: 9999;
    cursor: pointer;
    transition: opacity .5s ease-out;
    opacity: 0;
    font-size: 40px;
}

.inner-bg2 {
    background-image: url(../img/breadcrumb/parallax-06.jpg);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .inner-bg2::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
    }


.inner-bg3 {
    background-image: url(../img/breadcrumb/vision.jpg);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .inner-bg3::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
    }


.inner-bg4 {
    background-image: url(../img/breadcrumb/director.jpg);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .inner-bg4::after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.7);
        z-index: -1;
    }


.inner-banner {
    position: relative;
    background-position: center right;
    background-size: cover;
}

    .inner-banner::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        background-image: -webkit-gradient(linear, left top, right top, from(#74737385), to(var(--main-color)87));
        background-image: linear-gradient(to right, var(--main-color)47, #002e7954);
    }

    .inner-banner .inner-title {
        padding-top: 10px;
        padding-bottom: 80px;
        position: relative;
        z-index: 1;
    }

        .inner-banner .inner-title h1 {
            font-size: 3rem;
            color: white;
            font-weight: 600;
            margin-top: 70px;
            text-align: center;
            text-shadow: 3px 2px 3px #00000070;
        }

        .inner-banner .inner-title ul {
            list-style: none;
            padding: 0;
            margin: 0;
            text-align: center;
        }

            .inner-banner .inner-title ul li {
                font-size: 18px;
                color: #fff;
                display: inline-block;
                position: relative;
                margin-right: 40px;
                font-weight: 500;
            }

                .inner-banner .inner-title ul li a {
                    color: #fff;
                }

            .inner-banner .inner-title ul li {
                font-size: 19px;
                color: #fff;
                display: inline-block;
                position: relative;
                margin: 0px 3px;
                font-weight: 500;
            }

.middiv {
    padding: 80px 0px;
}


.abt img {
    width: 550px;
    float: left;
    margin-right: 20px;
    margin-bottom: 15px;
}

.middiv .prodbox {
    margin: 0 auto;
    text-align: center;
}

    .middiv .prodbox img {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        transition: all linear 0.5s;
    }

        .middiv .prodbox img:hover {
            transform: scale(1.2);
        }

.middiv .testimonial {
    margin-bottom: 50px;
}

.pro-anch {
    display: block;
    border: 2px solid var(--main-color);
    border-radius: 10px;
    width: 250px;
    height: 250px;
    text-align: center;
    margin: auto;
    padding: 10px;
    transition: .3s;
}

/*----------product slider-------*/

.pthumb {
    border: 1px solid grey;
    margin: 0px 5px;
}

    .pthumb img {
        width: 100%;
    }

.p-img {
    background: #f2f2f2;
}

    .p-img img {
        width: 100%;
    }

.slick-next:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 25px;
}

.slick-prev:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    font-size: 25px;
}

.slick-prev {
    left: -1px;
    width: 30px;
    background: #000;
    height: 34px;
    z-index: 99;
}

.slick-next {
    right: -2px;
    width: 30px;
    background: #000;
    height: 34px;
}

    .slick-next:focus,
    .slick-next:hover,
    .slick-prev:focus,
    .slick-prev:hover {
        background: #ffd101;
    }

.slider-nav .slick-list {
    background: #ddd;
    padding: 10px 5px;
}

.slider-for {
    /* border: 1px solid #ccc; */
    margin-bottom: 10px;
}

.protext span {
    margin-bottom: 15px;
}

.protext p a {
    color: #111;
    background: var(--main-color);
    padding: 4px 6px;
    border-radius: 5px;
}

.checked {
    color: orange;
}

.qform {
    background-color: #3fac4033;
    padding: 20px;
    border-radius: 10px;
}

    .qform form {
        padding: 20px;
        background: var(--main-color);
        border-radius: 10px;
    }

.sbm-btn {
    border: none;
    outline: 0;
}

.qform .form-control {
    /* height: 58px; */
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0 0 0 0;
    color: #444;
    font-size: 18px;
    font-weight: 300;
    padding: 0 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: all 450ms ease-in-out;
}

/*------restab--------*/

ul.tabs {
    margin: 0;
    padding: 0;
    float: inherit;
    list-style: none;
    height: 36px;
    /* border-bottom: 1px solid #bbb; */
    width: 100%;
    margin: auto;
    text-align: left;
    position: relative;
    top: -11px;
}

    ul.tabs li {
        float: inherit;
        margin: 0;
        cursor: pointer;
        padding: 7px 21px;
        height: auto;
        text-align: center;
        width: 150px;
        line-height: 33px;
        border-top: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
        /* border-bottom: 1px solid #333; */
        background-color: #f5f4f2;
        color: #111;
        /* overflow: hidden; */
        /* position: relative; */
        font-weight: 600;
        border-radius: 0px 0px 0px 0px;
        /* margin-right: 5px; */
        border-right: 1px solid #dfdfdf;
        /* text-align: center; */
        /* justify-content: center; */
        display: inline-block;
    }

.tab_last {
    border-right: 1px solid #333;
}

ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
}

ul.tabs li.active {
    background-color: var(--main-color);
    color: #fff;
    display: block;
    display: inline-block;
    text-align: center;
}

.tab_container {
    /* border: 1px solid #dfdfdf; */
    /* border-top: none; */
    clear: both;
    float: left;
    width: 100%;
    background: #eee;
    overflow: auto;
    border-radius: 10px;
}

.tab_content {
    padding: 20px;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

@media screen and (max-width: 480px) {
    .tabs {
        display: none;
    }

    .tab_drawer_heading {
        background-color: #fcd595;
        color: #111;
        border-top: 0px solid #333;
        margin: 0;
        padding: 10px 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 19px;
    }

    .d_active {
        background-color: #ffd000;
        color: #fff;
        font-size: 19px;
    }

    .tab_container {
        border: 0px solid #bbb;
    }
}

.tab_container h2 {
    font-size: 26px;
}

.tab_container ol {
    padding-left: 20px;
    margin-bottom: 10px;
}

/*-----------rating-----------*/
#full-stars-example-two .rating-group {
    display: inline-flex;
}

#full-stars-example-two .rating__icon {
    pointer-events: none;
}

#full-stars-example-two .rating__input {
    position: absolute !important;
    left: -9999px !important;
}

#full-stars-example-two .rating__input--none {
    display: none;
}

#full-stars-example-two .rating__label {
    cursor: pointer;
    padding: 0 0.1em;
    font-size: 24px;
}

#full-stars-example-two .rating__icon--star {
    color: orange;
}

#full-stars-example-two .rating__input:checked ~ .rating__label .rating__icon--star {
    color: #959393;
}

#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
    color: orange;
}

#full-stars-example-two .rating__input:hover ~ .rating__label .rating__icon--star {
    color: #ddd;
}


.rating p {
    margin: 0;
}

.reviewbox {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 7px;
}

.rform .form-control {
    border-radius: 0px;
}

.rel .product-grid {
    margin: 0px 5px;
}

.people .testimonial {
    margin-bottom: 20px;
}

.cont .pbox {
    background: #ffd000;
    padding: 30px 20px;
}

    .cont .pbox .pimg i {
        color: #fff;
        font-size: 35px;
        text-align: center;
        line-height: 50px;
    }

    .cont .pbox p {
        font-size: 16px;
    }

        .cont .pbox p a {
            color: #111;
        }

.cform {
    padding: 0px 0px;
}

    .cform input {
        border-radius: 0;
        height: 55px;
        border-left: 3px solid #ffd000;
    }

    .cform textarea {
        border-radius: 0;
        border-left: 3px solid #ffd000;
    }

#relate-slider .prodbox {
    margin: 10px 10px;
}

#back-to-top img {
    width: 60px;
}

.blogbox {
    margin-bottom: 20px;
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 8%);
}

    .blogbox .blogtext {
        padding: 50px;
    }

        .blogbox .blogtext h2 a {
            color: #313131;
        }

.relcertbox ul {
    padding-left: 0px;
}

    .relcertbox ul li {
        display: inline-flex;
        border-bottom: 1px solid #f2f2f2;
        padding: 10px 0px;
        width: 100%;
    }

        .relcertbox ul li .cattimg {
            width: 65px;
            margin-right: 10px;
            flex: none;
        }

        .relcertbox ul li .cattext {
            padding-left: 0px;
            display: flex;
            align-items: start;
            flex-direction: column;
        }

        .relcertbox ul li .cattimg img {
            width: 100%;
        }

.relcertbox {
    padding: 30px 30px 10px;
    /* box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%); */
    background: #f2f2f2;
    position: sticky;
    top: 25px;
    /* left: 0; */
}

    .relcertbox ul li .cattext h6 a {
        color: #313131;
    }

.clist {
    padding: 0;
    margin-top: 20px;
}

    .clist li {
        position: relative;
        list-style: none;
        padding-left: 70px;
        margin-bottom: 40px;
    }

        .clist li i {
            position: absolute;
            background: var(--main-color);
            width: 55px;
            height: 55px;
            left: 0;
            border-radius: 50%;
            text-align: center;
            font-size: 24px;
            color: #fff;
            line-height: 53px;
        }

        .clist li span {
            color: #696969;
        }

    .clist p a {
        font-weight: 700;
        color: #3e3e3e;
    }

.cform {
    background: #f2f2f2;
    padding: 50px;
}

.list {
    list-style: none;
}

    .list li {
        margin-bottom: 12px;
    }

        .list li strong {
            color: #7b7a7a;
        }

.protext {
    padding-left: 20px;
}

.whatsapp-link {
    position: fixed;
    width: 200px;
    bottom: 24px;
    left: 10px;
    z-index: 9;
}

    .whatsapp-link img {
        width: 100%;
    }

.mblnone {
    display: none;
}

.list__price {
    color: orange;
    font-size: 20px;
    font-weight: 700;
}

#statistic-1 .statistic-block,
#statistic-3 .statistic-block {
    text-align: center;
    margin-bottom: 40px;
}

#statistic-2 .statistic-block {
    text-align: center;
    background: rgb(255 255 255);
    border: 1px solid #e5e5e5;
    height: 220px;
    width: 220px;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 50px;
    transition: all 300ms ease-in-out;
}

#statistic-2.bg-lightgrey .statistic-block {
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 5px rgba(0, 0, 0, .15);
}

/* #statistic-2 .statistic-block:hover {
  background-color: #fff; 
  border: 1px solid #f5f5f5;
  box-shadow: 0 0 15px rgba(0, 0, 0, .15);
} */

/*------------------------------------------*/
/*  STATISTIC BLOCK TYPOGRAPHY
/*------------------------------------------*/

.statistic-block h5 {
    font-size: 3.75rem;
    line-height: 1;
    margin-top: 20px;
    margin-bottom: 10px;
}

#statistic-2 .statistic-block h5 {
    font-size: 3rem;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 10px;
    color: var(--main-color);
}

p.p-md {
    color: #fff;
}

#statistic-3 .statistic-block h5 {
    font-size: 4.25rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 15px;
}

#statistic-1 .statistic-block p,
#statistic-3 .statistic-block p {
    font-size: 1.25rem;
    margin-bottom: 0;
}

#statistic-2 .statistic-block p.p-md {
    font-size: 1.15rem;
    margin-bottom: 0;
}

.statistic-block a {
    font-size: 1.05rem;
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    text-decoration: underline;
}

.bg-fixed,
.bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.bg-scroll {
    background-attachment: fixed !important;
}


.section-title {
    text-align: center;
    margin-bottom: 30px;
}

    .section-title h2 {
        color: #fff;
    }

    .section-title p {
        color: #ccc;
    }

.bg-blue-map {
    width: 100%;
    background-image: url(../img/blue-map.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed !important;
    background-size: cover;
    padding: 50px 0 0;
}

.statistic-block i {
    font-size: 3.75rem;
    color: var(--main-color);
}

.contact_bg .main_btn {
    padding: 13px 30px;
    background: #3fac40;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border-radius: 0px 15px;
    transition: all linear 0.5s;
}

    .contact_bg .main_btn:hover {
        background: #896555;
    }


.child_heading {
    color: #000;
    font-size: 18px;
    font-weight: 700;
}

.google-map iframe {
    width: 100%;
}


@media(max-width:991px) {

    .contact_bg .main_btn {
        padding: 13px 30px;
        background: #1f1a17;
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        border-radius: 0px 15px;
        display: none;
    }

    .logo img {
        max-width: 104px;
    }
}

.main_wrapper {
    padding: 100px 0px;
    background-image: url(..//img/bg.jpg);
    background-size: cover;
}

.vision-style img {
    width: 100%;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: 0.4s;
}

.vision-style {
    background: #fff;
}

    .vision-style img:hover {
        transform: scale(1.1);
    }

.pt-4 {
    margin-top: 25px;
}

.vision-content p {
    text-align: justify;
}

.name {
    background: #fff;
    padding: 13px;
}

.sub_heading {
    font-size: 30px;
    font-weight: 600;
    position: relative;
}

    .sub_heading::before {
        content: '';
        position: absolute;
        bottom: -27px;
        left: 0;
        height: 30px;
        width: 244px;
        background-image: url(..//img/underline.png);
        background-size: cover;
    }

.plywood_wrapper {
    padding: 80px 0px;
}

.product-block img {
    width: 100%;
}

.feature {
    padding: 10px;
}

    .feature img {
        width: 100%;
    }

.feature-wrapper {
    background: #eee;
    padding: 60px 0;
}

.main_content p {
    text-align: justify;
}
