*{
    padding:0 ;
    margin: 0;
    box-sizing: border-box;
}
img{
    width: 100%;
}
body{
    font-family: "Josefin Sans", sans-serif;


}
ul{
    list-style:none;
}
.row_colum{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
i{
    background-size: 30px;
}
h5{
    color: #ff5600;
}
.col{
    width: 100%;
}

.contenar
{
    width: 75%;
    margin: auto;
}
li{
    list-style: none;
}
.row
{
    display: flex;
}

a{
    text-decoration: none;
}
 .clr{
clear: both;  
}
/* start Header */
header {
    position: absolute;
     z-index: 9;
    width: 95%;
    margin: auto;
   
}
header nav{
    
     display: flex;
    flex-direction: row;
    justify-content: space-between;
}
header .About ul{
    display: flex;
    
}
header .About ul li{
padding-top: 45px;

padding-right:10PX ;
}
header .About ul a{
    padding: 0 30px;
    color: #000;
    transition: all 0.5s;
}
header .About ul a:hover{
    color: #ff5600;
}
header .About .li{
    margin-top: 25px;
   padding: 22px 57px;
   background-color: transparent;
   border: 1px solid rgb(255, 86, 0);
   cursor: pointer;
   border-radius: 5px;
   position: relative;
   color: #464d65;
   z-index: 1;
   font-size: 14px;
   margin-left: 10px;


}
header .About .li::before{
   
    content: "";
   
    width: 100%;
    height: 0%;
    background-color: #ff5600;
    position: absolute;
    inset: 0;
    z-index: -1;
    transition: all 0.25s;


}
header .About .li:hover{
    color: #FFF;
}
header .About .li:hover::before{

    height:  100%;
}


header .logo img{
    margin-top: 20px;
margin-left: 40px;
    width: 110px;
    height: 65px;
}
/* End Header */
/* start main */
/* section_1 */
.background{
    background-image: url(../img/bacground_1.webp);
    height: 1100px;
    background-position: center;  
    display: flex;  
     flex-direction: row;
    justify-content: center;
    align-items:center ;
}
.background .text_img {
  width: 850px;
    margin-bottom: 60px;

}
.background .text_img h1{
    padding: 40PX 0;
    font-size: 82px;

}
.background .text_img h5{
    padding: 25px 0;
    font-size: 16px;
    font-weight: 400;
}
.background .text_img h5{
padding: 10px 0;
font-size: 22px;

}
.background .text_img p{
    font-size: 18px;
    padding: 30px 0 ;
    width: 700px;
    line-height: 30px;

}
.background .text_img .btn{
    padding: 20px 55px;
    background-color: #ff5600;
    border: 1px solid #ff5600;
    color: #fff;
cursor: pointer;
position: relative;
z-index: 1;
}
.background .text_img .btn::after{
    content: "";
    width: 0%;
    height: 100%;
    background-color: #e24b00;
    position: absolute;
    z-index: -1;
transition: all 0.25s;

    inset: 0;
}
.background .text_img .btn:hover::after{
    width: 100%;
}

/* section_1 Done */
/* section_2  */
.class-1{
    padding: 120px 0;
    
}
.class-1 .col{
    width: 100%;
    
}
.class-1 .text {
    padding: 70px 0;
}
.class-1 .text h5{
  padding: 25px 0;
    font-size: 16px;
    font-weight: 400;
}
.class-1 .text h2{
       padding: 30px 0;
    font-size: 50px;
    font-weight: 500;
}
.class-1 .text p{
      font-size: 18px;
    padding: 25px 0 ;
    width: 500px;
    line-height: 25px;
}
.class-1 .text .row{
    padding: 20px 0;
}
.class-1 .text .row .icon {
    display: flex;
}
.class-1 .text .row .icon li{

    padding: 10px 20px;

}
.class-1 .text .row .icon img{
    width: 50px;
}

.class-1 .row {
    align-items: flex-start;
}
/* section_2 Done */


.class-2 .img{
    background-image: url(../img/section_bg01.png.webp);
    background-position: top;
    background-size: cover;
    height: 420px;
}
.class-2 .img {
    padding: 20px 0;
    text-align: center;

}   

.class-2 .img h5 {
    font-size: 20px; 
    padding: 20px 0;
}
.class-2 .img h3 {
    font-size: 45px;
    line-height: 55px;
        
    padding: 15px 60px;
}
.class-2 .img .row {
    justify-content: center;
    padding:  50px 0;
}
.class-2 .img ul a {
    padding: 0 55px;
    color: #000;
}
.class-2 .img ul li {
    margin-top: 15px;
}
.class-2 .img ul .btn {
     padding: 13px 35px;
    color: #FFF;
    border:none;

cursor: pointer;
    background-color: #ff5600;
}






.class-3 .card {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    transition: all .5s;
    overflow: hidden;
    display: block;
       position: relative;
       z-index: 1;


}
 .class-3 .col-1{
width: 42%;

}
 .class-3 .col-2{
width: 33.333%;
}
 .class-3 .col-3{
width: 27.667%;
display: block;

}


.class-3 .img-1{

    background-image: url(../img/img_1.webp);
    background-position: left;
    height: 730px;
    z-index: 0;
}
.class-3 .img-2{

    background-image: url(../img/img_2.webp);
    background-position: left;
    height: 730px;
    z-index: 0;
}
.class-3  .img-3{

    background-image: url(../img/img_3.webp);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 365px;
    z-index: 0;
  
}
.class-3 .img-4{
        background-image: url(../img/img_4.webp);
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 365px;  
    z-index: 0;

}
.class-3 .overley h5{
    font-size: 30px;

}
.class-3 .overley h2{
    color: #fff;
    font-size: 50px;
    padding: 15px 0;
}
.class-3 .overley p{
    color: #fff;
    padding: 10px;
    font-size: large;
    margin-bottom: 20px;
}
.class-3  .overley .btn{
     padding: 22px 45px;
    background-color: #ff5600;
    border: none;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
}
.class-3  .overley{
      width: 100%;
    height: 100%;
    background-color: #00000093;
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: all 0.25s;
    z-index: 1;
    text-align: center;
    padding-top: 250px;
  transform: translateY(40%);


}
.class-3  .col-3 .overley{
       width: 100%;
    height: 100%;
    background-color: #00000068;
    position: absolute;
    inset: 0;
    opacity: 0;
    padding-top: 80px;
    transition: all 0.25s;
    z-index: 1;
    text-align: center;
  transform: translateY(40%);


}
.class-3 .card :hover .overley{
  opacity: 1;
  transform: translateY(0);

}


.class-4{
    padding: 80px 0;
margin-top: 80px;    
}
.class-4 .text{
    padding: 40px 0 ;
    padding-left: 70px;
}
.class-4 .text h5{
    font-size: 21px;
    padding: 20px 0 ;
}
.class-4 .text h3{
    padding: 20px 0;
    font-size: 44px;

}
.class-4 .text p{
    padding: 20px 0;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
}
.class-4 .text .btn{
    padding: 22px 57px;
    background-color: transparent;
    border: 1px solid #ff5600;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
     z-index: 1;
}
.class-4 .text .btn::after{
    content: "";
    width: 100%;
    height: 0%;
    background-color: #e24b00;
    position: absolute;
    z-index: -1;
     transition: all 0.25s;
    inset: 0;
}
.class-4 .text .btn:hover{

    color: #fff;

}
.class-4 .text .btn:hover::after{

    height: 100%;

}
/* end section 6 */


.class-5 .img{
    height: 500px;
   width: 100%;
   background-image: url(../img/bacground_2.webp);
   background-position: center;
   background-size: auto;

}
.class-5 .text{
    text-align: center;
    padding-top: 50px;

}
.class-5 .text h5{
    font-size: 18px;

    padding: 10px 0;
}
.class-5 .text h2{
    font-size: 55px;
    font-weight: 500;
    padding: 10px 0;
}

.class-5 .div_form{
    background-color: #fff;
    width: 1200px;
    height: 200px;
    padding-top:70px ;
    
}
 .class-5 .row{
        align-items: center;    
        justify-content: space-around;
    
} 
.group{
    position: relative;
    width: 200px;
    height: 50px;

}
.group i{
    position: absolute;
    top: 42%;
    left: 7px;
    transform: translateY(-50%);
    color: #9d9d9d;

}
.class-5 input{
      width: 100%;
    color: #212529;

      padding: 10px 10px 10px 35px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #f9f9f9;
    border: none;
}
.class-5 select {
    width: 100%;
    padding: 10px 10px 10px 35px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #f9f9f9;
    color: #212529;
    border: none;
}
.class-5 .submit {
    width: 100%;
    background-color: #ff4d4d;
    color: #FFF;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.4s;
}

.class-5 .submit:hover {
    background-color: #e60000;
}
/* end section-6 */

.class-6{
    margin-top: 50px;
}
.col-1 .row{
    justify-content: center;
    padding: 50px 0;
    text-align: center;
}
.col-1 .row h5{
    font-size: 18px;
    padding: 15px 0;
}
.col-1 .row h2{
    font-size: 45px;
    padding: 10px 0;
    font-weight: 600;
}
.class-6 .head{
    padding-top: 80px;
    text-align: center;
}
.class-6 img{
    width: 20%;
}
.class-6 .text_body{
    text-align: center;
    padding: 45px 0;

}
.class-6 .text_body h3{
    padding: 25px 0;
    font-size: 23px;
}
.class-6 .text_body p{
    padding: 0 20px;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
    color: #9d9d9d;
}
.class-6 .col{
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.099);
    transition: all 0.5s;
    height: 370px;
    
}
.class-6 .card{
    margin: 0 10px;
}
.class-6 .card-1{
    margin: 0 10px;
    box-shadow: -8px 10px 10px #00000061;
}
.class-6 .card .col:hover{
    box-shadow: -8px 10px 10px #0000006f;


}
.class-6 .row{
    justify-content: center;
}
/* end section-7 */
.class-7{
    padding: 80px 0;
    margin-top: 80px;
}
.class-7 .img{
    width: 100%;
    height: 720px;
    background-image: url(../img/bacground_3.webp);
    background-size: cover;
    background-position:center;
    position: relative;
    z-index: 0;
}
.class-7 .div_text{
position: absolute;
width: 650px;
height: 400px;
z-index: 2;
top: 12rem;
left: 45rem;

}

.class-7 .div_text h5{
    font-size: 21px;
    padding: 20px 0 ;
}
.class-7 .div_text h2{
    padding: 20px 0;
    width: 500px;
    font-size: 44px;
    font-weight: 600;

}
.class-7 .div_text p{
    font-size: 18px;
    width: 550px;
    line-height: 25px;
    margin-bottom: 30px;
    color: #212529;
}
.class-7 .div_text .btn{
    padding: 22px 57px;
    background-color: transparent;
    border: 1px solid #ff5600;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
     z-index: 1;
}
.class-7 input{
    width: 500px;
    height: 60px;
    padding: 0 20px;
    font-size: 18px;
    background-color: #fff;
    border: none;
   
}

.class-7 button{
        width: 100px;
    height: 60px;
    color: #FFF;
    cursor: pointer;
    font-size: 15px;
    background-color: #ff5600;
    border: none;
    position: absolute;
    right: 5rem;

}
.class-7 button:hover{
    background-color: #e24b00;
}
/* end section-8 */
/* start section-9 */

 .class-8 .div_header  h5{
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}
.div_header  h4{
    font-size: 45px;
    padding: 10px 0;
    font-weight: 600;
}
.div_header.header{
    padding-top: 80px;
    text-align: center;
}
.class-8 .row{
    justify-content: center;

}
.img_cards .row{
    justify-content: space-around;
}
.class-8 .card{
   margin-top: 50px;
   overflow: hidden;
   height: 550px;



}
.card .col{
    width: 100%;
    height: 100%;

}

.class-8 .btn{
position: relative;
bottom:  3rem;
left: 1rem;
}
.class-8 .card .btn button{
    width: 100%;
    position: absolute;
    background-color: #fff;
    width: 330px;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 130px;
    transition: all 0.5s;
    font-size: 16px;
}
.class-8 .card .btn button p{
    font-size: 15px;
    padding-right: 200px;
    margin-bottom: 10px;
    color: #9d9d9d;
}
.class-8 .card .btn button h4{
    padding-right: 30px;
    font-size: 18px;
    font-weight: 600;
}
.class-8 .card:hover  .btn button{
    background-color: #e24b00;
    border: 1px solid #e24b00;
    color: #FFF;

}
.class-8 .card:hover  .btn button p{
    
    color: #FFF;

}
footer{
    margin-top: 50px;
}
footer .pearent{
    width: 100%;
    height: 700px;
    position: relative;
    background-image: url(../img/section_bg02.png.webp);
    background-position: center;
    background-size: cover;
}
.class-9 .row{
    justify-content: space-between;
}
.class-9 .card-1  img{
    width: 130px;
}
.class-9 .card-1 {
    padding: 90px 0;
    width: 300px;
}
.class-9 .card {
    padding: 90px 0;

}
.class-9 .card  .nav-1 ul a:hover {
    color: #e24b00;
}
.class-9 .card  .nav-1 ul a {
    color: #868c98;
    transition: all 0.25;
    font-size: 15px;
}
.class-9 .card  .nav-1 ul {
    line-height: 40px;
    padding: 20px 0;


}
.class-9 .card h6 {
    font-size: 20px;
    padding: 15px 0;
    color: #868c98;
    font-weight: 400;
}
.div_footer p{
    font-size: 20px;
    color: #868c98;
}
.div_footer .row{
    margin-top: 130px;
}
.div_footer .right i{
    color: #868c98;
    padding: 0 15px;
}
.div_footer .right p{
    display: inline-block;
}
.aside {
    margin-top: 90px;
}
.background-2 .o{
    height: 540px;
    position: relative;
    width: 100%;
    overflow: hidden;

}
.background-2 .pearent{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0 ;
    height: 100%;
    background-image: url(../img/bacground_3.webp);
    background-repeat: no-repeat;
    background-position: left;
    transform: scalex(-1);
}
.background-2 .text_img{
    position: relative;
    z-index: 1; 
    top: 14rem;
   
}
.background-2 .text_img h1{
     font-size: 50px;
    font-weight: 500;
}
#index-2{
    padding-top: 105px;
}
#card_8{
    padding: 30px 35px;
    display: flex;
    flex-direction:column ;
    width: 100%;
}
.card .col {
    padding: 20px 0;
    width: 100%;
}
.card .col .div_text{
    padding: 30px 20px;
}
.card .col .div_text h4{
    font-size: 25px;
    font-weight: 500;
    padding: 20px 0;
}
.card .col .div_text p{
    font-size: 18px;
    color: #212529;
    padding: 10px 0;
    line-height: 30px;
}
.card .col .div_text a{
    color: #2d2d2d;
    transition: all 0.25s;
}
.card .col .div_text a:hover{
    color: #ff5600;
}
.card-2 {
    margin: 50px 0;
    padding: 30px 20px;
       width: 350px;
    height: 500px;
    background-color: #fbf9ff;


}
.card-2 .col{
    width: 100%;
    height: 100%;
    margin: 20px 0;
}
.card-2 aside{
    padding: 0 15px;
    position: absolute;

 
}
.background-2 .ca{
    padding: 30px 0;
    display: flex;
    flex-direction: column;
}
.card-2 .icon{
    width: 295px;
    height: 48px;
    background-color: #e24b00;
}

.card-2 #Search{
    width: 250px;
    height: 48px;
    padding: 0 15px;
    border: 1px solid #00000045;

}
.card-2 input:focus{
   border: none;

    
}

.card-2 button:hover{
    background-color: #e24b00;
    color: white;

}
.card-2 button{
     width: 295px;
     margin: 20px 0;
    height: 50px;
       background-color: transparent;
    border: 1px solid #e24b00;
    color: #e24b00;
    font-size: 16px;
    cursor: pointer;
    transition: all .25s;
    
}
.card-2 .col ul p{
    font-size: 22px;
    padding: 10px 0;
    border-bottom: 1px solid #000;

} 
.card-2 .col ul li a:hover{
    color: #ff5600;

}
.card-2 .col ul li a{
    color: #2d2d2d;
    font-size: 17px;
    transition: all 0.25s;
}
.card-2 .col ul li{
    padding: 15px 0;
    border-bottom: 1px solid #000;

}
.


.card-2 .smail .img{
    padding:  10px;
}
.card-2 .smail p:hover{
    color: #ff5600;
}
.card-2 .smail p{
    margin-top: 5px;
    font-size: 17px;
    padding: 5px 0;
    cursor: pointer;
}
.card-2 .smail h3{
    font-size: 20px;
    padding:10px 15px ;
    border-bottom: 1px solid #0000005b;
}
.card-2 .col .btn{
    width: 350px;
    height: 400px;
}
.card-2 .col .btn p{
    padding: 10px 0;
    font-size: 22px;
    width: 300px;
    border-bottom: 1px solid #00000044 ;
}

.card-2 .col .btn li{

    padding: 15px 0;
    display: inline-block;
}
.card-2 .col .btn a{
   display: inline-block;
    border: 1px solid #eeeeee;
    background: #fff;
    padding: 4px 20px;
    margin-bottom: 8px;
    margin-right: 3px;
    transition: all 0.3s ease 0s;
    color: #888888;
    font-size: 13px;

}
.card-2 .col .btn a:hover{
    background-color: #ff5600;
    color: white;
}

.card-2 .last h6{
    padding: 10px 0;
    font-size: 22px;
    border-bottom: 1px solid #00000053;
}
.card-2 .last .row{
    margin-top: 20px;
    padding: 10px 0;
}
.card-2 .last .row img{
    padding: 0 7px ;
}

.card-2 .end h6{
        padding: 10px 0;
        margin-bottom: 20px;
    font-size: 22px;
    border-bottom: 1px solid #00000023;

}
.map{
    margin-top: 70px;
}
.form{
    margin-top: 90px;
}
.form h6{
    padding: 15px 0;
    font-size: 25px;
    color: #2d2d2d;
}
.form .card{
    width: 750px;
    /* background-color: aquamarine; */
}

.form .card #text{
    width: 680px;
    height: 180px;
    padding-bottom: 120px;
    padding-left:10px;
    border: 1px solid #0000002d;
}
.form #name{
    padding: 0 10px;
    width: 320px;
    height: 50px;
    border: 1px solid #0000002d;


}

.form #email{
        border: 1px solid #0000002d;

    margin-top: 20px;
    margin-left: 35px;
    padding: 0 10px;
    width: 320px;
    height: 50px;

}
.form .card #subject{
    width: 680px;
    margin-top: 20px;
    height: 40px;
    padding-left:10px;
    border: 1px solid #0000002d;
}
.form .card button{
    padding: 13px 45px;
     margin-top: 20px;
    border: 1px solid #ff5600;
    background-color: #fff;
    font-size: 16px;
    cursor: pointer;
    color: #ff5600;
    transition: all 0.3s;
}
.form .card button:hover{
    background-color: #ff5600;
    color: #fff;
}

.form .f .row{
    padding: 50px 0;
}

.card_2 .text_1 p{
    font-size: 16px;
    padding: 10px 25px;
    color: #888888;
}
.card_2 .text_1 h2{
    color: #212529;
    font-size: 16px;
    padding: 0 25px;
}
.card_2 .row i{
    color: #868c98;
    padding-top: 15px ;
    padding: 0 10px;
}
footer #last .card-1 {
    width: 100%;
    
}
footer #selim{
    padding: 50px 25px;
    margin-top: 25px;
}