.top_bg {
    background: #213455;
    color: #fff;
}


/* top bar */

.top_bg a {
    color: #fff;
}

.top_bg a:hover {
    color: #a09f9f;
}

.iconsize {
    font-size: 18px;
    padding-right: 15px;
}


/*End top bar */

.mynav_bg {
    background: #a33009;
}


/* PRODUCT CAROUSEL STYLE OF IMAGE AND SELECT BUTTON*/


/* product images */

.owl-carousel .item .product a {
    overflow: hidden;
}

.owl-carousel .item .product img {
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
}

.owl-carousel .item .product img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* product selector button */

.owl-carousel .owl-nav button {
    position: absolute;
    top: 30%;
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-prev span {
    color: #000;
    margin-left: -1rem;
    padding: 0 1rem;
    font-size: 25px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-carousel .owl-nav button.owl-next span {
    color: #000;
    margin-right: -1rem;
    padding: 0 1rem;
    font-size: 25px;
}


/* special price */

.grid .grid-item {
    margin-top: 1rem;
    margin-right: 1rem;
}


/* services */

.txt1 {
    font-size: 19px;
    font-family: "Montserrat", sans-serif;
    color: #4b4b4b;
    line-height: 1.5;
    margin: 0 0 12px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
    margin-bottom: 6px;
}

.myicon {
    color: #fff;
    background: #0CA404;
    font-size: 20px;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.myicon:hover {
    color: #0CA404;
    background: #fff;
    font-size: 20px;
    display: block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #0CA404;
}


/*end services */


/* blog page */

.bloge {
    background: #fff;
    max-width: 32.1% !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.titletop {
    line-height: 1.4;
    font-size: 20px;
    color: #012068;
    font-weight: bold;
}


/* end blog page */


/* menu */

.fixed-top {}


/*end menu */


/* END PRODUCT CAROUSEL STYLE OF IMAGE AND SELECT BUTTON */


/*===================== CSS STYLE FOR DESTOP ============================*/


/*===================== CSS STYLE FOR DESTOP ============================*/


/*===================== CSS STYLE FOR DESTOP ============================*/


/*===================== CSS STYLE FOR DESTOP ============================*/


/*===================== CSS STYLE FOR DESTOP ============================*/


/*===================== CSS STYLE FOR DESTOP ============================*/


/*===================== CSS STYLE FOR DESTOP ============================*/


/*===================== CSS STYLE FOR DESTOP ============================*/


/*===================== CSS STYLE FOR DESTOP ============================*/

@media only screen and (min-width: 768px) {
    .top_bg {
        background: #213455;
        color: #fff;
    }
    .mynav_bg {
        background: #a33009;
        color: #fff;
    }
    /* menu */
    .fixed-top {
        position: fixed !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 1030 !important;
    }
    /*end menu */
    /* PRODUCT CAROUSEL STYLE OF IMAGE AND SELECT BUTTON*/
    /* product images */
    .owl-carousel .item .product a {
        overflow: hidden;
    }
    .owl-carousel .item .product img {
        transition: .5s ease;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
    }
    .owl-carousel .item .product img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    /* product selector button */
    .owl-carousel .owl-nav button {
        position: absolute;
        top: 30%;
        outline: none;
    }
    .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .owl-carousel .owl-nav button.owl-prev span {
        color: #000;
        margin-left: -4rem;
        padding: 0 1rem;
        font-size: 40px;
    }
    .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }
    .owl-carousel .owl-nav button.owl-next span {
        color: #000;
        margin-right: -4rem;
        padding: 0 1rem;
        font-size: 40px;
    }
    .grid-item .item .product img {
        transition: .5s ease;
        -webkit-transition: .5s ease;
        -moz-transition: .5s ease;
        -ms-transition: .5s ease;
        -o-transition: .5s ease;
    }
    .grid-item .item .product img:hover {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .eddym {
        margin-left: 8rem;
    }
    /* services */
    .txt1 {
        font-size: 19px;
        font-family: "Montserrat", sans-serif;
        color: #4b4b4b;
        line-height: 1.5;
        margin: 0 0 12px;
        font-weight: 500;
        text-rendering: optimizeLegibility;
        margin-bottom: 6px;
    }
    .myicon {
        color: #fff;
        background: #0CA404;
        font-size: 35px;
        width: auto;
        display: block;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
    }
    .myicon:hover {
        color: #0CA404;
        background: #fff;
        font-size: 35px;
        display: block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        /*end services */
    }
    -o-border-radius: 50%;
    /*end services */
}

border: 2px solid #0CA404;

/*end services */


}

}

/*end services */

}

/*end services */

}

}

}