/*
Theme Name: V1
Theme URI: https://wa.me/201125437161
Author: Ahmed Abou Saif
Author URI: https://wa.me/201125437161
Description: Ahmed Abou Saif 
Version: 1.0

*/


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

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


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

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


/*@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: 'Dubai';
    src: url('fonts/Dubai-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

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



body {
    margin: 0;
    padding: 0;
    color: #102D3F;
    font-family: Dubai;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    direction: rtl;
    background: #fff;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: sky bd;
} */

/*  */




/*  */
header {
    padding: 10px 20px;
    position: sticky;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F6F6F6E5;
}

header .container {
    display: flex;
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

header .container img {
    height: 71px;
    width: auto;
}

@media (max-width: 769px) {
    header .container img {
        height: 51px;
        width: auto;
    }
}

header .container ul.topnav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0;
    align-items: center;
}

header .container ul.topnav li {
    padding: 0;
    display: flex;
}

header .container ul.topnav li a {
    color: #102D3F;
    text-decoration: none;
    outline: none;
    padding: 20px 20px 5px;
    font-size: 17px;
    background-image: url("img/li.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 19px;
    font-weight: 500;
}

header .container ul.topnav li:hover a {
    color: #DD4236;
}

header .container ul.topnav .current-menu-item a {
    color: #DD4236 !important;
    background-image: url("img/lia.svg");
}


@media (max-width: 769px) {
    header{
        /* padding: 0px 30px; */
    }
    header .container ul.topnav {
        /* display: none */
        position: fixed;
        display: flex;
        top: 0;
        right: -330px;
        transition: all 0.5s ease 0s;
        height: 100vh;
        width: 300px;
        background: #fff;
        flex-direction: column;
        justify-content: center;
        padding: 20px 15px;
        z-index: 9999999;
    }

    .open {
        transition: all 0.5s ease 0s;
        right: 0 !important;
    }

    header .container ul.topnav li {
        border-bottom: 1px solid #eeeeee45;
    }

    header .container ul.topnav li a {
        /* display: block; */
        /* background-position: right 30px top; */
        margin: 3px 0;
        display: inline-block;
    }
}

header .container .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

header .container .box select {
    border: none;
    outline: none;
    color: #7c7c7c;
    padding: 5px;
}

header .container .box .bar {
    width: 25px;
    height: 20px;
    position: relative;
    border-top: 3px solid #000;
    margin: 0 15px 0 0;
    cursor: pointer;
    display: none;
}

@media (max-width: 769px) {
    .box2{
        display: none !important;
    }
    header .container .box .bar {
        display: block;
    }
}

header .container .box .bar::after {
    content: "";
    position: absolute;
    border-top: 3px solid #000;
    bottom: 0;
    right: 0;
    width: 100%;
}

header .container .box .bar::before {
    content: "";
    position: absolute;
    border-top: 3px solid #000;
    bottom: 49%;
    right: 0;
    width: 100%;
    z-index: 9;
}
header .container .box a.hot img{
    height: 68px;
}
@media (max-width: 769px) {
    header .container .box a.hot img{
    height: 40px;

    }
}

/* hero */
.hero{
    padding: 0 !important;
    position: relative;
}
.hero img{
    width: 100%;
    height: auto;
    min-height: 540px;
    object-fit: cover;
}

.lg{
	display: none !important
}
.xs{
	display: none !important
	
}

@media (min-width: 769px) {
.lg{
	display: block !important
	}	
}
@media (max-width: 769px) {
.xs{
	display: block !important
	}	
}
	
.hero .text{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10%;
    padding: 10px 15px;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.hero .text .container{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        align-content: center;
}
.hero .text .container .block{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.hero .text .container .block h2{
    color: #000;
    font-size: 36px;
transition: all 0.5s ease 0s;
    font-weight: 600;
    margin: 0 auto 20px;
    max-width: 360px;
}
.hero .text .container .block h2 span{
/* transition: all 0.5s ease 0s; */
    display: inline-flex;
}
.hero .text .container .block p{
    max-width: 420px;
}
.hero .text .container .block img{
    height: 103px;
    width: auto;
    min-height: initial;
    margin: 0 0 10px;
}
.hero .text .container .block a{
    background-color: #DD4236;
    text-decoration: none;
    outline: none;
    background-image: url("img/call.gif");
    background-repeat: no-repeat;
    background-position: right 10px  center;
    background-size: auto 24px;
    padding: 10px 40px 10px 10px;
    border-radius: 5px;
    margin: 0 5px 5px;
    color: #fff;
    direction: ltr;
    display: inline-flex;
}
.hero .text .container .block a:hover{
    background-color: #000;
}

/*  */


section{
    clear: both;
    padding: 50px 10px;
    position: relative;
}

.about{
    padding: 60px 20px;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
}
.about .container .block{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}
.about .container .block > img{
    width: 100%;
    height: auto;
    margin: 0 0 30px;
}
.about .container .block-text{
    color: #707070;
    background-image: url("img/lia.svg");
    background-repeat: no-repeat;
    background-position: top right 6px;
    background-size: 60px auto;
    padding: 40px 0 0;
    font-size: 17px;
}
.about .container .block-text p{
    margin: 0;
}
.about .container .block-text h1{
    color: #000;
    font-size: 40px;
    margin: 0 0 15px;
}
.about .container .block-text p{
    margin: 0;
}
.point{
    display: flex;
    flex-wrap: wrap;
}
.point-box {
    padding: 15px 0 10px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 17px;
    line-height: 1.4;
}
.point-box i {
    width: 66px;
    height: 66px;
    border: 1px solid #0000001A;
    border-radius: 5px;
    display: flex;
    background: #fff;
}
.point-box img {
    height: 54px;
    width: auto;
    margin: 0 auto;
}
 .point-box h4 {
    margin: 10px 0 0;
    color: #000;
    font-size: 16px;
}
/*  */
.cat{
    background: linear-gradient(180deg, rgba(221, 66, 54, 0.1) 0%, rgba(221, 66, 54, 0) 100%);
}
.cat .container{
    display: flex;
    flex-wrap: wrap;
    background-image: url("img/lia.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 60px auto;
    padding-top: 40px;
    flex-direction: column;
    align-items: center;
}
.cat .container h2{
    color: #102D3F;
    font-size: 36px;
    margin: -10px 0 15px;
    font-weight: 400;
}

.category-box{
    padding: 10px;
}
.category-box .box {
    position: relative;
    padding: 0;
    display: flex;
    outline: none;
    flex-direction: column;
}
.category-box .box i{
    background-image: url("img/i.svg");
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.category-box .box  img{
    width: 100%;
    height: 300px;
    border-radius: 15px;
    object-fit: cover;
}
.category-box .box  div{
    /* position: relative; */
    /* left: auto; */
    /* right: 20px; */
    /* bottom: 20px; */
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.category-box .box  div h2{
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px;
}
.category-box .box  div p{
    color: #6B6A7E;
    margin: 0;
    direction: rtl;
}
/*  */
.cato-slider{
    padding: 0 50px;
}
.max-xs{
	display: none !important;
}
@media (max-width: 769px) {
	.min-xs{
		display: block !important;
	}
	.cato-grid{
		display: flex;
		flex-wrap: wrap;
    padding: 0 10px;
}
}
.cato-grid{
	display: flex;
	flex-wrap: wrap;
}
.owl-prev{
    width: 47px;
    height: 47px;
    background-color: #102D3F;
    background-image: url("img/l.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 0;
    margin-top: -22px;
}
.owl-prev:hover{
    background-color: #DD4236;
}
.owl-next{
    width: 47px;
    height: 47px;
    background-color: #102D3F;
    background-image: url("img/r.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -22px;
    font-size: 0;
}
.owl-next:hover{
    background-color: #DD4236;
}

/*  */
.count{
    padding: 0 10px;
}
.count .container{
    background-color: #05080a;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    min-height: 200px;
    border-radius: 20px;
    overflow: hidden;
    justify-content: center;
}
@media (min-width: 769px) {
.count .container::after{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("img/counr-r.png");
    background-repeat: no-repeat;
    background-position: right center ;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    z-index: 5;
}
.count .container::before{
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("img/counr-l.png");
    background-repeat: no-repeat;
    background-position: left center ;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    z-index: 5;
}
}


.count .container .count-box{
    position: relative;
    z-index: 9;
    padding: 10px;
}
.count .container .count-box .box{
    background-image: url("img/counr.gif");
    background-size: 100% 100%;
    background-position: center center;
    color: #fff;
    width: 220px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.count .container .count-box .box h1{
    color: #DD4236;
    text-align: center;
    font-size: 40px;
    display: flex;
    direction: ltr;
    margin: 0;
}
.count .container .count-box .box p{
    margin: 0;
    text-align: center;
    padding: 0;
    font-size: 17px;
    line-height: 1;
    font-weight: 400;
    width: 80px;
}



/*  */


.tools{
    background-image: url("img/net.png");
    background-size: 100% 80px;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}
.tools .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.title{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 0 20px;
    padding: 40px 10px 0;
    background-image: url("img/lia.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 60px auto;
    flex-direction: column;
    align-items: center;
    align-content: center;
}
.title h5{
    color: #DD4236;
    font-size: 18px;
    margin: 10px 0 0;
}
.title h1{
    color: #000;
    font-weight: bold;
    font-size: 40px;
    margin: 10px 0 15px;
    line-height: 1;
}

.tools .container h2{
    color: #000;
    font-size: 40px;
    font-weight: 700;
}
.tools .container h2{
    /* -webkit-text-stroke: 1px #999; */
    color: #102D3F;
    font-size: 30px;
        /* opacity: .7; */
    margin: 0;
}
.tools .container h2 ~ h2{
        -webkit-text-stroke: 1px #999;
        color: #fff;
        font-size: 40px;
        opacity: .5;
        margin: 0;
}
.tools .container h2 ~ h2 ~ h2{
        -webkit-text-stroke: 1px #999;
        color: #fff;
        margin: 0;
        font-size: 40px;
        opacity: .2;
}

.tools .container .block{
    display: block;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    background-image: url("img/tools.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 45% auto;
    margin: -120px 0 0;
    z-index: 9;
}
@media (max-width: 769px) {
    .tools .container .block{
    background-image: none;
    margin: -50px 0 0;

}
}

.tools .container .block .box{
    /* background: #F0F0F0; */
    padding: 20px;
    border-radius: 25px;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px !important;
}
.tools .container .block .box span{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    margin: 0 0 15px;
    display: flex;
    font-size: 22px;
    font-weight: bold;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border: 1.5px dashed #DD4236;
}
.tools .container .block .box span img{
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.tools .container .block .box h6{
    color: #000;
    font-size: 20px;
    margin: 0 0 10px;
}
.tools .container .block .box p{
    color: #747582;
    margin: 0;
}

/* ØªÙˆØ²ÙŠØ¹ Ø§Ù„Ø¨ÙˆÙƒØ³Ø§Øª Ø¹Ù„Ù‰ Ø§Ù„Ø£Ø±ÙƒØ§Ù† */
.tools .container .block .box:nth-child(1) {
  margin-right: auto;
  margin-bottom: auto;
  float: right;
}

.tools .container .block .box:nth-child(2) {
  margin-left: auto;
  margin-bottom: auto;
  float: left;
}

.tools .container .block .box:nth-child(3) {
  margin-right: auto;
  margin-top: auto;
  float: right;
  clear: both;
}

.tools .container .block .box:nth-child(4) {
  margin-left: auto;
  margin-top: auto;
  float: left;
}
/*  */

.brand{}

.brand-box{
    padding: 8px;
}
.brand-box .box{
    background: #fff;
    text-decoration: none;
    outline: none;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    height: 120px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.brand-box .box img{
    margin: 0 auto;
    display: flex;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.brand .owl-buttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 20px 0 0;
}
.brand .owl-buttons div{
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0 5px;
}
/*  */

.block-slider{
    display: flex;
    flex-wrap: wrap;
}
/*  */



.say{}
.say .container{
    display: flex;
    flex-wrap: wrap;
    background-color: #F4F4F4;
    background-image: url("img/clint.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    border-radius: 20px;
    flex-direction: column;
    align-items: center;
    padding: 40px 0px;
}
.say .container .item{
    padding: 0 5px;
}
.say .container .item .box{
    color: #000;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    background-color: #fff;
    background-image: url("img/qq.svg");
    background-position: left 10px top 10px;
    background-repeat: no-repeat;
    background-size: 50px auto;
}
.say .container .item .box span{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #EE1E2E;
    margin: 0 0 0 10px;
    background-color: #F9F9F9;
    background-image: url("img/clint.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
}
.say .container .item .box div{
    display: flex;
    flex-wrap: wrap;
    font-size: 12px;
    flex-direction: column;
}
.say .container .item .box div h4{
    color: #000;
    margin: 0 0 5px;
    font-size: 20px;
}
.say .container .item .box p{
    width: 100%;
    font-size: 14px;
    margin: 10px 0 0;
}

.say-slider{
    max-width: 1110px;
    margin: 0 auto;
    padding: 0 45px;
}
.say-slider .owl-prev{
    position: absolute;
    left: -10px;
    top: 50%;
    margin-top: -22px;
}
.say-slider .owl-next{
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -22px;
}
/*  */

.contact{}
.contact .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.contact .container .all{
    display: flex;
    flex-wrap: wrap;
}
.all .item{
    padding: 10px;
}
.all .item .box{
    background: #DD4236;
    border-radius: 15px;
    padding: 20px;
    color: #fff;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.all .item:first-child .box{
    background: #102D3F;
    color: #BABABA;
}


.all .item:last-child .box{
    background: #59D279;
}
.all .item .box span{
    width: 66px;
    height: 66px;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 10px;
    overflow: hidden;
    background: #fff;
}
.all .item .box span img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.all .item .box strong{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 10px;
}
.all .item .box p{
    margin: 0;
}
.all .item .box a{
    width: 250px;
    height: 47px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-radius: 10px;
    margin: 10px 0 0;
    color: #000;
    font-weight: 500;
    text-align: center;
    background: #fff;
    justify-content: center;
}

.all .item:first-child .box strong{
    color: #DD4236;
}
.all .item:first-child .box a{
    background: #DD4236;
    color: #fff;
}

.all .item .box a:hover{
    background: #000;
    color: #fff;
}
/*  */



/*  */
footer{
    padding: 30px 10px 0;
    background: #FCEEED;
    border-radius: 25px;
    border: 15px solid #fff;
    color: #102D3F;
    position: relative;
    overflow: hidden;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
}
footer .container .foot{
    padding: 15px 15px 25px;
    display: block;
    line-height: normal;
}
footer .container .foot h3{
    color: #DD4236;
    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 a{
    padding: 2px 0;
    display: inline-block;
    color: #102D3F;
    text-decoration: none;
    outline: none;
}
footer .container .foot ul li a:hover{
    color: #DD4236;
}
.copy{
    color: #000;
    font-size: 14px;
    padding: 15px;
    text-align: center;
    width: 100%;
    border-top: 1px solid #0000001C;
}
footer .container .foot > img{
    /* height: 103px; */
    width: auto;
    margin: 0 0 20px;
}
footer .call{
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: 80px;
    background: #fff;
    border-radius: 0 30px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0 20px 0 0;
}
@media (max-width: 769px) {
    footer .call {
        display: none;
    }
}

footer .call a{
    background-color: #fff;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    height: 46px;
    padding: 5px 35px 0;
    margin: 0 auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    cursor: pointer;
    background: linear-gradient(88.09deg, #FAEE91 -91.35%, #C5A950 97.65%);
    /* border: 10px solid #EBE1C3; */
    box-shadow: -4.15px 4.15px 4.15px 0px #FFFFFFBD inset;
    border: 1px solid #c8ac53
}
footer .call a:hover{
    background: #fff;
    color: #000;
}
/*  */
.media{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 10px 0 20px;
}
@media (max-width: 769px) {
    footer .media{
    /* position: absolute; */
    /* width: 100%; */
    /* bottom: 50px; */
    /* right: 0; */
    /* border-radius: 60px; */
    /* padding: 6px 10px !important; */
    /* height: auto; */
    /* background: none; */
}
    .copy{
        margin: 30px 0 0;
    }
}
.media > div{
    background: #231F20;
    padding: 7px 10px;
    border-radius: 50px;
    display: flex;
    flex-wrap: wrap;
}
.media a{
    margin: 0 3px;
    text-decoration: none;
    outline: none;
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.media a img{
    width: auto;
    height: auto;
    /* border-radius: 50%; */
    max-height: 100%;
}
.tel{
    padding: 0 33px 0 0;
    margin: 0 0 10px;
    background-image: url("img/tel.svg");
    background-repeat: no-repeat;
    background-position: right center;
    direction: ltr;
}
.mail{
    padding: 0 33px 0 0;
    margin: 0 0 10px;
    background-image: url("img/mail.svg");
    direction: ltr;
    background-repeat: no-repeat;
    background-position: right center;
}
.adress{
    padding: 0 33px 0 0;
    direction: ltr;
    margin: 0 0 10px;
    background-image: url("img/map.svg");
    background-repeat: no-repeat;
    background-position: right center;
}

/*  */
.phone{
    background-color: #DD4236;
    background-image: url("img/phone.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    bottom: 90px;
    width: 50px;
    height: 50px;
}
.wa{
    background-color: #fff;
    background-image: url("img/wa.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60% auto;
    border-radius: 50%;
    position: fixed;
    left: 10px;
    bottom: 30px;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 10px #ddd;
}
/*  */
.abput-page{
    background-image: url("img/hero.png");
    background-position: center top;
    background-size: 100% 55vh;
    background-repeat: no-repeat;
}
.abput-page .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.wp-video{
    margin: 20px auto;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.abput-page .container video{
    display: block;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;

}
/*  */
.how{
    padding-top: 0;
}
.how .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.how .container .how-all{
    display: flex;
    flex-wrap: wrap;
}
.how .container .how-all .how-box{
    padding: 20px;
}
.how .container .how-all .how-box .box{
    display: flex;
    flex-wrap: wrap;
    background: #FEF0E9;
    border-radius: 15px;
    padding: 20px;
    color: #616161;
    text-align: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.how .container .how-all .how-box .box::before{
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    width: 90%;
    height: 90%;
    border-radius: 15px;
    border: 1px solid #000;
    z-index: -1;
    margin: 10px 0 0 10px;
}
.how .container .how-all .how-box .box i{
    border: 1px solid #ddd;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 66px;
    height: 66px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.how .container .how-all .how-box .box i img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-width: 100%;
}
.how .container .how-all .how-box .box strong{
    color: #000;
    margin: 10px 0 5px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
}
.how .container .how-all .how-box .box p{
    margin: 0;
}
/*  */
.cat-page{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}
.cat-page .container{
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 0;
    flex-direction: row;
    align-items: flex-start;
}
/*  */
.fix-header{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}
.fix-title{
    color: #DD4236;
    font-size: 30px;
    font-weight: 500;
    display: flex;
    text-align: center;
}
.fix-desc{
    color: #102D3F;
    display: flex;
    text-align: center;
    margin: 0 0 30px;
}
.fix-img{
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}
/*  */
.brand-page{
    background: #fff;
    padding: 0 10px 50px;
}
.brand-page .container{
    /* background: none; */
    display: flex;
    flex-wrap: wrap;
}
/*  */
.block-head{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.block-head .block{
    padding: 20px;
}
.block-head .block img{
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 0;
}
.block-head .block h1{
    text-align: start;
}
.block-head .block p{
    text-align: start !important;
}
/*  */
.single{}
.single .container{
    display: flex;
    flex-wrap: wrap;
}
.single .container .block{
    padding: 10px;
}
.single .container .block img{
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 15px;
}
.single .container .block ul{
    padding: 0 20px 20px;
}
.single .container .block ol{
    padding: 0 20px 20px;
}
.tit{
    color: #DD4236;
}
.brands{
    width: 250px !important;
    height: auto !important;
    border-radius: 0 !important;
    margin: 0 0 20px;
    float: left;
}
.form{
    background: #F4F4F4;
    padding: 25px 25px 0;
    border-radius: 15px;
    clear: both;
    color: #102D3F;
}
label{
    width: 100%;
    margin: 0 0 10px;
}
.wpcf7-form-control{
    width: 100%;

    height: 40px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: right;
    padding: 0 15px;
    outline: none;
}
.wpcf7-textarea{
    height: 100px;
    padding: 15px;

}
.wpcf7-submit {
    background: #DD4236;
    width: 120px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    border: none;
    color: #fff;
}
.wpcf7-submit:hover {
    background: #000;
}
/*  */
.contact-page{}
.contact-page .container{
    display: flex;
    flex-wrap: wrap;
    max-width: 900px !important;
}
.contact-page .container .block{
    padding: 20px;
}
/*  */

.fix-header a,.block-head a , footer .container .foot p a,.block-sid p a{
    background-color: #DD4236;
    text-decoration: none;
    outline: none;
    background-image: url("img/call.gif");
    background-repeat: no-repeat;
    background-position: right 10px  center;
    background-size: auto 24px;
    padding: 10px 40px 10px 10px;
    border-radius: 5px;
    margin: 0 5px;
    color: #fff;
    direction: ltr;
    display: inline-flex;
    margin: 0 0 5px;
}
.fix-header a:hover,block-head a:hover,footer .container .foot p a:hover,.block-sid p a:hover{
    background-color: #000;
}
.block-head p,footer .container .foot p{
	text-align: right !important;
}
.block-sid{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.block-sid p {
    text-align: right !important;
    font-size: 15px;
}
.cato{
	display: flex;
	flex-wrap: wrap;
}

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

@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;
}
