@media (max-width: 768px) { 

    .my_nav .navbar-brand {
        margin-left:15px;
    }

    .my_nav .navbar-toggler {
        margin-right: 15px;
    }

    .navbar-toggler i {
        color:#fff;
    }

    .navbar-toggler:focus {outline:0;}

    .navbar-collapse {
        background-color: rgba(0,0,0,0.9)
    }

    .my_nav .nav-link {
        font-size: 14px;
        text-transform: uppercase;
        color: #fff;
        z-index: 10px;
        font-size: 14px;
        font-weight: 700;
        padding: 20px 15px !important;
        text-align: center;
    }

    .nav_scrl .navbar-toggler i {
        color:#EF2E41!important;
    }

    .nav_scrl .nav-link {
        color: #fff!important;
    }
    

    /* HERO */

        .hero-content h1 {
            font-size: 24px;
            line-height: 1.5;
        }

        .swiper-button-next {
            display: none;
        }
        .swiper-button-prev {
            display: none;
        }

    /* END HERO */

    /*SECTION ABOUT*/

        .section-about {
            padding-top:60px;
            padding-bottom: 60px;
        }

        .about-image {
            margin-left:0px!important;
        }

        .about-details{
            text-align: center;
        }

        .about-details h3 {
            font-size: 24px;
        }

        .about-details p {
            font-size: 14px;
        }

        .about-details a {
            font-size: 14px;
        }

    /* END SECTION ABOUT */
        .section-information {
            padding-top: 60px;
            padding-bottom:40px;
        }
        .information-title h3 {
            font-size: 24px;
        }
        .information-title p {
            font-size: 14px;
        }
        .information-item {
            font-size: 14px;
            margin-bottom: 20px;
        }
    /*SECTION INFORMATION */


    /*SECTION FOOTER*/
    .section-footer {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .section-footer p {
        font-size: 14px;
    }

   .footer-about, .footer-related-links, .footer-address {
        margin-bottom:40px
    }
    .footer-about h3, .footer-related-links h3, .footer-address h3, .footer-contact-us h3 {
        margin-bottom:10px
    }

    .footer-bottom p {
        font-size: 14px;
    }

}