

body{
    font-family: 'Open Sans', sans-serif;
    margin: 0%;
    padding: 0%;
    /* width: 100%; */
    /* height: 6000px; */
    

}

/* Start our Framwork */

.table{
    height: 100%;
    width: 100%;
    display: table;
}
.table-row{
    display: table-row;
}

.text-center{
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.lay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255,105,13 , .8);
    color: #fff;
    /* margin-top: 9px;
    margin-bottom: 11px;
    margin-left: 14px; */
    border-radius: 12px;
    display: none;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;

}
.hiddenmore{
    display: none;
}
.upper{
    text-transform: uppercase;
}
.main-color{
    color: #FF690D;
}

.main-background{
    background-color: #FF690D;
}
/* End our Framwork */

/* Start Header  */

.header{
    color: #fff;
    background-image: url(../images/Photo-2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.header .overlay{
    background-color: rgba(49 , 55, 50,  .7);
    /* background-color: red; */
    height: 100%;
    width: 100%;
}


.header .navbar{
    display: flex;
    /* justify-content: space-around; */
    justify-content: space-between;
    padding-top: 20px;
}
.header .navbar .logo{
    font-size: 24px;
    font-weight: bolder;
}

#elens , h1{
    color: #EFF1EF;
    
}
/* #elens {
    cursor: pointer; this run with used jquery
    
} */
.header .navbar i{
    margin-right: 5px;
}

.header .intro{
    /* position: relative;
    bottom: 70%;
    padding-top: 10%;
    left: 0%;  */
    margin: auto;
    width: 100%;
    height: 100%;
}

.header .intro h1{
    margin: 0%;
    font-weight: 800;
    font-size: 50px;

}
.header .intro p {
    margin: 10px 0 30px;
    font-size: 13px;
    line-height: 1.5;
    color: #fdf7f7;
}


.header .buttonss button {
    background-color: transparent;
    padding: 10px;
    width: 150px;
    font-size: 14px;
    border: 2px solid rgb(179 179 179 / 70%);
    margin: 10px 15px;
    border-radius: 10px;
    transition: all 0.3s ease-in;
}

.header .buttonss button:hover{
    background-color:#FF690D ;
    color: #fff;
    border: 1px solid #FF690D;
    font-size: bold;
    font-weight: 700;
}

.header .boint{
    text-align: center;
    position: absolute;
    bottom: 15px;
    right: auto;
    left: 50%;

}

.header .boint i{
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 20px;
    transition: all 0.3s;
    cursor: pointer;
}
.header .boint i:hover{
    background-color: rgb(134, 179, 179);
    color: black;
    border: 1px solid transparent;
}

/* End Header  */

/* Start Section two  */

.Futcher-two .menicon {
    padding: 60px 0;
    text-align: center;
    


}


.Futcher-two .pracks-1 i{
    color: #eb7843;
    font-size: 41px;
    font-weight: 600;
    text-align: center;
    padding: 25px;
    border: 1px solid #EFF1EF;
    border-radius: 60px;
    /* display: block; */
    transition: all .3s;
}
.Futcher-two i:hover{
    color: #fff;
    background-color: #FF690D;
}

.Futcher-two .pracks-1 #mobile{
    border-radius:50%;
    padding: 30px 33px 25px;
}

.Futcher-two  h3{
    color: #666;
    text-align: center;
    /* background-color: aquamarine; */
    text-transform: uppercase;
}
.Futcher-two  p{
    line-height: 25px;
    color: #77513a99;
}

/* End Section two  */

/* start section input  */

.inp{
    text-align: center;
    background-image: url(../images/Photo-2.jpg);
}
.inp .ppp{
    padding: 100px 0;
    width: 100%;
    height: 100%;
    background-color: rgba(49 , 55, 50,  .7); ;
}

.inp input {
    padding: 15px;
    width: 500px;
    height: 25px;
    margin-top: 20px;
    margin-right: 25px;
    border-radius: 5px;
    border: 1px solid blue;
}
@media screen and (max-width: 992px) {
    .inp .ppp input {
        width: 165px;
        padding: 17px 0;
        border-radius: 5px;
    }
}

.inp button{
    padding: 10px 30px;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid #e6e2e2;
    border-radius: 10px;
    background-color: transparent;
    color: #FFF;
    transition: all .3s;
}
.inp button:hover{
    background-color: #FF690D;
    color: #fff;
    border: 1px solid transparent;
}

/* End section input  */

/* Start Section Our-works */

.our-work .our{
    width: 100%;
    text-align: center;
    margin: 50px 0 ;
}

.our-work .our h2{
    font-size: 40px;
}

.our-work .our p{
    line-height: 25px;
    margin: 30px 0 50px;
}

.our-work .our .img-work .work1 {
    height: 325px; 
    position: relative;
}

.our-work .our .img-work .work1 .over{
    position: absolute;
    top: 0;
    left: 0;
    width: 93%;
    height: 93%;
    display: none;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all .5s ease-in-out;
    
}

.our-work .our .work1 .over h3{
    margin-top: 40px;
    padding: 20px 0;
}
.our-work .our .work1 .over span {
    line-height: 10px;
}

.our-work .our .work1 .over button {
    margin-top: 20px;
    padding: 12px 50px;
    border: 1px solid #b6beb6;
    background-color: transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 900;
    cursor: pointer;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all .3s linear;
}

.our-work .our .img-work .work1:hover .over{
    display: block;
    background-color: rgb(255,105,13 , .8);
    color: #fff;
    margin-top: 9px;
    margin-bottom: 11px;
    margin-left: 14px;
    border-radius: 12px;
    
    
}
.our-work .our .work1 .over button:hover{
    background-color: #FF690D;
    color: #FFF;
    border: 1px solid transparent;
}

.our-work .img-work .bbts1 button {
    text-align: center;
    background-color: #c1c1c1;
    padding: 12px;
    color: #040404;
    margin: 12px 505px;
    border: 1px solid #FFF;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    width: 140px;
}
@media screen and (max-width:992px) {
    .our-work .our .bbts1 button{
        /* margin: 12px 180px; */
        margin: 12px 100px;
        width: 150px;
        height: 40px;
        font-size: 19px;
        font-weight: bolder;
        line-height: 15px;
    
    }
}

.our-work .our .img-work .work1 img{
    margin: 10px 0;
    height: 300px;
    border-radius: 10px;
}

.our-work .our .img-work .hidden{
    display: none;
}
.our-work .our .img-work .hidden1{
    display: none;
}


/* End Section Our-works */


/* tast owl-carousel  */
.more-lay{

    background-image: url(/images/girl-and\ lab.jpg);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}    
.GGy{
    color: #FFF;
    margin: auto;
    width: 300px;
    height: 300px;
    text-align: center;
}
.more-lay #lay-now{
    background-color: rgba(49 , 55, 50, .7);
    width: 100%;
}
.GGy .owl-carousel div:not(:last-child){
    padding: 0 20px;
}

.GGy .owl-carousel img {
    display: block;
    width: 70%;
    margin: auto;
    padding: 20px;
    border-radius: 50%;
    position: relative;
}


.owl-prev span {
    
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    left: -100px;
    bottom: 50%;
}
.owl-next span{
    margin-right: -100px;
    position: absolute;
    right: 5px;
    bottom: 50%;
    font-size: 40px; 
    font-weight: bold;
}

.more-lay .GGy .owl-carousel div  p{
    font-style: italic;

}

.more-lay .GGy .owl-carousel p ~ span{
    color: orange;
    font-size: 20px;
    font-weight: bold;
    font-family: cursive;
}


.moon{
    width: 700px;
    height: 100px;
    margin-top: 50px;
    margin: 50px auto 50px auto;
}

/* Start  Our Team  */
#ahmed{
    padding: 50px;
    /* background-color: #666; */
}
#ahmed .team1{
    color: #212529;
    text-align: center;
    margin-bottom: 30px;
    /* padding: 20px; */
    display: block;
    font-size: 40px;
    font-weight: bolder;
}
/* #ahmed .upper span{
    color: red;
} */

#ahmed .our-team .pump{
    margin: 0 16px;
}

#ahmed .our-team .pump .pman{
    margin-bottom: 50px;

}

#ahmed .go-pump img{
    margin: 40px 0;
    border-radius: 20px;
    -webkit-box-shadow: -1px 3px 9px 6px rgba(141,130,255,0.85); 
    box-shadow: -1px 3px 9px 6px rgba(141,130,255,0.85);
    filter: gray;
    -webkit-filter:grayscale(1);
    -moz-filter:grayscale(1);
    -o-filter:grayscale(1);

}

#ahmed .go-pump h3{
    color: #989897;
    /* margin-top: 20px; */
    line-height: 1;
}
@media screen and (max-width:992px) {
    #ahmed .go-pump h3{
        font-size: 20px;
    }
}
        

#ahmed .go-pump i{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
    background-color: #8E8E8D;
    transition: all .3s ease-in-out;
    cursor: pointer;

}
    
    
#ahmed .go-pump i:first-child:hover{
    color: #fff;        
    background-color: blue;
    
    text-shadow: 0px 22px 10px rgba(21,53,148,0.75);
    
}
#ahmed .go-pump i:nth-child(2):hover{
    color: #fff;
    background-color: #1190C3;
    border: 1px solid #fff;
    text-shadow: 0px 22px 10px rgba(21,53,148,0.75);
}
#ahmed .go-pump i:last-of-type:hover{
    color: #fff;
    background-color: red;
    text-shadow: 0px 22px 10px rgba(21,53,148,0.75);
    
}
#ahmed .go-pump .pump:hover{
    transform: scale(1.05);
    
    
}
#ahmed .go-pump .pump:hover img{
    
    filter: grayscale(0);
    /* -webkit-filter: grayscale(0) ;
    -moz-filter: grayscale(0) ;
    -o-filter: grayscale(0) ; */
}
#ahmed .go-pump .pump{
    transition: all .3s ease-in-out;

}

#ahmed .go-pump p{
    margin-top: 15px;
    color: #989897;
}

#ahmed .go-pump .pump:hover p {
    
    color: #000;
}

#ahmed .go-pump .pump:hover h3{
    
    color: black;
}

/* ENd  Our Team  */

/* Start Section Contact US  */

.contact{
    /* padding: 150px 0; */
    color: #fff;
    /* margin: 50px 0 ; */
    text-align: center;
    background-image: url(/images/lab.jpg);
    background-size: cover;
    height: 100vh;
}

.contact .lay-now{
    background-color: rgba(49 , 55, 50, .7);;
    height: 100%;
    width: 100%;
    padding: 111px 0px;
}

.contact .write input{
    color: red;
    font-weight: bold;
    padding: 8px 12px;
}
@media screen and (max-width:992px) {
    .contact .write input{
        padding:7px;
        width: 45%;
    
    }
    
}
.contact .write textarea{
    display: block;
    margin: 20px auto;
    padding: 8px;   
    color: #561686;
}
@media (max-width:992px){
    .contact .write textarea{
        width: 96%;
    }
}

.contact .buttonons{
    display: flex;
    justify-content: space-evenly;
    
}
.contact button{
    color: #fff;
    padding: 10px 15px;
    border: 1px solid #FF690D;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 800;
    background-color: #FF690D;
    margin-left: 60px;
    transition: all 0.3s ease-out; 
}

@media screen and (max-width:992px) {
    .contact button{
        margin-left: 0%;
    }
}

.contact button:hover{
    color: #fff;
    border: 1px solid #FF690D;
    background-color: transparent;
}

.contact .iconss i{
    padding-right: 8px;
    width: 35px;
    height: 35px;
    line-height: 28px;
    padding: 5px;
    transition: all .4s ease-out;
}

.contact .iconss i:hover{
    color: blue;
    border: 1px solid blue;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 28px;
    padding: 5px;

}
.contact .iconss i:first-child:hover{
    color: #fff;
    background-color: blue;
}

.contact .iconss i:nth-child(2):hover{
    color: #fff;
    background-color: #1190C3;
}

.contact .iconss i:nth-child(3):hover{
    color: rgb(255 255 255);
    background: rgb(112 96 96 / 46%);
}
.contact .iconss i:nth-child(4):hover{
    color: greenyellow;
    background: gray;
}

.contact .iconss i:last-child{
    margin-right: 60px;
    
}

/* End Section Contact US  */

.footner{
    background-color: #666;
    text-align: center;
    
}
.footner h4{
    color: #FFF;
    font-size: larger;
}

/* End Footner  */

.top{
    position: fixed;
    bottom: 15px;
    right: 20px;

}
@media (max-width:992px) {
    .top{
        right: 75px;
    }
}
.top .botton-up{
    color: #FFF;
    padding: 5px;
    width: 32px;
    height: 32px;
    font-size: 20px;
    font-weight: bolder;
    border: 1px solid black;
    border-radius: 8px;
    background-color: #FF690D;
    transition: all .3s ease-out;
}

.top .botton-up:hover {
    color: black;
    background-color: #fff;
}





