:root {
    --text-light: #ffffff;
    --text-dark: #000000;
    --option-hover: #f2f2f2;
    --h1-font: 40px;
    --h2-font: 36px;
    --h3-font: 22px;
    --h4-font: 18px;
    --p-font: 16px;
    --s-font: 12px;
    --m-font: 14px;
    --l-font: 32px;
    --xl-font: 48px;
    --xs-wgt: 200;
    --s-wgt: 300;
    --m-wgt: 400;
    --l-wgt: 500;
    --xl-wgt: 600;
    --n-gap: 24px;
}

body:before {
    position: absolute;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    content: url(https://www.manageengine.com/ems/images/icon/bg-map.jpg) url(https://www.manageengine.com/ems/images/icon/bg-map-clip-1.svg) url(https://www.manageengine.com/ems/images/icon/bg-map-clip-2.svg) url(https://www.manageengine.com/ems/images/icon/bg-map-clip-3.svg) url(https://www.manageengine.com/ems/images/icon/bg-map-clip-4.svg) url(https://www.manageengine.com/ems/images/icon/bg-map-clip-5.svg) url(https://www.manageengine.com/ems/images/icon/bg-map-clip-6.svg) url(https://www.manageengine.com/ems/images/icon/bg-map-clip-7.svg);
    transform: scale(0);
}

.heading-menu,
#scroll,
#allFea,
#customers,
.btmBar {
    display: none;
}

.customer-home.customer-awards .flex-wrapper {
    max-width: 1200px;
    margin-top: 35px;
}

.slick-slide {
    /*height:250px;*/
    width: 300px;
}

#header-mainsec .nav-dwn.fr {
    width: 168px;
    overflow: hidden;
    transition: all ease 350ms;
}

#header-mainsec .nav-dwn.fr.out {
    width: 0px;
}

.customer-home {
    position: relative;
    padding: 80px 40px;
}

.customer-home.review-platform {
    background-color: #F7F9FC;
}

.customer-home h1 {
    font-size: var(--h1-font);
    line-height: 70px;
    font-weight: 600;
    color: var(--text-light);
    margin: 0 0 20px;
}

.customer-home h1 span {
    color: var(--theme-bg);
}

.customer-home h2 {
    font-size: var(--h2-font);
    line-height: 47px;
    font-weight: 600;
    margin: 0 auto 35px;
    text-align: center;
    color: var(--theme-color);
}

.customer-home h3 {
    font-size: var(--h3-font);
    line-height: 36px;
    font-weight: 500;
    margin: 0 0 14px;
    color: var(--theme-color);
}

.customer-home h4 {
    font-size: var(--h4-font);
    font-weight: 400;
    margin: 0;
    color: var(--theme-color);
}

.customer-home p {
    font-size: 17px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 20px;
}

.customer-home strong {
    font-weight: 600;
}

.customer-home li {
    font-size: 17px;
    line-height: 32px;
    font-weight: 300;
    margin: 0 0 20px;
}

.customer-home .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    max-width: 1200px;
    margin: auto;
}

.customer-home.review-platform .flex {
    justify-content: space-between;
    max-width: 1000px;
    gap: 30px 20px;
}

.customer-home.review-platform .flex .box {
    position: relative;
    width: 170px;
    background-color: #fff;
    padding: 20px;
    color: #000;
    text-decoration: none;
    pointer-events: none;
    box-shadow: 0 0 5px #E6E6E6;
    border-radius: 24px;
    cursor: pointer;
    text-align: center;
    transform: translate(0px, 100px);
    opacity: 0;
    transition: all ease 750ms;
    height: 125px;
}

.customer-home.review-platform .flex .box img {
    max-width: 160px;
    max-height: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
}

.customer-home.review-platform .flex .box strong {
    display: block;
    padding-top: 20px;
    padding-bottom: 13px;
}

.customer-home.review-platform .flex .box strong img {
    display: inline-block;
    width: 20px;
    margin: 0 0 5px 0;
    height: auto;
}

.customer-home.review-platform .flex .box h3 {
    text-align: center;
}

.customer-home.review-platform .flex .box.active {
    opacity: 1;
    transform: translate(0px, 0px);
}

.customer-home.customer-banner {
    background-color: #123991;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-map.jpg);
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.customer-home.customer-banner h1 {
    margin-bottom: 50px;
}

.customer-home.customer-review {
    background-color: #F7F9FC;
    background-position: top 60px center;
    background-repeat: no-repeat;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}

.customer-home.customer-review .flex {
    position: relative;
    grid-gap: 80px;
    min-height: 650px;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-graphity-clip-10.png);
    background-position: top 0px center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 40px;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .content p {
    margin: 0px;
}

.customer-home.customer-review li {
    position: absolute;
    border-radius: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    animation: floating 20s infinite ease-in-out;
    margin: 0px !important;
}

@keyframes floating {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(5px, 10px);
    }

    50% {
        transform: translate(0, 0px);
    }

    75% {
        transform: translate(-5px, 10px);
    }
}

.customer-home.customer-review li:nth-child(1) {
    left: 4%;
    bottom: 30%;
}

.customer-home.customer-review li:nth-child(4) {
    right: 27%;
    top: 0%;
}

.customer-home.customer-review li:nth-child(11) {
    right: 28%;
    bottom: -6%;
}

.customer-home.customer-review li:nth-child(2) {
    left: 21%;
    bottom: 0%;
}

.customer-home.customer-review li:nth-child(6) {
    left: 13%;
    top: 6%;
}

.customer-home.customer-review li:nth-child(8) {
    right: 12%;
    top: 29%;
}

.customer-home.customer-review li:nth-child(10) {
    right: 3%;
    bottom: 23%;
}

.customer-home.customer-review li:nth-child(9) {
    left: 36%;
    bottom: 13%;
}

.customer-home.customer-review li:nth-child(7) {
    left: 35%;
    top: 0%;
}

.customer-home.customer-review li:nth-child(5) {
    right: 2%;
    bottom: 38%;
    z-index: 2;
}

.customer-home.customer-review li:nth-child(3) {
    right: 8%;
    top: 21%;
    z-index: 2;
}

.customer-home.customer-review li .user {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.customer-home.customer-review li img {
    height: 15px;
    width: 15px;
    margin: 2px;
}

.customer-home.customer-review li img[alt="Spiceworks"] {
    height: auto;
}

.customer-home.customer-review li img[alt="Jira Service"] {
    max-width: 95%;
}

.customer-home.customer-review li .review-wrapper {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 40px #0000001C;
    border-radius: 18px;
    width: 290px;
    padding: 10px;
    text-align: left;
    position: relative;
}

.customer-home.customer-review li .review-wrapper .review {
    margin: 0px !important;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
}

.customer-home.customer-review li .review-wrapper .rating {
    display: inline-block;
}

.customer-home.customer-review li .review-wrapper .tags img {
    width: 80px;
    height: 40px;
    object-fit: contain;
}

.customer-home.customer-review li .review-wrapper .tags img[alt="gpi"] {
    height: auto;
}

.customer-home.customer-review li .review-wrapper img[alt~="capterra"] {
    width: 110px;
}

.customer-home.customer-review li .review-wrapper img[alt~="tr"] {
    width: 120px;
}

.customer-home.customer-review li .review-wrapper.heading {
    width: 220px !important;
}

.customer-home.customer-review li .review-wrapper.heading .rating {
    margin-top: 0px !important;
}

.customer-home.customer-review h3 {
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    margin: 0px !important;
    text-align: left;
}

.customer-home.customer-review h2,
.customer-home.customer-awards h2,
.customer-home.customer-comments h2 {
    font-weight: 600;
    text-align: left;
    margin-top: 10px;
    text-align: center;
}

.customer-home.customer-review h4,
.customer-home.customer-awards h4,
.customer-home.customer-comments h4 {
    color: #0657CB;
    text-align: left;
    margin: 0px;
    text-align: center;
}

.customer-home.customer-review li .review-wrapper.heading.lightGreen {
    background-color: #F4FFF5;
    width: 310px !important;
}

.customer-home.customer-review li .review-wrapper.heading.lightSkyBlue {
    background-color: #F4FCFF;
}

.customer-home.customer-review li .review-wrapper.heading.lightOrange {
    background-color: #FFFBF4;
    width: 260px !important;
}

.customer-home.customer-review li .review-wrapper.heading.lightViloet {
    background-color: #FAF4FF;
    width: 230px !important;
}

.customer-home.customer-review .flex-wrapper {
    max-width: 1200px;
    margin: auto;
}

.customer-home.customer-review .review-link {
    margin: 100px 0px 0px;
}

.customer-home.customer-comments .review-link {
    margin: auto;
    max-width: 1200px;
    text-align: center;
}

.customer-home .review-link a {
    text-decoration: underline;
    font-size: 16px;
    color: #0657CB;
    text-underline-offset: 2px;
}

.customer-home .review-link a .arrow-icon {
    width: 13px;
    height: 13px;
    margin-left: 5px;
}

.customer-home.customer-awards,
.customer-home.customer-comments {
    max-width: 1200px;
    margin: auto;
}

.customer-home.customer-comments {
    max-width: none;
}

.customer-home.customer-awards .flex {
    max-width: 1200px;
    justify-content: space-between;
    padding: 30px 0px;
}

.customer-home.customer-comments .flex {
    max-width: 1200px;
    grid-gap: 50px;
}

.customer-home.customers-list {
    padding-top: 0px;
}

.customer-home.customers-list .m-b-50 {
    margin-bottom: 50px !important;
}

.customer-home.customers-list li {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.customer-home.customers-list li img {
    max-width: 120px;
    height: 50px;
}

.customer-home.customers-list li img[alt="American Bank & Trust"] {
    max-width: 220px;
}

.customer-home.customers-list li img[alt="Nasa"] {
    height: 70px;
}

.customer-home.customers-list li img[alt="Dell"],
.customer-home.customers-list li img[alt="Xerox"],
.customer-home.customers-list li img[alt="Honeywell"] {
    max-width: none;
    height: 20px;
}

.customer-home.customers-list li img[alt="Disney"] {
    max-width: none;
    height: 30px;
}

.customer-home.customers-list .flex {
    flex-wrap: wrap;
    grid-gap: 80px;
}

.customer-home.customer-comments .flex .tabs .tab li {
    color: #000000;
    margin: 0px;
    font-size: 16px;
    padding: 10px;
    line-height: normal;
    border: 1px solid #9FC2F4;
    border-radius: 10px;
    cursor: pointer;
    background-color: #FFFFFF;
    width: max-content;
}

.customer-home.customer-comments .flex .tabs .tab li.active {
    background: #0657CB 0% 0% no-repeat padding-box;
    color: #FFFFFF;
    pointer-events: none;
    border: none;
}

.customer-home.customer-comments .flex .content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    gap: 30px;
}

.customer-home.customer-comments .flex {
    justify-content: left;
    display: block;
    max-width: 1200px;
}

.customer-home.customer-comments .flex .tabs .tab {
    display: flex;
    padding: 0px 15px 15px 0px;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    grid-gap: 15px;
    justify-content: center;
}

.customer-home.customer-comments .flex .content-container .box[data-type] {
    position: relative;
    background-color: #fff;
    margin: 0 0 30px;
    padding: 20px;
    border-radius: 10px;
    min-height: 160px;
    opacity: 0;
    transform: translate(0, 100px);
    transition: all ease 750ms;
    box-shadow: 0px 3px 30px #0000000F;
    width: 270px;
    display: grid;
    grid-template-rows: 1fr auto;
}

.customer-home.customer-comments .flex .content-container .box[data-type]:hover {
    cursor: pointer;
    box-shadow: 0px 3px 30px #0000000F;
}

.customer-home.customer-comments .flex .content-container .box a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.customer-home.customer-comments .flex .content-container .box[data-type="CS"] .image-wrapper {
    width: inherit;
    height: 150px;
    background-color: var(--primary, rgba(223, 229, 241, 0.4));
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.customer-home.customer-comments .flex .content-container .box[data-type="CS"] .image-wrapper img.list-image {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.customer-home.customer-comments .flex .content-container .box[data-type="CS"] .heading {
    margin: 0px !important;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-dark) !important;
    line-height: 27px;
}

.customer-home.customer-comments .flex .content-container .box.active[data-type]:hover {
    transform: scale(1.05);
    color: rgba(255, 255, 255, 0.9);
    border-color: rgba(255, 255, 255, 0.9);
    transition: all .3s ease;
}

.customer-home.customer-comments .flex .content-container .box.active {
    opacity: 1;
    transform: translate(0, 0);
}

.customer-home.customer-comments .flex .content-container .box .profile-wrapper {
    display: flex;
    align-items: center;
    margin: 5px 0 20px;
    vertical-align: middle;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    grid-gap: 15px;
    position: relative;
}

.customer-home.customer-comments .flex .content-container .box .profile-wrapper img {
    max-width: 90px;
    max-height: 90px;
    margin: 0 10px 0 0;
    border-radius: 50%;
}

.customer-home.customer-comments .flex .content-container .box .profile-wrapper .decs {
    max-width: calc(100% - 120px);
}

.customer-home.customer-comments .flex .content-container .box .profile-wrapper .decs h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px !important;
    line-height: normal;
}

.customer-home.customer-comments .flex .content-container .box .profile-wrapper .decs h4 {
    color: var(--text-dark) !important;
    margin: 0px !important;
    line-height: 20px;
    font-size: 14px;
    text-align: left;
}

.customer-home.customer-comments .flex .content-container .box[data-type="CT"] p {
    color: var(--text-dark);
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: initial;
    display: -webkit-box;
    transition: all 0.3s ease-in-out;
}

.customer-home.customer-comments .flex .content-container .box[data-type="CV"] img.youtube-icon {
    display: none;
}

.customer-home.customer-comments .flex .content-container .box[data-type="CV"]:hover a.popup {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.customer-home.customer-comments .flex .content-container .box[data-type="CV"]:hover img.youtube-icon {
    margin: auto;
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.customer-home.customer-comments .flex .content-container .box a {
    margin-bottom: 20px;
    color: transparent;
}

.customer-home.customer-comments .flex .content-container .box .heading {
    color: var(--text-dark);
    font-size: 20px;
}

.customer-home.customer-comments .flex .content-container .box .arrow-icon {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    filter: invert(16%) sepia(97%) saturate(5826%) hue-rotate(211deg) brightness(90%) contrast(95%);
}


@keyframes marquee-item {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee-item2 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.moving-items:nth-child(2) {
    display: inline;
    animation: marquee-item2 50s linear infinite;
    margin-left: 20px;
}

.moving-items {
    animation: marquee-item 50s linear infinite;
}

.customer-home.customer-banner .map-image {
    position: relative;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-map-clip-1.svg);
    height: 500px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 1200px;
    pointer-events: none;
}

.customer-home.customer-banner .map-image span {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background-color: #85AFEC;
    pointer-events: auto;
}

@keyframes highlight {
    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.customer-home.customer-banner .map-image span:before {
    content: "";
    animation: highlight 1.5s linear infinite;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    opacity: 1;
    border: 2px solid #466ec2;
    top: -2px;
    left: -2px;
    transform-origin: center;
}

/*Same thing i set different location*/
.customer-home.customer-banner .map-image .marker1 {
    top: 22%;
    left: 15%;
}

.customer-home.customer-banner .map-image .marker2 {
    left: 26%;
    bottom: 30%;
}

.customer-home.customer-banner .map-image .marker3 {
    left: 49%;
    bottom: 48%;
}

.customer-home.customer-banner .map-image .marker4 {
    right: 46%;
    top: 21%;

}

.customer-home.customer-banner .map-image .marker5 {
    right: 26%;
    top: 22%;

}

.customer-home.customer-banner .map-image .marker6 {
    right: 16%;
    bottom: 23%;
}

.customer-home.customer-banner .map-image:has(.marker1-wrapper.active) {
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-map-clip-2.svg);
}

.customer-home.customer-banner .map-image:has(.marker2-wrapper.active) {
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-map-clip-3.svg);
}

.customer-home.customer-banner .map-image:has(.marker3-wrapper.active) {
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-map-clip-4.svg);
}

.customer-home.customer-banner .map-image:has(.marker4-wrapper.active) {
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-map-clip-5.svg);
}

.customer-home.customer-banner .map-image:has(.marker5-wrapper.active) {
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-map-clip-6.svg);
}

.customer-home.customer-banner .map-image:has(.marker6-wrapper.active) {
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-map-clip-7.svg);
}

.customer-home.customer-banner .map-image span .tooltip {
    position: absolute;
    color: black;
    padding: 10px;
    border-radius: 9px;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    pointer-events: none;
    left: -7px;
    top: 21px;
    width: max-content;
    background-color: #0B2D57;
    box-shadow: 0px 3px 30px #0000000D;
}

.customer-home.customer-banner .map-image span .tooltip:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 22%;
    top: -6px;
    transform: translateX(-50%) rotate(45deg);
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    background: #0B2D57;
    box-shadow: 0px 3px 30px #0000000D;
}

.customer-home.customer-banner .map-image span .tooltip h4 {
    color: #f3f4f5;
    font-size: 17px;
    font-weight: normal;
    text-align: left;
}

.customer-home.customer-banner .map-image span .tooltip p {
    margin: 0px;
    color: #f3f4f5;
    font-size: 15px;
    font-weight: normal;
}

.customer-home.customer-banner .map-image .marker-wrapper {
    position: absolute;
}

.customer-home.customer-banner .map-image .marker1-wrapper {
    width: 40%;
    height: 40%;
}

.customer-home.customer-banner .map-image .marker-wrapper .list {
    position: relative;
    height: 100%;
    list-style-type: none;
}

.customer-home.customer-banner .map-image .marker-wrapper .list li {
    position: absolute;
    color: black;
    padding: 7px;
    border-radius: 9px;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    pointer-events: none;
    width: 75px;
    background: #e2edfd;
    box-shadow: 0px 3px 30px #0000000D;
    margin: 0px;
    height: 30px;
}

.customer-home.customer-banner .map-image .marker-wrapper .list li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.customer-home.customer-banner .map-image .marker-wrapper .list li.link {
    background: #0B2D57;
    box-shadow: 0px 3px 30px #0000000D;
    pointer-events: auto;
    width: 90px;
    height: auto;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    padding: 10px;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.customer-home.customer-banner .map-image .marker-wrapper .list li.link a {
    font-size: 14px;
    color: white;
}

.customer-home.customer-banner .map-image .marker-wrapper .list li.link a .arrow-icon {
    width: 12px;
    height: 12px;
    filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(135deg) brightness(107%) contrast(101%);
    margin-left: 5px;
    vertical-align: middle;
}

.customer-home.customer-banner .map-image .marker1-wrapper .list li:nth-child(1) {
    top: 9%;
    right: 8%;
}

.customer-home.customer-banner .map-image .marker1-wrapper .list li:nth-child(2) {
    top: 20%;
    left: 40%;
}

.customer-home.customer-banner .map-image .marker1-wrapper .list li:nth-child(3) {
    bottom: 38%;
    right: 20%;
}

.customer-home.customer-banner .map-image .marker1-wrapper .list li:nth-child(4) {
    bottom: 30%;
    left: 32%;
}

.customer-home.customer-banner .map-image .marker1-wrapper .list li:nth-child(5) {
    bottom: 0%;
    left: 20%;
}

.customer-home.customer-banner .map-image .marker1-wrapper .list li:nth-child(6) {
    bottom: -1%;
    right: 29%;
}

.customer-home.customer-banner .map-image .marker4-wrapper {
    width: 20%;
    height: 23%;
    top: 9%;
    right: 40%;
}

.customer-home.customer-banner .map-image .marker4-wrapper .list li:nth-child(1) {
    left: 0%;
    bottom: 8%;
}

.customer-home.customer-banner .map-image .marker4-wrapper .list li:nth-child(2) {
    top: 10%;
    right: 4%;
}

/*.customer-home.customer-awards .flex-wrapper .swiper-wrapper {
    margin-bottom: 0px;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .image .company_profile img[alt="Forrester"] {
    width: 175px;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .image .company_profile img[alt="Kuppingercole"] {
    width: 200px;
}
    .customer-home.customer-awards .m-t-50 {
    margin-top: 50px;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 250px;
    justify-content: center;
    align-content: center;
    background-color: #dbeaff;
    border: 1px solid #dbeaff;
    border-radius: 8px;
    max-width: 1000px;
    background-image: url(https://www.manageengine.com/ems/images/icon/bg-graphity-clip-11.svg);
    background-position: top 0px center;
    background-repeat: no-repeat;
    background-size: cover;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .image {
    width: 275px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .image .award-leaf {
    width: 50px;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .image .invert {
    transform: scaleX(-1);
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .image .company_profile {
    margin: 0px 10px;
    min-width: 150px;
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .image .company_profile h2 {
    margin-bottom: 0px;
    text-align: center;
    color: #182954 !important;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .image .company_profile p {
    margin-top: 0px;
    text-align: center;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .content {
    max-width: 500px;
}

.customer-home.customer-awards .swiper-wrapper .swiper-slide .content h3 {
    font-size: 18px;
    font-weight: 400;
}
.customer-home.customer-awards .slick-dots li button:before {
    font-size: 35px;
}

.customer-home.customer-awards .slick-dots li.slick-active button:before {
    color: #0657CB;
}*/

.customer-home.customer-banner .map-image .marker2-wrapper .list li:nth-child(1) {
    top: 11%;
    left: 8%;
}

.customer-home.customer-banner .map-image .marker2-wrapper .list li:nth-child(2) {
    top: 22%;
    right: 8%;
}

.customer-home.customer-banner .map-image .marker2-wrapper .list li:nth-child(3) {
    top: 48%;
    left: 8%;
}

.customer-home.customer-banner .map-image .marker2-wrapper .list li:nth-child(4) {
    bottom: 16%;
    right: 8%;
}

.customer-home.customer-banner .map-image .marker2-wrapper {
    width: 20%;
    height: 47%;
    bottom: 0%;
    left: 15%;
}

.customer-home.customer-banner .map-image .marker3-wrapper {
    width: 24%;
    height: 50%;
    bottom: 17%;
    left: 39%;
}

.customer-home.customer-banner .map-image .marker3-wrapper .list li:nth-child(1) {
    top: 11%;
    left: 8%;
}

.customer-home.customer-banner .map-image .marker3-wrapper .list li:nth-child(2) {
    top: 22%;
    right: 8%;
}

.customer-home.customer-banner .map-image .marker3-wrapper .list li:nth-child(3) {
    top: 37%;
    left: 15%;
}

.customer-home.customer-banner .map-image .marker3-wrapper .list li:nth-child(4) {
    bottom: 37%;
    right: 10%;
}

.customer-home.customer-banner .map-image .marker3-wrapper .list li:nth-child(5) {
    bottom: 16%;
    right: 23%;
}

.customer-home.customer-banner .map-image .marker4-wrapper .list li:nth-child(3) {
    top: 10%;
    left: 10%;
}

.customer-home.customer-banner .map-image .marker4-wrapper .list li:nth-child(4) {
    top: 54%;
    left: 44%;
}

.customer-home.customer-banner .map-image .marker5-wrapper {
    width: 30%;
    height: 50%;
    top: 7%;
    right: 9%;
}

.customer-home.customer-banner .map-image .marker5-wrapper .list li:nth-child(1) {
    top: 11%;
    left: -4%;
}

.customer-home.customer-banner .map-image .marker5-wrapper .list li:nth-child(2) {
    top: 8%;
    right: 25%;
}

.customer-home.customer-banner .map-image .marker5-wrapper .list li:nth-child(3) {
    top: 37%;
    left: 4%;
}

.customer-home.customer-banner .map-image .marker5-wrapper .list li:nth-child(4) {
    bottom: 37%;
    right: 28%;
}

.customer-home.customer-banner .map-image .marker6-wrapper {
    width: 15%;
    height: 30%;
    bottom: 7%;
    right: 9%;
}

.customer-home.customer-banner .map-image .marker6-wrapper .list li:nth-child(1) {
    top: 0%;
    left: 0%;
}

.customer-home.customer-banner .map-image .marker6-wrapper .list li:nth-child(2) {
    top: 16%;
    right: 0%;
}

.customer-home.customer-banner .map-image .marker6-wrapper .list li:nth-child(3) {
    bottom: 41%;
    left: 1%;
}

.customer-home.customer-awards .review-link {
    margin: 40px 0px 0px;
    text-align: center;
}

.customer-home .flex .content-container .box[data-type="CV"] .image-wrapper {
    width: inherit;
    height: 150px;
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
    z-index: 0;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.20);
}

.customer-home .flex .content-container .box[data-type="CV"] .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.5);
}

.customer-home .flex .content-container .box[data-type="CV"] .content {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    height: 187px;
    margin: auto;
}

.customer-home .flex .content-container .box[data-type="CV"] .content img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.customer-home .flex .content-container .box[data-type="CV"] .heading {
    margin: 0px !important;
    overflow: hidden;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 2; */
    display: -webkit-box;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-dark) !important;
    line-height: 27px;
    width: 100%;
}

.customer-home.customer-banner .map-image .marker6-wrapper .list li:nth-child(4) {
    bottom: 13%;
    left: 27%;
}

.customer-home.customer-banner .map-image .marker5-wrapper .list li:nth-child(5) {
    top: 21%;
    left: 26%;
}

.customer-home.customer-banner .map-image .marker5-wrapper .list li:nth-child(6) {
    bottom: 27%;
    left: 16%;
}

.customer-home .review-rating-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: transparent;
}

.customer-home.customer-review li .review-wrapper.width-change {
    width: 350px;
}

.customer-home.customer-banner .header-box {
    display: inline-flex;
    width: 800px;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.customer-home.customer-banner .header-box .box {
    padding: 0px 40px 30px;
    border-radius: 8px;
    display: block !important;
    width: 155px;
}

.customer-home.customer-banner .header-box .box h4 {
    font-size: 68px;
    color: #ffcf00;
    /* margin: 30px 0px;*/
    line-height: 75px;
    font-weight: 600;
}

.customer-home.customer-banner .header-box .box p {
    color: var(--text-light);
    line-height: normal;
}

.customer-home.customer-banner .header-box .box p:first-child {
    color: #80caff;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}

@property --num {
    syntax: '<integer>';
    initial-value: 0;
    inherits: false;
}

.customer-home.customer-banner .header-box .box [data-counter] {
    transition: --num 3s;
    counter-reset: num var(--num);
    min-width: 52px;
    display: inline-block;
}

.customer-home.customer-banner .header-box .box.active [data-counter="28"] {
    --num: 28;
}

.customer-home.customer-banner .header-box .box [data-counter="28"] {
    width: 81px;
}

.customer-home.customer-banner .header-box .box.active [data-counter="23"] {
    --num: 23;
}

.customer-home.customer-banner .header-box .box [data-counter="23"] {
    width: 88px;
}

.customer-home.customer-banner .header-box .box.active [data-counter="190"] {
    --num: 190;
}

.customer-home.customer-banner .header-box .box [data-counter="190"] {
    width: 120px;
}

.customer-home.customer-banner .header-box .box.active [data-counter]::after {
    content: counter(num);
}

.customer-home.customer-banner .header-box .box [data-counter] i {
    display: none;
}

.customer-home.customer-banner .header-box .box .symbol {
    font-size: 48px;
    position: absolute;
}

.customer-home.customer-banner .map-image .marker-wrapper .list li img[alt="csk"] {
    object-fit: cover;
}

.customer-home.customer-comments .flex .tabs {
    max-width: 1200px;
    margin: auto auto 30px;
}

.customer-home.customer-awards .box {
    width: 390px;
    position: relative;
    text-align: center;
}

.customer-home.customer-awards .box img {
    width: 200px;
    max-height: 30px;
    margin: 0 0 15px;
    transition: all ease 350ms;
}

.customer-home.customer-awards .box p {
    margin: 0px;
    font-size: 16px;
}

.customer-home.customer-awards .box a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    color: transparent;
}

.customer-home.customer-awards .box+.box {
    border-left: .1px solid #0657CB;
}
.customer-home.review-platform .cta {
        font-size: 16px;
    line-height: normal;
    padding: 14px 24px;
    display: inline-flex;
    gap: 10px;
    min-width: 105px;
    text-decoration: none;
    text-align: center;
    background-color: #F0473D;
    color: var(--text-light);
    text-transform: uppercase;
    cursor: pointer;
    justify-content: center;
    border: 1px solid #F0473D;
    border-radius: 4px;
    margin: auto;
    align-items: center;
}
.customer-home.review-platform .cta-grp {
    text-align: center;
    margin: 50px 0px 0px;
}
@media (max-width: 1250px) {
    .customer-home.customers-list .flex {
        grid-gap: 16px;
    }
}

@media (max-width: 765px) {
    :root {
        --h1-font: 40px;
        --h2-font: 28px;
        --h3-font: 18px;
        --h4-font: 16px;
        --p-font: 14px;
        --s-font: 10px;
        --m-font: 12px;
        --l-font: 20px;
        --xl-font: 48px;
        --xs-wgt: 200;
        --s-wgt: 300;
        --m-wgt: 400;
        --l-wgt: 500;
        --xl-wgt: 600;
        --n-gap: 24px;
    }

    .content-container {
        display: flex;
        flex-wrap: wrap;
        padding: 44px 32px;
        justify-content: center;
    }

    .customer-home.customer-awards .swiper-wrapper .slick-dots {
        bottom: -20px !important;
    }

    .customer-home.customer-awards .swiper-wrapper .swiper-slide {
        max-width: 450px;
    }

    .customer-home.customer-awards .swiper-wrapper .swiper-slide .content {
        margin: 0px 20px;
        margin-bottom: 20px;
    }

    .customer-home.customer-awards .swiper-wrapper .swiper-slide .image {
        margin: 20px 0px;
    }

    .customer-home {
        padding: 44px 32px;
    }

    .customer-home.review-platform .flex {
        justify-content: center;
    }

    .customer-home.customer-comments {
        padding: 0px;
    }

    .customer-home.customers-list h4 {
        margin: 0 0 24px !important;
    }

    .customer-home.customers-list .flex {
        grid-gap: 20px 16px;
    }

    .customer-home.customers-list li {
        width: 90px;
        margin: 0;
        height: 24px;
    }

    .customer-home.customers-list li:last-child {
        display: none;
    }

    .customer-home.customers-list li img {
        height: auto !important;
        max-height: 100%;
        max-width: 100% !important;
    }

    .customer-home.customer-comments .flex .tabs .tab {
        justify-content: center !important;
        display: inline-flex;
        transform: none !important;
        flex-wrap: nowrap;
    }

    .customer-home.customer-comments .flex .tabs {
        height: auto;
        width: auto;
        overflow-x: scroll;
        background-color: #fff;
        top: 91px;
        border-bottom: 1px solid #eee;
        z-index: 10;
        position: sticky;
        padding: 0px 15px 10px;
    }

    .customer-home.customer-comments .flex {
        grid-gap: 0px;
    }

    .customer-home.customer-comments h4 {
        padding-top: 44px;
    }

    .customer-home.customer-comments .profile-wrapper h4 {
        padding: 0px;
    }

    .customer-home.customer-comments .flex .content-container ul {
        column-count: 1 !important;
    }

    .customer-home.customer-awards .flex-wrapper {
        max-width: 450px;
    }

    .customer-home.customer-awards .flex {
        grid-gap: 50px 0px;
    }
    .customer-home.customer-awards .box+.box {
        border-left: none;
    }
    .customer-home.customer-review .flex {
        grid-gap: 30px;
    }

    .customer-home.customer-review li {
        position: static;
        animation: none;
        width: 100%;
    }

    .customer-home.customer-review li .review-wrapper {
        width: 100% !important;
    }

    .customer-home.customer-review li .review-wrapper.heading.lightSkyBlue {
        width: 100% !important;
    }

    .customer-home.customer-review li .review-wrapper.heading.lightOrange {
        width: 100% !important;
    }

    .customer-home.customer-review li .review-wrapper.heading.lightViloet {
        width: 100% !important;
    }

    .customer-home.customer-review li .review-wrapper.heading.lightGreen {
        width: 100% !IMPORTANT;
    }

    .customer-home.customer-review li:nth-child(9) {
        display: none;
    }

    .customer-home.customer-review li:nth-child(7) {
        display: none;
    }

    .customer-home.customer-review li:nth-child(5) {
        display: none;
    }

    .customer-home.customer-review li:nth-child(3) {
        display: none;
    }

    .customer-home.customer-banner .map-image {
        height: 215px !important;
    }

    .customer-home.customer-banner .map-image span .tooltip h4 {
        font-size: 14px !important;
    }

    .customer-home.customer-banner .map-image span .tooltip p {
        font-size: 13px !important;
    }

    .customer-home.customer-banner .map-image span .tooltip {
        padding: 6px !important;
    }

    .customer-home.customer-banner .map-image span.marker2 .tooltip {
        left: -35px;
    }

    .customer-home.customer-banner .map-image span.marker3 .tooltip {
        left: -15px;
    }

    .customer-home.customer-banner .map-image span.marker6 .tooltip {
        left: -25px;
    }

    .customer-home.customer-banner .map-image span.marker5 .tooltip {
        top: -24px;
        left: 25px;
    }

    .customer-home.customer-banner .map-image span.marker5 .tooltip:before {
        left: 0%;
        top: 35%;
    }

    .customer-home.customer-banner .map-image span.marker4 .tooltip {
        top: -75px;
        left: -50px;
    }

    .customer-home.customer-banner .map-image span.marker4 .tooltip:before {
        left: 47%;
        bottom: -9%;
        top: auto;
    }

    .customer-home.customer-banner .map-image span.marker1 .tooltip {
        top: -75px;
        left: -50px;
    }

    .customer-home.customer-banner .map-image span.marker1 .tooltip:before {
        left: 47%;
        bottom: -9%;
        top: auto;
    }

}