.container {
    width: 100%;
    max-width: 1200px !important;
    position: relative;
    padding: 0;
}

* {
    padding: 0;
    outline: none;
    margin: 0;
}

a.down {}

a {
    text-decoration: none;
    transition: all 0.5s ease 0s;
    outline: none;
}

a:hover {
    transition: all 0.5s ease 0s;
    outline: none;
}


/*@font-face {
font-family:DIN;
font-style:normal;
font-weight:normal;
src:url("fonts/ArbFONTS-DINNEXTLTARABIC-LIGHT-1.ttf") format('truetype')
}
*/

@font-face {
    font-family: sky;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/sky.ttf") format('truetype')
}

@font-face {
    font-family: sky bd;
    src: url("fonts/2c458bc98aac2311643f30a231a7ea30.woff2")format("woff2"), url("fonts/2c458bc98aac2311643f30a231a7ea30.woff")format("woff")
}




@font-face {
    font-family: f29;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/29ltbukraregular.ttf") format('truetype')
}
@font-face {
    font-family: f29r;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/29ltbukraregular.ttf") format('truetype')
}

@font-face {
    font-family: f29b;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/29ltbukrabold.ttf") format('truetype')
}
@font-face {
    font-family: f29bi;
    font-style: normal;
    font-weight: normal;
    src: url("fonts/29ltbukrabolditalic.ttf") format('truetype')
}


body {
    margin: 0;
    padding: 0;
    color: #6D6E71;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    text-align: left;
    direction: ltr;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Outfit;

}

.top{
    background: #0079C0;
    color: #fff;
    font-size: 15px;
    font-family: a;
}
.top .container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
    font-family: 'Poppins';
}
@media (max-width: 769px) {
    .top .container{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        font-family: 'Poppins';
    }
}
.top .container .box{
    padding: 6px 10px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: center;
}
@media (max-width: 769px) {
    .top .container .box-call{
        display: none
    }
}

.top .container .box .phone{
    padding: 0 10px 0 20px;
    background-image: url("img/mob.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.top .container .box .mails{
    padding: 0 10px 0 25px;
    background-image: url("img/mail.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.top .container .box .lang{
    display: block;
    border-left: 1px solid #fff;
    margin-left: 14px;
}
.top .container .box .lang ul{
    padding: 0 30px 0 10px;
    margin: 0 0;
    list-style: none;
    outline: none;
    background-image: url("img/lang.png");
    background-repeat: no-repeat;
    background-position: right center;
}
.top .container .box .lang ul li{}
.top .container .box .lang ul li a{
    color: #fff;
    text-decoration: none;
    outline: none;
    font-family: sky;
}
.top .container .box .lang ul li a:hover{
    color: #000;
}
.top .container .box .media{
    display: flex;
    padding: 0;
    margin: 0;
}
.top .container .box .media a{
    margin: 0 1px;
    background: #fff;
    padding: 0;
    width: 30px;
    height: 30px;
}
.top .container .box .media a img{
    width: 26px;
    height: 26px;
    border-radius: 50%;
}

header{
    padding: 4px 15px;
    background: #000000;
    z-index: 999999;
    position: sticky;
    top: 0;
    z-index: 999;
}
header .container{
    display: flex;
    flex-wrap: wrap;
}

 /* Custom Styles */
 .navbar {
    background-color: #000000;
    padding: 0;
    box-shadow: none;
    margin: 0;
}

.navbar-brand {
    font-weight: bold;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.navbar-brand img {
    height: 100px;
}
@media (max-width: 769px) {
    .navbar-brand img {
        height: 50px;
    }
}
header .navbar-nav > li:last-child{
    display: none;
}
header .navbar-nav li{
	position: relative;
}
header .navbar-nav li a {
    color: black;
    font-size: 20px;
    /* margin: 0 10px; */
    position: relative;
    display: block;
    padding: 10px 15px;
    position: relative;
    color: #ffffff;
    font-family: 'Outfit';
    font-weight: 400;
}
header .navbar-nav li a:after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 26px;
    margin-left: -13px;
    background: #0079C01A;
    border-radius: 3px;

}

header .navbar-nav li:hover > a,
header .navbar-nav li.current-menu-item a{
    color: #de2729;
}
header .navbar-nav li.current-menu-item a:after{
    background: #de2827;
}

header .navbar-nav li ul{
    position: absolute;
    left: 0;
    top: 50px;
    list-style: none;
    background: #000000;
    width: 250px;
    padding: 0;
    display: none;
}
@media (max-width: 769px) {
	header .navbar-nav li ul{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
}
}
header .navbar-nav li:hover > ul{
    display: block;
}


header .navbar-nav li ul ul{
    position: absolute;
    left: 240px;
    top: 0;
    list-style: none;
    background: #000;
    width: 250px;
    padding: 0;  
    display: none;
}
@media (max-width: 769px) {
header .navbar-nav li ul ul{
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
}
}


header .navbar-nav li li:hover ul{
    display: block;
}
header .navbar-nav li li a{
    font-size: 16px
}
header .navbar-nav li li a:after{
	display: none
}

header .nav-link.active::before {
    content: "\f5c9"; 
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    color: #0079C0;
    font-size: 20px;
}

.contact-btn {
    background-color: #F5F5F5;
    color: #000;
    padding: 10px 50px 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    height: 50px;
    margin: 1px 5px;
    border: 1px solid #0079C038;
    background-image: url("img/conta.png");
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 40px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}



.icon-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
}

.icon-btn i {
    color: black;
    font-size: 18px;
}

.icon-btn:hover {
    background-color: #f1f1f1;
}

/* Responsive */
@media (max-width: 992px) {
    .navbar-nav {
        text-align: center;
        padding: 30px 0;
    }
    .contact-btn {
        display: block;
        margin-top: 10px;
        text-align: center;
    }
    .icon-btn {
        margin-top: 10px;
    }
}
.navbar-toggler{
    outline: none;
    color: #fff !important;
    background: #fbfbfb;
}




.icon-btn {
    width: 53px;
    height: 53px;
    border: 1px solid #2E91FF29;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
    font-family: sans-serif;
    font-size: 26px;
    padding: 0 0 10px;
}

.ico {
    justify-content: center;
}

/*  */
.hero{
    position: relative;
    padding: 0;
    background: #000;
}
.who{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30px;
    height: 46px;
    z-index: 9;
    border: 1px solid #EEEEEE;
    border-radius: 46px;
    background-color: #fff;
    background-image: url("img/down.gif");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 15px auto;
    margin: 0 0 -20px -15px;
}
.hero video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.3;
    margin: 0 0 -7px;
}
.hero .item{
    padding: 0;
}
.hero .item img{
   width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 1;
    margin: 0;
}

.hero .content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 50%, rgb(0 0 0 / 80%) 100%);
    /* background: #FFFFFF; */
    /* background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
}
.hero .content .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.hero .content .container .text{
    padding: 20px 20px 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
}
.hero .content .container .text-img{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.hero .content .container .text h6 {
    margin: 0 0 20px;
    background-image: url("img/adress.png");
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0 0 30px;
}
.hero .content .container .text h1{
    font-size: 44px;
    margin: 0 0 30px;
    font-weight: 600;
}
@media (max-width: 769px) {
    .hero .content .container .text-img{
        display: none;
    }
    .hero .content .container .text h1{
        font-size: 30px;
        font-weight: 600;
    }
}

.hero .content .container .text .span{
    display: flex;
    margin: 20px 0 0;
    align-items: center;
    padding: revert-layer;
    /* background-image: url("img/span.png"); */
    background-repeat: no-repeat;
    background-position: left 25px;
    background-size: 70px auto;
}
@media (max-width: 769px) {
    .hero .content .container .text .span{
        padding: 0;
        background-image: none
    }
}
.hero .content .container .text .span a{
    color: #fff;
    background-color: #0079C0;
    height: 50px;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    padding: 0 15px;
    min-width: 170px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border: 1px solid #0079C03B;
}
.hero .content .container .text .span .phone{
    padding-left: 40px;
    background-image: url("img/phone.png");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 20px auto;
    background-color: #fff;
    color: #000;
    font-size: 14px;
}
.hero .content .container .text .span a:hover{
    color: #fff;
    background-color: #58595B;
}
.hero .content .container .text img{
    width: auto;
    height: auto;
    max-height: 90vh;
    float: right;
    margin: 0 auto;
    display: none;
    max-width: 100%;
}
.vid-footer{
    clear: both;
    padding: 20px 5px;
    position: relative;
    z-index: 99;
    margin: -108px 0 0;
    /* background: linear-gradient(180deg, rgba(247, 148, 29, 0) 0%, rgb(223 39 39) 100%); */
}
.vid-footer .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.vid-footer .container .blcok{
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #fff;
}
@media (max-width: 769px) {
    .vid-footer{
        margin: 0;
    }
    .vid-footer .container .blcok{
        color: #000;
    }
}
.vid-footer .container .blcok ul{
    width: 100%;
    display: flex;
    background: #E7F8FF;
    padding: 15px;
    border-radius: 15px;
    list-style: none;
    flex-direction: column;
    align-items: flex-start;
    margin: -70px 0 0;
}
.vid-footer .container .blcok ul li{
    padding: 3px 5px 6px 28px;
    color: #231F20;
    font-size: 17px;
    background-image: url("img/li.png");
    background-repeat: no-repeat;
    background-position: left 6px;
}
.count{
    display: inline-flex;
    font-size: 14px;
    line-height: 1.4;
    margin: 10px 0;
    align-items: center;
    padding: 0 40px 0 0;
}
.count h1{
    color: #ffffff;
    margin: 0 5px 0 0;
    font-size: 30px;
    font-weight: 600;
}
/*  */
section{
    padding: 50px 5px;
    clear: both;
    position: relative;
}

.choose{}
.choose .container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
    position: relative;
}
.choose .container::after{
    content: "";
    height: 40px;
    width: 1px;
    position: absolute;
    left: 50%;
    top: 0;
    background: #0079C0;
}
.choose .container .tit{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.choose .container .tit h6{
    margin: 0 0 10px;
    /* background-image: url(img/home.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 35px 0;
    font-size: 20px;
    position: relative;
}
.choose .container .tit h6::after{
    content: "";
    width: 30px;
    height: 50px;
    /* background-image: url(img/home.png); */
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 4px;
}
.choose .container .tit h1{
    font-size: 45px;
    font-weight: 500;
    margin: 0 0 30px;
    color: #000;
    text-align: center;
}
.choose .container .choose-box{
    padding: 20px;
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.choose .container .choose-box img{
    width: auto;
    height: 66px;
    margin: 0 0 20px;
}
.choose .container .choose-box h3{
    color: #000;
    margin: 0 0 15px;
    font-size: 20px;
    font-weight: 500;
}
.choose .container .choose-box p{
    color: #6D6E71;
    font-size: 15px;
}









/*  */
.about{
    background: linear-gradient(180deg, rgb(0 121 192 / 12%) 0%, rgba(13, 94, 124, 0) 100%);
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.about .container .block{
    padding: 30px;
    display: flex;
    color: #8A8A8A;
    font-size: 15px;
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
}
@media (max-width: 769px) {
    .about .container .block{
        padding: 20px;
    }
}

.about .container .block h6{
    margin: 0 0 10px;
    /* background-image: url(img/home.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0 0 0;
    font-size: 20px;
}
.about .container .block h1{
    font-size: 45px;
    font-weight: 500;
    margin: 0 0 30px;
    color: #000;
}
@media (max-width: 769px) {
    .about .container .block h1{
        font-size: 34px;
    }
}
.about .container .block p{
    margin: 0 0 10px;
}
.about .container .block strong{
    display: block;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.about .container .block blockquote{
    background: #F0F0F0;
    padding: 15px 20px;
    border-radius: 15px;
    color: #231F20;
}
.about .container .block a{
    color: #fff;
    background-color: #0079C0;
    height: 50px;
    margin: 0 5px 10px 0;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    padding: 0 15px;
    min-width: 170px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border: 1px solid #0079C03B;
    margin: 10px 0 0;
}
.about .container .block a:hover{
    color: #fff;
    background-color: #58595B;
}
.block .block-img{
    display: block;
    margin: 0 auto;
    width: auto;
    position: relative;
    z-index: 9;
    background-image: url("img/shm.gif");
    background-repeat: no-repeat;
    background-position: right 10%;
    background-size: 33% auto;
}

.about .container .block .photo1{
    width: 300px;
    margin: 0;
    float: left;
    z-index: 9;
    max-height: 400px;
    /* overflow: hidden; */
}
.about .container .block .photo1::before{
    content: "";
    position: absolute;
    top: 15%;
    left: 20%;
    width: 100%;
    height: 100%;
    background: rgb(0 121 194);
    border-radius: 20px;
    z-index: -2;
}
.about .container .block .photo1::after{
    content: "";
    position: absolute;
    top: 5%;
    left: 8%;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    z-index: -1;
    border: 1px solid #0079c0;
}

.about .container .block .photo1 img{
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 15px;
}
.about .container .block .photo2{
    width: 350px;
    float: right;
    margin: -100px 0 0 0;
    z-index: 9;
}
.about .container .block .photo2  img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 769px) {
    .about .container .block .photo1{
        width: 250px;
        img{
            height: 300px;
        }
    }
    .about .container .block .photo2{
        width: 250px;
        img{
            width: 100% !important;
        }
    }
}

/*  */
.product{
    background: #000101;
}
.product .container{
    display: flex;
    flex-wrap: wrap;
}
.product .container .tit{
    margin: 0 auto 30px;
    text-align: center;
    padding: 0 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 740px;
}
.product .container .tit h6{
    margin: 0 0 20px;
    /* background-image: url(img/home2.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0 0 35px;
    font-size: 20px;
}
.product .container .tit h1{
    font-size: 47px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #fff;
}
@media (max-width: 769px) {
    .product .container .tit h1{
        font-size: 34px;
    }
}

.product .container .tit p{
    color: #8A8A8A;
    margin: 0;
    font-size: 19px;
}
.product > a{
    color: #fff;
    background-color: #0079C0;
    height: 50px;
    margin: 0 5px 10px 0;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    padding: 0 15px;
    min-width: 170px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border: 1px solid #0079C03B;
    margin: 20px auto 0;
    display: flex;
    width: 200px;
}
.product >a:hover{
    color: #fff;
    background-color: #58595B;
}
.proall{
    display: flex;
    flex-wrap: wrap;
}
.items-pro{
    padding: 15px;
}
.items-pro a{
    display: block;
    text-decoration: none;
    outline: none;
}
.items-pro video{
    width: 100%;
    height: 360px;
    border-radius: 20px;
    object-fit: cover;
}
.items-pro img{
    width: 100%;
    height: 360px;
    border-radius: 20px;
    object-fit: cover;
}
.items-pro small{
    margin: 10px 0 -6px;
    display: block;
}
.items-pro h5{
    margin: 15px 0;
    color: #0079c0;
    font-weight: 500;
    font-size: 22px;
}
.items-pro p{
    color: #A6AFB5;
    font-size: 16px;

}
/*  */
.projects{}
.projects .container{
    display: flex;
    flex-wrap: wrap;
}
.projects .container .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.projects .container .tit > div{
    padding: 10px;
}
.projects .container .tit h6{
    margin: 0 0 20px;
    /* background-image: url(img/home.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0 0 35px;
    font-size: 20px;
}
.projects .container .tit h1{
    font-size: 50px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000;
}
@media (max-width: 769px) {
    .projects .container .tit h1{
        font-size: 34px;
    }
}
.projects .container .tit p{}
.projects .container .tit .nav-tabs{
    border: none;
}
.projects .container .tit .nav-tabs li {
    border: none;
}
.projects .container .tit .nav-tabs li button{
    border: 1px solid #E1E1E1;
    background-color: #fff;
    padding: 50px 0 10px;
    color: #000;
    font-size: 17px;
    text-align: center;
    background-size: auto 30px;
    background-position:  center top 15px;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin: 0 5px;
    width: 170px;
}
.projects .container .tit .nav-tabs li button.eg{
    background-image: url("img/eg.png");
}
.projects .container .tit .nav-tabs li button.au{
    background-image: url("img/au.png");

}
.projects .container .tit .nav-tabs li button.active{
    border-color: #0079C0;
    background-color: #0079C01A;
}
/*  */
.pro-all{
    display: flex;
    flex-wrap: wrap;
}
.pro-all .items-pro{
    padding: 10px;

}
@media (min-width: 769px) {
    .pro-all .items-pro:nth-child(1),.pro-all .items-pro:nth-child(2){
        width: 50% !important;
    }
}

.pro-all .items-pro a{
    display: flex;
    color: #fff;
    border-radius: 15px;
    position: relative;
    background: #000;
    overflow: hidden;
}
.pro-all .items-pro img{
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: all 0.5s ease 0s;
    opacity: 0.5;
    border-radius: 15px;
}
.pro-all .items-pro:hover img{
    transition: all 0.5s ease 0s;
    transform: scale(1.2);
}
.pro-all .items-pro h5{
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 9;
    text-align: center;
    color: #fff;
}

.projects .container a.all {
    color: #fff;
    background-color: #0079C0;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    padding: 0 15px;
    min-width: 170px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border: 1px solid #0079C03B;
    margin: 20px auto 0;
}
.projects .container a.all:hover{
    background: #58595B;
}
/*  */
.testimonials{
    background: #fff;
    text-align: center;
    /* background: #e02828; */
    color: #000000;
}
.testimonials .container{
    display: flex;
    flex-wrap: wrap;
}
.testimonials .container .tit{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.testimonials .container .tit img{
    width: 100%;
    max-width: 700px;
    margin: 10px auto 20px;
    padding: 0 10px;
    opacity: 1;
    filter: brightness(100);
}
.testimonials .container .tit h6{
    margin: 0 0 20px;
    /* background-image: url(img/home.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0 0 35px;
    color: #ffffff;
    font-size: 20px;
}
.testimonials .container .tit h1{
    font-size: 47px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #231F20;
}
@media (max-width: 769px) {
    .testimonials .container .tit h1{
        font-size: 34px;
    }
}


.testimonials-box{
    padding: 10px;
    text-align: left;
}
.testimonials-box div{
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    border-radius: 15px;
    background: #F4F4F4;
    flex-direction: column;
    align-items: flex-start;
}
.testimonials-box div span{
    display: flex;
    margin: 0 0 15px;
    color: #0079C0;
}
.testimonials-box div span i{
    margin: 2px;
}
.testimonials-box div h3{
    color: #231F20;
    font-size: 20px;
    margin: 0 0 15px;
}
.testimonials-box div p{
    margin: 0 0 20px;
    color: #8A8A8A;
    font-size: 14px;
}
.testimonials-box div > i{
    color: #231F20;
    font-style: inherit;
    font-size: 17px;
}
.owl-buttons{
    display: flex;
    margin: 15px 0 0;
    justify-content: center;
}
.owl-prev{
    font-size: 0;
    width: 35px;
    height: 35px;
    margin: 2px;
    background-image: url("img/l.png");
    background-size: 100%;
    filter: grayscale(1);
}
.owl-next{
    font-size: 0;
    width: 35px;
    height: 35px;
    margin: 2px;
    background-image: url("img/r.png");
    background-size: 100%;
    filter: grayscale(1);
}
.owl-buttons *:hover{
    opacity: 0.5;
}
/*  */
.works{
    padding: 50px 10px 0;
    position: relative;
}
.works::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 4%;
    height: 500px;
    background: linear-gradient(0deg, rgba(247, 148, 29, 0) 0%, rgb(0 121 192) 100%);
}
.works::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4%;
    height: 500px;
    background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(0 119 188) 100%);
}
.works .container{
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    position: relative;
    z-index: 9;
    
}
.works .container .tit{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.works .container .tit h6{
    margin: 0 0 20px;
    /* background-image: url(img/home.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0 0 35px;
    color: #0079C0;
    font-size: 20px;
}
.works .container .tit h1{
    font-size: 47px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #231F20;
    max-width: 600px;
}
@media (max-width: 769px) {
    .works .container .tit h1{
        font-size: 36px;
    }
}
.works-all{
    margin: 30px auto auto;
    display: block;
    padding: 30px 0 0;
    border-top: 1px dashed #C6C6C6;
    display: flex;
    flex-wrap: wrap;
}
.works .container .works-box{
    padding: 10px;
    margin: 0 0 60px;
}
.works .container .works-box > div{
    display: flex;
    background: #F4F4F4;
    color: #8A8A8A;
    padding: 25px;
    border-radius: 15px;
    flex-direction: column;
    position: relative;
}
.works .container .works-box i{
    color: #fff;
    margin: 0;
    background: #0079C0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -20px;
    font-style: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.works .container .works-box h3{
    color: #231F20;
    margin: 0 0 15px;
    font-size: 20px;
}
.all-block{
    display: flex;
    flex-wrap: wrap;
    background-image: url("img/man.png");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 500px;
    justify-content: space-between;
    padding: 0 0 150px;
    position: relative;
}
@media (max-width: 769px) {
    .all-block{
        background-size: auto 500px;
        padding: 0 0 500px;
    }
}

.all-block::after{
    content: "";
    width: 62px;
    height: 62px;
    background-color: #FDE0BD;
    background-image: url("img/100.gif");
    background-repeat: no-repeat;
    background-size: 62px 62px;
    border-radius: 50%;
    position: absolute;
    right: 50%;
    bottom: 300px;
    margin-right: 100px;
}
.all-block::before{
    content: "";
    width: 62px;
    height: 62px;
    background-color: #FDE0BD;
    background-image: url("img/cover.gif");
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: center;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: 110px;
    border: 2px solid #fff;
}
.all-block .box{
    padding: 15px 0;
}
.all-block .box .works-item{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    flex-direction: column;
    align-items: center;
    align-content: center;
    margin: 30px 0;
}
.all-block .box .works-item i{
    width: 64px;
    height: 64px;
    margin: 0 0 20px;
    background-image: url("img/work.jpg");
    background-size: 100% 100%;

}
.all-block .box .works-item h3{
    color: #0079C0;
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 15px;
}
.all-block .box .works-item p{
    color: #7A7A7A;
    font-size: 16px;
}
/*  */
.blog{
    background: #fff;
}

.blog .container{
    display: flex;
    flex-wrap: wrap;
}
.blog .container .tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.blog .container .tit > div{
    padding: 10px;
}
.blog .container .tit h6{
    margin: 0 0 20px;
    /* background-image: url(img/home.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
    font-size: 20px;
}
.blog .container .tit h1{
    font-size: 50px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000;
}
@media (max-width: 769px) {
    .blog .container .tit h1{
        font-size: 34px;
    }
}

.blog .container .tit a {
    color: #fff;
    background-color: #0079C0;
    height: 50px;
    margin: 0 auto;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    padding: 0 15px;
    min-width: 170px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border: 1px solid #0079C03B;
    margin: 20px auto 0;
}
.blog .container .tit a:hover{
    background: #58595B;
}
.blog-all{
    display: flex;
    flex-wrap: wrap;
}
.blog-all .items-blog{
    padding: 10px;
}
.blog-all .items-blog a{
    display: flex;
    flex-wrap: wrap;
}
.blog-all .items-blog a img{
    width: 100%;
    height: 230px;
    border-radius: 15px;
    margin: 0 0 15px;
    object-fit: cover;
}
.blog-all .items-blog a small{
    color: #767676;
    margin: 0 0 5px;
}
.blog-all .items-blog a h5{
    color: #231F20;
    margin: 0 0 15px;
    font-size: 21px;
    font-weight: 500;
}
.blog-all .items-blog a p{
    color: #8A8A8A;
    font-size: 14px;
}
/*  */
.bar-contact{
    padding: 1px 0;
    display: flex;
    overflow: hidden;
    background: #0079C01A;
}
.bar-contact span{
    font-size: 43px;
    font-weight: 900;
    margin: 0 20px;
    /* -webkit-text-stroke: 1px #0079C0b5; */
    color: #0079c0;
    display: flex;
    /* text-shadow: 0px 0px 2px #0079C0; */
    /* flex-direction: row; */
    min-width: 290px;
    text-transform: uppercase;
    font-family: tahoma;
}
@media (max-width: 769px) {
    .bar-contact span{
        font-size: 23px;
        min-width: 150px;
        padding: 10px 0;
    }
}

/*  */
.contact{
    padding: 40px 5px 50px;
    margin: -24px 0 0;
}
.contact .container{
    display: flex;
    flex-wrap: wrap;
}
.contact .container .block{
    padding: 20px;
}
.contact .container h2{
    color: #231F20;
    font-weight: 500;
    font-size: 40px;
    margin: 0 0 30px;
    max-width: 450px;
}
@media (max-width: 769px) {
    .contact .container h2{
        font-size: 34px;
    }
}
.contact .container video{
    width: 100%;
    height: 250px;
    border-radius: 20px;
    object-fit: cover;
    margin: 20px 0 0;
}
.contact .container form{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

/*  */
.rows{
    padding: 5px;
    text-align: left;
}
.rows p{
    margin: 0;
    font-weight: 500;
    color: #000;
}
.wpcf7-form-control{
    min-height: 50px;
    width: 100%;
    border-radius: 10px;
    color: #000000;
    background-color: #fff;
    border: 1px solid #52525B40;
    outline: none;
    text-align: left;
    padding: 10px 15px;
    direction: ltr;
    max-height: 160px;
    margin: 5px 0 0;
    appearance: none;
}
select{
    /* background-image: url("img/select.png"); */
    background-position: right 15px center;
    background-repeat: no-repeat;
}
/*  */
.wpcf7-submit{
    width: 160px;
    height: 49px;
    display: flex;
    /* background-image: url(img/sub.png);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 25px auto; */
    background-color: #0079C0;
    border-radius: 8px;
    margin: 0;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all 0.5s ease 0s;
    align-items: center;
    text-align: center;
    float: left;
}
.wpcf7-submit:hover{
    opacity: 0.7;
    transition: all 0.5s ease 0s;
}
.intl-tel-input.separate-dial-code .selected-flag {
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    color: #0079C0;
    font-weight: bold;
    border-radius: 10px;
    
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    direction: ltr;
    vertical-align: middle;
    padding-left: 10px;
}
.intl-tel-input {
    float: left;
    margin: 5px 0 0;
}
.iti-flag {
    display: none;
}
.intl-tel-input .country-list li.country {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
/*  */
footer{
    padding: 40px 10px 0;
    background: #000000;
    color: #fff;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
}
footer .container .foot{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
footer .container .foot img{
    margin: 0 0 20px;
    /* width: 36px; */
    max-height: 145px;
}
footer .container .foot .media img{
    width: 34px;
}
footer .container .foot p{
    max-width: 350px;
}
footer .container .foot h3{
    color: #0079C0;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 500;
}
footer .container .foot ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .container .foot ul li{}
footer .container .foot ul li a{
    padding: 2px 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    outline: none;
}
footer .container .foot ul li a:hover{
    color: #0079C0;
}


.media{
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 10px 0;
}
.media a{
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    text-decoration: none;
    outline: none;
    margin: 1px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    border: 1px solid #231f2047;
    border-radius: 50%;
}
.media a:hover{
opacity: 0.7
}

form.mailpoet_form{
    padding: 0 !important;
    position: relative;
}
.mailpoet_spacer{
    display: none !important;
}
.mailpoet_submit{
    position: absolute;
    top: 4px;
    right: 5px;
    margin: 0 !IMPORTANT;
    font-family: 'Outfit' !important;
    font-size: 16px !important;
    padding: 11px 15px !important;
    background: #0079C0 !important;
}
.mailpoet_text{
    font-family: 'Outfit' !important;

}
/*  */
.mobile{
    display: none;
}
@media (max-width: 769px) {
    .mobile{
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
        list-style: none;
        margin: 0;
        background: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99;
        align-items: center;
        justify-content: space-around;
    }
    .mobile li{}
    .mobile li a{
        display: block;
        padding: 5px;
        color: #000;
        text-decoration: none;
        outline: none;

    }
    .mobile li.current-menu-item a{
        color: #14B4EF;
    }
}

.copy{
    text-align: center;
    padding: 10px 15px;
    border-top: 1px solid #4D4D4D;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.copy a{
    color: #fff;
    text-decoration: none;
    outline: none;
    margin: 10px 0;
}
.copy a:hover{
    color: #14B4EF;
}
@media (max-width: 769px) {
    .copy{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


.tel {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-image: url(img/call.gif);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    position: fixed;
    transition: all 0.5s ease 0s;
    left: 15px;
    bottom: 50px;
    z-index: 99;
    background-color: #0079C0;
}
.wa {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-image: url(img/wa.png);
    background-repeat: no-repeat;
    background-size: 100%;
    transition: all 0.5s ease 0s;
    background-position: center;
    position: fixed;
    left: 15px;
    bottom: 100px;
    z-index: 99;
}

/*  */
.head-vid{
    padding: 0;
    position: relative;
}
.head-vid::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}
.head-vid video{
    opacity: 0.5;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.head-page{
    margin: -400px 0 0;
    position: relative;
    z-index: 9;
    padding: 10px 20px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 29;
}
.head-page .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}
.head-page .container .block{
    padding: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.head-page .container .block h6{
    margin: 0 0 10px;
    background-image: url(img/adress.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0 0 30px;
}
.head-page .container .block h1{
    font-size: 47px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000;
}
@media (max-width: 769px) {
    .head-page .container .block h1{
        font-size: 34px;
    }
}


.head-page .container .block p{
    color: #8A8A8A;
    margin: 0;
    font-size: 19px;
}
.head-page .container video{
    width: 100%;
    height: 450px;
    border-radius: 15px;
    margin: 20px auto 0;
    display: block;
    object-fit: cover;
    max-width: 800px;
}
.head-page .container img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 20px auto 0;
    display: block;
    object-fit: cover;
    max-width: 800px;
}
/*  */

.expertise{
    background: #000;
}
.expertise .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
}
.expertise .container .block{
    color: #fff;
    padding: 20px;
}
.expertise .container .block img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}
.expertise .container .block h6{
    margin: 0 0 10px;
    /* background-image: url(img/home2.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0;
}
.expertise .container .block h1{
    font-size: 47px;
    font-weight: 500;
    margin: 0 0 30px;
    color: #fff;
    max-width: 600px;
}
.expertise .container .block p{
    color: #8A8A8A;
    margin: 0;
    max-width: 700px;
}
.expertise .container .block ul{
    margin: 20px 0 0;
    padding: 0;
    column-count: 2;
    list-style: none;
}
@media (max-width: 769px) {
    .expertise .container .block h1{
        font-size: 34px;
    }
    .expertise .container .block ul{
        column-count: 1;
    }
}

.expertise .container .block ul li{
    width: 100%;
}
.expertise .container .block ul li a{
    color: #fff;
    background-color: #171F24;
    background-image: url("img/check.png");
    background-position: left 20px center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: 18px;
    padding: 20px 20px 20px 50px;
    margin: 0 0 10px;
    display: block;
    font-size: 20px;
}
.expertise .container .block ul li a:hover{
    color: #fff;
    background-color: #0079C0;
}
/*  */


.portfolios-page nav{
    margin: 20px auto;
}
.portfolios-page .nav-tabs{
    background-color: #FFFFFF0F;
    margin: 0 auto;
    min-height: 60px;
    padding: 0 2px 1px;
    border-radius: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    border: 1px solid #FFFFFF1A;
}
@media (max-width: 769px) {
    .portfolios-page .nav-tabs{
        width: 100%;
    border-radius: 5px !important;
    padding: 5px;
    }
}

.portfolios-page .nav-tabs button{
    margin: 2px 4px;
    display: flex;
    background: #F4F4F4 !important;
    outline: none;
    border: none !important;
    color: #8A8A8A !important;
    border-radius: 52px !important;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    min-width: 70px;
}
@media (max-width: 769px) {
    .portfolios-page  .nav-tabs button{
        margin: 5px 1%;
        width: 48%;
    }
}
.portfolios-page .nav-tabs button.active{
    color: #fff !important;
    background: #0079C0 !important;
}
/*  */
.product-single{
    padding: 50px 5px;
}
.product-single .container{
    display: flex;
    flex-wrap: wrap;
    color: #231F20;
    flex-direction: row !important;
}
.product-single .container .block{
    padding: 20px;
}
.product-single .container .block-form h2{
    margin: 0 0 20px;
    /* background-image: url(img/home.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    position: relative;
}
.product-single .container video{
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 0 20px;
}
@media (max-width: 769px) {
    .product-single .container video{
        height: 300px;
    }
}

.product-single .container .title{
    font-size: 50px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #000;
}
@media (max-width: 769px) {
    .product-single .container .title{
        font-size: 34px;
    }
}
h3.title{
    font-size: 30px !important;
}
b, strong {
    font-weight: bold;
    color: #000;
}
.product-single .container img{
    width: 100%;
    height: 500px;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 0 20px;

}

.gallery-item{
    padding: 5px;
}
.gallery-item img{
    width: 100% !important;
    height: auto !important;
    border: none !important;
    border-radius: 15px !important;
}
.slider-pro{
    margin: 25px 0;
    padding: 0;
}
@media (max-width: 769px) {
    .slider-pro{
        padding: 0 40px;
    }
}
.photo-box{
    padding: 5px;
    text-align: center;
    color: #8A8A8A;
}
.photo-box strong{
    color: #000;
    font-size: 20px;
}
.photo-box img{
    width: 100%;
    height: 370px;
    border-radius: 15px;
    object-fit: cover;
    margin: 0 0 20px;
}
.slider-pro .owl-prev{
    position: absolute;
    left: 0;
    top: 160px;
}
.slider-pro .owl-next{
    position: absolute;
    right: 0;
    top: 160px;
}
@media (min-width: 769px) {
    .slider-pro .owl-prev{
        left: -40px;
    }
    .slider-pro .owl-next{
        right: -40px;
    }
}


.product-det{}
.product-det .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.product-det .container .block{
    padding: 10px;
}
.product-det .container .block img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}
.product-det .container .block h6{
    color: #0079C0;
    margin: 0 0 10px;
    font-weight: normal;
    text-transform: uppercase;
}
.product-det .container .block h1{
    color: #000;
    margin: 0 0 20px;
    font-size: 45px;
}
.product-det .container .block .date{
    color: #8A8A8A;
    background-image: url("img/file-text.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 30px;
    display: block;
}
.dates{
    color: #8A8A8A;
    background-image: url("img/file-text.png");
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0 0 0 30px;
    margin: 0 0 30px;
    display: block;
    filter: grayscale(1);
}
.product-det .container .block h4{}
.product-det .container .block p{
    color: #8A8A8A;
}

.product-det .container .block a{
    color: #fff;
    background-color: #0079C0;
    height: 50px;
    margin: 0 5px 10px 0;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    text-align: center;
    display: inline-flex;
    padding: 0 15px;
    min-width: 170px;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border: 1px solid #0079C03B;
}
.product-det .container .block a:hover{
    color: #fff;
    background-color: #58595B;
}
.product-det .container .block video{
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 15px;
}
/*  */
.pro{
    color: #000;
    font-size: 16px;
    padding: 0 5px;
    text-align: center;
    cursor: pointer;
}
.pro div{
    width: 100%;
    height: 160px;
    display: flex;
    border: 1px solid #E2E2E2;
    padding: 10px;
    margin: 20px 0 10px;
    justify-content: center;
    align-items: center;
}
.pro div img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.slider-pro7{
    padding: 0 40px;
}
.slider-pro7 .owl-prev{
    position: absolute;
    left: 0;
    top: 80px;
}
.slider-pro7 .owl-next{
    position: absolute;
    right: 0;
    top: 80px;
}
/*  */
.pop{
    background-color: #000000db;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    display: flex;
    padding: 20px 10px;
    overflow-y: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}
.pop.ok{
    display: flex;
}
.pop .boxs{
    background: #fff;
    padding: 25px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    margin: 70px 0 0;
}
.pop .boxs .x{
    width: 36px;
    height: 36px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    background-image: url("img/x.png");
    background-size: 100%;
}
.pop .boxs .img{
    border: 1px solid #E2E2E2;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.pop .boxs .img img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.pop .boxs .text{
    padding: 20px;
}
/*  */
.tit-center{
    display: flex;
    justify-content: center;
    margin: -60px auto 0;
}
/*  */
.postes{
    padding: 50px 10px;
    background: linear-gradient(180deg, rgb(4 124 195 / 23%) 0%, rgba(13, 94, 124, 0) 100%);
}
.postes .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.postes .container h6{
    margin: 0 0 20px;
    /* background-image: url(img/home.png); */
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 400;
    padding: 5px 0 0 30px;
    color: #0079C0;
}
.postes .container  h1{
    font-size: 47px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #231F20;
}
@media (max-width: 769px) {
    .postes .container h1{
        font-size: 34px;
    }
}
.postes-all{
    display: flex;
    flex-wrap: nowrap;
}
/*  */
.con{
    color: #231F20;
    font-size: 17px;
    padding: 5px 5px 5px 40px;
    margin: 0 0 5px;
    background-repeat: no-repeat;
    background-position: left center;
}
.tele{
    background-image: url("img/tel.png");
}
.mail{
    background-image: url("img/mail2.png");
}
.adress{
    background-image: url("img/adress.png");
}
/*  */
.logos{}
.logos .items{
    padding: 10px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logos .items img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.gallery{
    text-align: center;
}
.gallery .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.gallery .container h1{
    font-size: 47px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #231F20;
}
.gallery .container .items{
    padding: 10px;
}
.gallery .container .items img{
    width: 100%;
    height: 200px;
    border-radius: 10px;
    object-fit: cover;
}


/*  */
.viduo{}
.viduo .container{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.vid-box{
	padding: 10px;
}
.vid-box video{
	width: 100%;
	height: 208px;
	background: #000;
}
.vid-box iframe{
	width: 100%;
	height: 208px;
	background: #000;
}


/***
*******************************************************/

@media (max-width: 769px) {}



/*::placeholder { 
color: #ffffff50;
}*/


/*
background-color: rgba(80,104,140,0.5);
transition: all 0.5s ease 0s;
transform: scale(1.2);

*/

.owl-carousel {
    direction: ltr !important;
    position: relative;
}