@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Montserrat:wght@400;500;600;700&display=swap");
html {
    -webkit-font-smoothing: antialiased;
}
body {
    font-family: "DM Sans", sans-serif;
    font-weight: normal;
    font-size: 18px;
}
.z-index {
    z-index: 10;
}
.promo-banner {
    padding: 5px 0;
    margin-right: -30px;
    font-size: 16px;
    margin-top: -25px;
    margin-bottom: 10px;
}
.fw-meduim {
    font-weight: 600;
}
.promo-banner.bg-dark-green {
    background-color: #6ec9c4;
}
.sticky-header .promo-banner {
    margin-top: -15px;
}
.font-family-mont {
    font-family: "Montserrat", sans-serif;
}
.font-size-62 {
    font-size: 62px;
    line-height: 68px;
}
@media only screen and (max-width: 576px) {
    .font-size-62 {
        font-size: 42px;
        line-height: normal;
    }
    .sticky-header .promo-banner {
        margin-top: 0;
    }
}
.font-size-20 {
    font-size: 20px;
}
.font-size-30 {
    font-size: 30px;
}
@media only screen and (max-width: 576px) {
    .font-size-30 {
        font-size: 26px;
    }
}
.font-size-24 {
    font-size: 24px;
}
.font-size-16 {
    font-size: 16px;
}
.font-size-13 {
    font-size: 13px;
}
.font-size-18 {
    font-size: 18px;
}
.font-size-52 {
    font-size: 52px;
}
.font-size-100 {
    font-size: 100px;
}
.text-green {
    color: #5ebbbb;
}
.text-dark-green {
    color: #123232;
}
.text-black {
    color: black;
}
.text-gray {
    color: #2d3f48;
    opacity: 0.4;
}
.text-color-default {
    color: #2f2f2f;
}
.decoration-none {
    text-decoration: none;
}
i.icon {
    display: inline-block;
}
i.icon.pin {
    background-image: url("../images/pin.svg");
    width: 17px;
    height: 22px;
}
i.icon.phone {
    background-image: url("../images/phone.svg");
    width: 17px;
    height: 18px;
    background-color: #fff;
    background-size: auto;
    border-radius: 0;
}
i.icon.envelop {
    background-image: url("../images/mail.svg");
    width: 18px;
    height: 13px;
}
i.phone,
i.linkedin,
i.mail {
    width: 28px;
    height: 28px;
    background-size: 12px;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-color: #5ebbbb;
}
i.linkedin {
    background-image: url("../images/linkedin.svg");
}
i.phone {
    background-image: url("../images/phone-white.svg");
}
i.mail {
    background-image: url("../images/envelop-white.svg");
}
.h-min {
    min-height: 760px;
}
.pt-150 {
    padding-top: 150px;
}
.pt-130 {
    padding-top: 130px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pt-114 {
    padding-top: 114px;
}
.pb-114 {
    padding-bottom: 114px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-15 {
    padding-bottom: 15px;
}
.max-width-600 {
    max-width: 600px;
}
.w-half {
    width: 50%;
}
.h-full {
    height: 100%;
}
.w-full {
    width: 100%;
}
.ml-auto {
    margin-left: auto;
}
.mr-auto {
    margin-right: auto;
}
.ml-0 {
    margin-left: 0;
}
.mr-0 {
    margin-right: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.mt-0 {
    margin-top: 0;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.pt-20 {
    padding-top: 20px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-35 {
    padding-bottom: 35px;
}
.pt-35 {
    padding-top: 35px;
}
.pl-35 {
    padding-left: 35px;
}
.pr-35 {
    padding-right: 35px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.mr-10 {
    margin-right: 10px;
}
.letter-space-1 {
    letter-spacing: 1.1px;
}
@media only screen and (max-width: 992px) {
    #site-navigation {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    #site-navigation .menu-toggle {
        display: block;
    }
}
#site-navigation ul {
    padding-left: 15px;
}
@media only screen and (max-width: 992px) {
    #site-navigation ul {
        display: none;
    }
}
#site-navigation .nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#site-navigation .nav-wrapper .menu-toggle {
    display: none;
}
@media only screen and (max-width: 992px) {
    #site-navigation .nav-wrapper {
        width: 0;
        background-color: #123232;
    }
}
@media only screen and (max-width: 992px) {
    #site-navigation.toggled ul {
        display: block;
    }
    #site-navigation.toggled .nav-wrapper {
        position: fixed;
        width: 100%;
        margin-right: -30px;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        top: 0;
        bottom: 0;
        z-index: 20;
    }
    #site-navigation.toggled .nav-wrapper .menu-toggle {
        display: block;
        position: absolute;
        right: 30px;
        top: 25px;
    }
    #site-navigation.toggled .top-info {
        margin: 0;
        padding: 0;
    }
    #site-navigation.toggled .top-info li:first-child {
        padding-right: 0;
        padding-bottom: 10px;
    }
    #site-navigation.toggled .top-info li:first-child a {
        width: 100%;
        border-radius: 0;
    }
}
#site-navigation li {
    padding: 0 22px;
}
@media only screen and (max-width: 1199px) {
    #site-navigation li {
        padding: 0 10px;
    }
}
#site-navigation a {
    color: #fff;
    font-family: "DM Sans", sans-serif;
    font-size: 17px;
    position: relative;
}
@media only screen and (max-width: 992px) {
    #site-navigation .menu-menu-1-container {
        padding-top: 80px;
        width: 100%;
    }
    #site-navigation .menu-menu-1-container #primary-menu {
        padding-left: 0;
        text-align: center;
    }
    #site-navigation .menu-menu-1-container #primary-menu a {
        padding: 10px 0;
    }
}
#site-navigation,
.top-info,
.top-info li:first-child a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#site-navigation #primary-menu .current-menu-item > a::after {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background-color: #5ebbbb;
    left: 0;
}
#site-navigation .top-info {
    margin-left: auto;
}
#site-navigation .top-info li {
    padding: 0;
}
#site-navigation .top-info li a {
    color: #123232;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    background-color: #dff1f1;
    padding: 20px 34px;
    line-height: normal;
    -webkit-transition: background 150ms linear;
    transition: background 150ms linear;
}
#site-navigation .top-info li a:hover {
    background-color: #02302d;
    color: #fff;
}
#site-navigation .top-info li:first-child {
    padding-right: 30px;
}
#site-navigation .top-info li:first-child a {
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    background-color: #123232;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#site-navigation .top-info li:first-child a:hover {
    background-color: #5ebbbb;
}
#site-navigation .top-info img {
    width: 16px;
}
.hamburger {
    font: inherit;
    display: none;
    overflow: visible;
    margin: 0;
    padding: 15px;
    cursor: pointer;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
}
.hamburger.is-active:hover,
.hamburger:hover {
    opacity: 0.7;
}
@media only screen and (max-width: 992px) {
    .hamburger {
        display: inline-block;
    }
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}
.hamburger--squeeze .hamburger-inner {
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 75ms;
    transition-duration: 75ms;
}
.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
    position: absolute;
    width: 40px;
    height: 4px;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    border-radius: 4px;
    background-color: #fff;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger--squeeze.is-active .hamburger-inner {
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -10px;
}
.hamburger-inner:after {
    bottom: -10px;
}
.hamburger--squeeze .hamburger-inner:before {
    -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
    transition: top 75ms ease 0.12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    -webkit-transition: bottom 75ms ease 0.12s,
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s,
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s,
        transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 75ms ease 0.12s,
        transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19),
        -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    -webkit-transition: bottom 75ms ease,
        -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease,
        -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease,
        transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transition: bottom 75ms ease,
        transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s,
        -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
#masthead.sticky-header #primary-menu a {
    color: #123232;
}
#masthead.sticky-header .top-info li:first-child a {
    background-color: #5ebbbb;
}
body a {
    outline: none;
}
.green-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.green-line::after {
    content: "";
    display: block;
    background: #5ebbbb;
    height: 2px;
    width: 50px;
    margin-left: 15px;
}
.light-green-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.light-green-line::after {
    content: "";
    display: block;
    background: #5ebbbb;
    height: 2px;
    width: 50px;
    margin-left: 15px;
}
.more-holder {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.more-holder a,
.more-holder a:hover {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    text-decoration: none;
    color: #000;
}
.more-holder a:hover {
    color: #5ebbbb;
}
.more-holder a.text-white:hover {
    color: #5ebbbb !important;
}
.about-more a,
.about-more a:hover {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    color: #14242d;
    text-decoration: none;
}
.about-more a::after,
.about-more a:hover::after {
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background-color: #5ebbbb;
}
.about-more a:hover {
    color: #5ebbbb;
}
.contact-with-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #123232;
    font-size: 14px;
    padding: 15px 20px 15px 15px;
    text-decoration: none;
    background-color: #fff;
}
.contact-with-btn:hover,
.contact-with-btn:active,
.contact-with-btn:focus,
.contact-with-btn:visited {
    background-color: #fff;
    color: #123232;
}
.contact-us-btn {
    background-color: #e9f1f5 !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    color: #123232 !important;
    padding: 20px 40px;
    display: inline-block;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.contact-us-btn:hover {
    color: #fff !important;
    background-color: #02302d !important;
}
.round-arrow-right {
    background-image: url("../images/green-arrow-right.svg");
    background-position: center;
    background-repeat: no-repeat;
    width: 44px;
    height: 44px;
    background-color: #fff;
    display: block;
    border-radius: 50%;
}
.overlay {
    background-image: url(../images/overlay.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: 1;
}
@media only screen and (max-width: 1199px) {
    .overlay {
        background-size: cover;
    }
}
.img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    width: 100%;
}
.bg-position-size {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg-light-blue {
    background-color: #e9f1f5;
}
.bg-dark-green {
    background-color: #03302d;
}
.bg-with-line {
    background-image: url("../images/bg-with-line.svg");
    background-repeat: no-repeat;
    background-position: right bottom;
    max-width: 720px;
    padding-bottom: 100px;
}
.bg-with-line img {
    width: 100%;
    min-height: 528px;
    -o-object-fit: cover;
    object-fit: cover;
}
.border-top {
    border-top: 1px solid #e4e4e4;
}
.parallelogram {
    background-color: #e9f1f5;
    width: 475px;
    height: 116px;
    z-index: 2;
    bottom: -16px;
    right: -35px;
}
.green-box {
    width: 294px;
    height: 100px;
    z-index: 2;
    background: #f4f7f9;
    background: linear-gradient(
        340deg,
        #f4f7f9 0%,
        #0f9abe 0%,
        #addddd 0%,
        #5ebbbb 100%
    );
    right: unset;
    left: -35px;
    bottom: -60px;
}
.skew-left {
    transform: skew(30deg);
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
}
.skew-right {
    transform: skew(-30deg);
    -webkit-transform: skew(-30deg);
    -moz-transform: skew(-30deg);
    -o-transform: skew(-30deg);
}
.skew-left-15 {
    transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -o-transform: skew(15deg);
}
.skew-right-15 {
    transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -o-transform: skew(-15deg);
}
.img-skew {
    position: relative;
    left: -75px;
}
@media only screen and (max-width: 768px) {
    .img-skew {
        left: -65px;
    }
}
.img-skew img {
    position: relative;
    left: 75px;
}
@media only screen and (max-width: 768px) {
    .img-skew img {
        left: 65px;
    }
}
.img-skew-right {
    position: relative;
    right: -35px;
}
.img-skew-right img {
    position: relative;
    right: 35px;
}
@media only screen and (max-width: 768px) {
    .wheel-tab {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 90px;
        padding-bottom: 60px;
    }
    .wheel-tab > div > .title {
        padding-bottom: 60px;
    }
}
.wheel-tab > .title {
    padding-bottom: 30px;
}
.wheel-tab .description {
    max-width: 690px;
    line-height: 145%;
    padding-bottom: 90px;
}
#wheel-tab {
    min-height: 780px;
    padding: 92px 0;
    max-width: 1010px;
    /* background-image: url("../images/IMD-Wheel-No Tabs.svg"); */
    /* background-image: url("IMD-Wheel-No Tabs.svg"); */
    background-image: url("wheel-trucks.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
@media only screen and (max-width: 992px) {
    #wheel-tab {
        width: 100%;
    }
}
#wheel-tab > div {
    max-width: 750px;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
#wheel-tab #process-wheel {
    height: 700px;
    width: 700px;
}
@media only screen and (max-width: 1199px) {
    #wheel-tab #process-wheel {
        height: 650px;
        width: 650px;
    }
}
#wheel-tab #process-wheel-tooltip {
    position: absolute;
    top: 50%;
    max-width: 340px;
    max-height: 340px;
    bottom: 0;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#wheel-tab #process-wheel-tooltip .toolTip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 20px;
}
#wheel-tab #process-wheel-tooltip .toolTip .more {
    padding-top: 30px;
}
#wheel-tab #process-wheel-tooltip .toolTip a,
#wheel-tab #process-wheel-tooltip .toolTip a:hover {
    display: inline-block;
    color: #123232;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
}
#wheel-tab #process-wheel-tooltip .toolTip a:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2px;
    width: 100%;
    background-color: #5ebbbb;
    margin-top: 10px;
}
#wheel-tab .nav-tabs li:first-child a .char1 {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
}
#wheel-tab .nav-tabs li:first-child a .char2 {
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
}
#wheel-tab .nav-tabs li:first-child a .char3 {
    -webkit-transform: rotate(9deg);
    transform: rotate(9deg);
}
#wheel-tab .nav-tabs li:first-child a .char4 {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
}
#wheel-tab .nav-tabs li:first-child a .char5 {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
#wheel-tab .nav-tabs li:first-child a .char6 {
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}
#wheel-tab .nav-tabs li:first-child a .char7 {
    -webkit-transform: rotate(21deg);
    transform: rotate(21deg);
}
#wheel-tab .nav-tabs li:first-child a .char8 {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
}
#wheel-tab .nav-tabs li:first-child a .char9 {
    -webkit-transform: rotate(27deg);
    transform: rotate(27deg);
}
#wheel-tab .nav-tabs li:first-child a .char10 {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
#wheel-tab .nav-tabs li:first-child a .char11 {
    -webkit-transform: rotate(33deg);
    transform: rotate(33deg);
}
#wheel-tab .nav-tabs li:first-child a .char12 {
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
}
#wheel-tab .nav-tabs li:first-child a .char13 {
    -webkit-transform: rotate(39deg);
    transform: rotate(39deg);
}
#wheel-tab .nav-tabs li:first-child a .char14 {
    -webkit-transform: rotate(42deg);
    transform: rotate(42deg);
}
#wheel-tab .nav-tabs li:first-child a .char15 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#wheel-tab .nav-tabs li:first-child a .char16 {
    -webkit-transform: rotate(48deg);
    transform: rotate(48deg);
}
#wheel-tab .nav-tabs li:first-child a .char17 {
    -webkit-transform: rotate(51deg);
    transform: rotate(51deg);
}
#wheel-tab .nav-tabs li:first-child a .char18 {
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}
#wheel-tab .nav-tabs li:first-child a .char19 {
    -webkit-transform: rotate(57deg);
    transform: rotate(57deg);
}
#wheel-tab .nav-tabs li:first-child a .char20 {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}
.show-mobile .tab_description .more {
    padding-top: 40px;
}
.show-mobile .tab_description a,
.show-mobile .tab_description a:hover {
    display: inline-block;
    color: #123232;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
}
.show-mobile .tab_description a:after {
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2px;
    width: 100%;
    background-color: #5ebbbb;
    margin-top: 10px;
}
#masthead {
    position: absolute;
    top: 25px;
    z-index: 10;
    width: 100%;
    padding-right: 30px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.post,
.page {
    margin-bottom: 0;
}
#masthead.sticky-header {
    background-color: #fff;
    padding: 15px 30px 15px 0;
}
.slider::before {
    content: " ";
    display: block;
    position: absolute;
    background-image: url(../images/line-box.svg);
    width: 557px;
    height: 200px;
    z-index: 2;
    bottom: 57px;
    right: 0;
}
.slider .img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    width: 100%;
}
.slider .slider__content {
    max-width: 570px;
    font-size: 62px;
}
.slider .title {
    letter-spacing: -2px;
    font-weight: normal;
}
@media only screen and (max-width: 576px) {
    .slider .title {
        font-size: 42px;
        line-height: normal;
    }
}
.slider .description {
    max-width: 400px;
    line-height: 150%;
    font-family: "Montserrat", sans-serif;
}
.slider .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    z-index: 10;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}
@media only screen and (max-width: 768px) {
    .slider .owl-dots {
        right: 10px;
    }
}
.slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
}
.slider .owl-dots .owl-dot.active span {
    background-color: #fff;
}
.slider .owl-dots .owl-dot:hover span {
    background-color: #fff;
}
.slider .label-holder {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.slider .label-holder div::after {
    content: "";
    display: block;
    background: #5ebbbb;
    height: 2px;
    width: 50px;
    margin-left: 15px;
}
.slider .label-holder a {
    text-decoration: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.slider .label-holder a:visited {
    color: #123232;
}
.slider .label-holder a:hover {
    color: #5ebbbb;
}
@media only screen and (max-width: 768px) {
    .slider .h-min {
        min-height: 650px;
    }
    .slider .parallelogram {
        width: 100%;
        right: 0;
        -webkit-transform: skew(0);
        transform: skew(0);
    }
    .slider .parallelogram .skew-left {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
    .slider .green-box {
        left: 0;
        height: 50px;
    }
}
.z-index-5 {
    z-index: 5;
}
.video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 100%;
    width: 100%;
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#colophon {
    padding: 60px 0;
}
#colophon .brand-list {
    list-style: none;
}
#colophon .brand-list li {
    padding: 0 3px;
}
#colophon .brand-list li:last-child {
    padding-right: 0;
}
#colophon .brand-list li:first-child {
    padding-left: 0;
}
@media only screen and (max-width: 992px) {
    .footer-nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.footer-nav .nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media only screen and (max-width: 992px) {
    .footer-nav .nav {
        margin: 0;
    }
}
@media only screen and (max-width: 768px) {
    .footer-nav .linkedin {
        margin: 0 auto;
    }
}
.footer-nav .linkedin a {
    width: 45px;
    height: 45px;
    background-color: #5ebbbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.footer-nav .linkedin img {
    width: 20px;
    height: 20px;
}
#footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0 40px 0 0;
    list-style: none;
}
@media only screen and (max-width: 768px) {
    #footer-menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
    }
}
#footer-menu li {
    padding: 0 20px;
}
@media only screen and (max-width: 768px) {
    #footer-menu li {
        padding: 5px 10px;
    }
}
#footer-menu li:first-child {
    padding-left: 0;
}
#footer-menu li:last-child {
    padding-right: 0;
}
#footer-menu li a {
    font-size: 15px;
    color: #fff;
    text-decoration: none;
}
.default-footer #footer-menu {
    padding-right: 0;
}
.footer-logo .linkedin {
    padding-left: 20px;
}
@media only screen and (max-width: 992px) {
    .footer-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .footer-info .copyright {
        text-align: center;
        padding-top: 20px;
    }
    .footer-info .brand-list {
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #colophon .footer-logo {
        padding-bottom: 20px;
    }
    #colophon .brand-list {
        margin: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #colophon .brand-list li {
        padding-bottom: 6px;
    }
}
.brand-gallery .b__wrapper {
    margin-bottom: 6px;
    height: 162px;
}
.brand-gallery .b__wrapper:nth-child(odd) {
    border-right: 3px solid #e9f1f5;
}
.brand-gallery .b__wrapper:nth-child(even) {
    border-left: 3px solid #e9f1f5;
}
@media only screen and (max-width: 768px) {
    .testimonial-tab {
        padding-top: 70px;
    }
}
.testimonial-tab::before {
    content: "";
    background-image: url("../images/line-box-2.svg");
    background-position: center right;
    background-repeat: no-repeat;
    display: block;
    height: 157px;
    width: 420px;
    position: absolute;
    top: 70px;
    right: 0;
}
.testimonial-tab .tab-wrapper {
    max-width: 570px;
    margin-left: auto;
    position: relative;
}
.testimonial-tab .tab-wrapper::before {
    position: absolute;
    content: " ";
    display: block;
    width: 470px;
    height: 40px;
    margin: 0 auto;
    bottom: 130px;
    left: 0;
    right: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1199px) {
    .testimonial-tab .tab-wrapper::before {
        width: 90%;
    }
}
@media only screen and (max-width: 992px) {
    .testimonial-tab .tab-wrapper::before {
        bottom: 135px;
    }
}
.testimonial-tab .desc {
    max-width: 490px;
    padding-bottom: 50px;
}
@media only screen and (max-width: 992px) {
    .testimonial-tab .desc {
        font-size: 26px;
    }
}
.testimonial-tab .counter-wrapper ul {
    list-style: none;
    text-align: center;
    padding-left: 0;
}
.testimonial-tab .counter-wrapper ul li:first-child {
    padding-right: 90px;
}
@media only screen and (max-width: 992px) {
    .testimonial-tab .counter-wrapper ul li:first-child {
        padding-right: 30px;
    }
}
@media only screen and (max-width: 992px) {
    .testimonial-tab .counter-wrapper ul .font-size-100 {
        font-size: 50px;
    }
}
.testimonial-tab .tab-content {
    background-color: #fff;
    max-width: 570px;
    height: 510px;
    color: #14242d;
    padding: 35px 45px 50px;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 992px) {
    .testimonial-tab .tab-content {
        height: auto;
    }
}
@media only screen and (max-width: 576px) {
    .testimonial-tab .tab-content {
        padding: 35px 25px 40px;
        height: auto;
    }
}
.testimonial-tab .tab-content > .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.testimonial-tab .tab-content::before {
    display: block;
    content: "";
    width: 200px;
    height: 7px;
    background-color: #5ebbbb;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    position: absolute;
    top: 0;
    left: -4px;
}
.testimonial-tab .tab-content .slick-list,
.testimonial-tab .tab-content .slick-track,
.testimonial-tab .tab-content .slick-slide,
.testimonial-tab .tab-content .slick-slide > div {
    height: 100%;
}
.testimonial-tab .tab-content .tab-pane {
    background-image: url("../images/qoute-icon.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.testimonial-tab .tab-content .logo {
    padding-bottom: 25px;
}
.testimonial-tab .tab-content .about-more {
    padding-top: 15px;
}
.testimonial-tab .nav-tabs {
    position: relative;
    z-index: 5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 0;
    margin-top: 80px;
}
@media only screen and (max-width: 992px) {
    .testimonial-tab .nav-tabs {
        margin-top: 50px;
    }
}
.testimonial-tab .nav-tabs .slick-current li::after {
    content: "";
    display: block;
    height: 6px;
    width: 100%;
    max-width: 85px;
    background-color: #44c8b8;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.testimonial-tab .nav-tabs .slick-current li img {
    opacity: 1;
}
.testimonial-tab .nav-tabs li {
    position: relative;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    padding-bottom: 36px;
}
.testimonial-tab .nav-tabs li img {
    opacity: 0.5;
    max-width: 85px;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 45px;
    margin: 0 auto;
}
.testimonial-tab .nav-tabs li a {
    outline: none;
    padding-bottom: 50px;
    display: block;
}
.testimonial-tab .nav-tabs li a img {
    opacity: 0.5;
    max-width: 85px;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 45px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.testimonial-tab .nav-tabs li a.active {
    border-bottom: 6px solid #44c8b8;
}
.testimonial-tab .nav-tabs li a.active img {
    opacity: 1;
}
.left-image-content .description {
    max-width: 565px;
    padding-bottom: 100px;
}
@media only screen and (max-width: 992px) {
    .left-image-content .description {
        padding-bottom: 50px;
    }
}
.left-image-content .description .content {
    padding-bottom: 85px;
}
@media only screen and (max-width: 992px) {
    .left-image-content .description .content {
        padding-bottom: 50px;
    }
}
@media only screen and (max-width: 576px) {
    .left-image-content .image-wrapper .img-skew,
    .left-image-content .image-wrapper img {
        left: 0;
    }
    .left-image-content .image-wrapper .skew-left-15,
    .left-image-content .image-wrapper .skew-right-15 {
        -webkit-transform: skew(0);
        transform: skew(0);
    }
    .left-image-content .col-md-6:first-child {
        padding-right: 0;
    }
}
.brand-with-right-image {
    padding-top: 15px;
    padding-bottom: 90px;
}
@media only screen and (max-width: 768px) {
    .brand-with-right-image {
        padding-bottom: 50px;
    }
}
.brand-with-right-image .brand-wrapper {
    max-width: 500px;
    list-style: none;
}
@media only screen and (max-width: 768px) {
    .brand-with-right-image .brand-wrapper {
        padding-bottom: 50px;
        max-width: 100%;
    }
}
.brand-with-right-image .brand-wrapper li {
    width: 33.3333%;
}
@media only screen and (max-width: 576px) {
    .brand-with-right-image .brand-wrapper li {
        width: 50%;
    }
}
.brand-with-right-image .brand-wrapper li img {
    width: 100%;
    max-width: 110px;
}
.brand-with-right-image .brand-wrapper li:nth-child(-n + 3) {
    padding-bottom: 45px;
}
.brand-with-right-image .image-wrapper {
    max-width: 550px;
}
.brand-with-right-image .image-wrapper .img-skew-right {
    right: -40px;
}
.brand-with-right-image .image-wrapper img {
    height: 290px;
    width: 555px;
    -o-object-fit: cover;
    object-fit: cover;
    right: 40px;
}
.latest-news {
    padding-top: 100px;
    padding-bottom: 95px;
}
@media only screen and (max-width: 992px) {
    .latest-news .row:last-child .col-lg-6 {
        padding-top: 30px;
    }
}
@media only screen and (max-width: 768px) {
    .latest-news {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}
.latest-news header {
    padding-bottom: 30px;
}
@media only screen and (max-width: 768px) {
    .latest-news header {
        padding-bottom: 30px;
    }
}
.latest-news .title {
    font-size: 32px;
    color: #03302d;
}
@media only screen and (max-width: 768px) {
    .latest-news .title {
        text-align: center;
    }
}
.latest-news .feature-image {
    width: 210px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
}
.latest-news .feature-image .feature {
    padding-left: 25px;
    width: 136px;
    height: 40px;
    font-weight: 600;
    background: #0f9abe;
    background: linear-gradient(
        295deg,
        rgba(15, 154, 190, 0) 0%,
        rgba(173, 221, 221, 0) 12%,
        #5ebbbb 12%,
        #5ebbbb 100%
    );
}
.latest-news .feature-image img {
    width: auto;
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.latest-news .content {
    padding: 40px;
}
.latest-news .content .post-title {
    font-size: 22px;
    padding-bottom: 25px;
}
.latest-news .content .excerpt {
    color: #3d3d3d;
    font-size: 15px;
}
.latest-news a {
    text-decoration: none;
}
.latest-news .col-lg-6 a:hover .more-holder .text-black {
    color: #5ebbbb !important;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.latest-news .read-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
    .latest-news .read-all {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 20px;
    }
}
.latest-news .read-all a {
    padding: 20px 30px;
    font-size: 15px;
    color: #123232;
    text-decoration: none;
    background-color: #d9e6ed;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    -webkit-transition: background 150ms linear;
    transition: background 150ms linear;
}
.latest-news .read-all a:hover {
    text-decoration: none;
    background: #02302d;
    color: #fff;
}
@media only screen and (max-width: 576px) {
    .latest-news .post-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .latest-news .post-wrapper .feature-image {
        width: 100%;
    }
    .latest-news .post-wrapper .feature-image img {
        width: 100%;
        max-height: 250px;
        -o-object-position: top;
        object-position: top;
    }
    .latest-news .post-wrapper .content {
        padding: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .content-with-gallery {
        padding: 100px 0 50px;
    }
    .content-with-gallery .brand-gallery {
        padding-top: 50px;
    }
    .counter-wrapper {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
@media only screen and (max-width: 576px) {
    .content-with-gallery .font-size-30 {
        font-size: 26px;
    }
}
.show-mobile {
    display: none;
}
@media only screen and (max-width: 768px) {
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
}
.hero-banner {
    height: 650px;
    padding-bottom: 100px;
}
.hero-banner::after,
.hero-banner::before {
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 1;
}
.hero-banner::before {
    background-image: url("../images/white-poly.svg");
    height: 200px;
    width: 358px;
    bottom: 70px;
    right: 0;
}
.hero-banner::after {
    background-image: url("../images/green-poly.svg");
    height: 103px;
    width: 206px;
    bottom: -60px;
    left: 0;
}
.hero-banner .hero__content {
    max-width: 570px;
    z-index: 1;
}
.hero-banner .description {
    max-width: 400px;
}
.content-tab-list.show-green-box::after {
    display: block;
    content: "";
    background-image: url("../images/right-green-box.svg");
    position: absolute;
    bottom: -42px;
    right: 0;
    width: 325px;
    height: 114px;
    z-index: 1;
}
@media only screen and (max-width: 576px) {
    .content-tab-list.show-green-box::after {
        display: none;
    }
}
.content-tab-list {
    padding: 100px 0;
    background: #fff;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#fff),
        color-stop(36%, #fff),
        to(#e9f1f5)
    );
    background: linear-gradient(0deg, #fff 0%, #fff 36%, #e9f1f5 100%);
}
@media only screen and (max-width: 768px) {
    .content-tab-list {
        padding: 90px 0 70px;
    }
}
.content-tab-list .description {
    max-width: 802px;
    margin: 0 auto;
    padding: 0 15px 130px;
}
@media only screen and (max-width: 768px) {
    .content-tab-list .description {
        padding: 0 15px 50px;
    }
}
.content-tab-list .right-content {
    padding: 0 45px;
}
@media only screen and (max-width: 991px) {
    .content-tab-list .right-content {
        padding: 50px 0 0;
    }
}
.content-tab-list .right-content .img_wrapper {
    padding-bottom: 40px;
}
.content-tab-list .right-content img {
    width: 100%;
    height: 295px;
    object-fit: cover;
}
.content-tab-list .right-content p {
    margin: 0;
    padding-bottom: 40px;
}
.list {
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid #e4e4e4;
}
.list > li {
    border-top: 1px solid #e4e4e4;
}
.list li.active .tab_title {
    background-image: url("../images/gear-with-green.svg");
}
.list li.active .tab_title::after {
    background-image: url("../images/white-arrow-up.svg");
    background-color: #5ebbbb;
}
.list li.active:nth-child(2) .tab_title {
    background-image: url("../images/gear-with-green-2.svg");
}
.list li.active:nth-child(3) .tab_title {
    background-image: url("../images/gear-with-green-3.svg");
}
.list li.active:nth-child(4) .tab_title {
    background-image: url("../images/gear-with-green-4.svg");
}
.list li.active:nth-child(5) .tab_title {
    background-image: url("../images/gear-with-green-5.svg");
}
.list li.active:nth-child(6) .tab_title {
    background-image: url("../images/gear-with-green-6.svg");
}
.list .tab_title {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 30px 60px;
    font-size: 26px;
    background-image: url("../images/gray-gear.svg");
    background-position: left center;
    background-repeat: no-repeat;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
@media only screen and (max-width: 576px) {
    .list .tab_title {
        font-size: 24px;
    }
}
.list .tab_title::after {
    content: "";
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 50%;
    margin-left: auto;
    background-image: url("../images/green-arrow-right.svg");
    background-color: #dff1f1;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.list .tab_description {
    padding-bottom: 50px;
    color: #2f2f2f;
    display: none;
}
.list .tab_description ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: 500;
    font-size: 16px;
}
.list .tab_description ul li {
    background-image: url("../images/bullet-green.svg");
    background-position: left 20px;
    background-repeat: no-repeat;
    padding: 10px 15px;
    line-height: 1.7;
}
.list .tab_description .contact-with {
    background-color: #e9f1f5;
    background-image: url("../images/gray-message-icon.svg");
    background-repeat: no-repeat;
    background-position: 68px center;
    padding-right: 30px;
    margin-top: 40px;
}
.list .tab_description .contact-with::before {
    background-image: url("../images/green-message-icon.svg");
    content: "";
    display: block;
    width: 48px;
    height: 35px;
    position: absolute;
    top: 20px;
    left: -10px;
}
.list .tab_description .contact-with .avatar {
    margin-top: -20px;
    padding: 0 50px 0 10px;
}
.list .tab_description .contact-with a {
    margin-left: auto;
}
.list .tab_description .contact-with .name {
    font-size: 20px;
}
.list .tab_description .contact-with .name strong {
    font-weight: bold;
}
.list .tab_description .contact-with .name div:last-child {
    color: #8fa3ad;
    font-size: 16px;
}
.content-tab-list.border-top {
    padding-top: 100px;
    background: #fff;
}
.our-partner {
    position: relative;
}
@media only screen and (max-width: 768px) {
    .our-partner {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
.our-partner::before {
    background-image: url("../images/green-large-poly.svg");
    background-position: center;
    content: "";
    display: block;
    height: 215px;
    width: 528px;
    position: absolute;
    bottom: -58px;
    right: 0;
}
.our-partner .description {
    padding-bottom: 100px;
    max-width: 660px;
    margin: 0 auto;
}
@media only screen and (max-width: 576px) {
    .our-partner .description {
        padding-bottom: 60px;
    }
}
.our-partner .brand-gallery-wrapper {
    position: relative;
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0 25px;
}
.our-partner .brand-gallery-wrapper li {
    width: 20%;
    border: 1px solid #f1f1f1;
    background-color: #fff;
    height: 172px;
}
@media only screen and (max-width: 991px) {
    .our-partner .brand-gallery-wrapper li {
        width: 25%;
    }
}
@media only screen and (max-width: 768px) {
    .our-partner .brand-gallery-wrapper li {
        width: 33.3333%;
    }
}
@media only screen and (max-width: 576px) {
    .our-partner .brand-gallery-wrapper li {
        width: 50%;
    }
}
.content-enquire {
    padding-bottom: 125px;
    padding-top: 20px;
}
@media only screen and (max-width: 768px) {
    .content-enquire {
        padding-bottom: 60px;
    }
}
.content-enquire > div {
    padding: 70px 20px 55px 75px;
    background-image: url("../images/large-gray-message-icon.svg");
    background-repeat: no-repeat;
    background-position: center right 15%;
}
@media only screen and (max-width: 768px) {
    .content-enquire > div {
        padding: 30px;
        background-image: none;
    }
}
.content-enquire > div::before {
    content: "";
    background-image: url("../images/large-green-message-icon.svg");
    display: block;
    position: absolute;
    right: -23px;
    top: 52px;
    width: 104px;
    height: 76px;
}
.content-enquire .title {
    max-width: 450px;
}
.content-enquire .prof {
    font-size: 22px;
    color: #8fa3ad;
    padding-top: 20px;
}
@media only screen and (max-width: 768px) {
    .content-enquire .btn-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 30px;
    }
    .content-enquire .btn-wrapper .contact-with-btn,
    .content-enquire .btn-wrapper .contact-us-btn {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .content-enquire .btn-wrapper .contact-with-btn {
        margin-bottom: 15px;
    }
    .content-enquire .btn-wrapper .contact-us-btn {
        margin-left: 0;
        padding: 15px 0;
    }
}
.content-enquire .avatar-wrapper {
    right: 0;
    bottom: 0;
}
@media only screen and (max-width: 992px) {
    .content-enquire .avatar-wrapper {
        width: 150px;
    }
}
@media only screen and (max-width: 768px) {
    .content-enquire .avatar-wrapper {
        display: none;
    }
}
.content-enquire .contact-us-btn {
    background-color: #c8d9e2 !important;
    margin-left: 16px;
    padding: 20px 65px;
}
.content-enquire .contact-us-btn:hover {
    background-color: #02302d !important;
}
.content-our-success {
    background: #e9f1f5;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#e9f1f5),
        color-stop(36%, #e9f1f5),
        color-stop(36%, #fff),
        to(#fff)
    );
    background: linear-gradient(
        0deg,
        #e9f1f5 0%,
        #e9f1f5 36%,
        #fff 36%,
        #fff 100%
    );
}
.content-our-success a {
    text-decoration: none;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.content-our-success a:hover .green-line {
    color: #5ebbbb;
}
.content-our-success .col-md-6:first-child {
    padding-right: 0;
}
@media only screen and (max-width: 768px) {
    .content-our-success .col-md-6:first-child {
        padding-right: 15px;
        padding-bottom: 30px;
    }
}
.content-our-success .col-md-6:first-child .content-wrapper {
    box-shadow: -2px 2px 8px -7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: -2px 2px 8px -7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -2px 2px 8px -7px rgba(0, 0, 0, 0.5);
}
.content-our-success .col-md-6:last-child {
    padding-left: 0;
}
@media only screen and (max-width: 768px) {
    .content-our-success .col-md-6:last-child {
        padding-left: 15px;
    }
}
.content-our-success .col-md-6:last-child .content-wrapper {
    box-shadow: 2px 2px 8px -7px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 2px 8px -7px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 2px 8px -7px rgba(0, 0, 0, 0.5);
}
.content-our-success .content-wrapper {
    padding-bottom: 50px;
    background-color: #fff;
    margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
    .content-our-success .content-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }
    .content-our-success .content-wrapper .description {
        padding-bottom: 20px;
    }
}
.content-our-success .img-wrapper {
    padding-bottom: 50px;
}
.content-our-success .description {
    max-width: 410px;
    margin: 0 auto;
    padding-bottom: 45px;
    color: #2f2f2f;
}
.content-our-success .title {
    padding-bottom: 20px;
}
.content-our-success img {
    max-height: 282px;
    height: 282px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
    .content-meet-the-team {
        padding-bottom: 50px;
        padding-top: 60px;
    }
    .content-meet-the-team .col-md-3 {
        padding-bottom: 20px;
    }
}
.content-meet-the-team .description {
    max-width: 835px;
}
@media only screen and (max-width: 768px) {
    .content-meet-the-team .description {
        padding-bottom: 60px;
    }
}
.content-meet-the-team::after,
.content-meet-the-team::before {
    content: "";
    position: absolute;
    display: block;
    background-repeat: no-repeat;
}
.content-meet-the-team::before {
    background-image: url("../images/green-poly.svg");
    height: 103px;
    width: 206px;
    bottom: -60px;
    left: 0;
}
.content-meet-the-team::after {
    background-image: url("../images/green-large-poly.svg");
    height: 215px;
    width: 528px;
    right: 0;
    bottom: 370px;
    z-index: 1;
}
.content-meet-the-team .img-wrapper {
    z-index: 2;
}
.content-meet-the-team .img-wrapper img {
    width: 100%;
}
.content-meet-the-team .linkedin {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    background-image: url("../images/linkedin.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #5ebbbb;
    background-size: 20px;
    border-radius: 50%;
    position: absolute;
    bottom: 35px;
    left: 14px;
    width: 45px;
    height: 45px;
}
/* .content-meet-the-team .linkedin {
	background-image: url("../images/linkedin 1.svg");
} */
.content-meet-the-team .col-md-3 > a:hover .linkedin {
    background-color: #123232;
}
.content-meet-the-team .name {
    font-weight: 500;
}
.content-meet-the-team .prof {
    padding-bottom: 25px;
}
@media only screen and (max-width: 768px) {
    .content-meet-the-team .prof {
        padding-bottom: 10px;
    }
}
.content-meet-the-team .email a {
    color: #5ebbbb;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
}
.content-meet-the-team .email a:hover {
    color: #123232;
}
@media only screen and (max-width: 768px) {
    .content-right-image {
        padding-bottom: 25px;
        padding-top: 70px;
    }
}
.content-right-image .content-wrapper {
    max-width: 565px;
}
@media only screen and (max-width: 768px) {
    .content-right-image .content-wrapper {
        margin-left: 0;
        padding-bottom: 50px;
    }
}
.content-right-image .description {
    padding-bottom: 70px;
}
.content-right-image .image-wrapper {
    max-width: 692px;
    background-image: url("../images/right-image-bg.svg");
    background-repeat: no-repeat;
    background-position: left 25px;
}
.content-right-image .img-skew {
    left: 75px;
}
.content-right-image .img-skew img {
    left: -75px;
    max-height: 528px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    width: 100%;
}
@media only screen and (max-width: 768px) {
    .content-left-image-v2 {
        padding-top: 25px;
        padding-bottom: 50px;
    }
}
.content-left-image-v2 .image-wrapper {
    max-width: 726px;
    background-image: url("../images/left-img-bg.svg");
    background-repeat: no-repeat;
    background-position: right bottom 25px;
}
@media only screen and (max-width: 768px) {
    .content-left-image-v2 .image-wrapper {
        margin-bottom: 50px;
    }
}
.content-left-image-v2 .image-wrapper img {
    max-height: 528px;
    -o-object-fit: cover;
    object-fit: cover;
    height: auto;
    width: 100%;
}
.content-left-image-v2 .description {
    padding-bottom: 70px;
}
.content-left-image-v2 .content-wrapper {
    max-width: 565px;
}
.hero-banner-with-overlay {
    padding-bottom: 100px;
    height: 740px;
}
@media only screen and (max-width: 576px) {
    .hero-banner-with-overlay {
        padding-bottom: 100px;
        height: 650px;
    }
    .hero-banner-with-overlay.with-brand {
        padding-bottom: 150px;
    }
}
.hero-banner-with-overlay::after {
    background-image: url(../images/green-poly.svg);
    height: 103px;
    width: 206px;
    bottom: -50px;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 2;
}
.hero-banner-with-overlay .hero__content {
    max-width: 480px;
    padding-top: 20px;
}
.hero-banner-with-overlay .overlay {
    background-image: url("../images/green-bg.svg");
    z-index: 2;
    top: 0;
    bottom: 0;
}
.hero-banner-with-overlay .container {
    z-index: 3;
}
.hero-banner-with-overlay .right-info {
    max-width: 300px;
}
.hero-banner-with-overlay .right-info a {
    text-decoration: none;
}
.hero-banner-with-overlay .right-info a .description {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    color: #fff;
    padding-bottom: 15px;
    font-weight: 600;
}
.hero-banner-with-overlay .right-info a:hover .description {
    color: #123232;
}
.hero-banner-with-overlay .right-info a:hover .round-arrow-right {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    background-color: #123232;
    background-image: url("../images/white-arrow-right.svg");
}
.hero-banner-with-overlay .right-info .small-title {
    padding-bottom: 10px;
}
.hero-banner-with-overlay .img {
    z-index: 1;
}
.hero-banner-with-overlay .brand-image {
    bottom: 0;
    right: -35px;
    z-index: 1;
    height: 120px;
    width: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    z-index: 3;
}
.hero-banner-with-overlay .brand-image img {
    max-width: 100px;
    height: auto;
}
.hero-banner-with-overlay .form-wrapper {
    background-color: #fff;
    padding: 50px 45px 45px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -150px;
}
@media only screen and (max-width: 768px) {
    .hero-banner-with-overlay .form-wrapper {
        position: relative;
        bottom: 0;
    }
}
.form-wrapper .nf-form-content label {
    font-size: 16px;
    line-height: normal;
    font-weight: normal;
}
.hero-banner-with-overlay
    .form-wrapper
    .nf-form-content
    .label-above
    .nf-field-label {
    margin-bottom: 5px;
}
.hero-banner-with-overlay
    .form-wrapper
    .nf-form-content
    input:not([type="button"]),
.hero-banner-with-overlay
    .form-wrapper
    .nf-form-content
    textarea.ninja-forms-field {
    background-color: #fff;
}
.hero-banner-with-overlay .form-wrapper nf-fields-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hero-banner-with-overlay .form-wrapper nf-fields-wrap nf-field {
    width: 50%;
}
.hero-banner-with-overlay .form-wrapper nf-fields-wrap nf-field:nth-child(odd) {
    padding-right: 8px;
}
.hero-banner-with-overlay
    .form-wrapper
    nf-fields-wrap
    nf-field:nth-child(even) {
    padding-left: 8px;
}
.hero-banner-with-overlay
    .form-wrapper
    nf-fields-wrap
    nf-field:last-child
    .nf-field-container {
    margin-bottom: 0;
}
.hero-banner-with-overlay
    .form-wrapper
    nf-fields-wrap
    nf-field
    textarea.ninja-forms-field {
    height: 100px;
}
@media only screen and (max-width: 576px) {
    .hero-banner-with-overlay .form-wrapper nf-fields-wrap nf-field {
        width: 100%;
    }
    .hero-banner-with-overlay
        .form-wrapper
        nf-fields-wrap
        nf-field:nth-child(odd) {
        padding-right: 0px;
    }
    .hero-banner-with-overlay
        .form-wrapper
        nf-fields-wrap
        nf-field:nth-child(even) {
        padding-left: 0px;
    }
}
.hero-banner-with-overlay
    .form-wrapper
    nf-fields-wrap
    nf-field:nth-last-child(-n + 2) {
    width: 100%;
    padding: 0;
}
.form-wrapper .nf-form-content input[type="button"] {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    width: 100%;
    background-color: #d9e6ed;
    color: #123232;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    height: 62px;
    border-radius: 0;
    border: none;
}
.form-wrapper .nf-form-content input[type="button"]:hover {
    background-color: #123232;
    color: #fff;
}
.hero-banner-with-overlay .overlay.contact-overlay {
    background-image: url("../images/contact-us-overlay.svg");
}
@media only screen and (max-width: 768px) {
    .with-form.hero-banner-with-overlay {
        height: auto;
        padding-bottom: 0;
    }
    .with-form.hero-banner-with-overlay .container {
        padding-top: 140px;
    }
    .with-form.hero-banner-with-overlay .hero__content {
        padding-bottom: 0;
    }
    .with-form.hero-banner-with-overlay .form-wrapper {
        bottom: -50px;
    }
}
.content-success-list {
    padding: 100px 0 30px;
}
.content-success-list .col-lg-4 {
    padding-bottom: 70px;
}
.content-success-list .col-lg-4 a {
    text-decoration: none;
    display: block;
    height: 100%;
}
.content-success-list .col-lg-4 a .green-overlay {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    visibility: hidden;
    opacity: 0;
    padding-bottom: 25px;
    margin-top: auto;
}
.content-success-list .col-lg-4 a:hover .green-overlay {
    visibility: visible;
    opacity: 1;
}
@media only screen and (max-width: 768px) {
    .content-success-list .col-lg-4 {
        padding-bottom: 30px;
    }
}
.content-success-list .content-wrapper {
    padding-bottom: 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
@media only screen and (max-width: 768px) {
    .content-success-list .content-wrapper {
        min-height: 460px;
    }
}
.content-success-list .text-white {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.content-success-list .text-white div {
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}
.content-success-list .text-white .title {
    margin-top: auto;
    padding-bottom: 20px;
}
.content-success-list .text-white .description {
    padding-bottom: 50px;
}
.content-success-list .text-white a {
    color: #fff;
}
.content-success-list .text-white .more-holder {
    padding: 0;
}
.content-success-list .green-overlay {
    background-color: rgba(13, 44, 44, 0.98);
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
}
.content-success-list .logo {
    background-image: url("../images/white-bg.svg");
    background-position: right center;
    background-size: cover;
    width: 105px;
    height: 65px;
    top: 42px;
    left: 0;
    z-index: 1;
}
.content-success-list .logo img {
    max-height: 35px;
    max-width: 65px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}
.content-success-list .image-wrapper {
    padding-bottom: 35px;
}
.content-success-list .image-wrapper img {
    max-height: 258px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.content-success-list .title {
    font-size: 26px;
    padding: 0 30px;
    max-width: 350px;
}
.content-success-list .more-holder {
    padding: 40px 30px 0;
}
@media only screen and (max-width: 576px) {
    .content-success-list .more-holder {
        padding: 30px 20px 0;
    }
}
.content-legary .content-wrapper {
    max-width: 545px;
}
.content-testimonial {
    padding: 170px 0 60px;
    background-image: url("../images/large-qoute-icon.svg");
    background-repeat: no-repeat;
    background-position: top 100px center;
}
@media only screen and (max-width: 768px) {
    .content-testimonial {
        padding: 100px 15px 60px;
    }
}
.content-testimonial::after {
    content: "";
    display: block;
    background-image: url("../images/white-left-poly.svg");
    width: 420px;
    height: 159px;
    position: absolute;
    bottom: -50px;
    left: 0;
}
.content-testimonial .content-wrapper {
    font-size: 26px;
    max-width: 792px;
    margin: 0 auto;
}
@media only screen and (max-width: 576px) {
    .content-testimonial .content-wrapper .pb-90 {
        padding-bottom: 50px;
    }
}
.content-testimonial .name {
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .content-successful-outcome {
        padding-bottom: 40px;
        padding-top: 60px;
    }
}
.content-successful-outcome .description {
    max-width: 790px;
}
@media only screen and (max-width: 768px) {
    .content-successful-outcome .description {
        padding-bottom: 50px;
    }
}
.content-successful-outcome .icon-holder {
    max-width: 82px;
    max-height: 66px;
    margin: 0 auto 40px;
}
.content-successful-outcome .icon-holder img {
    width: 100%;
}
.content-successful-outcome .link a,
.content-successful-outcome .link a:hover {
    text-decoration: none;
    color: #5ebbbb;
    outline: none;
}
.content-successful-outcome .content-wrapper {
    padding: 40px 45px 55px;
    border: 1px solid #e1e1e1;
}
.content-successful-outcome .item:hover .hover-show {
    opacity: 1;
    visibility: visible;
}
.content-successful-outcome .hover-show {
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    padding: 55px 30px;
    top: 0;
    bottom: 0;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.content-successful-outcome .hover-show .title {
    max-width: 240px;
    margin: 0 auto;
}
.content-successful-outcome .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 70px;
}
.content-successful-outcome .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 5px 8px;
}
.content-successful-outcome .owl-dots .owl-dot.active span,
.content-successful-outcome .owl-dots .owl-dot:hover span {
    background-color: #5ebbbb;
}
@media only screen and (max-width: 1199px) {
    .content-contact-us .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}
@media only screen and (max-width: 768px) {
    .content-contact-us {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .content-contact-us .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}
.content-contact-us .contact-info {
    max-width: 33.3333%;
    margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
    .content-contact-us .contact-info {
        max-width: 50%;
        width: 50%;
        margin-right: 0;
    }
    .content-contact-us .contact-info:first-child {
        padding-left: 15px;
    }
    .content-contact-us .contact-info:nth-child(2) {
        padding-right: 15px;
        padding-left: 15px;
    }
    .content-contact-us .contact-info:last-child {
        padding-right: 15px;
    }
}
@media only screen and (max-width: 768px) {
    .content-contact-us .contact-info {
        max-width: 100%;
        width: 100%;
    }
    .content-contact-us .contact-info:first-child,
    .content-contact-us .contact-info:nth-child(2),
    .content-contact-us .contact-info:last-child {
        padding-left: 0;
        padding-right: 0;
    }
}
.content-contact-us .contact-info > div {
    position: relative;
    padding-left: 30px;
}
.content-contact-us .contact-info > div:last-child {
    padding-left: 0;
}
.content-contact-us .contact-info > div i {
    position: absolute;
    left: 0;
    top: 4px;
}
.content-contact-us .contact-info a,
.content-contact-us .contact-info a:active,
.content-contact-us .contact-info a:hover {
    color: #000;
    text-decoration: none;
}
.content-contact-us .contact-info .address {
    max-width: 200px;
}
.content-contact-us .contact-info .address span {
    display: block;
    padding-top: 15px;
}
.content-contact-us .image-holder {
    padding-top: 15px;
}
@media only screen and (max-width: 1199px) {
    .content-contact-us .image-holder {
        width: 100%;
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .content-contact-us .image-holder {
        padding-bottom: 20px;
    }
}
.content-contact-us .image-holder img {
    width: 100%;
}
.content-contact-us .map iframe {
    height: 250px;
    width: 100%;
}
.capabilities .bg-with-line {
    background-image: url("../images/bg-without-line.svg");
    background-position: bottom 72px right;
}
@media only screen and (max-width: 576px) {
    .capabilities .bg-with-line {
        padding-bottom: 70px;
        background-position: bottom 42px right;
    }
}
.tab_description .contact-with > .d-flex {
    width: 75%;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tab_description .contact-with .contact-with-btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.tab_description .contact-with .contact-with-btn::before {
    content: "";
    display: block;
    background-image: url("../images/linkedin.svg");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    height: 28px;
    width: 28px;
    background-color: #5ebbbb;
    border-radius: 50%;
    margin-right: 10px;
}
@media only screen and (max-width: 1199px) {
    .tab_description .contact-with > .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0;
    }
    .tab_description .contact-with .contact-with-btn {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .list .tab_description .contact-with a {
        margin-right: 15px;
        margin-top: 10px;
    }
    .list .tab_description .contact-with .avatar {
        margin-top: 0;
    }
}
@media only screen and (max-width: 576px) {
    .list .tab_description .contact-with .avatar {
        display: none;
    }
    .tab_description .contact-with > .d-flex {
        width: 100%;
    }
    .list .tab_description .contact-with {
        background-image: none;
        padding-right: 15px;
        padding-left: 50px;
    }
    .list .tab_title {
        font-size: 22px;
    }
}
[data-aos="content-fade-in"] {
    opacity: 0;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
[data-aos="content-fade-in"].aos-animate {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
[data-aos="content-blur-in-subtle"] {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
[data-aos="content-blur-in-subtle"].aos-animate {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.single .site-main {
    min-height: 70vh;
    padding: 0 0 50px;
}
.single .hero-banner {
    background-color: #dff1f1;
}
.post-thumbnail {
    text-align: center;
    padding-top: 30px;
}
.entry-title {
    color: #123232;
}
.blog .hero-banner {
    background-color: #e9f1f5;
}
.blog .latest-news {
    padding-bottom: 65px;
}
.site-main .posts-navigation {
    padding-top: 20px;
    margin-bottom: 0;
}
.site-main .posts-navigation .nav-links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.nav-links .nav-previous {
    text-align: right;
}
.nav-links .nav-next {
    text-align: left;
}
.nav-links .nav-next a,
.nav-links .nav-previous a {
    display: inline-block;
    text-decoration: none;
    color: #123232;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    background-color: #dff1f1;
    padding: 20px 34px;
    line-height: normal;
    -webkit-transition: background 150ms linear;
    transition: background 150ms linear;
}
.nav-links .nav-next a:hover,
.nav-links .nav-previous a:hover {
    background-color: rgba(223, 241, 241, 0.8);
}
.hero-banner-with-overlay .nf-before-form-content {
    display: none;
}
.content-right-image .content-wrapper {
    margin-right: 70px;
}
.video-wrapper p {
    display: none;
}
.show-video.hero-banner {
    height: auto;
    padding-bottom: 0;
}
.list li.active:first-child .tab_title,
.list li.active:nth-child(6n + 1) .tab_title {
    background-image: url("../images/gear-with-green.svg");
}

.list li.active:first-child .tab_title {
    background-image: url("../images/gear-with-green.svg");
}
.list li.active:nth-child(6n) .tab_title {
    background-image: url("../images/gear-with-green-6.svg");
}
.list li.active:nth-child(6n + 2) .tab_title {
    background-image: url("../images/gear-with-green-2.svg");
}
.list li.active:nth-child(6n + 3) .tab_title {
    background-image: url("../images/gear-with-green-3.svg");
}
.list li.active:nth-child(6n + 4) .tab_title {
    background-image: url("../images/gear-with-green-4.svg");
}
.list li.active:nth-child(6n + 5) .tab_title {
    background-image: url("../images/gear-with-green-5.svg");
}
#masthead .logo img:nth-child(2),
#masthead.sticky-header .logo img:first-child {
    display: none;
}
#masthead .logo img {
    width: 260px;
    height: auto;
    display: flex;
}
.footer-logo img {
    width: 220px;
    height: auto;
}
#masthead.sticky-header .logo img:last-child {
    display: flex;
}
.content-meet-the-team .modal-dialog {
    max-width: 1050px;
}
.content-meet-the-team .modal-content {
    border-radius: 0;
    border: none;
}
.content-meet-the-team .btn-close {
    background-image: url("/wp-content/uploads/2021/06/close.svg");
    height: 23px;
    width: 23px;
    position: absolute;
    top: 34px;
    right: 34px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
}
.content-meet-the-team .modal-dialog .image-wrapper img {
    max-width: 285px;
}
.content-meet-the-team .modal-body {
    padding: 65px 65px 100px;
}
.content-meet-the-team .modal-body .image-wrapper {
    padding-right: 65px;
}
.content-meet-the-team .modal-body .title {
    font-size: 30px;
    line-height: 145%;
    padding-top: 15px;
    padding-bottom: 20px;
}
.content-meet-the-team .modal-body .content {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}
.content-meet-the-team .modal-body .user-info {
    padding-top: 15px;
    position: relative;
}
.content-meet-the-team .modal-body .linkedin {
    bottom: unset;
    right: 0;
    left: unset;
    top: 5px;
}
.content-meet-the-team .user-info a:hover .linkedin {
    background-color: #123232;
}
.hero-banner-with-overlay .hero__content {
    max-width: 660px;
}
.content-with-gallery .max-width-600 {
    max-width: 90%;
}
.content-success-list {
    padding: 70px 0 0;
}
.content-success-list .more-holder {
    margin-top: auto;
}
.hero-banner-with-overlay {
    background-color: #e9f1f5;
}
.content-legary .image-wrapper img {
    height: 450px;
    width: 100%;
}
.content-meet-the-team .img-wrapper img {
    min-height: 245px;
    object-fit: cover;
}
.content-successful-outcome .owl-stage {
    display: flex;
}
.content-successful-outcome .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.content-successful-outcome .item .content-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.content-successful-outcome .hover-show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tab_description .contact-with .contact-with-btn {
    flex: 0 0 auto;
}
.list .tab_description .contact-with .avatar {
    padding: 0 25px 0 10px;
}
.list .tab_description .contact-with .name {
    max-width: 220px;
}
.content-success-list .image-wrapper img {
    height: 258px;
}
#wheel-tab {
    position: relative;
    background: none;
}
#wheel-tab div.spin-box {
    animation-name: spin;
    animation-duration: 30000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
    /* background-image: url("./IMD-Wheel-No Tabs.svg"); */
    background-image: url("./wheel-trucks.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

#cookie-law-info-bar .cli-bar-message {
    font-size: 16px;
    color: #000;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    height: 95px;
    background-color: #fff;
    /* 	display: flex !important; */
    align-items: center;
}
.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
    width: 180px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#cookie-law-info-bar #wt-cli-accept-all-btn {
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
    background-color: #5ebbbb !important;
}
#cookie-law-info-bar #wt-cli-accept-all-btn:hover {
    background-color: #02302d !important;
}

.single .hero-banner {
    background-color: #002c2c;
    height: 630px;
}
.single .hero-banner .hero__content {
    max-width: 100%;
    /* 	text-align: center; */
}
.single .hero-banner .title {
    font-size: 48px;
    color: #fff;
}
.single .hero-banner .date {
    color: #5ebbbb;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.single .entry-content {
    max-width: 800px;
    padding-top: 50px;
}
.single .post-thumbnail {
    padding-top: 50px;
}
.page-id-430 #masthead.sticky-header .top-info li:first-child a,
.single #masthead.sticky-header .top-info li:first-child a {
    background-color: #dff1f1 !important;
}
.single .content-enquire {
    padding-top: 80px;
    padding-bottom: 50px;
}
.content-tab-list .btn-holder .contact-with-btn {
    padding: 15px 40px;
    -webkit-transition: background 150ms linear;
    -moz-transition: background 150ms linear;
    -ms-transition: background 150ms linear;
    -o-transition: background 150ms linear;
    transition: background 150ms linear;
}
.content-tab-list .btn-holder .contact-with-btn:hover {
    color: #fff;
    background-color: #02302d;
}
.single .post-thumbnail img {
    object-fit: cover;
    width: 440px;
    height: 440px;
}
.latest-news .feature-image img {
    width: 100%;
}
.content-successful-outcome .content-wrapper {
    margin-left: 4px;
}
.cli-bar-message .medium.cli_settings_button,
.cli-bar-message .medium.cli_settings_button:hover {
    padding: 0;
    background: none !important;
    margin: 0;
    font-weight: 600;
}
.content-tab-list .enquire_download {
    display: block;
    color: #123232;
    width: auto;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    background-color: #dff1f1;
    padding: 20px 34px;
    transition: background 150ms linear;
    margin-bottom: 20px;
    font-size: 14px;
    border: none;
}
.content-tab-list .enquire_download:focus-visible {
    outline: none;
}
#modalform .modal-body button img {
    max-width: 24px;
    display: block;
}
#modalform .modal-body button {
    padding: 0;
    border: none;
    background: #fff;
    right: 30px;
    position: absolute;
    top: 30px;
}
#modalform .modal-content {
    border: none;
    border-radius: 0;
}
#modalform .modal-body {
    padding: 50px 80px;
}
#modalform .modal-body label {
    display: flex;
    flex-direction: row-reverse;
}
#modalform .modal-body label .ninja-forms-req-symbol {
    margin-right: 5px;
}
#modalform .modal-dialog {
    max-width: 730px;
}
#modalform .form-header {
    max-width: 450px;
    margin: 0 auto;
}
#modalform .form-header .font-size-30 {
    margin-bottom: 10px;
}
#modalform .submit-container {
    margin-bottom: 0;
}
#modalform .nf-form-fields-required {
    display: none;
}
#modalform .form-wrapper .nf-form-content input[type="button"] {
    background-color: rgba(217, 230, 237, 0.3);
    outline: none;
}
#modalform .form-wrapper .nf-form-content input[type="button"]:hover {
    background-color: #d9e6ed;
    color: #123232;
}
#modalform small {
    color: #aeaeae;
}
#modalform nf-fields-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#modalform nf-fields-wrap nf-field {
    flex: 0 100%;
    max-width: 100%;
}
#modalform nf-fields-wrap nf-field:nth-child(2),
#modalform nf-fields-wrap nf-field:nth-child(3) {
    flex: 0 50%;
    max-width: 280px;
}
#modalform nf-fields-wrap nf-field:nth-child(2) {
    padding-right: 10px;
}
#modalform nf-fields-wrap nf-field:nth-child(3) {
    padding-left: 10px;
}
#modalform #nf-form-errors-1 {
    display: none;
}
.nf-error .nf-error-msg {
    font-size: 16px;
}
.form-wrapper .nf-form-content input:not([type="button"]) {
    background: #fff;
}
.content-tab-list .enquire_download:hover {
    background-color: #02302d;
    color: #fff;
}
.z-index-1 {
    z-index: 1;
}
.tel-btn,
.tel-btn:hover {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #123232;
    font-size: 14px;
    padding: 20px 25px;
    text-decoration: none;
    background-color: #fff;
    text-decoration: none;
    margin-left: 15px;
}
.latest-news .filter {
    margin: 0;
    padding: 0 0 40px;
    list-style: none;
    display: flex;
}
.latest-news .filter li {
    margin-right: 15px;
}
.latest-news .filter li:last-child {
    margin-right: 0;
}
.latest-news .filter a {
    display: block;
    padding: 20px 30px;
    font-size: 15px;
    color: #123232;
    text-decoration: none;
    background-color: #d9e6ed;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    -webkit-transition: background 150ms linear;
    transition: background 150ms linear;
}
.latest-news .filter a:hover {
    text-decoration: none;
    background: #02302d;
    color: #fff;
}
.mejs-controls {
    display: none !important;
    visibility: hidden !important;
}

.right-content .video-wrapper {
    height: 250px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}
.right-content .video-wrapper .video {
    width: auto;
    margin-left: -50px;
    background-color: #000;
}

/* // start */
body .font-size-26 {
    font-size: 26px;
}
.clr-green {
    color: #59b2b2;
}
.join-team-section {
    padding: 100px 0;
    background: #fff;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#fff),
        color-stop(36%, #fff),
        to(#e9f1f5)
    );
    background: linear-gradient(0deg, #fff 0%, #fff 36%, #e9f1f5 100%);
}
.careers .content-tab-list {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#fff),
        color-stop(36%, #fff),
        to(#e9f1f5)
    );
    background: linear-gradient(0deg, #fff 0%, #fff 36%, #e9f1f5 100%);
}
.join-team-section .description {
    max-width: 802px;
    margin: 0 auto;
    padding: 0 15px 130px;
}
.join-team-section .feature-img img {
    max-height: 285px;
    object-fit: cover;
    object-position: top;
}
.joblist {
    text-align: left;
}
.joblist .content-wrapper {
    text-decoration: none;
    color: #000;
}
.joblist .title {
    padding-bottom: 10px;
}
.joblist .sched-salary {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.sched-salary .sched,
.sched-salary .salary,
.sched-salary .date,
.sched-salary .loc {
    background-position: left center;
    background-repeat: no-repeat;
    line-height: normal;
    padding: 5px 28px;
}
.sched-salary .sched {
    background-image: url("../images/time.svg");
}
.sched-salary .salary {
    background-image: url("../images/currency.svg");
}
.sched-salary .date {
    background-image: url("../images/imd-calendar-icon.svg");
}
.sched-salary .loc {
    background-image: url("../images/imd-location.svg");
}
.joblist .more-holder {
    padding-top: 25px;
}
.joblist .owl-nav span {
    display: none;
}
.joblist .owl-carousel .owl-nav {
    display: flex;
    max-width: 190px;
    margin: 60px auto 0;
    align-items: center;
}
.joblist .owl-carousel .owl-nav .slider-counter {
    width: 80px;
}
.joblist .owl-carousel .owl-nav button.owl-prev,
.joblist .owl-carousel .owl-nav button.owl-next {
    width: 44px;
    height: 44px;
    display: block;
    border-radius: 50%;
    margin-left: auto;
    background-image: url(../images/green-arrow-right.svg);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center 49%;
    border: 1px solid #dff1f1;
    transition: all 150ms linear;
}
.joblist .owl-carousel .owl-nav button.owl-prev:hover,
.joblist .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #dff1f1;
}
.joblist .owl-carousel .owl-nav button.owl-prev {
    transform: rotate(180deg);
}
.type-career .content-holder {
    padding-top: 135px;
}
.type-career .sched-salary {
    list-style: none;
    padding: 0 0 40px;
    margin: 0;
    display: flex;
    font-weight: 700;
    font-size: 18px;
}
.type-career .sched-salary li {
    padding-right: 25px;
}
.type-career .title.font-size-30 {
    padding: 0 0 40px;
}
.type-career p {
    margin-bottom: 1.5rem;
}
.type-career ol {
    padding-left: 20px;
    margin: 0;
}
.type-career ol li {
    margin-bottom: 25px;
}
.type-career .form-wrapper {
    border: 1px solid #eaeaea;
    padding: 30px;
    border-radius: 6px;
    text-align: center;
}
.type-career .form-wrapper .btn-default,
.type-career .form-wrapper .title,
.type-career .form-wrapper .btn-default,
.caldera-grid .upload-file {
    font-family: "Montserrat", sans-serif;
}

.type-career .form-wrapper .title {
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
}
.type-career .form-wrapper input[type="text"] {
    border: 1px solid #dcdcdc;
    height: 48px;
    font-size: 13px;
}
.type-career .form-wrapper input[type="text"]:focus {
    box-shadow: none;
    border-color: #919191;
}
.type-career .form-wrapper input[type="file"] {
    max-width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.type-career .form-wrapper .btn-default {
    font-weight: 600;
    color: #fff;
    border: none;
    height: 63px;
    background-color: #59b2b2;
    width: 100%;
    border-radius: 0;
}
.type-career .form-wrapper .btn-default:hover,
.type-career .form-wrapper .btn-default:focus {
    background-color: #dff1f1;
    box-shadow: none;
    border: none;
    color: #123232;
    outline: none;
}
.type-career .caldera-grid .row {
    margin: 0;
}
.type-career .caldera-grid .col-md-12 {
    padding: 0;
}
.caldera-grid .upload-file {
    position: relative;
}
.caldera-grid .upload-file label {
    align-items: center;
    color: #000;
    height: auto;
    width: auto;
    display: flex;
    font-size: 14px;
    overflow: auto;
    position: relative !important;
    clip: none;
    clip-path: none;
    color: #59b2b2;
    font-weight: 400;
    height: 52px;
    border: 1px dotted #dcdcdc;
    justify-content: center;
}
.caldera-grid .upload-file label:before {
    content: "";
    display: block;
    height: 24px;
    width: 24px;
    background-image: url("/wp-content/uploads/2021/09/circle-cross.svg");
    background-position: center;
    margin-right: 5px;
}
.caldera-grid .upload-file .file-prevent-overflow {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 100%;
}
#primary .caldera-grid label {
    font-size: 16px;
    font-weight: normal;
    color: #212529;
}
#primary .caldera-grid .form-control {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    height: 50px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    background-color: #fff;
}
#primary .caldera-grid .form-control:focus {
    box-shadow: none;
    border-color: #919191;
}
#primary .caldera-grid .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #787878;
}
#primary .caldera-grid .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #787878;
}
#primary .caldera-grid .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #787878;
}
#primary .caldera-grid .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #787878;
}
#primary .caldera-grid .row {
    margin: 0;
}
#primary .caldera-grid .form-group {
    margin-bottom: 25px;
}
.hero-banner-with-overlay .caldera-grid input[type="submit"] {
    transition: all 150ms linear;
    width: 100%;
    background-color: #d9e6ed;
    color: #123232;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    height: 62px;
    border-radius: 0;
    border: none;
}
.hero-banner-with-overlay .caldera-grid input[type="submit"]:focus,
#modalform .caldera-grid input[type="submit"]:focus {
    outline: none;
    box-shadow: none;
}
.hero-banner-with-overlay .caldera-grid input[type="submit"]:hover {
    background-color: #123232;
    color: #fff;
}
#primary .caldera-grid textarea.form-control {
    height: 100px;
}
#primary .caldera-grid .has-error .help-block {
    color: #e80000;
    font-size: 16px;
    font-family: "DM Sans", sans-serif;
}
#primary .caldera-grid .last_row .form-group {
    margin-bottom: 0;
}
#modalform .modal-body label {
    flex-direction: row;
}
#modalform .caldera-grid input[type="submit"] {
    transition: all 150ms linear;
    width: 100%;
    background-color: rgba(217, 230, 237, 0.3);
    outline: none;
    color: #123232;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
    height: 62px;
    border-radius: 0;
    border: none;
}
#modalform .caldera-grid input[type="submit"]:hover {
    background-color: #d9e6ed;
    color: #123232;
}
.type-career .form-holder small {
    text-align: left;
    margin-top: -20px;
    display: block;
    margin-left: 10px;
}
.type-career .caldera-grid .upload-file label span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 150px;
}

.post-password-form p:last-child,
.post-password-form label {
    display: flex;
    flex-direction: column;
    max-width: 350px;
}
.post-password-form label {
    padding-bottom: 15px;
}
.post-password-form input[type="submit"] {
    color: #123232;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    background-color: #d9e6ed;
    padding: 20px 34px;
    line-height: normal;
    transition: background 150ms linear;
    border: none;
    border-radius: 0;
}
.post-password-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:active,
.post-password-form input[type="submit"]:focus {
    background-color: #02302d;
    color: #fff;
}
.post-password-form input[type="password"] {
    border: 1px solid #c4c4c4;
    border-radius: 0;
    height: 50px;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 0;
    transition: background 150ms linear;
    margin-top: 10px;
}
.post-password-form input[type="password"]:focus {
    box-shadow: none;
    border-color: #919191;
    outline: none;
}

.footer-info .copyright {
    max-width: 40%;
    padding-right: 15px;
}

/* // last */
@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 1199px) {
    .content-legary .image-wrapper img {
        height: 280px;
    }
    .list .tab_description .contact-with a {
        margin-left: 0;
    }
    .list .tab_description .contact-with .name {
        max-width: 100%;
    }
    .content-enquire .avatar-wrapper {
        max-width: 370px;
    }

    .type-career .form-wrapper {
        padding: 30px 15px;
    }
}
@media only screen and (max-width: 992px) {
    .content-right-image .content-wrapper {
        margin-right: 0;
    }
    #masthead.sticky-header {
        padding-top: 0;
        padding-bottom: 0;
    }
    #masthead.sticky-header .hamburger-inner,
    #masthead.sticky-header .hamburger-inner::after,
    #masthead.sticky-header .hamburger-inner::before {
        background-color: #123232;
    }
    #masthead.sticky-header #primary-menu a {
        color: #fff;
    }
    #masthead .hamburger.is-active .hamburger-inner,
    #masthead .hamburger.is-active .hamburger-inner:after,
    #masthead .hamburger.is-active .hamburger-inner:before {
        background-color: #fff;
    }
    #site-navigation .current-menu-item a::after {
        width: 130px;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0px;
    }
    .content-legary {
        padding: 70px 0 50px;
    }
    .content-legary .col-lg-11 {
        justify-content: center;
    }
    .content-legary .image-wrapper {
        margin-left: 0;
        padding-top: 40px;
    }
    .video-wrapper iframe,
    .video-wrapper object,
    .video-wrapper embed {
        object-fit: cover;
    }
    .content-legary .col-lg-12 {
        justify-content: center;
    }
    .content-legary .image-wrapper img {
        height: 550px;
    }
    #site-navigation.toggled .top-info {
        display: flex;
        flex-direction: column-reverse;
        padding-top: 35px;
    }
    #site-navigation.toggled .top-info li:first-child {
        padding-bottom: 0;
        padding-top: 35px;
        margin-right: auto;
    }
    #site-navigation.toggled .top-info li:first-child a {
        background-color: #5ebbbb;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
    #site-navigation .menu-menu-1-container #primary-menu a {
        font-size: 24px;
    }
    .single .hero-banner {
        font-size: 36px;
        color: #fff;
        line-height: 48px;
    }
    #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
        height: auto;
    }
    #cookie-law-info-bar .cli-style-v2.cli-bar-container {
        display: flex;
        flex-wrap: nowrap;
    }
    @media (min-aspect-ratio: 16/9) {
        .video-wrapper > div {
            height: 300%;
            top: -100%;
        }
    }
    @media (max-aspect-ratio: 16/9) {
        .video-wrapper > div {
            width: 300%;
            left: -100%;
        }
    }
    .page-id-430 #masthead.sticky-header .top-info li:first-child a,
    .single #masthead.sticky-header .top-info li:first-child a {
        background-color: #fff !important;
    }
    .single .hero-banner {
        height: auto;
        padding-top: 120px;
    }
    #modalform .modal-body label {
        flex-direction: row;
    }
    .content-enquire .tel-btn {
        margin-left: 0;
        margin-top: 15px;
    }
    .footer-info .copyright {
        max-width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .content-right-image .description {
        padding-bottom: 40px;
    }
    .tab_description .contact-with > .d-flex {
        justify-content: center;
    }
    .list .tab_description .contact-with a {
        margin-left: 0;
    }
    .home .left-image-content {
        padding-top: 50px;
    }
    /* 	.single .hero-banner {
		height: 580px;
	} */
    .single-case-study .site-main {
        padding-bottom: 0;
    }
    .blog .latest-news {
        padding-bottom: 50px;
    }
    .content-meet-the-team .modal-body {
        flex-direction: column;
    }
    .content-meet-the-team .modal-body .image-wrapper {
        padding-right: 0;
    }
    .content-meet-the-team .modal-body .image-wrapper img {
        max-width: 100%;
        width: 100%;
    }
    #cookie-law-info-bar .cli-style-v2.cli-bar-container {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
    .content-enquire .tel-btn {
        width: 100%;
        justify-content: center;
    }
    .latest-news .filter {
        justify-content: center;
    }
    .join-team-section {
        padding: 90px 0 70px;
    }
    .join-team-section .description {
        padding: 0 15px 50px;
    }
    .type-career .content-holder {
        padding-top: 90px;
    }
    .single-post .content-enquire,
    .single-career .content-enquire {
        padding-top: 30px;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 576px) {
    .slider::before,
    .slider .green-box {
        display: none;
    }
    .home .content-with-gallery {
        padding-top: 50px;
    }
    .content-tab-list.border-top {
        padding-top: 50px;
    }
    .content-left-image-v2 {
        padding-bottom: 0;
    }
    .about-us .content-left-image-v2 {
        padding-bottom: 50px;
    }
    .content-meet-the-team .modal-body {
        padding: 65px 35px 50px;
    }
    .content-meet-the-team .btn-close {
        top: 20px;
        right: 20px;
    }
    .single .hero-banner .title {
        font-size: 38px;
    }
    .content-legary .image-wrapper img {
        height: 320px;
    }
    #modalform nf-fields-wrap nf-field:nth-child(2),
    #modalform nf-fields-wrap nf-field:nth-child(3) {
        flex: 0 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #modalform .modal-body {
        padding: 50px 30px;
    }
}
#CybotCookiebotDialog
    #CybotCookiebotDialogNav
    .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
    border-bottom: 1px solid #6ec9c4;
    color: #6ec9c4;
}
#CybotCookiebotDialog
    #CybotCookiebotDialogNav
    .CybotCookiebotDialogNavItemLink {
    color: #212529;
}
#CybotCookiebotDialog
    #CybotCookiebotDialogNav
    .CybotCookiebotDialogNavItemLink:hover,
body #CookiebotWidget .CookiebotWidget-consent-details button {
    color: #6ec9c4 !important;
}
#CybotCookiebotDialog
    #CybotCookiebotDialogFooter
    .CybotCookiebotDialogBodyButton {
    border: 2px solid #6ec9c4;
}
#CybotCookiebotDialog
    #CybotCookiebotDialogFooter
    #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialog
    #CybotCookiebotDialogFooter
    #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialog
    #CybotCookiebotDialogFooter
    #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll,
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    background-color: #6ec9c4 !important;
    border-color: #6ec9c4 !important;
}
body
    #CookiebotWidget
    .CookiebotWidget-body
    .CookiebotWidget-consents-list
    li.CookiebotWidget-approved
    svg {
    fill: #6ec9c4 !important;
}
body #CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-withdraw {
    border-color: #6ec9c4 !important;
}
.content-legary .image-wrapper img {
    width: 100%;
}
.footer-info .copyright span {
    font-size: 14px;
    padding-right: 20px;
    width: 100%;
    display: block;
}
#site-navigation .menu-item-has-children {
    padding-bottom: 25px;
    margin-bottom: -25px;
}
#primary-menu .menu-item-has-children::after {
    content: "";
    display: block;
    background-image: url(../images/white-arrow-up.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 14px;
    transform: rotate(180deg);
    position: absolute;
    top: 6px;
    right: 0;
}
#masthead.sticky-header #primary-menu .menu-item-has-children::after {
    background-image: url(../images/green-arrow-right.svg);
    transform: rotate(90deg);
}
#primary-menu .sub-menu {
    display: none;
    flex-direction: column;
    min-width: 204px;
    background-color: rgba(25, 54, 51, 0.8);
    box-shadow: none;
    border-radius: 3px;
    padding: 0 12px;
    left: 0;
}
#primary-menu .menu-item-has-children:hover .sub-menu {
    display: flex;
}
#primary-menu .sub-menu li {
    padding: 0;
}
#primary-menu .sub-menu a {
    padding: 14px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    position: relative;
}
#primary-menu .sub-menu li:last-child a {
    border-bottom: 0;
}
#primary-menu .sub-menu::before {
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 9px solid rgba(25, 54, 51, 0.6);
    display: block;
    content: "";
    top: -9px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#masthead.sticky-header #primary-menu .sub-menu a {
    color: #fff;
}
.content-scrollto {
    background: #fff;
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(#fff),
        color-stop(36%, #fff),
        to(#e9f1f5)
    );
    background: linear-gradient(0deg, #fff 0%, #fff 36%, #e9f1f5 100%);
}
.content-scrollto .menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.05);
}
.content-scrollto .menu-list li {
    padding: 30px 0;
    line-height: normal;
    cursor: pointer;
    color: #5e5e5e;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.content-scrollto .menu-list li.active,
.content-scrollto .menu-list li:hover {
    font-weight: 600;
    color: #000;
    border-bottom: 2px solid #5ebbbb;
}
.content-scrollto.right-image .content-wrapper,
.content-scrollto.left-image .content-wrapper {
    max-width: 565px;
}
.content-scrollto.right-image .content-wrapper {
    margin-right: 70px;
}
.content-scrollto.right-image .image-wrapper {
    max-width: 692px;
    background-image: url("../images/right-image-bg-2.svg");
    background-repeat: no-repeat;
    background-position: left 30px top 30px;
    background-size: 180px;
    padding-bottom: 26px;
}
.content-scrollto.right-image .img-skew {
    left: 75px;
    background-color: #fff;
}
.content-scrollto.right-image .img-skew img {
    left: -64px;
    height: 460px;
    width: 695px;
    -o-object-fit: cover;
    object-fit: cover;
    /* 	height: auto; */
    /* 	width: 100%; */
}
.max-width-565 {
    max-width: 565px;
}
.content-scrollto.right-image .content-wrapper {
    margin-left: auto;
}
.p-font-size-18 p,
.content-scrollto .description p {
    font-size: 18px;
}
.content-scrollto .title,
.line-height-normal {
    line-height: normal;
}
.content-with-bottom-image .content-wrapper {
    max-width: 370px;
}
.content-with-bottom-image .img-bottom::before {
    background-image: url(../images/green-large-poly.svg);
    background-position: center;
    content: "";
    display: block;
    height: 215px;
    width: 528px;
    position: absolute;
    top: -65px;
    right: 0;
}
.content-with-bottom-image .img-bottom img {
    object-fit: cover;
    max-height: 470px;
}
.content-client-success-item .image-wrapper img {
    height: 285px;
    object-fit: cover;
}
.content-client-success-item .position-relative {
    text-decoration: none;
    height: 100%;
    display: flex;
}
.left-image-content-v3 .bg-with-line {
    background-image: url(../images/left-image-bg-2.svg);
    padding-bottom: 28px;
    background-position: right 10px bottom;
}
.content-tab-list.without-gear-icon .list .tab_title {
    background-image: none;
    padding-left: 0;
}
.content-tab-list.without-gear-icon .list li.active .tab_title {
    background-image: none;
}
#masthead {
    z-index: 11;
}
.content-tab-list .right-content .position-relative {
    height: 300px;
}
.video-width-position {
    width: 440px;
    left: -55px;
}
@media screen and (max-width: 768px) {
    #site-navigation .nav-wrapper {
        overflow: scroll;
    }
    #primary-menu .sub-menu {
        position: relative;
        width: 100%;
        background-color: transparent;
    }
    #primary-menu .sub-menu a {
        border: none;
    }
    #content-scrollto-menu {
        flex-direction: column;
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
    }
    .content-scrollto .menu-list li {
        padding: 20px 0;
    }
    .content-scrollto .pt-114 {
        padding-top: 60px;
    }
    .content-scrollto .container-fluid {
        padding-bottom: 0;
    }
    .left-image-content-v3 .col-md-6:last-child {
        padding-top: 50px;
    }
    .content-with-bottom-image .pt-100 {
        padding-top: 50px;
    }
    .content-client-success-item {
        padding-bottom: 50px;
        padding-top: 50px;
    }
    .content-client-success-item .justify-content-center.pt-60 {
        padding-top: 0;
    }
    .content-client-success-item .col-lg-4 {
        padding-bottom: 20px;
    }
    .content-scrollto.right-image .content-wrapper {
        margin-right: 0;
        padding-bottom: 20px;
    }
    .content-scrollto.right-image .img-skew img {
        left: -65px;
    }
}
/* Add your styles here */
#wheel-tab {
    /* Add your styles for the wheel-tab container */
}

.arc {
    /* Add your styles for the arc elements */
}

/* Add any additional styles as needed */

#wheel-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.arc {
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.arc:hover {
    background-color: #333; /* Change the color as needed */
}

.labelText {
    pointer-events: none; /* Avoid triggering hover effect on text */
}

/* Add your custom styles for hover effects here */
.arc:hover .arc-outer {
    fill: #cc0000; /* Change the color on hover */
}
.arc:hover .labelText {
    fill: #000000; /* Change the text color on hover */
}
#process-wheel .arc {
    /* transition: transform 0.2s ease-in-out; */
}

#process-wheel .arc:hover {
    transform: scale(1.1);
    cursor: pointer;
}

#process-wheel-tooltip .toolTip {
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
    transition: 0.2s;
}

#process-wheel .arc:hover + #process-wheel-tooltip .toolTip {
    transform: scale(1);
}

#process-wheel .arc {
    transition: transform 0.3s ease-in-out, filter 0.3s ease-in-out;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
}

#process-wheel .arc:hover {
    transform: scale(1.2) translate(0px, 0px);
    filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.2));
    cursor: pointer;
}
/* OPPPOSING CIRCLE PARTS arc-5 and arc-2 */
#process-wheel #arc-5:hover {
    transform: scale(1.2) translate(40px, 0);
}
#process-wheel #arc-2:hover {
    transform: scale(1.2) translate(-40px, 0);
}
/* OPPPOSING CIRCLE PARTS arc-6 and arc-3 */
#process-wheel #arc-6:hover {
    transform: scale(1.2) translate(20px, 35px);
}
#process-wheel #arc-3:hover {
    transform: scale(1.2) translate(-20px, -35px);
}
/* OPPPOSING CIRCLE PARTS arc-1 and arc-4 */
#process-wheel #arc-1:hover {
    transform: scale(1.2) translate(-20px, 35px);
}
#process-wheel #arc-4:hover {
    transform: scale(1.2) translate(20px, -35px);
}

#process-wheel-tooltip .toolTip {
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
    transition: 0.2s;
}

#process-wheel .arc:hover + #process-wheel-tooltip .toolTip {
    transform: scale(1);
}

.hover-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.7s ease; /* Add transition for smoother effect */
    width: 50%;
    height: 50%;
}
.hover-image.active {
    opacity: 1;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
