/*!------------------------------------------------------------------
[MAIN STYLESHEET]
PROJECT: Project Name
VERSION: Versoin Number
-------------------------------------------------------------------*/
@import "https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,500,600,700|Open+Sans:300,400,600,700";

body {
    line-height: 1.6;
    font-family: open sans, sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #818385
}

p,
.paragraph {
    font-weight: 400;
    color: #000;
    font-size: 1rem;
    line-height: 1.6;
    font-family: open sans, sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #fff;
    font-family: barlow condensed, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    transition: .2s ease
}

h1,
.h1 {
    font-size: 70px
}

h2,
.h2 {
    font-size: 48px
}

h3,
.h3 {
    font-size: 44px
}

h4,
.h4 {
    font-size: 24px
}

h5,
.h5 {
    font-size: 18px
}

h6,
.h6 {
    font-size: 16px
}

.btn {
    font-size: 15px;
    font-family: open sans, sans-serif;
    text-transform: uppercase;
    padding: 15.5px 28px;
    border-radius: 6px;
    font-weight: 700;
    border: 1px solid;
    position: relative;
    z-index: 1;
    transition: .3s ease-in
}

.btn:focus {
    outline: 0;
    box-shadow: none !important
}

.btn:active {
    box-shadow: none
}

.btn-lg {
    font-size: 20px;
    padding: 19px 35px
}

.btn-md {
    font-size: 18px;
    padding: 17px 30px
}

.btn-sm {
    font-size: 12px;
    padding: 5px 20px
}

.btn-primary {
    background: #397a30;
    color: #fff;
    border-color: #397a30
}

.btn-primary:active {
    background: #74af3d !important;
    border-color: #74af3d
}

.btn-primary:hover {
    background: #74af3d;
    border-color: #74af3d
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6b9c2e;
    border-color: #6b9c2e
}

.btn-gray {
    background: #f5f6fa;
    color: #172231;
    border-color: #f5f6fa
}

.btn-gray:active {
    background: #86c33a !important;
    border-color: #86c33a;
    color: #fff
}

.btn-gray:hover {
    background: #86c33a;
    border-color: #86c33a;
    color: #fff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6b9c2e;
    border-color: #6b9c2e
}

.btn-secondary {
    background: 0 0;
    color: #172231;
    padding-left: 0;
    border: 0
}

.btn-secondary:active {
    background: 0 0 !important;
    color: #86c33a
}

.btn-secondary:hover {
    background: 0 0;
    color: #86c33a
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #86c33a;
    background-color: transparent;
    border: 0
}

.btn-primary-outline {
    background: 0 0;
    color: #172231;
    border: 2px solid #172231
}

.btn-primary-outline:active {
    background: #86c33a !important;
    border-color: #86c33a;
    color: #fff
}

.btn-primary-outline:hover {
    background: #86c33a;
    border-color: #86c33a;
    color: #fff
}

.btn-light {
    background: #fff;
    color: #172231;
    border-color: #e7e7e7
}

.btn-light:active {
    background: 0 0 !important;
    border-color: #fff;
    color: #fff
}

.btn-light:hover {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.btn-light-alt:active {
    background: #86c33a !important;
    border-color: #86c33a;
    color: #fff
}

.btn-light-alt:hover {
    background: #86c33a;
    border-color: #86c33a;
    color: #fff
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

.btn-light-outline {
    background: 0 0;
    color: #fff;
    border: 2px solid #fff
}

.btn-light-outline:active {
    background: #6b9c2e !important;
    border-color: #6b9c2e;
    color: #fff
}

.btn-light-outline:hover {
    background: #6b9c2e;
    border-color: #6b9c2e;
    color: #fff
}

.btn-arrow {
    transition: .2s ease
}

.btn-arrow::before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    background: 0 0;
    top: 50%;
    transform: translateY(-50%)rotate(-45deg);
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    left: calc(85% + 5px);
    transition: .2s ease
}

.btn-arrow::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    transition: .2s ease;
    left: 85%
}

.btn-arrow:hover::before {
    left: calc(85% + 10px);
    border-color: #86c33a
}

.btn-arrow:hover::after {
    width: 20px;
    background: #86c33a
}

.hover-ripple {
    transition: .2s ease-in
}

.hover-ripple:hover {
    transform: scale(0.97)
}

.hover-ripple:hover::after {
    animation: sonarEffect 1s ease-out 50ms
}

.hover-ripple::after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    opacity: 0;
    transform: scale(0.9);
    border-radius: inherit
}

.hover-ripple.ripple-white:hover::after {
    animation: sonarEffectWhite 1s ease-out 50ms
}

@keyframes sonarEffect {
    0% {
        opacity: .1
    }

    40% {
        opacity: .3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #86c33a, 0 0 0 10px rgba(255, 255, 255, .2)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #86c33a, 0 0 0 10px rgba(255, 255, 255, .2);
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes sonarEffectWhite {
    0% {
        opacity: .1
    }

    40% {
        opacity: .3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .2)
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, .1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, .2);
        transform: scale(1.2);
        opacity: 0
    }
}

body {
    background-color: #fff;
    overflow-x: hidden
}

::selection {
    background: #9ed060;
    color: #fff
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw
}

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

a,
a:hover,
a:focus {
    text-decoration: none
}

a,
button,
select {
    cursor: pointer;
    transition: .2s ease
}

a:focus,
button:focus,
select:focus {
    outline: 0
}

a:hover {
    color: #86c33a
}

a.text-white:hover,
a.text-light:hover {
    color: #86c33a !important
}

a h4:hover,
a h5:hover {
    color: #86c33a
}

.slick-slide {
    outline: 0
}

.section {
    padding-top: 150px;
    padding-bottom: 150px
}

.section-sm {
    padding-top: 70px;
    padding-bottom: 70px
}

.section-title {
    margin-bottom: 40px;
    color: #333;
}

.section-title-border {
    position: relative;
    height: 5px;
    width: 30px;
    background: #86c33a;
    border-radius: 10px;
    margin-bottom: 20px
}

.section-title-border::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    background: #86c33a;
    border-radius: 10px;
    right: -60%;
    top: 0
}

.section-title-border::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 25%;
    background: #86c33a;
    border-radius: 10px;
    right: -100%;
    top: 0
}

.section-title-border.border-center {
    margin-left: calc(50% - 27px)
}

.section-title-border.border-white {
    background: #fff
}

.section-title-border.border-white::before {
    background: #fff
}

.section-title-border.border-white::after {
    background: #fff
}

.section-title-border.border-inline {
    display: inline-block;
    margin-bottom: 5px
}

.section-title-sm {
    font-family: open sans, sans-serif;
    font-weight: 600;
    color: #292d64
}

.section-bottom-lg {
    padding-bottom: 240px
}

.bg-cover {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat
}

.bg-contain {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

.bg-fixed {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    background-attachment: fixed
}

.border-color {
    border-color: #e7e7e7 !important
}

.overlay {
    position: relative
}

.overlay::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .6
}

.overlay-secondary {
    position: relative
}

.overlay-secondary::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #252d39;
    opacity: .85
}

.outline-0 {
    outline: 0 !important
}

.d-unset {
    display: unset !important
}

.bg-primary {
    background: #86c33a !important
}

.bg-secondary {
    background: #292d64 !important
}

.bg-secondary-darken {
    background: #1f2630 !important
}

.bg-gray {
    background: #f5f6fa !important
}

.bg-gray-white {
    background-image: linear-gradient(to right, #f5f6fa 45%, #fff 0%)
}

.bg-white-gray {
    background-image: linear-gradient(to right, #fff 45%, #f5f6fa 0%)
}

.bg-white2-gray {
    background-image: linear-gradient(to right, #fff 70%, #f5f6fa 0%)
}

.text-primary {
    color: #86c33a !important
}

.text-color {
    color: #818385
}

.text-light {
    color: #ddd !important
}

.text-dark {
    color: #172231 !important
}

a.text-dark:hover {
    color: #86c33a !important
}

.hilighted {
    background: #252d39;
    padding: 0 5px;
    border-radius: 2px;
    color: #fff
}

.letter-spacing {
    letter-spacing: 2px
}

.mb-50 {
    margin-bottom: 50px !important
}

.mb-60 {
    margin-bottom: 60px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-80 {
    margin-bottom: 80px !important
}

.mb-90 {
    margin-bottom: 90px !important
}

.mb-100 {
    margin-bottom: 100px !important
}

.zindex-1 {
    z-index: 1
}

.zindex-0 {
    z-index: 0
}

.overflow-hidden {
    overflow: hidden
}

.min-height-400 {
    min-height: 400px
}

.border-muted {
    border-color: #404751 !important
}

.rounded-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.flex-basis-33 {
    flex-basis: 33.333333%
}

.icon {
    font-size: 40px
}

.icon-sm {
    font-size: 34px
}

.icon-xs {
    font-size: 22px
}

.icon-lg {
    font-size: 56px
}

.box-shadow {
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, .1)
}

.font-size-30 {
    font-size: 30px
}

.font-weight-semebold {
    font-weight: 600 !important
}

.font-secondary {
    font-family: barlow condensed, sans-serif !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-decoration-none:hover {
    text-decoration: none !important
}

.border-md-right {
    border-right: 1px solid
}

@media(max-width:767px) {
    .border-md-right {
        border: 0
    }
}

.icon-bg {
    position: relative;
    background-color: rgba(134, 195, 58, .2);
    display: inline-block;
    height: 100px;
    width: 100px;
    border-radius: 120px 135px 110px 90px
}

.icon-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 5px;
    background: rgba(134, 195, 58, .05);
    border: 2px solid #86c33a;
    border-radius: 130px 120px 160px 130px
}

.icon-bg .icon {
    line-height: 100px
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

#map_canvas {
    height: 500px
}

.form-control {
    height: 55px;
    padding: 0 30px
}

.form-control-sm {
    height: 45px
}

.form-control:focus {
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, .1);
    border-color: #86c33a !important
}

.focus-shadow-none {
    box-shadow: none !important
}

textarea.form-control {
    height: 150px
}

textarea.form-control-sm {
    height: 100px
}

.content * {
    margin-bottom: 20px
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    margin-bottom: 10px
}

.content ul,
.content ol {
    padding-left: 0
}

.content ul li,
.content ol li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.content ul li::before,
.content ol li::before {
    position: absolute;
    content: "\f10c";
    font-family: fontawesome;
    font-size: 14px;
    left: 0;
    top: 1px;
    color: #86c33a;
    transition: .3s ease
}

.content table {
    text-align: left;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6
}

.content table th,
.content table td {
    padding: .75rem;
    vertical-align: top;
    border: 1px solid #dee2e6
}

.content table thead {
    background: #eef0f7
}

.content table tbody {
    background: #f5f6fa
}

.content table tbody td {
    text-align: left !important
}

.content blockquote p {
    margin-bottom: 0;
    color: #172231;
    font-style: italic !important
}

.content pre {
    padding: 10px 20px;
    background: #f5f6fa
}

.top-header {
    font-size: 14px
}

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

.navbar {
    padding: 0
}

.navbar-collapse {
    transition: .2s ease
}

.navbar .nav-item .nav-link {
    text-transform: uppercase;
    font-weight: 700
}

.navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1)
}

.navbar .dropdown-menu {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .12);
    padding: 15px;
    border: 0;
    top: 100px;
    left: -25px;
    border-radius: 0;
    display: block;
    visibility: hidden;
    transition: .3s ease;
    opacity: 0;
    transform: scale(0.8);
    background: #fff
}

@media(max-width:991px) {
    .navbar .dropdown-menu {
        display: none;
        opacity: 1;
        visibility: visible;
        transform: scale(1);
        transform-origin: unset
    }
}

.navbar .dropdown-menu.view {
    visibility: visible !important;
    opacity: 1;
    transform: scale(1)
}

@media(max-width:991px) {
    .navbar .dropdown-menu.view {
        display: block
    }
}

.navbar .dropdown-menu.show {
    visibility: hidden
}

@media(max-width:991px) {
    .navbar .dropdown-menu.show {
        visibility: visible;
        display: block
    }
}

.navbar .dropdown-item {
    position: relative;
    color: #172231;
    transition: .2s ease;
    font-family: open sans, sans-serif
}

@media(max-width:991px) {
    .navbar .dropdown-item {
        text-align: center
    }
}

.navbar .dropdown-item:not(:last-child) {
    margin-bottom: 10px
}

.navbar .dropdown-item:hover {
    color: #ff9;
    background: 0 0
}

.navbar-light .navbar-nav .nav-link {
    color: #fff
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ff9
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 15px
}

@media(max-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 40px 10px
    }
}

@media(max-width:991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px
    }
}

.search-btn {
    border: 0;
    background: 0 0
}

.search-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 2;
    visibility: hidden;
    transition: .2s ease;
    opacity: 0
}

.search-wrapper.open {
    visibility: visible;
    opacity: 1
}

.search-box {
    height: 112px;
    width: 100%;
    border: 0;
    background: #fff;
    font-size: 30px;
    padding: 0
}

.search-box:focus {
    box-shadow: none !important
}

.search-close {
    position: absolute;
    right: 5px;
    top: 40px;
    border: 0;
    background: 0 0;
    page-break-after: 10px;
    font-size: 20px
}

.hero-section {
    padding: 100px 0 100px
}

.hero-slider {
    overflow-x: hidden
}

.hero-slider .prevArrow {
    left: -100px
}

.hero-slider .nextArrow {
    right: -100px
}

.hero-slider:hover .prevArrow {
    left: 35px
}

.hero-slider:hover .nextArrow {
    right: 35px
}

.banner-feature {
    transition: .2s ease
}

.banner-feature:hover,
.banner-feature.active {
    background: #252d39 !important
}

.banner-feature:hover h4,
.banner-feature:hover p,
.banner-feature.active h4,
.banner-feature.active p {
    color: #fff
}

.image-bg {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: -1
}

.about-bg-shape {
    position: absolute;
    top: 0;
    right: 0
}

.philosophy-bg-shape {
    position: absolute;
    left: 0;
    bottom: 0
}

.funfacts {
    overflow-x: hidden
}

@media(max-width:991px) {
    .funfacts {
        background: #252d39
    }
}

.funfacts .container {
    transform: translateX(-50px);
    position: relative
}

.funfacts .container::before {
    position: absolute;
    content: "";
    right: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    background: #252d39
}

@media(max-width:991px) {
    .funfacts .container {
        transform: translate(0)
    }

    .funfacts .container::before {
        display: none
    }
}

@media(max-width:991px) {
    .funfacts h3 {
        font-size: 30px
    }
}

@media(max-width:767px) {
    .funfacts h3 {
        font-size: 35px
    }
}

@media(max-width:991px) {
    .funfacts .icon-lg {
        font-size: 40px
    }
}

@media(max-width:767px) {
    .funfacts .icon-lg {
        font-size: 50px
    }
}

.feature-img-bg {
    position: relative
}

.feature-img-bg::before {
    position: absolute;
    content: "";
    background: url(../images/backgrounds/feature-bg.png);
    top: -100px;
    right: -120px;
    height: 150%;
    width: 120%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: contain
}

@media(max-width:991px) {
    .feature-img-bg::before {
        display: none
    }
}

.play-video {
    position: absolute;
    left: 0;
    bottom: 20%
}

.play-icon {
    display: inline-block;
    min-width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, .1);
    font-size: 30px
}

.service-wrapper {
    transform: translateY(-9px)
}

.card-icon {
    position: absolute;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #86c33a;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 32px;
    left: 15px;
    top: -90px
}

.service-bg-dots {
    position: relative
}

.service-bg-dots::before {
    position: absolute;
    content: "";
    background: url(../images/backgrounds/service-page-2.png);
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0
}

.team-member-img img {
    position: relative;
    z-index: 2
}

.team-member-img::before {
    position: absolute;
    content: "";
    background: url(../images/backgrounds/team-member-bg.png);
    top: 0;
    right: 0;
    height: 60%;
    width: 60%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transition: .2s ease
}

.team-member-img::after {
    position: absolute;
    content: "";
    background: url(../images/backgrounds/team-member-bg.png);
    bottom: -40px;
    left: 0;
    height: 60%;
    width: 60%;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    transition: .2s ease
}

.team-member:hover .team-member-img::before {
    top: -20px;
    right: -20px
}

.team-member:hover .team-member-img::after {
    bottom: -60px;
    left: -20px
}

.team-member:hover .hover-icon {
    transform: scale(1);
    opacity: 1
}

.team-member:hover .hover-icon .social-icon a {
    transform: scale(1)
}

.hover-icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(134, 195, 58, .9);
    transition: .2s ease;
    transform: scale(0.8);
    z-index: 3;
    opacity: 0
}

.hover-icon .social-icon a {
    transform: scale(0)
}

.social-icon li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    background: 0 0;
    line-height: 45px;
    text-align: center
}

.social-icon li a:hover {
    color: #86c33a;
    background: #fff
}

.social-icon-alt li a {
    display: inline-block;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    color: #fff;
    border: 1px solid #fff;
    background: 0 0;
    line-height: 45px;
    text-align: center
}

.social-icon-alt li a:hover {
    color: #fff;
    background: #86c33a;
    border-color: #86c33a
}

.project-item img {
    transition: .4s ease-in
}

.project-item:hover img {
    transform: scale(1.05)
}

.project-item:hover .hover-overlay {
    opacity: 1
}

.project-item:hover .hover-overlay a {
    transform: translateY(-50%)scale(1)
}

.hover-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(134, 195, 58, .9);
    transition: .4s ease;
    opacity: 0
}

.hover-overlay a {
    position: relative;
    font-size: 46px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%)scale(0);
    transition: .4s ease;
    display: inline-block
}

.uni-plus {
    position: relative;
    padding: 0 20px
}

.uni-plus::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 40px;
    width: 2px;
    background: #fff
}

.uni-plus::after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 40px;
    background: #fff
}

.filter-controls li {
    cursor: pointer
}

.filter-controls li.active {
    color: #86c33a !important
}

.bg-dots {
    position: relative
}

.bg-dots::before {
    position: absolute;
    content: "";
    background: url(../images/backgrounds/testimonial-bg-1.png);
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1
}

.bg-dots .container {
    position: relative;
    z-index: 2
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: rgba(134, 195, 58, .5);
    color: #fff;
    border: 0;
    line-height: 70px;
    font-size: 35px
}

.slick-arrow::before {
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    background: 0 0;
    top: 50%;
    transform: translateY(-50%)rotate(-45deg);
    transition: .2s ease
}

.slick-arrow::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 25px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    transition: .2s ease
}

@media(max-width:575px) {
    .slick-arrow {
        display: none
    }
}

.slick-arrow:focus {
    outline: 0
}

.slick-arrow:hover {
    background: #86c33a
}

.prevArrow {
    left: 0
}

.prevArrow::before {
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    right: 35px
}

.prevArrow::after {
    right: 20px
}

.nextArrow {
    right: 0
}

.nextArrow::before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    left: 35px
}

.nextArrow::after {
    left: 20px
}

.testimonial-slider .nextArrow,
.testimonial-slider .prevArrow {
    opacity: 0;
    transition-delay: 1s
}

.testimonial-slider:hover .nextArrow {
    opacity: 1;
    right: -100px;
    transition-delay: 0s
}

.testimonial-slider:hover .prevArrow {
    opacity: 1;
    left: -100px;
    transition-delay: 0s
}

.bg-quote {
    position: relative
}

.bg-quote::before {
    position: absolute;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 150px;
    color: rgba(134, 195, 58, .3);
    top: -10px;
    line-height: 1;
    left: 50%;
    transform: translateX(-50%)
}

.slick-dots {
    padding-left: 0;
    text-align: center;
    position: absolute;
    bottom: -185px;
    left: 0;
    right: 0;
    z-index: 9
}

.slick-dots li {
    display: inline-block;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 20px;
    transition: .2s ease;
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, .1)
}

.slick-dots li img {
    height: 70px;
    width: 70px;
    border-radius: 50%
}

.slick-dots li.slick-active {
    transform: scale(1.2)
}

.clients-logo {
    text-align: center;
    position: relative;
    height: 120px;
    width: 180px
}

.clients-logo:hover .white {
    opacity: 0
}

.clients-logo:hover .primary {
    opacity: 1
}

.clients-logo .white {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 10px
}

.clients-logo .primary {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    padding: 0 10px
}

.customer-bg-shape {
    position: absolute;
    top: 0;
    right: 50%
}

.list-styled {
    padding-left: 0
}

.list-styled li {
    position: relative;
    /*padding-left: 20px*/
}

.list-styled li:hover a {
    text-decoration: underline
}

.list-styled li.text-light::before {
    color: #ddd
}

.list-styled.style-circle li::before {
    content: "\f10c"
}

.newsletter-form {
    background: rgba(255, 255, 255, .1);
    border-radius: 35px
}

.newsletter-form:focus {
    background: rgba(255, 255, 255, .1)
}

.newsletter-form::placeholder {
    color: #fff
}

.btn-subscribe {
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.cta-sm-bg {
    position: relative
}

.cta-sm-bg::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: calc(100% - 10%);
    top: 0;
    background: url(../images/backgrounds/cta-sm-right.png);
    background-repeat: no-repeat;
    background-size: contain
}

.cta-sm-bg::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url(../images/backgrounds/cta-sm-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0
}

.pricing-table {
    transition: .2s ease;
    position: relative
}

.pricing-table::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: url(../images/backgrounds/pricing-table-bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

.pricing-table.active {
    background: #86c33a;
    color: #fff
}

.pricing-table.active h2,
.pricing-table.active h3,
.pricing-table.active h4,
.pricing-table.active h5,
.pricing-table.active h6 {
    color: #fff
}

.pricing-duration {
    transition: .2s linear
}

.pricing-duration.active {
    font-weight: 600;
    color: #172231
}

.pricing-switcher {
    text-align: center
}

.pricing-switcher .fieldset {
    display: inline-block;
    position: relative;
    padding: 2px;
    border-radius: 50em;
    background: #86c33a;
    height: 40px;
    width: 100px
}

.pricing-switcher input[type=radio] {
    position: absolute;
    opacity: 0
}

.pricing-switcher label {
    position: absolute;
    z-index: 1;
    cursor: pointer;
    color: #818385;
    top: 50%;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 16px
}

.pricing-switcher label.monthly {
    right: 130px
}

.pricing-switcher label.monthly::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 50px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: -85px
}

.pricing-switcher label.yearly {
    left: 130px
}

.pricing-switcher label.yearly::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 50px;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    left: -85px
}

.pricing-switcher .switch {
    position: absolute;
    top: 5px;
    left: 5px;
    height: 30px;
    width: 30px;
    background-color: #fff;
    border-radius: 50em;
    transition: transform .3s
}

.pricing-switcher input[type=radio]:checked+label+.switch,
.pricing-switcher input[type=radio]:checked+label:nth-of-type(n)+.switch {
    transform: translateX(60px)
}

.pricing-list li {
    position: relative;
    padding: 0 !important
}

@media only screen and (min-width:768px) {
    .pricing-list {
        margin: 3em 0 0
    }

    .pricing-list:after {
        content: "";
        display: table;
        clear: both
    }

    .pricing-list>li {
        width: 33.3333333333%;
        float: left;
        padding-left: 5px;
        padding-right: 5px
    }
}

.pricing-wrapper {
    position: relative
}

.touch .pricing-wrapper {
    perspective: 2000px
}

.pricing-wrapper.is-switched .is-visible {
    transform: rotateY(180deg);
    animation: rotate .5s
}

.pricing-wrapper.is-switched .is-hidden {
    transform: rotateY(0);
    animation: rotate-inverse .5s;
    opacity: 0
}

.pricing-wrapper.is-switched .is-selected {
    opacity: 1
}

.pricing-wrapper.is-switched.reverse-animation .is-visible {
    transform: rotateY(-180deg);
    animation: rotate-back .5s
}

.pricing-wrapper.is-switched.reverse-animation .is-hidden {
    transform: rotateY(0);
    animation: rotate-inverse-back .5s;
    opacity: 0
}

.pricing-wrapper.is-switched.reverse-animation .is-selected {
    opacity: 1
}

.pricing-wrapper>li {
    backface-visibility: hidden
}

.pricing-wrapper .is-visible {
    position: relative;
    z-index: 5
}

.pricing-wrapper .is-hidden {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    transform: rotateY(180deg)
}

.pricing-wrapper .is-selected {
    z-index: 3 !important
}

@keyframes rotate {
    0% {
        transform: perspective(2000px)rotateY(0)
    }

    70% {
        transform: perspective(2000px)rotateY(200deg)
    }

    100% {
        transform: perspective(2000px)rotateY(180deg)
    }
}

@keyframes rotate-inverse {
    0% {
        transform: perspective(2000px)rotateY(-180deg)
    }

    70% {
        transform: perspective(2000px)rotateY(20deg)
    }

    100% {
        transform: perspective(2000px)rotateY(0)
    }
}

@keyframes rotate-back {
    0% {
        transform: perspective(2000px)rotateY(0)
    }

    70% {
        transform: perspective(2000px)rotateY(-200deg)
    }

    100% {
        transform: perspective(2000px)rotateY(-180deg)
    }
}

@keyframes rotate-inverse-back {
    0% {
        transform: perspective(2000px)rotateY(180deg)
    }

    70% {
        transform: perspective(2000px)rotateY(-20deg)
    }

    100% {
        transform: perspective(2000px)rotateY(0)
    }
}

.card-type {
    position: absolute;
    top: 30px;
    left: 30px;
    padding: 3px 10px;
    color: #fff;
    background: #86c33a;
    z-index: 1
}

.card-meta {
    font-size: 14px
}

.blog-shape-left {
    position: absolute;
    left: 0;
    bottom: 0
}

.blog-shape-right {
    position: absolute;
    right: 0;
    top: 50%
}

.clip-half-cycle {
    clip-path: circle(157% at 50% -100%)
}

.title-border-left {
    position: relative;
    padding-left: 30px
}

.title-border-left::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 5px;
    border-radius: 30px;
    background: #86c33a
}

.post-search {
    border: 0;
    background: 0 0;
    position: absolute;
    bottom: 15px;
    right: 0
}

.tag-list a {
    display: inline-block;
    padding: 10px 22px;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(51, 77, 128, .12);
    border-radius: 35px;
    margin-bottom: 15px;
    color: #818385
}

.tag-list a:hover {
    background: #86c33a;
    color: #fff;
    box-shadow: 0
}

blockquote {
    padding: 30px 40px;
    font-style: italic;
    color: #172231;
    border-left: 2px solid #86c33a;
    box-shadow: 0 15px 39px 0 rgba(8, 18, 109, .1);
    position: relative;
    margin-bottom: 40px
}

blockquote::before {
    position: absolute;
    content: "\f10d";
    font-family: fontawesome;
    font-size: 100px;
    color: rgba(134, 195, 58, .3);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-style: normal
}

blockquote p {
    font-style: normal;
    margin-top: 10px
}

.post-thumb-sm {
    max-height: 70px;
    width: auto
}

.pagination .page-item {
    margin: 5px
}

.pagination .page-item .page-link {
    border-radius: 50%;
    background: #fff;
    color: #86c33a;
    border: 1px solid #86c33a;
    box-shadow: none;
    height: 50px;
    width: 50px;
    line-height: 45px;
    text-align: center;
    padding: 0
}

.pagination .page-item.active .page-link {
    background: #86c33a;
    color: #fff
}

.banner_p {
    font-size: 1.6rem;
    color: #fff;
}

.acc_title {
    color: #333;
}

.slide_element {
    background-color: rgba(41, 45, 100, .8);
    min-height:185px;
    border-radius: 6px;
}

.pres_text span {
    color: #86c33a;
    font-weight: bold;
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out, -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50);
    opacity: .5
}

.carousel-control.left {
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    filter: alpha(opacity=90);
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    display:none;
    background-color: rgba(51, 77, 128, .6);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption p{
    color:#fff;
    font-size: 15px;
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 0;
        left: 0;
        padding-bottom: 30px
    }

    .carousel-caption p{
        color:#fff;
        font-size: 15px;
    }

    .carousel-indicators {
        bottom: 20px
    }
}

header{
    padding-bottom: 20px;
}

header h1{
    color:#292d64;
    font-size: 1.6rem;
    padding-top: 65px;
}
header h3{
    color:#397a30;
    font-size: 1.2rem;
}

.navbar{
   background-color: #397a30;
   color:#fff;
}

footer .text-light{
    margin-bottom: .3rem;
}

.publication_year{
   font-size: 22px;
   color:#397a30;
   border-bottom: 1px solid #397a30;
   margin-bottom:20px;
   margin-top: 20px;
}

.publication_title{
    font-size: 16px;
    color:#000;
}

.publication_equipe{
    color:#000;
    margin-bottom: 10px;
}

.publication_download{
    margin-bottom: 20px;
}