/*
Theme Name: TheUPPERRANKS Child
Template: upperranks
Author: Ehsan
Tags: Blank,HTML5,CSS3
Version: 1.1677418103
Updated: 2023-02-26 08:28:23

*/
@font-face {
    font-family: 'Helvetica Neue LT Std';
    font-style: normal;
    font-weight: 300;
    src: url('./../fonts/helvetica/HelveticaNeueLTStd45Light_300.woff') format('woff');
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    font-style: normal;
    font-weight: 500;
    src:  url('./../fonts/helvetica/HelveticaNeueLTStdMd-500.woff') format('woff');
}
@font-face {
    font-family: 'Helvetica Neue LT Std';
    font-style: normal;
    font-weight: 700;
    src: url('./../fonts/helvetica/HelveticaNeueLTStd75Bold_700.woff') format('woff');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('./../fonts/lato/lato-700.woff2') format('woff2');
}
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: url('./../fonts/lato/lato-900.woff2') format('woff2');
}

:root {
    --th-white: #fff;
    --th-black: #101010;
    --th-dark-grey: #4e4e4e;
    --th-grey: #7a7a7a;
    --th-ligh-grey: #fafafa;
    --th-purple: #6F40FF;
    --th-light-purple: #f7f7fc;
    --th-orange: #ff9040;
    --th-light-orange: #fff4eb;
    --th-light-orange2: #FFF8F2;
    --th-indigo: #361AA1;
    --th-dark-orange: #F36335;
    --th-border-radius: 8px;
    --th-btn-padding: 14px 26px;
    --th-ff-hel: 'Helvetica Neue LT Std';
    --th-ff-lato: 'Lato';
}

/* Slick Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End Slick Slider */

/* Select 2 **/
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:transparent;border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:transparent;border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:grey}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
/** End Select 2 **/

/** Odometer start **/
	.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  position: relative;
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: -moz-inline-box;
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  *display: inline;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0);
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute;
}
.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
}
.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em;
}
.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center;
}
/** Odometer end **/

.full-width-container {
    width: 100%;
    position: relative;
}

.width-600 {
    max-width: 600px;
}

.width-800 {
    max-width: 785px;
}
.pt-9 {
    padding-top: 200px;
}
.pb-7 {
    padding-bottom: 100px;
}
.py-7 {
    padding-top: 160px;
    padding-bottom: 160px;
}

.pyd-7 {
    padding-top: 200px;
    padding-bottom: 100px;
}

.py-9 {
    padding-bottom: 200px;
    padding-top: 200px;
}

p {
    font-family: var(--th-ff-hel);
    font-size: 16px;
	line-height: 1.6;
    color: var(--th-dark-grey);
}
#choose ul, #services-facts ul {
    padding-left: 1rem;
}
#choose ul li, #services-facts ul li {
    padding-left: 7px;
    margin-bottom: 17px;
    font-family: var(--th-ff-hel);
    font-size: 16px;
    color: var(--th-dark-grey);
}

#choose ul li::marker, #services-facts ul li::marker {
    content: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.91372 9.08048C4.50584 9.63984 5.46587 9.63984 6.05799 9.08048L12.5566 2.94144C13.1478 2.38292 13.1478 1.47739 12.5566 0.918883C11.9654 0.360372 11.0068 0.360373 10.4156 0.918883L5.37163 5.68377C5.15857 5.88504 4.81313 5.88504 4.60008 5.68377L2.58442 3.77963C1.99319 3.22112 1.03464 3.22112 0.443416 3.77963C-0.147806 4.33814 -0.147805 5.24366 0.443416 5.80218L3.91372 9.08048Z' fill='%237746FF'/%3E%3C/svg%3E%0A");
}

/** BG Colors **/
.bg-purple {
    background-color: var(--th-purple);
}

.bg-white {
    background-color: var(--th-white);
}

.bg-light-purple {
    background-color: var(--th-light-purple);
}

.bg-orange {
    background-color: var(--th-orange);
}

.bg-light-orange2 {
    background-color: var(--th-light-orange2);
}
.bg-black2 {
    background-color: #1D1D1D;
}
.bg-turquoise {
	background-color: #BDF3F7;
}

/** Font/Text **/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--th-ff-lato);
    color: var(--th-black);
    text-transform: initial;
}

h1 {
    font-size: 68px;
    font-weight: 800;
}

h2 {
    font-weight: 800;
    font-size: 50px;
}

h3 {
    font-weight: 700;
    font-size: 38px;
}

h4 {
    font-size: 28px;
	font-weight: 700;
}

h5 {
    font-size: 24px;
	font-weight: 700;
}

h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: initial;
}

.ff-hel {
    font-family: var(--th-ff-hel);
}

.ff-lato {
    font-family: var(--th-ff-lato);
}

.fw-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 500;
}

.fs-14 {
    font-size: 14px;
    line-height: 1.6;
}

.fs-16 {
    font-size: 16px;
    line-height: 1.6;
}

.fs-18 {
    font-size: 18px;
    line-height: 1.6;
}
.fs-18 p {
    font-size: 18px;
    line-height: 1.6;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.tx-white {
    color: var(--th-white);
}

.tx-white p,
.tx-white h1,
.tx-white h2,
.tx-white h5 {
    color: var(--th-white);
}

.tx-dark-grey {
    color: var(--th-dark-grey);
}

/** Buttons **/
.btn-theme {
    padding: 18px 26px;
    border: none;
    border-radius: 8px;
    font-family: var(--th-ff-hel);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background 300ms ease, transform 300ms ease, color 300ms ease;
}
.btn-theme:hover {
    transform: translate3d(0px, -5px, 0.01px);
}

.btn-white {
    background: var(--th-white);
    color: var(--th-black) !important;
}

.btn-white:hover {
    background: rgba(255, 255, 255, 0.9);
}

.btn-white:active {
    background: rgba(255, 255, 255, 0.8);
}

.btn-purple {
    color: var(--th-ligh-grey) !important;
    background: var(--th-purple);
}

.btn-purple:hover {
    background: #956FFF;
}

.btn-purple:active {
    background: rgba(149, 111, 255, 0.93);
    border: 0.7px solid #7746FF;
}

.btn-purple-transparent {
    color: var(--th-white) !important;
    background: rgba(255, 255, 255, 0.12);
}

.btn-purple-transparent:hover {
    opacity: 0.6;
}

.btn-purple-transparent:active {
    opacity: 0.6;
}

/*** Skew **/
.skew-bottom::after {
    position: absolute;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(111,64,254)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 100px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1;

}

.skew-bottom-grey.skew-bottom::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(247,247,252)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
}

.skew-bottom-orange.skew-bottom::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(255,144,64)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
}

.skew-bottom-light-orange.skew-bottom::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(255,248,242)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
}
.skew-turquoise.skew-bottom:after {
		 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(189,243,247)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E") !important;
	}
	.skew-grey2.skew-bottom:after {
		 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(246,249,252)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E") !important;
	}

.skew-top::before {
    position: absolute;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 100 100' fill='rgb(255,255,255)' fill-opacity='1'%3E%3Cpolygon points='0,0 100,0 0,100'%3E%3C/polygon%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    height: 100px;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.separator-top {
    height: 100px;
    width: 100%;
    content: '';
    transform: skew(0, -4deg);
    margin-bottom: -50px;
}


/** As seen on /featured **/
#featured img {
    max-height: 30px;
	width: auto;
}

/** Features Section **/
#features-tab {
    justify-content: center;
}
#brands-slider {
	margin-top: 50px;
	margin-bottom: 50px;
}

.nav-pills .nav-link {
    font-family: var(--th-ff-lato);
    color: var(--th-black) !important;
    background-color: var(--th-ligh-grey);
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    padding: 10px 25px 13px 25px;
    margin: 0px 10px;
}
.nav-pills .nav-link:hover {
    background-color: #F1F1F1;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #F1F1F1;
}

/** Testimonials **/
.slick-track
{
    display: flex !important;
}

.slick-slide
{
    height: inherit !important;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.slick-slide img {
    width: 60px;
    margin-bottom: 20px
}
.item {
    padding: 30px;
    background-color: #fff;
    margin: 0px 10px;
    border-radius: 12px;
}

.testimonial-img {
    max-width: 100px;
    margin-right: 10px;
}

.testimonial-slider .item {
    max-width: 100%;
}

.left2,
.right2 {
    border: none;
    padding: 5px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
	background: #EBEAF6;
	color: #000;
}

.left2:hover, .right2:hover {
    background: #000;
}
.left2:hover img {
    filter: invert(1);
}
.right2:hover img {
	filter: none;
}
.right2 img{
	filter: invert(1);
}

/*** Timeline ***/
#steps-section p{
	color: rgba(255,255,255,0.8);
}
.step-1:before,
.step-2:before,
.step-3:before {
    content: '01';
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 200px;
    color: rgba(129, 87, 255, 0.64);
    z-index: -1;
}

.step-2:before {
    content: '02';
}

.step-3:before {
    content: '03';
}
.step-media {
    width: 150px;
}
.step-media img {
	width: 27px;
    height: 27px;
}
.timeline {
    position: relative;
    min-height: 150px;
}

.line p {
    color: var(--th-dark-grey) !important;
}

.marker1,
.marker2,
.marker3 {
    width: 8px;
    height: 8px;
    content: '';
    background: #fff;
    border-radius: 50%;
    position: absolute;

    left: calc(50% - 4px);
}

.ball {
    width: 110px;
    height: 46px;
    color: #000;
    padding: 5px;
    border-radius: 8px;
    background-color: #fff;
    margin-left: -50px;
    text-align: center;
    z-index: 10;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.ball p {
    margin-bottom: 0px;
    font-size: 14px !important;
}

.line {
    position: absolute;
    z-index: 2;
    left: calc(50% - 1px);
    width: 1px;
    top: 0;
    background-color: transparent;
    height: 100%;
    background-image: linear-gradient(#fff 40%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 8px;
    background-repeat: repeat-y;
}

.line:before,
.line::after {
    position: absolute;
    display: block;
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
}

.line:after {
    bottom: 0;
}

.timeline-section {
    display: flex;
    transition: 600ms ease;
    position: relative;
    z-index: 1;
    margin: 0px 0;
    align-items: center;
    min-height: 200px;
}

.timeline-section.active h2,
.timeline-section.active p {
    color: black;
}

.timeline-section:nth-child(even) {
    flex-direction: row-reverse;
}

.bead {
    position: absolute;
    display: block;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: #fff;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
}

.timeline-content {
    width: calc(50% - 2rem);
    padding: 150px 10px 10px 100px;
    position: relative;
}

.show-me:nth-child(n) {
    transform: none;
    opacity: 1;
}

.timeline2,
.timeline3,
.timeline4 {
    display: none;
}


#hero .hero-media {
	text-align: center;
}
#hero h1 {
	line-height: 1.05;
	margin-bottom: 36px;
}
#hero .hero_text {
	font-weight: 300;
	margin-bottom: 30px;
}
#hero .gap-3 {
	column-gap: 37px !important;
}
#hero .button-box.gap-3 {
	column-gap: 20px !important;
}
#hero .bullets {
	color: rgba(255,255,255,0.9);
}
#hero .bullets p {
    display: flex;
}
#hero .bullets p:before {
    margin-right: 10px;
    content: url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.91372 9.08048C4.50584 9.63984 5.46587 9.63984 6.05799 9.08048L12.5566 2.94144C13.1478 2.38292 13.1478 1.47739 12.5566 0.918883C11.9654 0.360372 11.0068 0.360373 10.4156 0.918883L5.37163 5.68377C5.15857 5.88504 4.81313 5.88504 4.60008 5.68377L2.58442 3.77963C1.99319 3.22112 1.03464 3.22112 0.443416 3.77963C-0.147806 4.33814 -0.147805 5.24366 0.443416 5.80218L3.91372 9.08048Z' fill='%23FFFFFF'/%3E%3C/svg%3E%0A");
}
#featured p {
	margin-bottom: 0px;
}
#featured .featured-heading {
	font-weight: 500;
	line-height: 1.35;
	color: #101010;
}
#featuers h2 {
	margin-bottom: 46px;
}
#featuers.py-5 {
	padding-top: 100px !important;
	padding-bottom: 200px !important;
}
#featuers .nav-pills {
	margin-bottom: 70px;
}
#featuers .tab-media {
	text-align: center;
}
#steps-section.py-9 {
	padding-top: 260px;
	padding-bottom: 260px;
}
#steps-section h2 {
	max-width: 520px;
	margin: 0 auto 24px auto;
}
#steps-section .timeline {
	margin-top: 43px;
}
.choose-media {
	text-align: center;
}
#choose h3 {
	letter-spacing: -1px;
	margin-bottom: 24px;
}
#choose .btn-theme {
	margin-top: 7px;
}
#brands.py-7, #choose.py-7 {
	padding-top: 260px;
}
#testimonials.py-7 {
	padding-top: 260px;
}
#faqs.py-7 {
	padding-top: 260px;
}
#faqs .faqs-heading {
	max-width: 380px;
}
.accordion-item {
	border-bottom: 1px solid #dee2e6 !important;
}
.accordion-button:not(.collapsed) {
    color: initial;
    background-color: initial;
    box-shadow: none;
}
.accordion-button:focus {
    box-shadow: none;
}
/** Brands **/
#brands img {
    max-width: 150px;
}
#faqs .accordion-header button {
	font-weight: 700;
    font-size: 20px;
	letter-spacing: -0.7px;
}
#faqs .accordion-body {
	font-size: 16px;
    font-family: var(--th-ff-hel);
}


/** Services **/
#services-hero {
    background: #7746ff;
    background-image: url(../../img/hero-section.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.services-bullets p {
    border-left: 1px solid #AA8FFF;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: -0.7;
	font-family: var(--th-ff-lato);
}
.services-bullets p:nth-child(1) {
    border: none;
}
.feature {
    background: #fff;
    border-radius: 10px;
    padding: 50px 30px;
    height: 100%;
}
.feature img {
    width: 69px;
	height: 69px;
    margin-bottom: 30px;
}
.feature h6 {
	letter-spacing: -0.7px;
	margin-bottom: 10px;
}
.feature1 {
    border-bottom: 8px solid #7746FF;
}

.feature2 {
    border-bottom: 8px solid #FF9040;
}

.feature3 {
    border-bottom: 8px solid #D4C4FF;
}

.orange-box {
    background: #FF9040;
    border-radius: 12px;
    padding: 76px 95px;
    color: #fff;
	margin-bottom: 160px;
	margin-top: 124px;
}

.orange-box p {
    border-left: 2px solid rgba(255, 255, 255, 0.23);
    padding-left: 44px;
	line-height: 1.5;
}
.orange-box .width-800 {
	max-width: 694px;
}
#services-hero h1 {
	margin-bottom: 42px;
	line-height: 1.05;
}
#service-hero .width-600 {
	max-width: 460px;
	color: rgba(255, 255, 255, 0.86);
	margin-bottom: 50px;
}
#services-hero .py-7 {
	padding-bottom: 135px;
}
#services-section2 .width-600 {
	max-width: 644px;
}
#services-section2 h2, #services-links h2 {
	margin-bottom: 36px;
}
#services-section2 .py-7, #services-links .py-7 {
	padding-top: 260px;
}
#services-links .width-600 {
	margin-bottom: 36px;
}
#services-links .feature {
	padding: 54px 36px;
}
#services-links .feature h4 {
	margin-bottom: 20px;
	line-height: 30px;
}
#services-facts .py-7 {
	padding-top: 260px;
}
#services-facts h2 {
	margin-bottom: 106px;
}
#services-facts ul li {
	margin-bottom: 24px;
}
.services-media{
	text-align: center;
}
.facts-heading2 {
	max-width: 600px;
	text-align: center;
	margin: 0 auto 36px auto;
}
#services-features h2 {
	margin-bottom: 64px;
}
#services-features .feature {
	padding: 36px;
}
#services-features .feature img {
	margin-bottom: 24px;
}
#services-features .feature h6 {
	margin-bottom: 16px;
}
#services-features .py-7 {
	padding-top: 260px;
}
#services-outsource .py-7 {
	padding-top: 260px;
}

/** Process **/
#process-hero {
    background: #ff9040;
    background-image: url(../../img/process-full.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.step {
    background: #ECECEC;
    border-radius: 5px;
    padding: 7px 9px 5px 9px;
    font-family: var(--th-ff-hel);
    font-size: 14px;
    text-transform: uppercase;
    width: 65px;
    margin-bottom: 6px;
    line-height: 14px;
}

.step1-right {
    border-left: 1px dashed #000;
    border-bottom: 1px dashed #000;
    border-bottom-left-radius: 12px;
}

.step1-last {
    border-right: 1px dashed #000;
    border-top-right-radius: 12px;
}

#process2 .feature {
    background: transparent;
}

.link-icon {
    border-radius: 50%;
    /**border: 6px solid rgba(255, 145, 64, 0.8);**/
    position: absolute;
    left: 50%;
    bottom: 95px;
    margin-left: -1px;
}

.link-icon img {
    width: 48px;
    height: 48px;
}

.line-curved img {
    position: absolute;
    left: 49.55%;
    bottom: -50px;
    z-index: 10;
}
#process-hero .process-hero-content {
	padding-top: 124px;
	padding-bottom: 135px
}
#process-hero h1 {
	max-width: 538px;
	margin: 0 auto;
	line-height: 1.05;
	margin-bottom: 24px;
}
#process-hero .width-600 {
	max-width: 525px;
	margin-bottom: 40px;
}
.process-media {
	text-align: center;
}
#process1 .pt-9, #process3 .pt-9 {
	padding-top: 260px;
}
#process1 h2, #process2 h2, #process3 h2 {
	margin-bottom: 20px;
}
.process-top-2 .step {
	background-color: #F9EBDF;
}
#process2 .pt-9{
	padding-top: 260px;
}
.process-bottom-13 {
	padding-bottom: 160px;
}
.process-bottom-2 {
	padding-bottom: 160px;
}
#process1 .feature, #process2 .feature, #process3 .feature{
	padding: 20px 30px;
}
#contact .phone {
    display: flex;
    background: rgba(255, 255, 255, 0.15);
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
}
#contact a {
	text-decoration: none;
}
#contact .phone img {
    width: 20px;
    height: 20px;
}
#contact .contact-content {
	padding-top: 260px;
	padding-bottom: 160px;
}
#contact .contact-content p {
	max-width: 465px;
	color: rgba(255,255,255,0.9)
}
#contact .contact-content h2 {
	max-width: 465px;
	margin-bottom: 24px;
}
#contact .contact-content a {
	margin-bottom: 32px;
}


/** New Contact Form **/

.contact_form_new {
	background: #fff;
	padding: 50px 30px 20px 30px;
	border-radius: 12px;
}
.contact_form_new br {
	display: none;
}
.contact_form_new h4 {
	font-size: 22px;
	line-height: 1.35;
	text-align: center;
	margin-bottom: 40px;
}
.contact_form_new label {
	font-family: 'Helvetica Neue LT Std';
	color: #12141D;
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	width: 100%;
}
.contact_form_new .input_name {
	display: block;
	margin-bottom: 5px;
}
.contact_form_new  p {
	max-width: 100% !important;
	margin-bottom: 0px;
}
.contact_form_new .wpcf7-spinner {
	margin-top: 6px;
}
.contact_form_new input, .contact_form_new select, .contact_form_new textarea {
	border: 1px solid #B6B3BA;
	border-radius: 12px;
	box-shadow: none;
	padding: 23px 21px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	width: 100%;
	margin-bottom: 34px;
}
.contact_form_new textarea {
	height: 103px;
	margin-bottom: 30px;
}
.contact_form_new .wpcf7-submit {
	background: #7746FF;
	font-family: 'Helvetica Neue LT Std';
	border-radius: 12px;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	padding: 20px;
	margin-bottom: 0px;
}
.contact_form_new .wpcf7-submit:hover {
	background-color: #956FFF !important;
	color: #fff;
}
.contact_form_new span.wpcf7-not-valid-tip {
	margin-top: -30px;
}
.contact_form_new input:focus, .contact_form_new select:focus, .contact_form_new textarea:focus  {
    outline: none !important;
    border:1px solid #7746FF;
}
.contact_form_new .wpcf7-not-valid {
	border-color: #FF3E03 !important;
}
.contact_form_new .wpcf7 form .wpcf7-response-output {
	margin: 0px;
}

.select2-container {
    width: 100% !important;
    margin-bottom: 34px;
}
.select2-container .select2-selection {
	padding: 10px;
    border-radius: 12px;
    box-shadow: none;
    padding: 31.5px 21px;
    font-size: 14px;
	display: flex;
	align-items: center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above{
    border-radius: 12px;
    box-shadow: -3px 4px 50px rgb(31 31 31 / 4%);
    border: none;
	margin-top: 8px;
}
.select2-container--open .select2-dropdown--above {
	margin-top: 0px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-radius: 10px;
}
.select2-results .select2-results__option {
	padding: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: #9C989F;
	font-family: 'Helvetica Neue LT Std';
	border-radius: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder,
.contact_form_new ::placeholder {
  color: #9C989F;
  opacity: 1; /* Firefox */
}{
	color: #9C989F;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background: #7746FF;
}
.select2-container--default .select2-results>.select2-results__options {
	max-height: 250px;
}
/** Contact **/
#contact-hero {
    background: #7746ff;
    background-image: url(../../img/contact-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#contact-hero .py-9 {
	padding-top: 158px;
}
#contact-hero .subtitle {
    display: inline-block;
    background-color: #895EFF;
    padding: 10px 10px 7px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 7px;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
}
#contact-hero h1 {
    line-height: 1.05;
    margin-bottom: 42px;
}
#contact-hero .description {
    max-width: 420px;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    line-height: 1.55;
    margin-bottom: 140px;
}
#contact-details {
    position: relative;
}
#contact-details .container {
	max-width: 994px;
	margin: 0 auto;
	position: relative;
}
#contact-details .py-7 {
    padding-bottom: 90px;
}
#contact-details .contact_form_new {
	position: relative;
	margin-top: -400px;
	background: #fff;
	border-radius: 16px;
	padding: 117px 103px 109px 103px;
	z-index: 10;
	box-shadow: 0px 14px 250px rgba(27, 56, 56, 0.08);
}
#contact-details .contact_form_new .wpcf7-submit {
	width: 190px;
	float: right;
}
#contact-details .contact_form_new h4 {
	display: none;
}
#contact-boxes .row {
    margin-top: 500px;
}
#contact-boxes {
	margin-top: -400px;
}
#contact-boxes .container {
	max-width: 994px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 200px;
}
#contact-boxes .contact-box img {
    width: 69px;
    height: 69px;
    margin-bottom: 24px;
}
#contact-boxes .contact-box h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: -1px;
    font-feature-settings: 'liga' off;
    color: #101010;
    margin-bottom: 20px;
}
#contact-boxes .contact-box p {
    font-size: 18px;
    line-height: 155%;
    color: #4E4E4E;
    margin-bottom: 16px;
}
#contact-boxes .contact-box a {
    font-family: var(--th-ff-hel);
    color: #101010;
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;
    text-decoration: none;
}
/** Footer **/
#footer h6 {
    color: #fff;
	margin-bottom: 15px;
}
#footer .copyright {
    border-top: 1px solid #343434;
    padding: 20px;
    text-align: center;
}
#footer p, #footer a {
    margin-bottom: 0px;
    color: #E1E1E1;
	text-decoration: none;
	font-size: 16px;
	font-family: var(--th-ff-hel);
}
#footer ul {
	padding-left: 0px;
}
#footer .footer_logo {
	margin-bottom: 30px;
}
#footer .socialmedia_icons.footer_social {
	justify-content: flex-start;
}
#footer .socialmedia_icons.footer_social a {
    color: #fff !important;
    background-color: #282828;
    border: none;
}




/** About Us Page **/
#about-hero {
	background-image: url('../../img/about-hero-full2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}
#about-hero .py-7 {
	padding-top: 140px;
	padding-bottom: 155px;
}
#about-hero p {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #101010;
	background: rgba(174, 224, 228, 0.76);
	border-radius: 7px;
	padding: 7px 10px;
	margin: 0px auto 12px auto;
	display: inline-block
}
#about-hero h1 {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 800;
	font-size: 68px;
	line-height: 1.05;
	text-align: center;
	max-width: 778px;
	margin: 0 auto;
}

#about-story .py-7 {
	padding-top: 360px;
	padding-bottom: 200px;
}
#about-story .subtitle {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #101010;
	background: #BDF3F7;
	border-radius: 5px;
	padding: 9px;
	margin-bottom: 7px;
	display: inline-block
}
#about-story h2 {
	font-family: 'Lato';
	font-weight: 800;
	font-size: 50px;
	line-height: 1.2;
	max-width: 450px;
}
#about-story p {
	font-size: 18px;
	line-height: 1.55;
	color: #4E4E4E;
}

#about-stats {
	background-color: #F6F9FC;
}
#about-stats .py-7 {
	padding-top: 300px;
	padding-bottom: 240px;
}
#about-stats h2 {
	font-weight: 800;
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 100px;
}
#about-stats .stat-box {
	display: flex;
	align-items: center;
	flex-direction: column;
}
@media screen and (min-width: 767px) {
	#about-stats .stat-border {
		border-left: 1px solid #D0E5ED;
		padding-left: 27px;
	}
}

#about-stats .stats_number {
	font-family: 'Lato';
	font-weight: 600;
	font-size: 70px;
	line-height: 1.1;
	letter-spacing: -1px;
	color: #101010;
	margin-bottom: 9px;
	display: flex;
	align-items: center;
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
	font-family: 'Lato';
}
#about-stats .stats_plus {
	font-weight: 400;
	font-size: 52px;
	line-height: 1.23;
	color: #73ABAF;
	margin-left: 6px;
}
#about-stats .stats_text {
	font-family: 'Helvetica Neue LT Std';
	font-weight: 400;
	font-size: 18px;
	line-height: 1.55;
	color: #4E4E4E;
}

#about-team .py-7 {
	padding-top: 300px;
	padding-bottom: 200px
}
#about-team .subtitle {
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: #101010;
	padding: 9px;
	border-radius: 5px;
	background: #BDF3F7;
	margin: 0px auto 14px auto;
	display: inline-block;
}
#about-team h2 {
	font-weight: 800;
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 32px;
}
#about-team p {
	font-size: 18px;
	line-height: 1.55;
	text-align: center;
	color: #4E4E4E;
	max-width: 470px;
	margin: 0px auto 52px auto;
}
#about-team .team-box {
	margin-bottom: 72px;
}
#about-team .team-box h4 {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.35;
	text-align: left;
	margin-bottom: 10px;
}
#about-team .team-box p {
	font-size: 18px;
	line-height: 1.55;
	color: #7A7A7A;
	text-align: left;
	margin: 0px;
}
#about-team .team-img {
	position: relative;
	margin-bottom: 24px;
	overflow: hidden;
}
#about-team .team-img .hover-box p {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.65;
	text-align: left;
}
#about-team .team-img .hover-box.Turquoise p {
	color: #000;
}
#about-team .team-img .hover-box.Purple {
	background: #7746FF;
}
#about-team .team-img .hover-box.Turquoise {
	background: #BDF3F7;
}
#about-team .team-img .hover-box {
	position: absolute;
	top: 0;
	left: 0;
	padding: 50px 30px;
	background: #FF9040;
	height: 100%;
	width: 100%;
	border-radius: 12px;
	transition: all 0.7s ease-in-out;
	transform: translateY(100%);
}
#about-team .team-box:hover .hover-box {
	transform: translate(0);
	opacity: 1;

}

#about-brands .py-7 {
	padding-top: 320px;
	padding-bottom: 140px;
}
#about-brands h2 {
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 120px;
}
#about-brands .brand-box {
	margin-bottom: 100px;
}
#about-brands img {
	max-width: 150px;
}

#about-features {
	background-color: #F6F9FC;
}
#about-features .py-7 {
	padding-top: 320px;
	padding-bottom: 220px;
}
#about-features .col-md-4 {
	margin-bottom: 36px;
}
#about-features h2{
	font-size: 50px;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 64px;
}
#about-features .feature {
	padding: 36px;
}
#about-features .feature img {
	margin-bottom: 24px;
}
#about-features h5 {
	font-family: 'Lato';
	font-weight: 700;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.7px;
	margin-bottom: 16px;
}
#about-features p {
	color: #4E4E4E;
	margin-bottom: 0px;
}

#about-location .py-7 {
	padding-top: 300px;
	padding-bottom: 200px;
}
#about-location .col-lg-6 {
	display: flex;
	align-items: center;
	justify-content: center;
}
#about-location h2 {
	font-size: 50px;
	line-height: 1.2;
	max-width: 434px;
}
#about-location h2 span {
	color: #4DD5E9;
}
#about-location img {
	width: 580px;
	max-width: 100%;
}


/** Tools **/
#tools-hero {
    background: #ff9040;
    background-image: url(../../img/tools-hero1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
#tools-hero .container {
    padding-top: 172px;
    padding-bottom: 188px;
}
#tools-hero h1 {
    font-size: 68px;
    line-height: 1.05;
    margin-bottom: 42px;
}
.tools-subheading p{
    font-size: 18px;
    line-height: 1.55;
}
#tools-boxes {
    background-color: #FFF8F2;
}
#tools-boxes .container {
    padding-top: 250px;
    padding-bottom: 126px;
}
#tools-boxes .col-md-6:nth-child(odd) {
    display: flex;
    justify-content: flex-end;
}
@media screen and (min-width: 767px) {
    #tools-boxes .col-md-6:nth-child(2) {
        margin-top: 48px;
    }
}

.tools-box {
    display: block;
    text-decoration: none;
    max-width: 583px;
	min-height: 340px;
    background: #fff;
    box-shadow: 0px 4px 18px rgba(26, 24, 23, 0.01);
    border-radius: 17.5182px;
    padding: 60px 71px 60px 60px;
    margin: 0px 17px 34px 17px;
}
.tools-box .media {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.tools-box .tools_img {
    width: 69px;
    height: 69px;
	border-radius: 5.8px;
}
.tools-purple .tools_img {
	background: #7746FF;
}
.tools-orange .tools_img {
	background: #FF9040;
}
.tools-blue .tools_img {
	background: #4DD5E9;
}
#tools-boxes .tools-box:hover .tools_img {
	background: rgba(255, 255, 255, 0.2);
}
.tools-box h3 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -1px;
    font-feature-settings: 'liga' off;
    color: #101010;
    margin-left: 24px;
}
.tools-box p {
    font-size: 20px;
    line-height: 1.55;
    color: #4E4E4E;
    margin-bottom: 35px;
}
.tools-box .tools-link {
    font-family: var(--th-ff-hel);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    color: #101010;
    text-decoration: none;
}
.tools-box .arrow {
    width: 18px;
    height: 18px;
    margin-left: 7.8px;
    transition: transform .15s cubic-bezier(0.455,0.03,0.515,0.955);
} 
.tools-box:hover .arrow {
    transform: translateX(0.4rem);
    transition: transform .15s cubic-bezier(0.455,0.03,0.515,0.955);
}

.tools-purple .tools-box:hover {
    background: #7746FF;
}
.tools-orange .tools-box:hover {
    background: #FF9040;
}
.tools-blue .tools-box:hover {
    background: #4DD5E9;   
}
.tools-box:hover h3, .tools-box:hover p, .tools-box:hover .tools-link  {
    color: #fff !important;
}
.tools-box:hover .arrow  {
    filter: invert(1);
}


#tools-more {
    background-color: #FFF8F2;
}
#tools-more .row {
    justify-content: center;
}
#tools-more .col {
    max-width: 411px;
    background: #fff;
    margin: 0px 17px 34px 17px;
    border-radius: 16px;
}
#tools-more .container {
    padding-bottom: 163px;
}
#tools-more .container {
    padding-bottom: 163px;
}
#tools-more .tools-box:hover .tools_img {
	background: rgba(255, 255, 255, 0.2);
}
#tools-more .tools-box {
    padding: 42px;
	margin: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
#tools-more h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #101010;
    text-align: center;
    margin-bottom: 64px;
}
#tools-more .normal {
    margin-bottom: 50px;
}
#tools-more h3 {
    margin-left: 0px;
    margin-bottom: 20px;
    font-size: 30px;
    color: #1E1E1E;
}
#tools-more p {
    font-size: 18px;
    line-height: 1.55;
    color: #4E4E4E;
    margin-bottom: 53px;
}
#tools-more .tools-box a {
    color: #000;
}
#contact .contact-tools {
	padding-bottom: 180px;
}

/** Page backgrounds **/
.page-template-home_new .header.nav-fixed.v2:not(.nav-fixed-on) .nav, .page-template-contact_new .header.nav-fixed.v2:not(.nav-fixed-on) .nav{
	background: #6F40FF;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.page-template-services_new .header.nav-fixed.v2:not(.nav-fixed-on) .nav{
	background: #6F40FE;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.page-template-process_new .header.nav-fixed.v2:not(.nav-fixed-on) .nav, .page-template-tools_new .header.nav-fixed.v2:not(.nav-fixed-on) .nav{
	background: #ff9040;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.page-template-about_new .header.nav-fixed.v2:not(.nav-fixed-on) .nav{
	background: #BDF3F7;
	border-bottom: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.page-template-about_new .header .nav .menu ul li a {
	color: #101010 !important;
}
.page-template-about_new .menu-cta a {
	color: #101010 !important;
	background: rgba(255, 255, 255, 0.43);
}
.page-template-about_new .menu-cta a:hover {
	color: #101010 !important;
	background: rgba(255, 255, 255, 0.3);
}

.page-template-about_new .header.nav-fixed.v2:not(.nav-fixed-on) #menu_toggle:not(:checked)+.nav .logo img{
	filter: brightness(0) invert(0);
}



@media screen and (min-width: 1600px) {
	#about-hero {
		background-image: url('../../img/about-hero-full-wide.jpg');
	}
}
@media screen and (min-width: 767px) {
    .decoration1 {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        height: 100%;
        width: 1px;
        z-index: 5;
        background-image: linear-gradient(#000 50%, rgba(255, 255, 255, 0) 0%);
        background-position: right;
        background-size: 1px 8px;
        background-repeat: repeat-y;
    }
    
    .process-top-13 {
        border-left: 1px dashed #c7c6c6;
        border-bottom: 1px dashed #c7c6c6;
        border-bottom-left-radius: 10px;
        margin-left: -6px;
    }
    .process-bottom-13 {
        border-right: 1px dashed #c7c6c6;
        border-top-right-radius: 10px;
    }
    .process-top-2 {
        border-bottom: 1px dashed #c7c6c6;
        border-bottom-right-radius: 10px;
        position: relative;
    }
    .process-bottom-2 {
        border-left: 1px dashed #c7c6c6;
        border-top-left-radius: 10px;
        margin-left: -20px;
    }
	.process-top-13, .process-top-2 {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	#process1 .process-top-13 {
		padding-left: 94.33px;
	}
	#process3 .process-top-13 {
		padding-left: 116.73px;
	}
	.process-top-13 p, .process-top-2 p {
		max-width: 440px;
	}	
    .decoration21 {
        position: absolute;
        height: calc(100% - 277px);
        width: 100%;
        right: 0;
        top: 270px;
        background: transparent;
        border-left: 1px dashed #c7c6c6;
        border-top-left-radius: 10px;
        
    }
    .decoration22 {
        position: absolute;
        height: 270px;
        width: 40px;
        left: 6px;
        top: 0;
        background: transparent;
        border-right: 1px dashed #c7c6c6;
        border-bottom: 1px dashed #c7c6c6;
        border-bottom-right-radius: 10px;
    }
}



@media screen and (max-width: 767px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    .timeline-content {
        padding: 10px 0px 10px 10px;
    }
    .timeline .fs-18 {
        font-size: 14px;
    }
    .step-1:before, .step-2:before, .step-3:before {
        font-size: 100px;
    }

    .ball p {
        font-size: 12px;
    }

    .ball {
        width: 80px;
        margin-left: -40px;
    }
    .slick-slide p {
        font-size: 16px;
    }
    #featured .col {
		flex: 1 0 33%;
		margin-bottom: 20px;
	}
    #featured img {
    max-height: none;
    	width: 100px;
	}
	#footer {
		text-align: center;
	}
	#footer .col-md-3 {
		margin-bottom: 1rem;
	}
	#footer .socialmedia_icons.footer_social {
	justify-content: center;
	}
	#about-hero h1 {
		font-size: 60px;
	}
	#about-story h2, #about-stats h2, #about-team h2, #about-brands h2, #about-features h2, #about-location h2 {
		font-size: 40px;
		max-width: 100%;
	}
	#about-stats .stat-box {
		margin-bottom: 20px;
		text-align: center;
	}
	#about-stats .stats_number {
		font-size: 60px;
	}
	#about-location h2 {
		margin-top: 50px;
	}
	#contact-details .contact_form_new {
		padding: 50px 30px;
	}
	#contact-boxes .contact-box {
		text-align: center;
		margin-bottom: 40px;
	}
}