﻿@charset "utf-8";
@font-face {
	font-family: 'so500c.0';
	src: url('../SamsungFont/SamsungOne-500C_v1.0.eot');
	src: local('?'), url('../SamsungFont/SamsungOne-500C_v1.0.woff') format('woff'), url('../SamsungFont/SamsungOne-500C_v1.0.ttf') format('truetype'), url('../SamsungFont/SamsungOne-500C_v1.0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'so400c.0';
	src: url('../SamsungFont/SamsungOne-300C_v1.0.eot');
	src: local('?'), url('../SamsungFont/SamsungOne-300C_v1.0.woff') format('woff'), url('../SamsungFont/SamsungOne-300C_v1.0.ttf') format('truetype'), url('../SamsungFont/SamsungOne-300C_v1.0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'so300c.0';
	src: url('../SamsungFont/SamsungOne-300C_v1.0.eot');
	src: local('?'), url('../SamsungFont/SamsungOne-300C_v1.0.woff') format('woff'), url('../SamsungFont/SamsungOne-300C_v1.0.ttf') format('truetype'), url('../SamsungFont/SamsungOne-300C_v1.0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'so800c.0';
	src: url('../SamsungFont/SamsungOne-800C_v1.0.eot');
	src: local('?'), url('../SamsungFont/SamsungOne-800C_v1.0.woff') format('woff'), url('../SamsungFont/SamsungOne-800C_v1.0.ttf') format('truetype'), url('../SamsungFont/SamsungOne-800C_v1.0.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Conv_SamsungSharpSans-Medium';
	src: url('../SamsungFont/SamsungSharpSans-Medium.eot');
	src: local('☺'), url('../SamsungFont/SamsungSharpSans-Medium.woff') format('woff'), url('../SamsungFont/SamsungSharpSans-Medium.ttf') format('truetype'), url('../SamsungFont/SamsungSharpSans-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_SamsungSharpSans-Bold';
	src: url('../SamsungFont/SamsungSharpSans-Bold.eot');
	src: local('☺'), url('../SamsungFont/SamsungSharpSans-Bold.woff') format('woff'), url('../fonts/SamsungSharpSans-Bold.ttf') format('truetype'), url('../SamsungFont/SamsungSharpSans-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* css reset */
*focus{outline:none;}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p, hr, iframe {margin: 0;padding: 0;border: none;}
a, input, select, textarea {outline: none;margin: 0;padding: 0;}
html {-webkit-font-smoothing:antialiased;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}

a {
    -webkit-transition: 0.5s ease-in-out, 1s;
    -moz-transition: 0.5s ease-in-out, 1s;
    -o-transition: 0.5s ease-in-out, 1s;
    transition: 0.5s ease-in-out, 1s;
}

a:hover {
    -webkit-transition: 0.7s ease-in-out, 0.5s;
    -moz-transition: 0.7s ease-in-out, 0.5s;
    -o-transition: 0.7s ease-in-out, 0.5s;
    transition: 0.7s ease-in-out, 0.5s;
    text-decoration: none;
    outline: none;
}

a{text-decoration:none; color:#333333;}
a:focus, :focus, input:focus{outline:none;}
img {max-width: 100%;vertical-align: middle;border: none;outline: none;max-height:100%;border-radius:0;}
ul, li{list-style-type:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;margin: 0;padding: 0;}

/*input[type="text"], input[type="tel"], input[type="image"], input[type="password"], textarea, select, button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-webkit-border-radius:0px; -moz-border-radius:0px; resize:none;}*/
input[type="text"], input[type="tel"], input[type="password"], textarea { font-family: 'so400c.0', sans-serif;font-size:14px;color:#FFF; }

select, input[type="submit"]{cursor:pointer;}

p{font-size: 14px;line-height: 20px;}

body { font-family: 'so400c.0', sans-serif; font-size:14px; color:#666766; font-weight:400; line-height:16px; }
::-webkit-input-placeholder {color:#666766;}
:-moz-placeholder {color:#666766;opacity:1;}
::-moz-placeholder {color:#666766;opacity:1;}
:-ms-input-placeholder {color:#666766;}

table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;}

label.error{position:absolute;right:15px;top:-20px;width:auto;height:auto;margin:0;padding:0;line-height:normal;font: 11px/11px 'so400c.0', sans-serif;background:#fb0101;padding:5px 5px 4px;color:#ffffff;display:none;}
label.error:after{border-color: #fb0101 transparent transparent;border-image: none;border-right: 6px solid transparent;border-style: solid;border-width: 6px;content: " ";height: 0;left: 20px;margin-left: -10px;position: absolute;top: 100%;width: 0;}

/* remember to define focus styles! */
.left {
    float: left!important;
}
.right {
    float: right!important;
}
.clear {
    clear: both;
}
.text_right {
    text-align: right!important;
}
.text_left {
    text-align: left!important;
}
.text_center {
    text-align: center!important;
}
.text-justify {
    text-align: justify!important;
}
html {
    /*text-rendering: optimizeLegibility;*/
    -webkit-font-smoothing: antialiased;
}
.mb20 { margin-bottom: 20px!important }
.dtxtalign { text-align: right!important; }

/* Your code starts from here */
  h2, p, label, input {
            font-family: 'Conv_SamsungOneArabic-400', sans-serif !important;
        }
.main-header { width: 100%; margin: 0; padding: 0; }
h2.pagetitle { font-family: 'Conv_SamsungSharpSans-Bold'; font-size: 27px; color: #FFF; margin: 25px 0 10px; padding: 0; clear:right;float:right;}
.formpart p { line-height: 30px; font-size: 16px; font-family: 'so400c.0'; font-weight: 600; clear:both;float:right;direction:rtl;}
.thankspage p { clear:both;float:none;}
.formpart hr { border-color: #d6d6d6; }
.form-holder { width: 100%; height: auto; margin: 0; padding: 0; }
.form-horizontal { font-weight: 600; }
.form-horizontal label { font-size: 18px; color: #FFF; }
.formpart .social-icons { display: inline-block; }
.social-icons a { background: #6e7780; color: #ffffff; border-radius: 50%; text-align: center; vertical-align: middle; width: 40px; height: 40px; display: inline-block; margin-right: 10px; font-size: 24px; text-decoration: none; }
.social-icons a:hover, .social-icons a:focus { color: #ffffff; background: #006ec5; text-decoration: none; }
.social-icons a i { display: block; padding: 8px 0 0; }
.form-horizontal .agrement label { font-size: 14px; font-weight: 600; vertical-align: bottom; line-height: 20px; margin-bottom: 12px;direction:rtl;}
.form-horizontal .agrement input[type="checkbox"]{ top: 3px;  }

/* RTL */
h2,p{
clear:right;

float:right;  
}   

.col-sm-6 { 
    float: right !important;
}

label { 
    float: right; 
}

select, input[type="submit"] {

     direction: rtl;
}


h2{
	font-family: 'SamsungSharpSans', 'SamsungOneArabic', tahoma !important;
    line-height: 1.29;
}
h2,p,label,input{
    font-family: 'SamsungOneArabic', tahoma !important;	
	direction:rtl !important;
}
/* RTL */
/* Your code starts from here */
input[type="submit"] {
    margin-bottom:100px;
	border-color:#FFF; 
	border-radius:4px;
}
body {     
    color: #FFF;
    background-color: #000;
}
hr {   
    border-color:#000 !important;	
}


/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #FFF;
  -webkit-text-fill-color: #FFF;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}
.form-control{
	font-family: 'SamsungSharpSans', 'SamsungOneArabic', tahoma !important;
}
/* Your code end*/