/*--------------------------------------------------------------------- 
File Name: responsive.css 
---------------------------------------------------------------------*/

@media (min-width: 1200px) and (max-width: 1342px) {
    .relative h3 {
        font-size: 72px;
    }
    #carouselExampleIndicators .carousel-control-prev {
        left: 38%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .relative h3 {
        line-height: 66px;
        font-size: 58px;
    }
    #carouselExampleIndicators .carousel-control-prev {
        left: 35%;
    }
    .navbar-nav-list .nav-item .nav-link {
        padding: 8px 12px;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav-list .nav-item .nav-link {
        padding: 8px 10px;
        font-size: 13px;
    }
    .relative h3 {
        padding-bottom: 25px;
        font-size: 41px;
        line-height: 54px;
    }
    #carouselExampleIndicators .carousel-control-prev {
        left: 29%;
    }
    ul.social_icon li {
        margin: 0 1px;
    }
}

/* Tablet and mobile — show hamburger, hide desktop nav */
@media (max-width: 767px) {
    .header-nav {
        display: none;
    }
    .mobile-toggler {
        display: block;
    }
    .header-inner {
        padding: 0 20px;
    }
    .slider_main {
        padding-top: 30px;
    }
    .banner_img {
        padding-right: 0px;
    }
    .relative h3 {
        font-size: 40px;
        line-height: 50px;
    }
    #carouselExampleIndicators .carousel-control-prev {
        left: 30%;
    }
    #carouselExampleIndicators .carousel-control-next {
        right: 30%;
    }
    .about_img,
    .banner_img {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    .relative h3 {
        font-size: 32px;
        line-height: 42px;
    }
    #carouselExampleIndicators .carousel-control-prev {
        left: 27%;
    }
    #carouselExampleIndicators .carousel-control-next {
        right: 27%;
    }
    .titlepage h2 {
        font-size: 32px;
    }
    .about::before {
        background: transparent;
        width: inherit;
    }
    ul.social_icon {
        margin-bottom: 30px;
    }
}
