/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&family=Poppins:wght@200;300;400;500;600;700&display=swap");

:root {
    --header-gap: 0px;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.my-section{
    width:100%;
    height:30px;
    /*background-color:red;*/
}
#div1apropos{
    padding: 0px 0px 0px 13%;
}
@media screen and (max-width: 764px) {
#div1apropos{
    padding: 0px 0px 0px 0px;
}
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    /*width: 100vw;*/
    overflow-x: hidden;
}
    .nav {
        background-color: black !important;
    }
    .mainpagebanner {
    background: none !important;
}

.container {
    padding-right: 40px;
    padding-left: 40px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (max-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

#mainheader {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    margin: auto;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}

#mainheader .p1 {
    margin-top: 9px;
    margin-bottom: 6px;
    color: rgb(255, 255, 255);
    padding-left: 27px;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-weight: 500;
    font-size: 9px;
}

.p2 {
    text-transform: uppercase;
    position: absolute;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    left: 89%;
    top: 116%;
    color: white;
    font-weight: 300;
}

#mainheader.scrolled {
    position: fixed;
    width: 100%;
}
#mainheader.scrolled .updata {
    /*-webkit-transform: translateY(-100%);*/
    /*    -ms-transform: translateY(-100%);*/
    /*        transform: translateY(-100%);*/
    margin-top: -36px ;
}
#mainheader.scrolled::after {
    -webkit-transform: rotate(-90deg) translateY(-0%) translateX(18px);
        -ms-transform: rotate(-90deg) translateY(-0%) translateX(18px);
            transform: rotate(-90deg) translateY(-0%) translateX(18px);
    left: calc( 100% - 35px );
    top: 45%;
}

.updata {
    overflow: hidden;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
        background-color: black;
        height: 35px;
}
#mainheader::after {
    color: white;
    content: "";
    text-transform: uppercase;
    position: absolute;
    left: calc( 100% - 35px );
    -webkit-transform-origin: bottom center;
        -ms-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-transform: rotate(-90deg) translateY(-0%) translateX(18px);
        -ms-transform: rotate(-90deg) translateY(-0%) translateX(18px);
            transform: rotate(-90deg) translateY(-0%) translateX(18px);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: 60%;
    z-index: 10002;
    font-size: 11px;
    font-weight: 300;
}

#mainheader .icons {
    margin-top: -25px;
    margin-bottom: 11px;
    margin-left: 0;
    /*padding-left: 88%;*/
    padding-left: calc(100% - 133px);
    font-family: "Poppins";
    margin-bottom: 3px;
    letter-spacing: 3px;
}

.fa-solid {
    color: white;
}
.fab {
    color: white;
}
.fa-brands {
    color: white;
}

#mainheader .mainNav .red,
#mainheader .mainNav .white,
#mainheader .mainNav .green {
    position: absolute;
    top: 0;
    left: 0;
    height: 97px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0px;
}

#mainheader.scrolled .mainNav .red,
#mainheader.scrolled .mainNav .white,
#mainheader.scrolled .mainNav .green {
    border-radius: 0;
}

#mainheader .mainNav .red {
    width: 100%;
    background: #cd2c37;
    z-index: 1000;
}

#mainheader .mainNav .white {
    width: calc(100% - var(--header-gap));
    background: #fff;
    z-index: 1001;
}

#mainheader .mainNav .green {
    width: calc(100% - (var(--header-gap) * 2));
    background: #00803d;
    z-index: 1002;
}

.mainNav {
    position: relative;
    -webkit-transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    transition: all ease 0.2s;
}
#mainheader .mainNav .nav {
    position: relative;
    top: 0;
    left: 0;
    height: 97px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100% - (var(--header-gap) * 3));
    background: rgb(0, 0, 0);
    border-radius: 0px;
    z-index: 1003;
}
#mainheader.scrolled .mainNav .nav {
    border-radius: 0;
}

.logo {
    /* padding: 0 0 0 20px; */
    float: left;
    width: 215px;
    margin-top: 12px;
    margin-left: 20px;
}

.mainNav nav ul {
    list-style: none;
    float: right;
    /*margin: 0 9px;*/
    margin: 0px 7px;
    padding: 0;
    margin-right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.mainNav nav ul li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mainNav nav ul li > a {
    line-height: 80px;
    color: #fff;
    padding: 0 14px;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 300;
}
.topnav a {
    line-height: 80px;
    color: #fff;
    padding: 12px 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.topnav .icon {
    display: none;
}

nav ul > li:hover {
    background: #151515;
}

.checkbtn {
    font-size: 30px;
    color: white;
    float: right;
    line-height: 80px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check {
    display: none;
}

@media (max-width: 758px) {
    .logo {
        /*margin-left: 0;*/
        width: 180px;
    }
    #mainheader .icons {
        /*padding-left: 78%;*/
    }
}
/* ===============================================DROPDOWN START HERE============================================ */
.dropdown .row .column {
    /* margin-left: -40px; */
    border-left: 1px solid #000000;
}
.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 280px;
    left: 0;
    z-index: 1;
    top: 100%;
    background-color: #151515;
}
#prodDrop.dropdown-content {
    min-width: 460px;
}

/* Create three equal columns that floats next to each other */
.dropdown .column {
    padding: 11px 27px 0px 17px;
    background-color: #151515;
    width: 100%;
}
.dropdown #prodDrop .column  {
    /*height: 315px;*/
    float: left;
    width: 50%;
}
.dropdown .column a {
    float: none;
    color: white;
    padding: 4px;
    text-decoration: none;
    display: block;
    text-align: left;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    /*margin-left: 0.6rem;*/
}
@media only screen and (max-width: 950px) {
  .dropdown .column a {
    margin-left: 0.6rem;
  }
}

.dropdown .column a:hover {
    background-color: #313131;
    border-radius: 6px;
}

.dropdown.active {
    background: #151515;
}

.dropdown:hover .dropdown-content {
    display: block;
    max-height: 80vh;
    overflow-y: auto;
}

.dropdown.active .dropdown-content {
    display: block;
}

@media (max-width: 950px) {
    .dropdown-content {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
    }

    .dropdown .column {
        float: unset;
        width: 100%;
        height: auto;
    }

    .dropdown-content {
        position: relative;
        width: 100%;
        left: auto;
        top: auto;
    }

    #prodDrop.dropdown-content {
        min-width: 150px;
    }

    .mainNav .nav .nav-links li > a {
        padding: 0 14px;
        display: flex;
        line-height: 50px;
        width: 100%;
        margin-left: 1.7rem;
    }
    .dropdown #prodDrop .column {
        float: none;
        width: 100%;
        padding-top: 0;
    }

    .mainNav .nav .nav-links {
        height: auto;
    }
    .mainNav nav ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
    }
}

@media (max-width: 400px) {
    .logo {
        padding: 0 20px;
        float: left;
        width: 207px;
        margin-top: 17px;
        margin-left: 0px;
    }
}

@media (min-width: 576px) {
    #mainheader .icons {
        /*margin-left: -12%;*/
        letter-spacing: 3px;
    }
}

@media (min-width: 500px) {
    #mainheader .icons {
        /*margin-left: -16%;*/
        letter-spacing: 3px;
    }
}

@media (min-width: 768px) {
    #mainheader .icons {
        /*margin-left: -6%;*/
        letter-spacing: 3px;
    }
}

@media (min-width: 992px) {
    #mainheader .icons {
        /*margin-left: 2%;*/
        letter-spacing: 3px;
    }
}

@media (min-width: 1200px) {
}

@media (max-width: 950px) {
    #mainheader {
        width: 90%;
    }
    .checkbtn {
        display: block;
        padding-top: 8px;
        margin-right: 20px; 
    }
    ul {
        position: absolute;
        width: 100%;
        /* height: 45vh; */
        background: #000000;
        top: 90%;
        left: -110%;
        text-align: center;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border-radius: 6px;
    }
    /*nav ul li {
    margin: -12px;
  }*/
    nav ul li a {
        font-size: 15px;
    }
    a:hover,
    a.active {
        background: none;
        color: #0082e6;
    }
    #check:checked ~ ul {
        left: -7px;
    }
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (max-width: 600px) {
    .icons {
        margin-top: -25px;
        margin-bottom: 11px;
        padding-left: 88%;
        font-family: "Poppins";
        margin-bottom: 3px;
        letter-spacing: 3px;
    }
    #mainheader .p1 {
        margin-top: 9px;
        margin-bottom: 6px;
        padding-left: 8px;
        font-weight: 500;
        font-size: 9px;
        letter-spacing: 2px;
    }
}

/* section{
  background: url(bg1.jpg) no-repeat;
  background-size: cover;
  height: calc(100vh - 80px);
} */

/* ==================================================SLIDER====================================  */
.mainpagebanner {
    background: #000;
}
.mainpagebanner .mainslider {
    margin-top: 0px;
}
.mainslider .mainImage{
    background: #000;
    margin-top: 120px;
}
.mainslider .slick-slide{
    height: 650px;
    background-size: cover;
    background-position: center center;
}

.mainslider .draggable {
    width: 100% !important;
}

.mainslider  .fa-chevron-left,
.mainslider  .fa-chevron-right {
    position: absolute;
    background-color: #0000004a;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: none;
    font-size: 42px;
    color: #ffffff;
    z-index: 10;
    cursor: pointer;
    padding: 7px 14px;
}

.mainslider  .fa-chevron-left {
    left: 5%;
}
.mainslider  .fa-chevron-right {
    right: 5%;
}

/* .slider__wrapper {
  overflow: hidden;
} */

.slider__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    height: 85vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 7rem;
}
/* .slider__item::before {
  content: "";
  position: absolute;
  width: 100%;
  clip-path: inset(94% 9% 0 9%);
  z-index: 3;
  height: 100%;
  top: -80vh;
  left: 0;
  background-color: rgb(0, 0, 0, 30%);
  opacity: 0.4;
} */


.slider__item:nth-child(1) {
    background: url(images/test2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.slider__item:nth-child(2) {
    background: url(images/11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.slider__item:nth-child(3) {
    background: url(images/11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.slider__item:nth-child(4) {
    background-color: #03a9f4;
}

.slider__item:nth-child(5) {
    background-color: #4caf50;
}

/* My styles End */

/*!
* chiefSlider
*   site: https://itchief.ru/javascript/slider
*   github: https://github.com/itchief/ui-components
*
* Copyright 2018-2021 Alexander Maltsev
* Licensed under MIT (https://github.com/itchief/ui-components/blob/master/LICENSE)
*/


.slider {
    position: relative;
}

.mainslider::before ,
.slider::before {
    background-image: url("/images/line.png");
    display:none;
    position: absolute;
    z-index: 5;
    content: "";
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 198px;
    height: 30px;
    background-size: cover;
    background-position: top center;
    /* background-color: #03a9f4; */
}

.slider__container {
    overflow: hidden;
}

.slider__wrapper {
    overflow: hidden;
}

.slider__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.slider_disable-transition {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.slider__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

/* left and right buttons */

.slider__control {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* width: 40px; */
    color: #fff;
    text-align: center;
    height: 70px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-decoration: none;
}

.slider__control_hide {
    display: none;
}

.slider__control[data-slide="prev"] {
    left: 65px;
}

.slider__control[data-slide="next"] {
    right: 65px;
}

.slider__control:hover,
.slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background: rgba(0, 0, 0, 0.3);
}

.slider__control::before {
    content: "";
    display: inline-block;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    font-weight: 300;
    font-size: 120px;
    text-decoration: none;
    line-height: 1;
    font-family: "Open Sans", sans-serif;
    -webkit-transform: scaleX(0.5);
        -ms-transform: scaleX(0.5);
            transform: scaleX(0.5);
}

.slider__control[data-slide="prev"]::before {
    content: "<";
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); */
}

.slider__control[data-slide="next"]::before {
    content: ">";
    /* background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); */
}

/* indicators */

.slider__indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.slider__indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.slider__indicators li.active {
    background-color: rgba(255, 255, 255, 0.9);
}

/* ==================== under SLIDER ====================================*/
.image-logo img {
    width: 387px;
    height: 147px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 68px;
}

.desc {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

#semibold {
    font-weight: 600;
    font-size: 28px;
    padding : 30px 0px 30px 0px;
}
#extraLight {
    padding-bottom: 34px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
}
@media (max-width: 758px) {
    .image-logo img {
        width: 70%;
        height: auto;
        max-width: 100%;
    }
    #semibold {
        font-size: 26px;
    }
    #extraLight {
        font-size: 16px;
        line-height: 2;
    }
}

/* ====================================CARDS=============================== */

.cardTest {
    /*padding-top: 30px;*/
    
}
.cardTest::before {
    content: "";
    position: absolute;
    width: 100%;
    background: white;
    z-index: -1;
    height: 65%;
    top: 0%;
    left: 0%;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(60%, rgb(0 0 0 / 0%)), to(rgb(0 0 0 / 6%)) );
    background-image: -o-linear-gradient( top, rgb(0 0 0 / 0%) 60%, rgb(0 0 0 / 6%) );
    background-image: linear-gradient( to bottom, rgb(0 0 0 / 0%) 60%, rgb(0 0 0 / 6%) );
}
/* .main-card{
  display: flex;
  justify-content: space-evenly;
  width: 200%;
  transition: 1s;
} */

.main-card .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.main-card .cards .card {
    width: calc(100% / 3 - 10px);
    background: #fff;
    padding: 30px;
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25); */
    -webkit-box-shadow: 0 -5px 40px rgb(0 0 0 / 15%);
            box-shadow: 0 -5px 40px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.main-card .cards .card:hover {
    -webkit-transform: scaleY(110%);
        -ms-transform: scaleY(110%);		transform: scaleY(105%);	
          /*   */	 
}
.cards .card .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
.cards .card .content .img {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    padding: 3px;
    /* background: #FF676D; */
    margin-bottom: 14px;
}
.card .content .img img {
    height: 100%;
    width: 100%;
    /* border: 3px solid #ffff; */
    /* border-radius: 50%; */
    -o-object-fit: cover;
       object-fit: cover;
}
.card .content .name {
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}
.card .content .cardDescc {
    font-size: 15px;
    font-weight: 300;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    /* color: #FF676D; */
    padding-top: 4%;
}

@media (max-width: 768px) {
    .main-card .cards .card {
        margin: 20px 0 10px 0;
        width: calc(100% / 2 - 10px);
    }
}
@media (max-width: 600px) {
    .main-card .cards .card {
        /* margin: 20px 0 10px 0; */
        width: 100%;
    }
}

/* ==============================================our partner ==================================================*/

.partners {
    padding-top: 33px;
}
.customer-logos .slick-slide {
    margin: 0 20px;
}
.customer-logos .slick-slide img {
    width: 100%;
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
}

.slider2::before {
    content: "";
    position: absolute;
    width: 100%;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 25%); */
    -webkit-clip-path: inset(72% 0 0 0);
            clip-path: inset(72% 0 0 0);
    z-index: 3;
    height: 100%;
    top: 297vh;
    left: 0%;
    background-color: rgb(0, 0, 0, 26%);
    opacity: 0.1;
}
/* =======================================Number Counting===================================== */

.title-count {
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-size: 39.69px;
    color: #241e20;
    text-transform: uppercase;
    margin-top: 85px;
    padding-top: 60px;
    padding-bottom: 7px;
}

.wrapperCount {

display: -webkit-box;

display: -ms-flexbox;

display: flex;

-ms-flex-pack: distribute;

gap: 10px;

padding-bottom: 61px;

justify-content: center;
}

.wrapperCount .count {
    /* flex-direction: column;
  justify-content: space-around;
  padding: 1em 0;
  position: relative;
  font-size: 18px;
  border-radius: 0.5em; */

    width: 28vmin;
    /*height: 28vmin;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 1em 0;
    position: relative;
    font-size: 18px;
    border-radius: 0.5em;
}

.wrapperCount .count img {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
}

span.num {
    font-size: 52.4px;
    text-align: center;
    font-weight: 600;
    color: #241e20;
    display: -ms-grid;
    display: grid;
    place-items: center;
}

span.text {
    font-size: 20.43px;
    text-align: center;
    font-weight: 600;
    color: #241e20;
    pad: 0.7em 0;
    line-height: 1;
    text-transform: uppercase;
}

.play {
    padding-top: 10px;
}

@media screen and (max-width: 1024px) {
    .wrapperCount {
        width: 85vw;
    }
    .count {
        height: 26vmin;
        width: 26vmin;
        font-size: 12px;
    }
}

@media screen and (max-width: 768px) {
    .wrapperCount {
        width: 84vw;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 26px;
    }

    .count {
        width: calc(50% -40px);
        height: auto;
        font-size: 13px;
    }
    .wrapperCount .count img {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 400px) {
    .wrapperCount {
        gap: 15px;
    }
    .count {
        width: 46%;
        height: 55vmin;
        font-size: 8px;
    }
}

.title2 {
    font-size: 31.94px;
    padding: 0 26px;
    font-weight: 600;
    position: relative;
    color: #241e20;
    /*margin-top: 68px;*/
}

.title2::after {
    display: block;
    content: "";
    width: 29px;
    height: 2px;
    background: #241e20;
    position: absolute;
    bottom: -1px;
    left: 25px;
}

.bloc-clients {
    padding-top: 40px;
    background-image: -webkit-gradient( linear, left top, left bottom, from(transparent), to(#f4f4f4));
    background-image: -o-linear-gradient( top, transparent, #f4f4f4);
    background-image: linear-gradient( to bottom, transparent, #f4f4f4);
}

#contact-map {
    position: relative;
}
#contact-map::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#ffffff), to(transparent));
    background-image: -o-linear-gradient( top, #ffffff, transparent);
    background-image: linear-gradient( to bottom, #ffffff, transparent);
    z-index: 1;
}
/* footer */
footer {
    text-align: center;
    padding: 3px;
    background-color: black;
    color: white;
    font-size: 14px;
    margin-top: -7px;
    padding-top: 1%;
    padding-bottom: 1%;
}
footer img {
    width: 18%;
}

.p3 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}

@media (max-width: 950px) {
    footer .footerLogo {
        width: 50%;
    }
    .p3 {
        font-size: 14px;
    }
}

/* ====================CARRELAGE=============== */

.mi {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: auto;
}

.mainImage {
    position: relative;
    /*height: 450px;*/
}
.mainImage .di {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    /* object-fit: cover; */
}
/*.mainImage .di {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    -o-object-fit: cover;*/
    /* object-fit: cover; */
/*}*/
.mainImage .mi{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.mainImage::before {
    display:none;
    background-image: url("./images/line.png");
    position: absolute;
    z-index: 5;
    content: "";
    left: 50%;
    bottom: -0.4px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 198px;
    height: 30px;
    background-size: cover;
    background-position: top center;
    /* background-color: #03a9f4; */
}
.cc {
    margin: 22px;
}
.titleCa h1, .titleCa p {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 5px;
    line-height: 1;
    margin-top: 30px;
}
/*.titleCa h1 ,*/
/*.titleCa p {*/
/*    text-align: center;*/
/*    font-weight: 500;*/
/*    text-transform: uppercase;*/
/*    font-size: 45px;*/
/*    margin-bottom: 5px;*/
/*    line-height: 1;*/
/*    margin-top: 40px;*/
/*}*/

/*.titleCa h4 {*/
/*    text-align: center;*/
/*    margin-top: 5px;*/
/*    font-size: 23.65px;*/
/*}*/
.titleCa h4 {
    margin-bottom: 90px;
    text-align: center;
    margin-top: 5px;
    font-size: 23.65px;
}
.column {
    float: left;
    width: 50%;
    padding: 6px;
    padding-bottom: 0px;
}

/* Clearfix (clear floats) */
.row::after {
    content: "";
    clear: both;
    display: table;
    margin-bottom: 7%;
}

@media screen and (max-width: 500px) {
    .column {
        width: 100%;
    }
}

/* ============================A PROPOS================================================================================ */

.columnA {
    float: left;
    width: 50%;
    padding: 13px;
    padding-bottom: 0px;
    font-weight: 300;
    font-size: 18px;
    line-height: 167%;
}

.columnA span {
    display: block;
    padding-block: 5%;
    margin-top: -5%;
}

/* Clearfix (clear floats) */
.rowA::after {
    content: "";
    clear: both;
    display: table;
    margin-bottom: 7%;
}

.titleM {
    font-size: 34.06px;
    font-weight: 600;
}

.section-container {
     margin-bottom: 60px;
    margin-top: -30px;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 0%;
}

.section-container2 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 10%;
}
.section-container .columns {
    /* flex: 0 0 auto; */
    width: 50%;
    padding: 0 15px;
}

.section-container .columns.image {
    background-position: -3vh -6vh;
    background-repeat: no-repeat;
    background-size: cover;
}
.section-container .columns.content .content-container {
    padding: 5%;
}
/* .section-container .columns.content .content-container {
  padding: 40px 27px 0px 24%;
} */
.section-container .columns.content .content-container h5 {
    font-weight: 600;
    font-size: 34.06px;
    margin-bottom: 20px;
}
.section-container .columns.content .content-container p {
    font-weight: 300;
    font-size: 18px;
    /*margin-bottom: 20px;*/
    /*margin-bottom: 15px;*/
    line-height: 2.111;
}
@media screen and (max-width: 500px) {
    .columnA {
        width: 100%;
    }
    .columnA span {
        width: 100%;
    }
    .titleM {
        width: 100%;
    }
}
#sec2 .section-container .columns.content .content-container {
    padding: 0 5% 0 25%;
}
#sec2 .dark-bg span.num ,
#sec2 .dark-bg span.text{
    color: white;
}

@media screen and (max-width: 767px) {
    .section-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
                padding: 0px 3%;
    }
    .section-container .columns.image {
        display: block;
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 100%;
        /*height: 250px;*/
    }
    .section-container .columns.content {
        display: block;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
    }
    .section-container .columns.content .content-container {
        padding: 0px;
    }
    .section-container .columns.content .content-container h5 {
        margin-bottom: 5px;
    }
    
    .section-container .columns { 
        width: 100%;
    }
}

#countApropos {
    background-color: black;
}

#countApropos .title-count {
    color: white;
}

#countApropos .wrapperCount img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
#countApropos .wrapperCount .count .num {
    color: white;
}

#countApropos .wrapperCount .count .text {
    color: white;
}

#countApropos {
    margin-bottom: 8%;
}

/* detailsProduits */

.cc2 {
    margin: -3%;
}

#pslider {
    position: relative;
}

/* VIDEO SLIDER */
.videos-slider-1 h4,
.videos-slider-2 h4 {
    font-size: 14px;
}

.videos-slider-1 .bs-overlay {
    width: 100%;
    text-align: center;
}
.videos-slider-1 .bs-overlay img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
}

/* OVERLAY */
.bs-position-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-nav-thumbnails {
    /* position: absolute; */
    /* right: 25px; */
    /* top: 0; */
    /* width: calc(65px * 4); */
    padding: 10px;
}

.slider-nav-thumbnails .slick-slide {
    cursor: pointer;
    outline: none;
    text-align: center;
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active {
    opacity: 1;
}

.slider-nav-thumbnails .slick-slide img {
    padding: 1px;
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
       object-fit: cover;
    background: transparent;
    border: solid 1px;
}

.slider-nav-thumbnails .slick-slide.slick-current.slick-active img {
    background: #000;
}

.slider-nav-thumbnails img {
    /* width: 40px; */
    margin: 0;
    margin-right: 5px;
}

.slider-nav-thumbnails .slick-slide:first-child img {
    margin-left: 0;
}
.cards .card .content .img {    height: 130px;    width: 130px;    border-radius: 50%;    padding: 3px;    /* background: #FF676D; */    /* margin-bottom: 14px; */}
.slider-nav-thumbnails .slick-slide:last-child img {
    margin-right: 0;
}

.videos-slider-2 .fa-chevron-left,
.videos-slider-2 .fa-chevron-right {
    position: absolute;
    background-color: transparent;
    /* width: 18px;
  height: 29px; */
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: none;
    font-size: 30px;
    color: black;
    z-index: 10;
    cursor: pointer;
    opacity: 0.5;
}

.videos-slider-2 .fa-chevron-left {
    left: 5%;
}
.videos-slider-2 .fa-chevron-right {
    right: 5%;
}

#imgP .column {
    float: left;
    width: 33.33%;
    padding: 5px;
}

#imgP .row::after {
    content: "";
    clear: both;
    display: table;
}

@media screen and (max-width: 500px) {
    #imgP .column {
        width: 100%;
    }
}

.pslider .section-container p {
    color: rgb(0, 0, 0);
    line-height: 2.077;
    text-align: center;
    font-weight: 500;

    z-index: 112;
    font-size: 25.73px;
}

.det {
    color: rgb(0, 0, 0);
    text-align: left;
    font-weight: 500;
    font-size: 25.73px;
    margin-bottom: 0;
}

.pop {
    font-size: 16px;
    color: rgb(0, 0, 0);
    text-align: left;
    z-index: 115;
    font-weight: 400;
}
.pop p {
    margin-top: 0;
}

.fa-file-pdf {
    color: red;
}

.fiche {
    font-size: 14px;
    font-family: "Poppins";
    color: rgb(0, 0, 0);
    text-align: left;
}

.fiche a {
    color: #000;
    font-weight: 400;
    margin-left: 4px;
    text-decoration: none;
}

.share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link,
.cbp-l-loadMore-button .cbp-l-loadMore-button-link {
    background: #000000;
    color: white !important;
    line-height: 1.4 !important;
    text-transform: capitalize;
}

.container form{
  /*padding: 30px 0 0 0;*/
}
.container form .form-row{
  display: flex;
  margin: 32px 0;
}
.container .left-side,
.container .right-side {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.container .left-side {
    width: 70%;
}
.container .right-side {
    width: 30%;
    float: right;
}

form .form-row .input-data{
  width: 100%;
  height: 40px;
  margin: 0 20px;
  position: relative;
}
form .form-row .textarea{
  height: 170px;
}
.input-data input,
.textarea textarea{
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  font-size: 17px;
  border-bottom: 2px solid rgba(0,0,0, 0.12);
  outline: none;
}
.input-data input:focus ~ label, .textarea textarea:focus ~ label,
.input-data input:valid ~ label, .textarea textarea:valid ~ label{
  transform: translateY(-20px);
  font-size: 14px;
  color: #313131;
}
.textarea textarea{
  resize: none;
  padding-top: 10px;
}
.input-data label{
  position: absolute;
  pointer-events: none;
  bottom: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
}
.textarea label{
  width: 100%;
  bottom: 140px;
  background: #fff;
}
.input-data .underline{
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 100%;
}
.input-data .underline:before{
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #313131;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.input-data input:focus ~ .underline:before,
.input-data input:valid ~ .underline:before,
.textarea textarea:focus ~ .underline:before,
.textarea textarea:valid ~ .underline:before{
  transform: scale(1);
}
.submit-btn .input-data{
  overflow: hidden;
  height: 45px!important;
  width: 25%!important;
}
.submit-btn .input-data .inner{
  height: 100%;
  width: 300%;
  position: absolute;
  left: -100%;
  background: -webkit-linear-gradient(right, #191919, #313131, #5b5b5b, #2d2d2d);
  transition: all 0.4s;
}
.submit-btn .input-data:hover .inner{
  left: 0;
}
.submit-btn .input-data input{
  background: none;
  border: none;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
@media (max-width: 758px) {
    .container .left-side,
    .container .right-side {
        width: 100%;    
    }
    .section-container .text{
        font-size: 30px;
    }
    .section-container form{
        padding: 10px 0 0 0;
    }
    .section-container form .form-row{
    display: block;
    }
    form .form-row .input-data{
        margin: 35px 0!important;
    }
    .submit-btn .input-data{
        width: 40%!important;
    }
}