@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&amp;display=swap");

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    transition: all 0.5s;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.fancybox-slide--image {
    padding: 0 !important;
}

:root {
    --black-color: #000;
    --span-color: #e00030;
    --fontsize46: 2.875rem;
    --white-color: #fff;
    --fontsize14: 0.875rem;
    --button-color: #23222b;
    --fontsize20: 1.25rem;
    --fontsize30: 1.875rem;
    --fontsisze22: 1.375rem;
    --button-hover: #222730;
    --fontsize-18: 1.125rem;
    --fontsize28: 1.75rem;
    --fonsize30: 1.875rem;
    --fontsize26: 1.625rem;
    --fontsize38: 2.375rem;
}

:is(ul, li) {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

:is(h1, h2, h3) {
    font-size: var(--fontsize46);
    font-weight: 800;
    color: var(--black-color);
}

:is(h1, h2, h3, h4, h5, h6, ) span {
    color: #e00030;
}

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

button:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

button {
    border: 0;
    outline: 0;
}

section {
    position: relative;
    padding: 5rem 0;
}

.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* * * * * * * * *
CUBIC BUTTON
* * * * * * * * */
#cubic {
    position: relative;
    overflow: hidden;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    -o-perspective: 300px;
    perspective: 280px;
}

#cubic span {
    display: inline-block;
    text-align: center;
    background: var(--white-color);
    color: var(--button-color);
    font-weight: 600;
    border: 0;
    font-size: 1rem;
    top: 0;
    padding: 10.5px 10px;
    border-radius: 10px;
    transition: 0.4s all ease;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#cubic:hover span {
    background: #555;
    -webkit-transform: translate3d(0px, 0px, -60px) rotateX(90deg);
    -moz-transform: translate3d(0px, 0px, -60px) rotateX(90deg);
    -ms-transform: translate3d(0px, 0px, -60px) rotateX(90deg);
    -o-transform: translate3d(0px, 0px, -60px) rotateX(90deg);
    transform: translate3d(0px, 0px, -60px) rotateX(90deg);
}

#cubic span:after {
    content: attr(title);
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: 0.3s all ease;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translate3d(0px, 100%, 0) rotateX(-90deg);
    -moz-transform: translate3d(0px, 100%, 0) rotateX(-90deg);
    -ms-transform: translate3d(0px, 100%, 0) rotateX(-90deg);
    -o-transform: translate3d(0px, 100%, 0) rotateX(-90deg);
    transform: translate3d(0px, 100%, 0) rotateX(-90deg);
}

#cubic:hover span:after {
    background: var(--button-hover);
    color: var(--white-color);
    padding: 10.5px 10px;
    border-radius: 10px;
}

/* header-sec */
.header_bottom {
    position: absolute;
    z-index: 4;
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid hsl(0deg 0% 100% / 10%);
}

.header .navbar-collapse {
    justify-content: flex-end;
}

.header .navbar-light .navbar-nav .nav-link {
    color: var(--white-color);
    transition: all 200ms linear;
    font-size: var(--fontsize14);
}

.header .nav-item .nav-link.active {
    color: #e00030;
}

.header .nav-item {
    position: relative;
    transition: all 200ms linear;
}

.header .nav-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #e00030;
    opacity: 0;
    transition: all 200ms linear;
}

.header .nav-item:hover:after {
    bottom: -7px;
    opacity: 1;
}

.header .dropdown-item {
    padding: 10px 15px;
    color: var(--black-color);
    transition: all 200ms linear;
    border-bottom: 1px solid var(--button-hover);
}

.header .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    transition: all 200ms linear;
}

.header .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.header .navbar {
    padding: 0;
}

.header .navbar-nav {
    align-items: center;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 10px;
    font-weight: 500;
}

:where(.dropdown)::after {
    display: none;
}

.header .dropdown-item:active,
.dropdown-item:hover {
    background-color: #e00030;
    color: var(--white-color);
}

.banner-heading #cubic span {
    padding: 0.6rem 1.5rem;
}

.dropdown-menu .dropdown-item:last-child {
    border: 0;
}

.services-pages-logo {
    display: none;
}

/* end-header-sec */
/* main-banner-sec */
.main-banner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0000007a;
    width: 100%;
    height: 100%;
}

.main-banner {
    margin: 0;
    display: flex;
    position: relative;
    align-items: center;
    height: 100vh;
    padding: 0;
}

:is(.banner-heading :is(h1, p)) {
    color: var(--white-color);
}

.banner-contnet {
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.bg-color {
    background-image: -moz-linear-gradient(-180deg,
            rgba(63, 126, 255, 0) 0%,
            rgb(63, 126, 255) 52%,
            rgba(63, 126, 255, 0) 100%);
    background-image: -ms-linear-gradient(-180deg,
            rgba(63, 126, 255, 0) 0%,
            rgb(63, 126, 255) 52%,
            rgba(63, 126, 255, 0) 100%);
    padding: 0.5rem 3rem;
    display: inline-block;
    color: var(--white-color);
    background-image: linear-gradient(45deg, #804297ed, #d050ff61);
    font-size: var(--fontsize20);
    margin: 1rem 0;
    font-weight: 600;
}

/* end main-banner-sec */
/* counter-sec */
.number-sec {
    background-color: var(--button-color);
    padding: 3rem 0;
    margin: 0;
}

.counter-ul li {
    display: flex;
    align-items: center;
    position: relative;
}

.counter-ul h4 {
    color: var(--white-color);
    font-size: var(--fontsize30);
    font-weight: 700;
    margin-bottom: 0;
}

.counter-ul p {
    margin-bottom: 0;
    color: var(--white-color);
}

.counter-content {
    margin-left: 1rem;
    font-size: var(--fontsize14);
}

.counter-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.counter-ul li::after {
    position: absolute;
    content: "";
    right: -2.5rem;
    top: -1.5rem;
    bottom: 0;
    height: 6.9rem;
    width: 2px;
    background-image: -moz-linear-gradient(90deg,
            rgb(0, 0, 0) 0%,
            rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg,
            rgb(0, 0, 0) 0%,
            rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg,
            rgb(0, 0, 0) 0%,
            rgb(255, 255, 255) 100%);
    opacity: 0.102;
}

.counter-ul li:last-child:after {
    display: none;
}

.counter-ul li img {
    -webkit-transition: 0.9s ease-out;
    float: left;
    -moz-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}

.counter-ul li:hover img {
    -webkit-transform: rotateZ(720deg) scale(1.3);
    -moz-transform: rotateZ(720deg) scale(1.3);
    transform: rotateZ(720deg) scale(1.3);
}

/* end-counter-sec */
/* Facing-Problems */
.problems-sec {
    overflow: hidden;
    padding: 7.5rem 0 5rem;
}

.big-bg-heding {
    position: absolute;
    font-size: 16.408rem;
    left: -9.3rem;
    top: -2rem;
    font-weight: 900;
    color: rgb(0 0 0 / 2%);
}

.sec-heading h3 {
    z-index: 2;
    position: relative;
    text-align: center;
}

:is(.sec-heading) h3 span {
    position: relative;
}

.under-line {
    position: absolute;
    left: -10px;
    bottom: 0;
    right: 0;
    margin: auto;
}

[data-tab-content] {
    display: none;
}

.problems-sec .tabs .active[data-tab-content] .problems-sec .tabs {
    display: block;
}

.problems-sec .tab {
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 15px;
    font-size: var(--fontsisze22);
    font-weight: 500;
    background-color: #efe9e9;
    width: clamp(200px, 45vw, 90%);
    height: 87px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.problems-images img {
    width: clamp(200px, 50vw, 100%);
}

:is(.problems-sec :is(.tab.active, .tab:hover)) {
    background-color: var(--button-hover);
    color: var(--white-color);
}

:is(.tab) img {
    transition: transform 0.2s;
}

:is(.tab:hover) img {
    transform: scale(1.2);
}

.tabs img {
    margin-right: 2rem;
}

:is(.problems-sec :is(.tab.active, .tab:hover)) img {
    filter: brightness(0) invert(1);
}

.problems-sec .tab-content {
    position: absolute;
    right: 0;
    bottom: 6rem;
}

.problems-sec::after {
    position: absolute;
    content: "";
    bottom: -14rem;
    right: -4rem;
    background-color: #e00030;
    width: clamp(500px, 100%, 500px);
    height: clamp(500px, 100%, 500px);
    z-index: -1;
    border-radius: 50%;
}

.problems-images {
    position: relative;
}

.problems-images::before {
    content: "";
    position: absolute;
    background: url(../images/tabs-img-bg.png) no-repeat left top;
    left: 1rem;
    top: -4rem;
    width: clamp(196px, 100%, 196px);
    height: clamp(194px, 100%, 194px);
    z-index: -1;
}

/* end-Facing-Problems */
/* Clients-Love*/
:is(.clinet-lovel-sec,
    .choose-us-sec,
    .det-packages,
    .services-page-portfolio,
    .under-roof-sec,
    .combo-package-sec,
    .get-complimentary,
    .quick-facts-sec,
    .reveiw-sec,
    .footer-main) {
    background-color: #f3f3f4;
}

.map-image {
    position: relative;
}

.test-big-heading {
    left: 3rem;
}

:is(.map-icons :is(.first-icon, .scound-icon, .third-icon, .four-icon, .five-icon)) {
    transition: transform 0.2s;
    position: absolute;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

:is(.map-icons :is(.first-icon, .scound-icon, .third-icon, .four-icon, .five-icon)):hover {
    transform: scale(1.2);
}

.first-icon {
    top: 17rem;
    left: 15.5rem;
    z-index: 2;
}

.scound-icon {
    left: 0;
    top: 13rem;
    bottom: 0;
    margin: auto;
    right: 21rem;
    z-index: 1;
}

.third-icon {
    top: 20rem;
    right: 18.5rem;
    z-index: 2;
}

.four-icon {
    top: 14rem;
    left: 29.5rem;
}

.five-icon {
    bottom: 18rem;
    right: 27.5rem;
}

:has(.first-icon:hover) .first-testimonials {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

:has(.scound-icon:hover) .second-testimonials {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

:has(.third-icon:hover) .third-testimonials {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

:has(.four-icon:hover) .four-testimonials {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

:has(.five-icon:hover) .five-testimonials {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

:is(.first-testimonials,
    .second-testimonials,
    .third-testimonials,
    .four-testimonials,
    .five-testimonials) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

:is(.first-testimonials,
    .second-testimonials,
    .third-testimonials,
    .four-testimonials,
    .five-testimonials) {
    box-shadow: 0 0 30px -11px;
    position: absolute;
    width: 405px;
    height: auto;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 1rem;
}

.first-testimonials {
    top: 3rem;
    left: 16.5rem;
}

.second-testimonials {
    top: 15.5rem;
    left: 25.5rem;
}

.third-testimonials {
    top: 6rem;
    right: -6rem;
}

.four-testimonials {
    top: -4.5rem;
    left: 30.5rem;
}

.five-testimonials {
    bottom: 21rem;
    right: 2.5rem;
    z-index: 1;
}

.top-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-image {
    display: flex;
    align-items: center;
}

:is(.text-image :is(h4, span)) {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 700;
}

.testi-p {
    padding: 1rem 14px 1rem 1.8rem;
    margin-bottom: 0;
    font-size: 13px;
}

.qoutes-left {
    position: absolute;
    left: 8px;
}

/* Clients-Love*/
/* portfolio-sec */
.portfolio-big-heading {
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15.408rem;
    z-index: -1;
}

.port-tabs {
    padding: 15px 0;
    justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-image: linear-gradient(45deg, #71499a, #24939f);
}

.nav-pills .nav-link {
    color: var(--black-color);
    border-radius: 10px;
}

.port-img {
    margin: 0 0 5px 10px;
    display: inline-block;
    overflow: hidden;
}

.port-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    transition: 0.55s;
}

.port-img .portfolio-icon {
    position: absolute;
    bottom: -20px;
    right: 20px;
    transition: 0.35s;
    font-size: 29px;
    line-height: 1;
    background: #fff;
    color: #000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.port-img .portfolio-icon,
.port-img:after {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.port-img:hover:after {
    visibility: visible;
    opacity: 1;
}

.port-img:hover .portfolio-icon {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    z-index: 1;
}

.port-img img {
    transition: 0.5s ease-in-out;
}

.port-img:hover img {
    transform: scale(1.2);
}

.port-img {
    position: relative;
}

.port-btn {
    text-align: center;
    margin-top: 40px;
}

/* .col:last-child,
.port-tab-content.tab-content .tab-pane .row .col:last-child {
    flex: 0 0 15.73%;
} */
.portfolio-sec .container-fluid {
    padding: 0 50px;
}

/* portfolio-sec */
/* choose-us-sec */
.choose-big-heading {
    font-size: 12.408rem;
    left: -5.3rem;
}

.sec-heading p span {
    color: #e00030;
}

:is(.choose-get, .botarea-pack :is(#cubic)) span {
    padding: 13px 25px;
    background-color: var(--button-hover);
    color: var(--white-color);
}

:has(.choose-get) .btn {
    padding: 0;
}

.choose-content p {
    color: #1d1d1d;
    margin-bottom: 2rem;
    padding-right: 6%;
}

.box-bg {
    background-color: var(--white-color);
    padding: 1.5rem;
    text-align: center;
    border-radius: 20px;
    transition-timing-function: ease-in-out;
}

:is(.box-bg, .industries-box) label,
h5 {
    margin-top: 1rem;
    font-weight: 600;
    font-size: var(--fontsize-18);
}

.expertise-ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px;
}

:is(.box-bg:hover, .industries-box:hover) img {
    filter: brightness(0) invert(1);
}

:is(.box-bg:hover) {
    background-color: #e00030;
    margin-top: -1rem;
    transition-duration: 0.3s;
}

:is(.box-bg:hover, .industries-box:hover :is(label, h5)) {
    color: var(--white-color);
}

/* choose-us-sec */
/* industries-sec */
.industries-ul {
    margin-top: 3rem;
}

.industries-big-heading {
    font-size: 11.408rem;
    left: -0.3rem;
}

.industries-box {
    text-align: center;
    border: 1px solid #dde2ee;
    padding: 2rem;
    border-radius: 18px;
}

:is(.industries-sec, .det-packages) .owl-theme .owl-nav {
    display: flex;
    position: absolute;
    align-items: center;
    width: 100%;
    top: 0;
    bottom: 0;
    justify-content: space-between;
}

:has(.industries-sec, .det-packages) .owl-prev {
    margin-left: -5rem !important;
}

:has(.industries-sec, .det-packages) .owl-next {
    margin-right: -5rem !important;
}

:is(.industries-sec, .det-packages) .owl-theme .owl-nav [class*="owl-"] {
    background: #e00030;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}

:is(.industries-sec, .det-packages) .owl-theme .owl-nav .disabled {
    background: #ebf2ff;
    opacity: 1;
    color: #e00030;
}

:has(.industries-sec, .det-packages) .owl-stage-outer {
    z-index: 1;
}

.industries-box:hover {
    background-color: #e00030;
}

/* industries-sec */
/* packages */
.det-packages .boxpackages {
    background-image: -moz-linear-gradient(90deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%);
    border: 2px solid #dedfe0;
    border-radius: 20px;
}

:has(.det-packages) .packheads h3 {
    font-size: var(--fontsize28);
    margin: 1.5rem 0;
}

.packtitles {
    background-color: var(--button-hover);
}

.packtitles h4 {
    font-size: 3.625rem;
    color: var(--white-color);
    font-weight: 800;
    margin: 0;
}

.packtitles sup {
    font-size: 1.813rem;
    font-weight: 500;
    top: -0.8em;
}

.packdetails .bets_seller_list ul li {
    padding-bottom: 7px;
    font-size: var(--fontsize14);
    color: #1b1b1b;
    padding-right: 0;
}

.packdetails .bets_seller_list ul {
    display: block;
    width: 100%;
    margin: 0;
}

.bets_seller_list span {
    line-height: 2rem;
}

.botarea-pack {
    text-align: center;
}

.header-contact-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 0;
    margin: 1rem 0;
}

.packdetails {
    padding: 1.5rem;
}

.pricing-inner-pg .main-heading h2 span {
    color: var(--white-color);
}

.header-contact-detail span {
    color: var(--black-color);
}

.order-btn#cubic span {
    padding: 13px 40px;
}

.packages-under-line {
    margin: 2rem 0 1rem !important;
}

.packdetails .bets_seller_list ul li::before,
.pages-link-ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    display: inline-block;
    color: #e00030;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
}

.packheads {
    text-align: center;
}

.boxpackages:hover {
    border-color: #47b6c0;
}

.boxpackages:hover .packtitles {
    background-image: linear-gradient(45deg, #e00030, #24939f);
}

.boxpackages:hover .order-btn#cubic span {
    background-color: #e00030;
}

.boxpackages:hover .slimScrollBar {
    background: #e00030 !important;
}

:is(.packages-tabs :is(a.active, .nav-tabs .nav-link:hover)) {
    color: var(--white-color);
    background-image: linear-gradient(45deg, #e00030, #24939f);
}

.packages-tabs .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.packages-tabs .nav-link {
    color: var(--black-color);
    border-radius: 10px;
    padding: 0.5rem 2rem;
}

/* packages */
/* accordion */
.questions-big {
    font-size: 8rem;
}

.accordion>.card {
    border: 0;
}

.card-header {
    border: 0;
    background-color: transparent;
}

#main #faq .card .card-header {
    border: 0;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    border-radius: 27px;
    text-align: left;
    background: #f9f8f8;
    color: var(--black-color);
    margin: 0.7rem 0px;
    padding: 14px 29px;
}

#main #faq .card {
    border: 0;
}

#main .accordion {
    margin: 2rem 0;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    background-color: #e00030;
    font-size: var(--fontsize20);
    border-radius: 50%;
    width: 30px;
    display: flex;
    height: 30px;
    color: var(--black-color);
    align-items: center;
    justify-content: center;
}

.collapsed::after {
    color: var(--white-color) !important;
}

#main #faq .card-body {
    padding: 0rem 10rem 0 2rem;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
}

/* accordion */
/* lets-talk-sec */
.lets-talk-sec {
    background: var(--white-color) url(../images/lets-talk-bg.png) top center/cover no-repeat;
}

:is(.lets-talk-sec) h3 {
    color: var(--white-color);
    font-size: 3.5rem;
    text-align: left;
}

:is(.lets-talk-sec) p {
    color: var(--white-color);
    margin: 1.5rem 0;
}

:is(.lets-talk-sec) #cubic span {
    color: var(--white-color);
    padding: 13px 40px;
    background-image: linear-gradient(45deg, #7f3e94, #24939f);
}

.contact-form {
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    padding: 2rem 2.5rem;
    border-radius: 20px;
    z-index: 999;
    position: relative;
}

.contact-form h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--black-color);
    line-height: 1;
    margin-bottom: 20px;
}

.contact-form form label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
}

.contact-form form input {
    border: inherit;
    border-bottom: 1px solid #d9d6d8;
    width: 100%;
    font-size: 14px;
    color: #9e9e9e;
    height: 40px;
    margin-bottom: 15px;
    padding: 0;
}

.contact-form form input::placeholder {
    color: #b0afb0;
}

.contact-btn {
    display: contents;
}

:has(#cubic) .contact-btn span {
    background-color: var(--button-hover);
    width: 100%;
    padding: 15.5px 10px;
    color: var(--white-color);
}

/* lets-talk-sec */
/* footer-sec */
.footer-main {
    padding: 3rem 0 2rem;
}

.copyrights p {
    margin-bottom: 0;
}

.banner_step_form h5 {
    font-weight: 500;
    font-size: 0.938rem;
    margin-bottom: 2rem;
}

.social-media {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.social-media li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e00030;
    width: 32px;
    height: 32px;
    border: 1px solid #e00030;
    margin-right: 0.5rem;
    border-radius: 50%;
}

.social-media li:hover {
    background-color: #e00030;
    color: var(--white-color);
}

.social-media li:hover i {
    color: var(--white-color);
}

.social-media li i {
    font-size: var(--fontsize14);
}

.form-control:focus {
    box-shadow: none;
}

.footer-input .banner_form_btn {
    background-image: -moz-linear-gradient(140deg,
            rgb(58, 122, 252) 0%,
            rgb(63, 126, 255) 100%);
    background-image: -webkit-linear-gradient(140deg,
            rgb(58, 122, 252) 0%,
            rgb(63, 126, 255) 100%);
    background-image: -ms-linear-gradient(140deg,
            rgb(58, 122, 252) 0%,
            rgb(63, 126, 255) 100%);
    width: 88px;
    height: 45px;
    color: var(--white-color);
    border-radius: 8px;
    margin-right: 10px;
}

:is(.pages-link-ul, .info-details :is(a, p)) {
    color: #1b1b1b;
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.pages-link-ul li {
    margin-bottom: 0.5rem;
}

.marigin-top-ul {
    margin-top: 2.3rem;
    margin-left: 2rem;
}

.pages-link-heading {
    font-size: var(--fontsisze22);
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.banner_step_form .tab {
    display: none;
    width: 100%;
}

.form_btn_wrap {
    position: absolute;
    right: 0;
}

.banner_step_form .tab input {
    width: 100%;
    border: 0;
    background: white;
    padding: 23px 20px;
    border-radius: 6px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.banner_step_form {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 6px;
    height: 48px;
    margin-top: 25px;
}

.form_btn_wrap button {
    border-radius: 8px;
    background-image: -moz-linear-gradient(140deg,
            rgb(58, 122, 252) 0%,
            rgb(63, 126, 255) 100%);
    background-image: linear-gradient(45deg, #e00030, #227781);
    background-image: -ms-linear-gradient(140deg,
            rgb(58, 122, 252) 0%,
            rgb(63, 126, 255) 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    height: 45px;
    font-weight: 500;
    width: 100px;
    border-radius: 6px;
    margin-right: 0px;
}

.banner_step_form .tab input::placeholder {
    color: var(--black-color);
}

.copyrights {
    text-align: center;
}

.copyrights a {
    color: var(--black-color);
    font-weight: 600;
    text-transform: capitalize;
}

.copyrights p span {
    color: #2abfcf;
    font-weight: 600;
}

/* footer-sec */
/* popup-form */
.popup-main-wrap {
    padding: 3rem;
    background-color: var(--black-color);
    border: 5px solid #b31d60;
    border-radius: 15px;
}

:is(.form-left-art) h3 {
    font-size: var(--fonsize30);
    color: var(--white-color);
    font-weight: 400;
    margin: 1rem 0;
}

.form-left-art h2 {
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 40px;
}

.form-left-art h4,
.form-left-art sup {
    color: #000000;
}

.form-left-art sup {
    font-weight: 700;
    font-size: 16px;
    vertical-align: super;
    position: absolute;
    left: 60px;
    top: 27px;
}

.form-left-art h4 {
    font-size: 7.438rem;
    margin-bottom: 0;
    background-color: var(--white-color);
    margin-left: -40px;
    position: relative;
    padding: 0 106px;
    line-height: 125px;
    max-width: 470px;
    color: #27242c;
    font-weight: 800;
}

.form-right-art h3 {
    color: var(--white-color);
    font-size: var(--fontsize26);
    font-weight: 400;
    margin-bottom: 0;
}

.form-right-art h2 {
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--white-color);
    margin-bottom: 1.5rem;
}

.form-right-art {
    margin-top: 2rem;
}

:is(.ftr-frm button, .ftr-frm input) {
    border-radius: 50rem;
    padding: 10px 31px;
    margin-bottom: 1.5rem;
    height: 48px;
}

.ftr-frm button {
    font-weight: 500;
    font-size: var(--fontsisze22);
    background-color: #b31d60;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.entry-box1 {
    max-width: 900px;
    margin: 0 auto;
    max-height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    overflow: unset !important;
    display: none;
}

.form-left-art h4::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 100%;
    background-color: var(--white-color);
    clip-path: polygon(100% 48%, 0 0, 0 103%);
    top: -1px;
    right: -44px;
}

.form-left-art {
    padding: 20px 65px 20px 40px;
    border-radius: 15px;
    margin-left: -125px;
    background-image: linear-gradient(45deg, #7f3e94, #823d99);
    background-image: linear-gradient(45deg, #27242c, #27242c);
}

.btnstyles-nn a i,
.toptabs1 li {
    margin: 0 5px;
}

.sup2 {
    right: 1rem !important;
    top: 46px !important;
    left: auto !important;
}

.candy,
.ipad,
.paper,
.pencil {
    z-index: 2;
}

.cross {
    position: absolute;
    color: #fff;
    right: -44px;
    top: -47px;
    padding: 0 !important;
    background-color: #b31d60 !important;
    border-radius: 50%;
    opacity: 1;
    font-weight: 400;
    font-size: 32px;
    width: 40px;
    height: 40px;
    text-shadow: none;
    line-height: 42px;
    float: none;
}

/* popup-form */
/* website-page */
.variety-big {
    font-size: 13.408rem;
    left: 0.7rem;
}

.under-tabs-images img {
    width: clamp(40%, 60vw, 100%);
}

.under-roof-sec .row {
    position: relative;
}

.under-tabs-content h3 {
    color: #e00030;
    font-size: var(--fontsize38);
    margin-bottom: 1rem;
    position: relative;
}

.under-tabs-content h3::before {
    content: "";
    position: absolute;
    left: -3rem;
    background-color: #e00030;
    height: 1px;
    width: 36px;
    margin: auto;
    bottom: 0;
    top: 0;
}

.under-tabs-content p {
    color: var(--white-color);
    padding-right: 15%;
    font-size: var(--fontsize20);
    font-weight: 400;
    line-height: 1.5;
}

.under-tabs-content {
    position: absolute;
    top: 15.5rem;
    left: 15rem;
}

.tabs-area {
    position: absolute;
    left: 0;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    box-shadow: -15.686px 16.821px 54px 0px rgba(0, 0, 0, 0.11);
    display: table;
    padding: 1rem 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tabs-area-ul li {
    padding: 0.5rem 0;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    color: #585858;
    border-bottom: 1px solid #e6e6e6;
}

.tabs-area-ul .tab.active {
    color: #e00030;
    font-weight: 800;
}

.tabs-area-ul li:last-child {
    border: 0;
}

.services-page-testi {
    background-color: transparent;
}

.services-page-testi-big {
    font-size: 15.408rem;
    left: -8.3rem;
}

.services-page-banner {
    position: relative;
    height: 100%;
    padding: 9rem 0 3rem;
    overflow: hidden;
}

.services-page-banner::after {
    content: "";
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    width: 669px;
    height: 672px;
    background: url(../images/services-pages-banner.png) top right/cover no-repeat;
}

.services-pages-btn #cubic:first-child span {
    color: var(--white-color);
    padding: 0.8rem 2.5rem;
    border-radius: 8px;
    background-image: linear-gradient(45deg, #7f3e94, #24939f);
}

.services-pages-btn #cubic:last-child span {
    background-color: transparent;
    color: var(--button-hover);
    padding: 0.7rem 2rem;
    border-radius: 8px;
    border: 1px solid var(--button-hover);
}

:is(.services-page-banner) .contact-form {
    padding: 1.5rem;
    margin-left: 2rem;
}

.top-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.top-heading span {
    font-size: 1.25rem;
    font-weight: 500;
}

.top-heading h4 {
    font-size: 2.25rem;
    font-weight: 800;
}

.top-heading img {
    margin-top: -2.28rem;
}

:has(.services-page-banner) .contact-form span {
    color: var(--white-color) !important;
}

.services-page-testi .first-testimonials {
    top: 2rem;
}

.services-page-testi .four-testimonials {
    top: -2.5rem;
}

.services-page-testi .second-testimonials {
    top: 12rem;
}

.services-page-testi .third-testimonials {
    top: 5rem;
    right: -6.5rem;
}

.services-box {
    position: relative;
    background-color: rgb(243, 243, 244);
    border-radius: 18px;
    width: 215px;
    height: 215px;
    padding: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.services-box::after {
    transition: 0.4s;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/services-after.png) center/cover no-repeat;
    width: 37px;
    height: 73px;
}

.services-box:hover::after {
    visibility: visible;
    right: -2.4rem;
}

.services-box img {
    transition: all 1s;
}

.services-box:hover img {
    transition: all 1s;
    -webkit-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
}

.services-box label {
    font-size: 7.304rem;
    color: rgb(63 126 255 /3%);
    font-weight: 800;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0.8;
}

.services-box h6 {
    color: var(--black-color);
    font-size: 0.913rem;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
}

.services-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.5rem;
}

.services-ul .services-box:last-child::after {
    display: none;
}

.services-page-portfolio .portfolio-big-heading {
    z-index: 1;
}

.process-slider {
    padding-top: 60px;
}

.process-wrapper h4 span {
    font-size: 5.875rem;
    color: rgb(63 126 255 /3%);
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
    text-shadow: 0 1px 13px rgb(63 126 255 /3%);
    transition: 0.5s ease-in-out;
}

.process-wrapper h4 {
    font-size: 17px;
    position: relative;
    text-align: center;
    z-index: 1;
    font-weight: 700;
}

.process-wrapper p {
    font-size: 14px;
    padding-top: 40px;
    color: #8f8f8f;
}

.process-wrapper:hover h4 span {
    transform: rotateX(180deg) translate(-50%);
    color: var();
    -webkit-text-stroke: none;
}

.process-wrapper:hover h4 {
    color: var(--button-hover);
    -webkit-text-stroke: 0.4px #fff;
    -webkit-text-fill-color: #e00030;
}

.combo-contnet-area h3 {
    font-size: var(--fontsisze22);
    margin-bottom: 1rem;
}

.combo-ul li {
    font-size: var(--fontsize14);
    color: #424242;
    padding-bottom: 0.3rem;
}

.combo-big {
    font-size: 10.408rem;
    left: -0.3rem;
}

.colmns-two ul {
    columns: 2;
}

.combo-contnet-area {
    margin-top: 3rem;
}

.call-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 1rem;
    margin-left: -7rem;
}

.call-div {
    text-align: center;
    border: 1px solid #e00030;
    border-radius: 12px;
    width: 270px;
    height: 201px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.call-div h5 {
    font-size: var(--fontsisze22);
    color: var(--black-color);
    margin-bottom: 0;
}

.call-div a {
    font-size: var(--fontsize-18);
    color: var(--black-color);
}

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

.prize-area h6 {
    color: #e92734;
    margin-top: 0.4rem;
    font-weight: 700;
    font-size: var(--fontsisze22);
}

:is(.prize-area) h5 {
    font-weight: 800;
    font-size: var(--fontsize46);
    margin: 0.5rem 0;
}

:is(.prize-area, .ready-avanza) #cubic span {
    color: var(--white-color);
    padding: 1rem 3rem;
    background-image: linear-gradient(45deg, #7f3e94, #24939f);
}

.prize-area p {
    color: var(--black-color);
    font-weight: 500;
    margin-top: 0.5rem;
}

.get-complimentary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/get-bg.png) left center/cover no-repeat;
    width: 33%;
    height: 100%;
    z-index: 0;
}

.complimentary-heading h3 {
    text-align: left;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.get-complimentary {
    padding: 7rem 0;
}

.digital-page .under-tabs-content {
    left: 20rem;
}

.about-us {
    background: url(../images/about-us-banner.png) center/cover no-repeat;
}

.inner-pages {
    text-align: center;
    color: var(--white-color);
}

.inner-pages h3 {
    color: var(--white-color);
    text-transform: capitalize;
}

.inner-pages {
    padding: 9rem 0 3rem;
}

.award-winning-sec {
    padding: 10rem 0;
}

.award-winning-sec h3 {
    text-align: left;
    margin-bottom: 1rem;
}

.award-winning-sec p {
    padding-right: 10%;
}

.winning-img2 {
    position: absolute;
    top: 5rem;
    right: -2rem;
}

.quick-number {
    width: 200px;
    height: 166px;
}

.quick-number:hover * {
    color: var(--white-color);
}

.quick-number h4 {
    font-size: var(--fontsize38);
    color: #e00030;
    font-weight: 700;
    position: relative;
}

.quick-number h4::after {
    content: "";
    bottom: -2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-image: -moz-linear-gradient(-180deg,
            rgba(63, 126, 255, 0) 0%,
            rgb(63, 126, 255) 48%,
            rgba(63, 126, 255, 0) 100%);
    background-image: -webkit-linear-gradient(-180deg,
            rgba(63, 126, 255, 0) 0%,
            rgb(63, 126, 255) 48%,
            rgba(63, 126, 255, 0) 100%);
    background-image: -ms-linear-gradient(-180deg,
            rgba(63, 126, 255, 0) 0%,
            rgb(63, 126, 255) 48%,
            rgba(63, 126, 255, 0) 100%);
    width: 18px;
    height: 1px;
}

.quick-number p {
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--black-color);
}

.quick-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reveiw-banner {
    background: url(../images/review-banner.png) center/cover no-repeat;
}

:has(.reveiw-page) :is(.first-testimonials,
    .second-testimonials,
    .third-testimonials,
    .four-testimonials,
    .five-testimonials) {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 1;
    box-shadow: none;
    margin: auto;
    width: 100%;
    height: 100%;
}

.reveiw-page .text-image {
    display: inline-flex;
}

:is(.text-image :is(h4, span)) {
    display: flex;
    align-items: center;
}

.reveiw-page {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 12px;
}

.contact-us-banner {
    background: url(../images/contact-us-banner.png) center/cover no-repeat;
}

.contact-image {
    position: absolute;
    top: -23px;
}

.industry-heading h2 {
    color: var(--black-color);
    font-size: var(--fontsize46);
    text-align: center;
    font-weight: 900;
}

.industry-heading h2 span {
    color: #112846cc;
    font-weight: 900;
}

.inner-pg-portfolio,
.point-wrap {
    padding-top: 40px;
}

.sprite {
    background-image: url(../images/industrie-icons.html);
    display: block;
    mix-blend-mode: multiply;
}

.sprite-01 {
    width: 33px;
    height: 41px;
    background-position: -5px -5px;
}

.sprite-02 {
    width: 37px;
    height: 23px;
    background-position: -48px -5px;
}

.sprite-03 {
    width: 35px;
    height: 32px;
    background-position: -95px -5px;
}

.sprite-04 {
    width: 32px;
    height: 39px;
    background-position: -140px -5px;
}

.sprite-05 {
    width: 33px;
    height: 42px;
    background-position: -182px -5px;
}

.sprite-06 {
    width: 44px;
    height: 47px;
    background-position: -5px -57px;
}

.sprite-07 {
    width: 45px;
    height: 41px;
    background-position: -59px -57px;
}

.sprite-08 {
    width: 41px;
    height: 38px;
    background-position: -114px -57px;
}

.sprite-09 {
    width: 44px;
    height: 44px;
    background-position: -165px -57px;
}

.sprite-10 {
    width: 43px;
    height: 43px;
    background-position: -59px -111px;
}

.sprite-11 {
    width: 41px;
    height: 45px;
    background-position: -112px -111px;
}

.sprite-12 {
    width: 39px;
    height: 39px;
    background-position: -163px -111px;
}

.sprite-13 {
    width: 38px;
    height: 36px;
    background-position: -212px -111px;
}

.sprite-14 {
    width: 39px;
    height: 43px;
    background-position: -5px -157px;
}

.sprite-15 {
    width: 39px;
    height: 40px;
    background-position: -212px -157px;
}

.sprite-16 {
    width: 33px;
    height: 40px;
    background-position: -219px -57px;
}

.sprite-17 {
    width: 36px;
    height: 37px;
    background-position: -54px -207px;
}

.sprite-18 {
    width: 31px;
    height: 36px;
    background-position: -225px -5px;
}

.sprite-19 {
    width: 34px;
    height: 38px;
    background-position: -100px -207px;
}

.sprite-20 {
    width: 30px;
    height: 35px;
    background-position: -144px -207px;
}

.sprite-21 {
    width: 32px;
    height: 38px;
    background-position: -184px -207px;
}

.sprite-22 {
    width: 36px;
    height: 41px;
    background-position: -266px -5px;
}

.sprite-23 {
    width: 41px;
    height: 45px;
    background-position: -261px -107px;
}

.sprite-24 {
    width: 34px;
    height: 45px;
    background-position: -261px -162px;
}

.sprite-25 {
    width: 37px;
    height: 37px;
    background-position: -262px -56px;
}

.sprite-26 {
    width: 31px;
    height: 41px;
    background-position: -5px -217px;
}

.sprite-27 {
    width: 32px;
    height: 34px;
    background-position: -163px -162px;
}

.sprite-28 {
    width: 33px;
    height: 32px;
    background-position: -226px -217px;
}

.sprite-29 {
    width: 30px;
    height: 38px;
    background-position: -269px -217px;
}

.sprite-30 {
    width: 36px;
    height: 32px;
    background-position: -46px -259px;
}

.industrie-point li {
    display: flex;
    align-items: center;
    line-height: 70px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.industrie-point li i {
    margin-right: 15px;
}

.show-more {
    text-align: center;
}

.show-more #cubic span {
    margin: 2rem 0;
    padding: 13px 25px;
    background: #e00030;
    color: var(--white-color);
}

.logo-testi .four-testimonials {
    top: -2.5rem;
}

.logo-testi .first-testimonials {
    top: 0;
}

.logo-testi .second-testimonials {
    top: 12.5rem;
    left: 25.5rem;
}

.third-testimonials {
    top: 2rem;
    right: -6rem;
}

.marketing-lovel .first-testimonials {
    top: -3.5rem;
}

.marketing-lovel .second-testimonials {
    top: 12rem;
}

.marketing-lovel .third-testimonials {
    top: 0rem;
}

.marketing-lovel .four-testimonials {
    top: -6.5rem;
}

:is(.logo-animated, .logo-animated-black) {
    max-width: 220px;
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot {
    font-size: 0;
}

.category-tabs-ul {
    display: block !important;
}

.category-tabs-ul li a {
    padding: 2px 15px;
    font-size: var(--fontsize14);
    color: var(--black-color);
    font-weight: 500;
    line-height: 28px;
}

.category-tabs-ul li a.active {
    background-color: #e00030;
    color: var(--white-color);
}

.category-image-box {
    overflow: hidden;
    padding: 5px;
}

.category-image-box img {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.category-image-box a:after {
    content: "";
    background: #00000000;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
}

.category-image-box:hover a:after {
    opacity: 1;
}

.category-image-box span {
    color: var(--white-color);
    padding: 9px 0;
    position: absolute;
    left: 0;
    z-index: 999;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    width: 150px;
    letter-spacing: 1px;
    bottom: 120px;
    transition: .3s linear;
    transition-delay: .4s;
    background: #e00030;
    margin: auto;
    right: 0;
    opacity: 0;
}

.category-image-box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.category-image-box:hover {
    z-index: 1;
}

.category-image-box:hover img {
    -webkit-transform: scale(1.5);
    transform: gr;
    filter: grayscale(100%);
}

.category-image-box:hover span {
    bottom: 140px;
    opacity: 1;
}

/* website-page */


.ftr-frm label {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}


/* Thanks You Page  */

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(45deg, #ba0067, #bf2168);
}

.main-thankyou {
    text-align: center;
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 500;
    font-size: 18px;
}

.main-content .start_live_chat {
    padding: 12px 45px;
    margin-top: 20px;
    display: inline-table;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #bf2168;
    border-radius: 30px;
}

/* Thanks You Page  */

/* 404 Page */

.thankyou_sec {
    padding: 220px 0 150px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.whychousewrp .upr-head {
    background: linear-gradient(43deg, #EAB543 0%, #c78535 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 999;
}


/* 404 Page */

.main-privacy h4 {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-privacy h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.main-privacy p,
.main-privacy li {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.main-privacy h1 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.inner-header {
    position: relative;
    padding: 1rem 0;
    border-bottom: #d8d8d8 1px solid;
    margin-bottom: 1px;
    background-color: #222730 !important;
}

.inner-header .desktop-menu ul li a {
    color: #1a1f2c
}

.inner-header .nav-item:before {
    color: #1a1f2c
}

.inner-header .navicon .nav-toggle {
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%)
}

.form_btn_wrap .btn:hover {
    color: #fff;
    background-image: linear-gradient(45deg, #7f3e94, #24939f);
}

.banner_step_form label {
    font-size: 14px;
    display: block;
    text-align: left;
    font-weight: 500;
    margin-top: 3px;
}

.header-contact-detail a i {
    color: #e00030;
}

.pages-link-ul li a {
    color: #e00030;
}

.social-media li a {
    color: #47b6c0;
}

.form-left-art figure img {
    width: 80%;
}

.banner-heading #cubic:hover span:after {
    background: #e00030;
}

#regForm .tab {
    display: none;
    margin: 0;
}

@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&amp;display=swap");

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Poppins", sans-serif;
    overflow-x: hidden;
    transition: all 0.5s;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.fancybox-slide--image {
    padding: 0 !important;
}

:root {
    --black-color: #000;
    --span-color: #e00030;
    --fontsize46: 2.875rem;
    --white-color: #fff;
    --fontsize14: 0.875rem;
    --button-color: #23222b;
    --fontsize20: 1.25rem;
    --fontsize30: 1.875rem;
    --fontsisze22: 1.375rem;
    --button-hover: #222730;
    --fontsize-18: 1.125rem;
    --fontsize28: 1.75rem;
    --fonsize30: 1.875rem;
    --fontsize26: 1.625rem;
    --fontsize38: 2.375rem;
}

:is(ul, li) {
    padding: 0;
    margin: 0;
    list-style: none;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

:is(h1, h2, h3) {
    font-size: var(--fontsize46);
    font-weight: 800;
    color: var(--black-color);
}

:is(h1, h2, h3, h4, h5, h6, ) span {
    color: #e00030;
}

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

button:focus {
    border: 0;
    outline: none;
    box-shadow: none;
}

button {
    border: 0;
    outline: 0;
}

section {
    position: relative;
    padding: 5rem 0;
}

.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

/* * * * * * * * *
CUBIC BUTTON
* * * * * * * * */
#cubic {
    position: relative;
    overflow: hidden;
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    -o-perspective: 300px;
    perspective: 280px;
}

#cubic span {
    display: inline-block;
    text-align: center;
    background: var(--white-color);
    color: var(--button-color);
    font-weight: 600;
    border: 0;
    font-size: 1rem;
    top: 0;
    padding: 10.5px 10px;
    border-radius: 10px;
    transition: 0.4s all ease;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

#cubic:hover span {
    background: #555;
    -webkit-transform: translate3d(0px, 0px, -60px) rotateX(90deg);
    -moz-transform: translate3d(0px, 0px, -60px) rotateX(90deg);
    -ms-transform: translate3d(0px, 0px, -60px) rotateX(90deg);
    -o-transform: translate3d(0px, 0px, -60px) rotateX(90deg);
    transform: translate3d(0px, 0px, -60px) rotateX(90deg);
}

#cubic span:after {
    content: attr(title);
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: 0.3s all ease;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translate3d(0px, 100%, 0) rotateX(-90deg);
    -moz-transform: translate3d(0px, 100%, 0) rotateX(-90deg);
    -ms-transform: translate3d(0px, 100%, 0) rotateX(-90deg);
    -o-transform: translate3d(0px, 100%, 0) rotateX(-90deg);
    transform: translate3d(0px, 100%, 0) rotateX(-90deg);
}

#cubic:hover span:after {
    background: var(--button-hover);
    color: var(--white-color);
    padding: 10.5px 10px;
    border-radius: 10px;
}

/* header-sec */
.header {
    position: absolute;
    z-index: 4;
    width: 100%;
    padding: 0.5rem 0;
    border-bottom: 1px solid hsl(0deg 0% 100% / 10%);
}

.header .navbar-collapse {
    justify-content: flex-end;
}

.header .navbar-light .navbar-nav .nav-link {
    color: var(--white-color);
    transition: all 200ms linear;
    font-size: var(--fontsize14);
}

.header .nav-item .nav-link.active {
    color: #e00030;
}

.header .nav-item {
    position: relative;
    transition: all 200ms linear;
}

.header .nav-item:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #e00030;
    opacity: 0;
    transition: all 200ms linear;
}

.header .nav-item:hover:after {
    bottom: -7px;
    opacity: 1;
}

.header .dropdown-item {
    padding: 10px 15px;
    color: var(--black-color);
    transition: all 200ms linear;
    border-bottom: 1px solid var(--button-hover);
}

.header .nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    transition: all 200ms linear;
}

.header .nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.header .navbar {
    padding: 0;
    align-items: center;
}

.header .navbar-nav {
    align-items: center;
}

.header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 10px;
    font-weight: 500;
}

:where(.dropdown)::after {
    display: none;
}

.header .dropdown-item:active,
.dropdown-item:hover {
    background-color: #e00030;
    color: var(--white-color);
}

.banner-heading #cubic span {
    padding: 0.6rem 1.5rem;
}

.dropdown-menu .dropdown-item:last-child {
    border: 0;
}

.services-pages-logo {
    display: none;
}

/* end-header-sec */
/* main-banner-sec */
.main-banner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #0000007a;
    width: 100%;
    height: 100%;
}

.main-banner {
    margin: 0;
    display: flex;
    position: relative;
    align-items: center;
    height: 100vh;
    padding: 0;
}

:is(.banner-heading :is(h1, p)) {
    color: var(--white-color);
}

.banner-contnet {
    text-align: center;
    position: absolute;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.bg-color {
    background-image: -moz-linear-gradient(-180deg,
            rgba(63, 126, 255, 0) 0%,
            rgb(63, 126, 255) 52%,
            rgba(63, 126, 255, 0) 100%);
    background-image: -ms-linear-gradient(-180deg,
            rgba(63, 126, 255, 0) 0%,
            rgb(63, 126, 255) 52%,
            rgba(63, 126, 255, 0) 100%);
    padding: 0.5rem 3rem;
    display: inline-block;
    color: var(--white-color);
    background-image: linear-gradient(45deg, #e00030, #d050ff61);
    font-size: var(--fontsize20);
    margin: 1rem 0;
    font-weight: 600;
}

/* end main-banner-sec */
/* counter-sec */
.number-sec {
    background-color: var(--button-color);
    padding: 3rem 0;
    margin: 0;
}

.counter-ul li {
    display: flex;
    align-items: center;
    position: relative;
}

.counter-ul h4 {
    color: var(--white-color);
    font-size: var(--fontsize30);
    font-weight: 700;
    margin-bottom: 0;
}

.counter-ul p {
    margin-bottom: 0;
    color: var(--white-color);
}

.counter-content {
    margin-left: 1rem;
    font-size: var(--fontsize14);
}

.counter-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.counter-ul li::after {
    position: absolute;
    content: "";
    right: -2.5rem;
    top: -1.5rem;
    bottom: 0;
    height: 6.9rem;
    width: 2px;
    background-image: -moz-linear-gradient(90deg,
            rgb(0, 0, 0) 0%,
            rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg,
            rgb(0, 0, 0) 0%,
            rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg,
            rgb(0, 0, 0) 0%,
            rgb(255, 255, 255) 100%);
    opacity: 0.102;
}

.counter-ul li:last-child:after {
    display: none;
}

.counter-ul li img {
    -webkit-transition: 0.9s ease-out;
    float: left;
    -moz-transition: 0.9s ease-out;
    transition: 0.9s ease-out;
}

.counter-ul li:hover img {
    -webkit-transform: rotateZ(720deg) scale(1.3);
    -moz-transform: rotateZ(720deg) scale(1.3);
    transform: rotateZ(720deg) scale(1.3);
}

/* end-counter-sec */
/* Facing-Problems */
.problems-sec {
    overflow: hidden;
    padding: 7.5rem 0 5rem;
}

.big-bg-heding {
    position: absolute;
    font-size: 16.408rem;
    left: -9.3rem;
    top: -2rem;
    font-weight: 900;
    color: rgb(0 0 0 / 2%);
}

.sec-heading h3 {
    z-index: 2;
    position: relative;
    text-align: center;
}

:is(.sec-heading) h3 span {
    position: relative;
}

.under-line {
    position: absolute;
    left: -10px;
    bottom: 0;
    right: 0;
    margin: auto;
}

[data-tab-content] {
    display: none;
}

.problems-sec .tabs .active[data-tab-content] .problems-sec .tabs {
    display: block;
}

.problems-sec .tab {
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 15px;
    font-size: var(--fontsisze22);
    font-weight: 500;
    background-color: #efe9e9;
    width: clamp(200px, 45vw, 90%);
    height: 87px;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.problems-images img {
    width: clamp(200px, 50vw, 100%);
}

:is(.problems-sec :is(.tab.active, .tab:hover)) {
    background-color: var(--button-hover);
    color: var(--white-color);
}

:is(.tab) img {
    transition: transform 0.2s;
}

:is(.tab:hover) img {
    transform: scale(1.2);
}

.tabs img {
    margin-right: 2rem;
}

:is(.problems-sec :is(.tab.active, .tab:hover)) img {
    filter: brightness(0) invert(1);
}

.problems-sec .tab-content {
    position: absolute;
    right: 0;
    bottom: 6rem;
}

.problems-sec::after {
    position: absolute;
    content: "";
    bottom: -14rem;
    right: -4rem;
    background-color: #050b33;
    width: clamp(500px, 100%, 500px);
    height: clamp(500px, 100%, 500px);
    z-index: -1;
    border-radius: 50%;
}

.problems-images {
    position: relative;
}

.problems-images::before {
    content: "";
    position: absolute;
    background: url(../images/tabs-img-bg.png) no-repeat left top;
    left: 1rem;
    top: -4rem;
    width: clamp(196px, 100%, 196px);
    height: clamp(194px, 100%, 194px);
    z-index: -1;
}

/* end-Facing-Problems */
/* Clients-Love*/
:is(.clinet-lovel-sec,
    .choose-us-sec,
    .det-packages,
    .services-page-portfolio,
    .under-roof-sec,
    .combo-package-sec,
    .get-complimentary,
    .quick-facts-sec,
    .reveiw-sec,
    .footer-main) {
    background-color: #f3f3f4;
}

.map-image {
    position: relative;
}

.test-big-heading {
    left: 3rem;
}

:is(.map-icons :is(.first-icon, .scound-icon, .third-icon, .four-icon, .five-icon)) {
    transition: transform 0.2s;
    position: absolute;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

:is(.map-icons :is(.first-icon, .scound-icon, .third-icon, .four-icon, .five-icon)):hover {
    transform: scale(1.2);
}

.first-icon {
    top: 17rem;
    left: 15.5rem;
    z-index: 2;
}

.scound-icon {
    left: 0;
    top: 13rem;
    bottom: 0;
    margin: auto;
    right: 21rem;
    z-index: 1;
}

.third-icon {
    top: 20rem;
    right: 18.5rem;
    z-index: 2;
}

.four-icon {
    top: 14rem;
    left: 29.5rem;
}

.five-icon {
    bottom: 18rem;
    right: 27.5rem;
}

:has(.first-icon:hover) .first-testimonials {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

:has(.scound-icon:hover) .second-testimonials {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

:has(.third-icon:hover) .third-testimonials {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

:has(.four-icon:hover) .four-testimonials {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

:has(.five-icon:hover) .five-testimonials {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

:is(.first-testimonials,
    .second-testimonials,
    .third-testimonials,
    .four-testimonials,
    .five-testimonials) {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

:is(.first-testimonials,
    .second-testimonials,
    .third-testimonials,
    .four-testimonials,
    .five-testimonials) {
    box-shadow: 0 0 30px -11px;
    position: absolute;
    width: 405px;
    height: auto;
    background-color: var(--white-color);
    border-radius: 10px;
    padding: 1rem;
}

.first-testimonials {
    top: 3rem;
    left: 16.5rem;
}

.second-testimonials {
    top: 15.5rem;
    left: 25.5rem;
}

.third-testimonials {
    top: 6rem;
    right: -6rem;
}

.four-testimonials {
    top: -4.5rem;
    left: 30.5rem;
}

.five-testimonials {
    bottom: 21rem;
    right: 2.5rem;
    z-index: 1;
}

.top-images {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text-image {
    display: flex;
    align-items: center;
}

:is(.text-image :is(h4, span)) {
    font-size: 1rem;
    margin-bottom: 0;
    font-weight: 700;
}

.testi-p {
    padding: 1rem 14px 1rem 1.8rem;
    margin-bottom: 0;
    font-size: 13px;
}

.qoutes-left {
    position: absolute;
    left: 8px;
}

/* Clients-Love*/
/* portfolio-sec */
.portfolio-big-heading {
    left: 0;
    right: 0;
    text-align: center;
    font-size: 15.408rem;
    z-index: -1;
}

.port-tabs {
    padding: 15px 0;
    justify-content: center;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-image: linear-gradient(45deg, #71499a, #24939f);
}

.nav-pills .nav-link {
    color: var(--black-color);
    border-radius: 10px;
}

.port-img {
    margin: 0 0 5px 10px;
    display: inline-block;
    overflow: hidden;
}

.port-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    transition: 0.55s;
}

.port-img .portfolio-icon {
    position: absolute;
    bottom: -20px;
    right: 20px;
    transition: 0.35s;
    font-size: 29px;
    line-height: 1;
    background: #fff;
    color: #000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.port-img .portfolio-icon,
.port-img:after {
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
}

.port-img:hover:after {
    visibility: visible;
    opacity: 1;
}

.port-img:hover .portfolio-icon {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    z-index: 1;
}

.port-img img {
    transition: 0.5s ease-in-out;
}

.port-img {
    position: relative;
    height: 300px;
}

.port-img {
    position: relative;
}

.port-btn {
    text-align: center;
    margin-top: 40px;
}

/* .col:last-child,
.port-tab-content.tab-content .tab-pane .row .col:last-child {
    flex: 0 0 15.73%;
} */
.portfolio-sec .container-fluid {
    padding: 0 50px;
}

/* portfolio-sec */
/* choose-us-sec */
.choose-big-heading {
    font-size: 12.408rem;
    left: -5.3rem;
}

.sec-heading p span {
    color: #e00030;
}

:is(.choose-get, .botarea-pack :is(#cubic)) span {
    padding: 13px 25px;
    background-color: var(--button-hover);
    color: var(--white-color);
}

:has(.choose-get) .btn {
    padding: 0;
}

.choose-content p {
    color: #1d1d1d;
    margin-bottom: 2rem;
    padding-right: 6%;
}

.box-bg {
    background-color: var(--white-color);
    padding: 1.5rem;
    text-align: center;
    border-radius: 20px;
    transition-timing-function: ease-in-out;
}

:is(.box-bg, .industries-box) label,
h5 {
    margin-top: 1rem;
    font-weight: 600;
    font-size: var(--fontsize-18);
}

.expertise-ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 25px;
}

:is(.box-bg:hover, .industries-box:hover) img {
    filter: brightness(0) invert(1);
}

:is(.box-bg:hover) {
    background-color: #e00030;
    margin-top: -1rem;
    transition-duration: 0.3s;
}

:is(.box-bg:hover, .industries-box:hover :is(label, h5)) {
    color: var(--white-color);
}

/* choose-us-sec */
/* industries-sec */
.industries-ul {
    margin-top: 3rem;
}

.industries-big-heading {
    font-size: 11.408rem;
    left: -0.3rem;
}

.industries-box {
    text-align: center;
    border: 1px solid #dde2ee;
    padding: 2rem;
    border-radius: 18px;
}

:is(.industries-sec, .det-packages) .owl-theme .owl-nav {
    display: flex;
    position: absolute;
    align-items: center;
    width: 100%;
    top: 0;
    bottom: 0;
    justify-content: space-between;
}

:has(.industries-sec, .det-packages) .owl-prev {
    margin-left: -5rem !important;
}

:has(.industries-sec, .det-packages) .owl-next {
    margin-right: -5rem !important;
}

:is(.industries-sec, .det-packages) .owl-theme .owl-nav [class*="owl-"] {
    background: #e00030;
    border-radius: 50%;
    width: 39px;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
}

:is(.industries-sec, .det-packages) .owl-theme .owl-nav .disabled {
    background: #ebf2ff;
    opacity: 1;
    color: #e00030;
}

:has(.industries-sec, .det-packages) .owl-stage-outer {
    z-index: 1;
}

.industries-box:hover {
    background-color: #e00030;
}

/* industries-sec */
/* packages */
.det-packages .boxpackages {
    background-image: -moz-linear-gradient(90deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-linear-gradient(90deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%);
    background-image: -ms-linear-gradient(90deg,
            rgb(255, 255, 255) 0%,
            rgba(255, 255, 255, 0) 100%);
    border: 2px solid #dedfe0;
    border-radius: 20px;
}

:has(.det-packages) .packheads h3 {
    font-size: var(--fontsize28);
    margin: 1.5rem 0;
}

.packtitles {
    background-color: linear-gradient(45deg, #050b33, #24939f);
}

.packtitles h4 {
    font-size: 3.625rem;
    color: var(--white-color);
    font-weight: 800;
    margin: 0;
}

.packtitles sup {
    font-size: 1.813rem;
    font-weight: 500;
    top: -0.8em;
}

.packdetails .bets_seller_list ul li {
    padding-bottom: 7px;
    font-size: var(--fontsize14);
    color: #1b1b1b;
    padding-right: 0;
}

.packdetails .bets_seller_list ul {
    display: block;
    width: 100%;
    margin: 0;
}

.bets_seller_list span {
    line-height: 2rem;
}

.botarea-pack {
    text-align: center;
}

.header-contact-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px 0;
    margin: 1rem 0;
}

.packdetails {
    padding: 1.5rem;
}

.pricing-inner-pg .main-heading h2 span {
    color: var(--white-color);
}

.header-contact-detail span {
    color: var(--black-color);
}

.order-btn#cubic span {
    padding: 13px 40px;
}

.packages-under-line {
    margin: 2rem 0 1rem !important;
}

.packdetails .bets_seller_list ul li::before,
.pages-link-ul li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    display: inline-block;
    color: #e00030;
    padding-right: 10px;
    vertical-align: middle;
    font-weight: 900;
}

.packheads {
    text-align: center;
}

.boxpackages:hover {
    border-color: #47b6c0;
}

.boxpackages:hover .packtitles {
    background-image: linear-gradient(45deg, #050b33, #24939f);
}

.boxpackages:hover .order-btn#cubic span {
    background-color: #e00030;
}

.boxpackages:hover .slimScrollBar {
    background: #e00030 !important;
}

:is(.packages-tabs :is(a.active, .nav-tabs .nav-link:hover)) {
    color: var(--white-color);
    background-image: linear-gradient(45deg, #050b33, #24939f);
}

.packages-tabs .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.packages-tabs .nav-link {
    color: var(--black-color);
    border-radius: 10px;
    padding: 0.5rem 2rem;
}

/* packages */
/* accordion */
.questions-big {
    font-size: 8rem;
}

.accordion>.card {
    border: 0;
}

.card-header {
    border: 0;
    background-color: transparent;
}

#main #faq .card .card-header {
    border: 0;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    display: block;
    border-radius: 27px;
    text-align: left;
    background: #f9f8f8;
    color: var(--black-color);
    margin: 0.7rem 0px;
    padding: 14px 29px;
}

#main #faq .card {
    border: 0;
}

#main .accordion {
    margin: 2rem 0;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    background-color: #e00030;
    font-size: var(--fontsize20);
    border-radius: 50%;
    width: 30px;
    display: flex;
    height: 30px;
    color: var(--black-color);
    align-items: center;
    justify-content: center;
}

.collapsed::after {
    color: var(--white-color) !important;
}

#main #faq .card-body {
    padding: 0rem 10rem 0 2rem;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

#main #faq .card .collapsing {
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
}

/* accordion */
/* lets-talk-sec */
.lets-talk-sec {
    background: var(--white-color) url(../images/lets-talk-bg.png) top center/cover no-repeat;
}

:is(.lets-talk-sec) h3 {
    color: var(--white-color);
    font-size: 3.5rem;
    text-align: left;
}

:is(.lets-talk-sec) p {
    color: var(--white-color);
    margin: 1.5rem 0;
}

:is(.lets-talk-sec) #cubic span {
    color: var(--white-color);
    padding: 13px 40px;
    background-image: linear-gradient(45deg, #7f3e94, #24939f);
}

.contact-form {
    background-color: #fff;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.2);
    padding: 2rem 2.5rem;
    border-radius: 20px;
    z-index: 999;
    position: relative;
}

.contact-form h3 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    color: var(--black-color);
    line-height: 1;
    margin-bottom: 20px;
}

.contact-form form label {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 5px;
}

.contact-form form input {
    border: inherit;
    border-bottom: 1px solid #d9d6d8;
    width: 100%;
    font-size: 14px;
    color: #9e9e9e;
    height: 40px;
    margin-bottom: 15px;
    padding: 0;
}

.contact-form form input::placeholder {
    color: #b0afb0;
}

.contact-btn {
    display: contents;
}

:has(#cubic) .contact-btn span {
    background-color: var(--button-hover);
    width: 100%;
    padding: 15.5px 10px;
    color: var(--white-color);
}

/* lets-talk-sec */
/* footer-sec */
.footer-main {
    padding: 3rem 0 2rem;
}

.copyrights p {
    margin-bottom: 0;
}

.banner_step_form h5 {
    font-weight: 500;
    font-size: 0.938rem;
    margin-bottom: 2rem;
}

.social-media {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.social-media li {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e00030;
    width: 32px;
    height: 32px;
    border: 1px solid #e00030;
    margin-right: 0.5rem;
    border-radius: 50%;
}

.social-media li:hover {
    background-color: #e00030;
    color: var(--white-color);
}

.social-media li:hover i {
    color: var(--white-color);
}

.social-media li i {
    font-size: var(--fontsize14);
}

.form-control:focus {
    box-shadow: none;
}

.footer-input .banner_form_btn {
    background-image: -moz-linear-gradient(140deg,
            rgb(58, 122, 252) 0%,
            rgb(63, 126, 255) 100%);
    background-image: -webkit-linear-gradient(140deg,
            rgb(58, 122, 252) 0%,
            rgb(63, 126, 255) 100%);
    background-image: -ms-linear-gradient(140deg,
            rgb(58, 122, 252) 0%,
            rgb(63, 126, 255) 100%);
    width: 88px;
    height: 45px;
    color: var(--white-color);
    border-radius: 8px;
    margin-right: 10px;
}

:is(.pages-link-ul, .info-details :is(a, p)) {
    color: #1b1b1b;
    font-size: 13px;
    font-weight: 600;
}

.pages-link-ul li {
    margin-bottom: 0.5rem;
}

.marigin-top-ul {
    margin-top: 2.3rem;
    margin-left: 2rem;
}

.pages-link-heading {
    font-size: var(--fontsisze22);
    color: var(--black-color);
    font-weight: 600;
    margin-bottom: 1rem;
}

.banner_step_form .tab {
    display: none;
    width: 100%;
}

.form_btn_wrap {
    position: absolute;
    right: 0;
}

.banner_step_form .tab input {
    width: 100%;
    border: 0;
    background: white;
    padding: 23px 20px;
    border-radius: 6px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.banner_step_form {
    width: 100%;
    background-color: #f7f7f7;
    border-radius: 6px;
    height: 48px;
    margin-top: 25px;
}

.form_btn_wrap button {
    border-radius: 8px;
    background-image: -moz-linear-gradient(140deg,
            rgb(58, 122, 252) 0%,
            rgb(63, 126, 255) 100%);
    background-image: linear-gradient(45deg, #e00030, #227781);
    background-image: -ms-linear-gradient(140deg,
            rgb(58, 122, 252) 0%,
            rgb(63, 126, 255) 100%);
    border: none;
    color: #fff;
    font-size: 15px;
    height: 45px;
    font-weight: 500;
    width: 100px;
    border-radius: 6px;
    margin-right: 0px;
}

.banner_step_form .tab input::placeholder {
    color: var(--black-color);
}

.copyrights {
    text-align: center;
}

.copyrights a {
    color: var(--black-color);
    font-weight: 600;
    text-transform: capitalize;
}

.copyrights p span {
    color: #2abfcf;
    font-weight: 600;
}

/* footer-sec */
/* popup-form */
.popup-main-wrap {
    padding: 3rem;
    background-color: var(--black-color);
    border: 5px solid #b31d60;
    border-radius: 15px;
}

:is(.form-left-art) h3 {
    font-size: var(--fonsize30);
    color: var(--white-color);
    font-weight: 400;
    margin: 1rem 0;
}

.form-left-art h2 {
    font-weight: 800;
    color: var(--white-color);
    margin-bottom: 40px;
}

.form-left-art h4,
.form-left-art sup {
    color: #000000;
}

.form-left-art sup {
    font-weight: 700;
    font-size: 16px;
    vertical-align: super;
    position: absolute;
    left: 60px;
    top: 27px;
}

.form-left-art h4 {
    font-size: 7.438rem;
    margin-bottom: 0;
    background-color: var(--white-color);
    margin-left: -40px;
    position: relative;
    padding: 0 106px;
    line-height: 125px;
    max-width: 470px;
    color: #27242c;
    font-weight: 800;
}

.form-right-art h3 {
    color: var(--white-color);
    font-size: var(--fontsize26);
    font-weight: 400;
    margin-bottom: 0;
}

.form-right-art h2 {
    font-weight: 700;
    font-size: 2.25rem;
    color: var(--white-color);
    margin-bottom: 1.5rem;
}

.form-right-art {
    margin-top: 2rem;
}

:is(.ftr-frm button, .ftr-frm input) {
    border-radius: 50rem;
    padding: 10px 31px;
    margin-bottom: 1.5rem;
    height: 48px;
}

.ftr-frm button {
    font-weight: 500;
    font-size: var(--fontsisze22);
    background-color: #b31d60;
    color: var(--white-color);
    border: 2px solid var(--white-color);
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.entry-box1 {
    max-width: 900px;
    margin: 0 auto;
    max-height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    overflow: unset !important;
    display: none;
}

.form-left-art h4::after {
    content: "";
    position: absolute;
    width: 45px;
    height: 100%;
    background-color: var(--white-color);
    clip-path: polygon(100% 48%, 0 0, 0 103%);
    top: -1px;
    right: -44px;
}

.form-left-art {
    padding: 20px 65px 20px 40px;
    border-radius: 15px;
    margin-left: -125px;
    background-image: linear-gradient(45deg, #7f3e94, #823d99);
    background-image: linear-gradient(45deg, #27242c, #27242c);
}

.btnstyles-nn a i,
.toptabs1 li {
    margin: 0 5px;
}

.sup2 {
    right: 1rem !important;
    top: 46px !important;
    left: auto !important;
}

.candy,
.ipad,
.paper,
.pencil {
    z-index: 2;
}

.cross {
    position: absolute;
    color: #fff;
    right: -44px;
    top: -47px;
    padding: 0 !important;
    background-color: #b31d60 !important;
    border-radius: 50%;
    opacity: 1;
    font-weight: 400;
    font-size: 32px;
    width: 40px;
    height: 40px;
    text-shadow: none;
    line-height: 42px;
    float: none;
}

/* popup-form */
/* website-page */
.variety-big {
    font-size: 13.408rem;
    left: 0.7rem;
}

.under-tabs-images img {
    width: clamp(40%, 60vw, 100%);
}

.under-roof-sec .row {
    position: relative;
}

.under-tabs-content h3 {
    color: #e00030;
    font-size: var(--fontsize38);
    margin-bottom: 1rem;
    position: relative;
}

.under-tabs-content h3::before {
    content: "";
    position: absolute;
    left: -3rem;
    background-color: #e00030;
    height: 1px;
    width: 36px;
    margin: auto;
    bottom: 0;
    top: 0;
}

.under-tabs-content p {
    color: var(--white-color);
    padding-right: 15%;
    font-size: var(--fontsize20);
    font-weight: 400;
    line-height: 1.5;
}

.under-tabs-content {
    position: absolute;
    top: 15.5rem;
    left: 15rem;
}

.tabs-area {
    position: absolute;
    left: 0;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    box-shadow: -15.686px 16.821px 54px 0px rgba(0, 0, 0, 0.11);
    display: table;
    padding: 1rem 2rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

.tabs-area-ul li {
    padding: 0.5rem 0;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: 500;
    color: #585858;
    border-bottom: 1px solid #e6e6e6;
}

.tabs-area-ul .tab.active {
    color: #e00030;
    font-weight: 800;
}

.tabs-area-ul li:last-child {
    border: 0;
}

.services-page-testi {
    background-color: transparent;
}

.services-page-testi-big {
    font-size: 15.408rem;
    left: -8.3rem;
}

.services-page-banner {
    position: relative;
    height: 100%;
    padding: 9rem 0 3rem;
    overflow: hidden;
}

.services-page-banner::after {
    content: "";
    z-index: -1;
    position: absolute;
    right: 0;
    top: 0;
    width: 669px;
    height: 672px;
    background: url(../images/services-pages-banner.png) top right/cover no-repeat;
}

.services-pages-btn #cubic:first-child span {
    color: var(--white-color);
    padding: 0.8rem 2.5rem;
    border-radius: 8px;
    background-image: linear-gradient(45deg, #7f3e94, #24939f);
}

.services-pages-btn #cubic:last-child span {
    background-color: transparent;
    color: var(--button-hover);
    padding: 0.7rem 2rem;
    border-radius: 8px;
    border: 1px solid var(--button-hover);
}

:is(.services-page-banner) .contact-form {
    padding: 1.5rem;
    margin-left: 2rem;
}

.top-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.top-heading span {
    font-size: 1.25rem;
    font-weight: 500;
}

.top-heading h4 {
    font-size: 2.25rem;
    font-weight: 800;
}

.top-heading img {
    margin-top: -2.28rem;
}

:has(.services-page-banner) .contact-form span {
    color: var(--white-color) !important;
}

.services-page-testi .first-testimonials {
    top: 2rem;
}

.services-page-testi .four-testimonials {
    top: -2.5rem;
}

.services-page-testi .second-testimonials {
    top: 12rem;
}

.services-page-testi .third-testimonials {
    top: 5rem;
    right: -6.5rem;
}

.services-box {
    position: relative;
    background-color: rgb(243, 243, 244);
    border-radius: 18px;
    width: 215px;
    height: 215px;
    padding: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.services-box::after {
    transition: 0.4s;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/services-after.png) center/cover no-repeat;
    width: 37px;
    height: 73px;
}

.services-box:hover::after {
    visibility: visible;
    right: -2.4rem;
}

.services-box img {
    transition: all 1s;
}

.services-box:hover img {
    transition: all 1s;
    -webkit-transform: rotateZ(30deg);
    -ms-transform: rotateZ(30deg);
    transform: rotateZ(30deg);
}

.services-box label {
    font-size: 7.304rem;
    color: rgb(63 126 255 /3%);
    font-weight: 800;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0.8;
}

.services-box h6 {
    color: var(--black-color);
    font-size: 0.913rem;
    font-weight: 600;
    margin-top: 1rem;
    text-align: center;
}

.services-ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.5rem;
}

.services-ul .services-box:last-child::after {
    display: none;
}

.services-page-portfolio .portfolio-big-heading {
    z-index: 1;
}

.process-slider {
    padding-top: 60px;
}

.process-wrapper h4 span {
    font-size: 5.875rem;
    color: rgb(63 126 255 /3%);
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
    text-shadow: 0 1px 13px rgb(63 126 255 /3%);
    transition: 0.5s ease-in-out;
}

.process-wrapper h4 {
    font-size: 17px;
    position: relative;
    text-align: center;
    z-index: 1;
    font-weight: 700;
}

.process-wrapper p {
    font-size: 14px;
    padding-top: 40px;
    color: #8f8f8f;
}

.process-wrapper:hover h4 span {
    transform: rotateX(180deg) translate(-50%);
    color: var();
    -webkit-text-stroke: none;
}

.process-wrapper:hover h4 {
    color: var(--button-hover);
    -webkit-text-stroke: 0.4px #fff;
    -webkit-text-fill-color: #e00030;
}

.combo-contnet-area h3 {
    font-size: var(--fontsisze22);
    margin-bottom: 1rem;
}

.combo-ul li {
    font-size: var(--fontsize14);
    color: #424242;
    padding-bottom: 0.3rem;
}

.combo-big {
    font-size: 10.408rem;
    left: -0.3rem;
}

.colmns-two ul {
    columns: 2;
}

.combo-contnet-area {
    margin-top: 3rem;
}

.call-area {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 1rem;
    margin-left: -7rem;
}

.call-div {
    text-align: center;
    border: 1px solid #e00030;
    border-radius: 12px;
    width: 270px;
    height: 201px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.call-div h5 {
    font-size: var(--fontsisze22);
    color: var(--black-color);
    margin-bottom: 0;
}

.call-div a {
    font-size: var(--fontsize-18);
    color: var(--black-color);
}

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

.prize-area h6 {
    color: #e92734;
    margin-top: 0.4rem;
    font-weight: 700;
    font-size: var(--fontsisze22);
}

:is(.prize-area) h5 {
    font-weight: 800;
    font-size: var(--fontsize46);
    margin: 0.5rem 0;
}

:is(.prize-area, .ready-avanza) #cubic span {
    color: var(--white-color);
    padding: 1rem 3rem;
    background-image: linear-gradient(45deg, #7f3e94, #24939f);
}

.prize-area p {
    color: var(--black-color);
    font-weight: 500;
    margin-top: 0.5rem;
}

.get-complimentary::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/get-bg.png) left center/cover no-repeat;
    width: 33%;
    height: 100%;
    z-index: 0;
}

.complimentary-heading h3 {
    text-align: left;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.get-complimentary {
    padding: 7rem 0;
}

.digital-page .under-tabs-content {
    left: 20rem;
}

.about-us {
    background: url(../images/about-us-banner.png) center/cover no-repeat;
}

.inner-pages {
    text-align: center;
    color: var(--white-color);
}

.inner-pages h3 {
    color: var(--white-color);
    text-transform: capitalize;
}

.inner-pages {
    padding: 9rem 0 3rem;
}

.award-winning-sec {
    padding: 10rem 0;
}

.award-winning-sec h3 {
    text-align: left;
    margin-bottom: 1rem;
}

.award-winning-sec p {
    padding-right: 10%;
}

.winning-img2 {
    position: absolute;
    top: 5rem;
    right: -2rem;
}

.quick-number {
    width: 200px;
    height: 166px;
}

.quick-number:hover * {
    color: var(--white-color);
}

.quick-number h4 {
    font-size: var(--fontsize38);
    color: #e00030;
    font-weight: 700;
    position: relative;
}

.quick-number h4::after {
    content: "";
    bottom: -2px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background-image: -moz-linear-gradient(-180deg,
            rgba(63, 126, 255, 0) 0%,
            rgb(63, 126, 255) 48%,
            rgba(63, 126, 255, 0) 100%);
    background-image: -webkit-linear-gradient(-180deg,
            rgba(63, 126, 255, 0) 0%,
            rgb(63, 126, 255) 48%,
            rgba(63, 126, 255, 0) 100%);
    background-image: -ms-linear-gradient(-180deg,
            rgba(63, 126, 255, 0) 0%,
            rgb(63, 126, 255) 48%,
            rgba(63, 126, 255, 0) 100%);
    width: 18px;
    height: 1px;
}

.quick-number p {
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 600;
    color: var(--black-color);
}

.quick-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reveiw-banner {
    background: url(../images/review-banner.png) center/cover no-repeat;
}

:has(.reveiw-page) :is(.first-testimonials,
    .second-testimonials,
    .third-testimonials,
    .four-testimonials,
    .five-testimonials) {
    position: relative;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 1;
    box-shadow: none;
    margin: auto;
    width: 100%;
    height: 100%;
}

.reveiw-page .text-image {
    display: inline-flex;
}

:is(.text-image :is(h4, span)) {
    display: flex;
    align-items: center;
}

.reveiw-page {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 12px;
}

.contact-us-banner {
    background: url(../images/contact-us-banner.png) center/cover no-repeat;
}

.contact-image {
    position: absolute;
    top: -23px;
}

.industry-heading h2 {
    color: var(--black-color);
    font-size: var(--fontsize46);
    text-align: center;
    font-weight: 900;
}

.industry-heading h2 span {
    color: #112846cc;
    font-weight: 900;
}

.inner-pg-portfolio,
.point-wrap {
    padding-top: 40px;
}

.sprite {
    background-image: url(../images/industrie-icons.html);
    display: block;
    mix-blend-mode: multiply;
}

.sprite-01 {
    width: 33px;
    height: 41px;
    background-position: -5px -5px;
}

.sprite-02 {
    width: 37px;
    height: 23px;
    background-position: -48px -5px;
}

.sprite-03 {
    width: 35px;
    height: 32px;
    background-position: -95px -5px;
}

.sprite-04 {
    width: 32px;
    height: 39px;
    background-position: -140px -5px;
}

.sprite-05 {
    width: 33px;
    height: 42px;
    background-position: -182px -5px;
}

.sprite-06 {
    width: 44px;
    height: 47px;
    background-position: -5px -57px;
}

.sprite-07 {
    width: 45px;
    height: 41px;
    background-position: -59px -57px;
}

.sprite-08 {
    width: 41px;
    height: 38px;
    background-position: -114px -57px;
}

.sprite-09 {
    width: 44px;
    height: 44px;
    background-position: -165px -57px;
}

.sprite-10 {
    width: 43px;
    height: 43px;
    background-position: -59px -111px;
}

.sprite-11 {
    width: 41px;
    height: 45px;
    background-position: -112px -111px;
}

.sprite-12 {
    width: 39px;
    height: 39px;
    background-position: -163px -111px;
}

.sprite-13 {
    width: 38px;
    height: 36px;
    background-position: -212px -111px;
}

.sprite-14 {
    width: 39px;
    height: 43px;
    background-position: -5px -157px;
}

.sprite-15 {
    width: 39px;
    height: 40px;
    background-position: -212px -157px;
}

.sprite-16 {
    width: 33px;
    height: 40px;
    background-position: -219px -57px;
}

.sprite-17 {
    width: 36px;
    height: 37px;
    background-position: -54px -207px;
}

.sprite-18 {
    width: 31px;
    height: 36px;
    background-position: -225px -5px;
}

.sprite-19 {
    width: 34px;
    height: 38px;
    background-position: -100px -207px;
}

.sprite-20 {
    width: 30px;
    height: 35px;
    background-position: -144px -207px;
}

.sprite-21 {
    width: 32px;
    height: 38px;
    background-position: -184px -207px;
}

.sprite-22 {
    width: 36px;
    height: 41px;
    background-position: -266px -5px;
}

.sprite-23 {
    width: 41px;
    height: 45px;
    background-position: -261px -107px;
}

.sprite-24 {
    width: 34px;
    height: 45px;
    background-position: -261px -162px;
}

.sprite-25 {
    width: 37px;
    height: 37px;
    background-position: -262px -56px;
}

.sprite-26 {
    width: 31px;
    height: 41px;
    background-position: -5px -217px;
}

.sprite-27 {
    width: 32px;
    height: 34px;
    background-position: -163px -162px;
}

.sprite-28 {
    width: 33px;
    height: 32px;
    background-position: -226px -217px;
}

.sprite-29 {
    width: 30px;
    height: 38px;
    background-position: -269px -217px;
}

.sprite-30 {
    width: 36px;
    height: 32px;
    background-position: -46px -259px;
}

.industrie-point li {
    display: flex;
    align-items: center;
    line-height: 70px;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.industrie-point li i {
    margin-right: 15px;
}

.show-more {
    text-align: center;
}

.show-more #cubic span {
    margin: 2rem 0;
    padding: 13px 25px;
    background: #e00030;
    color: var(--white-color);
}

.logo-testi .four-testimonials {
    top: -2.5rem;
}

.logo-testi .first-testimonials {
    top: 0;
}

.logo-testi .second-testimonials {
    top: 12.5rem;
    left: 25.5rem;
}

.third-testimonials {
    top: 2rem;
    right: -6rem;
}

.marketing-lovel .first-testimonials {
    top: -3.5rem;
}

.marketing-lovel .second-testimonials {
    top: 12rem;
}

.marketing-lovel .third-testimonials {
    top: 0rem;
}

.marketing-lovel .four-testimonials {
    top: -6.5rem;
}

:is(.logo-animated, .logo-animated-black) {
    max-width: 220px;
    margin-top: 0;
}

.owl-theme .owl-dots .owl-dot {
    font-size: 0;
}

.category-tabs-ul {
    display: block !important;
}

.category-tabs-ul li a {
    padding: 2px 15px;
    font-size: var(--fontsize14);
    color: var(--black-color);
    font-weight: 500;
    line-height: 28px;
}

.category-tabs-ul li a.active {
    background-color: #e00030;
    color: var(--white-color);
}

.category-image-box {
    overflow: hidden;
    padding: 5px;
}

.category-image-box img {
    width: 100%;
    height: 100%;
    transition: 0.5s all;
    position: relative;
    z-index: 1;
    object-fit: cover;
}

.category-image-box a:after {
    content: "";
    background: #00000000;
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    opacity: 0;
}

.category-image-box:hover a:after {
    opacity: 1;
}

.category-image-box span {
    color: var(--white-color);
    padding: 9px 0;
    position: absolute;
    left: 0;
    z-index: 999;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    width: 150px;
    letter-spacing: 1px;
    bottom: 120px;
    transition: .3s linear;
    transition-delay: .4s;
    background: #e00030;
    margin: auto;
    right: 0;
    opacity: 0;
}

.category-image-box a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.category-image-box:hover {
    z-index: 1;
}

.category-image-box:hover img {
    -webkit-transform: scale(1.5);
    transform: gr;
    filter: grayscale(100%);
}

.category-image-box:hover span {
    bottom: 140px;
    opacity: 1;
}

/* website-page */


.ftr-frm label {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}


/* Thanks You Page  */

.main-content__checkmark {
    font-size: 9.75rem !important;
    line-height: 1 !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(45deg, #ba0067, #bf2168);
}

.main-thankyou {
    text-align: center;
}

.site-header__title {
    font-size: 6.5rem;
    font-weight: 700;
    color: #000;
    line-height: 1.1;
}

.main-content__body {
    margin: 20px 0 0;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 500;
    font-size: 18px;
}

.main-content .start_live_chat {
    padding: 12px 45px;
    margin-top: 20px;
    display: inline-table;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background: #bf2168;
    border-radius: 30px;
}

/* Thanks You Page  */

/* 404 Page */

.thankyou_sec {
    padding: 220px 0 150px;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.whychousewrp .upr-head {
    background: linear-gradient(43deg, #EAB543 0%, #c78535 99%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 999;
}


/* 404 Page */

.main-privacy h4 {
    font-size: 26px;
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-privacy h3 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.main-privacy p,
.main-privacy li {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.main-privacy h1 {
    color: #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
}

.inner-header {
    position: relative;
    padding: 1rem 0;
    border-bottom: #d8d8d8 1px solid;
    margin-bottom: 1px;
    background-color: #222730 !important;
}

.inner-header .desktop-menu ul li a {
    color: #1a1f2c
}

.inner-header .nav-item:before {
    color: #1a1f2c
}

.inner-header .navicon .nav-toggle {
    box-shadow: 0 10px 16px 0 rgb(0 0 0 / 20%)
}

.form_btn_wrap .btn:hover {
    color: #fff;
    background-image: linear-gradient(45deg, #7f3e94, #24939f);
}

.banner_step_form label {
    font-size: 14px;
    display: block;
    text-align: left;
    font-weight: 500;
    margin-top: 3px;
}

.header-contact-detail a i {
    color: #e00030;
}

.pages-link-ul li a {
    color: #e00030;
}

.social-media li a {
    color: #47b6c0;
}

.form-left-art figure img {
    width: 80%;
}

.banner-heading #cubic:hover span:after {
    /* background: #6b468a; */
    background-image: linear-gradient(45deg, #7f3e94, #24939f);
}

#regForm .tab {
    display: none;
    margin: 0;
}

/*.fixed-top {*/
/*    position: fixed !important;*/
/*    top: 0;*/
/*    right: 0;*/
/*    left: 0;*/
/*    z-index: 1030;*/
/*    background: #000000 !important;*/
/*    transition: all 0.3s ease-in-out;*/
/*}*/

/* .header.fixed-top .navbar-light .navbar-nav .nav-link {
    color: #fff !important;
}

.header.fixed-top .navbar-light .navbar-nav .nav-link .main-blck-logo{
    display: none !important;
}

.header.fixed-top .navbar-light .navbar-nav .nav-link .main-white-logo{
    display: inline-block !important;
}

.fixed-top .main-blck-logo {
    display: none !important;
}

.fixed-top .main-white-logo {
    display: none !important;
} */

.info-details img {
    margin-top: 10px;
}

.footer-step-form {
    display: none;
}

.footer-detail img {
    width: 50%;
    filter: drop-shadow(2px 4px 6px black);
}

.footer-detail p {
    font-size: 14px;
    margin: 0px;
}

.info-details strong {
    font-size: 13px;
}

.packageSlider .col-lg-4 {
    justify-content: center;
    margin-bottom: 30px;
}

.bark-logo {
    width: 150px;
}

.cookie-bar {
    position: fixed;
    bottom: 0;
    padding: 12px 15px;
    width: 100%;
    z-index: 15;
    background-size: cover;
    text-align: left;
    z-index: 99999;
    background: #050b33;
    display: none
}

.cookie-bar .col-nopadd {
    padding-left: 0;
    padding-right: 0
}

.cookie-bar p {
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
    line-height: 25px;
    margin-right: 10px
}

.cookie-bar .setcokies {
    color: #fff;
    display: inline-block
}

.cookie-bar .cookie-btn {
    color: #fff;
    background: #e00030;
    padding: 3px 10px 3px 6px;
    border-radius: 0;
    font-weight: 700;
    font-size: calc(11px + (13 - 11) * (100vw - 320px) / (1920 - 320));
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 0
}

.cookie-bar .cookie-btn-3 {
    border: 1px solid #fff;
    padding: 2px 4px;
    background: #36454f;
    border-radius: 2px;
    color: #fff
}

.setcokies a:hover {
    color: #fff;
}

.logo-st {
    color: #fff;
}

.logo-footer {
    color: #000;
}

.whatsapp-icon {
    position: fixed;
    bottom: 65px;
    left: 25px;
    height: 50px;
    z-index: 99;
}
.whatsapp-icon img {
    width: 100%;
    height: 100%;
}
.whatsapp-icon img {
  animation: bounce 2s ease-in-out infinite;
}

/* Keyframes for up-and-down animation */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0); /* Start and end in the original position */
  }
  50% {
    transform: translateY(-10px); /* Move up by 10px */
  }
}


