
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.eot');
    src: local('Open Sans ExtraBold'), local('OpenSans-ExtraBold'),
        url('../fonts/OpenSans-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff'),
        url('../fonts/OpenSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.eot');
    src: local('Open Sans Bold'), local('OpenSans-Bold'),
        url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.eot');
    src: local('Open Sans Regular'), local('OpenSans-Regular'),
        url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff'),
        url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


:root{
  --body-font: 'Open Sans';
  --white:#ffffff;
  --black:#000000;
  --green:#24A38C;
  --dark:#101828;
  --blue:#062B55;
  --blue-light:#364153;
  --gray:#767681;
}

/* 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;}

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 20px 0 0;}
html, body{ -webkit-appearance:none; appearance:none; border:none; -webkit-text-size-adjust:none;}
ul {list-style-type: none}
ul li {position: relative;}
ul li:before { position: absolute; right: -20px; top: 11px; width: 8px; height: 8px; background-color: #000; border-radius: 50%; content: ""; }

/* 2. Define Base Typography
------------------------------------------------------------------------------*/
body{padding: 0;margin: 0;font-family: var(--body-font); font-size:18px; font-weight: 400; color: var(--dark); line-height:23px; letter-spacing:0; box-sizing: border-box; overflow-x: hidden; direction: rtl; text-align: start; }
*,*: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%;}

h1,.h1, h2,.h2, h3,.h3, h4,.h4, h5,.h5, h6,.h6 {margin: 0; font-family: var(--body-font); font-weight: 700;color:var(--dark); line-height:1; }


h1,.h1 {font-size:50px;}
h2,.h2 {font-size:60px; line-height: 75px; }
h3,.h3 {font-size:30px;}
h4,.h4 {font-size:25px;}
h5,.h5 {font-size:22px;}
h6,.h6 {font-size:18px;}

p {margin-bottom:30px;}
p:last-child {margin-bottom: 0;}

strong {font-weight: 700;}
hr {border:0 #231F20 solid; border-top-width: 2px; clear: both; height: 0;}
ol {list-style: decimal;}

/* 3. Images
------------------------------------------------------------------------------*/

img {max-width: 100%; border: 0; border-style: none; height: auto;}
/* 4. Links
------------------------------------------------------------------------------*/   

a {color: #000; text-decoration:none;transition: 0.5s; display: inline-block;}
/* 5. Forms
------------------------------------------------------------------------------*/

.button, a.button, button, html input[type="button"], input[type="reset"], input[type="submit"] {margin: 0 0 0 0;  padding:19px 42px;  border-radius:60px; background-color:var(--blue); border: 1px solid transparent; display: inline-flex; align-items: center; vertical-align: middle; font-family: var(--body-font); font-weight:700; color: var(--white); font-size: 24px; line-height:28px; position: relative;outline: none;box-shadow:none;text-align: center;text-decoration: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; overflow: hidden; position: relative;z-index: 1; text-transform: none; letter-spacing:0; cursor: pointer; justify-content: center;}
.button:hover, a.button:hover, button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover { background-color:var(--green);} 

.button.black, a.button.black, button.black, html input[type="button"].black, input[type="reset"].black, input[type="submit"].black {background-color: #231F20;}
.button.black:hover, a.button.black:hover, button.black:hover, html input[type="button"].black:hover, input[type="reset"].black:hover, input[type="submit"].black:hover {background-color: #D92948;}



input[type="search"], input[type="text"], input[type="date"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], textarea, select {margin: 0 0 0 0;  padding:13px 0px;  border-radius:0px; background-color:transparent; border: 0; border-bottom:3px solid var(--blue); display: inline-block; vertical-align: middle; font-family: Arial, Helvetica, sans-serif; font-weight: 400; color: var(--dark); font-size:20px; line-height:25px; position: relative;outline: none;box-shadow: none;text-align: start;text-decoration: none;-webkit-transition: 0.3s ease-in-out;transition: 0.3s ease-in-out; overflow: hidden; position: relative;z-index: 1; text-transform: none; letter-spacing:0;  width: 100%; text-align: right;}
select {height:40px;}
input::-webkit-input-placeholder {color: #9A9A9A;opacity:1;}
input:-moz-placeholder {color:#9A9A9A; opacity:1;}
input::-moz-placeholder {color: #9A9A9A; opacity:1;}
input:-ms-input-placeholder {color: #9A9A9A;opacity:1;}
textarea::-webkit-input-placeholder {color: #9A9A9A; opacity:1;}
textarea:-moz-placeholder {color:#9A9A9A; opacity:1;}
textarea::-moz-placeholder {color: #9A9A9A; opacity:1;}
textarea:-ms-input-placeholder {color: #9A9A9A;opacity:1;}

textarea {resize: none;}


fieldset {border: 1px solid transparent;} 
/* 6. Tables
------------------------------------------------------------------------------*/

table {border-spacing: 0; border-collapse: collapse;}
td {text-align: start; font-weight: normal;}
/* 7. Framework
------------------------------------------------------------------------------*/

.container{max-width: 1400px; width: 100%; padding-left: 15px; padding-right: 15px; margin: 0 auto;}
.row{display: flex;flex-wrap: wrap; margin-left: -15px; margin-right: -15px;}
.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: 15px; padding-left: 15px; }
.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: start;}
.text-right{text-align: end;}
.font-light {font-weight: 300;}

/** hamburger mobile menu **/

.hamburger {padding: 0;height: 32px;width: 32px; border-radius: 50%; border: none;outline: none !important;background-color: #f5f5f5; position: relative;z-index: 9999;display: none;}
.hamburger .hamburger_inner, .hamburger .hamburger_inner:after, .hamburger .hamburger_inner:before {width: 14px;height: 2px;transition-timing-function: ease;transition-duration: 0.3s;transition-property: transform;border-radius: 4px;background-color: var(--black); position: absolute;right: 0;left: 0;}
.hamburger .hamburger_inner{transition: top 75ms ease 0.12s,transform 75ms cubic-bezier(.55,.055,.675,.19);top: 0;bottom: 0;margin: auto;}
.hamburger .hamburger_inner:after, .hamburger .hamburger_inner:before {display: block;content: "";}
.hamburger .hamburger_inner:before {transition: top 75ms ease 0.12s,opacity 75ms ease;top: -5px;}
.hamburger .hamburger_inner:after {transition: bottom 75ms ease 0.12s,transform 75ms cubic-bezier(.55,.055,.675,.19);bottom: -5px;}
.hamburger.active .hamburger_inner {transition: top 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) 0.12s;transform: rotate(-45deg);top: 0;background-color: var(--black);}
.hamburger.active .hamburger_inner:before {top: 0;transition: top 75ms ease,opacity 75ms ease 0.12s;opacity: 0;background-color: var(--black);}
.hamburger.active .hamburger_inner:after {bottom: 0;transition: bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) 0.12s;transform: rotate(90deg);background-color: var(--black);}

/** hamburger mobile menu end **/

.header{padding:20px 0; position: absolute; z-index: 9; left: 0; top: 0; right: 0; }

.header-in{padding: 0; }

.logo{padding: 0;}
.logo a{display: inline-block; vertical-align: top;}
.logo img,
.logo svg{vertical-align: top; object-fit: contain; max-width: 233px; }


.banner-section{padding: 175px 0 32px 0; position: relative; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.banner-section::before{background: radial-gradient(39.9% 65.13% at 50% 50%, rgba(6, 43, 85, 0.6) 69.71%, #062B55 100%); position: absolute; left: 0; top: 0; 
right: 0; bottom: 0; content: ""; z-index: 1; opacity: 0.9; }
.banner-section::after{background: url('../images/banner-after.png') 0 0 no-repeat; position: absolute; left: 0; top: 110px; width: 400px; height: 184px; content: ""; 
z-index: 1; }

.banner-part{padding: 0; position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; }

.banner-text{padding:10px 0 0 30px; flex: 0 0 733px; max-width: 733px; color: var(--white); }
.banner-text h1{font-size: 80px; line-height: 1; margin: 0; padding: 0 0 17px 0; font-weight: 800; color: var(--white); }
.banner-text h2{font-size: 35px; line-height: 45px; margin: 0 0 23px 0; padding: 0 0 45px 0; font-weight: 700; color: var(--white); position: relative; }
.banner-text h2::before{width: 119px; height: 13px; background: var(--green); content: ""; position: absolute; bottom: 0; right: 0; }
.banner-text p{font-size: 35px; line-height: 50px; margin: 0; padding: 0 0 26px 0; font-weight: 400; color: var(--white); }
.banner-text p strong{font-weight: 700;}

.banner-form{padding: 30px 27px 32px 27px; flex: 0 0 484px; max-width: 484px; background: var(--white); border-radius: 16px; box-shadow: 0px 25px 50px -12px #00000040; 
position: relative; }
.banner-form::before{background: url('../images/banner-form-before.png') right center no-repeat; content: ""; position: absolute; left: 100%; bottom: 31px; width: 198px; height: 114px; }
.banner-form h3{font-size: 25px; line-height: 30px; margin: 0; padding: 0 0 28px 0; font-weight: 700; text-align: center; color: var(--dark); }
.banner-form h3 strong{display: block; padding: 10px 0 0 0; font-weight: 800; color: var(--green); font-size: 30px; }

.form-group{margin-bottom: 10px; }

.investment-box{padding:40px 0 0 0; }
.investment-box h4{font-size: 16px; line-height: 24px; margin: 0; padding: 0 0 9px 0; color: var(--blue-light); font-weight: 700; }

.investment-price{padding: 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 17px; }

.box-price{padding: 0; position: relative; }
.box-price input{position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; cursor: pointer; font-size: 0; opacity: 0; cursor: pointer; }
.box-price .text{font-size: 16px; line-height: 1; font-weight: 400; color: #373737; background: #F8F8F8; border-radius: 5px; border: 1px solid #E4E4E4; padding: 14px 14px; }
.box-price .text span{width: 14px; height: 14px; border: 1px solid #CFCFCF; border-radius: 50%; display: inline-block; vertical-align: top; background: var(--white); 
margin: 2px 0 0 10px; }

.box-price input:checked + .text span{background: var(--blue-light);}

.investment-price .wpcf7-form-control{display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 17px; }
.investment-price .wpcf7-list-item{font-size: 16px; line-height: 1; font-weight: 400; color: #373737; background: #F8F8F8; border-radius: 5px; border: 1px solid #E4E4E4; padding: 14px 14px; 
display: inline-block; vertical-align: middle; cursor: pointer; margin: 0;}
.investment-price .wpcf7-list-item span{cursor: pointer; }
.investment-price .wpcf7-list-item input{margin: 0 0 0 6px; opacity: 0.6; }
.investment-price .wpcf7-list-item input:checked{opacity: 1; }

.inv-text-box{padding:19px 0 0 0;}

.box-inv{padding: 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin-bottom: 9px; }
.box-inv p{font-size: 12px; line-height: 15px; margin: 0; padding: 0; color: var(--gray); font-weight: 400; }

.custom-checkbox{padding: 0; line-height: 1; margin: 0 0 0 5px; }
.custom-checkbox input{padding: 0; font-size: 0; width: 16px; height: 16px; line-height: 1; border: 0; position: relative; box-shadow: none; border-radius: 4px; 
cursor: pointer; }
.custom-checkbox input::before{width: 16px; height: 16px; background: #F3F3F5; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 2px 0px #0000000D; 
border-radius: 4px; position: absolute; left: 0; top: 0; content: ""; z-index: 1;}

.custom-checkbox input:checked:before{background:url('../images/checkbox-arrow.svg') center center no-repeat #F3F3F5; border-color: var(--blue); }

.custom-checkbox .wpcf7-list-item{margin: 0;}

.send-btn{padding:14px 0 0 0; }
.send-btn .button{ width: 100%; text-align: center; }


.topics-section{padding:28px 0; background-color: var(--blue);  border-top: 6px solid var(--white); }
.topics-section .container{max-width: 1475px;}

.topics-part{padding: 0;}
.topics-part ul{padding: 0; margin: 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
.topics-part ul li{padding: 0 25px 0 25px; margin: 0; list-style: none; font-size: 18px; line-height: 28px; color: var(--white); font-weight: 800; }
.topics-part ul li::before{width: 20px; height: 20px; border-radius: 50%; border: 2px solid #FDFDFD; background: rgba(255, 255, 255, 0.08); 
left: auto; right: 0; top: 5px; }
.topics-part ul li:last-child{padding-left: 0; }

.money-section{padding:79px 0 108px 0; background: linear-gradient(180deg, #F9FAFB 0%, #FFFFFF 100%); }

.sec-title{padding: 0 0 45px 0; text-align: center; }
.sec-title h2{margin: 0; padding: 0 0 5px 0; }
.sec-title h3{font-size: 30px; line-height: 37px; color: var(--blue-light); margin: 0; padding: 0 0 5px 0; font-weight: 400; }
.sec-title p{font-size: 20px; line-height: 28px; margin: 0; padding: 0; font-weight: 400; color: #4A5565; }

.money-part{padding: 0;}
.money-part ul{padding: 0; margin: 0 -14px; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; }
.money-part ul li{padding: 0 14px; margin: 0; list-style: none; flex: 0 0 25%; max-width: 25%; width: 100%; }
.money-part ul li::before{display: none; }

.box-money{padding: 0; margin-bottom: 28px; position: relative; }
.box-money .image{padding:118.2% 0 0 0; position: relative; }
.box-money .image img{width: 100%; height: 100%; vertical-align: top; position: absolute; left: 0; top: 0; object-fit: cover; object-position: center center; border-radius: 10px; }

.money-text{padding: 30px 20px 20px 20px; position: absolute; left: 0; bottom: 0; right: 0; border-radius: 0 0 10px 10px;
background: linear-gradient(180.2deg, rgba(6, 43, 85, 0.8) 50%, rgba(6, 43, 85, 0.8) 50%);
display: flex; justify-content: space-between; align-items: flex-start; flex-wrap: wrap;
}
.money-text .sub-text{padding: 0 0 0 10px; flex: 0 0 200px; max-width: 200px; }
.money-text .sub-text h3{font-size: 22px; line-height: 28px; margin: 0; padding: 0; font-weight: 700; color: var(--white); }
.money-text .sub-text p{font-size: 18px; line-height: 23px; margin: 0; padding: 0; font-weight: 400; color: var(--white); }
.money-text .icon{padding: 0; }
.money-text .icon img,
.money-text .icon svg{vertical-align: top; object-fit: contain; max-width: 54px; }

.read-btn{padding: 20px 0 0 0; }
.read-btn .link{font-size: 14px; line-height: 20px; color: var(--blue); font-weight: 700; background: var(--white); display: inline-block; padding: 13px 37px; 
border-radius: 8px; border: 1px solid var(--blue); }
.read-btn .link img,
.read-btn .link svg{object-fit: contain; vertical-align: middle; max-width: 10px; margin: 0 11px 0 0; transition: all 0.4s; }

.read-btn .link:hover{background: var(--green); color: var(--white); }
.read-btn .link:hover img,
.read-btn .link:hover svg{filter: invert(1) brightness(50); }

.money-text-hover{padding: 40px 20px 40px 12px; color: var(--white); position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 2; border-radius: 10px;
background: linear-gradient(180.2deg, #062B55 50%, #062B55 50%); opacity: 0; visibility: hidden; transition: all 0.5s;
overflow: auto;
}
.money-text-hover p{font-size: 17px; line-height: 25px; margin: 0; padding: 0 0 25px 0; font-weight: 400; color: var(--white); }
.money-text-hover p:last-child{padding: 0; }

.box-money:hover .money-text-hover{opacity: 1; visibility: visible;}

.getback-section{padding: 0; }

.getback-part{padding: 50px 60px 30px 60px; border-radius: 16px; background: var(--white); box-shadow: 0px 25px 60px -12px #00000040; 
margin-bottom: -96px; position: relative; }
.getback-part h2{font-size: 30px; line-height: 1; margin: 0; padding: 0 0 42px 0; text-align: center; color: var(--dark); font-weight: 700; }
.getback-part h2 strong{display: block; font-size: 38px; color: var(--green); font-weight: 800; padding: 16px 0 0 0;}

.getback-section .investment-box{display: flex; justify-content: center; align-items: center; flex-wrap: wrap; padding: 0 0 45px 0;}
.getback-section .investment-box h4{padding: 0 0 0 15px; }

.getback-form-box{padding: 0; display: flex; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 20px; }
.getback-form-box .box{flex: 1; }
.getback-form-part .send-btn{padding: 0 0px 0 0; }

.getback-form-part{padding: 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 30px; }
.getback-form-part .right-cl{flex: 1; padding: 7px 0 0 0; }
.getback-form-part .left-cl{flex: 0 0 132px; max-width: 132px; }

.getback-form-part .inv-text-box{padding: 26px 0 0 0; display: flex; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap: 30px; }
.getback-form-part .inv-text-box .box-inv{margin: 0;}



.footer{padding:133px 0 0 0; background-color: var(--blue); }

.footer-top{padding: 0 0 10px 0; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }
.footer-top h2{padding: 0; padding: 0 30px 0 0; font-size: 36px; line-height: 1; font-weight: 800; color: var(--white); }
.footer-top .logo-footer{padding: 0; }
.footer-top .logo-footer img,
.footer-top .logo-footer svg{vertical-align: middle; object-fit: contain; max-width: 250px; width: 100%; }

.footer-middle{padding:30px 0; background-color: #184476; }
.footer-middle .text{padding: 0 15px; max-width: 890px; margin: 0 auto; text-align: center; }
.footer-middle .text p{font-size: 14px; line-height: 20px; color: #E6F0FF; margin: 0; padding: 0; font-weight: 400; }

.footer-bottom{padding:15px 0; }
.footer-bottom .container{max-width: 1670px; }

.footer-bottom-in{padding: 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; }
.footer-bottom-in p{font-size: 14px; line-height: 20px; color: #BDC4D4; margin: 0; padding: 0; font-weight: 400; }

.copyright{padding: 0; }

.designed-by{padding: 0; }



