﻿@charset "utf-8";

@font-face {
    font-family: 'Conv_SamsungOneArabic-600';
    src: local('?'), url('../SamsungFont/SamsungOneArabic/SamsungOneArabic-600.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOneArabic-400';
    src: local('?'), url('../SamsungFont/SamsungOneArabic/SamsungOneArabic-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOneHebrew-600';
    src: local('?'), url('../SamsungFont/SamsungOneHebrew/SamsungOneHebrew-400.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOneHebrew-400';
    src: local('?'), url('../SamsungFont/SamsungOneHebrew/SamsungOneHebrew-600.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOneUILatin-700';
    src: local('?'), url('../SamsungFont/SamsungOneLatin/SamsungOneUILatin-700_v2.2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOneUILatin-400';
    src: local('?'), url('../SamsungFont/SamsungOneLatin/SamsungOneUILatin-400_v2.5.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOne-200C';
    src: local('?'),url('../SamsungFont/SamsungOne/SamsungOne-200C_v1.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOne-300C';
    src: local('?'), url('../SamsungFont/SamsungOne/SamsungOne-300C_v1.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOne-400C';
    src: local('?'),url('../SamsungFont/SamsungOne/SamsungOne-400C_v1.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOne-450C';
    src: local('?'),url('../SamsungFont/SamsungOne/SamsungOne-450C_v1.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOne-500C';
    src: local('?'),url('../SamsungFont/SamsungOne/SamsungOne-500C_v1.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOne-600C';
    src: local('?'),url('../SamsungFont/SamsungOne/SamsungOne-600C_v1.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOne-700C';
    src: local('?'),url('../SamsungFont/SamsungOne/SamsungOne-700C_v1.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungOne-800C';
    src: local('?'),url('../SamsungFont/SamsungOne-800C_v1.0.woff') format('woff'), url('../SamsungFont/SamsungOne/SamsungOne-800C_v1.0.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungSharpSans-Medium';
    src: url('../SamsungFont/SamsungSharpSans-Medium.ttf');
    src: local('☺'), url('../SamsungFont/SamsungSharpSans/SamsungSharpSans-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_SamsungSharpSans-Bold';
    src: url('../SamsungFont/SamsungSharpSans-Bold.eot');
    src: local('☺'), url('../SamsungFont/SamsungSharpSans/SamsungSharpSans-Bold.ttf') format('truetype');
    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: "Conv_SamsungOne-400C",arial;
    font-size: 14px;
    color: #FFF;
}

select, input[type="submit"] {
    cursor: pointer;
}

p {
    font-size: 14px;
    line-height: 20px;
}

body {
    font-family: "Conv_SamsungOne-400C",arial;
    font-size: 14px;
    color: #666766;
    font-weight: 400;
    line-height: 16px;
}


::-webkit-input-placeholder {
    color: #666766;
    font-family: "Conv_SamsungOne-400C",arial;
    font-style: italic;
}

:-moz-placeholder {
    color: #666766;
    opacity: 1;
    font-family: "Conv_SamsungOne-400C",arial;
    font-style: italic;
}

::-moz-placeholder {
    color: #666766;
    opacity: 1;
    font-family: "Conv_SamsungOne-400C",arial;
    font-style: italic;
}

:-ms-input-placeholder {
    color: #666766 !important;
    font-family: "Conv_SamsungOne-400C",arial !important;
    font-style: italic !important;
}

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 "Conv_SamsungOne-400C",arial;
    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 */

.main-header {
    width: 100%;
    margin: 0;
    padding: 0;
}

h2.pagetitle {
    font-family: "Conv_SamsungSharpSans-Bold",arial;
    font-size: 40px;
    color: #FFF;
    margin: 25px 0 10px;
    padding: 0;
}

.formpart p {
    line-height: 30px;
    font-size: 16px;
    font-family: "Conv_SamsungOne-400C",arial;
    font-weight: 600;
}

.formpart hr {
    border-color: none;
}

.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;
}

.form-horizontal .agrement input[type="checkbox"] {
    top: 3px;
}

/* Your code starts from here */

h2.pagetitle {
    font-family: "Conv_SamsungSharpSans-Bold",arial !important;
}

input[type="submit"] {
    margin-bottom: 75px;
    border: 1px solid #FFF;
    border-radius: 4px;
}

body {
    color: #FFF;
    background-color: #000;
}

hr {
    border-color: #000 !important;
}

.spinner {
    float: right;
}

/* 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;
}

/* Your code end*/
