/*

@Author: ThemeMascot

@URL: http://ThemeMascot.com



This is the file where you can add your custom styles to change the look of the

theme. But don't modify style-main.css file.



*/



/* Your custom css codes start here: */





@media only screen and (max-width: 768px) {



    .bg-theme-colored2{

        display: none !important;

    }

    .mb-about-hide-img{

        display: none;

    }

    .mob-view-owl-car{

        display: none !important;

    }

    

}

@media only screen and (min-width:500px) {





    .mob-view-owl-car-dis{

         display: none !important;

    }

}



.nav-pills-custom .nav-link {

    color: #aaa;

    background: #fff;

    position: relative;

}



.nav-pills-custom .nav-link.active {

    color: #45b649;

    background: #fff;

    line-height: 26px;

}





/* Add indicator arrow for the active tab */

@media (min-width: 992px) {

    .nav-pills-custom .nav-link::before {

        content: '';

        display: block;

        border-top: 8px solid transparent;

        border-left: 10px solid #fff;

        border-bottom: 8px solid transparent;

        position: absolute;

        top: 50%;

        right: -10px;

        transform: translateY(-50%);

        opacity: 0;

    }

}



.nav-pills-custom .nav-link.active::before {

    opacity: 1;

}







/*body {*/

    /*min-height: 100vh;*/

    /*background: linear-gradient(to left, #dce35b, #45b649);*/

/*}*/





