@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {    
    .slider-wrapper .carousel-caption {
        top: 70px;
    }    
}

@media (min-width: 768px) and (max-width: 991px) {   
    .map-contact {
        top: 10px;
        right: 5%;
    }
}

@media (max-width:991px) {
    .fixed-top {
        background-color: #3B7797;
    }
    .navbar-brand {
        width: 200px;
    }
    .slider-wrapper {
        margin-top: 138px;
    }
    #navbar-main {
        margin-top: 20px;
    }
    #navbar-main .nav-item {
        margin: 5px 0;
    }
    #navbar-main .nav-item:last-child {
        margin: 10px 0;
    }
    
}

@media (max-width:767px) {    
    .slider-wrapper .carousel-caption h1 {
        font-size: 36px;
        margin-bottom: 15px;
    }
    .slider-wrapper .carousel-caption a {
        font-size: 20px;
    }
    .section {
        padding: 50px 0;
    }
    .section-title {
        font-size: 30px;
    }
    .map-contact {
        position: relative;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
    }
    .map iframe {
        height: 350px;
    }
    footer {
        padding-top: 40px;
    }
    footer h5 {
        margin-top: 30px;
    }
    footer .col-lg-4:first-child h5 {
        margin-top: 0px;
    }
    .copyright-sec {
        text-align: center;
    }

    .page-title-wrapper {
        height: 260px;
    }
    .page-title-wrapper h1 {
        font-size: 40px;
    }
    #gallery-carousel .carousel-control-next, #gallery-carousel .carousel-control-prev {
        width: 30px;
        height: 30px;
    }
    #gallery-carousel .carousel-control-next {
        right: 0;
    }
    #gallery-carousel .carousel-control-prev {
        left: 0px;
    }
    .second-title {
        font-size: 24px;
    }
   
}


