body {
    color: #282828;
}

body {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 14px;
    color: #666;
    background-color: #fff;
    line-height: 1.7em;
    font-weight: 500;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

p,
li {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 15px;
    line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600 !important;
}

/* header */

.head-topbar-container {
    width: 100%;
    background-color: #fee01d;
    height: 100%;
    position: sticky;
    top: 0;
    height: 53px;
    z-index: 9999;
}

.head-topbar-left a {
    color: #000;
    text-decoration: none;
}

.head-topbar-left a:hover {
    color: #D47942;
}


 @media (min-width: 300px) and (max-width: 992px) {
    body {
        overflow-x: hidden !important;
    }

    .head-topbar-right {
        display: none !important;
    }

    .head-topbar-left {
        display: none !important;
    }

    .navbar .video {
        margin-top: -90px !important;
    }

    .navbar img {
        padding: 5px 0px 0px;
        height: 52px;
        width: 45px;
    }

    .navbar {
        position: sticky;
        top: 0;
    }

    .video {
        margin-top: 6px !important;
    }

} 


.navbar-toggler {
    position: absolute;
    right: 0;
    margin: 15px 8px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
}


.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='orange' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    margin: -8px -10px -4px;
}


.head-topbar-left {
    font-size: 15px;
    padding: 10px;
}

.head-topbar-left i {
    padding: 3px;
}

.head-topbar-right {
    color: #96a2b8;
    padding: 10px;
}

.head-topbar-right ul {
    list-style: none;
    display: flex;
}

.head-topbar-right ul>li {
    display: inline;
    padding: 2px;
    font-size: 14px;
}

.head-topbar-right ul>li>a {
    color: #fff;
}

.topbar-right-button>li {
    display: inline-block;
    list-style: none;
}

/* social-icons */
.fa-youtube-play {
    background: #a82400;
    padding: 5px;
    border-radius: 5px;
}

.fa-facebook {
    background: #3b5998;
    padding: 5px 8px 5px;
    border-radius: 5px;
}

.fa-twitter {
    background: #00aced;
    padding: 5px 5px 5px;
    border-radius: 5px;
}

.fa-instagram {
    background: #ea2c59;
    padding: 5px;
    border-radius: 5px;
}

/* navbar */
.navbar {
    width: 100%;
    background-color: #fff;
    margin-top: -14px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}


.navbar-collapse {
    padding: 20px;
}

.navbar-collapse .nav-item a {
    color: #000 !important;
    font-weight: 600;
}

.nav-item a:hover {
    color: #D47942 !important;
}

.nav-item>ul>li>a {
    color: gray !important;
}


/* index-page */

.video {
    margin-top: 90px;
    overflow: clip;
}

.yagya {
    display: block;
    width: 100%;
    background-image: radial-gradient(circle at center, #fcf1c4 0%, #fcab32 100%) !important;
    padding: 40px 0px 20px;
}

.yagya h1 {
    font-weight: 600;
    text-align: center;
    color: #000;
}

.yagya-text {
    margin-left: 20px;
    word-break: break-word;
}

.yagya-text a {
    color: #000;
    text-decoration: none;
}

.yagya-text a:hover {
    color: #D47942;
}


.yagya ul li:before {
    content: '';
    display: inline-block;
    height: 25px;
    width: 20px;
    background-size: cover;
    background-image: url(../img/yagya.png);
    background-repeat: no-repeat;
    margin-right: 10px;
    background-position: center center;
    vertical-align: middle;
    margin-left: -40px;
}


.yagya ul li {
    list-style: none;
    margin-left: 20px;
}

.yagya .vid {
    width: 95%;
    margin-left: 10px;
}


/* article-section */

.article {
    text-align: center;
    padding: 25px;
}

.article h1 {
    text-align: center;
}

.article svg {
    width: 20%;
}

.article-slide {
    margin: 0px auto;
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -42px;
    height: 41px;
    width: 41px;
    padding: 0px 10px 0px 16px !important;
    background: #f09e6e73;
    display: inline-block;
    transform: translateY(-50%);
    font-size: 26px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    color: #DB6900;
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-next:hover {
    background: #ff5e14;
    color: #fff;
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -52px;
    height: 41px;
    width: 41px;
    padding: 0;
    background: #f09e6e73;
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 0px;
    font-size: 26px;
    color: #DB6900;
}

.carousel_se_01 .owl-carousel .owl-nav button.owl-prev:hover {
    background: #ff5e14;
    color: #fff;
}

.carousel_se_01 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}


.carousel_se_01 .block-1 {
    position: relative;
    margin: 0px 10px 40px 0px;
    padding: 0px 0px 25px 0px;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 2px 2px;
    background-color: #f2f2f2;
    min-height: 348px;
}

.carousel_se_01 .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%
}

@media (min-width: 300px) and (max-width: 992px) {

    .carousel_se_01 .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 42%;
        left: -35px;
        padding: 0px 15px 2px 10px !important;
        background: #f09e6e73;
        display: inline-block;
        transform: translateY(-50%);
        color: #DB6900;
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .carousel_se_01 .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 42%;
        right: -27px;
        background: #f09e6e73;
        display: inline-block;
        transform: translateY(-50%);
        font-size: 18px;
        color: #DB6900;
        width: 32px;
        height: 32px;
    }

    .carousel_se_01 {
        margin-left: 4px;
    }

    .carousel_se_02 .owl-carousel .owl-nav button.owl-next {
        width: 32px !important;
        height: 32px !important;
        font-size: 18px !important;
        right: -30px;
    }

    .carousel_se_02 .owl-carousel .owl-nav button.owl-prev {
        width: 32px !important;
        height: 32px !important;
        font-size: 18px !important;
        left: -39px !important;
    }

    .carousel_se_03 .owl-carousel .owl-nav button.owl-next {
        width: 32px !important;
        height: 32px !important;
        font-size: 18px !important;
        right: -30px !important;
    }

    .carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
        width: 32px !important;
        height: 32px !important;
        font-size: 18px !important;
        left: -39px !important;
    }

    .agnihotr .yagya-cntnt {
        margin-top: -100px !important;
    }

}


.carousel_se_01 .item {
    text-align: center;
}

.carousel_se_01 .block-1 h5 {
    color: #000
}

.block-1 .button-1 a {
    background: #D47942;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
}


.button-1 a:hover {
    opacity: 0.9;
}

.block-1 p {
    font-size: 14px;
    padding: 5px;
}

/* carousel 2 */

.video-slide {
    margin: 0px auto;
}

.carousel_se_02 .item {
    position: relative;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 25px 0px;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 2px 2px;
}

.carousel_se_02 h6 {
    font-weight: 600;
    padding: 25px;
    font-size: 19px;
    color: #000;
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -42px;
    height: 41px;
    width: 41px;
    padding: 0px 10px 0px 16px !important;
    background: #f09e6e73;
    display: inline-block;
    transform: translateY(-50%);
    font-size: 26px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    color: #DB6900;
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-prev:hover {
    background: #ff5e14;
    color: #fff;
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-next:hover {
    background: #ff5e14;
    color: #fff;
}

.carousel_se_02 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -52px;
    height: 41px;
    width: 41px;
    padding: 0;
    background: #f09e6e73;
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 0px;
    font-size: 26px;
    color: #DB6900;
}


.carousel_se_02 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.carousel_se_02 .play-icon {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    color: #ff5e14;
    opacity: 0;
    transition: opacity 0.3s;
}

.carousel_se_02 .youtube-link:hover .play-icon {
    opacity: 1;
}

.carousel_se_02 .item:hover img {
    opacity: 0.5;
    background-color: rgba(0, 0, 0, 0.5);
}

@media(min-width:380px)and (max-width:480px) {

    .carousel_se_02 .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 42%;
        left: -25px;
        padding: 0px 15px 2px 10px !important;
        background: #f09e6e73;
        font-size: 25px;
        color: #DB6900;
    }

    .carousel_se_02 .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 42%;
        right: -10px;
        padding: 0px 10px 0px 16px !important;
        background: #f09e6e73;
        font-size: 25px;
        color: #DB6900;
    }
}

@media(min-width:380px)and (max-width:480px) {
    .carousel_se_03 .owl-carousel .owl-nav button.owl-next {
        right: -21px !important;
    }

    .carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
        left: -30px !important;
    }

}


/* Books */

.book-slide {
    margin: 0px auto;
}

.books {
    text-align: center;
    background-color: #f4f4f4 !important;
    padding: 20px;
}

.books h1 {
    text-align: center;
}

.books svg {
    width: 20%;
}

.carousel_se_03 {
    background-color: #f4f4f4 !important;
}

.carousel_se_03 .item {
    position: relative;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 18px 0px;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 2px 2px;
}

.block-2 h5 {
    color: #000;
    padding: 8px;
    font-weight: bold;
}


.button-1 a {
    background: #D47942;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
}

.button-1 a:hover {
    color: #fff;
    opacity: 0.9;
}

.carousel_se_03 .item {
    background-color: #fff;

}

@media(min-width:380px)and(max-width:480px) {
    .carousel_se_03 .item {
        background-color: #fff;
        height: 470px !important;
    }
}


.carousel_se_03 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 42%;
    right: -42px;
    height: 41px;
    width: 41px;
    padding: 0px 10px 0px 16px !important;
    background: #f09e6e73;
    display: inline-block;
    transform: translateY(-50%);
    font-size: 26px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
    color: #DB6900;
}

.carousel_se_03 .owl-carousel .owl-nav button.owl-next:hover {
    background: #ff5e14;
    color: #fff;
}

.carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 42%;
    left: -52px;
    height: 41px;
    width: 41px;
    padding: 0;
    background: #f09e6e73;
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 0px;
    font-size: 26px;
    color: #DB6900;
}

.carousel_se_03 .owl-carousel .owl-nav button.owl-prev:hover {
    background: #ff5e14;
    color: #fff;
}

.carousel_se_03 .owl-arrow .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.8rem;
}

.block-2 {
    background-color: #fff;
}

.block-2 p {
    font-size: 14px;
    padding: 3px;
}

/* swiper slider */

.swiper-pagination-bullet {
    background-color: #D47942 !important;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide p {
    font-size: 14px;
    word-break: break-all;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 349.667px !important;
    transition-duration: 0ms;
    z-index: -1 !important;
    height: 510px !important;
    background-color: #e1e3e4;
    border-radius: 8px;
    padding: 10px;
}

.swiper-3d {
    perspective: 1400px !important;
}

.swiper-slide h5 a {
    color: #000 !important;
    text-decoration: none !important;
}

.swiper-slide p a {
    color: #000 !important;
    text-decoration: none !important;
}

.swiper-slide h5 {
    padding-top: 8px;
}

.swiper-slide img {
    width: 100%;
}

.swiper-button-prev {
    border-radius: 100px 100px 100px 100px;
    overflow: hidden;
    box-shadow: 0px 21px 18px -8px rgba(0, 0, 0, 0.19);
    color: #DB6900 !important;
    padding: 25px;
    background-color: #bbbbbb52;
}

.swiper-button-next {
    border-radius: 100px 100px 100px 100px;
    overflow: hidden;
    box-shadow: 0px 21px 18px -8px rgba(0, 0, 0, 0.19);
    color: #DB6900 !important;
    padding: 25px;
    background-color: #bbbbbb52;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 22px !important;
    font-weight: bold;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    font-size: 22px !important;
    font-weight: bold;
}

.swiper-pagination {
    margin-top: 30px;
    color: #D47942 !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
}

.box {
    margin: 10px 0px;
}

/* Mobile Styles */
@media (max-width: 767px) {
    .swiper-slide {
        width: 100% !important;
        height: auto !important;
    }

    .swiper-slide p {
        font-size: 12px;
    }

    .swiper-slide h5 {
        padding-top: 4px;
    }

    .swiper-button-prev,
    .swiper-button-next {
        padding: 10px 20px;
        margin: 0px -10px;
    }

    .swiper-pagination-bullet {
        /* Adjust the background color for mobile */
        background-color: #D47942 !important;
        opacity: 0.8;
    }
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .swiper-slide {
        width: 349.667px !important;
        height: 510px !important;
    }
}

/* research-section */

.research-slide {
    margin: 0px auto;
}

.carousel_se_03 .item-1 {
    position: relative;
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 18px 0px;
    overflow: hidden;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 2px 2px;
}

/* research section */

.item-1 {
    background-color: #e1e3e4;
}

.block-1 h5 {
    padding-top: 15px;
    color: #000;
    font-weight: bold;
}

.sandesh {
    text-align: center;
    padding: 20px;

}

.sandesh h1 {
    font-weight: 600;
    padding-top: 20px;
}

.sandesh svg {
    width: 20%;
}

.sandesh .carousel_se_03 {
    background-color: #fff !important;
}


.maasik-slide {
    margin: 0px auto;
}


/* article page */

.article-banner img {
    width: 100%;
    height: auto;
    max-height: 400px;
    padding-top: 15%;
}

/* Tablet Styles */
@media (min-width: 768px) and (max-width: 1023px) {
    .article-banner img {
        padding-top: 30%;
    }
}


@media(min-width:300px) and (max-width:992px) {
    .article-banner img {
        margin-top: -45px;
    }
}

/* Mobile Styles */

@media (max-width: 767px) {
    .article-banner img {
        padding-top: 50px !important;
        max-height: 250px;

    }

    .article-cntnt {
        width: 100% !important;
    }
}


.article-cntnt {
    width: 80%;
    margin: 0px auto;
}

.thumbnail {
    border: 1px solid lightgray;
    margin: 10px 0px;
}

.thumbnail img {
    width: 100%;
}

.thumbnail h6 a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.thumbnail-content h6 {
    padding-top: 10px;
}

.thumbnail-content {
    padding: 10px;
    text-align: center;
    min-height: 180px;
}

.resrch-frst .thumbnail-content{
       min-height: 280px;
}
.thumbnail-content p {
    color: #3e3d3d;
    font-size: 14px;

}


@media(max-width:786px) {

    .blog .thumbnail {
        height: 250px !important;
    }
}



/* books-section */

.book-text {
    text-align: center;
    font-weight: 600;
}

.box img {
    width: 100%;
}


.thumbnail-content-1 {
    padding: 15px;
    background-color: #F3F1F1;
}

.thumbnail-content-1 h6 {
    text-transform: uppercase;
    font-weight: bold;
}

.thumbnail-content-1 h6 a {
    color: #000;
    text-decoration: none;
}



/* blog-section */

.blog {
    width: 100%;
    text-align: center;
}

.blog svg {
    width: 20%;

}

.blog .thumbnail {
    height: 235px;
}

/* download-section */

.download {
    width: 100%;
}

.download img {
    width: 100%;
    max-width: 520px;
}

@media(min-width:380px) and (max-width:480px) {
    .blog .thumbnail-content {
        padding: 10px !important;
    }
}

@media(max-width:786px) {

    .blog .thumbnail-content {
        padding: 0px;
    }

    .download img {
        margin: 3px;
    }
}

.download .button-2 a {
    background: #D47942;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px;
    text-decoration: none;
}


.button-2 a:hover {
    color: #fff;
    opacity: 0.9;
}


/* contact-section */


.contact-us {
    margin-left: 40px;
    padding: 40px;
}

.contact-us ul li {
    list-style: none;
}

.form-group .form-control {
    background-color: #bbbbbb30 !important;
    width: 100%;

}

.btn-block {
    border: 1px solid gray !important;
}

.contact-cntnt h6 {
    font-size: 14px;
}

.btn {
    background: #D47942 !important;
    color: #fff !important;
    padding: 5px 15px !important;
    font-size: 14px !important;
    border-radius: 20px !important;
    border: none !important;
}

.btn:hover {
    opacity: 0.9;
}

.contact-cntnt {
    margin-bottom: 20px;
}

.contact-cntnt ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.contact-cntnt h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Responsive Styles */

@media (max-width: 991px) {
    .contact-us {
        margin-left: 0;
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .contact-us {
        padding: 10px;
    }

    .contact-cntnt h6 {
        font-size: 12px;
    }

    .btn {
        font-size: 12px !important;
    }
}


/* books-section */

.book-text a {
    text-align: center;
    color: #000;
    text-decoration: none;
}

.book-text a:hover {
    color: #000;
}

.book-text h6 {
    width: 70%;
    font-size: 14px;
    margin: 0px auto;
}

/* avayshkta yagya */

.ayvayshkta-yagya {
    margin-top: 90px;
    background-position: center top;
    background-blend-mode: soft-light;
    background-image: linear-gradient(180deg, #b7fff3 0%, #56d1f7 100%), url(../img/08/artical-back-.jpg) !important;
}

@media(min-width:300px)and (max-width:992px) {
    .ayvayshkta-yagya {
        margin-top: 0px;
    }

    .vedic {
        margin-top: 0px !important;
    }

    .pryavaran {
        margin-top: 0px !important;
    }

    .research-cntnt {
        margin-top: 0px !important;
    }
}



.yagya-title {
    background-color: #f3cc19;
    padding: 10px 10px 3px;
    width: 80%;
    margin-top: 80px;
}

.yagya-img img {
    width: 100%;
    margin-top: 30px;
}

.yagya-cntnt {
    margin-top: 40px;
    font-size: 14px;
}

.post {
    background: #f3f1f1;
    padding: 18px 0px 40px 20px;
    width: 92%;
}

.post ul {
    padding: 0px;
}

.post li {
    list-style: none;
    padding: 2px;
}

.post li a {
    color: #666;
    text-decoration: none !important;
}

.post li a:hover {
    color: #00aced;
}

.post hr {
    width: 100px;
    margin-left: 95px;
}

.tags p a {
    font-size: 12px !important;
    padding: 2px 8px;
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin-bottom: 4px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    color: #666;
}

.tags p a:hover {
    background-color: #bbbb;
}

.tags ul {
    padding: 20px;
}

/* samidha-page */

.samidha-cntnt img {
    width: 100%;
}

/* agnihotr-page */

.left-area {
    padding: 20px;
}

.left-area img {
    width: 100%;
}

.left-area a {
    color: #000 !important;
    text-decoration: none !important;
}

.pagination a {
    text-decoration: none;
    color: #00aced;
}

.samidha-cntnt p {
    font-size: 14px;
}

.yagya-cntnt p {
    font-size: 14px;
}

.vedic {
    margin-top: 90px;
    background-position: center top;
    background-blend-mode: soft-light;
    background-image: linear-gradient(180deg, #b7fff3 0%, #56d1f7 100%), url(../img/08/books-1.jpg) !important;
}

.vedic-button {
    color: #FFFFFF !important;
    border-width: 2px !important;
    font-size: 16px;
    background-color: #ac201c;
    border-radius: 0px;
    float: right;
    padding: 8px;
    text-decoration: none;
    margin: 15px;
}

/* prayavaran */

.pryavaran {
    margin-top: 90px;
    background-position: center top;
    background-blend-mode: soft-light;
    background-image: linear-gradient(180deg, #b7fff3 0%, #56d1f7 100%), url(../img/08/yagya-reserch-backdrop-.jpg) !important
}

.yagya-cntnt p a {
    color: #000;
    text-decoration: none;
}

/* research-cntnt */

.research-cntnt {
    margin-top: 90px;
    background-position: center top;
    background-blend-mode: soft-light;
    background-image: linear-gradient(180deg, #b7fff3 0%, #56d1f7 100%), url(../img/08/yagya-reserch-backdrop-.jpg) !important
}

/* products-cntnt */

.havan-image img {
    max-width: 400px;
}

.carousel-item img {
    max-width: 400px;
}

@media (min-width: 300px) and (max-width: 992px) {
    .havan-image img {
        max-width: 300px !important;
        margin: 0px -10px;
    }

    .havan-image img {
        margin-top: -100px;
    }

    .product-cntnt {
        padding: 20px;
    }

    .carousel-indicators {
        display: none !important;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        display: none;
    }

    .carousel-item img {
        max-width: 270px;
    }

    .guggal-image {
        margin-top: -100px;
    }

    .carousel-control-next-icon {
        display: none !important;
    }
}


@media(max-width:1023px) {
    .carousel-item img {
        width: 100%;
        max-width: 400px;
    }

    .havan-image img {
        max-width: 400px;
    }
}



.product-area {
    margin-top: 150px;
}

.product-cntnt a {
    color: #000;
    text-decoration: none;
}

.product-cntnt a:hover {
    color: #000;
}


.product-button a {
    float: right;
    border: 1px solid #28a745;
    color: #28a745;
    padding: 5px 15px;
    font-size: 14px;
    text-decoration: none;
}

.product-button a:hover {
    opacity: 0.9;
    color: #fff !important;
    background-color: #28a745;
}

.divider {
    margin: 0 0 30px;
    position: relative;
}

.divider:before {
    border-top-color: #606060 !important;
    border-top-style: dashed !important;
}

.divider:before {
    content: "";
    width: 100%;
    height: 1px;
    border-top: 1px solid rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.product-area svg {
    width: 20%;
}

.youtube-video {
    text-align: center;
}

.video_box {
    margin: 20px;
}

.video_box iframe {
    width: 100%;
    height: 300px;
}


.btn-primary {
    margin: 20px;
}

.btn-primary a {
    color: #fff;
    text-decoration: none;
}

.btn-primary a:hover {
    opacity: 0.9;
    color: #fff;
}

.carousel-control-next {
    right: 85px !important;
}

.carousel-control-prev {
    left: -60px !important;
}

.carousel-item img {
    max-width: 400px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: url("your-icon-path.svg");
    background-color: #DB6900 !important;
    /* Add appropriate styles for the carousel control icons */
}

.carousel-indicators li {
    background-color: #f09e6e73 !important;
    /* Apply the orange color to the carousel indicators */
}

.carousel-indicators .active {
    background-color: #DB6900 !important;
    /* Apply a different color for the active carousel indicator */
}

.carousel-indicators {
    bottom: -47px !important;
    margin-left: -10% !important;
}




/* footer */

.footer {
    background-color: #f4f4f4;
    padding: 50px;

}

.footer-list ul li a:hover {
    color: #D47942;
}

.footer h5 {
    font-size: 16px;
}

.footer h6 {
    font-size: 14px;
}


.footer-list ul {
    list-style: none;
    margin-bottom: 5px;
    padding-left: 9px;
}

.footer-list ul li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

.footer-contact ul li {
    font-size: 14px;
    line-height: 24px;
}

.footer-social ul {
    list-style: none;

}

.footer-social ul li {
    display: inline-block;
}

.footer-social ul li a {
    color: #fff;
}

.footer-2 {
    background-color: #1A1F22;
    padding: 15px 10px 10px;
}

.footer-2 h6 {
    font-size: 14px;
}

.social-info {
    font-size: 14px;
}


.social-info a {
    color: #000;
    text-decoration: none;
}

.social-info a:hover {
    color: #D47942;
}




/* Mobile Styles */

@media (min-width:300px) and (max-width:992px) {

    .footer {
        margin-left: -45px;
        box-sizing: border-box;
    }

    .footer-list ul li a {
        font-size: 14px;
    }

    .footer-social ul {
        margin-left: 10px;
    }

    .footer-2 {
        padding: 10px;
    }

}

@media (min-width:300px) and (max-width:400px) {
    .social-info {
        font-size: 12px;
    }

    .footer-2 h6 {
        font-size: 9px;
        padding: 10px;
    }

    .social-info p a {
        font-size: 12px;
    }
}

/* Tablet Styles */

@media (min-width: 768px) and (max-width: 1023px) {

    .footer h5,
    .footer h6 {
        margin-left: 15px;
        font-size: 14px;
    }

    .footer-list ul li a {
        font-size: 12px;
    }

    .footer-social ul {
        margin-left: 15px;
    }

    .footer-2 {
        padding: 15px;
    }

    .footer-2 h6 {
        font-size: 13px;
    }

    .social-info {
        font-size: 14px !important;
        padding: 10px !important;
    }
}


@media (min-width: 601px) and (max-width: 1023px) {
    .social-videos {
        padding: 0px 75px !important;
        width: 100% !important;
    }
}