@media(max-width: 1024px) {
    .header-navigation {
        margin-bottom: 0;
    }

    .navbar-header {
        width: 100%;
        float: none;
        margin: 0 !important;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-default .navbar-toggle {
        display: block;
        margin-right: 0;
        border-color: #fff;
        background-color: transparent !important;
        margin: 19px 0 0;
    }

        .navbar-default .navbar-toggle:hover {
            border-color: #E73B00;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background: #fff;
        }

        .navbar-default .navbar-toggle:hover .icon-bar {
            background: #E73B00;
        }

    .navbar-collapse.collapse {
        display: none !important;
        height: 0 !important;
        padding-bottom: 0;
        overflow: auto !important;
        width: 100%;
    }

    .navbar-default .navbar-collapse {
        background: transparent;
        padding: 0px 0px !important;
        padding-bottom: 0px !important;
        border: 1px solid #838ca3;
        margin: 0;
        background: #2d2d2d;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
        height: auto !important;
        max-height: 70vh;
    }

    .navbar-collapse.in {
        overflow-y: auto;
    }

    .header-navigation.navbar .nav {
        width: 100%;
        text-align: left;
    }

        .header-navigation.navbar .nav > li {
            display: block;
            padding: 0 !important;
            width: 100%;
            float: none;
        }

            .header-navigation.navbar .nav > li + li {
                margin-left: 0;
            }

            .header-navigation.navbar .nav > li > a {
                padding: 8px 0;
            }

    .header-navigation.navbar .right-box.nav {
        width: 100%;
        margin: 0;
    }

        .header-navigation.navbar .right-box.nav > li > a {
            border: none !important;
            padding: 8px 0;
            color: #fff;
        }

    .header-navigation.navbar .nav > li > a:after {
        display: none;
    }

    .header-navigation.navbar .nav.navigation-box + .nav {
        border-top: 1px dashed #282828;
    }

    .header-navigation.navbar .navbar-nav > li > .sub-menu,
    .header-navigation.navbar .navbar-nav > li > .sub-menu > li > .sub-menu {
        position: relative !important;
        width: 100% !important;
        opacity: 1 !important;
        visibility: visible !important;
        left: auto;
        right: auto;
        top: auto;
        transition: none;
        display: none;
        float: none;
        margin: 0;
    }

        .header-navigation.navbar .navbar-nav > li > .sub-menu > li > a::after {
            display: none;
        }

    .header-navigation.navbar .nav > li + li {
        padding: 0 !important;
        border-top: 1px solid rgba(255, 255, 255, .1);
        display: block;
        float: none;
    }

    .header-navigation.navbar .nav > li.show-mobile {
        display: none;
    }

    .header-navigation.navbar .nav > li > a,
    .header-navigation.navbar .right-box.nav > li > a {
        padding: 0;
        display: block;
        color: #fff;
        padding: 16px 0 16px 20px !important;
        transition: background 0.4s ease 0s;
        text-transform: capitalize;
    }

    .header .stricky-fixed.header-navigation.navbar .nav > li {
        padding: 0 !important;
    }

    .header-navigation.navbar .navbar-nav .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        padding: 9px 9px;
        position: absolute;
        top: 0;
        right: 0;
        margin-top: 8px;
        margin-right: 10px;
        display: block;
    }

        .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar {
            background-color: #fff;
            border-radius: 1px;
            display: block;
            height: 1px;
            width: 20px;
        }

            .header-navigation.navbar .navbar-nav .sub-nav-toggler .icon-bar + .icon-bar {
                margin-top: 4px;
            }

    .header .header-navigation.navbar .nav > li + li {
        margin-left: 0;
    }

    .header .header-navigation .navbar-form {
        width: 100%;
        max-width: 100%;
    }

    .header-navigation .thm-container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-header {
        padding-right: 0px;
    }

    .header-navigation ul.navigation-box > li > ul.sub-menu > li > a .sub-nav-toggler {
        border-color: #2D2D2D
    }

        .header-navigation ul.navigation-box > li > ul.sub-menu > li > a .sub-nav-toggler .icon-bar {
            background-color: #2D2D2D
        }

    .header-navigation .thm-container .navbar-brand {
        padding: 25px 0;
    }

    .header-navigation ul.navigation-box > li:hover > a,
    .header-navigation ul.navigation-box > li.current > a {
        background: #E73B00;
        color: #fff;
    }

    .header-navigation .thm-container {
        padding-right: 15px;
    }
}

@media (max-width: 1110px) {
    img {
        max-width: 100%;
    }

    .service-style-one .sec-title .floated-text {
        display: none;
    }

    .team-section .title-box .thm-btn {
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media (max-width: 1024px) {
    img {
        max-width: 100%;
    }

    .about-us-box .about-title h2 {
        font-size: 40px;
    }

        .about-us-box .about-title h2 br {
            display: none;
        }

    .how-we-worked .single-how-we-worked {
        padding-left: 15px;
        padding-right: 15px;
    }

    .our-journey .tab-title ul li + li {
        margin-left: 45px;
    }

    .team-section .floated-text {
        display: none;
    }

    .photo-gallery .title h3 {
        font-size: 45px;
    }

    .team-section .title-box h3 {
        font-size: 34px;
    }

    .testimonials-area [class*=col-] {
        width: 100%;
    }

    .testimonials-area .testi-video img.pull-right {
        float: none !important;
        width: 100%;
    }

    .testimonials-area .testi-content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .service-style-one .sec-title .floated-text {
        display: none;
    }

    .our-journey .single-tab-item [class*=col-md] {
        width: 100%;
    }

    .our-journey .single-tab-item h3 {
        margin-top: 40px;
    }

    .chairman-message .chairman-content-wrap .chairman-content .qouted-text p {
        font-size: 19px;
        line-height: 28px;
    }

        .chairman-message .chairman-content-wrap .chairman-content .qouted-text p br {
            display: none;
        }

    .our-journey .single-tab-item .col-md-6 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .about-us-box .thm-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .chairman-message .chairman-content-wrap .chairman-content {
        padding-left: 30px;
        padding-right: 40px;
        padding-top: 45px;
    }

    .blog-style-one .single-blog-featured .img-box .overlay .box .content h3 br {
        display: none;
    }

    .blog-style-one .blog-listing .single-blog-listing {
        padding-bottom: 23px;
        padding-top: 21px;
    }

    .contact-box-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .photo-gallery .title.responsive {
        display: none;
    }

    .photo-gallery .title.non-responsive {
        display: block
    }

    .service-style-one .single-service-style-one .text-box {
        padding: 0 16px;
    }
}

@media (max-width: 991px) {
    .sec-pad {
        padding: 80px 0;
    }

    .about-us-box .about-content {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .about-us-box .about-title {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .how-we-worked {
        padding: 80px 0 50px;
    }

    .sec-title {
        margin-bottom: 50px;
    }

    .how-we-worked .single-how-we-worked {
        margin-bottom: 30px;
    }

    .photo-gallery .title.responsive {
        display: block;
    }

    .photo-gallery .title.non-responsive {
        display: none;
    }

    .photo-gallery .single-photo-gallery .img-box > img {
        width: 100%;
    }

    .our-journey {
        padding: 80px 0;
    }

    .photo-gallery {
        padding: 80px 0;
        padding-bottom: 50px;
    }

    .team-section {
        padding-bottom: 50px;
        padding-top: 80px;
    }

        .team-section .single-team {
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 30px;
        }

            .team-section .single-team .img-box {
                width: 100%;
            }

                .team-section .single-team .img-box > img {
                    width: 100%;
                }

    .service-style-one {
        padding-bottom: 50px;
    }

        .service-style-one .single-service-style-one {
            margin-bottom: 30px;
        }

            .service-style-one .single-service-style-one .img-box {
                text-align: center;
            }

    .chairman-content-wrap {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .chairman-content-wrap .col-md-6:first-child {
            text-align: center;
        }

    .blog-style-one .single-blog-featured {
        margin-bottom: 50px;
    }

        .blog-style-one .single-blog-featured .img-box > img {
            width: 100%;
        }

    .contact-box-wrapper .thm-container .contact-form-wrapper {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    footer.footer {
        padding-bottom: 60px;
    }

        footer.footer .footer-widget {
            margin-bottom: 40px;
        }

    .team-section .single-team .img-box {
        padding-left: 0;
        padding-right: 0;
    }

    .about-us-box .about-title .line {
        display: none;
    }

    .contact-box-wrapper .thm-container .contact-info-wrapper {
        text-align: center;
        padding-left: 0;
        padding-right: 0;
        border-radius: 5px;
    }

        .contact-box-wrapper .thm-container .contact-info-wrapper .single-contact-info {
            text-align: left;
            width: 200px;
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

            .contact-box-wrapper .thm-container .contact-info-wrapper .single-contact-info .icon-box, .contact-box-wrapper .thm-container .contact-info-wrapper .single-contact-info .text-box {
                display: inline-block;
                vertical-align: middle;
                text-align: left;
            }
}

@media (max-width: 768px) {
    .our-journey .journey-tab-select-form {
        display: block;
    }

    .our-journey .tab-title {
        display: none;
    }
}

@media (max-width: 767px) {
    .how-we-worked [class*="col-md-"],
    .footer [class*="col-md-"] {
        width: 50%;
        float: left;
    }

    .team-section .title-box {
        margin-bottom: 30px;
    }

    .contact-box-wrapper {
        margin-top: 0;
        padding-top: 80px;
    }

    footer.footer .footer-widget.links-widget .col-sm-6 {
        width: 50%;
        float: left;
    }

    .service-style-one .single-service-style-one {
        max-width: 370px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

@media (max-width: 727px) {
    .about-us-box {
        margin-top: -75px;
    }
}

@media (max-width: 721px) {

    footer.footer .footer-widget.links-widget .col-sm-6 {
        width: 100%;
        float: none;
    }

        footer.footer .footer-widget.links-widget .col-sm-6:last-child {
            margin-top: 10px;
        }
}

@media (max-width: 703px) {
    .footer [class*="col-md-"] {
        width: 100%;
        float: left;
    }
}

@media (max-width: 600px) {
    .how-we-worked [class*="col-md-"],
    .footer [class*="col-md-"],
    .service-style-one [class*="col-md-"] {
        width: 100%;
        float: left;
    }

    .service-style-one [class*="col-sm-offset"] {
        margin-left: 0%;
    }

    .about-us-box {
        margin-top: 0;
    }

    .our-journey .single-tab-item {
        padding-left: 30px;
        padding-right: 20px;
        padding-top: 30px;
    }

        .our-journey .single-tab-item .col-md-6 img {
            width: 100%;
        }

    .testimonials-area .testi-content {
        padding: 50px 30px;
    }

        .testimonials-area .testi-content .title {
            margin-bottom: 20px;
        }

    .chairman-message .chairman-content-wrap {
        padding-top: 15px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .chairman-content-wrap .col-md-6:first-child img {
        width: 100%;
    }
}

@media (max-width: 496px) {
    .slider-home-one .content a.thm-btn {
        padding-left: 40px;
        padding-right: 40px;
    }

        .slider-home-one .content a.thm-btn + a.thm-btn {
            margin-left: 20px;
        }

    .blog-style-one .single-blog-featured .img-box .overlay .box {
        padding: 30px;
    }

    .slider-home-one .content a.thm-btn.black {
        background-color: transparent;
        color: #E73B00;
    }

        .slider-home-one .content a.thm-btn.black:hover {
            background: #E73B00;
            color: #fff;
        }

    .slider-home-one .content a.thm-btn {
        border: 2px solid #E73B00;
    }
}

@media (max-width: 450px) {
    .about-us-box .col-xs-6 {
        width: 100%;
    }
}

@media (max-width: 454px) {
    .slider-home-one .content a.thm-btn {
        display: block;
        width: 75%;
        margin-left: auto;
        margin-right: auto;
    }

        .slider-home-one .content a.thm-btn + a.thm-btn {
            margin-left: auto;
            margin-top: 20px;
        }
}


@media (max-width: 440px) {
    #minimal-bootstrap-carousel .carousel-caption .thm-container .box.valign-top {
        vertical-align: middle;
     
    }

    .slider-home-one .content {
        padding-top: 0px;
        padding-bottom: 0;
     
    }

        .slider-home-one .content h2 {
            font-size: 65px;
            line-height: 65px;
        }
}

@media (max-width: 375px) {
    .our-journey .single-tab-item .year {
        font-size: 119px;
    }

    .our-journey .single-tab-item {
        padding-left: 15px;
        padding-right: 15px;
    }

        .our-journey .single-tab-item h3 {
            font-size: 31px;
            line-height: 38px;
        }

    .slider-home-one .content {
        padding-top: 00px;
        padding-bottom: 00px;
    }

    .about-us-box .about-title h2 {
        font-size: 35px;
    }
}
