:root{
	--body-color: #2d2d2e;
	--white-color: #FFFFFF;
	--input-color: #FFFFFF;
	--body-font: 'Polin';
	--footer-font: 'Almoni Neue DL 4.0 AAA';
}
::selection{color: var(--white-color);background-color: var(--body-color);}

/* 1. Create a Clean Base ------------------------------------------------------------------------------*/

html, body, br, hr, div, span, a, object, iframe, ul, ol, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, blockquote, q, address, small, big, cite, dfn, ins, del, i, em, b, strong, sup, sub, strike, pre, code, samp, kbd, var, tt, form, fieldset, legend, label,input, textarea, option, .nobox {background: transparent;border: 0;font-size: 100%;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block;}
blockquote, q {quotes: none;}
br {height: 0;}
ul, ol, dl, li {margin:0;padding:0;}
ul, ol {margin:0 0 0 0px;}
html, body{-webkit-appearance:none;appearance:none;border:none;-webkit-text-size-adjust:none;}

/* 2. Define Base Typography ------------------------------------------------------------------------------*/

body{padding: 0;margin: 0;font-family: var(--body-font);font-size: 24px;color: var(--body-color);line-height:29px;box-sizing: border-box;background-repeat: no-repeat;background-position: top;background-size: cover;overflow-x: hidden;direction: rtl;}
body.no_scroll {overflow: hidden;}
*, :after, *:before {box-sizing: border-box;}
.bg-cover {background-size: cover;background-position: center;background-repeat: no-repeat;}
.bg-cover > img {opacity: 0;width: 100%;}

/* Create the Default Headers */
h1, h2, h3, h4, h5, h6 {margin: 0;font-weight: normal;color: var(--body-color);line-height:1.2;font-family: var(--body-font);}

/* Specific Header Settings */
h1,.h1 {font-size: 70px;}
h2,.h2 {font-size: 70px;}
h3,.h3 {font-size: 46px;}
h4,.h4 {font-size: 34px;}
h5,.h5 {font-size: 32px;}
h6,.h6 {font-size: 24px;}

/* Create the Default Paragraphs */
p {margin-bottom: 25px;}

/* Other Typo */
strong {font-weight: bold;}
hr {border:0 #000 solid;border-top-width: 1px;clear: both;height: 0;}
ol {list-style: decimal;}
ul {list-style: none;}

/* 3. Images ------------------------------------------------------------------------------*/

/*Remove border around linked images*/
img {max-width: 100%;border: 0;border-style: none;}

/* 4. Links ------------------------------------------------------------------------------*/

/* Default Link Types */
a {text-decoration:none;transition: 0.4s all;display: inline-block;}

/* 5. Forms ------------------------------------------------------------------------------*/

.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] {padding: 10px 20px 6px;background: rgb(0, 36, 55);background: linear-gradient(90deg, rgba(0, 36, 55, 1) 0%, rgba(0, 77, 132, 1) 50%, rgba(0, 180, 193, 1) 100%);color: #d9ba99;display: inline-block;vertical-align: middle;position: relative;text-align: center;text-decoration: none;border-radius: 0;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;appearance: none;-webkit-appearance: none;-moz-appearance: none;transition: all 0.4s;cursor: pointer;font-family: var(--body-font);font-size: 28px;font-weight: 700;}

select, input[type="search"], input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea {padding: 0px 16px;height: 50px;width: 100%;resize: none;color: var(--body-color);background-color: var(--input-color);border-radius: 0;box-shadow: none;-webkit-box-shadow: none;-moz-box-shadow: none;appearance: none;-webkit-appearance: none;-moz-appearance: none;border: none !important;outline: none !important;font-size: 24px;font-family: var(--body-font);font-weight: 400;direction: rtl;text-align: center;}

textarea {height: 165px;}

input::-webkit-input-placeholder {color: var(--body-color);opacity: 1;}
input:-moz-placeholder {color: var(--body-color);opacity: 1;}
input::-moz-placeholder {color: var(--body-color);opacity: 1;}
input:-ms-input-placeholder {color: var(--body-color);opacity: 1;}
textarea::-webkit-input-placeholder {color: var(--body-color);opacity: 1;}
textarea:-moz-placeholder {color: var(--body-color);opacity: 1;}
textarea::-moz-placeholder {color: var(--body-color);opacity: 1;}
textarea:-ms-input-placeholder {color: var(--body-color);opacity: 1;}
button.icon_btn, a.icon_btn {border: 1px solid #E1E1E1;outline: none !important;box-shadow: none !important;padding: 0;height: 42px;width: 42px;border-radius: 50%;display: flex;align-items: center;justify-content: center;}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {-webkit-appearance:none;}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {-webkit-appearance: none;-moz-appearance: none;appearance: none;margin: 0;}

/* Removes fieldset borders. even on Opea 7 */
fieldset {border: 1px solid transparent;}

/* 6. Tables ------------------------------------------------------------------------------*/

/* Table Fixes */
table {border-spacing: 0;border-collapse: collapse;}
td {text-align: right;font-weight: normal;}

/* 7. Framework ------------------------------------------------------------------------------*/

/* container */
.container{max-width: 1920px;width: 100%;padding-left: 60px;padding-right: 60px;margin: 0 auto;}
.row{display: flex;flex-wrap: wrap;margin-left: -20px;margin-right: -20px;}
.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position: relative;width: 100%;padding-right: 20px;padding-left: 20px;}
.col-12 {max-width: 100%;}
.col-11 {max-width: 91.66666667%;}
.col-10 {max-width: 83.33333333%;}
.col-9 {max-width: 75%;}
.col-8 {max-width: 66.66666667%;}
.col-7 {max-width: 58.33333333%;}
.col-6 {max-width: 50%;}
.col-5 {max-width: 41.66666667%;}
.col-4 {max-width: 33.33333333%;}
.col-3 {max-width: 25%;}
.col-2 {max-width: 16.66666667%;}
.col-1 {max-width: 8.33333333%;}
.d-flex{display:flex;}
.flex-wrap{flex-wrap:wrap;}
.justify-content-start{justify-content:flex-start;}
.justify-content-center{justify-content:center;}
.justify-content-end{justify-content:flex-end;}
.justify-content-between{justify-content:space-between;}
.align-items-start{align-items: flex-start;}
.align-items-center{align-items: center;}
.align-items-end{align-items: flex-end;}
.row-reverse{flex-direction: row-reverse;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.mobile_only {display: none !important;}
@media (max-width: 991px) {
	.desktop_only {display: none !important;}
	.mobile_only {display: block !important;}
}

.button.call_btn {background: transparent;background-color: #e81626;}

/* ------------------------------------------------------------------------------------------------------- */

.input_col input.error {box-shadow: inset 0 0 10px #ff0000 !important;}

.page_content_section {height: 100dvh;position: relative;overflow: hidden;z-index: 1;}
.page_content_section img.bg_image {position: absolute;top: 0;bottom: 0;left: 0;right: 0;object-fit: cover;object-position: top center;height: 100%;width: 100%;z-index: -1;}

.page_content_section .container {height: 100dvh;}
.page_content_inner {display: flex;flex-wrap: wrap;margin: 0px -20px;height: 100dvh;}

.right_image_part {flex: 0 0 50%;max-width: 50%;padding: 20px;align-self: center;}
.image_part_inner {display: flex;flex-wrap: wrap;}
.image_part_inner .col_part {flex: 0 0 50%;max-width: 50%;}
.image_part_inner .part_image {display: block;position: relative;overflow: hidden;z-index: 1;padding-top: 100%;}
.image_part_inner .part_image.part_1_image {border-radius: 0 100% 0 0;}
.image_part_inner .part_image.part_4_image {border-radius: 0 0 0 100%;}
.image_part_inner .part_image img {position: absolute;top: 0;bottom: 0;left: 0;right: 0;height: 100%;width: 100%;z-index: -1;}
.image_part_inner .col_part.part_2 {padding: 30px;display: flex;justify-content: center;align-items: center;}
.image_part_inner .col_part.part_3 {padding: 30px;display: flex;justify-content: center;align-items: center;}
.image_part_inner .col_part.part_3 .part_logo {max-width: 70%;}
.image_part_inner .col_part.part_3 .part_logo img {width: 100%;}
.part_text {text-align: center;position: relative;transform: rotate(4deg);}
.part_text .top_corners:after {content: '';position: absolute;height: 1.12vw;width: 1.12vw;top: 0;right: 0;border-top: 0.20vw solid #e81626;border-right: 0.20vw solid #e81626;}
.part_text .top_corners:before {content: '';position: absolute;height: 1.12vw;width: 1.12vw;top: 0;left: 0;border-top: 0.20vw solid #e81626;border-left: 0.20vw solid #e81626;}
.part_text .bottom_corners:after {content: '';position: absolute;height: 1.12vw;width: 1.12vw;bottom: 0;right: 0;border-bottom: 0.20vw solid #e81626;border-right: 0.20vw solid #e81626;}
.part_text .bottom_corners:before {content: '';position: absolute;height: 1.12vw;width: 1.12vw;bottom: 0;left: 0;border-bottom: 0.20vw solid #e81626;border-left: 0.20vw solid #e81626;}
.part_text p {font-size: 1.24vw;line-height: 1.1;margin: 0;padding: 0.75vw;font-weight: 500;}
.part_text p span {color: #e81626;}
.part_text p small {font-size: 75%;}


.left_content_part {flex: 0 0 50%;max-width: 50%;padding: 20px;align-self: center;}
.left_content_part h1 {font-size: 2.6vw;line-height: 1;text-align: center;font-weight: 500;}
.left_content_part h3 {font-size: 1.14vw;line-height: 1;text-align: center;margin-top: 0.75vw;font-weight: 500;}

ul.info_list {display: flex;align-items: center;justify-content: center;margin: 2vw 0;}
ul.info_list li {flex: 0 0 20%;max-width: 20%;padding: 0px 10px;}
ul.info_list .icon_box {width: 4.2vw;height: 3vw;display: flex;align-items: center;justify-content: center;margin: auto;}
ul.info_list .icon_box img {max-height: 100%;max-width: 100%;margin: auto;}
ul.info_list li p {font-size: 0.83vw;line-height: 1.1;text-align: center;margin: 0.5vw 0 0;font-weight: 400;}

.lead_form {max-width: 20vw;margin: auto;}
.lead_form h4 {font-size: 1.5vw;line-height: 1.2;margin: 0px;text-align: center;}
.lead_form .form_row {display: flex;flex-wrap: wrap;margin: 0 -5px;}
.lead_form .form_row .input_col {flex: 0 0 100%;max-width: 100%;padding: 5px;}
.lead_form .form_row .submit_col {flex: 0 0 100%;max-width: 100%;padding: 5px;}
.lead_form .form_row .checkbox_col {flex: 0 0 115%;max-width: 115%;padding: 5px;order: 1;margin: 0px -7.5%;}

.lead_form .form_row .submit_col input[type="submit"] {width: 50%;margin: 10px auto 0px;display: block;}

.lead_form .form_row .checkbox_col label {font-size: 0.75vw;line-height: 1.1;padding-right: 1.85vw;position: relative;display: block;margin-top: 1vw;z-index: 1;font-family: var(--footer-font);font-weight: 600;}
.lead_form .form_row .checkbox_col label strong {font-weight: 600;display: block;}
.lead_form .form_row .checkbox_col label input[type="checkbox"] {position: absolute;height: 1px;width: 1px;z-index: -11;opacity: 0;display: block;}
.lead_form .form_row .checkbox_col label:before {content: '';position: absolute;top: 0;right: 0;height: 1.15vw;width: 1.15vw;background-color: var(--input-color);z-index: -1;}
.lead_form .form_row .checkbox_col label:after {content: '';position: absolute;top: 0;right: 0;height: 1.15vw;width: 1.15vw;background-image: url(../images/icon_check.svg);background-repeat: no-repeat;background-position: center center;background-size: cover;opacity: 0;visibility: hidden;transition: all 0.4s;z-index: 1;}
.lead_form .form_row .checkbox_col label:has(input[type="checkbox"]:checked):after {opacity: 1;visibility: visible;}

.footer_content {margin-top: 2vw;}
.footer_content .logo_box {max-width: 7.5vw;margin: auto;display: block;}
.footer_content .logo_box img {display: block;width: 100%;}
.footer_content p {font-size: 0.78vw;line-height: 1.2;margin: 0.75vw 0 0;text-align: center;font-family: var(--footer-font);font-weight: 300;}


/* ------------------------------------------------------------------------------------------------------- */

/* thank you page css start */

.thankyou {background: #000000;background-color: rgba(0, 0, 0, 0.80);opacity: 1;position: fixed;top: 0;bottom: 0;left: 0;right: 0;z-index: 999999;display: flex;align-items: center;justify-content: center;backdrop-filter: blur(2.5px);}
.thankyou p {color: var(--white-color);font-size: 50px;text-align: center;padding-top: 0;font-family: var(--body-font);}
.thankyou a {position: absolute;top:5%;right:5%;display: block;height: 40px;width: 40px;}
.thankyou a img {display: block;}

/* thank you page css end */

/* ------------------------------------------------------------------------------------------------------- */