
.call:before
{
    font-family: FontAwesome;
    content: "\f098";
    font-size:40px;
    color: #8BCE7B;
    margin-left: 10px;
}
.check:before
{
    font-family: FontAwesome;
    content: "\f058";
    font-size:40px;
    color: #8BCE7B;
    margin-left: 10px;
}
body,html
{
    padding: 0px;
    margin: 0px;
    direction: rtl;

}
.header
{
    background-color: #2e6da4;
    padding-bottom: 10px;
}
.slide
{
    margin: auto;
}
.item img
{
    margin: auto;
    width: 100%;
    height: 500px !important;

}
.carousel
{
    margin-top: 46px;
}
.search .input-group .form-control
{
    border-radius: 0px !important;
}

.search .input-group .input-group-btn .btn-default
{
    border-radius: 0px !important;
}
.search .input-group
{
    max-width: 250px;
    border-style: solid;
    border-color: white;
    border-radius: 5px;
    text-align: center;
    margin: auto;
}
.form .form-group .form-control
{
    max-width: 70% !important;
}

.dropdown-menu li
{
    text-align: center !important;

}
.navbar-right
{
    margin-right: -45px;
    line-height: 200px;
}

.navbar-right li
{
    float: right !important;
    text-align: center;


}
.navbar-right li a
{
    transition: all 0.5s ease;
}
.navbar-right li a:hover
{
    background: -webkit-linear-gradient( -180deg, black, #febf01, palegoldenrod);
    background: -o-linear-gradient( -180deg, black, #febf01, palegoldenrod);
    background: -moz-linear-gradient( -180deg, black, #febf01, palegoldenrod);
    background: linear-gradient( -180deg, black, #febf01, palegoldenrod);
}


.navbar-right
{
    height: inherit !important;
}

.navbar-nav li
{
    height: 100% !important;
    margin-top: 3px;
}

.container-customer
{
    background-color: blue;
    height: 300px;
}

.customer
{
    background: -webkit-linear-gradient( -180deg, #ffdc73, #febf01);
    background: -o-linear-gradient( -180deg, #ffdc73, #febf01);
    background: -moz-linear-gradient( -180deg, #ffdc73, #febf01);
    background: linear-gradient( -180deg, #ffdc73, #febf01);
    height: 300px;
}
.customer-part
{
    background: -webkit-linear-gradient( -180deg, sandybrown, wheat, peachpuff, sandybrown);
    background: -o-linear-gradient( -180deg, sandybrown, wheat, peachpuff, sandybrown);
    background: -moz-linear-gradient( -180deg, sandybrown, wheat, peachpuff, sandybrown);
    background: linear-gradient( -180deg, sandybrown, wheat, peachpuff, sandybrown);


}
.service
{
    background: -webkit-linear-gradient( -45deg, lightblue, #5bc0de, lightblue);
    background: -o-linear-gradient( -45deg, lightblue, #5bc0de, lightblue);
    background: -moz-linear-gradient( -45deg, lightblue, #5bc0de, lightblue);
    background: linear-gradient( -45deg, lightblue, #5bc0de, lightblue);
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;


}
.service-text
{
    text-align: center;
}
.modal
{
    text-align: center;
}
.form-group input
{
    margin: auto;
}
.checkbox label input
{
    margin-right: -20px;
}
.order
{
    background: -webkit-linear-gradient( -180deg, lightgreen, #b2dba1, lightgreen);
    background: -o-linear-gradient( -180deg, lightgreen, #b2dba1, lightgreen);
    background: -moz-linear-gradient( -180deg, lightgreen, #b2dba1, lightgreen);
    background: linear-gradient( -180deg, lightgreen, #b2dba1, lightgreen);
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;

}
.order .tab-content .tab-pane h3
{
    padding-bottom: 30px;
}
.order .tab-content .tab-pane p
{
    height: 70px;
}
.teb-container
{
    text-align: center;
}
.nav-tabs
{
    border: none;
    text-align: center !important;
}
.nav-tabs li
{
    float: right;
    margin: auto !important;
    height: 75px;
    text-align: center;
}
.nav-tabs li a
{
    width: 75px;
    height: 75px;
    border-radius: 75px;
    line-height: 50px;
    color: gold;
    border-width:thick;
    border-color: gold;
    background-color: #444444;
    font-weight: 600;
    transition: all 0.5s ease;
    font-size: large;
    margin: auto;
}
.nav-tabs .active a
{
    background-color: gold !important;
    color: #444444 !important;
    border-color: white !important;
    border-width:thick !important;
}
.nav-tabs li hr
{

    color: gold;
    size: 10px;
    margin-right: 5px;
    margin-left: 5px;
    margin-top: 35px;
}
#email:before
{
    content: '*******';
    color: red !important;
    background: #7357D0;
    width: 10px;
    height: 10px;
}








.carousel-indicators
{
    margin-left: -28% !important;
}
.carousel-caption
{
    left: 21% !important;
}
.partner
{

    padding-top: 150px;
    padding-bottom: 100px;
    text-align: center;

}
.partner .row
{
    float: right !important;
    text-align: center;
    padding-top:5px ;
    padding-bottom: 5px;
    margin: auto;
    text-align: center ;
}
.partner .row .col-lg-3
{
    margin-bottom: 20px;
}
.partner .col-lg-8
{
    text-align: center !important;
}
.partner .row img
{
    margin: auto;
    box-shadow: 2px 2px 5px #444444, -2px -2px 5px #444444, -2px 2px 5px #444444, 2px -2px 5px #444444 ;
    transition: all 0.5s ease;
}
.partner .row img:hover
{
    box-shadow: none;
}
.social-network
{
    text-align: center !important;
}
.social-network .fa-facebook
{
    color: #002a80;
    font-size: 20px;
    transition: all 0.5s ease;
}
.social-network .fa-facebook:hover
{
    color: white;
    background-color: #002a80;
    font-size: 20px;
}
.social-network .fa-twitter
{
    color: #006dcc;
    font-size: 20px;
    transition: all 0.5s ease;
}
.social-network .fa-twitter:hover
{
    color: white;
    background-color: #006dcc;
    font-size: 20px;
}
.social-network .fa-instagram
{
    color: #c7254e;
    font-size: 20px;
    transition: all 0.5s ease;
}
.social-network .fa-instagram:hover
{
    color: white;
    background-color: #c7254e;
    font-size: 20px;
}
.social-network .fa-telegram
{
    color: #3a84df;
    font-size: 20px;
    transition: all 0.5s ease;
}
.social-network .fa-telegram:hover
{
    color: white;
    background-color: #3a84df;
    font-size: 20px;
}
.social-network a span
{
    width: 20px;
    border-radius: 2px;
}
.example
{
    background: -webkit-linear-gradient( -180deg, peachpuff, wheat, peachpuff);
    background: -o-linear-gradient( -180deg, peachpuff, wheat, peachpuff);
    background: -moz-linear-gradient( -180deg, peachpuff, wheat, peachpuff);
    background: linear-gradient( -180deg, peachpuff, wheat, peachpuff);

    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;

}
.example .img-div-cover
{
    width: 250px;
    height: 250px;
    display: inline-block;
    line-height: 250px;
    overflow: hidden;
    transition: all 0.5s ease;
    margin: auto;

}
.example .img-div-cover h4
{
    margin-top: 20px;
}

.example .img-div-cover .img
{


    width: 100%;
    height: 100%;
    border: 5px groove gold;
    border-radius: 10px;
}
.example .img-div-cover .readmore
{
    position: relative;
    background-color: rgba(253,151,28,0.41);
    top: -500px;
    width: 100%;
    height: inherit;
    color: whitesmoke;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 10px;
    border: 5px double #dca602;
}
.example .img-div-cover:hover .readmore
{
    top: -250px;
}

.img-modal-cover
{
    font-weight: bold;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
    padding: 20px;
    background-origin: content-box;
    background-position: center;

}
.contact-us
{
    background: -webkit-linear-gradient( -30deg, lightpink, rgba(255,110,26,0.58), lightpink);
    background: -o-linear-gradient( -30deg, lightpink, rgba(255,110,26,0.58), lightpink);
    background: -moz-linear-gradient( -30deg, lightpink, rgba(255,110,26,0.58), lightpink);
    background: linear-gradient( -30deg, lightpink, rgba(255,110,26,0.58), lightpink);

    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.google-map
{
    border: ridge 5px gray;
    border-radius: 10px;
    min-height:200px;
    height: 50%;
}
.contact-us div span
{
    font-size: 70px;
    color: khaki;
}
.footer
{
    background: -webkit-linear-gradient( -180deg, slategray, rgba(70,70,70,0.7), lightpink);
    background: -o-linear-gradient( -180deg, slategray, rgba(70,70,70,0.7), lightpink);
    background: -moz-linear-gradient( -180deg, slategray, rgba(70,70,70,0.7), lightpink);
    background: linear-gradient( -180deg, slategray, rgba(70,70,70,0.7), lightpink);

    padding-top: 150px;
    padding-bottom: 50px;
    text-align: center;
}
.footer div
{
    text-align: center;
}
.footer div a
{
    text-decoration: none;
    color: inherit;
    font-size: 15px;
}
.footer .social-network span
{
    color: rgba(70,70,70,0.7);
}

#back-top
{
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin-left: -150px;
    background: url("img/arrow-circle-top.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    cursor: pointer;
}



