@font-face {
    font-family: 'Inter_18pt-Medium';
    src: url(../font/Inter_18pt-Medium.eot);
    src: url(../font/Inter_18pt-Medium.eot?#iefix) format('embedded-opentype'),
        url(../font/Inter_18pt-Medium.otf) format('otf'),
        url(../font/Inter_18pt-Medium.svg#Inter_18pt-Medium) format('svg'),
        url(../font/Inter_18pt-Medium.ttf) format('truetype'),
        url(../font/Inter_18pt-Medium.woff) format('woff'),
        url(../font/Inter_18pt-Medium.woff2) format('woff2');
}

@font-face {
    font-family: 'Inter_24pt-Bold';
    src: url(../font/Inter_24pt-Bold.eot);
    src: url(../font/In../fonter_24pt-Bold.eot?#iefix) format('embedded-opentype'),
        url(../font/Inter_24pt-Bold.otf) format('otf'),
        url(../font/Inter_24pt-Bold.svg#Inter_24pt-Bold) format('svg'),
        url(../font/Inter_24pt-Bold.ttf) format('truetype'),
        url(../font/Inter_24pt-Bold.woff) format('woff'),
        url(../font/Inter_24pt-Bold.woff2) format('woff2');
}

@font-face {
    font-family: 'Inter_18pt-Regular';
    src: url(../font/Inter_18pt-Regular.eot);
    src: url(../font/Inter_18pt-Regular.eot?#iefix) format('embedded-opentype'),
        url(../font/Inter_18pt-Regular.otf) format('otf'),
        url(../font/Inter_18pt-Regular.svg#Inter_18pt-Regular) format('svg'),
        url(../font/Inter_18pt-Regular.ttf) format('truetype'),
        url(../font/Inter_18pt-Regular.woff) format('woff'),
        url(../font/Inter_18pt-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'Inter_18pt-SemiBold';
    src: url(../font/Inter_18pt-SemiBold.eot);
    src: url(../font/Inter_18pt-SemiBold.eot?#iefix) format('embedded-opentype'),
        url(../font/Inter_18pt-SemiBold.otf) format('otf'),
        url(../font/Inter_18pt-SemiBold.svg#Inter_18pt-SemiBold) format('svg'),
        url(../font/Inter_18pt-SemiBold.ttf) format('truetype'),
        url(../font/Inter_18pt-SemiBold.woff) format('woff'),
        url(../font/Inter_18pt-SemiBold.woff2) format('woff2');
}

html {
    font-size: 62.5%;
}


body {
    font-family: 'Inter_18pt-Regular';
    width: 100%;
    color: #232323;
    overflow: auto;
    line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}

li {
    list-style-type: none;
}

ul {
    padding: 0;
}

input {
    border: none;
    outline: none;
}

.bg-blue {
    background: #4154f1;
}

.bg-green {
    background: #1aa79d;
}

.bg-orng {
    background: #fe551f;
}

.img-txt-block {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.img-txt-block .img-block,
.img-txt-block .txt-block {
    width: 100%;
}

.heading-txt {
    font-size: 4.5rem;
    font-family: 'Inter_24pt-Bold';
    padding-bottom: 2rem;
    line-height: 55px;
}

.heading-txt span {
    color: #4154f1;
    display: inline-block;
}

.primary-btn {
    color: #ffffff;
    font-size: 1.6rem;
    padding: 1.6rem 4rem;
    border-radius: 30px;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    transition: all 0.35s ease-in-out;
    position: relative;
    overflow: hidden;
}

.primary-btn:hover {
    background-color: #4154f1;
}

.primary-btn:hover::after {
    background-position: -70% 0;
}

.primary-btn:after {
    position: absolute;
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #4154f1, #9d00ff, #4154f1);
    -webkit-transition: all 0.25sease-in-out;
    transition: all 0.25sease-in-out;
    background-size: 220%;
}

.section-space {
    margin-bottom: 10rem;
}

.img-shape-block {
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: 0.03;
    width: auto;
    height: 100%;
    bottom: 0;
}

.img-shape-block.left {
    left: 0;
    top: -10rem;
}

.img-shape-block.right {
    right: 0;
}

header {
    margin-bottom: 7rem;
}

.header-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-sec .logo-block img {
    max-width: 150px;
}

.header-wrap {
    padding: 1rem 0;
    transition: all ease 0.6s;
    position: relative;
}

.header-sec .menu-block {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header-wrap.stickyHead {
    position: fixed;
    left: 0;
    top: 0;
    background: #ffffff;
    box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    width: 100%;
    z-index: 999;
    animation: sticky 0.6s;
}

@keyframes sticky {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}


.header-sec .menu-block a {
    color: #232323;
    font-size: 1.5rem;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'Inter_18pt-SemiBold';
}

.header-sec .menu-block a:hover {
    color: #9d00ff;
}

.banner-sec .banner-block {
    display: flex;
}

.banner-sec .banner-text {
    width: 55%;
}

.banner-sec .banner-img {
    width: 45%;
}

.banner-sec .banner-text h2 {
    font-size: 7rem;
    font-family: 'Inter_24pt-Bold';
    padding-bottom: 3rem;
}

.banner-sec .banner-text p {
    color: #666666;
    font-size: 1.8rem;
    line-height: 34px;
    padding-bottom: 3rem;
}

.support-sec {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.support-sec .support-block {
    width: 100%;
    text-align: center;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 4rem 4rem;
    background: #ffffff;
    border-radius: 10px;
}

.support-sec .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    border-radius: 63% 37% 30% 70% / 50% 45% 55% 50%;
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: #ffffff;
    box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.support-sec h4 {
    font-family: 'Inter_18pt-SemiBold';
    font-size: 2.4rem;
    padding: 2rem 0;
}

.support-sec p {
    color: #666666;
    font-size: 1.6rem;
    line-height: 26px;
    padding-bottom: 1.5rem;
}

.support-wrap {
    position: relative;
}

.support-sec a {
    font-family: 'Inter_18pt-SemiBold';
    font-size: 1.6rem;
    color: #4154f1;
    text-decoration: none;
}

.support-sec a:hover {
    color: #9d00ff;
}

.about-us-sec p {
    font-size: 1.6rem;
    color: #666666;
    line-height: 26px;
}

.about-us-sec ul li {
    position: relative;
    padding-left: 5rem;
    width: 50%;
    margin-bottom: 2.5rem;
}

.about-us-sec ul {
    display: flex;
    flex-wrap: wrap;
    margin: 4rem 0 0;
}

.about-us-sec .txt-block h5 {
    font-size: 1.6rem;
    font-family: 'Inter_18pt-SemiBold';
    padding: 0 0;
}

.about-us-sec ul li:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 free";
    color: #ffffff;
    background: #4154f1;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    clip-path: polygon(100% 0, 100% 77%, 77% 100%, 0 100%, 0 0);
}

.about-us-sec li h5 {
    font-size: 1.8rem;
    font-family: 'Inter_18pt-SemiBold';
}

.about-us-sec li p {
    font-size: 1.6rem;
    color: #666666;
}

.service-heading {
    text-align: center;
    width: 60%;
    margin: 0 auto 5rem;
}

.service-block .icon {
    width: 80px;
    height: 80px;
    margin-bottom: 2rem;
    text-align: center;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(44, 130, 237, 0.4);
}

.service-block {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    padding: 3.5rem 3.5rem;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    position: relative;
}

.service-wrap {
    background: #eef0f6;
    padding: 7rem 0;
}

.service-block h4 {
    font-family: 'Inter_18pt-SemiBold';
    font-size: 2.4rem;
    color: #232323;
}

.service-block p {
    color: #666666;
    font-size: 1.6rem;
    line-height: normal;
    padding: 2rem 0 3rem;
    line-height: 24px;
}

.service-block i {
    font-size: 3rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
}

.service-block a {
    color: #4154f1;
    font-size: 1.6rem;
    font-family: 'Inter_18pt-SemiBold';
    text-decoration: none;
    display: block;
    width: fit-content;
    position: absolute;
    bottom: 35px;
    left: 35px;
}

.service-block a:hover {
    color: #9d00ff;
}

.service-slider .item {
    height: 100%;
}

.owl-carousel .owl-stage {

    display: flex;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.owl-carousel .owl-prev i,
.owl-carousel .owl-next i {
    font-size: 1.4rem;
    color: #4154f1;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ffffff;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4154f1;
}

.owl-theme .owl-dots .owl-dot span {
    margin: 0 7px 0 0;
    width: 20px;
    height: 7px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 5rem;
}

.service-slider.owl-theme .owl-nav {
    margin-top: 3rem;
}

.pink-bg {
    background: linear-gradient(to bottom right, #F84E77, #FFA3B9);
}

.blue-bg {
    background: linear-gradient(to bottom right, #4154f1, #6C7CFF);
}

.orange-bg {
    background: linear-gradient(to bottom right, #FC573C, #FB9281);
}

.green-bg {
    background: linear-gradient(to bottom right, #1aa79d, #11EBDB);
}

.contact-sec {
    text-align: center;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

.footer-wrap {
    background: #272727;
    padding: 4rem 0;
}

.footer-sec .social-links,
.footer-sec .footer-menu,
.footer-sec .footer-contact {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 3rem;
}

.footer-sec .social-links a {
    background: #4154f1;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}

.footer-sec .social-links span {
    font-size: 1.5rem;
}

.footer-sec .social-links a:hover {
    background: #9d00ff;
}

.footer-sec {
    text-align: center;
}


.footer-sec .footer-menu a,
.footer-sec .footer-contact a {
    color: #ffffff;
    font-size: 1.6rem;
    text-decoration: none;
}

.footer-sec .footer-contact a {
    padding: 0 2rem;
    border-right: 1px solid #fff;
}

.footer-sec .footer-contact a:first-child {
    padding-left: 0;
}

.footer-sec .footer-contact a:last-child {

    padding-right: 0;
    border-right: none;
}

.footer-sec .footer-menu a:hover,
.footer-sec .footer-contact a:hover {
    color: #9d00ff;
}

.footer-sec .footer-contact span {
    padding-right: 0.5rem;
}

.footer-sec .footer-contact {
    margin: 0;
    gap: 0;
}

.copyright-sec p {
    color: #ffffff;
    font-size: 1.4rem;
}

.copyright-wrap {
    background: #4154f1;
    padding: 1.5rem 0;
}

.copyright-wrap .copyright-sec {
    text-align: center;
}


.popup-wrap .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all linear 0.3s;
}

.popup-wrap .popup-overlay.active {
    opacity: 1;
    visibility: visible;
}

.popup-wrap .popup-sec {
    width: 100%;
    max-width: 500px;
    margin: 10rem auto 0;
    border-radius: 10px;
    background: #ffffff;
    padding: 4rem 3rem 4rem;
    position: relative;

}

.popup-wrap .close-btn {
    background: #4154f1;
    color: #ffffff;
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    width: fit-content;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 30px;
}

.popup-wrap .close-btn:hover {
    background: #9d00ff;
}

.popup-wrap .popup-para {
    display: none;
}

.popup-para h4 {
    font-size: 2rem;
    font-family: 'Inter_18pt-SemiBold';
    margin: 0;
    padding-bottom: 2rem;
}

.popup-para p {
    color: #666666;
    font-size: 1.6rem;
    line-height: 24px;
}

.popup-para li {
    color: #666666;
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
}

.popup-para ul {
    margin-top: 2rem;
}

.popup-para li:after {
    position: absolute;
    left: 0;
    top: 1px;
    content: "\f061";
    font-family: "Font Awesome 5 free";
    color: #4154f1;
    font-size: 13px;
    font-weight: 900;
}

.il-input-block {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
}

.il-input-block:last-child {
    margin-bottom: 0;
}

.il-input-block label {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #838383;
    position: absolute;
    left: 17px;
    top: 17px;
    background-color: #fff;
    transition: .3s all ease;
    pointer-events: none;
}

.il-input-block input {
    border: 1px solid #C9C9C9;
    border-radius: 5px;
    background: #ffff;
    padding: 1.7rem;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2rem;
    color: #282828;
}

.il-input-block input:hover {
    border: 1px solid #282828;
}

.il-input-block.focus label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    top: -7px;
    left: 11px;
    padding: 0 7px;
    z-index: 2;
    transition: .3s all ease;
}

.il-input-block.onFocused label {
    color: #4154f1;
}

.il-input-block.onFocused input {
    border: 1px solid #4154f1;
}

textarea {
    font-size: 1.6rem;
    line-height: 2rem;
    color: #282828;
    border: none;
    outline: 1px solid #C9C9C9;
    border-radius: 5px;
    padding: 17px;
    width: 100%;
}

textarea:hover {
    outline: 1px solid #282828;
}

.il-input-block.onFocused textarea {
    border: none;
    outline: none;
    outline: 1px solid #4154f1;
}

.form-sec .form-btn {
    text-align: right;
    position: relative;
    z-index: 99;
}

.form-sec .form-btn button {
    border: none;
    width: 100%;
    background: #4154f1;
    border-color: #4154f1;
}

.form-sec .form-btn a {
    width: 100%;
}

.form-sec .form-input {
    margin-bottom: 3rem;
}

.form-sec {
    margin-top: 1rem;
}

.testimonial-block {
    display: flex;
    justify-content: space-between;
    gap: 50px;
}

.testimonial-block .left-testimonial,
.testimonial-block .right-testimonial {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    background: #ffffff;
    padding: 2rem 2rem;
    border-radius: 10px;
}

.testimonial-block .client-name h5 {
    font-size: 1.6rem;
    font-family: 'Inter_18pt-SemiBold';
    line-height: normal;
    padding-right: 1.5rem;
    border-right: 2px solid #eeeeee;
}

.testimonial-block .client-name {
    display: flex;
}

.testimonial-block .client-name p {
    color: #4154f1;
    font-size: 1.6rem;
    font-family: 'Inter_18pt-SemiBold';
    line-height: normal;
    padding-left: 1.5rem;
}

.testimonial-block .client-text p {
    color: #666666;
    font-size: 1.6rem;
    line-height: 26px;
}

.testimonial-block .client-img {
    /*width: 100%;
    max-width: 200px;*/
    border-radius: 10px;
    overflow: hidden;
}

.testimonial-block .client-content {
    display: flex;
    gap: 15px;
    flex-direction: column;
}

.testimonial-block .client-rating span {
    font-size: 1.5rem;
}

.testimonial-block .client-rating span.checked {
    color: orange;
}

.testimonial-wrap {
    background: #eef0f6;
    padding: 7rem 0;
}

.header-sec .hamberger-icon {
    display: none;
    font-size: 2.5rem;
    color: #000000;
}

.header-sec .logo-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.no-scroll {
    overflow: hidden !important;
}


.site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: white;
}

.site-preloader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-preloader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.site-preloader .ring {
    width: 100px;
    height: 100px;
    border: 3px solid rgba(2, 109, 255, 0.2);
    border-top-color: #4154f1;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-size: 2rem;
    color: white;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 0 10px white;
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    margin: 0 auto;
}

.eastern-blue .site-preloader .ring {
    border: 3px solid rgba(27, 170, 160, 0.2);
    border-top-color: var(--color-style-two);
    color: var(--white);
}

.orange .site-preloader .ring {
    border: 3px solid rgba(255, 86, 33, 0.2);
    border-top-color: var(--color-style-four);
    color: var(--white);
}

.cornflower-blue .site-preloader .ring {
    border: 3px solid rgba(99, 77, 237, 0.2);
    border-top-color: var(--color-secondary);
    color: var(--white);
}

.site-preloader h2 {
    color: #4154f1;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0 0 10px white;
    font-family: 'Inter_18pt-Medium';
    margin: 30px auto 0;
    display: block;
    font-size: 2rem;
}

.eastern-blue .site-preloader h2 {
    color: var(--color-style-two);
}

.orange .site-preloader h2 {
    color: var(--color-style-four);
}

.cornflower-blue .site-preloader h2 {
    color: var(--color-secondary);
}

.site-preloader h2 {
    color: #282828;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0 0 10px white;
    font-weight: 600;
    margin: 30px auto 0;
    display: block;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.hide {
    display: none !important;
}

.accordion-wrapper {
    
    margin: 0 auto;
    width: 100%;
    max-width: 60%;
}

.accordion-card{
    background-color: #eef0f6;
    border-radius: 1rem;
    border-width: 0;
    border: 1px solid #C9C9C9;
    cursor: pointer;
    margin-bottom: 2rem;
}

.accordion-card:last-child{
    margin-bottom: 0;
}

.accordion-card .accordion-title {
    position: relative;
    cursor: pointer;
    padding: 2rem 4rem 2rem 2rem;
    border-radius: 1rem;
}

.accordion-card .accordion-title.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.accordion-title h3 {
    font-size: 1.8rem;
    font-family: 'Inter_18pt-Medium';
    color: #282828;
    line-height: normal;
    margin-bottom: 0px;
}

.accordion-title::after {
    width: .8rem;
    height: .8rem;
    border-right: 2px solid #282828;
    border-bottom: 2px solid #282828;
    position: absolute;
    right: 2rem;
    content: " ";
    top: 2.5rem;
    transform: rotate(45deg);
    transition: all 0.2s ease-in-out;
}

.accordion-panel {
    display: none;
    padding: 0 2rem 2.5rem;
}

.accordion-panel p{
    
    font-size: 1.4rem;
    line-height: 22px;
    cursor: default;
}

.accordion-panel span {
    transform: rotate(-135deg);
    transition: all 0.2s ease-in-out;
}

.active .accordion-title::after {
    transform: rotate(-135deg);
    transition: all 0.2s ease-in-out;
}


.accordion-title:focus-visible,
.accordion-title:focus {
    border: 1px solid #EC670C;

}


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

    .banner-sec .banner-text h2 {
        font-size: 4rem;
        padding-bottom: 2rem;
    }

    .support-sec h4 {
        font-size: 2rem;
    }

    .heading-txt {
        font-size: 3.5rem;
        line-height: normal;
    }

    .about-us-sec ul li {
        margin-bottom: 2rem;
    }

    .service-block h4 {
        font-size: 2rem;
    }

    .testimonial-block {
        gap: 20px;
        flex-direction: column;
    }

    .accordion-title h3 {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 991px) {

    .img-shape-block {
        display: none;
    }

    .banner-sec .banner-text h2 {
        font-size: 2.5rem;
    }

    .banner-sec .banner-text p {
        font-size: 1.6rem;
        line-height: 24px;
    }

    .support-sec {
        flex-direction: column;
    }

    .support-sec .support-block {
        padding: 3rem 3rem;
    }

    .img-txt-block {
        flex-direction: column;
    }

    .heading-txt {
        font-size: 3rem;
    }

    .service-wrap,
    .testimonial-wrap {
        padding: 5rem 0;
    }

    .section-space {
        margin-bottom: 5rem;
    }

    .header-sec .hamberger-icon {
        display: block;
    }

    .hamberger-icon.active .nav-close-icon {
        display: block;
    }

    .hamberger-icon.active .nav-open-icon {
        display: none;
    }

    .hamberger-icon .nav-close-icon {
        display: none;
    }

    .header-sec .nav-block {
        position: absolute;
        top: 100%;
        left: 0;
        flex-direction: column;
        gap: 15px;
        width: 100%;
        background: #ffffff;
        z-index: 999;
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
        padding: 0 0 2rem;
        display: none;
    }

    .header-sec .logo-block {
        width: 100%;
    }

    header {
        margin-bottom: 3rem;
    }

    .header-sec .menu-block {
        flex-direction: column;
        gap: 15px;
    }

    .header-wrap {
        box-shadow: 0 8px 25px 0 rgba(0, 0, 0, 0.04);
    }

    .header-sec .logo-block img {
        max-width: 100px;
    }
    .accordion-wrapper {
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {

    .banner-sec .banner-block {
        flex-direction: column;
    }

    .banner-sec .banner-text,
    .banner-sec .banner-img {
        width: 100%;
    }

    .footer-sec .footer-menu,
    .footer-sec .footer-contact {
        flex-direction: column;
    }

    .footer-sec .footer-contact a {
        border-right: none;
        margin-bottom: 1.5rem;
    }

    .footer-sec .footer-contact a:last-child {
        margin-bottom: 0;
    }

    .testimonial-block .left-testimonial,
    .testimonial-block .right-testimonial {
        flex-direction: column;
    }

    .heading-txt {
        font-size: 2.5rem;
    }

    .col-lg-12 {
        padding: 0 15px;
    }

    .popup-wrap .popup-sec {
        padding: 3rem 2rem 3rem;
        max-width: 90%;
    }

    .contact-sec,
    .service-heading {
        width: 100%;
        max-width: 90%;
    }

    .service-heading {
        margin: 0 auto 2rem;
    }

    .primary-btn {
        font-size: 1.4rem;
        padding: 1.2rem 2rem;
    }

    .banner-sec .banner-img {
        margin-top: 4rem;
    }

    .banner-sec .banner-text {
        text-align: center;
    }

    .owl-carousel .owl-item .client-img img {
        display: block;
        width: 100%;
        max-width: 50%;
        margin: 0 auto;
    }


}