@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&amp;display=swap');

:root {
    --white: #fff;
    --black: #222e3e;
    --primary: #cdaa94;
    --secondary: #222e3e;
    --accent: #f4ece4;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 7px;
    border-radius: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--primary);
    /* background-image: -webkit-linear-gradient(90deg, transparent, var(--primary), transparent, transparent); */
}

@font-face {
    font-family: 'K2D';
    src: url('../fonts/K2D-Medium.woff2') format('woff2'),
    url('../fonts/K2D-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('../fonts/K2D-Regular.woff2') format('woff2'),
    url('../fonts/K2D-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('../fonts/K2D-Light.woff2') format('woff2'),
    url('../fonts/K2D-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('../fonts/K2D-SemiBold.woff2') format('woff2'),
    url('../fonts/K2D-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'K2D';
    src: url('../fonts/K2D-Bold.woff2') format('woff2'),
    url('../fonts/K2D-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
    url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: albra;
    src: url(../albra/AlbraSansTRIAL-Regular.otf),
    url(../albra/AlbraSansTRIAL-Regular.woff2) format('woff2'),
    url(../albra/AlbraSansTRIAL-Regular.woff) format('woff');
    font-display: swap;
}


html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    font-family: "K2D", sans-serif;
}

@media (min-width: 1700px) {
    .container {
        max-width: 1600px;
    }
}

section {
    position: relative;
    overflow: hidden;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}

.headerMain .row {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.container-fluid {
    max-width: 1600px;
    margin: 0 auto;
}

.headerMenuWrap ul li a,
.headerMenuWrap ul li span {
    color: var(--secondary);
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    line-height: 24px;
}

.headerMenuWrap ul li.hasChild.parentMenu svg {
    margin-left: 6px;
}

.headerMenuWrap ul li {
    list-style: none;
}

.headerMenuWrap ul.dropDown li {
    display: block;
    width: 100%;
}

.headerMenuWrap ul li.hasChild.parentMenu > span > a svg {
    margin-left: 7px;
}

.headerMenuWrap ul.dropDown li a {
    padding: 0.75rem 1.25rem;
    display: block;
    color: #333;
    font-size: 0.875rem;
    transition: 0.3s;
    cursor: pointer;
}

.headerMenuWrap ul.dropDown li:hover a {
    background: var(--primary);
    color: var(--white);
}

.headerMenuWrap ul.dropDown > li + li {
    border-top: 1px solid #f2f2f2;
}

.headerMenuWrap > ul > li > a,
.headerMenuWrap > ul > li > span {
    padding: 2.625rem 0;
    display: block;
}

.headerMenuWrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.headerMenuWrap > ul > li > a,
.headerMenuWrap > ul > li > span {
    text-transform: uppercase;
}

.headerMenuWrap ul li + li {
    margin-left: 1.875rem;
}

.headerMain .container-fluid {
    max-width: 100%;
}

.headerMenuWrap ul.dropDown {
    flex-direction: column;
    align-items: start;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    min-width: 280px;
    background: #fff;
    padding: 0px 0;
    border-radius: 5px;
    display: none;
    z-index: 999;
}

.headerMenuWrap ul.dropDown:before {
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    position: absolute;
    left: 12px;
    top: -8px;
}

.headerMenuWrap ul.dropDown li:first-child a {
    border-radius: 5px 5px 0 0;
}

.headerMenuWrap ul.dropDown li:last-child a {
    border-radius: 0 0 5px 5px;
}

.headerMenuWrap ul.dropDown > li + li {
    padding: 0;
    margin: 0;
}

.headerMenuWrap ul li.hasChild.parentMenu {
    position: relative;
}

.headerMenuMain {
    display: flex;
    align-items: center;
    justify-content: center;
}

.HederCtaRight {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.headerCta {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgb(255 255 255 / 30%);
    border-right: 1px solid rgb(255 255 255 / 30%);
    max-width: 210px;
}

.HederCtaRight a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    color: var(--secondary);
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    line-height: 24px;
    padding: 0.9375rem 0.75rem;
}

.HeaderCtaPhoneEmail {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.HeaderCtaPhoneEmail a {
    align-items: center;
    justify-content: start;
}

.HeaderCtaPhoneEmail i {
    margin-right: 6px;
}

.HeaderCtaPhoneEmail a + a {
    border-top: 1px solid rgb(206 172 151 / 30%);
}

.logoMain {
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: absolute;
    top: 19px;
    left: 33%; */
}
.logoMain .logo-img {
    object-fit: contain;
    object-position: center;
    height: 60px;
    width: auto;
}

.logoMainWrap {
    position: relative;
    border-right: 1px solid rgb(206 172 151 / 30%);
    align-content: center;
}

header {
    background-color: #f6f4fc;
    position: relative;
    z-index: 99;
}

.headerMain {
    position: relative;
}

.headerMain:after {
    content: "";
    width: 82%;
    background: rgb(255 255 255 / 30%);
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.headerMain:before {
    content: "";
    width: 18%;
    background: rgb(255 255 255 / 30%);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ctaRight {
    padding-right: 0 !important;
}

.HederCtaRight a svg {
    color: var(--primary);
    margin-right: 10px;
}

.headerCta svg {
    color: #fff !important;
    position: relative;
    top: 1px;
    margin-left: 6px;
}

a.btnPrimary span svg {
    position: absolute;
    right: -40px;
    top: 1px;
    color: #fff;
    font-size: 15px;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.headerCta a,
.headerCta a svg {
    transition: 0.3s;
}

.mobileMenuIcon {
    display: none;
}

.openDropdown {
    display: none;
}

.heading {
    font-family: albra;
    font-size: 2.875rem;
    color: var(--black);
}

.main-banner {
    background: var(--primary);
    height: auto;
    overflow: hidden;
    position: relative;
    padding-top: 5rem;
}

.bannerWrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.main-banner .heading {
    font-size: 4.625rem;
    color: var(--white);
    text-align: center;
    font-weight: 300;
}

.BookTitle {
    position: absolute;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.row.criclerow {
    position: relative;
    height: 475px;
    justify-content: center;
}

.BookTitle .aboutCta,
.contactFormContentLeft .aboutCta a.ctaLinePhone svg {
    margin-top: 10px;
}

.BookTitle a.btnYellow {
    background: #1b1402;
    color: #ffb703 !important;
}

/* .BookTitle:before {
    content: "";
    background: #292e0a;
    width: 2px;
    height: 35px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    top: -34px;
} */

@keyframes rotateElement {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotateElement {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateElement {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

.circle {
    background: 0 0;
    width: 750px;
    height: 750px;
    border-radius: 100%;
    top: 240px;
    position: relative;
    animation: 100s linear infinite rotateElement;
}

.PortfolioTitle,
.sliderCircle,
.testSliderContent {
    position: relative;
}

.sliderCircle ul {
    list-style: none;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

.sliderCircle ul li {
    position: absolute;
    top: -30%;
    left: 50%;
    transform: translateX(-50%);
}

.sliderCircle ul li img {
    width: 199px;
    height: 289px;
    object-fit: cover;
    object-position: top;
}

.circle:after {
    content: "";
    background: var(--secondary) url(../images/circleBg.png) bottom center / cover no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%;
    z-index: 99;
}

.circle:before {
    content: "";
    width: 95%;
    height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    z-index: 100;
    border: 2px dashed var(--primary);
    transform: translate(-50%, -50%);
}

.sliderCircle ul li:nth-child(2) {
    left: 68%;
    transform: rotate(32deg);
    top: -160px;
}

.sliderCircle ul li:nth-child(3) {
    left: 6%;
    transform: rotate(-32deg);
    top: -160px;
}

.sliderCircle ul li:nth-child(4) {
    left: -120px;
    transform: rotate(-65deg);
    top: 15px;
}

.sliderCircle ul li:nth-child(5) {
    left: 89%;
    transform: rotate(63deg);
    top: 13px;
}

.sliderCircle ul li:nth-child(6) {
    left: 97%;
    transform: rotate(89deg);
    top: 243px;
}

.sliderCircle ul li:nth-child(7) {
    left: 89%;
    transform: rotate(116deg);
    top: 465px;
}

.sliderCircle ul li:nth-child(8) {
    left: 36%;
    transform: rotate(149deg);
    bottom: -244px;
}

.prevArrow img,
.swiper-button-prev-has {
    transform: rotate(180deg);
}

.sliderCircle ul li:nth-child(9) {
    left: 37%;
    transform: rotate(180deg);
    bottom: -236px;
}

.sliderCircle ul li:nth-child(10) {
    left: 39%;
    transform: rotate(210deg);
    bottom: -237px;
}

.sliderCircle ul li:nth-child(11) {
    left: 37%;
    transform: rotate(238deg);
    bottom: -223px;
}

.sliderCircle ul li:nth-child(12) {
    left: 36%;
    transform: rotate(268deg);
    bottom: -213px;
}

/* .BookTitle span {
    display: inline-block;
    margin-bottom: 0;
} */

.BookTitle h4 {
    font-size: 2.5rem;
    font-family: albra;
    color: var(--primary);
    text-align: center;
}

.btnRequest {
    background: var(--primary);
    color: var(--white);
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 60px 16px 30px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid transparent;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}

.btnRequest svg {
    width: 35px;
    background: var(--secondary);
    height: 35px;
    color: #fff;
    font-size: 0.875rem;
    padding: 8px;
    border-radius: 100%;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 9px;
    transition: 0.3s;
}

.BookTitle .btnRequest {
    background: var(--white);
    color: var(--secondary);
}

.slider-form {
    height: auto;
    padding: 6px;
    text-align: center;
    margin-top: 8px;
    z-index: 2;
    background-color: rgb(255 255 255 / 7%);
    border-radius: 8px;
    max-width: 767px;
}

.slider-form .form-control {
    border: 1px solid transparent;
    background-color: #fff;
    font-size: 0.813rem;
    color: grey;
    height: 49px;
    outline: 0;
    border-radius: 9px;
    padding-left: 41px;
    margin-right: 6px;
    font-weight: 400;
}

.kind .flip-card-back,
.kind .flip-card-front {
    background-color: var(--white);
}

.slider-form .form-control::placeholder {
    color: #8a8a8a;
    font-weight: 300;
    font-size: 1rem;
}

.slider-form .form-inline {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.slider-form .form-group .icon-bg {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.slider-form .form-group {
    position: relative;
    margin-bottom: 0;
}

.banner-form-inner .form-group i.sptico,
.slider-form .form-group i.sptico {
    color: var(--secondary-color);
    background: url(../images/form-icon1.html) no-repeat;
    width: 19px;
    height: 19px;
    display: block;
}

.banner-form-inner .form-group i.icon2,
.slider-form .form-group i.icon2 {
    background: url(../images/form-icon2.html) no-repeat;
}

.banner-form-inner .form-group i.icon3,
.slider-form .form-group i.icon3 {
    background: url(../images/form-icon3.html) no-repeat;
}

.foter-cta h4,
.slider-form .form-group.btnsumb i {
    color: var(--white);
}

.btn-1 {
    display: inline-block;
    padding: 10px 18px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    border-radius: 9px;
    background-color: var(--secondary);
    border: none;
    transition: box-shadow 0.2s linear;
    height: 48px;
}

.phoneBtn {
    text-decoration: none;
    color: var(--black);
    font-size: 1.625rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    line-height: 30px;
    position: relative;
    gap: 1rem;
}

.phoneBtn svg {
    /* position: absolute; */
    /* left: -30%; */
    /* top: 10%; */
    background: var(--secondary);
    width: 50px;
    height: 50px;
    /* box-sizing: border-box; */
    padding: 10px;
    border-radius: 100%;
    color: var(--white);
}

.smallTitleLine {
    color: var(--black);
    font-size: 0.875rem;
    line-height: 24px;
    font-weight: 700;
    padding-left: 50px;
    position: relative;
    /* margin-bottom: 20px; */
    display: block;
}

.smallTitleLine:before {
    content: "";
    width: 35px;
    height: 2px;
    background: #292e0a;
    position: absolute;
    left: 0;
    top: 12px;
}

.hireSection {
    padding: 7rem 0 14rem 0;
}

.hireSection p {
    color: var(--black);
}

.btn-group {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    gap: 2rem;
    margin-top: 3rem;
}

.sec-title {
    font-size: 0.875rem;
    color: var(--primary);
    text-transform: capitalize;
    position: relative;
    padding-left: 3rem;
}

.sec-title::before {
    content: "";
    width: 35px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 8px;
}

.hireSection img {
    position: absolute;
    bottom: -34%;
    left: 5%;
}

.servicesSection {
    padding: 5rem 0;
    background: linear-gradient(to bottom, #f4ece4, #c0b5a9);
}

.servicesSection .sec-title,
.servicesSection .sec-paragraph {
    color: var(--black);
}

.servicesSection .sec-title::before {
    left: 44%;
    background-color: var(--black);
}

.servicesSection p {
    font-size: 16px;
}

.servicesSection .col-md-3 {
    margin-top: 2rem;
}

.serviceCard {
    padding: 3rem 2rem;
    border-radius: 25px;
    background-color: var(--secondary);
    min-height: 255px;
}

.serviceCard div {
    margin-bottom: 1.5rem;
}

.serviceCard h5 {
    font-size: 1.625rem;
    color: var(--white);
    margin-left: 1rem;
}

.platformsSection .sec-title::before {
    left: 44%;
    background-color: var(--white);
}

.serviceCard span {
    font-size: 7.875rem;
    color: #ffffff14;
    font-family: albra;
    position: absolute;
    font-weight: bold;
    top: -11%;
    right: 4%;
}

.serviceCard p {
    font-size: 17px;
}

.servicesSection .btn-group {
    width: 100%;
    justify-content: center;
}

.servicesSection .btnRequest {
    box-shadow: 0 15px 28px rgb(34 46 62 / 20%);
}

.servicesSection .smallTitleLine,
.servicesSection .phoneBtn {
    color: var(--white);
}

.servicesSection .phoneBtn svg,
.servicesSection .smallTitleLine:before {
    background-color: var(--white);
}

.servicesSection .phoneBtn svg {
    color: var(--secondary);
}

.provideSection {
    padding: 8rem 0 14rem;
    background: linear-gradient(to right, #fafcff, #f4ece4);
}

.provideSection p {
    color: var(--black);
    margin-top: 1.5rem;
}

.provideSection .provide1 {
    position: absolute;
    right: 0;
    top: 0;
}

.provideSection .provide2 {
    position: absolute;
    bottom: 0%;
    left: 7%;
}

.platformsSection {
    padding: 6rem 0;
    background-color: var(--primary);
}

.platformsSection .sec-title {
    color: var(--black);
}

.platformsSection .sec-title::before {
    background-color: var(--black);
}

.platformsSection img {
    margin: auto;
    display: flex;
    margin-top: 2rem;
    mix-blend-mode: luminosity;
}

.optionsSection {
    padding: 6rem 0 12rem 0;
    background: linear-gradient(to bottom right, var(--white), #f4ece4);
}

.optionsSection .heading {
    font-size: 2.375rem;
}

.optionsSection p {
    color: var(--black);
    margin-bottom: 2rem;
}

.optionsSection img {
    position: absolute;
    right: 0;
    bottom: -22%;
    /* width: 44%; */
}

.chooseSection {
    padding: 6rem 0;
}

.chooseSection p {
    color: var(--black);
}

.chooseCard h4 {
    font-size: 1.5rem;
    font-family: "albra";
    color: var(--black);
    margin-bottom: 1.5rem;
}

.chooseCard p {
    color: var(--black);
}

.chooseSection .col-md-7 .row {
    border-bottom: 1px solid #e2e2e2;
}

.primaryBox {
    background-color: var(--primary);
    border-radius: 25px;
    padding: 2rem;
}

.primaryBox span {
    color: var(--secondary);
    font-weight: 700;
}

.chooseSection .btn-group {
    flex-wrap: wrap;
    gap: 1rem;
    margin-left: 2rem;
}

.no-border {
    border-bottom: none !important;
}

.contactSection {
    padding: 6rem 0;
    background-color: var(--primary);
}

.contactSection .phoneBtn {
    font-size: 2.125rem;
    color: var(--white);
    margin-top: 1.75rem;
}

.contactSection .smallTitleLine {
    color: var(--white);
    font-size: 12px;
}

.contactSection .smallTitleLine:before {
    background: var(--white);
}

.contactSection .phoneBtn svg {
    left: -8%;
}

.contactSection p {
    font-size: 1.25rem;
    margin-top: 1.75rem;
}

.contactSection .sec-title {
    color: var(--white);
    font-size: 1rem;
}

.contactSection .sec-title:before {
    background: var(--white);
}

.contactForm {
    max-width: 460px;
}

label.error {
    color: red;
    font-size: 12px;
    display: block;
}

.iti--allow-dropdown {
    width: 100%;
}

.contactForm input,
.contactForm textarea {
    border: none;
    outline: none;
    background: var(--primary);
    color: var(--white);
    font-size: 1.25rem;
    border-bottom: 2px solid var(--white);
    padding: 1rem 5px;
    width: 100%;
    resize: none;
}
.contactForm input[type="checkbox"] {
    width: auto;
}   

.contactForm input::placeholder {
    color: var(--white);
}

.contactForm .btnRequestFtr {
    width: 100%;
    background: var(--secondary);
    text-align: center;
    font-size: 1rem;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    border-radius: 50px;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
        text-transform: uppercase;
    display: inline-block;
    padding: 16px 60px 16px 30px;
        color: var(--white);
}

.contactSection .btnRequestFtr svg {
    background: var(--white);
    color: var(--secondary);
    left: 60%;
    width: 30px;
    height: 30px;
    top: 20%;
        font-size: 0.875rem;
    padding: 8px;
    border-radius: 100%;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    transition: 0.3s;
}

footer {
    background-color: var(--secondary);
    position: relative;
    /* padding: 4rem 0; */
}

footer .flogo {
    position: absolute;
    right: 0;
    bottom: 0;
}

footer .container-fluid {
    max-width: 95%;
    margin: auto;
}

.main-footer .col-md-4 {
    border-right: 1px solid rgb(255 255 255 / 20%);
    padding: 4rem 0;
}

ul.footerContactDetails {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px;
}

ul.footerContactDetails li a {
    color: var(--white);
    font-family: "albra";
    font-size: 1.75rem;
    line-height: 46px;
    text-decoration: none !important;
}

ul.socialFooter {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.socialFooter li a {
    color: var(--white);
    font-size: 16px;
    line-height: 26px;
    text-decoration: none !important;
    border: 1px solid var(--white) !important;
    display: block;
    width: 140px;
    padding: 10px 20px;
    border-radius: 50px;
}

ul.socialFooter li a:after {
    background: var(--white) !important;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 12px;
    top: 15px;
    z-index: 99;
    content: "";
    border-radius: 100%;
}

ul.socialFooter li a {
    position: relative;
}

ul.socialFooter {
    display: flex;
    align-items: center;
    justify-content: start;
}

ul.socialFooter li + li {
    margin-left: 20px;
}

ul.socialFooter {
    margin-top: 30px;
}

ul.FooterMenu li a {
    color: var(--white);
    font-size: 1rem;
    line-height: 30px;
    text-decoration: none !important;
    display: block;
    width: 100%;
    padding: 0;
}

ul.FooterMenu li a:hover,
ul.footerContactDetails li a:hover,
.copyRighgtBottom ul li a:hover {
    color: var(--primary);
}

ul.FooterMenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footerRightWrap {
    width: 25%;
}

.footerRightTop {
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 4rem 0 1rem;
    padding-left: 3.125rem;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

ul.FooterMenu li + li {
    margin-top: 10px;
}

span.FooterMenuTitle {
    color: var(--white) !important;
    font-size: 1rem;
    line-height: 40px;
    text-decoration: none !important;
    display: block;
    width: 100%;
    padding: 0;
    font-weight: 700;
}

ul.FooterMenu.lightMenu li a {
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 24px;
}

ul.FooterMenu.lightMenu {
    margin-bottom: 1.25rem;
}

ul.FooterMenu.lightMenu li {
    position: relative;
    padding-left: 1.375rem;
}

ul.FooterMenu.lightMenu li a:before {
    content: "";
    background: var(--white) !important;
    width: 12px;
    height: 1px;
    position: absolute;
    left: 0;
    top: 12px;
}

ul.FooterMenu.padingRight {
    padding-right: 1.875rem;
}

.copyRighgtBottom ul li a {
    /* font-weight: 700 !important; */
    font-size: 15px;
    line-height: 18px;
    text-decoration: none !important;
    display: block;
    width: 100%;
    padding: 0;
    color: var(--white);
}

.copyRighgtBottom ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.copyRighgtBottom ul li + li a {
    margin-left: 12px;
    padding-left: 12px;
    border-left: 2px solid var(--white) !important;
}

.copyRighgtBottom {
    padding: 0px 0 0;
    padding-left: 3.125rem;
    margin-top: 2.125rem !important;
}

.copyRightContent {
    display: flex;
    align-items: center;
}

.copyRightContent p {
    margin: 0;
    color: var(--white) !important;
    margin-right: 0.75rem;
    /* font-weight: 700 !important; */
    font-size: 0.9375rem;
    line-height: 18px;
}

.copyRightContent {
    margin-top: 1.25rem;
}

.copyRighgtBottom {
    padding-bottom: 4rem;
}

/* .fontLight{
    font-weight: 100 !important;
} */
.FooterMenuTitle a {
    color: var(--white);
}

footer .col-md-8 {
    border-bottom: 1px solid rgb(255 255 255 / 20%);
}

.headerMenuWrap ul li.hasChild.parentMenu:hover ul.dropDown {
    display: flex;
}

.heading .char {
    display: inline !important;
}

/* Inner Pages */
.innerBanner {
    padding-top: 10.625rem;
    background: url("../images/webp/marketing-banner.webp") center right / cover no-repeat;
}

.innerBanner .heading {
    font-size: 3.125rem;
    color: var(--white);
}

.bannerForm {
    background: var(--secondary);
    padding: 1rem;
    border-radius: 8px;
}

.bannerForm h3 {
    font-family: albra;
    color: var(--white);
    /* font-weight: 600; */
    font-size: 2.5rem;
    letter-spacing: 2px;
    text-align: center;
}

.bannerForm .formWrap {
    padding: 1rem;
    margin-top: 1rem;
    background: var(--primary);
    border-radius: 10px;
}

.bannerForm .formWrap h5 {
    text-align: center;
    color: var(--white);
    font-size: 2rem;
    font-weight: 500;
    line-height: 34px;
}

.bannerForm .formWrap p {
    text-align: center;
    color: var(--secondary);
    font-size: 1.75rem;
    /* font-weight: 600; */
    line-height: 40px;
}

.formWrap .formFields {
    background: #fff;
    width: 100%;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 0 1.25rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.formFields img {
    max-width: 25px;
    margin-right: 10px;
}

.formFields input {
    border: none;
    outline: none;
    padding: 1rem 0;
}

.innerBanner .btnRequest {
    background: var(--secondary);
}

.innerBanner .btnRequest svg {
    background: var(--primary);
    /* left: 60%; */
}

.innerBanner .bannerForm .btnRequest {
    font-size: 1rem;
}

.innerBanner .bannerForm .btnRequest svg {
    left: 56%;
}

.bannerForm .btnRequest {
    width: 100%;
    text-align: center;
}

.reviewManinHeader {
    margin-top: 0px;
    background: url("../images/webp/bannershadow.webp") left top / contain no-repeat;
    padding: 2.625rem 0;
}

.reviewLogos ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 3rem;
}

.worldSection {
    padding: 5rem 0;
    background: linear-gradient(to bottom right, var(--white), #f4ece4);
}

.worldSection .heading {
    margin-bottom: 1.5rem;
}

.worldSection p {
    color: var(--black);
    margin-bottom: 1.5rem;
}

.innerServices {
    padding: 5rem 0;
    background: url(../images/webp/services-bg.webp) center right / cover no-repeat;
}

.custom-tab-list-ghost ul {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 0;
}

.custom-tab-list-ghost .nav-tabs .nav-link.active {
    background: #e0dcdc4f;
    border-radius: 10px 0px 0px 10px;
}

.custom-tab-list-ghost ul li {
    padding-bottom: 1rem;
}

.custom-tab-list-ghost ul li a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    padding: 1.5rem 2rem;
    border: none !important;
}

.custom-tab-list-ghost ul li a .tabsicon {
    margin-right: 1.25rem;
}

.tabsContent span.tabTitle {
    font-family: albra;
    color: var(--black);
    font-size: 1.5rem;
    line-height: 28px;
    margin-bottom: 5px;
}

.ghostdetails {
    background: #e0dcdc4f;
    padding: 40px;
    border-radius: 0px 10px 10px 0px;
    box-shadow: 0 5px 22px 0 rgb(31 38 135 / 20%);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ghostdetails p {
    color: var(--black);
}

[class^="box-"].showfirst {
    display: block;
}

.tabsContent p {
    color: var(--black);
}

.ghostdetails .tab-content {
    padding: 1rem 3rem 0;
}

.updatesSection {
    padding: 5rem 0;
    background: var(--secondary);
}

.updatesSection p strong {
    font-size: 2.125rem;
}

.updatesSection p strong span {
    color: var(--primary);
}

.ctaSection {
    padding: 3rem 0;
    background: linear-gradient(to top, #455c7a, #222e3e);
}

.ctaSection .btn-group {
    flex-wrap: wrap;
    justify-content: start;
    gap: 2rem;
}

.ctaSection .review-img {
    width: 60%;
}

.ctaSection .phoneBtn {
    color: var(--white);
    font-size: 2rem;
}

.ctaSection .smallTitleLine {
    color: var(--white);
}

.ctaSection .smallTitleLine:before {
    background: var(--white);
}

.ctaSection .phoneBtn svg {
    left: -22%;
}

.aboutSection {
    padding: 5rem 0;
}

.aboutSection p {
    color: var(--black);
}

.aboutList ul {
    column-count: 2;
    padding: 0;
    margin-top: 2rem;
}

.aboutList ul li {
    margin-bottom: 1rem;
    /* display: flex; */
}

.aboutList ul li img {
    margin-right: 0.5rem;
}

.aboutBanner {
    padding-bottom: 5rem;
}

.HelpSection,
.aboutUs {
    padding: 5rem 0 2rem;
}

.HelpSection p,
.aboutUs p {
    color: var(--black);
}

.aboutUs ul {
    list-style: disc;
}

.aboutUs ul li {
    margin-top: 1rem;
}

.FormWrap {
    margin-top: 2rem;
}

.FormWrap input,
.FormWrap textarea {
    background: #f4ece4a1;
    border: none;
    outline: none;
    width: 100%;
    padding: 16px;
    resize: none;
    margin-bottom: 1rem;
    color: var(--black);
    border-radius: 8px;
}

.FormWrap input::placeholder,
.FormWrap textarea::placeholder {
    color: var(--black);
}

.conRightDetails {
    padding-left: 30px;
}

span.contitle {
    color: var(--black);
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.conRightDetails ul li {
    font-size: 1.25rem;
    color: var(--black);
}

.conRightDetails ul li a {
    color: var(--black);
}

button.btnRequest {
    border: none;
    border: 1px solid var(--primary);
}

.btnRequest:hover {
    border-color: var(--primary);
    background: #fff;
    color: var(--primary);
}

.fb:hover {
    transition: 0.3s all;
    background-color: #3b5998;
}

.linkedin:hover {
    transition: 0.3s all;

    background-color: #0077b5;
}

.insta:hover {
    transition: 0.3s all;
    background: linear-gradient(to right, #F9CE34, #EE2A7B, #6228D7);
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

/* Popup Form */

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.62);
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0;
}

.entry-box {
    padding-top: 0;
    padding-bottom: 20px;
    max-width: 476px;
    margin: 0 auto;
    border-radius: 0;
    background-color: var(--primary);
    position: relative;
    box-shadow: -140px -117px 19px -141px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.7);
}

.layer-1 {
    width: 9%;
    display: block;
    height: 99%;
    background-color: var(--secondary);
    position: absolute;
    top: 1px;
    transform: rotate(-3deg);
    z-index: -1;
}

.layer-2 {
    display: block;
    width: 95%;
    height: 107%;
    position: absolute;
    top: 0;
    background: var(--secondary);
    z-index: -2;
    transform: translate(26px, -13px) rotate(1deg);
}

.layer-3 {
    width: 90%;
    height: 108%;
    display: block;
    position: absolute;
    top: -21px;
    background: var(--primary);
    z-index: -3;
    transform: rotate(-3deg);
    right: 0;
}

.layer-4 {
    width: 102%;
    height: 108%;
    position: absolute;
    top: -26px;
    border: 5px solid var(--accent);
    transform: rotate(1deg);
    z-index: -1;
    left: -4px;
}

a#entry-box_close {
    width: 40px;
    height: 40px;
    display: block;
    line-height: 59px;
    color: #020202;
    border-radius: 50%;
    font-size: 32px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: #fff;
}

a#entry-box_close i {
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.entry-box .form-text-1 h1 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    line-height: 34px;
    margin-bottom: 12px;
}

.entry-box .form-text-1 h1 span.red {
    color: #f78d0e;
    text-transform: uppercase;
}

.col-sm-12.entry-right {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding: 30px 15px;
}

.entry-box .form-text-1 p {
    color: #fff;
    font-size: 29px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}

.entry-box .form-text-1 p strong {
    text-transform: uppercase;
}

.form-text-1 {
    position: relative;
    padding-left: 0;
    margin-bottom: 9px;
    text-align: center;
}

.form-text-1:before {
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: #f7941d;
    border-radius: 100px;
    display: none;
}

.entry-box .form-control {
    min-height: 50px;
    border-radius: 30px;
    background-color: #fff;
    border-color: transparent;
    color: #000;
    font-size: 19px;
    width: 100%;
    display: block;
    padding: 15px 24px;
    border: 1px solid #fff;
}

.entry-box .form-control::placeholder {
    color: #949494;
}

.entry-box button {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
    height: auto;
    border-radius: 30px;
    width: fit-content;
    background: var(--accent);
    padding: 0.5rem 2rem;
    display: flex;
    margin: auto;
    border: 1px solid var(--secondary);
}

.entry-box button:hover {
    color: var(--accent);
    background: var(--secondary);
}

.form-root-counter li {
    width: auto !important;
}

.entry-box ul li i {
    color: #eb0000;
}

.form-group {
    margin-bottom: 10px;
}

.btn-default {
    transition: all 0.2s linear;
}

.btn-default {
    background: #eaeaf1;
}

.form-text-1 > h3 {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 500;
    margin: 1rem 0;
}

/* Popup Form */
.slider-form p {
    font-size: 11px;
    margin: 10px 0 0;
}

.entry-box p {
    font-size: 11px;
    margin: 0 0 10px;
}

.contactSection form p {
    font-size: 12px;
    margin: 0;
}

.bannerForm .formWrap p.minText {
    font-size: 11px;
    color: var(--white);
    line-height: normal;
    margin: 10px 0;
}

.sticky__form-inner form p {
    font-size: 11px;
}


.checkbox.field label {
    padding-top: 10px;
    color: white;
    text-align: left;
    font-size: 12px;
}
.checkbox.field label a {
    color: white;
    text-decoration: underline !important;
}
.checkbox.field label input {
    width: auto;
}
.HelpSection .checkbox.field label a {
    color: black;
}
.HelpSection .checkbox.field label {
    color: black;
}
#coverform button.btn.btn-primary:hover {
    transform: translateY(-5px);
    background: var(--secondary);
    border-color: var(--secondary);
}
#coverform button.btn.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    padding: 0.9rem;
    border-radius: 2rem;
    transition: 0.4s;
}
.main-privacy {
    padding: 50px 0;
}
.main-privacy p, .main-privacy li {
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 30px;
    color: #767984;
}


.sec-thanks {
    min-height: 100vh;
    align-content: center;
}
.sec-thanks .desc {
    text-align: center;
}
.sec-thanks .desc .logo {
    height: 100px;
    object-fit: contain;
    object-position: center;
    margin-bottom: 20px;
}
.sec-thanks .desc h1 {
    text-transform: capitalize;
    font-size: clamp(24px,8vw,70px);
    color: #000;
    margin-bottom: 20px;
}
.sec-thanks .desc h6 {
    text-transform: capitalize;
    font-size: clamp(16px,2vw,40px);
    margin-bottom: 20px;
}

.sec-thanks .desc .main-btn {
        background: var(--primary);
    color: var(--white);
    font-size: 1rem;
    text-transform: uppercase;
    display: inline-block;
    padding: 16px 60px 16px 30px;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    transition: 0.3s;
    overflow: hidden;
    border: 1px solid transparent;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}
.sec-thanks .desc .main-btn svg {
        width: 35px;
    background: var(--secondary);
    height: 35px;
    color: #fff;
    font-size: 0.875rem;
    padding: 8px;
    border-radius: 100%;
    transform: rotate(-45deg);
    position: absolute;
    right: 10px;
    top: 9px;
    transition: 0.3s;
}