.roundedarea {
    /* background-image: url(../images/banner-telegram.png); */
    background-color: #f7f4f4;
}

.arrow.banner {
    width: 20%;
    position: absolute;
    bottom: -3%;
    right: 44%;
    rotate: 12deg;
}

.arrow.banner.contact {
    width: 20%;
    bottom: -126%;
    right: 30%;
    rotate: 249deg;
}

.pgheader {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

h2.headerTxtBig {
    /* font-size: 300%; */
    font-weight: 700;
    width: 60%;
    line-height: 1.1;
    text-align: left;
}

p.headerTxt {
    width: 56%;
    font-size: 150%;
    line-height: 1.2;
    text-align: left;
}

.sectionHead {
    font-size: 150%;
    line-height: 1;
    padding-block: 6vh;
    width: 100%;
}

.sectionHeadTop {
    font-size: 200%;
    font-weight: 700;
    color: #000;
}

.sectionHeadTop a[href^="mailto:"] {
    color: rgba(247, 25, 21);
    text-decoration: none;
    transition: text-decoration-color 300ms;
}

.sectionHeadTop a:hover[href^="mailto:"] {
    text-decoration: underline;
    text-decoration-color: rgba(247, 25, 21, 1);
}

.sectionEmail {
    /* position: absolute; */
}

.sectionEmail img {
    width: 100%;
}


.boxWhite {
    background-color: #fff;
    border-radius: 1vh;
    box-shadow: rgb(0 0 0 / 6%) -1px 3px 16px 5px;
    position: relative;
    padding: 1.5vh 1.5vh 1.5vh 3.5vw;
    line-height: 1.2;
    margin-bottom: 2vh;
    font-size: 120%;
}

.boxWhite h3 {
    margin-bottom: 0;
    font-weight: 600;
}

.boxWhite.one h3 {
    color: #40539e;
}

.boxWhite.two h3 {
    color: #21ae53;
}

.boxWhite.three h3 {
    color: #592fbd;
}


.boxWhite::before {
    content: "";
    position: absolute;
    display: block;
    height: 3vh;
    aspect-ratio: 1 / 1;
    border-radius: 50vh;
    left: 0.8vw;
    top: 20%;
}

.boxWhite.one::before {
    background-color: #e4f6ff;
}

.boxWhite.two::before {
    background-color: #e4ffeb;
}


.boxWhite.three::before {
    background-color: #ece4ff;
}


.txtPercentage {
    border-left: 1px solid #b3b3b3;
    position: relative;
}

.txtPercentage::before {
    width: 1px;
    background-color: #f71915;
    content: "";
    position: absolute;
    top: 0vh;
    left: -1px;
    display: block;
    height: 5vh;
}

.txtPercentage span {
    font-size: 300%;
    font-weight: 400;
    color: #f71915;
}

.txtPercentage span sup {
    font-size: 60%;
    font-weight: 300;
}

.cardHead {
    font-size: 180%;
    font-weight: 700;
    padding-bottom: 2vh;
}

.contactForm {
    width: 100%;
    min-height: 40vh;
    background-color: #ffecc2;
    border-radius: 2vh 2vh 8vh 2vh;
    padding: 2vh 1.5vw;
    box-shadow: rgb(91 83 137 / 14%) 0px 8px 16px 5px;
}

.formLeft {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

/* SECTION ONE */
/* .cardSection.one,
.cardSection.two,
.cardSection.three {
    background-color: #fff;
    border-radius: 3vh;
    box-shadow: rgb(17 17 26 / 5%) 0px 4px 56px, rgba(17 17 26 / 5%) 0px 8px 56px, rgba(17 17 26 / 5%) 0px 16px 56px;
    padding: 2vh;
    line-height: 1.2;
    position: relative;
}

.cardSection.one::after,
.cardSection.two::after,
.cardSection.three::after {
    content: "";
    position: absolute;
    width: 4vh;
    aspect-ratio: 1 / 1;
    background-color: #fff2e4;
    top: 3%;
    right: 5%;
    border-radius: 50vh;
    z-index: 1;
}

.cardSection.two::after {
    background-color: #e4f6ff;
}

.cardSection.three::after {
    background-color: #e4ffeb;
}

.cardImg {
    background-color: transparent;
}

.cardImg img {
    border-radius: 2vh;
    width: 100%;
}

.sectionHead {
    font-size: 150%;
    line-height: 1;
    padding-block: 6vh;
    width: 100%;
}

.sectionHeadTop {
    font-size: 200%;
    font-weight: 700;
}

.cardSubhead {
    font-size: 150%;
    display: block;
    padding-block: 1.5vh;
    position: relative;
    z-index: 2;
}

.cardSubhead.orange {
    color: #ff5a00;
}

.cardSubhead.blue {
    color: #40539e;
}

.cardSubhead.green {
    color: #21ae53;
}

.cardHead {
    font-size: 180%;
    font-weight: 700;
    padding-bottom: 2vh;
} */

.leftTabBg {
    width: 65%;
}

.leftTabBg .accordion-item {
    border: none;
}

.rightTabBg {
    width: 35%;
    padding: 0 1.5vh;
}

.rightTabBg .nav-tabs .nav-link {
    background-color: #f3f3f3;
    border-radius: 0.5vh;
    padding: 2.5vh 2vw;
    width: 100%;
    text-align: left;
    color: #333;
    font-size: 1.4em;
}

.rightTabBg .nav-item {
    margin-bottom: 1vh;
}

.rightTabBg .nav-item:last-child {
    margin-bottom: 0;
}

.rightTabBg .nav-tabs .nav-item.show .nav-link,
.rightTabBg .nav-tabs .nav-link {
    color: #333;
}


.rightTabBg .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f71915;
}

.rightTabBg .nav-tabs {
    border: 0;
}

.tabImage {
    width: auto;
}

/* END SECTION ONE */


/* SECTION TWO */
.aboutSubhead {
    font-weight: 700;
}

.addressList {
    font-weight: 600;
    margin-left: 0;
    padding-left: 0;
}

.addressList li {
    list-style: none;
    padding-bottom: 1vh;
}

.addressList li img {
    vertical-align: middle;
    margin-right: 5px;
    width: 6%;
}

.vMiddle {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
}

.socialContact {
    box-shadow: rgb(91 83 137 / 14%) 0px 8px 16px 5px;
    background-color: #fff;
    width: 3vw;
    padding: 0.5vw;
    border-radius: 50vh;
    position: absolute;
    left: -2%;
    top: 50%;
    transform: translateY(-50%);
}

.socialContact a {
    margin-bottom: 1vh;
    display: inline-block;
}

.socialContact a:last-child {
    margin-bottom: 0;
}

.socialContact a img {
    filter: brightness(0) saturate(100%) invert(12%) sepia(94%) saturate(4993%) hue-rotate(356deg) brightness(112%) contrast(93%);
}

.arrow.banner.social {
    width: 47%;
    bottom: 35%;
    right: 110%;
    rotate: 6deg;
}

/* END SECTION ONE */



/* SECTION THREE */
section.three {
    background: #e7f1fe url(../images/bg-white-circles.png) no-repeat 94% 50%;
    margin-bottom: 10vh;
}

.w-40 {
    width: 30%;
}

.clientslogo {
    padding-left: 10%;
    width: 70%;
}

.trustBox {
    border-radius: 1vh;
    border: 1px dashed #3e519a;
    padding: 2vh 1.5vw;
    line-height: 1.2;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    background-color: #fff;
}


.trustBox::after {
    content: "";
    display: block;
    position: absolute;
    width: 22%;
    height: 17vh;
    background: #f2feff;
    border-radius: 4vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: -2;
    clip-path: polygon(0 0, 100% 0, 67% 100%, 32% 100%);
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));
}

.trustBox::before {
    content: '';
    position: absolute;
    bottom: -10%;
    left: 50%;
    width: 0;
    height: 0;
    border: 13px solid transparent;
    border-top-color: #32557f;
    border-bottom: 0;
    margin-left: -13px;
    margin-bottom: -13px;

}

.trustBox sup {
    font-size: 16px;
}

.trustBox>div {
    width: calc(100% / 3);
}

.trustBox>div:last-child {
    padding-left: 10%;
}

.trustBox div span:first-child {
    font-size: 200%;
    color: #f71915;
    font-weight: 600;
    padding-right: 0.8vw;
    margin-right: 0.5vw;
    border-right: 1px solid #ededed;
}

.trustBox div span:first-child.noBdr {
    border-right: none;
}

.trustBox div span:first-child i {
    font-weight: normal;
    font-size: 60%;
    font-style: normal;
}

/* END SECTION THREE */

/* SECTION EIGHT */

section.eight {
    margin-top: vh;
    margin-bottom: 10vh;
}

.w-70 {
    width: 60%;
}

.w-80 {
    width: 80%;
}

/* TIMELINE */


.margintopPotion {
    margin-top: 18vh;
    height: 46vh;
}

.timelineYear {
    background-color: #f71915;
    padding: 4%;
    color: #fff;
    border-radius: 50%;
    height: 44px;
    aspect-ratio: 1 / 1;
    text-align: center;
    position: relative;
}

.timelineYear span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-style: italic;
    font-size: 120%;
    font-weight: 600;
}

.timelineYear::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 1px;
    height: 147%;
    border-left: 1px dotted red;
    top: -50%;
    transform: translate(-50%);
}

.timelineYear::after {
    content: "";
    display: block;
    position: absolute;
    right: 26%;
    width: 147%;
    height: 1px;
    border-top: 1px dotted red;
    top: 50%;
    transform: translate(-50%);
}

.timelineYear:first-child:after {
    display: none;
}

.timelineYear:nth-child(2)::before,
.timelineYear:nth-child(4)::before,
.timelineYear:nth-child(6)::before,
.timelineYear:nth-child(8)::before {
    top: 0%;
}

.yrDesc {
    background-color: #fff;
    border-radius: 0.5vh;
    border: 1px solid #e8e8e8;
    box-shadow: 1px 1px 10px #00000014;
    width: 200px;
    min-height: 106px;
    color: #f71915;
    padding: 10%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -140%;
    text-align: left;
}

.yrDesc span {
    top: 50%;
    left: 6%;
    transform: translate(0, -50%);
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-size: 100%;
    font-weight: 400;
}

.yrDesc span b {
    font-style: italic;
}

.yrDesc.even {
    top: 145%;
}

.futureGoal {
    background-color: #f71915;
    border-radius: 0.6vh;
    padding: 1em 2em;
    font-weight: 700;
    font-style: italic;
    font-size: 150%;
    color: #fff;
}

.flag {
    position: absolute;
    top: -72%;
    left: 50%;
    transform: translateX(-50%);
}

/* END TIMELINE */



/* END SECTION EIGHT */




/* SECTION SIX */
.six {
    background-color: #f4f4f4;
    padding-bottom: 10vh;
    margin-top: 10vh;
}

.bg-grey {
    background-color: #f4f4f4 !important;
}

.testimonialClientImg {
    top: -92%;
    left: 10%;

}

.testimonialClientImg img {
    width: 100%;
    border-radius: 1.5vh;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    width: 90%;
}

.testimonalName {
    line-height: 1.1;
    position: relative;
}

.testimonalName::before {
    content: "";
    display: block;
    width: 180px;
    height: 1px;
    background-color: #f71915;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

.testimonalName img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.testimonalName span:nth-child(1) {
    color: #f71915;
    font-weight: 500;
    font-size: 1.2em;
}

.testimonalName span {
    font-weight: 400;
    font-size: 0.8em;
}

.colrRed {
    color: #f71915;
}

.clientNav {
    width: 125px;
    height: 25px;
    position: relative;
}

.noPages {
    position: absolute;
    width: 50px;
    bottom: -26px;
    left: 30px;
    margin-bottom: 0;
}

.carousel-inner.testimonials {
    overflow: visible !important;
}

/* END SECTION SIX */

/* SECTION SEVEN */
.seven {
    background-color: #fbf8f0;
    padding-bottom: 10vh;
    position: relative;
}

.boxvv {
    box-shadow: rgb(91 83 137 / 14%) 0px 8px 16px 5px;
    background-color: #fff;
    border-radius: 2vh;
    padding: 1.5vh;
    position: relative;
    line-height: 1.2;
    min-height: 18vh;
}

.boxvvIcon {
    background-color: #f71915;
    border-radius: 50vh;
    padding: 1.5vh;
    height: 6vh;
    display: inline-block;
    aspect-ratio: 1 / 1;
    text-align: center;
    position: absolute;
    left: 6%;
    top: -20%;
}

.boxvvHead {
    display: block;
    font-size: 150%;
    font-weight: 600;
    color: #f71915;
    padding-top: 6%;
}


/* END SECTION SEVEN */



/* SECTION SEVEN TAB */
.sevenTab {
    /* background: #fbf8f0 url(../images/floating-line2.svg) no-repeat 50% 1300%; */
    background-size: 100% 98%;
    margin-top: 10vh;
    padding-bottom: 10vh;
}

.topClientTab {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

.nav-pills.topClientTab .nav-link {
    background-color: #ece7da;
    color: #000;
    margin-inline: 0.5vw;
    font-size: 60%;
}

.nav-pills.topClientTab .nav-link.active,
.nav-pills.topClientTab .show>.nav-link {
    background-color: #fee3e3;
    color: #f71915;
}

.clientContent {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
    height: max-content;
    padding: 1.5vh 1vw;
    line-height: 1.2;
    border-radius: 2vh;
}

.cardSubHead {
    font-size: 120%;
    font-weight: 700;
    padding-bottom: 2vh;
}

.clientContent .heading,
.rightCWtext .heading {
    font-size: 120%;
    font-weight: 600;
    margin-bottom: 0.5vh;
}

.txtPercentage div {
    width: calc(94% / 3);
    border-bottom: 1vh solid #f71915;
    position: relative;
    margin-left: 2%;
}

.txtPercentage div::before {
    width: 4vw;
    background-color: #f71915;
    content: "";
    position: absolute;
    bottom: 0vh;
    left: 0;
    display: block;
    height: 0.6vh;
}

.txtPercentage span {
    font-size: 200%;
    font-weight: 600;
    color: #f71915;
}

.txtPercentage span sup {
    font-size: 60%;
    font-weight: 300;
}

.rightCWtext {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

ul.listRedCircle li {
    list-style: circle;
    font-weight: 600;
}

ul.listRedCircle li::marker {
    color: #f71915;
}

.oddEvenCard img {
    width: 100%;
    border-radius: 2vh;
    box-shadow: rgb(91 83 137 / 14%) 0px 8px 16px 5px;
}

.star.two {
    width: 8%;
    position: absolute;
    top: -6%;
    left: -6%;
    box-shadow: none;
    border-radius: 0;
}

.star.two.right {
    right: -7%;
    left: auto;
    top: -8%;
}

img.icon {
    position: absolute;
    box-shadow: none;
    border-radius: 0;
    top: 10%;
}

img.icon.right {
    width: 10%;
    left: auto;
    right: -4%;
}

img.icon.left {
    width: 10%;
    top: 10%;
    left: -6%;
}

/* END SECTION SEVEN TAB */

/* SECTION SPECIAL */
.specialImg {
    width: 100%;
}

.specialImg img {
    /* width: 100%; */
    width: 92%;
}

.boxColor {
    /* background-color: #fff; */
    border-radius: 1vh;
    box-shadow: rgb(0 0 0 / 6%) -1px 0 6px 2px;
    position: relative;
    padding: 1vh 3vw 1vh 1vw;
    line-height: 1.2;
    margin-bottom: 2vh;
    font-size: 120%;
    min-height: 17vh;
}

.boxColor h3 {
    margin-bottom: 0;
    font-weight: 600;
}

.boxColor.one {
    background-color: #f9f2df;
}

.boxColor.two {
    background-color: #dff6f9;
}

.boxColor.three {
    background-color: #f9dff4;
}

.boxColor h3 {
    font-size: 110%;
}

.boxColor::before {
    content: "";
    position: absolute;
    display: block;
    height: 3vh;
    aspect-ratio: 1 / 1;
    border-radius: 50vh;
    right: 1.8vw;
    top: 20%;
    background-color: #0000002d;
}

.multiLine {
    position: absolute;
    top: -9%;
    left: -5%;
    width: 40%;
}

.star.special {
    width: 8%;
    position: absolute;
    top: -7%;
    left: -4%;
    box-shadow: none;
    border-radius: 0;
}

/* END SECTION SPECIAL */



/* SECTION BE A PART */
.two.weHiring {
    /* background: #fbf8f0 url(../images/floating-line2.svg) no-repeat 50% 1300%; */
    background-size: 100% 98%;
    margin-top: 10vh;
    padding-bottom: 10vh;
}

.cardWhy.two {
    background-color: #fff;
    border-radius: 3vh;
    box-shadow: rgb(17 17 26 / 5%) 0px 4px 56px, rgba(17 17 26 / 5%) 0px 8px 56px, rgba(17 17 26 / 5%) 0px 16px 56px;
    padding: 6vh 2vh;
    line-height: 1.2;
    position: relative;
    min-height: 45vh;
}



.logoOutline,
.weareHiring {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.logoOutline {
    width: 220%;
}

.weareHiring {
    top: 30%;
    z-index: 1;
}

/* ============================================================== 
     # Brand / Clients
=================================================================== */

.brand-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 120px;
    width: 100%;
    background: #ecf6fa;
    z-index: -1;
}

.dark-layout .brand-area::after {
    display: none;
}

.brand-area.bg-gray::after {
    background: #ffffff;
}

.brand-area {
    position: relative;
    z-index: 1;
}

.brand-area .fixed-shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.brand-area .fixed-shape img {
    border: none;
    outline: none;
    max-width: 100%;
}

.brand-area .brand-items {
    position: relative;
    padding: 120px 0;
    padding-right: 50px;
}

.brand-area .brand-items::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 500%;
    background-image: linear-gradient(184.78deg, #fa709a 7.64%, #fee140 120.07%);
    z-index: 1;
}

.dark-layout .brand-area .brand-items::after {
    background-image: linear-gradient(184.78deg, #fa709a 7.64%, #fee140 120.07%);
}

.brand-area .brand-items .info,
.brand-area .brand-items .brand {
    position: relative;
    z-index: 9;
}

.brand-area .brand-items .info {
    padding-right: 50px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.brand-area .brand-items .brand {
    padding-left: 50px;
    margin-top: -30px;
}

.brand-area .brand img {
    text-align: center;
    width: auto;
    margin-top: 30px;
}

.brand-area .brand {
    text-align: center;
}

.brand-area h2 {
    font-weight: 600;
    margin-bottom: 25px;
}

.brand-area a {
    margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brand-area {
        text-align: center;
    }

    .brand-area .brand-items {
        padding: 50px;
    }

    .dark-layout .brand-area .brand-items {
        padding: 120px 0;
    }

    .brand-area .brand-items::after {
        width: 100%;
    }

    .brand-area .brand-items .info {
        padding-right: 15px;
        border-right: none;
        margin-bottom: 20px;
    }

    .brand-area .brand-items .brand {
        padding-left: 15px;
        margin-top: 0;
    }

    .brand-area .brand-items .brand .col-lg-4 {
        float: left;
        width: 33.3333%;
    }

}

@media only screen and (max-width: 767px) {
    .brand-area {
        text-align: center;
    }

    .brand-area .brand-items {
        padding: 50px 30px;
        padding-right: 30px;
    }

    .brand-area .brand-items::after {
        width: 100%;
    }

    .brand-area .brand-items .info {
        padding-right: 15px;
        border-right: none;
        margin-bottom: 20px;
    }

    .brand-area .brand-items .brand {
        padding-left: 15px;
        margin-top: 0;
    }

    .brand-area .brand-items .brand .col-lg-4 {
        float: left;
        width: 50%;
    }
}

/* Breadcrumb starts */
.breadcrumb-area {
    /* padding: 150px 0; */
    padding: 35px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.breadcrumb-area .row {
    position: relative;
    z-index: 1;
}

.breadcrumb-area .breadcrumb {
    background: transparent none repeat scroll 0 0;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}

.breadcrumb-area h1 {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.breadcrumb>li+li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding: 0 5px;
    color: #ffffff;
    display: none;
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px;
}

.breadcrumb-area .breadcrumb li {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.breadcrumb-area .breadcrumb li::after {
    content: "";
    height: 2px;
    left: -10px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    background: #ffffff;
    width: 15px;
}

.breadcrumb-area .breadcrumb li:first-child::after {
    display: none;
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 14px;
}

.default-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.default-padding,
.default-padding-top,
.default-padding-bottom {
    position: relative;
}

.bg-gray {
    background-color: #e8e6e4;
}

.bg-cover {
    background-position: center center;
    background-size: cover;
}

/* Logo section starts */
.pricing-area {
    padding: 40px 0;
    background-color: white;
}

.partner-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.partner-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    height: 4rem;
    max-height: 5rem;
    border-radius: 10px;
    background-color: #fff;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, .05); */
    box-shadow: 0 0 10px #cccccc;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 200px;
    width: 200px;
}

.partner-logo {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}

.partner-item img {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}

.client-item {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
    height: 4rem;
    max-height: 5rem;
    border-radius: 10px;
    background-color: #fff;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, .05); */
    box-shadow: 0 0 10px #cccccc;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 200px;
    width: 200px;
}

.client-item img {
    width: auto;
    height: auto;
    max-width: 55px;
    max-height: 45px;
}

.partner-name {
    padding-left: 0.5rem;
    font-size: 1em;
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .partner-item {
        flex: 0 0 40%;
    }
}

@media (max-width: 768px) {
    .client-item {
        flex: 0 0 45%;
    }
}

/* @media (min-width: 769px) {
    .partner-item {
        flex: 0 0 15%;
    }
} */

/* Logo section ends */

/* ============================================================== 
     # Boosting Area
=================================================================== */
.fun-fact-area {
    position: relative;
    z-index: 1;
}

.fun-fact-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    /* height: 120px; */
    width: 100%;
    background: #ecf6fa;
    z-index: -1;
}

.fun-fact-area.bg-gray::after {
    background: #ffffff;
}

.dark-layout .fun-fact-area::after {
    background: #101c3d;
}

.fun-fact-area .inner-items {
    position: relative;
    z-index: 1;
    /* top: -120px;
    margin-bottom: -120px; */
    top: 0;
    margin-bottom: 0;
    /* background: linear-gradient(90deg, rgba(70,40,186,1) 32%, rgba(8,113,255,1) 100%); */
    background: linear-gradient(184.78deg, #fa709a 7.64%, #fee140 120.07%);
    padding: 90px 50px;
    border-radius: 8px;
}

.fun-fact-area .inner-items::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/11.png);
    background-position: bottom;
    z-index: -1;
    opacity: 0.4;
    background-size: cover;
}

.fun-fact-area h2 {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: -8px;
}

.fun-fact-area ul li {
    padding-left: 30px;
    display: block;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.fun-fact-area ul li::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\4e";
    border-radius: 50%;
    transform: translateY(-50%);
    font-family: 'ElegantIcons';
    font-size: 20px;
}

.fun-fact-area ul li:last-child {
    margin-bottom: 0;
}

.fun-fact-area .timer {
    font-family: 'Quicksand', sans-serif;
    font-size: 36px;
    display: inline-block;
    font-weight: 900;
    position: relative;
    z-index: 1;
}

.fun-fact-area .medium {
    display: block;
    margin-top: 10px;
}

/* .fun-fact-area .timer::after {
    position: absolute;
    right: -19px;
    top: -10px;
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
} */

.partner-screen-button {
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    position: relative;
    z-index: 1;
    text-decoration: none;
    /* background-color: #f35a38; */
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.partner-screen-button:hover {
    background-color: #f35a38;
    color: white;
    transform: translateY(-3px);
    padding: 10px 20px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

/* .partner-screen-button:hover::after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 100%;
    background: #f35a38;
    content: "";
    margin-top: -1.5px;
    padding-left: 0;
    transition: all 0.3s ease-in-out; 
}

.partner-screen-button::after {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 3px;
    width: 0;
    background: #f35a38;
    content: "";
    margin-top: -1.5px;
    transition: all 0.3s ease-in-out;
}

.partner-screen-button:hover::after {
    left: 0;
    width: 100%;
} */


.titleHeading {
    display: inline-block;
    margin-bottom: 25px;
    border-radius: 5px;
    color: #f35a38;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    position: relative;
    z-index: 1;
    padding-left: 45px;
}

.titleHeading::after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 3px;
    width: 30px;
    background: #f35a38;
    content: "";
    margin-top: -1px;
}

/* END SECTION BE A PART */