@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300&display=swap');
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Black.woff2') format('woff2'),
        url('../fonts/Avenir-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.woff2') format('woff2'),
        url('../fonts/Avenir-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Medium.woff2') format('woff2'),
        url('../fonts/Avenir-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Book.woff2') format('woff2'),
        url('../fonts/Avenir-Book.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-DemiBold.woff2') format('woff2'),
        url('../fonts/AvenirNext-DemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Medium.woff2') format('woff2'),
        url('../fonts/AvenirNext-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Bold.woff2') format('woff2'),
        url('../fonts/AvenirNext-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next';
    src: url('../fonts/AvenirNext-Regular.woff2') format('woff2'),
        url('../fonts/AvenirNext-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next Ultra';
    src: url('../fonts/AvenirNext-UltraLight.woff2') format('woff2'),
        url('../fonts/AvenirNext-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

 @font-face {
    font-family: 'Menlo Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Menlo-Regular.woff') format('woff');
    }
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,
details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,input,ins,kbd,
label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,select,small,
span,strike,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-smooth: always
}
ul, li {
    list-style: none;
}
button:focus,
input:focus {
    outline: none;
}
img {
    max-width: 100%;
}
body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
    font-family: 'Avenir Next';
    background: #23262B;
}
.header-wrap {
    background: #353A40;
    padding: 30px 0 30px;
}
.login-block { 
    margin-left: 40px;
}
.login-btn {
    border-radius: 100px;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 14px 36px 13px 26px;
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.08px;
    text-shadow: 0 0 3px rgb(0 0 0 / 50%);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}
.login-btn img {
    margin-right: 15px;
    vertical-align: -5px;
}
.login-btn:hover {
    text-decoration: none;
    background: #79BB30;
    color: #fff;
}
.header-block {
    display: flex;
    align-items: center;
}
.header-right {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.main-menu ul {
    display: flex;
}
.main-menu ul li a {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.08px;
    padding: 0 20px;
    text-shadow: 0 0 3px rgba(0,0,0,0.5);
    text-transform: uppercase;
    transition: all 0.5s ease-in-out 0s;
}
.main-menu ul li a:hover,
.main-menu ul li.active a {
    color:#79BB30;
    text-decoration: none;
}
.banner-wrap {
    position: relative;
}
.lead-generation-wrap {
    position: relative;
    background: linear-gradient(0deg, #1F2125 0%, #1B1D1E 100%);
    padding: 60px 0;
}
.banner-content {
    padding-left: 8%;
    width: 45%;
}
.banner-img {
    width: 55%;
}
.main-heading {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -0.31px;
    line-height: 63px;
    text-align: center;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.banner-subheading {
    color: #79BB30;
    font-family: Avenir;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.15px;
    line-height: 24px;
    text-align: center;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.green-btn {
    border: 2px solid #FFFFFF;
    background-color: #79BB30;
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.14px;
    text-align: center;
    padding: 15px 51px;
    cursor: pointer;
    transition: all 0.5s ease-in-out 0s;
}
.green-btn:hover {
    background-color: transparent;
    color: #FFFFFF;
    text-decoration: none;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.text-upper {
    text-transform: uppercase !important;
}
.sub-heading {
    color: #FFFFFF;
    font-family: Avenir Next;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.13px;
    line-height: 1.5em;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.availability-wrap {
    padding: 100px 0;
    background: #2A2E33;
}
.inventory-wrap {
    padding: 100px 0;
    background-color: #23262B;
}
.fs-list {
    padding: 0;
    margin: 20px 0 0 0;
    list-style: none;
}
.fs-list li {
    position: relative;
    padding: 11px 0 11px 28px;
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: -0.21px;
    line-height: 30px;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
}
.fs-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 23px;
    width: 12px;
    height: 12px;
    background-color: #79BB30;
    border-radius: 50%;
}
.dealers-wrap {
    padding: 100px 0;
    background: #2A2E33;
}
.dealer-box {
    border: 1px solid #4B4F55;
    border-radius: 8px;
    background-color: #23262B;
    padding: 40px 15px;
    min-height: 338px;
}
.dealer-icon {
    position: relative;
    min-height: 132px;
    margin-bottom: 40px;
}
.dealer-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.dealer-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.19px;
    line-height: 41px;
    text-align: center;
}
.pd-lr-35.row {
    margin-left: -35px !important;
    margin-right: -35px !important;
}
.pd-lr-35.row .col-md-4 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}
.dealer-content {
    padding: 100px 35px 0;
}
.dealer-content .main-heading {
    text-align: left;
    margin-bottom: 25px;
}
.dealer-content p {
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.13px;
    line-height: 40px;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
    text-align: left;
    margin-bottom: 25px;
}
.about-content p {
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.15px;
    line-height: 40px;
    text-shadow: 0 0 4px rgba(0,0,0,0.5);
    text-align: left;
    margin-bottom: 25px;
}
.footer-wrap {
    background: #23262B;
    padding: 30px 0;
}
.info-menu {
    margin-left: auto;
}
.info-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}
.info-menu ul li {
    padding: 0 12px;
    margin: 0;
    list-style: none;
}
.info-menu ul li a {
    color: #79BB30;
    font-family: "Avenir Next";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 16px;
    display: block;
    text-decoration: none;
    transition: all 0.5s ease-in-out 0s;
}
.info-menu ul li a:hover {
    color: #fff;
}
.info-menu ul li + li {
    /*border-left: solid 1px #fff;*/
	  display: inline-flex;
  align-items: center;

} 
.copyright {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 14px;
    letter-spacing: -0.1px;
}
.inventory-left {
    width: 45%;
}
.inventory-right {
    width: 55%;
    padding-left: 0;
}
.availability-calendar-block {
    margin-top: 70px;
    margin-bottom: 100px;
}
.black-box {
    border: 1.6px solid #343536;
    border-radius: 4px;
    background-color: #1B1C1F;
    padding: 20px;
}


.custom-label {
    /* color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 12px;
    letter-spacing: -0.09px;
    line-height: 16px; */
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 12px;
    letter-spacing: -0.09px;
    line-height: 13px;
}
.custom-form .form-control {
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 40px;
}
.custom-form textarea.form-control {
    height: 100px;
}
.custom-form button {
    margin-top: 50px;
    width: 100%;
}

/**10-09-2021**/
.service-wrap {
    padding: 60px 0;
    background: #23262B;
}
.gray-heading {
    color: rgba(255, 255, 255, 0.1);
      font-family: "Avenir Next";
      font-size: 110px;
      font-weight: bold;
      letter-spacing: -0.69px;
      line-height: 100px;
      text-shadow: 0 0 4px 0 #1E2024;
      text-transform: uppercase;
      margin-bottom: 50px;
}
.service-flex {
    min-height: 230px;
}
.service-icon {
    min-width: 59px;
}
.service-icon img {
    max-width: 58px;
}
.service-content {
    padding-left: 25px;
    max-width: 260px;
}
.service-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.15px;
    line-height: 33px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.service-content p {
    color: #969696;
    font-family: Avenir;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 24px;
}
.green-sub-heading {
    color: #79BB30;
    font-family: Avenir;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.19px;
    line-height: 40px;
}
.custom-dev-wrap {
    padding: 0 0 130px;
    background: #23262B;
}
.custom-dev-left {
    width: 60%;
}
.custom-dev-right {
    width: 40%;
    padding-left: 50px;
}

.free-consulation-wrap {
    position: relative;
}
.free-consulation-wrap .free-consulation-img {
    width: 100%;
}
.free-consulation-pos {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
}

.dealership-wrap {
    background: #23262B;
    padding: 80px 0;
}
.dealership-slider {
    margin-top: 70px;
}
.dealership-box {
    padding: 30px 35px;
    background: linear-gradient(180deg, #FFFFFF 0%, #DEDCDC 100%);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    border-bottom: solid 10px #79BB30;
    width: 100%;
    min-height: 300px;
}
.dealership-logo {
    text-align: center;
    min-height: 52px;
    margin-bottom: 25px;
    line-height: 52px;
}
.dealership-slider .owl-item img {
    width: auto;
    display: inline-block;
}
.dealership-title {
    color: #666666;
    font-family: Avenir;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: -0.5px;
    line-height: 20px;
    margin: 10px 0;
}
.dealership-box p {
    color: #666666;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.09px;
    line-height: 20px;
}
.dealership-slider .owl-dots {
    margin-top: 80px;
    text-align: center;
}
.dealership-slider .owl-dots button {
    height: 11px;
    width: 11px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    background-color: #FFFFFF;
    margin: 0 5px;
}
.dealership-slider .owl-dots button.active {
    background: transparent;
}
.consulation-wrap {
    background-color: #1D1F22;
    padding: 100px 0;
    overflow: hidden;
}
.gi-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.14px;
    line-height: 24px;
    margin-top: 100px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.address-info .white-text {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
}
.address-info .green-text {
    color: #79BB30;
    font-family: "Avenir Next";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
}
.mt-10 {
    margin-top: 10px !important;
}

.header-wrap .container,
.footer-wrap .container,
.adword-lead-wrap .container {
    max-width: 1360px;
}
.login-for-mobile {
    display: none;
}
.main-logo img {
    max-height: 40px;
}
.mb-free-consulation-img {
    display: none;
}

/**Audience**/
.audience-banner-wrap {
    background: url(../img/audience-banner-bg.svg) no-repeat center center;
    padding: 100px 0;
    background-size: 100%;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.font-24 {
    font-size: 24px !important;
    line-height: 30px !important;
}
.social-share-icons {
    margin-top: 40px;
}
.ssi-box {
    display: inline-block;
    padding: 0 30px;
}
.ssi-title {
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.09px;
    line-height: 24px;
    text-align: center;
    margin-top: 10px;
}

.audience-steps-wrap {
    padding: 90px 0 150px;
}
.audience-steps-flex:before {
    content: "";
    position: absolute;
    left: 18%;
    top: 20%;
    bottom: 0;
    right: 0;
    background: url(../img/path-arrow.svg) no-repeat left top;
    z-index: 0;
}
.audience-steps-flex {
    margin: 30px -80px 0;
    position: relative;
    text-align: center;
}
.audience-steps-flex li {
    width: calc(50% - 2px);
    margin: 60px 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.audience-steps-flex li:last-child {
    width: 100%;
}
.step-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.19px;
    line-height: 41px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 85px;
}
.au-step-block {
    max-width: 450px;
    margin: 0 auto;
}
.au-step-box {
    border-radius: 9px;
    background-color: #2E3033;
    width: 100%;
    position: relative;
    padding: 80px 32px 40px;
}
.step-green-circle {
    width: 99px;
    height: 99px;
    background-color: #79BB30;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -50px;
    transform: translate(-50%, 0);
}
.step-green-circle img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 48px;
    max-height: 48px;
}
.au-step-box p {
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 21px;
    font-weight: 300;
    letter-spacing: -0.13px;
    line-height: 36px;
    text-align: center;
}
.sell-more-car-box {
    max-width: 670px;
    margin: 120px auto 0;
    background: url(../img/car-bg.svg) no-repeat center 22%;
}
.mt-50 {
    margin-top: 50px;
}
.header-left {
    z-index: 9 !important;
    position:relative;
}
.fw-400 {
    font-weight: 400 !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.adword-lead-wrap {
    padding: 60px 0;
}
.adword-lead-flex {
    margin: 50px -20px 0;
    position: relative;
    text-align: left;
}
.adword-lead-flex>li {
    width: calc(50% - 2px);
    padding: 0 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.adword-step-box {
    border-radius: 9px;
    background-color: #2E3033;
    width: 100%;
    position: relative;
    padding: 48px 40px;
    min-height: 281px;
}
.adword-step-box.mnh-250 {
    min-height: 250px;
}
.adword-step-box.mnh-200 {
    min-height: 200px;
}
.adword-step-box .step-green-circle {
    width: 42px;
    height: 42px;
    background-color: transparent;
    top: -24px;
}

.adword-list li:before {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
}
.positive-box .adword-step-box {
    border: 2px solid #79BB30;
}
.negative-box .adword-step-box {
    border: 2px solid #F83C3C;
}
.positive-box .adword-list li:before {
    background-color: #79BB30;
}
.negative-box .adword-list li:before {
    background-color: #F83C3C;
}
.adword-list li {
    font-family: Avenir;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: -0.13px;
    line-height: 24px;
    text-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
    color: #fff;
    padding-bottom: 20px;
    padding-left: 25px;
    position: relative;
}
.adword-list li:last-child {
    padding-bottom: 0;
}
.adword-step-block .step-title {
    margin-bottom: 45px;
}
.adw-block {
    padding: 50px 0;
}

.image-banner {
    position: relative;
}
.image-banner>img {
    width: 100%;
}
.image-banner .banner-pos {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
}
.banner-for-mobile {
    display: none;
}
.vs-box {
    height: 99px;
    width: 99px;
    line-height: 99px;
    background-color: #79BB30;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.5);
    border-radius: 50%;
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.19px;
    text-align: center;
    position: absolute;
    right: -75px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}

.banner-video-block {
    position: relative;
}
.banner-video-block:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
}
.banner-wrap video {
    width: 100%;
    display: block;
}
.banner-video-pos {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 1;
    height: calc(100% - 40px);
}
.banner-video-pos .container {
    height: 100%;
}
.sync1-block {
    height: calc(100% - 130px);
    position: relative;
}
#sync1 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
/*#sync1 .owl-item {
    position: relative;
    height: 100%;
}
#sync1 .owl-item .item {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(-50%, -50%);
}*/
#sync1 .sub-heading {
    max-width: 550px;
    margin: 0 auto;
}
#sync2 .item {
    padding-top: 10px;
}
#sync2 .item h1 {
    width: 100%;
    border: 1px solid #FFFFFF;
    font-family: "Avenir Next";
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.18px;
    text-align: center;
    text-shadow: 0 0 3px 0 rgba(0,0,0,0.5);
    text-align: center;
    color: #fff;
    line-height: 81px;
    position: relative;
    cursor: pointer;
}
#sync2 .current .item h1:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -7px;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-bottom: solid 7px #79BB30;
}
#sync2 .current .item h1 {
    border: 1px solid #79BB30;
    background-color: #1F2125;
}

.timeline-right-box {
    border: 1px solid #79BB30;
    border-radius: 4px;
    background-color: #2E3033;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
    padding: 25px 50px 40px;
    margin-bottom: 50px;
    position: relative;
}
.timeline-right-box:before {
    content: "";
    position: absolute;
    left: -15px;
    top: 38px;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-right: solid 15px #79BB30;
}
.timeline-right-box:after {
    content: "";
    position: absolute;
    left: -13px;
    top: 38px;
    border-top: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-right: solid 15px #2E3033;
}
.titmeline-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.13px;
    line-height: 27px;
    text-transform: uppercase;
}
.timeline-list {
    padding: 0;
    margin: 20px 0 0;
    list-style: none;
}
.timeline-list li {
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.09px;
    line-height: 18px;
    padding: 10px 0 10px 25px;
    position: relative;
}
.timeline-list li:before {
    content: "";
    height: 10px;
    width: 10px;
    background-color: #79BB30;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 50%;
}
.circle-count {
    height: 60px;
    width: 60px;
    background-color: #79BB30;
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.5);
    border-radius: 50%;
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -0.78px;
    line-height: 34px;
    text-align: center;
    line-height: 60px;
    position: relative;
    left: 0;
    top: 20px;
    margin: 0 auto;
}
.month-name {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: right;
    position: relative;
    top: 40px;
}
.tb-border:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    height: 120%;
    width: 5px;
    background: #79BB30;
    transform: translate(-50%, 0);
    border-radius: 6px;
}
.tb-row:last-child .tb-border:before {
    display: none;
}
.timeline-wrap {
   padding: 60px 0px 180px 0px;
}
.timeline-wrap .main-heading {
    margin-bottom: 70px;
    font-weight: 500;
}

.login-block{display:none !important;}
.dealership-wrap{display:none !important;}

.about-wrap{
	 padding: 60px 0;
}

.about-wrap .main-heading {
    margin-bottom: 60px;
    font-weight: 500;
}

.about-content {
    padding-top: 0;
}
.about-content p {
    text-align: left;
}

/*Slick slider*/


#sync2 .slick-slide{ 
    margin: 0px 15px;
	text-align: center;
}	

#sync2 .slick-current .item h1 { 
    border: 1px solid #79BB30 !important; 
}
#sync2 .slick-current .item h1:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -8px;
    margin-left: -7px;
    border-left: solid 7px transparent;
    border-right: solid 7px transparent;
    border-bottom: solid 7px #79BB30;
}




.logo-img img{
	max-width:120px;
	margin-top:15px;
}


@media(max-width: 767px) {
.logo-img{
	text-align:center;
	}

}




/* 26-09-2022 */
.main-block {
    background: #353A40;
    padding: 25px 10px;
	border-top: 10px solid #23262B;
}
.gray-box {
    border-radius: 5px;
    background-color: #23262B;
}
.ins-sub-title {
    text-align: center;
    opacity: 0.5;
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.16px;
    line-height: 36px;
}
.ins-step-box {
    padding: 55px 0;
}
.ins-step-box + .ins-step-box {
    border-top: solid 2px rgb(255 255 255 / 30%);
}
.ins-step-flex {
    max-width: 910px;
    margin: 0 auto;
}
.ins-gray-box {
    border-radius: 5px;
    background-color: #353A40;
    padding: 15px 25px;
    max-width: 938px;
    margin: 15px auto;
}
.ins-step-flex .w-60px {
    width: 60px !important;
    min-width: 60px;
}
.ins-step-img {
    margin-top: 30px;
    text-align: center;
}
.ins-step-img img {
    max-width: 100%;
}
.ins-count-circle {
    height: 60px;
    width: 60px;
    background-color: #79BB30;
    box-shadow: 0 0 18px 0 rgba(0,0,0,0.5);
    border-radius: 50%;
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 25px;
    font-weight: bold;
    letter-spacing: -0.78px;
    line-height: 34px;
    text-align: center;
    line-height: 60px;
    min-width: 60px;
}

.insstep-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 38px;
    text-align:left;
}
.insstep-sub-title {
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.13px;
    line-height: 25px;
    text-align:left;
}
.insstep-sub-title span,
.insstep-sub-title a {
    color: #79BB30;
}
.ml-30 {
    margin-left: 30px !important;
}
.font-14 {
    font-size: 14px !important;
}
.ins-url {
    color: #FFFFFF;
    font-family: "Menlo Regular";
    font-size: 15px;
    letter-spacing: -0.11px;
    line-height: 18px;
}
.transparent-theme-btn {
    border: 2px solid #79BB30;
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-block;
    background: transparent;
    color: #79BB30;
    font-family: Avenir;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: -0.09px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    margin-top: 0 !important;
    text-transform: uppercase;
}
.insstep-heading {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 28px;
    font-weight: bold;
    letter-spacing: -0.2px;
    line-height: 38px;
    text-align: center;
    padding-top: 60px;
}
.for-mobile {
    display: none;
}

.container-fluid1{
	margin:0 auto;
	max-width:1140px;
}

@media (max-width:767px) {
    .for-desktop {
        display: none;
    }
    .for-mobile {
        display: block;
    }
    .ins-step-flex {
        display: inline-flex !important;
    }
    .ins-step-flex .ml-30 {
        margin-left: 12px !important;
    }
    .ins-step-box {
        text-align: center;
    }
    .insstep-sub-title {
        text-align: center;
        margin-top: 15px;
        max-width: 325px;
        margin-left: auto;
        margin-right: auto;
    }
    .ins-count-circle {
        width: 40px;
        height: 40px;
        line-height: 40px;
        min-width: 40px;
        font-size: 17px;
    }
    .ins-step-box {
        padding: 35px 0;
    }
    .ins-gray-box {
        display: block !important;
        text-align: left !important;
    }
    .ins-gray-box .transparent-theme-btn {
        width: 100%;
        margin-top: 25px !important;
    }
    .imp-step-msg-flex .insstep-sub-title {
        text-align: left !important;
        max-width: 100%;
    }
    .ins-sub-title {
        font-size: 20px;
        line-height: 32px;
    }
    .main-block {
        padding-left: 0;
        padding-right: 0;
		background: #23262B;
    
	border-top: 0px;

    }
	
	.insstep-heading {
  
  padding-top: 25px;
}

.ins-url {
    
    font-size: 14px;
    letter-spacing: -0.1px;
    line-height: 20px;
	overflow-wrap: break-word;
  word-wrap: break-word;
}
	
	
}
/* Gas Software */



 .ytp-large-play-button {
    display: none !important;
  }
  
   .ytp-cued-thumbnail-overlay {
    display: none !important;
  }

.main-logo img.gas-software-logo {
  max-height: 51px;
}

.gas-dealer-wrap {
    padding: 72px 0;
    background-color: #141618;
    overflow: hidden;
}
.mxw-1360 {
    max-width: 1360px !important;
}
.gas-dealer-wrap .banner-content {
    padding-left: 5%;
}
.text-green {
    color: #79BB30 !important;
}
.gas-dealer-wrap .fs-list li {
    color: #FFFFFF;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.11px;
    line-height: 22px;
}
.gas-dealer-wrap .fs-list li:before {
    left: 2px;
    top: 16px;
    width: 10px;
    height: 10px;
}
.speak-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 50px;
    font-weight: 500;
    letter-spacing: -0.31px;
    line-height: 68px;
    text-align: center;
}
.speak-cars-wrap {
    padding: 90px 0;
    overflow: hidden;
}
.sc-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 30.17px;
    font-weight: 600;
    letter-spacing: -0.19px;
    line-height: 41px;
    text-align: center;
}
.mt-80 {
    margin-top: 70px !important;
}
.mxw-1040 {
    max-width: 1040px !important;
}
.gas-dealer-wrap .banner-img iframe {
    display: block;
}
@media(max-width: 767px) {
	
	.animate {
 
  width: 82px !important;
  height: 82px !important;
 
}
	
    .gas-dealer-wrap .d-flex {
        flex-wrap: wrap;
    }
    .gas-dealer-wrap .banner-img {
        width: 100% !important;
    }
    .gas-dealer-wrap {
        padding: 0;
    }
    .gas-dealer-wrap .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .gas-dealer-wrap .main-heading {
        font-size: 30px;
        letter-spacing: -0.19px;
        line-height: 41px;
    }
    .gas-dealer-wrap .banner-content {
        width: 100% !important;
        padding: 40px 18px 50px;
    }
    .gas-dealer-wrap .fs-list {
        max-width: 340px;
        margin: 15px auto 0;
    }
    .speak-cars-wrap {
        padding: 30px 0;
    }
    .speak-title {
        font-size: 30px;
        font-weight: 500;
        letter-spacing: -0.19px;
        line-height: 41px;
    }
    .mt-80 {
        margin-top: 40px !important;
    }
    .speak-cars-wrap .row {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .speak-cars-wrap .col-md-4 {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
    }
    .speak-cars-wrap .sc-icon {
        max-width: 82px;
        margin-bottom: 0 !important;
		max-height:82px;
    }
    .speak-cars-wrap .sc-title {
        font-size: 24px;
        letter-spacing: -0.15px;
        line-height: 33px;
        text-align: left !important;
        padding-left: 25px;
    }
    .usa-banner.mt-80 {
        margin-top: 0 !important;
    }
    .gs-consulation-wrap {
        padding: 40px 0 !important;
    }
    .gas-dealer-wrap .banner-img iframe {
        height: 237px !important;
    }
	
	.sc-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
	max-width:36px;
	max-height:36px;
	margin-left: -18px !important;
  margin-top: -18px !important;
  }
  
   .sc-icon2 img {
    
	margin-left: -11px !important;
 
  }
	
}
@media(max-width:480px) {
    .speak-title {
        max-width: 290px;
        margin-left: auto;
        margin-right: auto;
    }
    .gas-dealer-wrap .main-heading {
        font-size: 26px;
        letter-spacing: -0.19px;
        line-height: 37px;
    }
}
.video-icon {
    width: 120px;
    height: 120px;
    background-color: #333;
}
.w-270 {
    width: 270px;
}
.top-benifit-table {
    margin-top: 100px;
}
.top-benifit-table tr th {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 33px;
    text-align: left;
    padding: 16px 45px;
    background-color: #1D1F22;
 }
 .top-benifit-table tr td {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 24px;
    padding: 24px 45px;
    text-align: left;
    border-bottom: 2px solid rgba(255,255,255,0.2);
 }
 .icon-btn {
    border: none;
    background: transparent;
 }
 .icon-btn img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease-in-out 0s;
 }
 .icon-btn img:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
 }
 .have-question-wrap {
    background: url(../img/have-question-bg.jpg);
	min-height: 637px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    padding: 100px 0;
    overflow: hidden;
 }

 .hq-left p {
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.11px;
    line-height: 22px;
 }
 .hq-left {
    width: calc(100% - 435px);
 }
 .hq-right {
    width: 435px;
 }
 .mxw-560 {
    max-width: 560px;
 }
 .team-leader-block {
    margin: 0 -20px;
 }
 .tlb-col {
    width: 33.33%;
    padding: 0 20px;
    margin-bottom: 40px;
 }
 .team-leader-wrap {
    padding: 90px 0 110px;
    overflow: hidden;
 }
 .tlb-box {
    border-radius: 9px;
    background-color: #2E3033;
    padding: 20px 30px;
    min-height: 320px;
 }
 .tl-img {
    width: 90px;
 }
 .tl-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
 }
 .tl-content {
    padding-left: 20px;
    width: calc(100% - 90px);
 }
 .tl-name {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.1px;
    line-height: 22px;
 }
 .tl-post {
    color: #79BB30;
    font-family: "Avenir Next";
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.1px;
    line-height: 22px;
 }
 .tlb-box p {
    color: #FFFFFF;
    font-family: Avenir;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.1px;
    line-height: 24px;
    text-shadow: 0 0 4px 0 rgba(0,0,0,0.5);
 }
 .team-based-box {
    border: 1px solid #514E4E;
    background-color: #1D1F22;
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0;
    padding: 30px 150px;
 }
 .tb-content {
    padding-left: 29px;
 }
 .tb-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 52px;
 }
 .tb-sub-title {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 25px;
 }
 .mxw-1280 {
    max-width: 1280px !important;
 }
 .mxw-1199 {
    max-width: 1130px !important;
 }
 .certified-icon img {
    max-width: 110px;
 }
 .mt-40 {
    margin-top: 40px !important;
 }
 .mb-50 {
    margin-bottom: 50px !important;
 }

.client-work-wrap {
    background-color: #1D1F22;
    padding: 100px 0 150px;
    overflow: hidden;
    position: relative;
}
.client-work-box {
    position: relative;
}
.client-work-wrap .navigation {
    text-align: left;
    position: relative;
    z-index: 9;
}
.client-work-wrap .navigation .next-btn, 
.client-work-wrap .navigation .prev-btn {
    background: url(../img/left-arrow.png) no-repeat center center;
    background-size: 100%;
    width: 80px;
    height: 80px;
    border: none;
    cursor: pointer;
}
.client-work-wrap .navigation .next-btn {
    transform: rotate(180deg);
    margin-left: 50px;
}
.client-work-box .carousel-dots {
    text-align: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
}
.client-work-box .carousel-dots .dot {
    height: 11px;
    width: 11px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    background-color: #FFFFFF;
    margin: 0 6px;
}
.client-work-box .carousel-dots .dot.active {
    background: transparent;
}
.copyright {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 14px;
    letter-spacing: -0.1px;
    line-height: 19px;
}
.footer-menu {
    display: flex;
    align-items: center;
}
.footer-menu li a {
    color: #79BB30;
    font-family: "Avenir Next";
    font-size: 15px;
    letter-spacing: 0;
    line-height: 15px;
    padding: 0 15px;
    display: inline-block;
    border-right: solid 1px #fff;
}
.footer-menu li:last-child a {
    border-right: none;
    padding-right: 0;
}
.mnh-126 {
    min-height: 126px;
}
.w-60 {
    width: 55%;
}
.client-work-slider.owl-carousel .owl-item img {
    padding: 15px;
}
.client-work-slider.owl-carousel .owl-item.active img {
    padding: 0;
}
.client-work-right .main-heading {
    padding-bottom: 35px;
}
.owl-carousel.off {
    display: block;
}
.team-lead-slider .owl-dots {
    margin-top: 0;
    text-align: center;
}
.team-lead-slider .owl-dots button {
    height: 11px;
    width: 11px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    background-color: #FFFFFF;
    margin: 0 4px;
}
.team-lead-slider .owl-dots button.active {
    background: transparent;
}

@-webkit-keyframes pulse1 {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  
    50% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
}  
@keyframes pulse1 {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  
    50% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
}
  
.pulse1 {
    -webkit-animation-name: pulse1;
    animation-name: pulse1;
}
.typed-cursor {
    color: #FFFFFF;
    font-family: "Avenir Next";
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -0.31px;
    line-height: 52px;
    vertical-align: 4px;
}

/**********************custom owl*********************************/


.carousel {
    display: flex;
    width: 100%;
    height: 380px;
    align-items: center;
    font-family: Arial;
  }
  .carousel__list {
    display: flex;
    list-style: none;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    perspective: 300px;
  }
  .carousel__item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0px;
    width: 450px;
    height: 380px;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.5);
    position: absolute;
    transition: all 0.3s ease-in;
  }
  .carousel__item:nth-child(1) {
    background: url(../img/project-01.png);	
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .carousel__item:nth-child(2) {
    background: url(../img/project-02.png);	
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .carousel__item:nth-child(3) {
    background: url(../img/project-03.png);	
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .carousel__item:nth-child(4) {
     background: url(../img/project-04.png);	
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .carousel__item:nth-child(5) {
    background: url(../img/project-05.png);	
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .carousel__item[data-pos="0"] {
    z-index: 5;
    box-shadow: none;
     
  }
  .carousel__item[data-pos="-1"], .carousel__item[data-pos="1"] {
    opacity: 0.7;
    filter: blur(1px) grayscale(10%);
  }
  .carousel__item[data-pos="-1"] {
    transform: translateX(-15%) scale(0.9);
    z-index: 4;
  }
  .carousel__item[data-pos="1"] {
    transform: translateX(15%) scale(0.9);
    z-index: 4;
  }
  .carousel__item[data-pos="-2"], .carousel__item[data-pos="2"] {
    opacity: 0.4;
    filter: blur(3px) grayscale(20%);
  }
  .carousel__item[data-pos="-2"] {
    transform: translateX(-30%) scale(0.8);
    z-index: 3;
  }
  .carousel__item[data-pos="2"] {
    transform: translateX(30%) scale(0.8);
    z-index: 3;
  }
  
  
  
  
  .carousel-dots {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    clear:both;
  margin:5px;
  }
  
  .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
  }
  
  .dot.active {
    background-color: #79BB30;
  }
  .sc-icon {
        background: #79BB30;
        width: 152px;
        height: 152px;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
  }
  .sc-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
	
  }
  
   

  
@-webkit-keyframes shake1 {
    0%, 100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateY(-3px);
      transform: translateY(-3px);
    }
  
    20%, 40%, 60%, 80% {
      -webkit-transform: translateY(3px);
      transform: translateY(3px);
    }
  }
  
  @keyframes shake1 {
    0%, 100% {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  
    10%, 30%, 50%, 70%, 90% {
      -webkit-transform: translateY(-3px);
      -ms-transform: translateY(-3px);
      transform: translateY(-3px);
    }
  
    20%, 40%, 60%, 80% {
      -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
      transform: translateY(3px);
    }
  }
  
  .shake1 {
    -webkit-animation-name: shake1;
    animation-name: shake1;
    -webkit-animation-duration: 5.5s;
    animation-duration: 5.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  .shake-delay1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  .shake-delay2 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  .shake-delay3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
  }
  
  
  .tlb-box:hover {
  
  box-shadow: 0px 2px 8px 0px rgba(121, 187, 48, 0.5);
}

.client-work-right{
	max-width:431px;
}


.circle {
  /*border-radius: 50%;
  background-color: #79BB30;
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 6s 1 cubic-bezier(.36, .11, .89, .32);*/
}

.animate {
  border-radius: 50%;
  background-color: #79BB30;
  width: 150px;
  height: 150px;
  position: absolute;
  opacity: 0;
  animation: scaleIn 6s 1 cubic-bezier(.36, .11, .89, .32);
}
 
   .sc-icon img {
  z-index:10
}
	
	@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2, 2);
    opacity: 0;
  }
}





/* 14-10-2024 */
.home-banner-wrap {
    background: url(../img/hero.jpg) no-repeat center bottom;
    background-size: cover;
    height: calc(100vh - 99px);
    overflow: hidden;
    position: relative;
}

.home-banner-video-block {
    position: relative;
    z-index: 0;
}
.home-banner-video-block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(21 21 21 / 60%);
    z-index: 1;
}
.home-banner-wrap video {
    width: 100%;
    display: block;
}
.mxw-1000 {
    max-width: 700px;
}
.hs-block .hs-box {
    width: 33.33%;
    height: 50vh;
}
.hb-pos {
    width: 100%;
    padding-bottom: 50px;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}
.home-banner-wrap .green-btn {
    font-weight: bold;
}
.home-service-wrap {
    height: 100vh;
    width: 100%;
    background-color: #282828;
    overflow: hidden;
}
.hsb-pos {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
    text-align: center;
}
.hs-box>img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.hw-down-arrow {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    padding-bottom: 30px;
    z-index: 3;
    transform: translate(-50%, 0);
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.hw-down-arrow img {
    max-width: 42px;
    animation: scrollArrow 1.5s infinite;
}
@keyframes scrollArrow {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(5px);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.hw-portfolio-wrap {
    background: url(../img/hw-portfolio-bg.webp) no-repeat center center;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 0;
}
.hw-portfolio-wrap:before {
    content: "";
    background-color: rgb(22 22 22 / 70%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.hw-portfolio-wrap .container {
    position: relative;
    z-index: 2;
}
.w-300 {
    width: 300px;
}
.software-wrap {
    background-color: #23262b;
    padding: 220px 0 0;
}
.software-block {
    padding: 0 0 220px;
}
.fw-bold {
    font-weight: bold !important;
}
.software-table tr th {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background-color: #1d1f22;
    padding: 20px 20px;
}
.software-table tr th img {
    margin-right: 5px;
    min-width: 22px;
}
.software-table tr td {
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
    border-bottom: solid 2px rgba(255, 255, 255, 0.2);
    padding: 20px 20px;
}
.software-table .text-green {
    color: #79bb30;
}
.software-table tr th:first-child,
.software-table tr td:first-child {
    padding-left: 50px;
    width: 50%;
}
.dealerships-wrap {
    padding: 180px 0;
    background: #23262B;
}
.opacity-0-5 {
    opacity: 0.5 !important;
}
.dealerships-box {
    padding: 29px 31px 28px 30px;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    background-image: linear-gradient(to bottom, #fff 50%, #dedcdc 85%);
}
.dealerships-box .dh-title {
    font-family: Avenir;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.5px;
    color: #666;
}
.dealerships-box p {
    font-family: Avenir;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.09px;
    color: #666;
}
.dealerships-slider {
    margin-top: 60px;
}
.dealerships-logo {
    min-height: 51px;
}
.dealerships-logo img {
    max-height: 51px;
    width: auto !important;
}

.common-dots .owl-dots {
    margin-top: 60px;
    text-align: center;
}
.common-dots .owl-dots button {
    height: 11px;
    width: 11px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    background-color: #FFFFFF;
    margin: 0 5px;
}
.common-dots .owl-dots button.active {
    background: transparent;
}
.hw-portfolio-dbg {
    background: #23262b;
}
.hw-portfolio-lbg {
    background: #333131;
}
.hw-proj-bg {
    background: url(../img/Shape.png) no-repeat left center;
    height: 100%;
    padding: 120px 0;
    background-size: auto 117%;
}
.font-18 {
    font-size: 18px !important;
}
.sm-title {
    opacity: 0.4;
    font-size: 18px;
    line-height: 1.56;
    color: #fff;
}
.ph-list li {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: normal;
    color: #fff;
    padding: 12px 0 12px 27px;
    position: relative;
}
.ph-list li:before {
    content: '';
    width: 12px;
    height: 12px;
    margin: 9px 15px 37px 0;
    background-color: #79bb30;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
}
.sm-right-arrow img {
    max-width: 56px;
}

.read-more {
    color: #79bb30;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}
.read-more:hover {
    color: #79bb30;
    text-decoration: none;
}
@-webkit-keyframes pulse1 {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  
    50% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
}  
@keyframes pulse1 {
    0% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 0;
    }
  
    50% {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
    }
}
.pulse1 {
    -webkit-animation-name: pulse1;
    animation-name: pulse1;
}
.hw-overflow-hidden {
    overflow: hidden;
}


/* AEO Automotive Marketing Page */
.aeo-search-wrap {
    background: #23262B;
    padding: 80px 0 100px;
}
.font-20 {
    font-size: 20px !important;
}
.aeo-ai-wrap {
    background: #161616;
    padding: 40px 0 50px;
}
.font-40 {
    font-size: 40px !important;
}
.aeo-built-search-wrap {
    background: #23262B;
    padding: 80px 0 100px;
}
.aeo-built-search-wrap p {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #fff;
    margin-top: 24px;
    font-family: 'Avenir Next';
}
.aeo-built-search-wrap .fs-list li:before {
    top: 19px;
}