:root {
    /*--accent-color: #4CEE02;*/
    --accent-color: #FDB813;
    /*--accent-color: #62d52d;*/
    /*--dark-accent-color: #57be27;*/
    --dark-accent-color: #FF9E1E;
    --swiper-theme-color: #FDB813;
    --swiper-pagination-color: #FDB813;
    --black-color: #000;
    --white-color: #fff;
    --light-white-color: #f7f7f7;
    --gray-light: #eee;
    --gray: #ccc;
    --text-color: #555;
    --text-dark: #333;
    --text-light: #999;
    --max-width: 1320px;
    --max-width-wide: 1460px;
    --top-bar-height: 20px;
    --navbar-height: 126px;
    --navbar-height-mobile: 90px;
    --bs-btn-padding-y : 30px;
    --bs-btn-padding-x : 24px;

    --border-radius-sm: 8px;
    --border-radius: 10px;
    --border-radius-large: 16px;
    --border-radius-x-large: 30px;
    --footer-color: #f0f0f0;
    --footer-text-color: #333;
}
body {
    font-family: 'Lato', sans-serif;
    color: var(--text-color);
    font-size: 16px;
    font-optical-sizing: auto;
}

@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: min(var(--max-width-wide), 100%);
    }
}


* {
    --bs-gutter-x : 40px;
}
p {
    margin-bottom: 20px;
    font-size: 20px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.h4 {
    font-size: 1.2em;
    line-height: 1.5;
}

.h5 {
    font-size: 1.1em;
    line-height: 1.6;
}
.desc-font {
    font-size: 1.1em;
}
.custom-font {
    font-family: 'Lato', sans-serif;
}
.align-baseline {
    align-items: baseline;
}
.quick-animated {
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.animated {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.has-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
}

.op-animated {
    -webkit-transition: opacity 0.15s ease-in-out;
    -moz-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
}
.darken-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.4);
    z-index: -1;
}
.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-position: center;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.op0 {
    opacity: 0;
}

.op1 {
    opacity: 1;
}

a.underline {
    text-decoration: underline;
}
a:not(.btn) {
    /*color: var(--accent-color);*/
    color: var(--accent-color);
    text-decoration: none;
}

a.underline {
    text-decoration: underline;
}

a:hover {
    color: var(--dark-accent-color);
    text-decoration: none;
}
img {
    max-width: 100%;
}

.big-font {
    font-size: 2.0em
}

.extra-big-font {
    font-size: 2.8em;
}
.custom-size {
    font-size: 2.1em;
}
@media (max-width: 992px) {
    .big-font {
        font-size: 1.7em
    }

    .extra-big-font {
        font-size: 2.1em;
    }
    .custom-size {
        font-size: 1.5em;
    }
}

.thick {
    font-weight: 900 !important;;
}
.semibold, .medium {
    font-weight: 500;
}
.bold {
    font-weight: 600;
}
.thin {
    font-weight: 400 !important;
}

.uppercase {
    text-transform: uppercase
}

.icon-margin-4 {
    margin-right: 4px
}

.icon-margin-8 {
    margin-right: 8px
}

.icon-margin-12 {
    margin-right: 12px
}

.icon-margin-18 {
    margin-right: 18px
}

.icon-margin-24 {
    margin-right: 24px
}

.icon-margin-top-8 {
    margin-top: 8px
}

.icon-margin-top-12 {
    margin-top: 12px
}

.icon-margin-top-18 {
    margin-top: 18px
}

.icon-margin-top-24 {
    margin-top: 24px
}

.cls {
    clear: both
}

.relative {
    position: relative
}

.marginer {
    display: block;
    clear: both;
    height: 1px;
    margin: 32px auto
}

.spacer-invis {
    display: block;
    clear: both;
    height: 1px;
    margin: 18px auto
}

.spacer-tiny {
    display: block;
    clear: both;
    height: 1px;
    margin: 8px auto
}
.text-light {
    color: var(--text-light) !important;
}
.hashed {
    color: #999 !important
}

.push-5 {
    margin-bottom: 5px;
}

.push-5-t {
    margin-top: 5px;
}

.push-10 {
    margin-bottom: 10px;
}

.push-10-t {
    margin-top: 10px;
}

.push-20 {
    margin-bottom: 20px;
}

.push-20-t {
    margin-top: 20px;
}

.push-30 {
    margin-bottom: 30px;
}

.push-30-t {
    margin-top: 30px;
}

.p300 {
    font-weight: 300;
}

.p400 {
    font-weight: 400;
}

.p700 {
    font-weight: 700;
}

.p900 {
    font-weight: 900;
}
.full-height {
    height: 100%;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}
.font-1-1 {
    font-size: 1.1em;
}
.font-1-2 {
    font-size: 1.2em;
}
.justify-content-center {
    justify-content: center;
}
.no-b {
    border: none;
}
.btn {
    padding: 9px 20px;
    border-radius: var(--border-radius-x-large);
    font-weight: 500;
}
.btn:not(.btn-rounded){
    border: none !important;
}
.btn-rounded {
    border-radius: 50px;
}
.btn-outline {
    border: 2px solid var(--accent-color) !important;
    background-color: transparent !important;
}
.btn-default {
    background-color: var(--light-white-color);
}
.btn-default:hover, .btn-default:focus {
    background-color: #eee;
}
.btn-dark {
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
    color: var(--text-dark);
    font-weight: 600;
}

.brand {
    color: var(--accent-color);
}

.brand-bg, .bg-brand {
    background-color: var(--accent-color);
}

.btn-dark:hover {
    color: #fff;
    background-color: var(--dark-accent-color);
    border-color: var(--dark-accent-color);
}

.btn-wide {
    padding-left: 48px !important;
    padding-right: 48px !important;
}

.btn-x-wide {
    padding-left: 72px !important;
    padding-right: 72px !important;
}



@media (max-width: 992px) {
    .btn-wide {
        padding-left: 24px;
        padding-right: 24px;
    }
    .btn-x-wide {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

/*
general
 */

.section {
    padding: 100px 0;
    position: relative;
}
.first-section {
    padding: 70px 0 120px 0;
}
.section-extra-padding {
    padding: 150px 0;
}
@media (max-width: 992px) {
    .section {
        padding: 60px 0;
        position: relative;
    }
    .section-extra-padding {
        padding: 80px 0;
    }
}
.section-grey, .bg-grey {
    background-color: #f7f7f7;
}
.section-black, .bg-black {
    background-color: var(--black-color);
}
.section-white, .bg-white {
    background-color: #fff;
}
.section-dark, .bg-dark {
    background-color: var(--dark-accent-color);
}

.section-title {
    position: relative;
    padding: 6px 0 6px 0;
    font-weight: 700;
    color: var(--text-dark);
    text-transform: uppercase;
    font-size: 1.8em;
}

.section-title:before {
    content: '';
    position: absolute;
    top: -16px;
    left: 0;
    width: 40px;
    height: 5px;
    border-radius: 2px;
    background-color: var(--accent-color);
}
.text-center .section-title:before, .section-title.text-center:before {
    left: calc(50% - 20px);
}

.text-effect {
    position: relative;
    padding-bottom: 20px;
}


.subtitle {
    margin-top: -20px;
    font-size: 1.2em;
    color: var(--text-light);
}

/*
input
 */
.contact-form-container {
    margin-left: calc(-.25 * var(--bs-gutter-x));
}
.input {
    border-radius: var(--border-radius);
    background-color: white;
    box-shadow: none;
    padding: 10px 20px;
    margin-bottom: 10px;
    caret-color: var(--text-color);
    border: 2px solid transparent;
}
.input:focus {
    /*box-shadow: 0 0 0 .25rem rgba(200,200,200,.25);*/
    box-shadow: none;
}

.form-control:focus {
    border-color: var(--darker-red);
    outline: 0;
    /*box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);*/
}

.input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: var(--text-color);
    opacity: 0.7;
}

.input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: var(--text-color);
    opacity: 0.7;
}

.input::-ms-input-placeholder { /* Microsoft Edge */
    color: var(--text-color);
    opacity: 0.7;
}
select {
    color: var(--text-color);
}
select.no-val {
    color: #aaa;
}

option {
    font-weight: 400 !important;
    font-family: sans-serif;
}

/*
footer
 */
footer {
    background-color: var(--footer-color);
    padding: 50px 60px 20px 30px;
}

.footer-logo img {
    max-width: 340px;
}

.footer-title {
    font-size: 1.2em;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.footer-logo {
    padding-bottom: 28px;
}

.footer-column {
    color: var(--footer-text-color);
    padding-top: 30px;
}
.footer-column a {
    color: var(--footer-text-color);
}
.footer-column a:hover {
    color: var(--accent-color);
}
.footer-link {
    display: block;
    padding: 7px 5px;
}
.footer-link:before {
    content: '-';
    display: inline-block;
    margin-right: 10px;
}
.footer-socials a {
    display: inline-block;
    padding: 10px;
    margin-right: 5px;
}

.footer-title {
    color: var(--text-dark);
    margin-top: 100px;
}

.bottom-bar {
    padding: 20px 0 20px 0;
    color: var(--footer-text-color);
    font-size: 0.9em;
    border-top: 1px solid var(--gray);
    margin-top: 20px;
}
.bottom-bar a {
    color: var(--accent-color);
}
@media (max-width: 992px) {
    footer {
        padding: 70px 20px 10px 20px;
    }
    .footer-title {
        margin-top: 60px;
    }
}
#top-of-the-site {
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
}

/*
Hero text
 */
.main-banner {
    width: 100%;
    max-height: 800px;
    position: relative;
    padding: 130px 0;
}
.hero-image {
    max-height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    max-width: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.hero-text {
    color: white;
}
.hero-text h1, .hero-text .hero {
    font-size: 3.9em;
    font-weight: 900;
}
.hero-text h5 {
    font-size: 1.8em;
}
.hero-text h2 {
    font-size: 2.8em;
    font-weight: 600;
}

.hero-banner-icons {
    font-size: 1.6em;
    margin-top: 36px;
    color: #eee;
    line-height: 1;
}
.hero-banner-icons img {
    margin-bottom: 8px;
}

@media (max-width: 1199px) {
    .main-banner {
        padding: 100px 0;
    }
    .hero-text h1, .hero-text .hero {
        font-size: 3.6em;
    }
    .hero-text h5 {
        font-size: 1.7em;
    }
    .hero-text h2 {
        font-size: 2.4em;
    }
    .hero-banner-icons {
        font-size: 1.5em;
    }
}
@media (max-width: 992px) {
    .main-banner {
        padding: 60px 0;
    }
    .hero-text h1, .hero-text .hero {
        font-size: 2.8em;
    }
    .hero-text h5 {
        font-size: 1.6em;
    }
    .hero-text h2 {
        font-size: 2.4em;
    }
    .hero-banner-icons {
        font-size: 1.4em;
    }
}
@media (max-width: 768px) {
    .main-banner {
        padding: 60px 0;
    }
    .hero-text h1, .hero-text .hero {
        font-size: 2.4em;
    }
    .hero-text h5 {
        font-size: 1.5em;
    }
    .hero-text h2 {
        font-size: 2.3em;
    }
    .hero-banner-icons {
        font-size: 1.4em;
    }
    .hero-banner-icons img {
        width: 40px;
        margin-bottom: 10px;
    }
}

.stat {
    margin-bottom: 30px;
}
.stat p {
    font-size: 1.4em;
    margin-top: 0;
    margin-bottom: 0;
}

.stat .data {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px dashed var(--accent-color);
}

/*
Cards
 */
.card {
    background-color: #f7f7f7;
    border-radius: var(--border-radius-large);
    overflow: hidden;
    padding: 24px;
    border: none;
    height: 100%;
}
.card img {
    border-radius: var(--border-radius-large);
    margin-bottom: 10px;
}
.card .content {
    padding: 20px 10px 0 10px;
}
.card .content h4 {
    margin-bottom: 10px;
    font-weight: 900;
}

/*
Icon cards
 */
.icon-card {
    background-color: #f7f7f7;
    background-image: linear-gradient(to bottom, #f7f7f7, #fff);
    border-radius: var(--border-radius-large);
    padding: 30px 50px;
    border: none;
    height: 100%;
    margin: 10px;
}
.icon-card .icon{
    display: inline-block;
    position: relative;
    margin: 20px ;

}
.icon-card .icon .icon-shader{
    border-radius: 50%;
    background-color: var(--accent-color);
    width: 40px;
    height: 40px;
}
.icon-card .icon img{
    width: 40px;
    position: absolute;
    top: 10px;
    left: -8px;
}
.icon-card h4 {
    margin-bottom: 16px;
}
@media (max-width: 1399px) {
    .icon-card {
        padding: 30px;
        border: none;
        height: 100%;
        margin: 0;
    }
}