@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900");

/* Base */
body {
    line-height: 1.7;
    color: #283350;
    font-weight: 300;
    font-size: 1rem;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

::-moz-selection {
    background: #000;
    color: #FFF;
}

::selection {
    background: #000;
    color: #FFF;
}

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
	color: #6DD47E;
}

a:hover {
    text-decoration: none;
	color: #6DD47E;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #283350;
}

li {
    list-style: none;
}

.position-relative {
    position: relative !important;
}

.overflow-hidden {
    overflow: hidden;
}

.text-black {
    color: #283350 !important;
}

.site-wrap:before {
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}
.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible;
}

.offcanvas-menu {
    position: relative;
}

.offcanvas-menu:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 21;
    background: rgba(0, 0, 0, 0.2);
}

.site-section {
    padding: 4.5em 0;
}
@media (min-width: 768px) {
    .site-section {
        padding: 7em 0;
    }
}

.site-section.site-section-sm {
    padding: 4em 0;
}

.site-section-heading {
    font-size: 30px;
    color: #6DD47E;
    position: relative;
}

.site-section-heading:before {
    content: "";
    left: 0%;
    top: 0;
    position: absolute;
    width: 40px;
    height: 2px;
    background: #6DD47E;
}

.site-section-heading.text-center:before {
    content: "";
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 40px;
    height: 2px;
    background: #6DD47E;
}

.border-top {
    border-top: 1px solid #CED4DA !important;
}

.section-title .sub-title {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-weight: 400;
    color: #6DD47E;
}

.section-title .title {
    font-size: 2.2rem;
	color: #283350;
}

.ul-check {
    margin-bottom: 50px;
}

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -0.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute;
}

.ul-check.white li:before {
    color: #FFF;
}

.ul-check.success li:before {
    color: #28A745;
}

.ul-check.primary li:before {
    color: #6DD47E;
}


/* Buttons */
.btn {
    border-width: 2px;
    border-radius: 30px;
}

.btn:active,
.btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn.btn-lg {
    padding: 10px 20px;
    font-size: 16px;
}

.btn.btn-primary {
    color: #FFF;
	background-color: #6DD47E;
	border-color: #6DD47E !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    border-color: #6DD47E !important;
    color: #6DD47E !important;
    background-color: transparent !important;
}

.btn.btn-outline-primary {
    color: #6DD47E;
    border-color: #6DD47E !important;
    background-color: transparent !important;
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active {
    border-color: #6DD47E !important;
    color: #FFF !important;
    background-color: #6DD47E !important;
}

.btn.btn-md {
    padding: 14px 30px;
}


/* Footer */
.site-footer {
    padding-top: 10rem;
    padding-bottom: 4rem;
    background: #283350;
}

.site-footer p, .site-footer span {
    color: #8C8C8C;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
    color: #FFF;
}

.site-footer a {
    color: #B3B3B3;
}

.site-footer a:hover {
    color: white;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer .footer-heading {
    font-size: 20px;
    color: #FFF;
}


/* Backgrounds */
.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000;
}

.bg-black {
    background: #000 !important;
}

.bg-image {
    background-size: cover;
    background-repeat: no-rpeeat;
    overflow: hidden;
}
.bg-image.center {
    background-position: top center;
}

.bg-image.fixed {
    background-position: fixed !important;
}

.bg-image.overlay,
.bg-image.overlay-primary,
.bg-image.overlay-info,
.bg-image.overlay-success,
.bg-image.overlay-warning {
    position: relative;
}

.bg-image.overlay:before,
.bg-image.overlay-primary:before,
.bg-image.overlay-info:before,
.bg-image.overlay-success:before,
.bg-image.overlay-warning:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.bg-image.overlay:before {
    background: rgba(0, 0, 0, 0.4);
}

.bg-image.overlay-primary:before {
    background: rgba(189, 18, 32, 0.9);
}

.bg-image.overlay-info:before {
    background: rgba(47, 240, 193, 0.9);
}

.bg-image.overlay-success:before {
    background: rgba(40, 167, 69, 0.9);
}

.bg-image.overlay-success:before {
    background: rgba(255, 193, 7, 0.9);
}


/* Preload */
#overlayer {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 7100;
    background: #FFF;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.loader {
    z-index: 7700;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	color: #6DD47E;
}

/* Navbar */
.site-navbar-wrap {
    position: relative;
    z-index: 99;
    width: 100%;
    left: 0;
    background: #FFF;
}
.site-navbar-wrap a {
    color: #000;
}
.site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem;
}

.site-navbar-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.site-navbar {
    margin-bottom: 0px;
    width: 100%;
    padding: 15px 0;
}

.site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    position: relative;
}

.site-navbar .site-logo a {
    font-weight: 200;
    color: #000;
    font-size: 2rem;
    font-weight: bold;
}

.site-navbar .site-logo img {
    width: 100px;
    height: 100px;
}

@media (max-width: 767px) {
    .site-navbar .site-logo img {
        width: 75px;
        height: 75px;
    }
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
    font-weight: 500;
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu > li > a {
    padding: 20px 10px;
    color: black;
    font-size: 15px;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a.active {
    color: #FFF;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #FFF;
}

.site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0;
}

.site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}
.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "icomoon";
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #FFF;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
    border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #FFF;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343A40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
    color: #6DD47E;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #FFF !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #EBEEF0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
    background: #EBEEF0;
    color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
    color: #FFF;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #FFF;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close i {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close i:hover {
    color: #6DD47E;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
    color: #6DD47E;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
    color: #6DD47E;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #F8F9FA;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px;
}

.site-menu-toggle .menu-text {
    position: relative;
    top: -6px;
    text-transform: uppercase;
}

.site-menu-toggle i {
    font-size: 22px;
	color: #283350;
}

.sticky-wrapper {
    z-index: 100;
    width: 100%;
}

.sticky-wrapper + .site-blocks-cover {
    margin-top: 140px;
}

.sticky-wrapper .site-navbar {
    background-color: #FFF;
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar a.active {
    color: #FFF;
}

.sticky-wrapper.is-sticky .site-navbar {
    background-color: #FFF;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
    display: inline-block;
    padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child > a {
    padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
    padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
    padding: 10px 10px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
    color: #FFF;
}

.sticky-wrapper .shrink {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/* Hero slider */
.site-blocks-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;
    position: relative;
}

.site-blocks-cover.overlay {
    position: relative;
}

.site-blocks-cover.overlay:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.site-blocks-cover,
.site-blocks-cover > .container > .row {
    min-height: 600px;
    height: calc(100vh);
}

.site-blocks-cover.inner-page,
.site-blocks-cover.inner-page > .container > .row {
    min-height: 600px;
    height: calc(80vh);
}

.site-blocks-cover h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .site-blocks-cover h1 {
        font-size: 2rem;
    }
}

.site-blocks-cover .sub-text {
    font-size: 1.4rem;
    color: #283350;
    font-weight: 300;
}

@media (max-width: 991.98px) {
    .site-blocks-cover .sub-text {
        color: #000;
    }
}

.site-blocks-cover .img-wrap {
    position: absolute;
    z-index: -1;
    width: calc(100% - 50%);
    top: 0;
    height: 100%;
    z-index: 2;
    right: 50%;
    min-height: 600px;
    overflow: hidden;
    border-bottom-right-radius: 200px;
}

@media (max-width: 991.98px) {
    .site-blocks-cover .img-wrap {
        width: 100%;
        right: 0%;
        top: 0;
    }
    .site-blocks-cover .img-wrap .hero-slider:before {
        position: absolute;
        content: "";
        background: #FFF;
        opacity: 0;
        z-index: 2;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.site-blocks-cover .img-wrap .slide {
    height: 100vh;
    position: relative;
}

.site-blocks-cover .img-wrap .slide img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.site-blocks-cover .intro {
    z-index: 3;
    position: relative;
}

.site-blocks-cover .intro .heading {
    margin-left: -150px;
}

@media (max-width: 991.98px) {
    .site-blocks-cover .intro .heading {
        margin-left: 0;
    }
	
	.site-blocks-cover h1 {
		font-size: 2rem;
		font-weight: 600;
		line-height: 1;
	}
}

.site-blocks-cover .intro .text {
    padding-left: 50px;
}

@media (max-width: 991.98px) {
    .site-blocks-cover .intro .text {
        padding-left: 0;
    }
}

.hero-slider .owl-nav {
    position: absolute;
    bottom: 120px;
    right: 50px;
    z-index: 100;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    background: #6DD47E;
    color: #FFF;
    margin-bottom: 10px;
    font-size: 1.3rem;
}


/* Packs */
.single-cat {
    padding: 40px 10px;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    position: relative;
    z-index: 1;
    background: #FFF;
}

.single-cat::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    background: #FFD55A;
    height: 3px;
    width: 100%;
}

.single-cat::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0px;
    background: #283350;
    height: 3px;
    width: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    z-index: 2;
}

.single-cat .cat-cap h3 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-cat .cat-cap h3 {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-cat .cat-cap h3 {
        font-size: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-cat .cat-cap h3 {
        font-size: 20px;
    }
}

.single-cat .cat-cap h3 {
    color: #283350;
}

.single-cat .cat-cap li {
    margin-bottom: 28px;
    color: #283350;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-cat .cat-cap li {
        font-size: 10px;
    }
}

.single-cat:hover::before {
    width: 100%;
}

.single-cat {
    background: #FFF;
}


/* Services */
.service {
	padding: 10px;
	background: #fff;
	border: 1px solid #EEE;
	border-top: 2px solid #FFD55A;
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
	position: relative;
	top: 0; 
}

.service:hover, .service:focus {
	-webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.4);
	border: 1px solid transparent;
	border-top: 2px solid #283350;
	top: -2px;
}

.service *:last-child {
	margin-bottom: 0;
}
	
.service h3 {
	font-size: 1.5rem;
	color: #000; 
}

.service p {
	font-size: 1rem; 
}

.service ul li::before {
    font-family: 'fontawesome';
	content: "\f00c";
	font-size: 14px;
	margin-right:5px;
	font-weight: 600;
	color: #6DD47E;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%)
}


/* How to */
.process-caption {
    position: relative;
    z-index: 1;
}

.process-caption .single-step {
    padding: 35px 20px 30px;
    background-color: #FFF;
    border-bottom: 3px solid #283350;
    margin-bottom: 25px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.process-caption .single-step:last-child {
    margin-bottom: 0;
}

.process-caption .single-step .quantity {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
    width: 70px;
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    color: #283350;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.process-caption .single-step .step-content h6 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.process-caption .single-step .step-content ul {
    margin-bottom: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.process-caption .single-step .step-content li {
    font-size: 14px;
    position: relative;
}

.process-caption .single-step .step-content li::before {
    font-family: 'fontawesome';
    content: "\f061";
    font-size: 14px;
    margin-right: 5px;
    font-weight: 600;
    color: #6DD47E;
    transform: translateY(-50%)
}

.process-caption .single-step .step-content ul:hover li:before {
    color: #FFF;
}

.process-caption .single-step:hover {
    background-color: #6DD47E;
}

.process-caption .single-step:hover .step-content h6,
.process-caption .single-step:hover .step-content ul {
    color: #FFF;
}


/* FAQ */
#faq .card {
	margin-bottom: 5px;
	border-radius: 0px;
	border: 1px solid #283350;
}

#faq .card .card-header {
	border: 0;
	padding: 0;
	border-radius: 0px;
	background: #FFF;
	color: #000;
}

#faq .card .card-header .btn-header-link {
	display: block;
	text-align: left;
	color: #FFF;
	padding: 20px;
	border-radius: 0px;
	background: #283350;
}

#faq .card .card-header .btn-header-link:after {
	content: "\f107";
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
}

#faq .card .card-header .btn-header-link.collapsed {
	color: #000;
	border-radius: 0px;
	background: #FFF;
}

#faq .card .card-header .btn-header-link.collapsed:after {
	content: "\f106";
}

#faq .card .collapsing {
	line-height: 30px;
	background: #FFF;
}

#faq .card .collapse {
	border: 0;
}

#faq .card .collapse.show {
	line-height: 30px;
	color: #000;
	background: #FFF;
}


/* Testimonials */
.carousel .carousel-item {
	overflow: hidden;
	min-height: 150px;
	font-size: 15px;
	color: #283350;
}

.carousel .testimonial {
	padding: 0 15px 0 60px;
	position: relative;
}

.carousel .testimonial::before {
	content: "\201C";
	color: #E2E2E2;
	font-weight: bold;
	font-size: 75px;
	line-height: 54px;
	position: absolute;
	left: 15px;
	top: 0;
}

.carousel .overview b {
	text-transform: uppercase;
	color: #6DD47E;
}

.carousel .carousel-indicators {
	bottom: -40px;
}

.carousel-indicators li, .carousel-indicators li.active {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin: 1px 3px;
	box-sizing: border-box;
}

.carousel-indicators li {	
	background: #E2E2E2;
	border: 4px solid #FFF;
}

.carousel-indicators li.active {
	color: #FFF;
	background: #6DD47E;    
	border: 5px double;    
}


/*CTA*/
.cta {
	padding-top: 9.25rem;
	padding-bottom: 9.75rem;
	text-align: center;
}

.cta h4, .cta p {
	margin-bottom: 2rem;
}


/* Contact */
.google-maps {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 500px;
}

@media only screen and (max-width: 767px) {
    .google-maps {
        height: 280px;
    }
}

.google-maps iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.contact-form {
    padding: 30px;
    position: relative;
    background: #FFF;
    -webkit-box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 50px -10px rgba(0, 0, 0, 0.1);
}

.form-control {
    height: 47px;
    background: #F6F6F6;
    border-radius: 0;
    border: 1px solid #F6F6F6;
}

.form-control:active,
.form-control:focus {
    border-color: #6DD47E;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.jm-sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 7em;
}


/* Banner */
.banner-area {
    position: relative;
    z-index: 1;
    min-height: 200px;
}

.banner-area .banner-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 200px;
    background: #f6f6f6;
    z-index: 1;
}

.banner-area .banner-inner .banner-content {
    position: relative;
    z-index: 10;
}

.banner-area .banner-inner .banner-content h2 {
    font-size: 35px;
    font-weight: 600;
}

.banner-area .banner-inner .banner-content a {
    color: #283350;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area {
        height: 150px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area {
        height: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area .banner-inner .banner-content h2  {
        font-size: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-area .banner-inner .banner-content h2  {
        font-size: 25px;
		padding-top:40px;
    }
}


/*Stats*/
.stats {
    text-align: center;
}

.stats .item-counter {
	display: block;
}

.stats .counting {
	line-height: 1;
    font-weight: 700;
    font-size: 46px;
    color: #6DD47E;
    margin-bottom: 10px;
}


/* Lists */
.packs {
	/* S'assurer que .packs utilise box-sizing pour ses enfants */
	box-sizing: border-box;
}

.select-services-items * {
	margin: 0;
	padding: 0;
	box-sizing: inherit; /* Hérite de .packs */
}

.select-services-items *::before,
.select-services-items *::after {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

.select-services-items ul {
	width: min(60rem, 90%);
	margin-inline: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
	justify-content: center;
	gap: 2rem;
	list-style: none;
}

.select-services-items ul li {
	max-width: 12rem;
	justify-self: center;
	display: grid;
	grid-template:
	"icon"
	"line"
	"dot"
	"title"
	"descr" 1fr;
	justify-items: center;
	align-items: flex-start;
	text-align: center;
}

.select-services-items ul li .icon {
	grid-area: icon;
	width: 6rem;
	aspect-ratio: 1;
	display: grid;
	place-items: center;
	color: white;
	font-size: 2.5rem;
	border: 0.4rem solid #F5F5F5;
	border-radius: 50%;
	background: #6DD47E;
	box-shadow: -0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.45),
	inset -0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.45);
}

.select-services-items ul li::before {
	content: "";
	grid-area: line;
	height: 1rem;
	border-right: 2px dotted #FFF;
}

.select-services-items ul li::after {
	content: "";
	grid-area: dot;
	width: 1rem;
	aspect-ratio: 1;
	border-radius: 50%;
	background: #FFF;
	justify-self: center;
	margin-bottom: 0.2rem;
}

.select-services-items ul li .title {
	grid-area: title;
	margin-block: 0.5rem;
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

/* Lists 02 */
.select-suport-items {
    margin-bottom: 60px;
}

.select-suport-items .single-items {
    margin-bottom: 50px;
    margin-top: 34px
}

.select-suport-items .single-items li {
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
    color: #283350;
    position: relative;
    padding-left: 25px;
    margin-bottom: 6px
}

@media (max-width: 767px) {
    .select-suport-items .single-items li {
        font-size: 14px
    }
}

.select-suport-items .single-items li::before {
    font-family: 'fontawesome';
    content: "\f058";
    font-size: 16px;
    margin-right: 5px;
    font-weight: 600;
    color: #6DD47E;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    transform: translateY(-50%)
}