  .banner_page {
   
    left: 0;
    top: 0;
    height:300px;
    object-fit: cover;
    background-size: cover;
    background-image: url(images/breadcrumb.jpg);
    background-position: center bottom;
    display:flex;align-items:center
}
.breadcrumbs-inner.container {
    z-index: 1;
}
.banner_page:after {
    content: '';
    background: #040202d6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.breadcrumb__menu ul {
    gap: 4px 20px;
    display: flex;
    flex-direction: row;
    list-style: none;
    flex-wrap: wrap;
    align-items: center;
}
.breadcrumb__menu ul li {
    position: relative;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: white;
}
.breadcrumb__menu ul li a {
    gap: 8px;
    display: flex;
    align-items: center;
}
.breadcrumb__menu ul li:after {
    content: "";
    right: -13px;
    top: calc(50% - 2.5px);
    border-radius: 500px;
    position: absolute;
    width: 6px;
    height: 6px;
    background: white
}
.breadcrumbs-inner  h2{font-size:60px}
.breadcrumb__menu ul li:last-child:after {
    content: "";
   display:none
}
.breadcrumb__menu ul li.active {
    font-weight: 400;
    text-decoration: underline;
}
.breadcrumb__menu {
    position: relative;
    background: #ff8d1e;
    border-radius: 3px;
    padding: 5px 19px;
    margin: 0 auto;
    display: flex !important;
    width: max-content;
    margin-top: 27px;
}
.p-2.bg-light.property_slid {
    height: 400px;
}
.property_list li{position: relative;}
.property_list li i{color: #ff8d1e;}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: var(--bs-progress-bar-transition);
}
.photogallery {
    background: white;
    width: 100%;
    border: 1px solid #dddd;
    border-radius: 8px;
    overflow: hidden;
}
.photogallery menu {
    background: #eee;
    margin: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
}

.photogallery menu ul {
    list-style-type: none;
    height: 100%;
    margin-bottom: 0px;
    padding: 0;
    overflow-x: auto;
        display: flex;
}.photogallery menu ul li {
    height: 70px;
    width: 90px;
    overflow: hidden;
    margin: 8px;
}.photogallery menu ul li img {
    opacity: 0.5;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #999;
}
.photogallery menu ul li img.activeImage {
  opacity: 1;
}
.photogallery menu ul li img:hover {
  cursor: pointer;
}
.photogallery menu ul li span {
  display: none;
}.photogallery section {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: 400px;
}.photogallery section .galleryimage {
    display: block;
    height: 100%;
    margin: auto;
    width: 100%;
    object-fit: contain;
    background: #eee;
}
.about_shape {
    position: absolute;
    right: 0;
    top: -80px;
}.photogallery section .gallerydescription {
    padding: 16px;
    background: #eeee;
    text-align: center;
    font-style: italic;
}
.photogallery menu ul::-webkit-scrollbar {
  width: 6px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
  border-radius:20px
}

/* optional: show position indicator in red */
.photogallery menu ul::-webkit-scrollbar-thumb {
  background: #ddd;

}
/***

====================================================================
  Gallery Section Two
====================================================================

***/















.tab_project ul li a.active {
    color: #ff8d1e !important;}
sup {
    top: 0.5em;
    margin-left: 5px;
}
    .gallery-block-two .inner-box .search-icon:before {
        animation-name: rotateme;
        animation-duration: 15s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

    @keyframes rotateme {

        0% {
            transform: rotate(0deg);
            opacity: 1;
        }

        50% {
            transform: rotate(180deg);
        }

        100% {
            transform: rotate(360deg);
            opacity: 1;
        }
    }

    .gallery-section-two {
        position: relative;
        padding: 100px 0px 100px;
    }

    .gallery-section-two .gallery-block-two {
        margin-bottom: 50px;
    }

    .gallery-section-two .filters {
        position: relative;
        margin-bottom: 0px;
        text-align: center;
    }

    .gallery-section-two .filters .filter-tabs {
        position: relative;
        padding: 0px 30px;
        border-radius: 50px;
        display: inline-block;
        border: 1px solid #ebebeb;
    }

    .gallery-section-two .filters li {
        position: relative;
        color: #555555;
        cursor: pointer;
        font-size: 14px;
        font-weight: 800;
        margin: 0px 30px 0px;
        padding: 16px 0px 18px;
        display: inline-block;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .gallery-section-two .filters li .icon {
        position: relative;
        font-size: 26px;
        color: #222222;
        line-height: 1em;
        font-weight: 400;
        top: 4px;
        margin-right: 10px;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .gallery-section-two .filters .filter.active,
    .gallery-section-two .filters .filter:hover {
        color: var(--main-color);
    }

    .gallery-section-two .filters li:last-child::before {
        display: none;
    }

    .gallery-section-two .filters li:before {
        position: absolute;
        content: '';
        right: -30px;
        top: 14px;
        height: 35px;
        width: 1px;
        background-color: #ebebeb;
        transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
    }

    .gallery-section-two .filters li:hover .icon,
    .gallery-section-two .filters li.active .icon {
        color: var(--main-color);
    }

    .gallery-section-two .lower-text {
        position: relative;
        text-align: center;
        margin-top: 30px;
    }

    .gallery-section-two .lower-text .text {
        position: relative;
        color: #505050;
        font-size: 16px;
        font-weight: 600;
        padding: 18px 40px;
        border-radius: 50px;
        display: inline-block;
        border: 1px solid #acacac;
    }

    .gallery-section-two .lower-text .text a {
        position: relative;
        color: #ff8d1e;
        font-weight: 900;
    }

    .gallery-block-two {
        position: relative;
        margin-bottom: 30px;
    }

    .gallery-block-two .inner-box {
        position: relative;
        padding-right: 20px;
        padding-bottom: 20px;
    }

    .gallery-block-two .inner-box:before {
        position: absolute;
        content: '';
        right: 0px;
        top: 20px;
        left: 20px;
        bottom: 0px;
        background-color: #eeeeee;
    }

    .gallery-block-two .inner-box .image {
        position: relative;
    }

    .gallery-block-two .inner-box .image img {
        position: relative;
        width: 100%;
        display: block;
        border: 1px solid #ddd;
    }

    .gallery-block-two .inner-box .image .tag {
        position: absolute;
        left: 20px;
        top: 20px;
        color: #ffffff;
        font-size: 10px;
        font-weight: 600;
        padding: 4px 12px;
        letter-spacing: 1px;
        display: inline-block;
        text-transform: uppercase;
        background-color: #ff8d1e;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .gallery-block-two .inner-box:hover .image .tag {
        opacity: 0;
    }

    .gallery-block-two .inner-box .image .overlay-box {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        transition: -webkit-transform 0.4s ease;
        transition: transform 0.4s ease;
        transition: transform 0.4s ease, -webkit-transform 0.4s ease;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center;
    }

    .gallery-block-two .inner-box .image .overlay-box .pattern-layer {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: url(https://expert-themes.com/wp/builderexpert/wp-content/themes/builderexpert/assets/images/background/pattern-11.png) left top no-repeat;
    }

    .gallery-block-two .inner-box:hover .overlay-box {
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center;
    }

    .gallery-block-two .inner-box .image .overlay-box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 1;
        opacity: 0.90;
        background-color: #01166c;
    }

    .gallery-block-two .inner-box .search-icon {
        position: absolute;
        right: 70px;
        bottom: -12px;
        width: 60px;
        height: 60px;
        color: #ff8d1e;
        z-index: 2;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        line-height: 60px;
        border-radius: 50px;
        display: inline-block;
        background-color: #ffffff;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
    }

    .gallery-block-two .inner-box .search-icon:before {
        position: absolute;
        content: '';
        right: -10px;
        top: -10px;
        bottom: -10px;
        left: -10px;
        z-index: -1;
        border-radius: 50%;
        border: 2px dashed #b6b6b6;
    }

    .gallery-block-two .inner-box:hover .search-icon {
        background-color: #ff8d1e;
        color: #ffffff;
    }

    .gallery-block-two .inner-box .image .overlay-box .content {
        position: absolute;
        left: 40px;
        bottom: 40px;
        right: 40px;
        z-index: 1;
        padding-left: 40px;
        padding-right: 40px;
    }

    .gallery-block-two .inner-box .image .overlay-box .content h4 {
        position: relative;
        line-height: 1.3em;
        font-weight: 700;
        margin-bottom: 16px;
        position: relative;
        color: #ffffff;
        transition: all 300ms ease;
        font-size: 20px;

    }


    .gallery-block-two .inner-box .image .overlay-box .content h4:hover {
        color: #ff8d1e;
    }

    .gallery-block-two .inner-box .image .overlay-box .content .category {
        position: relative;
        margin-bottom: 8px;
        color: #ffffff;
        font-size: 16px;
        font-weight: 400;
        height: 20px;
        overflow: hidden;
    }

    .gallery-block-two .inner-box .image .overlay-box .content .read-more {
        position: relative;
        color: #ffffff;
        padding: 8px 20px;
        width: max-content;
        border-radius: 12px;
        background-color: #ff8d1e;
    }
    .tab_project ul {
    border: 1px solid #ebebeb;
    border-radius: 50px;
    width: max-content;
    margin: 0 auto;
}
.tab_project ul li {
    position: relative;
    color: #555555;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    margin: 0px 30px 0px;
    padding: 10px 0px 10px;
    display: inline-block;
    background: transparent;
}
.tab_project ul li a {
    background-color: transparent !important;
    color: #000 !important;
    display: flex;
    align-items: initial;
    padding: 11px 0px;
    font-size: 16px;
}
 .tab_project ul li:before {
    position: absolute;
    content: '';
    right: -30px;
    top: 14px;
    height: 35px;
    width: 1px;
    background-color: #ebebeb;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
 .tab_project ul li:last-child::before {
    position: absolute;
    content: '';
    right: -30px;
    top: 14px;
    height: 35px;
    width: 0px;
    background-color: #ebebeb;
    transition: all 300ms ease;
 
}  
  
  
    .sticky {
    position: fixed !important;
    background-color: #fff!important;
    z-index: 999;
    border-bottom: 3px solid #01166c;
    box-shadow: rgba(0,0,0,.35) 0 5px 15px;
    transition: 1s;
    width: 100%;
    top: 0;
}
.contant_foot_info p{font-size: 14px;}
.thumb-content {
    font-size: 16px;
    margin-bottom: 8px;
}
  .single_property_content {
        background-color: rgb(255, 255, 255);
        box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    }

    .property_list {
        padding-top: 14px;
        border-top: 1px solid #edebe8;
    }

    .property_list li::before {
        position: absolute;
        top: 9px;
        right: -24px;
        width: 1px;
        bottom: 9px;
        background-color: #edebe8;
        content: "";
    }

   

    .property_list li:nth-child(3):before {
        display: none;
    }

    .property_list li+li {
        margin-left: 45px;
    }

    .property_list li .icon span {
        position: relative;
        display: inline-block;
        font-size: 44px;
    }

    .property_slid .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 3 19 10' fill=''%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
    }

    .property_slid .carousel-control-next,
    .carousel-control-prev {
        top: 44% !important;
        color: #fff !important;
        opacity: .5 !important;
        transition: opacity .15s ease;
        width: 40px !important;
        height: 40px !important;
        border: 1px solid #ddd !important;
    }

    h3.property_title {
        color: #01166c;
        font-size: 18px;
        height: 40px;
    }

    .property_slid .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox=' -3 3 19 10' fill=''%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
    }

    .property_list li:hover span {
        transform: scale(.9);
    }

    .property_list li p {
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        text-transform: uppercase;
        margin-top: 1px;
        margin-bottom: 0;
    }

    a {
        color: inherit;
        text-decoration: none;
    }

    .bagde-flag-wrap {
        position: absolute;
        top: 20px;
        left: -7px;
    }

    .bagde-flag-wrap::before {
        content: "";
        position: absolute;
        top: 35px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 12px 0;
        border-color: transparent #ff8d1e transparent transparent;
    }

    .bagde-flag {
        text-transform: capitalize;
        color: #ffffff;
        background: #ff8d1e;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 15px;
        font-weight: 600;
        padding: 10px 15px;
        display: block;
        text-decoration: none;
    }
    .view_etail{display: flex;justify-content: space-between; align-items: center;}
   .view_etail h4 {color:#01166c;font-size: 16px;}
      .view_etail .fas {color:#ff8d1e;font-size: 20px;}
.testimonial-item {
            transition: all .4s ease 0s;
            transition: 0.5s;
            position: relative;
            margin-top: 83px;
            text-align: center;
            z-index: 1;
            border-radius: 0;
            background: #fff;
            margin-bottom: 30px;
        }

        .testimonial-item:before {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            height: 0;
            width: 100%;
            transition: .5s;
            z-index: -1;
            background-image: url(https://wp.ditsolution.net/constre/wp-content/uploads/2024/01/construction-testi-bg.png);
            background-repeat: no-repeat;
            background-position: center center;
            filter: blur(4px);
            -webkit-filter: blur(4px);
        }

        .testimonial-item .author {
            display: inline-block;
            position: relative;
            text-align: center;
            margin: -82px 0 0 0;
            width: 200px;
            height: 200px;
        }

        .testimonial-item .author:before {
            font-size: 14px;
            position: absolute;
            bottom: 93px;
            left: -20px;
            width: 40px;
            height: 40px;
            line-height: 37px;
            border-radius: 100%;
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            content: "\f10e";
            color: #ff8d1e;
            background: #171717;
            border: 3px solid #ffffff;
            transition: 0.4s;
        }

        .testimonial-item .author img {
            margin-right: 0;
            border-radius: 50%;
            border: 7px solid #F7EFE1;
            transition: 0.5s;
            height: 100%;
            width: 100%;
            object-fit: cover;
            object-position: top;
        }

        .testimonial-content {
            position: relative;
            z-index: 1;
            padding: 0 30px 47px 30px;
            overflow: hidden;
        }

        .testimonial-item:after {
            position: absolute;
            content: "";
            bottom: 0;
            left: 0;
            height: 0;
            width: 100%;
            transition: .5s;
            z-index: -1;
            background: #ffffffc7;
        }

        .testimonial-content:before {
            position: absolute;
            content: "";
            bottom: 0;
            left: -41%;
            height: 10px;
            width: 100%;
            transition: .5s;
            z-index: 1;
            background-image: url(https://wp.ditsolution.net/constre/wp-content/uploads/2024/01/construction-testi-bottom-shape.png);
            background-repeat: no-repeat;
            background-position: left center;
        }

        .testimonial-item .quote {
            margin: 10px 0 24px;
            transition: 0.5s;
            font-size: 18px;
            line-height: 30px;
            color: #171717;
            font-weight: 400;
            font-family: "Archivo";
            text-align: center;
            text-wrap: auto;
        }

        .testimonial-item .testi-star i.active {
            font-size: 18px;
            color: #ffae11;
            text-align: center;
            padding: 0 3px 0 3px;
        }

        .testimonial-item .bio h4.name {
            font-size: 22px;
            color: #171717;
            font-weight: 500;
            font-family: "Yantramanav";
            text-align: center;
            margin: 8px 0 0 0;
        }

        .testimonial-item .bio h5.designation {
            font-size: 16px;
            color: #575f66;
            font-weight: 300;
            font-family: "Archivo";
            margin: 6px 0 0 0;
            padding: 0 0 0 27px;
            position: relative;
            display: inline-block;
            transition: 0.4s;
        }

        .bio h5.designation:before {
            position: absolute;
            content: "";
            z-index: 1;
            left: 0;
            top: 8px;
            background: #ff8d1e;
            width: 20px;
            height: 1px;
        }

        /* lets-talk */
        .lets-talk {
            position: relative;
            z-index: 1;
        }

        .section-bg-2 {
            background: #F8F8F8;
        }

        .section-space-115 {
            padding-top: 115px;
            padding-bottom: 115px;
        }

        .lets-talk-bg {
            top: 0;
            left: 0;
            width: 100%;
            z-index: -1;
            height: 100%;
            position: absolute;
            border-radius: 0;
            background-repeat: no-repeat;
        }

        .lets-talk-bg .overlay {
            z-index: 1;
            display: inline-block;
            position: relative;
        }

        .lets-talk-bg .overlay:after {
            top: 0;
            left: 0;
            content: "";
            z-index: 2;
            width: 100%;
            height: 100%;
            position: absolute;
            background: linear-gradient(90.16deg, rgba(248, 248, 248, 0) 0.13%, #F8F8F8 99.85%);
        }

        .mb-minus-30 {
            margin-bottom: -30px;
        }

        .contact-list__item-home2 {
            border-radius: 3px;
            border: none;
        }

        .contact-list__item {
            overflow: hidden;
            padding: 23px 15px;
            background: #ffffff;
            border: 1px solid rgba(21, 24, 27, 0.1);
            border-radius: 3px;
            gap: 12px;
            border-radius: 8px;
        }

        h4.title {
            font-size: 20px;
            margin-bottom: 0px;
        }

        .mb-30 {
            margin-bottom: 20px;
        }

        .contact-list__item-text a {
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            color: #6A6A6A;
        }

        .request-a-quote__form-input input,
        .request-a-quote__form-input textarea {
            padding: 14px 14px;
            width: 100%;
            max-width: 100%;
            background: #ffffff;
            border: 1px solid rgba(21, 24, 27, 0.1);
            border-radius: 8px;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 24px;
            color: #6A6A6A;
            text-align: left;
            margin-bottom: 12px;
        }

        .section__title-wrapper h4 {
            font-size: 40px;
            margin: 14px 0;
        }
   
        ol,
        ul {
            padding-left: 0;
        }


        body {
            font-family: 'Poppins', sans-serif;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-family: 'Montserrat', sans-serif;
        }

        /* header */
        .left .icon i {
            font-size: 12px;
            color: white;
        }

        a {
            outline: 0;
            transition: all 0.4s cubic-bezier(0.29, 0.34, 0.25, 1);
            text-decoration: none;
        }

        header.header-one .header-top {
            overflow: hidden;
            background: #001C72;
        }

        .header-top-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 6px 0;
        }

        .single-component {
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 0 10px;
            position: relative;
            z-index: 1;
        }

        .social-wrapper-1.hover-bg-white li a {
            width: 30px;
            height: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 1;
            color: white;
        }

        .header-top-wrapper .left {
            display: flex;
            align-items: center;
            position: relative;
            padding-right: 25px;
        }

        .left .info span {
            color: white;
            font-size: 14px;
        }

        .header-top {
            overflow: hidden;
            background: #001C72;
        }

        .right ul {
            display: flex;
            align-items: center;
            padding: 0;
            margin: 0;
            list-style: none;
        }

        .left .single-component::after {
            content: "";
            position: absolute;
            background: rgba(228, 228, 228, .2784313725);
            width: 1px;
            height: 20px;
            top: 50%;
            right: 0;
            transform: translateY(-50%);
        }








        /*----------------------------------------*/
        /*  3.1 header-common
/*----------------------------------------*/
        .mega__menu-wrapper.p-relative::before {
            position: absolute;
            top: -26px;
            left: 0;
            bottom: 0;
            width: 383px;
            background: #fefbfa;
            clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
            content: "";
            z-index: 1;
        }

        .main-menu ul li {
            position: relative;
            list-style: none;
            display: inline-block;
            -webkit-margin-end: 35px;
            margin-inline-end: 35px;
        }

        .main-menu-2 ul li>a {
            color: #15181b;
            padding: 25.5px 0;
            font-weight: 700;
        }

        /* 
        .header-2 {
            top: 0;
            left: 0;
            padding: 0;
            width: 100%;
            z-index: 1030;
            position: fixed;
        } */
        .header-2 {
            overflow: hidden;
        }

        .header-2.rr-sticky {
            top: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .header-2.rr-sticky .header__main {
            -webkit-box-shadow: 0px 1px 10px rgba(29, 29, 29, 0.1);
            box-shadow: 0px 1px 10px rgba(29, 29, 29, 0.1);
        }

        @media (max-width: 575px) {
            .header-2 .header__logo {
                max-width: 150px;
            }
        }

        .header-2 .header__main {
            border-radius: 3px;
            background: white;
            padding-left: 30px;
            padding-right: 30px;
        }

        @media (max-width: 575px),
        only screen and (min-width: 576px) and (max-width: 767px),
        only screen and (min-width: 768px) and (max-width: 991px),
        only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-2 .header__main {
                margin-top: 0;
            }
        }

        @media (max-width:450px) {
            .header-2 .header__main {
                padding-left: 15px;
                padding-right: 15px;
            }
        }

        @media (max-width: 1400px) {
            .header-2 .header__main .main-menu ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(4)):not(:nth-child(5)) {
                display: none;
            }
        }

        .header-2 .header__action-contact-btn {
            gap: 10px;
        }

        .header-2 .header__action-contact-btn-icon {
            width: 46px;
            height: 46px;
            background: #F5F5F5;
            display: -webkit-box;
            display: flex;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 3px;
        }

        .header-2 .header__action-contact-btn-text span {
            font-family: var(--rr-ff-exo);
            font-style: normal;
            font-weight: 500;
            font-size: 12px;
            line-height: 22px;
            color: #6A6A6A;
        }

        .header-2 .header__action-contact-btn-text a {
            font-family: var(--rr-ff-exo);
            font-style: normal;
            font-weight: 600;
            font-size: 17px;
            line-height: 22px;
            color: #15181b;
        }

        .header-2 .header__action-contact-btn-text a:hover {
            color: #fb7604;
        }

        .header-2 .header__top {
            padding: 14px 0 14px;
            background: #01166c;
        }

        .header-2 .header__top-menu {
            list-style: none;
            display: flex;
            display: flex;
            gap: 20px;
            margin-bottom: 0;
        }

        .header-2 .header__top-menu__wrapper {
            gap: 22px;
        }

        .header-2 .header__top-menu__wrapper .follow {
            font-family: var(--rr-ff-robo);
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 28px;
            color: white;
        }

        .header-2 .header__top-menu li a {
            font-family: var(--rr-ff-robo);
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 28px;
            color: white;
            display: flex;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 10px;
        }

        .header-2 .header__top-menu li a svg {
            opacity: 0.7;
        }

        .header-2 .header__top-menu li a:hover {
            color: #fb7604;
        }

        .header-2 .header__top-menu li a:hover svg {
            opacity: 1;
        }

        .header-2 .header__top-menu li a:hover svg path[fill=white] {
            fill: #fb7604;
        }

        /*----------------------------------------*/
        /*  3.1 header-common
/*----------------------------------------*/
        .header-3 {
            padding: 0;
            background-color: white;
        }

        .header-3.rr-sticky .header__top {
            position: absolute;
            top: -100%;
            opacity: 0;
            visibility: hidden;
            -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
        }

        @media (max-width: 575px) {
            .header-3 .header__logo {
                max-width: 150px;
            }
        }

        @media (max-width: 1400px) {
            .header-3 .header__main .main-menu ul li:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)) {
                display: none;
            }
        }

        .header-3 .header__top {
            overflow: hidden;
            padding: 11px 0px 10px;
            border: none;
            background-color: #15181b;
            position: relative;
        }

        .header-3 .header__top::before {
            clip-path: polygon(0 0, 100% 0, 97% 99%, 0% 100%);
            background-color: #fb7604;
            width: 40.3%;
            height: calc(100% + 1px);
            content: "";
            top: 0;
            left: 0;
            position: absolute;
        }

        .header-3 .header__top::after {
            content: "";
            width: 2px;
            height: 55px;
            background-color: white;
            position: absolute;
            left: 39.9%;
            top: -3px;
            rotate: 23.75deg;
        }

        @media only screen and (min-width: 1400px) and (max-width: 1600px) {
            .header-3 .header__top::after {
                rotate: 19.75deg;
            }
        }

        @media only screen and (min-width: 1200px) and (max-width: 1399px) {
            .header-3 .header__top::after {
                rotate: 16.75deg;
            }
        }

        .header-3 .header__top-menu {
            position: relative;
            list-style: none;
        }

        .header-3 .header__top-menu li a {
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            gap: 10px;

            align-items: center;
            line-height: 26px;
            color: white;
            display: flex;
            flex-wrap: wrap;
        }

        .header__main {
            display: flex;
            justify-content: space-between;
            align-items: baseline;
        }

        .header-3 .header__top-menu li a:hover {
            color: #15181b;
        }

        .header-3 .header__top-menu li a:hover svg [stroke=white] {
            stroke: #15181b;
        }

        .header-3 .header__top-email {
            padding-right: 30px;
            position: relative;
        }

        .header-3 .header__top-email::before {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            height: 30px;
            width: 1px;
            background-color: #FFFFFF;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .header-3 .header__top-email a {
            gap: 10px;
            display: -webkit-box;
            display: flex;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-size: 16px;
            line-height: 26px;
            color: white;
        }

        .header-3 .header__top-email a:hover {
            color: #fb7604;
        }

        .header-3 .header__top-socail {
            list-style: none;
            display: -webkit-box;
            display: flex;
            display: flex;
            gap: 20px;
            margin-left: 30px;
        }

        .header-3 .header__top-socail li.title {
            color: white;
        }

        .header-3 .header__top-socail li a {
            color: rgba(255, 255, 255, 0.7);
            font-size: 16px;
            font-weight: 400;
        }

        .header-3 .header__top-socail li a:hover {
            color: white;
        }

        .header-3 .rr-header-icon-search {
            padding-right: 30px;
        }

        @media (max-width: 575px),
        only screen and (min-width: 576px) and (max-width: 767px) {
            .header-3 .rr-header-icon-search {
                padding-right: 0;
                margin-right: 0;
            }
        }

        .header-3 .rr-header-icon-search svg:hover {
            color: #fb7604;
        }

        .header-3 .rr-header-contact-btn .rr-btn__header {
            background-color: #fb7604;
        }

        .header-3 .rr-header-contact-btn .rr-btn__header .btn-wrap span {
            color: white;
        }





        /* HEADER CSS */

        /*----------------------------------------*/
        /*  2.4 offcanvas
/*----------------------------------------*/

        .sidebar__toggle {
            font-size: 24px;
            cursor: pointer;
        }

        /* ===== Offcanvas ===== */
      .offcanvas__area {
    position: fixed;
    top: 0;
    right: -300px;
    width:300px;
    height: 100%;
    background: #ffff;
    padding: 20px;
    transition: 0.4s;
    z-index: 999999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-left: 3px solid #ff8d1e;
}
        .offcanvas__area.info-open {
            right: 0;
        }

        .offcanvas__overlay {
            position: fixed;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            top: 0;
            left: 0;
            opacity: 0;
            visibility: hidden;
            transition: 0.4s;
            z-index: 9998;
        }

        .offcanvas__overlay.overlay-open {
            opacity: 1;
            visibility: visible;
        }

        /* ===== Menu Styling ===== */
        .offcanvas__menu ul {
            list-style: none;
            padding: 0;
            margin-top: 40px;
        }

      .offcanvas__menu ul li {
    margin-bottom: 12px;
    border-bottom: 1px solid #dddd;
    padding-bottom: 12px;
}

        .offcanvas__menu ul li a {
            color: #000;
            text-decoration: none;
            font-size: 16px;
        }

       .offcanvas__close i{
    margin-left: auto;
    font-size: 18px;
    cursor: pointer;
    color: white;
    background: #ff8d1e;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
        .header__logo {
            z-index: 1;
        }

        .header-2 .header__top-menu li a i {
            opacity: 0.7;
        }

        .banner-2__item-right-shape {
            position: absolute;
            right: -800px;
            top: -270px;
            animation: upDown 1.3S infinite alternate;
        }

        @keyframes upDown {
            0% {
                -webkit-transform: translateY(0px);
                transform: translateY(0px);
            }

            100% {
                -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
            }
        }

        .rihgt_sec::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 640px;
            background: #fb8006;
            opacity: 0.83;
            content: "";
            z-index: 2;
            width: 100%;
        }

        .rihgt_sec {
            background-image: url(images/shape2.png);
            height: 600px;
        }

        .banner::before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 624px;
            background: #000000;
            opacity: 0.83;
            content: "";
            z-index: 2;
        }

        .banner::after {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 624px;
            background: url(../images/bg-shape.svg);
            opacity: 0.83;
            content: "";
            z-index: 2;

        }

        .banner {
            background-image: url(../images/banner-img.jpg);
            height: 600px;
            overflow: hidden;
        }

        /* project */
       .owl-nav {
            position: absolute;
            top: 50%;
            width: 100%;
            display: block !important;

        }

         .owl-nav .owl-next {
            float: right;
            font-size: 20px;
            color: #666;
            margin-right: -21px;
            background-color: #fff !important;
            padding: 0 0 0 2px !important;
            box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15) !important;
            height: 45px;
            width: 45px;
            border-radius: 50%;
            line-height: 22px;
            transition: all .3s ease-in-out 0;
            transform: translate(0, -50%);
            border: 1px solid #ccc;
        }

        .owl-dots {
            display: none;
        }

         .owl-nav .owl-prev {
            float: left;
            font-size: 20px;
            color: #666;
            margin-left: -21px;
            background-color: #fff !important;
            padding: 0 0 0 2px !important;
            -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15);
            box-shadow: 0 0 50px 0 rgba(0, 0, 0, .15) !important;
            height: 45px;
            width: 45px;
            border-radius: 50%;
            line-height: 22px;
            transition: all .3s ease-in-out 0;
            transform: translate(0, -50%);
            border: 1px solid #ccc;
        }

        .project_content {
            padding-left: 18px;
        }

        .project_content h4 {
            font-size: 20px;
        }

        .project_overlay_inner h3 a {
            color: #fff;
        }

        .project_detail {
            border-radius: 10px 10px 38px 10px;
            transition: all 500ms ease;
            overflow: hidden;
            box-shadow: var(--bs-box-shadow) !important;
        }

        .project_detail img {
            position: relative;
            width: 100%;
            display: block;
            overflow: hidden;
            border-radius: 0px 0px 38px 0px;
            transition: all 500ms ease;
        }

        .project_detail:hover img {
            border-radius: 0px 0px 0px 0px;
        }

        .project_img {
            right: 0px;
            top: 46px;
            width: 100px;
            height: 80px;
            font-size: 45px;
            border-radius: 50px 0px 0px 50px;
            transition: all 500ms ease;
        }

        .project_content {
            left: 0px;
            bottom: 0px;
            right: 0px;
            padding: 22px 35px;
            border-radius: 0px 50px 50px 0px;
            transition: all 500ms ease;
            box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.10);
        }

        .image-layer {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            height: 260px;
            background-size: cover;
        }

        .image-layer:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            width: 100%;
            height: 100%;
            display: block;
            background-color: rgb(255 255 255 / 85%);
        }

        .project_detail:hover .project_img,
        .project_detail:hover .project_content {
            opacity: 0;
            visibility: hidden;
        }

        .project_content .arrow {
            right: 5px;
            top: 5px;
            width: 70px;
            height: 70px;
            line-height: 70px;
            border-radius: 50px;
            font-size: 30px;
        }

        .project_overlay {
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            background-color: rgba(0, 33, 85, 0.90);
            transition: transform 0.4s ease;
            transform: scale(0, 1);
            transform-origin: left center;
        }

        .project_detail:hover .project_overlay {
            transform: scale(1, 1);
            transform-origin: right center;
        }

        .project_overlay:before {
            position: absolute;
            content: '';
            left: 0px;
            top: 0px;
            right: 0px;
            bottom: 0px;
            background: url(https://expert-themes.com/html/builder-expert/images/background/service-pattern.png);
            background-position: right top;
            background-repeat: no-repeat;
        }

        .project_overlay_inner {
            position: absolute;
            left: 40px;
            right: 40px;
            bottom: 60px;
        }

        .project_img_overlay {
            font-size: 60px;
        }

        .project_overlay h3 a {
            transition: all 500ms ease;
        }

        .overlay_arrow {
            font-size: 30px;
            right: 30px;
            bottom: -30px;
            width: 70px;
            height: 70px;
            border-radius: 50px;
        }

        .project_overlay h3 a:hover {
            color: #dc143c;
        }

        .project_content .bg-blue {
            background-color: #ff8d1e;
        }

        .bg-blue {
            background-color: #0e4078;
        }

        /* ================= HERO ================= */

        .hero {
            position: relative;
            height: 80vh;
            background: url('../images/banner-img.jpg') center/cover no-repeat;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        /* Dark overlay */
        .hero::before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            background: url(../images/bg-shape.svg);
            /* background:linear-gradient(to right, rgba(10,15,25,0.95) 40%, rgba(10,15,25,0.6)); */
            top: 0;
            left: 0;
            animation: leftRight 1.3S infinite alternate;

        }

        /* Animated diagonal shape */
        .hero::after {
            content: "";
            position: absolute;
            right: -20%;
            top: 0;
            width: 60%;
            height: 100%;
            background: rgba(255, 94, 20, 0.15);
            transform: skewX(-25deg);
            animation: slideShape 6s ease-in-out infinite alternate;
        }

        @keyframes slideShape {
            0% {
                right: -20%;
            }

            100% {
                right: -15%;
            }
        }

        @keyframes leftRight {
            0% {
                -webkit-transform: translateX(0px);
                transform: translateX(0px);
            }

            100% {
                -webkit-transform: translateX(-15px);
                transform: translateX(-15px);
            }
        }

        @keyframes leftRight {
            0% {
                -webkit-transform: translateX(0px);
                transform: translateX(0px);
            }

            100% {
                -webkit-transform: translateX(-15px);
                transform: translateX(-15px);
            }
        }

        /* Accent Line */
        .hero-accent {
            position: absolute;
            left: -40px;
            top: 0;
            width: 4px;
            height: 100%;
            background: #fb7604;
            z-index: 5;
        }

        /* Content */
        .hero-content {
            position: relative;
            z-index: 10;
            color: #fff;
            max-width: 750px;
            margin-left: 150px;
        }

        .hero-content .small-title {
            color: #fb7604;
            letter-spacing: 2px;
            font-weight: 600;
        }

        .hero-content h1 {
            font-size: 50px;
            font-weight: 700;
        }

        .hero-content p {
            font-size: 14px;
            opacity: 0.85;
            margin-bottom: 0;
            line-height: 2;
        }

        .logo {
            height: 80px;
        }

        .btn-orange {
            background: #fb7604;
            padding: 15px 40px;
            color: #fff;
            border: none;
            font-weight: 600;
        }

        .btn-orange:hover {
            background: #fb7604;
        }

        /* Scroll Down Mouse */
        .scroll-down {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 10;
        }

        .mouse {
            width: 30px;
            height: 50px;
            border: 2px solid #fff;
            border-radius: 20px;
            position: relative;
        }

        .mouse::before {
            content: "";
            width: 6px;
            height: 10px;
            background: #fff;
            position: absolute;
            left: 50%;
            top: 10px;
            transform: translateX(-50%);
            border-radius: 5px;
            animation: scrollAnim 1.8s infinite;
        }

        @keyframes scrollAnim {
            0% {
                top: 10px;
                opacity: 1;
            }

            100% {
                top: 30px;
                opacity: 0;
            }
        }

        /* Responsive */
        @media(max-width:991px) {
            .hero-content {
                margin-left: 30px;
            }

            .hero-content h1 {
                font-size: 45px;
            }

            .hero-accent {
                left: 20px;
            }
        }

        .banner-2__item-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: -1;
            height: 100%;
            border-radius: 0;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .banner-2__item-bg-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: -1;
            height: 100%;
            border-radius: 0;
            background-size: cover;
            background-repeat: no-repeat;
        }

        /* vission */
        .bay_h {
            font-size: 28px;
            font-weight: 600;
        }

        .vission_parah p {
            font-size: 14px;
        }

        .vission_parah {
            width: 100%;
        }

        .vission {
            margin-top: 2rem !important;
            margin-bottom: 2rem !important;
        }

        .vission_block {
            width: 86%;
        }

        /* about vission */
        .vission_parah {
            width: 80%;
            margin: 0 auto;
        }

        .vission_parah p {
            font-size: 18px
        }

        .vission_block {
            position: relative;
            margin: 0 auto;
            width: 70%;
            background: #FFF;
            display: flex;
            border-radius: 15px;
            justify-content: center;
            align-items: center;
            padding: 25px;
            border-radius: 21%;
            border: 1px solid #ddd;
        }

        .vission {
            position: relative;
        }

        .vission_block:before,
        .vission_block:after {
            content: '';
            position: absolute;
            left: -2px;
            top: -2px;
            background: linear-gradient(45deg, #fb7604, #fb7604, #fb7604, #01166c, #01166c);
            background-size: 180%;
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            z-index: -1;
            animation: steam 20s linear infinite;
            border-radius: 285px;
        }

        @keyframes steam {
            0% {
                background-position: 0 0;
            }

            50% {
                background-position: 400% 0;
            }

            100% {
                background-position: 0 0;
            }
        }

        .vission_block:after {
            filter: blur(12px);
        }

        .center_header h1::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            width: 80px;
            height: 1px;
            background: #136c47;
            bottom: 1px;
            margin: 0 auto;
        }

        .center_header h1::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            width: 40px;
            height: 3px;
            background: #ffc107;
            margin: 0 auto;
            bottom: 0;
        }

        /*==================== 
	Footer 
====================== */

        /* Main Footer */
        footer .main-footer {
            padding: 30px 0;
            background: #01166c;
            padding-bottom: 0;
            position: relative;
        }

        .truck-3 {
            background-image: url(https://wp.dynamiclayers.net/industrus/wp-content/themes/industrus/assets/img/truck-3.png);
            background-repeat: no-repeat;
            background-position: right bottom;
            background-size: contain;
            position: absolute;
            width: 100px;
            height: 100px;
            right: 70%;
            bottom: 0;
            animation: running-anim-left 35s linear infinite;
        }

        .truck-2 {
            background-image: url(https://wp.dynamiclayers.net/industrus/wp-content/themes/industrus/assets/img/truck-2.png);
            background-repeat: no-repeat;
            background-position: right bottom;
            background-size: contain;
            position: absolute;
            width: 90px;
            height: 40px;
            right: 30%;
            bottom: 0;
            animation: running-anim 30s linear infinite;
        }

        .truck {
            background-image: url(https://wp.dynamiclayers.net/industrus/wp-content/themes/industrus/assets/img/truck-1.png);
            background-repeat: no-repeat;
            background-position: right bottom;
            background-size: contain;
            position: absolute;
            width: 70px;
            height: 40px;
            right: 0;
            bottom: 0;
            animation: running-anim 20s linear infinite;
        }

        @keyframes running-anim-left {
            0% {
                left: -30%
            }

            100% {
                left: 100%
            }
        }


        @keyframes running-anim {
            0% {
                right: -30%
            }

            100% {
                right: 100%
            }
        }

        footer ul {
            padding-left: 0;
            list-style: none;
        }

        /* .main-footer::after {
            background-image: url(https://wp.dynamiclayers.net/industrus/wp-content/themes/industrus/assets/img/city-skiline.png);
            background-size: 100%;
            background-position: bottom center;
            background-repeat: no-repeat;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            bottom: 34px;
            content: '';
            overflow: hidden;
            opacity: 0.3;
        } */

        /* Copy Right Footer */
        .footer-copyright {
            background: #5558655c;
            padding: 5px 0;
        }

        .footer-copyright .logo {
            display: inherit;
        }

        .footer-copyright nav {
            float: right;
            margin-top: 5px;
        }

        .footer-copyright nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .footer-copyright nav ul li {
            border-left: 1px solid #505050;
            display: inline-block;
            line-height: 12px;
            margin: 0;
            padding: 0 8px;
        }

        .footer-copyright nav ul li a {
            color: #969696;
        }

        .footer-copyright nav ul li:first-child {
            border: medium none;
            padding-left: 0;
        }

        .footer-copyright p {
            color: #969696;
            margin: 2px 0 0;
        }

        /* Footer Top */
        .footer-top {
            background: #252525;
            padding-bottom: 30px;
            margin-bottom: 30px;
            border-bottom: 3px solid #222;
        }

        /* Footer transparent */
        footer.transparent .footer-top,
        footer.transparent .main-footer {
            background: transparent;
        }

        footer.transparent .footer-copyright {
            background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
        }

        /* Footer light */
        footer.light .footer-top {
            background: #f9f9f9;
        }

        footer.light .main-footer {
            background: #f9f9f9;
        }

        footer.light .footer-copyright {
            background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
        }

        /* Footer 4 */
        .footer- .logo {
            display: inline-block;
        }

        .section-title p {
            margin-top: 30px;
            margin-bottom: 0;
        }

        .about-content-body ul {
            background-color: #e9f7fe;
            border-radius: 20px;
            padding: 21px;
            margin: 0;
            list-style: none;
            border: 1px dotted #dddd;
        }

        .about-us .section-title-area-3 .sub-title {
            line-height: 24px;
            padding: 0px 35px;
            font-size: 16px;
            position: relative;
            font-family: "Exo", sans-serif;
            font-weight: 600;
            z-index: 1;
            color: #ff8d1e;
            max-width: max-content;
            padding-left: 0;
            margin: inherit;
            margin-bottom: 6px;
        }

        .about_dis {
            margin-top: 15px !important;
            margin-bottom: 20px !important;
            font-size: 16px;
            letter-spacing: 2px;
        }

        .about-content .section-title-area-3 .sub-title::before {
            content: "";
            position: absolute;
            width: 56px;
            height: 2px;
            left: -30px;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(-90deg, #ff8d1e, rgba(33, 38, 45, 0)) !important;
            display: none;
        }

        .about-content-body ul li {
            position: relative;
            font-size: 20px;
            color: #12223b;
            font-weight: 500;
            padding-left: 30px;
            margin-bottom: 15px;
        }

        .about-content-body ul li:before {
            content: '\f058';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 20px;
            color: #ffb703;
            display: inline-block;
            line-height: normal;
            position: absolute;
            top: 4px;
            left: 0;
        }

        /*==================== 
	Widgets 
====================== */
        .widget {
            padding: 20px;
            margin-bottom: 40px;
        }

        .widget.widget-last {
            margin-bottom: 0px;
        }

        .widget.no-box {
            padding: 0;
            background-color: transparent;
            margin-bottom: 40px;
            box-shadow: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            -ms-box-shadow: none;
            -o-box-shadow: none;
        }

        .widget.subscribe p {
            margin-bottom: 18px;
        }

        .widget li a {
            color: #fff;
        }

        .widget li a:hover {
            color: #aaa;
            text-decoration: none;
        }

        .widget-title {
            margin-bottom: 20px;
        }

        .widget-title span {
            background: #839fad none repeat scroll 0 0;
            display: block;
            height: 1px;
            margin-top: 25px;
            position: relative;
            width: 20%;
        }

        .widget-title span::after {
            background: inherit;
            content: "";
            height: inherit;
            position: absolute;
            top: -4px;
            width: 50%;
        }

        .widget-title.text-center span,
        .widget-title.text-center span::after {
            margin-left: auto;
            margin-right: auto;
            left: 0;
            right: 0;
        }

        .widget .badge {
            float: right;
            background: #7f7f7f;
        }

        .typo-light h1,
        .typo-light h2,
        .typo-light h3,
        .typo-light h4,
        .typo-light h5,
        .typo-light h6,
        .typo-light p,
        .typo-light div,
        .typo-light span,
        .typo-light small {
            color: #fff;
        }

        ul.social-footer2 {
            margin: 0;
            padding: 0;
            width: auto;
        }

        ul.social-footer2 li {
            display: inline-block;
            padding: 0;
        }

        ul.social-footer2 li a:hover {
            background-color: #ff8d1e;
        }

        ul.social-footer2 li a {
            display: block;
            height: 30px;
            width: 30px;
            text-align: center;
        }

        .btn {
            background-color: #ff8d1e;
            color: #fff;
        }

        .btn:hover,
        .btn:focus,
        .btn.active {
            background: #4b92dc;
            color: #fff;
            -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            -o-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
            -webkit-transition: all 250ms ease-in-out 0s;
            -moz-transition: all 250ms ease-in-out 0s;
            -ms-transition: all 250ms ease-in-out 0s;
            -o-transition: all 250ms ease-in-out 0s;
            transition: all 250ms ease-in-out 0s;
        }

        .widget .fa {
            display: inline-block;
            font: normal normal normal 14px/1 FontAwesome;
            background-color: #3e3e3e;
            color: #fff;
            padding: 9px;
            border-radius: 5px;
        }

        #subscribe-box .emailfield {
            margin: auto;
        }


        input.submitbutton.ripplelink {
            background: #e67e22;
            border: 3px solid rgba(0, 0, 0, 0.1);
            color: #fff;
            border-color: #e67e22;
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2);
            transition-delay: 0s;
            width: 100%;
            font-size: 14px;
            /* font-weight: 700; */
            border: 0px solid;
            transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
            padding: 10px 15px;
            margin-bottom: 16px;
            border-radius: 5px;
        }

        .thumb-content ::before {
            content: "\f190";
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            text-decoration: inherit;
            margin-left: 5px;
            color: #ffffff;
        }

        /* counter_area */
        .tmp-counter-area.area-3 .counter-inner {
            background: #f9f9f9;
            border-bottom: 3px solid #ff8d1e;
        }

        .tmp-counter-area .counter-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 40px 114px;
            background: #fff;
            box-shadow: 0 9px 10.8px rgba(187, 173, 173, .07);
            border-radius: 16px;
            margin-top: -100px;
            position: relative;
            z-index: 1;
        }

        .tmp-counter-area .counter-inner .content {
            padding: 25px 30px;
            position: relative;
            z-index: 1;
        }

        .tmp-counter-area .counter-inner .content:first-child .title,
        .tmp-counter-area .counter-inner .content:nth-child(3) .title {
            background: #fff;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            -webkit-text-stroke: 1px #cfd3d7;
        }

        .tmp-counter-area .counter-inner .content .title {
            font-size: 70px;
            font-weight: 600;
            margin-bottom: -5px;
            display: flex;
            align-items: center;
        }

        .tmp-counter-area.area-3 .counter-inner .content::after {
            background: #fff;
            border: none;
        }

        .tmp-counter-area .counter-inner .content::after {
            content: "";
            position: absolute;
            width: 117px;
            height: 100%;
            top: 0;
            left: 0;
            background: #fafafa;
            border-left: 2px solid #e4e4e4;
            z-index: -1;
            transition: all 0.4s ease;
        }

        .tmp-counter-area .counter-inner .content p {
            font-size: 14px;
            line-height: 1.4;
        }

        /*--------------------------------------------------------------
# Package
--------------------------------------------------------------*/
        .price-page__inner {
            margin-bottom: 60px;
        }



        @media only screen and (min-width: 576px) and (max-width: 767px),
        (max-width: 575px) {
            .price-page__inner {
                margin-bottom: 40px;
            }
        }

        .price-page__inner__btn {
            margin: 0px 12px;
            padding: 20px 40px;
            color: var(--drivschol-heading-text, #111117);
        }

        .price-page__inner__btn::before {
            background-color: var(--drivschol-gray2, #F5F5F5);
        }

        .price-page__inner__btn::after {
            background-color: var(--drivschol-primary, #EC2526);
        }

        .price-page__inner__btn.active-btn::before {
            background-color: var(--drivschol-primary, #EC2526);
        }

        .price-page__inner__btn:hover,
        .price-page__inner__btn.active-btn {
            color: var(--drivschol-white, #fff);
        }

        @media (max-width: 575px) {
            .price-page__inner__btn {
                padding: 15px 30px;
                margin: 0px 5px;
            }
        }

        .package-card {
            background: var(--drivschol-white, #fff);
            box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.08);
            padding: 0px 30px 38px 30px;
            margin-top: 30px;
            margin-bottom: 0;
            max-width: 400px;
            margin-left: auto;
            margin-right: auto;
            height: 100%;
            padding-bottom: 0;
        }

        .package-card__head {
            position: relative;
            z-index: 1;
        }

        .package-card__head__item {
            position: relative;
            text-align: center;
            padding-bottom: 44px;
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
            background-color: #01166c;
            transition: all 0.4s ease-in-out;
        }

        .package-card__head__item__price {
            color: rgba(255, 255, 255, 0.7);
            text-align: center;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 135%;
            margin-bottom: 0;
            transition: all 0.4s ease-in-out;
        }

        .package-card__head__item__price sub {
            font-size: 20px;
        }

        .package-card__head__item__name {
            margin-top: -8px;
            color: rgba(255, 255, 255, 0.7);
            text-align: center;
            font-size: 14px;
            font-style: normal;
            font-weight: 500;
            line-height: 293.75%;
            margin-bottom: 0px;
        }

        .package-card__head__item__shape__one {
            position: absolute;
            right: 20px;
            top: 24px;
        }

        .package-card__head__item__shape__one svg {
            fill: #000;
            transition: all 0.4s ease-in-out;
        }

        .package-card__head__item__shape__two {
            position: absolute;
            right: 20px;
            top: 0px;
        }

        .package-card__head__item__shape__two svg {
            fill: #000;
            transition: all 0.4s ease-in-out;
        }

        .package-card__head__shape {
            position: absolute;
            bottom: -5px;
            left: 60px;
            content: "";
            clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 75%, 0 100%);
            background: #ff8d1e;
            width: 194px;
            height: 98px;
            z-index: -1;
            transition: all 0.4s ease-in-out;
        }

        @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .package-card__head__shape {
                left: 18px;
            }
        }

        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .package-card__head__shape {
                left: 40px;
            }
        }

        @media only screen and (min-width: 576px) and (max-width: 767px) {
            .package-card__head__shape {
                left: 70px;
            }
        }

        @media (max-width: 575px) {
            .package-card__head__shape {
                left: calc(15% + 20px);
            }
        }

        @media screen and (max-width: 375px) {
            .package-card__head__shape {
                width: 160px;
            }
        }

        @media screen and (max-width: 320px) {
            .package-card__head__shape {
                width: 120px;
            }
        }

        .package-card__head::after {
            position: absolute;
            top: -30px;
            left: -30px;
            content: "";
            width: 31px;
            height: 30px;
            background: #01166c;
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
            transition: all 0.4s ease-in-out;
        }

        .package-card__head::before {
            position: absolute;
            top: -30px;
            left: 0;
            content: "";
            width: 99.9999999%;
            height: 31px;
            background: #01166c;
            transition: all 0.4s ease-in-out;
        }

        .package-card__head__flag {
            position: absolute;
            top: -78px;
            right: -91px;
            transform: rotate(-31deg);
        }

        .package-card__body {
            padding-top: 28px;
        }

        .package-card__body__title {
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-align: center;
            border-bottom: 1px solid var(--drivschol-gray2, #F5F5F5);
            padding-bottom: 22px;
            margin-bottom: 0;
        }

        .package-card__body__list {
            padding-left: 0;
        }

        .package-card__body__list__item {
            display: flex;
            align-items: center;
            border-bottom: 1px solid var(--drivschol-gray2, #F5F5F5);
            padding: 6px 0px 6px 0px;
            padding-left: 20px;
            position: relative;
        }

        .package-card__body__list__item__text {
            padding-bottom: 0;
            margin-bottom: 0;
            color: var(--drivschol-gray, #6D7076);
            font-size: 14px;
            font-style: normal;
            font-weight: 600;
            line-height: 162.5%;
            text-transform: capitalize;
        }

        .package-card__body__list__item__package {
            padding-bottom: 0;
            margin-bottom: 0;
            color: #ff8d1e;
            font-size: 16px;
            font-style: normal;
            font-weight: 600;
            line-height: 162.5%;
            text-transform: capitalize;
        }

        .package-card__body__btn a {
            padding: 12px 46px;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 162.5%;
        }

        .package-card__body__btn a::after {
            background-color: var(--drivschol-primary, #EC2526);
        }

        .package-card__body__btn a:hover {
            color: var(--drivschol-white, #fff);
        }

        .package-card:hover .package-card__head .package-card__head__item,
        .package-card.active .package-card__head .package-card__head__item {
            background-color: #ff8d1e;
        }

        .package-card:hover .package-card__head .package-card__head__item__price,
        .package-card.active .package-card__head .package-card__head__item__price {
            color: white;
        }

        .package-card:hover .package-card__head .package-card__head__item__shape__one svg,
        .package-card.active .package-card__head .package-card__head__item__shape__one svg {
            fill: #fff;
        }

        .package-card:hover .package-card__head .package-card__head__item__shape__two svg,
        .package-card.active .package-card__head .package-card__head__item__shape__two svg {
            fill: #fff;
        }

        .package-card:hover .package-card__head .package-card__head__shape,
        .package-card.active .package-card__head .package-card__head__shape {
            background: #01166c;
        }

        .package-card:hover .package-card__head::after,
        .package-card.active .package-card__head::after {
            background-color: #ff8d1e;
        }

        .package-card:hover .package-card__head::before,
        .package-card.active .package-card__head::before {
            background-color: #ff8d1e;
        }

        .package-card.active .drivschol-btn::before {
            background-color: #01166c;
        }

        .package-card__two .package-card__head::after {
            position: absolute;
            top: -30px;
            right: -30px;
            left: auto;
            content: "";
            width: 31px;
            height: 30px;
            background: #01166c;
            clip-path: polygon(0 0, 0% 100%, 100% 100%);
            transition: all 0.4s ease-in-out;
        }

        .price-page {
            position: relative;
            background-color: var(--drivschol-white, #fff);
            padding-top: 120px;
            padding-bottom: 90px;
        }

        .price-page__home {
            padding-bottom: 130px;
        }

        /* about_use */
        .tab-area-content {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .tab-area-content img {
            border-radius: 10px;
        }

        .section-title-area .pre-title {
            color: #ff8d1e;
            font-weight: 400;
            border-radius: 4px;
            line-height: 1;
            padding: 10px 20px;
            background: rgba(255, 112, 41, .08);
            max-width: max-content;
            margin-bottom: 20px;
        }

        .section-title-area .Section-title {
            font-weight: 600;
            max-width: 469px;
            color: #1f242e;
            margin-bottom: 15px;
        }

        .tmp-tab-one-start ul.nav {
            padding: 0;
            border: none;
            margin-top: 15px;
            margin-bottom: 30px;
            max-width: max-content;
            gap: 10px;
        }

        .about-us .section-title-area-3 .sub-title::before {
            content: "";
            position: absolute;
            width: 56px;
            height: 2px;
            left: -30px;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(-90deg, #ff8d1e, rgba(33, 38, 45, 0)) !important;
            display: none;
        }

        .tmp-tab-one-start ul.nav li button {
            color: #1f242e;
            font-family: var(--font-primary);
            padding: 12px 19px;
            margin: 0;
            background: 0 0;
            border: 1px solid #e4e4e4 !important;
            font-weight: 500;
            font-size: 16px;
            border-radius: 5px;
            position: relative;
            transition: .3s;
        }

        .nav-tabs .nav-item.show .nav-link,
        .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

        .tmp-tab-one-start ul.nav li button.active::after {
            position: absolute;
            content: "";
            width: 0;
            height: 0;
            border-left: 18px solid #ff8d1e;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            bottom: -20px;
            left: 50%;
            transform: translateX(-50%) rotate(90deg);
            opacity: 1;
            transition: all 0.4s ease;
        }

        .single-tab-content-one {
            padding: 25px;
            box-shadow: 0 0 10px rgba(0, 0, 0, .06);
            background: #fff;
            border-radius: 10px;
            border: 1px solid #dddd;
        }

        .single-tab-content-one p.desc {
            margin-bottom: 8px !important;
            font-size: 16px;
        }

        .single-tab-content-one p.desc {
            margin-bottom: 15px;
        }

        .single-tab-content-one .tab-area-content .right-jr {
            display: flex;
            flex-direction: column;
            gap: 7px;
        }

        .single-tab-content-one .tab-area-content .right-jr .single {
            margin-bottom: 0;
            display: flex;
            align-items: start;
        }

        .single-tab-content-one .tab-area-content .right-jr .single .icon {
            width: 18px;
            height: 18px;
            display: block;
            border-radius: 50%;
            text-align: center;
            line-height: 18px;
            background: #ffefe8;
            margin-right: 10px;
            margin-top: 2px;
        }

        .single-tab-content-one .tab-area-content .right-jr .single span {
            font-weight: 400;
            font-size: 16px;
            line-height: 24px;
            color: #717580;
        }

        .tmp-tab-one-start ul.nav li button[aria-selected=true] {
            background: #ff8d1e;
            color: #fff;
            border: 1px solid transparent !important;
        }

        .single-tab-content-one .tab-area-content .right-jr .single .icon i {
            color: #ff8d1e;
            font-size: 12px;
        }

        .about-image::after {
            content: "";
            border: 18px solid #ff8d1e;
            height: auto;
            width: 100%;
            position: absolute;
            right: -54px;
            top: 0;
            bottom: -54px;
            z-index: -1;
        }

        .about-image {
            position: relative;
            margin-right: 87px;
        }

        .about-image img {
            object-fit: cover;
            width: 100%;
            height: 100%;    border-radius: 8px;
        }
.gallery_images {
    height: 400px;
    width: 100%;
} .gallery_images::before {
    content: "";
    position: absolute;
    left: 6px;
    right: 6px;
    top: 6px;
    bottom: 6px;
    border: 5px double #ff8f1eb1;
    border-radius: 6px;
}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 16px;
    height: 16px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #ff8d1e;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
        align-items: center;

}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -52px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators .active {
    opacity: 1;
      width: 18px;
    height: 18px;
}

        /*Responsive_media_quries*/
        @media screen and (min-width:1400px) and (max-width:1700px) {}

        @media screen and (min-width:1400px) and (max-width:1450px) {
            .count_text_area {
                font-size: 14px;
            }

        }

        @media screen and (min-width:1200px) and (max-width:1399.98px) {}

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

        @media screen and (min-width:768px) and (max-width:991.98px) {}

        @media screen and (min-width:576px) and (max-width:767.98px) {
            .testimonial-content:before {
    left: -48%;
    height: 5px;
    background-position: right;
}
.property_list li p {
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
}
            .testimonial-item .author {
                margin: -53px 0 0 0;
                width: 120px;
                height: 120px;
            }

            .testimonial-item .author:before {
                bottom: 49px;
            }

            .about-image {
                margin-right: 31px;
                height: auto;
                margin-bottom: 20px;
            }

            .about-image::after {
                border: 18px solid #ff8d1e;
                height: auto;
                width: 100%;
                position: absolute;
                right: -30px;
                top: 0;
                bottom: -30px;
                z-index: -1;
            }

            .section-space-115 {
                padding-top: 55px;
                padding-bottom: 55px;
            }

            .single-tab-content-one .tab-area-content .right-jr .single .icon {
                width: 14px;
                height: 14px;
                line-height: 18px;
                margin-right: 8px;
                margin-top: -1px;
                line-height: 9px;
            }

            .single-tab-content-one .tab-area-content .right-jr .single .icon i {
                font-size: 7px;
            }

            .single-tab-content-one .tab-area-content .right-jr .single span {
                font-weight: 400;
                font-size: 11px !important;
                line-height: 9px !important;
                color: #717580;
            }

            .project_content h4 {
                font-size: 13px;
                margin-bottom: 0;
            }

            .single-tab-content-one p.desc {
                margin-bottom: 8px !important;
                font-size: 12px;
            }

            .project_content .arrow {
                right: 16px;
                top: 1px;
                width: 30px;
                height: 30px;
                font-size: 15px;
            }

             .owl-nav .owl-next {
                font-size: 14px !important;
                margin-right: -11px;
                height: 32px;
                width: 32px;
            }

         .owl-nav .owl-prev {
                font-size: 14px !important;
                margin-left: -11px;
                background-color: #fff !important;
                height: 32px;
                width: 32px;
            }

            .project_img_overlay {
                font-size: 34px;
            }

            h3.text-white.position-relative.my-3.font-24 {
                font-size: 16px;
                margin-bottom: 8px !important;
                margin-top: 12px !important;

            }

            .tmp-tab-one-start ul.nav li button {
                padding: 8px 10px;
                font-size: 11px;
            }

            .project_content {
                padding: 9px 16px;
            }

            .single-tab-content-one {
                padding: 14px;

            }

            .about-us .section-title-area-3 .sub-title {
                line-height: 24px !important;
                margin: inherit !important;
                padding: 0px 35px;
                font-size: 14px !important;
                margin-top: 25px !important;
            }

            .project_overlay_inner .text.text-white.font-16.position-relative {
                font-size: 12px;
            }

            .section-title-area-3 .section-title {
                line-height: 28px !important;
                font-size: 20px !important;
            }

            .section-title-area-3 .sub-title {
                line-height: 24px !important;
                margin: 0px auto 4px !important;
                padding: 0px 35px;
                font-size: 14px !important;
            }

            .scrol_width_col {
                display: inline-block;
                margin: 2px;
                scroll-snap-align: none start;
                scroll-margin-inline: 20px;
                width: 65%;
            }

            .scrol_width {
                overflow-x: scroll;
                overflow-y: hidden;
                white-space: nowrap;
                scroll-snap-type: x mandatory;
                display: block;
            }

            .package-card__head::after {
                top: -16px;
                left: -16px;
                content: "";
                width: 17px;
                height: 19px;

            }

            .package-card__head::before {
                top: -15px;
                left: 0;
                height: 31px;
            }

            .package-card {
                padding: 0px 14px 38px 14px;
                margin-top: 30px;
                margin-bottom: 0;
                max-width: 400px;

            }

            .package-card__head__shape {
                left: calc(1% + 16px);
            }

            .package-card__head__item__name {
                font-size: 8px;
            }

            .package-card__head__item h3 {
                font-size: 16px;
                margin-bottom: 2px;
            }

            .package-card__body__list__item__text svg {
                width: 14px;
                height: 24px;
            }

            .package-card__body__list__item {
                padding-left: 6px;
            }

            .package-card__head__shape {
                bottom: -6px;
                left: 18px;
            }

            .package-card__head__item__price {
                font-size: 10px;
            }

            .tmp-counter-area .counter-inner {
                flex-wrap: wrap;
                gap: 15px;
                padding: 15px 15px !important;
            }

            .tmp-counter-area .counter-inner .content {
                width: 47%;
            }

            .tmp-counter-area .counter-inner .content .title {
                font-size: 40px;
                margin-bottom: 8px;
            }

            .tmp-counter-area .counter-inner .content {
                padding: 16px 0 16px 15px;
            }

            .tmp-counter-area .counter-inner .content::after {
                width: 100%;
            }

            .tmp-counter-area .counter-inner .content .title {
                font-size: 40px;
                margin-bottom: 8px;
            }

            .widget.no-box {
                margin-bottom: 12px;
            }

            .header-2 .header__top-menu li a {
                font-size: 11px;
                line-height: 14px;
            }

            .header-2 .header__top-menu__wrapper .follow {
                display: none;
            }

            .mega__menu-wrapper.p-relative::before {
                top: -5px;
                width: 173px;
            }

            .header-2 .header__main {
                padding: 0 9px !important;
            }

            .header__right.pe-5.me-5 {
                padding: 0 !important;
                margin: 0 !important;
            }

            .logo {
                height: auto;
            }

            .header__main {
                align-items: center;
            }

            .header-2 .header__top-menu li a svg {
                height: 24px;
                width: 24px;
            }

            .header-2 .header__top {
                padding: 9px 0px 9px 9px;
                background: #01166c;
            }

            .d_sm {
                display: flex;
                justify-content: center;
            }

            .header-2 .header__top-menu {
                gap: 18px;
            }

            .header-2 ul.header__top-menu li a i {
                font-size: 14px;
            }

            .hero-content h1 {
                font-size: 26px;
            }

            .btn-orange {
                padding: 9px 12px;
                font-size: 12px !important;
                margin-top: 12px !important;
            }

            .tmp-counter-area .counter-inner {
                margin-top: -60px;
            }

            .hero-content p {
                font-size: 12px;
                line-height: 20px;
            }
.tab-area-content img {
    border-radius: 10px;
    width: 110px;
}
            .hero-accent {
                left: -21px;
            }

            .hero::before {
                animation: none;
            }

            .hero-content {
                margin-left: 34px;
                padding-right: 15px;
            }

            .hero {
                position: relative;
                height: 500px;
                background-position: 100% 100%;

            }

            .hero-content .small-title {
                margin-bottom: 8px;
            }

            .banner-2__item-right-shape {
                right: -1053px;
            }

            .hero::after {
                content: "";
                position: absolute;
                right: -20%;
                top: 0;
                width: 15%;
                height: 100%;
                background: rgba(255, 94, 20, 0.15);
                transform: skewX(-24deg);
                animation: slideShape 6s ease-in-out infinite alternate;
                left: 226px;
            }

            .header-2 .header__action-contact-btn {
                gap: 7px;
                margin-right: 14px;
            }

            .header-2 .header__action-contact-btn-icon {
                width: 34px;
                height: 34px;
            }

            .header-2 .header__action-contact-btn-text span {
                font-weight: bold;
                font-size: 10px;
                line-height: 10px;
            }

            .header-2 .header__action-contact-btn-text a {
                font-size: 12px;
                line-height: 17px;
            }

            .vission_block {
                width: 88%;
            }

            .bay_h {
                font-size: 28px;
                font-weight: 600;
            }

            .vission_parah p {
                font-size: 13px;
            }

            .vission_parah {
                width: 100%;
            }

            .footerlogo {
                display: flex;
                justify-content: center;
            }

            .footerlogo img {
                width: 45% !important;
            }

            .widget-title {
                margin-bottom: 12px;
            }

            .widget.no-box p {
                font-size: 12px;
            }

            .widget li a {
                font-size: 12px;
            }

            .widget-title {
                margin-bottom: 8px;
                font-size: 15px;
            }

            .truck-3 {
                width: 65px;
                height: 65px;
            }

            .truck-2 {
                width: 65px;
                height: 40px;
            }

            .truck {
                width: 50px;
                height: 40px;
            }

            .footer-copyright p {
                font-size: 10px;
            }

            .widget-title span {
                margin-top: 11px;
            }

            .widget.no-box p {
                margin-bottom: 40px;
            }

            .widget .fa {
                font-size: 12px !important;
                padding: 6px;
            }

            .testimonial-item .author {
                margin: -71px 0 0 0;
                width: 140px;
                height: 140px;
            }

            .testimonial-item .author:before {
                bottom: 49px;
            }
            h3.property_title {
    font-size: 12px;
}
p.apartment_subtitle {
    font-size: 10px;
}
.property_list {
    margin-top: 10px !important;
    padding-top: 4px;
    border-top: 1px solid #edebe8;
}
.view_etail h4 {
    font-size: 12px;
}
.view_etail .fas {
    font-size: 14px;
}
.icon svg {
    width: 15px;
    height: 15px;

}
.single_property_content {
    padding: 14px !important;
}
.property_list li+li {
    margin-left: 34px;
}
.section__title-wrapper h4 {
    font-size: 22px;
    margin: 14px 0;
    color: white;
}
p.des.mb-0 {
    font-size: 12px;
    color: white;
}
         .lets-talk-bg .overlay::after {
    background: linear-gradient(307deg, rgb(8 5 5 / 0%) 0.13%, rgb(0 0 0) 99.85%);
}
      .about-us .section-title-area-3 .sub-title {
    margin: 0 auto !important;
}

 .bagde-flag {
    font-size: 10px;
    padding: 6px 11px 6px 16px;
}
.bagde-flag {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    padding: 6px 11px 6px 16px;
    display: block;
    text-decoration: none;
}
.bagde-flag-wrap::before {
    top: 27px;}
        }



        @media screen and (min-width: 380px) and (max-width: 575.98px) {
        .tab_project ul li a {
  
    padding: 7px 0px;
    font-size: 12px;
}
.gallery_images {
    height: 300px;
    width: 100%;
}
.gallery-block-two .inner-box .search-icon {
    right: 31px;
    bottom: 1px;
    width: 40px;
    height: 40px;
    color: #ff8d1e;
    z-index: 2;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
}
.gallery-block-two .inner-box .search-icon:before {
    right: -5px;
    top: -5px;
    bottom: -5px;
    left: -5px;
}
.gallery-block-two .inner-box .image .overlay-box .content .category {
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: 400;
}
.gallery-block-two .inner-box .image .overlay-box .content .read-more {
    position: relative;
    color: #ffffff;
    padding: 8px 10px;
    width: max-content;
    border-radius: 12px;
    background-color: #ff8d1e;
    font-size: 12px;
}
.gallery-block-two .inner-box .image .overlay-box .content h4 {
    margin-bottom: 10px;
    position: relative;
    color: #ffffff;
    transition: all 300ms ease;
    font-size: 14px;
}
.gallery-block-two .inner-box .image .overlay-box .content {
    left: 16px;
    bottom: 16px;
    right: 16px;
    z-index: 1;
    width: 100%;
      padding-left: 20px;
        padding-right: 20px;
}
.tab_project ul li:before {
    right: -19px;
    top: 10px;
    height: 30px;
    width: 1px;
}
.gallery-block-two .inner-box .image img {
    height: 220px;
}
.tab_project ul li {
    margin: 0px 18px 0px;
    padding: 6px 0px 6px;
}
  .tab_project ul li a  svg {
    width: 15px !important;
    height: 15px;
}
.property_list li p {
    font-size: 10px;
    font-weight: 500;
    line-height: 18px;
}
.bagde-flag-wrap::before {
    top: 27px;} 
.bagde-flag {
    font-size: 10px;
    line-height: 15px;
    font-weight: 600;
    padding: 6px 11px 6px 16px;
    display: block;
    text-decoration: none;
}

          .lets-talk-bg .overlay::after {
    background: linear-gradient(307deg, rgb(8 5 5 / 0%) 0.13%, rgb(0 0 0) 99.85%);
} .about-us .section-title-area-3 .sub-title {
    margin: 0 auto !important;
}
   .bagde-flag {
    font-size: 10px;
    padding: 6px 11px 6px 16px;
}
          
            .mb-30 {
    margin-bottom: 10px;
}
p.des.mb-0 {
    font-size: 12px;
    color: white;
}
.section__title-wrapper h4 {
    font-size: 22px;
    margin: 14px 0;
    color: white;
}
                .testimonial-content:before {
    left: -48%;
    height: 5px;
    background-position: right;
}
            .testimonial-item .author {
                margin: -53px 0 0 0;
                width: 120px;
                height: 120px;
            }

            .testimonial-item .author:before {
                bottom: 49px;
            }

            .section-space-115 {
                padding-top: 55px;
                padding-bottom: 55px;
            }

            .about-image {
                margin-right: 31px;
                height: auto;
                margin-bottom: 20px;
            }

          .about-image::after {
    border: 8px solid #ff8d1e;
    height: auto;
    width: 100%;
    position: absolute;
    right: -30px;
    top: 0;
    bottom: -38px;
    z-index: -1;
}
.carousel-indicators {
    bottom: -48px;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
   
}
.carousel-indicators .active {
    opacity: 1;
    width: 14px;
    height: 14px;
}
            .testimonial-item .quote {
                margin: 10px 0 10px;
                font-size: 12px;
                line-height: 19px;
            }

            .testimonial-item .testi-star i.active {
                font-size: 14px;
                color: #ffae11;
                text-align: center;
                padding: 0 3px 0 3px;
            }

            .testimonial-item .bio h4.name {
                font-size: 18px;

            }

            .testimonial-item .bio h5.designation {
                font-size: 14px;
            }

            .testimonial-content {
                padding: 0 14px 14px 14px;
            }

            .single-tab-content-one .tab-area-content .right-jr .single .icon {
                width: 14px;
                height: 14px;
                line-height: 18px;
                margin-right: 8px;
                margin-top: -1px;
                line-height: 9px;
            }

            .single-tab-content-one .tab-area-content .right-jr .single .icon i {
                font-size: 7px;
            }

            .single-tab-content-one .tab-area-content .right-jr .single span {
                font-weight: 400;
                font-size: 11px !important;
                line-height: 9px !important;
                color: #717580;
            }

            .project_content h4 {
                font-size: 13px;
                margin-bottom: 0;
            }

            .single-tab-content-one p.desc {
                margin-bottom: 8px !important;
                font-size: 12px;
            }

            .project_content .arrow {
                right: 16px;
                top: 1px;
                width: 30px;
                height: 30px;
                font-size: 15px;
            }

             .owl-nav .owl-next {
                font-size: 14px !important;
                margin-right: -11px;
                height: 32px;
                width: 32px;
            }

             .owl-nav .owl-prev {
                font-size: 14px !important;
                margin-left: -11px;
                background-color: #fff !important;
                height: 32px;
                width: 32px;
            }

            .project_img_overlay {
                font-size: 34px;
            }

            h3.text-white.position-relative.my-3.font-24 {
                font-size: 16px;
                margin-bottom: 8px !important;
                margin-top: 12px !important;

            }

            .tmp-tab-one-start ul.nav li button {
                padding: 8px 10px;
                font-size: 11px;
            }

            .project_content {
                padding: 9px 16px;
            }

            .single-tab-content-one {
                padding: 14px;

            }

            .about-us .section-title-area-3 .sub-title {
                line-height: 24px !important;
                margin: inherit !important;
                font-size: 14px !important;
                margin-top: 25px !important;
            }

            .project_overlay_inner .text.text-white.font-16.position-relative {
                font-size: 12px;
            }

            .section-title-area-3 .section-title {
                line-height: 28px !important;
                font-size: 20px !important;
            }

            .section-title-area-3 .sub-title {
                line-height: 24px !important;
                margin: 0px auto 4px !important;
                padding: 0px 35px;
                font-size: 14px !important;
            }

            .scrol_width_col {
                display: inline-block;
                margin: 2px;
                scroll-snap-align: none start;
                scroll-margin-inline: 20px;
                width: 65%;
            }

            .scrol_width {
                overflow-x: scroll;
                overflow-y: hidden;
                white-space: nowrap;
                scroll-snap-type: x mandatory;
                display: block;
            }

            .package-card__head::after {
                top: -16px;
                left: -16px;
                content: "";
                width: 17px;
                height: 19px;

            }

            .package-card__head::before {
                top: -15px;
                left: 0;
                height: 31px;
            }

            .package-card {
                padding: 0px 14px 38px 14px;
                margin-top: 30px;
                margin-bottom: 0;
                max-width: 400px;

            }

            .package-card__head__shape {
                left: calc(1% + 16px);
            }

            .package-card__head__item__name {
                font-size: 8px;
            }

            .package-card__head__item h3 {
                font-size: 16px;
                margin-bottom: 2px;
            }

            .package-card__body__list__item__text svg {
                width: 14px;
                height: 24px;
            }

            .package-card__body__list__item {
                padding-left: 6px;
            }

            .package-card__head__shape {
                bottom: -6px;
                left: 18px;
            }

            .package-card__head__item__price {
                font-size: 10px;
            }

            .tmp-counter-area .counter-inner {
                flex-wrap: wrap;
                gap: 15px;
                padding: 15px 15px !important;
            }

            .tmp-counter-area .counter-inner .content {
                width: 47%;
            }

            .tmp-counter-area .counter-inner .content .title {
                font-size: 40px;
                margin-bottom: 8px;
            }

            .tmp-counter-area .counter-inner .content {
                padding: 16px 0 16px 15px;
            }

            .tmp-counter-area .counter-inner .content::after {
                width: 100%;
            }

            .tmp-counter-area .counter-inner .content .title {
                font-size: 40px;
                margin-bottom: 8px;
            }

            .widget.no-box {
                margin-bottom: 12px;
            }

            .header-2 .header__top-menu li a {
                font-size: 11px;
                line-height: 14px;
            }

            .header-2 .header__top-menu__wrapper .follow {
                display: none;
            }

            .mega__menu-wrapper.p-relative::before {
                top: -5px;
                width: 173px;
            }

            .header-2 .header__main {
                padding: 0 9px !important;
            }

            .header__right.pe-5.me-5 {
                padding: 0 !important;
                margin: 0 !important;
            }

            .logo {
                height: auto;
            }

            .header__main {
                align-items: center;
            }

            .header-2 .header__top-menu li a svg {
                height: 24px;
                width: 24px;
            }

            .header-2 .header__top {
                padding: 9px 0px 9px 9px;
                background: #01166c;
            }

            .d_sm {
                display: flex;
                justify-content: center;
            }

            .header-2 .header__top-menu {
                gap: 18px;
            }

            .header-2 ul.header__top-menu li a i {
                font-size: 14px;
            }

            .hero-content h1 {
                font-size: 24px;
            }

            .btn-orange {
                padding: 9px 12px;
                font-size: 12px !important;
                margin-top: 12px !important;
            }

            .tmp-counter-area .counter-inner {
                margin-top: -60px;
            }
h3.property_title {
    font-size: 12px;
}
p.apartment_subtitle {
    font-size: 10px;
}
.property_list {
    margin-top: 10px !important;
    padding-top: 4px;
    border-top: 1px solid #edebe8;
}
.view_etail h4 {
    font-size: 12px;
}
.view_etail .fas {
    font-size: 14px;
}
.p-2.bg-light.property_slid {
    height: 220px;
}
.icon svg {
    width: 15px;
    height: 15px;

}
.single_property_content {
    padding: 14px !important;
}
.property_list li+li {
    margin-left: 34px;
}

            .hero-content p {
                font-size: 10px;
                line-height: 17px;
            }
.tab-area-content img {
    border-radius: 10px;
    width: 110px;
}
            .hero-accent {
                left: -21px;
            }

            .hero::before {
                animation: none;
            }

            .hero-content {
                margin-left: 34px;
                padding-right: 15px;
            }

            .hero {
                position: relative;
                height: 380px;
                background-position: 100% 100%;

            }

            .hero-content .small-title {
                margin-bottom: 8px;
            }

            .banner-2__item-right-shape {
                right: -1053px;
            }

            .hero::after {
                content: "";
                position: absolute;
                right: -20%;
                top: 0;
                width: 15%;
                height: 100%;
                background: rgba(255, 94, 20, 0.15);
                transform: skewX(-24deg);
                animation: slideShape 6s ease-in-out infinite alternate;
                left: 226px;
            }

            .header-2 .header__action-contact-btn {
                gap: 7px;
                margin-right: 14px;
            }

            .header-2 .header__action-contact-btn-icon {
                width: 34px;
                height: 34px;
            }

            .header-2 .header__action-contact-btn-text span {
                font-weight: bold;
                font-size: 10px;
                line-height: 10px;
            }

            .header-2 .header__action-contact-btn-text a {
                font-size: 12px;
                line-height: 17px;
            }

            .vission_block {
                width: 88%;
            }

            .bay_h {
                font-size: 28px;
                font-weight: 600;
            }

            .vission_parah p {
                font-size: 13px;
            }

            .vission_parah {
                width: 100%;
            }

            .footerlogo {
                display: flex;
                justify-content: center;
            }

            .footerlogo img {
                width: 45% !important;
            }

            .widget-title {
                margin-bottom: 12px;
            }

            .widget.no-box p {
                font-size: 12px;
            }

            .widget li a {
                font-size: 12px;
            }

            .widget-title {
                margin-bottom: 8px;
                font-size: 15px;
            }

            .truck-3 {
                width: 65px;
                height: 65px;
            }

            .truck-2 {
                width: 65px;
                height: 40px;
            }

            .truck {
                width: 50px;
                height: 40px;
            }

            .footer-copyright p {
                font-size: 10px;
            }

            .widget-title span {
                margin-top: 11px;
            }

            .widget.no-box p {
                margin-bottom: 40px;
            }

            .widget .fa {
                font-size: 12px !important;
                padding: 6px;
            }
        }

        .section-title-area-3 .sub-title {
            line-height: 24px;
            margin: 0px auto 10px;
            padding: 0px 35px;
            font-size: 16px;
            position: relative;
            font-family: "Exo", sans-serif;
            font-weight: 600;
            z-index: 1;
            color: #ff8d1e;
            max-width: max-content;
        }

        .section-title-area-3 .sub-title::before {
            content: "";
            position: absolute;
            width: 56px;
            height: 2px;
            left: -30px;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(-90deg, #ff8d1e, rgba(33, 38, 45, 0)) !important;
        }

        .section-title-area-3 .sub-title::after {
            position: absolute;
            width: 56px;
            right: -30px;
        }

        .section-title-area-3 .sub-title::after,
        .section-title-area-4 .sub-title::after {
            top: 50%;
            transform: translateY(-50%);
            height: 2px;
            content: "";
            background: linear-gradient(90deg, #ff8d1e, rgba(33, 38, 45, 0)) !important;
        }

        .section-title-area-3 .section-title {
            font-weight: 600;
            line-height: 44px;
            text-align: center;
        }

        @media only screen and (min-width: 1200px) and (max-width: 1399px),
        only screen and (min-width: 992px) and (max-width: 1199px) {
            .price-page {
                padding-bottom: 90px;
            }
        }

        @media only screen and (min-width: 768px) and (max-width: 991px) {
            .price-page {
                padding-top: 100px;
                padding-bottom: 70px;
            }
        }

        @media only screen and (min-width: 576px) and (max-width: 767px),
        (max-width: 575px) {
            .price-page {
                padding-top: 80px;
                padding-bottom: 50px;
            }
        }

        .table tr:last-child th:first-child {
            border-radius: 0 0 0 6px;
        }

        .table th:first-child div {
            border-radius: 6px 0 0 0;
        }

        .price_table tbody td {
            padding: 8px 15px;
            line-height: 1.42857143;
            vertical-align: top;
            border-top: 1px solid #ddd;
            font-family: "Montserrat", sans-serif !important;
            font-weight: normal;
            border-right: 1px solid #dddd;
            background: white;
            text-align: center;
        }

        .price_table tbody {
            border-right: 1px solid #dddd;
        }

        .table {
            width: 100%;
            max-width: 100%;
            margin-bottom: 40px;
            background: #f5f5f5;
        }

        td .register_btn {
            background: transparent !important;
            color: black !important;
            font-weight: bold;
        }

        .heading_title_main h1::after {
            background-color: #c50000;
            content: '';
            display: block;
            position: absolute;
            right: 0;
            bottom: -13px;
            height: 3px;
            width: 75px;
        }

        .heading_title_main h1::before {
            background-color: #c50000;
            content: '';
            display: block;
            height: 3px;
            width: 75px;
            left: 0;
            position: absolute;
            margin-bottom: 5px;
            top: -13px;
        }

        .heading_title_main h1 {
            font-size: 26px;
            font-weight: 700;
            letter-spacing: 1px;
            text-transform: uppercase;
            width: max-content;
            position: relative;
        }

        .register_btn {
            color: white !important;
        }

        .price_table thead {
            background-color: #01166c;
        }

        .price_table thead th {
            color: white;
            font-weight: bold !important;
            font-size: 16px;
            padding: 10px !important;
            border-right: 1px solid #eee !important;
            text-align: center;
        }

        @media screen and (min-width:992px) and (max-width:1199.98px) {
            .package-card__body__title {
                font-size: 18px;
                padding-bottom: 12px;
            }

            .package-card__body__list__item__text {
                font-size: 10px;
            }

            .package-card__body__list__item__text p span {
                margin-left: 10px !important;
            }

            .heading_title h1 {
                font-size: 16px;
            }

            .price_table tbody td {
                padding: 5px 6px;
                font-size: 12px;
            }


            .price_table thead th {
                padding: 7px !important;

            }

            .package-card {
                padding: 0px 18px 29px 18px;
            }

        }

        @media screen and (min-width:767px) and (max-width:991.98px) {
            .package-card__body__title {
                font-size: 18px;
                padding-bottom: 12px;
            }

            .package-card__body__list__item__text {
                font-size: 12x;
            }

            .package-card {
                height: auto;
                padding-bottom: 25px;
                margin-bottom: 30px;
            }

            .heading_title h1 {
                font-size: 16px;
            }

            .price_table tbody td {
                padding: 5px 6px;
                font-size: 12px;
            }


            .price_table thead th {
                padding: 7px !important;

            }
.thumb-content {
    font-size: 14px;
    margin-bottom: 8px;
}


        }








        @media screen and (min-width:576px) and (max-width:767.98px) {
            .heading_title h1 {
                font-size: 15px;
                width: auto;
            }

            .heading_title h1::before {
                display: none;
            }

            .heading_title h1::after {
                display: none
            }

            .package-card {
                border: 1px solid #ddd;
                margin-bottom: 22px;
                padding-bottom: 22px;
                height: auto;
            }

            .price_table thead th {
                color: white;
                font-weight: bold !important;
                font-size: 12px;
                padding: 5px !important;
                border-right: 1px solid #eee !important;
                text-align: center;
            }

            .table {
                width: max-content;
                max-width: initial;
                margin-bottom: 25px;
            }

        }

        @media screen and (min-width:320px) and (max-width:575.98px) {

            .thumb-content {
    font-size: 14px;
    margin-bottom: 8px;
}
            .package-card__body__title {
                font-size: 18px;
            }

            .package-card__body__list__item__text {
                font-size: 10px;
            }

            .package-card__body {
                padding-top: 15px;
            }

            .package-card__body__btn a {
                padding: 8px 12px;
                font-size: 12px;
            }

            .package-card {
                border: 1px solid #ddd;
                margin-bottom: 22px;
                padding-bottom: 22px;
                height: auto;
            }

            .heading_title h1 {
                font-size: 15px;
                width: auto;
            }

            .heading_title h1::before {
                display: none;
            }

            .heading_title h1::after {
                display: none
            }

            .heading_title_main.mx-auto.d-flex.justify-content-center {
                margin-bottom: 32px;
            }

            .table {
                width: max-content;
                max-width: initial;
                margin-bottom: 25px;
            }
            .photogallery menu ul li {
    height: 45px;
    margin-bottom: 9px;
    width: 100%;
    overflow: hidden;
}
.photogallery {
    width: 100%;
    /* border: 1px solid #dddd; */
    border-radius: 8px;
    overflow: hidden;
}
.photogallery section .gallerydescription {
    padding: 8px;
    font-size: 12px;
   
}
.feature-box i {
    font-size: 22px;
    width: 100%;
    margin-bottom: 12px;
}
.feature-box h6{font-size:12px}
.discr_P {
    font-size: 14px;
}


        }