.main-slider {
    position: relative
}

.main-slider.margin-top {
    top: -70px;
    margin-bottom: -70px
}

.main-slider .content.alternate {
    max-width: 610px;
    width: 100%;
    float: right;
    display: block
}

.main-slider .slide {
    position: relative;
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 60px
}

.main-slider h2 {
    position: relative;
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    line-height: 1.1em;
    margin-bottom: 10px;
    opacity: 0;
    padding-left: 30px;
    -webkit-transition: 1s;
    -moz-transition: .1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px)
}

.main-slider h2:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 135px;
    height: 135px;
    z-index: -1;
    background-color: #599b47
}

.main-slider h2.alternate {
    color: #1f1f1f;
    padding-left: 0
}

.main-slider h2.alternate::before,.main-slider h2.light::before {
    display: none
}

.main-slider h2.light {
    padding-left: 0
}

.main-slider .active h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 1s
}

.main-slider .text {
    position: relative;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    line-height: 1.7em;
    font-weight: 400;
    margin-bottom: 40px;
    -webkit-transition: 1s;
    -moz-transition: .1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    font-family: 'Alegreya Sans',sans-serif
}

.main-slider .text.alternate {
    color: #1f1f1f
}

.main-slider .active .text {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: 2s
}

.main-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 20px;
    margin-left: -30px
}

.main-slider .owl-dots .owl-dot {
    position: relative;
    width: 12px;
    height: 12px;
    margin: 0 4px;
    overflow: hidden;
    border-radius: 50px;
    display: inline-block;
    border: 1px solid #fff;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-slider .owl-dots .owl-dot:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background-color: #fff;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.main-slider .owl-dots .owl-dot.active::before,.main-slider .owl-dots .owl-dot:hover::before {
    height: 100%
}

.main-slider .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -20px
}

.main-slider .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-color: #04040461;
    border: 1px solid #d9dfd7;
    position: absolute;
    left: 38px;
    color: #fff;
    font-size: 38px;
    -webkit-transition: .5s
}

.main-slider .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    display: inline-block;
    background-color: #04040461;
    border: 1px solid #d9dfd7;
    position: absolute;
    right: 38px;
    color: #fff;
    font-size: 38px;
    -webkit-transition: .5s
}

.main-slider .owl-nav .owl-next:hover,.main-slider .owl-nav .owl-prev:hover {
    color: #fff;
    background-image: linear-gradient(to right,#e6182b,#ff7200)
}

.services-section-two .owl-nav {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    margin-top: -20px
}

.services-section-two .owl-nav .owl-prev {
    position: absolute;
    left: -70px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 35px;
    color: #777;
    border-radius: 50px;
    font-size: 28px;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #d9dfd7;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.services-section-two .owl-nav .owl-next {
    position: absolute;
    right: -70px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 34px;
    border-radius: 50px;
    font-size: 26px;
    color: #777;
    display: inline-block;
    background-color: #fff;
    border: 2px solid #d9dfd7;
    transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.services-section-two .owl-dots {
    display: none
}

.services-section-two .owl-nav .owl-next:hover,.services-section-two .owl-nav .owl-prev:hover {
    color: #fff;
    background-image: linear-gradient(to right,#e6182b,#ff7200)
}

.deskshow {
    display: block
}

.mobshow {
    display: none
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .main-slider .slide {
        position:relative;
        padding: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom
    }

    .main-slider .owl-nav {
        position: absolute;
        left: 0;
        top: 63%;
        z-index: 1;
        width: 100%;
        margin-top: -20px
    }

    .main-slider .owl-nav .owl-prev {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 31px;
        border-radius: 50px;
        display: inline-block;
        background-color: #04040461;
        border: 1px solid #d9dfd7;
        position: absolute;
        left: 18px;
        color: #fff;
        font-size: 20px;
        -webkit-transition: .5s
    }

    .main-slider .owl-nav .owl-next {
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 31px;
        border-radius: 50px;
        display: inline-block;
        background-color: #04040461;
        border: 1px solid #d9dfd7;
        position: absolute;
        right: 18px;
        color: #fff;
        font-size: 20px;
        -webkit-transition: .5s
    }

    .main-slider .owl-dots {
        position: absolute;
        left: 50%;
        bottom: 0;
        margin-left: -30px
    }

    .services-section-two .owl-nav {
        position: absolute;
        left: 0;
        top: 82%;
        z-index: 1;
        width: 100%;
        margin-top: 0
    }

    .services-section-two .owl-nav .owl-prev {
        position: relative;
        width: 45px;
        left: 0;
        height: 45px;
        text-align: center;
        line-height: 35px;
        color: #777;
        border-radius: 50px;
        font-size: 28px;
        display: inline-block;
        background-color: #fff;
        border: 2px solid #d9dfd7;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s
    }

    .services-section-two .owl-nav .owl-next {
        position: relative;
        right: 0;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 34px;
        border-radius: 50px;
        font-size: 26px;
        color: #777;
        display: inline-block;
        background-color: #fff;
        border: 2px solid #d9dfd7;
        transition: .5s;
        -moz-transition: .5s;
        -webkit-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s
    }

    .deskshow {
        display: none!important
    }

    .mobshow {
        display: block!important
    }

    a.menu-toggle {
        position: absolute;
        top: -67px;
        right: 0;
        width: auto
    }

}
.state-content .state ul li .text-box {
    padding-left: 10px;
}
.state-content .text-box a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
        text-decoration: none;
}

a, a:active, a:focus, a:hover {
    text-decoration: none;
    outline: 0;
    border: none;
}

body {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: #000;
    line-height: 26px;
    font-weight: 400;
}

a {
    text-decoration: none !important;
}



        .blogs-section {
            background-color: #fff;
             padding: 60px 0;
            text-align: center;
        }

        .blogs-section .section-title {
            font-size: 2.5em;
            background: linear-gradient(to right, rgb(230, 24, 43), rgb(255, 114, 0));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 10px;
        }

        .blogs-section .section-subtitle {
            font-size: 1.1em;
            color: #666;
            margin-bottom: 40px;
        }

        .blog-grid {
            margin-top: 20px;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
        }

        .blog-card {

            text-align: center;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 10px;
            background:rgba(0, 0, 0, .85);

            cursor: pointer;
            box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
        }


        .blog-card:hover {
            transform: translateY(-6px);
        }

        .blog-card img {
            width: 100%;
            height: auto;
            display: block;
        }

        .blog-content {
            padding: 20px;
            text-align: left;
        }

        .blog-title {
            font-size: 1.2em;
            color: #ff7200;
            margin-bottom: 10px;
        }

        .blog-snippet {
            color: #fff;
            font-size: 0.95em;
            margin-bottom: 15px;
        }

        .read-more {
            background: linear-gradient(to right, rgb(230, 24, 43), rgb(255, 114, 0));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            font-weight: bold;
            text-decoration: none;
        }

        .read-more:hover {
            text-decoration: underline;
        }

        .testimonials-section {
            background: #fffef5;
            padding: 60px 20px;
            text-align: center;
        }

        .testimonials-section .section-title {
            font-size: 34px;
            color: #a97400;
        }

        .section-subtitle {
            color: #705200;
            font-size: 16px;
            margin-bottom: 40px;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 30px;
            max-width: 1100px;
            margin: 0 auto;
        }

        .testimonial-card {

            background-image: linear-gradient(to right, #e6182b, #ff7200);

            border-radius: 12px;
            padding: 25px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.07);
            transition: transform 0.3s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-6px);
        }

        .testimonial-card img {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            margin-bottom: 15px;
            object-fit: cover;
        }

        .testimonial-text {
            font-style: italic;
            font-size: 15px;
            color: white;
            margin-bottom: 15px;
        }

        .testimonial-card h4 {
            margin: 0;
            font-size: 17px;
            color: white;
        }

        .testimonial-card span {
            font-size: 14px;
            color: white;
        }

        .sec-title h3 {
            display: block;
            color: rgb(34, 34, 34);
            font-size: 42px;
            font-weight: 600;
            line-height: 40px;
            margin: 0px 0px 10px;
        }

        .sec-title span {
            font-size: 28px;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-weight: 700;
            color: rgb(189, 0, 19);
            display: block;
        }

        .sec-title .border.color-2 {
            background: rgb(229, 229, 229);
        }

        .sec-title .border,
        .sec-title .border.center {
            margin: 12px auto 13px;
        }

        .servicetext {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 4 !important;
            -webkit-box-orient: vertical;
            line-height: 1.2;
        }
       /* .single-service-item img {
            border-radius: 100px;
        }*/
        @media(max-width:991px){
            .single-service-item{

            border-radius: 10px;
            margin-bottom: 10px;
            box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
        }
        }
        
        .serviceimg{
            object-fit: cover;
         /*   height: 205px;
            width: 205px;*/
            }
        
        .img-holder img{
           height: 190px;
        }
        
      /*   .bannerimg{
                height: 265px;
        }*/
      @media (max-width: 991px) {
    .bannerimg {
        height: auto;
        min-height: 150px;
    }
    
}

 .iconsize{
       
                font-size: 65px !important;
    }
    
    .white-icon {
            width: 65px;
  filter: brightness(0) invert(1); /* Turns black into white */
}
