﻿
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=Rajdhani:wght@300;400;600;700&display=swap');


body {
    color: #555555;
    font-family: 'Montserrat', sans-serif;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: #232323;
}

    a:hover {
        text-decoration: none;
        color: #232323;
    }

.ath_round_icon_img {
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(0, 0, 0, .25);
    background: #fff;
    width: 100px !important;
    height: 100px;
    padding: 16px;
    margin: 15px auto !important;
}

    .ath_round_icon_img i {
        font-size: 70px;
        color: #e0571d;
    }



/*ath_carousel_se_03 start*/
.testitem {
    padding: 10px;
    background: #4aadd4;
    background: linear-gradient(180deg,rgba(74, 173, 212, 1) 0%, rgba(174, 224, 245, 1) 100%);
    border:1px solid white;
    margin: 5px;
}
.ath_carousel_se_03 {
    overflow: hidden;
}


    .ath_carousel_se_03 .product-grid3 {
        border: none;
        box-shadow: none;
    }


    .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        top: 42%;
        right: -40px;
    }

        .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next:hover {
            background: #a5ca34;
            color: #fff;
        }

    .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 42%;
        left: -40px;
    }

        .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev:hover {
            background: #a5ca34;
            color: #fff;
        }

    .ath_carousel_se_03 .owl-arrow .owl-nav {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 1.8rem;
    }

    .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev,
    .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
        display: inline-block;
        transition: all 0.6s ease-in-out;
        color: #a5ca34;
        background: rgb(255, 255, 255);
        width: 35px;
        height: 35px;
        border-radius: 50%;
        font-size: 25px;
        transform: translateY(-50%);
        box-shadow: 0 0 8px rgba(0, 0, 0, .25);
    }


    .ath_carousel_se_03 .ath_round_icon_img {
        text-align: center;
        line-height: 100px;
    }

        .ath_carousel_se_03 .ath_round_icon_img i {
            font-size: 55px;
            color: #a5ca34;
        }

    .ath_carousel_se_03 .btn-primary {
        background: #a5ca34;
        border-color: #a5ca34;
    }

        .ath_carousel_se_03 .btn-primary:hover,
        .ath_carousel_se_03 .btn-primary:focus,
        .ath_carousel_se_03 .btn-primary:active {
            background: #708e15;
        }

@media only screen and (max-width: 768px) {
    .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-prev {
        top: 42%;
        left: 0px;
    }

    .ath_carousel_se_03 .owl-carousel .owl-nav button.owl-next {
        top: 42%;
        right: 0px;
    }
}

