/*
  Theme Name: Avilon
  Theme URL: https://bootstrapmade.com/avilon-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/


/*--------------------------------------------------------------
# Main colors
--------------------------------------------------------------*/

:root {
    --main-bg: #0f1113;
    --second-bg: #222222;
    --main-color: #f1f1f1;
    --main-green: #82cc3f;
    --main-gray: #a9a9a9;
    --main-color-dark: #222222;
    --error-color: #dc3545;
    --main-white: #ffffff;
}

h2, h3 {
    --main-color: #ffffff;
}

#technology {
    --main-bg: #ffffff;
    --main-color: #666666;
}

#technology .section-header .section-title {
    --main-color: #666666;
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: "ScaleWestFont";
    src: url("../fonts/ScaleWestFont/ScaleWestFont-Regular.otf");
    src: url("../fonts/ScaleWestFont/ScaleWestFont-Regular.woff2") format('woff2');
}
@font-face {
    font-family: "ScaleWestFont";
    src: url("../fonts/ScaleWestFont/ScaleWestFont-Bold.otf");
    src: url("../fonts/ScaleWestFont/ScaleWestFont-Bold.woff2") format('woff2');
    font-weight: 800;
}
@font-face {
    font-family: "ScaleWestFont";
    src: url("../fonts/ScaleWestFont/ScaleWestFont-Medium.otf");
    src: url("../fonts/ScaleWestFont/ScaleWestFont-Medium.woff2") format('woff2');
    font-weight: 600;
}
@font-face {
    font-family: "ScaleWestFont";
    src: url("../fonts/ScaleWestFont/ScaleWestFont-Light.otf");
    src: url("../fonts/ScaleWestFont/ScaleWestFont-Light.woff2") format('woff2');
    font-weight: 200;
}



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
    min-height: 100%;
}

body {
    background-color: var(--main-bg);
    color: var(--main-color);
    font-family: "ScaleWestFont", sans-serif;
    overflow-x: hidden;
    padding-top: 70px;
    font-size: 16px;
}

body#home {
    padding-top: 0;
}

a {
    color: var(--main-green);
    transition: 0.5s;
}

a:hover, a:active, a:focus {
    color: var(--main-green);
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "ScaleWestFont", sans-serif;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
}

h3 {
    margin: 0 0 30px 0;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: linear-gradient(45deg, var(--main-green), var(--main-green));
    color: #ffffff;
    padding: 2px 20px 8px 20px;
    border-radius: 4px 4px 0 0;
    right: 15px;
    bottom: 0;
    transition: none;
}

.back-to-top:focus {
    background: linear-gradient(45deg, var(--main-green), var(--main-green));
    color: #ffffff;
    outline: none;
}

.back-to-top:hover {
    background: var(--main-green);
    color: #ffffff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    position: fixed;
    padding: 15px 0;
    height: 70px;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    background-color: var(--main-bg);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

#home #header.header-fixed,
#header.header-fixed {
    position: fixed;
    background-color: var(--main-bg);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
    opacity: .95;
    z-index: 999;
}

#home #header,
#home.mobile-nav-active #header,
#home.mobile-nav-active #header.header-fixed,
.mobile-nav-active #header,
.mobile-nav-active #header.header-fixed {
    background: transparent;
    box-shadow: none;
}

#header .container {
    position: relative;
}

#header #logo {
    display: inline-block;
    float: left;
    width: 205px;
    height: 40px;
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-family: "ScaleWestFont", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: none;
    overflow: hidden;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
}

/*
@media all and (max-width: 480px) {
  #header #logo {
    width: 55px;
  }
}

#home #header.header-fixed #logo,
#header.header-fixed #logo {
  width: 55px;
}
*/

#header #logo a {
    display: block;
    float: left;
    color: #ffffff;
    text-shadow: none;
    font-weight: 500;
}


#home:not(.mobile-nav-active) #header:not(.header-fixed) #logo a,
.mobile-nav-active #header #logo a {
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
    font-weight: 500;
}


#header #logo a img {
    display: block;
    float: left;
    height: 40px;
    padding: 0;
    margin: 0;
}

#home:not(.mobile-nav-active) #header:not(.header-fixed) #logo a img,
.mobile-nav-active #header #logo a img {
    filter: brightness(0) invert(1);
}

#header #logo a span {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0 0 0 10px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    width: 100%;
    height: 100vh;
    background-image: url("../img/intro.jpg");
    background: linear-gradient(45deg, rgba(204, 204, 204, .5) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .5) 50%, rgba(204, 204, 204, .5) 75%, transparent 75%, transparent);
    background: -moz-linear-gradient(45deg, rgba(204, 204, 204, .5) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .5) 50%, rgba(204, 204, 204, .5) 75%, transparent 75%, transparent);
    background: -webkit-linear-gradient(45deg, rgba(204, 204, 204, .5) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .5) 50%, rgba(204, 204, 204, .5) 75%, transparent 75%, transparent);
    background: -o-linear-gradient(45deg, rgba(204, 204, 204, .5) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .5) 50%, rgba(204, 204, 204, .5) 75%, transparent 75%, transparent);


    background-size: cover;
    position: relative;
}

@media (min-width: 1024px) {
    #intro {
        background-attachment: fixed;
    }
}

#intro .intro-text {
    position: absolute;
    left: 0;
    top: 60px;
    right: 0;
    height: calc(50% - 60px);
    padding-top: 50px;
}

@media (max-width: 768px) {
    #intro .intro-text {
        padding-top: 0;
    }
}

#intro h2 {
    margin: 30px 0 10px 0;
    padding: 0 15px;
    font-size: 60px;
    font-weight: 800;
    line-height: 68px;
    color: #ffffff;
}

@media (max-width: 768px) {
    #intro h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

#intro p:not(.section-description) {
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0 15px 50px 15px;
    font-size: 24px;
}

@media (max-width: 768px) {
    #intro p:not(.section-description) {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
        padding: 0 15px 0 15px;
    }
}

#intro .btn-get-started {
    font-family: "ScaleWestFont", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
}

#intro .btn-get-started:hover {
    color: var(--main-green);
    background: #fff;
}

#intro .product-screens {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 50%;
}

#intro .product-screens img {
    box-shadow: 0px -2px 19px 4px rgba(0, 0, 0, 0.29);
}

#intro .product-screens .product-screen-1 {
    position: absolute;
    z-index: 30;
    left: calc(50% + 54px);
    bottom: 0;
    top: 30px;
}

#intro .product-screens .product-screen-2 {
    position: absolute;
    z-index: 20;
    left: calc(50% - 154px);
    bottom: 0;
    top: 90px;
}

#intro .product-screens .product-screen-3 {
    position: absolute;
    z-index: 10;
    left: calc(50% - 374px);
    bottom: 0;
    top: 150px;
}

@media (max-width: 768px) {
    #intro .product-screens .product-screen-1 {
        position: static;
        padding-top: 30px;
    }

    #intro .product-screens .product-screen-2, #intro .product-screens .product-screen-3 {
        display: none;
    }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu > li {
    float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    float: right;
    margin: 0;
    display: none;
}

@media (max-width: 1024px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #ffffff;
    font-family: "ScaleWestFont", sans-serif;
    font-weight: 400;
    outline: none;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 4px 0 0 0;
    padding: 10px;
    box-shadow: 0 0 30px rgba(127, 137, 161, 0.25);
    background: #ffffff;
}

.nav-menu ul li {
    transition: 0.3s;
}

.nav-menu ul li a {
    padding: 10px;
    color: var(--main-color);
    transition: 0.3s;
    display: block;
    text-transform: none;
}

.nav-menu ul li:hover > a {
    color: var(--main-green);
}

.nav-menu ul ul {
    margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle,
#mobile-nav-toggle:hover {
    display: block;
    position: absolute;
    width: 30px;
    right: 0;
    top: 0;
    margin: 6px 20px 0 0;
    padding: 0;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    text-shadow: none;
    opacity: 1;
    z-index: 1000;
}

#home #header:not(.header-fixed) #mobile-nav-toggle,
.mobile-nav-active #header #mobile-nav-toggle {
    color: #ffffff;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, .5);
}

#mobile-nav-toggle .hamburger-inner,
#mobile-nav-toggle .hamburger-inner:before,
#mobile-nav-toggle .hamburger-inner:after {
    background-color: #ffffff;
    width: 30px;
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    display: none;
    top: 0;
    padding-top: 100px;
    bottom: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    width: 100%;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav h2 {
    color: var(--main-color);
    font-size: 36px;
    font-weight: bold;
    margin: 40px 0 0 0;
    padding: 20px 0;
    border-bottom: 1px solid #909090;
}

#mobile-nav h2 span {
    color: var(--main-green);
}

#mobile-nav h3 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 0 0;
    padding: 10px 0;
}

@media all and (max-width: 480px) {
    #mobile-nav h2 {
        font-size: 32px;
    }

    #mobile-nav h3 {
        font-size: 18px;
    }
}

#mobile-nav ul {
    display: flex;
    flex-flow: column nowrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    overflow: hidden;
    color: var(--main-color);
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    outline: none;
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(
    to right,
    var(--main-green),
    var(--main-green) 50%,
    #ffffff 50%);
    background-size: 200% 100%;
    background-position: 100%;
}

#mobile-nav ul li a:hover {
    transition: all 1s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: var(--main-gray);
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: var(--main-green);
}

#mobile-nav ul .menu-item-active {
    color: var(--main-green);
}


#mobile-nav ul.social-list {
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
    margin: 50px 0 0 0;
    list-style: none;
}

#mobile-nav ul.social-list li a {
    font-size: 28px;
}

#mobile-nav ul.social-list li a i {
    color: var(--main-gray);
}

#mobile-nav ul.social-list li a:hover i {
    color: #ffffff;
}

@media all and (max-width: 480px) {

    #mobile-nav ul li a {
        font-size: 22px;
    }

    #mobile-nav ul.social-list li a {
        font-size: 28px;
    }
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    /*
    background: rgba(52, 59, 64, 0.9);
    */
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
    width: 100%;
    position: fixed;
}

body.mobile-nav-active #mobile-nav {
    display: block;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
    width: 30px;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
    font-size: 32px;
    color: var(--main-color);
    text-align: center;
    font-weight: 400;
    margin: 0 0 15px 0;
}

.section-header p.section-top {
    line-height: 20px !important;
    color: var(--main-gray) !important;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    text-transform: uppercase !important;
    text-align: center !important;
}

.section-header .section-description {
    text-align: left;
    margin-bottom: 0;
    color: var(--main-green);
    font-style: normal;
    font-size: 25px;
    padding: 10px 50px 40px 50px;
    line-height: 32px;
}

.section-bg .section-header .section-description {
    text-align: left;
    color: var(--main-green);
    font-style: normal;
    font-size: 22px;
    padding: 20px 30px;
}

@media all and (max-width: 768px) {
    .section-header .section-description {
        padding: 10px 10px 20px 10px;
        font-size: 20px;
        line-height: 24px;
    }

    .section-bg .section-header .section-description {
        padding: 20px 15px;
        font-size: 20px;
        line-height: 24px;
    }
}

.section-header .section-divider {
    display: block;
    width: 60px;
    height: 3px;
    background: var(--main-green);
    background: linear-gradient(0deg, var(--main-green) 0%, var(--main-green) 100%);
    margin: 0 auto 20px auto;
}

/* Section with background
--------------------------------*/
.section-bg {
    /*
    background: #eff5f5;
    background: linear-gradient(45deg, rgba(204, 204, 204, .3) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .3) 50%, rgba(204, 204, 204, .3) 75%, transparent 75%, transparent);
    background: -moz-linear-gradient(45deg, rgba(204, 204, 204, .3) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .3) 50%, rgba(204, 204, 204, .3) 75%, transparent 75%, transparent);
    background: -webkit-linear-gradient(45deg, rgba(204, 204, 204, .3) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .3) 50%, rgba(204, 204, 204, .3) 75%, transparent 75%, transparent);
    background: -o-linear-gradient(45deg, rgba(204, 204, 204, .3) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .3) 50%, rgba(204, 204, 204, .3) 75%, transparent 75%, transparent);
    background-size: 8px 8px;
    opacity: 1;
    */
    background: #222222;
}

/* Outsource Section
--------------------------------*/
#outsource {
    padding: 60px 0 0 0;
    overflow: hidden;
}

#outsource .about-img {
    overflow: hidden;
}

#outsource .about-img img {
    margin-left: -15px;
    max-width: 100%;
}

@media (max-width: 1024px) {
    #outsource .about-img {
        height: auto;
    }

    #outsource .about-img img {
        margin-left: 0;
    }
}

#outsource .content .h2 {
    color: var(--main-color);
    font-weight: 300;
    font-size: 24px;
}

#outsource .content h3 {
    color: var(--main-color);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
}

#outsource .content p:not(.section-description) {
    line-height: 26px;
}

#outsource .content p:last-child {
    margin-bottom: 0;
}

#outsource .content i {
    font-size: 20px;
    padding-right: 4px;
    margin-left: -25px;
    color: var(--main-green);
}

#outsource .content ul {
    list-style: none;
    padding: 0;
}

#outsource .content ul li {
    padding-bottom: 10px;
    padding-left: 25px;
}

/* Getting over COVID-19 section
--------------------------------*/
#covid_19 {
    padding: 60px 0 0 0;
    overflow: hidden;
}

#getting_over_covid_19 h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #999;
}

#getting_over_covid_19 p:not(.section-description) {
    line-height: 24px;
    color: var(--main-color);
    margin-bottom: 30px;
    padding-bottom: 0;
}

#getting_over_covid_19 .project-logo {
    width: 100%;
    max-width: 100%;
    padding: 0 0 30px 0;
}

/* Our work slider
--------------------------------*/
#our_work_slider {
    padding: 60px 0;
    overflow: hidden;
}

#our_work_slider .owl-carousel {
    padding-top: 80px;
    cursor: pointer;
}

#our_work_slider .owl-nav {
    display: none;
}

#our_work_slider .owl-dots {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 30px 0 0 0;
}

#our_work_slider .owl-dots button.owl-dot {
    outline: 0;
}

#our_work_slider .img-container img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

#our_work_slider .desc-container {

}

#our_work_slider h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--main-color);
}

#our_work_slider h3 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 600;
    font-style: normal;
    color: var(--main-color);
    margin-bottom: 15px;
}

#our_work_slider h3 .dot {
    color: var(--main-green);
    font-size: 50px;
}

#our_work_slider p:not(.section-description) {
    line-height: 24px;
    color: var(--main-color);
    margin-bottom: 10px;
    padding-bottom: 0;
}

#our_work_slider p.success {
    color: var(--main-green);
}

#our_work_slider .desc-container p.short-description, #our_work_slider p.short-description {
    line-height: 20px;
    color: var(--main-gray);
    margin-bottom: 30px;
    padding-bottom: 0;
    text-transform: uppercase;
}

#our_work_slider .desc-container ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}

#our_work_slider .desc-container ul li {
    display: block;
    float: left;
    width: 100%;
    line-height: 20px;
    padding: 0 15px;
    margin: 5px 0;
    color: var(--main-color);
    text-transform: uppercase;
}

#our_work_slider .desc-container ul.tech-list {
    padding: 0;
}

#our_work_slider .desc-container ul.tech-list li {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 20px 20px 0 0;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    text-transform: uppercase;
}

#our_work_slider h5 {
    font-size: 24px;
}

#our_work_slider h5 .dot {
    color: var(--main-green);
    font-size: 40px;
    line-height: 0;
    margin-left: 1px;
}

#our_work_slider .box {
    position: relative;
    height: 100%;
    padding: 40px 30px;
    box-shadow: 0 0 30px rgba(73, 78, 92, 0.15);
    background: var(--main-bg);
    text-align: center;
    border-radius: 4px;
    transition: 0.2s ease-in-out;
}

#our_work_slider .box img {
    max-height: 40px;
}

#our_work_slider p.short-description {
    margin-bottom: 0;
}

#our_work_slider .box:hover {
    background: rgba(130,204,63, 0.2);
}

#our_work_slider .box img {
    margin: 0 0 20px 0;
}

#our_work_slider .box a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 480px) {
    #our_work_slider .desc-container {
        padding-left: 20px;
    }

    #our_work_slider .desc-container ul li {
        padding: 0 10px;
        margin: 3px 0;
    }

    #our_work_slider .desc-container ul.tech-list li {
        height: 24px;
        line-height: 24px;
        margin: 15px 10px 0 0;
    }
}

@media all and (min-width: 576px) {

    #our_work_slider .owl-nav {
        display: block;
    }

    #our_work_slider .owl-nav button {
        display: block;
        position: absolute;
        width: 60px;
        top: 0;
        height: 100%;
        margin: 0;
        font-size: 70px;
        text-align: center;
        color: #ffffff;
        background: transparent;
        opacity: .7;
        outline: 0;
    }

    #our_work_slider .owl-nav button:hover {
        opacity: 1;
        background: transparent;
        outline: 0;
    }

    #our_work_slider .owl-nav .owl-prev {
        left: 0;
    }

    #our_work_slider .owl-nav .owl-prev span {
        padding-left: 30px;
    }

    #our_work_slider .owl-nav .owl-next {
        right: 0;
    }

    #our_work_slider .owl-nav .owl-next span {
        padding-right: 30px;
    }
}

@media all and (min-width: 992px) {
    #our_work_slider .box {
        padding: 50px 40px;
    }
}

/* About Us Section
--------------------------------*/
#about-section {
    padding: 60px 0;
    overflow: hidden;
}

#about-section .about-img {
    height: 510px;
    overflow: hidden;
}

#about-section .about-img img {
    margin-left: -15px;
    max-width: 100%;
}

@media (max-width: 768px) {
    #about-section .about-img {
        height: auto;
    }

    #about-section .about-img img {
        margin-left: 0;
        padding-bottom: 30px;
    }
}

#about-section .content .h2 {
    color: var(--main-color);
    font-weight: 300;
    font-size: 24px;
}

#about-section .content h3 {
    color: var(--main-color);
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: normal;
}

#about-section .content p:not(.section-description) {
    line-height: 26px;
}

#about-section .content p:last-child {
    margin-bottom: 0;
}

#about-section .content i {
    font-size: 20px;
    padding-right: 4px;
    color: var(--main-green);
}

#about-section .content ul {
    list-style: none;
    padding: 0;
}

#about-section .content ul li {
    padding-bottom: 10px;
}

/* Product Featuress Section
--------------------------------*/
#features {
    background: #ffffff;
    padding: 60px 0 0 0;
    overflow: hidden;
}

#features .features-img {
    text-align: center;
    padding-top: 20px;
}

@media (min-width: 769px) {
    #features .features-img {
        padding-top: 120px;
        margin-top: -200px;
    }
}

#features .features-img img {
    max-width: 100%;
}

#features .box {
    margin-bottom: 15px;
    text-align: center;
}

#features .icon {
    margin-bottom: 10px;
}

#features .icon i {
    color: var(--main-color);
    font-size: 40px;
    transition: 0.5s;
}

#features .icon i:before {
    background: var(--main-green);
    background: linear-gradient(45deg, var(--main-green) 0%, var(--main-green) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#features .title {
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 22px;
}

#features .title a {
    color: var(--main-color);
}

#features .description {
    line-height: 24px;
    margin-bottom: 10px;
}

#features .section-description {
    padding-bottom: 10px;
}

/* Product Advanced Featuress Section
--------------------------------*/
#advanced-features {
    overflow: hidden;
}

#advanced-features .features-row {
    padding: 60px 0 30px 0;
}

#advanced-features .features-row .col-md-3 i {
    font-size: 100px;
    padding-right: 4px;
    color: var(--main-green);
}

#advanced-features h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #999;
}

#advanced-features p:not(.section-description) {
    line-height: 24px;
    color: var(--main-color);
    margin-bottom: 30px;
    padding-bottom: 0;
}

#advanced-features .advanced-feature-img-right {
    width: 100%;
    max-width: 100%;
    float: right;
    padding: 0 0 30px 30px;
}

#advanced-features .advanced-feature-img-left {
    width: 100%;
    max-width: 100%;
    float: left;
    padding: 0 30px 30px 0;
}

@media (min-width: 768px) {
    #advanced-features .advanced-feature-img-right,
    #advanced-features .advanced-feature-img-left {
        width: 50%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    #advanced-features .advanced-feature-img-right,
    #advanced-features .advanced-feature-img-left {
        width: 100%;
        max-width: 100%;
        float: none;
        padding: 0 0 30px 0;
    }
}

#advanced-features h2.column-header {
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    background: var(--main-green);
    padding: 10px 20px;
    margin: 0;
}

#advanced-features ul {
    display: block;
    list-style: none;
    margin: 0 0 1rem 0;
    padding: 30px 20px 10px 20px;
    background: #eff5f5;
}

#advanced-features ul li {
    padding-bottom: 10px;
}

#advanced-features ul li i {
    font-size: 20px;
    padding-right: 10px;
    color: var(--main-green);
}

/* Info section
--------------------------------*/
#info-section {
    padding: 30px 0;
}

#info-section p:not(.section-description) {
    line-height: 24px;
    color: var(--main-color);
    margin-bottom: 30px;
    padding-bottom: 0;
}

#info-section i {
    color: var(--main-color);
    font-size: 64px;
    transition: 0.5s;
    padding: 0 15px 0 0;
    line-height: 1;
}

#info-section i:before {
    background: var(--main-green);
    background: linear-gradient(45deg, var(--main-green) 0%, var(--main-green) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
    overflow: hidden;
    background: linear-gradient(rgba(105, 224, 79, 0.8), rgba(105, 224, 79, 0.8)), url(../img/call-to-action-bg.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;
}

#call-to-action .cta-title {
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #ffffff;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "ScaleWestFont", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 25px;
    transition: background 0.5s;
    margin: 10px;
    border: 2px solid #ffffff;
    color: #ffffff;
}

#call-to-action .cta-btn:hover {
    background: var(--main-green);
    border: 2px solid var(--main-green);
}

/* More Features Section
--------------------------------*/
#more-features {
    padding: 60px 0 30px 0;
    overflow: hidden;
}

#more-features .box {
    display: block;
    height: 100%;
    padding: 40px;
    margin: 0;
    box-shadow: 0 0 30px rgba(73, 78, 92, 0.15);
    background: var(--second-bg);
    transition: 0.4s;
}

#more-features .icon {
    float: left;
}

#more-features .icon i {
    color: #666666;
    font-size: 80px;
    transition: 0.5s;
    line-height: 0;
}

#more-features .icon i:before {
    background: var(--main-green);
    background: linear-gradient(45deg, var(--main-green) 0%, var(--main-green) 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#more-features h4 {
    font-weight: 700;
    padding: 20px 0 0 0;
    font-size: 32px;
}

#home #more-features h4 {
    font-size: 18px;
}

#more-features h4 a {
    color: var(--main-color);
}

@media (max-width: 768px) {

    #more-features .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }
}

#more-features ul {
    display: block;
    width: 100%;
    clear: both;
    list-style: none;
    padding: 20px 0 0 0;
}

#more-features ul li {
    padding: 0 0 10px 25px;
}

#more-features ul li i {
    font-size: 20px;
    padding-right: 6px;
    margin: 0 0 0 -25px;
    color: var(--main-green);
}

/* Technology Section
--------------------------------*/
#technology {
    padding: 30px 0;
    overflow: hidden;
    background: var(--main-bg);
}

#technology .container-fluid {
    max-width: 1140px;
}

#technology .image-container {
    height: 80px;
}

#technology img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 80%;
    max-height: 80px;
    opacity: 0.8;
    transition: 0.2s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}

#technology img:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: none;
    cursor: pointer;
}

@media (max-width: 767px) {
    #technology img {
        padding: 10px 0;
    }
}

/* Pricing Section
--------------------------------*/
#services {
    padding: 60px 0;
    overflow: hidden;
}

#services .box {
    height: 100%;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 0 30px rgba(73, 78, 92, 0.15);
    background: var(--main-bg);
    text-align: center;
}

#services h4 {
    font-size: 46px;
    color: var(--main-green);
    font-weight: 300;
}

#services h4 sup {
    font-size: 20px;
    top: -20px;
}

#services h4 span {
    color: var(--main-color);
    font-size: 20px;
}

#services ul {
    padding: 0 0 30px 0;
    margin: 0;
    list-style: none;
    color: var(--main-color);
    text-align: left;
    line-height: 20px;
}

#services ul li {
    padding: 0 0 20px 25px;
}

#services ul i {
    color: var(--main-green);
    font-size: 18px;
    padding-right: 6px;
    margin: 0 0 0 -25px;
}

#services .get-started-btn {
    display: inline-block;
    position: absolute;
    width: 112px;
    height: 34px;
    line-height: 20px;
    bottom: 30px;
    left: 50%;
    margin-left: -56px;
    padding: 6px 10px;
    background: var(--main-green);
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: "ScaleWestFont", sans-serif;
    border: 2px solid var(--main-green);
    border-radius: 20px;
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq {
    padding: 60px 0;
    overflow: hidden;
}

#faq #faq-list {
    padding: 0;
    list-style: none;
}

#faq #faq-list li {
    border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
    padding: 18px 0;
    display: block;
    position: relative;
    font-family: "ScaleWestFont", sans-serif;
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    padding-right: 20px;
}

#faq #faq-list i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 16px;
}

#faq #faq-list p {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    #faq #faq-list a {
        font-size: 18px;
    }

    #faq #faq-list i {
        top: 13px;
    }
}

#faq #faq-list a.collapse {
    color: var(--main-green);
}

#faq #faq-list a.collapsed {
    color: #000;
}

#faq #faq-list a.collapsed i::before {
    content: "\f2c7" !important;
}

/* Our Team Section
--------------------------------*/
#team {
    padding: 60px 0;
    overflow: hidden;
}

#team .section-description {
    text-align: center;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: normal;
    display: block;
    font-size: 14px;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    color: var(--main-color);
}

#team .member .social a:hover {
    color: var(--main-green);
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}

/* Gallery Section
--------------------------------*/
#gallery {
    background: #ffffff;
    padding: 60px 0 0 0;
    overflow: hidden;
}

#gallery .container-fluid {
    padding: 0;
}

#gallery .gallery-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
}

#gallery .gallery-item {
    overflow: hidden;
    position: relative;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}

#gallery .gallery-item img {
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    width: 100%;
}

#gallery .gallery-item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#gallery .gallery-item:hover .gallery-overlay {
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
}

/* Contact Section
--------------------------------*/
#contact {
    padding: 60px 0;
    overflow: hidden;
    background-color: var(--main-green);
}

#contact h3 {
    font-size: 36px;
    margin: 0;
    padding: 0 0 30px 0;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #ffffff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid #ffffff;
}

#contact .social-links a:hover {
    background: #fff;
    color: var(--main-green);
    border: 1px solid var(--main-green);
}

#contact .info {
    color: var(--main-color);
}

#contact .info i {
    font-size: 32px;
    color: var(--main-green);
    float: left;
    line-height: 1;
}

#contact .info p:not(.section-description) {
    padding: 0 0 10px 42px;
    line-height: 28px;
}

#contact .form #sendmessage {
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: var(--error-color);
    border: 1px solid var(--error-color);
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form .form-group {
    position: relative;
    margin-bottom: 15px;
}

#contact .form input,
#contact .form textarea {
    box-shadow: none;
    padding: 9px 12px;
    margin-top: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    border-radius: .3rem;
    border: 1px solid #ffffff;
}

#contact .form textarea {
    min-height: 159px;
}

#contact .form input:focus,
#contact .form textarea:focus {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    border-color: var(--main-green);
}

#contact form .error {
    border: 1px solid var(--error-color);
    padding: 14px 12px 4px;
}

#contact .form .form-error {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0 0 0 13px;
    font-size: 80%;
    color: var(--error-color);
}

#contact form .error + .form-error {
    display: block;
}

#contact .form button[type="submit"] {
    font-family: "ScaleWestFont", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    background: #ffffff;
    color: var(--main-green);
    outline: 0;
    box-shadow: none;
    text-transform: uppercase;
}

#contact .form button[type="submit"]:hover {
    cursor: pointer;
    color: #fff;
    background: transparent;
}

#contact .form button[type="submit"] .spinner-border {
    display: none;
    width: 20px;
    height: 20px;
}

#contact .form #recaptcha_container {
    display: block;
    width: 100%;
    height: 60px;
    margin: 0 0 20px 0;
    padding: 0;
}

#contact .form #recaptcha_container > div {
    display: block;
    float: right;
}

@media all and (max-width: 767px) {
    #contact .form #recaptcha_container > div {
        float: none;
        margin: 0 auto;
    }
}


/* Contact Info Section
--------------------------------*/
#contact_info {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 60px 0;
    overflow: hidden;
}

#contact_info .contact-about h3 {
    font-size: 36px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: "ScaleWestFont", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--main-green);
}

#contact_info .contact-about p:not(.section-description) {
    line-height: 24px;
    font-family: "ScaleWestFont", sans-serif;
    color: #888;
}

#contact_info .social-links {
    padding-bottom: 20px;
}

#contact_info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: var(--main-green);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    border: 1px solid var(--main-green);
}

#contact_info .social-links a:hover {
    background: var(--main-green);
    color: #ffffff;
}

#contact_info .info {
    color: var(--main-color);
}

#contact_info .info i {
    font-size: 32px;
    color: var(--main-green);
    float: left;
    line-height: 1;
}

#contact_info .info p:not(.section-description) {
    padding: 0 0 10px 42px;
    line-height: 28px;
}

#contact_info .form #sendmessage {
    color: #ffffff;
    border: 1px solid #ffffff;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact_info .form #errormessage {
    color: var(--error-color);
    border: 1px solid var(--error-color);
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact_info .form .validation {
    color: var(--error-color);
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
}

#contact_info .form input, #contact_info .form textarea {
    border-radius: 0;
    box-shadow: none;
}

#contact_info .form button[type="submit"] {
    background: linear-gradient(45deg, var(--main-green), var(--main-green));
    border: 0;
    border-radius: 20px;
    padding: 8px 30px;
    color: #ffffff;
}

#contact_info .form button[type="submit"]:hover {
    cursor: pointer;
}

/*--------------------------------------------------------------
# Our Work
--------------------------------------------------------------*/
#our_work-section {
    padding: 60px 0 60px 0;
}

#our_work-section h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--main-color);
}

#our_work-section p:not(.section-description) {
    line-height: 24px;
    color: var(--main-color);
    margin-bottom: 10px;
    padding-bottom: 0;
}

#our_work-section p.success {
    color: var(--main-green);
}

#our_work-section .img-container {
    display: block;
    position: relative;
    width: 50%;
}

#our_work-section .img-container .client-img {
    display: block;
    width: 100%;
}


#our_work-section .desc-container {
    display: block;
    position: relative;
    width: 50%;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0;
}

#our_work-section .desc-container .short-description {
    line-height: 24px;
    color: var(--main-color);
    margin-bottom: 30px;
    padding-bottom: 0;
    text-transform: uppercase;
}

#our_work-section .desc-container ul {
    display: block;
    float: left;
    margin: 0;
    padding: 0 0 10px 0;
    list-style: none;
}

#our_work-section .desc-container ul li {
    display: block;
    float: left;
    line-height: 20px;
    padding: 0 15px;
    margin: 5px 0;
    color: var(--main-color);
    text-transform: uppercase;
}

#our_work-section .desc-container ul.tech-list {
    padding: 0;
}


#our_work-section .desc-container ul.tech-list li {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    margin: 20px 20px 0 0;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    text-transform: uppercase;
}

@media all and (max-width: 990px) {
    #our_work-section .img-container {
        width: 100%;
    }

    #our_work-section .img-container .client-img {
        position: relative;
        width: 100%;
        left: 0;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    #our_work-section .desc-container {
        width: 100%;
    }

}

@media all and (max-width: 768px) {
    #our_work-section .desc-container {
        padding-left: 30px;
    }
}

@media all and (max-width: 480px) {
    #our_work-section .desc-container {
        padding-left: 20px;
    }

    #our_work-section .desc-container ul li {
        padding: 0 10px;
        margin: 3px 0;
    }

    #our_work-section .desc-container ul.tech-list li {
        height: 24px;
        line-height: 24px;
        margin: 15px 10px 0 0;
    }
}


/*
# Digital flower
 */

#digital_flower {
    background-color: var(--main-bg);
}

#digital_flower {
    padding: 60px 0 60px 0;
}

#digital_flower h2 {
    font-size: 26px;
    font-weight: 700;
    color: var(--main-color);
}

#digital_flower p {
    line-height: 24px;
    color: var(--main-color);
    margin-bottom: 10px;
    padding-bottom: 0;
}

#digital_flower .img-container {
    display: block;
    position: relative;
    width: 100%;
}

#digital_flower .desc-container {
    display: block;
    position: relative;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin: 0;
}


@media all and (min-width: 992px) {

    #digital_flower p {
        text-align: left;
    }

    #digital_flower p {
        font-size: 18px;
    }
}


/*
# Our process
 */

#our_process {
    padding: 60px 0;
}


#our_process .img-container {
    width: 100%;
    padding: 0 0 40px 0;
}

#our_process .img-container img {
    width: 100%;
}

#our_process .process-icon {
    display: block;
    max-width: 150px;
    margin: 0 auto 15px auto;
    padding: 0;
}

#our_process h4 {
    text-align: center;
}

#our_process p {
    text-align: center;
}

@media all and (min-width: 768px) {
    #our_process .process-icon {
        margin-bottom: 20px;
    }
}

@media all and (min-width: 992px) {
    #our_process h4 {
        text-align: left;
    }

    #our_process h4 span {
        display: none;
    }

    #our_process p {
        text-align: left;
    }
}


/* Portfolio v2 */

/*
#portfolioV2 {
  display: block;
  position: relative;
  padding: 60px 0 60px 0;
  z-index:  3;
}

#portfolioV2 h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  font-style: normal;
  color: #666666;
}

#portfolioV2 .project-wrap {
  background: #ffffff;
  cursor: pointer;
  z-index: 2;
}

#portfolioV2 .project-wrap:hover,
#portfolioV2 .project-wrap.selected {
  background: #f9f9f9;
}

#portfolioV2 .image-container {
  display: block;
  position: relative;
  width: 100%;
  height: 120px;
  line-height: 120px;
}

#portfolioV2 .image-container img {
  width: 90%;
  max-width: 200px;
  margin-left: 5%;
  opacity: 0.8;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#portfolioV2 .project-wrap:hover img,
#portfolioV2 .project-wrap.selected img {
  opacity: 1;
  -webkit-filter: grayscale(0);
  filter: none;
  cursor: pointer;
}

#portfolioV2 h4.title-container {
  display: block;
  line-height: 20px;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.25rem;
}

#portfolioV2 .button-container {
  display: block;
  position: relative;
  width: 100%;
  height: 54px;
  margin-top: 15px;
  padding-bottom: 20px;
}

#portfolioV2 .button-container a {
  display: inline-block;
  position: absolute;
  width: 112px;
  height: 34px;
  line-height: 20px;
  top: 0;
  left: 50%;
  margin-left: -56px;
  padding: 6px 10px;
  background: var(--main-green);
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: "ScaleWestFont", sans-serif;
  border: 2px solid var(--main-green);
  border-radius: 20px;
}

#portfolioV2 .project-description {
  display: none;
}

#portfolioV2 .floating-description {
  display: none;
  position: relative;
  width: 100%;
  padding: 40px 30px;
  background: #f9f9f9;
  z-index: 1;
}

#portfolioV2 .floating-description p {
  text-align: left;
  padding: 0;
}

#portfolioV2 .floating-description ul.tech-list {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
  margin: 0 0 20px 0;
  padding: 0 0 0 40px;
}

*/

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: var(--main-bg);
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    padding: 30px 0 10px 0;
    color: var(--main-color);
}

#footer h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1;
    font-family: "ScaleWestFont", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--main-green);
}

#footer .social p:not(.section-description) {
    line-height: 24px;
    font-family: "ScaleWestFont", sans-serif;
    color: var(--main-color);
}

#footer .social-links {
    height: 36px;
    overflow: hidden;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: var(--main-green);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .social-links a:hover {
    background: var(--main-green);
    color: #ffffff;
}

#footer .credits {
    font-size: 14px;
    color: var(--main-color);
}

#footer .footer-links a {
    color: var(--main-color);
    padding-left: 15px;
}

#footer .footer-links a:first-child {
    padding-left: 0;
}

#footer .footer-links a:hover {
    color: var(--main-green);
}

#footer .footer-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer .footer-list li {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin: 0;
    padding: 4px 0;
}

#footer .footer-list li a {
    color: var(--main-color);
    margin: 0;
    padding: 0;
}

#footer .footer-list li a:hover {
    color: var(--main-green);
}

#footer .footer-list li .social-links {
    height: 36px;
    overflow: hidden;
}

#footer .footer-list li .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #ffffff;
    color: var(--main-color-dark);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-list li .social-links a:hover {
    background: var(--main-green);
    color: #ffffff;
}

#footer .copyright {
    font-size: 14px;
    font-weight: 400;
    color: var(--main-color);
}

/* Case study styling */

#case_study #case_study_hero {
    background: var(--second-bg);
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}

#case_study #case_study_hero .container {
    position: relative;
    max-width: 800px;
}

#case_study #case_study_hero span {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    padding: 9px 16px 8px 16px;
    margin: 0 0 24px;
    border-radius: 4px;
    background: var(--main-bg);
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

#case_study #case_study_hero h1 {
    font-size: 32px;
    line-height: 40px;
}

#case_study #case_study_hero h2 {
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
    margin: 0 0 24px 0;
    color: var(--main-green);
}

#case_study #case_study_hero h2.subhead {
    font-size: 16px;
    color: var(--main-gray);
}

#case_study #case_study_hero p {
    font-size: 12px;
    font-weight: 300;
    margin: 0;
}

#case_study #case_study_hero strong {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
}

#case_study #case_study_hero img.logo {
    min-width: 220px;
    max-width: 100%;
    display: block;
    margin: 8px auto 32px auto;
}

#case_study #case_study_hero img.logo-overlay {
    position: absolute;
    bottom: -50%;
    right: -25%;
    opacity: 0.1;
}

#case_study #case_study_hero .hero-wrapper {
    position: relative;
    z-index: 1;
}

#case_study #case_study_hero .hero-socials {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 0 24px 0;
}

#case_study #case_study_hero .hero-socials a {
    display: flex;
    padding: 12px;
    background: var(--main-bg);
    color: var(--main-white);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

#case_study #case_study_hero .hero-socials a:hover {
    color: var(--main-green);
}

#case_study #case_study_hero .hero-socials a i {
    font-size: 18px;
    line-height: 16px;
    margin: 1px 0 0 0;
}

#case_study #case_study_content {
    padding: 60px 0 40px 0;
}

#case_study #case_study_content .container {
    max-width: 800px;
}

#case_study #case_study_content iframe {
    max-width: 100%;
    margin: 40px 0;
    border-radius: 4px;
    overflow: hidden;
}

#case_study #case_study_content ul {
    padding-left: 32px;
    margin-bottom: 20px;
}

#case_study #case_study_content p, #case_study #case_study_content ul {
    font-weight: 300;
    color: var(--main-gray);
}

#case_study #case_study_content ul li {
    margin: 0 0 20px 0;
}

#case_study #case_study_content ul li:last-child {
    margin: 0;
}

#case_study #case_study_content h2, #case_study #case_study_content h3, #case_study #case_study_content h4,
#case_study #case_study_content h5, #case_study #case_study_content h6 {
    font-size: 24px;
    line-height: 32px;
    margin: 40px 0 24px 0;
}

#case_study #case_study_content .content > h2:first-child, #case_study #case_study_content .content > h3:first-child {
    margin-top: 0;
}

#case_study #case_study_content img {
    display: block;
    max-width: 300px;
    margin: 0 auto 40px auto;
}

#case_study #case_study_content .testimonial {
    font-weight: 300;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 28px;
    background: var(--second-bg);
    border-radius: 4px;
    padding: 32px;
    margin: 32px 0 0 0;
}

#case_study #case_study_content .testimonial span {
    display: inline-block;
    line-height: 28px;
    font-weight: 600;
}

#case_study #case_study_content .testimonial .fa-quote-left {
    font-size: 18px;
    line-height: 14px;
    margin-right: 8px;
    color: var(--main-green);
    opacity: 0.5;
    vertical-align: super;
}

#case_study #case_study_content .testimonial .fa-quote-right {
    font-size: 18px;
    line-height: 14px;
    margin-left: 8px;
    color: var(--main-green);
    opacity: 0.5;
    vertical-align: super;
}

#case_study #case_study_content .testimonial p {
    display: inline;
    font-size: 16px;
    line-height: 28px;
}

#case_study #case_study_content .testimonial img {
    max-width: 116px;
    border-radius: 50%;
    border: 6px solid var(--second-bg);
    outline: 4px solid var(--main-green);
}

#case_study #case_study_summary {
    background: var(--main-bg);
    padding: 0 0 60px 0;
}

#case_study #case_study_summary .container {
    max-width: 800px;
}

#case_study #case_study_summary h4 {
    display: flex;
    font-size: 24px;
    line-height: 32px;
    margin: 0 0 24px 0;
}

#case_study #case_study_summary h4 span {
    display: inline-block;
    font-size: 44px;
    line-height: 19px;
    color: var(--main-green);
}

#case_study #case_study_summary p {
    font-weight: 300;
}

#case_study #case_study_summary p:last-child {
    margin: 0;
}

#case_study #case_study_summary .summary-wrapper {
    font-weight: 300;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
    padding: 32px;
    border-bottom: 5px solid var(--main-green);
    border-radius: 4px;
    background: var(--second-bg);
}

#case_study #case_study_cta {
    background: var(--second-bg);
    padding: 60px 0;
    overflow: hidden;
}

#case_study #case_study_cta .container {
    position: relative;
    max-width: 960px;
}

#case_study #case_study_cta .cta-wrapper {
    position: relative;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: var(--main-bg);
    border-radius: 4px;
    padding: 32px 28px;
    z-index: 1;
}

#case_study #case_study_cta img.left {
    position: absolute;
    top: -40px;
    left: -40px;
    width: 200px;
}

#case_study #case_study_cta img.right {
    display: none;
    position: absolute;
    bottom: -8px;
    right: -40px;
    width: 200px;
}

#case_study #case_study_cta .cta-wrapper h5 {
    font-size: 28px;
    line-height: 32px;
}

#case_study #case_study_cta .cta-wrapper p {
    font-weight: 300;
}

#case_study #case_study_cta .cta-wrapper a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding: 12px 36px;
    background: var(--main-green);
    color: var(--main-bg);
    border: 2px solid var(--main-green);
    width: 100%;
    border-radius: 26px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

#case_study #case_study_cta .cta-wrapper a:hover {
    color: var(--main-white);
    border-color: var(--main-white);
    background: transparent;
}

@media all and (min-width: 576px) {

    #case_study #case_study_hero img.logo {
        max-width: 360px;
    }
}

@media all and (min-width: 992px) {

    #case_study #case_study_hero {
        padding: 80px 0;
    }

    #case_study #case_study_hero h1 {
        font-size: 48px;
        line-height: 56px;
        margin: 0 0 24px 0;
    }

    #case_study #case_study_hero h2 {
        font-size: 22px;
        line-height: 32px;
    }

    #case_study #case_study_hero h2.subhead {
        font-size: 20px;
    }

    #case_study #case_study_hero p {
        font-size: 14px;
    }

    #case_study #case_study_hero strong {
        font-size: 14px;
    }

    #case_study #case_study_content {
        padding: 80px 0 60px 0;
    }

    #case_study #case_study_content p, #case_study #case_study_content ul li {
        font-size: 18px;
    }

    #case_study #case_study_content iframe {
        margin: 0 0 80px 0;
    }

    #case_study #case_study_content h2, #case_study #case_study_content h3, #case_study #case_study_content h4,
    #case_study #case_study_content h5, #case_study #case_study_content h6 {
        font-size: 32px;
        line-height: 40px;
        margin: 60px 0 28px 0;
    }

    #case_study #case_study_content img {
        margin: 0 auto 80px auto;
    }

    #case_study #case_study_content .testimonial {
        padding: 40px 36px;
        flex-flow: row nowrap;
        gap: 35px;
    }

    #case_study #case_study_summary {
        padding: 0 0 80px 0;
    }

    #case_study #case_study_summary h4 {
        font-size: 28px;
        line-height: 36px;
        margin: 0 0 28px 0;
    }

    #case_study #case_study_summary h4 span {
        font-size: 52px;
    }

    #case_study #case_study_summary p {
        font-size: 18px;
    }

    #case_study #case_study_summary .summary-wrapper {
        padding: 40px 44px;
        border-bottom: 0;
        border-left: 5px solid var(--main-green);
    }

    #case_study #case_study_cta {
        padding: 100px 0;
    }

    #case_study #case_study_cta img.right {
        display: block;
    }

    #case_study #case_study_cta .cta-wrapper {
        flex-flow: row nowrap;
        justify-content: space-between;
        text-align: left;
        padding: 60px 80px;
    }

    #case_study #case_study_cta .cta-wrapper h5 {
        font-size: 40px;
        line-height: 48px;
    }

    #case_study #case_study_cta .cta-wrapper p {
        font-size: 18px;
        margin: 0;
    }

    #case_study #case_study_cta .cta-wrapper a {
        width: auto;
    }
}


/* Slider styles */

/*
#slider {
  overflow: hidden;
  background: linear-gradient(rgba(105, 224, 79, 0.65), rgba(105, 224, 79, 0.2)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 20px 0;
}
*/

#slider {
    padding: 30px 0;
}

#slider .owl-carousel .owl-item .media {
    padding: 0;
    margin: 0;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}


#slider .owl-carousel .owl-item img {
    width: 80px;
    height: 80px;
}

#slider .owl-carousel .owl-item p {
}

#slider .owl-carousel .owl-item p.lead {
    font-size: 22px;
    font-weight: 300;
}

#slider .owl-carousel .owl-item blockquote {
    position: relative;
}

#slider .owl-carousel .owl-item .quotemark {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    line-height: 60px;
    color: var(--main-green);
    left: -40px;
    top: -10px;
}


.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: linear-gradient(45deg, var(--main-green), var(--main-green));
}

#slider .owl-carousel .owl-item p.author {
    color: var(--main-green);
}


@media all and (max-width: 768px) {
    #slider .owl-carousel .owl-item blockquote.media-body {
        flex: 0 0 100%;
    }

    #slider .owl-carousel .owl-item .quotemark {
        left: 0;
        top: -35px;
    }
}


#video-intro {
    position: relative;
    background-color: #ffffff;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

#video-intro video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#video-intro .container {
    position: relative;
    z-index: 2;
}

#video-intro .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /*
    background: linear-gradient(45deg, rgba(204, 204, 204, .5) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .5) 50%, rgba(204, 204, 204, .5) 75%, transparent 75%, transparent);
    background: -moz-linear-gradient(45deg, rgba(204, 204, 204, .5) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .5) 50%, rgba(204, 204, 204, .5) 75%, transparent 75%, transparent);
    background: -webkit-linear-gradient(45deg, rgba(204, 204, 204, .5) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .5) 50%, rgba(204, 204, 204, .5) 75%, transparent 75%, transparent);
    background: -o-linear-gradient(45deg, rgba(204, 204, 204, .5) 25%, transparent 25%, transparent 50%, rgba(204, 204, 204, .5) 50%, rgba(204, 204, 204, .5) 75%, transparent 75%, transparent);
    background-size: 7px 7px;
    */
    background-color: #000;
    opacity: 0.65;
    z-index: 1;
}

#video-intro h1 {
    color: #ffffff;
    font-weight: 600;
    font-size: 38px;
}

#video-intro h2 {
    color: #ffffff;
    font-weight: 500;
    padding: 0 0 30px 0;
    font-size: 18px;
}

#video-intro .btn-get-started {
    font-family: "ScaleWestFont", sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 36px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0;
    color: #ffffff;
    background: var(--main-green);
    border: 2px solid var(--main-green);
    text-transform: uppercase;
}

#video-intro .btn-get-started:hover {
    color: #ffffff;
    background: transparent;
    border: 2px solid #ffffff;
    text-shadow: none;
}

/*
@media (pointer: coarse) and (hover: none) {
  #video-intro {
    background: url('/assets/img/intro.jpg') #ffffff no-repeat center center scroll;
  }
  #video-intro video {
    display: none;
  }
}
*/


.section-box {
    position: relative;
    /*
    background-color: var(--main-bg);
    box-shadow: 0 2px 30px 0 #202223;
    */
    z-index: 100;
}

section.boxed {
    position: relative;
    padding: 0 0 60px 0;
}

section.boxed .divider {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 260px;
    margin-top: -30px;
    /*
    border-bottom: 1px solid var(--main-green);
    background: linear-gradient(var(--main-green),var(--main-bg));
    */
    z-index: -10;
}


/* Hexagonal Grid */

#hexa_grid {
    width: 100%;
    margin: 0;
    padding: 20px 15% 20px 27%;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

#hexa_grid li {
    position: relative;
    float: left;
    width: 27.85714285714286%;
    padding: 0 0 32.16760145166612% 0;
    list-style-type: none;
    -o-transform: rotate(-60deg) skewY(30deg);
    -moz-transform: rotate(-60deg) skewY(30deg);
    -webkit-transform: rotate(-60deg) skewY(30deg);
    -ms-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
    overflow: hidden;
    visibility: hidden;
    cursor: pointer;
}

#hexa_grid li * {
    visibility: visible;
}

#hexa_grid li .hexagon {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-transform: skewY(-30deg) rotate(60deg);
    -moz-transform: skewY(-30deg) rotate(60deg);
    -webkit-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);
    overflow: hidden;
    background: none;
}

@media all and (min-width: 576px) {
    #video-intro h1 {
        font-size: 48px;
    }

    #video-intro h2 {
        font-size: 22px;
    }
}

@media all and (min-width: 769px) {

    #video-intro h1 {
        font-size: 58px;
    }

    #video-intro h2 {
        font-size: 32px;
    }

    #hexa_grid li:nth-child(3n+2) {
        margin: 0 1%;
    }

    #hexa_grid li:nth-child(6n+4), #hexa_grid li:nth-child(6n+5), #hexa_grid li:nth-child(6n+6) {
        margin-top: -6.9285714285%;
        margin-bottom: -6.9285714285%;
    }

    #hexa_grid li:nth-child(6n+1) {
        -o-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -moz-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }

    #hexa_grid li:nth-child(6n+2) {
        -o-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -moz-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }

    #hexa_grid li:nth-child(6n+3) {
        -o-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -moz-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }

    #hexa_grid li:nth-child(1), #hexa_grid li:nth-child(2), #hexa_grid li:nth-child(3) {
        -o-transform: translateX(-50%) rotate(-60deg) skewY(30deg);
        -moz-transform: translateX(-50%) rotate(-60deg) skewY(30deg);
        -webkit-transform: translateX(-50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(-50%) rotate(-60deg) skewY(30deg);
        transform: translateX(-50%) rotate(-60deg) skewY(30deg);
    }

    #hexa_grid li:nth-child(6n+1) {
        margin-left: 0.5%;
    }

    #hexa_grid li:nth-child(1) {
        margin-left: -0.5%;
    }

}

@media all and (max-width: 991px) {

    #hexa_grid {
        padding: 20px 0 20px 12%;
    }

}

@media all and (max-width: 768px) {

    #hexa_grid {
        padding: 20px 0 20px 20%;
    }

    #hexa_grid li {
        position: relative;
        float: left;
        width: 47.857143%;
        padding: 0px 0 55.167601% 0;
        list-style-type: none;
        -o-transform: rotate(-60deg) skewY(30deg);
        -moz-transform: rotate(-60deg) skewY(30deg);
        -webkit-transform: rotate(-60deg) skewY(30deg);
        -ms-transform: rotate(-60deg) skewY(30deg);
        transform: rotate(-60deg) skewY(30deg);
        overflow: hidden;
        visibility: hidden;
        cursor: pointer;
    }

    #hexa_grid li:nth-child(4n+1), #hexa_grid li:nth-child(4n+2) {
        -o-transform: translateX(-50%) rotate(-60deg) skewY(30deg);
        -moz-transform: translateX(-50%) rotate(-60deg) skewY(30deg);
        -webkit-transform: translateX(-50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(-50%) rotate(-60deg) skewY(30deg);
        transform: translateX(-50%) rotate(-60deg) skewY(30deg);
    }

    #hexa_grid li:nth-child(4n+3), #hexa_grid li:nth-child(4n+4) {
        margin-top: -11.928571%;
        margin-bottom: -11.928571%;
    }

    #hexa_grid li:nth-child(2n+2) {
        margin-left: 2%;
    }

    #hexa_grid li:nth-child(4n-1) {
        margin-left: 1.2%;
    }

    #hexa_grid li:nth-child(9) {
        -o-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -moz-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }

    #hexa_grid li:nth-child(9) {
        margin-left: 2%;
    }
}

#hexa_grid li .hexagon img {
    left: -100%;
    right: -100%;
    height: 100%;
    width: auto;
    margin: 0 auto;
    -o-transition: all 0.6s linear 0s;
    -moz-transition: all 0.6s linear 0s;
    -ms-transition: all 0.6s linear 0s;
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
}

#hexa_grid li .hexagon .overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 30% 0;
    background: rgba(0, 0, 0, 0);
    color: #ffffff;
}

#hexa_grid li:hover .hexagon .overlay {
    -o-transition: all 0.6s linear 0s;
    -moz-transition: all 0.6s linear 0s;
    -ms-transition: all 0.6s linear 0s;
    -webkit-transition: all 0.6s linear 0s;
    transition: all 0.6s linear 0s;
    background: rgba(0, 0, 0, 0.6);
}

#hexa_grid li .hexagon .overlay h4 {
    display: none;
}

#hexa_grid li:hover .hexagon .overlay h4 {
    display: block;
    position: absolute;
    bottom: 50%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 10px 6px 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

#hexa_grid li .hexagon .overlay h5 {
    display: none;
}

#hexa_grid li:hover .hexagon .overlay h5 {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

@media all and (max-width: 480px) {

    #hexa_grid li:hover .hexagon .overlay h4 {

        font-size: 16px;
    }

    #hexa_grid li:hover .hexagon .overlay h5 {
        font-size: 14px;
    }

}

/*
#hexa_grid li:hover img {
  height: 150%;
  -o-transform: translateZ(0) translateX(-25%);
  -moz-transform: translateZ(0) translateX(-25%);
  -webkit-transform: translateZ(0) translateX(-25%);
  -ms-transform: translateZ(0) translateX(-25%);
  transform: translateZ(0) translateX(-25%);
}

#hexa_grid li .hexagon .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255,0);
}

#hexa_grid li:hover .overlay {
  -o-transition: all 0.6s linear 0s;
  -moz-transition: all 0.6s linear 0s;
  -ms-transition: all 0.6s linear 0s;
  -webkit-transition: all 0.6s linear 0s;
  transition: all 0.6s linear 0s;
  background: rgba(255,255,255,0.6);
}
*/

/* Stripes divider */
section.stripes-divider {
    padding: 15px 0;
}

/* Progress flow */

/*
#process_flow {
  padding: 30px 0;
  background: #ffffff;
  overflow: hidden;
}

#process_flow .steps {
  display: block;
  width: 100%;
  list-style-type: none;
  clear: both;
  padding: 0 15px 0 0;
  margin: 0;
}

#process_flow .steps li {
  display: block;
  float: left;
  width: 24%;
  margin: 0 .5%;
}

#process_flow .steps li .step {
  float: left;
  padding: 10px 30px 10px 40px;
  height: 52px;
  line-height: 32px;
  position: relative;
  width: 100%;
  margin: 0;
  text-align: center;
}

#process_flow .steps li .step.discovery {
  background: #276c7c;
  color: #ffffff;
  z-index: 13;
}

#process_flow .steps li .step.prototyping {
  background: #ffc000;
  color: #fff;
  z-index: 12;
}

#process_flow .steps li .step.alpha-beta {
  background: #7f7f7f;
  color: #fff;
  z-index: 11;
}

#process_flow .steps li .step.post-launch {
  background: #82cc3f;
  color: #fff;
  z-index: 10;
}

#process_flow .steps li .step:before {
  content: '';
  border-left: 26px solid #fff;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  top: 0;
  left: 0;

}

#process_flow .steps li .step:after {
  content: '';
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 20;
}

#process_flow .steps li .step.discovery:after {
  border-left: 26px solid #276c7c;
}

#process_flow .steps li .step.prototyping:after {
  border-left: 26px solid #ffc000;
}

#process_flow .steps li .step.alpha-beta:after {
  border-left: 26px solid #7f7f7f;
}

#process_flow .steps li .step.post-launch:after {
  border-left: 26px solid #82cc3f;
}

#process_flow .descriptions .description {
  display: none;
  padding: 0;
  text-align: left;
}

#process_flow .descriptions .description.active {
  display: block;
}

#process_flow .descriptions .description ul {
  display: block;
  float: left;
  width: 100%;
  padding: 20px 10px 10px 10px;
  list-style-type: none;
}

#process_flow .descriptions .description ul li {
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 5px 0;
}

#process_flow .descriptions .description i {
  font-size: 20px;
  padding-right: 4px;
}

#process_flow .descriptions .description.d-discovery i {
  color: #276c7c;
}

#process_flow .descriptions .description.d-prototyping i {
  color: #ffc000;
}

#process_flow .descriptions .description.d-alpha-beta i {
  color: #7f7f7f;
}

#process_flow .descriptions .description.d-post-launch i {
  color: #82cc3f;
}

@media all and (max-width: 1024px) {

  #process_flow {
    padding: 30px 0 60px 0;
  }

  #process_flow .steps {
    display: block;
    float: left;
    width: 150px;
    clear: none;
    margin-right: 20px;
    padding: 0;
  }

  #process_flow .steps li {
    width: 100%;
    float: left;
  }

  #process_flow .steps li .step {
    width: 100%;
    height: 60px;
    line-height: 70px;
    margin: 0 0 5px 0;
    padding: 15px 0 0 0;
  }

  #process_flow .steps li .step:before {
    content: '';
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 30px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  #process_flow .steps li .step:after {
    content: '';
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-bottom: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 20;
  }

  #process_flow .steps li .step.discovery:after {
    border-top: 30px solid #276c7c;
    border-left: 75px solid transparent;
  }

  #process_flow .steps li .step.prototyping:after {
    border-top: 30px solid #ffc000;
    border-left: 75px solid transparent;
  }

  #process_flow .steps li .step.alpha-beta:after {
    border-top: 30px solid #7f7f7f;
    border-left: 75px solid transparent;
  }

  #process_flow .steps li .step.post-launch:after {
    border-top: 30px solid #82cc3f;
    border-left: 75px solid transparent;
  }

  #process_flow .descriptions .description {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    padding-left: 170px;
    z-index: 1;
  }

  #process_flow .descriptions .description ul {
    padding: 0 10px;
  }

}

*/


/* Lightbox */
body.active-lightbox {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, .6);
    z-index: 1000;
}

body.active-lightbox .lightbox {
    display: block;
}

.lightbox .content {
    display: none;
    width: 480px;
    max-width: 90%;
    margin: 100px auto 0 auto;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: .6rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

body.active-lightbox .lightbox .content {
    display: block;
    position: relative;
}

.lightbox .content .check-icon {
    display: block;
    width: 100px;
    height: 100px;
    padding: 20px 0;
    margin: -85px auto 20px auto;
    text-align: center;
    background: #82cc3f;
    border-radius: 50%;
}

.lightbox .content .check-icon i {
    font-size: 60px;
    color: #ffffff;
}


.lightbox .content h3 {
    display: block;
    width: 100%;
    line-height: 1.2;
    font-size: 32px;
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
    color: var(--main-color-dark);
}

.lightbox .content p {
    display: block;
    width: 100%;
    line-height: 1.1;
    font-size: 26px;
    text-align: center;
    padding: 0;
    margin: 0 0 50px 0;
    color: var(--main-color-dark);
}

.lightbox .content .btn {
    display: block;
    width: 300px;
    max-width: 80%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    padding: 0 5px;
    margin: 0 auto;
    color: #ffffff;
    background: #82cc3f;
    text-transform: uppercase;
    border-radius: .3rem;
    border: 0;
    outline: 0;
    box-shadow: none;
}


a.learn-more {
    display: inline-block;
    min-width: 112px;
    height: 34px;
    line-height: 20px;
    padding: 6px 15px;
    background: var(--main-green);
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    font-family: "ScaleWestFont", sans-serif;
    border: 2px solid var(--main-green);
    border-radius: 20px;
    text-align: center;
    margin: 0 auto;
}

a.learn-more:hover {
    border: 2px solid #ffffff;
    background: transparent;
    color: #ffffff;
}

a.learn-more .text-open {
    display: none;
}