.responsive_btn {
    display: none;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    margin: -2px 0;
    float: right;
    position: relative;
    z-index: 20;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    background: #d1a14a;
}

.responsive_btn span {
    display: block;
    height: 2px;
    width: 20px;
    position: relative;
    top: 50%;
    margin: -1px auto;
}

.responsive_btn span:before,
.responsive_btn span:after {
    content: "";
    display: inline-block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}

.responsive_btn span:before {
    top: -6px;
}

.responsive_btn span:after {
    bottom: -6px;
}

.responsive_btn span,
.responsive_btn span:before,
.responsive_btn span:after {
    background: #fff;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.responsive_btn:hover span,
.responsive_btn:hover span:before,
.responsive_btn:hover span:after {
    background: #fff;
}

.responsive_nav {
    display: none;
    position: fixed;
    left: -280px;
    top: 0;
    bottom: 0;
    width: 280px;
    min-height: 100%;
    z-index: 20;
    background: var(--theme-color);
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.responsive_nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.responsive_nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-transform: capitalize;
    font-size: 15px;
    line-height: 20px;
    color: #fff;
}

.responsive_nav ul li:first-child {
    border-top: none;
}

.responsive_nav ul li:after {
    display: none;
}

.responsive_nav ul li>a {
    display: block;
    padding: 12px 10px 8px;
    color: inherit;
    position: relative;
}

.responsive_nav ul li a:hover,
.responsive_nav ul li a:focus,
.responsive_nav ul li.active>a {
    color: #fff;
    background: #383431;
}

.responsive_nav ul ul {
    padding: 0 0 15px 15px;
}

.responsive_nav ul .sub-menu,
.responsive_nav ul li a i {
    display: none;
}

.responsive_nav .subarrow {
    display: block;
    pointer-events: inherit;
    width: 30px;
    height: 40px;
    line-height: 40px !important;
    right: 0;
}

.responsive_nav ul .sub-menu .container {
    width: 100%;
    padding: 0;
}

.bodyOverlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    transform: none;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
}

html.responsive,
.responsive body {
    overflow-y: hidden;
}

.responsive .wrapper {
    -webkit-transform: translate(-280px, 0) !important;
    transform: translate(-280px, 0) !important;
}

.responsive .bodyOverlay {
    opacity: 1;
    visibility: visible;
}

.responsive .responsive_nav {
    left: 0;
}

.responsive .responsive_btn {
    pointer-events: none;
}

.responsive .responsive_btn span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.responsive .responsive_btn span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
}

.responsive .responsive_btn span:before {
    opacity: 0;
}

.responsive_nav .opened>.subarrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.responsive_nav .mCSB_outside+.mCSB_scrollTools {
    right: 0;
}

.responsive .responsive_nav .mCSB_outside+.mCSB_scrollTools {
    right: -4px;
}

/*MENU END*/
@media screen and (max-width: 1599px) {}

/* ===========1400px============ */
@media screen and (max-width: 1399px) {
    .sub-title {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .hero-title {
        font-size: 50px;
    }

    .hero-1 {
        height: 580px;
    }

    .h1,
    h1 {
        font-size: 34px;
    }

    .h2,
    h2 {
        font-size: 32px;
    }

    .img-box3 .img1 {
        max-width: 320px;
        margin-left: 10%;
    }

    .img-box3 .img2 {
        max-width: 40%;
    }

    .img-box3 .shape1 {
        max-width: 60px;
    }

    .img-box3 .shape1 img {
        width: 100%;
    }

    .shape-mockup {
        max-width: 90px;
    }

    .year-box {
        margin-left: 10%;
    }

    .footer-wrapper.background-image {
        background-size: contain;
        background-position: top center;
    }

    .widget-area {
        padding-top: 100px;
        padding-bottom: 0;
    }

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

    .blog-single .blog-title {
        font-size: 20px;
    }
}

/* ===========1280px============ */
@media screen and (max-width: 1285px) {

    .space,
    .space-bottom {
        padding-bottom: 100px;
    }

    .space,
    .space-top {
        padding-top: 100px;
    }

    .contact-feature p {
        font-size: 14px;
    }

    .contact-feature .box-icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 35px;
    }

}

/*============992px============*/
@media screen and (max-width: 1199px) {
    .hero-1 {
        height: auto
    }

    .space,
    .space-bottom {
        padding-bottom: 80px;
    }

    .space,
    .space-top {
        padding-top: 80px;
    }

    .contact-feature p {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }

    .contact-feature .box-title {
        font-size: 18px;
    }

}

@media screen and (min-width: 992px) and (max-width: 1199px) {}

/*============768px============*/
@media screen and (max-width: 991px) {
    .responsive_btn {
        width: 50px;
        height: 50px;
        background: var(--theme-color);
        display: block;
        margin-right: 11px;
    }
    .responsive_nav {
        display: block;
    }

    .space,
    .space-top {
        padding-top: 60px;
    }

    .space,
    .space-bottom {
        padding-bottom: 60px;
    }
}

/*============576px============*/
@media screen and (max-width: 767px) {
    .hero-title {
        font-size: 40px;
    }

    .th-btn {
        font-size: 12px;
        padding: 13px 13px;
        min-width: 153px;
        border-radius: 6px;
    }

    .hero-text p {
        font-size: 15px;
    }

    .hero-style1 {
        padding: 45px 0;
    }

    .h1,
    h1 {
        font-size: 27px;
    }

    .h2,
    h2 {
        font-size: 27px;
    }

    .title-area {
        margin: 0 !important;
    }

    .breadcumb-wrapper {
        padding: 60px 0;
    }

    .breadcumb-content {
        text-align: center;
    }

    .header-logo img {
        width: 200px;
    }

}

/*============440px============*/
@media screen and (max-width: 575px) {

    .hero-title {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .hero-style1 .sub-title {
        margin-bottom: 15px;
    }

    .hero-text {
        margin-bottom: 15px;
    }

    .h2,
    h2 {
        font-size: 24px;
    }

    .blog-box .box-title {
        font-size: 20px;
    }

    .th-widget-about img {
        width: 200px;
    }

    .year-box .box-title {
        font-size: 15px;
    }


    .accordian .at-title::after {
        content: "\f107";
        font-family: "fontawesome";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        transition: all 0.3s ease;
        font-size: 20px;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--white-color);
        transition: all 300ms ease-in;
        background: #2093CA;
    }

    .at-tab {
        display: none;
        padding: 15px;
        border-top: none;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        /* background-color: #fff; */
    }

    .at-title {
        cursor: pointer;
        position: relative;
        transition: background-color 0.3s ease;
        border-bottom: 1px solid #ccc;
        padding: 0 0 20px 0;
    }

    /* .at-title:hover {
        background-color: #e0e0e0;
      }
       */
    .footer-widget .widget_title {
        max-width: 100%;
    }

    .at-title::before {
        content: "+";
        position: absolute;
        top: 34%;
        transform: translateY(-50%);
        right: 10px;
        transition: all 0.3s ease;
        display: block;
        background: none;
        left: auto;
        width: auto;
    }

    .footer-widget .widget_title::before {
        display: block;
    }


    .at-title.active:before {
        content: "-";
    }

    .at-item {
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .at-title h2 {
        font-size: 22px;
        font-weight: 600;
        padding: 10px 15px;
        margin: 0;
    }

    .widget_title {
        font-size: 18px;
        margin: -0.12em 0 28px 0;
    }

    .footer-widget .widget_title {
        margin-bottom: 10px;
    }
    .sidebar-gallery {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .contact-feature .box-icon {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .shape-mockup.starani {
        display: none;
    }
    .hero-inner{
        background-size: contain !important;
    }
    .footer-widget .widget_title {
        padding: 0 0 10px 0;
    }
    .blog-box .blog-img::after {
        background: rgba(0,0,0,0.5);
    }
    .blog-box .box-bottom {
        padding-top: 12px;
    }
    .blog-box .blog-content {
        padding: 15px;
    }
    .blog-box .blog-img {
        height: 200px;
    }

}

@media screen and (min-width: 480px) and (max-width: 575px) {}

/*============360px============*/
@media screen and (max-width: 450px) {
    .hero-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .hero-title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .title-area p {
        font-size: 14px;
        line-height: 24px;
    }

    .copyright-wrap .copyright-text {
        font-size: 12px;
    }

    .widget-area p {
        font-size: 14px;
    }

    .footer-wrapper .widget-area {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .th-widget-about .about-logo {
        margin-bottom: 20px;
    }

    .breadcumb-wrapper {
        padding: 40px 0;
    }

    .breadcumb-title {
        font-size: 30px;
    }

    .breadcumb-menu {
        display: none;
    }

    .breadcumb-title {
        font-size: 20px;
    }

    .sub-title {

        margin-bottom: 10px;
    }

    #service-sec .sec-title {
        font-size: 22px;
    }

    .home_service_area {
        background: #f6ffec;
        padding: 50px 0 !important;
    }

    .box-title {
        font-size: 18px;
        line-height: 1.3;
        margin-top: 10px;
    }

    .service-card .box-text {
        margin-bottom: 22px;
        font-size: 14px;
        line-height: 24px;
    }

    .serviced_enform {
        margin-top: 23px;
        flex-direction: column;
        text-align: center;
    }

    .service_details_img_left {
        float: none;
        width: 100%;
    }

    .page-content.service_details_text_right p {
        text-align: justify;
    }

    .serviced_enform span {
        font-size: 20px;
        line-height: 30px;
    }

    .serviced_enform .toggle-enquiry {
        margin: 20px 0 0 0;
    }

    .page-single {
        margin-bottom: 0;
    }

    .page-title {
        text-align: center;
        margin: 20px 0 20px 0;
    }
    .blog-single .blog-title {
        font-size: 18px;
    }
    .space, .space-bottom {
        padding-bottom: 40px;
    }   
    .space, .space-top {
        padding-top: 40px;
    }
    .blog-details .blog-single .blog-title {
        font-size: 18px;
        text-align: center;
    }
    .blog-details p
    {
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }
    .hero-style1 {
        padding: 30px 0;
    }
    .hero-title {
        font-size: 20px;
    }
    .responsive_btn {
        width: 40px;
        height: 40px;
        display: flex;
        justify-content: center;
    }
    .h1, h1 {
        font-size: 22px;
    }
    .sec-btn
    {
        margin: 0  0 20px 0;
    }
    .hero-style1 .hero-text p {
        color: var(--text-color);
    }
    .hero-style1 {
        padding: 182px 0 0;
    }
    .hero-overlay img {
        display: none;
    }
    .hero-inner {
        background-size: contain !important;
        background-position: top !important;
    }
    .hero-text.slideinup {
        color: var(--body-color);
    }
    .hero-style1 .hero-title {
        color: var(--text-color);
        text-transform: uppercase;
    }
    .hero-style1 .sub-title {
        margin-bottom: 10px;
    }
    .hero-inner::before {
        background-color: var(--theme-color);
        content: '';
        position: absolute;
        inset: 0;
        z-index: -1;
    }
    .hero-style1 .sub-title {
        margin-bottom: 10px;
        color: #fff;
    }
    .hero-title span {
        color: var(--white-color);
    }
    .hero-style1 .hero-text p {
        color: var(--white-color);
    }
    .sub-title img {
        margin: -14px 10px 0 0;
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(272deg) brightness(105%) contrast(102%);
    }
}

/*============320px============*/
@media screen and (max-width: 359px) {}