/*=== Header area start ===*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {	
    font-family: 'almoni-tzar-aaa-300';
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;
    margin: 0;
}

@font-face {
    font-family: 'almoni-tzar-aaa-300';
    src: url('fonts/almoni-tzar-aaa-300.ttf');
}

@font-face {
    font-family: 'almoni-tzar-aaa-700';
    src: url('fonts/almoni-tzar-aaa-700.ttf');
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
}
input.err {
	color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}
input:focus,
textarea:focus,
button:focus {
    outline: none;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.main-wrapper {
    padding: 36px 36px 45px;
}

.header-item {
    position: relative;
}

.header-item > img {
    width: 100%;
}

.header-item > img:nth-of-type(2) {
    display: none;
}

.header-item > img:nth-of-type(1) {
    display: block;
}

.header-item-inner {
    position: absolute;
    right: 22px;
    top: 45px;
}

.header-item-inner img {
    max-width: 100%;
}

/*=== dimri area start ===*/

.dimri-area-inner {
    display: flex;
    padding-left: 30px;
    padding-right: 25px;
}

.dimri-item {
    width: 25%;
    position: relative;
}

.dimri-item-inner {
    margin-top: -210px;
}

.dimri-item img {
    width: 100%;
}

.dimri-item2 {
    width: 50%;
    padding-left: 25px;
    padding-top: 35px;
}

.dimri-item5 {
    display: none;
}

.dimri-item2-inner {
    padding-right: 32px;
    border-right: 3px solid #b2ada9;
    margin-bottom: 20px;
}

.dimri-item2-inner h2 {
    font-family: 'almoni-tzar-aaa-700';
    font-size: 28px;
	direction: rtl;
    font-weight: 700;
    color: #473b33;
    text-align: right;
    margin: 0;
}

.dimri-item2-inner2 {
    display: flex;
    padding-right: 32px;
    justify-content: space-between;
}

.dimri-item2-inner4 {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.dimri-item2-inner2 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.dimri-item2-inner2 p {
    font-size: 27px;
    font-weight: 400;
    color: #473b33;
    text-align: center;
    margin: 0;
}

.dimri-item2-inner2 p span {
    font-family: 'almoni-tzar-aaa-700';
    display: block;
    font-weight: 700;
}

.dimri-item3 {
    width: 25%;
    padding-left: 25px;
    padding-top: 35px;
}
.frmup {display: none;}
.dimri-item3 img {
    max-width: 100%;
}

/*=== form area start ===*/

.form-area-inner p {
    font-size: 28px;
    font-weight: 600;
    color: #473b33;
	direction: rtl;
    text-align: right;
    margin: 0;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 25px;
}

.form-area-inner p br {
    display: none;
}

.form-item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -8px;
    padding: 35px 20px 20px 15px;
    background: #d9ecf9;
}

.form-item-inner {
    width: 16%;
    padding: 0 8px;
}

.form-item-inner2 {
    display: flex; 
    align-items: center;  
}

.form-item-inner2 button {
    font-size: 29px;
	direction: rtl;
    font-weight: 600;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    height: 52px;
    background: #3e6db5;
    border: 1px solid #a9d6f1;
    margin-left: auto;
    cursor: pointer;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.form-item-inner2 button:hover {
    opacity: .8;
}

.form-item-inner > input {
    font-size: 29px;
    font-weight: 400;
    color: #473b33;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 52px;
    background: #eff7fd;
    border: 1px solid #a9d6f1;
    padding: 0 25px;
    text-align: right;
}

.form-item-inner > input:placeholder {
    opacity: 1;
    color: #473b33;
}

.form-item-inner5 {
    width: 26%;
    padding: 0 8px;
}

.form-item-inner4 {
    width: 26%;
    padding: 0 8px;
}

.form-item-inner3 {
    display: flex; 
    align-items: center; 
    justify-content: flex-end;
}

.form-group {
    display: block;
    margin-bottom: 0px;
    padding-right: 38px;
}

.form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.form-group label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 29px;
    color: #473b33;
    text-align: right;
    width: 100%;
    letter-spacing: -1px;
}

.form-group label span {
    font-family: 'almoni-tzar-aaa-700';
    font-weight: 700;
}
.form-group label.err:before {
	background-color: #f8d7da !important;
}
.form-group label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    background: #eff7fd;
    border: 1px solid #a9d6f1;
    box-sizing: border-box;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 50%;
    right: -38px;
    transform: translateY(-50%);
}

.form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -30px;
    width: 12px;
    height: 17px;
    border: solid #231f20;
    border-width: 0 4px 4px 0;
    transform: rotate(30deg);
}

.form-item-inner3 div:last-of-type {
    margin-left: 15px;
}

.form-item-inner2 div {
    width: 50%;
}

.form-item-inner2 .form-group {
    text-align: right;
    padding-right: 60px;
}

.form-item-inner2 .form-group label:before {
    margin-left: 0px;
    width: 24px;
    height: 24px;
    top: 0;
    transform: translateY(10px);
}

.form-item-inner2 .form-group input:checked + label:after {
    top: 10px;
    width: 10px;
    height: 15px;
}

.form-item-inner2 .form-group label span {
    font-family: 'almoni-tzar-aaa-300';
    font-weight: 400;
    margin-right: -38px;
    margin-top: 3px;
    display: block;
}

.form-item2 {
    background-image: url(images/12.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding-bottom: 30px;
    display: none;
}

.for-modal {
    margin-top: 30px;
}

.for-modal a {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    background: #3e6db5;
    text-decoration: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.ebcf_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
     /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(255,255,255,0.5); /* Black w/ opacity */
}

/* Modal Content */
.ebcf_modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ebcf_modal-content2 {
    max-width: 1026px;
    position: relative;
}

/* The Close Button */
.ebcf_close {
    color: #000;
    float: right;
    font-size: 38px;
    font-weight: 700;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -20px;
}

.ebcf_modal-content2 img {
    width: 100%;
}

.content-item {
    position: absolute;
    left: 50px;
    top: 35%;
}

.content-item h3 {
    font-family: 'almoni-tzar-aaa-700';
    font-size: 183px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-align: center;
    letter-spacing: -5px;
}

.content-item h3 span {
    font-family: 'almoni-tzar-aaa-300';
    display: block;
    font-weight: 400;
    font-size: 91px;
    margin-top: -50px;
}

.content-area2 {
    display: none;
}