/*
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: 1200px !important;
    position: relative;
    padding: 0;
}

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


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

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


/*@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: #000;
    /* font-family: Dubai; */
    font-family: Dubai;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    direction: ltr;
    background: #fff;
}

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

header{
    padding: 0 10px;
    background: linear-gradient(-90deg, rgba(17, 27, 80, 0.98) 0%, rgba(30, 42, 108, 0.98) 50%, rgba(17, 27, 80, 0.98) 100%);
}
header .container{
    display: flex;
    flex-wrap: wrap;
    padding: 3px 10px;
    align-items: flex-start;
}
header .container img{
    height: 110px;
    width: auto;
    margin: 0 10px 0 0;
    padding: 5px;
}
@media (max-width: 769px) {
    header{
    position: relative;
}
    header .container img{
    height: 80px;
}
}

header .container .head{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    border-left: 1px solid #FFFFFF26;
    padding: 0 0 0 10px;
}
header .container .head .box{
    border-bottom: 1px solid #FFFFFF26;
    padding: 6px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.welcom{
    background-image: url("img/welcom.gif");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 30px auto;
    padding: 0 0 0 40px;
    color: #fff;
}
header .container .head .box .media{
    display: flex;
}
header .container .head .box .media a{
    background-color: #ffffff1f;
    color: #B2894D;
    width: 25px;
    height: 25px;
    margin: 0 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    outline: none;
    font-size: 18px;
}
header .container .head .box .media a:hover{
    background: #1e2a66;
    color: #fff;
}
header .container .head .box ul{
    padding: 0;
    margin: 0 0 0 10px;
    list-style: none;
}
header .container .head .box ul li{}
header .container .head .box ul li a{
    display: inline-flex;
    color: #fff;
    height: 25px;
    border-radius: 3px;
    padding: 0 10px;
    align-items: center;
    text-decoration: none;
    outline: none;
    border: 1px solid #B2894D;
}
header .container .head .box ul li a:hover{
        background-color: #c39e68;
    color: #fff;
}
header .container .head .menu{
    display: flex;
    align-items: center;
    margin: 0;
    min-height: 70px;
}
header .container .head ul.topnav{
    list-style: none;
    display: inline-flex;
    flex-wrap: wrap;
    /* width: 100%; */
    margin: 0;
    padding: 0 10px;
    flex: 1;
}
@media (max-width: 769px) {
    header .container .head .menu{
    min-height: 40px;
}
  header .container .head ul.topnav{
    display: none;
  }  
}
header .container .head ul.topnav li{
    position: relative;
}
header .container .head ul.topnav li:last-child{
    display: none;
}
header .container .head ul.topnav li a{
    padding: 0 15px;
    text-decoration: none;
    outline: none;
    color: #fff;
    display: block;
    min-height: 49px;
    display: inline-flex;
    align-items: center;
    font-size: 17px;
    font-weight: 500;
}
header .container .head ul.topnav li:hover > a ,
.current-menu-item a{
    color: #b2894d !important;
}




header .container .head .block{
    display: inline-flex;
    align-items: center;
    margin: 0 0 0 auto;
}
header .container .head .block .bar{
    width: 49px;
    height: 49px;
    background-image: url("img/plus.gif");
    background-size: 100% 100%;
    margin: 0 20px 0 10px;
    cursor: pointer;
    position: relative;
    display: none;
}

header .container .head .block .bar::after{
    content: "";
    position: absolute;
    right: -10px;
    top: 0;
    height: 100%;
    display: block;
    width: 1px;
    background-color: #83314626;
}
header .container .head .block .bar::before{
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%;
    width: 1px;
    display: block;
    background-color: #83314626;
}
header .container .head .block .contactus{
    color: #fff;
    text-decoration: none;
    outline: none;
    padding: 0 30px;
    border-radius: 20px 0;
    display: flex;
    align-items: center;
    height: 44px;
    margin: 0 5px;
    background: linear-gradient(-90deg, #A17430 0%, #C6A16D 100%);
}
header .container .head .block .contactus i{
    background-image: url("img/go.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10px;
    width: 40px;
    position: relative;
    display: none;
}
.wa{
width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url(img/wa.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    background-color: #fff;
    margin: 0 5px;
}
.tel{
   width: 44px;
    height: 44px;
    border-radius: 50%;
    background-image: url(img/call.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60% auto;
    margin: 0 5px;
    background-color: #FFFFFF24;
}
@media (max-width: 769px) {
    .welcom{
        display: none;
    }
    header .container .head .block .bar{
    margin: 0;
    height: 35px;
    width: 35px;
    filter: invert(1);
    display: block;
}
header .container .head .block .contactus{
    display: none;
}
.wa{
     position: fixed;
    bottom: 70px;
    right: 10px;
    z-index: 999;
}
.tel{
    position: fixed;
    bottom: 20px;
    right: 10px;
    background-color: #202b68;
    z-index: 999;
}
}


/* popheader */
.popheader{
    padding: 25px 20px;
    background: linear-gradient(-90deg, rgba(17, 27, 80, 0.98) 0%, rgba(30, 42, 108, 0.98) 50%, rgba(17, 27, 80, 0.98) 100%);
    position: fixed;
    top: 105px;
    right: 0;
    left: 0;
    height: calc(100vh - 100px);
    z-index: 99999;
    overflow-y: auto;
    display: none;
}
.open{
    display: block;
}

@media (max-width: 769px) {
 .popheader{
    height: 100vh !important;
    top: 0;
}   
}
.popheader .container{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    position: relative;
    justify-content: space-between;
}
.x{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url("img/x.svg");
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.popheader .container ul{
    padding: 0;
    margin: 0 0 15px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none;
}
.popheader .container ul li{}
.popheader .container ul li a{
    display: inline-flex;
    text-decoration: none;
    outline: none;
    color: #fff;
    padding: 10px 10px 10px 15px;
    position: relative;
}
.popheader .container ul li a::after{
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    height: 2px;
    width: 5px;
    background-color: #fff;
}
.popheader .container ul li a:hover{
    color: #AD465F;
}
/*  */

.popheader .container .box{
    padding: 10px 0px 10px 70px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    justify-content: flex-start;
}
.popheader .container .box span{
    width: 60px;
    height: 60px;
    background: #A9435C1A;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
}
.popheader .container .box span i{
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #833146;
    color: #fff;
        display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.popheader .container .box h5{
    color: #963A52;
    width: 100%;
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 500;
}
.popheader .container .box p{
    width: 100%;
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    margin: 0 0 0 auto;
    direction: rtl;
}
.popheader .container .topnav{
    display: none;
}
@media (max-width: 769px) {
    .popheader .container .topnav{
        display: block;
        width: 100%;
    }
}


/*  */

.hero{
    padding: 0;
    position: relative;
    display: flex;
    background: #000000;
    flex-wrap: wrap;
}
.hero .block{
    padding: 0;
    border-right: 1px solid #fff ;
}
.hero .block:last-child{
    border-right: none ;
}
.hero .block video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.8;
    margin: 0 0 -10px !important;
}
.hero .cover{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.hero .cover .box{
    padding: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    z-index: 9;
    flex-direction: column;
    align-items: center;
}
.hero .cover .box::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #15205882;
    backdrop-filter: blur(25px);
    border-radius: 30px 0;
    z-index: -1;
}
.hero .cover .box h1{
    color: #fff;
    font-size: 36px;
    /* line-height: 1; */
    margin: 0 0 16px;
}
@media (max-width: 769px) {
    .hero .cover .box h1{
    font-size: 28px;
}
}

.hero .cover .box p{
    text-align: center;
}
.hero .cover .box .foot{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hero .cover .box .foot a{
    color: #fff;
    display: flex;
    align-items: center;
    height: 44px;
    text-decoration: none;
    outline: none;
    padding: 0px 30px;
     border: 1px solid #A17430;
    border-radius: 20px 0px;
    margin: 0px 5px;
    background: linear-gradient(-90deg, rgb(161, 116, 48) 0%, rgb(198, 161, 109) 100%);
}
.hero .cover .box .foot a ~ a{
     color: #fff;
     display: flex;
     align-items: center;
     height: 44px;
     text-decoration: none;
     outline: none;
     padding: 0px 30px;
     border-radius: 20px 0px;
     margin: 0px 5px;
     border: 1px solid #A17430;
     background: initial;
}
.hero .cover .box .foot a:hover{
    color: #A17430;
    background: #fff;
    border: 1px solid #fff;
}

/*  */
.border{
    width: 100%;
    height: 21px;
    background-image: url("img/border.svg");
    background-size: auto 21px;
    background-repeat: repeat-x;
    border: none !important;
    position: relative;
    z-index: 9;
}




/*  */
section{
    padding: 50px 5px;
    position: relative;
    clear: both;
}
.about{
    padding: 50px 5px 0;

    background: linear-gradient(-90deg, #111B50 0%, #1E2A6C 50%, #111B50 100%);
    margin-top: -21px;
}
.about .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.about .container .block{
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.about .container .block img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    margin: 0 0 -50px;
}
.about .container .block h5{
    background-image: url("img/border.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 14px;
    padding: 10px 0 17px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    color: #A17430;
}
.about .container .block h2{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    width: 1200px;
}
@media (max-width: 769px) {
 .about .container .block h2{
    width: 100%;
    font-size: 20px;
    line-height: inherit;
}   
.about .container .block img{
    margin: 0;
}
}
.about .container .block p{
    color: #fff;
    font-size: 19px;
}

.about .container .block a{
    color: #fff;
    display: flex;
    align-items: center;
    height: 44px;
    width: 140px;
    text-decoration: none;
    outline: none;
    padding: 0px 30px;
    border: 1px solid #A17430;
    border-radius: 20px 0px;
    margin: 0px 0 10px;
    background: linear-gradient(-90deg, rgb(161, 116, 48) 0%, rgb(198, 161, 109) 100%);
    position: relative;
    z-index: 9;
}
.about .container .block a:hover{
    opacity: 0.7;
}
/*  */
.fut{
    margin: 40px 0 0;
}
.fut .container{
    display: flex;
    flex-wrap: wrap;
    color: #898B8D;
    font-size: 18px;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.fut .container h5{
    background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 14px;
    padding: 10px 0 15px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    text-align: center;
    align-items: flex-end;
    color: #A17430;
}
.fut .container h2{
    color: #1B2325;
    font-size: 35px;
    font-weight: 700;
    padding: 0 20px;
    margin: 0 0 20px;
}
.fut .container p{
    text-align: center;
    max-width: 850px;
    padding: 0 10px;
    color: #595959;
}
.fut .container .box-all{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
    justify-content: center;
}
.fut .container .box{
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    width: 220px;
}
.fut .container .box i{
    width: 90px;
    height: 90px;
    /* background-image: url("img/fut.png"); */
    background-size: 100% 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin: 0 0 15px;
    border-radius: 25px 0;
    /* box-shadow: 10px 10px 16px #ede0e3; */
    border: 1px dashed #A17430;
}
.fut .container .box i img{
    width: 100%;
    height: auto;
}
.fut .container .box h3{
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
}
.fut .container .box p{
    text-align: center;
    color: #667063;
    font-size: 15px;
    padding: 0;
}
/*  */
.dev{
    background-color: #B2894D1A;
    padding: 50px 0 0;
    border-radius: 20px 20px 0 0;
    position: relative;
}
.bg{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 9;
    margin: -250px 0 0;
}
.net{
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: -100px auto auto;
}
.logoo{
    width: 300px;
    height: auto;
    margin: 0 auto;
    display: block;
    position: absolute;
    bottom: 100px;
    z-index: 99;
    right: 50%;
    margin-right: -150px;
}
@media (max-width: 769px) {
    .bg{
    margin: -100px 0 0;
}
.logoo{
    width: 120px;
    bottom: 20px;
    z-index: 99;
    margin-right: -60px;
    n-right: -150px;
}
}


.dev .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 0 6px;
}
.dev .container h5{
    background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 14px;
    padding: 10px 0 15px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    text-align: center;
    align-items: flex-end;
    color: #A17430;
}

.dev1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0 20px;
    padding: 0 10px;
}
.dev1 .box{
    padding: 5px;
    position: relative;
}
.dev1 .box img{
    width: 100%;
    height: 200px;
    border-radius: 25px 0;
    object-fit: cover;
}
.dev1 .box span{
    background: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    z-index: 9;
    text-align: center;
    padding: 10px 0;
    border-radius: 20px 0;
    font-size: 14px;
}

.dev1 .boxx{
    padding: 5px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 130px !important;
    align-items: flex-start;
    flex-direction: column;
}
.dev1 .boxx i{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #fff;
    border: 1.5px solid;
    overflow: hidden;
    margin: 0 auto 15px;
    box-shadow: 0px 4px 4px 1px #B2894D33;
    border: 1px solid #A17430;
}
.dev1 .boxx img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.dev1 .boxx span{
    z-index: 9;
    text-align: center;
    color: #1B2325;
    font-size: 17px;
    font-weight: 500;
}

/*  */
.swm{
    padding: 0 10px;
}
.swm .container{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.container-bg{
    background: #B2894D1A;
    padding: 20px;
    border-radius: 15px;
}
.container-bg .block{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    color: #595959;
}
.container-bg .block video{
    width: 100%;
    height: 340px;
    border-radius: 15px;
    object-fit: cover;
}
.container-bg .block img{
    width: 100%;
    height: auto;
    border-radius: 15px;
    object-fit: cover;
}
.container-bg .block h5{
    background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 14px;
    padding: 10px 0 17px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    color: #A17430;
    width: 100%;
}
.container-bg .block h2{
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 5px 0 10px;
}
.container-bg .block ol{
    padding: 0 20px;
}
.container-bg .block ol li{
    color: #1B2325;
    font-size: 19px;
    padding: 3px 0;
}
.container-bg .block ol li::marker{
    color: #1B2325;
    width: 26px;
    height: 26px;
    border-radius: 50%;
}
/*  */
.run{
    display: flex;
    flex-wrap: nowrap;
}
.run .box{
    padding: 5px;
    position: relative;
}
.run .box img{
    width: 100%;
    height: 120px;
    border-radius: 20px 0;
    object-fit: cover;
}
.run .box span{
    background: #fff;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    z-index: 9;
    text-align: center;
    padding: 6px 0;
    border-radius: 20px 0;
    color: #1B2325;
    font-weight: 600;
}
/*  */
.size{
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(-90deg, #111B50 0%, #1E2A6C 50%, #111B50 100%);
    padding: 10px 20px;
    border-radius: 0 25px;
    min-height: 100px;
    color: #fff;
    margin: 0 0 10px;
}
.size h5{
       background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 14px;
    padding: 10px 0 17px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    color: #A17430; 
}
.size .box{
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
}
.size .box .item{
    padding: 3px;
}
.size .box .item div{
    padding: 15px 7px;
    background-color: #00000033;
    border-radius: 0 20px;
    border: 1px solid #FFFFFF21;
    color: #fff;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}
.size .box .item img{
    height: 40px;
    width: auto;
    margin: 0 0 8px;
}
.size .box .item h4{
    color: #B2894D;
    font-size: 17px;
    font-weight: 600;
    margin: 0 0 5px;
}
/*  */
.container-bg > h5 {
    background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 14px;
    padding: 10px 0 15px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    text-align: center;
    align-items: flex-end;
    color: #A17430;
    width: 100%;
    justify-content: center;
}





/*  */
.training{
    padding: 0;
    background: linear-gradient(0deg, #AD465F 0%, #571929 100%);
}
.training .cover{
    background-image: url("img/bg.png");
    background-size: auto 100% ;
    background-position: center left ;
    padding: 50px 10px 60px;
    position: relative;
}
.training .cover::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 33px;
    background-image: url(img/boeder2.png);
    background-repeat: repeat-x;
    border: none !important;
}
.training .container{
    max-width: 1200px !important;
}
.training .container h1{
    color: #fff;
    background-image: url("img/boeder2.png");
}
.training .container p{
    color: #fff;
    max-width: 800px;
}
.training-all{
    display: flex;
    margin: 20px 0 0;
    flex-wrap: wrap;
    justify-content: center;
}
.training-box{
    padding: 10px;
}
.training-box a{
    display: flex;
    outline: none;
    text-decoration: none;
    flex-direction: column;
    align-items: center;
}
.training-box a:hover{
    opacity: 0.7;
}
.training-box a img{
    width: 100%;
    height: 300px;
    border-radius: 15px;
    margin: 0 0 15px;
}
.training-box a h3{
    color: #fff;
    font-weight: 500;
    text-align: center;
    display: block;
    font-size: 20px;
}
.training .container > a{
    height: 49px;
    border: 1px solid #FFFFFF7D;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin: 20px 0 0;
}
.training .container > a i{
    background-image: url(img/go.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10px;
    width: 40px;
    position: relative;
}
.training .container > a:hover{
    background: linear-gradient(-270deg, #571929 0%, #AD465F 100%);
}
/*  */
.projects{
    padding: 10px;
}
.projects .container{
    display: flex;
    flex-wrap: wrap;
}
.projects .container .tit{
    position: relative;
    padding: 0 10px;
}
.projects .container .tit h5{
    background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: left  bottom;
    background-size: auto 14px;
    padding: 10px 0 15px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    text-align: left;
    align-items: flex-end;
    color: #A17430;
    width: 100%;
    justify-content: flex-start;
}
.projects .container .tit h2{
    color: #1B2325;
    font-size: 26px;
}
.projects .container .tit a{
    color: #fff;
    display: flex;
    align-items: center;
    height: 44px;
    width: 140px;
    text-decoration: none;
    outline: none;
    padding: 0px 30px;
    border: 1px solid #A17430;
    border-radius: 20px 0px;
    margin: 0px 0 10px;
    background: linear-gradient(-90deg, rgb(161, 116, 48) 0%, rgb(198, 161, 109) 100%);

}
@media (min-width: 769px) {
    
.projects .container .tit a{
    position: absolute;
    right: 0;
    bottom: 20px;
    z-index: 9;
}
}
.projects .container .tit a:hover{
    opacity: 0.8;
}
/*  */

.blog{}
.blog .container{}
.blog .container .blog-slider{}
.blog-post{
    padding: 10px;
}
.blog-post a{
    position: relative;
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
}
.blog-post a img{
    width: 100%;
    height: 300px;
    border-radius: 25px 0;
    object-fit: cover;
}
.blog-post .text{
    background: #fff;
    border-radius: 25px 0;
    padding: 20px;
    color: #595959;
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 10px;
    z-index: 9;
    direction: ltr;
}
.blog-post .text h3{
    color: #000;
    font-size: 20px;
    margin: 0 0 5px;
    width: 100%;
}
.blog-post .text .date{
    background-image: url("img/date.svg");
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 35px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #B2894D;
    width: 100%;
    margin: 0 0 5px;
    text-align: left;
    justify-content: flex-end;
    font-size: 14px;
    flex-direction: row-reverse;
}
.blog-post .text p{
    direction: ltr;
    font-size: 14px;
    margin: 0;
}
.all{
    color: #fff !important;
    display: flex;
    align-items: center;
    height: 44px;
    text-decoration: none;
    outline: none;
    padding: 0px 30px;
    border: 1px solid #A17430;
    border-radius: 20px 0px;
    width: 140px;
    margin: 15px auto 0;
    background: linear-gradient(-90deg, rgb(161, 116, 48) 0%, rgb(198, 161, 109) 100%);
}
.all:hover{
    opacity: 0.8;

}












/*  */

.tabs {
}

/* نخفي الراديو */
.tabs input {
  display: none;
}

.tab-buttons {
  display: flex;
  flex-wrap: wrap;
}

.tab-buttons label {
  padding: 15px 10px 15px 48px;
  text-align: left;
  background-color: #F4F4F4;
  color: #667063;
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  border-radius: 10px;
  margin: 0 0 10px;
  width: 100%;
  height: auto;
  flex-direction: column;
  position: relative;
}
.tab-buttons label span{
    width: 32px;
    height: 32px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 15px;
}
.tab-buttons label span img{
    width: auto;
    height: auto;
    max-width: 100%;
}
.tab-buttons label h5{
    color: #000;
    font-size: 20px;
    margin: 0 0 5px;
    width: 100%;
    background-image: url("img/go2.svg");
transition: all 0.5s ease 0s;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 0 auto;
}
.tab-buttons label p{
    color: #667063;
    font-size: 13px;
    margin: 0;
}

/* المحتوى */
.tab-content .content {
  display: none;
  padding: 0;
}

/* التحكم في الإظهار */
#tab1:checked ~ .tab-content .content1,
#tab2:checked ~ .tab-content .content2,
#tab3:checked ~ .tab-content .content3,
#tab4:checked ~ .tab-content .content4,
#tab5:checked ~ .tab-content .content5,
#tab6:checked ~ .tab-content .content6,
#tab7:checked ~ .tab-content .content7
 {
  display: block;
}

/* شكل التاب النشط */
#tab1:checked ~ .tab-buttons label[for="tab1"],
#tab2:checked ~ .tab-buttons label[for="tab2"],
#tab3:checked ~ .tab-buttons label[for="tab3"],
#tab4:checked ~ .tab-buttons label[for="tab4"],
#tab5:checked ~ .tab-buttons label[for="tab5"],
#tab6:checked ~ .tab-buttons label[for="tab6"],
#tab7:checked ~ .tab-buttons label[for="tab7"]

{
transition: all 0.5s ease 0s;
  background: #8331461A;
    color: #000;
    h5{
        color: #833146 !important;
transition: all 0.5s ease 0s;
    background-size:  auto auto;

    }
    span{
transition: all 0.5s ease 0s;
        background: #833146;
    }
    span img{
        filter: invert(1);
    }
}
/*  */
.tit{
    color: #667063;
    margin: 0 ;
}
.tit h5 {
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 57px;
    padding: 10px 0 5px 50px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}
.tit h2{
    color: #12230D;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}
/*  */
.projects-post{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.projects-post-2{
    margin: 0 !important;
}
@media (max-width: 769px) {
    .projects-post{
    margin: 0 ;
}
}

.projects-all{
    display: flex;
    flex-wrap: wrap;
}

.projects-post .box{
    padding: 10px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
}
.projects-post img{
    width: 100%;
    transition: all 0.5s ease 0s;
    height: 300px;
    object-fit: cover;
    border-radius: 20px 0;
    object-fit: cover;
}
.projects-post:hover  img{
    transition: all 0.5s ease 0s;
    opacity: 0.7;
}
.projects-post .text{
    background: #fff;
    border-radius: 20px 0;
    padding: 15px;
    margin: -70px auto 20px;
    width: 90%;
    z-index: 9;
    border: 1px solid #D2D2D2;
    box-shadow: 0px 4px 4px 0px #00000014;
}
.projects-post h3{
    color: #12230D;
    font-size: 17px;
    margin: 0 0 5px;
    font-style: normal;
}
.projects-post p{
    color: #667063;
    font-size: 16px;
    font-style: normal;
    margin: 0 0 9px;
}
.projects-post .box > span{
    display: flex;
    color: #667063;
    font-size: 14px;
    margin: 0;
    padding: 0 0 0 30px;
    background-image: url("img/date.svg");
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 22px;
    align-items: center;
}
.projects-post .box > .a{
    color: #833146;
    display: inline-flex;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 30px 5px 3px;
    background-image: url("img/go3.svg");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 10px;
    margin: 0 auto 0 0;
}
.projects-post .box > .a:hover{
    color: #000;
}

a.projects-link{
    height: 49px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    width: auto;
    padding: 0 15px;
    color: #fff;
    text-decoration: none;
    outline: none;
    margin:  0;
    background: linear-gradient(-270deg, #571929 0%, #AD465F 100%);
}
a.projects-link i{
    background-image: url(img/go.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 10px;
    width: 40px;
    position: relative;
}
a.projects-link:hover{
    opacity: 0.7;
}
/*  */
.num{
    padding: 10px;
}
.num .container{
    border-radius: 20px;
    color: #fff;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(-90deg, #111B50 0%, #1E2A6C 50%, #111B50 100%);
    flex-direction: column;
    align-items: center;
}
.num .container h5{
        background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 14px;
    padding: 10px 0px 15px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    text-align: center;
    align-items: flex-end;
    color: rgb(161, 116, 48);
    width: 100%;
    justify-content: center;
}
.num .container h2{
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin: 0 0 20px;
}
.num .container .num-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.num .container .num-all .num-item{
    padding: 6px;
}
@media (min-width: 769px) {
    .num .container .num-all .num-item{
    width: 20% !important;
}
}

.num .container .num-all .num-item .box{
    padding: 15px 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 20px 0 20px 0px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    color: #CDCDCD;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}
.num .container .num-all .num-item .box h1{
    font-size: 40px;
    color: #B2894D;
    direction: rtl;
    margin: 0 0 0;
}
.num .container .num-all .num-item .box h4{
    color: #fff;
    font-size: 18px;
    margin: 0 0 7px;
}
/*  */




.contact{
    margin:0;
}
.contact .container{
    padding: 25px;
    background: #B2894D1A;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
}
.contact .container  .block{
    padding: 10px;
    position: relative;
}
.contact .container  .block form{
    padding: 0;
    border-radius: 0;
    width: 100%;
    margin: 0;
}

.contact .container  h5 {
background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 14px;
    padding: 10px 0px 15px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    text-align: center;
    align-items: flex-end;
    color: rgb(161, 116, 48);
    width: 100%;
    justify-content: center;
}
.contact .container .block  h5 {background-image: url(img/border.svg);background-repeat: no-repeat;background-position: left bottom;background-size: auto 14px;padding: 10px 0px 15px;font-size: 25px;font-weight: 700;display: flex;text-align: left;align-items: flex-end;color: rgb(161, 116, 48);width: 100%;justify-content: flex-start;}
.contact .container  h2 {
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
}
.contact .container  p{
    margin: 0 0 15px;
    color: #595959;
    width: 100%;
}
label{
    width: 100%;
}
.contact .container h6{
    color: #B2894D;
    font-size: 20px;
    margin: 0 0 10px;
}
.contact .container .media{
    display: flex;
    flex-wrap: wrap;
}
.contact .container .media a{
    background-color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #B2894D;
    margin: 2px;
}
.contact .container .media a:hover{
    background: #B2894D;
    color: #fff;
}


.box-call{
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
    padding: 0 0 0 60px;
    color: #555555;
    position: relative;
    flex-direction: column;
    direction: rtl;
    align-items: flex-start;
    width: 100%;
    direction: ltr;
}
.box-call img{
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 50%;
}
.box-call h4{
    color: #000;
    margin: 0;
    font-size: 17px;
}
.box-call p{
    color: #fff !important;
}
/*  */
.box-call:first-child{
    background: linear-gradient(-90deg, #A17430 0%, #C6A16D 100%);
    color: #fff;
    padding: 10px 10px 10px 80px;
    border-radius: 10px;
    img{
        border-radius: 10px;
        background-color: #fff;
        left: 10px;
        top: 8px;
        padding: 5px;
    }
    h4{
        color: #fff;
    }
    p{
        color: #fff;
    }

}
.box-call:nth-child(2){
    background: linear-gradient(-90deg, #111B50 0%, #1E2A6C 50%, #111B50 100%);
    color: #fff;
    padding: 10px 10px 10px 80px;
    border-radius: 10px;
    img{
        border-radius: 10px;
        background-color: #fff;
        left: 10px;
        top: 8px;
        padding: 5px;
    }
    h4{
        color: #fff;
    }
    p{
        color: #fff;
    }

}


/*  */
form{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
}
.rows {
    padding: 8px;
    color: #000;
    position: relative;
}
.rows i{
    font-style: initial;
    position: absolute;
    top: 13px;
    left: 20px;
    color: #1B2325;
    z-index: 9;
    font-size: 13px;
}
.rows  p{
    width: 100%;
    margin: 0 !important;
    color: #000 !important;
}
.wpcf7-form-control {
    width: 100%;
    min-height: 52px;
    padding: 20px 10px 0;
    border: 1px solid #1211271F;
    border-radius: 10px;
    transition: all 0.5s ease 0s;
    outline: none;
    text-align: left;
    margin: 0;
    max-height: 130px;
    direction: ltr;
}
.wpcf7-form-control:focus {
    border: 1px solid #a67a38;
transition: all 0.5s ease 0s;

}
.wpcf7-submit{
    color: #fff !important;
    background: linear-gradient(-270deg, #a17430 0%, #c49e6a 100%);
    text-decoration: none;
    outline: none;
    padding: 0 20px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    height: 44px;
    min-width: 100px;
    text-align: center;
    width: auto !important;
    margin: 0 auto 0 0;
    border: none;
    font-size: 19px;
    font-weight: 400;
}

.wpcf7-submit:hover{
    opacity: 0.7;
}











/*  */

.event{
    background-color: #F4F4F4;
}
.event .container{
    display: flex;
    flex-wrap: wrap;
    color: #898B8D;
    font-size: 18px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.event .container::after{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background-image: url("img/star.svg");
    background-size: 100% 100%;
}
.event .container::before{
    content: "";
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    background-image: url("img/star.svg");
    background-size: 100% 100%;
}
.event .container h1{
    color: #963A52;
    font-size: 35px;
    font-weight: 700;
    padding: 0 20px 30px;
    margin: 0 0 20px;
    background-image: url(img/border.svg);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 20px;
}
.event .container p{
    text-align: center;
    max-width: 900px;
    padding: 0 10px;
}
.event-all{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 30px;
}
.event-all .event-post{
    padding: 15px;
}
.event-all .event-post .box{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 50px;
    align-content: center;
}
.event-all .event-post .box img{
    width: 100%;
    height: 400px;
    border-radius: 0 20px 0 0;
    object-fit: cover;
}
.event-all .event-post .box .date{
    background: #833146;
    color: #fff;
    border-radius: 0 20px 0 0;
    position: absolute;
    left: 0;
    top: 30px;
    display: flex;
    flex-direction: column;
    padding: 0 16px 0 70px;
    justify-content: center;
    align-items: flex-start;
    min-height: 55px;
}
.event-all .event-post .box .date h2{
    font-size: 50px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
}
.event-all .event-post .box .date span{
    margin: 0;
    line-height: 22px;
}
.event-all .event-post .box .text{
    background: #fff;
    width: auto;
    padding: 15px 20px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px 0 0 0;
    position: relative;
    z-index: 9;
    margin: -70px auto 0;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    position: absolute;
    bottom: -60px;
    right: 5%;
    left: 5%;
}
.event-all .event-post .box h3{
    color: #12230D;
    font-size: 20px;
    margin: 0 0 10px;
    font-weight: 700;
}
.event-all .event-post .box p{
    color: #667063;
    font-size: 16px;
    margin: 0 0 0px;
    text-align: left;
    padding: 0;
}
.event-all .event-post .box .a{
    color: #833146;
    display: inline-flex;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 30px 5px 3px;
    background-image: url(img/go3.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 10px;
    margin: 0 auto 0 0;
}
.event-all .event-post .box  a:hover{
    color: #000;
}
/*  */
.news{
    background-color: #fff;
    background-image: url("img/logo.png");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 25% auto;
    padding: 50px 0 !important;
    overflow: hidden;
}
.news  .block{
    padding: 10px 0;
}
.news  .block-tit{}
.news  .block-tit  h5 {
    background-image: url(img/tit.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    min-height: 57px;
    padding: 10px 0 5px 50px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}
.news  .block-tit h2 {
    color: #12230D;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 10px;
}
.news  .block-tit p{
    margin: 0 0 15px;
    color: #667063;
}
/*  */

.news-all {
    width: calc(50vw + 600px);
    margin-left: calc(50% - 600px);
    min-height: 300px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
@media (max-width: 769px) {
    .news-all {
    width: 100% !important;
    margin: 0;
    padding: 0 20px;
    min-height: 300px;
}
}
/*  */
@media (min-width: 769px) {
.news-slider{
    width: 120%;
    padding-left: 40px;
}
}
.news-box{
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}
.news-box h2{
    color: #12230D;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    text-align: left;
}
.news-box p{
    color: #667063;
    font-size: 18px;
    direction: ltr;
    margin: 0;
    text-align: left;
}
.news-box .a{
        color: #833146;
    display: inline-flex;
    text-decoration: none;
    outline: none;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 30px 5px 3px;
    background-image: url(img/go3.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 10px;
    margin: 0 auto 0 0;
}
.news-box .a:hover{
    color: #000;
}
.news-box .a ~ a{
    width: 100%;
    display: flex;
}
.news-box img{
    width: 100%;
    height: 220px;
    border-radius: 20px;
    object-fit: cover;
    margin: 10px 0;
}
/*  */
.center{
    background: linear-gradient(-360deg, #AD465F 0%, #571929 100%);
    padding: 50px 20px;
    overflow: hidden;
}
.center .container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    color: #fff;
    align-items: center;
    background-image: url("img/bbg.png");
    background-size: cover;
}
.center .container h1{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    padding: 0 20px 30px;
    margin: 0 0 20px;
    background-image: url(img/boeder2.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 20px;
}
.center .container > p{
    max-width: 900px;
}
.center-box{
    position: relative;
}
.center-box .center-slider{
    margin: 0 0 15px;
    /* overflow: hidden; */
}
.center-box .center-slider img{
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}
.center-box h2{
    width: 100%;
    color: #fff;
    font-size: 22px;
    margin: 0 0 10px;
    display: flex;
    font-weight: 700;
    padding: 0 10px 0;
    border-left: 5px solid #1F1014;
    align-items: center;
    justify-content: space-between;
    
    .map{
        color: #AC4A63 !important;
        text-decoration: underline;
        outline: none;
        background-image: url("img/map.svg");
        background-size: 40px 40px;
        background-position: right center;
        background-repeat: no-repeat;
        padding: 0 45px 0 0;
        min-height: 40px;
        display: inline-flex;
        align-items: center;
        font-size: 17px;
        font-weight: 400;
    }
}
@media (max-width: 768px) {
    .center-box h2{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    }
}

.center-box p{
    color: #fff !important;
    width: 100%
}
.boxx{
}
.center-box .boxx  > a{
    color: #fff;
    display: inline-flex;
    text-decoration: none;
    outline: none;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 30px 5px 3px;
    background-image: url(img/go.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 10px;
    margin: 0 auto 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}
.center-box a:hover{
    color: #000;
}

/*  */
.owl-prev{
    font-size: 0;
    background-color: #FFFFFF1F;
    background-image: url("img/r.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    right: 10px;
}
.owl-next{
    font-size: 0;
    background-color: #FFFFFF1F;
    background-image: url("img/l.svg");
    background-position: center center;
    background-repeat: no-repeat;
    height: 37px;
    width: 37px;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    right: 50px;
}
/*  */
.popcenter{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    padding: 25px 15px;
    background-color: #000000e3;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    overflow-y: auto;
}
.ok.ok ~ .popcenter{
    display: flex !important; 
}

.clos{
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url("img/x.svg");
    background-size: 100% 100%;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.popcenter .block{
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.popcenter .block h2{
    border-color: #963A52 !important;
    margin: 10px 0;
    color: #fff !important;
}
.popcenter .block .p p{
    color: #fff !important ;
}
/*  */




.carousel-indicators.thumbnails {
    position: static;
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.carousel-indicators.thumbnails [data-bs-target] {
    width: auto;
    height: auto;
    text-indent: 0;
    background: none;
    border: none;
    padding: 0;
    opacity: 0.5;
    border-radius: 10px;
}

.carousel-indicators.thumbnails .active {
    opacity: 1;
    /* border: 2px solid #0d6efd; */
}

.carousel-indicators.thumbnails img {
    width: 70px;
    height: 60px;
    object-fit: cover;
    border-radius: 10px;
}
/*  */
.mange{
    background: #fff;
    padding: 25px 15px;
}
.mange .container{
    background-color: #F4F4F4;
    border-radius: 20px;
    padding: 30px 10px 0;
}
/*  */


/* ====== Tabs Wrapper ====== */
.equip-tabs {
    width: 100%;
    margin: 20px 0;
}

/* ====== Hide radio inputs ====== */
.equip-tabs input[type="radio"] {
    display: none;
}

/* ====== Buttons ====== */
.equip-tab-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.equip-tab-buttons label {
    padding: 7px 20px;
    cursor: pointer;
    background: #fff;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 400;
    color: #667063;
}

.equip-tab-buttons label:hover {
    background: #ddd;
}

/* ====== Active Tab Button ====== */
#equip-tab1:checked ~ .equip-tab-buttons label[for="equip-tab1"],
#equip-tab2:checked ~ .equip-tab-buttons label[for="equip-tab2"],
#equip-tab3:checked ~ .equip-tab-buttons label[for="equip-tab3"],
#equip-tab4:checked ~ .equip-tab-buttons label[for="equip-tab4"],
#equip-tab5:checked ~ .equip-tab-buttons label[for="equip-tab5"] {
    background: linear-gradient(-270deg, #571929 0%, #AD465F 100%);
    color: #fff;
}

/* ====== Content Wrapper ====== */
.equip-tab-content {
    width: 100%;
}

/* ====== Hide All Contents ====== */
.equip-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

/* ====== Show Content Based on Checked Tab ====== */
#equip-tab1:checked ~ .equip-tab-content .equip-content1,
#equip-tab2:checked ~ .equip-tab-content .equip-content2,
#equip-tab3:checked ~ .equip-tab-content .equip-content3,
#equip-tab4:checked ~ .equip-tab-content .equip-content4,
#equip-tab5:checked ~ .equip-tab-content .equip-content5 {
    display: block;
}

/* ====== Sub Slider ====== */
.slider-sub {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

/* ====== Item ====== */
.equip-img {
    text-align: center;
}

.equip-img img {
    width: 100%;
    max-width: 250px;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
}

.equip-img h3 {
    margin-top: 10px;
    font-size: 16px;
}

/* ====== Animation ====== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
    .equip-tab-buttons {
        gap: 10px;
    }

    .equip-tab-buttons label {
        padding: 8px 14px;
        font-size: 14px;
    }

    .equip-img img {
        height: 150px;
    }
}

.mange-text{
    color: #000;
    font-size: 19px;
}
.team-all{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 10px;
    justify-content: center;
}
.team-box{
    padding: 4px;
}
.team-box .box{
    padding: 8px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team-box .box-right{
    display: flex;flex-direction: column;align-items: flex-end;
}
.team-box .box-right p{
    font-size: 14px !important;
}
.team-box .box img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    margin: 0 0 10px;
}
.team-box .box h3{
    color: #000;
    font-size: 18px;
    margin: 0 0 5px;
}
.team-box .box span{
    color: #963A52;
    font-size: 16px;
    margin: 0 0 6px;
    font-weight: 500;
}

/*  */
.clint{
    padding: 20px 10px 0;
}
.slider-clint .clint-item {
    padding: 8px;
}
.slider-clint .clint-item .img{
    background: #fff;
    height: 160px;
    border: 1px solid #83314633;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 15px;
    margin: 0 0 16px;

}

.slider-clint .clint-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.slider-clint .owl-prev,.slider-clint .owl-next{
    background-color: #833146;
    margin-top: -25px;
}
@media (max-width: 769px) {
    .owl-prev{
        right: 0;
    }
    .owl-next{
    left: 0;
}
}
/*  */

/*  */
.fullme{
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin: 0;
    justify-content: space-between;
    position: absolute;
    bottom: -60px;
    left: 0;
    padding: 0 10px;
}
@media (max-width: 769px) {
 .fullme{
    /* background-color: #fff; */
    padding: 10px;
    position: relative;
    right: auto;
    bottom: auto;
    border-radius: 10px;
 }  
 .fullme span{
    display: none;
} 
}
.fullme span{
    color: #833146;
    font-size: 22px;
    font-weight: 700;
}
.fullme em{
    height: 1px;
    background: #833146;
    width: auto;
    flex: 1;
    margin: 0 10px;
}
.fullme .media{
    display: inline-flex;
    align-items: center;
}
.fullme .media a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #F0F0F0;
    margin: 0 3px;
    border-radius: 50%;
    text-decoration: none;
    outline: none;
    color: #833146;
    width: 39px;
    height: 39px;
    border: 1px solid #f0f0f0;
    font-size: 20px;
}
.fullme .media a:hover{
    background-color: #fff;
    
}


/*  */


footer{
    padding: 50px 10px 0;
    background: linear-gradient(-90deg, #111B50 0%, #1E2A6C 50%, #111B50 100%);
    color: #fff;
    border: 15px solid #fff;
    border-radius: 25px;
}
footer .container{
    display: flex;
    flex-wrap: wrap;
}
footer .container .block{
    font-size: 15px;
    padding: 10px;
}
footer .container .foot{
    display: flex;
}
footer .container  img{
    height: 100px;
    width: auto;
    margin: 0 0 15px;
}
footer .container .foot p{
    color: #fff;
}
@media (max-width: 769px) {
    footer .container .foot{
        display: flex;
        flex-wrap: wrap;
    }
}

footer .container .block h3{
    color: #B2894D;
    font-size: 19px;
    margin: 0 0 10px;
    font-weight: 600;
}
footer .container .block .media{}
footer .container .block .media a{
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 1px;
    border-radius: 50%;
    text-decoration: none;
    outline: none;
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    font-size: 18px;
    color: #a47835;
}
footer .container .block .media a:hover{
    background-color: initial;
}
.mailpoet_paragraph {
    width: 100%;
}
.mailpoet_form .mailpoet_submit {
    white-space: normal;
    word-wrap: break-word;
    position: absolute;
    right: 7px;
    top: 3px;
    padding: 10px 20px !important;
}
footer .container .block ul{
    display: block;
    padding: 0;
    margin: 0;
}
footer .container .block ul li{
    display: block;
}
footer .container .block ul li a {
    padding: 2px 0;
    color: #fff;
    text-decoration: none;
    outline: none;
    display: inline-block;
}
footer .container .block ul li a:hover {
    color: #B2894D;
}

/*  */
.mailpoet_spacer{
    display: none !important;
}
.mailpoet_text{
    border-radius: 25px 0 !important;
}
.mailpoet_submit{
    border-radius: 25px 0 !important;
    background: linear-gradient(-90deg, #A17430 0%, #C6A16D 100%) !important;

}

/*  */
.copy{
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ffffff24;
    font-size: 14px;
    color: #fff;
    margin: 20px 0 0;
}
.copy a{
    color: #fff;
    text-decoration: underline;
    outline: none;
}
.copy a:hover{
    color: #bb935a;
}
/*  */
.head-about{
    padding: 0 10px 0;
    position: relative;
    z-index: 9;
    color: #fff;
    text-align: center;
}
.head-about::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 340px;
    z-index: -1;
    background: linear-gradient(-90deg, #111B50 0%, #1E2A6C 50%, #111B50 100%);
}
.head-about .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    justify-content: center;
    align-items: flex-start;
    max-width: 1000px !important;
    padding: 30px 10px 20px;
    flex-direction: row-reverse;
}
.head-about .container h5{
    background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 14px;
    padding: 10px 0 15px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    text-align: center;
    align-items: flex-end;
    color: #A17430;
}
.head-about .container h2{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0 0 15px;
}
.head-about .container img{
    width: 100%;
    height: auto;
    border-radius: 15px;
}

.head-about .container .block{
    padding: 25px 15px;
    color: #595959;
    text-align: left;
}
.head-about .container .block h5{
    background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 14px;
    padding: 0 0 14px;
    font-size: 23px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    color: #A17430;
}
.head-about .container .block h3{
    color: #000;
    margin: 0 0 10px;
    font-size: 20px;
}
/*  */
.head-page{
    padding: 0 20px 20px;
    background: linear-gradient(-90deg, #111B50 0%, #1E2A6C 50%, #111B50 100%);
}
.head-page .container{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    max-width: 1000px !important;
    padding: 30px 10px 20px;
    flex-direction: column;
}
.head-page .container h5{
        background-image: url(img/border.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        background-size: auto 14px;
        padding: 0 0 14px;
        font-size: 23px;
        font-weight: 700;
        display: flex;
        align-items: flex-end;
        color: #A17430;
}
.head-page .container h2{
    color: #fff;
    font-size: 26px;
    margin: 0 0 10px;
}


/*  */
.cat{}
.cat .container{
    display: flex;
    flex-wrap: wrap;
}
/*  */
.gallery{
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    margin: 0;
}
.gallery .gallery-item{
        display: flex;
        flex-wrap: wrap;
        border: none;
        padding: 10px;
        margin: 0 !important;
}
.gallery .gallery-item .gallery-icon{
        display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
}
.gallery .gallery-item .gallery-icon a{
    width: 100%;
}
.gallery .gallery-item .gallery-icon img{
        display: flex;
        flex-wrap: wrap;
        border: none !important;
        padding: 0;
        margin: 0;
        width: 100%;
        height: 200px;
        border-radius: 10px;
        object-fit: cover;
}
@media (max-width: 769px) {
    .gallery .gallery-item .gallery-icon img{
        height: 100px;
}
}

/*  */
.pro-head{
    overflow: hidden;
    padding: 50px 30px;
}
.pro-head .container{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    color: #595959;
    flex-direction: column;
    max-width: 1050px !important;
}
.pro-head .container::after{
    content: "";
    position: absolute;
    right: 100%;
    top: 10px;
    height: 10px;
    width: 200%;
    background-color: #B2894D;
    margin-right: 10px;
}
.pro-head .container h1{
    font-size: 26px;
    color: #1B2325;
    margin: 0 0 10px;
    width: 100%;
}
/*  */
.images{
    padding: 0 10px;
}
.images .container{
    display: flex;
    flex-wrap: wrap;
    background-color: #B2894D1A;
    padding: 25px 20px;
    border-radius: 15px;
    flex-direction: column;
    align-items: center;
}
.images .container h5{
    background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 14px;
    padding: 10px 0 15px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    text-align: center;
    align-items: flex-end;
    color: #A17430;
}
.images .container h2{
    color: #1B2325;
    font-size: 26px;
    font-weight: 700;
    padding: 0 20px;
    margin: 0 0 20px;
    text-align: center;
}
/*  */
.nav-tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px;
    border: none;
    padding: 0;

}
.nav-tabs li{
    padding: 5px;
}
.nav-tabs li button{
    outline: none;
    border: none;
    color: #000 !important;
    background: #FFFFFF !important;
    border-radius: 25px 0 !important;
    padding: 10px 20px;
    font-size: 17px;
    border: none;
}
.nav-tabs li button.active{
    border: none;
    color: #fff !important;
    background: linear-gradient(-90deg, #A17430 0%, #C6A16D 100%) !important;

}
.tab-content{
    width: 100%;
}
.tab-pane{
    width: 100%;
}
.pro-slider{}
.pro-slider .box{
    padding: 10px;
}
.pro-slider .box img{
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}
.pro-slider .owl-next {
    background-image: url(img/rr.svg);
    position: relative;
    top: auto;
    right: auto;
    margin: 0 5px;
    left: auto;
}
.pro-slider .owl-prev {
    background-image: url(img/ll.svg);
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0 5px;
}
.pro-slider .owl-buttons{
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
}
/*  */
.single{
    padding: 0px 15px 50px;
}
.single .container{
    display: flex;
    flex-wrap: wrap;
}
.single .container h3{
background-image: url(img/border.svg);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 14px;
    padding: 10px 0 17px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
    color: #A17430;
    width: 100%;
}
.single .container ul{
    list-style: none;
    padding: 10px 0;
    margin: 0;
}
.single .container ul li{
    background-image: url(img/chek.svg);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 20px 20px;
    padding: 0 0 0 25px;
    display: flex;
    min-height: 30px;
}
.post-head{}
.post-head .container{
    max-width: 1200px !important;
}
.post-head .container .box{}
.post-head .container .box h2{
    font-size: 26px;
    text-align: left;
}
.post-head .container .box .date{
    text-align: left;
    width: 100%;
    display: flex;
    background-image: url(img/date2.svg);
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 0 0 30px;
    align-items: center;
    margin: 0 0 10px;
    color: #B2894D;
}
.post-head .container .box p{
    text-align: left;
}
/*  */
.blocks{
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 0;
}
.blocks .block{
    padding: 5px !important;
    display: flex;
    flex-direction: column;
}
.blocks .block img{
    width: 100%;
    object-fit: cover;
    height: 545px;
    border-radius: 15px;
}
.blocks .block .box{
    margin: 0 0 5px;
}
.blocks .block .box img{
    height: 265px;
}
.blocks .block video{
    width: 100%;
    height: 265px;
    border-radius: 15px;
    object-fit: cover;
}
@media (max-width: 769px) {
    .blocks .block img{
        height: auto !important;
    }
}

table{
    border: 1px solid #ddd;
    width: 100% !important;
}
table td{
    border: 1px solid #ddd;
    padding: 20px;
}


/* 
  font-family: "Dubai", serif;
    font-family: "Dubai", serif;

*/

@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;
}
.hero video::-webkit-media-controls,
.serv-box video::-webkit-media-controls,
.creative  .creative-all .creative-row video::-webkit-media-controls,
.contact-page .container video::-webkit-media-controls

{
  display: none !important;
}
