@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
:root{
  --transition: all 0.5s;
  --button-bg-color: #FFC83B; 
  --button-color: #254150; 
  --default-white: #FFFFFF;
  --default-black: #000000;
  --header-link-bg: #212832;
  --text-color: #254150;
  --btn-bg: #29319c;
  --main-bg: #8BC5D2;
  --theme-Nunito-font: "Nunito", sans-serif;
  --theme-NunitoSans-font: "Nunito Sans", sans-serif;
}

html, body{
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--theme-Nunito-font);
  overflow-x: hidden;
}
figure{
  margin: 0;
}
ul{
  padding: 0;
  margin: 0;
}
ul li{
  list-style-type: none;
}
b,
strong {
  font-weight: 700;
}
p {
  margin: 0 0 20px 0;
}
p a:hover{
  color: var(--text-color);
}
p a:hover i{
  color: var(--text-color);
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 10px 0;
  padding: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}
img {
  max-width: 100%;
}
/* Start Form Input */
input[type=checkbox] {
  position: relative;
	border: 2px solid #000;
	border-radius: 2px;
	background: none;
	cursor: pointer;
	line-height: 0;
	margin: 0 .6em 0 0;
	outline: 0;
	padding: 0 !important;
	vertical-align: text-top;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
  opacity: .5;
}

input[type=checkbox]:hover {
  opacity: 1;
}

input[type=checkbox]:checked {
  background-color: #000;
  opacity: 1;
}

input[type=checkbox]:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 50%;
  width: 4px;
  height: 10px;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  margin: -1px -1px 0 -1px;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="number"],
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #000;
  outline: none !important;
}

textarea {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  color: #000;
  outline: none !important;
}

select {
  width: 100%;
  background: url(../image/aroowdrop.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-color: #ffffff;
  background-size: 12px;
  padding-right: 30px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}


::-webkit-input-placeholder {
  opacity: 1;
  color: #000;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #000;
}

::-moz-placeholder {
  opacity: 1;
  color: #000;
}

:-moz-placeholder {
  opacity: 1;
  color: #000;
}
a{
  display: inline-block;
  transition: var(--transition);
  color: var(--default-black);
  text-decoration: none;
}
blockquote{
  margin: 0;
}
a:hover{
  color: var(--icon-bg);
}
button.navbar-toggler:focus-visible,
button.navbar-toggler:focus{
  box-shadow: none;
  outline: none;
}

.bg_con,
.site_header::before,
.banner_sec{
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;  
}
h1{
  font-size: 40px;
  line-height: 48px;
  font-weight: 800;
  color: #000000;
  font-family: var(--theme-Nunito-font);
}
h2{
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  color: #000000;
  font-family: var(--theme-Nunito-font);
}
p{
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  font-family: var(--theme-Nunito-font);
}
h3{
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  font-family: var(--theme-NunitoSans-font);
}
h4{
  font-family: var(--theme-Nunito-font);
  font-size: 17px;  
  line-height: 26px;  
  color: var(--default-black);    
}

h5{
  font-family: var(--theme-Nunito-font);
  font-size: 21px;  
  line-height: 28px;  
  color: var(--default-black);  
}

.theme_button{
  padding: 12.5px 22px 12.5px 22px;
  background-color: var(--button-bg-color);
  border-radius: 50px;
  font-size: 18px;
  font-weight: 900;
  color: var(--button-color);
  font-family: var(--theme-Nunito-font);
  border: 1px solid transparent;
  
}
.theme_button:hover{
  background: #8BC5D2;
  color: #254150;
}
img{
  max-width: 100%;
  width: 100%;
}
/*Site Header*/
.site_header{
  background: #FFF;
  padding: 25px 0;
}
.site_header .site_logo img{
  max-width: 175px;
}
.site_header .navigation ul{
  gap: 0 10px;
}
.site_header .navigation ul li a{
  color: #212832;
  font-family: var(--theme-NunitoSans-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  transition: var(--transition);
}
.site_header .navigation ul li.dropdown{
  display: flex;
      align-items: center;

} 
.site_header .navigation ul li.dropdown .dropdown-menu{
  margin: 0;
  padding: 0;
}
.site_header .navigation ul li.dropdown a::after{
  content: none;

}
@media only screen and (min-width: 1199px){
  .site_header .navigation ul li.dropdown:hover .dropdown-menu{
    display: block;
  }
  .log_header_wrap{
    display: none;
  }
}
.site_header .navigation ul li.dropdown:hover .dropdown-menu{
  top: 100%;
  background: #FFFFFF;
  box-shadow: 0 0 14px -5px #00000020;
  border: none;
  border-radius: 0;
  left: 0;

}
.site_header .navigation ul li.dropdown ul a:hover{
  background: transparent;
}
.site_header .navigation ul li.dropdown button.toggle_drop{
  border: none;
  background: transparent;
  outline: none;
  color: #212832;
  padding: 0;
}
.site_header .navigation ul li a.active,
.site_header .navigation ul li a:hover{
  text-decoration: underline;
}
.site_header .loggin_user a{
  padding: 7px 15px;
  border-radius: 25px;
  border: 1px solid #212832;
  color: #212832;
  font-family: var(--theme-NunitoSans-font);
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  margin: 0 15px;
}
.site_header .loggin_user a:hover{
  background-color: #8BC5D2;
  color: #254150;
}
.site_header .navbar  {
  padding: 0;
}
.multi_langual select{
  border: none;
  position: relative;
}

.fois_common_padding{
  padding: 60px 0;
}
.link_button{
  font-size: 20px;
  font-weight: 400;
  text-decoration: 1px underline;
  color: var(--text-color);
  line-height: 26px;
}
.link_button:hover{
  color: var(--button-bg-color);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}
.main-head .navigation .hs_cos_wrapper_type_menu{
  margin-left: auto;
} 
.main-head .navigation .active-branch ul{
  display: flex; 
  align-items: center;
}

.main-head .navigation .active-branch ul>li:not(.hs-menu-depth-2) {
  position: relative;
  list-style: none;
}
.main-head .navigation .active-branch ul > li:not(.hs-menu-depth-2) {
  margin: 0 15px;
  padding: 20px 0;
  position: relative;
}

.main-head .navigation .active-branch ul > li:last-child {
  margin-right: 0;
}

.main-head .navigation .active-branch ul> li:first-child {
  margin-left: 0;
}

.main-head .navigation .active-branch ul > li > a {
  letter-spacing: 0.02em;
  text-transform: capitalize;
  color: #000000;
  line-height: 1.2;
  position: relative;
  font-weight: 400;
  font-family: var(--dmsan-font);
  font-size: 16px;
  padding-bottom: 5px;
}
.main-head .navigation .active-branch ul > li > a:hover{
  color: var(--button-color);
}
.main-head .navigation .active-branch ul > li > a::before,
.main-head .navigation .active-branch ul > li.active > a::before{
  content: "";
  width: 20px;
  height: 1px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-head .navigation .active-branch ul > li.active > a::before{
  background: var(--black-color);
}
.footer_link_list .active-branch ul li.active a{
    color: var(--button-color);  
}
.main-head .navigation .active-branch ul > li.active > a::before{
    background: var(--button-color);
}
.main-head .navigation .active-branch .hs-item-has-children:hover .hs-menu-children-wrapper{
  display: block;
}
.main-head .navigation .active-branch ul > li.active > a:hover:before{
  width: 75%;
  background: var(--button-color);
}
.main-head .navigation .active-branch ul > li.active > a,
.main-head .navigation .active-branch ul > li > a:hover,
.main-head .navigation .active-branch ul > li.menu-item-has-children:hover > a {
  color: var(--button-color);
}

/* navbar submenu*/

.main-head .navigation .active-branch ul li.hs-item-has-children > ul{
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  border-radius: 0;
  width: 180px;
  padding: 12px 20px;
  display: none;
  border-radius: 5px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
}

.main-head .navigation .active-branch ul li.hs-item-has-children > a {
  color: #000;
  display: block;
  width: 100%;
  padding: 8px 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  white-space: nowrap;
}
.main-head .navigation .active-branch ul li.hs-item-has-children > a:hover,
.main-head .navigation .active-branch ul li.hs-item-has-children:hover > a,
.main-head .navigation .active-branch ul li.hs-item-has-children:hover > a {
  color: var(--button-color);
}
.main-head .navigation .active-branch ul li.hs-item-has-children,
.navigation ul li.dropcustom_minus{
  position: relative;
}
.main-head .navigation .active-branch ul li.hs-item-has-children a{
  padding: 0;
  line-height: 30px;
}
.navbar-nav > li:last-child > .sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/*banner*/
.home_banner{
  background-image: url(image/banner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 371px;
  height: 59vh;
  display: flex;
  align-items: center;
  z-index: 0;
  position: relative;
  overflow: hidden;
}
.home_banner::before{
  content: "";
  width: 1700px;
  height: 1700px;
  position: absolute;
  top: 50%;
  left: 33%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: -1;
  background-position: left center;
  background-repeat: no-repeat;
  background-image: url(../image/circle_banner.svg);
}
.home_banner .banner_content{
  max-width: 600px;
  color: var(--default-white);
}
.home_banner .banner_content h1,
.home_banner .banner_content p{
  color: var(--default-white);
}
.home_banner video {
  width: 100%;
  position: absolute;
  object-fit: cover;
}
.home_banner .container {
  z-index: 1;
  position: relative;
}
.explore_button{
  color: #254150;
  display: flex;
  gap: 6px;
  align-items: center;
  font-weight: 700;
  transition: all 0.5s;
}
.explore_button span{
  width: 30px;
  height: 30px;
  padding: 5px;
  border: 1px solid #8BC5D2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #254150;
  color: #8BC5D2;
  transform: rotate(45deg);
  transition: all 0.5s;
}
.explore_button span i{
  margin-bottom: -10px;
}
.explore_button:hover{
  text-decoration: underline;
}
.explore_button:hover span{
  transform: rotate(90deg);
}
.safety_inc .theme_heading_wrapper h2{
  color: var(--text-color);
  max-width: 92%;
  margin: 0 auto 50px auto;
}
.safety_inc_box{
  text-align: center;
  padding: 0 50px;
  margin-bottom: 20px;
}
.safety_inc_box p{
  max-width: 85%;
  margin: 0 auto;
}
.theme_heading_wrapper_flex h2{
  padding-right: 20px;
}
.safety_inc_box .icon_area{
  background: #254150;
  border-radius: 25px 0 0 0;
  max-width: 60px;
  padding: 12px;
  margin: 0px auto -30px auto;
  position: relative;
  z-index: -1;
  right: 70px;
  top: -5px;
  height: 70px;
}
.icon_area img{
  object-fit: contain;
  width: 40px;
}
.safety_inc_box .sfc_heading span{
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  text-align: center;
  color: #02033B;
  background: #8BC5D2;
  padding: 13px 46px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 15px;
	text-decoration: underline; /*Added by Amar*/
} 

.theme_heading_wrapper_flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.theme_button_wrapper{
  margin-top: 15px;
}
.resources_sec .resources_box_wrapper{
  margin-bottom: 24px;
}
/*.resources_sec .resources_box_wrapper:nth-last-child(2) .resources_box,
.resources_sec .resources_box_wrapper:last-child .resources_box{
  border-color: #E4E9ED;
  background: #F5F4F2;
}*/
.resources_box{
  background: #8BC5D240;
  border: 1px solid #E4E9ED;
  box-shadow: 0px 24px 16px 0px #0000001A;
  padding: 25px 30px;
  height: 100%;
  position: relative;
  padding-bottom: 50px;
}
.resources_box .theme_button_wrapper{
  margin-top: 15px;
  position: absolute;
  bottom: 15px;
}
.resources_box .resources_image{
  margin: 10px 0;
}
.resources_box .resources_image img{
  width: 100%;
  max-height: 260px;
}
.resources_box .rb_top_heading h3{
  font-weight: 700;
  max-width: 100%;
  color: var(--text-color);
}
.resources_box h3{
  font-weight: 600;
  max-width: 85%;
  margin-bottom: 0;
}
.topic_groups_section  .resources_box h3{
  max-width: 100%;
  color: var(--text-color);
}
.topic_groups_section .resources_box p{
  color: var(--text-color);
  font-size: 15px;
  line-height: 23px;
}
.events_box{
  border: 1px solid #E4E9ED;
  height: 100%;
  padding-bottom: 60px;
  position: relative;
}
.events_box .explore_button{
  text-transform: capitalize;
}
.events_box.bg_events{
  background-color: #8BC5D2;
}
.events_box.bg_events .date_roll_on ul li a{
  background-color: #85C378;
  color: var(--text-color);
}
.events_box.bg_events h3{
  font-size: 28px;
  line-height: 32px;
  max-width: 90%;
}
.events_sec.fois_common_padding{
  padding-left: 10px;
  padding-right: 10px;
}
.events_sec .col-lg-3{
  padding: 0 4px;
}

@media only screen and (min-width: 1199px){
.events_sec .col-lg-3:last-child{
  padding-left: 0;
}
.events_sec .col-lg-3:nth-last-child(2){
  padding-right: 0;
  padding-left: 0;
}
.events_sec .col-lg-3:nth-last-child(3){
  padding-right: 0;
}
}
.events_box .theme_button_wrapper {
  margin-top: 15px;
  position: absolute;
  bottom: 15px;
}
.events_box .event_pic{
  position: relative;
}
.events_box .event_pic .event_date{
  width: 80px;
  height: 80px;
  box-shadow: 0px 0px 5px 0px #00000033;
  background: #F0F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  flex-direction: column;
}
.events_box .event_pic .event_date span{
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
}
.event_pic img{
  width: 100%;
  max-height: 320px;
  min-height: 160px;
}
.events_content{
  padding: 12px 15px 0 15px;
}
.date_roll_on{
    display: flex;
    align-items: center;
    gap: 10px;
}
.date_roll_on span{
  color: #254150;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  border-right: 1px solid #254150;
  padding-right: 10px;
}
.date_roll_on ul{
  display: flex;
  align-items: center;
  gap: 10px;
}
.date_roll_on ul li a{
  padding: 2px 10px;
  background-color: #E2F0F4;
  color: var(--text-color);
  text-transform: uppercase;
  font-size: 13px;
}
.events_box h3{
  font-weight: 600;
  margin: 5px 0;
  color: #0E1941;
}
.events_box.ev_bg_diff{
  background: #F3F6F9;
}
.events_box.ev_bg_diff h3{
  color: var(--text-color);
}
.events_box .ev_post_date span{
  color: #757575;
}
.events_box .cate_wrapper_link a{
  color: #8BC5D2;
}
.bg_wrapper{
  background-color: #F3F9FA;
}
.policy_worker  .theme_heading_wrapper_flex{
  margin-bottom: 12px;
}
.policy_content_box{
  padding: 50px 0;
  margin-right: 100px;
}
.policy_content_box h3{
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}
.policy_content_box p{
  font-family: var(--theme-NunitoSans-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
.policy_box{
  background: #8BC5D230;
  box-shadow: 0px 0px 5px 0px #00000033;
  margin-left: 15px;
  padding-bottom: 40px;
  position: relative;
  height: 100%;
}
.policy_box .policy_box_content {
  padding: 15px;
  /*border-top: 5px solid #FFFFFF;*/
}
.policy_worker .policy_box .policy_box_content{
  border-top: none;
}
.policy_box .policy_box_content h3{
  font-weight: 700;
  max-width: 70%;
}
.policy_past_events  .event_overlay {
  left: 48%;
  max-width: 90%;
  top: calc(50% - 5px);
  padding: 80px 10px 80px 20px;
}
.policy_image img {
  width: 100%;
  /*max-height: 328px;*/
  height: auto;
}
.policy_banner.theme_common_banner{
  margin-top: 0;
}
.policy_box  .theme_button_wrapper {
  margin-top: 15px;
  position: absolute;
  bottom: 15px;
}
.policy_box .policy_box_content .explore_button{
  margin-top: 20px;
}
.research_section .col-lg-4:first-child .research_box{
  padding-left: 0;
}

.research_section .col-lg-4:last-child .research_box{
  padding-right: 0;
}
.research_box{
padding: 0 20px;
}
.research_box .research_img img{
  width: 100%;
  max-height: 120px;
  min-height: 120px;
  object-fit: cover;

}
.research_box .research_img{
  margin-bottom: 25px;
}
.research_box .research_content h3{
  font-weight: 700;
}
.research_box .research_content .research_date{
  margin: 15px 0;
}
.research_box .theme_button_wrapper a{
  margin: 12px 0;
}
.CTA_support {
  padding: 100px 0;
  background-color: #254150;
  
}
.CTA_support .support_heading_wrapper h2,
.CTA_support .support_heading_wrapper p{
  color: #FFFFFF;
}
.CTA_support .support_heading_wrapper h2:first-child{
  max-width: 1100px;
  margin: 0 auto;
}
.member_us  .theme_heading_wrapper{
  margin-bottom: 30px;
}
.social_media_list ul{
  border: none;
  gap: 25px;
  align-items: center;
  margin: 10px 0 60px 0;
}
.social_media_list ul .nav_item_list button{
  padding: 0;
  border: none;
  font-size: 18px;
  text-decoration: 1px underline;
  color: #254150;
  border: none;
}
.social_media_list ul .nav_item_list button i{
  font-size: 36px;
  color: #8BC5D2;
}

.social_media_list ul .nav_item_list:first-child button.active,
.social_media_list ul .nav_item_list button.active{
  text-decoration: 1px underline;
  color: #254150;
  border: none;
}
.social_media_list ul .nav_item_list button.active i{
  color: #254150;
}
.theme_heading_wrapper h2{
  color: #254150;
}
.social_media_sec .theme_heading_wrapper h2{
  font-size: 36px;
  line-height: 40px;
}
.social_media_sec .col-lg-3:last-child .social_media_post{
  padding-right: 0;
}
.social_media_sec  .col-lg-3:first-child .social_media_post{
  padding-left: 0;
}
.social_media_sec .social_media_post{
  padding: 0 15px;
}
.social_media_post img{
  max-height: 380px;
}
.news_section .theme_heading_wrapper h2{
  font-family: var(--theme-Nunito-font);
  font-size: 30px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;

  
}
.blog_box{
  padding: 15px 0;
  border-top: 1px solid #C5E2E8;
  border-bottom: 1px solid #C5E2E8;
  margin-bottom: 25px;
  min-height: 175px;
  align-items: flex-start;
}
.blog_box .blgo_image_wrapper{
  max-width: 70px;
  min-width: 70px;
}
.blog_box .blgo_image_wrapper img {
	height: 100%;
}
.blog_box .blog_con_wrapper{
  max-width: 85%;
}
.blog_box .blog_con_wrapper .news_heading h4{
  color: #000000;  
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  font-family: var(--theme-NunitoSans-font);
}
.blog_box .blog_con_wrapper p{
  color: #254150;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  min-height: 50px;
}
.blog_box .blog_con_wrapper .news_heading{
  display: flex;
      align-items: center;
      gap: 25px;
}
.blog_con_wrapper .news_date{
  font-family: var(--theme-NunitoSans-font);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #767676;
  text-transform: uppercase;
  
}
.theme_common_banner{
  background-color: var(--text-color);
  padding: 55px 0;
  text-align: center;
  color: var(--default-white);
 
}
.theme_common_banner .theme_common_heading_wrapper{
  max-width: 75%;
  margin: 0 auto;
}
.theme_common_banner h1{
  font-family: var(--theme-NunitoSans-font);
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  color: #8BC5D2;
  text-align: center;
}

.theme_common_banner p{
  font-family: var(--theme-NunitoSans-font);
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: var(--default-white);

}
.search_box_wrapper .search_box{
  max-width: 710px;
  margin: 0 auto;
}
.search_box{
  position: relative;
}
.search_box .search_icon{
  margin-left: 25px;
}
.search_box .search_icon img{
  width: 20px;
  min-width: 15px;
}
.form_dg_wrapper{
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 14px 0px #E5E5E5;
  background: #FFFFFF;
  padding: 10px;
  border-radius: 10px;
  max-width: 710px;
  margin: 0 auto;
}
.form_dg_wrapper input[type=search]{
  border: none;
  padding: 6.5px 10px;
  padding-left: 40px;
  box-shadow: none;
}
.form_dg_wrapper input[type=search]::placeholder{
  font-family: var(--theme-Nunito-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color:  #8080808C;
}
.form_dg_wrapper input[type=submit]{
  padding: 8px 25px;
  background: var(--main-bg);
  border-radius: 25px;
  color: #000000;
  font-family: var(--theme-Nunito-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.search_modal_list_wrapper{
  margin-top: 35px;
  padding: 35px 25px;
  background: #FFFFFF;
  box-shadow: 0px 4px 35px 0px #8BC5D280;
  border-radius: 10px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0;
}
.search_active .search_modal_list_wrapper{
  display: block;
  z-index: 9;
  opacity: 1;
} 
.search_result_items li a{
  color:  #8080808C;
  font-family: var(--theme-Nunito-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px; 
  width: 100%;
  padding: 15px 60px;
}
.search_result_items li a.active_item,
.search_result_items li a:hover{
  background: #8BC5D240;
}
.event_overlay{
  background: #D9D9D9;
  padding: 75px 10px 75px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  max-width: 95%;
}
.event_overlay h2{
  color:  #254150;
  font-family: var(--theme-Nunito-font);
  font-size: 36px;
  font-weight: 600;
  line-height: 48.6px;  
}
.policy_cta_con_wrapper{
  padding-right: 50px;
}
.policy_past_events .bg_diff{
  background-color: #F3F6F9;
  border: none;
}
.policy_past_events  .events_box.bg_events {
  border: none;
}
.theme_form_policy{
  background: #8BC5D21A;
  margin-bottom: 80px;
  margin-top: 65px;
}
.policy_cta_con_wrapper .theme_heading_wrapper p{
  max-width: 70%;
  margin-top: 30px;
  color: #254150;

}
.policy_cta_con_wrapper .theme_heading_wrapper ul li{
  font-size: 18px;
  line-height: 28px;
  color: #254150;

}
.form-control{
  box-shadow: none !important;
}
.form_inner_wrapper input:not([type=submit]),
.form_inner_wrapper textarea{
  border: none;
  background: #FFFFFF;
  padding: 12px 20px;
  border-radius: 0;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  color: #B2B2B2;

}
.form_inner_wrapper input:not([type=submit])::placeholder{
  color: #B2B2B2;
}
.form_inner_wrapper textarea{
  height: 165px;
}
.form_inner_wrapper .form-group{
  margin-bottom: 25px;
}
.form_inner_wrapper label{
  margin-bottom: 15px;
}
.form_inner_wrapper input[type=submit]{
  padding: 15px 0;
  width: 100%;
  background: #254150;
  color: #FFFFFF;
  font-family: var(--theme-Nunito-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  border: 1px solid transparent;
}
.form_inner_wrapper input[type=submit]:hover{
  background: transparent;
  border-color: #254150;
  color: #254150;
}
.banner_theme_main{
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 60%;
  background-color: var(--main-bg);
  padding: 55px 0;
}
.theme_banner_main_content{
  padding-right: 35px;
  padding-left: 40px;

}
.theme_banner_main_content h1{
  color: #254150;
}
.theme_banner_main_content p{
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  font-family: var(--theme-Nunito-font);
  color: #254150;
  max-width: 70%;
}
.membership_banner,
.theme_common_banner,
.events_banner,
.about_banner{
  margin-top: 50px;
}
.membership_banner .member_banner_content_wrapper{
  background-color: #254150;
  height: 100%;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.member_banner_content_wrapper .member_banner_content{
  max-width: 350px;
  padding-right: 50px;
  padding-left: 50px;
  margin-bottom: 20px;
}
.member_banner_content h1{
  color: #8BC5D2;
}
.member_banner_content p{
  color: var(--default-white);
}
.member_banner_content .theme_button{
  padding: 11px 35px;
}
.member_banner_image img{
  max-height: 420px;
  min-height: 420px;
  object-fit: cover;
}
.theme_form_policy.membership_form{
  background: #E2F0F4;
  padding-top: 35px;
}
.theme_form_policy.membership_form .theme_heading_wrapper p{
  color: #254150;
}
.faq_section.fois_common_padding{
  position: relative;
  z-index: 0;
  padding: 125px 0;
}
.faq_section::before{
  width: 32%;
  height: 100%;
  content: "";
  background: #F3F9FA;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.faq_con_wrapper{
  padding-right: 40px;
}
.faq_side_bar{
  padding: 10px 15px;
  background-color: #E2F0F4;
}
.faq_side_bar button.nav-link{
  background: transparent;
  text-align: left;
  padding: 10px 0;
  font-family: var(--theme-Nunito-font);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #254150;
}
.faq_side_bar button.nav-link.active{
  font-weight: 800;
  background: transparent;
  color: #254150;

}
.faq_heading h4{
  padding: 12px 15px;
  background: #8BC5D2;
  font-family: "Work Sans", serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
.faq_wrapper h2{
  font-size: 32px;
  line-height: 36px;
}
.faq_answer_schema{
  border: 1px solid #8BC5D280;
  background: #8BC5D21A;
  padding: 20px;
  border-radius: 10px;
  margin-top: 25px;
}
.faq_answer_schema h3{
  color:  #254150;
  font-family: var(--theme-Nunito-font);
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
.faq_answer_schema p{
  color: #254150;
  font-family: var(--theme-Nunito-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 15px;
}
.button_link_con{
  color: #8BC5D2;
  font-family: var(--theme-Nunito-font);
  font-size: 12px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
}
.our_member_list  .theme_heading_wrapper{
  margin-bottom: 70px;
}
.members_listing_area{
  display: flex;
  gap: 100px 40px;
  flex-wrap: wrap;
}
.members_listing_area .member_box{
  width: calc(100% / 4 - 30px);
  display: flex;
  flex-direction: column;

  background: #254150;

  border-radius: 20px;
}
.member_box .member_image img{
  width: 100%;
  border-radius: 16px 16px 0 0;
  max-height: 280px;
  object-fit: cover;
  object-position: center;
}
.member_box .mem_details{
  background-color: #254150;
  padding: 20px 25px;
  text-align: center;
  color: #FFFFFF;
  border-radius: 0 0 16px 16px;
  height: 100%;
}
.member_box .mem_details h6{
  font-family: var(--theme-Nunito-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: var(--default-white);
  margin-bottom: 8px;
}
.member_box .mem_details p{
  color: var(--default-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.events_banner{
  padding: 70px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.events_banner_content{
  color: var(--default-white);
}
.events_banner_content h5{
  font-size: 32px;
  line-height: 36px;
}
.events_banner_content h1,
.events_banner_content h5,
.events_banner_content h4,
.events_banner_content h3,
.events_banner_content p{
  color: var(--default-white);
  margin: 20px 0 25px 0;
}
.events_banner_content h1{
  color: #8BC5D2;
}
.events_banner_content p{
  max-width: 500px;
}
.events_banner_content .theme_button{
  padding: 12.5px 26.5px;
}
.past_events .ev_wrapper_box:nth-child(2) .events_box,
.past_events .ev_wrapper_box:nth-child(3) .events_box,
.past_events .ev_wrapper_box:nth-child(4) .events_box,
.past_events .ev_wrapper_box:nth-child(5) .events_box{
  background: #F3F6F9;
  border: none;
}
.past_events.fois_common_padding{
  padding-bottom: 150px;
}
.past_events .ev_wrapper_box:nth-child(5) .date_roll_on ul li a{
  background: #85C378;
  color: #254150;
}
.past_events .theme_link_wrapper {
  margin-top: 50px !important;
}

/*Start Press Page*/
.press_banner{
  margin: 50px 0;
}
.theme_common_banner.press_banner .theme_common_heading_wrapper{
  max-width: 100%;
}
.policy_in_press{
  margin: 75px 0 120px 0;
}
.policy_in_press ul li a{
  color: var(--text-color);
}
.policy_list_section .policy_box .policy_box_content h3{
  color: #254150;
  max-width: 75%;
}
.policy_list_section .policy_box{
  margin-left: 20px;
}
.policy_list_section .policy_box{
  margin-left: 20px;
}
.policy_list_section .col-lg-4 {
  margin-bottom: 80px !important;
}
.policy_list_section .theme_link_wrapper{
  margin-top: -50px !important;
}
/*End Press Page*/

/*Start Research Page*/
.research_listing{
  padding-top: 100px;
}
.research_listing .research_box p{
  font-size: 18px;
  line-height: 26px;
}
.research_listing .research_box .research_content h3{
  font-size: 20px;
  line-height: 28px;
}
.research_main_wrapper{
  margin-bottom: 35px;
}
.research_main_wrapper:nth-child(3) .research_box{
  padding-right: 0;
}
.research_main_wrapper:nth-child(4) .research_box{
  padding-left: 0;
}
.online_safety_survey .theme_heading_wrapper{
  margin-bottom: 40px;
}
.online_survey_image{
  margin-top: 25px;
}
.online_survey_image img{
  border-radius: 120px 0 35px 0;
  /*max-height: 500px;*/
  object-fit: cover;
  object-position: center;
}
.online_safety_survey .online_survey_content{
  padding: 50px;
}
.online_survey_content p{
  color: var(--text-color);
}
.online_survey_content h2{
  margin-bottom: 50px;
  color: #254150;
}
.survey_space .survey_wrapper_box{
  min-height: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #D9D9D9;
}
.survey_space{
  padding-bottom: 120px;
}
.survey_space .survey_wrapper_box h2{
  color: var(--text-color);
}

/*END Research Page*/

/*Start About Page*/
.about_banner{
  position: relative;
}
.about_banner .container{
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1300px;
}

.about_banner .bg_image_about img{
  width: 100%;
  max-width: 100%;
}
.about_banner .about_banner_content h1{
  color: #254150;
  font-family: var(--theme-NunitoSans-font);
}
.theme_inner_banner{
  padding: 50px 0;
  background-color: #254150;
}

.theme_inner_banner .banner_content_wrapper{
  max-width: 940px;
  margin: 0 auto;
}
.theme_inner_banner .banner_content_wrapper h2{
  color: #8BC5D2;
  font-size: 36px;
  line-height: 40px;
}
.theme_inner_banner .banner_content_wrapper p{
  color: var(--default-white);
  margin: 20px 0;
}
.contact_form_in_about .theme_heading_wrapper h2{
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}
.our_team_list{
  padding-bottom: 140px;
}
.contact_form_in_about{
  background: #C5E2E8;
  margin-bottom: 120px;
}
.our_values_sec .online_survey_image img{
  height:auto;
}
/*END About Page*/

/*Start Research Page*/
.fois_promotes_sec.fois_common_padding{
  padding-top: 120px;
}
.fois_promotes_sec .safety_inc_box .sfc_heading span{
  max-width: 144px;
  min-width: 144px;
  text-align: center;
  padding: 14px 25px;
}
.fois_promotes_sec .theme_heading_wrapper h2{
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  max-width: 650px;
  margin: 0 auto 24px auto;
}
.fois_promotes_sec .theme_heading_wrapper p{
  font-size: 24px;
  line-height: 28px;
  color: #254150;
}
.fois_promotes_sec .safety_inc_box{
  text-align: left;
  padding: 0 50px;
  margin-top: 45px;
  margin-bottom: 0;
  display: flex;
  padding: 20px 35px;
  background: #F4FAFB;
  gap: 25px;
  align-items: center;
}
.fois_promotes_sec .safety_inc_box .icon_area{
  z-index: 0;
  right: 60px;
  top: 5px;
}
.fois_promotes_sec .safety_inc_box .sfc_heading{
  padding-left: 50px;
  padding-left: 50px;
    position: relative;
    z-index: 1;
}
.fois_promotes_sec .safety_inc_box p{
  max-width: 100%;
  font-size: 20px;
  line-height: 28px;
  color: var(--text-color);
}
.fois_mission{
  position: relative;
  min-height: 600px;
  padding-top: 0;
}
.fois_mission .online_survey_image img{
  height: 500px;
  max-width: 450px;
  margin-right: auto;
  object-fit: cover;
}
.fois_mission .online_survey_image1{
  height: 300px;
  max-width: 270px;
  margin-left: auto;
  object-fit: cover;
  border-radius: 120px 0 35px 0;
  position: absolute;
  bottom: 0px;
  right: 0;
}
.fois_mission img{
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 120px 0 35px 0;
}
.fois_mission .online_survey_content p{
  font-size: 20px;
  line-height: 28px;
  color: #575757;
  max-width: 85%;
}
.fois_mission  .online_survey_content h2{
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--default-black);
}
.online_safety_survey.fois_mission .online_survey_content{
  padding: 0;
}
.our_values_sec .online_survey_content h2{
  margin-bottom: 25px;
  color: var(--text-color);
}
.our_member_list .theme_heading_wrapper p{
  font-size: 20px;
  line-height: 28px;
  color: var(--text-color);
}
.theme_content p{
  font-size: 20px;
  line-height: 28px;
  color: #254150;
}
.member_portal_banner .member_banner_content{
  max-width: 450px;
  padding-left: 20px;
}
.member_portal_banner .member_banner_content_wrapper{
  background: var(--main-bg);
}
.member_portal_banner .member_banner_content h1,
.member_portal_banner .member_banner_content p{
  color: var(--text-color);
}
.member_portal_banner .member_banner_content p{
  font-family: var(--theme-Nunito-font);
  font-size: 18px;
  /*font-weight: 700;*/
  line-height: 28px;

}
/*END Research Page*/

/*Start Login Page*/
.member_portal_login .login_panel{
  display: flex;
  padding: 60px 40px;
  border-radius: 20px;
  background: #254150;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.login_panel_content h1{
  color: var(--main-bg);
  margin-bottom: 24px;
}
.login_panel_content p{
  color: var(--default-white);
  font-size: 16px;
  line-height: 24px;
}
.login_panel .login_eq_box{
  width: calc(100% / 3);
}

.login_panel .login_eq_box:last-child{
  width: 25%;
}
.login_panel .login_eq_box.logIn_details_list{
  margin-left: 45px;
}
.logIn_details_list ul li{
  position: relative;
  margin-left: 30px;
  margin-top: 20px;
  max-width: 90%;
}
.logIn_details_list ul li::before{
  content: "";
  background-image: url(../image/crismaxTree.svg);
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: -30px;
}
.logIn_details_list ul li a{
  color: var(--default-white);
}
.logIn_details_list ul li a:hover{
  color: var(--main-bg);
}
.register_btn{
  color: #254150;
  font-family: var(--theme-Nunito-font);
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  padding: 12px;
  background: #FFFFFF;
  border-radius: 4px;  
}
.already_member_login{
  margin-top: 40px;
  border-top: 1px solid #DFDFDF;
  padding-top: 40px;
  text-align: center;
}
.already_member_login .login_inn{
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: var(--default-white);
}
.already_member_login .theme_button{
  padding: 12px 30px;
}
.theme_accordian_list .accordion-button{
  padding: 0;
  border: none;
  outline: none;
  margin-bottom: 10px;
  box-shadow: none;
  background: transparent;
  color: #575757;
  font-family: var(--theme-Nunito-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.theme_accordian_list .accordion-item{
  border: none;
  background: transparent;
}
.welcome_roblox_section{
  padding: 100px 0;
}
.accordion-button::after{
  background: transparent;
  content: '\2b';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: var(--text-color);
}
.accordion-button:not(.collapsed)::after{
  content: '\f068';
  background: transparent;
  transform: none;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
.theme_accordian_list .accordion-body{
  padding: 5px 10px 5px 0;
  margin-bottom: 10px;
}


.rolbox_content_wrapper .accordion-button{
  flex-direction: row-reverse;
  justify-content: start;
  text-align: left;
  color: #575757;
}
.rolbox_content_wrapper h2{
  margin-bottom: 20px;
  font-weight: 700;
}
.rolbox_content_wrapper .accordion-button::after{
  margin-left: 0;
}
.fois_account_details_wrapper .your_account_heading h4{
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  color: #254150;
  margin-bottom: 24px;
} 
.fois_account_details_wrapper{
  padding: 24px;
  background: #F3F9FA;
  margin-bottom: 25px;
}
.fois_account_details_wrapper .accordion-button{
  margin: 0;
  padding: 10px;
  background: #BFDFE6;
  color: #254150;
}
.fois_account_details_wrapper .accordion-button.collapsed{
  padding: 10px 15px;
  background: #E9F4F6;
  color: #254150;

}
.fois_account_details_wrapper .theme_accordian_list .accordion-body{
  padding: 10px 5px;
}
.fois_account_details_wrapper  .theme_accordian_list_se .accordion-body{
  margin-left: 25px;
  padding: 0;
  margin-bottom: 0;
}
.theme_accordian_list_se .accordion-body ul li a{
  padding: 7px 15px;
  background: #E9F4F6;
  width: 100%;
  color: var(--text-color);
}
.theme_accordian_list_se .accordion-body ul li a:hover{
  background: #BFDFE6;
}
/*END Login Page*/

/*Start Programm Page*/
.webinar_in_programm.events_sec {
  padding: 100px 0;
}
.webinar_in_programm .event_overlay{
  padding: 125px 10px 125px 20px;
  max-width: 95%;
  left: 50%;
}
.our_networking{
  background-color: #F3F9FA;
}
.network_image{
  text-align: center;
}
.network_image img{
  max-width: 480px;
}
.net_work_content h2{
  margin-bottom: 20px;
  color: var(--text-color);
}
.blog_in_programm.research_section{
  padding: 100px 0;
}
.blog_box_in_pg .blog_writer{
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 12px 0;
}
.blog_box_in_pg .profile_image img{
  max-width: 40px;
}
.blog_box_in_pg .date_of_pub{
  color: #6C757D;
}
.blog_box_in_pg .research_img img{
  height: 340px;
  max-height: 345px;
object-fit: cover;
}
.blog_box_in_pg .research_content h3{
  font-size: 20px;
  color: #121416;
}
.blog_box_in_pg .name_user h6{
  font-size: 18px;
  line-height: 26px;
  color: #121416;
}
.blog_box_in_pg .research_content p{
  color: #6C757D;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 35px;
}
.blog_in_programm .blog_box_in_pg{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.blog_box_in_pg .research_content{
  height: 100%;
  display: flex;
    flex-direction: column;
}
.blog_in_programm .theme_button_wrapper{
  margin-top: auto;
}
.blog_in_programm .theme_button_wrapper a{
  padding: 10px;
  color: #121416;
  border-top: 1px solid #121416;
  display: inline;
  font-size: 20px;
  line-height: 100%;
  text-transform: capitalize;
  font-weight: 400;
}
.topic_groups_section  .resources_box_wrapper{
  margin-bottom: 25px;
}
.tab_bar_inner_wrapper .tab-content{
  margin-top: 65px;
}
.our_topics_goup .plat_form_tab{
  justify-content: center;
}
.our_topics_goup .plat_form_tab button:first-child{
  border-radius: 30px 0 0 30px;
}
.our_topics_goup .plat_form_tab button:last-child{
  border-radius: 0 30px 30px 0;
}
.our_topics_goup .plat_form_tab button{
  border: none;
  background: #C5E2E8;
  border-radius: 0;
  padding: 12px 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
  position: relative;
}
.our_topics_goup .plat_form_tab button.active{
  background: #c5e2e8;
  border: none;
  z-index: 0;
  font-weight: 700;
  color: var(--default-black);
}
.our_topics_goup .plat_form_tab button.active::before{
  background: #FFC83C;
  border-radius: 30px;
  color: #000000;
  content: "";
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 5px;
  left: 5px;
  border: none;
  z-index: -1;
}
.tab_bar_inner_wrapper ul li button{
  background: transparent;
  border: none;
  padding: 5px;
  color: #254150;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline;
  text-align: center;
  width: 100%;
}
.tab_bar_inner_wrapper ul{
  justify-content: center;
  gap: 5px 10px;
  max-width: 840px;
  margin: 0 auto;
}
.tab_bar_inner_wrapper ul li{
  text-align: center;
}
.tab_bar_inner_wrapper ul li button.active{
  background: transparent !important  ;
  font-weight: 600;
  color: #254150 !important;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px; 

}
.tab_bar_inner_wrapper ul li button:hover{
  color: #254150 !important;
}
.tab_bar_inner_wrapper{
  margin-top: 35px;
}
.our_topics_goup nav .nav-tabs{
  border: none;
}
.program_banner {
  margin-top: 0;
}
@media only screen and (min-width: 991px){
  .program_banner  .member_banner_content_wrapper{
    min-height: 345px;
  }
  .program_banner  .member_banner_image img {
    min-height: 345px;
    max-height: 345px;
  }
}
.program_banner .member_banner_content{
  max-width: 600px;
}

/*END Programm Page*/
/*Start Programm Page*/
.donate_box_wrapper{
  background-color: #F3F9FA;
  margin-top: 50px;
}
.donate_box_wrapper .theme_heading_wrapper{
  max-width: 740px;
  margin: 0 auto 50px auto;
}
/*END Programm Page*/



.site_footer{
  padding: 75px 0 50px 0;
  background-color: #E2F0F4;
}
.site_footer .footer_box{
  margin-bottom: 35px;
}
.site_footer h5{
  font-weight: 700;
  color: #254150;
}
.site_footer .menu_list{
  margin-top: 15px;
}
.site_footer .menu_list ul li{
  margin-bottom: 12px;
}
.site_footer .menu_list ul li a{
  color: #254150;
}
.site_footer .menu_list ul li a:hover{
  color: var(--button-bg-color);
}
.footer_logo{
  text-align: right;
}
.footer_logo img{
  max-width: 125px;
}
.newletters_mail{
  background-color: #8BC5D2;
  padding: 45px 25px;

}
.newletters_mail h3{
  font-weight: 800;
  font-size: 24px;
  line-height: 28px; 
  color: #254150;
}
.newletters_mail p{
  color:  #254150;
  font-family: var(--theme-NunitoSans-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  
}
.newletters_mail form{
  display: flex;
      align-items: center;
      max-width: 360px;
}
.newletters_mail form input[type=email]{
  padding: 5.5px 15px;
  border: none;
  outline: none;
  border-radius: 25px 0 0 25px;
}
.newletters_mail form input[type=email]::placeholder{
  color: #02033B80;
}
.newletters_mail form input[type=submit]{
  padding: 10px 20px;
  border-radius: 0 25px 25px 0;
  line-height: 100%;
  font-family: var(--theme-NunitoSans-font);
  font-size: 15px;
  font-weight: 800;
  text-align: center;
  color: var(--text-color);
}
.newletters_mail form input[type=submit]:hover{
  color: var(--default-white);
}
.footer_social_media ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer_social_media ul li a {
  font-size: 40px;
  color: #8BC5D2;
  line-height: 30px;
}
.footer_social_media ul li a:hover{
  color: #254150;
}
.footer_link ul{
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.footer_link ul li:first-child a{
  padding-left: 0;
}
.footer_link ul li a{
  padding: 5px 5px;
  border-right: 2px solid #254150;
  color: #254150;
  font-weight: 700;
  font-family: var(--theme-NunitoSans-font);
  font-size: 14px;
  font-style: italic;
  font-weight: 900;
  line-height: 18px;
}
.footer_link ul li:last-child a{
  border: none;
}
.footer_link ul li a:hover{
  color: var(--button-bg-color);
}
.site_footer .copy_right_text{
  margin-top: 10px;
  font-family: var(--theme-NunitoSans-font);
  font-size: 15px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px;
}
.site_footer .copy_right_text p{
  margin-bottom: 5px;
  font-size: 13px;
  color: #254150;
  line-height: 20px;
}
.site_footer .copy_right_text p a{
  color: #254150;
}