/*-----THIS FOR INSIGHT BLOG SECTION ON ALL PAGES CSS ------- */

.page-blog-section{
    display:none;
}

/*-----THIS FOR INSIGHT BLOG SECTION ON ALL PAGES CSS ------- */



header {
        background-color: #fff;
    }
    .new-sec {
        position: relative;
        padding: 50px 0;
    }
    .new-sec.bg-gray {
        background-color: #F5F5F5;
    }
    .new-sec.bg-green {
        background-color: #F6FFF4;
    }
    .new-sec.bg-orange {
        /* background-color: #FFFDF2; */
        background-color: #F5F5F5;
    }
    .new-sec h1,
    .new-sec h2,
    .new-sec h3,
    .new-sec h4,
    .new-sec h5,
    .new-sec h6 {
        color: #333;
        transition: all 0.5s;
    }
    .new-sec p,
    .new-sec ul li {
        color: #333;
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 12px;
        transition: all 0.5s;
    }
    .new-sec ul {
        margin: 0 0 20px;
    }
    .new-sec ul li {
        position: relative;
        padding-left: 25px;
        margin-bottom: 10px;
    }
    .new-sec ul li::before {
        position: absolute;
        content: "\f058";
        left: 0;
        top: 3px;
        font-family: 'Font Awesome 6 Pro';
        font-size: 14px;
        font-weight: 900;
        color: #F47B2A;
    }
    .new-sec p:last-child,
    .new-sec ul li:last-child {
        margin-bottom: 0;
    }
    .new-sec figure {
        margin: 0;
    }
    .new-sec img {
        width: 100%;
        max-width: 100%;
    }
    .new-sec .sec-heading-wrapper {
        text-align: center;
        max-width: 700px;
        margin: 0 auto 25px;
    }
    .new-sec .sec-heading {
        font-size: 35px;
        font-weight: 600;
        margin-bottom: 10px;
    }
    .new-sec .btn-group {
        display: inline-flex;
        align-items: center;
        column-gap: 15px;
        row-gap: 10px;
        margin: 10px 0 0;
    }
    .new-sec .new-btn {
        font-size: 15px;
        font-weight: 500;
        color: #FFF;
        background-color: #F47B2A;
        border: 1px solid #F47B2A;
        padding: 15px 20px;
        border-radius: 6px;
        display: inline-block;
    }
    .new-sec .new-btn:hover {
        color: #F47B2A;
        background-color: transparent;
    }
    .new-sec .call-btn {
        font-size: 15px;
        font-weight: 500;
        color: #FFF;
        background-color: #F47B2A;
        border: 1px solid #F47B2A;
        padding: 15px 20px;
        border-radius: 6px;
        display: inline-block;
        position: relative;
    }
    .new-sec .call-btn:hover {
        background-color: transparent;
        border-color: #333;
        color: #333;
    }
    .new-sec.img-txt-sec .row {
        --bs-gutter-x: 75px;
    }
    .new-sec.img-txt-sec figure {
        border-radius: 20px;
        overflow: hidden;
    }
    .hero-sec {
        /* padding: 220px 0 50px; */
        padding: 170px 0 70px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .hero-sec .sec-heading {
        color: #FFF;
        font-size: 50px;
        font-weight: 700;
        margin: 0 0 15px;
        max-width: 500px;
    }
    .hero-sec .sec-heading span {
        position: relative;
        z-index: 1;
        display: inline-block;
    }
    .hero-sec .sec-heading span::before {
        position: absolute;
        content: '';
        background: #F47B2A;
        width: 100%;
        height: 10px;
        left: 0;
        bottom: 12px;
        z-index: -1;
    }
    .hero-sec .sec-subheading {
        color: #FFF;
        font-size: 18px;
        max-width: 500px;
    }
    .hero-sec ul li {
        color: #FFF;
    }
    .hero-sec .call-btn {
        background-color: transparent;
        border-color: #FFF;
    }
    .hero-sec .call-btn:hover {
        background-color: #F47B2A;
        border-color: #F47B2A;
        color: #FFF;
    }
    .hero-sec .call-btn:hover::before {
        filter: unset;
    }
    .hero-sec .google-ratings {
        width: 180px;
        margin: 20px 0 0;
    }
    .hero-sec .hero-form {
        background-color: #FFF;
        padding: 20px 25px;
        border-radius: 10px;
    }
    .hero-sec .hero-form .form-title {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .hero-sec .hero-form .form-subtitle {
        font-size: 14px;
    }
    .hero-sec .form-group {
        margin-bottom: 15px;
    }
    .hero-sec .form-group label {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 4px;
    }
    .hero-sec .form-group .form-control {
        font-size: 14px;
        border: 1px solid #D4D4D4;
        border-radius: 6px;
        outline: none;
        padding: 10px 15px;
        max-height: 100px;
        box-shadow: none;
        resize: none;
    }
    .hero-sec .form-group .form-control:focus {
        border-color: #F47B2A;
    }
    .hero-sec input[type="submit"] {
        font-size: 14px;
        font-weight: 500;
        color: #FFF;
        background-color: #F47B2A;
        border: 1px solid #F47B2A;
        padding: 10px 20px;
        border-radius: 6px;
    }
    .hero-sec input[type="submit"]:hover {
        color: #F47B2A;
        background-color: transparent;
    }
    .new-sec .img-txt-box {
        background-color: #FFF;
        padding: 15px;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 0px 30px #0000000d;
        height: 100%;
    }
    .new-sec .img-txt-box figure {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        overflow: hidden;
        margin-bottom: 15px;
    }
    .new-sec .img-txt-box figure img {
        height: 200px;
        object-fit: cover;
    }
    .new-sec .img-txt-box:hover img {
        transform: scale(1.1);
    }
    .new-sec .img-txt-box .title {
        color: #333;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
        display: inline-block;
    }
    .new-sec .img-txt-box .content {
        font-size: 14px;
    }
    .new-sec .img-txt-box .read-more {
        display: inline-block;
        color: #D3AE3B;
        font-size: 14px;
        position: relative;
    }
    .new-sec .img-txt-box .read-more::before {
        position: absolute;
        content: '';
        background-image: url('https://samaconsultinginc.com/wp-content/uploads/2024/09/arrow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 10px;
        height: 10px;
        right: -17px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s;
    }
    .new-sec .img-txt-box .read-more:hover::before {
        transform: translateY(-50%) rotate(45deg);
    }
    .new-sec .icon-txt-box {
        position: relative;
        background-color: #FFF;
        padding: 20px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 30px #0000000d;
        height: 100%;
    }
    .new-sec .icon-txt-box figure {
        background-color: #F47B2A;
        border-radius: 12px;
        width: 57px;
        height: 57px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 15px;
    }
    .new-sec .icon-txt-box figure img {
        width: auto;
    }
    .new-sec .icon-txt-box .title {
        color: #333;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
        display: inline-block;
    }
    .new-sec .icon-txt-box .content {
        font-size: 14px;
    }
    .new-sec .client-img {
        width: 100%;
        height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .new-sec .client-img img {
        width: 100%;
        height: 75px;
        object-fit: contain;
    }
    .new-sec .accordion {
        max-width: 1000px;
        margin: 0 auto !important;
    }
    .new-sec .accordion .accordion-item {
        background-color: #FFF;
        margin: 0 0 20px !important;
        border: 0;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0px 0px 20px #00000017;
    }
    .new-sec .accordion .accordion-item:last-child {
        margin-bottom: 0 !important;
    }
    .new-sec .accordion .accordion-item .accordion-button {
        font-size: 16px;
        font-weight: 500;
        color: #333;
        background-color: #FFF;
        box-shadow: none;
        padding: 20px;
    }
    .new-sec .accordion .accordion-item .accordion-button::after {
        filter: invert(61%) sepia(65%) saturate(3011%) hue-rotate(343deg) brightness(99%) contrast(94%);
    }
    .new-sec .accordion .accordion-item .accordion-body {
        font-size: 14px;
        line-height: 1.5;
        color: #333;
        padding: 0 20px 20px;
    }
    .new-sec .new-testimonials-carousel {
        margin-top: 20px;
    }
    .new-sec .testimonial-item {
        background-color: #FFF;
        padding: 10px 20px 20px;
        border-radius: 20px;
    }
    .new-sec .testimonial-item figure {
        margin: 0 0 15px;
    }
    .new-sec .testimonial-item figure img {
        width: 50px;
    }
    .new-sec .testimonial-item .content,
    .new-sec .testimonial-item p {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
    .new-sec .testimonial-item .testimonial-info {
        display: flex;
        align-items: center;
        column-gap: 15px;
        /* border-bottom: 1px solid #F0E4E4; */
        /* padding: 10px 0 15px; */
        padding: 10px 0 0;
    }
    .new-sec .testimonial-item .testimonial-info .testimonial-img {
        font-size: 20px;
        background-color: #D9D9D9;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .new-sec .testimonial-item .testimonial-info .testimonial-name {
        font-size: 16px;
        font-weight: 600;
    }
    .new-sec .testimonial-item .testimonial-info .testimonial-meta {
        color: #857D7D;
        font-size: 12px;
        font-weight: 400;
    }
    .new-sec .owl-nav {
        margin: 0;
    }
    .new-sec .owl-nav button {
        font-size: 18px !important;
        color: #FFF !important;
        background-color: #F47B2A !important;
        border: 1px solid #F47B2A !important;
        border-radius: 50% !important;
        width: 50px;
        height: 50px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin: 0 !important;
        transition: all 0.5s;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .new-sec .owl-nav button:hover {
        background-color: transparent !important;
        color: #333 !important;
        border-color: #333 !important;
    }
    .new-sec .owl-nav .owl-prev {
        left: -50px;
    }
    .new-sec .owl-nav .owl-next {
        right: -50px;
    }
    .new-sec .owl-dots {
        display: none;
    }
    .new-sec .owl-dots .owl-dot.active span {
        background: #F47B2A !important;
    }
    .new-sec .blog-item {
        background-color: #FFF;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0px 0px 20px #0000000d;
        margin: 20px;
    }
    .new-sec .blog-item .blog-img {
        height: 250px;
        overflow: hidden;
    }
    .new-sec .blog-item .blog-img img {
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }
    .new-sec .blog-item:hover .blog-img img {
        transform: scale(1.1);
    }
    .new-sec .blog-item .blog-content {
        padding: 15px;
        min-height: 209px;
    }
    .new-sec .blog-item .post-date {
        color: #857D7D;
        font-size: 12px;
    }
    .new-sec .blog-item .blog-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin: 12px 0;
    }
    .new-sec .blog-item .blog-meta .blog-cat {
        font-size: 13px;
        color: #333;
        background-color: #FDF5F5;
        padding: 5px 10px;
        border-radius: 5px;
        display: inline-block;
    }
    .new-sec .blog-item .blog-meta .blog-cat:nth-child(even) {
        background-color: #E4F7FF;
    }
    .new-sec .blog-item .title {
        color: #333;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 10px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }
    .new-sec .blog-item .content {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .new-sec .blog-item .read-more {
        display: inline-block;
        color: #D3AE3B;
        font-size: 14px;
        position: relative;
    }
    .new-sec .blog-item .read-more::before {
        position: absolute;
        content: '';
        background-image: url('https://samaconsultinginc.com/wp-content/uploads/2024/09/arrow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 10px;
        height: 10px;
        right: -17px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s;
    }
    .new-sec .blog-item .read-more:hover::before {
        transform: translateY(-50%) rotate(45deg);
    }

    /* new */
    .infor-advisory-sec .row,
    .why-choose-sec .row {
        row-gap: 30px;
    }
    .about-sec ul li {
        width: auto;
    }
    .about-sec .row .row {
        --bs-gutter-x: 1.5rem;
    }
    .customizations-sec,
    .why-choose-sec {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    .why-choose-sec {
        background-size: contain;
    }
    .customizations-sec .sec-heading,
    .customizations-sec p {
        color: #fff;
        max-width: 500px;
    }
    .new-testimonials-carousel .owl-nav {
        display: flex;
        flex-wrap: wrap;
        column-gap: 10px;
        /* justify-content: flex-end; */
        justify-content: center;
        margin: 20px 0 0;
    }
    .new-testimonials-carousel .owl-nav button {
        font-size: 16px !important;
        color: #F47B2A !important;
        background-color: transparent !important;
        border: 1px solid #F47B2A !important;
        width: 40px;
        height: 40px;
        position: unset;
        transform: unset;
    }
    .new-testimonials-carousel .owl-nav button:hover {
        background-color: #F47B2A !important;
        color: #FFF !important;
        border-color: #F47B2A !important;
    }
    .gallery-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
        max-width: 1000px;
        margin: 0 auto;
    }
    .gallery-card-item {
        padding: 50px 25px 25px;
        border-radius: 20px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        display: flex;
        justify-content: center;
        flex: 1 0 0;
        cursor: default;
        position: relative;
    }
    .gallery-card-item::before {
        position: absolute;
        content: '';
        background-color: #000;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        pointer-events: none;
    }
    .gallery-card-item * {
        position: relative;
    }
    .gallery-card-item .title {
        color: #FFF;
        font-size: 22px;
        font-weight: 500;
        line-height: 1.2;
        margin: 0;
        display: inline-block;
        writing-mode: vertical-lr;
        transform: rotate(180deg);
        transition: unset;
    }
    .gallery-card-item .content {
        color: #FFF;
        font-size: 14px;
        height: 0px;
        width: 0px;
        margin: 0;
        opacity: 0;
        visibility: hidden;
    }
    .gallery-card-item .read-more {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        position: relative;
        height: 0px;
        width: 0px;
        margin: 0;
        opacity: 0;
        visibility: hidden;
    }
    .gallery-card-item .read-more::before {
        position: absolute;
        content: '';
        background-image: url('https://samaconsultinginc.com/wp-content/uploads/2024/09/arrow-2.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 10px;
        height: 10px;
        right: -17px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s;
    }
    .gallery-card-item .read-more:hover::before {
        transform: translateY(-50%) rotate(45deg);
    }
    .gallery-card-item.active {
        flex: 8;
        flex-direction: column;
        justify-content: flex-end;
    }
    .gallery-card-item.active .title {
        margin-bottom: 10px;
        display: inline-block;
        writing-mode: unset;
        transform: unset;
    }
    .gallery-card-item.active .content {
        height: auto;
        width: auto;
        margin-bottom: 12px;
        opacity: 1;
        visibility: visible;
    }
    .gallery-card-item.active .read-more {
        height: auto;
        width: fit-content;
        opacity: 1;
        visibility: visible;
    }
    .tab-btns {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin: 30px 0 0;
        z-index: 0;
    }
    .tab-btns .tab-btn {
        color: #333;
        background-color: #FFF;
        text-align: left;
        border-left: 4px solid #F6F6F6;
        padding: 12px 14px;
        font-size: 15px;
        font-weight: 600;
        display: inline-block;
        width: fit-content;
    }
    .tab-btns .tab-btn.active {
        color: #000;
        border-color: #E4DCDC;
    }
    .tab-content-wrapper {
        background-color: #FFF;
        border-radius: 30px;
        overflow: hidden;
        box-shadow: 0px 0px 30px #0000000d;
        margin: 30px 0 0;
    }
    .tab-content-inner {
        padding: 30px;
    }
    .tab-content-inner .title {
        color: #333;
        font-size: 22px;
        font-weight: 600;
        line-height: 1.2;
        margin-bottom: 10px;
        display: inline-block;
    }
    .tab-content-inner .content {
        font-size: 14px;
    }
    .tab-content-inner .read-more {
        display: inline-block;
        color: #D3AE3B;
        font-size: 14px;
        position: relative;
    }
    .tab-content-inner .read-more::before {
        position: absolute;
        content: '';
        background-image: url('https://samaconsultinginc.com/wp-content/uploads/2024/09/arrow.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 10px;
        height: 10px;
        right: -17px;
        top: 50%;
        transform: translateY(-50%);
        transition: all 0.5s;
    }
    .tab-content-inner .read-more:hover::before {
        transform: translateY(-50%) rotate(45deg);
    }
    
    
      .custom_hero_sec.hero-sec .sec-heading {
        max-width: 600px;
    }
    #featured_services .tab-content-wrapper .tab-pane .row figure,
    #featured_services .tab-content-wrapper .tab-pane .row figure img {
    height: 100%;
    object-fit: cover;
}

    @media only screen and (max-width: 1199px) {
        .hero-sec {
            /* padding: 130px 0 50px !important; */
            padding: 150px 0 50px !important;
        }
    }
    @media only screen and (max-width: 1024px) {
        .new-sec .container > .row {
            row-gap: 20px;
        }
        .new-sec .sec-heading {
            font-size: 30px;
        }
        .new-sec p,
        .new-sec .new-btn,
        .new-sec .call-btn {
            font-size: 14px;
        }
        .new-sec ul li {
            font-size: 14px;
            margin-bottom: 6px;
        }
        .hero-sec .sec-heading {
            font-size: 40px;
        }
        .hero-sec .sec-subheading {
            font-size: 16px;
        }
        .hero-sec .hero-form .form-title {
            font-size: 25px;
        }
        .hero-sec .hero-form .form-subtitle {
            font-size: 13px;
        }
        .new-sec .img-txt-box .title,
        .new-sec .icon-txt-box .title,
        .new-sec .blog-item .title,
        .tab-content-inner .title,
        .gallery-card-item .title {
            font-size: 20px;
        }
        .new-sec .testimonial-item .testimonial-info .testimonial-name {
            font-size: 16px;
        }
        .new-sec .accordion .accordion-item .accordion-button {
            font-size: 15px;
        }
        .new-sec .owl-nav {
            display: none;
        }
        .new-sec .owl-dots {
            display: block;
        }
        .new-testimonials-carousel .owl-dots {
            margin: 20px 0 0;
            /* text-align: left; */
        }
    }
    @media only screen and (max-width: 991px) {
        .tab-content-wrapper {
            margin: 10px 0 0;
        }
        .tab-btns {
            flex-direction: row;
        }
        .tab-btns .tab-btn {
            border-left: 0;
            border-bottom: 4px solid #F6F6F6;
        }
        .why-choose-sec .mob-order-1 {
            order: 1;
        }
        .why-choose-sec .mob-order-2 {
            order: 2;
        }
        .why-choose-sec .mob-order-3 {
            order: 3;
        }
        .why-choose-sec .mob-order-4 {
            order: 4;
        }
        .why-choose-sec .mob-order-5 {
            order: 5;
        }
        .gallery-card-item.active {
            flex: 15;
        }
        .testimonials-sec .row {
            flex-direction: column-reverse;
        }
    }
    @media only screen and (max-width: 768px) {
        .new-sec {
            /* padding: 30px 0; */
        }
        .new-sec .sec-heading {
            font-size: 25px;
        }
        .hero-sec {
            /* padding: 110px 0 50px !important; */
        }
        .hero-sec .sec-heading {
            font-size: 30px;
        }
        .hero-sec .sec-subheading {
            font-size: 14px;
            max-width: unset;
        }
        .hero-sec .sec-heading span::before {
            height: 8px;
            bottom: 10px;
        }
        .new-sec .client-img {
            height: 70px;
        }
        .new-sec .client-img img {
            height: 60px;
        }
        .new-sec .accordion .accordion-item .accordion-button {
            font-size: 14px;
        }
    }
    @media only screen and (max-width: 767px) {
        .mob-col-rev .row {
            flex-direction: column-reverse;
        }
        .gallery-card-item,
        .gallery-card-item.active {
            flex: unset;
            width: 100%;
            flex-direction: column;
            justify-content: flex-end;
            min-height: 240px;
        }
        .gallery-card-item .title {
            margin-bottom: 10px;
            display: inline-block;
            writing-mode: unset;
            transform: unset;
        }
        .gallery-card-item .content {
            height: auto;
            width: auto;
            margin-bottom: 12px;
            opacity: 1;
            visibility: visible;
        }
        .gallery-card-item .read-more {
            height: auto;
            width: fit-content;
            opacity: 1;
            visibility: visible;
        }
        .new-sec .blog-item .blog-content {
            min-height: auto;
        }
    }
    
    
    /*faq section css */
    .custom_faq.new-sec .accordion {
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
     .custom_faq .accordion-item {
            background-color: #fff;
            color: #000000;
            margin: 1rem 0;
            border-radius: 9px;
            overflow: hidden;
            border: 1px solid #dcdcdc;

        }

        .custom_faq .accordion-item-header {
            padding: 16px 40px;
            font-weight: 500;
            display: flex;
            align-items: center;
            position: relative;
            cursor: pointer;
            background-color: #ffffff;
            /* border-radius: 9px; */
            font-size: 16px;
            line-height: 1.5;
        }

        .custom_faq .accordion-item-header::after {
            content: "\002B";
            font-size: 2rem;
            position: absolute;
            right: 1rem;
            color: #F47B2A;
        }

        .custom_faq .accordion-item-header.active::after {
            content: "\2212";
        }

        .custom_faq .accordion-item-body {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.2s ease-out;
        }

        .custom_faq .accordion-item-body-content {
            padding: 16px 40px 16px 40px;
            line-height: 1.5rem;
            font-size: 15px;
        }

        .custom_faq .accordion-item-header.active {
            border-bottom: 1px solid #dcdcdc;
        }

        @media only screen and (max-width: 1024px) {
            .custom_faq .accordion-item-header {
                padding: 12px 28px;
                /* font-size: 18px; */
            }

            .custom_faq .accordion-item-body-content {
                padding: 14px 50px 14px 28px;
                line-height: 1.5rem;
                font-size: 14px;
            }

            .custom_faq .accordion-item-header::after {
                font-size: 1.4rem;
            }
        }

        @media only screen and (max-width: 767px) {
            .custom_faq.new-sec .accordion {
                padding: 0px;
            }
            .custom_faq .accordion-item-header {
                padding: 12px 24px 12px 16px;
                font-size: 15px;
            }

            .custom_faq .accordion-item-header::after {
                right: .8rem;
            }

            .custom_faq .accordion-item-body-content {
                padding: 12px 30px 12px 16px;
            }
        }

/* new */
.new-sec {
    scroll-margin-top: 80px;
}

.hero-sec::before,
.customizations-sec::before {
    position: absolute;
    content: '';
    background-color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
.hero-sec .container,
.customizations-sec .container {
    position: relative;
}
.hero-sec .sec-heading {
    max-width: 850px;
}
.hero-sec .sec-subheading {
    max-width: 650px;
}

/* @media only screen and (min-width: 1200px) {
    .hero-sec {
        min-height: 700px;
        display: flex;
        align-items: center;
    }
}
.hero-sec.banner-sec {
    min-height: auto;
} */
.hero-sec.banner-sec .sec-heading {
    max-width: 100%;
}
.hero-sec.banner-sec .sec-subheading {
    max-width: 950px;
    /* margin: 0 auto; */
    margin: 0 auto 12px;
}

.hero-sec.contact-sec .hero-form {
    /* background-color: #f37a291a; */
    background-color: #F5F5F5;
}
.hero-sec.contact-sec {
    padding: 50px 0 !important;
}
.hero-sec.contact-sec::before {
    display: none;
}
.hero-sec.contact-sec .sec-heading {
    color: #333;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}
.hero-sec.contact-sec form .col-6:nth-child(1),
.hero-sec.contact-sec form .col-6:nth-child(2) {
    width: 100%;
}
.contact-sec .contact-us-wrapper {
    background-color: #FFF;
    box-shadow: 0px 1px 5px #00000029;
    border-radius: 10px;
    padding: 30px;
}
.contact-sec .contact-us-wrapper .contact-img {
    max-width: 450px;
    width: 100%;
}
.contact-sec .contact-us-wrapper .contact-us-items {
    display: grid;
    justify-content: center;
    margin: 20px 0 0;
}
.contact-sec .contact-us-wrapper .contact-us-items li {
    padding: 0;
}
.contact-sec .contact-us-wrapper .contact-us-items li:not(:last-child) {
    margin-bottom: 15px;
}
.contact-sec .contact-us-wrapper .contact-us-items li::before {
    display: none;
}
.contact-sec .contact-us-wrapper .contact-us-items li i {
    color: #FFF;
    background-color: #F47B2A;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 5px;
}
.contact-sec .contact-us-wrapper .contact-us-items li a,
.contact-sec .contact-us-wrapper .contact-us-items li span {
    color: #333;
    font-weight: 600;
}
.contact-sec .contact-us-wrapper .contact-us-items li a:hover {
    color: #F47B2A;
}

.new-sec p a {
    color: #F47B2A;
}
.new-sec .ceo-name {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.new-sec .ceo-name::before {
    position: absolute;
    content: '';
    background: #F47B2A;
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.new-sec ul.column-count-2 {
    column-count: 2;
}

/* new header */
.top-nav-bar {
    background: #000611;
    padding: 15px 0px;
}
.top-header-phone-number-email-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 25px;
    justify-content: flex-end;
}
.top-header-copy-mail-section {
    position: relative;
}
.top-header-contact-icon-text a {
    display: flex;
    align-items: baseline;
}
.top-header-contact-icon i {
    font-size: 15px;
    color: #F47B2A;
    transition: 0.6s ease all;
}
.top-header-contact-text {
    margin-left: 6px;
}
.top-header-contact-text p {
    font-size: 15px;
    color: #cfcfcf;
    transition: 0.6s ease all;
    margin: 0;
}
.top-header-contact-icon-text a:hover p {
    color: #F47B2A;
}
.header-social-media-link,
.footer-social-media-link {
    text-align: right;
}
.header-social-media-link a,
.footer-social-media-link a {
    font-size: 15px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #F47B2A;
    display: inline-block;
    border-radius: 50px;
    position: relative;
}
.header-social-media-link a:hover,
.footer-social-media-link a:hover {
    background: #c4580e;
}
.header-social-media-link i,
.footer-social-media-link i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.total-header-section .navbar {
    padding: 15px 0;
}
.total-header-section .navbar,
.total-header-section .brand {
    margin: 0 !important;
}
.total-header-section .menu {
    margin: 0 !important;
    top: 0 !important;
    height: 100% !important;
}
.total-header-section .brand img {
    max-width: 140px;
}
.total-header-section .header.sticky {
    height: auto !important;
}
.header-get-call-section a {
    box-shadow: none !important;
}

/* new footer */
.new-footer,
.footer-copyright-sec {
    background: #000611;
}
.new-footer {
    padding: 50px 0;
}
.footer-copyright-sec {
    padding: 15px 0px;
    border-top: 1px solid #ffffff26;
}
.footer-copyright-sec .copy-right-text {
    margin: 0 !important;
}
.footer-copyright-sec .copy-right-text p {
    color: #FFF;
    font-weight: 400;
}
.footer-text .footer-logo-img {
    display: inline-block;
    width: 175px;
    margin: 0 0 20px;
}
.footer-text .footer-logo-img img {
    max-width: 100%;
}
.footer-text p {
    color: #FFF;
}
.footer-schedule-btn {
    background: #F47B2A;
    width: 260px;
    border-radius: 50px;
    padding: 22px 0px;
    display: inline-block;
    color: #000611;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    position: relative;
    z-index: 5;
    margin: 10px 0 0;
}
.footer-schedule-btn:hover {
    color: #FFF;
}
.footer-schedule-btn .Schedule-btn-calender-icon {
    position: absolute;
    top: 50%;
    left: 28px;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.footer-schedule-btn .Schedule-btn-calender-icon i {
    font-size: 27px;
}
.footer-schedule-btn .Schedule-btn-right-arrow-icon {
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translate(-50%, -50%);
    z-index: -1;
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #000611;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
.footer-quick-link h6 {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}
.footer-quick-link ul li {
    margin: 0 0 15px;
}
.footer-quick-link ul li:last-child {
    margin: 0;
}
.footer-quick-link ul li a,
.footer-contact-text p {
    color: #cfcfcf;
    font-size: 16px;
    margin: 0;
}
.footer-quick-link ul li a:hover,
.footer-contact-icon-text a:hover p {
    color: #F47B2A;
}
.footer-contact-icon-text a {
    display: flex;
    align-items: baseline;
}
.footer-contact-icon i {
    color: #f37b28;
}
.footer-contact-text {
    margin-left: 10px;
}
.footer-contact-text p {
    color: #cfcfcf;
    margin: 0;
    transition: all 0.5s;
}

.blog-card .card-content h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog-card .card-content p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.blog-text p,
.blog-text ul li {
    font-size: 14px !important;
    line-height: 1.5 !important;
}

@media only screen and (max-width: 1199px) {
    .desktop-dropdown-content {
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .hero-sec.contact-sec .sec-heading {
        font-size: 30px;
    }

    .new-sec .ceo-name {
        font-size: 20px;
    }
}
@media only screen and (max-width: 991px) {
    .footer-quick-link {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .hero-sec.contact-sec .sec-heading {
        font-size: 25px;
    }
    .contact-sec .contact-us-wrapper .contact-img {
        display: none;
    }
    .contact-sec .contact-us-wrapper .contact-us-items {
        justify-content: unset;
        padding: 20px 0 0;
        border-top: 1px solid #D4D4D4;
    }

    .new-sec ul.column-count-2 {
        column-count: 1;
    }
}
@media only screen and (max-width: 767px) {
    .top-header-phone-number-email-section {
        justify-content: center;
    }
    .top-header-contact-icon i,
    .top-header-contact-text p {
        font-size: 14px;
    }

    .footer-text .footer-logo-img {
        width: 150px;
    }
    .footer-schedule-btn {
        font-size: 15px;
        width: 230px;
    }
    .footer-schedule-btn .Schedule-btn-calender-icon i {
        font-size: 25px;
    }
    .footer-schedule-btn .Schedule-btn-right-arrow-icon {
        width: 45px;
        height: 45px;
        right: -14px;
    }
}