body{
    background-color: #fff;
    padding: 0px;
    margin: 0px;
}

section{
    overflow: hidden;
    max-width: 100%;
    width: 100%;
    height: auto;
    padding: 30px 0px;
    margin-top: 50px;
}

img{
    max-width: 100%;
    height: auto;
}

button{
    box-sizing: border-box;
    text-align: center;
}

p{
    line-height: 28px;
}

ul{
    padding: 0px;
    margin: 0px;
}

li{
    list-style: none;
}

a{
    text-decoration: none !important;
}

/* scroll to top */
.scrollTop{
    position: fixed;
    background-color : #009999;
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #ddd;
    right: 4%;
    bottom: 10px;
    z-index: 999;
    padding: 5px;
    transition: all 0.4s ease-in-out 0s;
    opacity: 0;
}
.scrollTop span a{
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 5px;
}
/*end the scroll */

/*start the whatsapp */
.whatsapp{
    background-color: transparent;
    width: auto;
    height: 50px;
    position: fixed;
    left: 2%;
    bottom: 15px;
    z-index: 9999;
}
/*end the whatsapp */
/* css banner */
.banner{
    background: url("../img/title.jpg") center no-repeat;
    background-size: cover;
    max-width: 100%;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 0px;
    margin-top: 0px;
} 
.banner .banner-bk{
    background: rgba(0,0,0,.6);
    width: 100%;
    height: auto;
    max-width: 100%;
    background-size: cover;
    padding: 40px 0px;
}
.banner h4{
    color: #009999;
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
    font-size: 50px;
    margin: 30px 0px;
    letter-spacing: 1px;
}
.banner a{
    font-family: 'Tajawal', sans-serif;
    color: #fff;
    font-size: 18px;
    margin: 25px;
}
/*==============*/
/*start css to the header */
header{
    background-color: #f6f6f6;
    padding: 15px 0px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
}
header li{
    display: inline-block;
    color: #585858;
    font-family: 'Tajawal', sans-serif;
    cursor: pointer;
    margin-left: 10px;
}
header li i{
    color: #009999;
    margin-left: 5px;
}
/*start css to the nav */
nav{
    background-color: #fff;
}
nav .collapse li a{
    font-family: 'Tajawal', sans-serif;
    color: #29303B;
}
/*start css to the advantges section */
.advantages .box{
    border-top: 1px solid #ccc;
    padding: 15px;
}
.advantages .box i{
    float: left;
    font-size: 20px;
    color: #009999;
}
.advantages .box h6{
    font-family: 'Tajawal', sans-serif;
    color: #797979;
    font-size: 14px;
}
.advantages .box p{
    line-height: 10px;
    font-family: 'Tajawal', sans-serif;
}
.advantages .box:hover {
    border-top: 2px solid #009999;
    transition: .5s;
}
/*Start css to the top section */
.top .box{
    background-color: #fff;
    box-sizing: border-box;
    border:1px solid #009999;
    padding: 0px 15px 15px 15px;
    text-align: right;
}
.top .box ul li:first-child{
    background-color: #009999;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    font-family: 'Cairo';
    font-size: 15px;
    font-weight: bold;
}
.top .box ul li{
    border-bottom: 1px solid #EAEAEA;
    margin-top: 10px;
    padding: 3px 0px;
}
.top .box ul li a{
    font-family: 'Tajawal', sans-serif;
    color: #585858;
}
.top .box ul li:last-child{
    border-bottom: 0px;
}
.top .box ul li:hover a{
    color: #009999;
    transition: .5s ease-in-out;
}
.top .xcontain{
    background-color: #fff;
    width: 100%;
    height: auto;
    max-width: 100%;
    text-align: right;
    overflow: hidden;
    border: 1px solid #99BB8B;
    position: relative;
    margin-top: 15px;
}
.top .xcontain .img-box{
    max-width: 100%;
    height: auto;
}
.top .xcontain img{
    height: auto;
    width: 100%;
}
.top .xcontain .text-box{
    padding: 25px;
    text-align: right;
    background-color: #fff;
}
.top .xcontain .text-box a{
    color: #29303B;
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
    font-size: 15px;
}
.top .xcontain .text-box span{
    display: block;
    color: #797979;
    font: 13px;
    margin: 5px 0px;
    font-family: 'Tajawal', sans-serif;
}
.top .row:last-child{
    text-align: center;
}
.top .row:last-child button{
    background-color: #009999;
    border: 1px solid #009999;
    color: #fff;
    width: 180px;
    height: 55px;
    margin: 50px 0px;
    position: relative;
}
.top .row:last-child button a{
    color: #fff;
    font-size: 15px;
    letter-spacing: 3px;
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
}
.top .row:last-child button::before{
    position: absolute;
    content: "";
    width: 0px;
    background-color:#fff;
    height: 100%;
    top: 0px;
    right: 0px;
}
.top .row:last-child button:hover::before{
    width: 25%;
    transition: .5s ease-out;
}
#one , 
#two , 
#three , 
#four {
    position: absolute;
    content: "";
    background-color: #009999;
    color: #009999;
    height: 0px;
    width: 0px;
}
#one{
    top: 0px;
    right: 0px;
}
#two{
    top: 0px;
    left: 0px;
}
#three{
    left: 0px;
    bottom: 0px;
}
#four{
    right: 0px;
    bottom: 0px;
}
.top .xcontain:hover #one , 
.top .xcontain:hover #three , 
.item:hover #one ,
.item:hover #three{
    width: 100%;
    transition: .5s;
    height: 5px;
}
.top .xcontain:hover #two ,
.top .xcontain:hover #four,
.item:hover #two ,
.item:hover #four{
    height: 100%;
    transition: .5s;
    width: 5px;
}
/*start css to the share section */
.share{
    text-align: center;
    font-family: 'Tajawal', sans-serif;
}
.share .share-box{
    padding: 25px 0px;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #fff;
    box-sizing: border-box;
}
.share .share-box h2{
    color: #009999;
    font-weight: bold;
}
.share .share-box ul li{
    margin-top: 10px;
    cursor: auto;
    letter-spacing: .3px;
}
.share-box ul li:first-child{
    color: #009999;
    font-weight: bold;
    margin-top: 20px !important;
}
/*start css to the team-work section */
.team-work{
    text-align: center;
}
.team-work h2{
    color: #009999;
    font-family: 'Tajawal', sans-serif;
    font-weight: bold;
    font-size: 25px;
}
.team-work p{
    color: #777;
    font-family: 'Cairo';
    font-size: 16px;
    line-height: 30px;
    margin : 15px 0px;
}
.team-work .chat-box{
    background-color: #f6f6f6;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
    border: 1px solid #ddd;
    margin-top: 20px;
    padding: 20px 0px;
    box-shadow: 2px 2px 4px #f6f6f6;
}
.team-work .chat-box h4{
    color: #009999;
    font-size: 25px;
    margin:10px 0px;
    font-family: 'Tajawal', sans-serif;
}
.team-work .chat-box li{
    font-family: 'Tajawal', sans-serif;
    font-size: 17px;
    letter-spacing: .5px;
}
.team-work .chat-box li i{
    color: #009999;
    font-size: 20px;
}
/*start the offer section */
.offer{
    background: url("../img/back.png") center no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 50px;
    text-align: center;
}
.offer .offer-box{
    background: rgba(0,0,0,.6);
    padding: 50px 0px;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-size: cover;
}
.offer h3{
    color: #fff;
    font-family: 'Tajawal', sans-serif;
    font-size: 40px;
    font-weight: bold;
    margin: 15px 0px;
}
.offer p{
    color: #fff;
    font-size: 17px;
    font-family: 'Cairo';
}
.offer button{
    margin: 15px;
    width: 160px;
    height: 45px;
}
.offer button{
    background-color:#009999;
    border: 1px solid #009999;
}
.offer button a{
    color: #fff;
    font-size: 15px;
    font-family: 'Tajawal', sans-serif;
}
.offer button:hover {
    background-color: transparent;
    transition: .5s ease-in-out;
}
.offer button:hover a{
    color: #fff;
    transition: .5s ease-in-out;
}
/*================================================
================ information page ======================*/
.descreption form{
    background-color: #fff;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #fff;
    margin: 50px 0px;
    box-shadow: 2px 2px 4px #fff;
}
.descreption h4{
    color: #009999;
    font-family: 'Tajawal', sans-serif;
    font-size: 20px;
    margin: 20px 0px;
}
form input{
    border: 1px solid #797979;
    box-sizing: border-box;
    border-radius: 0px !important;
    width: 100%;
    max-width: 100%;
    height: 40px;
    text-align: right;
    color: #797979;
    font-family: 'Tajawal', sans-serif;
    margin: 25px 0px;
}.descreption form label{
    margin-bottom: 10px;
    font-family: 'Tajawal', sans-serif;
}
.descreption form select{
    width: 100%;
    height: 40px;
    text-align: right;
    color: #797979;
    font-family: 'Tajawal', sans-serif;
}
.descreption form button{
    background-color: #009999;
    color: #fff;
    border: 1px solid #009999;
    width: 100%;
    height: 40px;
    padding: 5px 0px;
    margin-top: 15px;
    font-size: 15px;
    font-family: 'Tajawal', sans-serif;
}
.descreption form h6{
    text-align: right;
    font-family: 'Tajawal', sans-serif;
    font-size: 12px;
    color: #797979;
    margin-top: 20px;
}
.descreption button a{
    color: #fff;
}
.descreption button:hover{
    background-color: transparent;
    transition: .5s ease-in-out;
    color: #009999;
}
/*=================================================================
================= shop page and all 11 category ==================*/
.gallery{
    margin-top: 0px;
    background-color: #f6f6f6;
    padding: 70px 0px;
}
.gallery .box{
    background-color: #fff;
    box-sizing: border-box;
    border:1px solid #009999;
    padding: 0px 15px 15px 15px;
    text-align: right;
}
.gallery .box ul li:first-child{
    background-color: #009999;
    margin-top: 0px;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    font-family: 'Cairo';
    font-size: 15px;
    font-weight: bold;
}
.gallery .box ul li{
    border-bottom: 1px solid #EAEAEA;
    margin-top: 10px;
    padding: 3px 0px;
}
.gallery .box ul li a{
    font-family: 'Tajawal', sans-serif;
    color: #585858;
}
.gallery .box ul li:last-child{
    border-bottom: 0px;
}
.gallery .box ul li:hover a{
    color: #009999;
    transition: .5s ease-in-out;
}
.gallery .address{
    background-color: #fff;
    margin-bottom: 60px;
    border: 1px solid #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 4px #fff;
}
.gallery .address h4{
    font-family: 'Tajawal', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    color: #009999;
}
.gallery .item{
    background-color: #fff;
    box-shadow: 2px 2px 4px #f7f7f7;
    border: 1px solid #f6f6f6;
    text-align: right;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
}
.gallery .item .item-img img{
    text-align: center;
    vertical-align: middle;
    width:100%;
    max-width: 100%;
    height: auto;
    position: relative; 
}
.gallery .item .item-text{
    padding: 20px;
    border-top: 1px dotted #ddd;
}
.gallery .item .item-text a{
    color: #585858;
    font-size: 14px;
    font-family: 'Tajawal', sans-serif;
    margin: 15px 0px;
}
.gallery .item-text span{
    color: #009999;
    font-family: 'Tajawal', sans-serif;
    display: block;
    font-size: 20px;
    margin: 3px 0px;
}
.gallery .item-text button{
    width: 100%;
    height: 40px;
    background-color: #009999;
    border: 1px solid #009999;
    margin-top: 20px;
    color: #fff;
    font-family: 'Tajawal', sans-serif;
}
.gallery .item button:hover{
    background-color: transparent;
    transition: .5s;
    color: #009999;
}
/*============================================
================ parteners page ==============*/
.friends-team{
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}
.friends-team .friends-team-box{
    background-color: #fff;
    border: 1px solid #ccc;
    box-sizing: border-box;
    max-width: 100%;
    height: 300px;
    padding: 15px;
    text-align: center;
    margin: 10px 0px;
}
.friends-team img{
    max-width: 100% !important;
    width: 140px;
    height: 80px !important;
    margin: 5px 0px
}
.friends-team .friends-team-box a{
    color: #009999;
    font-size: 25px;
    font-family: 'Tajawal', sans-serif;   
}
.friends-team .friends-team-box p{
    font-family: 'Tajawal', sans-serif;
    color: #29303B;
    font-size: 15px;
    line-height: 22px;
    margin-top: 10px;
}
.friends-team .friends-team-box span{
    font-family: 'Tajawal', sans-serif;
    color: #212121;
    font-weight: bold;
    display: block
}
/*=============================================
=============== description page ============*/
.descreption{
    background-color: #f6f6f6;
    text-align: right;
    margin-top: 0px;
    padding: 40px 0px;
}
.descreption .row{
    margin: 50px 0px;
}
.descreption h3{
    color: #009999;
    font-family: 'Tajawal', sans-serif;
    font-size: 30px;
    letter-spacing: .5px;
}
.descreption h6{
    color: #99BB8B;
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
    margin: 15px 0px;
}
.descreption span{
    font-family: 'Tajawal', sans-serif;
    font-size: 13px;
    background-color: #009999;
    color: #fff;
    padding: 5px;
}
.descreption p{
    color: #797979;
    font-size: 15px;
    font-family: 'Tajawal', sans-serif;
    margin-top: 20px;
}
.descreption label{
    font-family: 'Tajawal', sans-serif;
    font-size: 15px;
}
.descreption select{
    font-family: 'Tajawal', sans-serif;
    box-sizing: border-box;
    width: 100px;
    height: 40px;
}
.descreption button{
    background-color: #009999;
    border: 1px solid #009999;
    width: 100px;
    height: 40px;
    color: #fff;
    font-family: 'Tajawal', sans-serif;
}
.descreption button a{
    color: #fff;
    font-size: 14px;
    font-family: 'Tajawal', sans-serif;
    text-align: center;
}
.descreption button:hover {
    background-color: transparent;
    transition: .5s ease-in-out;
    color: #009999;
}
.descreption button:hover a {
    color: #009999;
    transition: .5s ease-in-out;
}
.descreption label{
    font-family: 'Tajawal', sans-serif;
    margin-top: 20px !important;
}
.descreption ul{
    margin-top: 25px;
}
.descreption ul li{
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #009999;
    text-align: center;
    padding: 7px;
}
.descreption ul li i{
    color: #fff;
}
.descreption ul li:hover {
    background-color: #fff;
    transition: .5s ease-in-out;
}
.descreption ul li:hover i{
    color: #009999;
    transition: .5s ease-in-out;
}
/*===========================================
================ about page =================*/
.about{
    background-color: #f6f6f6;
    margin-top: 0px;
    padding: 50px 0px;
}
.about button{
    background-color: #fff;
    border: 1px solid #009999;
    width: 140px;
    height: 40px;
    position: relative;
}
.about a{
    color: #009999;
    font-family: 'Tajawal', sans-serif;
    font-size: 17px;
    font-weight: bold;
}
.about button:before , 
.about button:after{
    position: absolute;
    color: #009999;
    background-color: #009999;
    width: 0px;
    height: 2px;
    content: "";
    display: block;
}
.about button:before{
    top: -5px;
    right: 0px;
}
.about button:after{
    left: 0px;
    bottom: -5px;
}
.about button:hover:before,
.about button:hover:after{
    width: 100%;
    transition: .5s;
}
.about img{
    margin-top: 70px;
}
/*=============================================
============== contact page =================*/
.country{
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
} 
.country .country-box{
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #ccc;
    width: 100%;
    max-width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    box-shadow: 2px 2px 4px #f6f6f6;
    margin-top: 33px;
}
.country .row{
    margin: 15px 0px;
}
.country .country-box img{
    border-radius: 50%;
    width: 60px;
    height: 60px;
    margin-top: -65px;
    text-align: center
}
.country .country-box h6{
    color: #009999;
    font-family: 'Tajawal', sans-serif;
    margin:6px 0px;
    font-size: 16px;
}
.country .country-box i{
    color: #009999;
    margin: 0px 7px;
}
.country .country-box span{
    font-family: 'Tajawal', sans-serif;
    color: #777;
    font-weight: normal;
    font-size: 15px;
}
.country .country-box li{
    display: inline-block ;
}
.country .country-box p{
    font-family: 'Tajawal', sans-serif;
    font-weight: bold
}
.contact{
    margin-top: 0px;
    padding: 40px 0px;
    border-bottom: 1px solid #EAEAEA;
}
.contact .row{
    margin: 30px 0px;
}
.contact h4 , 
.about h4{
    color: #009999;
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    position: relative;
}
.contact h4:after , 
.about h4:after{
    position: absolute;
    width: 83%;
    height: 1px;
    background-color: #ddd;
    content: "";
    display: block;
    left: 0% ;
    top: 20px;
}
.contact p , 
.about p{
    font-family: 'Tajawal', sans-serif;
    font-size: 17px;
}
.contact ul li{
    color: #797979;
    font-family: 'Tajawal', sans-serif;
    margin-top: 10px;
}
.contact i{
    color: #009999;
    margin-left: 10px;
}
.contact #social li{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding: 7px 10px;
}
.contact #social li i{
    color: #fff;
    font-size: 15px;
}
.contact #social li:nth-child(1){
    background-color: #3873AE;
}
.contact #social li:nth-child(2){
    background-color: #517fa4;
}
.contact #social li:nth-child(3){
    background-color: #62C6F8;
}
.contact #social li:nth-child(4){
    background-color: #b31217;
}
.contact #social li:nth-child(5){
    background-color:  #0077b5;
}
.contact textarea{
    border-radius: 0px;
    width: 100%;
    max-width: 100%;
    height: 100px;
    text-align: right;
}
.contact button{
    background-color: #009999;
    border: 1px solid #009999;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-family: 'Tajawal', sans-serif;
    margin-top: 20px;
}
.contact button:hover{
    background-color: #fff;
    color: #009999;
    transition: .5s;
}
/*===========================================================
================== condition page =========================*/
.condition h2{
    color: #2B2D34;
    font-family: 'Tajawal', sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 0px;
}
.condition h4{
    color: #009999;
    margin-top: 20px;
    font-weight: bold;
    font-family: 'Tajawal', sans-serif;
}
.condition p{
    font-size: 16px;
    color: #2B2D34;
    line-height: 30px;
    font-family: 'Tajawal', sans-serif;
}
.condition ul li{
    list-style-type: disc;
    margin: 5px 0px;
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
}
/*========================================================
============== payment page =============================*/
.payment-method .row:first-child p{
    text-align: center;
    font-size: 20px;
    color: #29303B;
    font-family: 'Tajawal', sans-serif;
    margin: 10px 0px;
}
.payment-method .payment-box{
    background-color: #fff;
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    padding: 20px;
    overflow: hidden;
    margin-top: 20px;
    border-radius: 5px;
    border-top: 2px solid #009999 ;
    box-shadow: 2px 2px 4px #f6f6f6
}
.payment-method .payment-box h4{
    color: #009999;
    font-size: 20px;
    margin :5px 0px;
    font-family: 'Tajawal', sans-serif;
}
.payment-method .payment-box h6{
    color: rgb(79, 187, 241);
    font-family: 'Tajawal', sans-serif;
    margin-top: 15px;
    font-size: 14px;
}
.payment-method .payment-box p{
    font-family: 'Tajawal', sans-serif;
    font-size: 17px;
    color: #212121
}
.payment-method .payment-box li{
    font-family: 'Tajawal', sans-serif;
    font-size: 17px;
    color: #212121
}
.payment-method .payment-box hr{
    width: 100%;
    height: 1px;
    background-color: #ddd;
}
.payment{
    background-color: #f9f9f9;
    margin-top: 0px;
    padding: 50px 0px;
}
.payment p{
    color: #29303B;
    font-size: 17px;
    font-family: 'Tajawal', sans-serif;
    margin: 10px 0px;
}
.payment  h5 , 
.payment h6{
    font-family: 'Tajawal', sans-serif;
    color: #009999;
    font-size: 20px;
    margin: 15px 0px;
}
.payment li{
    color: #212121;
    font-family: 'Tajawal', sans-serif;
    font-size: 16px;
}
.payment .row{
    margin: 20px 0px;
}
/*start the footer */
footer{
    padding: 50px 0px;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-color: #fff;
}
footer h4{
    font-family: 'Tajawal', sans-serif;
    font-size: 25px;
    margin: 25px 0px;
    text-align: right;
}
footer ul{
    margin-top: 50px;
}
footer ul li{
    margin-top: 7px;
    font-family: 'Tajawal', sans-serif;
    color: #797979;
}
footer ul li i{
    color: #009999;
}
footer #social{
    margin-top: 15px;
}
footer #social li{
    display: inline-block;
    margin: 7px;
}
footer #social li i{
    color: #797979;
}
footer #social li:hover i{
    color: #009999;
    transition: .3s;
}
footer ul li span{
    margin-right: 5px;
}
footer .footer-bottom{
    text-align: center;
    margin: 30px 0px;
}
footer .footer-bottom ul li{
    display: inline-block;
    margin: 7px;
}
footer .footer-bottom span{
    margin: 15px 0px;
    display: block;
    font-family: 'Tajawal', sans-serif;
    font-size: 13px;
}