html {
    font-size: 62.5%;
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: #ffffff;
    font-size: 18px;
    color: var(--PrimaryColor);
    overflow-x: hidden !important;
    overflow-y: auto;
}

ul,
ol,
p,
form,
input,
textarea,
select,
pre,
em,
sub,
sup,
canvas,
section,
article,
aside,
img,
a,
li,
iframe,
table,
nav,
header,
footer,
body,
menu,
button {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    outline: none;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
    font-family: 'Montserrat', sans-serif;
    max-width: 100%;
}

*,
after,
before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

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

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

a {
    text-decoration: none !important;
    color: var(--PrimaryColor);
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

a:hover {
    color: var(--SecondaryColor);
}

b,
strong {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

a:focus {
    background: none;
}

u {
    text-decoration: underline;
}

i,
em {
    font-style: italic;
}

img {
    max-width: 100%;
}

.clear {
    clear: both;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
select,
textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    cursor: pointer;
}

p {
    color: var(--PrimaryColor);
}

.dropdown-item {
    font-size: 15px;
}

.row {
    --bs-gutter-x: 30px;
}

.g-0 {
    --bs-gutter-x: 0 !important
}

:root {
    --PrimaryColor: #000;
    --SecondaryColor: #454545;
    --white: #fff;
    --black: #242424;
}

@font-face {
    font-family: 'Helvetica Neue';
    src: local('../../fonts/Helvetica Neue Condensed Black'), local('HelveticaNeueBlackCondensed'), url('../../fonts/HelveticaNeueBlackCondensed.woff2') format('woff2'), url('../../fonts/HelveticaNeueBlackCondensed.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1396px !important;
    }
    .container-fluid {
        max-width: 1680px;
    }
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding-left: 15px;
    padding-right: 15px;
}

.btn {
    border-radius: 13px;
    font-size: 18px;
    font-weight: 500;
    padding: 14px 20px;
    border: 1px solid;
    box-shadow: none;
    text-transform: uppercase;
}

.btn-primaryx {
    border-color: transparent;
    background: transparent linear-gradient(180deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.btn-primaryx:hover {
    background: #FF5C88;
    color: #fff;
}

.btn-primaryx:focus {
    background: #FF5C88;
    color: #fff;
    outline: none;
}

.btn-default {
    background: #FFFFFF;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 20px;
    margin: 30px 0 0;
    border-radius: 13px;
    border: 1px solid transparent;
}

.btn-default:hover,
.btn-default:focus {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.home-banner-section.section-spacing {
    background: url(../../homeimages/home-banner-bg-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    position: relative;
}

.section-spacing {
    padding: 80px 0;
}

.banner-right-img {
    text-align: right;
    position: relative;
}

.home-banner-content h1 {
    color: #fff;
    font-size: 70px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    font-family: 'Bebas Neue', sans-serif;
}

.home-banner-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 10px 0 0;
}

.banner-right-img>img {
    position: relative;
    right: 8%;
    max-height: 820px;
    z-index: 1;
    bottom: -30px;
}

.animation-box-parent {
    max-width: 300px;
    position: absolute;
    top: 12%;
    left: 35%;
    height: 675px;
    overflow: hidden;
}

.banner-animated-box>img {
    position: absolute;
    left: -7px;
    bottom: 0;
    opacity: 70%;
}

.banner-animated-box img.table-top {
    opacity: 1;
    bottom: 20%;
    left: 36%;
    z-index: 1;
}

.banner-right-content-animate {
    position: absolute;
    max-width: 300px;
    text-align: right;
    bottom: 37%;
    left: 0;
}

.banner-right-content-animate p {
    font-size: 16px;
    color: #fff;
    margin: 10px 0 0;
    line-height: 1.6;
    font-weight: 400;
}

.sentence {
    position: relative;
    background: #fff !important;
    color: #141414;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    border-radius: 6px;
    padding: 3px;
    margin: 0 0 0;
    display: inline-block;
    text-align: center;
    padding-right: 20px;
}

.banner-right-content-animate span::after {
    content: '';
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 10px;
    height: 2px;
    background-color: #000;
    animation: blink 0.5s linear infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    margin: 1.5em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}

.masonry .item {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 7px;
    border: 4px solid #fff;
    list-style: none;
    margin-bottom: 10px;
    margin-right: 7px;
    -webkit-transition: 1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.masonry .item:nth-child(3) {
    height: 386px;
}

.masonry .item:nth-child(6) {
    height: 100px;
}

.masonry .item:nth-child(13) {
    height: 136px;
}

.masonry .item:nth-child(14) {
    height: 119px;
}

.big-circle {
    width: 475px;
    height: 475px;
    border-radius: 50%;
    background: rgb(255 255 255 / 9%);
    position: absolute !important;
    top: 15%;
    left: -6%;
    user-select: none;
    pointer-events: none;
}

.small-circle {
    background: rgb(98 0 255 / 38%);
    width: 166px;
    height: 166px;
    border-radius: 50%;
    right: 5%;
    position: absolute;
    top: 20%;
    animation: bounce 3s infinite !important;
    transition-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    animation: swing ease-in-out 7s infinite alternate;
}

#scene {
    width: 475px;
}

.masonry .big-animate {
    border-color: transparent;
}

.masonry .big-animate:after,
.masonry .big-animate:before,
.big-animate .meet:after,
.big-animate .meet:before {
    content: "";
    position: absolute;
    top: 0;
    left: -4px;
    width: 4px;
    background-color: #fff;
}

.masonry .big-animate:before {
    animation: border 2s infinite;
    height: 0;
    animation-delay: 3s;
}

.masonry .big-animate:after {
    left: initial;
    right: -4px;
    bottom: 0;
    top: initial;
    animation: border1 2s 4s infinite;
    animation-delay: 3s;
}

.big-animate .meet:after {
    width: 0%;
    height: 4px;
    bottom: -4px;
    animation: border2 2s 2s infinite;
    top: initial;
    left: 0;
    animation-delay: 3s;
}

.big-animate .meet:before {
    width: 0%;
    height: 4px;
    animation: border4 2s 6s infinite;
    right: 0;
    left: initial;
    top: -4px;
    animation-delay: 3s;
}

@keyframes border {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes border1 {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

@keyframes border2 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes border4 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

.banner-right-img h2 {
    color: #fff;
    font-size: 60px;
    font-family: 'Helvetica Neue';
    font-weight: 900;
    font-style: normal;
    position: absolute;
    top: 64%;
    right: -25%;
    transform: rotate(90deg);
    overflow: hidden;
    text-transform: uppercase;
}

.logo-slider-section p {
    color: #000000;
    font-weight: bold;
    line-height: 1.4;
    margin: 20px 0 0;
    text-align: center;
    padding: 0;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 18px;
}

.logo-slider-section p:after {
    content: "";
    position: absolute;
    left: -13px;
    top: 50%;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: transparent linear-gradient(180deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    transform: translateY(-50%);
    z-index: -1;
}

.logo-slider-section .request-marquee-parent marquee {
    width: 100%;
    overflow-y: hidden;
}

.logo-slider-section .request-marquee-parent ul {
    display: flex;
}

.logo-slider-section .request-marquee-parent ul li {
    background: transparent;
    margin: 5px 5px;
    padding: 0 15px;
    border-radius: 13px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    height: 100px;
}

.logo-slider-section {
    background: #F3EBFF;
    position: relative;
    text-align: center;
}

.top-corner-image .top-right {
    position: absolute;
    top: 0;
    right: 0;
    user-select: none;
    pointer-events: none;
}

.top-corner-image .top-left {
    position: absolute;
    top: 0;
    left: 0;
    user-select: none;
    pointer-events: none;
}

.same-head-box {
    margin: 0 auto 50px;
    max-width: 1000px;
}

.same-head-box h2 {
    color: #000;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 5px;
}

.same-head-box h2 strong {
    color: #FF7F00;
    font-weight: 900;
}

.same-head-box p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.cards {
    --cards-text-color: #fff;
    --cards-closed-size: 27rem;
    --animation-speed-normal: .4s;
    --animation-speed-fast: .25s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    width: 100%;
}

.card {
    width: 100%;
    height: var(--cards-closed-size);
    position: relative;
    z-index: 1;
    transition: all var(--animation-speed-normal) ease-in-out;
    cursor: pointer;
    border-radius: 13px;
    overflow: hidden;
}

.card__image {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 1;
    transition: all var(--animation-speed-normal) ease-in-out;
    border-radius: 10px
}

.card__infos {
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0;
    width: 100%;
    padding: 50px;
    background: transparent linear-gradient(133deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    left: 0;
    right: 0;
    padding: 30px 20px;
    height: auto;
}

.card .card__infos .card_info_para {
    display: none;
    transition: all var(--animation-speed-normal) ease-in-out;
}

.card[active] .card__infos .card_info_para {
    display: block;
    transition: all var(--animation-speed-normal) ease-in-out;
}

.card_info_num {
    font-size: 82px;
    font-weight: 700
}

.card_info_head {
    font-size: 20px;
    margin: 0 0 0px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
}

.card_info_para {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    color: #fff;
    transition: all var(--animation-speed-normal) ease-in-out;
}

.card[active] img {
    opacity: 1
}

.card__infos {
    opacity: 1;
    transition: all var(--animation-speed-normal) ease-in-out;
    width: 100%;
}

.card__infos {
    padding: 10px;
}

.card[active] .card__infos {
    padding: 30px 20px;
}

.card[active] .card__infos {
    opacity: 1
}

.card-heading {
    position: absolute;
    left: 0;
    bottom: -50px;
    color: #000;
    font-size: 16px;
    line-height: 1.3;
    transition: all ease-in .3s
}

.card[active] .card-heading {
    bottom: -25px
}

.cards .card:nth-child(1) .card-heading,
.cards .card:nth-child(2) .card-heading {
    bottom: -25px
}

.section-bg-color {
    background: #F4F4F4;
}

.vertical-tabs-wrapper .col-lg-8 .tab-content {
    margin-top: 80px;
}

.vertical-tabs-wrapper .nav-pills .nav-link {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 30px;
    min-width: 430px;
    padding: 30px 15px 50px 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    position: relative;
    margin: 0 0 15px;
}

.vertical-tabs-wrapper .nav-pills .nav-link figure {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    min-width: 50px;
    margin-right: 20px;
}

.vertical-tabs-wrapper .nav-pills .nav-link h3 {
    color: #000000;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    margin: 0;
    text-align: left;
    max-width: 300px !important;
}

.vertical-tabs-wrapper .nav-pills .nav-link span {
    font-size: 80px;
    font-weight: 900;
    color: #E3E3E3;
    position: absolute;
    right: 10px;
    bottom: 0;
    line-height: normal;
}

.vertical-tabs-wrapper .nav-pills .nav-link.active span {
    color: rgb(255 255 255 / 28%);
}

.vertical-tabs-wrapper {
    margin: 60px 0 0;
    position: relative;
    z-index: 9;
}

.vertical-tabs-wrapper .vertical-tabs-inner-details {
    background: #2A0464 0% 0% no-repeat padding-box;
    border-radius: 31px;
    padding: 80px 30px 80px 130px;
}

.vertical-tabs-wrapper .vertical-tabs-inner-details h4 {
    color: #FFFFFF;
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px;
    line-height: 1.4;
}

.vertical-tabs-wrapper .vertical-tabs-inner-details h3 {
    color: #FFFFFF;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 10px;
}

.vertical-tabs-wrapper .vertical-tabs-inner-details p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.vertical-tabs-wrapper .vertical-tabs-inner-details .btn-default {
    font-size: 18px;
    padding: 10px 20px;
    font-weight: bold;
    text-transform: capitalize;
    border-radius: 8px;
    margin: 40px 0 0;
}

.vertical-tabs-bottom-wrapper {
    margin: 80px 0 0;
}

.vertical-tabs-bottom-wrapper ul {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

.vertical-tabs-bottom-wrapper ul li {
    margin: 0 0 10px;
    width: 18%;
    text-align: center;
}

.vertical-tabs-bottom-wrapper ul li figure {
    margin: 0 auto 10px;
    text-align: center;
}

.vertical-tabs-bottom-wrapper ul li figure img {
    max-height: 56px;
    min-width: 56px;
}

.vertical-tabs-bottom-wrapper ul li span {
    color: #FFFFFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.4;
    margin: 10px 0 0;
    display: inline-block;
}

.vertical-tabs-bottom-wrapper ul li figure span {
    display: block;
    min-width: 40px;
    margin: 15px auto 0;
}

.vertical-tabs-wrapper .tab-content {
    margin-left: -110px;
}

.vertical-tbs-inner-height {
    margin: 40px 0 0;
    min-width: 440px;
    position: relative;
    z-index: 9;
}

.vertical-tbs-inner-height>div::-webkit-scrollbar {
    display: none;
}

.vertical-tbs-inner-height>div {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.vertical-tbs-inner-height>div {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    height: 100%;
    display: block;
}

.nav-pills .nav-link .right-arrow {
    top: 12%;
    bottom: initial;
    right: 5% !important;
    position: absolute;
}

.nav-pills .nav-link .right-arrow:after {
    content: "";
    position: absolute;
    top: 0px !important;
    right: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #F7366A;
}

.nav-pills .nav-link.active .right-arrow:after {
    background: #651FD3;
    display: none;
}

.nav-pills .nav-link .right-arrow img {
    position: relative;
    z-index: 1;
    -webkit-animation: bounceRight 2s infinite;
    animation: bounceRight 2s infinite;
}

@-webkit-keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    60% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

@keyframes bounceRight {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    40% {
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    60% {
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }
}

.vertical-tbs-inner-height .nav-pills .nav-link.active .right-arrow img {
    filter: brightness(0) invert(1);
    display: none;
}

.vertical-tbs-inner-height .nav-pills .nav-link.active {
    background: transparent linear-gradient(119deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    border-color: transparent;
}

.vertical-tbs-inner-height .nav-pills .nav-link.active h3 {
    color: #fff;
}

.vertical-tbs-inner-height .nav-pills .nav-link.active figure {
    background: #fff;
}

.vertical-tbs-inner-height .nav-pills .nav-link.active figure img {
    filter: none;
    animation: none;
}

.vertical-tbs-inner-height .nav-pills .nav-link figure img {
    filter: brightness(0) invert(1);
    max-width: 26px;
    animation: none;
}

.about-box-wrapper {
    position: relative;
    height: 100%;
}

.about-box-wrapper h4 {
    color: #FD9113;
    font-size: 80px;
    font-family: 'Helvetica Neue';
    font-weight: 900;
    font-style: normal;
    margin: 0;
    transform: rotate(90deg);
    position: absolute;
    left: -42%;
    top: 43%;
}

.about-box-img {
    display: flex;
    align-items: center;
    justify-content: end;
}

.about-box-img img {
    max-width: 300px;
    margin: 0 5px;
}

.same-head-box h3 {
    color: #1D1D1D;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 15px 0 30px;
}

.home-about-section .same-head-box p {
    color: #000;
    position: relative;
    z-index: 1;
}

.about-section-content {
    position: relative;
    z-index: 1;
    padding-top: 0px;
}

.about-section-content:after {
    content: "";
    position: absolute;
    left: -90px;
    top: -20px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: transparent linear-gradient(180deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    display: none !important;
}
.about-section-content .same-head-box h3{margin: 0 0 10px;}
.about-section-content .same-head-box h3,
.about-section-content .same-head-box h2 {
    position: relative;
    z-index: 1;
}

.about-section-content ul {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin: 30px 0 30px;
}

.about-section-content ul li {
    background: #1C1C1C;
    border-radius: 20px;
    padding: 20px 6px;
    min-height: 160px;
    width: 24%;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.about-section-content ul li:hover {
    transform: translateY(-5px);
}

.about-section-content ul li figure {
    text-align: center;
    margin: 0 0 15px;
}

.about-section-content ul li h5 {
    color: #C9C9C9;
    font-size: 15px;
    text-align: center;
    margin: 0;
    line-height: 1.6;
}

.about-section-content ul li p {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 0;
    text-align: center;
}

.home-cta-section {
    background: #29123B 0% 0% no-repeat padding-box;
    position: relative;
    padding: 100px 0;
    margin: 90px 0 0;
}

.home-cta-content h2 {
    color: #FFFFFF;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
}

.home-cta-content p {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.cta-owner-box {
    position: relative;
    padding-left: 105px;
    max-width: 440px;
    margin: 40px 0 10px;
}

.cta-owner-box figure {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
}

.cta-owner-box h3 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.cta-owner-box p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.home-cta-img-parent img {
    position: absolute;
    bottom: 0;
    right: 4%;
    max-width: 550px;
}

.home-cta-content .btn-default {
    text-transform: none;
}

.industry-section-parent .same-head-box {
    max-width: 660px;
    position: relative;
    z-index: 1;
}

.industry-inner-section .same-head-box:after {
    content: "";
    position: absolute;
    background: transparent linear-gradient(180deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    top: -28%;
    left: -14%;
    z-index: -1;
}

.industry-inner-box ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.industry-section-parent .same-head-box .btn-default {
    background: #000;
    color: #fff;
    margin: 20px 0 0;
}

.industry-section-parent .same-head-box .btn-default:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

.industry-inner-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -100px;
    margin-left: 140px;
}

.industry-inner-section ul li a {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.industry-inner-section ul li a .industry-inner-content {
    position: absolute;
    background: linear-gradient(180deg, rgba(247, 54, 106, 1) 0%, rgba(255, 159, 28, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    border-radius: 7px 7px 0 0;
    text-align: center;
    opacity: 0.9;
    visibility: hidden;
}

.industry-inner-section ul li a:hover .industry-inner-content {
    height: 100%;
    bottom: 0;
    top: auto;
    z-index: 1;
    visibility: visible;
}

.industry-inner-section ul li {
    margin: 10px 5px;
    width: 100%;
    padding: 0 5px;
}

.industry-inner-section ul li a .industry-inner-content p {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.4;
    margin: 0;
}

section.section-spacing.home-dedicated-developer-section {
    background: #F4F4F4;
}

section.section-spacing.home-dedicated-developer-section .container-fluid {
    max-width: 100%;
    padding-right: 0;
}

section.section-spacing.home-dedicated-developer-section .same-head-box {
    position: relative;
    margin: 0 0 50px !important;
    z-index: 1;
    max-width: 700px;
}

section.section-spacing.home-dedicated-developer-section .same-head-box h2 strong {
    color: #FF7F00;
}

section.section-spacing.home-dedicated-developer-section .same-head-box:after {
    content: "";
    position: absolute;
    left: -13px;
    top: -30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: transparent linear-gradient(180deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    z-index: -1;
    display: none !important;
}

section.section-spacing.home-dedicated-developer-section .same-head-box h2 {
    margin: 0 0 5px !important;
}

.developer-slide-inner-content span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #eee;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.developer-slide-inner-content span img {
    width: auto !important;
    max-width: 22px !important;
}

.developer-slide-inner-content p {
    color: #000000;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
}

.developer-slide-inner-content {
    margin: 25px 0;
    padding-left: 50px;
    position: relative;
}

.developer-slider-content .btn-primaryx {
    text-transform: capitalize;
    width: 100%;
    color: #FFFFFF;
    font-size: 24px;
    padding: 9px 15px;
    position: relative;
    margin: 0 0 5px;
}

.developer-slider-content .btn-primaryx span i {
    vertical-align: middle;
}

.select-field-parent span {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    user-select: none;
    pointer-events: none;
}

.developer-slider-content .btn-primaryx span img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.developer-slider-content .btn-primaryx span {
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.home-dedicated-developer-img img {
    max-width: 540px;
}

.story .story-item {
    height: 100%;
    border-radius: 27px;
    background: #fff;
    position: relative;
    padding: 10px;
    box-shadow: 0px 0px 10px #00000012;
}

.story .owl-stage {
    right: 20px;
}

.story.owl-carousel .owl-nav {
    display: block !important;
    text-align: right;
    margin-right: 40px;
    margin-top: 20px;
}

.story.owl-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    background-color: #E5E5E5 !important;
    border-radius: 50%;
    margin: 5px;
}

.story.owl-carousel .owl-nav button span {
    display: none;
}

.story.owl-carousel .owl-nav .owl-prev {
    background: url(../../homeimages/arrow-slide-left.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 22px;
}

.story.owl-carousel .owl-nav .owl-next {
    background: url(../../homeimages/arrow-slide-right.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 22px;
}

.section {
    text-align: center;
    width: 100%;
    height: 90vh;
    letter-spacing: 4px;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
}

.section .fixed {
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50px;
    right: 50px;
    width: 100%;
}

.homeprotfolio .section {
    position: inherit !important;
    transform: translateY(-0%) !important;
}

.section .white {
    color: #fff;
}

section.section-spacing.porfolio-fixed-section.p-0.mobile-portfolio-fixed-section.d-lg-none .portfolio-bgcolor1 {
    background-color: #2E323B;
    color: #000;
    top: 0;
    z-index: 2;
}

.section:nth-child(1) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

section.section-spacing.porfolio-fixed-section.p-0.mobile-portfolio-fixed-section.d-lg-none .portfolio-bgcolor2 {
    background-color: #F4DCC2;
    color: #fff;
    top: 100vh;
    z-index: 3;
}

.section:nth-child(2) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

section.section-spacing.porfolio-fixed-section.p-0.mobile-portfolio-fixed-section.d-lg-none .portfolio-bgcolor3 {
    background-color: #c3d8ff;
    color: #fff;
    top: 200vh;
    z-index: 4;
}

.section:nth-child(3) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

section.section-spacing.porfolio-fixed-section.p-0.mobile-portfolio-fixed-section.d-lg-none .portfolio-bgcolor4 {
    background-color: #FFFDFD;
    color: #fff;
    top: 300vh;
    z-index: 5;
}

.section:nth-child(4) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

section.section-spacing.porfolio-fixed-section.p-0.mobile-portfolio-fixed-section.d-lg-none .portfolio-bgcolor5 {
    background-color: #cbe6f1;
    color: #fff;
    top: 400vh;
    z-index: 6;
}

.section:nth-child(5) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

section.section-spacing.porfolio-fixed-section.p-0.mobile-portfolio-fixed-section.d-lg-none .portfolio-bgcolor6 {
    background-color: #F4DCC2;
    color: #fff;
    top: 500vh;
    z-index: 7;
}

.section:nth-child(6) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

.fixed-portfolio-content {
    text-align: left;
}

.porfolio-fixed-section {
    position: relative;
}

.fixed-portfolio-wrapper .line {
    width: 100%;
    max-width: 800px;
    height: 8px;
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
}

.fixed-portfolio-wrapper nav {
    opacity: 0;
}

.fixed-portfolio-wrapper div.panel {
    height: 100vh;
}

.fixed-portfolio-content h3 {
    color: #000;
    font-size: 44px;
    font-weight: 800;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 15px;
    letter-spacing: normal;
}

.fixed-portfolio-content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
}

.fixed-portfolio-content ul {
    margin: 25px 0;
    display: flex;
    align-items: stretch;
    justify-content: start;
}

.fixed-portfolio-content ul li {
    background: #fff;
    padding: 8px 16px;
    border-radius: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
}

.fixed-portfolio-content ul li+li {
    margin-left: 15px;
}

.home-portfolio-btn {
    text-align: left;
    margin-top: 60px;
}

.home-portfolio-btn .btn-portfolio {
    background: #EF3D42;
    border-radius: 30px;
    color: #fff;
    border-color: transparent;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    letter-spacing: normal;
    text-transform: capitalize;
}

.home-portfolio-btn .btn-portfolio:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.fixed-portfolio-box {
    max-width: 1600px;
    margin: 0 auto;
}

.fixed-portfolio-image img {
    max-width: 600px !important;
    webkit-animation: mover 1.1s infinite alternate;
    animation: mover 1.9s infinite alternate;
    margin: 0 auto;
}

.homeprotfolio .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    background: transparent;
    border-radius: 50%;
    margin: 4px;
    border: 1px solid #707070;
}

.homeprotfolio .owl-dots button.owl-dot.active {
    background: #707070;
    width: 22px;
    height: 22px;
}

.homeprotfolio .owl-dots {
    position: absolute;
    bottom: 20px;
    right: 0;
    text-align: center;
    left: 0;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

.fixed-portfolio-image {
    position: relative;
    padding: 50px 0;
}

.casestudy-circle {
    width: 570px;
    height: 570px;
    border-radius: 50%;
    background: #EF3D42;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #EF3D42;
}

.fixed-portfolio-box.white .fixed-portfolio-content h3 {
    color: #fff;
    letter-spacing: normal;
}

.fixed-portfolio-box.white .fixed-portfolio-content p {
    color: #fff;
    letter-spacing: normal;
}

.fixed-portfolio-box.black.green-bg .home-portfolio-btn .btn {
    background: #17312F;
}

.fixed-portfolio-box.black.green-bg .home-portfolio-btn .btn:hover {
    background: transparent;
    border-color: #17312F;
    color: #17312F;
}

.fixed-portfolio-box.black.sky-bg .home-portfolio-btn .btn {
    background: #0381FF;
}

.fixed-portfolio-box.black.sky-bg .home-portfolio-btn .btn:hover {
    background: transparent;
    border-color: #0381FF;
    color: #0381FF;
}

.fixed-portfolio-box.black.red-bg .home-portfolio-btn .btn {
    background: #005F80
}

.fixed-portfolio-box.black.red-bg .home-portfolio-btn .btn:hover {
    background: 0 0;
    border-color: #005F80;
    color: #005F80
}

.fixed-portfolio-box.white.red-bg .fixed-portfolio-image img {
    min-height: 580px;
}

.fixed-portfolio-box.black.green-bg .casestudy-circle {
    background: linear-gradient(180deg, rgba(15, 137, 25, 1) 0%, rgba(21, 39, 22, 1) 100%);
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #0f8919;
}

.fixed-portfolio-box.black.sky-bg .casestudy-circle {
    background: linear-gradient(180deg, rgba(39, 102, 186, 1) 0%, rgba(46, 85, 137, 1) 100%);
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #2766ba;
}

.fixed-portfolio-box.white.red-bg .casestudy-circle {
    background: #C42623;
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #C42623;
}

.fixed-portfolio-box.black.yellow-bg .casestudy-circle {
    background: linear-gradient(180deg, rgba(255, 159, 28, 1) 0%, rgba(251, 177, 127, 1) 100%);
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #ff9f1c;
}

.section.portfolio-bgcolor5.changebgcolors-drt .fixed-portfolio-image .casestudy-circle {
    background: linear-gradient(180deg, rgba(255, 159, 28, 1) 0%, rgba(251, 177, 127, 1) 100%);
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #ff9f1c;
}

.section.portfolio-bgcolor5.changebgcolors-drt .fixed-portfolio-content .home-portfolio-btn a.btn.btn-portfolio {
    background: #005F80;
}

section.section-spacing.porfolio-fixed-section .section.portfolio-bgcolor6.changebgcolors-cut {
    background: #D7EBFA !important;
}

.fixed-portfolio-box.black.darkgreen-bg .casestudy-circle {
    background: #233938;
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #233938;
}

.fixed-portfolio-box.black.yellow-bg .home-portfolio-btn .btn {
    background: #005F80;
}

.fixed-portfolio-box.black.yellow-bg .home-portfolio-btn .btn:hover {
    background: transparent;
    border-color: #005F80;
    color: #005F80;
}

.fixed-portfolio-box.black.darkgreen-bg .fixed-portfolio-image img {
    min-height: 590px;
}

.fixed-portfolio-box.black.darkgreen-bg .home-portfolio-btn .btn {
    background: #233938;
}

.fixed-portfolio-box.black.darkgreen-bg .home-portfolio-btn .btn:hover {
    background: transparent;
    border-color: #233938;
    color: #233938;
}

section.section-spacing.industry-awards-section {
    background: #fdf0f0;
}

section.section-spacing.industry-awards-section .same-head-box {
    max-width: 100%;
    margin: 0 auto 30px;
}

section.section-spacing.industry-awards-section .same-head-box h2 {
    line-height: 1.3;
}

.home-award-banner-parent img {
    width: 100%;
}

.home-award-banner-parent {
    margin: 0 0 30px;
}

section.section-spacing.industry-awards-section .request-marquee-parent marquee {
    width: 100%;
    overflow-y: hidden;
}

section.section-spacing.industry-awards-section .request-marquee-parent ul {
    display: flex;
}

section.section-spacing.industry-awards-section .request-marquee-parent ul li {
    background: #FFFFFF;
    margin: 5px 10px;
    padding: 0 15px;
    border-radius: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 150px;
    box-shadow: 0px 3px 12px #E4E4E4;
}

section.section-spacing.industry-awards-section .request-marquee-parent ul img {
    max-height: 100px;
    max-width: 100px !important;
}

section.section-spacing.industry-awards-section .request-marquee-parent marquee:last-child ul li img {
    max-width: 90px !important;
    max-height: 90px;
}

section.section-spacing.industry-awards-section .request-marquee-parent {
    position: relative;
}

section.section-spacing.industry-awards-section .request-marquee-parent .home-marquee-content-box {
    position: absolute;
    right: 0;
    top: -80px;
    bottom: 0;
    background: #FF7474;
    border-radius: 30px;
    max-width: 450px;
    z-index: 1;
    padding: 25px;
    text-align: center;
}

section.section-spacing.industry-awards-section .request-marquee-parent .home-marquee-content-box h3 {
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.4;
    margin: 0 0 10px;
}

section.section-spacing.industry-awards-section .request-marquee-parent .home-marquee-content-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

section.section-spacing.industry-awards-section .request-marquee-parent .home-marquee-content-box .btn {
    margin: 20px 0 0;
    background: #000;
    color: #fff;
    border-color: transparent;
}

section.section-spacing.industry-awards-section .request-marquee-parent .home-marquee-content-box .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #000;
}

section.section-spacing.home-plan-section {
    padding-bottom: 220px;
}

.plan-content-parent {
    position: relative;
    max-width: 1150px;
    margin: 200px auto 0;
}

.rounded-circle-content {
    background: #FDFDFD 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 28px #00000029;
    border-radius: 28px;
    padding: 30px;
    position: relative;
}

.rounded-circle-content h3 {
    color: #000000;
    font-weight: bold;
    font-size: 30px;
    margin: 0 0 5px;
    line-height: 1.4;
}

.rounded-circle-content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.rounded-circle-content span {
    color: #CCCCCC;
    font-size: 95px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: -20px;
    opacity: 40%;
    user-select: none;
    pointer-events: none;
}

.plan-content-parent .col-lg-6:nth-child(odd) .rounded-circle-content {
    padding-right: 140px;
}

.plan-content-parent .col-lg-6:nth-child(even) .rounded-circle-content {
    text-align: right;
    padding-left: 160px;
}

.plan-content-parent .col-lg-6:nth-child(even) .rounded-circle-content span {
    left: 20px;
    right: inherit;
}

.plan-content-parent .col-lg-6:nth-child(3) .rounded-circle-content span,
.plan-content-parent .col-lg-6:nth-child(4) .rounded-circle-content span {
    top: inherit;
    bottom: -20px;
}

.plan-content-parent .col-lg-6 {
    padding: 8px 8px;
}

.plan-middle-content {
    background: transparent linear-gradient(180deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 0 0 rgb(255 150 118);
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulseaim {
    to {
        box-shadow: 0 0 0 30px rgba(12, 108, 211, 0);
    }
}

.round-planet {
    width: 750px;
    height: 750px;
    border: 1px solid #6454EB;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.round-planet.planet {
    top: 51%;
}

.round-planet.planet img {
    animation: imgrotate 2s linear infinite;
    -webkit-animation: imgrotate 20s linear infinite;
}

.round-planet.planet3 img {
    animation: imgrotate1 2s linear infinite;
    -webkit-animation: imgrotate1 20s linear infinite;
}

@keyframes imgrotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes imgrotate1 {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.round-planet.planet2 {
    width: 750px;
    height: 750px;
    border-color: transparent;
}

.round-planet.planet3 {
    width: 650px;
    height: 650px;
    background: url(../../homeimages/home-plancircle-bg-image.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-color: transparent;
}

.clinets-reviews-main-wrapper {
    border: 1px solid #6454EB;
    border-radius: 30px;
    padding: 90px 30px 10px;
    position: relative;
}

.clietns-reviews-content.item {
    background: #E8E5FE;
    border-radius: 20px;
    overflow: hidden;
    padding: 10px 10px 20px;
}

.clietns-reviews-content.item figure {
    margin: 0 0 30px;
    position: relative;
}

.clietns-reviews-content.item figure span {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
}

.clietns-reviews-content.item figure span img {
    width: auto !important;
    max-width: 35px !important;
}

.clinets-review-content-bottom p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 10px;
    min-height: 240px;
}

.clinets-review-content-bottom h3 {
    margin: 20px 0 5px;
    color: #000000;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.4;
}

.clinets-review-content-bottom h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.clinets-review-content-wrapper .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    margin: 5px;
}

.clinets-review-content-wrapper .owl-nav button span {
    display: none;
}

.clinets-review-content-wrapper .owl-nav .owl-prev {
    background: #EAEAEA url(../../homeimages/arrow-slide-left.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 22px !important;
}

.clinets-review-content-wrapper .owl-nav .owl-next {
    background: #EAEAEA url(../../homeimages/arrow-slide-right.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    background-size: 22px !important;
}

.clinets-review-content-wrapper .owl-nav {
    text-align: right;
    margin: 25px 0 0;
}

.clinets-reviews-main-wrapper .same-head-box p {
    margin: 15px 0 30px;
}

.big-quote-reviews {
    position: absolute;
    top: -60px;
    left: 20px;
}

.clinets-reviews-main-wrapper .same-head-box {
    margin: 40px 0 0;
}

section.section-spacing.request-address-section .same-head-box {
    max-width: 750px;
}

.request-address-section .same-head-box {
    max-width: 1000px;
    z-index: 1;
    margin: 0 0 30px;
    position: relative;
}

.request-address-section .same-head-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 180px;
    background: transparent linear-gradient(180deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    z-index: -1;
    transform: translate(-110px, -30px);
    display: none !important;
}

.request-address-box {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    overflow: hidden;
    border-radius: 26px;
    height: 100%;
    position: relative;
}

.request-address-box img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    height: 100%;
}

.request-address-content-box {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 1;
}

.request-address-box:hover img {
    transform: scale(1.1);
}

.request-address-box:after {
    bottom: 0 !important;
}

.request-address-box:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 44%);
    top: 0;
    bottom: 3px;
    border-radius: 26px;
}

.request-address-content-box h4 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.request-address-content-box p,
.request-address-content-box a {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
}

section.section-spacing.home-blogs-section {
    background: #F4F4F4;
}

.home-blog-content {
    background: #fff;
    padding: 16px;
    border-radius: 20px;
    height: 100%;
}

.home-blog-inner-content ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 15px;
}

.home-blog-inner-content ul li {
    color: #3B3B3B;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.home-blog-inner-content ul li a,
.home-blog-inner-content ul li a.cat-blogs {
    border: 1px solid #E0E0E0;
    background: #F8F8F8;
    border-radius: 22px;
    padding: 2px 5px;
    text-align: center;
    color: #3B3B3B;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.home-blog-inner-content h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
}

.home-blog-inner-content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.request-quote-banner {
    background: #ECEAFC;
}

.request-quote-details {
    background: transparent linear-gradient(180deg, #4F17A6 0%, #651FD3 39%, #A03FFB 100%) 0% 0% no-repeat padding-box;
    border-radius: 40px;
    padding: 70px 30px;
    position: relative;
    height: 100%;
}

.request-quote-details:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 180px;
    height: 180px;
    background: transparent linear-gradient(180deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    transform: translate(-90px, 50px);
}

.request-quote-details h2 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 5px;
    position: relative;
    z-index: 1;
}

.request-quote-details p {
    color: #FFFFFF;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    position: relative;
    z-index: 1;
}

.request-quote-details ul {
    position: relative;
    margin: 50px 0 30px;
    padding-left: 20px;
}

.request-quote-details ul:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border: 1px dashed #fff;
}

.request-quote-details ul li h4 {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px;
}

.request-quote-details ul li p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.request-quote-details ul li+li {
    margin: 35px 0 0;
}

.quote-owner-field {
    position: relative;
    padding-left: 79px;
    max-width: 100%;
}

.quote-owner-field img {
    max-width: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.quote-owner-field h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 5px;
}

.quote-owner-field p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.request-quote-details ul li {
    position: relative;
    padding-left: 10px;
}

@keyframes shadow-pulse-one {
    0% {
        box-shadow: 0 0 0 0px #fff;
    }
    100% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
}

.request-quote-form-wrapper {
    background: #fff;
    height: 100%;
    border-radius: 40px;
    padding: 0 0 20px 0;
    overflow: hidden;
}

.request-quote-form-wrapper h2 {
    color: #000;
    font-weight: 600;
    font-size: 40px;
    margin: 0 0 0;
    line-height: 1.4;
}

.form-top-header {
    background: #eee;
    padding: 20px 10px;
    text-align: center;
}


.select-field-parent {
    position: relative;
}

.select-field-parent i {
    position: absolute;
    top: 42%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    pointer-events: none;
    user-select: none;
}

.phone-no-field.form-control {
    display: flex;
    align-items: center;
    justify-content: start;
}

.phone-no-field.form-control input {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin: 0;
    width: 100%;
    color: #707070;
}

.request-quote-form-wrapper .file-upload-wrapper:hover:before {
    background: #6d23d9;
}

#contact-section .contact_form .file-upload-wrapper {
    position: relative;
    border: 1px solid #e8e8e8;
    height: 50px;
}

.sprucecss {
    align-items: flex-start;
    background-color: white;
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem black;
    color: #444;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    inset: auto auto 1rem 1rem;
    line-height: 1.5;
    max-width: 11rem;
    padding: 1.5rem;
    position: fixed;
    text-decoration: none;
}

.sprucecss img {
    height: 1.5rem;
    width: auto;
}

.request-form-button-parent button.btn.btn-request {
    background: #000000;
    border-radius: 13px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 20px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    min-width: 130px;
}

.request-form-button-parent button.btn.btn-request:hover {
    background: transparent;
    border-color: #000;
    color: #000;
}

.home-contact-bg-wrapper {
    position: absolute;
    bottom: 0;
    right: 0;
    user-select: none;
    pointer-events: none;
}

section.section-spacing.request-quote-banner.home-contact-form-section .quote-owner-field {
    margin: 0 0 0;
    max-width: 320px;
    padding-left: 90px;
}

.request-quote-form-wrapper.home-contact-right-header .form-top-header {
    background: #fff;
    text-align: left;
    padding: 20px 25px 5px;
}

.request-quote-form-wrapper.home-contact-right-header .form-top-header h2 {
    color: #6454EB;
    font-weight: 900;
    font-size: 50px;
    font-family: 'Helvetica Neue';
}

.request-quote-form-wrapper .form-group .form-control:focus {
    border-color: #6454eb;
    box-shadow: none;
}

footer.section-spacing {
    background: #FFFCF9;
    padding-bottom: 0;
}

.footer-heading-parent h3 {
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
}

.footer-heading-parent ul li+li {
    margin-top: 10px;
}

.footer-heading-parent ul li a {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.footer-contect-details-parent p {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 5px;
}

.footer-contect-details-parent h2 {
    color: #F7366A;
    font-size: 26px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 10px;
}

.footer-call-details-inner figure {
    background: #FFE6C4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 5px;
}

.footer-call-details-inner span {
    color: #F7366A;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
    display: block;
}

.footer-call-details-inner a {
    color: #050505;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.footer-heading-parent ul li a:hover {
    color: #F7366A;
}

.footer-call-details-inner+.footer-call-details-inner {
    margin: 20px 0 0;
}

.footer-bottom-social-icon {
    margin: 40px 0 0;
    padding: 30px 0;
    border-top: 1px solid rgb(0 0 0 / 17%);
}

.footer-bottom-social-icon ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-bottom-social-icon ul li {
    margin: 0 7px;
}

.footer-bottom-social-icon ul li a {
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.footer-bottom-social-icon ul li a:hover {
    transform: translateY(-5px);
}

.home-footer-bottom-parent {
    background: transparent linear-gradient(180deg, #FF9F1C 0%, #FF9F1C 100%) 0% 0% no-repeat padding-box;
    padding: 20px;
}

.footer-bottom-right-content {
    display: flex;
    align-items: center;
    justify-content: end;
}

.footer-bottom-right-content span+span {
    margin-left: 10px;
}

.footer-bottom-left-content p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
}

.footer-bottom-left-content p a {
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.footer-bottom-left-content p a:hover {
    color: #000;
}

.footer-bottom-left-content {
    display: flex;
    align-items: center;
    justify-content: start;
}

.footer-bottom-left-content ul {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-left: 15px;
}

.footer-bottom-left-content ul li+li {
    margin-left: 5px;
}

.footer-bottom-left-content ul li a {
    color: #000;
    font-weight: 500;
    line-height: 1.4;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.navbar .logo img {
    max-width: 120px !important;
    height: 50px;
}

.menu-btn {
    position: relative;
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
    border-radius: 50%;
    border: 1px solid #000;
}

.menu-btn .menu-btn__lines,
.menu-btn .menu-btn__lines::before,
.menu-btn .menu-btn__lines::after {
    width: 20px;
    height: 1px;
    background: #000;
    transition: all 0.4s ease-in-out;
}

.menu-btn .menu-btn__lines::before,
.menu-btn .menu-btn__lines::after {
    content: "";
    position: absolute;
}

.menu-btn .menu-btn__lines::before {
    transform: translateY(-0.5rem);
}

.menu-btn .menu-btn__lines::after {
    transform: translateY(0.5rem);
}

.menu-btn.open .menu-btn__lines {
    transform: translateX(0.7rem);
    background: transparent;
}

.menu-btn.open .menu-btn__lines::before {
    transform: rotate(45deg) translate(-0.5rem, 0.5rem);
    background: #000;
}

.menu-btn.open .menu-btn__lines::after {
    transform: rotate(-45deg) translate(-0.5rem, -0.5rem);
    background: #000;
}

.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    padding: 10px 50px;
    background: transparent;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    border-radius: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
}

.navbar .logo {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar .menu-items {
    display: flex;
    align-items: center;
}

.navbar .menu-items::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    background-color: #222;
}

.navbar .menu-items::-webkit-scrollbar {
    width: 6px;
    background-color: #222;
}

.navbar .menu-items::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.navbar .menu-items>li>.menu-item {
    padding: 1.5rem 1.5rem;
}

.navbar .menu-items li:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 20px 20px -17px rgb(0 0 0 / 32%);
}

.navbar .dropdown {
    position: relative;
}

.navbar .menu-right {
    top: 0;
    left: 100%;
}

.navbar .menu-left {
    top: 0;
    left: -100%;
}

.navbar .menu-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 1rem;
    font-size: 16px;
    transition: 0.25s;
    font-weight: 500;
}

.navbar .menu-item:hover {
    color: #ff5722;
}

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

.navbar ul li .arrow {
    transition: all 0.3s ease-out;
}

.navbar ul li a {
    position: relative;
    text-decoration: none;
    color: #000;
}

.navbar .mega-menu .content {
    width: 100%;
    padding: 1rem;
    background: #fff;
    -webkit-box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
    background: #fff;
}

.navbar .category .content .col .img-wrapper {
    margin: 1rem 0;
}

.navbar .content .col {
    display: flex;
    flex-direction: column;
}

.navbar .content .col .img-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: 20vw;
    overflow: hidden;
}

.navbar .content .col .img-wrapper:hover img {
    transform: scale(1.1);
}

.navbar .content .col .img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.navbar .content .col img {
    width: 100%;
    max-width: 100%;
    transition: transform 0.3s ease-in-out;
}

.navbar .content .col .menu-title {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.125rem;
    border-left: 2px solid #ff5722;
    padding-left: 0.625rem;
}

.navbar .content .col .mega-links {
    padding-left: 1rem;
    border-left: 1px solid #3c3c3c;
}

.navbar .content .col .mega-links li {
    margin: 1rem 0;
}

.navbar .content .col .mega-links li a {
    padding: 0;
}

.mainheader-right {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-left: 15px;
}

.mainheader-right .main-header-whatsapp a {
    width: 45px;
    height: 45px;
    display: flex;
    align-self: center;
    justify-content: center;
    background: transparent linear-gradient(215deg, #F7366A 0%, #FF9F1C 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
}

.mainheader-right .main-header-whatsapp a img {
    max-width: 21px !important;
}

.main-header-whatsapp {
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.main-header-whatsapp span {
    margin-left: 5px;
    max-width: 10px !important;
}

.navbar .menu-items>li>.menu-item span {
    margin-left: 5px;
    max-width: 10px !important;
    vertical-align: middle;
    display: inline-block;
    transition: 0.4s;
    webkit-transition: 0.4s;
}

.navbar ul li:hover .menu-item span {
    transform: rotate(180deg);
}

.headerbtn {
    background: url(../../homeimages/header-bg-img.svg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #000;
    border-radius: 13px;
    padding: 10px 15px;
    text-align: center;
    font-size: 16px;
}

.headerbtn:hover {
    color: #000;
}

@media (max-width: 1199px) {
    .navbar .menu-items>li>.menu-item {
        color: #fff;
        font-size: 18px;
    }
    .navbar .menu-items>li>.menu-item span img {
        filter: brightness(0) invert(1);
    }
    .navbar .mega-menu .content .col {
        max-width: 100% !important;
        flex: 0 0 100% !important;
        background: transparent !important;
        padding: 0 15px !important;
    }
    .content.row.header-solutions-menu {
        padding: 0 !important;
    }
    .navbar .menu-items li a {
        color: #fff;
    }
    .mainheader-menu li a span {
        display: none !important;
    }
    .navbar .mega-menu .content {
        background: transparent !important;
    }
    .menu-btn {
        display: flex;
    }
    .navbar .mega-menu {
        padding: 0;
    }
    .navbar {
        padding: 10px 20px;
    }
    .hide-mobile-menu {
        display: none !important;
    }
    .navbar .mega-menu .content {
        padding: 0;
        width: 100%;
        box-shadow: none !important;
        border: none !important;
    }
    .dropdown-menu {
        border: none;
    }
    .navbar .menu-items li:hover .mega-menu {
        box-shadow: none;
    }
    .navbar .dropdown {
        border-bottom: 1px solid rgb(255 255 255 / 8%);
    }
    .navbar .mega-menu .mainheader-menu {
        padding-left: 20px;
    }
    .navbar .mega-menu .mainheader-menu ul li a {
        padding: 0 0 15px;
        font-size: 15px;
    }
    .navbar .dropdownMega .dropdown-menu.mega-menu.header-our-work-portfoilo .content.row .col {
        display: none;
    }
    .navbar .dropdownMega .dropdown-menu.mega-menu.header-our-work-portfoilo .content.row .col.d-none {
        display: block !important;
    }
    .navbar .dropdownMega .dropdown-menu.mega-menu.header-our-work-portfoilo .content.row {
        margin: 0 !important;
    }
    .mobile-device-service-menu li a {
        display: block;
        font-size: 15px;
        color: #fff;
        padding-top: 0 !important;
    }
    .content.header-service-tabs {
        display: none;
    }
    .mobile-device-service-menu.d-none {
        display: block !important;
    }
    .mobile-device-service-menu.d-none ul li a span {
        display: none;
    }
    .mobile-device-service-menu.d-none ul {
        padding-left: 15px;
    }
    .mobile-device-service-menu.d-none ul>li>ul {
        padding-bottom: 10px;
        padding-left: 20px;
    }
    .navbar .menu-items {
        scrollbar-gutter: inherit;
        position: fixed;
        top: 0px;
        left: 0;
        display: block;
        width: 350px;
        height: 100vh;
        padding-top: 30px;
        padding-bottom: 100px;
        padding-right: 0;
        background: #000;
        overflow-y: auto;
        transform: translateX(-100vh);
        transition: 0.3s ease-out;
    }
    .navbar .menu-items.open {
        transform: translateY(0);
    }
    .navbar .menu-items>li>.menu-item {
        padding: 1rem 1rem;
    }
    .navbar .menu-items li a {
        padding: 10px 1rem;
    }
    .navbar .dropdown-menu {
        display: none;
        height: 100%;
        position: relative;
        background: transparent;
        top: 0;
        width: 100%;
        padding-left: 1rem;
        overflow: hidden;
    }
    .navbar .menu-right {
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        padding-left: 1.5rem;
    }
    .navbar .menu-right:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 20px;
        width: 1px;
        height: calc(100% - 25px);
        background-color: rgba(255, 255, 255, 0.25);
        transform: translateY(-50%);
    }
    .navbar .menu-left {
        top: 0;
        left: 0;
        width: 100%;
        padding-left: 1.5rem;
    }
    .navbar .menu-left:before {
        content: "";
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 20px;
        width: 1px;
        height: calc(100% - 25px);
        background-color: rgba(255, 255, 255, 0.25);
        transform: translateY(-50%);
    }
    .navbar .mega-menu {
        position: relative;
        display: none;
        padding-left: 0;
    }
    .navbar .mega-menu .content {
        grid-template-columns: auto;
    }
    .navbar .mega-menu .content .col {
        padding: 0;
        width: 100%;
    }
    .navbar .content .col .menu-title {
        font-size: 0.875rem;
    }
    .navbar .content .col .mega-links {
        border-left: 0;
        padding-left: 0;
    }
    .navbar .content .col .mega-links li {
        margin: 0;
    }
    .navbar .content .col .mega-links li a {
        padding: 0 0.5rem;
    }
    .overlay {
        position: fixed;
        z-index: 500;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.6);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    }
    .overlay.overlay--active {
        opacity: 1;
        visibility: visible;
    }
    .overflow {
        overflow: hidden;
    }
}

@media (min-width: 1200px) {
    .navbar .dropdown-menu {
        position: absolute;
        top: 65px;
        right: 0;
        left: 0;
        display: block;
        padding: 0;
        background: #fff;
        border-radius: 0 0 5px 5px;
        opacity: 0;
        box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.05);
        visibility: hidden;
        transition: all 0.4s ease;
        border-radius: 0;
    }
    .navbar .dropdown:hover>.dropdown-menu {
        opacity: 1;
        visibility: visible;
    }
    .navbar .dropdownMega {
        position: inherit !important;
    }
    .navbar .mega-menu {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100vw;
        opacity: 0;
        visibility: hidden;
        transition: all 0.4s ease-out 0s, visibility 0.1s linear 0s;
    }
    .navbar .mega-menu .content {
        padding: 0rem 0rem;
        background: #E8F4FF;
    }
}

.custom-btn {
    width: 170px;
    color: #fff;
    border-radius: 8px;
    padding: 8px 10px;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
    font-size: 16px;
    text-transform: capitalize;
}

.btn-header {
    background: linear-gradient(90deg, rgba(81, 24, 170, 1) 0%, rgba(124, 89, 177, 1) 100%);
    border: none;
    z-index: 1;
}

.btn-header:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 8px;
    background: transparent linear-gradient(215deg, #F7366A 0%, #FF9F1C 100%) 0% 0% no-repeat padding-box;
    transition: all 0.3s ease;
}

.btn-header:hover,
.btn-header:focus {
    color: #fff;
}

.btn-header:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}

.btn-header:active {
    top: 2px;
}

.btn-header:focus {
    box-shadow: none;
    outline: none;
    background: transparent linear-gradient(215deg, #F7366A 0%, #FF9F1C 100%) 0% 0% no-repeat padding-box;
}

.content.row>.col:first-child {
    padding-left: 13rem;
    background: #fff;
    padding-top: 50px;
}

.navbar .content .col h3 {
    color: #000000;
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 10px;
    line-height: 1.4;
}

.mainheader-menu li a {
    padding: 8px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.mainheader-menu li a span {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 50%;
    background: #E8F4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.mainheader-menu li a span img {
    max-width: 20px !important;
    max-height: 20px;
}

.header-menu-description {
    padding: 30px 40px 30px;
    position: relative;
    background: #E8F4FF;
}

.header-menu-description .header-description-inner>img {
    position: absolute;
    right: 3%;
    bottom: -1px;
    max-width: 330px !important;
}

.owner-details ul li+li {
    margin-top: 20px;
}

.header-description-inner .head-heding {
    font-size: 35px;
    font-weight: 900;
    color: #000000;
    line-height: 1.4;
    margin: 40px 0 0;
}

.header-description-inner p {
    color: #000;
    font-size: 17px;
    line-height: 1.6;
    margin: 10px 0 0;
    font-weight: 400;
}

.header-owner-desc figure {
    margin: 0;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.header-owner-desc p {
    color: #000 !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
}

.header-owner-desc h4 {
    color: #0381FF;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 5px;
}

.header-owner-desc {
    position: relative;
    margin: 50px 0 25px;
    padding-left: 80px;
}

.header-description-inner .btn.btn-owner {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: inherit;
    border-radius: 11px;
    border: 1px solid transparent;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.header-description-inner .btn.btn-owner:hover {
    background: transparent;
    color: #000;
    border-color: #000;
}

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

.owner-details ul li a {
    display: flex;
    align-items: center;
    justify-content: start;
    color: #0381FF;
    font-size: 14px;
    font-weight: 600;
}

.owner-details ul li a span {
    width: 35px;
    height: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #eee;
    margin-right: 5px
}

.owner-details {
    margin: 25px 0 0;
}

.owner-details ul li a span img {
    width: auto;
    max-width: 20px !important;
}

.mainheader-menu li a:hover {
    color: #0381ff;
}

.mainheader-menu li a:hover span {
    background: #0381ff;
}

.mainheader-menu li a:hover span img {
    filter: brightness(0) invert(1);
}

.content.row.header-solutions-menu {
    padding: 4rem 13rem;
    background: #fff;
    min-height: 380px;
}

.content.row.header-solutions-menu .col:first-child {
    padding: 0;
}

.content.header-service-tabs {
    background: #fff !important;
}

.content.header-service-tabs ul#myTab {
    margin: 5rem 11rem 0;
    justify-content: start;
    background: #E8F4FF;
    border-radius: 20px;
    border: none;
    padding: 8px;
    max-width: 1588px !important;
}

.content.header-service-tabs ul#myTab li.nav-item .nav-link {
    padding: 15px 50px;
    font-size: 17px;
    font-weight: 500;
    border: none;
    color: #000000;
    border-radius: 18px;
}

.content.header-service-tabs ul#myTab li.nav-item .nav-link.active {
    color: #0381FF;
    border-radius: 18px;
    background: #fff;
}

.header-menu-description.industries-header-menu .col {
    width: 100%;
    flex: 0 0 100%;
    flex-direction: row;
}

.header-menu-description.industries-header-menu .col .owner-details {
    margin: 20px 0 0;
}

.header-menu-description.industries-header-menu .col .header-description-inner p {
    color: #717171;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
}

.header-menu-description.industries-header-menu .header-description-inner {
    max-width: 450px;
}

.header-menu-description.industries-header-menu .col:last-child .header-description-inner {
    display: flex;
    align-items: end;
    width: 100%;
    justify-content: end;
    max-width: 100%;
    margin-top: -200px;
}

.header-menu-description.industries-header-menu .col:last-child .header-description-inner ul li {
    padding: 5px;
}

.content.row.hire-developer-header-menu {
    background: #FCEFEF;
}

.content.row.hire-developer-header-menu .header-menu-description {
    position: relative;
    background: #FCEFEF;
}

.content.row.hire-developer-header-menu .header-menu-description img {
    max-width: 700px !important;
    margin-bottom: -31px;
}

.header-protfolio-box img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: 284px !important;
    height: 100%;
}

.header-protfolio-box.changebg img {
    max-width: 315px !important;
}

.header-protfolio-box p {
    font-size: 18px !important;
    color: #717171;
    margin: 0;
    line-height: 1.6;
    font-weight: 400;
}

.dropdown-menu.mega-menu.header-our-work-portfoilo .col {
    padding: 0;
    background: transparent;
}

.header-protfolio-box .head-heding {
    color: #000000;
    font-size: 36px;
    display: inline-block;
    font-weight: 900;
    margin: 0 0 5px;
    line-height: 1.4;
}

.navbar .dropdownMega .dropdown-menu.mega-menu.header-our-work-portfoilo .content.row {
    max-width: 1500px;
    margin: 50px auto;
    background: transparent;
    box-shadow: none;
}

.header-protfolio-box {
    padding: 30px 30px;
    background: #E8F4FF;
    border-radius: 26px;
    position: relative;
    padding-right: 300px;
    overflow: hidden;
    margin: 0 15px;
}

.header-protfolio-box.changebg {
    background: #FDF2E7;
}

.header-protfolio-box .btn-default {
    background: transparent linear-gradient(180deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: capitalize;
}

.header-protfolio-box .btn-default:hover {
    background: #FF5C88;
    color: #fff;
}

.main-header-whatsapp.mobile-device-header-call.animate-shadow>a {
    animation: vibrate 1.75s infinite cubic-bezier(.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgb(250 88 81);
}

@keyframes vibrate {
    to {
        box-shadow: 0 0 0 13px rgba(0, 153, 255, 0)
    }
}

@-webkit-keyframes vibrate {
    to {
        box-shadow: 0 0 0 18px rgba(0, 153, 255, 0)
    }
}

.header-content-details-box {
    background: #fff;
    width: 300px;
    padding: 20px 10px;
    border-radius: 20px;
    box-shadow: 0px 3px 19px #00000019;
    position: absolute;
    top: 100%;
    right: -100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.header-content-details-box.result_hover {
    right: 2%;
    opacity: 1;
    visibility: visible;
}

.header-content-details-box .user-header-top {
    display: flex;
    align-items: start;
    justify-content: start;
    position: relative;
    padding: 0 5px;
}

.user-header-top figure {
    margin: 0;
    margin-right: 10px;
}

.user-header-top p {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.user-header-top p strong {
    color: #FF9F1C;
    font-weight: 800;
    font-size: 18px;
}

.header-content-details-box>ul>li a {
    width: 100% !important;
    display: block;
    background: transparent !important;
    border-radius: 0 !important;
    justify-content: start !important;
    padding: 7px 0 7px 32px;
    height: auto !important;
    font-size: 14px;
    position: relative;
}

.header-content-details-box .user-header-top+ul {
    margin: 15px 0;
}

.header-content-details-box>ul>li a span {
    position: absolute;
    left: 0;
    top: 7px;
}

.header-content-details-box>ul>li a span img {
    max-width: 22px !important;
}

ul.details-bg-color {
    background: #EFF7FF;
    border-radius: 13px;
    padding: 5px 10px;
}

ul.details-bg-color+ul {
    padding: 0 10px;
}

.mainheader-right .main-header-whatsapp.mobile-device-header-call.animate-shadow {
    margin-left: 10px;
    margin-right: 0;
}

.request-quote-form-wrapper.home-contact-right-header .form-group label.error {
    font-size: 14px;
    color: red;
    margin: 5px 0 0;
}

.request-quote-form-wrapper.home-contact-right-header .request-form-button-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.request-quote-form-wrapper.home-contact-right-header .request-form-button-parent span#googgle_captch_footer_error {
    bottom: -7px !important;
}

header.navbar.mainheader.fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-animation: slideDown 0.35s ease-out;
    animation: slideDown 0.35s ease-out;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

.whats-app-icon:focus {
    background-color: #25d366;
}

.whats-app-icon {
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    font-size: 30px;
    bottom: 20px;
    justify-content: center;
}

#back-top-wrapper #back-top a,
.whats-app-icon {
    width: 60px;
    height: 60px;
    align-items: center;
    text-align: center;
    display: flex;
}

#back-top-wrapper,
.whats-app-icon {
    z-index: 9999;
    right: 5%;
    position: fixed;
}

.blogs_parent {
    background: #ffff;
    padding: 20px;
    transition: .4s;
    -webkit-transition: .4s;
}

.blogs_parent,
.contact_us {
    border-radius: 5px;
    height: 100%;
}

.blogs_parent,
.blogs_parent:hover {
    box-shadow: 0 0 50px rgb(0 0 0 / 11%);
}

.blogs_img img {
    width: 100%;
}

.blogs_heading h3 {
    font-weight: 600 !important;
}

.blogs_heading h3 {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.blogs_heading p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

.blogs_img {
    margin: 0 0 15px;
}

section.section-spacing.request-address-section.home-blogs-section .view-btn {
    margin: 40px 0 0;
    text-align: center;
}

.home-blog-content figure {
    border-radius: 13px;
    overflow: hidden;
}

.mobile-slide-industries a {
    display: block;
    width: 100%;
}

.header-menu-description.industries-header-menu .owner-details ul li+li {
    margin-top: 0;
}

.logo-slider-section .request-marquee-parent ul li img {
    max-width: 160px;
    max-height: 90px;
}

li.custom-logo-width img {
    max-height: 50px !important;
}

.section {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    letter-spacing: 4px;
    overflow: hidden;
    clip: rect(0, auto, auto, 0);
}

.section .fixed {
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50px;
    right: 50px;
    width: 100%;
}

.section .white {
    color: #fff;
}

.section:nth-child(1) {
    background-color: #2E323B;
    color: #000;
    top: 0;
    z-index: 2;
}

.section:nth-child(1) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

.section:nth-child(2) {
    background-color: #EAF1F8;
    color: #fff;
    top: 100vh;
    z-index: 3;
}

.section:nth-child(2) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

.section:nth-child(3) {
    background-color: #FFFDFD;
    color: #fff;
    top: 200vh;
    z-index: 4;
}

.section:nth-child(3) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

.section:nth-child(4) {
    background-color: #F4DCC2;
    color: #fff;
    top: 300vh;
    z-index: 5;
}

.section:nth-child(4) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

.section:nth-child(5) {
    background-color: #D7EBFA;
    color: #fff;
    top: 400vh;
    z-index: 6;
}

.section:nth-child(5) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

.section:nth-child(6) {
    background-color: #c3d8ff;
    color: #fff;
    top: 500vh;
    z-index: 7;
}

.section:nth-child(6) .fixed {
    transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    -webkit-transform: translate(-0%, -50%);
    -moz-transform: translate(-0%, -50%);
    -o-transform: translate(-0%, -50%);
}

.fixed-portfolio-content {
    text-align: left;
}

.porfolio-fixed-section {
    position: relative;
}

.fixed-portfolio-wrapper .line {
    width: 100%;
    max-width: 800px;
    height: 8px;
    margin: 0 0 10px 0;
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
}

.fixed-portfolio-wrapper nav {
    opacity: 0;
}

.fixed-portfolio-wrapper div.panel {
    height: 100vh;
}

.fixed-portfolio-content h3 {
    color: #000;
    font-size: 44px;
    font-weight: 800;
    text-align: left;
    line-height: 1.4;
    margin: 0 0 15px;
    letter-spacing: normal;
}

.fixed-portfolio-content p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
    letter-spacing: normal;
}

.fixed-portfolio-content ul {
    margin: 25px 0;
    display: flex;
    align-items: stretch;
    justify-content: start;
}

.fixed-portfolio-content ul li {
    background: #fff;
    padding: 8px 16px;
    border-radius: 40px;
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: normal;
}

.fixed-portfolio-content ul li+li {
    margin-left: 15px;
}

.home-portfolio-btn {
    text-align: left;
    margin-top: 60px;
}

.home-portfolio-btn .btn-portfolio {
    background: #EF3D42;
    border-radius: 30px;
    color: #fff;
    border-color: transparent;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    letter-spacing: normal;
    text-transform: capitalize;
}

.home-portfolio-btn .btn-portfolio:hover {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.fixed-portfolio-box {
    max-width: 1600px;
    margin: 0 auto;
}

.fixed-portfolio-image img {
    max-width: 600px !important;
    webkit-animation: mover 1.1s infinite alternate;
    animation: mover 1.9s infinite alternate;
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

.fixed-portfolio-image {
    position: relative;
    padding: 50px 0;
}

.casestudy-circle {
    width: 570px;
    height: 570px;
    border-radius: 50%;
    background: #EF3D42;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #EF3D42;
}

.fixed-portfolio-box.white .fixed-portfolio-content h3 {
    color: #fff;
    letter-spacing: normal;
}

.fixed-portfolio-box.white .fixed-portfolio-content p {
    color: #fff;
    letter-spacing: normal;
}

.fixed-portfolio-box.black.green-bg .home-portfolio-btn .btn {
    background: #233938;
}

.fixed-portfolio-box.black.green-bg .home-portfolio-btn .btn:hover {
    background: transparent;
    border-color: #233938;
    color: #233938;
}

.fixed-portfolio-box.black.sky-bg .home-portfolio-btn .btn {
    background: #0381FF;
}

.fixed-portfolio-box.black.sky-bg .home-portfolio-btn .btn:hover {
    background: transparent;
    border-color: #0381FF;
    color: #0381FF;
}

.fixed-portfolio-box.white.red-bg .home-portfolio-btn .btn {
    background: #C42623;
}

.fixed-portfolio-box.white.red-bg .home-portfolio-btn .btn:hover {
    background: transparent;
    border-color: #C42623;
    color: #C42623;
}

.fixed-portfolio-box.white.red-bg .fixed-portfolio-image img {
    min-height: 580px;
}

.fixed-portfolio-box.black.green-bg .casestudy-circle {
    background: #233938;
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #233938;
}

.fixed-portfolio-box.black.sky-bg .casestudy-circle {
    background: linear-gradient(180deg, rgba(39, 102, 186, 1) 0%, rgba(46, 85, 137, 1) 100%);
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #2766ba;
}

.fixed-portfolio-box.black.red-bg .casestudy-circle {
    background: linear-gradient(180deg, rgba(255, 159, 28, 1) 0%, rgba(251, 177, 127, 1) 100%);
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #ff9f1c;
}

.fixed-portfolio-box.black.yellow-bg .casestudy-circle {
    background: #056DE8;
    animation: pulseaim 1.75s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0px #056DE8;
}

.fixed-portfolio-box.black.darkgreen-bg .casestudy-circle {
    background: transparent linear-gradient(103deg, #1AA8DC 0%, #F26270 100%) 0% 0% no-repeat padding-box;
    opacity: 0.5;
    box-shadow: 0 0 0px #1AA8DC;
}

.fixed-portfolio-box.black.yellow-bg .home-portfolio-btn .btn {
    background: #0381FF;
}

.fixed-portfolio-box.black.yellow-bg .home-portfolio-btn .btn:hover {
    background: transparent;
    border-color: #0381FF;
    color: #0381FF;
}

.fixed-portfolio-box.black.darkgreen-bg .fixed-portfolio-image img {
    min-height: 590px;
}

.fixed-portfolio-box.black.darkgreen-bg .home-portfolio-btn .btn {
    background: transparent linear-gradient(103deg, #1AA8DC 0%, #F26270 100%) 0% 0% no-repeat padding-box;
    color: #fff;
}

.fixed-portfolio-box.black.darkgreen-bg .home-portfolio-btn .btn:hover {
    background: transparent;
    color: #009B9B;
    border-color: #009B9B;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.fixed-portfolio-box.white.yellow-bg .fixed-portfolio-image .casestudy-circle {
    background: #FF9F1C;
    box-shadow: 0 0 0px #FF9F1C;
}

.newpopup-wrapper .row {
    margin: 0;
}

.popup-left-parent {
    background: transparent linear-gradient(180deg, #4F17A6 0%, #651FD3 39%, #A03FFB 100%) 0% 0% no-repeat padding-box;
    height: 100%;
    padding: 45px 25px;
}

.popup-left-parent h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 10px;
}

.popup-left-parent p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0;
}

.popup-left-bottom-parent {
    margin: 60px 0 0;
}

.popup-left-bottom-parent h3 {
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.4;
    margin: 0 0 5px;
}

.popup-left-bottom-parent p {
    font-size: 17px;
}

.popup-left-bottom-parent ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #FFFFFF1A;
    padding: 20px 0 0;
    margin: 15px 0 0;
}

.popup-left-bottom-parent ul li {
    width: 25%;
    padding: 0 5px;
    text-align: center;
}

.popup-left-bottom-parent ul li figure {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.popup-left-bottom-parent ul li figure img {
    max-width: 65px;
}

.popup-left-bottom-parent ul li span {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.6;
    display: inline-block;
    margin: 0;
    letter-spacing: 1px;
}

.newpopup-wrapper .row .col-lg-6 {
    padding: 0;
}

.newpopup-right-form-parent {
    padding: 45px 25px;
    background: #fff;
}

.newpopup-right-form-parent h2 {
    font-size: 32px;
    font-weight: 900;
    line-height: 1.4;
    margin: 0 0 30px;
    color: #000000;
}

.newpopup-right-form-parent .form-group+.form-group {
    margin: 25px 0 0;
}

.newpopup-right-form-parent .form-group .form-control {
    border: 1px solid #0000002b !important;
    font-size: 18px;
    font-weight: 400;
    border: none;
    padding: 9px 10px;
    color: #000;
    border-radius: 5px;
}

.newpopup-right-form-parent .form-group input::placeholder {
    color: #000;
}

.newpopup-right-form-parent .form-group .form-control:focus {
    border-color: #6e24d9 !important;
    box-shadow: none;
}

.newpopup-right-form-parent .form-group textarea.form-control {
    height: 100px;
}

.newpopup-right-form-parent .form-group button.btn.btn-newpopup {
    min-width: 120px;
    padding: 11px 15px;
    color: #fff;
    border-color: transparent;
    border-radius: 13px;
    text-align: center;
    background: transparent linear-gradient(180deg, #4F17A6 0%, #651FD3 39%, #A03FFB 100%) 0% 0% no-repeat padding-box;
    ;
    font-size: 18px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.newpopup-right-form-parent .form-group button.btn.btn-newpopup:hover,
.newpopup-right-form-parent .form-group button.btn.btn-newpopup:focus {
    background: transparent linear-gradient(337deg, #FF5C88 0%, #FFA771 100%) 0% 0% no-repeat padding-box;
    color: #fff;
    box-shadow: none;
    outline: none;
}

.form-group.btn-group-parent {
    text-align: right;
    margin: 50px 0 0 !important;
}

.popup-left-bottom-parent ul li ul {
    padding: 0;
    margin: 0;
    border: none;
    justify-content: center;
}

.popup-left-bottom-parent ul li ul li {
    padding: 0 2px !important;
    width: auto;
    line-height: 0;
    text-align: center;
}

.popup-left-parent p i {
    color: #FF9C84;
    font-weight: 900;
    display: block;
    width: 100%;
    margin: 6px 0 0;
    font-size: 19px;
}

.popup-company-details {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.popup-company-details .project-details-inner-box {
    width: 45%;
    background: #6723c4;
    border-radius: 13px;
    padding: 15px 20px;
    position: relative;
    padding-left: 50px;
    margin: 4px 4px;
}

.popup-company-details .project-details-inner-box figure {
    margin: 0;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-company-details .project-details-inner-box h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin: 0;
}

.popup-company-details .project-details-inner-box p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
}

.popup-left-bottom-parent ul li ul li img {
    min-width: 12px;
}

.newpopup-right-form-parent .form-group .iti.iti--allow-dropdown.iti--separate-dial-code {
    position: relative;
}

.newpopup-right-form-parent .form-group .iti__flag-container {
    background: transparent !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    left: 10px;
    min-width: 80px;
    font-size: 15px;
}

.newpopup-right-form-parent .form-group .iti__flag-container:hover {
    background: transparent !important;
}

.newpopup-right-form-parent .form-group .iti__flag-container .iti__selected-flag {
    background: transparent;
    padding: 0;
}

.newpopup-right-form-parent .form-group .iti__flag-container:hover .iti__selected-flag {
    background: transparent !important;
}

.newpopup-right-form-parent .form-group label.error {
    font-size: 14px;
    color: red;
}

.request-quote-form-wrapper .form-group .phone-no-field.form-control {
    padding-left: 5px;
    position: relative;
}

.request-quote-form-wrapper .form-group .phone-no-field.form-control .iti__flag-container {
    padding: 0;
    height: 100%;
    font-size: 18px;
}

.request-quote-form-wrapper .form-group .phone-no-field.form-control .iti__flag-container .iti__selected-flag {
    height: 58px;
    border-radius: 9px 0 0 9px;
    overflow: hidden;
}

.request-quote-form-wrapper .form-group .phone-no-field.form-control:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 90px;
    background: #f2f2f2;
    border-radius: 15px;
}

div#mainnewpopup .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}

body.custom-container.modal-open {
    padding: 0 !important;
}

.newpopup-right-form-parent .form-group .iti.iti--allow-dropdown.iti--separate-dial-code ul#iti-0__country-listbox {
    min-width: 350px;
}

.newpopup-right-form-parent .form-group input#phoneNumber {
    padding-left: 90px !important;
}

.newpopup-right-form-parent .form-group+.form-group .request-form-button-parent {
    display: flex;
    align-items: start;
    justify-content: space-between;
}

div#mainnewpopup {
    padding: 0 !important;
}

.header-menu-description .col:first-child .header-description-inner {
    position: relative;
    z-index: 9;
}

.section.section-part-6.case-study-inner-fixed.case-study-bgcolorone.close2min-casestudy .fixed-portfolio-content ul li {
    box-shadow: 0 0 5px rgb(204 204 204 / 41%);
}

.client-video-review {
    margin: 20px 0 0;
    text-align: center;
}

.clinets-review-content-bottom .client-video-review a.video-link {
    font-weight: bold;
}

.client-video-review a.video-link {
    padding: 14px 10px;
    background: #F8F8F8;
    display: block;
    border-radius: 7px;
    border: 1px solid #EBEBEB;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.client-video-review a.video-link img {
    width: auto;
    height: auto;
    margin-left: 10px;
    max-width: 25px;
}

.clietns-reviews-content.item figure img {
    border-radius: 20px;
}

.snowfall {
    display: none !important;
}

section.section-spacing.request-quote-banner.home-contact-form-section.main-newcontact-section .request-quote-details::before {
    display: none;
}

.main-chirstmas-popup-box,
.fixed-chirstmas-gift.mobile-menu.d-md-none {
    display: none !important;
}
