@media screen and (max-width: 992px) {
    .small {
        display: block;
        background: initial;
        position: absolute;
        width: 100%;
    }
    #main_header {
        display: none;
    }
    .small nav {
        padding: 13px 0;
    }
    .small nav .container-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .small nav .menu {
        width: 40px;
        height: 40px;
        background: #efa697;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        border-radius: 5px;
    }
    .small nav .sidebar {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        transition: all 0.4s ease-in-out;
        z-index: 1000;
    }
    .small.show .sidebar {
        right: 0;
    }
    .small nav .sidebar>ul {
        margin-top: 120px !important;
    }
    .small nav .sidebar>ul>li {
        padding: 10px;
    }
    .small nav .sidebar ul>li:last-child {
        border-bottom: none;
    }
    .small nav .sidebar ul>li>a {
        color: #000;
        padding: 4px;
        font-size: 15px;
        text-transform: capitalize;
    }
    .small nav .sidebar>ul>li.link-sm {
        position: relative;
    }
    .small nav .sidebar ul li.link-sm i {
        position: absolute;
        top: 3px;
        right: 0px;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 19px;
        color: #1e1e1e;
        font-weight: 700;
    }
    .small nav .sidebar ul.sub-menu-sm {
        max-height: 0;
        overflow: hidden;
        transition: all .3s ease-in-out;
        margin-top: 0px !IMPORTANT;
    }
    .small nav .sidebar ul.sub-menu-sm li {
        padding: 4px 16px;
    }
    .small .times {
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        background: #0e0e0e;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
    }
    .small .overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        opacity: 0;
        pointer-events: none;
        transition: all 0.3s ease-in-out;
        z-index: 1000;
    }
    .small.show .overlay {
        opacity: 1;
        pointer-events: all;
    }
    ul.list-unstyled.p-0.m-0.sub-menu-sm li a {
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
    }
    .small {
        display: block;
        /* position: absolute;
        left: 0;
        right: 0; */
    }
    p br {
        display: none;
    }
    .small .logo img {
        width: 115px;
    }
    h1 {
        font-size: 52px;
        line-height: 56px;
        font-weight: 500;
    }
    h2 {
        font-size: 38px;
        font-weight: 700;
    }
    .banner_sec .banner_heading p {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    .banner_sec {
        padding: 198px 0 70px;
    }
    .home_sec2 {
        color: #c8c8c8;
        padding-bottom: 145px;
    }
    section {
        padding: 55px 0px;
    }
    .banner_sec2 .heading {
        position: inherit;
        text-align: center;
        padding: 50px 0;
        margin-top: -10px;
        color: #fff;
    }
    .banner_sec2 {
        background-color: #fff;
        padding-bottom: 0;
    }
    .banner_sec2 .heading .span {
        position: relative;
        left: 0;
        font-weight: bolder;
        color: #8c2010;
        text-shadow: 1px 1px 1px #c4c4c4;
        bottom: 0;
        font-size: 37px;
    }
    .banner_sec2 .heading {
        text-align: end;
        color: #fff;
    }
    .banner_sec2 .heading .hd_info {
        justify-content: end;
        gap: 8px;
    }
    .banner_sec2 .heading p {
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 4px;
    }
    .banner_sec2 .heading {
        text-align: start;
        color: #fff;
    }
    .banner_sec2 .heading p {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 3px;
    }
    .banner_sec2 a.comon-btn {
        background: transparent;
        color: #000;
        display: flex;
        font-size: 14px;
        padding: 11px 0px;
        border-radius: 65px;
        border: 1px solid #000;
        align-items: center;
        gap: 9px;
        letter-spacing: 1px;
        width: 224px;
        justify-content: center;
        font-weight: 300;
        text-align: center;
        margin: 0 auto;
        text-transform: uppercase;
    }
    .banner_sec2 a.comon-btn:hover {
        background: #000;
        color: #fff;
        border: 1px solid #000;
    }
    .call_btn {
        display: block;
    }
    .banner_sec2 .heading {
        text-align: center;
        color: #fff;
    }
    .contact_us .content .btom_arrow img {
        width: 210px;
        position: initial;
        right: 15px;
        bottom: -55px;
        display: none;
    }
    .contact_us h2 {
        font-size: 48px;
        line-height: 54px;
    }
    .contact_us h2 br {
        display: none;
    }
    footer .ft_menu {
        display: flex;
        gap: 40px;
    }
    footer .ft_logo {
        display: flex;
        align-items: center;
        gap: 35px;
        margin-bottom: 40px;
    }
    #inner_page {
        padding: 250px 0 55px;
    }
    #inner_page h1 {
        font-size: 75px;
        font-weight: 600;
        line-height: 54px;
        text-transform: uppercase;
    }
    #inner_page .inner_banner_heading h3 {
        font-size: 26px;
        font-weight: 400;
        color: #fff;
        line-height: 36px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }
    #counter .item h3 {
        color: #4f4e28;
        text-transform: capitalize;
        font-size: 19px;
    }
    #counter .item {
        background: #fff;
        width: 25%;
        padding: 25px 24px;
        margin: 10px;
        text-align: center;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
        -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
        box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.18);
    }
    .counter_js_sec1 {
        text-align: center;
    }
    .small .logo img {
        width: 220px;
        filter: brightness(0) invert(1);
    }
    .banner_heading h1 {
        font-size: 45px;
        line-height: 43px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    .right_place_sec .heading {
        padding-right: 0;
    }
    #counter2 .item {
        width: 100%;
        background: #fff;
        padding: 12px;
        text-align: center;
        border-radius: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        position: relative;
        overflow: hidden;
        height: 100%;
    }
    #counter2 .item::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 107px;
        height: 121px;
        background: url('../image/service1-2.png') no-repeat;
    }
    #counter2 .item .count {
        color: var(--theme-color);
        font-size: 48px;
        margin-bottom: 12px;
        font-weight: 700;
    }
    #counter2 .item h3 {
        color: #000;
        text-transform: capitalize;
        font-size: 17px;
        font-weight: 600;
    }
    .gallery_sec .gallery_img img {
        transform: scale(1);
        transition: 0.8s;
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
    .contact_us .contact-number li {
        display: flex;
        gap: 18px;
        margin-bottom: 45px;
        justify-content: center;
        text-align: left;
    }
    .contact_us .content ul li {
        margin-bottom: 20px;
    }
    .contact_us .contact-number i {
        color: #efa697;
        background-color: var(--theme-bg-color);
        min-width: 45px;
        height: 45px;
        padding: 0;
        border-radius: 5px;
        font-size: 22px;
        text-align: center;
        line-height: 43px;
        border: 2px dashed #fff;
    }
    .contact_us .contact-number li a {
        color: #ffffff;
        font-size: 14px;
    }
    .contact_us .content ul {
        margin-bottom: 0;
        list-style: none;
        padding: 0;
        color: #fff;
        text-align: center;
    }
    .contact_us .contact-number li {
        display: flex;
        gap: 18px;
        margin-bottom: 45px;
        justify-content: left;
        text-align: left;
    }
    h3 {
        font-size: 28px;
        font-weight: 500;
    }
}

@media screen and (max-width: 767px) {
    .our_promise_sec ul {
        margin-bottom: 28px;
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
        text-align: start;
    }
    .our_promise_sec .hd_info {
        gap: 8px;
        flex-direction: column;
        align-items: start;
    }
    .home_sec2 .heading {
        text-align: center !important;
    }
    .home_sec2 {
        color: #c8c8c8;
        padding-bottom: 230px;
        background: url(../image/home_sec2_mb.jpg) no-repeat bottom !important;
        background-size: cover !important;
    }
    .our_promise_sec {
        text-align: center;
    }
    .our_promise_sec .hd_info {
        gap: 8px;
        flex-direction: column;
        align-items: center;
    }
    .banner_sec .banner_heading .hd_info {
        justify-content: center;
        gap: 8px;
        flex-direction: column;
    }
  
    .banner_sec .banner_heading {
        text-align: center;
        color: #fff;
    }
    .banner_sec .banner_heading p {
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

    .banner_sec2 .heading {
        text-align: center;
       
    }
    .home_sec4 .heading h2 {
        margin-bottom: 5px;
        font-size: 38px;
    }
    .home_sec4 {
        padding: 55px 0px 230px;
    }
    .contact_us h2 {
        font-size: 38px;
        line-height: 48px;
    }
    .contact_us .content {
        text-align: center;
    }
    .faq_sec .accordion-button {
        border-radius: 10px !important;
        color: #000000;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.6;
    }
    footer .ft_menu {
        display: flex;
        gap: 10px;
        flex-direction: column;
    }
    footer .menu_link3 li {
        display: inline-block;
        padding-right: 24px;
    }
    footer .ft_logo {
        display: flex;
        align-items: start;
        gap: 26px;
        margin-bottom: 32px;
        flex-direction: column;
    }
    footer {
        padding: 55px 0 120px;
        background-position: 100% 0%;
    }
    #inner_page {
        padding: 120px 0 55px;
    }
    #inner_page .inner_banner_heading h1 {
        margin-left: 0;
        margin-bottom: 0;
    }
    #inner_page h1 {
        font-size: 58px;
        font-weight: 600;
        line-height: 54px;
        text-transform: uppercase;
    }
    .price_list2 .price_content span {
        color: #fff;
        min-width: 75px;
        height: 75px;
        display: flex;
        font-size: 17px;
        border-radius: 6px;
        align-items: center;
        justify-content: center;
    }
    .ft_link li {
        display: inline-block;
        margin: 5px 25px;
    }
    #counter .item {
        background: #fff;
        width: 48%;
        padding: 25px 24px;
        margin: 3px;
        text-align: center;
        border-radius: 10px;
        -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
        -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
        box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.18);
    }

    .right_place_sec .heading h3 span {
        font-family: 'my-font1';
       
        font-size: 34px;
        display: block;
        margin-bottom: -14px;
    }
    .right_place_sec .hd_info {
        gap: 8px;
        flex-direction: column;
        align-items: start;
    }
    #home_sec4 .heading h2 {
        font-size: 42px;
        margin-bottom: 8px;
    }
    #home_sec4 .heading p span {
        background: linear-gradient(90deg, rgba(183, 186, 185, 0) 0%, rgb(217, 221, 221) 35%, rgb(217, 221, 221) 70%, rgba(255, 255, 255, 0) 100%);
        color: #000;
        text-transform: uppercase;
        padding: 9px 27px;
        letter-spacing: 4px;
        font-size: 14px;
        margin-bottom: 12px;
        display: block;
        line-height: 1.3;
    }
    #home_sec4 {
        padding: 55px 0px 100px;
    }
    #our_promise_sec2 .heading2 {
        padding-left: 0;
    }
    .our_best_quality_sec .content:hover .btom_content {
        background: #fff;
        padding: 30px 0;
        width: 92%;
        margin: 0 auto;
        border-radius: 5px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        transition: 0.5s;
    }
    .our_best_quality_sec .content .btom_content {
        background: #fff;
        padding: 30px 0;
        width: 92%;
        margin: 0 auto;
        border-radius: 5px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -92px;
        transition: 0.5s;
    }
    .our_best_quality_sec {
        padding-bottom: 100px;
    }
    .btn_gap {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .heading h2 br{
        display: none;
    }
  .heading h2 {
        line-height: 36px;
        font-size: 35px;
    }
    .right_place_sec .heading {
        text-align: center;
    }
    .sub-title {
        display: flex;
        align-items: center;
        gap: 12px;
        font-size: 17px;
        color: #c28565;
        justify-content: center;
    }
    span.sub-title img {
        width: 90px;
    }
    .why_us_bg .heading {
        text-align: center;
    }
    .why_us_bg .heading h2 {
        text-transform: uppercase;
        font-size: 30px;
        line-height: 33px;
    }
    .choose-about .box-title {
        margin-bottom: 5px;
        font-size: 23px;
        font-weight: 700;
    }
    .why_us_bg .why_img img {
        width: 100%;
        position: relative;
        margin-bottom: -70px;
    }
    .ft_socail a {
        background: var(--theme-color);
        width: 40px;
        height: 40px;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 20px;
    }
    .call_btn {
        background: var( --theme-color);
        padding: 11px 0;
        text-align: center;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1111111;
    }
    .m-backtotop.active {
        bottom: 70px;
        opacity: 1;
    }
    .m-backtotop {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        position: fixed;
        bottom: 50px;
        right: 20px;
        width: 32px;
        height: 50px;
        background: var( --theme-color);
        border-radius: 5px;
        text-align: center;
        border: 2px solid #ffffff;
        box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
        opacity: 0;
        overflow: hidden;
        color: #fff;
    }
    .banner_sec {
        padding: 198px 0 70px;
        background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(../image/banner_bg.jpg) no-repeat;
        background-position: 35% 50% !important;
    }
    #home_sec4 {
        background:linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),  url('../image/home_sec4_bg2.jpg') no-repeat center;
        background-size: cover;
    }
    .breadcrumb-area .breadcrumb-wrap h1 {
	font-weight: 500;
	font-size: 35px;
	line-height: 33px;
	margin-bottom: 8px;
	color: #fff;
	text-transform: uppercase;
}
.breadcrumb-area {
	padding: 170px 0 40px;
}
}

@media screen and (max-width: 567px) {
    h2 {
        font-size: 34px;
        font-weight: 700;
    }
    h1 {
        font-size: 42px;
        line-height: 47px;
        font-weight: 500;
    }
    .contact_us h2 {
        font-size: 34px;
        line-height: 44px;
    }
   
    #counter2 .item .count {
        color: var(--theme-color);
        font-size: 45px;
        margin-bottom: 2px;
        font-weight: 700;
    }
    .banner_sec {
        padding: 198px 0 70px;
        background: linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)), url(../image/banner_bg.jpg) no-repeat;
        background-position: 35% 50% !important;
    }
    #service_bg {
	background: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url('../image/service-banner.jpg') no-repeat center;
	background-size: cover;
	background-position: 66% 50%;
}
.single_service_2_text .title {
	display: block;
	font-size: 17px;
	font-weight: 700;
	text-transform: capitalize;
	color: var(--colorBlack);
	margin-bottom: 10px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
.single_service_2_text ul.description li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
}
.single_service_2_text {
	background: #fceae8;
	padding: 60px 12px 12px 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	clip-path: polygon(0 0, 100% 30%, 100% 100%, 0% 100%, 0 52%, 0% 0%);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
}
}

@media screen and (max-width: 320px) {}