@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,100..900;1,100..900&family=Saira+Extra+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    margin: 0;
    padding: 0;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    font-family: "Public Sans", sans-serif;
    color: #141414;
}

html,
body {
    height: 100%;
    position: relative;
    z-index: 1
}

ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    color: #141414;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover {
    text-decoration: none;
    color: #141414;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
    display: block
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: 'Saira ExtraCondensed', 
			'Helvetica Neue',		
             'Roboto Condensed', 
             'Arial Narrow', 
             Verdana, 
             sans-serif;
    font-weight: 400
}

h1,
.h1 {
    font-size: 70px;
    line-height: 100%;
}

h2,
.h2 {
    font-size: 60px;
    line-height: 100%;
}

h3,
.h3 {
    font-size: 48px;
    line-height: 100%;
}

h4,
.h4 {
    font-size: 40px;
    line-height: 100%;
}

h5,
.h5 {
    font-size: 36px;
    line-height: 100%;
}

h6,
.h6 {
    font-size: 28px;
    line-height: 100%;
}


p {
    margin-bottom: 20px;
}


p:last-child {
    margin-bottom: 0 !important;
}

button {
    border: none;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    background: transparent
}

.section,
section {
    padding: 70px 0
}

.text_white,
.text_white > * {
    color: #fff
}

.text_orange,
.text_orange > * {
    color: #E67B00
}

.text_uppercase {
    text-transform: uppercase
}

.main-wrapper {
    overflow-x: hidden
}

.container {
    max-width: 1200px
}

.container.smalls {
    max-width: 1100px
}

.container.wide {
    max-width: 1370px;
}

.container.mid {
    max-width: 1340px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    border: 1px solid transparent;
    text-align: center;
    padding: 16px 22px;
    font-family: 'Saira ExtraCondensed ExCond', 
			'Helvetica Neue',		
             'Roboto Condensed', 
             'Arial Narrow', 
             Verdana, 
             sans-serif;;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 26px;
    font-size: 20px;
}

.btn_border {
    border: 1px solid #707070;
    color: #fff
}

.btn_black {
    background: #222222;
    color: #fff
}

.btn_black:hover {
    border-color: #E67B00;
    color: #fff;
    background: #E67B00
}

.btn_default {
    border-color: #E67B00;
    color: #fff;
    background: #E67B00
}

.btn_border:hover {
    border-color: #E67B00;
    color: #fff;
    background: #E67B00;
}

.btn_default:hover {
    border-color: #b46100;
    color: #fff;
    background: #b46100;
}

.btn_border_alt {
    border: 1px solid rgba(112, 112, 112, 0.61);
    color: #333;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Public Sans", sans-serif;
    color: #5f5f5f;
    padding: 5px 20px;
    text-transform: capitalize
}
.btn_border_alt:hover{
    transform: translateY(-5px)
}
.btn_border_alt img {
    height: 40px
}

.font_ex_cond_700 {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
}

.font_cond_600 {
    font-weight: 500;
    font-family: 'Saira ExtraCondensed';
}

.header-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0
}

.mainmenu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.mainmenu ul li.has-submenu > a::after {
    position: absolute;
    content: "";
    right: -10px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    top: 47%;
}

.mainmenu ul li.has-submenu > a:hover::after {
    border-color: #E67B00
}

.mainmenu ul li {
    display: inline-block;
    margin-right: 35px;
    position: relative
}

.mainmenu ul li > ul {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 15px;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .4s;
    transition: all .4s;
    border-top: 4px solid #E67B00;
    text-align: left;
    box-shadow: 0 19px 51px rgba(0, 0, 0, 0.31);
    background-color: #ffffff;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.mainmenu ul li > ul > li {
    display: block;
    padding: 0;
    margin: 0;
}

.mainmenu ul li > ul > li a {
    padding: 7px;
    display: block;
    color: #181818;
    opacity: 1
}

.mainmenu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    -ms-filter: "alpha(opacity=100)";
}

.mainmenu ul li a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
    position: relative;
    padding: 10px 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Saira ExtraCondensed', 
			'Helvetica Neue',		
             'Roboto Condensed', 
             'Arial Narrow', 
             Verdana, 
             sans-serif;
}

.mainmenu ul li a:hover {
    opacity: 1;
    color: #fff;
    text-decoration: none
}

.mainmenu ul li > ul > li a:hover {
    color: #E67B00;
}

a.site-logo {
    display: inline-block;
    width: 200px;
}

.hero-top {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    background: #101010;
    color: #fff;
    padding-top: 220px;
    overflow: hidden
}

.hero-top .hero_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-top .hero-sub-heading {
    text-transform: uppercase;
    font-family: 'Saira ExtraCondensed ExCond', 
			'Helvetica Neue',		
             'Roboto Condensed', 
             'Arial Narrow', 
             Verdana, 
             sans-serif;
    font-weight: 700;
    border-radius: 6px;
    background: rgba(255, 226, 193, 0.11);
    display: inline-block;
    padding: 15px 30px;
    font-size: 25px;
    margin-bottom: 15px
}

.hero-heading {
    color: #FFFBF5;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 95%;
    font-size: 97px;
    position: relative
}

.hero-heading::after {
    position: absolute;
    content: "";
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../img/hero-text-line.webp) no-repeat scroll center/cover;
    z-index: -1;
}

.hero-heading span {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    text-shadow: 0px 0px 19px rgba(230, 123, 0, 0.63);
}

.hero-lists {
    margin: 0;
    padding: 0;
    list-style: none
}

.hero-lists li {
    display: inline-block;
    position: relative;
    padding-right: 25px;
    margin-right: 25px;
    font-size: 20px;
}

.hero-lists li::after {
    position: absolute;
    content: "";
    top: 8px;
    right: -8px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17.029" height="15.535" viewBox="0 0 17.029 15.535"><g id="Group_21446" data-name="Group 21446" transform="translate(-996.987 -8727.261)"><rect id="Rectangle_11710" data-name="Rectangle 11710" width="1.712" height="15.535" transform="translate(1004.646 8727.261)" fill="%23f68f00"/><rect id="Rectangle_11711" data-name="Rectangle 11711" width="1.712" height="17.029" transform="translate(1014.016 8734.173) rotate(90)" fill="%23f68f00"/><rect id="Rectangle_11712" data-name="Rectangle 11712" width="1.884" height="16.857" transform="translate(1010.796 8728.402) rotate(45)" fill="%23f68f00"/><rect id="Rectangle_11713" data-name="Rectangle 11713" width="1.884" height="16.857" transform="translate(1012.128 8740.322) rotate(135)" fill="%23f68f00"/></g></svg>') no-repeat scroll center/cover;
    width: 14px;
    height: 14px
}

.hero-lists li:last-child {
    margin-right: 0;
    padding-right: 0
}

.hero-lists li:last-child::after {
    display: none
}

.group_btn {
    margin-top: 30px
}

.group_btn a {
    margin: 0 10px
}

.hero-lists {
    margin: 30px 0
}

.hero-area .group_btn {
    margin-top: 50px
}

.hero_shade {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    z-index: -1;
}

.hero-stats {
    background: #E67B00;
    padding: 40px 0;
    color: #fff;
    box-shadow: 0 8px 35px rgba(230, 123, 0, 0.29)
}

.stats-inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center
}

.stats-inner .item {
    padding: 0 50px;
    font-size: 18px;
    position: relative
}

.stats-inner .item::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 2px;
    background: #FFFFFF;
    height: calc(100% - 20px);
    transform: translateY(-50%);
}

.stats-inner .item:last-child::after {
    display: none
}

.stats-inner .num {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond', 
			'Helvetica Neue',		
             'Roboto Condensed', 
             'Arial Narrow', 
             Verdana, 
             sans-serif;
    font-size: 70px;
    line-height: 100%;
    text-transform: uppercase;
}

.hero-area {
    position: relative;
    z-index: 1
}
.hero-top::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    z-index: -1;
}
.hero-area .headshot_left_dodge,
.hero-area .headshot_left_object {
    position: absolute;
    bottom: 0;
    z-index: 11;
    width: 420px;
    mix-blend-mode: color-dodge;
    filter: blur(22px);
}

.hero-area .headshot_right_dodge,
.hero-area .headshot_right_object {
    position: absolute;
    bottom: 0;
    z-index: 11;
    width: 420px;
    mix-blend-mode: color-dodge;
    filter: blur(22px);
    right: 0
}

.hero-area .headshot_left_dodge {
    left: 30px
}

.hero-area .headshot_right_dodge {
    right: 30px
}

.hero-area .headshot_left_object,
.hero-area .headshot_right_object {
    mix-blend-mode: normal;
    filter: blur(0);
}

.sub-heading-alt {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 28px;
    line-height: 100%;
    text-transform: uppercase;
    color: #F68F00;
    letter-spacing: 4px
}

.bg_dark {
    background: #101010;
}

.bg_gray {
    background: #F7F7F7
}

.bg_liner_gray {
    background: linear-gradient(0deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.51) 30%);
}

.logo-slider .slide {
    padding: 0 20px
}

.logo-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.23);
    padding-bottom: 40px
}

.logo-slider .inner {
    padding: 0 40px
}

.section-heading .heading span {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    color: #E67B00
}

.box {
    display: block
}

.box.style1 {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    background: #171717;
    padding: 40px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.box.style1 .title {
    color: #fff;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
}

.box.style1 .text_action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: #fff;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 25px
}

.box.style1 .text_action em {
    margin-left: 6px;
    font-size: 16px
}

.box.style1 img {
    height: 75px;
    margin-bottom: 20px;
}

.box.style1:hover {
    background: #000000;
    box-shadow: 0 0px 50px rgba(246, 143, 0, 0.5)
}

.box.style1:hover .text_action {
    color: #F68F00
}

.section-heading {
    margin-bottom: 40px
}

.pb_300 {
    padding-bottom: 300px
}

.n_top_210 {
    margin-top: -210px
}

.image-cta-banner .inner {
    position: relative;
    z-index: 11
}

.image-cta-banner .inner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    box-shadow: 0 0 44px rgba(255, 255, 255, 0.35);
    z-index: -1;
    transition: all 0.4s;
    opacity: 0
}

.image-cta-banner .inner::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    box-shadow: 0 0 44px #F68F00;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0
}

.image-cta-banner .inner:hover::before,
.image-cta-banner .inner:hover::after {
    opacity: 1
}

.relative {
    position: relative;
    z-index: 1
}

.left_shape {
    position: absolute;
    top: -255px;
    left: -595px;
    width: 500px;
    height: calc(100% + 270px);
    object-fit: cover;
    z-index: -1;
    object-position: right;
}

.right_shape {
    position: absolute;
    top: -255px;
    right: -595px;
    width: 500px;
    height: calc(100% + 270px);
    object-fit: cover;
    z-index: -1;
    object-position: left;
}

.circle_shape_right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -250px;
    z-index: -1;
    width: 800px;
    height: 800px;
}

.heading-alt {
    text-transform: uppercase
}

.heading-alt span {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
}

.content-text p a {
    font-weight: 700
}

.content-text ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.content-text ul li {
    position: relative;
    z-index: 1;
    padding-left: 30px;
    margin: 10px 0
}

.content-text ul li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 20px;
    height: 23px;
    background: url('data:image/svg+xml,<svg id="Group_21235" data-name="Group 21235" xmlns="http://www.w3.org/2000/svg" width="21.816" height="24.188" viewBox="0 0 21.816 24.188"><rect id="Rectangle_11706" data-name="Rectangle 11706" width="4.266" height="13.51" transform="translate(0 7.719)" fill="%23f68f00"/><rect id="Rectangle_11707" data-name="Rectangle 11707" width="4.282" height="28.327" transform="translate(18.585 0) rotate(41)" fill="%23f68f00"/></svg>') no-repeat scroll center center/contain;
}

.img-with-tags {
    position: relative;
    z-index: 1
}

.img-tags {
    position: absolute;
    left: -35px;
    top: 70px;
    padding: 15px 25px;
    background: #222222;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    width: 220px;
}

.img-tags span {
    color: #E67B00;
    position: relative;
}

.img-tags span::after {
    position: absolute;
    content: "";
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../img/img-tag-line-shape.svg) no-repeat scroll center/cover;
}

.image-cta-banner {
    position: relative;
    z-index: 11
}

.cta_banner_shape {
    position: absolute;
    top: 210px;
    height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: bottom;
    z-index: -1
}

.stat-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 0 17px;
    position: relative;
    line-height: 20px;
}

.stat-box::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 2px;
    height: 80%;
    background: #FFFFFF;
    opacity: 0.27
}

.stat-box .num {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 66px;
    line-height: 100%;
    text-transform: uppercase;
    margin-right: 10px;
}

.stat-box.ratings img {
    min-width: 50px;
    width: 50px;
    margin-right: 20px
}

.stat-box.ratings ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.stat-box.ratings ul li {
    display: inline-block;
    color: #E67B00
}

.stat-box p {
    margin: 0
}

.col-md-3:last-child .stat-box::after {
    display: none
}

.col-md-3:last-child .stat-box {
    padding-right: 0
}

.col-md-3:first-child .stat-box {
    padding-left: 0
}

.image-cta-banner.alt .inner::before,
.image-cta-banner.alt .inner::after {
    display: none
}

.image-cta-banner.alt .inner img {
    box-shadow: 0 0 35px #F68F00
}

.n_top_250 {
    margin-top: -250px
}

.section-heading .content-text ul li {
    display: inline-block;
    margin: 0 15px
}

.section-heading .content-text ul {
    margin-top: 30px
}

.map-image img, .map-image video {
    width: 100%
}

.logo-carousel-area .top {
    background: #F68F00;
    box-shadow: 0 15px 30px rgba(246, 143, 0, 0.42);
    padding: 20px 0
}

.logo-carousel-area .sub-heading-alt {
    color: #2B2B2B;
    margin: 0
}

.logo-carousel {
    padding-top: 50px
}

.logo-carousel .slide,
.logo-carousel-alt .slide, .logo-carousel-v6 .slide {
    padding: 0 15px
}


.logo-carousel .logo-box img,
.logo-carousel-alt .logo-box img {
    height: 70px;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    filter: grayscale(1)
}

.bg_gradient_gray {
    background: linear-gradient(0deg, rgba(251, 251, 251, 0) 0%, rgba(251, 251, 251, 0.91) 100%)
}

.video-slider .slide {
    padding: 30px 15px
}

.video-slider .slick-list {
    margin-left: -250px;
    margin-right: -250px
}

.video-box.style1 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    display: block
}

.video-box.style1::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F68F00;
    mix-blend-mode: overlay;
}

.video-box.style1::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    opacity: 0.69;
    z-index: 1
}

.video-box.style1 .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.video-box.style1 .play_btn .icon {
    border-radius: 50%;
    min-width: 60px;
    width: 60px;
    height: 60px;
    min-height: 60px;
    background: #F68F00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px
}

.video-box.style1:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 30px #F68F00
}

.magazine-slider .slide {
    padding: 0 15px;
    padding-top: 30px;
    padding-bottom: 30px
}

.magazine-slider .slick-list {
    margin-left: -270px;
    margin-right: -270px
}

.magazine-slider .inner-box img {
    filter: grayscale(1) opacity(0.45);
    transition: all 0.4s
}

.magazine-slider .inner-box {
    transition: all 0.4s
}

.magazine-slider .inner-box:hover  {
    transform: translateY(-8px)
}

.magazine-slider .slick-current .inner-box img{
    filter: grayscale(0) opacity(1);
    box-shadow: 0 0 30px #F68F00
}

.three-column-slider .slide {
    padding: 15px;
    padding-top: 0
}

.three-column-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.box.style2 {
    padding: 30px;
    border-radius: 20px;
    background: #FBFBFB;
    color: rgba(23, 23, 23, 0.5);
    transition: all 0.4s
}

.box.style2:hover {
    background: #fff;
    margin-top: -10px;
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.03)
}

.box.style2 .title {
    font-weight: 700;
    font-size: 17px;
    line-height: 115%;
    margin-bottom: 15px;
    color: rgba(23, 23, 23, 1)
}

.box.style2 > img {
    height: 34px;
    margin-bottom: 20px;
}

.box.style2 .meta {
    display: flex;
    align-items: center;
    line-height: normal
}

.box.style2 .meta img {
    min-width: 65px;
    width: 65px;
    border: 2px solid #E67B00;
    border-radius: 50%;
    margin-right: 15px;
}

.box.style2 .meta-name {
    color: rgba(23, 23, 23, 1);
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    display: block;
    margin-bottom: 9px
}

.box.style2 .meta {
    color: rgba(23, 23, 23, 1);
    font-size: 14px
}

.cta-inner.style1 {
    padding: 40px;
    background: #222222;
    position: relative;
    z-index: 11;
    transition: all 0.4s
}

.cta_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    object-fit: cover
}

.cta-inner.style1::after {
    position: absolute;
    content: "";
    top: 0;
    left: calc(50% - 200px);
    width: 200px;
    height: 100%;
    background: linear-gradient(90deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
}

.cta-inner.style1:hover {
    box-shadow: 0 0 30px #F68F00;
}

.team-slider {
    margin-top: 50px !important;
}


.team-slider .item img {
    filter: grayscale(1);
    transition: all 0.4s ease 0s
}

.team-slider .slick-slider:not(.slick-active) .item img {
    opacity: 0;
}

.team-slider .slick-slide {
    padding: 170px 0 0px;
}

.team-slider .slick-slide.slick-current .item img {
    filter: grayscale(0);
}

.team-slider .slick-slide {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.team-slider .slick-active + .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.team-slider .slick-active + .slick-active + .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.team-slider .slick-active + .slick-active.slick-current {
    -webkit-transform: scale(1.7);
    -moz-transform: scale(1.7);
    transform: scale(1.7);
    position: relative;
    z-index: 22;
}

.team-slider .slick-active + .slick-active.slick-current + .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
}

.team-slider .slick-active + .slick-active.slick-current + .slick-active + .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.team-slider .slick-active + .slick-active.slick-current + .slick-active + .slick-active + .slick-active {
    transition: 0.2s ease-in-out;
    -webkit-transform: scale(1) translateY(31px);
    -moz-transform: scale(1) translateY(31px);
    transform: scale(1) translateY(31px);
}

.team-slider .slick-list {
    margin-left: -450px;
    margin-right: -150px
}

.team-area {
    position: relative;
    z-index: 1
}

.team-area .team_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: top;
    filter: grayscale(1);
    z-index: -1;
}

.team-area .heading_bg {
    position: absolute;
    top: 0;
    left: -40px;
    min-width: calc(100% + 100px);
    z-index: -1;
}

.team-heading .heading-alt span {
    color: #F68F00
}

.custom_arrows {
    display: flex;
    align-items: center
}

.custom_arrows .arrows,
.c_arrows {
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(112, 112, 112, 0.26);
    cursor: pointer;
    margin-left: 10px;
    transition: all 0.4s
}

.custom_arrows .arrows:first-child {
    margin-left: 0
}

.team-heading {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.custom_arrows .arrows:hover,
.c_arrows:hover {
    background: #E67B00;
    border-color: #E67B00;
    color: #fff
}

.team-meta {
    position: absolute;
    left: 140px;
    bottom: 200px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease 0s;
    white-space: nowrap;
    background: linear-gradient(280deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
    padding: 30px;
    text-decoration: none;
    min-width: 260px;

}

.slick-slide.slick-center .item .team-meta {
    visibility: visible;
    opacity: 1;
    transform: scale(.5);
}

.team-meta span {
    display: block
}

.team-meta span.team-desc {
    color: #E67B00;
    font-family: 'Saira ExtraCondensed';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 22px
}

.team-meta span.team-title {
    color: #fff;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 38px;
    text-transform: uppercase;
    margin: 7px 0
}

.team-meta span.team-action {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.54);
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    text-transform: uppercase;
    font-size: 18px;
}

.team-meta span.team-action em {
    margin-left: 5px
}

.quote-box {
    padding: 30px;
    border-radius: 8px;
    background: #222222;
    border: 2px solid #E67B00;
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 23px;
    padding-left: 20px;
    transition: all 0.4s;
    margin: 30px 0
}

.quote-box:hover {
    box-shadow: 0 30px 60px rgba(230, 123, 0, 0.33);
}

.quote-box img {
    width: 140px;
    min-width: 140px;
}

.quote-box strong {
    color: #E67B00
}

.group-img img {
    box-shadow: 0 30px 60px rgba(230, 123, 0, 0.33);
}

.quote-notes {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    line-height: 23px;
}

.heading-img {
    width: 540px;
    margin: 0 auto
}

.helping_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: top
}

.n_top_100 {
    margin-top: -50px
}

.logo-slider-area {
    padding-top: 70px;
    padding-bottom: 40px
}

.cta-area.style2 {
    background: #222222;
    position: relative;
    padding: 100px 0;
    z-index: 1
}

.cta-area.style2 .heading {
    font-family: 'Saira ExtraCondensed';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 48px
}

.cta-area.style2 .heading span {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    color: #E67B00;
}

.cta-area.style2 .cta-btn {
    margin-top: 20px
}

.cta-area.style2 .cta_img {
    position: absolute;
    bottom: 0;
    right: 52%;
    width: 750px;
}

.cta-area.style2 .cta_bg {
    width: 100%;
    z-index: -1
}

.cta-area.style2 .cta_circle_shape {
    position: absolute;
    top: 0;
    left: 23%;
    z-index: -1;
    width: 400px;
    height: 400px;
}

.box.style3 {
    display: block;
    text-decoration: none
}

.box.style3 .title {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 10px;
}

.box.style3 .box-action {
    color: #222222;
    font-family: 'Saira ExtraCondensed';
    font-weight: 400;
    font-size: 17px
}

.box.style3 .box-action em {
    margin-left: 6px
}

.box.style3 .text {
    margin-top: 20px
}

.box.style3 .date {
    font-size: 15px
}

.box.style3 img {
    height: 235px;
    width: 100%;
    object-fit: cover
}

.box.style3:hover {
    transform: translateY(-6px)
}

.three-column-slider.alt .slide {
    padding-top: 15px
}

.box.style3:hover .box-action {
    color: #E67B00
}

.divider hr {
    margin: 0;
}

.cta-area.style4 .container {
    max-width: 1040px
}

.cta-area.style4 .cta-btn {
    min-width: 300px
}

.cta-area.style5 {
    position: relative;
    z-index: 1
}

.cta-area.style5 .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.cta-area.style5 .container {
    max-width: 1000px
}

.cta-area.style5 .heading-alt span {
    display: block;
    font-style: italic;
    font-family: 'Saira ExtraCondensed ExCond';
    font-weight: 700
}

.cta-area.style5 .inner {
    position: relative;
    z-index: 1
}

.cta-area.style5 .inner-box {
    background: #222222;
    border-radius: 16px;
    border: 2px solid #E67B00;
    display: inline-block;
    padding: 15px 20px;
    color: #fff;
    margin: 30px 0;
    box-shadow: 0 0 30px rgba(230, 123, 0, 0.6)
}

.cta-area.style5 .title {
    color: #fff;
    font-family: 'Saira ExtraCondensed';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px
}

.cta-area.style5 .title span {
    color: #E67B00
}

.cta-area.style5::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background: linear-gradient(0deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 1) 100%);
    z-index: 0
}

.cta-headshot-left {
    position: absolute;
    bottom: -70px;
    left: -300px;
    width: 345px;
}

.cta-headshot-right {
    position: absolute;
    bottom: -70px;
    right: -300px;
    width: 300px;
}

.cta-area.style5 .cta-circle-left {
    position: absolute;
    bottom: -70px;
    width: 600px;
    left: -410px;
    z-index: -1;
}

.cta-area.style5 .cta-circle-right {
    position: absolute;
    bottom: -70px;
    width: 600px;
    right: -410px;
    z-index: -1;
}

.footer-area {
    background: #0F0F0F;
    color: rgba(144, 144, 144, 0.72)
}

.footer-area a {
    color: rgba(144, 144, 144, 0.72);
    text-decoration: none
}

.footer-area a:hover {
    color: #fff
}

.footer-top {
    padding: 70px 0
}

a.footer-logo {
    display: inline-block;
    width: 250px;
    margin-bottom: 20px;
}

.footer_title {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px
}

.footer-top ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer_links {
    column-count: 3
}

.footer_links li {
    margin-bottom: 10px
}

.footer_contact li {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.footer_contact .icon {
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E67B00;
    color: #fff;
    font-size: 15px;
    margin-right: 12px
}

.footer-top ul.footer_social {
    margin-top: 35px
}

.footer_social li {
    display: inline-block;
    margin-right: 15px
}

.footer_social li a {
    font-size: 20px
}

.footer-bottom .inner {
    padding: 30px 0;
    border-top: 1px solid rgba(112, 112, 112, 0.3)
}

.custom_arrows.centered {
    justify-content: center
}

.custom_arrows.white .arrows {
    border-color: rgba(255, 255, 255, 0.42);
    color: #fff
}

.custom_arrows.white .arrows:hover {
    border-color: #E67B00
}

.c_arrows {
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #fff;
    transform: translateY(-50%)
}

.c_arrows.arrows_prev {
    left: -40px
}

.c_arrows.arrows_next {
    right: -30px
}

.mobile-btn {
    display: none
}

.box-slider-v1 .slide {
    padding: 0 10px
}

.box-slider-v1 .slick-list {
    margin-left: -10px;
    margin-right: -10px
}

.hero-area .group_btn a {
    min-width: 250px
}

.page-banner .container {
    position: relative;
    z-index: 9
}

.page-banner {
    position: relative;
    padding-bottom: 80px;
    padding-top: 120px;
    z-index: 9;
    background: #101010;
    overflow: hidden
}



.team-banner-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.normal .team-banner-bg {
    mix-blend-mode: normal
}

.team-banner-yellow {
    position: absolute;
    width: 70%;
    height: auto;
    left: 47%;
    top: 47%;
    transform: translate(-50%, -50%);
}

.team-banner-dark {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    left: 0;
    top: 0;
}

.banner-menu ul li {
    display: inline-block;
    color: #fff;
    position: relative;
    margin-left: 30px;
    font-family: 'Saira ExtraCondensed';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.3px
}

.banner-menu ul li:first-child {
    margin-left: 0
}

.banner-menu ul li:first-child::before {
    display: none
}

.banner-menu ul li::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
    background: #E67B00;
    border-radius: 50%;
}

.banner-menu ul a {
    color: #707070;
    text-decoration: none;
    font-weight: 600;
}

.banner-menu ul a:hover {
    color: #F68F00
}

.banner-text {
    color: #fff;
    margin-top: 60px
}

.banner-text .h1 {
    color: #FFFBF5;
    text-transform: uppercase;
    font-size: 80px
}



.content-box.style1 {
    display: block;
    text-decoration: none;
    background: rgba(112, 112, 112, 0.04);
    border-radius: 20px;
    overflow: hidden;
    color: rgba(34, 34, 34, 0.52);
}

.content-box.style1:hover {
    background: #222;
    z-index: -1;
    color: rgba(255, 255, 255, 0.52)
}

.content-box.style1:hover .h3 {
    color: #fff
}

.content-box .text-box.style1 {
    padding: 32px 48px;
}

.text-box.style1 .designation {
    background: rgba(112, 112, 112, 0.05);
    display: inline-block;
    padding: 10px 20px;
    line-height: 100%;
    border-radius: 19px;
    margin-bottom: 20px;
    transition: all 0.3s;
}

.text-box.style1 .h3 {
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Saira ExtraCondensed ExCond'
}

.content-box .image-box.style1 {
    position: relative;
    height: 350px;
    overflow: hidden;
    z-index: 9;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.content-box .image-box.style1::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s
}

.image-box.style1 img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -9;
    transition: all 0.3s;
    object-fit: cover;
    object-position: top
}

.image-box.style1 .cta-btn {
    display: flex;
    position: relative;
    border: 1px solid #E67B00;
    transition: all 0.3s;
    width: 100%;
}

.content-box.style1:hover .image-box.style1::before {
    opacity: 0;
}

.content-box.style1:hover .cta-btn {
    background: #F68F00
}

.content-box.style1:hover .image-box.style1 img {
    transform: scale(1.1)
}

.content-box.style1:hover .designation {
    background: rgba(75, 75, 75, 0.37)
}

.cta-area .inner.regular-text {
    padding: 0 80px;
    min-height: 370px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.cta-area .inner.regular-text .h1 {
    text-transform: uppercase;
}

.cta-area .inner.regular-text .h1 span {
    font-weight: 700;
    display: block
}

.banner-text.single-team-text {
    position: relative
}

.banner-text.single-team-text .h1 {
    font-size: 100px;
    text-transform: uppercase;
}

.banner-text.single-team-text .banner-deg {
    text-transform: uppercase;
    font-family: 'Saira ExtraCondensed';
    font-size: 20px
}

.single-team-img,
.single-team-img-dodge {
    position: absolute;
    right: 0;
    bottom: -100px;
    height: 350px;
    object-fit: cover;
    z-index: 22
}

.single-team-img-dodge {
    mix-blend-mode: color-dodge;
    filter: blur(22px);
    z-index: 11
}

.single-team-text .h1 {
    font-style: italic
}

.content-box.style2 .inner-item {
    margin-bottom: 70px
}

.content-box.style2 .image-box {
    border-radius: 15px
}

.content-box.style2 .text-box.style2 {
    background: #fff;
    padding: 45px 24px;
    position: relative;
    transition: all 0.3s;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
    min-height: 260px;
}

.text-box.style2.text-start {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-left: 5px solid rgba(112, 112, 112, 0.12);
}

.text-box.style2.text-end {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-right: 5px solid rgba(112, 112, 112, 0.12);
}

.text-box.style2.text-end:hover {
    border-right: 5px solid #F68F00;
}

.text-box.style2.text-start:hover {
    border-left: 5px solid #F68F00;
}

.text-box.style2.text-end::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #F68F00;
    right: -119px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.text-box.style2.text-start::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: #F68F00;
    left: -119px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.text-box.style2 .h4 {
    margin-bottom: 15px
}

.text-box.style2 span {
    color: #E67B00;
    font-family: 'Saira ExtraCondensed';
    display: block;
    font-size: 20px;
    line-height: 180%
}

.content-box.style2 {
    position: relative
}

.content-box.style2::before {
    position: absolute;
    content: "";
    width: 5px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(0deg, rgba(230, 123, 0, 0.03) 0%, #e67b00 70%);
    border-radius: 5px
}

.content-box.style3 .text-box .h3 {
    margin-bottom: 30px
}

.content-box.style3 {
    padding-bottom: 70px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.35)
}

.content-box.style4 .icon-teaser.style1 {
    background: #fff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
    padding: 32px;
    border-radius: 15px
}

.icon-teaser.style1 img {
    height: 120px;
    margin: 0 auto;
    object-fit: contain
}

.icon-teaser.style1 .h5 {
    margin: 20px 0;
    font-size: 30px
}

.content-box.style5 {
    padding-bottom: 70px
}

.content-box.style5 .btn_black:hover {
    background: #F68F00
}

.icon-teaser.style2 {
    border-right: 1px solid rgba(112, 112, 112, 0.18);
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
    padding: 30px 45px;
    height: 100%;
    color: #7E7E7E;
}

.icon-teaser.style2 .icon img {
    margin-bottom: 24px;
    height: 60px;
    object-fit: contain;
}

.icon-teaser.style2 .h5 {
    font-size: 30px;
    margin-bottom: 15px;
}

.expertise-areas .col-lg-4 {
    padding: 0
}

.expertise-areas .col-lg-4:nth-child(3n) .icon-teaser.style2 {
    border-right: none;
    padding-right: 0
}

.expertise-areas .icon-teaser.style2 {
    margin: 0
}

.expertise-areas .col-lg-4:nth-last-child(-n+3) .icon-teaser.style2 {
    border-bottom: none;
    padding-top: 40px
}

.expertise-areas .col-lg-4:first-child .icon-teaser.style2 {
    padding-left: 0
}

.expertise-areas .col-lg-4:nth-child(4n) .icon-teaser.style2 {
    padding-left: 0
}



.content-box.style6 .inner-items {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
    padding: 30px 48px;
    background: #fff;
    border-radius: 8px;
    margin-right: 30px;
}

.content-box.style6 .inner-items:last-child {
    margin-right: 0
}

.content-box.style6 .inner-items .font_ex_cond_700 {
    font-size: 75px;
    display: block;
    line-height: 100%
}

.expertise-counter-area.style2 {
    position: relative;
    margin-top: -80px;
    z-index: 9;
}

.expertise-counter-area.style2 .content-box.style6 {
    padding-bottom: 0;
    border-bottom: none
}

.banner-text.style2 {
    padding-bottom: 70px
}

.text-box.style3 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.text-box.style3 ul li:last-child {
    margin-bottom: 0
}

.text-box.style3 li img {
    width: 16px;
    margin-right: 8px
}

.text-box.style3 {
    background: #fff;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
    padding: 45px 30px 45px 45px;
    border-radius: 8px;
    height: calc(100% - 30px);
    margin-top: 30px;
    transition: all 0.3s
}

.text-box.style3:hover {
    background: #FBFBFB;
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.05);
}

.text-box.style3 .h5 {
    font-size: 24px;
    margin-bottom: 20px
}

.content-text.success-stories span {
    font-size: 45px;
    font-style: italic;
    display: block;
    line-height: 55px;
    color: #222;
    margin: 15px 0
}

.content-text.success-stories .name {
    text-decoration: none;
    color: #E67B00;
    font-family: 'Saira ExtraCondensed';
    font-size: 24px;
    margin-bottom: 70px;
    display: inline-block;
}

.faq-accordion .accordion-item {
    margin-bottom: 20px;
    border-radius: 0;
    background: transparent;
    border: none
}

.faq-accordion .accordion-item:last-child {
    margin: 0
}

.faq-accordion .accordion-button {
    border-radius: 10px !important;
    border: none !important;
    font-size: 20px;
    padding: 24px 40px;
    font-weight: 700;
    background: rgba(181, 181, 181, 0.1);
    color: #222222;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    text-transform: uppercase;
}

.faq-accordion .accordion-button:focus {
    outline: none;
    box-shadow: none
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: #fff;
    background: #222222;
    box-shadow: none;
}

.faq-accordion .accordion-body {
    background: rgba(181, 181, 181, 0.1);
    border-radius: 10px;
    padding: 30px;
    padding-top: 40px;
    margin-top: -10px;
    color: #222222
}

.faq-accordion .accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.813" height="15.813" viewBox="0 0 19.813 11.321"><path id="Path_24727" data-name="Path 24727" d="M-10338.914-2250.24l9.2,9.2,9.2-9.2" transform="translate(10339.621 2250.947)" fill="none" stroke="%23707070" stroke-width="2"/></svg>')
}

.faq-accordion .accordion-button::after {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.813" height="15.813" viewBox="0 0 19.813 11.321"><path id="Path_24727" data-name="Path 24727" d="M-10338.914-2250.24l9.2,9.2,9.2-9.2" transform="translate(10339.621 2250.947)" fill="none" stroke="%23707070" stroke-width="2"/></svg>')
}

.faq-accordion {
    margin-top: 50px;
}

.faq-accordion blockquote {
    background: #222;
    padding: 30px;
    border-radius: 8px;
    color: #B5B5B5
}

.faq-accordion blockquote strong {
    color: #E67B00;
}

.expertise-counter-area .inner-items.style2 {
    font-size: 14px;
    padding: 30px
}



.icon-teaser.style3 {
    border-right: 1px solid rgba(112, 112, 112, 0.18);
    border-bottom: 1px solid rgba(112, 112, 112, 0.18);
    padding: 30px 50px;
    height: 100%;
    color: #7E7E7E;
}

.icon-teaser.style3 .icon img {
    margin: 0 auto;
    width: 80px;
    height: 80px;
    object-fit: contain
}

.icon-teaser.style3 .h5 {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 24px
}

.free-tools-areas .col-lg-4 {
    padding: 0
}

.free-tools-areas .col-lg-4:nth-child(3n) .icon-teaser.style3 {
    border-right: none;
}

.free-tools-areas .col-lg-4:nth-last-child(-n+3) .icon-teaser.style3 {
    border-bottom: none;
    padding-bottom: 40px;
    padding-top: 40px
}


.text-box.style4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    text-decoration: none;
    border-radius: 10px;
    background: #fff;
    padding: 60px;
    color: #7E7E7E;
    height: calc(100% - 30px);
    margin-top: 30px;
}

.text-box.style4 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.text-box.style4 li img {
    width: 30px;
    margin-right: 8px
}

.text-box.style4 .title {
    font-size: 30px;
    color: #222222;
    margin-bottom: 15px;
    display: block
}

.text-box.style4 .box-action {
    width: 100%;
    margin-top: 30px
}

.text-box.style4 .cta-btn {
    width: 100%;
    color: #222222;
    transition: all 0.3s
}

.text-box.style4:hover .cta-btn {
    background: #222222;
    color: #fff
}

.text-box.style4:hover {
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.03);
    background: #FBFBFB;
}

.text-box.style5 .number {
    display: inline-block;
    font-size: 60px;
    font-family: 'Saira ExtraCondensed';
    font-weight: 700;
    background: #E67B00;
    width: 100px;
    height: 100px;
    color: #fff;
    border-radius: 50%;
    line-height: 100px;
    position: relative;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px
}

.text-box.style5 {
    color: #7E7E7E;
}

.text-box.style5 .number::before {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(230, 123, 0, 0.2);
    border-radius: 50%;
    ;
    z-index: -1
}

.text-box.style5 .title {
    font-size: 30px
}

.text-box-bottom.style5 {
    background: #FAFAFA;
    border-radius: 10px;
    padding: 20px 70px;
    margin-top: 30px
}

.text-box-bottom.style5 span {
    display: flex;
    align-items: center;
    color: rgba(23, 23, 23, 0.5)
}

.text-box-bottom.style5 span img {
    margin-right: 8px
}

.link.style1 a {
    display: block;
    border: 1px solid #707070;
    border-radius: 8px;
    padding: 15px 20px;

}

.link.style1 a img {
    width: 100%;
    height: 45px;
    object-fit: contain;
}

.content-box.style3.margin {
    margin-top: 30px
}

.video-box.style2 {
    position: relative;
    transition: all 0.3s;
    display: block;
    top: 0;
    height: 280px;
    margin: 0
}

.video-box.style2 img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.video-box.style2:hover {
    top: -3px
}

.video-box.style2::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.3s;
}

.video-box.style2 .play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.video-box.style2 .play_btn .icon {
    border-radius: 50%;
    min-width: 60px;
    width: 60px;
    height: 60px;
    min-height: 60px;
    background: #F68F00;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px
}

.video2-inner {
    margin-top: 30px
}

.giving-back-area.style2 {
    position: relative;
    z-index: 1;
    background: #F7F7F7;
    color: rgba(255, 255, 255, 0.61);
}

.giving-back-area.style2 .bg_image {
    mix-blend-mode: luminosity
}

.giving-back-area.style2 .left_img {
    width: 725px;
    left: -400px;
}

.giving-back-area.style2 .right_img {
    width: 614px;
    right: -366px;
}

.giving-back-area.style2 .section-heading img {
    margin: 0 auto;
    width: 250px
}

.giving-back-area.style2 .inner-box.right {
    transform: translateX(90px) translateY(30px);
}

.cta-area.style5 .letter-style {
    letter-spacing: 4.5px;
}

.stats-area .h6 {
    font-size: 24px;
    font-family: 'Saira ExtraCondensed';
    letter-spacing: 3px;
    display: block;
    margin: 30px
}

.dealer-logo.style3 img {
    height: 50px;
    width: 100%;
    object-fit: contain;

}

.text-box.style6 {
    background: #fff;
    padding: 40px;
    color: #7E7E7E;
    font-size: 18px;
    height: calc(100% - 30px);
    margin-top: 30px;
    border-radius: 10px
}

.text-box.style6 .h5 {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase
}

.link.style2 ul {}

.link.style2 ul li {
    margin-right: 10px;
    display: inline-block;
    margin-top: 10px
}

.link.style2 ul li:last-child {
    margin-right: 0
}

.link.style2 ul li a {
    text-decoration: none;
    display: block;
    border: 1px solid #707070;
    color: rgba(34, 34, 34, 0.5);
    padding: 15px 20px
}

.link.style2 ul li a:hover {
    background: #222;
    border: 1px solid #222;
    color: #fff
}


.video-library.nav-tabs {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.35)
}

.video-library.nav-tabs li {
    display: inline-block;
    margin-right: 15px
}

.video-library.nav-tabs li:last-child {
    margin-right: 0
}

.video-library.nav-tabs .nav-link {
    background-color: transparent !important;
    font-family: 'Saira ExtraCondensed';
    font-size: 20px;
    color: #2D2F38;
    border: 1px solid #2D2F38;
    border-radius: 10px;
    padding: 12px 32px;
    font-weight: 500;
    text-transform: uppercase;
}

.video-library.nav-tabs .nav-item.show .nav-link,
.video-library.nav-tabs .nav-link.active {
    border-color: none !important;
    background-color: #222222 !important;
    color: #fff;
    border: 1px solid #222222
}

.tab-content.video2-inner .h5 {
    text-transform: uppercase;
    font-size: 30px
}



.divider.style2 hr {
    border-top: 1px solid rgba(112, 112, 112, 0.35);
    opacity: 1
}

.media-magazine-area .image-box {
    display: block
}

.text-box.inner-color {
    color: #B5B5B5
}

.text-box.inner-color .h3 {
    margin-bottom: 15px
}

.icon-teaser.style4 span {
    display: flex
}

.icon-teaser.style4 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px;
}

.content-bottom .inner-color .h5 {
    font-size: 30px;
    margin-bottom: 20px
}

.industry-leading-area .content-top {
    margin-bottom: 30px
}

.industry-leading-area .image-box > img:not(.logo) {
    mix-blend-mode: luminosity;

}

.image-box.style3 {
    position: relative;
    z-index: 1;
    background: rgba(34, 34, 34, 0.85);
    border-radius: 15px;
    overflow: hidden
}

.image-box.style3 .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.image-box.style3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 15px;
    left: 0;
    top: 0;
    background: rgba(34, 34, 34, 0.85);
    z-index: 1
}

.text-box.style7 {
    color: #B5B5B5;
    margin-top: 40px;
    font-size: 18px
}

.text-box.style7 .count {
    color: #E67B00;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 70px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    line-height: 100%
}

.image-box.style4 .text-box {
    position: absolute;
    left: -60px;
    background: #222;
    bottom: 50px;
    color: #fff;
    width: 160px;
    padding: 20px;
    font-size: 22px;
    border-radius: 15px;
    font-weight: 500;
    font-family: 'Saira ExtraCondensed';
    text-transform: uppercase
}

.image-box.style4 .text-box .count {
    color: #E67B00;
    font-family: 'Saira ExtraCondensed';
    font-size: 60px;
    font-weight: 700;
    display: block;
    line-height: 100%;
    margin-bottom: 10px
}

.pb_200 {
    padding-bottom: 200px
}

.call-to-action.style2 {
    padding: 30px 60px;
    margin-top: -130px;
    position: relative;
    z-index: 1;
    transition: all 0.4s
}

.call-to-action.style2:hover {
    box-shadow: 0 0px 50px rgba(246, 143, 0, 0.5);
}

.text-box.style8 ul {
    column-count: 2;
    margin-top: 20px
}

.text-box.style8 ul li {
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 25px;
    margin-bottom: 10px
}

.text-box.style8 ul li::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    background: #E67B00;
    border-radius: 50%;
}


.map-location.style1 {
    position: relative
}

.map-marker.style1 {
    position: absolute;
    display: flex;
    left: 50px;
    bottom: 50px;
    background: #fff;
    padding: 20px;
    text-decoration: none
}

.map-marker.style1 img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-right: 20px
}

.text-box.style10 {
    position: absolute;
    right: -40px;
    top: 70px;
    background: #222;
    padding: 20px
}

.text-box.style10 span {
    font-family: 'Saira ExtraCondensed';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    display: block;
    line-height: 100%
}

.text-box.style10 .h3 {
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 0
}

.text-box.style11 {
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
    font-size: 14px;
    line-height: 140%
}

.text-box.style11 .count {
    color: #E67B00;
    font-family: 'Saira ExtraCondensed';
    font-size: 70px;
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    line-height: 100%;
}

.text-box.style12 ul li {
    margin-bottom: 10px
}

.text-box.style12 ul li:last-child {
    margin-bottom: 0
}

.text-box.style12 ul li img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    margin-right: 10px
}

.text-box.style12 {
    padding: 40px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.06);
    height: 100%
}

.text-box.style12 .h4 {
    margin-bottom: 15px
}

.icon-teaser.style6 {
    position: relative;
    background: #FAFAFA;
    border-radius: 20px;
    padding: 90px 30px 30px;
    margin-top: 80px;
}

.icon-teaser.style6 .icon {
    background: #FAFAFA;
    border-radius: 50%;
    border: 15px solid #fff;
    width: 120px;
    height: 120px;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
}

.icon-teaser.style6 span {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    display: block;
    font-size: 24px;
    line-height: 140%;
}

.text-box.style13 {
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    top: -40px;
    left: 40px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.03);
}

.text-box.style14 {
    padding: 30px;
    border-radius: 8px;
    background: #fff;
    position: absolute;
    bottom: 100px;
    right: -40px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.03);
}

.content-image .large-text {
    color: #E67B00;
    font-family: 'Saira ExtraCondensed';
    font-size: 70px;
    font-weight: 700;
    display: block;
    line-height: 100%;
    text-transform: uppercase
}

.content-image .small-text {
    color: #3E3E3E;
    font-family: 'Saira ExtraCondensed';
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.text-box.style13.alt {
    display: flex;
    align-items: center
}

.text-box.style13.alt .large-text {
    margin-right: 10px
}

.text-box.style13 .trophy-logo {
    width: 50px;
    margin-bottom: 10px
}

.video-box-area .video-box.style2::before {
    display: none
}

.video-box-area .video-box.style2:hover {
    top: 0
}

.video-box-area.style3 {
    position: relative
}

.video-box-area.style3::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 35%;
    left: 0;
    bottom: 0;
    background: #101010;
}

.video-yellow-shape {
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    width: 70%;
    height: 300px;
}

.video-content-icon-teaser .icon-teaser.style5 {
    background: #fff
}

.opportunity-content-area .text-box.style12 {
    position: relative;
    margin-right: 60px
}

.opportunity-content-area .text-box.style12::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 90%;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    background: #EBEBEB;
}

.opportunity-content-area .text-box.style12::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 80%;
    right: -60px;
    top: 50%;
    transform: translateY(-50%);
    background: #F8F8F8;
}

.vs-compare.orange {
    background: #FBFBFB;
    color: #222
}

.vs-compare.orange::after {
    border: 1px solid #FBFBFB;
}

.text-box.style9.bg_white {
    background: #fff
}

.text-box.style9 {
    height: 100%
}

.crm-training-area .image-text {
    position: relative
}

.crm-training-area .image-text .image-box {
    position: absolute;
    bottom: -130px;
    left: 50%;
    transform: translateX(-50%);
    width: 48%;
}

.crm-training-area .content-text {
    background: #fff;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.03);
    padding: 30px;
    border-radius: 8px
}

.crm-training-area .content-text .h5 {
    font-size: 24px;
    margin-bottom: 20px
}

.content-text.margin-left {
    margin-left: 30px;
    margin-top: 30px
}

.content-text.margin-right {
    margin-right: 30px;
    margin-top: 30px
}

.banner-text .stat-box .num {
    color: #E67B00
}

.banner-text .stat-box {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: left
}

.card-box.style2 {
    padding: 50px;
    transition: all 0.4s;
    margin-top: -200px;
    position: relative;
    z-index: 9
}

.card-box.style2:hover {
    box-shadow: 0 0 35px #F68F00;
}

.card-box.style2 .h2 {
    color: #fff
}

.card-box.style2 img {
    margin: 0 auto;
    width: 80px
}

.icon-teaser.style7 {
    display: flex;
    padding: 24px;
    border-radius: 8px;
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.03);
    margin-top: 30px;
    line-height: 150%;
    background: #fff
}

.icon-teaser.style7 .icon {
    width: 370px;
    margin-right: 24px;
}

.icon-teaser.style7 .icon img {
    width: 100%
}

.icon-teaser.style7 .title {
    font-size: 24px;
    text-transform: uppercase
}

.text-icon-area .icon-text {
    position: relative
}


.text-icon-area .icon-text::before {
    position: absolute;
    content: "";
    width: 353px;
    height: 306px;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(230, 123, 0, 0.02);
    z-index: -1;
    filter: blur(10px);
}

.contact-area .contact-info .inner {
    align-items: flex-start;

}

.contact-area .contact-info .icon {
    margin-right: 10px !important
}

.contact-social {
    margin-top: 50px
}

.contact-social .h5 {
    margin-right: 20px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0
}

.contact-social ul li a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border: 1px solid rgba(112, 112, 112, 0.19);
    border-radius: 50%;
    text-align: center;
    color: #101A21;
    font-size: 16px;
}
.contact-social ul li a:hover{
	background:#E67B00;
	border-color:#E67B00;
	color:#fff
}
.contact-social ul li {
    display: inline-block;
    margin-right: 15px
}

.contact-area .c_form.style1 {
    box-shadow: none
}

.contact-area .c_form.style1 textarea {
    width: 100% !important;
    background: #222 !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24) !important;
    color: #fff !important;
    min-height: 185px !important;
	border-radius:0 !important;
	padding:0 !important
}

.training-area2 .cta-btn {
    width: 250px
}

.c_form.style1 input::placeholder,
.c_form.style1 textarea::placeholder {
    opacity: 0.6 !important;
    color: #fff !important
}


.c_form.style1 input:focus, .c_form.style1 textarea:focus{
	outline:none !important;
	box-shadow:none !important
}




.bg_white {
    background: #fff
}

.color_lite {
    color: #B5B5B5
}

.pb_200 {
    padding-bottom: 200px
}

.pt_100 {
    padding-top: 100px
}

.bg_dark_gray {
    background: #222
}

.text_upper {
    text-transform: uppercase
}

.banner-text span {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond'
}

.sub-banner-heading {
    display: inline-block;
    padding: 8px 25px;
    border-radius: 6px;
    background: rgba(255, 226, 193, 0.11);
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.page-banner.banner-default {
    padding-bottom: 55px;
    background: #101010;
}

.page-banner.banner-default .banner-text {
    margin-top: 30px;
}


.page-banner.banner-default img.no-dodge {
    mix-blend-mode: normal;
}

.page-banner.banner-default::before {
    display: none
}

.page-banner.banner-default .team-banner-yellow {
    left: 56%;
    top: 45%;
}

.logo-carousel-v5 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.bg_yellow {
    background: #E67B00
}

.logo-carousel-v5 .sub-heading-alt {
    color: #fff;
    white-space: nowrap;
    margin: 0
}

.logo-carousel-v5 .logo-slider {
    margin: 0;
    padding: 0;
    border: none
}

.py_30 {
    padding: 30px 0
}

.shadow_area {
    box-shadow: 0 15px 50px rgba(230, 123, 0, 0.34)
}

.stat-box.alt .num {
    color: #F68F00
}

.stat-box.alt::after {
    background: #3E3E3E
}

.relative {
    position: relative;
    z-index: 1
}

.image-stats-box {
    background: #222222;
    border-radius: 15px;
    color: #fff;
    padding: 20px;
    font-family: 'Saira ExtraCondensed';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: -40px;
    max-width: 150px;
    line-height: 100%;
}

.image-stats-box .num {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    color: #E67B00;
    font-size: 46px;
    line-height: 100%
}

.shape_right_bottom {
    position: absolute;
    z-index: -1;
    bottom: -200px;
    right: -100px;
    width: 800px;
    height: 800px;
}

.giving-back-area {
    position: relative;
    z-index: 1;
    background: #151515;
    color: rgba(255, 255, 255, 0.61);
    overflow: hidden
}

.giving-back-area .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.image-text-box-v5 .inner-box {
    padding: 40px;
    background: #242424;
    color: rgba(255, 255, 255, 0.61);
    transition: all 0.4s
}

.image-text-box-v5 .inner-box .title {
    color: #fff;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 36px
}

.image-text-box-v5 {
    position: relative;
}

.image-text-box-v5 .left_img {
    position: absolute;
    bottom: -70px;
    left: -200px;
    width: 565px;
    z-index: 1;
}

.image-text-box-v5 .right_img {
    position: absolute;
    bottom: -70px;
    right: -130px;
    width: 465px;
}

.image-text-box-v5 .inner-box.left {
    margin-left: -90px
}

.image-text-box-v5 .inner-box.right {
    transform: translateX(90px) translateY(-15px);
}

.image-text-box-v5 .left_shadow {
    position: absolute;
    width: 700px;
    height: 700px;
    left: -40%;
    z-index: -1;
    top: -30%;
    opacity: 0.8;
}

.image-text-box-v5 .right_shadow {
    position: absolute;
    width: 700px;
    height: 700px;
    right: -40%;
    z-index: -1;
    top: -30%;
    opacity: 0.8;
}

.image-text-box-v5 .inner-box:hover {
    box-shadow: 0 10px 30px rgba(246, 143, 0, 0.4);
    z-index: 1;
    position: relative
}

.text-box-v5 {
    padding: 40px;
    background: #FAFAFA;
	height:100%
}

.logo-wrapper-v5 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px
}

.logo-wrapper-v5 .inner {
    flex: 0 0 20%;
    width: 20%;
    background: #fff;
    padding: 20px
}

.logo-wrapper-v5 .inner img {
    mix-blend-mode: luminosity;
    margin: 0 auto;
    display: block;
    height: 75px;
    object-fit: contain;
}

.c_form.style1 {
    padding: 60px;
    background: #222222;
    transition: all 0.4s
}

.c_form.style1:hover {
    box-shadow: 0 0 50px #F68F00
}

.c_form.style1 li {
    margin-bottom: 25px
}

.c_form.style1 input, .c_form.style1 textarea {
    width: 100% !important;
    height: 75px !important;
    padding: 10px 0 !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24) !important;
    background: transparent !important;
    color: #fff !important;
	border-radius:0 !important
}
.c_form.style1 textarea{
	min-height:120px !important
}
.c_form.style1 .cta-btn {
    min-width: 200px
}

.c_form.style1 input::placeholder, .c_form.style1 textarea::placeholder {
    color: #fff !important
}

.contact-info .inner {
    display: flex;
    align-items: center;
    margin-top: 30px
}

.contact-info .inner .icon {
    width: 80px;
    min-width: 80px;
    margin-right: 20px
}

.contact-info .inner .title {
    font-size: 32px;
    margin: 0
}

.contact-info .inner p {
    margin: 0;
    color: rgba(34, 34, 34, 0.65)
}

.contact-info .inner a {
    text-decoration: none;
    color: rgba(34, 34, 34, 0.65);
    font-weight: 700
}

.contact-info .inner a:hover {
    color: #F68F00;
    text-decoration: underline
}

.pb_120 {
    padding-bottom: 120px
}

.icon-teaser.style5 {
    padding: 30px;
    background: #FCFCFC;
    border-top: 4px solid #E67B00;
    height: 100%
}

.icon-teaser.style5 .title {
    font-size: 28px
}

.icon-teaser.style5 .icon img {
    height: 70px;
    margin: 0 auto
}

.icon-teaser.style5 .icon {
    margin-bottom: 20px
}

.logo-slider.alt {
    border: none
}

.image-stats-box.with-icon {
    display: flex;
    align-items: center;
    min-width: inherit;
    max-width: 200px;
}

.image-stats-box.with-icon img {
    width: 40px;
    margin-right: 15px
}

.text-box.style9 {
    background: #2B2B2B;
    padding: 50px;
    color: rgba(255, 255, 255, 0.76)
}

.text-box.style9 .title {
    margin-bottom: 20px
}

.list_cross li {
    position: relative;
    padding-left: 35px;
    margin-top: 10px;

}

.list_cross li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 23px;
    height: 23px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><g id="Group_21639" data-name="Group 21639" transform="translate(-316 -5414)"><g id="Ellipse_126" data-name="Ellipse 126" transform="translate(316 5414)" fill="none" stroke="%23707070" stroke-width="1"><circle cx="14" cy="14" r="14" stroke="none"/><circle cx="14" cy="14" r="13.5" fill="none"/></g><g id="Group_21633" data-name="Group 21633" transform="translate(-0.069 -0.518)"><path id="Path_24669" data-name="Path 24669" d="M6903.257-16350.294l7.624,7.624" transform="translate(-6577 21775)" fill="none" stroke="%23707070" stroke-width="1"/><path id="Path_24670" data-name="Path 24670" d="M6903.257-16350.294l7.624,7.624" transform="translate(-16016.413 -1478.551) rotate(90)" fill="none" stroke="%23707070" stroke-width="1"/></g></g></svg>') no-repeat scroll center/cover
}

.list_check li {
    position: relative;
    padding-left: 35px;
    margin-top: 10px;

}

.list_check li::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: url('data:image/svg+xml,<svg id="Group_21631" data-name="Group 21631" xmlns="http://www.w3.org/2000/svg" width="33.026" height="33.026" viewBox="0 0 33.026 33.026"><ellipse id="Ellipse_5" data-name="Ellipse 5" cx="16.513" cy="16.513" rx="16.513" ry="16.513" transform="translate(0 0)" fill="%23e79826" opacity="0.177"/><path id="Path_16540" data-name="Path 16540" d="M12.581,0A12.581,12.581,0,1,1,0,12.581,12.581,12.581,0,0,1,12.581,0Z" transform="translate(3.932 3.932)" fill="%23f68f00"/><g id="Group_21247" data-name="Group 21247" transform="translate(11.939 3.931)"><rect id="Rectangle_11706" data-name="Rectangle 11706" width="3.355" height="10.623" transform="translate(0 6.07)" fill="%23fff"/><rect id="Rectangle_11707" data-name="Rectangle 11707" width="3.367" height="22.275" transform="translate(14.614) rotate(41)" fill="%23fff"/></g></svg>') no-repeat scroll center/cover
}

.text-box.style9.alt {
    background: #252525
}

.text-box.style9.alt li {
    font-weight: 700
}

.inner-compare {
    position: relative
}

.vs-compare {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #E67B00;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
}

.vs-compare::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 106px;
    height: 106px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #E67B00;
    border-radius: 50%
}

.n_top_215 {
    padding-top: 300px;
    margin-top: -215px;
}

.bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.section-notes {
    margin-top: 50px
}

.text_light {
    color: #B5B5B5
}

.count-pos {
    position: absolute;
    top: 190px;
    left: 0;
    color: #fff;
    background: #222222;
    border-radius: 15px;
    padding: 20px;
    font-family: 'Saira ExtraCondensed';
    font-size: 26px
}

.count-pos .num {
    color: #E67B00;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 65px;
    line-height: 100%;
    text-transform: uppercase;
}

.count-pos.right {
    left: auto;
    right: -40px;
    max-width: 135px;
    font-size: 22px;
    top: 243px;
}

.count-pos.right .num {
    font-size: 46px;
}

.count-pos img {
    height: 58px;
    margin-bottom: 10px;
}

.team-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.team-wrapper .team-inner {
    margin-right: -7%;
    transform-origin: bottom;
}
.team-wrapper .team-inner img{
        filter: grayscale(1);
}
.team-wrapper .team-inner:nth-child(1) img {
    transform: scale(0.86) translateX(0px);
    transform-origin: bottom;
}

.team-wrapper .team-inner:nth-child(2) img {
    position: relative;
    transform: scale(1);
}

.team-wrapper .team-inner:nth-child(3) img {
    transform: scale(1.15);
    transform-origin: bottom;
    position: relative;
    z-index: 11;
    filter: grayscale(0)
}

.team-wrapper .team-inner:nth-child(4) img {
    transform: scale(01);
    position: relative;
    z-index: 1;
}

.team-wrapper .team-inner:nth-child(5) img {
    transform: scale(0.9);
}

.team-wrapper .team-inner:nth-child(6) img {
    transform: scale(0.95) translateX(-60px);
    position: relative;
    z-index: -1;
}

.team-wrapper .team-inner:nth-child(6) img {
    filter: grayscale(1)
}

.team-group {
    padding-top: 600px;
    position: relative;
    z-index: 1
}
.team-wrapper {
    transform: translateX(-4%);
}
.team-group .team_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: top;
    filter: grayscale(1);
    z-index: -1;
}

.image-cta-banner .inner .ai-enhanced-logo {
    position: absolute;
    top: 28px;
    left: 210px;
    height: 38px;
}

.image-cta-banner .inner .text {
    position: absolute;
    top: 105px;
    left: 50px;
    text-align: center;
    font-family: 'Saira ExtraCondensed';
    font-weight: 400;
    width: 52%;
}

.image-cta-banner .inner ul li {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 2px;
    margin-right: 10px;
    padding-right: 10px;
    position: relative
}

.image-cta-banner .inner ul li:last-child {
    margin: 0;
    padding: 0
}

.image-cta-banner .inner ul li::after {
    position: absolute;
    content: "";
    top: 10px;
    right: -2px;
    width: 4px;
    height: 4px;
    background: #fff;
    border-radius: 50%;
}

.image-cta-banner .inner ul li:last-child::after {
    display: none
}

.image-cta-banner .inner .title {
    font-size: 72px;
    margin: 0;
}

.image-cta-banner .inner .subtitle {
    font-size: 60px
}

.image-cta-banner .inner .cta-btn {
    position: absolute;
    bottom: 60px;
    left: 258px;
}

.sparkles {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 130px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.6;
    z-index: 0;
    /* adjust above/below content as needed */
}

.star {
    position: absolute;
    top: -10px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0) 70%);
    animation: fall linear forwards;
}

@keyframes fall {
    0% {
        transform: translateY(100vh) scale(0.1);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.sparkles2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 38%;
    height: 100px;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
    opacity: 0.2;
}

.star2 {
    position: absolute;
    top: -10px;
    border-radius: 50%;
    background: radial-gradient(circle, #fff 0%, rgba(255, 255, 255, 0) 70%);
    animation: fall2 linear forwards;
}

@keyframes fall2 {
    0% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateY(0) scale(0.3);
        opacity: 0;
    }
}

.image-image-banner.alt .inner {
    background: #000000;
    padding: 50px 100px;
    position: relative;
    z-index: 1;
    text-align: center;
    color: #fff;
    transition: all 0.4s;
    overflow: hidden;
}

.image-image-banner.alt .inner:hover {
    box-shadow: 0 0 30px #F68F00
}

.image-image-banner.alt .inner > .title {
    font-size: 100px
}

.image-image-banner.alt .inner > .title span {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    color: #E67B00
}

.image-image-banner.alt .text,
.image-image-banner.alt .action .action-inner {
    width: 50%;
    margin-left: auto
}

.image-image-banner.alt .inner-text {
    position: relative;
    padding: 10px 0;
    z-index: 1;
    margin-top: 35px
}

.image-image-banner.alt .inner-text::after {
    position: absolute;
    content: "";
    top: 0;
    left: 70%;
    width: calc(100% + 200px);
    height: 1px;
    background: #E67B00;
    transform: translateX(-50%);
}

.image-image-banner.alt .inner-text::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 70%;
    width: calc(100% + 200px);
    height: 1px;
    background: #E67B00;
    transform: translateX(-50%);
}

.bg_overlay {
    position: absolute;
    bottom: 0;
    left: 70%;
    width: calc(100% + 200px);
    height: 100%;
    background: #131313;
    transform: translateX(-50%);
    z-index: -1
}

.image-image-banner.alt .inner-text .title {
    font-weight: 700;
    color: #E67B00;
    font-size: 18px
}

.image-image-banner.alt .action .cta-btn {
    margin-top: 20px
}

.image-image-banner.alt .inner .bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover
}

.image-image-banner.alt .inner .cta_car {
    position: absolute;
    bottom: -55px;
    left: 87px;
    width: 435px;
    z-index: 11;
}

.indicator {
    position: absolute;
    height: 200px;
    top: -200px;
    color: #141414;
    font-family: 'Saira ExtraCondensed';
    font-weight: 400;
    width: 140px;
    text-align: center;
}

.indicator .title {
    font-size: 30px;
    display: block
}

.indicator .title::first-letter {
    font-family: 'Saira ExtraCondensed ExCond';
    font-weight: 700
}

.indicator .letter {
    font-family: 'Saira ExtraCondensed ExCond';
    font-weight: 700;
    font-size: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    background: #3E3E3E;
    margin: 15px auto
}

.team_substrac {
    position: absolute;
    z-index: -1;
    width: 1275px;
    bottom: -43%;
    left: 50%;
    transform: translateX(-50%);
}

.team-group {
    overflow: hidden;
    padding-bottom: 0;
}

.team-group .team_bg {
    bottom: 90px
}

.team-wrapper .team-inner img {
    transform-origin: bottom
}

.team-wrapper .team-inner {
    position: relative
}

.team-wrapper .team-inner .indicator::after {
    position: absolute;
    content: "";
    bottom: -100px;
    left: 50%;
    width: 30px;
    transform: translateX(-50%);
    height: 30px;
    background: url('data:image/svg+xml,<svg id="Group_21285" data-name="Group 21285" xmlns="http://www.w3.org/2000/svg" width="39.351" height="39.351" viewBox="0 0 39.351 39.351"><path id="Path_16396" data-name="Path 16396" d="M0,167.107a19.675,19.675,0,1,0,19.675-19.675A19.675,19.675,0,0,0,0,167.107" transform="translate(0 -147.432)" fill="%23f68f00" opacity="0.111"/><path id="Path_16395" data-name="Path 16395" d="M0,158.885a11.453,11.453,0,1,0,11.453-11.453A11.453,11.453,0,0,0,0,158.885" transform="translate(8.223 -139.21)" fill="%23f68f00"/></svg>') no-repeat scroll center/cover;
}

.team-wrapper .team-inner .indicator::before {
    position: absolute;
    content: "";
    bottom: -100px;
    left: 50%;
    width: 1.5px;
    height: 100%;
    transform: translateX(-50%);
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
    z-index: -1
}

.team-wrapper .team-inner:nth-child(1) .indicator {
    left: 44%;
    top: -195px;
}

.team-wrapper .team-inner:nth-child(2) .indicator {
    left: 30%;
    top: -370px;
}
.team-wrapper .team-inner:nth-child(3) .indicator {
    top: -516px;
    left: 29%;
}
.team-wrapper .team-inner:nth-child(4) .indicator {
    top: -516px;
    left: 26%;
}

.team-wrapper .team-inner:nth-child(5) .indicator {
    top: -445px;
    left: 21%;
}

.team-wrapper .team-inner:nth-child(6) .indicator {
    top: -245px;
    left: 10%;
}

.team-wrapper .team-inner:nth-child(1) .indicator::after {
    left: auto;
    transform: translateX(0);
    right: 55px;
    bottom: -142px;
}

.team-wrapper .team-inner:nth-child(1) .indicator::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
    transform: translateX(0);
    bottom: -140px;
    z-index: -1;
    width: 1px;
}

.team-wrapper .team-inner:nth-child(2) .indicator::after {
    bottom: -146px;
}

.team-wrapper .team-inner:nth-child(2) .indicator::before {
    bottom: -140px;
}

.team-wrapper .team-inner:nth-child(3) .indicator::after {
    bottom: -120px;
}

.team-wrapper .team-inner:nth-child(3) .indicator::before {
    width: 1.1px
}

.team-wrapper .team-inner:nth-child(4) .indicator::after {
    bottom: -115px;
}

.team-wrapper .team-inner:nth-child(5) .indicator::before {
    bottom: -140px;
}

.team-wrapper .team-inner:nth-child(5) .indicator::after {
    bottom: -160px;
}

.team-wrapper .team-inner:nth-child(6) .indicator::before {
    width: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
    transform: translateX(0);
    left: auto;
    right: 50%;
    bottom: -140px;
    width: 1px;
}

.team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -160px;
    left: auto;
    transform: translateX(0);
    left: 55px;
    bottom: -97px;
}

.team-wrapper {
    max-width: 1600px;
    margin: 0 auto
}



.team_shape {
    position: absolute;
    right: 0;
    top: 30%;
    width: 1200px;
    opacity: 0.5;
}

.content-tab .nav-tabs {
    border-bottom: 1px solid rgba(112, 112, 112, 0.34);
    margin-bottom: 50px
}

.content-tab .nav-tabs button {
    border-radius: 0;
    border: none;
    position: relative;
    font-family: 'Saira ExtraCondensed';
    font-weight: 400;
    color: rgba(255, 255, 255, 0.2);
    font-size: 34px;
    padding: 20px;
    padding-left: 0;
    padding-right: 25px
}

.content-tab .nav-tabs li {
    margin-right: 20px
}

.content-tab .nav-tabs button.active {
    color: #fff;
    background: transparent;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
}

.content-tab .nav-tabs button::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #E67B00;
    transform: translateY(-50%)
}

.content-tab .nav-tabs button::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: calc(100% - 20px);
    height: 2px;
    background: #E67B00;
    opacity: 0;
    transition: all 0.4s
}

.content-tab .nav-tabs li:last-child button::after {
    display: none
}

.content-tab .nav-tabs button.active::before {
    opacity: 1
}

.tabs_bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: 0%;
    z-index: -1
}

.pb_340 {
    padding-bottom: 340px;
    margin-top: -1px
}

.stats-box.style5 {
    color: rgba(41, 41, 41, 0.72);
    font-size: 18px;
    margin-bottom: 30px
}

.stats-box.style5 .title {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 80px;
    line-height: 100%;
    color: #B5B5B5
}

.team-box-alt {
    padding: 30px;
    background: rgba(15, 15, 15, 0.03);
    height: 100%;
    transition: all 0.4s;
    display: block;
    text-decoration: none
}

.team-box-alt .image {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    background: #2B2B2B;
    margin: 0 auto 20px
}

.team-box-alt .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	object-position:top
}

.team-box-alt .title {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 30px;
    margin-bottom: 5px;
    transition: all 0.4s
}

.team-box-alt .desg {
    color: rgba(15, 15, 15, 0.58);
    transition: all 0.4s
}

.team-box-alt.v2 {
    padding: 38px
}

.team-box-alt.v2 .image {
    width: 160px;
    height: 160px
}

.team-box-alt:hover {
    background: #0F0F0F;
    color: #B1B1B1
}

.team-box-alt:hover .title {
    color: #fff
}

.team-box-alt:hover .desg {
    color: #B1B1B1
}

.text-slider {
    position: relative;
    z-index: 2;
}

.text-slider .slide {
    padding: 0 20px;
    transition: all 0.4s
}

.text_slider_shape {
    width: 90%;
    margin-top: 0px;
}

#text-slider-wrap .container {
    position: relative;
    z-index: 2;
}

.text-slider-outer-wrap {
    width: 100%;
    margin-top: -100px;
    max-height: 100vh;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: flex-end;
    padding-top: 260px;
}

.text-slider-outer-wrap svg {
    position: absolute;
    top: -420px;
}

.text-slider-outer {
    width: 170%;
    position: relative;
    min-width: 4100px;
	height: auto;
}

.text-slider {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
	height: auto;
}

.text-slider > div {
    width: 12.5%;
}

.text-slider .slide {
    display: flex;
    align-items: flex-start;
	height: auto;
}

.text-slider .slide:first-child {
}

.text-slider .slide:first-child .text-box-item {
    flex-direction: inherit;
}

.text-slider .slide .text-box-item .text {
    padding-left: 20px;
}

.text-slider .slide .text-box-item .num {
    margin-left: 0px;
}

.text-box-item .title {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
}

.text-box-item .num {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 150px;
    color: rgba(34, 34, 34, 0.11);
    line-height: 100%;
    margin-left: 150px;
    transition: all 0.4s
}

.text-box-item {
    display: flex;
}

.team_slider_bg {
    z-index: 1;
}

.text-slider .slide.slick-current .text-box-item,
.text-slider .slide.slick-current + .slick-active .text-box-item {
    flex-direction: row
}

.text-slider .slide.slick-current .text-box-item .num,
.text-slider .slide.slick-current + .slick-active .text-box-item .num {
    margin-left: 0;
    margin-right: 20px
}

.text-slider > .slide {
    position: relative;
}

.text-slider > .slide:after {
content:"";
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: contain;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='72' height='72' viewBox='0 0 72 72'><g transform='translate(-243 -2470.164)'><circle cx='36' cy='36' r='36' transform='translate(243 2470.164)' fill='%23fefefe'/><circle cx='15' cy='15' r='15' transform='translate(264 2491.164)' fill='%23e67b00' opacity='0.996'/></g></svg>") no-repeat center / contain;
    position: absolute;
    top: 29%;
    left: calc(50% - 36px);
    transform:translateX(-50%);
    box-shadow: -1px -1px 12px 3px #0000001f;
    border-radius: 50%;
    transition: 0.3s all;
    opacity: 0;
}

.text-slider > .slide.active:after {
    animation: bounceOut 2s ease;
    opacity: 1;
}

.ts-overlay {
    position: absolute;
    top: 0;
    right: 100px;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 2%, rgba(255, 255, 255, 1) 100%);
}

@keyframes bounceOut {
    0% {
        opacity: 0;
        transform: scale(.3);
    }

    50% {
        opacity: 1;
        transform: scale(1.05);
    }
    70% {
        transform: scale(.9);
    }
    100% {
        transform: scale(1);
    }
}

.text-slider > .slide.active .text-box-item .num {
    color: #e67b00;
}

.text-slider-mobile .slick-dots {
    bottom: -70px;
}

@media(max-width: 991px) {

.text-box-item .num {
    font-size: 100px;
    margin-left: 0;
}

.text-slider-mobile-wrap {
    padding-bottom: 70px;
}

.text-box-item .text,
.text-box-item .num {
    text-align: center;
}

.text-box-item {
    padding: 0 20px;
}

}

.team_slider_bg {
    position: absolute;
    bottom: -110px;
    right: 0;
    width: 700px;

}

.badge-img {
    position: absolute;
    bottom: 70px;
    left: -40px;
    width: 220px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
}

.cta-box-v6 {
    background: #000000;
    padding: 60px;
    position: relative;
    z-index: 1;
    clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);

}

.cta-box-v6 .bg_image {
    mix-blend-mode: luminosity
}

.clippath {
    position: relative
}

.cta-v6-img,
.cta-v6-img-dodge {
    position: absolute;
    left: 80px;
    bottom: 0;
    width: 330px;
    z-index: 22
}

.cta-v6-img-dodge {
    mix-blend-mode: color-dodge;
    filter: blur(9px);
    z-index: 11;
    left: 108px;
    width: 320px
}

.cta-box-v6::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/cta-v6-shape.webp) no-repeat scroll 0 0/cover;
    z-index: -1
}

.cta-box-v6 .footer_social a {
    color: #E67B00;
    font-size: 16px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(112, 112, 112, 0.24);
    height: 45px;
    border-radius: 50%;
    text-decoration: none;
}

.cta-box-v6 .footer_social a:hover {
    background: #E67B00;
    color: #fff;
    border-color: #E67B00
}

.cta-box-v6 .footer_social li {
    margin-right: 10px
}

.cta-box-v6 .text {
    position: relative;
    z-index: 1
}

.n_top_300 {
    margin-top: -300px;
    padding-top: 300px;
}

.crm_bg_img {
    width: 100%
}

.graph-center .inner {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #222222;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase
}

.graph-center .inner span {
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
}

.graph-center .circle1 {
    width: 430px;
    height: 430px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid rgba(112, 112, 112, 0.35);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.graph-center .circle2 {
    width: 540px;
    height: 540px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid rgba(112, 112, 112, 0.19);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.graph-center .circle3 {
    width: 660px;
    height: 660px;
    border-radius: 50%;
    margin: 0 auto;
    border: 1px solid rgba(112, 112, 112, 0.08);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.graph-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 25%;
}

.graphs-stats-box {
    padding: 30px;
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    background: #fff;
    max-width: 340px;
    position: absolute
}

.graphs-stats-box .top {
    display: flex;
    align-items: center
}

.graphs-stats-box .num {
    font-size: 75px;
    display: block;
    line-height: 100%;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    color: #E67B00;
    margin-right: 15px
}

.graphs-stats-box .title {
    font-size: 32px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500
}

.graphs-stats-box.v1 {
    top: 90px
}

.graphs-stats-box.v2 {
    top: 90px;
    right: 0
}

.graphs-stats-box.v3 {
    bottom: 50px;
    left: 80px;
}

.graphs-stats-box.v4 {
    bottom: 50px;
    right: 30px
}

.graph-area .container {
    position: absolute;
    top: 0;
    height: 900px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.graph_circl {
    position: absolute;
    top: -10%;
    right: -72%;
    width: 700px;
    height: 700px;
}

.n_300 {
    margin-top: -300px
}

.content-tab-v2 {
    margin-top: 40px
}

.content-tab-v2 .content_tabs_list {
    border-right: 1px solid rgba(112, 112, 112, 0.29)
}

.content-tab-v2 .content_tabs_list button {
    padding: 35px 25px;
    display: flex;
    align-items: center;
    font-family: 'Saira Condensed';
    font-weight: 600;
    font-size: 24px;
    padding-right: 89px;
    text-align: left;
    border-bottom: 1px solid rgba(112, 112, 112, 0.29);
    position: relative;
    z-index: 1
}

.content-tab-v2 .content_tabs_list button::after {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, rgba(230, 123, 0, 1) 0%, rgba(230, 123, 0, 0) 100%);
    opacity: 0.12;
    transition: all 0.4s
}

.content-tab-v2 .content_tabs_list button.active::after {
    width: 100%
}

.content-tab-v2 .content_tabs_list button .num {
    min-width: 50px;
    width: 50px;
    min-height: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    font-weight: 700;
    font-family: 'Saira ExtraCondensed ExCond';
    font-size: 28px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid rgba(112, 112, 112, 0.5);
    transition: all 0.4s
}

.content-tab-v2 .content_tabs_list button.active .num {
    background: #222222;
    color: #fff
}

.content-tab-v2 .content_tabs_list li:last-child button {
    border: none
}

.content-tab-v2 .heading span {
    color: #E67B00
}

.slick-dots button::before {
    display: none
}

.slick-dots button {
    padding: 0 !important;
    width: 17px !important;
    height: 5px !important;
    border-radius: 5px;
    background: #F68F00 !important;
    opacity: 0.2
}

.slick-dots .slick-active button {
    opacity: 1
}

.team_arrows {
    position: absolute;
    bottom: 80px;
    left: 46%;
    transform: translateX(-50%);
}

.team_arrows .arrows {
    background: #F68F00;
    color: #fff
}

.enhanced-banner-mobile {
    display: none
}

.four-column-slider .slide {
    padding: 0 15px;
    padding-bottom: 30px
}

.four-column-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.four-column-slider .slide .inner-items.style2 {
    margin: 0
}

.four-column-slider .slick-track {
    display: flex !important
}

.four-column-slider .slide {
    height: inherit !important
}

.four-column-slider .slide > div {
    height: 100%
}

.tabs_drop {
    display: none !important
}

.contact-area .contact-info .inner .title {
    font-size: 28px;
}

.contact-area .contact-info .inner .icon {
    width: 50px;
    min-width: 50px;
}

.contact-area .c_form.style1 {
    padding: 45px
}

.footer-area.alt {
    padding-top: 200px;
    margin-top: -200px;
}

.shape_circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1
}

.alt_pos_right {
    transform: translateX(-45px)
}

.alt_pos_left {
    transform: translateX(45px)
}

.content-area.crm-training-area {
    overflow: hidden
}

.call-to-action.style5 {
    background: #222;
    padding: 70px;
    position: relative;
    z-index: 2
}

.footer-area.style2 {
    margin-top: -250px;
    padding-top: 180px;
    position: relative;
    z-index: 1
}

.footer-circle-shape {
    position: absolute;
    top: -10%;
    left: 5%;
    z-index: -1;
    width: 700px;
    opacity: 0.7;
}

.text-box.process {
    position: relative
}

.text-box.process::after {
    position: absolute;
    content: "";
    top: 53px;
    left: revert-layer;
    width: 100%;
    height: 2px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1071.781" height="1" viewBox="0 0 1071.781 1"><path id="Path_24724" data-name="Path 24724" d="M-14215.574,699h1071.781" transform="translate(14215.574 -698.5)" fill="none" stroke="%23e67b00" stroke-width="1" stroke-dasharray="8"/></svg>') no-repeat scroll center/cover;
    z-index: -1;
    opacity: 0.3;
}

.col-6:last-child .text-box.process::after {
    display: none
}


.podcast-slider .slide {
    padding: 30px 15px;
    padding-top: 5px
}

.podcast-slider .slick-list {
    margin-left: -150px;
    margin-right: -150px
}

.podcast-box {
    display: block;
    border: 1px solid rgba(96, 125, 139, 0.1);
    border-radius: 10px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    z-index: 1;
    filter: grayscale(1);
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none
}


.podcast-box:hover {
    filter: grayscale(0);
    background: #000000;
    box-shadow: 0px 10px 30px rgba(246, 143, 0, 0.32);
    text-decoration: none;
}

.podcast-box .podcast_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.podcast-top {
    font-size: 13px;
    line-height: 18px;
    color: rgba(255, 255, 255, 0.58)
}

.podcast-top .episode {
    background: rgba(181, 181, 181, 0.04);
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px
}

.podcast-top span {
    margin-right: 10px
}

.podcast-top span:last-child {
    margin-right: 0
}

.podcast-top span em {
    margin-right: 5px
}

.podcast-top .duration {
    padding-left: 20px;
    position: relative
}

.podcast-top .duration::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #BDCE8E;
}

.podcast-body {
    margin: 30px 0;
    color: rgba(255, 255, 255, 0.58);
    font-size: 16px;
    line-height: 26px
}

.podcast-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.podcast-action .pod-play {
    display: flex;
    align-items: center
}

.podcast-action .pod-play span {
    color: #fff
}

.podcast-action .pod-play .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    min-width: 60px;
    min-height: 60px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.58);
}

.podcast-box:hover .pod-play .icon {
    background: #F68F00;
    color: #fff
}

.podcast-action .pod-play > span {
    text-decoration: underline;
    font-size: 16px;
}

.podcast-body .h5 {
    font-size: 26px;
    text-transform: uppercase
}

.section_action {
    margin-top: 30px
}

.podcast-box.v2 .podcast-top {
    color: rgba(34, 34, 34, 0.65)
}

.podcast-box.v2 .podcast-top .episode {
    background: rgba(181, 181, 181, 0.04);
    color: #222222;
}

.podcast-box.v2 .podcast-body {
    color: rgba(34, 34, 34, 0.65)
}

.podcast-box.v2 .podcast-action .pod-play .icon {
    border: 1px solid rgba(34, 34, 34, 0.65);
    color: rgba(34, 34, 34, 0.65);
}

.podcast-box.v2 .podcast-action .pod-play span {
    color: #222222;
}

.podcast-box.v2:hover .h5 {
    color: #fff
}

.podcast-box.v2:hover .podcast-body {
    color: rgba(255, 255, 255, 0.68)
}

.podcast-box.v2:hover .podcast-top .episode {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.podcast-box.v2:hover .podcast-top {
    color: rgba(255, 255, 255, 0.68)
}

.podcast-box.v2:hover .podcast-top span em {
    color: #F68F00
}

.podcast-box.v2:hover .podcast-top .duration::before {
    background: #F68F00;
}

.podcast-box.v2:hover .pod-play .icon {
    background: #F68F00;
    color: #fff;
}

.podcast-box.v2:hover .podcast-action .pod-play span {
    color: #fff;
}

.video-box.style2.alt {
    height: auto
}

.video-box.style2.alt::before {
    opacity: 0
}

.content-text.box.style5 {
    padding: 30px;
    height: 100%;
    border: 1px solid #707070
}

.content-text.box.style5 .title {
    font-size: 28px;
    margin-bottom: 25px
}

.content-text.box.style5 .list_check {
    column-count: 2
}

.content-text.box.style5 .list_check li {
    margin-top: 0;
    margin-bottom: 10px
}

.content-text.box.style5 .list_check li::before {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="28.912" height="28.912" viewBox="0 0 28.912 28.912"><g id="Group_21347" data-name="Group 21347" transform="translate(-345.496 -2228.496)"><circle id="Ellipse_5" data-name="Ellipse 5" cx="14.456" cy="14.456" r="14.456" transform="translate(345.496 2228.496)" fill="%23e79826" opacity="0.177"/><path id="Path_16540" data-name="Path 16540" d="M11.014,0A11.014,11.014,0,1,1,0,11.014,11.014,11.014,0,0,1,11.014,0Z" transform="translate(348.937 2231.938)" fill="%23f68f00"/><g id="Group_21247" data-name="Group 21247" transform="translate(355.948 2231.937)"><rect id="Rectangle_11706" data-name="Rectangle 11706" width="2.937" height="9.3" transform="translate(0 5.314)" fill="%23fff"/><rect id="Rectangle_11707" data-name="Rectangle 11707" width="2.948" height="19.5" transform="translate(12.793 0) rotate(41)" fill="%23fff"/></g></g></svg>') no-repeat scroll center/cover
}
.team-heading-bg {
    position: absolute;
    font-family: 'Saira Condensed';
    font-weight: 800;
    text-transform: uppercase;
    font-size: 315px;
    line-height: 100%;
    top: -18px;
    left: -400px;
}
.team-heading-bg.right {
    left: auto;
    right: -400px;
    top: 55px;
}
.team_circle_shape {
    position: absolute;
    bottom: 150px;
    width: 1000px;
    z-index: -1;
    right: 200px;
}
.graph-center .circle1,
.graph-center .circle2,
.graph-center .circle3 {
    animation: wave 4s ease-in-out infinite;
}

.graph-center .circle2 {
    animation-delay: 0.5s;
}

.graph-center .circle3 {
    animation-delay: 0.7s;
}

@keyframes wave {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.05);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0.6;
    }
}

.c_form.style1 form input[type="submit"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    border: 1px solid transparent !important;
    text-align: center !important;
    padding: 16px 22px !important;
    font-family: 'Saira ExtraCondensed ExCond' !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    line-height: 26px !important;
    font-size: 20px !important;
    border-color: #E67B00 !important;
    color: #fff !important;
    background: #E67B00 !important;
    transition: all 0.4s !important;
    height: auto !important;
    width: auto !important;
}
.c_form.style1 form input[type="submit"]:hover{
	border-color: #b46100 !important;
    color: #fff !important;
    background: #b46100 !important;
}
.c_form.style1 .gform_footer {
	justify-content:flex-end !important
}
.gform-theme--foundation .gform_fields{
row-gap: 25px !important;
}
.iframe-code iframe {
    width: 100%;
}
.contact-area .c_form.style1 a{
	    color: #B5B5B5;
	text-decoration:underline
}
.contact-area .c_form.style1 a:hover{
	text-decoration:none
}
.banner-menu {
    color: #fff;
    font-size: 12px;
	    display: inline-block;
    color: #fff;
    position: relative;
    font-family: 'Saira ExtraCondensed';
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.banner-menu a {
    color: #707070;
    text-decoration: none;
    font-weight: 600;
}
.banner-menu a:hover {
    color: #F68F00;
}
.podcast-body .h5.text_white, .podcast-body .h5.text_white > *{
	color:#222
}
.podcast-box.v2:hover .podcast-body .h5.text_white, .podcast-box.v2:hover .podcast-body .h5.text_white > * {
    color: #fff !important;
}
.text-box.style1 .h3{
	font-size:40px
}
.bg_dark .podcast-body .h5.text_white, .bg_dark .podcast-body .h5.text_white > * {
    color: #fff;
}
.team-page .content-box.style1{
	height:100%;
	display:flex;
	justify-content:space-between;
	flex-direction:column
}
.plain-text h1, .plain-text h2, .plain-text h3, .plain-text h4, .plain-text h5{
	margin-bottom:15px
}
.plain-text h4 {
    font-size: 30px;
}
.ti-load-more-reviews-button, .ti-widget[data-layout-id='16'][data-set-id='ligth-border'] .ti-load-more-reviews-container .ti-load-more-reviews-button, .ti-widget[data-layout-id='16'][data-set-id='ligth-border'] .ti-load-more-reviews-container .ti-load-more-reviews-button{
	display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 6px !important;
    border: 1px solid transparent !important;
    text-align: center !important;
    padding: 16px 22px !important;
    font-family: 'Saira ExtraCondensed ExCond' !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    line-height: 26px !important;
    font-size: 20px !important;
    border-color: #E67B00 !important;
    color: #222 !important;
    background: #E67B00 !important;
}
.ti-widget[data-layout-id='16'][data-set-id='ligth-border'] .ti-review-item>.ti-inner, .ti-widget[data-layout-id='16'][data-set-id='ligth-border'] .ti-load-more-reviews-container .ti-load-more-reviews-button {
    background-color: #E67B00 !important;
}
.ti-load-more-reviews-button:hover, .ti-widget[data-layout-id='16'][data-set-id='ligth-border'] .ti-load-more-reviews-container .ti-load-more-reviews-button:hover {
    background-color: #b46100 !important;
	    border-color: #b46100 !important;
    color: #fff !important;
    background: #b46100 !important;
}
.cta-buttons a{
	margin-right:10px
}
.cta-buttons a:last-child{
	margin-right:0
}
.post-banner-single .banner-img-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.post-banner-single::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0F0F0F;
    opacity: 0.8;
    z-index: 0;
}
.post-banner-single .post-meta {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}
.post-banner-single .post-meta a{
	text-decoration:none
}
.post-banner-single .post-meta a:hover{
	text-decoration:underline;
	color:#fff
}
.page-banner.banner-default.post-banner-single .banner-text {
    margin-top: 60px;
}
.single-post .plain-text h1, .single-post .plain-text .h1{
	font-size:50px
}
.single-post .plain-text h2, .single-post .plain-text .h2{
	font-size:40px
}
.single-post .plain-text h3, .single-post .plain-text .h3{
	font-size:30px
}
.single-post .plain-text h4, .single-post .plain-text .h4{
	font-size:26px
}
.single-post .plain-text h5, .single-post .plain-text .h5{
	font-size:20px
}
.single-post .plain-text ul, .single-post .plain-text ol{
	margin:20px 0
}
.single-post .plain-text img, .single-post .plain-text iframe{
	width:100%
}
.single-post .plain-text iframe{
	margin:20px 0
}
.single-post .banner-menu a{
	color:#fff
}
.single-post .banner-menu a:hover{
	color:#E67B00
}

.paginations ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-left: 0
}

.paginations ul li {
    display: inline-flex;
    margin: 0 5px;
}

.paginations li a {
    color: #9D9D9D;
    opacity: 0.55;
    display: block;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.paginations li a:hover {
    opacity: 1;
    color: rgba(249, 138, 21, 0.85);
}

.paginations .prev,
.paginations .next {
    color: #333;
    font-size: 16px;
    opacity: 1;
    width: auto;
    height: auto
}

.paginations em {
    margin: 0 9px
}

.paginations {
    margin-top: 30px;
}
.map-image{
    position: relative
}
.map-image .container {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.cta-pin-wave {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #F68F00;
    top: 25%;
    left: 18%;
}
.cta-pin-wave.v2 {
    top: 36%;
    left: 17%;
}
.cta-pin-wave::before,
.cta-pin-wave::after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    background: rgba(246, 143, 0, 0.22);
    opacity: 0;
}

.cta-pin-wave::before {
    animation: waves 2.5s infinite ease-out;
}

.cta-pin-wave::after {
    width: 40px; /* slightly bigger ripple */
    height: 40px;
    animation: waves 3s infinite ease-out;
    animation-delay: 1.2s; /* staggered */
}

@keyframes waves {
  0% {
    transform: translate(-50%, -50%) scale(0.2);
    opacity: 0;
  }
  50% {
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0.9;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.post-tags a {
    text-decoration: none;
    font-size: 10px;
    padding: 5px 10px;
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-transform: uppercase;
}
.post-tags a:hover{
	    border-color: #E67B00;
    color: #fff;
    background:#E67B00;
}
.share-now{
	margin-top:20px
}
.share-now a{
	text-decoration:none;
	display:inline-block;
	margin-right:6px
}
.share-now a:hover{
	color:#E67B00
}
.post-banner-single .team-banner-bg{
	object-position:0 10%
}
.wp-block-embed{
	margin:20px 0
}
.faq-accordion .accordion-body {
    box-shadow: 0 10px 30px rgba(246, 143, 0, 0.2);
}
.text-box.style4{
	transition:all 0.4s
}
.text-box.style4:hover {
    box-shadow: 0 10px 30px rgba(246, 143, 0, 0.2);
}
.error404 .header-area{
	    background: #0F0F0F;
	position:relative
}
.error404  #menu-toggle span {
    background: #fff;
}
.error-page .h3 {
    font-weight: 700;
    font-size: 150px;
}
.error-page{
	font-size:20px
}
.single-post .plain-text ol{
	list-style:decimal;
	padding-left:20px
}
.single-post .plain-text ol li{
	display:list-item
}

.team-wrapper .team-inner {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.team-wrapper .team-inner.show {
    opacity: 1;
    transform: translateY(0);
}

.team-wrapper .team-inner:hover .letter, .team-wrapper .team-inner.active .letter{
    background: #E67B00;
    color: #fff
}
.icon-teaser.style5{
	position:relative;
	z-index:1;
	transition:all 0.4s
}
.link_pos{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0
}
.icon-teaser.style5:hover{
	transform:translatey(-10px)
}
.content-box .text-box.style1 p{
	 display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:5;
  overflow: hidden;
}
.team-wrapper .team-inner:hover img{
	filter:grayscale(0)
}
.team-slider .slick-track {
    will-change: transform;
}

.custom_arrows.right{
    justify-content: flex-end
}
.n_top_220{
    margin-top: -220px
}
.rv_circle_shape{
    position: absolute;
    width: 700px;
    right: 0;
    top: -100px;
    right: -100px;
    z-index: -1;

}
.rv-card-slider .slide{
	padding:0 15px;
	 height: inherit !important
}
.rv-card-slider .slick-list{
	margin-left:-15px;
	margin-right:-15px
}
.rv-card-slider .slick-track{
	display:flex !important
}
.rv-card-slider .slide > div {
    height: 100%
}
.rv-card-box {
    padding: 30px;
    border: 1px solid #1C1C22;
    border-radius: 15px;
    background: linear-gradient(180deg,rgba(24, 24, 28, 1) 0%, rgba(19, 19, 22, 1) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	position:relative;
	z-index:1;
	overflow:hidden;
	transition:all 0.4s 
}
.rv-card-box::after{
	position:absolute;
	content:"";
	bottom:0;
	left:0;
	width:100%;
	height:200px;
	background: linear-gradient(0deg,rgba(249, 115, 22, 0.35) 0%, rgba(234, 88, 12, 0.1) 65%, rgba(0, 0, 0, 0) 100%);
	opacity:0;
	transition:all 0.4s;
	visibility:hidden
}
.rv-card-box:hover::after{
	opacity:1;
	visibility:visible
}
.rv-card-box:hover{
	border-color:#F973161F
}
span.text_bg {
    font-family: 'Saira ExtraCondensed';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 150px;
    line-height: 90%;
    color: #ffffff0a;
    position: absolute;
    width: auto;
    left: 0;
    top: 50%;
    white-space: nowrap;
	z-index:-1;
	transition:all 0.4s
}
.rv-card-box .title {
    font-family: "Public Sans", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
.rv-card-box img.icon-img {
    width: 70px;
    margin-bottom: 20px;
}
.rv-card-box .rv_img {
    transform: translatey(30px);
    max-height: 200px;
}
.rv-meta .name {
    color: #F68F00;
    font-family: "Public Sans", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.rv-card-box .rv-logo {
    max-width: 130px;
    max-height: 30px;
    filter: grayscale(1);
    margin: 30px 0;
}
.rv-card-box:hover .text_bg{
	color:#F973160B;
}
.rv-custom-dots .slick-dots{
	position:inherit;
	bottom:auto;
	text-align:right
}
/* .rv-card-box .rv-text {
    height: 150px;
    overflow-y: auto;
    padding-right: 12px;
    margin: 20px 0;
} */

.rv-card-box .rv-text::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #17171a;
}

.rv-card-box .rv-text::-webkit-scrollbar
{
	width: 6px;
	background-color:#17171a;
}

.rv-card-box .rv-text::-webkit-scrollbar-thumb
{
	background-color: #ebbd7e;
	opacity:0.3
}
.rv-card-slider-alt .slick-list{
    width: 2000px;
    margin-left: -15px
}
.rv-card-slider-alt .slide{
    padding: 0 15px
}

.rv-card-box-alt {
    border-radius: 16px;
    background: #fff;
    padding: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.rv-card-box-alt img.rv_img_alt {
    position: absolute;
    top: 100px;
    width: 35%;
    left: 30px;
}
.rv-card-box-alt .title {
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}
.rv-card-box-alt .quote-icon-alt {
    font-size: 70px;
    margin-bottom: 10px;
    color: #F68F00;
}
.rv-meta-alt {
color: #9f9c9c
}
.rv-meta-alt .name-alt {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
    color: #E67B00;
}
.rv-card-box-alt .text_bg_alt {
    font-family: 'Saira ExtraCondensed';
    font-size: 160px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.05;
	width:50%
}
.rv-card-box-alt .rv-text-alt {
    margin: 15px 0;
    height: 100px;
    padding-right: 10px;
    overflow-y: auto
}
.custom_arrows.right{
    justify-content: flex-end
}
img.rv-logo-alt {
    height: 24px;
}
.rv-meta-alt{
	width:50%
}
.rv-card-box-alt .rv-card-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    transition: all 0.4s;
    opacity: 0;
    visibility: hidden;
	z-index:-1
}
.slick-current .rv-card-box-alt .rv-card-shape{
	opacity:1;
	visibility:visible
}
.rv-card-box-alt .rv-text-alt::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #fff;
}

.rv-card-box-alt .rv-text-alt::-webkit-scrollbar
{
	width: 6px;
	background-color:#fff;
}
.rv-card-box-alt .rv-text-alt::-webkit-scrollbar-thumb{
	background-color: #666666;
	opacity:0.3
}
.quote-icon-alt img.icon-img {
    height: 50px;
    margin-bottom: 20px;
}
.bg_dark.testimonial-new.bg_white .heading-alt.text_white {
    color: #101010;
}
.bg_dark.testimonial-new.bg_white .text_light {
    color: #141414;
}
.bg_dark.testimonial-new.bg_white .rv-card-box-alt {
    border: 1px solid rgb(112 112 112 / 20%);
}
.bg_dark.testimonial-new.bg_white .custom_arrows.white .arrows {
    border-color: rgba(0, 0, 0, 0.42);
    color: #101010;
}
.bg_dark.testimonial-new.bg_white .custom_arrows.white .arrows:hover {
    border-color:#E67B00;
    color: #fff;
}
.logo-carousel-area {
    margin-top: -8px;
}

/*Responsive*/

#menu-toggle span {
    height: 2px;
    width: 95%;
    background: #402921;
    display: block;
    margin-top: 5px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-radius: 5px;
    margin-right: auto;
    margin-left: 0;
}

#menu-toggle span:nth-child(1) {
    top: 4px;
}

#menu-toggle span:nth-child(2) {
    top: 6px;
    width: 75%;
}

#menu-toggle span:nth-child(3) {
    top: 8px;
    width: 65%
}

#menu-toggle {
    width: 42px;
    height: 42px;
    display: block;
    position: relative;
    background: transparent;
    padding: 4px 8px;
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    display: none
}
.crm_bg_img {
    height: 950px;
}

/*Tab landscape*/
@media (min-width: 2134px) {
	.team-slider .slick-active + .slick-active.slick-current {
    transform: scale(1.5);

}
	.crm_bg_img{
		height:950px
	}
}
@media (min-width: 1921px) and (max-width: 2133px){
	.team-meta{
		bottom:260px
	}
	
	.team-slider .slick-slide {
    padding: 200px 0 70px;
}
	.crm_bg_img{
		height:950px
	}
	
}
@media (min-width: 2134px) and (max-width: 2400px) {
	.team-meta{
		bottom:260px
	}
	.team-slider .slick-slide {
    padding: 200px 0 70px;
}
	.crm_bg_img{
		height:950px
	}
}

@media (min-width: 2401px) and (max-width: 2743px) {
	.team-meta{
		bottom:260px
	}
	.team-slider .slick-slide {
    padding: 200px 0 70px;
}
	.crm_bg_img{
		height:950px
	}
}
@media (min-width: 2744px) {
	.team-meta{
		bottom:260px
	}
	.crm_bg_img{
		height:950px
	}
}
@media(max-width:1900px){
	.team-heading-bg{
		font-size:270px
	}
}
@media(max-width:1600px) {

    .hero-area .headshot_right_dodge,
    .hero-area .headshot_right_object,
    .hero-area .headshot_left_dodge,
    .hero-area .headshot_left_object {
        width: 300px
    }
    .team-heading-bg{
        font-size: 230px
    }
    .n_300 {
    margin-top: -50px;
}
    .team_substrac {
    bottom: -41%;
}
.team-meta{
		bottom:260px
	}

}

@media(max-width:1400px) {
    a.site-logo {
        display: inline-block;
        width: 150px;
    }

    .mainmenu ul li {
        margin-right: 15px;
    }

    .cta-btn {
        font-size: 18px
    }

    .hero-top .hero-sub-heading {
        font-size: 20px
    }

    .hero-top {
        padding-top: 150px;
        padding-bottom: 60px;
    }

    .hero-area .headshot_left_dodge,
    .hero-area .headshot_left_object {
        width: 200px
    }

    .hero-area .headshot_right_dodge,
    .hero-area .headshot_right_object {
        width: 200px
    }

    .hero-lists li {
        font-size: 18px;
        margin-top: 5px
    }

    .hero-text {
        width: 80%;
        margin: 0 auto
    }

    .hero-heading {
        font-size: 100px
    }

    .hero-stats {
        padding: 25px 0;
    }

    .container.smalls {
        max-width: calc(100% - 200px);
    }

    .stats-inner .item {
        padding: 0 20px;
        font-size: 13px;
        line-height: 18px;
    }

    .stats-inner .num {
        font-size: 40px;
    }

    h1,
    .h1 {
        font-size: 58px;
        line-height: 100%;
    }

    h2,
    .h2 {
        font-size: 48px;
        line-height: 100%;
    }

    h4,
    .h4 {
        font-size: 32px;
        line-height: 100%;
    }

    .stat-box .num {
        font-size: 60px
    }

    .section-heading .content-text ul li {
        margin-top: 5px
    }

    .magazine-slider .inner-box img {
        filter: grayscale(0) opacity(1);
        transition: all 0.4s;
    }

    .team-meta {
        left: 70px;
        bottom: 165px;
        padding: 20px;
    }

    .cta-area.style2 .cta_img {
        width: 50%
    }

    .cta-area.style2 {
        padding: 50px 0
    }

    .cta-area.style2 .heading {
        font-size: 36px;
    }

    .cta-headshot-left {
        bottom: -70px;
        left: -80px;
        width: 300px;
        z-index: -1;
    }

    .cta-headshot-right {
        bottom: -70px;
        right: -80px;
        width: 270px;
        z-index: -1;
    }

    .cta-area.style5 .title {
        font-size: 32px
    }

    .hero-heading {
        font-size: 60px;
    }

    .image-cta-banner .inner .cta-btn {
        bottom: 30px;
        left: 210px;
    }

    .image-cta-banner .inner .text {
        top: 88px;
        left: 60px;
    }

    .image-cta-banner .inner .title {
        font-size: 60px;
        margin: 0;
    }

    .image-cta-banner .inner .subtitle {
        font-size: 46px;
    }

    .image-cta-banner .inner .cta-btn {
        bottom: 30px;
        left: 210px;
    }

    .image-image-banner.alt .inner > .title {
        font-size: 70px;
    }

    .count-pos.right {
        right: 0
    }

    .icon-teaser.style2 {
        padding: 25px
    }

    .expertise-areas .col-lg-4:first-child .icon-teaser.style2,
    .expertise-areas .col-lg-4:nth-child(4n) .icon-teaser.style2 {
        padding-left: 25px
    }

    .expertise-areas .col-lg-4:nth-child(3n) .icon-teaser.style2 {
        padding-right: 25px
    }

    .stats-box.style5 .title {
        font-size: 56px
    }

    .stats-box.style5 {
        font-size: 15px
    }

    .team-box-alt.v2 .image {
        width: 140px;
        height: 140px;
    }

    .team-box-alt.v2 {
        padding: 25px;
    }

    .expertise-counter-area .inner-items.style2 {
        padding: 20px;
    }

    .content-box.style6 .inner-items .font_ex_cond_700 {
        font-size: 56px;
    }

    .cta-area .inner.regular-text .text {
        width: 80%;
        margin: 0 auto
    }

    .n_300 {
        margin-top: 0;
    }

    .graphs-stats-box.v3 {
        bottom: 220px;
        left: 50px;
    }

    .graphs-stats-box.v4 {
        bottom: 220px
    }

    .graph-area {
        padding-bottom: 50px !important
    }

    .content-tab-v2 .content_tabs_list button {
        padding: 30px;
        font-size: 20px
    }

    .crm-training-area .content-text {
        padding: 20px;
        font-size: 14px;
        line-height: 20px;
    }

    .content-text ul li::before {
        width: 15px;
        height: 20px;
    }

    .crm-training-area .image-text .image-box {
        width: 70%;
    }

    .icon-teaser.style5 {
        padding: 20px
    }

    .icon-teaser.style5 .icon img {
        height: 56px;
    }

    .icon-teaser.style3 .h5 {
        font-size: 24px;
    }

    .icon-teaser.style3 .icon img {
        width: 62px;
        height: 62px;
    }

    .image-stats-box {
        font-size: 18px;
        left: 0;
    }

    .call-to-action.style5 {
        padding: 50px
    }

    .text-box.style5 .title {
        font-size: 24px;
    }

    .text-box.style2.text-end::before {
        right: -96px
    }

    .text-box.style2.text-start::before {
        left: -96px
    }

    .content-box.style6 .inner-items {
        padding: 20px
    }

    .icon-teaser.style1 img {
        height: 70px
    }

    .icon-teaser.style1 .h5 {
        font-size: 22px
    }

    .text-box.style3 {
        padding: 25px
    }

    .giving-back-area.style2 .right_img {
        width: 500px;
        right: -190px;
    }

    .giving-back-area.style2 .left_img {
        width: 600px;
        left: -300px;
    }

    .content-box .text-box.style1 {
        padding: 25px
    }

    .text-box.style1 .h3 {
        font-size: 32px;
    }

    .content-box .image-box.style1 {
        height: 300px
    }
     .team-heading-bg {
    font-size:160px;
        top: 50px
}
    .team-heading-bg.right{
        top: 120px
    }
	.img-tags{
		top:auto;
		bottom:20px;
		left:0
	}
	
    
}

/*Tab Portrait*/
@media(max-width:991px) {
    br {
        display: none
    }

    nav#menu {
        position: absolute;
        top: 99%;
        left: 0;
        width: 100%;
        display: block;
        z-index: 999;
        min-height: calc(100vh - 45px);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s all;
    }

    nav#menu.active {
        opacity: 1;
        visibility: visible;
        transition: 0.3s all;
    }

    .mainmenu ul {
        text-align: left;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: hidden;
        max-height: 0;
        background: #fff;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    nav#menu,
    nav#menu > ul ul {
        overflow: auto;
        padding: 50px 20px;
    }

    nav#menu > ul > li {
        display: block !important;
        margin: 0 !important;
        padding: 0
    }

    nav#menu ul ul,
    nav#menu ul ul ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        padding: 0
    }

    nav#menu > ul > li > span {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 16px;
        z-index: 2;
    }

    nav#menu ul ul.sub-menu.active {
        visibility: visible;
        opacity: 1;
        max-height: 55em;
    }

    nav#menu > ul > li > a {
        display: block;
        position: relative;
        padding: 15px 0px;
        color: #111;
        border-bottom: 1px solid rgba(25, 25, 25, 0.06);
        font-size: 18px;
        opacity: 1;
        font-weight: 500
    }

    .header-menu a::before {
        display: none
    }

    .header-menu a::after {
        display: none
    }

    nav#menu > ul > li:last-child > a {
        border: none
    }

    .mainmenu ul li > ul {
        border: none
    }

    nav#menu li.has-submenu > a:after {
        border: none;
        content: '+';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        top: 50%;
        transform: translateY(-50%);
        width: auto;
        height: auto;
        font-size: 30px;
        font-weight: 400
    }

    .sub-menu::before {
        height: 90% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

    .sub-menu::after {
        display: none
    }

    nav#menu li.has-submenu > a.active:after {
        content: "-";
        font-size: 20px
    }

    nav#menu ul ul > li a {
        padding: 13px 0px;
        line-height: normal;
        color: #fff;
        font-size: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.06)
    }

    ul.sub-menu {
        padding-left: 20px;
    }

    .header-toggle.active span:nth-child(2) {
        opacity: 0
    }

    .header-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
    }

    .header-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
    }

    .header-toggle {
        display: block;
    }

    nav#menu > ul ul {
        background: transparent;
        box-shadow: none;
        width: 100%;
        padding-left: 15px
    }


    #menu-toggle {
        display: block;
        margin-left: 10px;
        padding-right: 0
    }

    .header-action > a {
        display: none
    }

    .header-area {
        position: relative
    }

    .site-logo {
        max-width: 220px;
    }

    #menu-toggle.active span:nth-child(2) {
        opacity: 0
    }

    #menu-toggle.active span:nth-child(1) {
        top: 14px;
        transform: rotate(45deg);
        width: 100%
    }

    #menu-toggle.active span:nth-child(3) {
        top: 0px;
        transform: rotate(-45deg);
        width: 100%
    }

    section,
    .section {
        padding: 50px 0
    }

    body.active {
        overflow: hidden
    }

    a.site-logo {
        display: inline-block;
        width: 110px;
    }

    .header-area {
        padding: 10px 0
    }

    body {
        line-height: 24px;
        font-size: 15px;
    }




    .mobile-btn {
        display: block;
        margin-top: 20px
    }

    .hero-lists li {
        padding-right: 20px;
        font-size: 18px;
        margin: 5px 0;
        margin-right: 20px;
    }

    .hero-lists li::after {
        width: 11px;
        height: 11px;
    }

    .hero-area .group_btn {
        margin-top: 30px;
    }

    .stats-inner .num {
        font-size: 40px
    }

    .stats-inner .item {
        padding: 0 25px;
        font-size: 14px;
        line-height: normal;
    }

    .left_shape,
    .right_shape {
        top: -230px
    }

    .logo-slider .inner {
        padding: 0 25px;
    }

    .hero-top {
        padding: 80px 0;
        padding-top: 80px;
    }

    .hero-top .hero-sub-heading {
        font-size: 16px
    }

    .hero-area .headshot_left_dodge,
    .hero-area .headshot_right_dodge {
        display: none
    }

    .hero-heading {
        font-size: 90px;
        display: inline-block;
    }

    .hero-lists li {
        font-size: 15px
    }

    .hero-heading::after {
        bottom: -3px;
    }

    h2,
    .h2 {
        font-size: 48px;
        line-height: 100%;
    }

    h1,
    .h1 {
        font-size: 52px;
        line-height: 100%;
    }

    h3,
    .h3 {
        font-size: 36px;
        line-height: 100%;
    }

    h4,
    .h4 {
        font-size: 30px;
        line-height: 100%;
    }

    .box.style1 {
        padding: 25px
    }

    .box.style1 img {
        height: 62px;
    }

    .box.style1 img {
        height: 62px;
        margin-bottom: 20px;
    }

    .box.style1 .title {
        font-size: 28px
    }

    .pb_300 {
        padding-bottom: 200px;
    }

    .n_top_210 {
        margin-top: -140px;
    }

    .cta_banner_shape {
        top: 140px;
        height: 230px;
    }

    .stat-box {
        font-size: 15px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0 15px
    }

    .stat-box .num {
        font-size: 56px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .stat-box.ratings img {
        min-width: 35px;
        width: 35px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .col-md-3:first-child .stat-box {
        padding-left: 15;
    }

    .col-md-3:last-child .stat-box {
        padding-right: 0;
    }

    .n_top_250 {
        margin-top: -250px;
    }

    .section-heading .content-text ul li {
        margin-top: 5px
    }

    .logo-carousel .logo-box img,
    .logo-carousel-alt .logo-box img {
        height: 48px;
    }

    .magazine-slider .slick-list {
        margin-left: -150px;
        margin-right: -150px;
    }

    .magazine-slider .inner-box img {
        filter: grayscale(0) opacity(1);
        transition: all 0.4s;
    }

    .box.style2 > img {
        height: 18px;
    }

    .box.style2 {
        padding: 20px
    }

    .box.style2 .meta img {
        min-width: 50px;
        width: 50px;
    }

    .cta-inner.style1::after {
        display: none
    }

    .cta-inner.style1 {
        padding: 25px
    }

    .team-area .heading_bg {
        left: 0;
        min-width: 100%;
        top: 65px
    }

    .team-slider .slick-active {
        transform: scale(1)
    }

    .team-slider .slick-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .team-meta {
        left: 0;
        bottom: 150px;
        padding: 20px;
    }

    .team-area .team_bg {
        height: 100%
    }

    .team-meta span.team-title {
        font-size: 28px
    }

    .team-slider .slick-slide {
        padding-top: 150px;
        padding-bottom: 100px
    }

    .quote-box {
        display: block;
        text-align: left
    }

    .quote-box img {
        width: 75px;
        min-width: 75px;
        margin: 0 0 20px;
    }

    .quote-notes {
        text-align: left;
    }

    .quote-notes .cta-btn {
        margin-top: 20px
    }

    .cta-area.style2 .cta_img {
        width: 50%
    }

    .cta-area.style2 {
        padding: 40px 0
    }

    .cta-area.style2 .heading {
        font-size: 32px;
    }

    .cta-area.style5 .container {
        max-width: 55%;
    }

    .cta-headshot-left {
        bottom: -50px;
        left: -230px;
        width: 250px;
        z-index: -1;
    }

    .cta-headshot-right {
        bottom: -50px;
        right: -230px;
        width: 230px;
        z-index: -1;
    }

    .cta-area.style5 .title {
        font-size: 30px
    }

    .footer-top {
        padding: 30px 0
    }

    .footer-widget {
        margin: 15px 0
    }

    .cta-area.style5 .cta-circle-left {
        bottom: -50px
    }

    .cta-area.style5 .cta-circle-right {
        bottom: -50px
    }

    .container.smalls {
        max-width: 100%
    }

    .box.style1 {
        display: block
    }

    .hero-text {
        width: 100%
    }

    .hero-heading {
        font-size: 70px;
        display: inline-block;
    }

    .hero-heading {
        font-size: 44px;
        display: inline-block;
    }

    .hero-text {
        width: 65%;
    }

    .hero-top {
        padding: 50px 0
    }

    .hero-area .group_btn a {
        margin-top: 8px
    }

    .hero-area .group_btn {
        margin-top: 15px;
    }

    .image-cta-banner .inner .ai-enhanced-logo {
        top: 15px;
        left: 120px;
        height: 30px;
    }

    .image-cta-banner .inner .text {
        top: 62px;
        left: 15px;
    }

    .image-cta-banner .inner .title {
        font-size: 44px;
        margin: 0;
    }

    .image-cta-banner .inner .subtitle {
        font-size: 36px;
    }

    .image-cta-banner .inner ul li {
        font-size: 15px;
    }

    .image-cta-banner .inner .cta-btn {
        bottom: 10px;
        left: 140px;
    }

    .image-image-banner.alt .inner > .title {
        font-size: 60px;
    }

    .image-image-banner.alt .inner {
        padding: 30px;
    }

    .image-image-banner.alt .inner .cta_car {
        width: 358px;
        left: 17px;
        bottom: -46px;
    }

    .n_top_250 {
        margin-top: -190px;
    }

    .image-image-banner.alt .inner-text::before {
        width: calc(100% + 60px);
    }

    .image-image-banner.alt .inner-text::after,
    .bg_overlay {
        width: calc(100% + 60px);
    }

    .pb_300 {
        padding-bottom: 240px;
    }

    .team-heading {
        justify-content: flex-end
    }

    .team-slider .slick-slide {
        padding: 100px 0 0;
    }

    .team-slider .slick-active,
    .team-slider .slick-active + .slick-active {
        transform: scale(1);
    }

    .team-slider .slick-current {
        transform: scale(1);
    }

    .team-slider .slick-list {
        margin-left: 0;
        margin-right: 0;
    }

    .team_arrows {
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .slick-current .team-meta {
        opacity: 1;
        visibility: visible
    }

    .team-meta span.team-title {
        font-size: 22px;
        margin: 0
    }

    .team-meta span.team-desc {
        font-size: 16px
    }

    .team-meta span.team-action {
        font-size: 14px
    }

    .team-meta {
        bottom: 120px;
        padding: 15px;
        left: 0%;
    }

    .n_top_100 {
        margin-top: 0;
    }

    .page-banner {
        padding-top: 10px;
        padding-bottom: 40px
    }

    .page-banner.banner-default {
        padding-bottom: 40px
    }

    .banner-text .h1 {
        font-size: 46px;
    }

    .sub-banner-heading {
        font-size: 20px
    }

    .count-pos .num {
        font-size: 50px
    }

    .count-pos {
        font-size: 22px
    }

    .count-pos.right img {
        height: 46px;
    }

    .count-pos.right {
        right: 0
    }

    .n_top_250 {
        margin-top: -240px;
    }

    .icon-teaser.style2 .h5 {
        font-size: 24px;
    }

    .stats-box.style5 .title {
        font-size: 50px
    }

    .stats-box.style5 {
        font-size: 16px;
        line-height: 110%;
    }

    .team-box-alt.v2 .image {
        width: 130px;
        height: 130px;
    }

    .team-box-alt.v2 {
        padding: 25px;
    }

    .video-library.nav-tabs .nav-link {
        padding: 10px 15px;
        font-size: 14px;
    }

    .opportunity-content-area .text-box.style12 {
        padding: 0;
        box-shadow: none;
        margin: 0
    }

    .opportunity-content-area .text-box.style12::before {
        display: none
    }

    .link.style2 ul li a {
        padding: 7px;
        font-size: 13px;
    }

    .link.style2 ul li {
        margin: 5px;
        display: inline-block;

    }

    .banner-text {
        margin-top: 30px;
    }

    .cta-v6-img,
    .cta-v6-img-dodge {
        left: 30px;
        width: 37%;
    }

    .cta-v6-img-dodge {
        left: 30px;
        width: 39%;
    }

    .cta-box-v6 {
        padding: 30px
    }

    .cta-area .inner.regular-text {
        padding: 0
    }

    .cta-area .inner.regular-text .text {
        width: 100%
    }

    .banner-text .stat-box {
        border-bottom: 0;
        margin: 0 0 20px;
        height: auto;
        padding: 15px
    }

    .banner-text .col-md-3:last-child .stat-box {
        border-right: 0
    }

    .card-box.style2 {
        padding: 30px;
        margin-top: -140px;
    }

    .page-banner.pb_200 {
        padding-bottom: 120px;
    }

    .card-box.style2 .h2 {
        font-size: 34px
    }

    .contact-social ul {
        margin-top: 20px
    }

    .contact-area .contact-info .inner .title {
        font-size: 24px;
    }

    .n_300 {
        margin-top: 0;
    }

    .graph-center .inner {
        width: 300px;
        height: 300px;
    }

    .graph-center {
        position: relative;
        left: auto;
        transform: translateX(0%);
        top: auto;
        margin-top: -420px;
        margin-bottom: 60px
    }

    .graph-center .circle3 {
        width: 380px;
        height: 380px;
    }

    .graph-center .circle1 {
        width: 330px;
        height: 330px;
    }

    .graph-center .circle2 {
        width: 350px;
        height: 350px;
    }

    .graph-area .container {
        position: inherit;
        top: 0;
        height: auto;
        width: 100%;
        left: auto;
        transform: translateX(0%);
    }

    .graph-area .container {
        position: inherit;
        top: auto;
        height: auto;
        width: auto;
        left: auto;
        transform: translateX(0%);
    }

    .graphs-stats-box .num {
        font-size: 50px;
    }

    .graphs-stats-box .title {
        font-size: 24px;
        font-weight: 600;
    }

    .graphs-stats-box {
        max-width: 230px
    }

    .graphs-stats-box.v1,
    .graphs-stats-box.v2 {
        top: -400px;
    }

    .graph-area {
        padding-bottom: 240px !important
    }

    .graphs-stats-box.v3,
    .graphs-stats-box.v4 {
        bottom: -160px;
    }

    .content-tab-v2 .content_tabs_list button {
        padding: 20px
    }

    .alt_pos_left {
        transform: translateX(0);
    }

    .alt_pos_right {
        transform: translateX(0);
    }

    .crm-training-area .content-text {
        height: 100%
    }

    .crm-training-area .image-text .image-box {
        width: 50%;
        z-index: -1;
        left: auto;
        right: -5%;
        transform: translateX(0);
    }

    .icon-teaser.style3 {
        padding: 20px;
    }

    .free-tools-areas .col-lg-4:last-child .icon-teaser.style3 {
        padding-bottom: 0
    }

    .n_top_215 {
        padding-top: 150px;
        margin-top: -100px;
    }

    .text-box.style9 {
        padding: 40px;
        height: 100%
    }

    .faq-accordion {
        margin-top: 30px;
    }

    .call-to-action.style5 {
        padding: 40px
    }

    .footer-area.style2 {
        margin-top: -200px;
    }

    .cta-btn {
        font-size: 15px;
        padding: 14px 18px
    }

    .text-box.style4 {
        padding: 40px
    }

    .text-box.style4 .title {
        font-size: 24px;
    }

    .text-box.style5 .title {
        font-size: 20px;
    }

    .text-box.style5 .number {
        font-size: 40px;
        width: 70px;
        height: 70px;
    }

    .text-box.style5 .number::before {
        width: 90px;
        height: 90px;
    }

    .text-box.process::after {
        top: 35px;
    }

    .cta-area.style5 .heading-alt span {
        display: inline
    }

    .image-text-box-v5 .left_img {
        width: 400px
    }

    .image-text-box-v5 .right_img {
        right: -90px;
        width: 335px;
    }

    .image-text-box-v5 .inner-box.right {
        transform: translateX(30px) translateY(10px);
    }

    .image-text-box-v5 .inner-box.left {
        margin-left: -50px;
    }

    .pb_120 {
        padding-bottom: 50px
    }

    .banner-text.single-team-text .h1 {
        font-size: 65px
    }

    .single-team-img,
    .single-team-img-dodge {
        height: auto;
        width: 250px;
    }

    .text-box.style2.text-end::before,
    .text-box.style2.text-start::before {
        right: -28px;
        top: 65px;
    }

    .text-box.style2.text-start::before {
        left: -28px;
    }

    .content-box.style6 .inner-items .font_ex_cond_700 {
        font-size: 44px;
    }

    .content-box.style6 .inner-items {
        padding: 20px
    }

    .icon-teaser.style1 img {
        width: auto;
        height: 70px;
    }

    .podcast-slider .slick-list {
        margin-left: 0px;
        margin-right: 0px;
    }

    .podcast-box {
        padding: 20px
    }

    .video-box.style2 .play_btn {
        font-size: 14px;
        width: 100%;
        height: 100%;
    }

    .video-box.style2 .play_btn .icon {
        min-width: 45px;
        width: 45px;
        height: 45px;
        min-height: 45px;
        font-size: 16px;
    }

    .video-box.style2 {
        height: 160px
    }

    .content-text.success-stories span {
        font-size: 30px;
        line-height: 46px;
    }

    .box.style1 .text_action {
        font-size: 14px
    }

    .text-box.style11 .count {
        font-size: 46px
    }

    .text-box.style14 {
        padding: 15px;
        right: 0
    }

    .content-image .large-text {
        font-size: 46px
    }

    .text-box.style13 {
        max-width: 130px;
    }

    .giving-back-area.style2 .left_img {
        width: 500px;
        left: -260px;
    }

    .giving-back-area.style2 .right_img {
        width: 400px;
        right: -150px;
    }

    .icon-teaser.style4 img {
        width: 34px;
        height: 34px;
        object-fit: cover;
        margin-right: 16px;
    }

    .text-box.style7 .count {
        font-size: 46px;
    }

    .text-box.style7 {
        margin-top: 20px;
        font-size: 15px;
    }

    .call-to-action.style2 {
        padding: 30px
    }

    .image-box.style4 .text-box {
        left: 10px;
        bottom: 10px;
        width: 130px;
        padding: 15px;
        font-size: 18px;
    }

    .image-box.style4 .text-box .count {
        font-size: 50px;
        margin-bottom: 5px;
    }

    h6,
    .h6 {
        font-size: 22px;
        line-height: 100%;
    }

    .content-box .text-box.style1 {
        padding: 25px
    }

    .content-box .image-box.style1 {
        height: 290px;
    }

    .content-text.box.style5 {
        padding: 20px
    }

    .content-text.box.style5 .list_check {
        column-count: 1
    }

    .content-text.box.style5 .title {
        font-size: 22px;
        margin-bottom: 20px;
    }
     .team-heading-bg {
    font-size: 120px;
        top: 50px
}
    .team-heading-bg.right{
        top: 120px
    }
	.error-page .h3{
		font-size:70px
	}
	
    .rv-card-slider-alt .slick-list {
    width: inherit;
    margin-left: -15px;
        margin-right: -15px;
        padding-right: 170px
}
	.n_top_220 {
    margin-top: -170px;
}
	   .map-image img, .map-image video {
    width: 100%;
    height: 300px;
    object-fit: cover;
}
	.magazine-slider .slick-current .inner-box img {
    filter: grayscale(1) opacity(0.45);
    transition: all 0.4s
}
	.logo-slider-v6{
		border-bottom:1px solid rgba(255, 255, 255, 0.23);
		        margin-top: 20px;
        padding-bottom: 30px;
	}
	.logo-slider-v6 .inner {
    padding: 0 15px;
}
	.logo-slider-v6 .inner {
    padding: 0 15px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
	.logo-slider-v6 img {
    max-height: 50px;
    margin: 0 auto;
}
	.img-tags{
		left:0;
		top:auto;
		bottom:0
	}

}

/*Mobile landscape*/
@media(max-width:767px) {

    .left_shape,
    .right_shape {
        top: -210px
    }

    .hero-top {
        padding: 50px 0
    }

    .hero-top .hero-sub-heading {
        padding: 10px;
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 20px;
    }

    .hero-heading {
        font-size: 62px
    }

    .video-slider {
        margin-top: 25px
    }

    .sub-heading-alt {
        font-size: 20px
    }

    .video-slider .slick-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .video-slider .slide {
        padding: 0 8px
    }

    h1,
    .h1 {
        font-size: 44px;
        line-height: 100%;
    }

    h2,
    .h2 {
        font-size: 34px;
        line-height: 100%;
    }

    h3,
    .h3 {
        font-size: 32px;
        line-height: 100%;
    }

    h4,
    .h4 {
        font-size: 28px;
        line-height: 100%;
    }

    .box.style1 {
        padding: 25px
    }

    .box.style1 img {
        height: 56px;
    }

    .box.style1 .text_action {
        font-size: 16px
    }

    .content-text ul li::before {
        width: 16px;
        height: 19px;
        top: 6px
    }

    .content-text ul {
        margin-bottom: 15px
    }

    .img-tags {
        top: 30px;
        font-size: 20px;
        width: 200px;
    }

    .magazine-slider .slick-list {
        margin-left: -8px;
        margin-right: -8px;
    }

    .magazine-slider .slide {
        padding: 0 8px
    }

    .magazine-slider {
        margin-top: 30px
    }

    .magazine-slider .slick-center .inner-box img {
        filter: grayscale(0) opacity(1);
        transition: all 0.4s;
    }

    .box.style2 {
        padding: 20px;
    }

    .three-column-slider .slick-list {
        margin-left: -8px;
        margin-right: -8px
    }

    .three-column-slider .slide {
        padding: 8px;
        padding-top: 0;
    }

    .box.style2 > img {
        height: 25px;
    }

    .c_arrows.arrows_prev {
        left: -12px
    }

    .c_arrows.arrows_next {
        right: -10px
    }

    .box.style2 .meta img {
        min-width: 50px;
        width: 50px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .cta-inner.style1::after {
        display: none
    }

    .cta-inner.style1 {
        padding: 20px
    }

    .heading-img {
        width: 280px;
        margin: 0 auto;
    }

    .three-column-slider .slick-list {
        margin-left: -12px;
        margin-right: -12px;
    }

    .box.style3 .title {
        font-size: 22px;
    }

    .section-heading {
        margin-bottom: 25px;
    }

    .box.style3 img {
        height: 200px;
    }

    .cta-area.style5 .title {
        font-size: 26px;
    }

    .cta-area.style5 .inner-box {
        margin: 20px 0
    }

    .footer-top {
        padding: 30px 0
    }

    a.footer-logo {
        width: 200px
    }

    .footer-widget {
        margin: 15px 0
    }

    .footer-bottom .inner {
        padding: 15px 0;
        font-size: 12px
    }

    .hero-area .headshot_left_dodge,
    .hero-area .headshot_right_dodge {
        display: none
    }

    .box-slider-v1 {
        margin-bottom: 20px
    }

    .pb_300 {
        padding-bottom: 160px;
    }

    .n_top_210 {
        margin-top: -100px;
    }

    .cta_banner_shape {
        top: 100px;
        height: 200px;
    }

    .stat-box {
        font-size: 15px;
        padding: 20px;
        flex-direction: column;
        text-align: center;
        border-right: 1px solid #ffffff38;
        border-bottom: 1px solid #ffffff38;
        height: 100%;
    }

    .stat-box::after {
        display: none
    }

    .stat-box .num {
        font-size: 45px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .stats-area .col-6 {
        padding: 0
    }

    .col-md-3:first-child .stat-box {
        padding-left: 20px;
    }

    .col-md-3:last-child .stat-box {
        padding-right: 20px
    }

    .stat-box.ratings img {
        min-width: 35px;
        width: 35px;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .stats-area .col-6:nth-last-child(-n+2) .stat-box {
        border-bottom: none
    }

    .n_top_250 {
        margin-top: -250px;
    }

    .logo-carousel .logo-box img,
    .logo-carousel-alt .logo-box img {
        height: 50px;
    }

    .magazine-slider .inner-box img {
        filter: grayscale(0) opacity(1);
        transition: all 0.4s;
    }





    .cta-area.style2 .heading {
        font-size: 32px
    }

    .cta-area.style2 .cta_img {
        width: 50%
    }

    .cta-area.style2 {
        padding: 40px 0
    }

    .cta-area.style4 .cta-btn {
        min-width: inherit;
    }

    .hero_shade {
        opacity: 0.5
    }

    .hero-area .headshot_left_object,
    .hero-area .headshot_right_object {
        display: block
    }

    .image-cta-banner .inner .title {
        font-size: 34px;
    }

    .image-cta-banner .inner .subtitle {
        font-size: 32px;
    }

    .image-image-banner.alt .inner > .title {
        font-size: 32px;
    }

    .image-image-banner.alt .inner {
        padding: 30px
    }

    .bg_overlay,
    .image-image-banner.alt .inner-text::before,
    .image-image-banner.alt .inner-text::after {
        width: calc(100% + 60px);
    }

    .hero-heading {
        font-size: 38px;
    }

    .hero-text {
        width: 65%;
    }

    .hero-area .group_btn {
        position: relative;
        z-index: 111;
        margin-top: 15px
    }

    .hero-area .group_btn .cta-btn {
        margin: 7px 0
    }

    .image-cta-banner .inner .ai-enhanced-logo {
        top: 20px;
        left: 115px;
        height: 18px;
    }

    .image-cta-banner .inner .text {
        top: 50px;
        left: 20px;
    }

    .image-cta-banner .inner ul li {
        font-size: 13px
    }

    .image-cta-banner .inner .cta-btn {
        bottom: 14px;
        left: 110px;
        padding: 10px 20px;
        font-size: 16px;
    }

    .n_top_250 {
        margin-top: -130px;
    }

    .image-image-banner.alt .inner .cta_car {
        width: 270px;
        left: 13px;
        bottom: 44px;
    }

    .n_top_100 {
        margin-top: 0;
    }

    .page-banner {
        padding-top: 10px
    }

    .banner-text .h1 {
        font-size: 44px
    }

    .page-banner.banner-default {
        padding-bottom: 30px
    }

    .sub-banner-heading {
        font-size: 20px
    }

    .page-banner.banner-default .team-banner-yellow {
        left: 50%;
        top: 60%;
    }

    .count-pos .num {
        font-size: 44px
    }

    .count-pos {
        font-size: 20px
    }

    .count-pos {
        top: 70px
    }

    .count-pos.right img {
        height: 40px;
    }

    .count-pos.right .num {
        font-size: 36px;
    }

    .count-pos.right {
        font-size: 20px
    }

    .count-pos.right {
        right: 0
    }

    .indicator .letter {
        font-size: 20px;
        width: 45px;
        height: 45px;
    }

    .team-wrapper .team-inner {
        margin-right: -4%
    }

    .team-wrapper .team-inner:nth-child(1) img {
        transform: scale(0.86) translateX(0px);
        transform-origin: bottom;
    }

    .team-wrapper .team-inner:nth-child(6) img {
        transform: scale(0.95) translateX(0px);
    }

    .team_substrac {
        bottom: -46%;
    }

    .indicator .title {
        font-size: 18px;
    }

    .indicator {
        height: 100px;
        width: 90px;
        line-height: 100%
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 0%;
        top: -190px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::before {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
        width: 1px;
        bottom: -102px;
        height: 120%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::after {
        left: 39px;
        transform: translateX(0);
        right: auto;
        bottom: -107px;
        width: 15px;
        height: 15px;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator {
        left: 3%;
        top: -225px;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator::before {
        bottom: -85px;
        width: 1px;
    }

    .team-wrapper .team-inner .indicator::after {
        width: 15px;
        height: 15px
    }

    .team-wrapper .team-inner:nth-child(2) .indicator::after {
        bottom: -96px;
    }

    .team-wrapper .team-inner:nth-child(3) .indicator {
        top: -267px;
        left: 8%;
    }

    .team-wrapper .team-inner:nth-child(3) .indicator::before {
        width: 1px;
        height: 122%;
        bottom: -110px;
    }

    .team-wrapper .team-inner:nth-child(4) .indicator {
        top: -241px;
        left: 10%;
    }

    .team-wrapper .team-inner:nth-child(4) .indicator::before {
        height: 100%;
        width: 1px
    }

    .team-wrapper .team-inner:nth-child(4) .indicator::before {
        height: 115%;
        width: 1px;
        bottom: -92px;
    }

    .team-wrapper .team-inner:nth-child(4) .indicator::after {
        bottom: -99px;
    }

    .indicator .title {
        font-size: 18px;
        width: 60px;
        margin: 0 auto;
    }

    .team-wrapper .team-inner:nth-child(5) .indicator {
        top: -208px;
        left: 10%;
    }

    .team-wrapper .team-inner:nth-child(5) .indicator::before {
        bottom: -96px;
        width: 1px;
    }

    .team-wrapper .team-inner:nth-child(5) .indicator::after {
        bottom: -102px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        top: -102px;
        left: -18%;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        right: 57%;
        bottom: -85px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        left: 31px;
        bottom: -20px;
    }

    .team-group {
        padding-top: 350px
    }

    .team_shape {
        top: 50%;
    }

    .content-tab .nav-tabs li {
        margin-right: 12px;
    }

    .content-tab .nav-tabs button {
        font-size: 18px;
        padding: 12px;
        padding-right: 15px;
        padding-left: 0
    }

    .content-tab .nav-tabs button::after {
        width: 5px;
        height: 5px;
    }

    .pb_340 {
        padding-bottom: 290px;
    }

    .icon-teaser.style2 {
        padding: 20px
    }

    .expertise-areas .col-lg-4:first-child .icon-teaser.style2 {
        padding-left: 20px;
    }

    .expertise-areas .col-lg-4:nth-child(3n) .icon-teaser.style2 {
        padding-right: 20px
    }

    .icon-teaser.style2 .h5 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .expertise-areas .col-lg-4:nth-child(4n) .icon-teaser.style2 {
        padding-left: 20px
    }

    .stats-box.style5 .title {
        font-size: 50px
    }

    .stats-box.style5 {
        font-size: 15px;
    }

    .team-box-alt.v2,
    .team-box-alt {
        padding: 25px
    }

    .team-box-alt.v2 .image {
        width: 140px;
        height: 140px;
    }

    .team-box-alt .image {
        width: 96px;
        height: 96px;
    }

    .team-box-alt .title {
        font-size: 22px
    }

    .content-image {
        margin-bottom: 30px
    }

    .content-box.style6 .inner-items .font_ex_cond_700 {
        font-size: 48px
    }

    .content-image .small-text {
        font-size: 18px
    }

    .video-content-icon-teaser .icon-teaser.style5 {
        margin-bottom: 0px;
        height: 100%
    }

    .video-content-icon-teaser {
        padding-bottom: 40px
    }

    .logo-carousel-v5 {
        flex-direction: column
    }

    .logo-carousel-v5 .sub-heading-alt {
        margin-bottom: 15px
    }


    .n_top_250 {
        margin-top: -160px;
    }

    .expertise-areas .col-lg-4:nth-child(3n) .icon-teaser.style2 {
        border-right: 1px solid rgba(112, 112, 112, 0.18);
    }

    .expertise-areas .col-lg-4:nth-last-child(-n+3) .icon-teaser.style2 {
        border-bottom: 1px solid rgba(112, 112, 112, 0.18);
    }

    .expertise-areas .col-lg-4:nth-last-child(-n+2) .icon-teaser.style2 {
        border-bottom: 0
    }

    .four-column-slider .slide {
        padding-left: 8px;
        padding-right: 8px
    }

    .text-box.style13 {
        padding: 15px;
        max-width: 100px;
        top: -40px;
        left: 20px;
    }

    .video-content-icon-teaser .icon-teaser.style5 {
        margin-bottom: 30px;
        padding: 15px;
        font-size: 14px;
        line-height: 20px;
    }

    .icon-teaser.style5 .title {
        font-size: 22px;
    }

    .icon-teaser.style5 .icon img {
        height: 50px;
        margin: 0 auto;
    }

    .dropdown-tabs {
        position: relative;
        margin-bottom: 20px;
    }

    .dropdown-tabs > button {
        padding: 20px;
        background: #222;
        width: 100%;
        text-align: left;
        font-family: 'Saira ExtraCondensed';
        text-transform: uppercase;
        color: #fff;
        font-size: 20px;
        position: relative;

    }

    .dropdown-tabs > button::after {
        position: absolute;
        content: "";
        top: 47%;
        right: 20px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg) translateY(-50%);
    }

    .tabs_dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        background: #222;
        width: 100%;
        text-align: left;
        margin: 0 !important;
        padding: 0 !important;
        display: none;
        z-index: 22
    }

    .tabs_dropdown li {
        margin: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.28);
        display: block !important
    }

    .tabs_dropdown li:last-child {
        border: none !important
    }

    .tabs_dropdown li button {
        border: none !important;
        padding: 10px 20px !important;
        color: #fff !important;
        background: transparent !important;
        text-align: left !important;
        margin: 0 !important;
        font-size: 18px
    }

    .tabs_drop {
        display: block !important
    }

    .opportunity-content-area .text-box.style12 {
        position: relative;
        margin-right: 0;
        box-shadow: none;
        padding: 0;
    }

    .text-box.style12 {
        padding: 20px
    }

    .vs-compare {
        width: 60px;
        height: 60px;
        font-size: 38px;
        font-style: italic;
    }

    .vs-compare::after {
        width: 84px;
        height: 84px;
    }

    .vs-compare {
        top: 45%
    }

    .expertise-counter-area .inner-items.style2 {
        padding: 18px
    }

    .banner-text {
        margin-top: 30px
    }

    .badge-img {
        bottom: 20px;
        left: 0;
        width: 140px;
    }

    .text-box.style6 {
        padding: 20px;
        font-size: 16px
    }

    .cta-box-v6 {
        padding: 20px;
        clip-path: inherit;
    }

    .cta-v6-img,
    .cta-v6-img-dodge {
        left: 15px;
        width: 230px;
        z-index: 22;
    }

    .cta-v6-img-dodge {
        left: 15px;
        width: 235px;
        z-index: 11
    }

    .cta-box-v6 .bg_image {
        opacity: 0.5;
    }

    .cta-area .inner.regular-text {
        padding: 0
    }

    .card-box.style2 .h2 {
        font-size: 25px
    }

    .card-box.style2 img {
        width: 60px;
    }

    .page-banner.pb_200 {
        padding-bottom: 100px
    }

    .card-box.style2 {
        margin-top: -120px;
    }

    .contact-area .contact-info .inner .title {
        font-size: 20px;
    }

    .contact-area .contact-info .inner {
        margin-top: 20px
    }

    .contact-area .c_form.style1 {
        padding: 30px;
    }

    .c_form.style1 li {
        margin-bottom: 10px;
    }

    .c_form.style1 input {
        height: 60px;
    }

    .map-location.style1 > img {
        height: 300px;
        object-fit: cover;
    }

    .map-marker.style1 {
        left: 20px;
        bottom: 20px;
    }

    .footer-area.alt {
        padding-top: 140px;
        margin-top: -130px;
    }



    .graph-center .inner {
        width: 200px;
        height: 200px;
    }

    .graph-center {
        position: relative;
        left: auto;
        transform: translateX(0%);
        top: auto;
        margin-top: -320px;
        margin-bottom: 60px
    }

    .graph-center .circle3 {
        width: 280px;
        height: 280px;
    }

    .graph-center .circle1 {
        width: 230px;
        height: 230px;
    }

    .graph-center .circle2 {
        width: 250px;
        height: 250px;
    }

    .n_300 {
        margin-top: 0;
    }

    .graphs-stats-box {
        padding: 20px;
        max-width: 100%;
        position: inherit;
        margin-top: 20px;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: translate(0, 0)
    }



    .graph-area {
        padding-bottom: 50px !important
    }

    .graphs-stats-box .top {
        display: flex !important
    }

    .content-tab-v2 .content_tabs_list button {
        font-size: 18px
    }

    .content-tab-v2 .content_tabs_list button .num {
        color: #fff
    }

    .crm-training-area .content-text {
        background: #0000000a;
        height: 100%
    }



    .content-tab-v2 .content-img {
        margin-bottom: 30px
    }

    .icon-teaser.style2.col_3 {
        border-bottom: none !important;
        padding-top: 0 !important
    }

    .graph-center {
        margin-top: -320px;
    }

    .icon-teaser.style5 {
        font-size: 15px;
        line-height: 20px;
        padding: 20px
    }


    .icon-teaser.style3 .h5 {
        font-size: 22px
    }

    .icon-teaser.style3 .icon img {
        width: 56px;
        height: 56px;
    }

    .text-box.style9 {
        padding: 30px
    }

    .cta-area .inner.regular-text {
        min-height: inherit;
        display: block
    }

    .image-stats-box.with-icon {
        left: 0
    }

    .image-stats-box.with-icon img {
        width: 32px;
    }

    .image-stats-box {
        font-size: 15px
    }

    .n_top_215 {
        padding-top: 150px;
        margin-top: -100px;
    }

    .text-box.style9 {
        padding: 20px;
        height: 100%;
    }

    .faq-accordion .accordion-button {
        font-size: 16px;
        padding: 15px 20px;
        line-height: 22px;
        padding-right: 40px;
    }

    .faq-accordion .accordion-button::after {
        width: 15px;
        height: 15px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.813" height="15.813" viewBox="0 0 19.813 11.321"><path id="Path_24727" data-name="Path 24727" d="M-10338.914-2250.24l9.2,9.2,9.2-9.2" transform="translate(10339.621 2250.947)" fill="none" stroke="%23707070" stroke-width="2"/></svg>') no-repeat scroll center/cover;
        position: absolute;
        right: 13px;
    }

    .call-to-action.style5 {
        padding: 30px
    }

    .footer-area.style2 {
        padding-top: 130px;
        margin-top: -170px;
    }

    .text-box.style4 {
        padding: 30px
    }

    .text-box.style4 .title {
        font-size: 24px;
    }

    .text-box.style5 .number {
        font-size: 34px;
        width: 66px;
        height: 66px;
        margin: 0 auto 30px;
    }

    .text-box.style5 .number::before {
        width: 90px;
        height: 90px;
    }

    .text-box.style5 .title {
        font-size: 22px;
    }

    .text-box.process {
        margin-top: 30px;
    }

    .text-box-bottom.style5 {
        padding: 20px
    }

    .text-box-bottom.style5 span {
        align-items: flex-start
    }

    .image-text-box-v5 .inner-box {
        padding: 20px;
    }

    .image-text-box-v5 .inner-box.left {
        margin-left: -30px;
    }

    .image-text-box-v5 .inner-box .title {
        font-size: 26px
    }


    .giving-back-area {
        overflow: hidden
    }

    .image-text-box-v5 .right_img {
        right: -50px;
        width: 200px;
    }

    .image-text-box-v5 .left_img {
        left: -70px;
        width: 260px;
    }

    .text-box-v5 {
        padding: 20px
    }

    .contact-info .inner .title {
        font-size: 24px;
    }

    .contact-info .inner .icon {
        width: 60px;
        min-width: 60px;
        margin-right: 12px;
    }

    .pb_120 {
        padding-bottom: 50px;
    }

    .c_form.style1 {
        padding: 30px
    }

    .image-text-box-v5 .inner-box.right {
        transform: translateX(40px) translateY(-15px);
    }

    .logo-wrapper-v5 .inner img {
        height: 60px;
    }

    .logo-wrapper-v5 .inner {
        padding: 10px
    }

    .logo-wrapper-v5 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .banner-text.single-team-text .h1 {
        font-size: 50px
    }

    .content-box.style6 .inner-items {
        padding: 20px
    }

    .icon-teaser.style1 img {
        width: auto;
        height: 65px;
        object-fit: contain;
    }

    .icon-teaser.style1 .h5 {
        font-size: 24px
    }

    .cta-area .inner.regular-text .h1 span {
        display: inline
    }

    .single-team-img,
    .single-team-img-dodge {
        height: 250px
    }

    .content-box.style2 .text-box.style2 {
        padding: 20px;
        min-height: inherit;
    }

    .video-box.style2 {
        height: 160px;
    }

    .text-box.style3 {
        border: 1px solid #eee;
        padding: 20px;
    }

    .content-text.success-stories span {
        font-size: 20px;
        line-height: 30px;
    }

    .text-box.style10 {
        right: 0
    }

    .text-box.style10 .h3 {
        font-size: 56px;
    }

    .text-box.style11 .count {
        font-size: 44px
    }

    .icon-teaser.style6 .icon {
        border: 8px solid #fff;
        width: 88px;
        height: 88px;
    }

    .icon-teaser.style6 span {
        font-size: 16px;
    }

    .icon-teaser.style6 {
        border-radius: 15px;
        padding: 40px 20px 20px;
        margin-top: 70px;
        height: calc(100% - 70px);
    }

    .giving-back-area.style2 .left_img {
        width: 260px;
        left: -70px;
    }

    .giving-back-area.style2 .right_img {
        width: 200px;
        right: -50px;
    }

    .image-text-box-v5 .inner-box.left {
        margin-left: 0;
    }

    .giving-back-area.style2 .inner-box.right {
        transform: translateX(0px) translateY(0);
        margin-top: 20px
    }

    .giving-back-area.style2 .image-text-box-v5 {
        position: relative;
        padding-bottom: 300px;
    }

    .text-box.inner-color-blk .h5 {
        font-size: 26px
    }

    .image-box.style3 .logo {
        width: 150px;
    }

    .icon-teaser.style4 {
        margin-top: 20px;
    }

    .image-box.style4 .text-box {
        left: 15px;
        bottom: 30px;
        width: 130px;
        padding: 15px;
        font-size: 15px;
    }

    .image-box.style4 .text-box .count {
        font-size: 45px;
        line-height: 86%;
        margin-bottom: 4px;
    }

    h5,
    .h5 {
        font-size: 30px;
        line-height: 100%;
    }

    h6,
    .h6 {
        font-size: 20px;
        line-height: 100%;
    }

    .text-box.style8 ul {
        column-count: 1
    }

    .content-box .text-box.style1 {
        padding: 20px
    }

    .content-box .image-box.style1 {
        height: 260px;
    }

    .banner-text .stat-box {
        text-align: center
    }
    .team-heading-bg {
    font-size: 120px;
        top: 50px
}
    .team-heading-bg.right{
        top: 120px
    }
    .team_circle_shape {
    bottom: 0;
    width: 700px;
    right: 0;
}
.page-banner.banner-default.post-banner-single .banner-text {
    margin-top: 30px;
}
	.post-banner-single .post-meta{
		font-size:11px
	}
	.box.style1 {
    padding: 15px;
		display:flex
}
	.box.style1 .title {
    font-size: 22px;
}
	.box.style1 img {
    height: 42px;
}
	.rv-card-box{
		padding:20px
	}
	.rv-card-box img.icon-img {
    width: 50px;
}
	.rv-card-box .title{
		font-size:16px
	}
.n_top_220 {
    margin-top: -100px;
}
	.rv-card-slider-alt .slick-list{
    width: inherit;
    margin-left: -10px;
        margin-right: -10px;
        padding-right: 100px
}
.rv-card-slider-alt .slide{
    padding: 0 10px
}
    .rv-card-box-alt .quote-icon-alt {
    font-size: 50px;
}
    .rv-card-box-alt .text_bg_alt{
        font-size: 100px
    }
    .rv-card-box-alt{
        padding: 20px
    }
    .rv-card-box-alt .title{
        font-size: 20px
    }
    .rv-card-box-alt img.rv_img_alt {
    top: auto;
    width: 35%;
    left: 20px;
    bottom: 0;
}
    .rv-card-box-alt .rv-text-alt{
        height: 150px
    }
	img.rv-logo-alt {
    height: 15px;
}
    .quote-icon-alt img.icon-img {
    height: 40px;
    margin-bottom: 15px;
}
	.map-image img, .map-image video {
    height: 255px;
    object-fit: cover;
}

	.img-tags {
    top: auto;
    bottom: 30px;
    left: 0;
}
	.image-cta-banner .inner .text{
		width:58%
	}
	.image-cta-banner .inner ul li {
    font-size: 13px;
    line-height: normal;
}
	.image-cta-banner .inner{
		padding:15px
	}

}



/*Mobile Portrait*/
@media(max-width:575px) {
	.n_top_220{
		margin-top:-220px
	}
	.rv-meta-alt {
    width: 100%;
    margin-top: 10px;
}
	img.rv-logo-alt {
    height: 16px;
}
	.rv-card-box-alt .d-flex {
    flex-direction: column-reverse;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left;
}
	.rv-custom-dots{
		display:none !important
	}
	.rv-card-slider-alt .slick-list{
    width: inherit;
    margin-left: -10px;
        margin-right: -10px;
        padding: 0
}
	.cta-buttons a{
		margin:5px 0
	}
    .giving-back-area.style2 .inner-box.right {
        transform: translateX(0px) translateY(0px);
        margin: 0
    }

    .single-team-img,
    .single-team-img-dodge {
        height: 330px;
        width: auto
    }

    .image-text-box-v5 .inner-box.left {
        margin-left: 0px;
    }

    .image-text-box-v5 .inner-box {
        padding: 20px;
        margin: 20px 0
    }

    .image-text-box-v5 .inner-box.right {
        transform: translateX(0px) translateY(0px);
        margin-top: 0;
    }

    .image-text-box-v5 {
        padding-bottom: 250px;
    }

    .footer-area.style2 {
        padding-top: 210px
    }

    .vs-compare {
        top: 42%;
    }

    .footer-area.alt {
        padding-top: 200px;
        margin-top: -200px;
    }

    .hero-heading span {
        display: inline-block
    }

    .hero-lists li {
        padding-right: 0;
        margin-right: 13px;
        font-size: 16px;
        padding-left: 15px;
        margin-top: 5px
    }

    .hero-lists li::after {
        top: 8px;
        left: 0px;
        width: 10px;
        height: 10px;
        right: auto
    }

    .hero-lists li:last-child::after {
        display: block
    }


    .n_top_250 {
        margin-top: -250px;
    }

    .hero-lists {
        margin: 15px 0;
    }

    .cta-btn {
        padding: 10px 15px;
        line-height: 26px;
        font-size: 16px;
        width: 100%;
        margin: 5px 0
    }

    .team-meta {
        bottom: 120px
    }

    .team-slider .slick-slide {
        padding: 50px 0;
    }

    .group_btn a {
        margin: 5px 0;
    }

    .hero-area .group_btn {
        margin-top: 25px;
    }

    .stats-inner {
        text-align: center
    }

    .stats-inner .num {
        font-size: 25px;
        margin-bottom: 7px;
    }

    .stats-inner .item {
        padding: 0 15px;
        font-size: 14px;
        line-height: 18px;
    }

    .hero-stats {
        padding: 30px 0;
    }

    .logo-slider {
        margin-top: 20px;
        padding-bottom: 30px;
        flex-wrap: wrap;
    }

    .logo-slider .inner {
        padding: 10px;
    }

    .logo-slider .inner img {
        height: 20px;
    }

    .pb_300 {
        padding-bottom: 300px;
    }

    .n_top_210 {
        margin-top: -60px;
    }

    .content-img {
        margin-bottom: 30px
    }

    .cta_banner_shape {
        top: 60px;
        height: 120px;
    }

    .section-heading .content-text ul li {
        margin: 10px 0
    }

    .map-image img, .map-image video {
        height: 220px;
        object-fit: cover;
    }

    .logo-carousel .logo-box img,
    .logo-carousel-alt .logo-box img {
        height: 36px;
    }

    .quote-box {
        text-align: center
    }

    .quote-box img {
        margin: 0 auto 20px;
    }

    .quote-notes {
        text-align: center;
    }

    .logo-slider-area {
        padding-bottom: 0
    }

    .cta-area.style2 {
        padding: 50px 0;
        padding-bottom: 270px;
        text-align: center
    }

    .cta-area.style2 .heading {
        font-size: 32px;
    }

    .cta-area.style2 .cta_img {
        width: 100%
    }

    .cta-headshot-left {
        width: 150px
    }

    .cta-headshot-right {
        width: 135px
    }

    .cta-headshot-left {
        left: -20px
    }

    .cta-headshot-right {
        right: -20px
    }

    .cta-area.style5 .container {
        max-width: 100%;
    }

    .hero-heading {
        font-size: 48px;
    }


    .left_shape,
    .right_shape {
        top: -275px;
    }

    .hero-heading {
        font-size: 38px;
    }

    .hero-heading::after {
        bottom: -10px;
        background-size: contain;
    }

    .hero-area .headshot_left_object,
    .hero-area .headshot_right_object {
        width: 145px
    }

    .hero-area .headshot_left_object {
        left: -30px
    }

    .hero-area .headshot_right_object {
        right: -30px
    }

    .hero-lists {
        margin: 15px auto;
        width: 80%;
        font-size: unset;
    }

    .hero-lists li {
        padding-right: 0;
        margin-right: 0;
        font-size: 16px;
        padding-left: 0;
        margin-top: 1px;
        font-size: 13px;
        margin: 2px 0;
        padding-top: 15px;
    }

    .hero-lists li::after {
        top: 3px;
        left: 50%;
        width: 9px;
        height: 9px;
        right: auto;
        transform: translateX(-50%);
    }


    .hero-text {
        position: relative;
        z-index: 111
    }

    .hero-text .btn_border {
        background: #222;
        border-color: #222
    }

    .hero-top {
        padding: 30px 0
    }

    .image-cta-banner .inner {
        background: #E67B00;
    }

    .image-cta-banner .inner .text {
        position: inherit;
        top: auto;
        left: auto;
    }

    .image-cta-banner .inner .cta-btn {
        position: inherit;
        bottom: auto;
        left: auto;
        margin-top: 15px
    }

    .image-cta-banner .inner .ai-enhanced-logo {
        position: inherit;
        top: auto;
        left: auto;
        height: 30px;
        margin: 0 auto 15px;
    }

    .image-cta-banner .inner {
        overflow: hidden;
        padding: 16px
    }

    .enhanced-banner {
        object-fit: cover;
        object-position: left;
        position: absolute;
        top: -9px;
        right: 0;
        width: 100%;
        height: 150%;
        z-index: -1;
    }

    .enhanced-banner-mobile {
        display: block;
        margin-bottom: 16px;
    }
	.image-cta-banner .inner .title{
		margin-bottom:16px
	}

    .image-image-banner.alt .text,
    .image-image-banner.alt .action .action-inner {
        width: 100%
    }

    .image-image-banner.alt .inner {
        padding-bottom: 180px;
    }

    .image-image-banner.alt .inner .cta_car {
            width: 270px;
            z-index: 11;
            left: 0;
            right: 0;
            margin: 0 auto;
            bottom: -38px;
    }

    .n_top_210 {
        margin-top: -230px;
    }

    .team-heading {
        justify-content: center
    }

    .n_top_100 {
        margin-top: -55px;
    }


    .cta-area.style5 .title {
        font-size: 20px;
    }

    .cta-area.style5 .inner-box {
        width: 55%;
        padding: 15px;
    }

    .cta-area.style5 .cta-btn {
        position: relative;
        z-index: 11;
        width: auto;
    }

    .cta-headshot-left {
        left: -40px;
        z-index: 1;
    }

    .cta-headshot-right {
        right: -41px;
        z-index: 1;
    }

    .cta-area.style2 {
        padding-bottom: 320px
    }

    .cta-area.style2 .cta_img {
        width: 100%;
        height: 300px;
        object-fit: contain;
    }

    .team_arrows {
        bottom: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .team-meta {
        bottom: 150px;
        padding: 15px;
        left: 25%;
    }

    .n_top_100 {
        margin-top: -60px;
    }

    .team-slider .slick-slide {
        padding-top: 120px
    }

    .content-tab .nav-tabs {
        justify-content: center
    }

    .section_action {
        margin-top: 30px
    }

    .team-box-alt.v2 {
        height: auto;
        margin-bottom: 10px
    }

    .inner-items.style2 {
        text-align: center;
        margin-bottom: 30px
    }

    .video-library.nav-tabs li {
        margin-bottom: 15px;

        margin-right: 0
    }

    .video-library.nav-tabs .nav-link {
        width: 100%;
    }

    .stats-box.style5 {
        text-align: center
    }

    .pb_300 {
        padding-bottom: 260px;
    }

    .inner-compare .col-md-6:nth-child(2) {
        margin-top: 50px
    }


    .opportunity-content-area .text-box.style12 {
        margin-top: 30px;
    }

    .n_top_250 {
        margin-top: -250px;
    }

    .cta-v6-img-dodge {
        display: none
    }

    .cta-box-v6 .bg_image {
        opacity: 0.6
    }

    .cta-box-v6 {
        padding: 20px;
        clip-path: inherit;
        padding-top: 270px;
        text-align: center;
    }

    .cta-v6-img {
        position: absolute;
        left: 50%;
        bottom: auto;
        width: auto;
        z-index: 22;
        height: 250px;
        top: 20px;
        z-index: 11;
        transform: translateX(-50%);
    }

    .cta-box-v6 .text {
        border-top: 4px solid #E67B00;
        padding-top: 20px
    }

    .cta-area .inner.regular-text {
        padding: 0 30px;
    }

    .cta-area .inner.regular-text .text {
        width: 85%;
        margin: 0 auto;
        position: relative;
        z-index: 11;
        font-size: 14px;
        line-height: 20px;
    }

    .hero-text {
        width: 100%
    }

    .hero-heading span {
        display: inline;
    }

    .banner-text .stat-box {
        height: auto;
        margin: 0;
        padding: 15px
    }

    .banner-text .col-md-3 {
        padding: 0
    }

    .banner-text .col-md-3:nth-child(even) .stat-box {
        border-right: 0
    }

    .banner-text .col-md-3:nth-last-child(-n+2) .stat-box {
        border-bottom: 0
    }

    .card-box.style2 {
        padding: 20px
    }

    .icon-teaser.style7 {
        display: block;
    }

    .icon-teaser.style7 .icon {
        width: 70px;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .banner-text:not(.style2) .stat-box {
        border-bottom: 1px solid #ffffff38
    }

    .expertise-areas .col-lg-4:nth-last-child(-n+2) .icon-teaser.style2.col_3 {
        border-bottom: 1px solid rgba(112, 112, 112, 0.18);
    }

    .expertise-areas .col-lg-4:last-child .icon-teaser.style2.col_3 {
        border: none
    }

    .graph-center {
        margin-top: -200px;
    }

    .crm-training-area .image-text {
        padding-bottom: 200px;
    }

    .crm-training-area .image-text .image-box {
        width: 230px;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%)
    }

    .content-icon {
        margin-top: 30px
    }

    .icon-teaser.style3 {
        border-right: 0;
        border-bottom: 1px solid rgba(112, 112, 112, 0.18) !important;
        padding: 20px 0;
    }

    .free-tools-areas .col-lg-4:last-child .icon-teaser.style3 {
        border-bottom: none !important;
        padding-bottom: 0
    }

    .free-tools-areas .col-lg-4 {
        padding: 0 15px;
    }

    .text-box.style9 {
        padding: 20px;
        height: auto;
        margin: 15px 0;
    }

    .section-notes {
        margin-top: 10px;
    }

    .vs-compare {
        display: none
    }

    .cta-area .inner.regular-text .h1 {
        position: relative;
        z-index: 11
    }

    .footer-area.style2 {
        padding-top: 175px;
        margin-top: -205px;
    }

    .icon-teaser.style3 .h5 {
        font-size: 26px
    }

    .text-box.process::after {
        display: none
    }

    .logo-wrapper-v5 .inner img {
        height: 50px;
        object-fit: contain;
    }

    .logo-wrapper-v5 .inner {
        flex: 0 0 33%;
        width: 33%;
        padding: 10px;
    }

    .logo-wrapper-v5 {
        margin-left: 0;
        margin-right: 0;
        justify-content: center;
    }

    .contact-info {
        margin-bottom: 30px
    }

    .banner-text.single-team-text {
        text-align: center
    }

    .single-team-img,
    .single-team-img-dodge {
        left: 50%;
        transform: translateX(-50%);
        right: auto
    }

    .content-box.style2::before {
        left: 4px;
    }

    .content-box.style2 {
        padding-left: 30px
    }

    .content-box.style2 .text-box.style2 {
        text-align: left !important;
        padding: 20px;
        border-right: 0;
        border-left: 5px solid rgba(112, 112, 112, 0.12);
        border-radius: 0
    }

    .text-box.style2.text-end::before,
    .text-box.style2.text-start::before {
        right: auto;
        left: -40px;
        top: -10px;
    }

    .content-box.style2 .inner-item {
        margin-bottom: 30px;
    }

    .banner-text.single-team-text {
        padding-bottom: 300px
    }

    .hero-lists li {
        display: block
    }

    .cta-area.style2 .cta_img {
        object-fit: cover
    }

    .call-to-action.style2 {
        padding: 20px
    }

    .video-box.style2.alt {
        margin-bottom: 30px
    }
    .cta-area.style2 .cta_img{
        left: 0
    }
    .map-image img, .map-image video{
        height: 220px
    }
	.image-cta-banner .inner .text{
		width:100%
	}

}



/*Extra Responsive*/
@media only screen and (max-width: 1024px) {
    .team_substrac {
        bottom: -74%;
        width: 1000px;
    }

    .indicator .title {
        font-size: 20px;
    }

    .indicator {
        width: 80px;
        height: 150px
    }

    .indicator .letter {
        font-size: 30px;
        width: 60px;
        height: 60px;
    }

    .team-group {
        padding-top: 400px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::before,
    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
        transform: translateX(0);
        bottom: -90px;
        z-index: -1;
        width: 1px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::after {
        right: 25px;
        bottom: -95px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 44%;
    }

.team-wrapper .team-inner:nth-child(2) .indicator {
    top: -190px;
}

    .team-wrapper .team-inner:nth-child(2) .indicator::before {
        bottom: -71px;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator::after {
        bottom: -85px;
    }

    .team-wrapper .team-inner:nth-child(3) .indicator {
        top: -325px;
    }

    .team-wrapper .team-inner:nth-child(4) .indicator {
        top: -315px;
    }

    .team-wrapper .team-inner:nth-child(5) .indicator {
        top: -298px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        bottom: -126px
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        left: -6%
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -160px;
        left: 24px;
        bottom: -145px;
    }
	.team-wrapper .team-inner:nth-child(1) .indicator {
    top: -150px;
}
	.team-wrapper .team-inner:nth-child(2) .indicator {
    top: -215px;
}
	.team-wrapper .team-inner:nth-child(4) .indicator {
    top: -328px;
}
	.team-wrapper .team-inner:nth-child(5) .indicator {
    top: -310px;
}
}

@media only screen and (max-width: 932px) {}

@media only screen and (max-width: 853px) {
    .team_substrac {
        bottom: -68%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        top: -192px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        top: -260px;
    }
}

@media only screen and (max-width:820px) {
    .team_substrac {
        width: 710px;
    }

    .team_substrac {
        bottom: -50%;
    }

    .indicator .title {
        font-size: 20px;
    }

    .indicator {
        width: 80px;
        height: 150px
    }

    .indicator .letter {
        font-size: 30px;
        width: 60px;
        height: 60px;
    }

    .team-group {
        padding-top: 400px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::before,
    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
        transform: translateX(0);
        bottom: -90px;
        z-index: -1;
        width: 1px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::after {
        right: 25px;
        bottom: -78px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 44%;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator {
        top: -255px;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator::before {
        bottom: -71px;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator::after {
        bottom: -85px;
    }

    .team-wrapper .team-inner:nth-child(3) .indicator {
        top: -325px;
    }

    .team-wrapper .team-inner:nth-child(4) .indicator {
        top: -315px;
    }

    .team-wrapper .team-inner:nth-child(5) .indicator {
        top: -298px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        bottom: -126px
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        left: -6%
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -160px;
        left: 27px;
        bottom: -117px;
    }
}

@media only screen and (max-width:778px) {}

@media only screen and (max-width:768px) {
    .team_substrac {
        width: 710px;
    }

    .team_substrac {
        bottom: -55%;
    }

    .indicator .title {
        font-size: 20px;
    }

    .indicator {
        width: 80px;
        height: 150px
    }

    .indicator .letter {
        font-size: 30px;
        width: 60px;
        height: 60px;
    }

    .team-group {
        padding-top: 400px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::before,
    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="1" height="292.57" viewBox="0 0 1 292.57"><path id="Path_24550" data-name="Path 24550" d="M5212.107,2394.667V2102.1" transform="translate(-5211.607 -2102.097)" fill="none" stroke="%233e3e3e" stroke-width="1"/></svg>') center/cover;
        transform: translateX(0);
        bottom: -90px;
        z-index: -1;
        width: 1px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::after {
        right: 25px;
        bottom: -78px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 44%;
    }

.team-wrapper .team-inner:nth-child(2) .indicator {
    top: -210px;
}

    .team-wrapper .team-inner:nth-child(2) .indicator::before {
        bottom: -71px;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator::after {
        bottom: -85px;
    }

.team-wrapper .team-inner:nth-child(3) .indicator {
    top: -317px;
}

    .team-wrapper .team-inner:nth-child(4) .indicator {
        top: -315px;
    }

    .team-wrapper .team-inner:nth-child(5) .indicator {
        top: -298px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        bottom: -126px
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        left: -6%
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -160px;
        left: 27px;
        bottom: -135px;
    }
	.indicator .title {
    font-size: 18px;
}
	.team-wrapper .team-inner:nth-child(1) .indicator {
    top: -152px;
}
	.team-wrapper .team-inner:nth-child(2) .indicator {
    top: -226px;
}
	.team-wrapper .team-inner:nth-child(3) .indicator {
    top: -327px;
}
	.team-wrapper .team-inner:nth-child(5) .indicator::before {
    bottom: -115px;
}
	.team-wrapper .team-inner:nth-child(5) .indicator::after {
    bottom: -136px;
}

}

@media only screen and (max-width: 740px) {
    .team_substrac {
        bottom: -65%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 32%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::after {
        right: 32px;
        bottom: -98px;
        left: auto;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator {
        top: -242px;
    }

    .team-wrapper .team-inner:nth-child(3) .indicator {
        top: -332px;
    }

    .team-wrapper .team-inner:nth-child(5) .indicator {
        top: -272px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        top: -220px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        bottom: -100px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -160px;
        left: 27px;
        bottom: -107px;
    }
}

@media only screen and (max-width: 667px) {}

@media only screen and (max-width: 658px) {}

@media only screen and (max-width: 640px) {
    .team_substrac {
        bottom: -62%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 14%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::after {
        right: 32px;
        bottom: -76px;
        left: auto;
    }

    .team-wrapper .team-inner:nth-child(3) .indicator::after {
        bottom: -113px;
    }

    .team-wrapper .team-inner:nth-child(5) .indicator {
        top: -276px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        top: -225px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        bottom: -92px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -160px;
        left: 27px;
        bottom: -100px;
    }
	.team-wrapper .team-inner:nth-child(5) .indicator::before {
    bottom: -91px;
}
	.team-wrapper .team-inner:nth-child(5) .indicator::after {
    bottom: -97px;
}
	.team-wrapper .team-inner:nth-child(2) .indicator {
    top: -228px;
}
	.team-wrapper .team-inner:nth-child(3) .indicator {
    top: -323px;
}
}

@media only screen and (max-width: 600px) {
    .team_substrac {
        bottom: -68%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 23%;
        top: -152px;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator {
        top: -204px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        top: -112px;
        left: -7%;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -57px;
    }
}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 540px) {
    .team_substrac {
        bottom: -51%;
    }

    .indicator .letter {
        font-size: 24px;
        width: 46px;
        height: 46px;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 10%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::after {
        right: 33px;
        bottom: -32px;
        left: auto;
    }

.team-wrapper .team-inner:nth-child(2) .indicator {
    top: -230px;
}

.team-wrapper .team-inner:nth-child(3) .indicator {
    top: -309px;
}

    .team-wrapper .team-inner:nth-child(4) .indicator {
        top: -295px;
    }

    .team-wrapper .team-inner:nth-child(5) .indicator {
        top: -261px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        top: -175px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        bottom: -52px;
    }
}

@media only screen and (max-width: 480px) {
    .team_substrac {
        bottom: -56%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 11%;
        top: -173px;
    }
	
}

/* iPhone 14 Pro Max */
@media only screen and (max-width: 430px) {
    .team_substrac {
        bottom: -50%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        top: -180px;
    }

    .team-wrapper .team-inner .indicator::before {
        width: 1px
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 0
    }

.team-wrapper .team-inner:nth-child(2) .indicator {
    top: -215px;
}

    .team-wrapper .team-inner:nth-child(6) .indicator {
        top: -132px;
        left: -12%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator::after {
        right: 33px;
        bottom: -54px;
        left: auto;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator::before {
        bottom: -80px;
    }

.team-wrapper .team-inner:nth-child(3) .indicator {
    top: -290px;
}
.team-wrapper .team-inner:nth-child(4) .indicator {
    top: -277px;
}

.team-wrapper .team-inner:nth-child(5) .indicator {
    top: -250px;
}
    .team-wrapper .team-inner:nth-child(6) .indicator::before {
        bottom: -90px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -30px;
    }
	.team-wrapper .team-inner:nth-child(1) .indicator {
    left: 15px;
}
	.team-wrapper .team-inner:nth-child(2) .indicator {
    top: -230px;
}
	.team-wrapper .team-inner:nth-child(5) .indicator::before {
    bottom: -98px;
}
	.team-wrapper .team-inner:nth-child(5) .indicator::after {
    bottom: -106px;
}
	  .map-image img, .map-image video{
        height:190px
    }
}



/* iphone xr */
@media only screen and (max-width: 414px) {
    .team_substrac {
        bottom: -48%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        left: 0
    }

.team-wrapper .team-inner:nth-child(2) .indicator {
    top: -222px;
}

    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -30px;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        left: -13%;
    }
}

/* iphone xr */
@media only screen and (max-width: 412px) {
    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -28px;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator {
        top: -238px;
    }
}

@media only screen and (max-width: 395px) {
.team_substrac {
    bottom: -45%;
}
.team-wrapper .team-inner:nth-child(1) .indicator {
    left: 10px;
}

.team-wrapper .team-inner:nth-child(2) .indicator {
    top: -232px;
}

.team-wrapper .team-inner:nth-child(6) .indicator {
    top: -160px;
    left: -16%;
}
    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -25px;
    }
}



/* iPhone 12 â€“ 390px */
@media only screen and (max-width: 390px) {
    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -50px;
    }
	.team-wrapper .team-inner:nth-child(5) .indicator::before {
    bottom: -95px;
}
	.team-wrapper .team-inner:nth-child(5) .indicator::after {
    bottom: -103px;
}
	.team-wrapper .team-inner:nth-child(6) .indicator::after {
    bottom: -40px;
}
}

/* galaxy s5 */
@media only screen and (max-width: 360px) {
    .team_substrac {
        bottom: -43%;
    }

    .team-wrapper .team-inner:nth-child(1) .indicator {
        top: -185px;
        left: -10px;
    }

    .team-wrapper .team-inner:nth-child(2) .indicator {
        left: -2%;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator {
        left: -22%;
    }

    .team-wrapper .team-inner:nth-child(6) .indicator::after {
        bottom: -20px;
    }

    .indicator .letter {
        font-size: 25px;
        width: 50px;
        height: 50px;
    }
}

/* Galaxy S9+ â€“ 412px */
@media only screen and (max-width: 344px) {
    .team_substrac {
        bottom: -41%;
    }
}

@media only screen and (max-width: 320px) {
    .team_substrac {
        bottom: -38%;
    }

    .indicator .title {
        font-size: 12px;
    }
}


.section-heading .text {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 10px;
}

.section-heading .text p {
    color: #fff;
}

.testimonial-wrap .box.style2, .box.style2  {
    border: 1px solid rgba(112, 112, 112, 25%);
    margin-top: 0px !important;
}

.testimonial-wrap .box.style2:hover, .box.style2:hover {
    border: 1px solid #E67B00;
    background: #fff;
}

.testimonial-wrap .slick-track {
  display: flex !important;
}

.testimonial-wrap .slick-slide {
  height: auto;
}

.testimonial-wrap .box.style2 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
	align-items:flex-start
}

.testimonial-wrap .box.style2 .meta {
    margin-top: auto;
}

.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);
}

.text-slider .slide {
    padding-bottom: 60px;
}

.text-slider-outer-wrap svg {
    position: absolute;
    top: -560px;
    transform: rotate(4deg);
}

.text-slider .slide:first-child {
    top: -20px;
}

.text-slider .slide:nth-child(2) {
    top: 30px;
}

.text-slider .slide:nth-child(3) {
    top: -30px;
}

.text-slider .slide:nth-child(4) {
    top: -40px;
}

.text-slider .slide:nth-child(5) {
    top: -30px;
}

.text-slider .slide:nth-child(6) {
    top: -70px;
}

.text-slider .slide:nth-child(7) {
    top: -20px;
}

.text-slider .slide:nth-child(8) {
    top: -50px;
}

.text-slider > .slide:after {
    top: -103px;
}

.text-slider > .slide:nth-child(2):after {
    top: -112px;
}

.text-slider > .slide:nth-child(3):after {
    top: -129px;
}

.text-slider > .slide:nth-child(4):after {
    top: -120px;
}

.text-slider > .slide:nth-child(5):after {
    top: -132px;
}

.text-slider > .slide:nth-child(6):after {
    top: -131px;
}

.text-slider > .slide:nth-child(7):after {
    top: -127px;
}

.text-slider > .slide:nth-child(8):after {
    top: -147px;
    left: calc(50% + 30px);
}

.ts-overlay {
    top: -100%;
    height: 200%;
}

.text-slider.slides-7 > .slide {
    width: 14.2857%;
}

.text-slider.slides-7 > .slide::after {
    top: -103px;
}

.text-slider.slides-7 > .slide:nth-child(2)::after { top: -120px; }
.text-slider.slides-7 > .slide:nth-child(3)::after { top: -140px; }
.text-slider.slides-7 > .slide:nth-child(4)::after { top: -135px; }
.text-slider.slides-7 > .slide:nth-child(5)::after { top: -145px; }
.text-slider.slides-7 > .slide:nth-child(6)::after { top: -100px; }

.text-slider.slides-7 > .slide:nth-child(7)::after {
    top: -190px;
    left: calc(50% + 100px);
}

@media (max-width: 991px) {
	.text-box-item {
		display: flex;
		flex-direction: column;
	}
}