* {
	margin: 0;
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}


a, a:active
{
    text-decoration: none;
    color: #3a91d2;
}
body {
	color: #ffffff;
    /*font-family: 'Droid Sans', sans-serif;*/
    font-family: 'Almarai';
    font-size: 13px;
    
   

}
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
    
}
.logo {
	padding-top: 18px;
    padding-bottom:  20px;
	width: 100%;
	text-align: center;
        
}
.logo img
{
    max-width: 155px;
    height: auto;
    padding: 50px 0 10px 0px;
}

.logo p span a
{
    margin-right: 30px;
    color: yellow ;
}
.locale_link{
    
    padding: 35px 0 0 0;
}
.locale_link a{
    
        
    color: white;
    border: 2px solid;
    padding: 5px;
}
.copy_right 
{
        width: 100%;
    border: 1.5px solid;
    text-align: right;
    color: #F9E4E4;
    font-size: 14px;
    /* padding-bottom: 10px; */
    /* padding-top: 14px; */
    padding: 10px 8px 5px 8px;
    font-size: 12px;

}

.copy_right_ar 
{
     width: 100%;
    border: 0;
    text-align: right;
    color:#F9E4E4;
    font-size: 14px;
    padding-bottom: 10px;
    padding-top: 14px;
}
.copy_right * 
{
    text-align: right;
}
.copy_right_ar * 
{
    text-align: right;
    direction: rtl;
}

.copy_right p
{
    margin-bottom: 8px;
}
.forms_block
{
    width: 100%;
    margin-top: 10px;
}
.select_style
{
    width: 100%;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    /*background: rgba(255,255,255,255.95) url("../images/arrow.png") no-repeat right;*/
    background-position: 97%;
    border: solid 1px #c0392b;
    font-size: 13px;
    color: #868686;
    padding-left: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
    z-index: 10;
    text-align: left;
}


.text_box_style
{
    width: 100%;
    height: 40px;
    float: left;
/*    background-color: rgba(255,255,255,0.95);
    border: solid 1px #c0392b;*/
    font-size: 14px;
    color: #868686;
    padding-left: 45px;
    text-align: left;
/*    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;*/
    /*border-radius: 4px;*/
}

.send_btn {
    width: 100%;
    height: 34px;
    color: #ffffff;
    border: none;
    font-size: 16px;
    background: #00d98b;
    /*padding: 10px 20px 0px 20px;*/
    text-decoration: none;
/*    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;*/
    margin-top: 9px;
}

.title1
{

    font-size: 16px;
    margin-bottom: 10px;
    
}
.errs
{
    width: 100%;
    color: #d08880;
    font-size: 12px;
    margin-bottom:1px;
    margin-top: 8px;
    float: left;
    
}
.hand_ico
{
    width: 100%;
    height: 55px;
    margin-top: 14px;
}

.black_cont
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*background: rgba(0,0,0,0.7);*/
    height: auto;
/*    margin-top: 22px;
    margin-bottom: 10px;*/
    /*padding: 5px 0 0 0;*/
    border-radius: 6px;
    /*border:solid 1px rgba(255,255,255,0.5);*/
} 

.app_intro{
    padding: 30px 0 30px 0;
}

.yalw
{
        background: transparent;
    border: 1.5px solid;
    padding: 0px 0 0 0;
}


.img_bg {
    /*display: table;*/
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-animation: 40s linear 0s normal none infinite bg;
    -moz-animation: 40s linear 0s normal none infinite bg;
    -ms-animation: 40s linear 0s normal none infinite bg;
    -o-animation: 40s linear 0s normal none infinite bg;
    animation: 55s linear 0s normal none infinite bg;
}


.icons {
    /*display: table-cell;*/
    /*height:100vh;*/
    background-repeat: repeat;
    background-position:0 0; 

    -webkit-animation: 40s linear 0s normal none infinite icons;
    -moz-animation: 40s linear 0s normal none infinite icons;
    -ms-animation: 40s linear 0s normal none infinite icons;
    -o-animation: 40s linear 0s normal none infinite icons;
    animation: 58s linear 0s normal none infinite icons;
    padding-bottom: 22px
}
.hrefz 
{
    color: #F9E4E4;
}




/*@-webkit-keyframes icons {
	from {background-position:0 0;}
	to {background-position: 0 1000px;}
}
 
@-moz-keyframes icons {
	from {background-position:0 0;}
	to {background-position: 0 1000px;}
}
 

@-o-keyframes icons {
	from {background-position:0 0;}
	to {background-position: 0 1000px;}
}
 
@keyframes icons {
	from {background-position:0 0;}
	to {background-position: 0 1000px;}
}*/








/* Animations */
/*@-webkit-keyframes bg {
	from {background-position:1059px 0;}
	to {background-position: 0 0;}
}
 
@-moz-keyframes bg {
	from {background-position:1059px 0;}
	to {background-position: 0 0;}
}
 

@-o-keyframes bg {
	from {background-position:1059px 0;}
	to {background-position: 0 16px;}
}
 
@keyframes bg {
	from {background-position:1059px 0;}
	to {background-position: 0 0;}
}*/


.jawwal {
    float: left; 
    height: 32px;
    background: white;
    text-indent: 1.05px;
    border-radius: 0;
    height: 34px;
    border: 1px solid white;
    margin: 0 5px 0 0;
}
/* 
@media only screen and (max-width: 600px) {
    .text_box_style {width: 82%;}
}


@media only screen and (min-width: 600px) {
    .text_box_style {width: 82%;}
}


@media only screen and (min-width: 768px) {
    .text_box_style {width: 90%;}
} 

@media only screen and (min-width: 992px) {
    .text_box_style {width: 92%;}
} 


@media only screen and (min-width: 1200px) {
    .text_box_style {width: 92%;}
}
*/



















