.bg-primary{
    background-color: #3db36b !important;
}
body {
    margin: 0;
    font-family: Roboto,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.625;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
.navbar {
    font-family: Arimo,sans-serif;
    letter-spacing: .125rem;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.5;
    padding: 2.5rem 1rem;
}

@media (min-width: 992px){
    .navbar-expand-lg {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.navbar-short.navbar-expand {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-short.navbar-expand, .navbar-short.navbar-expand .navbar-collapse {
    flex-wrap: wrap;
}

.navbar-short.navbar-expand .navbar-nav {
    margin: 0 -.625rem;
    flex-wrap: wrap;
}
.navbar-short.navbar-expand .navbar-nav .nav-item {
    padding: 0 .625rem;
}
.navbar-short.navbar-expand .navbar-nav .nav-link, .navbar-short.navbar-expand .navbar-text {
    padding: .5rem 0;
}

.navbar-short.navbar-expand .navbar-nav .dropdown.dropdown-flat .dropdown-menu {
    margin-left: -.375rem;
    margin-right: -.375rem;
}
.dropdown-flat.dropdown-flat-primary .dropdown-menu {
    background-color: #3db36b;
}


.navbar .dropdown.dropdown-flat .dropdown-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.dropdown.dropdown-flat .dropdown-menu {
    box-shadow: none;
}

.dropdown-menu {
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: 0 0;
    margin: 0 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,.15)
}
.dropdown-flat.dropdown-flat-primary .dropdown-menu .dropdown-item {
    color: #fff;
}
.navbar .dropdown .dropdown-item {
    font-family: Arimo,sans-serif;
    letter-spacing: .125rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    clear: both;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown.dropdown-flat .dropdown-menu.show {
    animation: dropdown-reverse .2s ease forwards;
}
.text-white-70 {
    color: rgba(255,255,255,.7)!important;
}
.text-white-50 {
    color: rgba(255,255,255,.7)!important;
}
.material-icons {
    vertical-align: middle !important;
    line-height: 2;
}
.fs-1 {
    font-size: .75rem!important;
}
.navbar-dark .navbar-text {
    color: #fff;
}
.navbar .navbar-brand {
    font-family: Roboto,sans-serif;
    letter-spacing: 0;
}
.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.875rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-light .navbar-toggler {
    color: #000;
    border-color: rgba(0,0,0,.1);
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
} 
button {
    border-radius: 0 !important;
} 
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
.navbar .nav-link {
    transition: all .2s ease-in-out;
    outline: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}
/* @media (min-width: 992px){
.navbar-expand-lg .navbar-nav {
    margin: 0 -1.25rem !important;
}} */




@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-text {
        padding: 2.25rem 0;
    }
} 

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        position: relative;
        padding-left: 1.25rem ;
        padding-right: 1.25rem ;
    }
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn {
    letter-spacing: .125rem;
    text-transform: uppercase;
}
.btn {
    display: inline-block;
    font-family: Arimo,sans-serif;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;

    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .9375rem 1.625rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.btn-outline-primary {
    color: #3db36b;
    border-color: #3db36b;
}


.header-spacing-helper {
    display: none;
}
.dropdown-menu > a:hover {
    background-color: rgba(221, 221, 221, 0.253);
}

.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.hero {
    position: relative;
    overflow: hidden;
}

.hero.hero-bg-ready .hero-background {
    animation: hero-bg-reveal 1s;
    visibility: visible;
}


.hero-background, .hero-background-overlay, .hero-foreground {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.hero.hero-bg-ready .hero-foreground-gradient-black-left {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
}
.hero-foreground {
    transition: all .75s ease-in-out;
    transition-delay: .25s;
}
.hero-background, .hero-background-overlay, .hero-foreground {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}
.hero-background {
    z-index: 5;
}


.font-family-secondary {
    font-family: Arimo,sans-serif;
}

.letter-spacing-caption {
    letter-spacing: .125rem;
}
.fs-2 {
    font-size: .8125rem!important;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child {
    margin-bottom: 0;
}
.fs-10 {
    font-size: 3.125rem!important;
}
.pb-14, .py-14 {
    padding-bottom: 1.875rem!important;
}

.pt-14, .py-14 {
    padding-top: 1.875rem!important;
}

/* .mb-14, .my-14 {
    margin-bottom: 1.875rem!important;
} */
.btn-square {
    padding: 0;
    line-height: 3rem;
    height: 3.125rem;
    width: 3.125rem;
}
.btn-outline-light {
    color: #efefef;
    border-color: #efefef;
}
.mb-14, .my-14 {
    margin-bottom: 1.875rem!important;
}
@media (min-width: 992px){
    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0!important;
    }
}

@media (min-width: 992px){
    .fs-lg-11 {
        font-size: 4.375rem!important;
    }
}



@media (min-width: 992px){
    .pb-lg-25, .py-lg-25 {
        padding-bottom: 6.25rem!important;
    }
}


@media (min-width: 992px){
    .pt-lg-25, .py-lg-25 {
        padding-top: 6.25rem!important;
    }
}

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}

@media (min-width: 768px){
    .pb-md-23, .py-md-23 {
        padding-bottom: 5rem!important;
    }
}

@media (min-width: 768px){
    .pt-md-23, .py-md-23 {
        padding-top: 5rem!important;
    }
}

.card {
    z-index: 0;
}
.p-19 {
    padding: 2.5rem!important;
}
.car-body{
    min-height: 1px !important;
}

@media (min-width: 768px){
    .p-md-20 {
        padding: 3.125rem!important;
    }
}
.fs-6 {
    font-size: 1.5rem!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;

}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 550;
    line-height: 1.2;
}
/* h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

h2, h2 {
    font-size: 2.5rem;
}
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    margin-bottom: 1rem;
} */
@media (min-width: 992px){
    .fs-lg-9 {
        font-size: 2.5rem!important;
        font-weight: 550;
    }
}
/* @media (max-width: 992px){
    .fs-lg-9 {
        text-align: center !important;
        font-weight: 550;

    }
} */
@media (max-width: 992px){
    .navbar{
        padding: 1rem 1rem;

    }
}



.hero{
    min-height: calc(120vh - 100px);

}

@media (min-width: 576px){
    .hero {
        min-height: calc(100vh - 100px)
        }
}

@media (max-width: 450px){
    .hero {
        min-height: calc(110vh - 110px)
        }
}
@media (max-width: 330px){
    .hero {
        min-height: calc(140vh - 110px)
        }
}
.form-group {
    margin-bottom: 1.25rem;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: .5rem 1rem;
    font-family: Roboto,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.custom-checkbox-wrap>.custom-checkbox, .custom-radio-wrap>.custom-radio {
    position: absolute;
    left: -9999px;
}
.form-check>.custom-checkbox-wrap, .form-check>.custom-radio-wrap {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

.btn-primary {
    color: #fff;
    background-color: #3db36b;
    border-color: #3db36b;
}

.hero.hero-bg-ready .hero-foreground-gradient-black-left {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%) !important;
}

@media (max-width: 1200px)and (min-width:992px) {
.hideafter1200{
    display: none ;
}
}

.section {
    position: relative;
    overflow: hidden;
    padding: 2.5rem 0;
    background: #fff;
}
@media (min-width: 576px){
    .section {
        padding: 5rem 0;
    }
}
@media (min-width: 992px){
    .section {
        padding: 6.25rem 0;
    }
}


.section-content {
    position: relative;
    z-index: 20;
}

@media (min-width: 992px){
    .pr-lg-10, .px-lg-10 {
        padding-right: 1.375rem!important;
    }
}
.h1, h1 {
    font-size: 3.125rem;
}

.fs-5 {
    font-size: 1.125rem!important;
}

.text-muted {
    color: #9b9b9b!important;
}

.mb-11, .my-11 {
    margin-bottom: 1.5rem!important;
}

.mt-8, .my-8 {
    margin-top: 1.125rem!important;
}

p {
    color: #4a4a4a;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 1.25rem 2.65rem;
    font-size: .75rem;
    line-height: 1.5;
    border-radius: 0;
}



.mb-12, .my-12 {
    margin-bottom: 1.625rem!important;
}

/* .card {
  
    border-radius: 0rem;
} */

.bg-secondary {
    background-color: #f9f9f9!important;
}

.mt-15, .my-15 {
    margin-top: 2rem!important;
}

.flickity-enabled {
    position: relative;
}
.card-slider {
    overflow: hidden;
}
.p-19 {
    padding: 2.5rem!important;
}

.card-slider-services .card-slider-item {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 30px;
}


@media (min-width: 576px){
    .card-slider-services .card-slider-item {
        width: 330px;
        margin-bottom: 0;
        padding-right: 30px;
    }
}

@media (min-width: 768px){
    .card-slider-services .card-slider-item {
        width: 330px;
    }
}

@media (min-width: 992px){
    .card-slider-services .card-slider-item {
        width: 370px;
    }
}
@media (min-width: 1200px){
    .card-slider-services .card-slider-item {
        width: 485px;
    }
    
}

.card-slider-item {
    box-sizing: content-box;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
}
.mt-10, .my-10 {
    margin-top: 1.375rem!important;
}
.btn-link {
    position: relative;
    font-size: .8125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .125rem;
    padding: 0 0 .5rem;
    color: #3db36b;
}

.btn-link:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: currentColor;
}
.aleft{
    text-align: left;
}

.flickity-prev-next-button.previous {
    left: -10px;
  }
  .flickity-prev-next-button.next {
    right: -10px;
  }

/* enable Flickity by default */
.card-slider:after {
    content: 'flickity';
    display: none; /* hide :after */
  }
  
  @media screen and ( max-width: 420px ) {
    /* disable Flickity for large devices */
    .card-slider:after {
      content: '';
    }
  }
  .badge-ghost {
    background: rgba(31, 4, 4, 0.205);
}

.mt-17, .my-17 {
    margin-top: 2.25rem!important;
}
.object-fit-cover {
    font-family: "object-fit:cover";
    object-fit: cover;
}

img {
    vertical-align: middle;
    border-style: none;
}

.big-quote {
    text-align: center;
    max-width: 35.9375rem;
    margin: 0 auto;
}

.big-quote-icon {
    display: inline-flex;
    position: relative;
    font-size: 2.25rem;
    align-items: center;
    justify-content: center;
    padding: .75rem;
    background: #3db36b;
    border-radius: 50%;
    color: #fff;
    margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
    .mb-md-15, .my-md-15 {
        margin-bottom: 2rem!important;
    }
    
}

@media (min-width: 992px){
    .mb-lg-19, .my-lg-19 {
        margin-bottom: 2.5rem!important;
    }
}

.big-quote-icon>i {
    font-size: inherit;
}
.material-icons {
    vertical-align: middle;
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}

.big-quote-contents {
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 300;
    font-style: italic;
}

.big-quote-contents p {
    color: #000;
}
@media (min-width: 768px){
    .fs-md-9 {
        font-size: 2.5rem!important;
    }
}
.big-quote-footer {
    margin-top: 2.5rem;
    color: #9b9b9b;
    font-size: 1.125rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
}


@media (min-width: 768px){
    .mt-md-14, .my-md-14 {
        margin-top: 1.875rem!important;
    }
}

@media (min-width: 992px){
    .mt-lg-18, .my-lg-18 {
        margin-top: 2.375rem!important;
    }
}

.mt-11, .my-11 {
    margin-top: 1.5rem!important;
}

.bg-secondary {
    background-color: #f9f9f9!important;
}
.mb-17, .my-17 {
    margin-bottom: 2.25rem!important;
}

.faq {
    padding: 1.375rem 0;
    border-bottom: .0625rem solid #dee2e6;
}
.faq-header {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.faq-header .faq-title {
    font-weight: 400;
    font-size: 1.25rem;
    color: #4a4a4a;
    margin: 0 1.25rem 0 0;
}

.pb-17, .py-17 {
    padding-bottom: 2.25rem!important;
}
.pt-17, .py-17 {
    padding-top: 2.25rem!important;
}
.pl-10, .px-10 {
    padding-left: 1.375rem!important;
}
.pr-10, .px-10 {
    padding-right: 1.375rem!important;
}

@media (min-width: 992px){
    .ml-lg-9, .mx-lg-9 {
        margin-left: 1.25rem!important;
    }
}

.mb-4, .my-4 {
    margin-bottom: .625rem!important;
}
.border-0 {
    border: 0!important;
}

.card-icon {
    color: #adb5bd;
    line-height: 1;
}
.mb-6, .my-6 {
    margin-bottom: .875rem!important;
}

.lh-1 {
    line-height: .75rem!important;
}

.mb-5, .my-5 {
    margin-bottom: .75rem!important;
}
.mt-5, .my-5 {
    margin-top: .75rem!important;
}

a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
}

.aleft{
    vertical-align: middle;
}
@media (min-width: 768px){
    .mb-md-0, .my-md-0 {
        margin-bottom: 0!important;
    }
}
a.footer-brand {
    font-family: Roboto,sans-serif;
    font-size: 1.875rem;
    font-weight: 700;
    color: #212529;
    text-decoration: none;
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
}

.brand-icons-list {
    display: -ms-flexbox;
    display: flex;
    margin: -.625rem;
}
@media (min-width: 576px){
    .ml-sm-20, .mx-sm-20 {
        margin-left: 3.125rem!important;
    }
}

.ml-10, .mx-10 {
    margin-left: 1.375rem!important;
}

@media (min-width: 576px){
    .pb-sm-23, .py-sm-23 {
        padding-bottom: 5rem!important;
    }
}

@media (min-width: 576px){
    .pt-sm-23, .py-sm-23 {
        padding-top: 5rem!important;
    }
}


@media (min-width: 420px){
    .breakfor420 {
        display: none;
    }

    .navbar-brand{
        text-align: left !important;
    }

}
@media (min-width: 420px){
    .navbar-brand{
        text-align: left !important;
    }

}
.mt-19, .my-19 {
    margin-top: 2.5rem!important;
}
@media (min-width: 992px){
    .mt-lg-20, .my-lg-20 {
        margin-top: 3.125rem!important;
    }
}
@media (min-width: 992px){
    .pb-lg-25, .py-lg-25 {
        padding-bottom: 6.25rem!important;
    }
}

@media (min-width: 992px){
    .pt-lg-25, .py-lg-25 {
        padding-top: 6.25rem!important;
    }
}

@media (min-width: 576px){
    .pb-sm-23, .py-sm-23 {
        padding-bottom: 5rem!important;
    }
}

@media (min-width: 576px){
    .pt-sm-23, .py-sm-23 {
        padding-top: 5rem!important;
    }
}

.pb-19, .py-19 {
    padding-bottom: 2.5rem!important;
}
.pt-19, .py-19 {
    padding-top: 2.5rem!important;
}
