@media (max-width: 575.98px) {
    .home-banner {
        background: url(../images/banner_mob.png) 50% 50%/cover;
        max-width: 100%;
        height: 100vh;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .about-banner {
        background: url(../images/about_banner_mob.png) 50% 50%/cover;
        max-width: 100%;
        height: 100vh;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .services-banner {
        background: url(../images/our_services_banner_mob.png) 50% 50%/cover;
        max-width: 100%;
        height: 100vh;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .gallery-banner {
        background: url(../images/gallery_banner_mob.png) 50% 50%/cover;
        max-width: 100%;
        height: 100vh;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .contact-banner {
        background: url(../images/contact_banner_mob.png) 50% 50%/cover;
        max-width: 100%;
        height: 100vh;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }
    .our_team_red {
        text-align: center;
    }
.navbar-collapse {

    padding: 20px;

}
.navbar-collapse .dropdown-menu {
    background-color: #4e4e4e;
}
.navbar-collapse .navbar-nav .nav-link:hover{
    background:none;
}
.navbar-collapse .navbar-nav .nav-link {
    padding: 0 0 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #505050;
}
.navbar-toggler-icon {
    background:url(../images/menu.svg) no-repeat center top;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0!important;
}
.nav {
    display: flex;
    flex-wrap:nowrap;
    padding-left: 0;
    list-style: none;
    overflow-x: scroll;
    
}
.tab-scroll{
    flex: none;
    max-width: 100%;
}
.owl-nav button.owl-prev {
    left: auto;
}
.owl-nav button.owl-next {
    right: 0;
}
h3 {
    font-size: 30px;
    line-height: normal;
}
.item {
    margin: auto;
}
.why_choose_us h4 {
    margin: 30px 0 30px 0;
    font-size: 30px;
    line-height: 50px;
}
.contents {
    padding: 0;
}
.why_choose_us h4 span {
    font-size: 30px;
}
.why_choose_us h3 {
    font-size: 30px;
}
.success_story h5 {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 30px;
}
.success_story h5 span {
    font-size: 30px;
    line-height: normal;
}
.contents_3 {
    justify-content: left;
    align-items: right;
}
.heading_contact {
    font-size: 30px;
    margin-bottom: 30px;
}
.call_us_txt {
    font-size: 18px;
    margin-bottom: 30px;
}
.social-icons-f {
    align-items: flex-start;
    justify-content: left;
}
.social-icons-f a {
    margin: 0 23px 0 5px;
}
.copyright {
    padding: 30px 0;
    font-size: 18px;
    line-height: 24px;
}
.about_heading {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: normal;
}
.about_sub_heading {
    font-size: 30px;
    line-height: normal;
}
.our_team h4 {
    font-size: 26px;
}
.our_team h6 {
    font-size: 26px;}
.carousel-item {
    height: 90vh;
}
.carousel-caption h5 {
    font-size: 50px;
    line-height: normal;
}
.latest_txt {
    margin-top: 30px;
}
.our_process_pic img, svg{
    width: 100%;
}
.card-title {
    text-align: center;
}
.card-body {
    padding: 24px;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
    text-align: center;
}
.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.serv_list ul li {
    margin-right: 15px;}
    .our_team  p{
    text-align: center;
    
    }
}

/* Ipad */
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .w-100 {
        width: auto!important;
    }
    
}
