@charset "utf-8";

/**
*
* -----------------------------------------------------------------------------
*
* Template : Bizup  Consulting Business HTML Template
* Author : reacthemes
* Author URI : https://reactheme.com/ 
*
* -----------------------------------------------------------------------------
*
**/
@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1200px;
        width: 100%;
    }
}
/* container control end */

@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1140px;
        width: 100%;
    }
    .container.custom{
        max-width: 1200px;
        width: 100%;
    }
}

@media only screen and (max-width: 1366px) { 
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
        margin-right: 17px;
    }
    .full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
        font-size: 14px;
    }
}

@media screen and (min-width: 992px){
    .nav-menu > .menu-item-has-children > a:after {
        content: "\f107";
        font-family: FontAwesome;
        float: right;
        margin: 2px 0 0 5px;
        display: none;
    }
    .rs-contact.home3-contact-style .contact-wrap{
        min-height: 510px;
    }
    .right_menu_togle.mobile-navbar-menu{
        display: none;
    }
    .nav-menu ul {
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
}

@media only screen and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
    .full-width-header .rs-header .menu-area .rs-menu-area{
        margin-right: 40px;
    }   
    .d-flex{
        display: block !important;
    }

    .full-width-header .rs-header .menu-area .rs-menu-area {
        display: block;
    }
    .full-width-header .rs-header .topbar-area {
        display: none;
    }
    .full-width-header .rs-header .menu-area .logo-area img {
        max-height: 32px;
    }
    .rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-title-part .title,
    .rs-services.style5 .flip-box-inner .flip-box-wrap .back-part .back-front-content .back-title-part .back-title {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .rs-testimonial.style4 .testi-item .testi-wrap {
        padding: 30px 30px 30px 30px;
    }
    .rs-contact.home3-contact-style .contact-wrap {
        padding: 50px 50px 63px 50px;
    }
    .full-width-header .rs-header.style3 .box-layout .row-table .header-logo,
    .full-width-header .rs-header.style3 .box-layout .row-table .rightbar-menu .expand-btn-inner .humburger {
        display: block;
    }
    .full-width-header .rs-header.style3 {
        bottom: 0;
    }
    h3 {
        font-size: 24px;
        line-height: 34px;
    }
    h2 {
        font-size: 32px;
        line-height: 42px;
    }
    
}
@media only screen and (max-width: 767px) {
    .sec-title .title.title3,
    .sec-title .title {
        font-size: 26px;
        line-height: 36px;
    }
    .rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part {
       height: 100%;
       padding: 0px;
    }  
    .rs-services.style5 .flip-box-inner .flip-box-wrap .back-part {
        padding: 20px;
    }
    .rs-services.style5 .flip-box-inner .flip-box-wrap .front-part .front-content-part .front-icon-part .icon-part img {
        width: 100%;
        /* height: 50px; */
    }

/* Ghulam Ali edit */

.custom-breadcrumb-setting{
    display: none;
}
/* .topbar-area
{
    display: block !important;
}
.topbar-area .rs-address-area
{
    display: none;
} */
.padding-none{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.dec-padding-top
{
    padding-top: 30px !important;
}
.para-custom
{
    padding: 30px 20px 30px 20px;
}
.v-mobile-btn{
    font-size: 15px !important;
    padding: 10px 20px !important;
}
.icons-adjust
{
    justify-content: center;
}
.icons-adjust li{
    margin-left: 15px !important;
}
.adjust-field-mobile
{
    width: 100% !important;
}
/* Ghulam Ali edt end */
    .rs-testimonial.style4 .testi-item .testi-wrap {
        margin: unset;
    }
    h2 {
        font-size: 25px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 480px) {
    h2 {
        font-size: 22px;
    }
    .full-width-header .rs-header .menu-area .logo-area img {
        max-height: 50px;
    }
    .rs-blog.style2.home3-blog-style .blog-item .blog-content {
        padding: 25px 15px 30px 15px;
    }
    .rs-blog.style2 .blog-item .blog-content {
        padding: 25px 15px 30px 34px;
    }
    .rs-contact.home3-contact-style .contact-wrap {
        padding: 40px 40px 53px 40px;
    }
    .full-width-header .rs-header.style3 .box-layout .row-table .header-logo .logo-area{
        top: 2px;
        position: inherit;
    }
}