@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb_UltraLight.woff') format('woff'),
    url('../fonts/IRANSansWeb_UltraLight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb_Light.eot');
    src: url('../fonts/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb_Light.woff') format('woff'),
    url('../fonts/IRANSansWeb_Light.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.eot');
    src: url('../fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb.woff') format('woff'),
    url('../fonts/IRANSansWeb.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb_Medium.eot');
    src: url('../fonts/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb_Medium.woff') format('woff'),
    url('../fonts/IRANSansWeb_Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb_Bold.eot');
    src: url('../fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/IRANSansWeb_Bold.woff') format('woff'),
    url('../fonts/IRANSansWeb_Bold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

*{
    font-family: IRANSansWeb;
    font-weight: 300;
    margin: 0;
    padding: 0;
}

body{
    direction: rtl;
}

.text-color-1{
    color: #898952;
}

.text-color-2{
    color: #606C48;
}

.text-color-3{
    color: #CFCD89;
}

.text-color-4{
    color: #EFDFD0;
}

.bg-color-1{
    background-color: #898952;
}

.bg-color-2{
    background-color: #606C48;
}

.bg-color-3{
    background-color: #CFCD89;
}

.bg-color-4{
    background-color: #EFDFD0;
}

.primary-btn{
    background: #606C48;
    border-radius: 15px;
    font-family: 'IRANSansWeb';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    color: #EFDFD0;
    padding: 10px 25px;
    cursor: pointer;
    border: none;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.secondary-btn {
    background: transparent;
    border-radius: 15px;
    font-family: 'IRANSansWeb';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 38px;
    color: #606C48;
    padding: 10px 25px;
    cursor: pointer;
    border: 1px solid #606C48;
    text-decoration: none;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.secondary-btn span {
    font-size: 16px;
    font-weight: 500;
}

.secondary-btn:hover {
    box-shadow: 0px 0px 10px #606c484f;
    border: 1px solid #4a5436;
    color: #4a5436;
}

.sections-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.section-header-container{
    max-width: 1280px;
    margin: 0 auto;
}

.visible-xs{
    display: none;
}

.visible-desktop{
    display: block;
}

.primary-btn:hover {
    background: #4a5436;
    box-shadow: 0px 0px 10px #4a54368a;
}

input.error {
    background-color: #f59c9c !important;
}

label.error {
    display: none !important;
}

.iti__flag {
    background-image: url("../images/flags.png") !important;
}

.confirmation-container a.secondary-btn {
    display: block;
    padding: 2px 0;
    text-align: center;
    margin-top: 30px;
}

.confirmation-container a.secondary-btn img {
    width: 27px;
    vertical-align: middle;
}

.contact-info {
    margin-top: 10px;
}

.header-row-2 li a:hover {
    border-bottom: 2px solid;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.header-row-2 li a {
    border-bottom: 2px solid #a4a47b;
    text-decoration: none;
    color: #fff;
}

.direction-ltr{
    direction: ltr;
}

.abt-container {
    padding: 30px 30px;
    max-width: 900px;
    margin: 0 auto;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png")!important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .visible-xs{
        display: block;
    }

    .header-row-2 {
        display: none;
    }

    .header-row-1 {
        padding: 8px 0px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .visible-desktop{
        display: none!important;
    }
}
