/*
Theme Name:     Bzhd
Theme URI:
Description:    Bzhd theme
Author:         Breizh Digital
Author URI:     https://www.breizhdigital.bzh
Template:       bzhd
Version:        1.2.0
*/


body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #000000;
    background-color: #ffffff;
    font-size: 16px;

}


header ,h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 700;
}


@media screen and (max-width: 575px) {
    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 18px;
    }
}

a, a:hover, a:focus, .button:focus, button:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-transition: 1s;
    transition: 1s;
}

a, a.link {
    color: #000000;
}

a:hover {
	color: #ffffff;
}

/*.bg-light {
    background-color: #f5f5f5 !important;
}*/

.bg-red {
    background-color: #093e5e;
}

.no-bg {
    background-color: transparent !important;
}

.no-border {
    border: none;
}

.link:hover,
.link:active,
.link:focus,
.link:active:hover {
    color: #093e5e;
}


.link-unstyled,
.link-unstyled:visited,
.link-unstyled:hover,
.link-unstyled:active,
.link-unstyled:focus,
.link-unstyled:active:hover {
    font-style: initial;
    background-color: transparent;
    font-size: initial;
    text-decoration: none;
    font-variant: initial;
    border-radius: initial;
    border: initial;
    outline: initial;
    box-shadow: initial;
    vertical-align: initial;
    color: #000000;
}

.list-item {
    list-style: none;
}

/*.cd-dropdown-content a.d-none-mobile, .d-none-mobile {
    display: none!important;
}*/



.form-control:focus {
    box-shadow: none;
}

/*animate css*/

/*header {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1) !important;
}*/


/*** top header ***/
.custom-logo{
	max-width: 100%;
	height: auto;
}

/**** menu ***/


.cd-dropdown-trigger {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: height .3s;
    background-color: transparent;
    font-weight: 600;
    height: 50px;
    width: 50px;
    padding: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0;
    position: relative;
    line-height: 40px;
}


.cd-dropdown-content .ti-home {
    font-size: 20px;
}

@media only screen and (max-width: 1023px) {
	.d-none-mobile {
		display: none!important;
	}
}



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

    header.menu-top {
        margin-top: -40px;
        border-bottom: 1px solid #efefef;
    }

    .cd-dropdown-content a.d-none-mobile, .d-none-mobile {
        display: block;
    }

    .cd-dropdown-trigger {
        font-size: 1.5rem;
    }

    .cd-dropdown-trigger.dropdown-is-active::before, .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        width: 14px;
    }

    .cd-dropdown-trigger.dropdown-is-active::before {
        /* transform the arrow into a 'X' */
        -webkit-transform: translateX(5px) rotate(-45deg);
        -moz-transform: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -o-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg);
    }

    .cd-dropdown-trigger.dropdown-is-active::after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (min-width: 1024px) {
    .see-all {
        display: none;
    }

    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px;
    }
}

.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 10px;
}

.cd-dropdown {
    position: fixed;
	z-index: 1000;
	top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
    visibility: hidden;
    /* Force Hardware Acceleration */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;

    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0.5s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0.5s;
    transition: transform 0.5s 0s, visibility 0s 0.5s;
}

.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: #ffffff;
}

.cd-dropdown .cd-close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.cd-dropdown .cd-close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s 0s, visibility 0s 0s;
    -moz-transition: -moz-transform 0.5s 0s, visibility 0s 0s;
    transition: transform 0.5s 0s, visibility 0s 0s;
}

@media only screen and (min-width: 768px) {
    .cd-dropdown .cd-close {
        top: 5px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown {

        height: auto;
        width: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background-color: transparent;
        color: #111433;
        opacity: 1;

        -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0s 0.3s, transform 0.3s 0s;
        visibility: visible;
    }

    nav.cd-dropdown {
        position: relative;
        display: block;
        width: 100%;
    }

    .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none;
    }

    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.3s 0s, visibility 0.3s 0s, -webkit-transform 0.3s 0s;
        -moz-transition: opacity 0.3s 0s, visibility 0.3s 0s, -moz-transform 0.3s 0s;
        transition: opacity 0.3s 0s, visibility 0.3s 0s, transform 0.3s 0s;
    }
}

.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
    padding-top: 60px;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #000000;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: none;
    border-top: solid 1px #cccccc;
}

.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0;
}

.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px;
}

.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #000000;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase;
}

.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0;
}

.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0;
}

.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
}

.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 14px;
}


@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px;
    }

}

@media only screen and (min-width: 1024px) {
    .bzhd-mob-header {
        display: none;
    }

    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible;
    }

    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #ffffff;
        height: 50px;
        line-height: 50px;
        border-color: #ebebeb;
        text-decoration: none;
        font-weight: bold;
        font-size: 18px;

    }

    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb;
    }

    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
        border-top-width: 1px;
    }

    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1;
    }

    ul.cd-dropdown-content > li > a {
        border-top: 0;
    }

}

.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #093e5e;
}

@media only screen and (min-width: 1024px) {
    .cd-dropdown-content > li.search-mobile {
        display: none;
    }

    .cd-dropdown-content {
        position: static;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -moz-align-items: center;
        -ms-align-items: center;
        align-items: center;
        margin: auto;
        padding-left: 0;
    }

    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none;
    }

    .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
        color: #ffffff;
    }


    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }

    .cd-dropdown-content .cd-secondary-dropdown::after {
        clear: both;
        content: "";
        display: table;
    }

    .cd-dropdown-content .cd-secondary-dropdown.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        -moz-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        -moz-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center;
    }

    .cd-dropdown-content .cd-secondary-dropdown > .see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        -moz-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover {
        color: #ffffff;
        background-color: #093e5e;
    }

    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a {
        border: none;
    }


    .cd-dropdown-content .cd-secondary-dropdown > li {
        width: calc(100% / 5);
        float: left;
    }

    .cd-dropdown-content .cd-dropdown-normal > li {
        float: none;
        width: 100%;
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 65px;
    }


    .cd-dropdown-content .cd-secondary-dropdown > li > a {
        color: #093e5e;
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
    }

    .cd-dropdown-content .sf-menu .cd-secondary-dropdown li a {
        color: #000000;
        margin-bottom: 0;
        line-height: 20px;
        height: auto;
        padding: 15px 15px;
        text-align: left;
        border-bottom: solid 1px #cccccc;
        font-size: 16px;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > a::after, .cd-dropdown-content .cd-secondary-dropdown > li > a::before {
        /* hide the arrow */
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .cd-dropdown-content .cd-secondary-dropdown > li {
        border: none;
        margin: 0 0;
        padding: 0 5px;
        height: 200px;

    }

    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto;
    }

    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
        display: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        height: 25px;
        padding-left: 0;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #093e5e;
    }

    .cd-dropdown-content .cd-secondary-dropdown ul:not(.swap-js) {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent;
    }

    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent;
    }

    .cd-dropdown-content .cd-secondary-dropdown .go-back a::before, .cd-dropdown-content .cd-secondary-dropdown .go-back a::after {
        left: 0;
    }

    .cd-dropdown-content > .has-children > ul {
        visibility: hidden;
    }

    .cd-dropdown-content > .has-children > ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible;
    }

    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible;
    }

    .cd-dropdown-content > .has-children > a.is-active::before, .cd-dropdown-content > .has-children > a.is-active::after {
        background: #093e5e;
    }

}

@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}

@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@-moz-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: visible;
    }
}

.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #f8f9fa;
    color: #ffffff;
    border: none;
    border-radius: 0;
}

.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #b3b3b3;
}

.cd-search input[type="search"]::-moz-placeholder {
    color: #b3b3b3;
}

.cd-search input[type="search"]:-moz-placeholder {
    color: #b3b3b3;
}

.cd-search input[type="search"]:-ms-input-placeholder {
    color: #b3b3b3;
}

.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none;
}

.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4);
}

@media only screen and (min-width: 1024px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb;
    }

    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3;
    }

    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3;
    }

    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3;
    }

    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3;
    }
}

.has-children > a, .go-back a {
    position: relative;
}

.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: #093e5e;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.has-children > a::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children > a::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}


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

    .has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
        background: #093e5e;
    }

    .sub-menu-item.has-children > a::before, .sub-menu-item.has-children > a::after {
        right: 5px;
    }

    .cd-dropdown-content .sf-menu .cd-secondary-dropdown.swap-js li:hover > a::before, .cd-dropdown-content .sf-menu .cd-secondary-dropdown.swap-js li:hover > a::after {
        background-color: #ffffff;
    }

    ul.cd-dropdown-content > li.has-children > a::after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    ul.cd-dropdown-content > li.has-children > a::before, ul.cd-dropdown-content > li.has-children > a::after {
        top: 62%;
		/*
        display: none;
		*/
    }
	ul.cd-dropdown-content > li.has-children > a::before{
		display: none;
	}

	li.has-children.position-md-relative.sf-menu > a:after {
		font-family: 'themify';
		content: "\e64b";
		font-size: 12px;
		color: #ffffff;
		padding-left: 5px;
		-webkit-transition-duration: 500ms;
		transition-duration: 500ms;
		display: inline-block;
		transform: none;
		position: relative;
		top: auto;
		border: none;
		right: auto;
		height: 0;
		width: auto;
		background: none;
		margin: auto;
	}


}

.has-children > a::before, .has-children > a::after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

.cd-dropdown-content .go-back a {
    padding-left: 40px;
}

.cd-dropdown-content .go-back a::before, .cd-dropdown-content .go-back a::after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -moz-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    -o-transform-origin: 1px 50%;
    transform-origin: 1px 50%;
}

.bzhd-burger {
    display: block;
    position: relative;
    width: 20px;
    height: 3px;
    margin: 10px 0;
    background-color: #ffffff;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: rotate .3s, background-color .2s;
}

.bzhd-burger::before, .bzhd-burger::after {
    content: "";
    width: 20px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.bzhd-burger::after {
    top: 6px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
}

.bzhd-burger::before {
    top: -6px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}


.toogle-mob{
	z-index: 5;
}

@media screen and (min-width: 1024px) {
    ul li.sf-menu ul li a {
        white-space: initial;
    }


    a.cd-dropdown-trigger, .d-none-desktop {
        display: none;
    }

	.toogle-mob{
		display: none!important;
	}

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

    .cd-dropdown-wrapper {
        display: block;
        position: relative;
        height: 40px;
        width: 100%;
        margin: 0;
    }

    .cd-dropdown-wrapper {
        height: auto;
    }

    .cd-dropdown-content .cd-secondary-dropdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        height: auto;
        background-color: #ffffff;
        padding: 20px 30px 20px;
        overflow: hidden;
        left: 0;
        top: auto;
        width: 100%;
        box-shadow: none;
    }

    .cd-dropdown-content .cd-secondary-dropdown.swap-js {
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    }


    ul.is-hidden.swap-js {
        display: none;
    }


    ul.swap-js.bzhd-hidden-hover {
        display: none;
    }

    ul.is-hidden.swap-js.show {
        display: block;
    }

}


.cd-dropdown-content {
    margin-bottom: 0;
}

.cd-dropdown .bzhd-mob-header {
    background-repeat: repeat;
    width: 100%;
    position: absolute;
    height: 60px;
    top: 0;
    right: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(0, 0, 0, 0.17);
    background-color: #ffffff;
}

.cd-dropdown .cd-close {
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background-color: #093e5e;
}

.cd-dropdown .cd-home-bzhd {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 60px;
    width: 60px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    background-color: #59b576;
}

.cd-dropdown .cd-home-bzhd span.ti-home{
    font-size: 25px;
    line-height: 25px;
    position: absolute;
    color: #ffffff;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.has-children > span::before, .go-back a::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.has-children > span::after, .go-back a::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.has-children > span::before, .has-children > span::after {
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -moz-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    -o-transform-origin: 9px 50%;
    transform-origin: 9px 50%;
}

@media (min-width: 1024px) {

    .sf-menu, .sf-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sf-menu li > ul {
        display: none;
        position: absolute;
        z-index: 99;
    }

    .sf-menu li > ul {
        background-color: #fff;
        border-top: 2px solid #093e5e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        list-style: none;
        margin-top: 0 !important;
        min-width: 10em;
        padding: 0;
        text-align: center;
        height: auto;
        top: 0;

    }

    .sf-menu li.sub-menu-item > ul:not(.is-hidden) {
    }

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

    .sf-menu ul {
        top: 100%;
        width: 280px;
        background-color: #fff;
        border-top: 2px solid #ffffff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        list-style: none;
        margin-top: -2px !important;
        min-width: 10em;
        padding: 0;
        text-align: center;
        height: auto;
    }

    .sub-menu-item {
        position: relative !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown.swap-js {
        min-width: 280px !important;
        padding: 0 !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown.swap-js > li {
        padding: 0;
        float: none;
        width: 100% !important;
        height: auto;
        margin: 0;
    }

    .cd-dropdown-content .sf-menu .cd-secondary-dropdown.swap-js li:hover {
        background-color: #093e5e;
        color: #ffffff;
    }

    .cd-dropdown-content .sf-menu .cd-secondary-dropdown.swap-js li:hover > a {
        color: #ffffff;
    }

    .sf-menu li > ul:not(.is-hidden) {
        background-color: #fff;
        border-top: 2px solid #093e5e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        list-style: none;
        margin-top: 0 !important;
        min-width: 10em;
        padding: 0;
        text-align: center;
        height: auto !important;
        top: 0;
        z-index: 99 !important;
        overflow: visible !important;
        display: block;
        -webkit-transform: translate(0) !important;
        -moz-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        -o-transform: translate(0) !important;
        transform: translate(0) !important;
        position: relative !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown.swap-js {
        min-width: 300px !important;
        padding: 0 !important;
        overflow: visible;
    }

    .sf-menu li > ul {
        background-color: #fff;
        border-top: 2px solid #093e5e;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        list-style: none;
        margin-top: 0 !important;
        min-width: 10em;
        padding: 0;
        text-align: center;
        height: auto;
        position: absolute !important;
    }

    .cd-dropdown-content .cd-secondary-dropdown.swap-js::before {
        display: none;
    }
}


/*** add fixed top ***/

@media screen and (min-width: 1024px) {
    .bzhd-fixed-top {
        position: fixed;
        width: 100%;
        top: -70px;
        left: 0;
        right: 0;
        z-index: 99;
        transform: translateY(70px);
        transition: transform 500ms ease, background 500ms ease;
        -webkit-transition: transform 500ms ease, background 500ms ease;
        background-color: #ffffff;
        box-shadow: 0 4px 24px 0 rgba(51, 51, 51, 0.1), 0 12px 64px 0 rgba(254, 254, 254, 0.1);

    }

    .bzhd-fixed-top .logo-img {
        max-width: 80px;
        padding: 10px 0;
    }
}

.main-return-to-top {
    position: fixed;
    bottom: 4vh;
    right: 20px;
    background: #093e5e;
    width: 50px;
    height: 50px;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 100;
    border: solid 2px #ffffff;
}

.main-return-to-top .ti-angle-up {
	color: #fff!important;
	margin: 0!important;
	position: relative;
	left: 13px;
	top: 13px;
	font-size: 19px!important;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	font-weight: 700;
}


/**** Ludik ****/


/**** header ***/


@media (max-width: 767px) {

    .header-area {
        padding-top: 0;
    }
}

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

    .header-area {
        padding-top: 0;
    }
}

@media (min-width: 1500px){

	.header-area .main-header-area {
		padding: 0 132px;

	}
}
/*@media (max-width: 767px) {

  !*  .header-area .main-header-area {
        padding: 10px 0px;
    }*!
}

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

    .header-area .main-header-area {
        padding: 0px 15px;
        border-bottom: 1px solid #fafafa;
    }
}

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

    .header-area .main-header-area {
        padding: 0px 0px;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {

    .header-area .main-header-area {
        padding: 0px 0px;
    }
}*/

.logo {
    max-width: 300px;
}


.header-area .main-header-area .Appointment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

/*.header-area .main-header-area .Appointment .book_btn {
    margin-left: 30px;
}*/

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

    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {

    .header-area .main-header-area .Appointment .book_btn {
        margin-left: 0;
    }
}

.header-area .main-header-area .Appointment .book_btn a {
    background: #a97eaf;
    padding: 12px 26px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid #a97eaf;
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header-area .main-header-area .Appointment.app-reverse:hover .book_btn a{
	background: #a97eaf;

	color: #ffffff;

}

.header-area .main-header-area .Appointment.app-reverse .book_btn a{
	background: #ffffff;
	color: #a97eaf;

}


.header-area .main-header-area .Appointment:hover .book_btn a {
    border: 1px solid #a97eaf;
    background: #ffffff;
    color: #a97eaf;
}

.Appointment .book_btn.dropdown-toggle::after{
    display: none;
}

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

    .header-area .main-header-area .Appointment .book_btn a {
        padding: 12px 20px;
    }
}

.bg-light {
    background-color: #f5f5f5!important;
}


.btn-return-result {
    background-color: #093e5e;
    color: #000000;
    font-size: 14px;
    font-weight: normal;
    border: 1px solid #093e5e;
    text-align: center;
    cursor: pointer;
    padding: 5px 10px;
}


.btn-return-result:hover {
    background: #979799;
    color: #fff !important;
    border: 1px solid #979799;
}

.btn-return-result:focus {
    outline: none;
}

.tempory-form h2 {
    font-size: 20px;
}

.tempory-form .subtitle {
    font-size: 20px;
    color: #ffffff;
    background-color: #dd204a;
    padding: 15px 20px;
    border-radius: 10px;
}


.services-2 {
    width: 100%;
    display: block;
    padding: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.services-2 .icon-wrap {
    position: relative;
    width: 170px;
    height: 170px;
    margin: 0 auto;
    margin-bottom: 10px;
    z-index: 0;
}

.services-2 .icon {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.services-2 .icon img{
    max-height: 130px;
}

.services-2 .icon:after {
    position: absolute;
    top: 50%;
    right: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ffffff;
    content: '';
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.services-2 h2 {
    font-size: 18px;
    font-weight: 500;
}

.services-2 h2 a {
    color: #000000;
}

.services-2 .icon {

    -webkit-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 15px -6px rgba(0, 0, 0, 0.15);
}



.services-2:hover .icon:after {
    background: #fff;
    right: 50px;
}


.label-item{
    font-size: 14px;
    font-weight: bold;
}
.services-2.purple .icon {

    background-color: rgba(193, 152, 194, 0.2);
}



 .formation_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
     background-color: #e6d6e7;
     padding: 10px 10px 15px 10px;
     border-radius: 5px;

}

.formation_post_widget .media-body a,.slide-flash  a{
	color: #000000;
	text-decoration: none!important;
	font-weight: normal!important;
}

 .formation_post_widget .post_item .media-body .title-h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 6px;
    transition: all 0.3s linear;

}



 .formation_post_widget .post_item .media-body p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

/* .formation_post_widget .post_item + .post_item {
    margin-top: 10px;
}*/

.formation_post_widget .widget_title{
    font-size: 18px;
    border-bottom: solid 1px #ebebeb;
    border-top: solid 1px #ebebeb;
}

 .formation_post_widget .date{
    background-color: #c196c6;
     color: #ffffff;
     padding: 0px 10px;
     font-size: 14px;
     margin-bottom: 10px;
     display: inline-block;
}

 .pk-link{
     background-color: #093e5e;
     color: #ffffff;
     position: absolute;
     right: 0px;
     bottom: 0;
     padding: 0 10px;
     font-size: 14px;
     border-bottom-right-radius: 5px;
     font-weight: bold;
 }



 /**** slider ***/


.article-wrapper {
    margin: -100px 20px 0 20px;
    z-index: 2;
    background-color: #ffffff;
    padding: 15px;

    position: relative;
    border: solid 1px #e9ecef;
    border-bottom-right-radius: 10px;
}


.owl-carousel {
    position: relative;
}

.owl-carousel .owl-item {
    opacity: .4;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
    position: absolute;
    top: -2px;
    left: -2px;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    content: '';
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
    outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #093e5e;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: -25px;
}


.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}





.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 10%;
    color: #fff;
    text-align: center;
    opacity: 0;

}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;

}
.cust-btn,.cust-btn:focus{
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background:#c196c6 ;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 26px;
    color: #ffffff;
    opacity: 1;
    transition:none!important;
}
.cust-btn i,.cust-btn:focus i{
	background-color:#c196c6 ;
	padding: 5px;
}

.carousel-control-next.cust-btn:hover i,.carousel-control-prev.cust-btn:hover i{
    color: #ffffff;
	background:#a97eaf;

}



.slide-w-b-txt-module:hover .carousel-control-prev,.slide-w-b-txt-module:hover  .carousel-control-next {
    opacity: 1;
}


.article-wrapper .title{
    color:#093e5e;
    font-weight: bold;

}


 /*** footer ***/



.footer-bottom {
    background-color: #093e5e;
}

.title-single-footer {
    color:#093e5e;
}

.article-footer span{
    right: -15px;
    bottom: -15px;
    padding: 0px 15px;
    font-size: 16px;
    border:solid 1px #093e5e;
}

span.footer-ti-facebook.ti-facebook {
	font-size: 24px;
	background-color: #29487d;
	color: #fff;
	padding: 5px;
	border-radius: 3px;
}


/*** page ***/
.wrapper-post {
    padding: 20px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}
.wrapper-post{
    padding: 20px;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.wrapper-post h1{
    color: #093e5e;
    font-weight: 700;
    font-size: 1.8em;
}

.wrapper-post h2{
    color: #b696c3;
    font-weight: 700;
    font-size: 24px;
	margin-bottom:20px;
}

.circle-bg:after {
    width: 200px;
    height: 200px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    top: -90px;
    right: -90px;
    background: rgba(193, 152, 194, 0.2);
}


.vertical-nav .cat-parent {
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #f5f5f5;
}
.vertical-nav .nav-item{
    border-bottom: 1px solid #f5f5f5;
}
.vertical-nav .nav-item.cat-has-children{
    border-bottom: 0;
}
.vertical-nav .nav-link:hover{
    background-color: #f5f5f5;
    color: red;
}
.vertical-nav .nav-link{
    transition: none;
}
.vertical-nav .cat-active{
    color:#ffffff;
}
.vertical-nav .cat-has-children ul .cat-parent{
    color: #000000;
    font-size: 12px;
    padding-left: 25px;
}

.vertical-nav {
    background: rgba(193, 152, 194, 0.2);
}

.wrapper-main-title:after,.wrapper-main-title:before{
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 100px;
    height: 100px;
    color: #fff;
    background-color: #093e5e;
    top: -70px;
}
.wrapper-main-title:before{
left: 100px;
    background-color: rgba(228, 33, 43, 0.20);
}

.wrapper-main-title{
    margin-top: -20px;
    padding-top: 50px;
}

blockquote{
    padding: 15px 15px 15px 20px;
    border-left: 4px solid #b696c3;
    font-style: italic;
    background-color:#f5f5f5;
    margin: 20px auto;
    font-weight: bold;
}


/*** v2 ***/

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

}

.bottom-header {
    background-color: #c8cbce;
}

.appoint-2 a{
    background-color: #ffffff!important;
    color: #093e5e!important;
}


.title-mod-1:before{
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 80px;
    height: 80px;
    color: #fff;
    background-color: rgba(228, 33, 43, 0.20);
    top: -35px;
}

.main-title{
    position: relative;
    font-size: 30px;
}

.title-h2{
    font-size: 26px;
}

.post_item {
    position: relative;
}

.formation_post_widget .date {
    background-color: #c196c6;
    color: #ffffff;
    padding: 0px 10px;
    font-size: 14px;
    margin-bottom: 10px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.formation_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    background-color: #f5f5f5;
    padding: 30px 15px 20px 15px;
    border-radius: 5px;
    height: 100%;
}


.heading-section .subheading {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0;
    color: #c196c6;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

.heading-section h2 {
    font-size: 50px;
    font-weight: 500;
}

.btn.btn-primary {
    background: #c196c6 !important;
    border: 1px solid #c196c6 !important;
    color: #fff !important;
}

.ftco-section .bg-img{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



/**** info flash ***/

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    z-index: 0;
}


.blog-entry .meta {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #093e5e;
    margin: 0 auto;
    margin-top: -70px;
    z-index: 1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.btn-flash-infos{
	background: #093e5e;
	color: #ffffff;
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;

}

/*.blog-entry:hover .meta {
    background: #c196c6;
}*/

.blog-entry{
	overflow: hidden;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.blog-entry .text .heading a {
    color: #000000;
}

.blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
    color: #95adbe;
}

.blog-entry .meta span.day {
    font-weight: 700;
    color: #ffffff;
    font-size: 30px;
}

.blog-entry .meta span.mos {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-entry .meta span.yr {
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 2px;
}

.blog-entry .meta span {
    display: block;
    line-height: 1.2;
}

.blog-entry:hover .meta .day {
    color: #fff;
}

.text.text-center {
    background-color: #ffffff;
}

.pyk-s-2 .circle-bg:after {

    top: 0;
    right: 20px;
}

/*.pyk-s-2 .circle-bg:before{
    width: 200px;
    height: 200px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    top: -90px;
    right: -90px;
    background: rgba(193, 152, 194, 0.2);
}*/


.pyk-s-3{
    background-color: #093e5e;
    position: relative;
}

.pyk-s-3 .pyk-text{
    padding: 60px;
}

/*.pyk-s-3{
    background-image: url(../img/others/bg-motif.svg);
    background-repeat: no-repeat;
    background-size: 350px;
    background-position: left top;

}*/

.row-mt-neg{
    margin-top: -80px;
}



.round-menu a,.round-menu a:hover {
    width: 80px;
    height: 80px;
    background-color: rgba(228, 33, 43, 0.20);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    color:#000000;
}





/**** page builder item ****/



/*** masonry **/

.masonry { /* Masonry container */
	padding: 0;
	-moz-column-gap: 1.5em;
	-webkit-column-gap: 1.5em;
	column-gap: 1.5em;
	font-size: .85em;
}

.item-masonry {
	display: inline-block;
	/*
	background: #fff;
	*/
	margin: 0 0 1.5em;
	width: 100%;
	-webkit-transition: 1s ease all;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*
	box-shadow: 2px 2px 4px 0 #ccc;
	*/
}

.item-masonry img {
	max-width: 100%;
}


.masonry{
	-moz-column-count: 1;
	-webkit-column-count: 1;
	column-count: 1;
}


@media only screen and (min-width: 321px) and (max-width: 768px) {
	.masonry-md-4,.masonry-md-3,.masonry-md-2 {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}

}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
	.masonry-md-4 {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}

}

@media only screen and (min-width: 1201px) {
	.masonry-md-4 {
		-moz-column-count: 4;
		-webkit-column-count: 4;
		column-count: 4;
	}

	.masonry-md-3 {
		-moz-column-count: 3;
		-webkit-column-count: 3;
		column-count: 3;
	}

}

.item-masonry .hover-overlay,.item-gallery .hover-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	opacity: 0;
	background: rgba(0,0,0,.71);
	transition: all .5s ease 0s;
	font-size: 26px;
}
.item-masonry:hover .hover-overlay,.item-gallery:hover .hover-overlay{
	opacity: 1;
}

/*** shiping form ***/
.woocommerce form .form-row {
	padding: 3px;
	margin: 0 0 6px;
	display: block;
}



.woocommerce-error {
	border-top-color: #093e5e;
}

.woocommerce-error::before {
	content: "\e016";
	color: #093e5e;
}

.woocommerce div.product div.images img{
	width: auto;
}




/*** formulaire contact ***/

.form-bzhd-bootsrap-4 input[type=text],.form-bzhd-bootsrap-4 input[type=email],.form-bzhd-bootsrap-4 textarea{
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-bzhd-bootsrap-4 input[type=text]:focus,.form-bzhd-bootsrap-4 input[type=email]:focus,.form-bzhd-bootsrap-4 textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: rgba(193, 152, 194, 0.2);
	outline: 0;
	box-shadow: 0 0 0 0.1rem rgba(193, 152, 194, 0.2);
}

.form-check {
	padding-left: 0;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-input[type="checkbox"].filled-in:not(:checked)+label:before{
	top: 10px;
	left: 6px;
	width: 0;
	height: 0;
	border: 3px solid transparent;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}


.form-check-input[type="checkbox"].filled-in:not(:checked)+label:after {
	top: 0;
	z-index: 0;
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 2px solid #5a5a5a;
}

.form-check-input[type="checkbox"]+label, label.btn input[type="checkbox"]+label {
	position: relative;
	display: inline-block;
	height: 1.5625rem;
	padding-left: 35px;
	line-height: 1.5625rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.form-check-input[type="checkbox"]:checked+label:before, label.btn input[type="checkbox"]:checked+label:before {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.form-check-input[type="checkbox"].filled-in+label:before, .form-check-input[type="checkbox"].filled-in+label:after, label.btn input[type="checkbox"].filled-in+label:before, label.btn input[type="checkbox"].filled-in+label:after {
	position: absolute;
	left: 0;
	z-index: 1;
	content: "";
	-webkit-transition: border 0.25s,background-color 0.25s,width 0.2s .1s,height 0.2s .1s,top 0.2s .1s,left 0.2s .1s;
	transition: border 0.25s,background-color 0.25s,width 0.2s .1s,height 0.2s .1s,top 0.2s .1s,left 0.2s .1s;
}


.form-check-input[type="checkbox"].filled-in:checked+label:before, label.btn input[type="checkbox"].filled-in:checked+label:before {
	top: 2px;
	left: 1px;
	width: 8px;
	height: 13px;
	border-top: 2px solid transparent;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid transparent;
	-webkit-transform: rotateZ(37deg);
	transform: rotateZ(37deg);
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}


.form-check-input[type="checkbox"].filled-in+label:before, .form-check-input[type="checkbox"].filled-in+label:after{
	position: absolute;
	left: 0;
	z-index: 1;
	content: "";
	-webkit-transition: border 0.25s,background-color 0.25s,width 0.2s .1s,height 0.2s .1s,top 0.2s .1s,left 0.2s .1s;
	transition: border 0.25s,background-color 0.25s,width 0.2s .1s,height 0.2s .1s,top 0.2s .1s,left 0.2s .1s;
}

.form-check-input[type="checkbox"].filled-in:checked+label:after{
	top: 0;
	z-index: 0;
	width: 20px;
	height: 20px;
	background-color: #a6c;
	border: 2px solid #a6c;
}

/*:not('.woocommerce') [type="checkbox"]:not(:checked),:not('.woocommerce')  [type="checkbox"]:checked {
	position: absolute;
	pointer-events: none;
	opacity: 0;
}*/

.et_pb_contact_submit.et_pb_button{
	display: inline-block;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #ffffff;
	background-color: rgba(193, 152, 194, 0.2);
}

.form-bzhd-bootsrap-4 button:not(:disabled),.form-bzhd-bootsrap-4 [type="button"]:not(:disabled),.form-bzhd-bootsrap-4 [type="reset"]:not(:disabled),.form-bzhd-bootsrap-4 [type="submit"]:not(:disabled){
	color: #ffffff;
	background-color: #a97eaf;
}


.return-nav{
	font-size: 16px;
	line-height: 16px;
	text-decoration: none!important;
}
.list_nav a{
	text-decoration: none!important;

}


.form-bzhd-bootsrap-4 .form-check-input {
	position: absolute;
	margin-top: 0.3rem;
	opacity: 0;
	margin-left: -1.25rem;
}

article a:not(.btn){
	color:#a97eaf;
	font-weight: bold;
	text-decoration: underline;
}

h2.team-group-title{
	color: #093e5e;
	font-size: 18px;
}

.wrapper-post h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #093e5e;
}


.wrapper-img-AP{
	max-width: 300px;
}


.woocommerce table.cart img {
	height: auto;
	max-width: 150px;
	max-height: 150px;
}

.our-contact{
	color: #093e5e!important;

}

input::-webkit-calendar-picker-indicator{
	display: none;
}
input[type="date"]::-webkit-input-placeholder{
	visibility: hidden !important;
}






/*CSS Jie*/

@media screen and (min-width: 768px){
	.bzhd-realization{
		margin-top: -85px;
	}

}

.bzhd-s-about .h1{
	font-weight: bold;
}

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


	.bzhd-realization h1, .bzhd-s-about .h1{
		font-size: 20px;
	}
	.bzhd-footer h3{
		font-size: 1.2rem;
	}
}


.bzhd-s-abouts p {
	text-align: justify;
}

.bzhd-s-about .btn-bzhd{
	background-color: #59b576;
	color: white;
	margin-top: auto;
}


@media screen and (min-width: 768px){
	.bzhd-s-about{
		border-right: 8vw solid #59b576;
	}
	.bzhd-content{
		padding-right: -8vw;
	}
}


.row-item-gallery .wrapper-item-img{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 320px;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
	-webkit-transform: translateZ(0);
}

.row-item-gallery .wrapper-item-img:hover{

	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}

.bzhd-image-footer{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 150px;
}
.bzhd-footer h3{
	color: #e83e8c;
}

.bzhd-footer .contact p{
	margin-bottom: 0;
}

.bottom-header .logo-header{
 	max-height: 70px;
	padding: 10px;
}



.header-btn{
	border: none;
	padding: 13px 33px;
	text-transform: capitalize;
	border-radius: 30px;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	transition: 0.6s;
	box-shadow: 0 7px 21px 0 rgba(0,0,0,0.12);
	background-image: linear-gradient(to left, #46C0BE, #6DD56F, #46C0BE);
	background-position: right;
	background-size: 200%;
}

/* page contact */
.hero-wrap-2 {
	min-height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.hero-wrap-2 .overlay{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	opacity: .5;
	background: #0A0700;
}






/**** header *****/

.header-area {
	position: relative;
	z-index: 1000;
	width: 100%; }

.header-area .top-header-area {
	position: relative;
	z-index: 1;
	width: 100%;
    /*
	background-color: #ffffff;
    */
}

.logo img{
	max-height: 130px;
	margin-right: 30px;
}
.header-area .top-header-area .top-contact-info {
	position: relative;
	z-index: 1; }
.header-area .top-header-area .top-contact-info a {
	display: inline-block;
	color: #838383;
	font-size: 14px;
	margin-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	font-weight: 600; }
.header-area .top-header-area .top-contact-info a img {
	margin-right: 10px; }
@media only screen and (max-width: 767px) {
	.header-area .top-header-area .top-contact-info a span {
		display: none; } }
.header-area .top-header-area .top-contact-info a:first-child {
	margin-right: 30px; }
.header-area .top-header-area .top-contact-info a:hover, .header-area .top-header-area .top-contact-info a:focus {
	color: #093e5e; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .top-header-area .top-contact-info a {
		font-size: 13px; } }
.header-area .credit-main-menu {
	position: relative;
	width: 100%;
	z-index: 1;
	background-color: #59b576; }
.header-area .credit-main-menu::after {
	width: 50%;
	height: 100%;
	background-color: #093e5e;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 1; }
.header-area .credit-main-menu .classy-nav-container {
	background-color: transparent; }
.header-area .credit-main-menu .classy-navbar {
	height: 85px;
	padding: 0;
	background-color: #093e5e; }
@media only screen and (max-width: 767px) {
	.header-area .credit-main-menu .classy-navbar {
		height: 70px; } }
/*.header-area .credit-main-menu .classy-navbar .classynav ul li a {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 15px;
	padding: 0 15px;
	color: #ffffff; }
.header-area .credit-main-menu .classy-navbar .classynav ul li a:hover, .header-area .credit-main-menu .classy-navbar .classynav ul li a:focus {
	color: #59b576; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .credit-main-menu .classy-navbar .classynav ul li a {
		font-size: 14px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .credit-main-menu .classy-navbar .classynav ul li a {
		color: #093e5e; } }
@media only screen and (max-width: 767px) {
	.header-area .credit-main-menu .classy-navbar .classynav ul li a {
		color: #093e5e; } }
.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
	padding-left: 0; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
		padding-left: 15px; } }
@media only screen and (max-width: 767px) {
	.header-area .credit-main-menu .classy-navbar .classynav > ul > li:first-child a {
		padding-left: 15px; } }
.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
.header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
	color: #ffffff; }
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
	.header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
		color: #093e5e; } }
@media only screen and (max-width: 767px) {
	.header-area .credit-main-menu .classy-navbar .classynav ul li.megamenu-item > a::after,
	.header-area .credit-main-menu .classy-navbar .classynav ul li.has-down > a::after {
		color: #093e5e; } }
.header-area .credit-main-menu .classy-navbar .classynav ul li ul li a {
	color: #093e5e;
	font-size: 14px; }*/








.header-area .credit-main-menu .classy-navbar .contact {
	position: relative;
	z-index: 1;
	padding-left: 50px;
	height: 100%;
	overflow-y: hidden;
	overflow-x: hidden; }
.header-area .credit-main-menu .classy-navbar .contact::before {
	width: 100%;
	height: 200%;
	content: '';
	position: absolute;
	top: 42%;
	left: 0;
	z-index: -1;
	background-color: #59b576;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg); }
.header-area .credit-main-menu .classy-navbar .contact::after {
	width: 1000%;
	height: 100%;
	content: '';
	position: absolute;
	top: 0;
	left: 62px;
	z-index: -1;
	background-color: #59b576; }
.header-area .credit-main-menu .classy-navbar .contact a {
	display: inline-block;
	font-size: 24px;
	color: #093e5e;
	font-weight: 700;
	line-height: 85px; }
.header-area .credit-main-menu .classy-navbar .contact a:hover {
	color: #ffffff; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-area .credit-main-menu .classy-navbar .contact a {
		font-size: 20px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .credit-main-menu .classy-navbar .contact a {
		font-size: 18px; } }
@media only screen and (max-width: 767px) {
	.header-area .credit-main-menu .classy-navbar .contact a {
		font-size: 14px;
		line-height: 70px; } }
.header-area .is-sticky .credit-main-menu {
	box-shadow: 0 7px 40px 0 rgba(0, 0, 0, 0.3); }

.top-contact-info .ti{
	font-size: 25px;
	color: #59b576;
	margin-right: 5px;
}






.slider-height {
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-height {
		min-height: 700px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-height {
		min-height: 650px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-height {
		min-height: 550px
	}
}

@media (max-width: 575px) {
	.slider-height {
		min-height: 510px
	}
}


.slider-bg1 {
	background-size: cover;
	background-repeat: no-repeat
}



.slider-area .hero__caption{
	text-align: center
}

@media (max-width: 575px) {
	.slider-area .hero__caption, .slider-area2 .hero__caption {
		padding-top: 80px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero__caption{
		padding-top: 80px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero__caption{
		padding-top: 80px
	}
}



.slider-area .hero__caption h1{
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	line-height: 1.05;
	margin-bottom: 40px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .hero__caption h1{
		font-size: 40px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.slider-area .hero__caption h1{
		font-size: 36px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero__caption h1{
		font-size: 30px;
		margin-bottom: 20px;
		line-height: 1.3
	}
}

@media (max-width: 575px) {
	.slider-area .hero__caption h1{
		font-size: 28px;
		margin-bottom: 20px;
		line-height: 1.3
	}
}

.slider-area .hero__caption p{
	color: #fff;
	font-size: 20px;
	margin-bottom: 52px;
	padding: 0 98px;
	line-height: 1.7
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.slider-area .hero__caption {
		font-size: 21px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.slider-area .hero__caption p{
		font-size: 20px;
		margin-bottom: 41px;
		padding: 0 0;
	}
}

@media (max-width: 575px) {
	.slider-area .hero__caption p{
		font-size: 15px;
		padding: 0 0;
		line-height: 1.6;
		margin-bottom: 32px;
	}
}



.hero-overly {
	position: relative;
	z-index: 1;
}

.hero-overly::before {
	position: absolute;
	content: "";
	background-color: rgba(7, 17, 18, 0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	background-repeat: no-repeat;
}




.hero-btn {
	border: 2px solid #fff;
	color: #fff;
	background: none;
	text-transform: uppercase;
	font-family: "Oswald", sans-serif;
	padding: 21px 44px;
	-moz-user-select: none;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 0;
	position: relative;
	transition: color 0.4s linear;
	overflow: hidden;
	margin:0;
	z-index: 1;
	border-radius: 20px;
}



.hero-btn-2{
	border: 2px solid #59b576;
	color: #fff;
	background-color:#59b576 ;
}

.hero-btn-2:hover {
	background-color:#093e5e ;

}



@media (max-width: 575px) {
	.hero-btn {
		padding: 13px 17px
	}
}

.hero-btn::before {
	border: 2px solid transparent;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 101%;
	height: 101%;
	background: #fff;
	z-index: -1;
	transition: transform 0.5s;
	transition-timing-function: ease;
	transform-origin: 0 0;
	transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
	transform: scaleY(0);
	border-radius: 0
}




.hero-btn:hover {
	color: #59b576 !important
}

.hero-btn:hover::before {
	transform: scaleY(1);
	border: 2px solid transparent
}



.single-features-area {
	position: relative;
	z-index: 1; }


.section-heading {
	position: relative;
	z-index: 1;
	margin-bottom: 30px; }
.section-heading .line {
	width: 25px;
	height: 5px;
	border-radius: 3px;
	background-color: #59b576;
	margin-bottom: 20px; }
.section-heading p {
	font-size: 12px;
	margin-bottom: 0;
	letter-spacing: 2px;
	color: #a5a5a5;
	text-transform: uppercase; }
.section-heading h2 {
	font-size: 36px;
	color: #212121;
	font-weight: 700;
	margin-bottom: 0; }
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-heading h2 {
		font-size: 28px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-heading h2 {
		font-size: 24px; } }
@media only screen and (max-width: 767px) {
	.section-heading h2 {
		font-size: 24px; } }


.single-features-area h6 {
	font-size: 18px;
	color: #6e6e6e;
	margin-bottom: 0;
	font-weight: 600;
	line-height: 1.8; }





.single-features-area img {
	margin-bottom: 15px;
}

.single-features-area .title {
	font-size: 18px;
	margin-bottom: 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.single-features-area .title {
		font-size: 15px; }
}

.single-features-area:hover .title {
	color: #59b576;
}

.single-features-area:hover .title[class~="service"] {
	transform: scale(1.15);
}


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

.section-padding-b-100{
	padding-bottom: 100px; }



.mt-50 {
	margin-top: 50px !important;
}


.video-area {
	position: relative;
	padding-top: 80px;
	background-size: cover;
	background-repeat: no-repeat;
}


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

	.video-area {

		padding-top: 300px;

	}
}

/*
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.video-area {
		height: 1100px
	}
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.video-area {
		height: 1300px
	}
}

@media (max-width: 575px) {
	.video-area {
		height: 1500px
	}
}
*/

.video-area .video-contents {
	position: relative;
	padding: 100px 0 30px 100px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.video-area .video-contents {
		padding: 100px 0 30px 50px
	}
}

@media (max-width: 575px) {
	.video-area .video-contents {
		padding: 71px 0 30px 39px
	}
}

.video-area .video-contents::before {
	position: absolute;
	content: "";
	background: #fff;
	width: 800%;
	left: 0;
	bottom: 0;
	height: 100%
}


.mb-90 {
	margin-bottom: 90px;
}

.section-tittle h2 {
	font-size: 30px;
	display: block;
	font-weight: 500;
	margin-bottom: 30px;
}

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


	.section-tittle h2 {
		font-size: 48px;

	}
}
.section-tittle p {
	margin-bottom: 45px;
}

.section-tittle p.tittle-pera1 {
	font-size: 20px;
	color: #071112;
	line-height: 1.6;
	margin-bottom: 25px;
	font-weight: 500;
}

.our-work p{
    font-size: 20px;
    text-align: justify;
}

.black-btn {
	padding: 14px 35px;
	background: #000;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}


.edu-details {
	padding-left: 33px;
	position: relative;
	padding-right: 30px
}

.edu-details::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background-image: radial-gradient(#59b576 20%, transparent 18%);
	background-position: 0 0;
	background-size: 6px 11px;
	height: 90%;
	width: 1%;
	border-radius: 0
}

.single-items {
	margin-left: 30px
}

@media (max-width: 575px) {
	.single-items {
		margin-left: 23px
	}
}

.single-items span {
	color: #071112;
	font-family: "Oswald", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	padding: 0;
	margin-bottom: 24px;
	display: block;
	position: relative
}

@media (max-width: 575px) {
	.single-items span {
		font-size: 15px;
		margin-bottom: 18px
	}
}

.single-items span::before {
	content: "";
	position: absolute;
	width: 64px;
	height: 64px;
	background-image: url(images/gloves.svg);
	left: -91px;
	top: -1px;
	background-color: #ffffff;
	background-size: contain;
	padding: 10px;

}



.single-items.single-items2 span::before {
	background-image: url(images/color.svg);
}

.single-items.single-items3 span::before {
	background-image: url(images/pencil.svg);
}

.single-items p {
	color: #707070;
	font-size: 16px;
	line-height: 1.5
}

@media (max-width: 575px) {
	.single-items p {
		font-size: 15px
	}
}

.edu-img-two {
	padding-left: 150px;
	margin-top: -206px;
	position: relative
}

.edu-img-click {
	position: absolute;
	bottom: 162px;
	left: 100px
}

.mb-50 {
	margin-bottom: 50px;
}


.fix {
	overflow: hidden;
}







.visit-tailor-area {
	background: #e9ecef;
	display: flex;
	align-items: center
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.visit-tailor-area {
		display: block
	}
}

@media (max-width: 575px) {
	.visit-tailor-area {
		display: block
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.visit-tailor-area {
		display: block
	}
}

.visit-tailor-area .tailor-details {
	width: 32%;
	padding: 20px 20px 20px 120px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.visit-tailor-area .tailor-details {
		width: 53%;
		padding: 47px 20px 0 50px
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.visit-tailor-area .tailor-details {
		width: 41%
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.visit-tailor-area .tailor-details {
		width: 84%;
		padding: 50px 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.visit-tailor-area .tailor-details {
		width: 90%;
		padding: 51px 50px 20px 50px
	}
}

@media (max-width: 575px) {
	.visit-tailor-area .tailor-details {
		width: 100%;
		padding: 51px 20px 20px 20px
	}
}

.visit-tailor-area .tailor-details span {
	margin-bottom: 20px;
	display: block;
	color: #70D76A;
	text-transform: uppercase;
	font-size: 20px
}

.visit-tailor-area .tailor-details h2 {
	font-size: 55px;
	display: block;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 40px
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.visit-tailor-area .tailor-details h2 {
		font-size: 35px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.visit-tailor-area .tailor-details h2 {
		font-size: 35px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.visit-tailor-area .tailor-details h2 {
		font-size: 50px
	}
}

@media (max-width: 575px) {
	.visit-tailor-area .tailor-details h2 {
		font-size: 27px
	}
}

.visit-tailor-area .tailor-details p {
	font-size: 19px;
	color: #071112;
	line-height: 1.6;
	margin-bottom: 25px;
	font-weight: 500
}

@media (max-width: 575px) {
	.visit-tailor-area .tailor-details p {
		font-size: 15px
	}
}

.visit-tailor-area .tailor-details p.pera-bottom {
	margin-bottom: 41px;
	font-size: 16px
}

@media (max-width: 575px) {
	.visit-tailor-area .tailor-details p.pera-bottom {
		font-size: 15px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.visit-tailor-area .tailor-details p.pera-bottom {
		font-size: 13px
	}
}

.visit-tailor-area .tailor-details .footer-tittles h2 {
	font-weight: 400;
	font-size: 45px
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.visit-tailor-area .tailor-details .footer-tittles h2 {
		font-size: 13px
	}
}

@media (max-width: 575px) {
	.visit-tailor-area .tailor-details .footer-tittles h2 {
		font-size: 31px
	}
}

.visit-tailor-area .tailor-details .footer-tittles p {
	padding-bottom: 22px;
	color: #1D2547;
	font-size: 16px
}

.visit-tailor-area .tailor-offers {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 595px;
	width: 48%
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.visit-tailor-area .tailor-offers {
		height: 569px;
		width: 61%
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.visit-tailor-area .tailor-offers {
		width: 100%;
		height: 420px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.visit-tailor-area .tailor-offers {
		width: 100%;
		height: 320px
	}
}

@media (max-width: 575px) {
	.visit-tailor-area .tailor-offers {
		width: 100%;
		height: 250px
	}
}





.footer-wrapper {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer-area .footer-pera p {
	color: #DBDBDB;
	font-size: 16px;
	line-height: 1.8
}

.footer-area .footer-pera.footer-pera2 p {
	padding: 0
}

.footer-area .footer-tittle .h4 {
	color: #59b576;
	font-size: 20px;
	margin-bottom: 40px;
	font-weight: bold;
}

.footer-area .footer-tittle ul li {
	margin-bottom: 5px
}

.footer-area .footer-tittle ul li a {
	color: #ffffff;
	font-weight: normal;
	font-size: 18px;
	text-decoration: underline transparent;
}

.footer-area .footer-tittle ul li a:hover {
	color: #59b576;
	text-decoration: underline
}

.footer-area .footer-tittle ul li span {
	color: red
}

.footer-area .footer-tittle p {
	color: #ffffff;
	font-size: 18px;
    margin-bottom: 5px;
}

.footer-area .footer-form {
	margin-top: 40px;
}

.footer-area .footer-form form {
	position: relative;
}

.footer-area .footer-form form input {
	width: 100%;
	height: 43px;
	padding: 10px 20px;
	border: 1px solid #fff;
	background: no-repeat;
	color: #DBDBDB;
	border-radius: 30px
}

.footer-area .footer-form form .form-icon button {
	border: 0;
	cursor: pointer;
	padding: 13px 22px;
	background: #59b576;
	line-height: 1;
	width: 100%;
	display: block;
	margin-top: 24px;
	border-radius: 30px
}

.footer-area .info.error {
	color: #59b576
}



.footer-bottom-area .footer-copy-right p {
	color: #DBDBDB;
	font-weight: 400;
	font-size: 14px;
	line-height: 2
}

.footer-bottom-area .footer-copy-right p i {
	color: #59b576
}

.footer-bottom-area .footer-copy-right p a {
	color: #59b576
}

.footer-social a {
	color: #59b576;
	background: rgba(255, 95, 33, 0.06);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	margin-right: 8px
}

.footer-social a i {
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block;
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	-o-transform: rotateY(0deg)
}

.footer-social a:hover {
	color: #fff;
	background: #59b576
}

.footer-social a:hover i {
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg)
}

.number a {
	font-family: "Oswald", sans-serif;
	font-size: 20px !important;
	color: #ffffff !important;
	margin-bottom: 0;
	display: block
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.number a {
		font-size: 19px !important
	}
}

.number2 a {
	font-family: "Oswald", sans-serif;
	font-size: 20px !important;
	color: #ffffff !important;
	margin-bottom: 0;
	display: block
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.number2 a {
		font-size: 19px !important
	}
}


/*.footer-padding {
	padding-top: 140px;
	padding-bottom: 20px;
}*/

footer ul {
	margin: 0;
	padding: 0;
}
footer li{
	list-style: none;
}






.about-low-area {
	position: relative;
}

.about-low-area.about-low-area2::before {
	position: unset;
	background: none
}

.about-low-area::before {
	position: absolute;
	background: #093e5e;
	content: "";
	height: 100%;
	width: 66%;
	top: 0;
	left: 0;
    border-top-right-radius: 60px;


}
@media only screen and (min-width: 1024px){

    .about-low-area::before {
        border-top-right-radius: 30%;
        border-bottom-right-radius: 30%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.about-low-area::before {
		width: 80%
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-low-area::before {
		width: 80%
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-low-area::before {
		width: 100%
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-low-area::before {
		width: 100%
	}
}

@media (max-width: 575px) {
	.about-low-area::before {
		width: 100%
	}
}

.about-low-area .about-caption p.about-cap-top {
	font-size: 20px;
	color: #ffffff;
	line-height: 1.6;
	margin-bottom: 25px;
	padding-right: 50px;
	font-weight: 500;
    text-align: justify;
}

.about-low-area .about-caption p {
	font-size: 20px;
	color: #ffffff;
	line-height: 1.6;
	margin-bottom: 58px;
	padding-right: 50px;
    text-align: justify;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-low-area .about-caption p {
		padding-right: 20px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-low-area .about-caption p {
		padding-right: 0;
	}
}

@media (max-width: 575px) {
	.about-low-area .about-caption p {
		padding-right: 0;
	}
}

.about-low-area .about-right-cap {
	position: relative
}

@media (max-width: 575px) {
	.about-low-area .about-right-cap {
		padding-top: 50px
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-low-area .about-right-cap {
		padding-top: 50px
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.about-low-area .about-right-cap {
		padding-top: 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-low-area .about-right-cap {
		padding-top: 50px
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-low-area .about-right-cap {
		padding-top: 50px
	}
}

.about-low-area .about-right-cap .about-right-img img {
	width: 100%;
	margin-bottom: 15px
}

.about-low-area .about-right-cap .img-cap {
    position: absolute;
    bottom: -80px;
    left: -100px;
    width: 265px;
    height: 265px;
    padding: 31px 10px;
    background: #59b576;
    text-align: center;
    border-radius: 50%;
}

@media (max-width: 575px) {
	.about-low-area .about-right-cap .img-cap {
		left: 0;
		width: 168px;
		height: 145px;
		padding: 8px 10px;
	}
}

/*.about-low-area .about-right-cap .img-cap::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 19px 0px 46px 43px;
	border-color: transparent transparent #59b576 transparent;
	position: absolute;
	top: -65px;
	content: "";
	right: 0
}*/

.about-low-area .about-right-cap .img-cap span {
	font-family: "Oswald", sans-serif;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	display: block;
	margin-top: -10px;
}

.about-low-area .about-right-cap .img-cap p {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.5
}

.about-low-area .about-right-cap p {
	font-size: 22px;
	color: #140C40;
	font-weight: 300;
	line-height: 1.5
}

.about-low-area .about-right-cap .about-right-cap2 {
	margin-bottom: 0;
}

@media (max-width: 575px) {
	.about-low-area .about-right-cap .about-right-cap2 {
		margin-bottom: 0;
	}

	.about-low-area .about-right-cap .img-cap span {
		font-family: "Oswald", sans-serif;
		color: #fff;
		font-size: 26px;
		font-weight: 600;
		display: block;
		margin-top: 10px;
	}

	.about-low-area .about-right-cap .img-cap p {
		color: #fff;
		font-size: 24px;
		font-weight: 600;
		line-height: 1.5
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.about-low-area .about-right-cap .about-right-cap2 {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-low-area .about-right-cap .about-right-cap2 {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.about-low-area .about-right-cap .about-right-cap2 {
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.about-caption {
		margin-bottom: 35px
	}
}

.s-p-30 {
	padding-top: 90px;
	padding-bottom: 90px;
}

@media screen and (min-width: 768px) {
	.s-p-30 {
		padding-top: 130px;
		padding-bottom: 120px;
	}
}




/* add by Jie*/

.bzhd-picto span{
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	background-color: #59b576;
	border-radius: 50%;
	margin-left: 20px;
	background-size: contain;
	background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px;
}

.bzhd-picto span:before{
	content: '';
	position: relative;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;

}
.picto-1 span:before{
	background-image: url(images/gloves.svg);
}
.picto-2 span:before{
	background-image: url(images/color.svg);
}
.picto-3 span:before{
	background-image: url(images/pencil.svg);
}



.bzhd-picto span i{
	position: absolute;
	left:21px;
	top:20px;
}

.service-pictot{
	background-color:#e9ecef;
}

/* page mentions légales */

.mentions-legales a,
.mentions-legales a.link{
	color:#59b576 ;
}





/* add by Jie formulaire de cotact*/
.contact-wrap{
	background: #FFFFFF;
}
.info-wrap{
	background-color: #093e5e;
}
.info-wrap .dbox {
	width: 100%;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.info-wrap .dbox .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: 2px solid #ffffff;
}

@media (max-width: 576px) {
	.di-mobil {
		max-width: 300px;
		margin: auto;
		display: block;
	}
}


.bg-curve {
    position: absolute;
    width: 60%;
    height: 240px;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    top: 0;
    right: 0;
overflow: hidden;
    min-width: 680px;
}

.homepage .bg-curve{
   height:800px;
}


.single-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 900px;
    background-color: #ffffff;
}


.single-welcome-slide .bg-curve {
    position: absolute;
    width: 60%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    top: 0;
    right: 0;
    background-image: url("images/curve.svg");

}


.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.single-welcome-slide .main-bg-img {
    position: absolute;
    width: 50%;
    height: calc(100% - 100px);
    bottom: 0;
    right: 15%;
    z-index: 1;
}



.welcome-text {
    position: relative;
    z-index: 1;
    margin-top: 100px;
}

.welcome-text h2 {
    font-size: 100px;
    color: #232323;
    display: block;
    text-transform: capitalize;
    margin-left: -9px;
    margin-bottom: 30px;
    line-height: 1.2;
}

.welcome-text h5 {
    font-size: 18px;
    color: #a6a6a6;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.single-welcome-slide .slide-pager a {
    position: absolute;
    width: 15%;
    height: 100px;
    font-size: 24px;
    color: #ffffff;
    bottom: 0;
    right: 0;
    z-index: 10;
    background-color: #232323;
    font-weight: 600;
    line-height: 100px;
    text-align: center;
    padding: 0 15px;
    overflow: hidden;
}

.single-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 900px;
    background-color: #ffffff;
}



.classy-nav-container .classy-navbar .bg-curve {
    position: absolute;
    width: 60%;
    height: 100%;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.classy-navbar {
    width: 100%;
    /*
    height: 70px;
    */
    padding: 0.5em 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.classy-nav-container .classy-navbar {
    /*
    height: 100px;
    */
    padding: 0 3%;
}


/**** new ***/

.header-info-right a {
    color: #687693;
    display: inline-block;
    margin-right: 18px;
    padding-right: 18px;
    border-right: 1px solid #687693;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
}

.header-info-right a:last-of-type{
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.header-info-right{
    padding: 22px 3%;
    background-color: #ffffff;
}


.logo {
    text-align: center;
    padding: 10px 0;
}

.bg-curve svg{
    width: 100%;
    height: 100%;
}



.about-us-thumbnail img {
    width: 100%;
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
}

.about-us-thumbnail .line {
    width: 100px;
    height: 15px;
    background-color: #093e5e;
    position: absolute;
    z-index: 10;
    top: -15px;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.about-us-thumbnail .line::after {
    content: '';
    height: 100px;
    width: 15px;
    background-color: #093e5e;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}

.about-us-thumbnail {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.about-us-thumbnail:focus .line, .about-us-thumbnail:hover .line {
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 0;
}

.about-us-thumbnail .line2 {
    width: 100px;
    height: 15px;
    background-color: #59b576;
    position: absolute;
    z-index: 10;
    bottom: -15px;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.about-us-thumbnail .line2::after {
    content: '';
    height: 100px;
    width: 15px;
    background-color: #59b576;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.about-us-thumbnail:focus .line2, .about-us-thumbnail:hover .line2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    left: 0;
}

.about-us-content h1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 1.3;
    margin-top: 60px;
}


@media screen and (min-width: 1024px) {
    .about-us-content h1 {
        font-size: 60px;
        margin-bottom: 20px;
        line-height: 1.3;
        color: #ffffff;
        margin-top: 60px;
    }

}


.about-us-content li{
    font-size: 18px;
}

li.phone-menu.position-md-relative.sf-menu {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 5px;
    margin-left: 30px;
}
li.phone-menu.position-md-relative.sf-menu a,li.phone-menu.position-md-relative.sf-menu a:hover,li.phone-menu.position-md-relative.sf-menu a:focus  {
    color:#093e5e ;
}

@media screen and (max-width: 1024px){
    .bg-curve{
        width: 40%!important;
        height: 200px!important;
        min-width: auto;
    }
}


.footer-wrapper{
    background-image: url("images/bg-footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
background-position: bottom right;
    position: relative;
}

.footer-wrapper:before{
    content: '';
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
background-color: rgba(0, 0, 0, 0.55);
    z-index: 0;
}

.service-examples{
    position: relative;

}

.service-examples:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40vw;
    background-color: #59b576;
    border-radius: 0 35vh 0 0;
    height: 570px;
    max-width: 300px;
}


.main-text-service{
    background-color: #093e5e;
    color: #ffffff;
    padding: 85px 50px;
    border-radius: 0vh 10vh 0 15vh;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .service-descrip{
        margin-bottom: 150px;
    }

}

.form-group input,.form-group textarea{
    max-width: 100%!important;
}

@media screen and (max-width: 991px){
    .section-heading h1{
        font-size: 26px;
    }
}
