@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
}

.portfolio-Slider {
    height: 684px;
}

.portfolio_body {
    display: grid;
    grid-template-columns: 20% 80%;
    gap: 0rem;
}

.portfolio_body .nav-pills {
    flex-direction: column;
}

.heading-1 {
    color: #242E3D;
    font-family: Poppins;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 119%;
    text-transform: uppercase;
}

.animate-charcter,
.yellow-tag {
    background-image: linear-gradient(-225deg, #000000 0%, #000000 29%, #f90 67%, #000000 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 8s linear infinite;
    /* display: inline-block; */
}

@keyframes textclip {
    to {
        background-position: -200% center;
    }
}

.hero {
    background: #FFE8C4;
    height: 750px;
    display: flex;
    align-items: end;
    padding: 6rem 0 3rem;
    overflow-y: clip;
}

header#header {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 1;
}

.transparent-btn {
    color: #242E3D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    display: inline-flex;
    gap: 10px;
    white-space: nowrap;
    align-items: center;
}

p {
    color: #242E3D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    /*text-transform: capitalize;*/
}

.custom-btn {
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
    background: #F90;
    padding: 14px 24px;
    transition: all ease .5s;
}

.custom-btn.left-rounded {
    border-radius: 100px 0 0 100px;
}

.custom-btn.right-rounded {
    border-radius: 0px 100px 100px 0px;
}

.parentBtns {
    display: flex;
    gap: 2rem;
}

/* points-about-card css */
.points-about-card {
    background: #FFF;
    box-shadow: 0 3.584px 10.214px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 35px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.heading-5 {
    color: #000;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.points-about-card p {
    margin: 0;
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    line-height: 18px;
}

figure {
    margin: 0 0 0;
}

header .nav-link {
    color: #242E3D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    margin: 0 4px;
}

/* points-about-card css */

/* hero  */
.hero-girl-parent {
    text-align: center;
    z-index: 0;
    background-image: url('../images/hero-girl-bg.webp');
    background-position: 0px 70px;
    background-size: 100% 100%;
    height: 590px;
    width: 800px;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    bottom: 60px;
    left: unset;
    border-radius: 74px 0 57px 0;
    overflow: hidden;
}

section {
    position: relative;
    z-index: 0;
}

.hero-girl {
    text-align: center;
    position: absolute;
    right: 100px;
    bottom: 0px;
    z-index: 99;
    width: 620px;
}

.white-circle {
    position: absolute;
    /* content: ""; */
    border-radius: 590px;
    background: #FFE8C4;
    /* background-color: white; */
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    bottom: -220px;
    left: 80px;
    right: 0;
    width: 650px;
    height: 650px;
    flex-shrink: 0;
    z-index: -1;
}


.grand-parent-hero-girl {
    position: relative;
    z-index: 0;
}

.grand-grand-parent-hero-girl {
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.points-about-us-slider {
    padding: 14px 10px;
}

.points-about-card figure {
    width: 70px;
}

.points-content .heading-5 {
    margin: 0;
}

.points-about-us-slider .swiper-wrapper .swiper-slide:nth-child(odd) .points-about-card {
    border-radius: 89.598px 0 0 89.598px;
}

.points-about-us-slider .swiper-wrapper .swiper-slide:nth-child(even) .points-about-card {
    border-radius: 0 89.598px 89.598px 0;
}

.hero .heading-1 {
    margin: 0 0 24px;
    position: relative;
    z-index: 0;
}

.hero .heading-1:before {
    position: absolute;
    bottom: -14px;
    left: 0;
    content: "";
    background: #f90;
    width: 166px;
    height: 7px;
    flex-shrink: 0;
}

.py {
    padding: 6rem 0 6rem;
}

.know-frame-parent {
    position: relative;
    z-index: 0;
    height: 490px;
}

figure.know-frame-1 {
    position: absolute;
    top: 0;
    right: 0;
}

figure.know-frame-2 {
    position: absolute;
    bottom: 0;
    animation: scroll-down 4s linear infinite;
}

.know-frame {
    position: absolute;
    border-radius: 100px 0 0 100px;
    background: #F90;
    display: flex;
    align-items: center;
    z-index: 1;
    padding: 16px 22px;
    gap: 12px;
    top: 60px;
    left: 0;
}

.call-now-tag {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: start;
    width: 100%;
}

span.numbers {
    width: 100%;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    text-transform: capitalize;
}

.call-now-tag a {
    color: #FFF;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    text-decoration: none;
    width: 100%;
}

.heading-2 {
    color: #242E3D;
    font-family: Poppins;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: 119%;
    text-transform: uppercase;
    text-wrap-style: balance;
}

ul.check-list {
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 85%;
    margin: 1.5rem 0 1.7rem;
}

ul.check-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #242E3D;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 133%;
    text-transform: uppercase;
    width: 100%;
}

.tag {
    color: #242E3D;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 133%;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: inline-block;
}

/* hero  */

/* services-we-offer-sec  */
.services-we-offer-sec {
    background: #FFE8C4;
}

.services-we-offer-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(255, 255, 255, 0.25);
    overflow: hidden;
    height: 445px;
}

figure.top-right-small-net img {
    width: 100%;
}

.services-we-offer-content {
    position: relative;
    top: 0px;
    text-align: center;
    padding: 16px;
    margin-top: -3rem;
}

figure.services-we-offer-icon {
    display: inline-flex;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 2px;
    margin: auto;
    align-items: center;
    justify-content: center;
}

.heading-3 {
    color: #242E3D;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 133%;
    text-transform: uppercase;
}

.services-we-offer-content .heading-3 {
    margin: 10px 0px 5px;
}

.divided-row {
    position: relative;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.parent-navbar-generic {
    position: relative;
    z-index: 0;
    display: flex;
    gap: 2rem;
    height: 50px;
    align-items: end;
}

.parent-navbar-generic .swiper-button-next {
    position: static;
}

.parent-navbar-generic .swiper-button-prev {
    position: static;
    transition: all ease .3s;
}

.parent-navbar-generic :is(.swiper-button-next, .swiper-button-prev) {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 0px solid #fff;
    outline: 0px dashed #232F3E;
    transition: all ease .3s;
    border-radius: 52px;
    border: 1px solid #F90;
    display: flex;
}

.parent-navbar-generic :is(.swiper-button-next, .swiper-button-prev)::after {
    font-size: 18px;
    color: black;
    font-weight: 600;
}

.testi-nav {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 9;
}


.services-we-offer-slider {
    width: 130%;
}

.services-we-offer-slider .swiper-wrapper .swiper-slide:nth-child(odd) .custom-btn {
    border-radius: 100px 0 0 100px;
}

.services-we-offer-slider .swiper-wrapper .swiper-slide:nth-child(even) .custom-btn {
    border-radius: 0px 100px 100px 0px;
}


.portfolio_body .nav-pills .nav-link {
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 133%;
    text-transform: uppercase;
    padding: 2px 6px;
    margin: 4px 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #F90;
    color: white;
}

.portfolio-Slider .swiper-slide {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 14.8px 0 #0000003d;
    padding: 5px 16px;
    height: 310px !important;
    margin-bottom: 16px;
}

.portfolio-Slider .swiper-slide img {
    margin-top: -20px;
}

.parent-points-about-us {
    margin-top: 2.5rem;
}

li.live-chat-list {
    margin: 1.8rem 0 0;
}

/* services-we-offer-sec  */

/* our-approach css */
.our-approach {
    background: #FFE8C4;
}

.our-approach-card {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 20px 16px;
    position: relative;
    z-index: 0;
    text-align: center;
    transition: all ease .3s;
}

span.counter-approach-number {
    color: #FF9901;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    position: absolute;
    left: 24px;
    top: 0px;
    opacity: .5;
}

.our-approach-card .heading-3 {
    margin: 14px 0 8px;
}

.our-approach-card p {
    height: 280px;
    overflow-y: auto;
    padding: 0 10px;
}

.main-heading.centered {
    text-align: center;
    width: 85%;
    margin: 0 auto 3rem;
}

.main-heading {
    text-align: start;
    margin: 0 0 1.5rem;
    width: 100%;
}

.swiper.our-approach-slider {
    padding: 12px 12px;
}

.our-approach-card.active figure img {
    filter: brightness(0) invert(1);
}

.our-approach-card:hover figure img {
    filter: brightness(0) invert(1);
}

.our-approach-card:before {
    border-radius: 10px;
    background: #FF9901;
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 100%;
    height: 0%;
    z-index: -1;
    opacity: 0;
    transition: all ease .3s;
}

:is(.our-approach-card.active *, .our-approach-card:hover *) {
    color: white;
}

.our-approach-card.active:before {
    opacity: 1;
    height: 100%;
    transition: all ease .3s;
}

.our-approach-card:hover:before {
    opacity: 1;
    height: 100%;
    transition: all ease .3s;
}




.our-approach-card:not(.active):hover:before {
    opacity: 1;
    height: 100%;
}

.our-approach-card:not(.active):hover * {
    color: white;
}

.our-approach-card:not(.active):hover figure img {
    filter: brightness(0) invert(1);
}

/* Active state styles */
.our-approach-card.active:before {
    opacity: 1;
    height: 100%;
}

.our-approach-card.active * {
    color: white;
}

.our-approach-card.active figure img {
    filter: brightness(0) invert(1);
}

.our-approach-card {
    transition: all 0.3s ease-in-out;
}

/* our-approach css */

/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #f90 #f0f0f0;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 16px;
}

*::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #f90 0%, #f90 100%);
}

*::-webkit-scrollbar-thumb {
    background-color: #f90;
    border-radius: 10px;
    border: 3px solid #f90;
}

/* ===== Scrollbar CSS ===== */

/* .shifting-detailed-card css */
.shifting-detailed-card {
    border: 0px solid #DA6A2F;
    padding: 30px;
    margin-bottom: 0rem;
    height: 260px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 0;
}

.shifting-detailed-card p {
    margin: 0;
    color: #242E3D;
    height: 110px;
    overflow-y: auto;
}

.shifting-detailed-card h3 {
    color: #DA6A2F;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.shifting-deatils-slider {
    height: 590px;
    padding: 1rem 12px 1rem;
}

figure.shifting-detailed-figurr {
    text-align: center;
}

span.counter-work-process {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    color: #FFF;
    font-family: "Keep Calm";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    background: #f90;
    border-radius: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
}

.shifting-detailed-card figure img {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    padding: 10px;
    width: 65px;
    height: 65px;
    object-fit: cover;
}

.shifting-detailed-card figure {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0 0 26px;
}

.why-choice-us-sec {
    background: #FFE8C4;
}

.parent-frames-why-choice {
    position: relative;
    z-index: 0;
}

figure.why-choice-frame-2 {
    display: flex;
    align-items: end;
    flex-direction: row-reverse;
}

img.img-fluid.why-choice-frame-3 {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    animation: scroll-down 4s linear infinite;
}

figure.why-choice-frame-1 {
    position: absolute;
    top: 70px;
    left: 100px;
}


/* faq css */
.cta-box {
    border-radius: 10px;
    background: #F90;
    padding: 1.8rem;
    margin: 0 0 2rem;
}

.white {
    color: white;
}

.cta-box p a {
    color: white;
}

a {
    text-decoration: none;
}

.cta-box p {
    font-size: 18px;
}

.white-btn {
    background: white;
    color: #FF9900;
}

.cta-box .custom-btn.right-rounded {
    margin: 0rem 0 0;
}

.faq-cta-img img {
    width: 100%;
}

.faq-parent {
    border-radius: 10px;
    border: 1px solid #242E3D;
    overflow: auto;
    padding: 24px;
}

.accordion-button {
    color: #242E3D;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 133%;
    text-transform: uppercase;
    padding: 20px 0;
    border-bottom: 0px solid black;
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid black;
}

.accordion-button:not(.collapsed) {
    color: black;
    box-shadow: none;
    background-color: transparent;
}

.accordion-body {
    padding: 0px 0 20px;
    border-bottom: 0px solid #F90;
    color: #242E3D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
}

.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(0);
}

.accordion-item:last-of-type {
    border: 0;
}

.accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}

.accordion-item:last-of-type .accordion-body {
    padding-bottom: 0;
}

/* faq css */


/* testimonials css */
.testimonials-card {
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #242E3D;
    background: #FFF;
    position: relative;
    z-index: 0;
}

.testimonials-card-header {
    border-top-right-radius: 10px;
    background: #F90;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 0rem;
    border-bottom: 1px solid black;
    height: 90px;
}

.client-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.clients-says {
    padding: 30px 16px 10px;
}

figure.clinet-photo {
    position: relative;
    top: 0px;
    left: -20px;
}

.client-details * {
    margin: 0;
    color: white;
}

.testimonials-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonials-slider {
    padding: 25px 20px;
}

.clients-says p {
    margin: 0 0 6px;
    height: 150px;
    overflow-y: auto;
}

.testimonials-sec {
    background: #FFE8C4;
}

/* testimonials css */

/* faqs-sec css */
.faqs-sec {
    background: #FFE8C4;
}

.accordion-item:first-of-type .accordion-button {
    padding-top: 0;
}

.accordion-item:last-of-type .accordion-button {
    padding-bottom: 0;
}


.accordion-item:last-of-type .accordion-body {
    padding-top: 1rem;
}

/* faqs-sec css */

/*footer css */

footer {
    background: #F90;
    padding: 0rem 0 0rem;
    position: relative;
    z-index: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.social-media-list {
    display: flex;
    gap: 12px;
    margin: 1.5rem 0 0;
}

.left-footer p {
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    margin: 0;
    margin: 1rem 0 1.5rem;
}

/* footer */

ul.footer-anchar-list li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    /* font-family: "Keep Calm"; */
    text-transform: capitalize;
    font-family: Poppins;
}

ul.footer-anchar-list {
    /* list-style-image: url('../images/list-item-arrow.webp'); */
    /* padding-left: 22px; */
    margin: 0;
}

.footer-link-parent h6 {
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    z-index: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.92px;
    text-transform: uppercase;
    font-family: Poppins;
}

ul.footer-anchar-list li {
    margin: 0px 0 14px;
    font-family: Poppins;
}

/*footer css */

/*==============floating strips css start============== */
.floatbutton.active {
    right: -3px;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 430px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 60px;
    z-index: 999;
    height: 240px;
    cursor: pointer;
    /* box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09); */
    border-radius: 3px 0px 0px 3px;
    border-radius: 20px 0px 0px 20px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 120px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    /* box-shadow: 0px 0px 40px #00000026; */
    /* -webkit-box-shadow: 0px 0px 40px #00000026; */
    background: #F90;
    right: 0px;
    border: 0px solid white;
    border-right: 0;
    z-index: 1;
    top: 30px;
    font-family: Poppins;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -71px;
    white-space: pre;
    bottom: 104px;
    font-weight: 600;
}

.floatbutton .clickbutton .crossplus.rotate {
    /* transform: rotate(90deg); */
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-weight: 600;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}

.banner-form {
    background: #F90;
    padding: 30px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    /* box-shadow: 0px 0px 30px #0000001f; */
    border: 2px solid white;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
    font-family: Poppins;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: white;
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
    margin: 0 0 1rem;
    font-family: Poppins;
}

.banner-form h3 strong {
    font: 24px/24px "Poppins", sans-serif;
    font-weight: 600;
}

.ban-form input[type="submit"] {
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 15px;
    margin: 20px 0 0;
    border: transparent;
    cursor: pointer;
    background-image: -moz-linear-gradient(0deg, rgb(182, 1, 236) 0%, rgb(75, 53, 250) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(182, 1, 236) 0%, rgb(75, 53, 250) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(182, 1, 236) 0%, rgb(75, 53, 250) 100%);
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #e5e5e5;
    background: white;
    padding: 10px 15px;
    color: gray;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 80px;
    outline: none !important;
    margin: 0px 0 0px 0;
    resize: none;
    font-family: Poppins;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.btns_wrap .call_wrap {
    background-image: -moz-linear-gradient(0deg, rgb(182, 1, 236) 0%, rgb(75, 53, 250) 100%);
    /* background-image: -webkit-linear-gradient(0deg, rgb(182, 1, 236) 0%, rgb(75, 53, 250) 100%); */
    background-image: -ms-linear-gradient(0deg, rgb(182, 1, 236) 0%, rgb(75, 53, 250) 100%);
    width: 310px;
    background-color: #F90;
    position: absolute;
    right: -240px;
    top: 75px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 30px 0px 0px 30px;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
    font-family: Poppins;
}

.btns_wrap .chat_wrap {
    background-image: -moz-linear-gradient(0deg, rgb(182, 1, 236) 0%, rgb(75, 53, 250) 100%);
    /* background-image: -webkit-linear-gradient(0deg, rgb(182, 1, 236) 0%, rgb(75, 53, 250) 100%); */
    background-image: -ms-linear-gradient(0deg, rgb(182, 1, 236) 0%, rgb(75, 53, 250) 100%);
    display: block;
    position: absolute;
    right: -236px;
    width: 310px;
    background-color: #F90;
    top: 0px;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 30px 0px 0px 30px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 18px;
    padding: 15px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
    font-family: Poppins;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.fldset.inpchecbx {
    margin: 10px 0 0 0;
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

.intl-tel-input .country-list .country {
    font-size: 14px;
}

.btns_wrap .chat_wrap.newClass {
    right: 0px;
}

figure.contact-us-circle-img {
    text-align: end;
    opacity: 1 !important;
}

.blinking {
    animation: blinkingText 1.2s infinite;
}

@keyframes blinkingText {
    0% {
        color: #fff;
    }

    49% {
        color: #fff;
    }

    60% {
        color: transparent;
    }

    99% {
        color: transparent;
    }

    100% {
        color: #fff;
    }
}


.fldset button.btn.custom-btn {
    width: 100%;
    margin-top: 16px;
}

/*===================floating strips css end =================*/

/* contact us */
.parent-foam input,
.parent-foam textarea {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0 4px 11.4px 0 rgba(0, 0, 0, 0.25);
    height: 70px;
    flex-shrink: 0;
    color: #242E3D;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0 0 1.5rem;
}

.parent-foam ::placeholder,
.parent-foam textarea ::placeholder {
    color: #242E3D;
    font-size: 16px;
}

.parent-foam textarea {
    height: 130px;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: initial;
    outline: 0;
    box-shadow: none;
}

.parent-bottom-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}

.parent-bottom-footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 1rem;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    padding: 0;
    margin: 0;
}

.parent-bottom-footer ul li a {
    font-family: Poppins;
    color: white;
}

.parent-bottom-footer p {
    margin: 0;
    color: white;
}

.bottom-footer {
    margin: 3rem 0 0;
}

ul.footer-anchar-list li a {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* contact us */

.custom-btn.left-rounded:hover {
    border-radius: 100px 100px 100px 100px;
    background: black;
    transition: all ease .5s;
    color: white;
}

.custom-btn.right-rounded:hover {
    border-radius: 100px 100px 100px 100px;
    background: black;
    transition: all ease .5s;
    color: white;
}

.services-we-offer-content p {
    height: 75px;
    overflow-y: auto;
}


/* menu */
header .navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
    height: auto !important;
    left: 0;
    right: 0;
    top: 70px;
    background: linear-gradient(90deg, #f90 0%, #f90 100%);
    padding: 10px 10px 6px !important;
    transition: all ease .7s;
    z-index: 1;
    border-color: white;
}

header .dropdown {
    position: unset;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: linear-gradient(90deg, #f90 0%, #f90 100%);
    color: white;
}

header .dropdown .nav-link.active {
    color: white !important;
}

header .dropdown .nav-link {
    width: 100%;
    text-align: start;
    /* height: 100%; */
    transition: all ease .7s;
    justify-content: center;
}

header .nav-pills {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-bottom: 0 !important;
}

ul.inner-dropdown-menu.row {
    padding-left: 0px;
    list-style: none;
}


header .dropdown-item {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    border-radius: 4px;
    color: white;
    font-style: normal;
    font-weight: 400;
    font-family: Poppins;
}

.dropdown-item.active,
.dropdown-item:active {
    background: linear-gradient(90deg, #f90 0%, #f90 100%);
    color: white;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background: linear-gradient(90deg, #f90 0%, #f90 100%);
    color: white;
}


header .navbar-expand-lg .navbar-nav .dropdown-menu {
    text-align: center;
    transition: all ease .7s;
}

header .dropdown-item {
    border: 1px solid #fff;
    margin: 4px auto;
    padding: 8px 0;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8px 8px;
}

header#header.fixed .navbar-toggler {
    /* border-color: white; */
    /* filter: brightness(0) invert(1); */
}

.navbar-toggler:focus {
    box-shadow: none;
}

#popup_form .close span {
    position: relative;
    top: -3px;
}

.key-features-seller-card .s-para {
    height: 120px;
    overflow-y: auto;
}

#popup_form {
    backdrop-filter: blur(5px);
}

.custom-btn.orange-btn:hover {
    background: #f37838;
    color: white;
    transition: all ease .3s;
}

div#step1-form button#next-to-step2:hover {
    color: white;
    background: #f37838;
}

.btn-submit:hover {
    color: white !important;
    background: black;
}

.form-wrap form ul.fields li button:hover {
    /* color: white; */
    background: #f37838;
}

.loader img {
    margin: auto;
}

.logo-w {
    display: none;
}

header#header.fixed .logo-b {
    display: none;
}

header#header.fixed .logo-w {
    display: block;
}

header .container {
    position: relative;
    z-index: 99999;
}

.navbar-expand-lg .navbar-nav {
    /* margin-right: 1.5rem; */
    /* gap: 1rem; */
}

header#header.fixed {
    /* position: static; */
    top: 5px;
    transition: all ease-in-out .7s;
    left: 0;
    right: 0;
    z-index: 9999999;
    margin-top: 0;
}

header#header.fixed nav.navbar .container {
    background: linear-gradient(90deg, #f90 0%, #f90 100%);
    padding: 0px 10px;
    border-radius: 10px;
}

header#header.fixed nav.navbar .nav-link {
    color: white;
}

header#header.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: #DA6A2F;
}

header#header.fixed nav.navbar .navbar-brand {
    color: white;
}

header#header.fixed .navbar-expand-lg .navbar-nav .dropdown-menu {
    top: 80px;
}

header#header.fixed a.navbar-brand img {
    filter: brightness(0) invert(1);
}

header#header.fixed nav.navbar .nav-link.active {
    background: linear-gradient(270deg, #f90 0%, #f90 100%);
}

header#header.fixed nav.navbar .custom-btn.green-btn {
    background: black;
}


header .navbar-expand-lg .navbar-nav .dropdown-menu li.nav-item {
    margin-bottom: 4px;
}

header .nav-link {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

header .navbar-expand-lg .navbar-nav .dropdown-menu .nav-link {
    justify-content: start;
    margin: 4px auto;
    padding: 10px 12px;
}

header#header.fixed .custom-btn {
    background: white;
    color: black;
}

header#header.fixed .transparent-btn img {
    filter: brightness(0) invert(1);
}

header#header.fixed .transparent-btn {
    color: white;
}

/* menu */

/* animation */
figure.hero-girl img {
    transition: all linear .5s;
    animation: ball2 2.5s linear infinite alternate;
}


@keyframes ball2 {
    0% {
        transform: translate(-30px, 0px);
        filter: drop-shadow(2px 4px 6px #f90) saturate(1.3);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.know-frame img {
    /* animation: horizontal-move-two 5s linear infinite; */
}

figure.why-choice-frame-1 img {
    animation: horizontal-move-two 5s linear infinite;
}

@keyframes horizontal-move-two {
    0% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }

    50% {
        -webkit-transform: rotateZ(-20deg);
        transform: rotateZ(-20deg);
    }

    100% {
        -webkit-transform: rotateZ(20deg);
        transform: rotateZ(20deg);
    }
}

@keyframes myanimation {
    0% {
        transform: scale(.7) rotate(15deg);
        opacity: .6;
    }

    50% {
        transform: scale(1) rotate(0deg);
        opacity: 1;
    }

    100% {
        transform: scale(.7) rotate(15deg);
        opacity: .4;
    }
}

figure.contact-us-circle-img img {
    animation-name: myanimation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}


figure.shifting-detailed-figurr img {
    transition: all linear .5s;
    animation: ball2 2.5s linear infinite alternate;
}

/* animation */


/* inner css */
.hero.inner-banner {
    height: 400px;
    align-items: center;
}

.hero.inner-banner .hero-girl-parent {
    width: 400px;
    height: 320px;
    bottom: 30px;
    border-radius: 36.308px 0 27.967px 0;
}

.hero.inner-banner .white-circle {
    width: 300px;
    bottom: -100px;
    height: 300px;
    left: 50px;
}

.hero.inner-banner .hero-girl {
    max-width: 200px;
}

.hero.inner-banner .container {
    position: relative;
    z-index: 0;
}

.hero.inner-banner .grand-grand-parent-hero-girl {
    bottom: -145px;
}

.hero.inner-banner .heading-1 {
    margin: 0 0 0;
}

figure.about-us-img img {
    width: 100%;
}

.services-we-offer-sec.inner-services-sec .services-we-offer-content {
    margin-top: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.services-we-offer-sec.inner-services-sec .services-we-offer-card {
    height: 340px;
}

.services-we-offer-sec.inner-services-sec .services-we-offer-content p {
    height: 185px;
}

.services-we-offer-sec.inner-services-sec .services-inner-slider {
    width: 100%;
}

.services-inner-slider .swiper-wrapper .swiper-slide:nth-child(odd) .custom-btn {
    border-radius: 100px 0 0 100px;
}

.services-inner-slider .swiper-wrapper .swiper-slide:nth-child(even) .custom-btn {
    border-radius: 0px 100px 100px 0px;
}

.services-we-offer-sec.inner-services-sec .services-we-offer-content .heading-3 {
    margin-top: 0;
}


.circle-rounded-img {
    position: absolute;
    top: -40px;
    left: -100px;
    transition: all linear .5s;
    animation: ball2 2.5s linear infinite alternate;
}

figure.white-circle-hero-right {
    position: absolute;
    z-index: 1;
    right: -60px;
    top: 220px;
    animation: scroll-down 4s linear infinite;
}

ul.list-item {
    list-style-image: url('../images/right-arrow-y.webp');
    padding: 0px 0 0 26px;
    margin: 0 0 1.5rem;
    color: #242E3D;
    font-family: Poppins;
}

.list-item-parent {
    list-style-image: url('../images/right-arrow-y.webp');
    padding: 0px 0 0 26px;
    margin: 0 0 1.5rem;
    color: #242E3D;
    font-family: Poppins;
}

.list-item-parent li {
    margin: 0 0 8px;
    color: #242E3D;
    font-family: Poppins;
}

.list-item-parent li a {
    color: #242E3D;
    font-family: Poppins;
}

.inner-testimonials .testimonials-sec {
    background: white;
}

header#header .transparent-btn:hover {
    color: black;
    background: transparent;
    filter: none !important;
    box-shadow: none !important; 
}

.demo-text {
    align-items: center;
    gap: 100px;
    border-bottom: 0px solid #FF9900;
    padding: 5px 0 0px;
    background: rgb(0 0 0);
    margin: 0 0 4rem;
    color: white;
}
/* inner css */