/*===================== Google fonts ======================*/
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Heebo:wght@100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    font-family: 'NotoSansHebrew-Condensed';
    src: url(../webfonts/NotoSansHebrew-Condensed.ttf);
}

/* Basic css */
html {
    font-size: 62.5%;
}

:root {
    scroll-behavior: unset;
    --Assistant: "Assistant", sans-serif;
    --PTSans: "PT Sans", sans-serif;
    --Heebo: "Heebo", sans-serif;
    --NotoSansHebrew-Condensed: 'NotoSansHebrew-Condensed';
    --white: #FFF;
    --black: #1C1F3F;
}

html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

/* body */
body {	
    font-family: var(--Assistant);
    font-size: 1.6rem;
    font-weight: 400;    
	background: var(--white);
	color: var(--black);	
}

/* container */
.container {
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
/*scrollto-top*/
.back-to-top {
    width: 4.5rem;
    height: 4.5rem;
    line-height: 4.5rem;
    font-size: 2rem;
    text-align: center;
    display: none;
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    border-radius: 50%;
    background: #0E6EE0;
    color: #FFF;
    z-index: 1000;
    box-shadow: 0rem 0.6rem 1rem rgba(0, 0, 0, 0.5);
    transition: 0.2s all ease;
}

.back-to-top:hover {
    color: #FFF;
    box-shadow: 0rem 0rem 3rem #1C1F3F;
}

/*====================== header_area start ========================*/
.header_area {
    background: #FFF;
    padding: 2rem 0rem;
    box-shadow: 0rem 0.5rem 1rem 0rem rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 1024;
}

.main_nav {
    max-width: 143.2rem;
    width: 100%;
    margin: 0 auto;
}

.navbar-brand img {
    max-width: 26.1rem;
}

.navbar-nav li {
    padding: 1rem 2rem;
}

.navbar-nav li a {
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    color: #565656;
}
.security_item.sheader h4 {
	font-size: 60px;
	line-height: 80px;
	color: #143253;
	font-weight: 600;
}
.navbar-nav li a:hover,
.navbar-nav li a.active {
    color: #0E6EE0;
}

.nav-btn li {
    padding: 1rem 1.2rem;
}
.nav-btn li a.lng:hover {
	color: #0E6EE0;
}
.nav-btn li a.btn {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; 
    color: #FFF;
    text-align: center;
    background: #0E6EE0;
    display: inline-block;
    padding: 1.2rem 5rem;
    border-radius: 0.8rem;
    transition: 0.2s all ease;
}
.fcredits .container a {
	color: black;
}
.fcredits .container a:hover {
	text-decoration: underline;
}
.fcredits .container {
	width: 100%;
	max-width: 1650px;
	margin: 0 auto;
	padding: 0 20px;
}
.fcredits {
	padding: 20px 0;
	font-size: 1.4rem;
	text-align: center;
}
.nav-btn li a:hover {
    color: #FFF;
    opacity: 0.85;
}

.nav-btn li button {
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #0E6EE0;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
}
.join_cnt .frmfeedback p {font-size: 20px !important;}
.frmfeedback {padding-top:10px;color: white; font-size: 20px;}
.join_item div.error,
.connect_left div.error {color: white;margin-bottom: 20px;}
.connect_left input.error { border: solid 2px red; margin-bottom: 5px;}
.nav-btn li button span {
    color: #1C1F3F;
	font-size: 18px;
}

.navbar-toggler {
    border: none;
    outline: none!important;
    box-shadow: none!important;
    padding: 0.2rem;
    transition: 0.2s all ease;
}

.navbar-toggler:hover {
    opacity: 0.75;
}

/*hamburger*/
.hamburger-box {
    width: 4rem;
    height: 2.4rem;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.2rem;
}

.hamburger-inner, 
.hamburger-inner::before, 
.hamburger-inner::after {
    width: 4rem;
    height: 0.5rem;
    background-color: #356CDE;
    border-radius: 0.4rem;
    position: absolute;
}

.hamburger-inner::before, 
.hamburger-inner::after {
    content: "";
    display: block;
    outline: none; 
}

.hamburger-inner::before {
    top: -1.25rem; 
}

.hamburger-inner::after {
    bottom: -1.25rem; 
}

/*side-bar*/
.offcanvas-start {
    width: 42rem!important;
}

.offcanvas-header {
    padding: 2.4rem 2.4rem;
}

.offcanvas-header img {
    max-width: 21rem;
}

.offcanvas-body ul li {
    padding: 1rem 2rem;
    text-align: left;
}

.btn-close {
    opacity: 1;
    font-size: 2.4rem;
    outline: none!important;
    box-shadow: none!important;
    transition: 0.2s all ease;
    filter: brightness(0) saturate(100%) invert(27%) sepia(43%) saturate(4245%) hue-rotate(203deg) brightness(97%) contrast(89%);
}

.modal-backdrop.show {
    opacity: none;
}

.modal-backdrop {
    background-color: transparent;
}

/*===================== footer_area start =======================*/
.footer_area {
    background: #0E6EE0;
    padding: 7.6rem 0rem 6.6rem;
}

.footer_main {
    max-width: 140rem;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #FFF;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 1.6rem;
}

.footer_right img {
    max-width: 30.1rem;
}

.footer_left {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.footer_left p {
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: #FFF;
}

.footer_left img {
    max-width: 4.4rem;
    transition: 0.2s all ease;
}

.footer_left img:hover {
    opacity: 0.85;
}

.footer_left ul {
    display: flex;
    align-items: center;
    gap: 1.8rem;
}

.footer_cnt {
    padding-top: 3rem;
}

.footer_cnt {
    max-width: 140rem;
    width: 100%;
    margin: 0 auto;
}

.footer_cnt ul {
    display: flex;
    align-items: center;
}

.footer_cnt ul li  {
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    color: #FFF;
    padding-left: 1rem;
}

.footer_cnt ul li a {
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
    color: #FFF;
    transition: 0.2s all ease;
}

.footer_cnt ul li a:hover {
    opacity: 0.85;
}

/*======================== gallery_area start ==========================*/
.gallery_area .row {
    --bs-gutter-x: 0.6rem;
}

.gallery_item {
    margin-bottom: 0.6rem;
    overflow: hidden;
}

.gallery_item img {
    width: 100%;
    height: 29.2rem;
    object-fit: cover;
    transition: 0.2s all ease;
}

.gallery_item:hover img {
    transform: scale(1.08);
}

.gallery_text {
    width: 100%;
    height: 29.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.6rem;
    padding: 1rem 3rem;
}

.gallery_text img {
    max-width: 100%;
}

/*================== security_area start ====================*/
.security_area {
    padding: 13rem 0rem 15rem; 
}

.security_textRight h4 {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 800;
    line-height: 125%;
    color: #0E6EE0;
    text-align: left;
}

.security_textRight p strong {
	font-weight: 600;
}
.security_textRight p {
    font-size: 5.2rem;
    font-style: normal;
    font-weight: 300;
    line-height: 125%;
    color: #0E6EE0;
    text-align: left;
}

.security_textLeft p {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: #1C1F3F;
    text-align: left;
    margin-bottom: 3rem;
}

.security_textLeft p span {
    color: #0E6EE0;
    font-weight: 700;
}

.security_textBottom {
    max-width: 140rem;
    width: 100%;
    margin: 9.4rem auto;
    text-align: center;
}

.security_textBottom p {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    color: #1C1F3F;
    text-align: center;
    margin: 0;
}
body.en .security_textBottom p {
	font-size: 4.2rem;
}
.security_textBottom p span {
    color: #0E6EE0;
    font-weight: 600;
}

.security_title h3 {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    color: #1C1F3F;
    text-align: center;
    margin: 0;
}

.security_item {
    max-width: 45rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    text-align: center;
}

.security_item img {
    max-width: 17.9rem;
}

.security_item h4 {
    font-size: 9.6rem;
    font-style: normal;
    font-weight: 250;
    line-height: 43.75%;
    color: #0E6EE0;
    margin: 3.2rem 0rem 4rem;
}

.security_item p {
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: #143253;
    text-align: center;
    margin: 0;
}

.security_bottom {
    max-width: 136rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 5.6rem;
    text-align: center;
}

.security_bottom p {
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #143253;
    text-align: center;
    margin-bottom: 7.6rem;
}

.security_bottom a {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    color: #FFF;
    text-align: center;
    background: #0E6EE0;
    display: inline-block;
    padding: 1.2rem 6rem;
    border-radius: 0.8rem;
    transition: 0.2s all ease;
}

.security_bottom a:hover {
    opacity: 0.85;
}

/*==================== join_area start ==================*/
.join_area {
    background: #1C1F3F;
    padding: 8.6rem 0rem 7rem;
}

.join_cnt h3 {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    color: #FFF;
    text-align: center;
    margin: 0;
}

.join_cnt p {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 300;
    line-height: 109.091%;
    color: #FFF;
    margin: 0.6rem 0rem 7rem;
    text-align: center;
}

.join_cnt p strong {
    font-weight: 700;
    display: block;
    text-align: center;
}

.join_item input {
    width: 100%;
    display: block;
    font-family: var(--PTSans);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    color: #1C1F3F;
    border: none;
    background: #FFF;
    outline: none;
    padding: 1.4rem 1.4rem;
    border-radius: 0.8rem;
}

.join_item input::placeholder {
    font-family: var(--PTSans);
    color: #969696;
    opacity: 1;
}

.join_item button {
    font-family: var(--Assistant);
    width: 100%;
    display: block;
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #FFF;
    text-align: center;
    background: #0E6EE0;
    border: none;
    outline: none;
    padding: 0.2rem 1rem;
    text-align: center;
    border-radius: 0.8rem;
    transition: 0.2s all ease;
}

.join_item button:hover {
    opacity: 0.85;
}

.join_part {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
}

/* custom checkbox */
.form-check-input {
    width: 2.2rem;
    height: 2.2rem;
    border: 1px solid #FFF;
    border-radius: 0rem!important;
    background: #FFF;;
    margin: 0;
    cursor: pointer;
    user-select: none;
}

.form-check-input:focus {
    border-color: #FFF;
    outline: 0;
    box-shadow: none;
}

.form-check-input:checked[type="checkbox"]{
    background-image: url(../images/check.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    border-color: transparent;
    background-size: 100% 100%;
}

.check_item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5.8rem;
}

.check_item label {
    font-family: var(--Heebo);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    color: #FFF;
    padding-left: 3.2rem;
    cursor: pointer;
}

/*================== map_area start ====================*/
.map_area {
    padding: 9.4rem 0rem 10.2rem;
}

.map_upper h3 {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 87.273%;
    color: #0E6EE0;
    text-align: center;
    margin-bottom: 1rem;
}

.map_upper p {
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    color: #1C1F3F;
    margin: 0;
}

.map_item {
    margin: 3rem 0;
}

.map_item img {
    width: 100%;
}

.map_cnt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.2rem;
}

.map_cnt ul li {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    color: #1C1F3F;
    display: flex;
    align-items: center;
}
body.en .map_cnt ul li {
	font-size: 2.2rem;
	line-height: 100%;
}

.map_cnt ul li span {
    width: 3.6rem;
    height: 3.6rem;
    display: block;
    background: #1B1B1B;
    border-radius: 50%;
    margin-left: 1.5rem;
}
body.en .map_cnt ul li span {
	margin-left: inherit;
	margin-right: 1.5rem;
}
.map_cnt ul li .bulet2 {
    background: #606060;
}

.map_cnt ul li .bulet3 {
    background: #00C100;
}

.map_cnt ul li .bulet4 {
    background: #99D699;
}

.map_bottom {
    max-width: 127rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 13.2rem;
}

.mapBtm_item img {
    max-width: 56.6rem;
}
body.en .mapBtm_item img {
    width: 44rem;
}

.mapBtm_cnt h4 {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 118%; 
    color: #0E6EE0;
    margin-bottom: 3rem;
}

.mapBtm_cnt p {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 166.667%;
    color: #1C1F3F;
    margin-bottom: 3.6rem;
    max-width: 60rem;
    width: 100%;
}

.mapBtm_cnt p strong {
    font-weight: 700;
}

.mapBtm_cnt a {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    color: #FFF;
    text-align: center;
    background: #0E6EE0;
    display: inline-block;
    padding: 1.2rem 10rem;
    border-radius: 0.8rem;
    transition: 0.2s all ease;
}

.mapBtm_cnt a:hover {
    opacity: 0.85;
}

/*================== support_area start ==================*/
.support_area {
    background: linear-gradient(0deg, #1C1F3F 0%, #1C1F3F 100%);
    padding: 8.8rem 0rem 6.4rem;
}

.support_main {
    max-width: 101.5rem;
    width: 100%;
    margin: 0 auto;
}

.support_main h3 {
    font-size: 5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 109.091%;
    color: #FFF;
    text-align: center;
    margin: 0;
}

.support_main p {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
    color: #FFF;
    text-align: center;
    margin: 3.8rem 0rem 4.2rem;
}

.support_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.support_btn a {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    color: #FFF;
    text-align: center;
    background: #0E6EE0;
    max-width: 38rem;
    width: 100%;
    display: block;
    text-align: center;   
    padding: 1.2rem 2rem;
    border-radius: 0.8rem;
    transition: 0.2s all ease;
}

.support_btn a:hover {
    opacity: 0.85;
}

.support_main h4 {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 109.091%;
    color: #FFF;
    text-align: center;
    margin-top: 4.3rem;
}

/*================== plan page start =====================*/
.hero_area .hmbs {
	display: none;
}
.hero_area {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;  
    background-size: cover;
    background-position: center bottom;
    padding: 19.5rem 0rem 26rem;
}

.hero_cnt h1 {
    font-size: 9.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 56.25%;
    color: #FFF;
    text-align: center;
}

.plan_wrapper {
    padding: 11.5rem 0rem 8.4rem;
}
.about_upper.right ol li {
	font-size: 24px;
	margin-bottom: 12px;
}
.about_upper.right h2 {
	font-size: 34px;
	text-align: center;
	margin: 0 auto;
}
.about_upper.right p {
	text-align: justify;
}
.privacy,
.about_upper {
	padding: 0 11.5rem 5rem 8.4rem;
}
.privacy,
.about_upper {
	padding: 0 11.5rem 5rem 8.4rem;
}
.privacy,
.about_upper,
.plan_upper {
    max-width: 137rem;
    width: 100%;
    margin: 0 auto;
}
.privacy strong,
.privacy p {
	font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    color: #1C1F3F;
    text-align: left;
    margin-bottom: 3rem;
}
.privacy h3 {
	font-size: 32px;
	font-weight: 600;
}
.privacy h4 {
	font-size: 29px;
	font-weight: 600;
}
.privacy ul {
	list-style: disc;
	margin-left: 25px;
	margin-bottom: 25px;
}
.privacy ul li {
	font-size: 2.5rem;
}
.privacy strong {
	font-weight: bold;
}
.about_upper p,
.plan_upper p {
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    color: #1C1F3F;
    text-align: left;
    margin-bottom: 3rem;
}
.about_upper {
	max-width: 1300px;
}
.about_upper_title {
	color: #0E6EE0;
	margin: 0 auto;
	font-size: 4rem;
	text-align: center;
	font-weight: bold;
}
.ppl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 80px 30px;
    padding: 40px 0;
    text-align: center;
}
.ppl img {
    border-radius: 50%;
    margin-bottom: 10px;
	max-width:200px;
	width: 200px;
}
.ppl h4 {
    color: #0E6EE0;
    font-size: clamp(18px, 1.8vw, 27px);
    font-weight: bold;
    line-height: 1.2;
    padding: 10px 0;
}
.ppl small {
    color: #1C1F3F;
    font-size: 16px;
    line-height: 1.4;
    display: block;
}
.about_upper p { 
	text-align: center;
	margin: 0 auto;
	margin-bottom: 25px;
}
.about_upper p strong,
.plan_upper p strong {
    font-weight: 700;
}

.plan_upper h4 {
    max-width: 118rem;
    width: 100%;
    padding-top: 4rem;
    padding-left: 4.5rem;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    color: #0E6EE0;
    text-align: center;
	margin: 0 auto;
}

.plan_upper img {
    max-width: 100%;
    display: block;
    margin: 12rem auto 9rem;
}

.plan_title {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.plan_title h3 {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 129.091%;
    color: #1C1F3F;
    text-align: center;
}

.plan_main {
    max-width: 137rem;
    width: 100%;
    margin: 0 auto;
    padding-top: 5rem;
}

.plan_item {
    margin-top: 2.5rem;
    display: flex;
    align-items: flex-start;
}

.plan_number {
    width: 29rem;
}

.plan_number h3 {
    font-size: 20rem;
    font-style: normal;
    font-weight: 250;
    line-height: 0.8;
    color: #0E6EE0;
}

.plan_cnt {
    width: calc(100% - 29rem);
    padding-top: 3rem;
}

.plan_cnt h4 {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #0E6EE0;
    margin-bottom: 3rem;
}

.plan_cnt ul {
    padding-left: 2.5rem;
}

.plan_cnt ul li {
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    color: #1C1F3F;
    list-style: initial;
    margin-bottom: 1rem;
}

.plan_cnt ul li span {
    color: #0E6EE0;
    font-weight: 700;
}

/*====================== child_area start =======================*/
.child_area {
    background-image: url(../images/child-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5.2rem 0rem 29rem;
}

.child_main {
    max-width: 137rem;
    width: 100%;
    margin: 0 auto;
}

.child_cnt {
    max-width: 62.5rem;
    width: 100%;
	margin-left: 755px;
}

.child_cnt p {
    font-size: 2.8rem;
    font-style: normal;
    font-weight: 600;
    line-height: 128.571%;
    letter-spacing: 0.056rem;
    color: #0E6EE0;
    margin-bottom: 3rem;
}

.child_cnt h4 {
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 800;
    line-height: 128%;
    color: #0E6EE0;
}

/*========================= security2_area start ===========================*/
.security2_area {
    background: linear-gradient(0deg, #1C1F3F 0%, #1C1F3F 100%);
    padding: 5rem 0rem 5.8rem;
}

.security2_cnt h3 {
    font-size: 4.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    color: #FFF;
    text-align: center;
    margin-bottom: 5rem;
}

.security2_cnt ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4.5rem;
}

.security2_cnt ul li a {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #0E6EE0;
    width: 33.6rem;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #FFF;
    border-radius: 0.8rem;
    transition: 0.2s all ease;
}

.security2_cnt ul li a:hover {
    color: #FFF;
    background: #0E6EE0;
}

.plan_cnt .bullet_color li {
    list-style: none;
    position: relative;
    padding-left: 3rem;
}

.plan_cnt .bullet_color li::after {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    display: block;
    background: #9D9D9D;
    border-radius: 50%;
    position: absolute;
    left: 1rem;
    top: 1.3rem
}

/*======================== news page start ==========================*/
.news_banner {
    background: linear-gradient(90deg, #0E6EE0 0%, #1C1F3F 100%);
    padding: 16rem 0rem 1.5rem;
}

.newsBanner_cnt h2 {
    font-size: 9.6rem;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: var(--white);
}

.news_wrapper {
    padding: 11rem 0rem 12.6rem;
}

.news_main {
    max-width: 134rem;
    width: 100%;
    margin: 0 auto;
}

.news_upper {
    max-width: 79.7rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.news_upper h3 {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    color: #0E6EE0;
    text-align: center;
    margin: 0;
}

.news_upper h3 span {
    color: #1C1F3F;
    display: block;
}

.news_part {
    padding-top: 7rem;
}

.news_title h4 {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    color: #1C1F3F;
    text-align: right;
    margin-bottom: 2.2rem;
}

.news_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 3.6rem;
}

.news_item {
    background: #FFF;
    box-shadow: 0.5rem 0.5rem 1rem 0rem rgba(0, 0, 0, 0.15);
    margin-bottom: 6rem;
}

.news_inner a {
    display: block;
}

.news_inner {
    overflow: hidden;
}

.news_inner img {
    width: 100%;
    transition: 0.2s all ease;
}

.news_inner img:hover {
    transform: scale(1.1);
}

.news_cnt {
    padding: 3rem 2.4rem;
    min-height: 20rem;
}

.news_cnt h4 {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    color: #0E6EE0;
    text-align: right;
    margin-bottom: 2.5rem;
}

.news_cnt h4 a {
    color: #0E6EE0;
    text-decoration: underline;
}

.news_cnt p {
    font-size: 2.1erm;
    font-style: normal;
    font-weight: 400;
    color: #565656;
    text-align: right;
}

.news_cnt p a {
    color: #565656;
    text-decoration: underline;
}

.news_part2 {
    padding-top: 1.5rem;
}

.news_cntleft h4,
.news_cntleft p {
    text-align: left;
}

/*======================= donation page start =========================*/
.donation_wrapper {
    padding: 12rem 0rem;
}

.donation_main {
    max-width: 144.4rem;
    width: 100%;
    margin: 0 auto;
}

.donation_upper {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.donation_upper h3 {
    font-size: 7.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 111.111%;
    color: #356CDE;
	max-width: 120.8rem;
    text-align: center;
    margin-bottom: 2rem;
}
.blue {
    color: #356CDE;	
}
.donation_upper p {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
    color:  #1C1F3F;
	max-width: 120.8rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.donation_gallery {
    padding: 5.5rem 0rem 12rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.2rem;
}

.donate_galeryItem {
    overflow: hidden;
}

.donate_galeryItem img {
    width: 100%;
    transition: 0.2s all ease;
}

.donate_galeryItem img:hover {
    transform: scale(1.1);
}

.donation_part {
    max-width: 120.8rem;
    width: 100%;
    margin: 0 auto;
}

.donation_part h4 {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 87.273%;
    color: #0E6EE0;
    text-align: center;
    margin-bottom: 1.2rem;
}

.donation_part p {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 500;
    color: #1C1F3F;
    line-height: 1.28;
    text-align: center;
    margin: 0;
}

.donation_part p strong {
    font-weight: 700;
}

.donation_row {
    max-width: 120.8rem;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 9rem;
    padding-top: 6rem;
}

.donation_box {
    background: #1C1F3F;
    border-radius: 1.2rem;
    padding: 4rem 3rem 5.4rem;
    text-align: center;
    box-shadow: 0rem 0.5rem 0.5rem 0rem rgba(0, 0, 0, 0.25);
}

.donation_box p {
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 133.333%;
    color: #FFF;
    text-align: center;
    margin-bottom: 2.6rem;
}

.donation_box a {
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    color: #FFF;
    text-align: center;
    background: #0E6EE0;
    width: 30rem;
    display: block;
    text-align: center;
    padding: 1.2rem 2rem;
    margin: 0 auto;
    border-radius: 0.8rem;
    transition: 0.2s all ease;
}

.donation_box a:hover {
    opacity: 0.85;
}

.donation_bottom {
    max-width: 90rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 8rem;
}

.donation_bottom p {
    font-size: 5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 118.182%;
    color: #1C1F3F;
    text-align: center;
    margin: 0;
}

.donation_bottom h4 {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    color: #0E6EE0;
    text-align: center;
    margin: 0;
}

/*==================== connect page  start =======================*/
.connect_banner {
    padding-top: 11rem!important;
}

.newsBanner_cnt p {
    font-size: 6.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 84.375%;
    color: #FFF;
    text-align: center;
    margin-bottom: 0.5rem;
}

.connect_gallery {
    padding-top: 7rem;
}

.connect_galleryMain {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.6rem;
}

.connect_galleryItem {
    overflow: hidden;
}

.connect_galleryItem img {
    width: 100%;
    height: 29.2rem;
    object-fit: cover;
    transition: 0.2s all ease;
}

.connect_galleryItem img:hover {
    transform: scale(1.1);
}

.connect_wrapper {
    padding: 11.3rem 0rem;
}

.connect_main {
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
}

.connect_upper {
    max-width: 105rem;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.connect_upper  h4 {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 114.583%;
    color: #356CDE;
    text-align: center;
    margin-bottom: 4.5rem;
}

.connect_upper p {
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 114.583%;
    color: #1C1F3F;
    text-align: center;
}

.connect_box {
    background: #1C1F3F;
    padding: 12.6rem 10rem 11.5rem;
    border-radius: 1.5rem;
    margin: 7.5rem 0rem 2rem;
}

.connect_left input {
    width: 100%;
    display: block;
    color: #1C1F3F;
    font-family: var(--PTSans);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 1.4rem 2rem;
    border-radius: 0.8rem;
    outline: none;
    margin-bottom: 1.2rem;
}

.connect_left textarea {
    width: 100%;
    display: block;
    color: #1C1F3F;
    font-family: var(--PTSans);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 1.4rem 2rem;
    border-radius: 0.8rem;
    outline: none;
    margin-bottom: 2rem;
    height: 17.5rem;
    resize: none;
}

.connect_left input::placeholder,
.connect_left textarea::placeholder {
    font-family: var(--PTSans);
    color: #969696;
    opacity: 1;
}

.connect_left button {
    width: 100%;
    display: block;
    font-family: var(--Assistant);
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; 
    color: #FFF;
    text-align: center;
    background: #356CDE;
    border: none;
    outline: none;
    padding: 1.2rem 2rem;
    border-radius: 0.8rem;
    transition: 0.2s all ease;
}

.connect_left button:hover {
    opacity: 0.85;
}

.connect_right h4 {
    font-size: 5.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 87.273%;
    color: var(--white);
    text-align: left;
    margin-bottom: 0.6rem;
}

.connect_right p {
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    color: var(--white);
    text-align: left;
}

.connect_checkbox {
    align-items: flex-start;
}

.connect_checkbox label {
    width: calc(100% - 4rem);
    padding-left: 2rem;
}

.connect_checkbox .form-check-input {
    border-radius: 0.4rem!important;
    margin-top: 0.75rem;
}