@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon/icomoon.eot?srf3rx");
    src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: "PT Sans Narrow";
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.5);
}

.resp {
    height: 70px;
    background-color: #F3F3F3;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 10000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 992px) {
    body {
        font-size: 16px;
    }

    .main_right {
        display: block;
    }

    .row {
        margin: 0;
    }

    .sub_main_flex {
        padding: 3em 1em !important;
    }
}

a {
    color: #FF3600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #FF3600;
    outline: none;
}

p {
    margin-bottom: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222;
    font-family: "PT Sans Narrow";
    font-weight: 400;
    margin: 0 0 30px 0;
}

h1 {
    font-variant: small-caps;
}

figure {
    margin-bottom: 2.5em;
    float: left;
    width: 100%;
}

::-webkit-selection {
    color: #fff;
    background: #FF3600;
}

::-moz-selection {
    color: #fff;
    background: #FF3600;
}

::selection {
    color: #fff;
    background: #FF3600;
}

#sdvweb-page {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#sdvweb-aside {
    padding-top: 40px;
    padding-bottom: 40px;
    width: 15%;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    /*overflow-y: scroll;*/
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#sdvweb-aside.border {
    border-right: 1px solid #e6e6e6;
}

@media screen and (max-width: 1200px) {
    #sdvweb-aside {
        width: 30%;
    }
}

@media screen and (max-width: 768px) {
    #sdvweb-aside {
        width: 270px;
        -moz-transform: translateX(-270px);
        -webkit-transform: translateX(-270px);
        -ms-transform: translateX(-270px);
        -o-transform: translateX(-270px);
        transform: translateX(-270px);
    }

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

#sdvweb-aside #sdvweb-logo {
    text-align: center;
}

#sdvweb-aside #sdvweb-main-menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #sdvweb-aside #sdvweb-main-menu ul {
        margin: 0 0 2em 0;
    }
}

#sdvweb-aside #sdvweb-main-menu ul li {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

#sdvweb-aside #sdvweb-main-menu ul li a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: none;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 10px 10px;
    letter-spacing: .2em;
    font-family: "PT Sans Narrow";
}

#sdvweb-aside #sdvweb-main-menu ul li a:after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 7px;
    left: 10px;
    right: 10px;
    background-color: #FF3600;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#sdvweb-aside #sdvweb-main-menu ul li a:hover {
    text-decoration: none;
    color: black;
}

#sdvweb-aside #sdvweb-main-menu ul li a:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#sdvweb-aside #sdvweb-main-menu ul li.sdvweb-active a {
    color: black;
}

#sdvweb-aside #sdvweb-main-menu ul li.sdvweb-active a:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

#sdvweb-aside .sdvweb-footer {
    position: absolute;
    bottom: 40px;
    font-size: 15px;
    text-align: center;
    width: 100%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    font-variant: small-caps;
}


.spaced {
    padding: 90px 0;
}

.spaced_top {
    padding-top: 70px;
}

.spaced_bottom {
    padding-bottom: 70px;
}

.spaced_xs {
    padding: 50px 0;
}

.btn-outline-danger:hover {
    background: #FF3600;
}

/******************************* INDEX ************************************** /
        

        /* <-- SLIDER --> */

svg {
    display: block;
    overflow: visible;
}

.slider-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
}

.slider-control.inactive:hover {
    cursor: auto;
}

.slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
}

.slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
}

.slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
}

.slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
}

.slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #ff3600;
    cursor: pointer;
}

.slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.7rem;
    height: 0.7rem;
    background: #ff3600;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
}

.slider-pagi__elem.active:before,
.slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1);
}

.slider {
    z-index: 1;
    position: relative;
    height: 100%;
}

.slider.animating {
    transition: transform 0.5s;
    will-change: transform;
}

.slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform;
}

.slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide.active .slide__overlay,
.slide.active .slide__text {
    opacity: 1;
    transform: translateX(0);
}

.slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
}

.slide:nth-child(1) {
    left: 0;
}

.slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url("../img/header-b-1920.jpg");
    background-position: center;
}

.slide:nth-child(1) .slide__overlay-path {
    fill: rgba (33, 33, 33, .8);
}

@media (max-width: 991px) {
    .slide:nth-child(1) .slide__text {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .slide:nth-child(1) .slide__bg {
        background-image: url("../img/header-b-1920.jpg");
        background-position: 80% 5%;
    }
}

.slide:nth-child(2) {
    left: 100%;
}

.slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url("../img/header-c-graph.jpg");
    background-position: center;
}

.slide:nth-child(2) .slide__overlay-path {
    fill: rgba (66, 66, 66, .8);
}

@media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .slide:nth-child(2) .slide__bg {
        background-image: url("../img/header-c-graph.jpg");
        background-position: 70% 5%;
    }
}

.slide:nth-child(3) {
    left: 200%;
}

.slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url("../img/index/index-bg-c.jpg");
}

.slide:nth-child(3) .slide__overlay-path {
    fill: rgba (33, 33, 33, .8);
}

@media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .slide:nth-child(3) .slide__bg {
        background-image: url("../img/index/index-bg-c.jpg");
        background-position: 70% 5%;
    }
}

/* .slide:nth-child(4) {
            left: 300%;
        }

        .slide:nth-child(4) .slide__bg {
            left: -150%;
            background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
        }

        .slide:nth-child(4) .slide__overlay-path {
            fill: #cbc6c3;
        }

        @media (max-width: 991px) {
            .slide:nth-child(4) .slide__text {
                background-color: rgba(203, 198, 195, 0.8);
            }
        } */

.slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
}

@media (max-width: 991px) {
    .slide__overlay {
        display: none;
    }
}

.slide__overlay path {
    opacity: 0.8;
}

.slide__text {
    position: absolute;
    width: 50%;
    bottom: 15%;
    left: 12%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0;
}

.slide__text-heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 5rem;
    margin-bottom: 3.5rem;
    color: #FF3600;
    font-weight: 900;
}

h3.slide__text-heading {
    font-size: 4rem;
    text-align: left;
}


@media (max-width: 991px) {

    .slide__text {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50%;
        text-align: center;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 1rem;
    }

    ::selection {
        color: #fff;
        background: #FF3600;
    }

    ::selection {
        color: #fff;
        background: #FF3600;
    }

    .slide__text-heading {
        line-height: 4.5rem;
        font-size: 3.6rem;
    }

    #derniersprojets h3.slide__text-heading {
        padding: 0 2em;
    }

    .slide__text button.learn-more .button-text {
        line-height: 1.5 !important;
    }

    .lbgd {
        width: 80%;
        margin: 2rem auto;
    }
}

@media (max-width: 576px) {

    .slide__text {
        left: 0;
        bottom: 20%;
        width: 100%;
        height: 25%;
        text-align: center;
        transform: translateY(50%);
        transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
        padding: 0 1rem;
        display: flex;
    }

    .slide__text .slide__text-heading {
        line-height: 3.6rem;
        font-size: 2.6rem;
        width: 95%;
        margin: 1rem auto;
        align-self: center;
    }

    .slide__text button.learn-more {
        display: none;
    }

    h3.slide__text-heading {
        font-size: 3rem;
        padding: 0 2rem;
    }

    .slider-pagi {
        display: none;
    }

}


.slide__text-desc {
    font-family: inherit;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

@media (max-width: 991px) {
    .slide__text-desc {
        display: none;
    }
}

.slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-family: inherit;
    font-size: 2.3rem;
    perspective: 1000px;
}

@media (max-width: 991px) {
    .slide__text-link {
        display: none;
    }
}

.slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform;
}

.slide__text-link:hover:before {
    transform: rotateX(0);
}

/* <-- BOUTONS DU SLIDER --> */

.slide__text button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    outline: none;
    border: 0;
    vertical-align: middle;
    text-decoration: none;
    background: transparent;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

.slide__text button.learn-more {
    width: 18rem;
    height: auto;
}

.slide__text button.learn-more .circle {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: relative;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    background: #fff;
    border-radius: 1.5rem;
}

.slide__textbutton.learn-more .circle .icon {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.slide__text button.learn-more .circle .icon.arrow {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    left: 0.625rem;
    width: 1.125rem;
    height: 0.125rem;
    background: none;
}

.slide__text button.learn-more .circle .icon.arrow::before {
    position: absolute;
    content: "";
    top: 1rem;
    right: 1.2rem;
    width: 1rem;
    height: 1rem;
    border-top: 0.25rem solid #ff3600;
    border-right: 0.25rem solid #ff3600;
    transform: rotate(45deg);
}

.slide__text button.learn-more .button-text {
    transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.75rem 0;
    margin: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.slide__text button.learn-more .button-text:hover {
    color: #000;
}

.slide__text button:hover .circle {
    width: 100%;
}

.slide__text button:hover .circle .icon.arrow {
    background: #fff;
    transform: translate(1rem, 0);
}

.slide__text button:hover .button-text {
    color: #fff;
}

/* CARDS */

.home_card .card {
    align-items: center;
    background: #000;
    color: white;
}

.home_card .card h4 {
    color: #FF3600;
}

.card {
    border: none;
}

.card-img {
    border-radius: 0;
}

.vgr-cards .card {
    display: flex;
    flex-flow: wrap;
    flex: 100%;
    margin-bottom: 40px;
}

.vgr-cards .card:nth-child(even) .card-img-body {
    order: 2;
}

.vgr-cards .card:nth-child(even) .card-body {
    padding-left: 0;
    padding-right: 1.25rem;
}

@media (max-width: 576px) {
    .vgr-cards .card {
        display: block;
    }

}

.vgr-cards .card-img-body {
    flex: 1;
    overflow: hidden;
    position: relative;
}

@media (max-width: 576px) {
    .vgr-cards .card-img-body {
        width: 100%;
        height: 200px;
        margin-bottom: 20px;
    }
}

.vgr-cards .card-img {
    width: 100%;
    height: auto;
    position: absolute;
    margin-left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 1140px) {
    .vgr-cards .card-img {
        margin: 0;
        transform: none;
        width: 100%;
        height: auto;
    }
}

.vgr-cards .card-body {
    flex: 2;
    padding: 0 0 0 1.25rem;
}

@media (max-width: 576px) {
    .vgr-cards .card-body {
        padding: 0;
    }
}


/* REALISATIONS */

#for_smscr {
    display: none;
}


@media (max-width: 768px) {

    /* .slider-container {
        display: none;
    } */

    #for_lgscr {
        display: none;
    }

    #for_smscr {
        display: block;
    }

    #for_smscr .card {
        background: transparent;
        color: white;
    }

    #for_smscr .card .card-title {

        font-size: 2rem;
        margin-bottom: 0.5rem;
        color: #FF3600;
        margin: 1rem auto;
        text-align: center;
    }

    #for_smscr .card .card-text {
        color: white;
        text-align: center;
    }

    #for_smscr .card .card-body a.btn-outline-primary {
        margin: 1rem auto;
        display: block;
        border-color: #FF3600;
        color: #FF3600;
    }

    #for_smscr .card .card-body a.btn-outline-primary:hover {
        background: #ff3600;
        color: white;
    }

}

/* SERVICES */

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: 60px auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    /*border-radius: 25px;*/
    height: 400px;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }

    .sub_main_flex {
        padding: 6em 1em !important;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
    transition-delay: 0.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
    transition-delay: 0.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
    /*    transition-delay: 0.6s;*/
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
    transition-delay: 0.7s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
    transition-delay: 0.8s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
    transition-delay: 0.9s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
    transition-delay: 1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
    transition-delay: 1.1s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
    transition-delay: 1.2s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
    transition-delay: 1.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
    transition-delay: 1.4s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
    transition-delay: 1.5s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
    transition-delay: 1.6s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
    transition-delay: 1.7s;
}

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    /*border-radius: 20px;*/
    transform: translateX(-80px);
    overflow: hidden;
}

.blog-slider__img:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    /*border-radius: 20px;*/
    opacity: 0.7;
}

.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    /*border-radius: 20px;*/
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}

.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.blog-slider__button {
    display: inline-flex;
    background-color: #ff3600;
    padding: 15px 35px;
    /*border-radius: 50px;*/
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 700;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    transition: ease 0.3s;
}

.blog-slider__button:hover {
    background: #FF4B19;
    color: white;
    transition: ease 0.3s;
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fd3838;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 992px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }

    .my-services {
        height: auto !important;
    }
}

.my-services {
    background-image: url(../img/index/index-bg-b.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 100vh;*/
    padding-top: 90px;
}


/* OTHER FLIP */


.flip-boxes {
    justify-content: center;
}

.flip-box {
    display: flex;
    align-content: stretch;
    width: 400px;
    height: 400px;
    flex-wrap: wrap;
    position: relative;
    border: 15px solid transparent;
    padding: 0;
    border-top: 0;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.flip-box:hover .back {
    transform: rotateY(0deg);
    z-index: 10;
}

.flip-box:hover .front {
    transform: rotateY(180deg);
    z-index: -1;
}

.flip-box .back,
.flip-box .front {
    position: relative;
    background-color: #1b2d61;
    color: white;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 0 0 100%;
    -webkit-transition: all 1s cubic-bezier(0.5, 1, 0.5, 1);
    transition: all 1s cubic-bezier(0.5, 1.3, 0.5, 1.3);
    transform-style: preserve-3d;
    background-size: cover;
    background-position: center;
}

.flip-box .back {
    background: linear-gradient(45deg, #FF3600, #FFEB3B);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    transform: rotateY(-180deg);
}

.flip-box .back a {
    text-decoration: none;
    color: inherit;
}

.flip-box .back:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 15px solid transparent;
    border-bottom-color: #FF3600;
    border-left-color: #FF3600;
}

.flip-box .front {
    z-index: 10;
}

.flip-box .front .content {
    font-size: 2rem;
}

.flip-box .front:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    border: 15px solid #cecece;
    border-bottom-color: black;
    border-right-color: black;
}

.flip-box .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    -webkit-transform: translateZ(50px);
    transform: translateZ(50px);
    /*text-shadow: 0px 0px 2px black;*/
    padding: 40px;
    height: 100%;
}


.depannage .col-md-2 {
    align-self: stretch;
    text-align: center;
    border: 1px solid white;
    padding: 20px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: .4em;
    margin-top: 50px;
    margin-bottom: 50px;
}

.depannage .col-md-2 i {

    margin-bottom: 15px;
}

.depannage .col-md-2 p {
    margin: 0;
}


h3.sdvweb-work-title {
    font-variant: small-caps;
    line-height: 36px;
    color: #ff3600;
}

p.sdvweb-work-title {
    padding-bottom: 10px;
    border-bottom: 2px dotted #FF3600;
    color: white;
}

.imgzoom {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.imgzoom img {
    max-width: 100%;
    ;
    -webkit-transition: all 1s ease;
    /* Safari and Chrome */
    -moz-transition: all 1s ease;
    /* Firefox */
    -ms-transition: all 1s ease;
    /* IE 9 */
    -o-transition: all 1s ease;
    /* Opera */
    transition: all 1s ease;
}

.imgzoom img:hover {
    -webkit-transform: scale(1.25);
    /* Safari and Chrome */
    -moz-transform: scale(1.25);
    /* Firefox */
    -ms-transform: scale(1.25);
    /* IE 9 */
    -o-transform: scale(1.25);
    /* Opera */
    transform: scale(1.25);
}

.sombre img {
    -webkit-filter: grayscale(0%);
    moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.5s ease;
}

.sombre img:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.shadow {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.09) !important;
}

#center i {
    display: block;
    text-align: center;
    color: #FF3600;
    font-size: 70px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    #sdvweb-aside .sdvweb-footer {
        position: relative;
        bottom: 0;
    }
}

#sdvweb-aside .sdvweb-footer span {
    display: block;
}

#sdvweb-aside .sdvweb-footer ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

#sdvweb-aside .sdvweb-footer ul li {
    padding: 0;
    margin: 0;
    display: inline;
    list-style: none;
}

#sdvweb-aside .sdvweb-footer ul li a {
    color: rgba(0, 0, 0, 0.7);
    padding: 4px;
}

#sdvweb-aside .sdvweb-footer ul li a:hover,
#sdvweb-aside .sdvweb-footer ul li a:active,
#sdvweb-aside .sdvweb-footer ul li a:focus {
    text-decoration: none;
    outline: none;
    color: #FF3600;
}

#sdvweb-main {
    width: 85%;
    float: right;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-color: #000;
    color: #FFF;
}

@media screen and (max-width: 1200px) {
    #sdvweb-main {
        width: 70%;
    }
}

@media screen and (max-width: 768px) {
    #sdvweb-main {
        width: 100%;
    }
}

#sdvweb-main .sdvweb-narrow-content {
    position: relative;
    width: 85%;
    margin: 0 auto;
    /*padding: 1.2em 0;*/
}

@media screen and (max-width: 768px) {
    #sdvweb-main .sdvweb-narrow-content {
        width: 100%;
        padding: 6em 1em;
    }
}

body.offcanvas {
    overflow-x: hidden;
}

body.offcanvas #sdvweb-aside {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    width: 270px;
    background: #fff;
    z-index: 999;
    position: fixed;
}

body.offcanvas #sdvweb-main,
body.offcanvas .sdvweb-nav-toggle {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}

.sub_main .work-item {
    height: 99vh;
}

.work-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: black;
    /*height: 100vh;*/
    margin-bottom: 10px;
}

.work-item:after {
    content: "";
    width: 3px;
    height: 12%;
    background: #fff;
    position: absolute;
    top: 44%;
    right: 0;
}

.work-item a {
    border: none;
    text-align: center;
}

.work-item a img {
    margin-bottom: 10px;
    float: left;
    border: 5px solid transparent;
    -webkit-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
}

.work-item a h3 {
    font-size: 24px;
    color: #FF3600;
    margin-bottom: 10px;
}

.work-item a p {
    font-size: 18px;
    color: #FFF;
    margin-bottom: 0;
}

.work-item a:hover p {
    font-size: 18px;
    color: #DDD;
    margin-bottom: 0;
}

.work-item a:hover,
.work-item a:active,
.work-item a:focus {
    text-decoration: none;
}

.work-item a:hover img,
.work-item a:active img,
.work-item a:focus img {
    border: 3px solid #FF3600;
    /*border-radius:4px;*/
}

@media screen and (max-width: 768px) {
    .fscr {
        display: none;
    }
}


.sdvweb-services {
    /*margin-top: 70px;*/
    text-align: center;
    background: white;
    color: black;
    align-items: stretch;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sdvweb-services ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 15px;
}

.sdvweb-services hr {
    width: 30%;
    height: 2px;
    background: #FF3600;
}

.work-pagination {
    padding: 1em 0;
}

.work-pagination a {
    color: #000;
}

.work-pagination a:hover {
    color: #FF3600;
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .work-pagination span {
        /*display: none;*/
    }
}

.sdvweb-border-bottom {
    border-bottom: 1px solid #f0f0f0;
}

.sdvweb-testimonial {
    padding: 3em 0;
    background: #FF3600;
    min-height: 430px;
}

@media screen and (max-width: 768px) {
    .sdvweb-testimonial {
        padding: 3em 0;
    }
}

@media screen and (min-width: 768px) {
    .resp {
        display: none;
    }
}

.sdvweb-testimonial .item {
    color: white;
    padding-left: 2em;
    padding-right: 2em;
    min-width: 280px;
}

@media screen and (max-width: 768px) {
    .sdvweb-testimonial .item {
        padding-left: 0em;
        padding-right: 0em;
    }
}

.sdvweb-testimonial .item figure {
    text-align: center;
}

.sdvweb-testimonial .item figure img {
    max-width: inherit;
    width: 90px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.sdvweb-testimonial .item p {
    font-size: 26px;
}

@media screen and (max-width: 768px) {
    .sdvweb-testimonial .item p {
        font-size: 28px;
    }
}

@media screen and (max-width: 480px) {
    .sdvweb-testimonial .item p {
        font-size: 20px;
    }
}

.sdvweb-testimonial .item .author {
    font-size: 16px;
    display: block;
}

.sdvweb-counters {
    padding: .5em 0;
    background-size: cover;
    background-attachment: fixed;
}

.sdvweb-counters .sdvweb-counter {
    font-size: 36px;
    display: block;
    color: #fff;
    font-family: "PT Sans Narrow";
    width: 100%;
}

.sdvweb-counters .sdvweb-counter-label {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: "PT Sans Narrow";
    letter-spacing: 5px;
    display: block;
}

.sdvweb-lead {
    font-size: 24px;
    line-height: 1.5;
}

.sdvweb-heading-colored {
    color: #FF3600;
}

.sdvweb-cards {
    padding: 1em 0;
    background: #e6e6e6;
}

@media screen and (max-width: 768px) {
    .sdvweb-cards {
        padding: 1em 0;
    }
}

.sdvweb-cards .sdvweb-flex-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}

.sdvweb-cards .sdvweb-flex-wrap > div {
    width: 49.5%;
    margin-right: 1%;
    background: #fff;
    padding: 30px;
    margin-bottom: 10px;
}

.sdvweb-cards .sdvweb-flex-wrap > div:nth-of-type(1) {
    float: left;
}

.sdvweb-cards .sdvweb-flex-wrap > div:nth-of-type(2) {
    float: right;
    margin-right: 0%;
}

@media screen and (max-width: 992px) {
    .sdvweb-cards .sdvweb-flex-wrap > div {
        width: 100%;
        margin-right: 0;
    }

    .stretch,
    .main9 {
        display: block !important;
    }
}

.sdvweb-cards .sdvweb-flex-wrap .sdvweb-card p:last-child {
    margin-bottom: 0;
}

.sdvweb-cards .sdvweb-flex-wrap .sdvweb-card h5 {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    padding: 4px 8px;
    background: #ebebeb;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.sdvweb-counter .sdvweb-number {
    font-size: 100px;
    color: #FF3600;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: .7;
}

.sdvweb-counter .sdvweb-number.sdvweb-left {
    float: left;
    width: 30%;
}

@media screen and (max-width: 768px) {
    .sdvweb-counter .sdvweb-number.sdvweb-left {
        width: 100%;
        line-height: 1.2;
    }
}

.sdvweb-counter .sdvweb-text {
    float: right;
    text-align: left;
    width: 70%;
}

@media screen and (max-width: 768px) {
    .sdvweb-counter .sdvweb-text {
        width: 100%;
        text-align: center;
    }
}

.sdvweb-counter .sdvweb-text h3 {
    margin: 0;
    padding: 0;
    position: relative;
}

.sdvweb-counter .sdvweb-text h3.border-bottom:after {
    content: "";
    width: 50px;
}

.sdvweb-social {
    padding: 0;
    margin: 0;
    text-align: center;
}

.sdvweb-social li {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.sdvweb-social li a {
    font-size: 22px;
    color: #000;
    padding: 10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

@media screen and (max-width: 768px) {
    .sdvweb-social li a {
        padding: 10px 8px;
    }
}

.sdvweb-social li a:hover {
    color: #FF3600;
}

.sdvweb-social li a:hover,
.sdvweb-social li a:active,
.sdvweb-social li a:focus {
    outline: none;
    text-decoration: none;
    color: #FF3600;
}

#map {
    width: 100%;
    height: 700px;
}

@media screen and (max-width: 768px) {
    #map {
        height: 200px;
    }
}

.sdvweb-more-contact {
    background: #fafafa;
}

.sdvweb-feature {
    text-align: left;
    width: 100%;
    float: left;
    padding: 20px;
}

.sdvweb-feature .sdvweb-icon {
    float: left;
    width: 10%;
    display: block;
    margin-top: 5px;
    margin-right: 2px;
    margin: 5px auto;
}

.sdvweb-feature .sdvweb-icon i {
    color: #FF3600;
    font-size: 70px;
}

@media screen and (max-width: 1200px) {
    .sdvweb-feature .sdvweb-icon i {
        font-size: 40px;
    }

    .sdvweb-services {
        padding: 1em;
        font-size: 24px !important;
    }
}

.sdvweb-feature.sdvweb-feature-sm .sdvweb-icon i {
    color: #FF3600;
    font-size: 28px;
}

@media screen and (max-width: 1200px) {
    .sdvweb-feature.sdvweb-feature-sm .sdvweb-icon i {
        font-size: 28px;
    }
}

.sdvweb-feature .sdvweb-text {
    float: right;
    width: 80%;
}

@media screen and (max-width: 768px) {
    .sdvweb-feature .sdvweb-text {
        width: 82%;
    }
}

@media screen and (max-width: 480px) {
    .sdvweb-feature .sdvweb-text {
        width: 72%;
    }
}

.sdvweb-feature .sdvweb-text h2,
.sdvweb-feature .sdvweb-text h3 {
    margin: 0;
    padding: 0;
}

.sdvweb-feature .sdvweb-text h3 {
    font-weight: 400;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.sdvweb-heading {
    font-size: 45px;
    margin-bottom: 1em;
}

.sdvweb-heading.sdvweb-light {
    color: #fff;
}

.sdvweb-heading span {
    /*display: block;*/
}

@media screen and (max-width: 768px) {
    .sdvweb-heading {
        font-size: 30px;
        margin-bottom: 1em;
    }
}

.sdvweb-staff h2 {
    color: #ff3600;
    text-transform: uppercase;
    font-size: 3em;
}

.sdvweb-staff img {
    margin-bottom: 1em;
}

.sdvweb-staff h3 {
    margin: 0;
    color: #fff;
}

.sdvweb-staff h4 {
    margin: 0 0 20px 0;
    font-weight: 300;
    color: white;
}

.chart {
    width: 160px;
    height: 160px;
    margin: 0 auto 30px auto;
    position: relative;
    text-align: center;
}

.chart span {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -30px;
    width: 100%;
}

.chart span strong {
    display: block;
}

.chart canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.sub_main {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.sub_main_flex {
    display: flex;
    flex-direction: column;
    align-self: center;
    padding: .5em 2em;
}

.main_right {
    display: flex;
    align-items: center;
}

.stretch {
    display: flex;
    justify-content: stretch;
}

.main9 {
    font-size: 17px;
    border: 4px solid white;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main9 h2 {
    color: white;
    text-transform: uppercase;
}

.main9 h2 span {
    font-size: 70%;
}

.flexi {
    display: flex;
    justify-content: center
}


.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "PT Sans Narrow";
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 8px 20px !important;
}

.btn.btn-sm {
    padding: 4px 15px !important;
}

.btn.btn-md {
    padding: 8px 20px !important;
}

.btn.btn-lg {
    padding: 18px 36px !important;
}

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

.btn-primary {
    background: #FF3600;
    color: #fff;
    border: 2px solid #FF3600;
}

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

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

.btn-primary.btn-outline:hover,
.btn-primary.btn-outline:focus,
.btn-primary.btn-outline:active {
    background: #FF3600;
    color: #fff;
}

.btn-success {
    background: #5cb85c;
    color: #fff;
    border: 2px solid #5cb85c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    background: #4cae4c !important;
    border-color: #4cae4c !important;
}

.btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c;
}

.btn-success.btn-outline:hover,
.btn-success.btn-outline:focus,
.btn-success.btn-outline:active {
    background: #5cb85c;
    color: #fff;
}

.btn-info {
    background: #5bc0de;
    color: #fff;
    border: 2px solid #5bc0de;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important;
}

.btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de;
}

.btn-info.btn-outline:hover,
.btn-info.btn-outline:focus,
.btn-info.btn-outline:active {
    background: #5bc0de;
    color: #fff;
}

.btn-warning {
    background: #f0ad4e;
    color: #fff;
    border: 2px solid #f0ad4e;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important;
}

.btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e;
}

.btn-warning.btn-outline:hover,
.btn-warning.btn-outline:focus,
.btn-warning.btn-outline:active {
    background: #f0ad4e;
    color: #fff;
}

.btn-danger {
    background: #d9534f;
    color: #fff;
    border: 2px solid #d9534f;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important;
}

.btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f;
}

.btn-danger.btn-outline:hover,
.btn-danger.btn-outline:focus,
.btn-danger.btn-outline:active {
    background: #d9534f;
    color: #fff;
}

.btn-outline {
    background: none;
    border: 2px solid gray;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
    box-shadow: none;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1);
    height: 54px;
    font-size: 18px;
    font-weight: 300;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: #FF3600;
}

#message {
    height: 130px;
}

.sdvweb-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.sdvweb-nav-toggle.active i::before,
.sdvweb-nav-toggle.active i::after {
    background: #000;
}

.sdvweb-nav-toggle.dark.active i::before,
.sdvweb-nav-toggle.dark.active i::after {
    background: #000;
}

.sdvweb-nav-toggle:hover,
.sdvweb-nav-toggle:focus,
.sdvweb-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.sdvweb-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 30px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #FF3600;
    transition: all .2s ease-out;
}

.sdvweb-nav-toggle i::before,
.sdvweb-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.sdvweb-nav-toggle.dark i {
    position: relative;
    color: #000;
    background: #000;
    transition: all .2s ease-out;
}

.sdvweb-nav-toggle.dark i::before,
.sdvweb-nav-toggle.dark i::after {
    background: #000;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.sdvweb-nav-toggle i::before {
    top: -7px;
}

.sdvweb-nav-toggle i::after {
    bottom: -7px;
}

.sdvweb-nav-toggle:hover i::before {
    top: -10px;
}

.sdvweb-nav-toggle:hover i::after {
    bottom: -10px;
}

.sdvweb-nav-toggle.active i {
    background: transparent;
}

.sdvweb-nav-toggle.active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sdvweb-nav-toggle.active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.sdvweb-nav-toggle {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: hidden;
    padding: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    .sdvweb-nav-toggle {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 480px) {
    .col-xxs-12 {
        float: none;
        width: 100%;
    }
}

.row-bottom-padded-lg {
    padding-bottom: 7em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-lg {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-md {
    padding-bottom: 4em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-md {
        padding-bottom: 1em;
    }
}

.row-bottom-padded-sm {
    padding-bottom: 1em;
}

@media screen and (max-width: 768px) {
    .row-bottom-padded-sm {
        padding-bottom: 1em;
    }
}

.js .animate-box {
    opacity: 0;
}

/*# sourceMappingURL=style.css.map */
