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

html {
    scroll-behavior: smooth;
}

.flex-center-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
}

body {
    font-family: 'Rubik',sans-serif;
    font-style: normal;
    font-weight: normal;
}

.img {
    max-width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a,
.button {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

a:focus,
.button:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus {
    text-decoration: none;
    color: #fff;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
    color: #000;
}

a,
button {
    outline: medium none;
    color: #020c26;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Rubik',sans-serif;
    color: #020c26;
}

h2.accueil{

    font-size: 25px!important;
    line-height: 25px!important;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

ul {
    margin-left: 30px;
    padding: 0;
}

li {
    /* list-style: none; */
    line-height: 2rem;
}

.ul-check {
    --icon-space: 1.3em;
    list-style: none;
    padding: 0;
}

.li-check {
    padding-left: var(--icon-space);
}

.li-check:before {
    content: "\f00c"; /* FontAwesome Unicode */
    color : rgb(11, 204, 11);
    font-family: FontAwesome;
    display: inline-block;
    margin-left: calc( var(--icon-space) * -1 );
    width: var(--icon-space);
}

p {
    margin-bottom: 13px;
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    color: #5c5c5c;
}

label {
    font-size: 14px;
    font-weight: 400;
    color: #7e7e7e;
    cursor: pointer;
}

*::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #444;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #444;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #444;
}

*::-webkit-input-placeholder {
    font-size: 14px;
    color: #ccc;
    opacity: 1;
}

*:-ms-input-placeholder {
    font-size: 14px;
    color: #ccc;
    opacity: 1;
}

*::-ms-input-placeholder {
    font-size: 14px;
    color: #ccc;
    opacity: 1;
}

*::placeholder {
    font-size: 14px;
    color: #ccc;
    opacity: 1;
}

.mb-65 {
    margin-bottom: 67px;
}

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

.darkgrey-bg {
    background: #dcdcdc!important;
}

.darkblack-bg{background:#000000!important;.footer-area .copyright_part_text}

.gray-bg {
    background: #000;
}

.bg-img-presentation {
    background-image: url(../img/slider/artirent-presentation.jpg);
}

.bg-img-1 {
    background-image: url(../img/slider/utilitaire-electricien-adapte.jpg);
}

.bg-img-2 {
    background-image: url(../img/slider/utilitaire-fleuriste-adapte.jpg);
}

.bg-img-3 {
    background-image: url(../img/slider/utilitaire-restaurateur-adapte.jpg);
}

.cta-bg-1 {
    background-image: url(../img/background-img/utilitaire-electricien.jpg);
}

span.titleH1 {
    font-family: "Rubik",sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2em;
    display: block;
    margin-bottom: .5rem;
}

.metier-title {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Rubik',sans-serif;
    color: #020c26;
}

.title-page {
    font-family: "Rubik",sans-serif;
    font-size: 28px !important;
    font-weight: 400;
    color: #020c26;
    margin-top: 2em;
    margin-bottom: 2em;
    line-height: 2.5rem;
}

.title-h3-page{
    font-family: "Rubik",sans-serif;
    font-size: 25px !important;
    font-weight: 400;
    color: #020c26;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 2.5rem;
}

.title-h4-page{
    font-family: "Rubik",sans-serif;
    font-size: 23px !important;
    font-weight: 400;
    color: #020c26;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    line-height: 2.5rem;
}

#logoArtirent {
    z-index: 999;
}

.overlay {
    z-index: 0;
    position: relative;
}

.overlay::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.851;
    background-color: #020c26;
}

.overlay2 {
    z-index: 0;
    position: relative;
}

.overlay2::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #020c26;
}

.section-padding {
    padding-top: 20px;
    padding-bottom: 5px;
}

.pt-120 {
    padding-top: 120px;
}

.pt-10, .py-10 {
    padding-top: 6rem !important;
}

.owl-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 65px;
    height: 65px;
    border: 1px solid #363d4f;
    text-align: center;
    font-size: 16px;
    line-height: 65px;
    color: #fff;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-carousel .owl-nav {
    position: relative;
}

.owl-carousel .owl-nav div.owl-next {
    right: auto;
    left: 86px;
}

.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 2px;
}

.owl-carousel:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
}

.owl-carousel:hover .owl-nav div:hover {
    color: #e30613;
}

.boxed-btn {
    display: inline-block;
    padding: 13px 32px;
    border: 0;
    border: 1px solid transparent;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #e30613;
}

.boxed-btn:hover {
    border: 1px solid #e30613;
    color: #e30613 !important;
    background: transparent;
}

.boxed-btn:focus {
    outline: none;
    color: #fff;
}

.boxed-btn2 {
    display: inline-block;
    margin: 10px;
    padding: 22px 50px;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    background: #e30613;
}

.boxed-btn2:hover {
    color: #fff;
}

.boxed-btn2:focus {
    outline: none;
    color: #fff;
}

.boxed-btn-invers{
    display: inline-block;
    padding: 13px 32px;
    border: 0;
    border: 1px solid transparent;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #e30613;
    color: #e30613;
    background: #fff;
}

.boxed-btn-invers:hover {
    color: #ffffff !important;
    background : #e30613;
}

.boxed-btn-invers:focus {
    outline: none;
    color: #fff;
}

.underline-hover {
    font-size: 16px;
    font-weight: 400;
    color: #e30613;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.underline-hover:hover {
    text-decoration: underline;
    color: #e30613;
}

.section-title p.title {
    font-family: "Rubik",sans-serif;
    font-size: 44px !important;
    font-weight: 400;
    line-height: 56px;
}

@media(max-width:767px) {
    .section-title p.title {
        font-size: 30px;
        line-height: 45px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .section-title p.title {
        font-size: 32px;
        line-height: 48px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .section-title p.title br {
        display: none;
    }
}

.section-title span {
    display: block;
    margin-bottom: 13px;
    text-transform: uppercase;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #e30613;
}

.section-title .para-text {
    margin-top: 25px;
    margin-bottom: 55px;
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
}

.section-title.text-white p.title {
    color: #fff;
}

.section-title.text-white p {
    font-size: 16px;
    color: #fff;
}

.section-padding {
    padding-top: 40px;
    padding-bottom: 20px;
}

@media(max-width:767px) {
    .section-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .section-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media(max-width:991px) {
    .mobile_menu {
        z-index: 998;
        position: absolute;
        right: 0;
        width: 100%;
    }
}

.slicknav_menu .slicknav_nav {
    float: right;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
    width: 95%;
    margin: auto;
    margin-top: 0;
    margin-top: 5px;
    padding: 0;
    border-radius: 0;
    background: #fff;
    border: 5px solid #e0e0e0;
    border-bottom: 10px solid #e0e0e0;
    /*padding-top: 50px;*/
}

.slicknav_menu .slicknav_nav a:hover {
    color: #e30613;
    background: transparent;
}

.slicknav_menu .slicknav_nav a.active {
    color: #e30613;
}

@media(max-width:767px) {
    .slicknav_menu .slicknav_nav a i {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .slicknav_menu .slicknav_nav a i {
        display: none;
    }
}

.slicknav_menu .slicknav_nav .slicknav_btn {
    z-index: 99;
    position: relative;
    top: 3px;
    right: 5px;
    margin-top: -40px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    background-color: transparent;
    cursor: pointer;
}

.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
    position: relative;
    top: -11px;
    right: -5px;
    margin-top: 3px;
    margin-right: 6px;
    padding-bottom: 3px;
}

@media(max-width:767px) {
    .slicknav_menu {
        margin-right: 12px;
    }
}

.home-6 .slicknav_menu .slicknav_icon {
    position: absolute;
    top: 3px;
    right: -5px;
    margin-top: 3px;
    margin-right: 6px;
    padding-bottom: 3px;
}

.slicknav_nav .slicknav_arrow {
    float: right;
    position: relative;
    top: -9px;
    font-size: 22px;
}

.slicknav_menu .slicknav_nav li {
    padding: 0.5em;
    text-align: center;
    /*border-bottom: 1px solid black;*/
    font-size: 1.2em;
    font-weight: 500;
}

.slicknav_menu .slicknav_nav li a {
    font-size: 1.1em;
    font-weight: 500;
    font-family: "Rubik",sans-serif;

}

.header-area .header-top {
    padding-top: 10px;
}

.header-area .header-top .header-contact a {
    display: inline-block;
    /*padding-right: 55px;*/
    font-size: 14px;
    font-weight: 300;
    color: #bebebe;
}

@media(min-width:768px) and (max-width:991px) {
    .header-area .header-top .header-contact a {
        padding-right: 14px;
    }
}

.header-area .header-top .header-contact a i {
    padding-right: 14px;
    font-size: 12px;
    color: #bebebe;
}

@media(min-width:768px) and (max-width:991px) {
    .header-area .header-top .header-contact a i {
        padding-right: 5px;
    }
}

.header-area .header-top .header-top-menu {
    text-align: right;
}

.header-area .header-top .header-top-menu ul li {
    display: inline-block;
}

.header-area .header-top .header-top-menu ul li a {
    margin-left: 33px;
    font-size: 14px;
    color: #bdbdbd;
}

@media(max-width:767px) {
    .header-area .main-header-area {
        height: 60px;
        padding: 10px 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-area .main-header-area {
        height: 60px;
        padding: 10px 0;
    }
}

@media(max-width:767px) {
    .header-area .main-header-area .logo-img {
        display: inline-block;
        z-index: 998;
        position: absolute;
        right: 0;
        left: 0;
        /*width: 140px;*/
        margin: 3px auto;
        text-align: center;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-area .main-header-area .logo-img {
        display: inline-block;
        z-index: 998;
        position: absolute;
        right: 0;
        left: 0;
        /*width: 140px;*/
        margin: 3px auto;
        text-align: center;
    }
    .header-area .main-header-area .logo-img h1 {
        display: inline-block;
    }
}

.header-area .main-header-area .main-menu ul li {
    display: inline-block;
    position: relative;
}

.header-area .main-header-area .main-menu ul li a {
    display: inline-block;
    position: relative;
    padding: 35px 10px 35px 10px;
    text-transform: capitalize;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

@media(min-width:992px) and (max-width:1200px) {
    .header-area .main-header-area .main-menu ul li a {
        padding: 35px 8px 35px 8px;
    }
}

.header-area .main-header-area .main-menu ul li a i {
    font-size: 9px;
}

@media(max-width:767px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

.header-area .main-header-area .main-menu ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    background: #e30613;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    transform: scaleX(0);
}

.header-area .main-header-area .main-menu ul li a:hover::before {
    opacity: 1;
    transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li a.active::before {
    opacity: 1;
    transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li .submenu {
    visibility: hidden;
    z-index: 2;
    position: absolute;
    top: 140%;
    left: 0;
    width: 200px;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.02);
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}

.header-area .main-header-area .main-menu ul li .submenu li {
    display: block;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
    display: block;
    position: inherit;
    padding: 10px 15px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
    display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
    color: #e30613;
}

.header-area .main-header-area .main-menu ul li:hover > .submenu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.header-area .main-header-area .main-menu ul li:hover > a::before {
    opacity: 1;
    transform: scaleX(1);
}

.header-area .main-header-area .quote-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.header-area .main-header-area .quote-area .search-bar {
    margin-left: 43px;
}

.header-area .main-header-area .quote-area .search-bar i {
    font-size: 18px;
    color: #bebebe;
}

.header-area .main-header-area .quote-area .get-quote {
    display: inline-block;
    text-align: right;
}

.header-area .main-header-area.sticky {
    z-index: 9999;
    position: fixed;
    top: -70px;
    right: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 3px 16px 0 rgba(0,0,0,0.1);
    -webkit-transition: -webkit-transform 500ms ease,background 500ms ease;
    transition: transform 500ms ease,background 500ms ease;
    transform: translateY(70px);
}

#search_input_box {
    z-index: 999;
    position: fixed;
    left: 50%;
    width: 100%;
    max-width: 1140px;
    text-align: center;
    background: #1e1c27;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#search_input_box::placeholder {
    color: #fff;
}

@media(max-width:767px) {
    #search_input_box {
        top: 59px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #search_input_box {
        top: 109px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .main-header-area.sticky #search_input_box {
        top: 59px;
    }
}

#search_input_box .form-control {
    padding: 0;
    border: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    background: transparent;
}

#search_input_box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0;
}

#search_input_box .ti-close {
    padding: 10px;
    padding-right: 0;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.search-inner {
    padding: 14px 5px;
}

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

.navbar_fixed #search_input_box {
    z-index: 999;
    position: fixed;
    top: 80px;
    left: 50%;
    width: 100%;
    padding: 0 20px;
    max-width: 1140px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media(max-width:767px) {
    .navbar_fixed #search_input_box {
        top: 50px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .navbar_fixed #search_input_box {
        top: 50px;
    }
}

.social-link {
    z-index: 9;
    position: relative;
}

@media(min-width:768px) and (max-width:991px) {
    .social-link {
        position: static;
    }
}

@media(max-width:767px) {
    .social-link {
        position: static;
    }
}

#search_1 {
    position: absolute;
    top: 1px;
    left: 23px;
    font-size: 14px;
    color: #fff;
}

@media(max-width:767px) {
    #search_1 {
        position: absolute;
        top: 3px;
        right: 17px;
        left: auto;
        font-size: 14px;
        color: #fff;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #search_1 {
        position: absolute;
        right: 0;
        left: auto;
    }
}

#close_search {
    z-index: 99999;
    position: relative;
    top: 2px;
    color: #fff;
}

#search_1 {
    position: absolute;
    top: 50%;
    left: inherit;
    font-size: 14px;
    color: #fff;
    transform: translateY(-50%);
}

@media(max-width:767px) {
    #search_1 {
        z-index: 999;
        position: absolute;
        top: 8px;
        right: 0;
        left: 23px;
        left: 22px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        color: #fff;
        transform: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #search_1 {
        z-index: 999;
        position: absolute;
        top: 8px;
        right: 0;
        left: 23px;
        left: 22px;
        width: 20px;
        height: 20px;
        font-size: 14px;
        color: #fff;
        transform: none;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    #search_1 {
        z-index: 999;
        position: absolute;
        top: 16px;
        right: 0;
        left: 30px;
        margin: auto;
        font-size: 14px;
        color: #fff;
        transform: none;
    }
}

.slider-area .single-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    position: relative;
    align-items: center;
    height: 760px;
    background-position: center;
    background-size: cover;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

@media(max-width:767px) {
    .slider-area .single-slider {
        height: 600px;
    }
}

.slider-area .single-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    background: #020c26;
}

.slider-area .single-slider .slider-content {
    display: inline-block;
    z-index: 9;
    position: relative;
    padding: 73px 56px 100px 50px;
    background: #fff;
}

@media(max-width:767px) {
    .slider-area .single-slider .slider-content {
        padding: 50px 40px 100px 40px;
    }
}

.slider-area .single-slider .slider-content p {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    color: #e30613;
}

.slider-area .single-slider .slider-content h3 {
    margin-bottom: 28px;
    font-family: "Rubik",sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    color: #020c26;
}

@media(max-width:767px) {
    .slider-area .single-slider .slider-content h3 {
        margin-bottom: 10px;
        font-size: 25px;
        line-height: 45px;
    }
}

.slider-area .single-slider .slider-content a i {
    padding-left: 5px;
    font-size: 14px;
}

.slider-area .single-slider .slider-content .slider-btn {
    position: absolute;
    bottom: 0;
    left: 55px;
}

@media(max-width:767px) {
    .slider-area .single-slider .slider-content .slider-btn {
        left: 30px;
    }
}

.slider-area .slider-active .owl-dots {
    position: absolute;
    top: 0;
    top: 50%;
    right: 0;
    right: 100px;
    transform: translateY(-50%);
}

.slider-area .slider-active .owl-dots div {
    display: block;
    width: 15px;
    height: 15px;
    margin: 13px 0;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.slider-area .slider-active .owl-dots div .active {
    background: #fff;
}

.slider-area .slider-active .owl-dots div.active {
    background: #fff;
}

.brand-area {
    padding-top: 65px;
    padding-bottom: 65px;
}

.brand-area .brand-active .single-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.brand-area .brand-active .single-brand img {
    display: inline-block;
    width: auto;
}

.service-area {
    padding-top: 120px;
    padding-bottom: 30px;
}

.service-area .single-service .service-thumb {
    margin-bottom: 39px;
}

.service-area .single-service .service-thumb img {
    width: 100%;
}

.service-area .single-service h3 {
    font-size: 24px;
}

.service-area .single-service p {
    margin-top: 18px;
    margin-bottom: 21px;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
}

.service-area .single-service a {
    display: inline-block;
    text-transform: capitalize;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.service-area .single-service a:hover {
    text-decoration: underline;
    color: #e30613;
}

@media(max-width:767px) {
    .service-area .single-service {
        margin-bottom: 30px;
    }
}

.service-details {
    padding-top: 120px;
    padding-bottom: 80px;
}

@media(max-width:767px) {
    .service-details {
        padding-top: 60px;
        padding-bottom: 20px;
    }
}

.service-details .details-nav {
    position: relative;
    margin-top: -24px;
}

@media(max-width:767px) {
    .service-details .details-nav {
        margin-bottom: 30px;
    }
}

.service-details .details-nav ul li {
    display: block;
    position: relative;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #e5e6e9;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.service-details .details-nav ul li a {
    position: relative;
    left: 0;
    padding: 20px 0;
    text-transform: capitalize;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #020c26;
}

.service-details .details-nav ul li a.active.show {
    position: relative;
    padding-left: 27px;
    color: #e30613;
}

.service-details .details-nav ul li a.active.show::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 17px;
    height: 2px;
    margin-bottom: -1px;
    background: #e30613;
}

.service-details .details-nav ul li:hover::before {
    width: 17px;
}

.service-details .details-nav .download-brouser {
    display: block;
    margin-top: 60px;
    padding: 17px 0 17px 0;
    text-align: center;
    color: #fff;
    background: #020c26;
}

.service-details .details-nav .download-brouser:hover {
    color: #fff;
}

.service-details .single-details .details-thumb {
    margin-bottom: 67px;
}

.service-details .single-details .details-thumb img {
    width: 100%;
}

.service-details .single-details .details-info {
    margin-bottom: 34px;
    padding-right: 20px;
}

.service-details .single-details .details-info h3 {
    margin-bottom: 20px;
    font-family: "Rubik",sans-serif;
    font-size: 44px;
    font-weight: 400;
    color: #020c26;
}

@media(max-width:767px) {
    .service-details .single-details .details-info h3 {
        margin-bottom: 15px;
        font-size: 25px;
    }
}

.service-details .single-details .details-info p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #5c5c5c;
}

.project-area {
    padding-top: 120px;
    padding-bottom: 120px;
}

.project-area .project-active .single-project .project-info span {
    display: block;
    margin-top: 35px;
    margin-bottom: 13px;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #e30613;
}

.project-area .project-active .single-project .project-info p.info {
    font-family: "Rubik",sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}

@media(min-width:768px) and (max-width:991px) {
    .project-area .project-active .single-project .project-info p.info {
        font-size: 18px;
    }
}

.project-area .more-project a {
    display: inline-block;
    margin-top: 168px;
    font-size: 16px;
    color: #fff;
}

@media(max-width:767px) {
    .project-area .more-project a {
        margin-top: 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .project-area .more-project a {
        margin-top: 20px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .project-area .more-project a {
        margin-top: 30px;
    }
}

.project-area .more-project a:hover {
    text-decoration: underline;
    color: #e30613;
}

.project-area .section-title h3 {
    margin-bottom: 17px;
}

@media(min-width:1200px) and (max-width:1500px) {
    .project-area .section-title h3 br {
        display: none;
    }
}

@media(min-width:1200px) and (max-width:1500px) {
    .project-area .section-title p br {
        display: none;
    }
}

.ml-80 {
    margin-left: 80px;
}

@media(max-width:767px) {
    .ml-80 {
        margin-left: 0;
    }
}

.project-active.owl-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    left: 0;
    width: 65px;
    height: 65px;
    border: 1px solid #363d4f;
    text-align: center;
    font-size: 16px;
    line-height: 65px;
    color: #fff;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.project-active.owl-carousel .owl-nav {
    position: relative;
    top: -195px;
    left: -553px;
}

@media(min-width:1200px) and (max-width:1500px) {
    .project-active.owl-carousel .owl-nav {
        position: relative;
        left: -326px;
    }
}

.project-active.owl-carousel .owl-nav div.owl-next {
    right: auto;
    left: 86px;
}

.project-active.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 2px;
}

.project-active.owl-carousel:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
}

.project-active.owl-carousel:hover .owl-nav div:hover {
    color: #e30613;
}

.main-project-area {
    padding-top: 60px;
    padding-bottom: 0px;
}

@media(max-width:767px) {
    .main-project-area {
        padding-top: 70px;
    }
}

.main-project-area .single-project {
    margin-bottom: 97px;
}

.main-project-area .single-project .project-thumb img {
    width: 100%;
}

.main-project-area .single-project .project-info h3 {
    display: block;
    margin-top: 35px;
    margin-bottom: 13px;
    font-family: "Rubik",sans-serif;
    font-size: 25px;
    font-weight: 400;
    color: #e30613;
}

.main-project-area .single-project .project-info h2 {
    font-family: "Rubik",sans-serif;
    font-size: 26px;
    font-weight: 400;
    color: #020c26;
}

@media(min-width:768px) and (max-width:991px) {
    .main-project-area .single-project .project-info h2 {
        font-size: 18px;
    }

    .main-project-area .single-project .project-info h3 {
        font-size: 20px;
    }
}

@media(max-width:767px) {
    .main-project-area .single-project .project-info h2 {
        font-size: 18px;
    }

    .main-project-area .single-project .project-info h3 {
        font-size: 20px;
    }
}


@media(max-width:767px) {
    .main-project-area .single-project {
        margin-bottom: 50px;
    }
}

.project-review-area .single-review {
    padding-right: 30px;
}

@media(max-width:767px) {
    .project-review-area .single-review {
    padding-right: 0px;
}
}

/*.project-review-area .single-review h2 {
    margin-bottom: 20px;
    font-family: "Rubik",sans-serif;
    font-size: 44px;
    font-weight: 400;
    color: #020c26;
}

@media(max-width:767px) {
    .project-review-area .single-review h2 {
        font-size: 25px;
    }
}*/

.project-review-area .single-review p {
    margin-bottom: 17px;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #5c5c5c;
}

.project-review-area .review-thumb img {
    width: 100%;
}

.full-width-gallery {
    padding-bottom: 90px;
}

.full-width-gallery .full-thumb {
    margin-top: 30px;
    margin-bottom: 67px;
}

.full-width-gallery .full-thumb img {
    width: 100%;
}

.full-width-gallery .solution-wrap {
    margin-bottom: 25px;
}

.full-width-gallery .solution-wrap p.solution {
    margin-bottom: 19px;
    font-size: 44px;
    font-weight: 400;
    color: #020c26;
}

@media(max-width:767px) {
    .full-width-gallery .solution-wrap p.solution {
        font-size: 30px;
    }
}

.full-width-gallery .solution-wrap p {
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #5c5c5c;
}

.main-review-area {
    padding-top: 98px;
    padding-bottom: 60px;
}

@media(max-width:767px) {
    .main-review-area {
        padding-top: 60px;
        padding-bottom: 0;
    }
}

.main-review-area .about-info-text {
    margin-bottom: 60px;
}

.main-review-area .about-info-text .quote {
    margin-bottom: 10px;
    font-size: 55px;
    color: #e5e6e9;
}

.main-review-area .about-info-text .about-ratting {
    font-size: 16px;
    color: #ffba00;
}

.main-review-area .about-info-text .about-ratting i {
    margin-right: 1px;
}

.main-review-area .about-info-text p.about-text {
    margin-top: 17px;
    margin-bottom: 44px;
    font-family: "Rubik",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #5c5c5c;
}

@media(max-width:767px) {
    .main-review-area .about-info-text p.about-text {
        font-size: 18px;
    }
}

.main-review-area .about-info-text .about-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.main-review-area .about-info-text .about-author .autor-thumb {
    padding-right: 20px;
}

.main-review-area .about-info-text .about-author .autor-thumb img {
    width: 100%;
}

.main-review-area .about-info-text .about-author .auhor-text span {
    font-size: 18px;
    font-weight: 400;
    color: #020c26;
}

.main-review-area .about-info-text .about-author .auhor-text p {
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}

.addres-area .single-address {
    z-index: 0;
    position: relative;
    margin-top: 53px;
}

.addres-area .single-address .addres-icon {
    position: absolute;
    top: -53px;
    right: 0;
    left: 0;
    margin: auto;
}

.addres-area .single-address p.contact {
    z-index: 9;
    position: relative;
    font-family: "Rubik",sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.addres-area .single-address p {
    z-index: 9;
    position: relative;
    margin-bottom: 21px;
    font-size: 16px;
    line-height: 28px;
    color: #a9a9a9;
}

.addres-area .single-address a {
    z-index: 9;
    position: relative;
}

.single-address p span.fermeture {
    color: #e30613;
    font-size: 16px;
    font-weight: 400;
}

@media(max-width:767px) {
    .addres-area .single-address {
        margin-bottom: 30px;
    }
}

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

.about-area .pattent-bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media(max-width:767px) {
    .about-area .pattent-bg-img {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about-area .pattent-bg-img {
        display: none;
    }
}

.about-area .section-title {
    padding-left: 77px;
}

@media(max-width:767px) {
    .about-area .section-title {
        margin-top: 30px;
        padding-left: 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about-area .section-title {
        margin-top: 30px;
        padding-left: 0;
    }
}

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

.about-area .about-thumb img {
    width: 100%;
}

.about-area .about-thumb a.video-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    line-height: 100px;
    background: #fff;
    transform: translateY(-50%);
}

@media(max-width:767px) {
    .about-area .about-thumb a.video-icon {
        left: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        transform: translateY(-50%);
    }
}

@media(min-width:768px) and (max-width:991px) {
    .about-area .about-thumb a.video-icon {
        left: 50%;
        width: 80px;
        height: 80px;
        line-height: 80px;
        transform: translateY(-50%);
    }
}

.about-area .about-thumb a.video-icon::before {
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 1px solid #e30613;
    border-radius: 50%;
    opacity: .15;
}

.about-area .about-thumb a.video-icon i {
    padding-left: 4px;
    color: #e30613;
}

.about-area .about-info-text .quote {
    margin-bottom: 10px;
    font-size: 55px;
    color: #020c26;
}

.about-area .about-info-text .about-ratting {
    font-size: 16px;
    color: #ffba00;
}

.about-area .about-info-text .about-ratting i {
    margin-right: 1px;
}

.about-area .about-info-text p.about-text {
    margin-top: 17px;
    margin-bottom: 44px;
    font-family: "Rubik",sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    color: #5c5c5c;
}

@media(max-width:767px) {
    .about-area .about-info-text p.about-text {
        font-size: 18px;
    }
}

.about-area .about-info-text .about-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.about-area .about-info-text .about-author .autor-thumb {
    padding-right: 20px;
}

.about-area .about-info-text .about-author .autor-thumb img {
    width: 100%;
}

.about-area .about-info-text .about-author .auhor-text span {
    font-size: 18px;
    font-weight: 400;
    color: #020c26;
}

.about-area .about-info-text .about-author .auhor-text p {
    font-size: 14px;
    font-weight: 400;
    color: #848484;
}

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

@media(max-width:767px) {
    .about-area .about-review {
        margin-top: 30px;
    }
}

.about-area .about-review img {
    width: 100%;
}

.about-area .about-review .project-review {
    position: absolute;
    bottom: 50px;
    left: 50px;
    padding: 55px 43px;
    background: #e30613;
}

.about-area .about-review .project-review span.review {
    margin-bottom: 9px;
    font-family: "Rubik",sans-serif;
    font-size: 46px;
    line-height: 30px;
    color: #fff;
}

.about-area .about-review .project-review p {
    margin-bottom: 0;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #fff !important;
}

.pt-120 {
    padding-top: 120px;
}

@media(max-width:767px) {
    .pt-120 {
        padding-top: 0;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .pt-120 {
        padding-top: 60px;
    }
}

.about-pro-active.owl-carousel .owl-nav div {
    position: absolute;
    top: 35px;
    top: -115px;
    left: 30%;
    left: 44.5%;
    width: 65px;
    height: 65px;
    border: 1px solid transparent;
    text-align: center;
    font-size: 16px;
    line-height: 65px;
    color: #ccced4;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.about-pro-active.owl-carousel .owl-nav {
    position: inherit;
}

.about-pro-active.owl-carousel .owl-nav div.owl-next {
    margin-left: 30px;
}

.about-pro-active.owl-carousel .owl-nav div.owl-prev i {
    position: relative;
    right: 2px;
}

.about-pro-active.owl-carousel:hover .owl-nav div {
    visibility: visible;
    opacity: 1;
}

.about-pro-active.owl-carousel:hover .owl-nav div:hover {
    color: #e30613;
}

.counter-area {
    padding-top: 65px;
    padding-bottom: 35px;
}

.counter-area .single-counter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}

@media(max-width:767px) {
    .counter-area .single-counter {
        display: block;
        text-align: center;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .counter-area .single-counter {
        display: block;
        text-align: center;
    }
}

.counter-area .single-counter .icon {
    margin-right: 23px;
}

@media(max-width:767px) {
    .counter-area .single-counter .icon {
        margin-bottom: 20px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .counter-area .single-counter .icon {
        margin-bottom: 20px;
    }
}

.counter-area .single-counter .counter-number {
    margin-top: -10px;
}

.counter-area .single-counter .counter-number h3 {
    margin-bottom: -2px;
    font-family: "Rubik",sans-serif;
    font-size: 46px;
    font-weight: 400;
    color: #020c26;
}

.counter-area .single-counter .counter-number h3 span {
    font-family: "Rubik",sans-serif;
    font-weight: 400;
}

.counter-area .single-counter .counter-number p {
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #848484;
}

.counter-area .single-counter .counter-number p span {
    font-weight: 400;
    color: #020c26;
}

.cta-area {
    padding-top: 145px;
    padding-bottom: 155px;
}

.cta-area .cta-content {
    display: block;
    position: relative;
    padding: 68px 45px 114px 64px;
    background: #e30613;
}

@media(max-width:767px) {
    .cta-area .cta-content {
        padding: 40px 20px 100px 20px;
    }
}

.cta-area .cta-content p.cta {
    margin-bottom: 13px;
    font-size: 44px;
    font-weight: 400;
    line-height: 56px;
    color: #fff;
}

@media(max-width:767px) {
    .cta-area .cta-content p.cta {
        font-size: 23px;
        line-height: 32px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .cta-area .cta-content p.cta br {
        display: none;
    }
}

.cta-area .cta-content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.cta-area .cta-content .cta-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

.cta-area .cta-content .cta-btn i {
    position: relative;
    left: 8px;
}

.dropdown .dropdown-menu {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contact-info {
    margin-bottom: 25px;
}

.contact-info__icon {
    margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
    font-size: 27px;
    color: #8f9195;
}

.contact-info .media-body p.title-media {
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 500;
}

.contact-info .media-body p.title-media a:hover {
    color: #e30613;
}

.contact-info .media-body p {
    color: #8a8a8a;
}

.contact-title {
    margin-bottom: 20px;
    font-size: 27px;
    font-weight: 600;
    font-family: 'Rubik',sans-serif;
    color: #020c26;
}

.form-contact label {
    font-size: 14px;
}

.form-contact .form-group {
    margin-bottom: 30px;
}

.form-contact .form-control {
    height: 48px;
    padding-left: 18px;
    border: 1px solid #e5e6e9;
    border-radius: 0;
    font-size: 13px;
    background: transparent;
}

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

.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999;
}

.form-contact textarea {
    height: 100% !important;
    border-radius: 0;
}

.modal-message .modal-dialog {
    position: absolute;
    top: 36%;
    left: 50%;
    width: 100%;
    margin: 0;
    max-width: 500px;
    transform: translateX(-50%) translateY(-50%) !important;
}

.modal-message .modal-dialog .modal-content .modal-header {
    display: block;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: none;
    text-align: center;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 0;
    color: #fff;
    opacity: 1;
    cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
    display: block;
    padding-bottom: 10px;
    text-align: center;
}

.modal-message .modal-dialog .modal-content .modal-header p {
    display: block;
}

.contact-section {
    /*padding: 0 0 100px;*/
}

@media(max-width:991px) {
    .contact-section {
        /*padding: 70px 0 40px;*/
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .contact-section {
        /*padding: 80px 0 50px;*/
    }
}

.contact-section .btn_2 {
    margin-top: 0;
    padding: 18px 60px;
    border-radius: 50px;
    background-color: #191d34;
}

.contact-section .btn_2:hover {
    background-color: #e30613;
}

.footer-area {
    position: relative;
    padding: 50px 0 0;
    background-image: url(../img/background-img/footer-pattern.png);
}

@media(max-width:991px) {
    .footer-area {
        padding: 30px 0 0;
    }
}

.footer-area .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
}

@media(max-width:991px) {
    .footer-area .single-footer-widget {
        margin-bottom: 30px;
    }
}

.footer-area .single-footer-widget .social-links ul li {
    display: inline-block;
    margin-right: 15px;
}

.footer-area .single-footer-widget .social-links ul li a {
    font-size: 18px;
    color: #010101;
}

.footer-area .single-footer-widget .social-links ul li a:hover {
    color: #e30613;
}

.footer-area .single-footer-widget .office-location ul li strong {
    display: block;
    margin-bottom: 10px;
    font-family: "Rubik",sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #020c26;
}

.footer-area .single-footer-widget .office-location ul li p {
    font-size: 16px;
    color: #5c5c5c;
}

.footer-area .single-footer-widget p {
    line-height: 1.8;
    color: #5c5c5c;
}

.footer-area .single-footer-widget p.location {
    margin-bottom: 43px;
    text-transform: capitalize;
    font-family: 'Rubik',sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #020c26;
}

@media(max-width:1024px) {
    .footer-area .single-footer-widget p.location {
        font-size: 18px;
    }
}

@media(max-width:991px) {
    .footer-area .single-footer-widget p.location {
        margin-bottom: 15px;
    }
}

.footer-area .single-footer-widget ul li {
    margin-bottom: 16px;
}

.footer-area .single-footer-widget ul li a {
    font-size: 16px;
    color: #5c5c5c;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-area .single-footer-widget ul li a:hover {
    color: #e30613;
}

.footer-area .single-footer-widget .form-wrap {
    margin-top: 25px;
}

.footer-area .single-footer-widget input {
    width: 67% !important;
    height: 40px;
    padding-left: 20px;
    border: none;
    border: 0 solid transparent;
    border-radius: 0;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

.footer-area .single-footer-widget input:focus {
    outline: none;
    box-shadow: none;
}

.footer-area .single-footer-widget .click-btn {
    position: relative;
    left: 0;
    padding: 8px 20px;
    border: 0;
    border-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    background-color: #e30613;
}

.footer-area .single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none;
}

@media(max-width:375px) {
    .footer-area .single-footer-widget .click-btn {
        margin-top: 10px;
    }
}

@media(min-width:400px) {
    .footer-area .single-footer-widget .click-btn {
        left: -50px;
    }
}

.footer-area .footer_1 img {
    margin-bottom: 5px;
}

@media(max-width:576px) {
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer_1 img {
        margin-bottom: 20px;
    }
}

.footer-area .footer_1 p {
    margin-top: 7px;
    margin-bottom: 15px;
    margin-bottom: 40px;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #5c5c5c;
}

.footer-area .social_icon {
    margin-top: 27px;
}

.footer-area .social_icon a {
    margin-right: 20px;
    font-size: 14px;
    color: #ccc;
}

.footer-area .social_icon a:hover {
    color: #e30613;
}

.footer-area .footer_3 .footer_img .single_footer_img {
    z-index: 2;
    float: left;
    position: relative;
    width: 31.33%;
    margin: 1%;
}

@media(max-width:576px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }

    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }

    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 31%;
    }

    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 31%;
    }

    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .footer-area .footer_3 .footer_img .single_footer_img {
        width: 20%;
    }

    .footer-area .footer_3 .footer_img .single_footer_img img {
        width: 100%;
    }
}

.footer-area .footer_3 .footer_img .single_footer_img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #000;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-area .footer_3 .footer_img .single_footer_img i {
    z-index: 2;
    position: absolute;
    top: 41%;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    opacity: 0;
}

.footer-area .footer_3 .footer_img .single_footer_img:hover:after {
    opacity: 0.5;
}

.footer-area .footer_3 .footer_img .single_footer_img:hover i {
    opacity: 1;
}

.footer-area .contact_info {
    position: relative;
    margin-bottom: 20px;
}

.footer-area .contact_info:last-child {
    margin-bottom: 0;
}

.footer-area .contact_info p {
    margin-bottom: 10px;
}

.footer-area .contact_info p span {
    font-size: 16px;
    color: #2c3033;
}

.footer-area .btn {
    width: 49px;
    height: 40px;
    border-radius: 0;
    color: #fff;
    background-color: #e30613;
}

.footer-area span.ti-heart {
    margin: 0 2px;
    font-size: 12px;
}

.footer-area .copyright_part_text {
    margin-top: 5px;
    padding: 32px 15px;
    background-color: transparent;
}

.footer-area .copyright_part_text p {
    font-size: 14px;
    font-weight: 400;
    color: #83868c;
}

@media(max-width:576px) {
    .footer-area .copyright_part_text {
        margin-top: 20px;
        text-align: center;
    }

    .footer-area .copyright_part_text p {
        font-size: 13px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer-area .copyright_part_text {
        margin-top: 20px;
        padding: 32px 15px;
        text-align: center;
    }

    .footer-area .copyright_part_text p {
        font-size: 13px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-area .copyright_part_text {
        text-align: center;
    }
}

.footer-area .copyright_part_text a {
    color: #e30613;
}

.footer-area .input-group {
    padding: 5px;
    border: 1px solid #45556a;
}

.footer-area .footer_icon p {
    margin-bottom: 22px;
    font-size: 16px;
    color: #999;
}

.footer-area .footer_icon ul li {
    margin-bottom: 20px;
}

.footer-area .footer_icon ul li i {
    margin-right: 15px;
}

@media(max-width:991px) {
    .footer_icon {
        margin-top: 0;
    }
}

.footer_menu {
    float: right;
}

@media(max-width:576px) {
    .footer_menu {
        float: none;
        margin-top: 15px;
        text-align: center;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer_menu {
        float: none;
        margin-top: 15px;
        text-align: center;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer_menu {
        float: none;
        margin-top: 15px;
        text-align: center;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer_menu {
        float: none;
        margin-top: 15px;
        text-align: center;
    }
}

.footer_menu ul li {
    display: inline-block;
}

.footer_menu ul li a {
    padding: 0 22px;
    color: #5c5c5c !important;
}

.footer_menu ul li a:hover {
    color: #e30613 !important;
}

@media(max-width:576px) {
    .footer_menu ul li a {
        padding: 0 15px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .footer_menu ul li a {
        padding: 0 15px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer_menu ul li a {
        padding: 0 15px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .footer_menu ul li a {
        padding: 0 15px;
    }
}

.ptb200 {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media(max-width:767px) {
    .ptb200 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* BANIERE PAGE */
.banner-bg-1 {
    background-image: url(../img/banner/utilitaire-electriciens-equipe.jpg);
}

.banner-bg-2 {
    background-image: url(../img/banner/utilitaire-plombier-rangement.jpg);
}

.banner-bg-3 {
    background-image: url(../img/banner/utilitaire-boulanger-rangement.jpg);
}

.banner-bg-4 {
    background-image: url(../img/banner/utilitaire-commercant.jpg);
}

.banner-bg-btp {
    background-image: url(../img/banner/utilitaire-btp.jpg);
}

.banner-bg-services {
    background-image: url(../img/banner/utilitaire-services.jpg);
}

.banner-bg-alimentaire {
    background-image: url(../img/banner/utilitaire-alimentaire.jpg);
}


.banner-bg-maintenance {
    background-image: url(../img/banner/maintenance.jpg);
}

.banner-bg-kit-amovible {
    background-image: url(../img/banner/module-van.png);
    height: 576px;
    width: 100%;
}


.breadcrumb {
    margin: 0 !important;
    background-size: cover;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item h1 {
    font-family: "Rubik",sans-serif;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
}

@media(max-width:767px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h1 {
        font-size: 35px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .breadcrumb .breadcrumb_iner .breadcrumb_iner_item h1 {
        font-size: 45px;
    }
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.breadcrumb .breadcrumb_iner .breadcrumb_iner_item p a {
    color: #e30613;
}

.details-bg-1 {
    background-image: url(../img/banner/details-banner.jpg);
}

.details-banner-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: end;
    height: 760px;
    -webkit-box-align: end;
    -ms-flex-align: end;
}

@media(max-width:767px) {
    .details-banner-area {
        height: 460px;
    }
}

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

@media(min-width:992px) and (max-width:1200px) {
    .details-banner-area {
        height: 560px;
    }
}

.details-banner-area .details-banner-text {
    margin-bottom: 131px;
}

.details-banner-area .details-banner-text a {
    display: inline-block;
    margin-bottom: 13px;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #e30613;
}

.details-banner-area .details-banner-text h2 {
    font-family: "Rubik",sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 72px;
    color: #fff;
}

@media(max-width:767px) {
    .details-banner-area .details-banner-text h2 {
        font-size: 25px;
        line-height: 40px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .details-banner-area .details-banner-text h2 {
        font-size: 45px;
        line-height: 60px;
    }
}

@media(max-width:767px) {
    .details-banner-area .details-banner-text h2 br {
        display: none;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .details-banner-area .details-banner-text h2 br {
        display: none;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .details-banner-area .details-banner-text h2 br {
        display: none;
    }
}

.details-banner-area.details-banner-area2 {
    display: table;
    width: 100%;
    height: 100%;
    height: 760px;
}

.details-banner-area.details-banner-area2 .details-banner-inner2 {
    display: table-cell;
    vertical-align: bottom;
}

@media(max-width:767px) {
    .details-banner-area.details-banner-area2 {
        height: 460px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .details-banner-area.details-banner-area2 {
        height: 560px;
    }
}

@media(min-width:992px) and (max-width:1200px) {
    .details-banner-area.details-banner-area2 {
        height: 560px;
    }
}

@media(max-width:767px) {
    .team-area .single-team {
        margin-bottom: 30px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .team-area .single-team {
        margin-bottom: 30px;
    }
}

.team-area .single-team .team-thumb {
    position: relative;
    overflow: hidden;
}

.team-area .single-team .team-thumb img {
    width: 100%;
}

.team-area .single-team .team-thumb .team-hover {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    transform: translateY(100px);
}

.team-area .single-team .team-thumb .team-hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #020c26;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.team-area .single-team .team-thumb .team-hover .team-link {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
}

.team-area .single-team .team-thumb .team-hover .team-link ul li {
    display: inline-block;
}

.team-area .single-team .team-thumb .team-hover .team-link ul li a {
    margin: 0 8px;
    font-size: 18px;
    color: #fff;
}

.team-area .single-team .team-thumb .team-hover .team-link ul li a:hover {
    color: #e30613;
}

.team-area .single-team .team-info {
    margin-top: 24px;
}

.team-area .single-team .team-info h3 {
    margin-bottom: 8px;
    font-family: "Rubik",sans-serif;
    font-weight: 400;
    color: #020c26;
}

.team-area .single-team .team-info p {
    margin-bottom: 0;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
}

.team-area .single-team:hover .team-hover {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

#accordion button {
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-size: 24px;
    font-weight: 400;
    color: #e30613;
}

@media(max-width:767px) {
    #accordion button {
        font-size: 14px;
    }
}

#accordion .card {
    margin-bottom: 15px;
    border: 0 !important;
    border-radius: 0;
}

#accordion .card .card-header {
    padding: 4px 14px;
    border: 0 !important;
    background-color: transparent;
}

@media(max-width:767px) {
    #accordion .card .card-header {
        padding: 4px 0;
    }
}

#accordion .card .card-body {
    padding: 0 30px 32px;
    text-align: justify;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #5c5c5c;
}

#accordion .card .collapse.show {
    border-bottom: 1px solid transparent;
    background: #fff;
}

#accordion h5 {
    z-index: 1;
    position: relative;
}

#accordion h5 button.btn.btn-link {
    color: #e30613;
}

#accordion h5 button.btn.btn-link:after {
    content: "\e646";
    position: absolute;
    top: 50%;
    right: 0;
    height: auto;
    font-family: 'themify';
    font-size: 18px;
    color: #e30613;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#accordion h5 button.btn.btn-link:focus {
    text-decoration: none;
    outline: none;
}

@media(max-width:767px) {
    #accordion h5 button.btn.btn-link {
        padding-left: 0;
    }
}

#accordion h5 button.btn.btn-link.collapsed {
    color: #020c26;
}

#accordion h5 button.btn.btn-link.collapsed:after {
    content: "\e61a";
    font-size: 18px;
    color: #020c26;
}

@media(max-width:767px) {
    #accordion h5 button.btn.btn-link.collapsed {
        padding-left: 0;
    }
}

#accordion .btn-link:hover {
    text-decoration: none;
    color: #182028;
}

#accordion .btn {
    text-align: left !important;
}

.faq-area {
    /*padding-top: 100px;*/
    padding-bottom: 90px;
}

@media(max-width:767px) {
    .faq-area {
        /*padding-top: 60px;*/
        padding-bottom: 30px;
    }
}

.sample-text-area {
    padding: 100px 0 70px 0;
    background: #fff;
}

.text-heading {
    margin-bottom: 30px;
    font-size: 24px;
}

b,
sup,
sub,
u,
del {
    color: #e30613;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2em;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
    color: #828bb2;
}

.button-area {
    background: #fff;
}

.button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
    margin-top: 10px;
    margin-right: 10px;
}

.button-group-area .genric-btn:last-child {
    margin-right: 0;
}

.genric-btn {
    display: inline-block;
    padding: 0 30px;
    text-align: center;
    text-decoration: none;
    font-size: .8em;
    font-weight: 500;
    line-height: 40px;
    outline: none;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.genric-btn:focus {
    outline: none;
}

.genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px;
}

.genric-btn.large {
    line-height: 45px;
}

.genric-btn.medium {
    line-height: 30px;
}

.genric-btn.small {
    line-height: 25px;
}

.genric-btn.radius {
    border-radius: 3px;
}

.genric-btn.circle {
    border-radius: 20px;
}

.genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.genric-btn.arrow span {
    margin-left: 10px;
}

.genric-btn.default {
    border: 1px solid transparent;
    color: #415094;
    background: #f9f9ff;
}

.genric-btn.default:hover {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff;
}

.genric-btn.default-border:hover {
    border: 1px solid transparent;
    color: #415094;
    background: #f9f9ff;
}

.genric-btn.primary {
    border: 1px solid transparent;
    color: #fff;
    background: #e30613;
}

.genric-btn.primary:hover {
    border: 1px solid #e30613;
    color: #e30613;
    background: #fff;
}

.genric-btn.primary-border {
    border: 1px solid #e30613;
    color: #e30613;
    background: #fff;
}

.genric-btn.primary-border:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #e30613;
}

.genric-btn.success {
    border: 1px solid transparent;
    color: #fff;
    background: #4cd3e3;
}

.genric-btn.success:hover {
    border: 1px solid #4cd3e3;
    color: #4cd3e3;
    background: #fff;
}

.genric-btn.success-border {
    border: 1px solid #4cd3e3;
    color: #4cd3e3;
    background: #fff;
}

.genric-btn.success-border:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #4cd3e3;
}

.genric-btn.info {
    border: 1px solid transparent;
    color: #fff;
    background: #38a4ff;
}

.genric-btn.info:hover {
    border: 1px solid #38a4ff;
    color: #38a4ff;
    background: #fff;
}

.genric-btn.info-border {
    border: 1px solid #38a4ff;
    color: #38a4ff;
    background: #fff;
}

.genric-btn.info-border:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #38a4ff;
}

.genric-btn.warning {
    border: 1px solid transparent;
    color: #fff;
    background: #f4e700;
}

.genric-btn.warning:hover {
    border: 1px solid #f4e700;
    color: #f4e700;
    background: #fff;
}

.genric-btn.warning-border {
    border: 1px solid #f4e700;
    color: #f4e700;
    background: #fff;
}

.genric-btn.warning-border:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #f4e700;
}

.genric-btn.danger {
    border: 1px solid transparent;
    color: #fff;
    background: #f44a40;
}

.genric-btn.danger:hover {
    border: 1px solid #f44a40;
    color: #f44a40;
    background: #fff;
}

.genric-btn.danger-border {
    border: 1px solid #f44a40;
    color: #f44a40;
    background: #fff;
}

.genric-btn.danger-border:hover {
    border: 1px solid transparent;
    color: #fff;
    background: #f44a40;
}

.genric-btn.link {
    border: 1px solid transparent;
    text-decoration: underline;
    color: #415094;
    background: #f9f9ff;
}

.genric-btn.link:hover {
    border: 1px solid #f9f9ff;
    color: #415094;
    background: #fff;
}

.genric-btn.link-border {
    border: 1px solid #f9f9ff;
    text-decoration: underline;
    color: #415094;
    background: #fff;
}

.genric-btn.link-border:hover {
    border: 1px solid transparent;
    color: #415094;
    background: #f9f9ff;
}

.genric-btn.disable {
    border: 1px solid transparent;
    color: #222,0.3;
    background: #f9f9ff;
    cursor: not-allowed;
}

.generic-blockquote {
    padding: 30px 50px 30px 30px;
    border-left: 2px solid #e30613;
    background: #f9f9ff;
}

.progress-table-wrap {
    overflow-x: scroll;
}

.progress-table {
    padding: 15px 0 30px 0;
    min-width: 800px;
    background: #f9f9ff;
}

.progress-table .serial {
    width: 11.83%;
    padding-left: 30px;
}

.progress-table .country {
    width: 28.07%;
}

.progress-table .visit {
    width: 19.74%;
}

.progress-table .percentage {
    width: 40.36%;
    padding-right: 50px;
}

.progress-table .table-head {
    display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 40px;
    color: #415094;
}

.progress-table .table-row {
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
    display: flex;
    align-items: center;
}

.progress-table .table-row .country img {
    margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
    width: 80%;
    border-radius: 0;
    background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
    height: 5px;
    line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
    background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
    background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
    background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
    background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
    background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
    background-color: #e66686;
}

.single-gallery-image {
    height: 200px;
    margin-top: 30px;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.list-style {
    width: 14px;
    height: 14px;
}

.unordered-list li {
    position: relative;
    padding-left: 30px;
    line-height: 1.82em !important;
}

.unordered-list li:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 14px;
    height: 14px;
    border: 3px solid #e30613;
    border-radius: 50%;
    background: #fff;
}

.ordered-list {
    margin-left: 30px;
}

.ordered-list li {
    font-weight: 500;
    line-height: 1.82em !important;
    list-style-type: decimal-leading-zero;
    color: #e30613;
}

.ordered-list li span {
    font-weight: 300;
    color: #828bb2;
}

.ordered-list-alpha li {
    margin-left: 30px;
    font-weight: 500;
    line-height: 1.82em !important;
    list-style-type: lower-alpha;
    color: #e30613;
}

.ordered-list-alpha li span {
    font-weight: 300;
    color: #828bb2;
}

.ordered-list-roman li {
    margin-left: 30px;
    font-weight: 500;
    line-height: 1.82em !important;
    list-style-type: lower-roman;
    color: #e30613;
}

.ordered-list-roman li span {
    font-weight: 300;
    color: #828bb2;
}

.single-input {
    display: block;
    width: 100%;
    padding: 0 20px;
    border: none;
    line-height: 40px;
    outline: none;
    background: #f9f9ff;
}

.single-input:focus {
    outline: none;
}

.input-group-icon {
    position: relative;
}

.input-group-icon .icon {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 40px;
}

.input-group-icon .icon i {
    color: #797979;
}

.input-group-icon .single-input {
    padding-left: 45px;
}

.single-textarea {
    display: block;
    width: 100%;
    height: 100px;
    padding: 0 20px;
    border: none;
    line-height: 40px;
    outline: none;
    background: #f9f9ff;
    resize: none;
}

.single-textarea:focus {
    outline: none;
}

.single-input-primary {
    display: block;
    width: 100%;
    padding: 0 20px;
    border: 1px solid transparent;
    line-height: 40px;
    outline: none;
    background: #f9f9ff;
}

.single-input-primary:focus {
    border: 1px solid #e30613;
    outline: none;
}

.single-input-accent {
    display: block;
    width: 100%;
    padding: 0 20px;
    border: 1px solid transparent;
    line-height: 40px;
    outline: none;
    background: #f9f9ff;
}

.single-input-accent:focus {
    border: 1px solid #eb6b55;
    outline: none;
}

.single-input-secondary {
    display: block;
    width: 100%;
    padding: 0 20px;
    border: 1px solid transparent;
    line-height: 40px;
    outline: none;
    background: #f9f9ff;
}

.single-input-secondary:focus {
    border: 1px solid #f09359;
    outline: none;
}

.default-switch {
    position: relative;
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    cursor: pointer;
}

.default-switch input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.default-switch input + label {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #e30613;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.default-switch input:checked + label {
    left: 19px;
}

.primary-switch {
    position: relative;
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    cursor: pointer;
}

.primary-switch input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-switch input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.primary-switch input + label:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8.5px;
    background: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.primary-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.primary-switch input:checked + label:after {
    left: 19px;
}

.primary-switch input:checked + label:before {
    background: #e30613;
}

.confirm-switch {
    position: relative;
    width: 35px;
    height: 17px;
    border-radius: 8.5px;
    background: #f9f9ff;
    cursor: pointer;
}

.confirm-switch input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-switch input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.confirm-switch input + label:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 8.5px;
    background: transparent;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.confirm-switch input + label:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}

.confirm-switch input:checked + label:after {
    left: 19px;
}

.confirm-switch input:checked + label:before {
    background: #4cd3e3;
}

.primary-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    cursor: pointer;
}

.primary-checkbox input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-checkbox input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    cursor: pointer;
}

.primary-checkbox input:checked + label {
    border: none;
    background: url(../img/elements/primary-check.png) no-repeat center center/cover;
}

.confirm-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    cursor: pointer;
}

.confirm-checkbox input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-checkbox input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    cursor: pointer;
}

.confirm-checkbox input:checked + label {
    border: none;
    background: url(../img/elements/success-check.png) no-repeat center center/cover;
}

.disabled-checkbox {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background: #f9f9ff;
    cursor: pointer;
}

.disabled-checkbox input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-checkbox input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    cursor: pointer;
}

.disabled-checkbox input:disabled {
    z-index: 3;
    cursor: not-allowed;
}

.disabled-checkbox input:checked + label {
    border: none;
    background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
}

.primary-radio {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    cursor: pointer;
}

.primary-radio input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.primary-radio input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    cursor: pointer;
}

.primary-radio input:checked + label {
    border: none;
    background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
}

.confirm-radio {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    cursor: pointer;
}

.confirm-radio input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.confirm-radio input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    cursor: pointer;
}

.confirm-radio input:checked + label {
    border: none;
    background: url(../img/elements/success-radio.png) no-repeat center center/cover;
}

.disabled-radio {
    position: relative;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #f9f9ff;
    cursor: pointer;
}

.disabled-radio input {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.disabled-radio input + label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f1f1f1;
    border-radius: 8px;
    cursor: pointer;
}

.disabled-radio input:disabled {
    z-index: 3;
    cursor: not-allowed;
}

.disabled-radio input:checked + label {
    border: none;
    background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
}

.default-select {
    height: 40px;
}

.default-select .nice-select {
    height: 40px;
    padding-right: 40px;
    padding-left: 20px;
    border: none;
    border-radius: 0;
    background: #f9f9ff;
}

.default-select .nice-select .list {
    width: 100%;
    margin-top: 0;
    padding: 10px 0 10px 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.default-select .nice-select .list .option {
    padding-left: 20px;
    min-height: 28px;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.default-select .nice-select .list .option.selected {
    color: #e30613;
    background: transparent;
}

.default-select .nice-select .list .option:hover {
    color: #e30613;
    background: transparent;
}

.default-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.default-select .nice-select::after {
    right: 20px;
}

.form-select {
    width: 100%;
    height: 40px;
}

.form-select .nice-select {
    width: 100%;
    height: 40px;
    padding-right: 40px;
    padding-left: 45px;
    border: none;
    border-radius: 0;
    background: #f9f9ff;
}

.form-select .nice-select .list {
    width: 100%;
    margin-top: 0;
    padding: 10px 0 10px 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.form-select .nice-select .list .option {
    padding-left: 45px;
    min-height: 28px;
    font-size: 12px;
    font-weight: 300;
    line-height: 28px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-select .nice-select .list .option.selected {
    color: #e30613;
    background: transparent;
}

.form-select .nice-select .list .option:hover {
    color: #e30613;
    background: transparent;
}

.form-select .current {
    margin-right: 50px;
    font-weight: 300;
}

.form-select .nice-select::after {
    right: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.section-top-border {
    padding: 50px 0;
    border-top: 1px dotted #eee;
}

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

.mt-30 {
    margin-top: 30px;
}

.switch-wrap {
    margin-bottom: 10px;
}

.latest-blog-area .area-heading {
    margin-bottom: 70px;
}

.blog_area a {
    text-decoration: none;
    color: #666 !important;
    -webkit-transition: .5s;
    transition: .5s;
}

.blog_area a:hover,
.blog_area a:hover {
    text-decoration: none;
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(131deg, #feb47b 0%, #ff7e5f 99%);
    -webkit-background-clip: text;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-blog {
    margin-bottom: 30px;
    overflow: hidden;
}

.single-blog:hover {
    box-shadow: 0 10px 20px 0 rgba(42,34,123,0.1);
}

.single-blog .thumb {
    position: relative;
    overflow: hidden;
}

.single-blog .thumb:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #000;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-blog h4 {
    margin-bottom: 25px;
    padding-bottom: 34px;
    border-bottom: 1px solid #dfdfdf;
}

.single-blog a {
    font-size: 20px;
    font-weight: 600;
}

.single-blog .date {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
    color: #666;
}

.single-blog .tag {
    display: inline-block;
    float: left;
    position: relative;
    margin-right: 22px;
    text-align: left;
    font-size: 13px;
    font-weight: 300;
}

.single-blog .tag:after {
    content: '';
    position: absolute;
    top: 7px;
    right: -12px;
    width: 1px;
    height: 10px;
    background: #acacac;
}

@media(max-width:1199px) {
    .single-blog .tag {
        margin-right: 8px;
    }

    .single-blog .tag:after {
        display: none;
    }
}

.single-blog .likes {
    margin-right: 16px;
}

@media(max-width:800px) {
    .single-blog {
        margin-bottom: 30px;
    }
}

.single-blog .single-blog-content {
    padding: 30px;
}

.single-blog .single-blog-content .meta-bottom p {
    font-size: 13px;
    font-weight: 300;
}

.single-blog .single-blog-content .meta-bottom i {
    margin-right: 7px;
    font-size: 13px;
    color: #fdcb9e;
}

@media(max-width:1199px) {
    .single-blog .single-blog-content {
        padding: 15px;
    }
}

.single-blog:hover .thumb:after {
    opacity: .7;
    -webkit-transition: .5s;
    transition: .5s;
}

@media(max-width:1199px) {
    .single-blog h4 {
        margin-bottom: 12px;
        padding-bottom: 14px;
        border-bottom: 1px solid #dfdfdf;
        transition: all 300ms linear 0s;
    }

    .single-blog h4 a {
        font-size: 18px;
    }
}

.full_image.single-blog {
    position: relative;
}

.full_image.single-blog .single-blog-content {
    visibility: hidden;
    position: absolute;
    bottom: 0;
    left: 35px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

@media(min-width:992px) {
    .full_image.single-blog .single-blog-content {
        bottom: 100px;
    }
}

.full_image.single-blog h4 {
    padding-bottom: 5px;
    border-bottom: none;
    -webkit-transition: .5s;
    transition: .5s;
}

.full_image.single-blog a {
    font-size: 20px;
    font-weight: 600;
}

.full_image.single-blog .date {
    color: #fff;
}

.full_image.single-blog:hover .single-blog-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
}

.l_blog_item .l_blog_text .date {
    margin-top: 24px;
    margin-bottom: 15px;
}

.l_blog_item .l_blog_text .date a {
    font-size: 12px;
}

.l_blog_item .l_blog_text h4 {
    margin-bottom: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s;
}

.l_blog_item .l_blog_text p {
    margin-bottom: 0;
    padding-top: 20px;
}

.causes_slider .owl-dots {
    margin-top: 80px;
    text-align: center;
}

.causes_slider .owl-dots .owl-dot {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    background: #eee;
}

.causes_slider .owl-dots .owl-dot:last-child {
    margin-right: 0;
}

.causes_item {
    background: #fff;
}

.causes_item .causes_img {
    position: relative;
}

.causes_item .causes_img .c_parcent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255,255,255,0.5);
}

.causes_item .causes_img .c_parcent span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 3px;
}

.causes_item .causes_img .c_parcent span:before {
    content: "75%";
    position: absolute;
    right: -10px;
    bottom: 0;
    padding: 0 5px;
    color: #fff;
}

.causes_item .causes_text {
    padding: 30px 35px 40px 30px;
}

.causes_item .causes_text h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}

.causes_item .causes_text p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.causes_item .causes_bottom a {
    float: left;
    width: 50%;
    border: 1px solid;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    color: #fff;
}

.causes_item .causes_bottom a + a {
    border-color: #eee;
    font-size: 14px;
    background: #fff;
}

.latest_blog_area {
    background: #f9f9ff;
}

.single-recent-blog-post {
    margin-bottom: 30px;
}

.single-recent-blog-post .thumb {
    overflow: hidden;
}

.single-recent-blog-post .thumb img {
    transition: all 0.7s linear;
}

.single-recent-blog-post .details {
    padding-top: 30px;
}

.single-recent-blog-post .details .sec_h4 {
    padding: 10px 0 13px;
    line-height: 24px;
    transition: all 0.3s linear;
}

.single-recent-blog-post .date {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.single-recent-blog-post:hover img {
    transform: scale(1.23) rotate(10deg);
}

.tags .tag_btn {
    display: inline-block;
    padding: 1px 18px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.tags .tag_btn + .tag_btn {
    margin-left: 2px;
}

.blog_categorie_area {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media(min-width:900px) {
    .blog_categorie_area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media(min-width:1100px) {
    .blog_categorie_area {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.categories_post {
    position: relative;
    text-align: center;
    cursor: pointer;
}

.categories_post img {
    max-width: 100%;
}

.categories_post .categories_details {
    display: flex;
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: rgba(34,34,34,0.75);
    transition: all 0.3s linear;
}

.categories_post .categories_details h5 {
    position: relative;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}

.categories_post .categories_details p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}

.categories_post .categories_details .border_line {
    width: 100%;
    height: 1px;
    margin: 10px 0;
    background: #fff;
}

.categories_post:hover .categories_details {
    background: rgba(222,99,32,0.85);
}

.blog_item {
    margin-bottom: 50px;
}

.blog_details {
    padding: 30px 0 20px 10px;
    box-shadow: 0 10px 20px 0 rgba(221,221,221,0.3);
}

@media(min-width:768px) {
    .blog_details {
        padding: 60px 30px 35px 35px;
    }
}

.blog_details p {
    margin-bottom: 30px;
}

.blog_details a {
    color: #ff8b23;
}

.blog_details a:hover {
    color: #fe5c24;
}

.blog_details h2 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
}

@media(min-width:768px) {
    .blog_details h2 {
        margin-bottom: 15px;
        font-size: 24px;
    }
}

.blog-info-link li {
    float: left;
    font-size: 14px;
}

.blog-info-link li a {
    color: #999;
}

.blog-info-link li i,
.blog-info-link li span {
    margin-right: 5px;
    font-size: 13px;
}

.blog-info-link li::after {
    content: "|";
    padding-right: 10px;
    padding-left: 10px;
}

.blog-info-link li:last-child::after {
    display: none;
}

.blog-info-link::after {
    content: "";
    display: block;
    display: table;
    clear: both;
}

.blog_item_img {
    position: relative;
}

.blog_item_img .blog_item_date {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 10px;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff;
    background-color: #fe5c24;
}

@media(min-width:768px) {
    .blog_item_img .blog_item_date {
        bottom: -20px;
        left: 40px;
        padding: 13px 30px;
    }
}

.blog_item_img .blog_item_date h3 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

@media(min-width:768px) {
    .blog_item_img .blog_item_date h3 {
        font-size: 30px;
    }
}

.blog_item_img .blog_item_date p {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}

@media(min-width:768px) {
    .blog_item_img .blog_item_date p {
        font-size: 18px;
    }
}

.blog_right_sidebar .widget_title {
    margin-bottom: 40px;
    font-size: 20px;
}

.blog_right_sidebar .widget_title::after {
    content: "";
    display: block;
    padding-top: 15px;
    border-bottom: 1px solid #f0e9ff;
}

.blog_right_sidebar .single_sidebar_widget {
    margin-bottom: 30px;
    padding: 30px;
    background: #fbf9ff;
}

.blog_right_sidebar .single_sidebar_widget .btn_1 {
    margin-top: 0;
}

.blog_right_sidebar .search_widget .form-control {
    height: 50px;
    padding-left: 20px;
    border-color: #f0e9ff;
    border-right: 0;
    border-radius: 0;
    font-size: 13px;
    color: #999;
}

.blog_right_sidebar .search_widget .form-control::placeholder {
    color: #999;
}

.blog_right_sidebar .search_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}

.blog_right_sidebar .search_widget .input-group button {
    padding: 4px 15px;
    border: 1px solid #f0e9ff;
    border-left: 0;
    background: #fff;
}

.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
    font-size: 14px;
    color: #999;
}

.blog_right_sidebar .newsletter_widget .form-control {
    height: 50px;
    padding-left: 20px;
    border-color: #f0e9ff;
    border-radius: 0;
    font-size: 13px;
    color: #999;
}

.blog_right_sidebar .newsletter_widget .form-control::placeholder {
    color: #999;
}

.blog_right_sidebar .newsletter_widget .form-control:focus {
    border-color: #f0e9ff;
    outline: 0;
    box-shadow: none;
}

.blog_right_sidebar .newsletter_widget .input-group button {
    padding: 4px 15px;
    border: 1px solid #f0e9ff;
    border-left: 0;
    background: #fff;
}

.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
    font-size: 14px;
    color: #999;
}

.blog_right_sidebar .post_category_widget .cat-list li {
    padding-bottom: 12px;
    border-bottom: 1px solid #f0e9ff;
    transition: all 0.3s ease 0s;
}

.blog_right_sidebar .post_category_widget .cat-list li:last-child {
    border-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li a {
    font-size: 14px;
    line-height: 20px;
    color: #888;
}

.blog_right_sidebar .post_category_widget .cat-list li a p {
    margin-bottom: 0;
}

.blog_right_sidebar .post_category_widget .cat-list li + li {
    padding-top: 15px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body {
    align-self: center;
    justify-content: center;
    padding-left: 20px;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 20px;
    transition: all 0.3s linear;
}

.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
    color: #fff;
}

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

.blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px;
}

.blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block;
}

.blog_right_sidebar .tag_cloud_widget ul li a {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 8px;
    padding: 4px 20px;
    border: 1px solid #eee;
    font-size: 13px;
    color: #888;
    background: #fff;
    transition: all 0.3s ease 0s;
}

.blog_right_sidebar .tag_cloud_widget ul li a:hover {
    text-decoration: none;
    -webkit-text-fill-color: #fff;
    color: #fff !important;
    background: #fe5c24;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog_right_sidebar .instagram_feeds .instagram_row {
    display: flex;
    margin-right: -6px;
    margin-left: -6px;
}

.blog_right_sidebar .instagram_feeds .instagram_row li {
    float: left;
    width: 33.33%;
    margin-bottom: 15px;
    padding-right: 6px;
    padding-left: 6px;
}

.blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    margin: 30px 0;
    background: #eee;
}

.blog-pagination {
    margin-top: 80px;
}

.blog-pagination .page-link {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    margin-right: 10px;
    margin-left: -1px;
    padding: 0;
    border: 1px solid #f0e9ff;
    border-radius: 0 !important;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: #8a8a8a;
}

.blog-pagination .page-link i,
.blog-pagination .page-link span {
    font-size: 13px;
}

.blog-pagination .page-item.active .page-link {
    border-color: #f0e9ff;
    color: #888;
    background-color: #fbf9ff;
}

.blog-pagination .page-item:last-child .page-link {
    margin-right: 0;
}

.single-post-area .blog_details {
    padding: 0;
    box-shadow: none;
}

.single-post-area .social-links {
    padding-top: 10px;
}

.single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px;
}

.single-post-area .social-links li a {
    padding: 7px;
    font-size: 14px;
    color: #ccc;
    transition: all 0.2s linear;
}

.single-post-area .blog_details {
    padding-top: 26px;
}

.single-post-area .blog_details p {
    margin-bottom: 20px;
    font-size: 15px;
}

.single-post-area .quote-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px;
    font-style: italic;
    line-height: 1.733;
    color: #888;
    background: rgba(130,139,178,0.1);
}

@media(min-width:768px) {
    .single-post-area .quote-wrapper {
        padding: 30px;
    }
}

.single-post-area .quotes {
    padding: 15px 15px 15px 20px;
    border-left: 2px solid;
    background: #fff;
}

@media(min-width:768px) {
    .single-post-area .quotes {
        padding: 25px 25px 25px 30px;
    }
}

.single-post-area .arrow {
    position: absolute;
}

.single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600;
}

.single-post-area .thumb .overlay-bg {
    background: rgba(0,0,0,0.8);
}

.single-post-area .navigation-top {
    padding-top: 15px;
    border-top: 1px solid #f0e9ff;
}

.single-post-area .navigation-top p {
    margin-bottom: 0;
}

.single-post-area .navigation-top .like-info {
    font-size: 14px;
}

.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
    margin-right: 5px;
    font-size: 16px;
}

.single-post-area .navigation-top .comment-count {
    font-size: 14px;
}

.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
    margin-right: 5px;
    font-size: 16px;
}

.single-post-area .navigation-top .social-icons li {
    display: inline-block;
    margin-right: 15px;
}

.single-post-area .navigation-top .social-icons li:last-child {
    margin: 0;
}

.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
    font-size: 14px;
    color: #999;
}

.single-post-area .blog-author {
    margin-top: 50px;
    padding: 40px 30px;
    background: #fbf9ff;
}

@media(max-width:600px) {
    .single-post-area .blog-author {
        padding: 20px 8px;
    }
}

.single-post-area .blog-author img {
    width: 90px;
    height: 90px;
    margin-right: 30px;
    border-radius: 50%;
}

@media(max-width:600px) {
    .single-post-area .blog-author img {
        width: 45px;
        height: 45px;
        margin-right: 15px;
    }
}

.single-post-area .blog-author a {
    display: inline-block;
}

.single-post-area .blog-author a:hover {
    color: #fe5c24;
}

.single-post-area .blog-author p {
    margin-bottom: 0;
    font-size: 15px;
}

.single-post-area .blog-author h4 {
    font-size: 16px;
}

.single-post-area .navigation-area {
    margin-top: 55px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.single-post-area .navigation-area p {
    margin-bottom: 0;
}

.single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
}

.single-post-area .navigation-area .nav-left {
    text-align: left;
}

.single-post-area .navigation-area .nav-left .thumb {
    margin-right: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-left .thumb img {
    -webkit-transition: .5s;
    transition: .5s;
}

.single-post-area .navigation-area .nav-left .lnr {
    margin-left: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-post-area .navigation-area .nav-left:hover .lnr {
    opacity: 1;
}

.single-post-area .navigation-area .nav-left:hover .thumb img {
    opacity: .5;
}

@media(max-width:767px) {
    .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px;
    }
}

.single-post-area .navigation-area .nav-right {
    text-align: right;
}

.single-post-area .navigation-area .nav-right .thumb {
    margin-left: 20px;
    background: #000;
}

.single-post-area .navigation-area .nav-right .thumb img {
    -webkit-transition: .5s;
    transition: .5s;
}

.single-post-area .navigation-area .nav-right .lnr {
    margin-right: 20px;
    opacity: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.single-post-area .navigation-area .nav-right:hover .lnr {
    opacity: 1;
}

.single-post-area .navigation-area .nav-right:hover .thumb img {
    opacity: .5;
}

@media(max-width:991px) {
    .single-post-area .sidebar-widgets {
        padding-bottom: 0;
    }
}

.comments-area {
    margin-top: 50px;
    padding: 45px 0;
    border-top: 1px solid #eee;
    background: transparent;
}

@media(max-width:414px) {
    .comments-area {
        padding: 50px 8px;
    }
}

.comments-area h4 {
    margin-bottom: 35px;
    font-size: 18px;
}

.comments-area h5 {
    margin-bottom: 0;
    font-size: 16px;
}

.comments-area .comment-list {
    padding-bottom: 48px;
}

.comments-area .comment-list:last-child {
    padding-bottom: 0;
}

.comments-area .comment-list.left-padding {
    padding-left: 25px;
}

@media(max-width:413px) {
    .comments-area .comment-list .single-comment h5 {
        font-size: 12px;
    }

    .comments-area .comment-list .single-comment .date {
        font-size: 11px;
    }

    .comments-area .comment-list .single-comment .comment {
        font-size: 10px;
    }
}

.comments-area .thumb {
    margin-right: 20px;
}

.comments-area .thumb img {
    width: 70px;
    border-radius: 50%;
}

.comments-area .date {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 14px;
    color: #999;
}

.comments-area .comment {
    margin-bottom: 10px;
    font-size: 15px;
    color: #777;
}

.comments-area .btn-reply {
    display: block;
    padding: 5px 18px;
    font-size: 14px;
    font-weight: 400;
    color: #888;
    background-color: transparent;
}

.comment-form {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-top: 45px;
    border-top: 1px solid #eee;
}

.comment-form .form-group {
    margin-bottom: 30px;
}

.comment-form h4 {
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 22px;
}

.comment-form .name {
    padding-left: 0;
}

@media(max-width:767px) {
    .comment-form .name {
        margin-bottom: 1rem;
        padding-right: 0;
    }
}

.comment-form .email {
    padding-right: 0;
}

@media(max-width:991px) {
    .comment-form .email {
        padding-left: 0;
    }
}

.comment-form .form-control {
    height: 48px;
    padding-left: 18px;
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    font-size: 13px;
    background: transparent;
}

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

.comment-form .form-control::placeholder {
    font-weight: 300;
    color: #999;
}

.comment-form .form-control::placeholder {
    color: #777;
}

.comment-form textarea {
    height: 100% !important;
    padding-top: 18px;
    border-radius: 12px;
}

.comment-form::-webkit-input-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form::-moz-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form:-ms-input-placeholder {
    font-size: 13px;
    color: #777;
}

.comment-form:-moz-placeholder {
    font-size: 13px;
    color: #777;
}

.blog_part {
    margin-bottom: 140px;
}

@media(max-width:576px) {
    .blog_part {
        margin-bottom: 0;
        padding: 0 0 70px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog_part {
        margin-bottom: 0;
        padding: 0 0 70px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part {
        margin-bottom: 0;
        padding: 0 0 70px;
    }
}

.blog_part .blog_right_sidebar .widget_title {
    margin-bottom: 40px;
    font-size: 20px;
    font-style: inherit !important;
}

@media(max-width:576px) {
    .blog_part .single-home-blog {
        margin-top: 20px;
        margin-bottom: 140px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog_part .single-home-blog {
        margin-top: 20px;
        margin-bottom: 140px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog {
        margin-top: 20px;
        margin-bottom: 140px;
    }
}

.blog_part .single-home-blog .card-img-top {
    border-radius: 0;
}

.blog_part .single-home-blog .card {
    position: relative;
    border: 0 solid transparent;
    border-radius: 0;
    background-color: transparent;
}

.blog_part .single-home-blog .card .card-body {
    position: absolute;
    bottom: -140px;
    left: 20px;
    padding: 25px 10px 29px 40px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: -7.552px 9.326px 20px 0 rgba(1,84,85,0.1);
}

@media(max-width:576px) {
    .blog_part .single-home-blog .card .card-body {
        bottom: -140px;
        left: 10px;
        padding: 15px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog_part .single-home-blog .card .card-body {
        bottom: -140px;
        left: 10px;
        padding: 15px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card .card-body {
        padding: 20px;
    }
}

.blog_part .single-home-blog .card .card-body a {
    text-transform: uppercase;
    color: #fe5c24;
    -webkit-transition: .8s;
    transition: .8s;
}

.blog_part .single-home-blog .card .card-body a:hover {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);
    -webkit-background-clip: text;
}

.blog_part .single-home-blog .card .dot {
    position: relative;
    padding-left: 20px;
}

.blog_part .single-home-blog .card .dot:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fe5c24;
}

.blog_part .single-home-blog .card span {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #8a8a8a;
}

@media(max-width:576px) {
    .blog_part .single-home-blog .card span {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog_part .single-home-blog .card span {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog .card span {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card span {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.blog_part .single-home-blog .card h5 {
    margin-bottom: 22px;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    -webkit-transition: .8s;
    transition: .8s;
}

@media(max-width:576px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card h5 {
        margin-bottom: 10px;
        font-size: 18px;
    }
}

.blog_part .single-home-blog .card h5:hover {
    -webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(131deg, #feb47b 0%, #ff7e5f 99%);
    -webkit-background-clip: text;
    -webkit-animation: 1s;
    -webkit-transition: .8s;
    transition: .8s;
}

.blog_part .single-home-blog .card ul li {
    display: inline-block;
    margin-right: 14px;
    color: #8a8a8a;
}

@media(max-width:576px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
    .blog_part .single-home-blog .card ul li {
        margin-right: 10px;
    }
}

.blog_part .single-home-blog .card ul li span {
    margin-right: 10px;
    font-size: 12px;
}

.intro-service {
    margin-bottom: 50px;
    text-align: justify;
}

label.error {
    color: red;
    padding-left: 1em;
}

.ligne-contenu {
    padding-top: 30px;
    padding-bottom: 120px;
}

.ligne-contenu p {
    margin-top: 18px;
    margin-bottom: 21px;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
}

@media(max-width:767px) {
    .header-area .main-header-area .main-menu ul li a i {
        display: none !important;
    }
}

.faq-area .single-footer-widget p.faq {
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
}

@media(max-width:767px) {
    #titleArtirent {
        display: inline-block;
    }
}

.arrow-slider {
    width: 30px !important;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 3px;
    margin-right: 3px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
    .arrow-slider {
        width: 40px !important;
        margin-bottom: 7px;
        margin-right: 7px;
    }
}

.text-metier {
    font-size: 1.2em;
}

.metier-img img {
    width: 100%;
}

.metier-introduction {
    font-size: 1.4em;
}

.intro-jobs h2 {
    font-size: 1.4em;
}

.single-jobs .jobs-info h3 {
    font-size: 1.3em;
    font-weight: 400;
}

a.interne {
    color: #007890;
    text-decoration: none; 
    /*text-decoration: underline;*/
}

a.interne:hover {
    color: #020c26;
}

h4.ariane {
    display: inline;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

a.ariane {
    color: #a9a9a9;
}

span.ariane {
    color: white;
}

.bg-grey-metier {
    background-color: #EBEAE6;
}

/* A PROPOS */

.about-us span {
    font-family: "Rubik", sans-serif;
    font-size: 22px;
}

.about-us p {
    margin-top: 18px;
    margin-bottom: 21px;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #5c5c5c;
}


/* MENTION LEGALE et POLITIQUE DE CONFIDENTIALITE */

p.mentionsLegales span.titleLegale {
    line-height: 1.2em;
    font-size: 18px;
    font-family: 'Rubik',sans-serif;
    color: #020c26;
    font-weight: 500;
} 

/* SIMULATION */

.disponible-prochainement {
    font-size: 2em;
}

/* TEAM */

.presentation-team .container .head {
    /*width: 5px;*/
}

.presentation-team .container .team {
    font-size: 1.5em;
    color: #020c26;
    font-family: "Rubik",sans-serif;
}

.presentation-team .container .name {
    font-size: 1.2em;
    font-weight: 500;
    color: #020c26;
    font-family: "Rubik",sans-serif;
}


/* CONFIANCE */
.marque .container-confiance {
  position: relative;
  /*width: 50%;*/
}

.marque .container-confiance .image {
  display: block;
  width: 100%;
  height: auto;
}

.marque .container-confiance .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #e30613;
}

.marque .container-confiance .overlay:before {
    background-color: #e30613;
}

.marque .container-confiance:hover .overlay {
  opacity: 1;
}

.marque .container-confiance .overlay .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}