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


a, a:active
{
    text-decoration: none;
    color: #3a91d2;
}
body {
	background-color:#080707;
	color: #ffffff;
    font-family: 'Droid Sans', sans-serif;
    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;
    background: rgba(0,0,0,0.6)
}
.logo img
{
    max-width: 155px;
    height: auto;
}

.logo p span a
{
    margin-right: 30px;
    color: yellow ;
}

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

.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: 34px;
    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;
}

.placeholder
{
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    
}
.placeholder::after {
    position: absolute;
    top: 11px;
    left: 9px;
    content: "+971";
    pointer-events: none;
    font-size: 13px;
    color: #868686;
}
.placeholder_bh
{
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    
}
.placeholder_bh::after {
    position: absolute;
    top: 11px;
    left: 9px;
    content: "+973";
    pointer-events: none;
    font-size: 13px;
    color: #868686;
}
.placeholder_ps
{
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    
}
.placeholder_ps::after {
    position: absolute;
    top: 11px;
    left: 9px;
    content: "+970";
    pointer-events: none;
    font-size: 13px;
    color: #868686;
}
.placeholder_eg
{
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    
}
.placeholder_eg::after {
    position: absolute;
    top: 11px;
    left: 9px;
    content: "+201";
    pointer-events: none;
    font-size: 13px;
    color: #868686;
}
.send_btn {
    width: 95%;
    height: 34px;
    color: #ffffff;
    border: none;
    font-size: 16px;
    background: #c0392b;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    margin-top: 14px;
}
.placeholder_ly
{
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    
}
.placeholder_ly::after {
    position: absolute;
    top: 11px;
    left: 9px;
    content: "+218";
    pointer-events: none;
    font-size: 13px;
    color: #868686;
}
.placeholder_iq
{
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    
}
.placeholder_iq::after {
    position: absolute;
    top: 11px;
    left: 9px;
    content: "+964";
    pointer-events: none;
    font-size: 13px;
    color: #868686;
}

.placeholder_tn
{
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    
}
.placeholder_tn::after {
    position: absolute;
    top: 11px;
    left: 9px;
    content: "+216";
    pointer-events: none;
    font-size: 13px;
    color: #868686;
}
.placeholder_sa
{
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 10px;
    
}
.placeholder_sa::after {
    position: absolute;
    top: 11px;
    left: 9px;
    content: "+966";
    pointer-events: none;
    font-size: 13px;
    color: #868686;
}
.title1
{
    color: #e99086;
    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: 90%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0.7);
    height: auto;
    margin-top: 22px;
    margin-bottom: 10px;
    padding: 20px 0 20px 0;
    border-radius: 6px;
    border:solid 1px rgba(255,255,255,0.5);
}


.yalw
{
    background: #f9b552;
}
















.img_bg {
	min-height: 100%;
    width: 100%;
    background: url(../images/bg.png) repeat-x center;
	background-position:top; 

    -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 {
	height:100vh;
    background: url(../images/icons.png) center;
    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;
}
/* 
@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%;}
}
*/



















