 
@font-face {
  font-family: hal-800;
}
 
@font-face {
  font-family: hal-700;
  src: url(../webfont/HelveticaNeueBold.otf);
}
 
@font-face {
  font-family: hal-600;
  src: url(../webfont/HelveticaNeueHeavy.otf);
}
 
@font-face {
  font-family: hal-500;
  src: url(../webfont/HelveticaNeueMedium.otf);
}
 
@font-face {
  font-family: hal-300;
  src: url(../webfont/HelveticaNeueLight.otf);
}
 
@font-face {
  font-family: hal-200;
  src: url(../webfont/HelveticaNeueThin.otf);
}
 
@font-face {
  font-family: hal-100;
  src: url(../webfont/HelveticaNeueUltraLight.otf);
}
 
@font-face {
  font-family: hal-roman;
  src: url(../webfont/HelveticaNeueRoman.otf);
}
 
@font-face {
  font-family: hal-800;
  src: url(../webfont/HelveticaNeueBlack.otf);
}

:root{
  --transition: all 0.5s;
  --footer-bg: #002855; 
  --default-white: #FFFFFF;
  --default-black: #000000;
  --header-link-bg: #edeef1;
  --icon-bg: #f55f4d;
  --btn-bg: #29319c;
  --main-bg: #f0f0f2;
  --main-font-800: hal-800;
  --main-font-700: hal-700;
  --main-font-600: hal-600;
  --main-font-500: hal-500;
  --main-font-300: hal-300;
  --main-font-200: hal-200;
  --main-font-100: hal-100;
  --main-400: hal-400;
  --main-font-roman: hal-roman;
}

html, body{
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--main-font-roman);
  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: #41924d;
}
p a:hover i{
  color: #41924d;
}
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(images/sort-down.svg) no-repeat calc(100% - 16px) center
    transparent;
  background-color: #ffffff;
  background-size: 12px;
  padding-right: 42px;
  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;
}
@media only screen and (min-width: 992px){
  .site_header .container{
    max-width: 1244px;
  }
  .container{
    max-width: 1184px;
  }
}
.bg_con,
.site_header::before,
.banner_sec{
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;  
}
h1{
  font-size: 60px;
  line-height: 64px;
  color: #2731a2;
  font-weight: bold;
  font-family: var(--main-font-700);
}
h2{
  font-size: 45px;
  line-height: 52px;
  color: #2731a2;
  font-weight: 300;
  font-family: var(--main-font-300);
}
p{
  font-size: 17px!important;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  font-family: var(--main-font-roman);
}

.container ol, .container li {
	font-size: 17px!important;
}

h3{
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  font-family: var(--main-font-700);  
}
h6{
  font-size: 18px;
  line-height: 26px;
  font-family: var(--main-font-700);
}
h4{
  font-family: var(--main-font-700);  
  font-size: 25px;  
  line-height: 30px;  
  color: var(--default-black);    
}

.theme_button{
  padding: 13px 20px 13px 25px;
  max-width: 220px;
  background-color: var(--btn-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--main-font-500);
  border: 1px solid transparent;
  
}
.theme_button:hover{
  border-color: var(--btn-bg);
  background: transparent;
  color: var(--btn-bg);
}
/*Header*/
.site_header{
  padding: 30px 0 10px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.site_header::before{
  content: "";
  width: 100%;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-image: url(../image/topbar.svg);  
}
.site_header .site_logo{
  width: 200px;
  height: 90px;
  padding: 0;
}
.site_header .site_logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.site_header .navbar-toggler{
  padding: 0;
}
.site_header .navbar-toggler i{
  font-size: 25px;
  margin-top: 10px;
  color: var(--btn-bg);
}
.site_header.bar_active{
  background-color: var(--main-bg);
  padding-bottom: 90px;
}
.active_state i::before{
  content: '\f00d';
}
.site_header .navigation ul li a{
  font-size: 17px;
  color: #000;  
  text-decoration: 1px underline transparent;
  transform: var(--transition);
  font-family: var(--main-font-300);
  transition: var(--transition);
}
.site_header .navigation ul li.active > a{
  text-decoration-color: #2731a2;
  font-family: var(--main-font-700);
}
.site_header .navigation ul{
  gap: 14px;
}
.site_header .navigation ul li a:hover{
  color: #2731a2;
  text-decoration-color: #2731a2;
}
.site_header .loggin_user{
  position: absolute;
  right: 35px;
  top: -15px;
}
.site_header .loggin_user ul li a{
  font-size: 16px;
  color: #2731a2;
  
  font-family: var(--main-font-700);
}
.site_header .loggin_user ul li a:hover{
  text-decoration: underline;
}
.site_header .search_bar{
  position: relative;
  padding: 0;
  z-index: 0;
  margin-left: 25px;
}
.site_header .search_bar::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;  
  width: 800%;
  height: 40px;
  border-top-left-radius: 25px; 
  border-bottom-left-radius: 25px;
  background-color: #FFFFFF;
  z-index: -1;
  border: 2px solid #2731a2;
}


.site_header .search_bar a{
  min-width: 30px;
  text-align: center;
}
.site_header .search_bar a, 
.site_header .search_bar a i{
  font-size: 16px;
  color: var(--default-white);

}
.site_header .search_bar a:hover,
.site_header .search_bar a :hover i{
  color: var(--main-bg);
}
.banner_sec{
  background-image: url(../image/background_shape.png);
  padding: 250px 0 50px 0;
  background-size: 80%;
  background-color: var(--main-bg);
  min-height: 415px;
  background-position: 100% 30%;
}



/*History BPCnet*/

/*Css About BPCnet History*/
body .history_bpcnet{
  padding: 80px 0 95px 0;
}
.history_bpcnet .growth_stages{
  margin-left: 50px;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box:nth-child(2){
  margin-top: 50px;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box .year_gone{
  font-size: 24px;
  position: relative;
  line-height: 28px;
  margin-bottom: 60px;
  display: block;
  text-align: center;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box .year_gone::before{
  content: "";
  width: calc(100% - 10px);
  height: 37px;
  border-radius: 25px;
  background-color: #a6b6c6;
  position: absolute;
  bottom: -40px;
  left: 5px;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box:nth-child(2) .year_gone::before{
  background-color: #aed8c8;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box:last-child .year_gone::before{
  background-color: #f2ae96;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box:nth-child(2) h6{
  color: #72b79e;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box:last-child h6{
  color: #eb7048;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box h6{
  font-size: 18px;
  line-height: 26px;
  color: #567592; 
  text-transform: capitalize;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box h6,
.history_bpcnet .growth_stages .growth_stages_slider .year_box p{
  padding-left: 22px;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box p{
  font-size: 14px;
  line-height: 20px;
}
.theme_slick_button_left,
.theme_slick_button_right{
  background: transparent;
  border: none;
  outline: none;
  font-size: 25px;
  color: #29319c;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.theme_slick_button_left{
  left: -35px;

}
.theme_slick_button_right{
  right: -45px;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box .year_gone::before,
.history_bpcnet .growth_stages .growth_stages_slider .year_box:nth-child(odd) .year_gone::before{
  background: #a9b5c4;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box:nth-child(even) .year_gone::before{
  background: #b6d7c9;
}
.history_bpcnet .growth_stages .growth_stages_slider .year_box:nth-child(odd){
  padding-top: 55px;

}
.history_bpcnet .growth_stages .growth_stages_slider .year_box:nth-child(even) h6{
  color:  #82b59f;
}
@media only screen and (max-width: 991px){
  .history_bpcnet .growth_stages{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 575px){
  .history_bpcnet{
    padding-bottom: 0;
  }
  .theme_slick_button_left{
    left: -10px;
  
  }
  .theme_slick_button_right{
    right: -10px;
  }
}

/*Css About BPCnet History*/

/*body .history_bpcnet{
  padding: 80px 0 95px 0;
}
.history_bpcnet .growth_stages{
  margin-left: 50px;
}
.history_bpcnet .growth_stages ul{
  display: flex;
  gap: 10px;
}
.history_bpcnet .growth_stages ul li{
  width: calc(100% / 3 - 5px);
}
.history_bpcnet .growth_stages ul li:first-child{
  margin-top: 100px;
}
.history_bpcnet .growth_stages ul li:nth-child(2){
  margin-top: 50px;
}
.history_bpcnet .growth_stages ul li .year_gone{
  font-size: 24px;
  position: relative;
  line-height: 28px;
  margin-bottom: 60px;
  display: block;
  text-align: center;
}
.history_bpcnet .growth_stages ul li .year_gone::before{
  content: "";
  width: 100%;
  height: 37px;
  border-radius: 25px;
  background-color: #a6b6c6;
  position: absolute;
  bottom: -40px;
  left: 0;
}

.history_bpcnet .growth_stages ul li:nth-child(2) .year_gone::before{
  background-color: #aed8c8;
}
.history_bpcnet .growth_stages ul li:last-child .year_gone::before{
  background-color: #f2ae96;
}
.history_bpcnet .growth_stages ul li:nth-child(2) h6{
  color: #72b79e;
}
.history_bpcnet .growth_stages ul li:last-child h6{
  color: #eb7048;
}
.history_bpcnet .growth_stages ul li h6{
  font-size: 18px;
  line-height: 26px;
  color: #567592; 
  text-transform: capitalize;
}
.history_bpcnet .growth_stages ul li h6,
.history_bpcnet .growth_stages ul li p{
padding-left: 60px;
}
.history_bpcnet .growth_stages ul li p{
  font-size: 14px;
  line-height: 20px;
}*/

.board_pic img,
.etab_baseline .etab_pic img,
.bpc_matters .video_con img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common_pad{
  padding: 50px 0;
}
/*about page*/
/*Advisory Board*/
.advisory_board{
  padding: 45px 0;
  background-color: #f0f0f2;
  background-image: url(../image/bpc_banner.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.board_pic{
  height: 340px;
  width: 100%;
  margin-right: 12px;
} 
.advisory_board .advosory_content{
  margin-left: 12px;
}
.advisory_board .advosory_content p{
  margin: 20px 0 20px 0;
}

.bpc_dei_sec table{
  width: 100%;
  display: block;
  position: relative;
  z-index: 0;
}

.bpc_dei_sec table th,
.bpc_dei_sec table td{
  border: 1px solid #a9a9ac;

}
.bpc_dei_sec table th{
  border-top: 0;  
}
.bpc_dei_sec table th:first-child,
.bpc_dei_sec table td:last-child{
  border-left: 0;
  border-right: 0;
}
.bpc_dei_sec table td:first-child{
  border-left: 0;
}
.bpc_dei_sec table tr:first-child th:last-child{
  border-right: 0;
}
.bpc_dei_sec table tr:last-child td{
  border-bottom: 0;
}
.bpc_dei_sec table th:not(:first-child),
.bpc_dei_sec table td:not(:first-child){
  padding: 15px;
  text-align: center;
}
.bpc_dei_sec .bpc_content{
  margin-right: 80px;
}
.bpc_dei_sec .bpc_content p{
  margin: 15px 0 20px 0;
}
.bpc_dei_sec table tbody{
  border: none;
  width: 100%;
  position: relative;
  font-family: var(--main-font-300);
}
.bpc_dei_sec table tbody::before{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;  
  border: 1px solid #a9a9ac;
  border-radius: 20px;
}
.bpc_dei_sec table tbody td{
  padding: 13px 16px;
  padding-left: 17px;
}
.bpc_dei_sec table tbody tr:first-child{
  position: relative;
  z-index: 0;
}
.bpc_dei_sec table tr:first-child th{
  position: relative;
}
.bpc_dei_sec table tbody th{
  color: var(--default-white);
  font-family: var(--main-font-700);
  font-size: 18px;
}
.bpc_dei_sec table tbody td{
  font-size: 18px;
}
.bpc_dei_sec table .bg_div,
.bpc_dei_sec table .bg_div1,
.bpc_dei_sec table .bg_div2{
  background-color: #29319c;
  width: 100%;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.bpc_dei_sec table .bg_div{
  border-top-left-radius: 20px;
}
.bpc_dei_sec table .bg_div2{
  border-top-right-radius: 20px;
}
.bpc_dei_sec table tbody td:last-child,
.bpc_dei_sec table tbody td:nth-last-child(2){
  padding: 10px 30px;
}
.bpc_dei_sec table tbody td i{
  font-size: 40px;
  color: #41924d;
}

.bpc_matters .video_con{
  position: relative;
  height: 340px;
}
.bpc_matters .play_btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
}
.bpc_matters .play_btn a{
  font-size: 90px;
  color: #FFFFFF;
}
.bpc_matters .bpc_video a:not(.play_btn a){
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 17px;
  text-decoration: underline;
  text-transform: uppercase;
  color: #2731a2;
  font-family: var(--main-font-500);
  margin-top: 15px;

}
.bpc_matters .bpc_matter_con{
  margin-left: 26px;
}




.bg_sec{
  background-color: #f0f0f2;
}
.making_case{
  padding: 67px 0;
}
.making_case .advosory_content{
  margin-right: 65px;
}
.making_case .board_pic{
  margin-right: 0;
}
.etab_baseline .etab_pic{
  height: 380px;
}
.etab_baseline .etab_pic img{
  object-fit: contain;
}
.etab_baseline .etab_content{
  margin-left: 40px;
}


/*BPC Plan Page*/
.bpc_plans{
  padding: 100px 0;
}
.plan_wrapper .plan_list{
  display: flex;
  gap: 25px 25px;
  flex-wrap: wrap;
}

.plan_wrapper .plan_list li:not(.key_plan li){
  border: 1px solid #a1a2a5;
  border-radius: 25px;
  padding: 40px 30px 30px 30px;
  text-align: center;
  width: calc(100% / 2 - 12.5px);

}
.plan_wrapper .plan_list li .plan_icon{
  width: 160px;
  height: 160px;
  background: #dfe0f1;
  border-radius: 100%;
  margin: 0 auto 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan_wrapper .plan_list li .plan_icon img{
  width: 90px;
  height: 90px;
  object-fit: contain;
}
.plan_wrapper .plan_list li .key_plan{
  margin: 12px 0 35px 0;
}
.plan_wrapper .plan_list li .key_plan li{
  font-size: 18px;
  line-height: 26px;
  padding: 12px 0;
  border-bottom: 1px solid #a9aaad;
}

.plan_wrapper .plan_list li .btn_wrapper a{
  max-width: 100%;
  width: 100%;
}
.bpc_plans .bpc_plan_con{
  margin-right: 80px;
}

.bpc_basic_plans{
  padding: 100px 0 120px 0;

}
.bpc_basic_plans .sec_head{
  margin-bottom: 35px;
}
.bpc_basic_plans .video_row{
  margin-bottom: 100px;
  position: relative;
  padding-bottom: 75px;
}
.bpc_basic_plans .video_row::before{
  content: "";
  bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2731a2;
  height: 18px;
  width: 25%;
  max-width: 250px;
}
.bpc_basic_plans .video_box_pop{
  margin-bottom: 25px;
}
.bpc_basic_plans .video_box_pop .video_pop{
  height: 220px;
  position: relative;
}
.bpc_basic_plans .video_box_pop .video_pop img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video_pop .play_btn{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video_pop .play_btn a{
  font-size: 60px;
  color: var(--default-white);
}
.video_box_pop .video_title{
  margin-top: 30px;
}
.video_box_pop .video_title a{
  font-size: 18px;
  line-height: 23px;
  color: #2731a2;
  text-decoration: underline;
  text-transform: uppercase;
  transition: var(--transition);
}
.video_box_pop .video_title a:hover{
  letter-spacing: 0.5px;
}
.bpc_basic_plans .commercial_paper{
  height: 600px;
  width: 100%;
}
.bpc_basic_plans .commercial_con{
  margin-left: 50px;
}
.bpc_basic_plans .commercial_paper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.depart_plans{
  padding: 100px 0;
}
.depart_plans .row:not(:last-child){
  margin-bottom: 25px;
}
.depart_plans .row:nth-child(even) .commercial_con{
  margin-left: 50px;
  padding-top: 120px;

}
.depart_plans .row:nth-child(odd) .commercial_con{
  margin-right: 50px;
  padding-top: 100px;
}

.depart_plans .commercial_paper{
  height: 600px;
}
.depart_plans .commercial_paper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.depart_plans .commercial_con ul li{
  position: relative;
  margin-top: 15px;
  margin-left: 15px;
}
.depart_plans .commercial_con ul li::before{
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  left: -15px; 
  position: relative; 
  color: rgb(39, 49, 162);


}
.depart_plans .commercial_con ul li a{
  font-size: 18px;
  line-height: 26px;
    color: rgb(39, 49, 162);
    text-decoration: underline;
}
.depart_plans .commercial_con ul li a:hover{
  color: #000;
}
.depart_plans .commercial_con strong{
  font-size: 18px;
  line-height: 26px;
  font-family: var(--main-font-500);
}
.depart_plans .commercial_con p{
  margin: 20px 0;
}
.review_plan_varify_sec{
  padding: 100px 0;
}
.review_plan_varify_sec .review_content{
  margin-right: 50px;
}
.review_plan_varify_sec .review_content p{
  margin: 10px 0 25px 0;
}
.review_plan_varify_sec .plan_review_pic{
  width: 100%;
  height: 260px;

}
.review_plan_varify_sec .plan_review_pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

h5{
  font-size: 16px;
  font-family: var(--main-font-700);
  color: rgb(0, 0, 0);
  line-height: 23px;
}
.department_plans .depart_con{
  margin-right: 92px;
}
.department_plans .depart_plans_listing{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}

.department_plans .depart_plans_listing .plans_ex{
  width: calc(100% / 2 - 15px);
  padding: 30px 50px;
  border-radius: 25px;
  border: 1px solid #828387;
  text-align: center;
}
.depart_plans_listing .plans_ex .icon_plan_wrap{
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px auto;
  background: #dfe0f1;
  border-radius: 100%;
}
.depart_plans_listing .plans_ex .icon_plan_wrap img{
  width: 75px;
  height: 75px;
  object-fit: contain;
}
.template_sec .row:not(:last-child){
  margin-bottom: 60px;
}
.template_sec .depart_plan_temp{
  height: 480px;
}
.template_sec .depart_plan_temp img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.template_sec .template_con{
  margin-left: 50px;
  padding-top: 80px;
}
.template_sec .template_con h3{
  text-transform: capitalize;
}
.template_sec .template_con .btn_wrapper{
  margin-top: 50px;
}

.past_event{
  padding: 50px 0;
}
.past_event:nth-child(even){
  background-color: #f0f0f2;
}
.past_event .past_events_pic{
  height: 470px;
}
.past_event .past_events_pic img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 6px;
}
.past_event .past_events_details{
  margin-left: 6px;
}
.past_event .past_events_details .btn_wrapper{
  margin-top: 5px;
}
.past_event .past_events_details ul{
  margin: 30px 0;
}
.past_event .past_events_details ul li{
  display: flex;
  align-items: center;
  gap: 12px;  
}
.past_event .past_events_details ul li span i{
  font-size: 20px;
  color: #29319c;
}
.past_event .past_events_details ul li span:last-child{
  font-size: 18px;
  line-height: 26px;
}
.past_event .past_events_details ul li:not(:last-child){
  margin-bottom: 15px;
}


/*Research && Data*/
.post_secondary_dash{
  padding: 60px 0 30px 0;
}
@media only screen and (min-width: 991px) {
  .container_inner_size{
    max-width: 950px;    
  }
}
.container_inner_size{
  margin-top: 40px;
}
.post_secondary_box .btn_wrapper{
  margin: 15px 0 20px 0;
} 
.post_secondary_box .post_secondary_pic{
  height: 230px;
}
.post_secondary_dash .dash_col .post_secondary_box{
  margin-bottom: 30px;
}
.post_secondary_dash .dash_col:nth-child(odd) .post_secondary_box{
  margin-right: 25px;
}
.post_secondary_dash .dash_col:nth-child(even) .post_secondary_box{
  margin-left: 25px;
}
.download_csv a{
  color: #29319c;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.download_csv a::before{
  content: "";
  width: 92%;
  height: 1px;
  position: absolute;  
  bottom: 0;
  right: 0;
  background-color: #29319c;
}
.under_gra_sec .under_gra_pic{
  height: 420px;
}
body .under_gra_sec .under_gra_pic img{
  border-radius: 12px;
  object-fit: contain;
}
.under_gra_sec .under_gra_con{
  margin-right: 75px;
}
.under_gra_sec .under_gra_con .btn_wrapper{
  margin-top: 5px;
}
.k-12_dash{
  padding: 60px 0 70px 0;
}
.k-12_dash .under_gra_pic{
  height: 270px;
}
.k-12_dash .under_gra_con{
  margin-right: 40px;
}
.resource_data_sec{
  padding: 60px 0;
}

.sec_head{
  margin-bottom: 35px;
}
.resource_data{
  display: flex;
  gap: 40px 60px;
  flex-wrap: wrap;
}
 
.resource_data .resource_col{
  width: calc(100% / 2 - 30px);
  text-align: center;
  border: 1px solid #a8a9ac;
  padding: 40px 35px;
  border-radius: 25px;
 
}
.resource_col .resource_details{
  display: flex;
  flex-direction: column;
  height: 100%;
}
.resource_col .resource_details p{
  font-size: 18px;
  line-height: 26px;
}
.resource_col .resource_details .btn_wrapper{
  margin-top: auto;
}
.resource_data .resource_col .resource_icon{
  /* width: 90px; */
  max-width: 200px;
  max-height: 90px;
  margin: 0 auto 25px auto;
}
/* .resource_data .resource_col .resource_icon img{
  width: 100%;
  height: 100%; 
  object-fit: contain;
} */
.resource_data .resource_col .resource_con{
  text-align: left;
  margin: 15px 0 26px 0;
}

.resource_data .resource_col ul ul{
  padding-left: 30px;

}
.resource_data .resource_col ul ul ul{
  padding-left: 20px;  
}

.resource_data .resource_col ul ul li,
.resource_data .resource_col ul ul ul li{
  list-style-type: disc;
  margin: 3px 0;
}
.resource_data .resource_col ul li a{
  text-decoration: underline;
  color: #2731a2;
  transition: var(--transition);
}
.resource_data .resource_col ul li a:hover{
  color: #41924d;
}
.inner_pagination{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  flex-wrap: wrap;
  row-gap: 5px;
}
.inner_pagination li a,
.inner_pagination li span{
  font-family: var(--main-font-700);
  padding: 3px 8px;
  display: inline-block;
}

/**/
.search_resourch_other_data{
  padding: 100px 0 100px;

}
.border_data{
  border-bottom: 15px solid #f0f0f2;
}
.serach_main .search_bar_input form{
  display: flex;
  background: #e9eaf6;
  border-radius: 40px;
  padding: 6px;
  border: 1px solid transparent;
}
.serach_main .search_bar_input form.onActive{
  border-color: #2731a2;
}
.serach_main .search_bar_input form input[type=search]{
  width: 100%;
  border-color: transparent;
  background: transparent;
  font-size: 20px;      
  /*font-family: var(--main-font-700);*/
  border-radius: 40px 0 0 40px;
  padding: 10px 0 10px 30px; 
}

.serach_main .search_bar_input form input::placeholder {
  color: #D3D3D3;
}
.serach_main .search_bar_input form input[type=search]:focus{
  border: none;
  outline: none;
}
.serach_main .search_bar_input form button{
  border: 1px solid transparent;
  outline: none;
  background-color: #2731a2;
  border-radius: 35px;
  color: var(--default-white);
  font-size: 16px;
  font-family: var(--main-font-700);
  padding: 18px 30px 15px 30px;
  transition: all 0.5s;
}
.serach_main .search_bar_input form button i{
  font-size: 20px;
}
.serach_main .search_bar_input form button:hover{
  background: transparent;
  color: #2731a2;
  border-color: #2731a2;
}
.filter_resouce a{
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 40px;
  gap: 15px; 
}
.filter_resouce a img{
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.search_result_sec{
  margin-top: 60px;
} 
.resource_blog{
  margin-bottom: 50px;
}
.resource_blog .resource_blog_pic{
  height: 280px;
  margin-bottom: 15px;
}
.resource_blog .resource_blog_pic img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

/*Reserach Library Search Result*/
.search_result_row{
  margin: 0 0 50px 0;
  padding-top: 10px;
}


.bpc_depart_plan_row{
  display: flex;
  flex-wrap: wrap;
  gap: 35px 45px;
}
.bpc_depart_plan_row .bpc_depart_plan_col{
  width: calc(100% / 3 - 30px);
  padding: 40px 0;
  border-radius: 25px;
  border: 1px solid #a8a9ac;
}
.bpc_depart_plan_col .bpc_plan_icon{
  width: 140px;
  height: 140px;
  background-color: #dfe0f1;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bpc_depart_plan_col .bpc_plan_icon img{
  width: 75px;
  height: 75px;
  object-fit: cover;
}
.details_bpc_con{
  margin: 25px 0 30px 0;
}
.details_bpc_con .types_list{
  background-color: #e9eaf6;
  padding: 20px 20px;
}
.details_bpc_con .types_list li:not(:last-child){
  margin-bottom: 5px;
}
.details_bpc_con .types_list strong{
  font-family: var(--main-font-700);    
}
.dbpc_plan_details .dbpc_plan_con h6{
  font-size: 16px;
  line-height: 23px;
  font-family: var(--main-font-700);
  color: #2731a2;
  margin-bottom: 5px;
}
.dbpc_plan_details .dbpc_icon img{
  max-width: 60px;
  width: 100%;
  height: 75px;
  object-fit: contain;
}
.dbpc_plan_details ul li span{
  font-family: var(--main-font-roman);
}
.com_pad,
.bpc_plan_icon{
  padding: 0 20px;
}
.dbpc_plan_details{
  padding: 0 35px;
}
.data_row:not(:last-child){
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #a1a2a5;
}
.serach_result_grid_view .inner_pagination{
  margin-top: 80px;
}
.filter_button form{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
.filter_button form label{
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter_button label input[type=radio]{
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: none;
  background: transparent;
  cursor: pointer;
}
.filter_button label input[type=radio]::before{
  content: none;
}
.filter_button label.active i{
  color: #29319c;
}
.filter_button label  i{
  font-size: 40px;
}
/*List View*/
.serach_result_list_view .bpc_depart_plan_row{
  flex-direction: column;
  gap: 0;
}
.serach_result_list_view .bpc_depart_plan_col{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100% !important;
  padding: 60px 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #a1a2a5;
  gap: 10px;
}
.serach_result_list_view .bpc_depart_plan_col:first-child{
  padding-top: 0;
}
.serach_result_list_view .bpc_depart_plan_col:last-child{
  border: none;
  padding-bottom: 0;
}
.serach_result_list_view .bpc_plan_icon{
  display: none;
}
.serach_result_list_view .details_bpc_con{
  margin: 0;
}
.serach_result_list_view .com_pad{
  text-align: left !important;
  padding: 0 ;
}
.serach_result_list_view .types_list{
  background: transparent;
  padding: 0 !important;  
}
.serach_result_list_view .dbpc_plan_details{
  display: flex;
  flex-direction: row;
  gap: 20px 80px;
  padding: 0;  
  flex-wrap: wrap;
}
.serach_result_list_view .data_row{
  padding: 0;
  margin: 0;
  border: none;  
  /*width: calc(100% / 2 - 40px);*/
}


/*BPC Community Page*/
.partner_logoes_sec .partner_logoes,
.partner_logoes_sec .partner_logoes .logo_col_1{
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.partner_logoes_sec .partner_logoes .logo_col_1{
  align-items: flex-start;
}
.partner_logoes .logo_row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.slack_con_pic,
.case_study_slider .bpc_case_details .bpc_case_pic{
  height: 380px;
}
.slack_con_pic img,
.case_study_slider .bpc_case_details .bpc_case_pic img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  /* border: 1px solid #000000; */
  border-radius: 5px;
}
.slack_con_pic:first-child{
  border: 1px solid #000;
  border-radius: 5px;
}
/*.case_study_slider .bpc_case_details .case_study_col:last-child{
	border: 1px solid #000;
	border-radius: 5px;
}*/
.bpc_slack_reverse .slack_con_content{
  margin-left: 50px;
}
.slack_con_content ul{
  margin-top: 25px;
}
.slack_con_content ul li{
  list-style-type: disc;
  margin-top: 10px;
  margin-left: 20px;
}
.bpc_slack_reverse_none .slack_con_content{
  margin-right: 50px;
}
.case_study_slider .bpc_case_details{
  display: flex;
  align-items: center;
  gap: 25px 20px;
  justify-content: space-between;

}
.case_study_slider .bpc_case_details .case_study_col{
  width: calc(100% / 2 - 10px);
}
.case_study_slider .bpc_case_details .case_study_col:last-child{
  width: 45%;
  margin-left: 60px;
}
.bpc_cases ul.slick-dots li button,
.bpc_cases .main_prev_arrow,
.bpc_cases .main_next_arrow {
  background: transparent;
  border: none;
  outline: none;
}
.bpc_cases .main_prev_arrow,
.bpc_cases .main_next_arrow {
  z-index: 9; 
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
  color: #29319c;
  transition: var(--transition);
}

.bpc_cases .main_prev_arrow{
  left: -40px;
}
.bpc_cases .main_next_arrow{
  right: -40px;
}

.bpc_cases .main_prev_arrow:hover,
.bpc_cases .main_next_arrow:hover{
  color: #41924d;
} 
.bpc_cases ul.slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

.bpc_cases ul.slick-dots li button{
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #d3d3d3;
}
.bpc_cases ul.slick-dots li.slick-active button{
  background-color: #29319c;
  
}
.case_study_slider{
  padding-bottom: 25px;
}
.border_bottom{
  border-bottom: 15px solid #f0f0f2;
}


/*Event Single Page*/
.bg_shape_whole{
  position: relative;
  padding: 250px 0 70px 0;
  background-color: var(--main-bg);
  min-height: 415px;
  z-index: 0;
}
/*.bg_shape_whole::before{
  content: "";
  background-image: url(../image/mainbg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
  position: absolute;
  top: -21%;
  right: -21%;
  width: 100%;
  height: 100%;
}*/
.single_page h1{
  font-size: 58px;
  line-height: 64px;
}
.single_page .single_row{
  margin-top: 35px;
}
.single_page .single_block{
  margin-bottom: 40px;
}
.single_page .single_content .quoted_content{
  font-size: 22px;
  line-height: 28px;
}
.single_page .single_content p:not(.single_block > p){
  margin-bottom: 35px;
}
.single_page .single_content h2{
  margin-bottom: 12px;
}
.event_video .event_thubnail{
  width: 100%;
  height: 310px;  
  position: relative;
}
.event_video .event_thubnail img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.event_video .event_thubnail a{
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  background-color: #FFFFFF;
}
.event_video .event_thubnail a i{
  font-size: 35px;
  color: #000;
}
.event_block{
  margin-left: 30px;
}
.event_block .event_box h4{
  font-size: 22px;
  color: #2731a2;
  line-height: 26px;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #2731a2;
}
.single_content h2{
  font-size: 35px;
  line-height: 40px;
}
.event_box{
  padding: 28px 26px 40px 28px;
  background-color: #FFFF;
  margin-bottom: 25px;
}
.event_block .event_box ul li{
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}
.event_block .event_box ul li:last-child{
  margin-bottom: 0;
}
.event_block .event_box ul li i{
  color: #2731a2;
  font-size: 18px;
}
.event_block .event_box ul li img{
  width: 35px;
  height: 20px;
  object-fit: contain;
}
.event_block .event_box .btn_wrapper{
  margin-top: 30px;
}
.event_block .event_box.event_resource ul li a{
  display: flex;
  gap: 10px;
  position: relative;
}
.event_block .event_box.event_resource ul li a::before{
  content: "";
  right: 0;
  bottom: 0;
  background-color: #000;
  width: calc(100% - 25px);
  position: absolute;
  height: 1px;
}
.event_reference p a,
.single_block p a{
  color: #2d359d;
  text-decoration: underline;
}
.event_reference p a:hover,
.single_block p a:hover{
  color: #41924d;
}

/*Literature Data base*/
.result_over_view,
.result_over_view ul, .result_over_view ul li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.result_over_view ul li a:hover{
  text-decoration: underline;
}
.result_over_view{
  margin: 15px 0;
}
.result_over_view ul{
  gap: 20px;
}
.result_over_view ul li a{
  gap: 10px;
  color: #2731a2;
}
.resutl_table table tr th{
  max-height: 60px;
}
.resutl_table table tr:first-child th{
  padding: 16px 12px;
  font-size: 16px;
}
.resutl_table table tr th button,
.resutl_table table tr td button{
  background: transparent;
  border: none;
  outline: none;
  color: #FFFFFF;
}
.resutl_table table tr td{
  padding: 10px;
  font-size: 15px;
}
.resutl_table table tr td{
  text-align: left !important;
}
.resutl_table table tr td p,
.resutl_table table tr td{
  font-size: 16px;
  line-height: 23px;
  font-family: var(--main-font-roman);
}
.resutl_table table tr td a i{
  font-size: 15px;
  color: #000;
}
.resutl_table table tr td a:hover i{
  color: #41924d;
}
.resutl_table table tr td:last-child i{
  font-size: 25px;
  color: #000;
}
.resutl_table table tr th button i, .resutl_table table tr td button i{
  margin-left: 5px;
}
.show_data_filter{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}
.show_data_filter .show_data .data_row_show{
  display: flex;
  align-items: center;
  gap: 6px;
}
.show_data_filter .show_data .data_row_show select{
  border: none;
  border-bottom: 1px solid #000000;
  background-image: url(../image/arrowdown.svg);
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: calc(100% - 5px);  
}
.show_data_filter .pagination_data ul{
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.show_data_filter .pagination_data ul li a{
  color: #2731a2;
  font-family: var(--main-font-roman);
}
.show_data_filter .pagination_data ul li:last-child a,
.show_data_filter .pagination_data ul li:first-child a{
  color: #000000;
}
.show_data_filter .pagination_data ul li a:hover{
  color: #41924d;
}


/*Home Page*/
.bg_shape_whole.home_banner::before{
  right: -10.5%;
}
.home_banner .main_head{
  margin-bottom: 35px;
}
.home_banner .case_study_slider{
  background-color: var(--default-white);
  padding: 40px 35px;
}
.home_banner .case_study_slider .bpc_case_details .bpc_case_pic{
  height: 340px; 
}
.home_banner .case_study_slider .bpc_case_details .bpc_case_pic img{
  border-radius: 0;  
}
.home_banner .case_study_slider .bpc_case_details .case_study_col:last-child{
  margin-left: 40px;
}
.home_banner .case_study_slider h2{
  font-family: var(--main-font-700);
  color: #000000;
  font-size: 32px;
  line-height: 36px;
}
.home_banner .bpc_cases .main_prev_arrow{
  left: -70px;
}
.home_banner .bpc_cases .main_next_arrow{
  right: -70px;
}
.home_banner .bpc_cases ul.slick-dots{
  position: absolute;
  bottom: -80px;
  left: 50%;
  transform: translateX(-50%);
}
.home_banner .case_study_slider{
  margin-bottom: 70px;
}
/* .home_banner .board_participation h2{
  font-size: 40px;
  line-height: 48px;
} */
.board_participation .home_view_con{
  background-color: var(--default-white);
  border-radius: 20px;
  border-radius: 25px;
  padding: 30px 0;

}
.board_participation .home_view_con p{
  font-family: var(--main-font-300);
  font-size: 16px;
  line-height: 23px;
}
.oldest_con{
  padding: 0 25px 30px 25px;
  position: relative;
}
.oldest_con::before{
  content: "";
  background-image: url(../image/Quote.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 40px;
  height: 42px;
  position: absolute;
  bottom: -35px;
  left: 20%;
  transform: translateX(-90%);
}
.member_con{
  padding: 15px 25px 0 25px;
}
.member_con span,
.member_con p{
  font-size: 14px;
  line-height: 20px;
  font-family: var(--main-font-roman) !important;
}
.member_con span{
  color: #e35205;
}
.member_con p{
  font-style: italic;
}
.member_image{
  width: 100%;
  height: 300px;
}
.member_image img,
.recent_news_sec .latest_news_thubmnail img,
.more_block_row .news_thubnail_pic img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.board_part_con h2{
  margin-bottom: 40px;
  padding-top: 35px;
}
.board_part_con h4{
  margin-bottom: 15px;
}
.board_part_con p{
  padding-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #bcbcbc;
  padding-right: 35px;
  font-size: 18px;
  line-height: 26px;
}
.board_part_con p a{
  font-family: var(--main-font-700) !important;
  position: relative;
  word-break: break-all;
}
.board_part_con p a::before{
  width: 100%;
  content: "";
  background-color: #000000;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;

}


/*faculty page */
.action_plan_sec{
  padding: 60px 0 75px 0;
}
.facaulty_banner::before{
  height: 121%;
}
.faculty_con_sec .faculty_pic{
  height: 360px;
  margin-right: 6px;
}
.faculty_con_sec .faculty_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facaulty_banner .impact_bpc{
  margin-top: 50px;
}
.deatiling_block{
  display: flex;
  gap: 20px 50px;
  flex-wrap: wrap;
}
.deatiling_block_box{
  width: calc(100% / 2 - 25px);
}
.deatiling_block ul li{
  margin: 6px 0 6px 20px;
  list-style-type: disc;
  font-size: 18px;
  line-height: 26px;
}
.action_plan_sec h2{
  margin-bottom: 20px;
}
.deatiling_block h3{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 5px;
}
.action_include{
  margin-bottom: 60px;
  padding-bottom: 50px;
  position: relative;
}
.action_include::before{
  content: "";
  width: 200px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #29319c;
}
.research_on_going{
  display: flex;
  gap: 25px 50px;
  flex-wrap: wrap;
}
.research_on_going .research_topic{
  width: calc(100% / 2 - 25px);
}
.research_on_going .research_topic p a{
  color: #29319c;
  text-decoration: underline;
  word-break: break-all;
  display: inline;
}
.research_on_going .research_topic ul li{
  margin-bottom: 25px;
}
.learn_more_sec {
  padding-bottom: 0;
}

/*News Events*/
.recent_news_sec .latest_news_thubmnail{
  height: 325px;
}
.recent_news_sec .latest_news_thubmnail img{
  border-radius: 5px;
  object-fit: contain;
}
.recent_news_sec ul{
  gap: 15px;
  display: flex;
}
.recent_news_sec ul li:not(:first-child){
  list-style-type: none;
  position: relative;
}
.recent_news_sec ul li:not(:first-child)::before{
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 9px;
  left: -10px;
  background-color: #000;
  border-radius: 100%;
}
.recent_news_sec .latest_post_content{
  margin-top: 15px;
}
.latest_post_content ul{
  margin-bottom: 10px;
}
.recent_news_sec h4{
  color: #2731a2;
}
.more_block_row {
  padding: 30px 0;
  border-bottom: 1px solid #bcbcbc;
  display: flex;
  gap: 25px;
}
.more_block_row .more_block_col:first-child{
  max-width: 30%;
}
.more_block_row .news_thubnail_pic{
  height: 100px;
}
.recent_news_sec .btn_wrapper,
.past_events_workshop .btn_wrapper{
  margin-top: 30px;
}
.past_events_workshop h4{
  font-size: 30px;
  line-height: 36px;
}
.past_events__workshop_list ul li{
  display: flex;
  align-items: center;
  gap: 20px 70px;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px solid #000000;
}
.past_events__workshop_list ul li p,
.past_events__workshop_list ul li h3{
  margin-bottom: 5px;
}
.past_events__workshop_list ul li p{
  font-size: 22px;
  line-height: 28px;
}
.past_events__workshop_list ul li h3{
  color: #29319c;
  font-size: 22px;
  line-height: 28px;
}

.past_events__workshop_list .doc_wrapper{
  margin-left: auto;
  display: flex;
  gap: 10px;
  align-items: center;
}
.past_events__workshop_list .doc_wrapper span,
.past_events__workshop_list .doc_wrapper a{
  font-size: 16px;
  line-height: 23px;
}
.past_events__workshop_list .agenda_doc{
  margin-left: auto;
}
.sing_up_to_us.newletter_box{
  max-width: 780px;
  margin: 70px auto 0 auto;
  border-radius: 25px;
  padding: 40px 40px 30px 50px;
}
.sing_up_to_us h4{
  font-size: 30px;
  line-height: 36px;
}
.sing_up_to_us p{
  font-size: 24px;
  line-height: 28px;
}
.sing_up_to_us.newletter_box form{
  max-width: 585px;
}
.sing_up_to_us.newletter_box form input[type=email],
.sing_up_to_us.newletter_box form input[type=submit]{
  padding: 13px 30px;
  font-size: 18px;
}
.view_work_shop_event .view_head h4{
  margin: 25px 0 15px 0;
}
.single_resource .event_block .event_box h3{
  font-size: 24px;
  line-height: 32px;
  font-family: var(--main-font-500);
}
.single_resource .event_block .event_box h4{
  color: #000000;
}
.single_resource .event_block .event_details{
  padding-top: 20px;
  padding-bottom: 20px;
}
.single_resource .event_block ul li{
  flex-direction: column;
  gap: 2px;
  margin-bottom: 25px;
  color: #000000;
}
.single_resource .event_block ul li a{
  color: #29319c;
}
.single_resource .event_block ul li a:hover{
  color: #41924d;
}
.single_resource .content_list li{
  list-style-type: disc;
  margin-left: 35px;
}
.single_resource .content_list li strong{
  color: #2731a2;
}
.single_resource{
  padding-bottom: 15px;
}

/*.search_modal{
  position: absolute;
  top: -30px;
  left: 0;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #00000070;  
  display: none;
}

.scrolling{
  overflow-y: hidden;
}
.search_modal form{
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 600px;
}*/

.search_modal.search_bar  form{
  background: #FFF;
  border-radius: 20px 0 0 20px;
  margin-top: 2px;
  margin-left: 2px;
  position: relative;
}
.search_modal.search_bar form::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 800%;
  height: 36px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  background-color: #FFFFFF;
  z-index: -1;
}
.search_modal.search_bar form button{
  background: transparent;
  color: #2731a2;
  padding-right: 10px;
}
.search_modal.search_bar form button i{
  color: #2731a2;
}
.search_modal.search_bar form input[type=search] {
  padding-left: 10px;
  max-width: 200px;
}

#seach_button .close_btn a,
#seach_button .close_btn a i{
  color: #FFFFFF !important;
}

.data_momentum_pic{
  float: right;
  height: 200px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.data_momentum_pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.litrerature_database .quoted_content{
  font-size: 22px;
  line-height: 28px;
  
}
/*Footer*/
.site_footer{
  padding: 45px 0 40px 0;
}
.site_footer p{
  font-size: 15px;
  line-height: 23px;
}
.site_footer p strong{
  font-family: var(--main-font-700);
}
.site_footer .grow_pic{
  /* height: 130px; */
}
.site_footer .grow_pic img,
.post_secondary_box .post_secondary_pic img,
.under_gra_sec .under_gra_pic img,
.k-12_dash .under_gra_pic img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.site_footer .footer_navigation ul li{
  margin-bottom: 5px;
}
.site_footer .footer_navigation ul li a{
  font-size: 15px;
  line-height: 20px;
  color: #2731a2; 
  font-family: var(--main-font-500);
  text-decoration: 1px transparent;
  transition: var(--transition);
}
.site_footer .footer_navigation ul li a:hover{
  text-decoration: underline;
}
.newletter_box{
  padding: 20px;
  border-radius: 18px;
  background-color: #f0f0f2;
}
.newletter_box h6{
  margin-bottom: 4px;
}
.newletter_box form{
  display: flex;
  align-items: center;
  gap: 12px 8px;
  margin-top: 20px;
}
.site_footer .row .col_action:first-child{
  padding-right: 25px;
}
.site_footer .row .col_action:last-child{
  padding-left: 30px;
  border-left: 1px solid var(--main-bg);
}
.newletter_box form input[type=email],
.search_modal form input[type=search]{
  padding: 5px 20px;
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  font-family: var(--main-font-500);
  outline: none;
  border: 1px solid transparent;
  border-radius: 25px;
}
.newletter_box form input[type=email]:focus,
.newletter_box form input[type=email]:active,
.search_modal form input[type=email]:focus,
.search_modal form input[type=email]:active{
  border-color: var(--btn-bg);
}
.newletter_box form input[type=submit],
.search_modal form button{
  padding: 7px 20px;
  background-color: #29319c;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
  font-family: var(--main-font-500);
  border-radius: 25px;
  border: 1px solid transparent;
  transition: var(--transition);
}
.newletter_box form input[type=submit]:hover,
.search_modal form button:hover{
  color: #29319c;
  border-color: #29319c;
  background: transparent;
}
.search_modal form button:hover{
  color: var(--default-white);
  border-color: var(--default-white);
}
.bpc_matter_con ul li {
    list-style-type: unset;
    margin-left: 20px;
    font-size: 18px;
}
.deatiling_block ul li ul li {
    list-style-type: circle;
}
.upcoming_events_button {
	display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.upcoming_events_button .theme_button {
	max-width: 500px;
}
