﻿html { font-size: var(--base-font-size); }
.slides,
.slides p { font-family: "Poppins",sans-serif; font-weight: 400; }
.slides h1,
.slides h2,
.slides h3,
.slides h4,
.slides h5,
.slides h6 { font-family: "Poppins",sans-serif; font-weight: 600; }
.slides .button,
.slides .slides-form { font-family: "Poppins",sans-serif; font-weight: 600; }
.grid [class*="col-"] { display: block; width: 100%; padding-left: 2%; padding-right: 2%; float: left; }
.grid.fixedSpaces { margin-left: -10px; margin-right: -10px; }
.navigation li.selected:after { outline: 4px solid var(--theme-color) !important; }

.container-fluid .wrap { }
.container-fluid .wrap .container { }

.row { display: flex; flex-flow: row wrap; margin-left: -10px; margin-right: -10px; justify-content: center; }
.row [class*="col-"] { width: 100%; padding-left: 10px; padding-right: 10px; }
.align-items-center { }

.row_6_6 { align-items: center; }

/*6px for usedcar listintg page*/
.row.thickset { margin-left: -6px; margin-right: -6px; }
.row.thickset > [class*="col-"] { padding-left: 6px; padding-right: 6px; }

.row.compact8 { margin-left: -8px; margin-right: -8px; }
.row.compact8 > [class*="col-"] { padding-left: 8px; padding-right: 8px; }

.row.compact { margin-left: -10px; margin-right: -10px; }
.row.compact > [class*="col-"] { padding-left: 10px; padding-right: 10px; }

.row.medium { margin-left: -15px; margin-right: -15px; }
.row.medium > [class*="col-"] { padding-left: 15px; padding-right: 15px; }

.row.large { margin-left: -25px; margin-right: -25px; }
.row.large > [class*="col-"] { padding-left: 25px; padding-right: 25px; }

body:not(.HomePage) nav.side { display: none; }
body:not(.HomePage) .slide:not(.container-fluid) .wrap > .row { width: 1040px !important; max-width: 100% !important; margin-left: auto !important; margin-right: auto !important; float: none; float: none; }
.noSpace { margin-right: 0; margin-left: 0; }
.breadcrumbs .container { height: auto !important; }

.noSpace > .col,
.noSpace > [class*="col-"] { padding-right: 0; padding-left: 0; }

.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-auto { flex: 0 0 auto; width: auto; max-width: 100%; }
.col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.col-2_3 { flex: 0 0 18%; max-width: 18%; }
.col-2_5 { flex: 0 0 20%; max-width: 20%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; }
.col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; }
.col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-9_5 { flex: 0 0 80%; max-width: 80%; }
.col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; }
.col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.grid:after { content: ""; display: block; clear: both; }

/*----------------------------------------------------------------------------
    HELPERS SITE
-----------------------------------------------------------------------------*/
.themeColor { color: var(--theme-color); }
.secondaryThemeColor { color: var(--secondary-theme-color); }

.pulse-button { -webkit-animation: pulse-button 1.35s infinite; box-shadow: 0 0 0 0 var(--pulse-shadow-color); }

@-webkit-keyframes pulse-button {
 0% {
  @include transform(scale(1));
 }

 70% {
  @include transform(scale(1));
  box-shadow: 0px 0px 3px 5px var(--pulse-shadow-color);
 }

 100% {
  @include transform(scale(0.9));
  box-shadow: 0px 0px 0px 0px var(--pulse-shadow-color);
 }
}

.themeBgColor { background-color: var(--theme-color); }
.secondaryThemeBgColor { background-color: var(--secondary-theme-color); }

.text-primary { color: var(--primary-color) !important; }
.text-success { color: var(--success-color) !important; }
.text-danger { color: var(--danger-color) !important; }
.text-warning { color: var(--warning-color) !important; }
.text-info { color: var(--info-color) !important; }

.button-white { background-color: #fff !important; color: #000 !important; }
.button-black { background-color: #000 !important; color: #fff !important; }

.button-primary { background-color: var(--primary-color) !important; color: #fff !important; }
.button-success { background-color: var(--success-color) !important; color: #fff !important; }
.button-danger { background-color: var(--danger-color) !important; color: #fff !important; }
.button-warning { background-color: var(--warning-color) !important; color: #212529 !important; }
.button-info { background-color: var(--info-color) !important; color: #fff !important; }

.radius-5 { border-radius: 5px; }
.radius-50 { border-radius: 50px; }
.d-none { display: none !important; }
.d-inline { display: inline; }
.d-inline-block { display: inline-block; }
.d-block { display: block !important; }
.d-table { display: table; }
.d-table-row { display: table-row; }
.d-table-cell { display: table-cell; }

.d-flex { display: flex; flex-wrap: wrap; }
.d-inline-flex { display: inline-flex; }
.d-flex-wrap { display: flex; flex-flow: row wrap; height: 100%; }
.d-flex-column { display: flex; flex-flow: column; height: 100%; }

.flex-row { display: flex; flex-flow: row wrap; margin-right: -8px; margin-left: -8px; }
.flex-row .col { padding-right: 8px; padding-left: 8px; }
.flex-column { flex-direction: column; }
.flex-row-reverse { flex-direction: row-reverse; }
.flex-column-reverse { flex-direction: column-reverse; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }
.flex-wrap-reverse { flex-wrap: wrap-reverse; }
.flex-fill { flex: 1 1 auto; }
.flex-grow-0 { flex-grow: 0; }
.flex-grow-1 { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }
.flex-shrink-1 { flex-shrink: 1; }

.justify-content-start { justify-content: flex-start; }
.justify-content-end { justify-content: flex-end; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between; }
.justify-content-around { justify-content: space-around; }
.justify-content-evenly { justify-content: space-evenly; }

.align-center { margin-right: auto; margin-left: auto; }
.align-items-start { align-items: flex-start; }
.align-items-end { align-items: flex-end; }
.align-flex-center { align-items: center; display: flex; justify-content: center; }
.align-items-center { align-items: center; }
.align-items-baseline { align-items: baseline; }
.align-items-stretch { align-items: stretch; }
.align-content-start { align-content: flex-start; }
.align-content-end { align-content: flex-end; }
.align-content-center { align-content: center; }
.align-content-between { align-content: space-between; }
.align-content-around { align-content: space-around; }
.align-content-stretch { align-content: stretch; }
.align-self-auto { align-self: auto; }
.align-self-start { align-self: flex-start; }
.align-self-end { align-self: flex-end; }
.align-self-center { align-self: center; }
.align-self-baseline { align-self: baseline; }
.align-self-stretch { align-self: stretch; }

.text-left { text-align: left !important; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.text-justify { text-align: justify; }
.text-underline { text-decoration: underline; }
.text-decoration-none { text-decoration: none; }
.text-uppercase { text-transform: uppercase; }
.text-italic { font-style: italic; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.position-static { position: static; }
.position-absolute { position: absolute; }
.position-relative { position: relative; }
.position-fixed { position: fixed; }
.position-sticky { position: -webkit-sticky; position: sticky; }

body .m-0 { margin: 0px; }
body .m-1 { margin: 0.25rem; }
body .m-2 { margin: 0.5rem; }
body .m-3 { margin: 0.75rem; }
body .m-4 { margin: 1rem; }
body .m-5 { margin: 1.25rem; }
body .m-6 { margin: 1.5rem; }
body .m-7 { margin: 1.75rem; }
body .m-8 { margin: 2rem; }

body .mt-0 { margin-top: 0px; }
body .mt-1 { margin-top: 0.25rem; }
body .mt-2 { margin-top: 0.5rem; }
body .mt-3 { margin-top: 0.75rem; }
body .mt-4 { margin-top: 1rem; }
body .mt-5 { margin-top: 1.25rem; }
body .mt-6 { margin-top: 1.5rem; }
body .mt-7 { margin-top: 1.75rem; }
body .mt-8 { margin-top: 2rem; }

body .mb-0 { margin-bottom: 0px !important; }
body .mb-1 { margin-bottom: 0.25rem; }
body .mb-2 { margin-bottom: 0.5rem; }
body .mb-3 { margin-bottom: 0.75rem; }
body .mb-4 { margin-bottom: 1rem; }
body .mb-5 { margin-bottom: 1.25rem; }
body .mb-6 { margin-bottom: 1.5rem; }
body .mb-7 { margin-bottom: 1.75rem; }
body .mb-8 { margin-bottom: 2rem !important; }

body .ml-0 { margin-left: 0px; }
body .ml-1 { margin-left: 0.25rem; }
body .ml-2 { margin-left: 0.5rem; }
body .ml-3 { margin-left: 0.75rem; }
body .ml-4 { margin-left: 1rem; }
body .ml-5 { margin-left: 1.25rem; }
body .ml-6 { margin-left: 1.5rem; }
body .ml-7 { margin-left: 1.75rem; }
body .ml-8 { margin-left: 2rem; }
body .ml-9 { margin-left: 2.25rem; }
body .ml-10 { margin-left: 2.5rem; }
body .ml-11 { margin-left: 2.75rem; }
body .ml-12 { margin-left: 3rem; }
body .ml-13 { margin-left: 3.25rem; }

body .mr-0 { margin-right: 0px; }
body .mr-1 { margin-right: 0.25rem; }
body .mr-2 { margin-right: 0.5rem; }
body .mr-3 { margin-right: 0.75rem; }
body .mr-4 { margin-right: 1rem; }
body .mr-5 { margin-right: 1.25rem; }
body .mr-6 { margin-right: 1.5rem; }
body .mr-7 { margin-right: 1.75rem; }
body .mr-8 { margin-right: 2rem; }
body .mr-9 { margin-right: 2.25rem; }
body .mr-10 { margin-right: 2.5rem; }
body .mr-11 { margin-right: 2.75rem; }
body .mr-12 { margin-right: 3rem; }
body .mr-13 { margin-right: 3.25rem; }


body .p-0 { padding: 0px !important; }
body .p-1 { padding: 0.25rem; }
body .p-2 { padding: 0.5rem; }
body .p-3 { padding: 0.75rem; }
body .p-4 { padding: 1rem; }
body .p-5 { padding: 1.25rem; }
body .p-6 { padding: 1.5rem; }
body .p-7 { padding: 1.75rem; }
body .p-8 { padding: 2rem; }

body .pt-0 { padding-top: 0px; }
body .pt-1 { padding-top: 0.25rem; }
body .pt-2 { padding-top: 0.5rem; }
body .pt-3 { padding-top: 0.75rem; }
body .pt-4 { padding-top: 1rem; }
body .pt-5 { padding-top: 1.25rem; }
body .pt-6 { padding-top: 1.5rem; }
body .pt-7 { padding-top: 1.75rem; }
body .pt-8 { padding-top: 2rem; }

body .pb-0 { padding-bottom: 0px; }
body .pb-1 { padding-bottom: 0.25rem; }
body .pb-2 { padding-bottom: 0.5rem; }
body .pb-3 { padding-bottom: 0.75rem; }
body .pb-4 { padding-bottom: 1rem; }
body .pb-5 { padding-bottom: 1.25rem; }
body .pb-6 { padding-bottom: 1.5rem; }
body .pb-7 { padding-bottom: 1.75rem; }
body .pb-8 { padding-bottom: 2rem; }

body .pl-0 { padding-left: 0px !important; }
body .pl-1 { padding-left: 0.25rem; }
body .pl-2 { padding-left: 0.5rem; }
body .pl-3 { padding-left: 0.75rem; }
body .pl-4 { padding-left: 1rem; }
body .pl-5 { padding-left: 1.25rem; }
body .pl-6 { padding-left: 1.5rem; }
body .pl-7 { padding-left: 1.75rem !important; }
body .pl-8 { padding-left: 2rem; }
body .pl-9 { padding-left: 2.25rem; }
body .pl-10 { padding-left: 2.5rem; }
body .pl-11 { padding-left: 2.75rem; }
body .pl-12 { padding-left: 3rem; }
body .pl-13 { padding-left: 3.25rem; }


body .pr-0 { padding-right: 0px; }
body .pr-1 { padding-right: 0.25rem !important; }
body .pr-2 { padding-right: 0.5rem; }
body .pr-3 { padding-right: 0.75rem; }
body .pr-4 { padding-right: 1rem; }
body .pr-5 { padding-right: 1.25rem; }
body .pr-6 { padding-right: 1.5rem; }
body .pr-7 { padding-right: 1.75rem; }
body .pr-8 { padding-right: 2rem; }
body .pr-9 { padding-right: 2.25rem; }
body .pr-10 { padding-right: 2.5rem; }
body .pr-11 { padding-right: 2.75rem; }
body .pr-12 { padding-right: 3rem; }
body .pr-13 { padding-right: 3.25rem; }

.font-weight-600 { font-weight: 600 !important; }
.font-weight-700 { font-weight: 700 !important; }
.font-weight-800 { font-weight: 800 !important; }
.font-weight-900 { font-weight: 900 !important; }

.lh-0 { line-height: 0; }
.lh-1 { line-height: 1; }

.zoomer { transition: 0.3s; padding: 18px; }

.zoomer:hover { transform: scale(1.04); background: #fff; border-radius: 9px; }

.zoomerz { transition: 0.3s; }

.zoomerz:hover { transform: scale(1.07); }


.grid.fixedSpaces:after { display: block; clear: both; }
/*Header*/
.panel.top { background: #fff; box-shadow: 0px 0px 19px -2px #00000021; }
.panel.top .sections .left a img { max-width: 258px; width: 320px; }
.panel.top .sections .logoEst { color: #9c9c9c; font-weight: 700; padding-left: 20px; font-family: 'itc-avant-garde-gothic-pro'; }
.panel.top .sections .logoEst span { font-size: 12px; }
.panel.top .headCall { padding-right: 20px; font-weight: 700; font-size: 20px; border-right: solid 1px #ccc; transition: 0.3s; margin-right: 24px; }
.panel.top .headCall svg, .panel.top .hdrContact.button svg { display: none; }
.panel.top .headCall span.hdrCall span { font-weight: 700; color: #aaa; font-size: 14px; }
.panel.top .sections .right a.button { border-radius: 99px !important; padding: 9px 26px; margin-right: 10px !important; box-shadow: none; }
.panel.top .sections .right a.button:hover { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15),0 3px 9px rgba(0, 0, 0, 0.15); opacity: 1; transform: translateY(0px) !important; transition: .35s !important; }
.panel.top .headCall span { pointer-events: initial !important; }
.panel.top .sections .right { align-items: center; }
.panel.top .sections .right .button.sideNav { box-shadow: 0 2px 4px rgba(0, 0, 0, 0.10), 0 3px 9px rgba(0, 0, 0, 0.10); }
.sidebarContent .mainMenu li a { font-size: 24px; text-align: left; line-height: 80%; letter-spacing: -0.021em; font-weight: 600; }
.sidebarContent .mainMenu li:hover { color: var(--theme-color); }
.panel.top .button.actionButton svg { top: -1px; left: -1px; }
/*Footer*/
.customFooter .grid > .col-2-10 { max-width: 18%; }
.customFooter .grid > .col-2-10.ftrAddr { max-width: 25%; width: 25%; }
.customFooter .fix-12-12 { max-width: 1600px !important; }
.customFooter p.small { font-size: 15px; line-height: 0.98; }
.customFooter .newsletter h4 { font-size: 21px; }
.customFooter .newsletter input { border-radius: 12px; }
.customFooter .newsletter .button { border-radius: 99px; margin-top: 5px; }
.container.footerSec .wrap { padding: 60px; }
.container.footerSec .wrap .logo img { max-width: 142px; }

.cpyRgt { font-size: 14px; padding-top: 28px; border-top: solid 1px #ccc; margin-bottom: 0px; }

.newsletter { position: relative; z-index: 101; pointer-events: none; text-align: center; }
.newsletter [class*=fix-] { box-shadow: 0px 0px 19px -2px #00000054; padding: 40px; margin-bottom: -90px; margin-top: 80px; background-color: #fff; pointer-events: initial; border-radius: 20px; }
.thankYouBar.newsletterBar .sidebarContent { padding: 80px 80px 80px 150px; text-align: center; height: 100%; display: flex; align-items: center; justify-content: center; }
.thankYouBar.newsletterBar .sidebarContent svg { width: 75px; height: 75px; fill: var(--theme-color) !important; }
.footerMid .col-6 { padding-left: 2%; padding-right: 2%; }
.footerMid { margin-top: calc(3em + 24px); align-items: flex-end; }
.footerMid p.small { font-size: 12px; }
.footerSec { margin: 20px auto; background: #f2f2f2; width: calc(100% - 40px); border-radius: 20px; }
.google-partner-bottom { display: block; float: right; width: 100%; max-width: 146px; text-align: left; background: #fff; border-radius: 18px; padding: 18px; }
.google-partner-bottom img { max-height: 30px; }

.button.actionButton.toFirstSlide { position: absolute; bottom: 20px; right: 26px; background: #fdc105; border: none; height: 50px; width: 50px; }
.button.actionButton.toFirstSlide svg { width: 28px; height: 21px; top: 5px; }
.typed { font-weight: 600; }
.typed-cursor { opacity: 1; -webkit-animation: blink 0.7s infinite; animation: blink 0.7s infinite; }

.footerSec > .wrap > .fix-12-12 > ul.grid:first-child { display: flex; align-items: end; margin-bottom: 20px; }
.footerSec .logo { font-size: 0px; display: block; }
.ucTestimonials .mobTestimo { display: none; padding: 20px; background-color: #fff; border-radius: 20px; box-sizing: border-box; }
.ucTestimonials .testimoClose { display: none; }




@-webkit-keyframes blink {
 50% { opacity: 0; }
}

@keyframes blink {
 50% { opacity: 0; }
}
/* Panel Top 10 */
.navigation li[data-title]:before { background: #eef7ee; color: #4CAF50; font-weight: 600; border-radius: 8px; top: -5px; }

span.actionButton { border: 1px solid #eef7ee; }

.slides.whiteSlide .navigation li:after { background: #9d9e9e; }

.small .navigation.default li:after { width: 8px; height: 8px; border-radius: 999px; }

.navigation li.selected:after { padding: 0; border-radius: 999px; outline: 4px solid green; background: none !important; }

.sidebar { -webkit-clip-path: polygon(9.5% 0, 100% 0, 100% 100%, 0 100%); clip-path: polygon(9.5% 0, 100% 0, 100% 100%, 0 100%); width: 809px; }

.sidebar .content { padding-left: 199px; padding-top: 86px; padding-bottom: 86px; }

.content .mainMenu li:hover { color: var(--theme-color); }
.homeIcon svg { width: 25px; height: 25px; }
/* First Screen (#1) */
@media (max-width: 561px) {
 .slide[data-cid=slide-14-150fd326] a { width: 100%; }
}

@media (min-width: 536px) and (max-width: 1361px) {
 .slide[data-cid=slide-14-150fd326] .fix-7-12 { max-width: 500px !important; }
}

@media (min-width: 536px) and (max-width: 1090px) {
 .slide[data-cid=slide-14-150fd326] .fix-7-12 { max-width: 450px !important; }
}

@media (min-width: 536px) and (max-width: 965px) {
 .slide[data-cid=slide-14-150fd326] .fix-7-12 { max-width: 400px !important; }
}

@media (min-width: 536px) and (max-width: 732px) {
 .slide[data-cid=slide-14-150fd326] .fix-7-12 { max-width: 350px !important; }
}

@media (min-width: 536px) and (max-width: 700px) {
 .slide[data-cid=slide-14-150fd326] .fix-7-12 { max-width: 300px !important; }
}

.slide.whiteSlide { color: #233036; }
.slide.autoHeight .container .wrap:not(.noSpaces) { padding: 30px calc(11% + 20px) }
/* Services (#2) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-70-3d9d0914"] */
.slide[data-cid=slide-70-3d9d0914] .pad { border-radius: 12px !important; -webkit-box-shadow: none !important; box-shadow: none !important; border: 1px solid #e9ebeb; }

/* About (#3) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-28-2c01bebb"] */
.slide[data-cid=slide-28-2c01bebb] .bottomImage { position: relative; bottom: -40px !important; left: -65px !important; }

@media (max-width: 768px) {
 .slide[data-cid=slide-28-2c01bebb] .bottomImage { bottom: -10px !important; left: 0 !important; }
}

@media (min-width: 768px) {
 .slide[data-cid=slide-28-2c01bebb] .iphone-28 { margin-top: -100px; margin-bottom: -100px; }
}

@media (max-width: 767px) {
 .slide[data-cid=slide-28-2c01bebb] .cell-28 { padding-bottom: 35px; }
}

.slide[data-cid=slide-28-2c01bebb] .button { max-width: 200px; text-align: left; }
.slide[data-cid=slide-28-2c01bebb] .playButton { position: relative; margin-right: 14px; bottom: -4px; }

/* Team (#4) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-146-964ca92d"] */
.slide[data-cid=slide-146-964ca92d] .controller-146 > li { transition: 0.15s; overflow: hidden; }
.slide[data-cid=slide-146-964ca92d] .controller-146 > li:after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; border: 2px solid #4CAF50; background: none; border-radius: 12px; opacity: 0; transition: 0.15s; }
.slide[data-cid=slide-146-964ca92d] .controller-146 > li:hover { transform: scale(1.1); }
.slide[data-cid=slide-146-964ca92d] .controller-146 > li.selected:after { opacity: 1; }
.slide[data-cid=slide-146-964ca92d] .controller-146 > li img { margin: 10px; border-radius: 8px; }
.slide[data-cid=slide-146-964ca92d] svg:hover { fill: #4CAF50; transition: all 0.25s; }

/* Upcoming (#5) */
.slide[data-cid=slide-129-29c0e5ad] .col-4-12 a > img { filter: grayscale(100%); }
.slide[data-cid=slide-129-29c0e5ad] .col-4-12 a:hover { color: #4CAF50; -webkit-transition: all 0.35s; transition: all 0.35s; }
.slide[data-cid=slide-129-29c0e5ad] .col-4-12 a:hover > img { filter: grayscale(0%); -webkit-transition: all 0.35s; transition: all 0.35s; }

.e_meetus .ucTeam .row.compact { justify-content: flex-start; }



@media (max-width: 768px) and (min-width: 669px) {
 .slide[data-cid=slide-129-29c0e5ad] .col-4-12 a { max-width: 280px; margin-left: auto; margin-right: auto; }
}

@media (max-width: 768px) {
 .slide[data-cid=slide-129-29c0e5ad] .col-4-12 a { max-width: 280px; }
}

/* Pricing (#6) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-169-280dafdc"] */
.slide[data-cid=slide-169-280dafdc] .box-169 { background: #fdfdfd !important; border: 1px solid #e9ebeb; box-shadow: none; }
.slide[data-cid=slide-169-280dafdc] p.text-customBlueColor { font-family: PT Serif; letter-spacing: -0.315px; line-height: normal; font-style: normal; }
.slide[data-cid=slide-169-280dafdc] .list-169 li { position: relative; padding-left: 34px; }
.slide[data-cid=slide-169-280dafdc] .list-169 li:before { content: ""; position: absolute; left: 0; top: -2px; height: 24px; width: 24px; border-radius: 50%; background: rgba(76, 175, 80, 0.1) url("../assets/svg/template/check-bold-green.svg?p=wnFjyCkf") 50% 50% no-repeat; background-size: 10px; }
.slide[data-cid=slide-169-280dafdc] .customCenterEnd { align-items: flex-end; }

/* Gallery (#7) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-75-a0f9b0b9"] */
.slide[data-cid=slide-75-a0f9b0b9] .slider.animated.fromAbove [class*=ae-]:not(.done) { transform: scale(1) translate3d(0, 0, 0); }
.slide[data-cid=slide-75-a0f9b0b9] .flex.fixedSpaces > [class*=col-] { padding-left: 15px; padding-right: 15px; }

/* Reviews (#8) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-115-3062d55b"] */
.slide[data-cid=slide-115-3062d55b] .swiper-115 .swiper-button-next, .slide[data-cid=slide-115-3062d55b] .swiper-115 .swiper-button-prev { height: 30px; width: 15px; margin-top: 0; top: 500px; }
.slide[data-cid=slide-115-3062d55b] .swiper-115 .swiper-button-prev { left: 150px; }
.slide[data-cid=slide-115-3062d55b] .swiper-115 .swiper-button-next { right: 150px; }

@media (max-width: 1023px) {
 .slide[data-cid=slide-115-3062d55b] .swiper-115 .swiper-button-prev { left: calc(50% - 60px); bottom: -60px; top: auto; }
 .slide[data-cid=slide-115-3062d55b] .swiper-115 .swiper-button-next { right: calc(50% - 60px); bottom: -60px; top: auto; }
}

.slide[data-cid=slide-115-3062d55b] .swiper-button-next:hover { transform: scale(1.1); transition: all 0.15s; }
.slide[data-cid=slide-115-3062d55b] .swiper-button-prev:hover { transform: scale(1.1); transition: all 0.15s; }
.slide[data-cid=slide-115-3062d55b] .swiper-button-next.swiper-button-disabled:hover { transform: none; }
.slide[data-cid=slide-115-3062d55b] .swiper-button-prev.swiper-button-disabled:hover { transform: none; }

/* Blog (#9) */
/* To restrict styles to the current slide, panel, or example use .slide[data-cid="slide-170-bbcc6f95"] */
.slide[data-cid=slide-170-bbcc6f95] .poster-170 { transition: 0.15s; }
.slide[data-cid=slide-170-bbcc6f95] .box-170 { min-height: 380px; }
.slide[data-cid=slide-170-bbcc6f95] .box-170:hover { opacity: 1; }
.slide[data-cid=slide-170-bbcc6f95] .box-170:hover .poster-170 { opacity: 0.3 !important; }
.slide[data-cid=slide-170-bbcc6f95] .btn-170 { line-height: 31px; padding: 0 12px; }
.slide[data-cid=slide-170-bbcc6f95] input { max-width: 208px; }
.slide[data-cid=slide-170-bbcc6f95] button { max-width: 208px; }

@media (min-width: 520px) and (max-width: 768px) {
 .slide[data-cid=slide-170-bbcc6f95] .slides-form button[type=submit], .slide[data-cid=slide-170-bbcc6f95] .slides-form input[type=email] { margin-left: 5px !important; margin-right: 5px !important; display: inline-block !important; width: unset; }
}

@media (min-width: 436px) and (max-width: 520px) {
 .slide[data-cid=slide-170-bbcc6f95] .slides-form button[type=submit] { margin-top: 10px; }
}

.rowNSP .container .wrap:not(.noSpaces),
.rowNSP .container .wrap.spaceWrap { padding: 60px calc(11% + 20px); }

.flex.compact { margin-left: -10px; margin-right: -10px; }
.flex.compact [class*=col-] { padding-left: 10px; padding-right: 10px; }

.flex.compact-2 { margin-left: -20px; margin-right: -20px; }
.flex.compact-2 [class*=col-] { padding-left: 20px; padding-right: 20px; }

.wwd-body .slide:not(.customFooter) ul li a { text-decoration: underline; text-decoration-color: var(--theme-color); }
.wwd-body .slide:not(.customFooter) ul li a:hover { color: var(--theme-color); }

.wwd-rpt { background: #e6e6e6; border: solid 1px #e4e4e4; margin-bottom: 36px; position: relative; text-align: center; display: block; }
.wwd-rpt:hover { opacity: 1; }
.wwd-rpt .element-thumb { line-height: 0; z-index: 1; width: 100%; position: relative; overflow: hidden; border-radius: 6px; }
.col-8-12 .wwd-rpt .element-thumb { }
.wwd-rpt .element-thumb img { object-position: center; object-fit: cover; width: 100%; max-width: 100%; height: 240px; display: inline-block; }
.wwd-rpt .element-thumb-hover { z-index: 1; opacity: 0; justify-content: center; align-items: center; transition: opacity .3s; display: flex; position: absolute; inset: 0%; }
.wwd-rpt:hover .element-thumb-hover { }
.wwd-rpt .element-thumb-hover img { }
.wwd-rpt .element-logo { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; display: none; align-items: center; margin: auto; justify-content: center; }
.wwd-rpt .element-logo img { max-width: 250px; max-height: 55px; object-fit: initial; width: auto; height: auto; background: #fff; padding: 15px; border-radius: 6px; }
.wwd-rpt:hover .element-logo { }
.wwd-rpt .element-heading { font-size: 20px; font-weight: 700; line-height: .9; border-left: 4px solid var(--theme-color); padding-left: 10px; }
.wwd-rpt .element-description { }
.wwd-rpt .element-item { grid-column-gap: 20px; justify-content: space-between; align-items: flex-end; display: flex; flex-direction: row-reverse; }
.wwd-rpt .element-featured { grid-column-gap: 0.375rem; grid-row-gap: 0.5rem; flex-flow: row; flex: none; justify-content: flex-start; align-items: flex-end; display: flex; font-size: .875rem; }
.wwd-rpt .element-featured span { letter-spacing: -.02em; font-size: 2.5rem; font-weight: 500; line-height: .9; }
.wwd-rpt .element-FNumber { letter-spacing: -.02em; font-size: 2.5rem; font-weight: 500; line-height: .9; }
.wwd-rpt .element-fText { font-size: .875rem; }
.wwd-rpt .button-group { grid-column-gap: 1rem; justify-content: space-between; align-items: center; width: 100%; display: flex; /* flex-direction: row-reverse; */ }
.wwd-rpt .line-divider { background-color: #9d9e9e; transform-origin: 0%; width: 100%; height: 0.0625rem; margin-top: 0.75rem; }
.wwd-rpt .button-text { z-index: 1; grid-column-gap: 0.375rem; text-align: left; background-color: #0000; flex: none; justify-content: center; align-items: center; padding: 0.125rem 0; display: inline-flex; position: relative; font-weight: 400; font-size: .875rem; }

.slide:not(.whiteSlide) .wwd-rpt { background: transparent; color: #f8f8f8; border: 1px solid #f8f8f81a; }


@keyframes filterAnim {
 0% { filter: brightness(100%); }

 33% { filter: brightness(150%); }

 to { filter: brightness(45%); }
}

@keyframes reversefilterAnim {
 0% { filter: brightness(45%); }

 to { filter: brightness(100%); }
}


.oce-rpt { display: flex; border-radius: 16px; width: 100%; margin: auto; position: relative; overflow: hidden; height: calc(100% - 20px); margin-bottom: 20px; background: #e6e6e6; padding: 18px; }
.oce-rpt .element-thumb { width: 50%; display: flex; background: #fff; border-radius: 8px; overflow: hidden; }
.oce-rpt .element-thumb:first-child { margin-right: 16px; }
.oce-rpt .element-thumb:last-child { margin-left: 16px; }
.oce-rpt .element-thumb img { width: 100%; max-height: 365px; object-fit: cover; object-position: top center; }
.oce-rpt .element-content { width: 50%; background: #fff; padding: 32px; border-radius: 8px; display: flex; flex-direction: column; justify-content: space-between; }
.oce-rpt .element-heading { font-size: 28px; line-height: 1.2; font-weight: 600; margin-bottom: 16px; border-bottom: 1px dashed #e6e6e6; padding-bottom: 16px; }
.oce-rpt .element-description { font-size: 15px; }
.oce-rpt .button-group { margin-top: 24px; }

.slide.whiteSlide [class*=col-]:nth-child(even) .oce-rpt { display: flex; flex-direction: row-reverse; }
.slide.whiteSlide [class*=col-]:nth-child(even) .oce-rpt .element-thumb { margin-left: 0; margin-right: 16px; }

.slide:not(.whiteSlide) .oce-rpt { background: transparent; color: #f8f8f8; border: 1px solid #f8f8f81a; }
.slide:not(.whiteSlide) .oce-rpt .element-heading { border-color: #f8f8f81a; }
.slide:not(.whiteSlide) .oce-rpt .element-content { background-color: rgba(255,255,255,0.05); }
.slide:not(.whiteSlide) [class*=col-]:nth-child(even) .oce-rpt { display: flex; flex-direction: row-reverse; }
.slide:not(.whiteSlide) [class*=col-]:nth-child(even) .oce-rpt .element-thumb { margin-left: 0; margin-right: 16px; }

.slide:not(.whiteSlide) .col-12-12:nth-child(1) .oce-rpt .element-content,
.slide:not(.whiteSlide) .col-12-12:nth-child(2) .oce-rpt .element-content,
.slide:not(.whiteSlide) .col-12-12:nth-child(3) .oce-rpt .element-content { width: 30%; }

.slide:not(.whiteSlide) .col-12-12:nth-child(1) .oce-rpt .element-thumb,
.slide:not(.whiteSlide) .col-12-12:nth-child(2) .oce-rpt .element-thumb,
.slide:not(.whiteSlide) .col-12-12:nth-child(3) .oce-rpt .element-thumb { width: 70%; }


.col-6-12 .oce-rpt .element-content { width: 50%; padding: 20px; }
.col-6-12 .oce-rpt .element-heading { font-size: 22px; }
.col-6-12 .oce-rpt .element-thumb { width: 50%; }
.col-6-12 .oce-rpt .element-thumb img { object-fit: cover; object-position: top left; }

.oce-body .non-swiper-rpt { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; margin-bottom: 20px; height: calc(100% - 20px); }
.oce-body .non-swiper-rpt h2.smallest,
.oce-body .non-swiper-rpt .h2.smallest { font-size: 22px; }
.oce-body .non-swiper-rpt .subp { font-size: 13px; min-height: 80px; margin-bottom: 0; }
.oce-body .slide[data-cid=slide-105-fdd78169] .non-swiper-rpt .inner-105 { right: 30px; bottom: 30px; left: 30px; }
.oce-body .slide[data-cid=slide-105-fdd78169] .non-swiper-rpt .poster-105 { transition: 0.15s; background-size: auto 55%; background-position: top center; background-repeat: no-repeat; background-color: #e6e6e6; background-blend-mode: multiply; }
.oce-body .slide[data-cid=slide-105-fdd78169] .non-swiper-rpt .number-105 { background: #fff; border-radius: 50%; width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; font-size: 15px !important; top: 30px; left: 30px; line-height: 1; }


.wwd-body .slide[data-cid=slide-14-150fd326] .background { clip-path: polygon(56.5% 0, 100% 0, 100% 100%, 51.5% 100%); background-position: center 780px; }
.wwd-body .slide[data-cid=slide-14-150fd326] .container { height: 628px !important; }
.wwd-body .slide[data-cid=slide-14-150fd326] .wrap { padding-top: calc(0px + 120px) !important; }

.oce-body .slide[data-cid=slide-14-150fd326] .background { clip-path: polygon(56.5% 0, 100% 0, 100% 100%, 51.5% 100%); }
.oce-body .slide[data-cid=slide-14-150fd326] .container { }
.oce-body .slide[data-cid=slide-14-150fd326] .wrap { padding-top: calc(120px + 70px) !important; }



.barWithButton .element-content { background-color: #ffffff; padding: 18px 25px; border-radius: 16px; display: flex; align-items: center; background: #fdfdfd !important; border: 0px solid #e9ebeb; box-shadow: 0px 0px 40px 0px #cccccc87; }
.barWithButton .element-content p { margin: 0; font-size: 17px; font-weight: 600; margin-right: 50px; }
.barWithButton .element-content .button { margin: 0; width: auto; display: flex; min-width: 200px; justify-content: center; background: var(--theme-color); }

.videoButton .playIcon { display: block; width: 70px; height: 70px; background: #FFF; padding: 15px; position: absolute; right: 20px; border-radius: 50%; border: 4px solid #f1a801; transform: scale(1); transition: .3s; }
.videoButton:hover .playIcon { transform: scale(1.05); transition: .3s; }
.videoButton .playIcon svg { width: 100%; height: 100%; fill: #f1a801 !important; }
.videoButton { display: flex; padding-right: 90px; padding-left: 25px; /* width: 330px; */ min-width: 330px; height: 100px; background-color: rgba(241, 168, 1, 0.40); border-radius: 16px; position: relative; flex-direction: column; justify-content: center; line-height: 1em; font-size: 16px; font-weight: bold; opacity: 1 !important; align-items: flex-start; }
.videoButton > span { font-weight: 600; font-size: 13px; margin-top: 3px; color: #233036; }
.videoButton strong { font-size: 20px; margin-bottom: 7px; line-height: 1.1; color: #233036; }

.barWithButton.pale-orange .element-content { background-color: rgba(241, 168, 1, 0.40) !important; justify-content: space-between; }
.barWithButton.pale-orange .videoButton { width: 90px; min-width: 90px; height: 90px; font-size: 0; background: transparent; padding: 0; }
.barWithButton.pale-orange .videoButton > span:not(.playIcon) { display: none; }
.barWithButton.pale-orange .videoButton .playIcon { margin: 0; width: 90px; height: 90px; inset: 0; padding: 23px; margin: auto; }

/*Jobs*/
.ucJobs .sayhello h3 { margin-bottom: 1em; }
.ucJobs .jobHead { font-size: 35px; margin-top: 1em; margin-bottom: 1em; }

/*Breadcrumb*/
.breadcrumbs .container ul { display: flex; }
.breadcrumbs .container ul svg { width: 18px; height: 18px; fill: var(--theme-font-color); }
.breadcrumbs { position: absolute; top: 80px; z-index: 99; padding: 10px calc(11% + 15px); color: var(--theme-font-color); font-size: 12px; }
.breadcrumbs li { display: inline-block; padding-left: 15px; position: relative; }
.breadcrumbs li:first-child { padding-left: 0; }
.breadcrumbs li:before { content: ""; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--theme-color); position: absolute; left: 5px; top: 9px; }
.breadcrumbs li:first-child:before { display: none; }

.breadcrumbs ul li:last-child a { max-width: 250px; display: inline-block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
/*/*----------------------------------------------------------------------------
    PAGINATION SECTION
-----------------------------------------------------------------------------*/

.pagination-container { text-align: center; margin: 37px 0; margin-top: 17px; }
.pagination { display: inline-flex; align-items: center; list-style: none; padding: 0; flex-wrap: wrap; margin: 0; }
.pagination li { margin: 0 3px; padding: 0; position: relative; }
.pagination li a,
.pagination li span { font-weight: 600; text-decoration: none; border-radius: 7px; display: inline-flex; align-items: center; justify-content: center; font-size: 14px; height: 35px; width: 35px; padding: 0; text-align: center; transition: all .05s ease-in-out; line-height: 1; border-radius: 7px; box-shadow: 0px 0px 5px 0px rgb(145 145 145 / 30%); background: #fff; }

.pagination li.active a,
.pagination li.active span { background: var(--theme-color); color: #fff; }

.pagination .PagedList-skipToPrevious a, .pagination .PagedList-skipToNext a { font-size: 20px; background: transparent !important; box-shadow: none; width: auto; margin: 0px; padding: 8px; }
.pagination .PagedList-skipToPrevious i, .pagination .PagedList-skipToNext i { display: flex; justify-content: center; width: 8px; color: #c3c3c3; }
.pagination .PagedList-skipToPrevious i:before,
.pagination .PagedList-skipToNext i:before { font-weight: 900; }

.pagination li a[href]:hover i { color: var(--theme-color); }

.pagination li a:hover, .pagination li span:hover { background: var(--theme-color); color: #fff; opacity: 1; }

/*.pagination .PagedList-skipToFirst a,
.pagination .PagedList-skipToFirst span,
.pagination .PagedList-skipToLast a,
.pagination .PagedList-skipToLast span,
.pagination .PagedList-skipToNext a,
.pagination .PagedList-skipToNext span { background-color: var(--font-color) !important; color: #fff !important; padding-left: 20px; padding-right: 20px; line-height: inherit; }*/

.pagination li.PagedList-skipToPrevious { margin-right: 13px; }
.pagination li.PagedList-skipToNext { margin-left: 13px; }


.pagination a:not([href]) { cursor: default; }




.blog-body .non-swiper-rpt { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform,-webkit-transform; margin-bottom: 20px; height: calc(100% - 20px); }
.blog-body .non-swiper-rpt h2.smallest,
.blog-body .non-swiper-rpt .h2.smallest { font-size: 22px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; min-height: 82px; }
.blog-body .non-swiper-rpt .subp { font-size: 13px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-top: 15px; min-height: 58px; }
.blog-body .slide[data-cid=slide-105-fdd78169] .non-swiper-rpt .inner-105 { right: 30px; bottom: 30px; left: 30px; }
.blog-body .slide[data-cid=slide-105-fdd78169] .non-swiper-rpt .poster-105 { transition: 0.15s; background-size: 100% auto; background-position: top left; background-repeat: no-repeat; background-color: #e6e6e6; background-blend-mode: multiply; }
.blog-body .slide[data-cid=slide-105-fdd78169] .non-swiper-rpt .number-105 { left: auto; display: flex; align-items: center; justify-content: center; top: 20px; right: 20px; line-height: 1; font-size: 13px !important; background: #f2f2f2; border-radius: 50px; padding: 8px 15px; font-weight: 600 !important; }
.blog-body .slide[data-cid=slide-105-fdd78169] .flex.compact [class*=col-]:nth-child(even) .non-swiper-rpt .number-105 { background: var(--theme-color); }
.blog-body .element-date { position: absolute; bottom: 237px; left: 30px; z-index: 1; font-size: 12px; background: #f2f2f2; border-radius: 50px 50px 50px 0px; padding: 8px 15px; font-weight: 600 !important; }

.blog-body .slide[data-cid=slide-105-fdd78169] .non-swiper-rpt.V2.box-105 { min-height: 505px !important; }
.blog-body .slide[data-cid=slide-105-fdd78169] .non-swiper-rpt.V2 .number-105 { display: none; }
.blog-body .slide[data-cid=slide-105-fdd78169] .non-swiper-rpt.V2 .element-date { padding: 10px 15px; bottom: auto; left: auto; top: 200px; right: 15px; border-radius: 50px 50px 0px 50px; }

.blogdetail-body .slide[data-cid=slide-105-fdd78169] .blog-body .non-swiper-rpt.V2.box-105 { min-height: 505px !important; }
.blogdetail-body .slide[data-cid=slide-105-fdd78169] .blog-body .non-swiper-rpt.V2 .number-105 { display: none; }
.blogdetail-body .slide[data-cid=slide-105-fdd78169] .blog-body .non-swiper-rpt.V2 .element-date { padding: 10px 15px; bottom: auto; left: auto; top: 200px; right: 15px; border-radius: 50px 50px 0px 50px; }

.head-content { width: 50%; }
.pipeline { font-weight: 200; display: inline-block; margin: 0 5px; color: var(--theme-color); }



.google-partner { height: 50px; display: inline-flex; position: relative; margin-top: 5px; margin-bottom: 20px; }


.teamBlock { border-radius: 16px; margin-bottom: 20px; padding: 15px; position: relative; overflow: hidden; transition: .35s; display: block; }
.teamBlock:hover { transform: translateY(-10px); }
.teamBlock .fullthumbnail { overflow: hidden; font-size: 0; border-radius: 10px; /*height: 300px;*/ object-fit: cover; position: relative; z-index: 1; }
.teamBlock .fullthumbnail img { object-fit: cover; height: 100%; width: 100%; }
.teamBlock:hover .fullthumbnail img { }
.teamBlock .teamTxt { width: 100%; height: 100%; text-align: center; position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px 15px; }
.teamBlock .wrkTitle { font-size: 20px; letter-spacing: normal; text-transform: initial; font-weight: 600; }
.teamBlock .postNm { font-size: 14px; letter-spacing: normal; text-transform: initial; font-weight: normal; }

.teamBlock:not(.V2) { background: linear-gradient(180deg,rgba(0,0,0,0) 50%,var(--theme-color)); }
.teamBlock:not(.V2) .teamTxt { background: linear-gradient(180deg,rgba(0,0,0,0) 50%,#000000); width: calc(100% - 30px); height: calc(100% - 30px); margin: auto; inset: 15px; border-radius: 10px; z-index: 2; color: #fff; padding: 15px; }

.teamBlock.V2 .fullthumbnail { margin-bottom: 90px; }
.teamBlock.V2 .teamTxt { background: linear-gradient(180deg,rgba(0,0,0,0) 50%,var(--theme-color)); }


.teamBlock:hover .fullthumbnail img { animation: filterAnim 0.6s forwards; }
.teamBlock:not(:hover) .fullthumbnail > img { animation: reversefilterAnim 0.6s forwards; }


/*
.newsDetail .bannerSlide .element-thumb { position: absolute; z-index: 1; top: -11rem; right: -14rem; width: 50rem; height: 50rem; border-radius: 50%; border: 3rem solid var(--theme-color); transform-origin: 100% 50%; overflow: hidden; }
.newsDetail .bannerSlide .element-thumb-img { background-position: left bottom; background-repeat: no-repeat; width: 100%; height: 100%; }
.newsDetail .bannerSlide .element-thumb-img:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: linear-gradient(180deg,#000000 14.82%,rgb(255 255 255 / 0%) 49.36%); border-radius: 50%; pointer-events: none; }*/

.newsDetail .bannerSlide .element-thumb { position: absolute; z-index: 1; top: 1rem; right: -2rem; width: 40rem; height: 40rem; border-radius: 50%; border: 2rem solid var(--theme-color); transform-origin: 100% 50%; overflow: hidden; }
.newsDetail .bannerSlide .element-thumb-img { background-size: cover; background-position: center; background-repeat: no-repeat; width: 100%; height: 100%; }
.newsDetail .bannerSlide .element-thumb-img:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; content: ""; background: linear-gradient(180deg, rgb(0 0 0 / 37%) 14.82%, rgb(255 255 255 / 0%) 49.36%); border-radius: 50%; pointer-events: none; }

.ot-body .background-img { position: relative; }
.ot-body .background-img .element-thumb { font-size: 0; }
.ot-body .panel-fix { position: absolute; inset: 0; width: 1040px !important; max-width: 100% !important; display: flex; align-items: center; }
.ot-body .panel-white { background: #fff; width: 600px; display: flex; align-items: center; justify-content: center; padding: 80px; }

.ot-body .panel-fix.left { justify-content: start; }
.ot-body .panel-fix.left .panel-white { clip-path: polygon(0% 0, 100% 0, 95.52% 100%, 0 100%); padding-right: 120px; }

.ot-body .panel-fix.right { justify-content: right; }
.ot-body .panel-fix.right .panel-white { clip-path: polygon(9.5% 0, 100% 0, 100% 100%, 0 100%); padding-left: 120px; }

.e_imagewithtext_new { display: flex; align-items: center; justify-content: center; margin-bottom: 150px; position: relative; }

.e_imagewithtext_new .element-thumb { width: 55%; }
.e_imagewithtext_new .element-thumb:before { content: ""; background: var(--theme-color); width: 100%; height: 100%; position: absolute; z-index: 2; bottom: -17px; }
.e_imagewithtext_new .element-thumb img { position: relative; z-index: 2; -webkit-transform: scale(1); transform: scale(1); transition: transform 0.8s; }
.e_imagewithtext_new:hover .element-thumb img { -webkit-transform: scale(1.0225); transform: scale(1.0225); }

.e_imagewithtext_new .element-textwrap { margin-bottom: 30px; }
.e_imagewithtext_new .element-textblock { width: 45%; background: #f2f2f2; color: #000; padding: 40px; position: relative; z-index: 2; }
.e_imagewithtext_new .element-thumb { font-size: 0; position: relative; }
.e_imagewithtext_new .element-heading { background: var(--theme-color); margin: 0; display: inline-block; font-weight: 500; }
.e_imagewithtext_new .element-description { margin: 0; }

.e_imagewithtext_new.left { flex-direction: row-reverse; }
.e_imagewithtext_new.left .element-thumb { margin-left: -30px; }
.e_imagewithtext_new.left .element-thumb:before { right: -17px; }
.e_imagewithtext_new.left .element-textblock { margin-right: -30px; padding-right: 90px; clip-path: polygon(0% 0%, 100% 0%, 91.5% 100%, 0% 100%); }
.e_imagewithtext_new.left .element-heading { padding: 10px 35px 10px 25px; clip-path: polygon(0% 0, 100% 0, 95% 100%, 0 100%); }

.e_imagewithtext_new.right .element-thumb { margin-right: -30px; }
.e_imagewithtext_new.right .element-textblock { background: #000000; color: #fff; margin-left: -30px; padding-left: 90px; clip-path: polygon(9.5% 0, 100% 0, 100% 100%, 0 100%); }
.e_imagewithtext_new.right .element-thumb:before { left: -17px; }
.e_imagewithtext_new.right .element-heading { padding: 10px 25px 10px 45px; clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%); }


[class*=col-6-].e_imagewithtext:nth-child(2) .element-thumb:before,
[class*=col-6-].e_imagewithtext:nth-child(3) .element-thumb:before { background: #000000; }


body .slide[data-cid=slide-105-fdd78169] [class*="swiper-button-"] { box-shadow: 0 2px 4px rgb(0 0 0 / 10%), 0 3px 9px rgb(0 0 0 / 10%); width: 42px !important; height: 42px !important; display: inline-flex !important; border-radius: 50%; margin-left: 30px; }
body .slide[data-cid=slide-105-fdd78169] [class*="swiper-button-"]:last-child svg { padding-right: 5px; }
body .slide[data-cid=slide-105-fdd78169] [class*="swiper-button-"]:first-child { margin-left: 0 !important; }
body .slide[data-cid=slide-105-fdd78169] [class*="swiper-button-"]:first-child svg { padding-left: 5px; }

body .slide[data-cid=slide-105-fdd78169] [class*="swiper-button-"]:hover { background: var(--theme-color) !important; opacity: 1 !important; }
body .slide[data-cid=slide-105-fdd78169] [class*="swiper-button-"]:hover svg { stroke: #fff !important; opacity: 1 !important; }

.dot { line-height: 0; font-size: 0; padding-left: 5px; }
.dot:after { content: ""; width: 10px; height: 10px; background: #f2a900 !important; display: inline-block; border-radius: 50%; opacity: 1; }
.dot.small:after { width: 5px; height: 5px; }
.dot.big:after { width: 15px; height: 15px; }
.dot.large:after { width: 20px; height: 20px; }



.wd-body .element-info { text-align: left; }
.wd-body .element-info label { display: block; width: 100%; margin-bottom: 1rem; font-weight: 300; color: #9e9e9e; }
.wd-body .element-info span { display: block; font-size: 15px; font-weight: 500; margin-bottom: 0.5rem; }
.wd-body .element-info a:hover { color: #f2a900; }



.stmnt-rpt { position: relative; }
.stmnt-rpt .element-thumb { border-radius: 12px; overflow: hidden; line-height: 0; position: relative; }
.stmnt-rpt .element-thumb h2 { position: absolute; text-align: left; background: linear-gradient(0deg,#000 0%,rgba(0,0,0,0)); inset: 0; margin: 0; padding: 30px; font-size: 28px; display: flex; align-items: flex-end; color: #fff; padding-right: 50px; }
.stmnt-rpt .element-textblock { text-align: left; background: #f2f2f2; padding: 30px; border-radius: 0px 0px 12px 12px; }
.stmnt-rpt .element-textblock p:first-child { min-height: 295px; }
.stmnt-rpt .element-textblock p:last-child { min-height: 60px; }
.stmnt-rpt .element-textblock h2 { }
.stmnt-rpt .element-textblock .element-dis { }


.clientsLogos { /*display: flex; justify-content: center; align-items: center;*/ }
.clientsLogos li { display: inline-flex; text-align: center; padding: 0px; margin: 0 10px; opacity: 1; }
.clientsLogos li a { display: inherit; background: #fff; border-radius: 8px; }
.clientsLogos li a:hover { background: var(--theme-color); opacity: 0.8; }

.clientsLogos .tech-img { display: inline-flex; text-align: center; padding: 0px; opacity: 1; }
.clientsLogos .tech-img a { display: inherit; background: #fff; border-radius: 8px; }
.clientsLogos .tech-img a:hover { background: var(--theme-color); opacity: 0.8; }

.ucTechnologies .swiper-button-prev { left: -55px; right: auto; color: #000; bottom: 40px; top: auto; }
.ucTechnologies .swiper-button-next { right: -55px; left: auto; color: #000; bottom: 40px; top: auto; }



.aip-body .barWithButton .element-content p { font-size: 13px; line-height: 1.2; }
.aip-body .barWithButton .element-content p strong { display: block; font-size: 20px; margin-bottom: 10px; line-height: 1.1; }
.aip-body .barWithButton .element-content p { margin-right: 10px; }
.aip-body .barWithButton.pale-orange .videoButton { width: 70px; height: 70px; min-width: 70px; }
.aip-body .barWithButton.pale-orange .videoButton .playIcon { width: 70px; height: 70px; padding: 18px; }


.element-description .list-style li { position: relative; line-height: 1.1; margin-bottom: 10px; padding-left: 25px; }
.element-description .list-style li:before { content: "✦"; display: inline-flex; line-height: 1; position: absolute; left: 2px; top: 2px; color: var(--theme-color); width: auto; height: auto; background: none; }


.interestedDiv { display: flex; justify-content: space-between; font-weight: 700; font-family: var(--heading-font-family); align-items: center; margin-bottom: 15px; }
.HomePage .col-6.e_textwithbtn { text-align: left; }
ul.blockList, ul.blockList li { display: block; width: 100%; }
ul.blockList li:before { display: none !important; }
ul.blockList li a { text-decoration: underline; text-decoration-color: currentcolor; text-decoration-color: var(--theme-color); }

/*Popups*/
.popup { display: none; color: var(--font-color); height: 100%; left: 0; outline: 0; overflow: hidden; padding: 2rem; position: fixed; top: 0; width: 100%; z-index: 1050; }
.popup.visible { display: block; overflow-x: hidden; overflow-y: auto; }
.popup-header:after { content: ""; display: block; clear: both; }
.popHeadLft { background-image: url(../images/logo-dark.png); width: 240px; height: 150px; background-size: auto; background-repeat: no-repeat; background-position: center; display: inline-block; vertical-align: top; float: left; }
.popHeadRgt { display: inline-block; width: calc(100% - 241px); vertical-align: top; color: #000; padding: 15px 20px; float: right; text-align: left; min-height: 150px; background-color: #efefef; }
.popHeadRgt .popup-description, .popHeadRgt .popup-title { text-align: left; }
.popup-header { padding: 1.2rem 2rem; }
.popup-title { color: #f2a900; /*opacity: 0.8; text-align: left; font-size: 22px; margin: 0px; font-weight: 600; line-height: normal; border-bottom: 1px solid #ecf0f1; padding-bottom: 20px; */ font-size: 22px; margin: 0px; font-weight: 600; }

.popup-description { padding-bottom: 10px; margin-top: 10px; margin-bottom: 20px; font-size: 16px; border-bottom: 1px solid #ecf0f1; font-weight: normal; color: #212121; }


.popHeadRgt .popup-title { font-size: 20px; margin-bottom: 5px; }
.popHeadRgt .popup-description { padding-bottom: 10px; margin-top: 10px; margin-bottom: 20px; font-size: 16px; border-bottom: 1px solid #ecf0f1; font-weight: normal; color: #212121; }

.popup-description p { line-height: normal; margin-bottom: 10px; font-size: 16px; }
.popup-description p:last-child { margin-bottom: 0px; }

.popup-dialog { display: flex; align-items: center; min-height: 100%; justify-content: center; }
.popup-dialog .close { top: -5px; right: 0; padding: 12px; }
.popup-content { border-radius: 12px; background-color: #ffffff; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5); outline: 0; margin: 0 auto; position: relative; width: auto; max-width: 803px !important; padding: 24px; }
.popup-body { flex: 1 1 auto; /*min-height: 260px;*/ padding: 2rem; position: relative; }
.popup-body .form-group { position: relative; }
.popup-body .form-group label { font-size: 13px; font-weight: normal; }
.popup-header + .popup-body { padding-top: 0px !important; }

.popup-consent { background-color: rgb(var(--theme-color-rgb), 0.05); padding: 10px; border-radius: 5px; text-align: center; margin-bottom: 20px; }
.popup-consent .row { justify-content: center; }
.popup-consent [class*="col-"] { flex: 0 0 auto !important; max-width: initial !important; width: auto; padding-left: 20px; padding-right: 20px; }
.formLbl { display: block; width: 100%; margin: 13px auto 9px; }

.popup .button { height: auto !important; border-radius: 99px; text-align: center; font-size: 14px !important; min-width: 130px; margin-bottom: 15px; }
.popup textarea { /*min-height: 142px;*/ min-height: 121px; }

.enquiryPop .fromBtmTxt p { text-align: center; font-size: 18px; font-weight: 700; }
.popup-body .button { border-radius: 99px; background: var(--theme-color); padding: 9px 26px; }
.enquiryPop .popup-body .button { margin-top: 15px; }


/*Custom Html Contents*/
.zoomImgs img { margin-top: -100px; margin-bottom: -100px; }
.zoomImgs img:last-child { position: relative; bottom: -20px !important; left: -65px !important; }

/*Show hide content*/
.readMoreSec { text-align: left; }
.readMoreSec .readMore { font-size: 14px; font-weight: 600; cursor: pointer; }


/*Form Control*/
.form-group { margin-bottom: 15px; }

input[type="text"], input[type="name"], input[type="email"], input[type="password"], input[type="tel"], textarea { height: 41px; padding: 8px 12px 12px; border: 1px solid #a0a0a0; background-color: #ffffff; border-radius: 0.25em; box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%); display: block; width: 100%; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; font-family: "synthese-Regular",sans-serif; font-weight: normal; font-size: 13px; color: #333; }


.sidebar .form-group input:not(.button), .sidebar .form-group select, .sidebar .form-group textarea { font-weight: 600; font-size: 13.2px; padding: 10px 12px 10px; border-radius: 5px; color: #0f0f0f; background-color: #f1f1f1; }
.sidebar .form-group textarea { min-height: 100px; }
/*----------------------------------------------------------------------------
    UC STATEMENT
-----------------------------------------------------------------------------*/
.ucStatement { position: relative; padding-top: 50px; width: 1040px !important; max-width: 100% !important; margin-left: auto !important; margin-right: auto !important; float: none; }
.ucStatement .stBlock { max-width: 480px; min-height: 580px; margin-right: 20px; }
.stmnt-rpt { position: relative; }
.stmnt-rpt .stBlockImg { border-radius: 12px; overflow: hidden; line-height: 0; position: relative; }
.stmnt-rpt .stBlockImg h2 { position: absolute; text-align: left; background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0)); inset: 0; margin: 0; padding: 30px; font-size: 28px; display: flex; align-items: flex-end; color: #fff; padding-right: 50px; }
.stmnt-rpt .stTxtBlock { text-align: left; background: #f2f2f2; padding: 30px; border-radius: 0px 0px 12px 12px; }
.stmnt-rpt .stTxtBlock p:first-child { min-height: 295px; }
.stmnt-rpt .stTxtBlock p:last-child { min-height: 60px; }

/*.ucStatement div.swiper-pagination-bullets { margin: auto; width: 100% !important; bottom: 60px; right: auto !important; display: none; }
.ucStatement .swiper-pagination-bullet { height: 4px; border-radius: 0; width: 40px; background-color: #36353b; opacity: 1; }
*/
.ucStatement .swiper { overflow: initial; }

.ucStatement .swiper-button-prev,
.ucStatement .swiper-button-next { top: 0px; width: 42px; height: 42px; background: rgba(252, 192, 7, 0.2) !important; color: #000; padding: 10px; border-radius: 50%; }
.ucStatement .swiper-button-prev { right: 75px; left: auto; padding-left: 8px; }
.ucStatement .swiper-button-next:after, .ucStatement .swiper-button-prev:after { font-size: 20px; }
.ucStatement [class*="swiper-button-"]:not(.swiper-button-disabled):hover { background: #fcc007 !important; opacity: 1 !important; }
.ucStatement .swiper-button-next { padding-right: 6px; }

/*----------------------------------------------------------------------------
    SLUG CLASSES
-----------------------------------------------------------------------------*/
.slugClass- .HomePage .main > .slide:nth-child(5) .container { height: auto !important; }
.slugClass- .HomePage .main > .slide:nth-child(5) .container .wrap { padding-top: 50px !important; padding-bottom: 50px !important }

.slugClass- .HomePage .main > .slide:nth-child(6) .container { height: auto !important; }
.slugClass- .HomePage .main > .slide:nth-child(6) .container .wrap { padding-top: 50px !important; padding-bottom: 50px !important; }
.slugClass- .HomePage .slide:nth-child(1) .element-description strong { display: block; }

.slugClass-ai-agents .scroll .container,
.slugClass-ai-agents.mobile .simplifiedMobile .container { height: 100vh !important; }
.slugClass-ai-agents .container .wrap:not(.noSpaces) { padding: 80px calc(8% + 17px) 80px calc(4% + 14px); }

.slugClass-ai-agents .container .wrap:not(.noSpaces) .ucBannerSlider .swiper-slide .container { padding: 80px calc(8% + 17px) 80px calc(4% + 14px); }

.slugClass-ai-agents body:not(.HomePage) .slide:not(.container-fluid) .wrap > .row { width: 100% !important; }

/*.slugClass-ai-agents .col-12 .ucBannerSlider .element-textwrap { max-width: 780px !important; }
.slugClass-ai-agents .col-12 .ucBannerSlider .element-tagline { font-size: 41px; margin-bottom: 30px !important; }
.slugClass-ai-agents .col-12 .ucBannerSlider .element-heading { font-size: 22px; letter-spacing: -0.0175em; font-weight: 400; }
.slugClass-ai-agents .col-12 .ucBannerSlider .element-description { font-size: 18px; line-height: 2; margin-top: 8px; }
*/

.slugClass-ai-agents .slide.autoHeight .container .wrap:not(.noSpaces) { padding: 90px calc(11% + 20px); }
.slugClass-ai-agents .main > .slide:nth-child(3), .slugClass-ai-agents .main > .slide:nth-child(5) { border-top: 2px solid #FFF; border-bottom: 2px solid #FFFF; }

.slugClass-ai-agents .main > .slide:nth-child(3) .slideWd-fix.container-fix, .slugClass-ai-agents .main > .slide:nth-child(5) .slideWd-fix.container-fix {max-width:100%!important;}



.slugClass-ai-agents .row_12_6_6 .col-12.e_texttype { margin-bottom: 70px; }
.slugClass-ai-agents .col-6.e_textwithbtn + .col-6.e_textwithbtn { border-left: dashed 2px #dcdcdc; }
.slugClass-ai-agents .col-6.e_textwithbtn h2 { font-size: 24px; }

.slugClass-ai-agents .ucTabs { background: #fff; padding: 30px; border-radius: 20px; }
.slugClass-ai-agents .ucTabs > h2 { font-size: 24px; font-weight: 600; }
.slugClass-ai-agents .ucTabs .accordion-Content { padding-left: 0; padding-right: 0; }
.slugClass-ai-agents .accordion { margin-top: 20px; }
.slugClass-ai-agents .accordion-header { color: #464646; padding: 22px 0px; }

.slugClass-ai-agents .accordion-header svg,
.slugClass-ai-agents .accordion-header svg { color: #464646 !important; fill: currentColor !important; border-color: currentColor !important; }

.slugClass-ai-agents .accordion-header.active,
.slugClass-ai-agents .accordion-header:hover { color: #000; }


.slugClass-ai-agents .accordion-header:hover svg,
.slugClass-ai-agents .accordion-header.active svg { color: #000 !important; fill: currentColor !important; border-color: currentColor !important; }


.slugClass-ai-agents .col-9.e_imagewithtext .element-thumb { /*width: 110px; height: 110px; margin-left: auto; margin-right: auto; border-radius: 50%; overflow: hidden; */ margin-bottom: 32px; }
.slugClass-ai-agents .col-9.e_imagewithtext .element-heading { font-size: 36px; margin-bottom: 30px; font-weight: 600; }
.slugClass-ai-agents .col-9.e_imagewithtext .button-wrap .button { border-radius: 50px; padding: 14px 44px; }

.slugClass-ai-agents .row_6_6 .col-6.e_image .element-thumb { position: absolute; width: calc(50% - 90px); top: 0; bottom: 0; }
.slugClass-ai-agents .row_6_6 .col-6.e_image:first-child .element-thumb { left: 0; }
.slugClass-ai-agents .row_6_6 .col-6.e_image:last-child .element-thumb { right: 0; }
.slugClass-ai-agents .row_6_6 .col-6.e_image .element-thumb img { border-radius: 0; height: 100%; object-fit: cover; object-position: left center; }

/*.slugClass-ai-agents .main > .slide:nth-child(6) .container, .slugClass-ai-agents .main > .slide:nth-child(8) .container { height: auto !important; }
.slugClass-ai-agents .main > .slide:nth-child(6) .container .wrap, .slugClass-ai-agents .main > .slide:nth-child(8) .container .wrap { padding-top: 50px !important; padding-bottom: 50px !important; }*/

.slugClass-ai-agents .main > .slide:nth-child(7) .container, .slugClass-ai-agents .main > .slide:nth-child(9) .container { height: auto !important; }
.slugClass-ai-agents .main > .slide:nth-child(7) .container .wrap, .slugClass-ai-agents .main > .slide:nth-child(9) .container .wrap { padding-top: 50px !important; padding-bottom: 50px !important; }

.slugClass-statements .e_texttype .element-description h3 { margin-bottom: 1em; }


.slugClass-our-town .e_imagewithtext { padding-left: 20px; padding-right: 20px; margin-bottom: 40px; }
.slugClass-our-town .e_imagewithtext .element-thumb { position: relative; margin-bottom: 15px; font-size: 0; }
.slugClass-our-town .e_imagewithtext .element-thumb:before { content: ""; background: var(--theme-color); width: 100%; height: 100%; position: absolute; z-index: 2; top: -17px; left: -17px; clip-path: polygon(9.5% 0, 100% 0, 100% 100%, 0 100%); }
.slugClass-our-town .e_imagewithtext .element-thumb img { position: relative; z-index: 2; -webkit-transform: scale(1); transform: scale(1); transition: transform 0.8s; clip-path: polygon(9.5% 0, 100% 0, 100% 100%, 0 100%); }
.slugClass-our-town .e_imagewithtext:hover .element-thumb img { -webkit-transform: scale(1.0225); transform: scale(1.0225); }
.slugClass-our-town .e_imagewithtext .element-textwrap { margin-bottom: 15px; }
.slugClass-our-town [class*="col-6"].e_imagewithtext:nth-child(2) .element-thumb:before,
.slugClass-our-town [class*="col-6"].e_imagewithtext:nth-child(3) .element-thumb:before { background: #000000; }



.slugClass-online-car-events .e_imagewithtext { text-align: left; margin-bottom: 15px; }
.slugClass-online-car-events .e_imagewithtext .element-thumb { position: relative; margin-bottom: 0px; font-size: 0; }
.slugClass-online-car-events .e_imagewithtext .ucImage { margin-bottom: 0px; border-radius: 16px; overflow: hidden; }
.slugClass-online-car-events .e_imagewithtext .element-heading { font-size: 22px; margin-bottom: 12px !important; }
.slugClass-online-car-events .e_imagewithtext .element-textblock { padding: 30px 28px; background: #e6e6e6; }
.slugClass-online-car-events .e_imagewithtext .element-description { font-size: 12.5px; min-height: 80px; margin-bottom: 0; font-weight: 600; color: #233036; opacity: 0.6; }


.slugClass-mymotability .row.row_12_4_4_4_12 > div:nth-child(3) { border-left: 1px solid #b2d1eb; border-right: 1px solid #b2d1eb; }


.slugClass-what-we-do #main-block.main, .slugClass-ai-agents #main-block.main, .slugClass-mymotability #main-block.main { border-top: none !important; }




/*----------------------------------------------------------------------------
    SLUG CLASSES END
-----------------------------------------------------------------------------*/


/*----------------------------------------------------------------------------
    SITEMAP PAGE
-----------------------------------------------------------------------------*/
.slugClass-sitemap .slides { background: #FFF; background-color: #FFF; color: #233036; }
.ucSitemap .container { max-width: 1090px; height: auto !important; background-color: #FFF !important; color: #233036 !important; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; width: 100%; }
.ucSitemap .mainHeading { padding: 0; }
.ucSitemap ul { margin: 0; padding: 0; list-style: none; display: flex; }
.siteHome li { color: var(--theme-color); }
.siteHome li a { color: inherit; }
.siteHome .siteIcon { border-color: transparent; }
.ucSitemap .innerChild { padding-left: 25px; }
.ucSitemap li { display: inline-flex; align-items: center; margin-bottom: 5px; }
.ucSitemap li:last-child { /*margin-bottom: 0;*/ }
.ucSitemap li span { display: inline-flex; }
.ucSitemap li i { font-size: 12px; padding: 0 4px 4px 0px; }
.siteIcon.pointer:hover,
.ucSitemap li a:hover { color: var(--theme-color); }
.ucSitemap .mainHeading h3 { text-align: center; padding-top: 25px; font-size: 32px; text-transform: uppercase; }
.ucSitemap li a { font-size: 18px; color: #000; margin-bottom: 7px; display: inline-block; }

.siteIcon { }
.siteIcon.active { color: var(--theme-color); border-color: var(--theme-color); }
.siteIcon.active i { color: inherit; }
.siteIcon.active i:before { content: "\f068"; }
