/* Sudharsan Css Start */
/* Common Style */
html {
	scroll-behavior: smooth;
}
.d-none {
	display: none !important;
}
.wpcf7-form .wpcf7-select.cf7_selected {
	font-weight: 400;
	color: #000 !important;
}
.textarea-group {
	width: 48%;
    display: inline-block;
    color: #707070;
}

/* .advisory_team_sec .about_team_slider_wrap .owl-item.cloned {
    display: none;
} */
.advisory_team_sec .about_team_slider_wrap .owl-item.active {
    display: none;
}
button {
	font-size: 14px;
}




@media screen and (max-width: 576px) {
	h1, h2 {
        font-size: 35px !important;
		font-weight: 500 !important;
	}
	h3, h4, h5 {
		font-size: 16px !important;
	}
	h6 {
        font-size: 18px !important;
	}
	p {
		line-height: 25px;
	}
	span.tit-num {
		font-size: 16px !important;
		 margin-right: 7px !important;
	}
}
@media screen and (min-width: 577px) and (max-width: 992px) {
	h1, h2 {
        font-size: 40px !important;
		font-weight: 500 !important;
	}
}
/* Common Style */

/* Loader */
.loader {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.loader:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}
.loader:after {
  content: '';
  height: 50px;
  width: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: progress;
  border-radius: 50%;
  border-top: 5px solid #007235;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #007235;
  border-right: 5px solid transparent;
  animation: loading 1s linear infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Contact Us */
.contact_us_container {
	padding: 0px !important;
}
.contact_us_container .fusion-layout-column, .contact_us_map_container .fusion-layout-column {
	margin-bottom: 0px !important;
}
.contact_us_sec {
    background: #F0F0F0;
    padding: 150px 0px 90px;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contact_us_title {
    width: 40%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.contact_us_info {
    width: 60%;
}
.contact_us_info img {
	width: 100%;
}
.contact_us_title h1 {
/* 	font-size: 90px !important; */
    font-weight: 600 !important;
/* 	margin-bottom: 10px; */
/*     line-height: 80px !important;
	text-align: center; */
}
.contact_us_info_sec {
    margin-top: 70px;
    margin-left: 120px;
}
.contact_us_call {
    font-size: 35px;
}
.contact_us_mail {
    font-size: 35px;
    color: #007235;
    text-decoration: underline;
	line-height: 1;
}
.contact_us_map_sec {
	width: 90%;
    margin: 0px auto 60px;
	position: relative;
}
.contact_us_map_sec iframe {
	width: 85%;
	height: 700px;
}
.contact_us_map_add {
    background: #F0F0F0;
    padding: 60px;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0px;
    width: 30%;
}
.contact_us_map_add p {
	color: #000;
	font-size: 22px;
    font-weight: 300;
	margin-bottom: 0px !important;
}
.contact_us_form_sec {
    background: transparent linear-gradient(180deg, #007235 0%, #00886E 100%) 0% 0% no-repeat padding-box;
	width: 90%;
    margin: 0 auto;
	padding: 70px 100px;
}
.contact_us_form_con {
	width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.contact_us_form_title {
    width: 40%;
}
.contact_us_form_wrap {
    width: 50%;
}
.contact_us_form_wrap .form-control {
	background-color: transparent !important;
    border-radius: 30px !important;
	color: #fff !important;
	padding: 8px 25px !important;
}
.contact_us_form_wrap .form-control::placeholder {
  	color: #fff;
	font-weight: 200 !important;
}
.contact_us_form_wrap .form-control:focus {
	border-color: unset !important;
}
.contact_us_form_wrap .wpcf7-form textarea {
    height: 50px;
	padding: 17px 25px !important; 
	resize: none;
	overflow:hidden
}
.contact_us_form_btn {
    background: transparent !important;
    border: 1px solid #fff !important;
    font-weight: 200 !important;
    border-radius: 10px !important;
    padding: 12px 50px !important;
}
.contact_us_form_btn:hover {
	padding: 12px 60px !important;
}
.contact_us_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 35px;
	margin-top: 50px;
}
.contact_us_form p {
    width: 50%;
    padding: 0px 20px;
}
.contact_us_form_title h2 {
	font-weight: 600 !important;
    font-size: 40px !important;
}
.contact-us-form-submit-arrow {
	display: none;
	width: 61%;
}
.contact-us-form-submit p input {
	height: 50px !important;
}
.contact-us-form-submit-arrow {
	margin-left: 10px;
}
.contact-us-form-submit:hover .contact-us-form-submit-arrow{
	display: block;
}
.contact_pattern {
	height: 200px;
}
.contact_us_form .wpcf7-not-valid-tip {
	color: #ffffff; 
}
.contact_us_form_wrap .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .contact_us_form_wrap .wpcf7 .wpcf7-form.sent .wpcf7-response-output {
	background-color: #ffffff00;
    border: 1px solid #fff;
    color: #fff;
	margin: 30px 20px 0px;
}
.contact_us_form_wrap .contact-us-form-submit .fusion-slider-loading {
	margin-top: 15px !important;
	border-bottom: .3em solid #ffffff !important;
}
.contact_us_form_container .fusion-layout-column {
	margin-bottom: 0px;
}

/* About BRC */
.about_bnr_container {
	padding: 0px !important;
}
.about_bnr_container .fusion-column-wrapper {
	margin: 0px !important;
}
.about_bnr_sec {
    background: linear-gradient(180deg, #007235 80%, #fff 80%);
    display: flex;
    flex-wrap: wrap;
    padding: 170px 0px 50px;
}
.about_bnr_title {
    width: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.about_bnr_title > div {
	width: 50%;
    margin: 0 auto;
}
.about_bnr_img {
    width: 50%;
}
.about_bnr_title h1 {
    font-weight: 600 !important;
    color: #fff !important;
}
.about_bnr_title p {
	color: #fff;
	font-weight: 100;
	margin-bottom: 50px !important;
}
.about_vision {
	width: 90%;
    margin: 0 auto;
}
.about_vision_sec {
	display: flex;
    flex-wrap: wrap;
	column-gap: 50px;
	margin-top: 90px;
}
.about_vision_sec h3 {
	margin-bottom: 50px;
}
.about_vision_img {
    width: 50%;
}
.about_vision_wrap {
/*     width: 35%; */
	width: 75%;
    margin: 0 auto;
}
.about_vision_wrap::-webkit-scrollbar { 
    display: none;  
}
.about_vision_ul {
	list-style: none;
	padding-left: 30px;
	margin-bottom: 60px;
}
.about_vision_ul strong {
	font-weight: 400;
}
.about_vision_ul li {
	position: relative;
	margin-bottom: 30px;
}
.about_vision_ul li:before {
	content: "";
    background: #218E11;
    position: absolute;
    top: 5px;
    left: -30px;
    width: 3px;
    height: 90%;
}
.about_vision_ul li p {
	margin-bottom: 0px !important;
}
.about_vision_sub_title {
	margin-bottom: 40px;
    font-size: 25px !important;
}
.about_vision_icon {
    display: flex;
    flex-wrap: wrap;
	text-align: center;
	margin-top: 30px;
}
.about_vision_icon_col p {
	font-weight: 400;
	margin-top: 10px !important;
}
.about_vision_icon_col {
    width: 33.33%;
	margin-bottom: 25px;
}
.about_vision_icon_col:nth-child(3n+1) > div {
	float: left;
}
.about_vision_icon_col:nth-child(3n+3) > div {
	float: right;
}
.about_vision_container .fusion-layout-column {
	margin-bottom: 0px !important;
}
.about_mission_container {
    background-image: url(/wp-content/uploads/2024/12/about_mission_bnr_desk.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
	background-position: top !important;
}
.about_mission_sec {
    background: #fff;
    width: 27%;
    padding: 55px 50px 40px;
    position: absolute;
    bottom: 0px;
    left: 120px;
}
.about_mission_sec h3 {
	color: #000 !important;
	margin-bottom: 20px;
}
.about_mission_container .fusion-layout-column {
	padding: 17%;
    margin-bottom: 0px;
}
.about_goal_sec {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
    padding: 80px 80px 60px;
    justify-content: space-between;
}
.about_goal_img {
    display: flex;
    align-items: center;
}
.about_goal_img h4 {
	color: #454545 !important;
    font-size: 25px !important;
    font-weight: 500 !important;
	margin-bottom: 0px !important;
	margin-left: 25px;
}
.about_goal_col {
    border: 1px solid #218E11;
    border-radius: 30px;
    padding: 50px 60px 40px;
    width: 32.7%;
}
.about_goal_col h5 {
	color: #218E11 !important;
	margin-top: 40px;
}
.about_goal_col p {
    color: #000000cc !important;
}
.about_team_container {
	background-color: #F0F0F0 !important;
	padding: 50px !important;
}
.about_team_sec {
	width: 90%;
    margin: 0 auto;
	position: relative;
}
.about_team_wrap h3:first-child {
	margin-bottom: 35px;
}
.about_team_slider_wrap {
	width: 85%;
    margin: 0 auto;
    padding-top: 25px;
	padding-bottom: 50px;
	position: unset;
}
.leadership_team_wrap {
	width: 85%;
    margin: 0 auto;
	padding-top: 10px;
}
.about_team_slider_col {
    padding: 0px 25px;
}
.about_team_name > div {
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.about_team_name .about_team_mentor {
	margin-top: 15px;
	align-items: unset;
}
.about_team_name h6, .leadership_team_col_right h6 {
	color: #454545 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    margin-top: 30px;
	margin-bottom: 10px;
}
.about_team_name p {
	margin-bottom: 0px !important; 
}
.about_team_name a img {
    width: 30px !important;
}
.leadership_team_col .leadership_destination {
    font-weight: 300;
    line-height: 10px;
    color: #454545;
    padding-bottom: 20px;    
	border-bottom: 1px solid #707070;
	margin-top: 15px;
}
.leadership_team_wrap .leadership_team_col {
    display: flex;
    flex-wrap: wrap;
	margin-top: 30px;
}
.leadership_team_wrap .leadership_team_col_right {
    width: 25%;
}
.leadership_team_wrap .leadership_team_col_left {
    width: 75%;
    padding: 0px 40px;
}
.about_team_container.leadership_team_sec {
    padding: 55px 50px 35px !important;
}
.about_team_slider_wrap .owl-nav, .about_exe_team_container .about_team_slider_wrap .owl-nav {
	display: block;
	position: absolute;
    right: 0;
	margin-top: 35px;
}
.about_team_slider_wrap .owl-nav button.owl-prev {
	margin-right: 15px;	
}
.about_exe_team_container  {
	margin: 60px 20px !important;
}
.about_goal_cont_tab {
	display: none;
}
.about_vision_cont::-webkit-scrollbar {
    width: 5px;
	height: 12px !important;
}
.about_vision_cont::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ddd; 
}
.about_vision_cont::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* News */
.news_bnr_container, .news_list_container, .single-news #main, 
.single-blog #main, .single-event #main {
	padding: 0px !important;
}
.news_bnr_sec {
    background: linear-gradient(180deg, #F0F0F0 78%, #fff 78%);
    display: flex;
    flex-wrap: wrap;
    padding: 150px 0px 70px;
}
.news_bnr_title {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.news_bnr_title > div {
    width: 50%;
    margin: 0 auto;
}
.news_bnr_title h1 {
    font-weight: 600 !important;
	text-wrap: nowrap;
}
.news_bnr_title p {
    font-size: 16px;
	font-weight: 300;
    margin-bottom: 50px !important;
}
.news_bnr_img {
    width: 50%;
}
.news_bnr_img_mbl {
	display: none;
}
.news_bnr_img_desk {
	width: 100%;
}
.news_list_sec {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 60px;
}
.news_list_high {
	position: sticky;
    top: 180px;
	display: block;
}
.news_list_high_wrap {
    width: 45%;
	padding: 0px 70px;
}
.news_list_wrap {
    width: 55%;
	padding: 0px 50px;
}
.news_list_high .news_list_img {
	width: 100%;
	border-radius: 25px;
}
.news_list_img {
	width: 50%;
	border-radius: 25px;
}
.news_list_high:hover, .news_list_left:hover {
	color: #000;
}
.news_list_tag {
    margin-top: 20px !important;
    border: 1px solid #000;
    border-radius: 20px;
    display: inline-block;
    padding: 2px 13px 2px;
    font-weight: 300;
    font-size: 15px;
	padding-bottom: 0px;
	padding-top: 2px;
}
.news_list_title {
    font-size: 27px;
    font-weight: 600;
    line-height: 30px;
	color: #000;
    margin-top: 7px !important;
	margin-bottom: 40px !important;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical;
}
.news_list_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news_list_date img {
	filter: contrast(0.25);
	width: 42px;
    height: 42px;
}
.news_list_date p {
	margin-bottom: 0px !important;
	line-height: 15px;
    font-weight: 400;
}
.news_list_left {
    display: flex;
	border-bottom: 1px solid #707070;
    padding: 40px 0px;
}
.news_list_left:first-child {
	padding: 0px 0px 40px;
}
.news_list_left:last-child {
	border-bottom: unset;
}
.news_list_left_col {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
}
.news_list_left_col .news_list_tag {
	margin-top: 0px !important;
	padding-bottom: 0px;
	padding-top: 2px;
}
.news_list_left_col .news_list_date {
	align-items: end;
}
.news_list_left_col .news_list_title {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4; 
	-webkit-box-orient: vertical;
}
.news_pagination, .blog-pagination {
    display: flex;
    justify-content: center;
	align-items: baseline;
    width: 100%;
    margin: 60px 0px 0px;
	color: #454545;
	column-gap: 15px;
}
.news_pagination_prev, .news_pagination_active, .news_pagination_next, .blog-pagination-next, .blog-pagination-prev, .blog-pagination-active {
    border: 1px solid #454545;
    border-radius: 10px;
    padding: 7px 12px 7px;
    margin-bottom: 0px !important;
	background: unset;
}
.news_pagination_prev, .news_pagination_next, .blog-pagination-next, .blog-pagination-prev {
	line-height: 26px;
	font-size: 16px;
    color: #454545;
    font-family: 'canada-type-gibson';
    font-weight: 200;
	cursor: pointer;
}
.news_pagination_prev:before, .news_pagination_next:after, .blog-pagination-next:after, .blog-pagination-prev:before {
    position: relative;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 1px solid black;
    border-top: 1px solid black;
    transform: rotate(-135deg);
    margin-right: 10px;
    top: -1px;
}
.news_pagination_next:after, .blog-pagination-next:after {
	transform: rotate(45deg);
	margin-right: 0px;
	margin-left: 10px;
}
.post-single-banner-sec {
    background-color: #F0F0F0;
    padding: 150px 20px 80px;
	text-align: center;
}
.post-single-banner-sec h1 {
	font-weight: 600 !important;
}
.post-single-content-container {
    width: 50%;
    margin: 0 auto;
    padding-top: 50px;
}
.blog_content strong {
    font-weight: 500;
    font-size: 15px;
}
.blog_content h3 {
	color: #000 !important;
    margin-top: 35px;
    font-size: 25px !important;
}
.blog_content h4 {
	color: #000 !important;
    margin-top: 35px;
    font-size: 23px !important;
	font-weight: 500 !important;
}
.blog_content ul li {
	font-weight: 300;
	color: #454545;
}
.news-back {
    display: inline-flex;
    margin-bottom: 40px;
    color: #000000;
    align-items: center;
    height: 20px;
}
.news-back p {
	font-weight: 500;
    padding: 4px 10px 0px;
}
.post-banner img {
	width: 100%;
}
.post-type-date {
    display: flex;
    justify-content: space-between;
    padding: 5px 0px;
}
.post-title {
    color: #000;
    font-size: 35px !important;
    font-weight: 500 !important;
    line-height: 42px !important;
	margin-top: 25px;
}
.single-news #main>.fusion-row, .single-blog #main>.fusion-row, 
.single-event #main>.fusion-row {
	display: block;
	max-width: 100%;
}
/* Apply */
.apply_bnr_container, .apply_inc_container {
	padding: 0px !important;
}
.apply_bnr_sec {
    background: linear-gradient(180deg, #F0F0F0 78%, #fff 78%);
    display: flex;
    flex-wrap: wrap;
	justify-content: end;
    padding: 170px 0px 70px;
}
.apply_bnr_img {
    width: 42%;
}
.apply_bnr_title {
	width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.apply_bnr_title > div {
    width: 50%;
    margin: 0 auto;
}
.apply_bnr_title h1 {
    font-weight: 600 !important;
    color: #000 !important;
}
.apply_bnr_title p {
    margin-bottom: 50px !important;
}
.apply_menu_ul {
    padding: 0px;
    list-style: none;
}
.apply_menu_ul {
    list-style: none;
    display: flex;
    justify-content: center;
    background: #007235;
    color: #fff;
    width: 70%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
	position: relative;
}
.apply_menu_ul li {
    margin: 0px 45px;
	cursor: pointer;
	position: relative;
	transition: all 0.5s;
}
.apply_menu_ul li p {
	cursor: pointer;
	margin-bottom: 0px !important;
	position: relative;
	transition: transform 0.5s;
	font-weight: 200;
	color: #fff;
}
.apply_menu_ul li p:hover {
	transform: translateY(-10px);
}
.apply_menu_span:after {
    content: "";
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
	opacity: 0;
}
.apply_menu_ul li:hover .apply_menu_span:after {
	opacity: 1;
	transition: all 0.5s;
}
.apply_inc_sec {
    width: 85%;
    margin: 0 auto;
	padding-top: 60px;
}
.apply_inc_sec h3 {
	margin-bottom: 30px;
}
.apply_inc_wrap {
    display: flex;
    flex-wrap: wrap;
	column-gap: 70px;
}
.apply_inc_left {
    width: 30%;
}
.apply_inc_left_menu {
    list-style: none;
    padding: 0px;
	margin: 0px;
}
.apply_inc_left_menu li a::before, .apply_inc_left_menu li a::after {
    content: "";
    border: solid #000;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translate(0%, -50%) rotate(-45deg);
    transition: all 0.5s cubic-bezier(0.25, 0.25, 0.08, 1.08);
}
.apply_inc_left_menu li a::before {
	opacity: 0;
	transform: translate(-100%, -50%) rotate(-45deg);
}
.apply_inc_left_menu li a:hover::before {
	opacity: 1;
	transform: translate(0, -50%) rotate(-45deg);
}
.apply_inc_left_menu li a:hover::after {
	opacity: 0;
	transform: translate(100%, -50%) rotate(-45deg);
}
.apply_inc_left_menu .active a {
    background-color: #007235;
	color: #fff;
	font-weight: 400;
}
.apply_inc_left_menu .active a::before, .apply_inc_left_menu .active a::after {
	border-color: #fff;
}
.apply_inc_left_menu a {
    display: block;
	background-color: #F7F7F7;
    font-weight: 500;
    padding: 17px 25px 12px;
	margin-bottom: 3px;
	color: #454545;
	position: relative;
}
.apply_inc_left_menu a:hover {
	color: #000;
}
.apply_inc_left_menu .active a:hover {
	color: #fff;
}
.apply_inc_tab {
    display: none;
}
.apply_inc_tab.active {
    display: block;
}
.apply_inc_right {
    width: 55%;
	padding: 0px 70px;
}
.apply_inc_title {
    color: #218E11;
    font-size: 27px !important;
    font-weight: 600;
    margin: 30px 0px 10px !important;
}
.apply_inc_what {
    background-color: #F0F0F0;
    padding: 30px 30px 25px;
    margin-top: 25px;
}
.apply_inc_what h6 {
	color: #218E11 !important;
    font-weight: 500 !important;
    margin-bottom: 10px;
}
.apply_inc_what p {
	margin-bottom: 0px !important;
}
.apply_inc_tab_sec img {
	width: 100%;
}
.apply_inc_tab_cont {
    width: 95%;
}
.apply_first_sec {
	position: relative;
}
.apply_inc_tab_sec {
    z-index: 0;
    position: relative;
}
.apply_step_con {
    width: 85%;
    margin: 0 auto;
    padding-top: 70px;
	padding-bottom: 100px;
}
.apply_step_wrap {
    display: flex;
    flex-wrap: wrap;
}
.apply_step_left {
    width: 50%;
}
.apply_step_right {
    width: 50%;
}
.apply_bnr_mbl, .apply_menu_ul_mbl, .apply_mbl_wrap {
	display: none;
}
.apply_acc_title {
	display: none;
}
.docs-lft-inr-cont h4 {
    margin-bottom: 25px !important;
}
.apply_step_con h5 {
    margin-bottom: 25px !important;
	color: #454545 !important;
}
.steps-list.steps-list-tab {
	display: none;
}
.fusion-fullwidth.forms-nd-docs-sec, .fusion-fullwidth.applic-stp-sec {
	z-index: 0;
}
.apply_menu_ul_sticky {
    position: fixed;
    top: 0px;
	left: 50%;
    transform: translateX(-50%);
    z-index: 99999;
	width: 100% !important;
	border-radius: unset;
}
.apply_incub_anim {
	position: absolute;
	right: 0px;
	width: 32%;
	height: 75%;
}


/* Home */
.bnr-circle-one h1 {
	font-weight: 500 !important;
	color: #fff !important;
}
.prot-box-wrap:after {
    content: "";
    position: absolute;
    background: #B4B4B4;
    width: 52%;
    height: 1px;
    bottom: -8%;
    left: 11%;
}
.fund-partner-slide {
	position: unset;
	margin-top: 25px;
}
.fund-partner-slide .owl-carousel .owl-stage-outer {
	position: unset; 
}
.fund-sec {
	padding: 0px !important;
}
.fund-sec .fusion-column-wrapper  {
	position: relative;
}
.fund-sec .fusion-builder-row {
	max-width: 100% !important;
}
.fund-partner-slide .item img {
	object-fit: scale-down;
}
.incub-wu-sec h5, .incub-wu-lft-wrap {
	padding-left: 5%;
}
.incubate_cont_sec {
	margin-top: 50px !important;
}
.incubate_cont_sec p {
	margin-bottom: 30px !important;
}
.partner-btn-wrap .btn-section-big {
	margin-top: 25px;
    margin-bottom: 50px;
}
.news-event-post-sec {
    margin-top: 25px;
}
.blogs-sec .fusion-column-wrapper {
	margin-left: 0px !important;
    margin-right: 0px !important;
}
.blogs-sec {
    margin: 30px 0px 20px;
}
.incub-img-wrap img {
	width: 100%;
}
.doc-btn img {
    transition: all 0.5s ease;
    position: relative;
    top: 0; /* Start position */
}
.doc-btn:hover img {
    animation: arrow-animation 0.5s ease forwards; /* Use 'forwards' to maintain the last frame */
}
@keyframes arrow-animation {
    0% {
        top: 0; /* Start at original position */
    }
    50% {
        top: -25%; /* Adjust this value to control how far down it goes */
    }
    100% {
        top: 0; /* Return to the original position */
    }
}


/* New */

.about_vision_wrap-scroll {
	display: flex;
    justify-content: end;
    position: absolute;
    top: 0;
	width: 100% !important;
}
.about_vision_sec {
	position: relative;
}
.about_vision_cont-scroll {
	width: 30%;
    margin-right: 17%;
}
.about_vision-content {
    width: 100%;
    margin: 0 auto;
}
.about_vision_img-scroll {
	width: 53% !important;
	display: flex !important;
	justify-content: center !important;
}
.about_vision_container-seperate .fusion-column-wrapper {
	margin: 0px !important;
}
.about_vision-content {
	display: block;
}
.about-vision-mobile {
	display: none;
}

/* Success Stories */
.suces_stry_warpper {
    width: 70%;
    margin: 0px auto 25px;
}
.suces_stry_col {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border-bottom: 1px solid #d6d2d2;
    padding: 50px 0px;
}
.suces_stry_col:last-child {
	border-bottom: none;
}
.suces_stry_left {
    width: 25%;
}
.suces_stry_right {
    width: 75%;
	padding-left: 20px;
}
.suces_stry_name {
	color: #000 !important;
	font-size: 23px !important;
	margin: 10px 0px 20px;
}
.suces_stry_company {
	color: #000 !important;
    margin-bottom: 5px;
	position: relative;
    font-size: 20px !important;
}
.suces_stry_company:before {
    content: "";
    position: absolute;
    top: -10px;
    background: #218E11;
    height: 2px;
    width: 40px;
}
.suces_stry_right > p {
	margin-bottom: 0px !important;
}
.suces_stry_destination {
	font-size: 17px;
    color: #000000d1 !important;
    margin-bottom: 20px;
}
.success_story_btn {
    width: 95%;
    display: flex;
    justify-content: end;
    margin-top: 40px;
}
.success_story_btn .read-more-btn-arrow {
	display: block;
}
.suces_stry_bnr_container {
	padding: 0px !important;
}
.suces_stry_bnr_container .fusion-column-wrapper {
	margin: 0px !important;
}
.suces_stry_bnr_sec {
    background: linear-gradient(180deg, #F0F0F0 80%, #fff 80%);
    display: flex;
    flex-wrap: wrap;
    padding: 170px 0px 30px;
}
.suces_stry_bnr_title {
    width: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.suces_stry_bnr_title > div {
	width: 70%;
    margin: 0px auto 70px;
}
.suces_stry_bnr_img {
    width: 50%;
}
.suces_stry_bnr_title h1 {
    font-weight: 600 !important;
}
.suces_stry_container {
	padding: 0px !important;
}
.suces_stry_container:before {
    content: url('/wp-content/uploads/2024/11/success_stories_illu_1.png');
    position: absolute;
    top: 3%;
    right: 0px;
}
.suces_stry_container:after {
	content: url('/wp-content/uploads/2024/11/success_stories_illu_2.png');
    position: absolute;
    bottom: 2%;
    left: 0px;
}



/* Why brc */
.partner_network_sec {
	padding: 0px !important;
}
.partner_network_sec .fusion-column-wrapper {
	margin: 0px !important;
}
.partner_network_wrap {
    background: url(/wp-content/uploads/2024/11/why_brc_partner_network_bnr.jpg) no-repeat;
    display: flex;
    justify-content: end;
    padding: 14%;
    position: relative;
    margin-bottom: 3%;
    background-size: cover;
}
.partner_network_col {
    background: #fff;
    width: 32%;
    padding: 50px 50px 20px;
	position: absolute;
    bottom: 0;
    right: 10%;
}
.partner_network_col h3 {
	margin-bottom: 20px;
}
.partner_network_col p {
    font-weight: 300;
}
.partner_network_title {
	margin-top: 60px;
    margin-bottom: 20px;
}
.co_incu_part_sec {
	background: linear-gradient(180deg, #1b830b, #00886E) !important;
	margin: 60px 0px 50px !important;
}
.co_incu_part_sec .fusion-builder-row {
	max-width: 90% !important;
	margin-bottom: 10px;
}
.co_incu_part_title .fusion-column-wrapper {
	margin: 0px !important;
}
.co_incu_part_title .ciap-heading {
	margin: 60px 0px 5px;
	color: #fff !important;
}
.co_incu_part_sec .partner-network-section {
    margin-left: 0px;
}
.co_incu_part_sec .company-employee-carousel-wrap {
	margin: 0px !important;
}
.co_incu_part_spea_sec .fusion-column-wrapper {
	margin: 0px !important;
}
.co_incu_part_logo_sec .company-logo-carousel-wrap .owl-prev,
.co_incu_part_logo_sec .company-logo-carousel-wrap .owl-next,
.co_incu_part_logo_sec .btn-section-big .read-more-btn-arrow img,
.co_incu_part_spea_sec .btn-section-big .read-more-btn-arrow img,
.co_incu_part_sec .btn-section-big img {
	-webkit-filter: brightness(10);
	filter: brightness(10);
}
.co_incu_part_logo_sec .carousel-content-sec {
	color: #fff !important;
}
.co_incu_part_logo_sec .btn-section-big .read-more-btn-big,
.co_incu_part_spea_sec .btn-section-big .read-more-btn-big,
.co_incu_part_sec .btn-section-big .read-more-btn-big {
    border: 1px solid #fff !important;
	color: #fff !important;
}
.mentor_partner_sec {
    margin-bottom: 70px !important;
}
.invest_part_test_wrap {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
.invest_part_test_wrap .partner-network-section {
	width: 37%;
}
.invest_part_test_col {
    width: 57%;
	background: linear-gradient(180deg, #fff 12%, #F0F0F0 12%);
}
.invest_part_test_row {
    display: flex;
	padding: 0px 35px;
}
.invest_part_test_img {
    width: 35%;
}
.invest_part_test_para {
    width: 65%;
	padding-left: 30px;
}
.invest_part_test_img h3 {
	font-size: 25px !important;
    padding-top: 20px;
    margin-bottom: 3px;
}
.invest_part_test_img p {
	font-weight: 300;
    font-size: 17px;
}
.invest_part_test_para h3 {
	font-size: 25px !important;
	margin-bottom: 10px;
}
.invest_part_test_para p {
    color: #454545 !important;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    position: relative;
    padding-top: 45px;
    margin-top: 45px !important;
}
.invest_part_test_para p:before {
    content: url(/wp-content/uploads/2024/11/quotation.png);
    position: absolute;
    top: -30px;
}
.invest_part_test_col.owl-carousel .owl-dots {
	position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.invest_part_test_col.owl-carousel .owl-dot {
    width: 4px;
    display: inline-block;
    padding: 5px !important;
    border-radius: 30px;
    margin: 3px;
    background: #fff;
    border: 1px solid #707070;
}
.invest_part_test_col.owl-carousel .owl-dot.active {
	width: 35px !important;
}
.invest_part_test_wrap.incubator_part_wrap {
    margin-top: 50px;
    margin-bottom: 50px;
}
.incubator_part_wrap .invest_part_test_col {
	position: relative;
	background: unset;
}
.incubator_part_wrap .invest_part_test_col:before {
    content: "";
    position: absolute;
    border: 2px solid #fff;
    width: 100%;
    height: 87%;
    top: 75px;
}
.incubator_part_wrap .invest_part_test_para p:before {
	content: url(/wp-content/uploads/2024/11/quotation-white.png); 
	background: #138427;
}
.incubator_part_wrap .invest_part_test_para h3, .incubator_part_wrap .invest_part_test_img h3,
.incubator_part_wrap .invest_part_test_img p {
	color: #fff !important;
}
.incubator_part_wrap .invest_part_test_para p, .incubator_part_wrap .partner-network-section .carousel-content-sec {
	color: #fff !important;
	font-weight: 200;
}
.incubator_part_wrap .partner-network-section .owl-nav img {
	filter: brightness(0) invert(1);
}
.invest_part_test_wrap .partner-network-section .btn-section-big {
	margin-top: 30px;
}
.ptnr-box .partner-btn-wrap .btn-section {
    margin: 25px 20px 50px 0px;
}
.ptnr-box .partner-btn-wrap .read-more-btn {
	padding: 17px 25px;
}

/* Careers */
.careers_apply_btn {
	margin-top: 5px;
}
.careers_apply_read {
    color: #007235;
    margin-bottom: 20px;
    display: inline-block;
}
.brc-career-bnr-title {
    margin-top: 90px;
}
.career_bnr_empty {
	width: 10% !important;
}
.career_bnr_title {
	width: 30% !important;
}
.careers_form_title {
    color: #000;
    font-size: 22px;
    margin: 25px 0px 35px;
	line-height: 35px;
}
.pum-theme-1632 .pum-close {
	background-color: #007235 !important;
}
.careers_form input {
	border-color: #007235 !important;
	margin-bottom: 10px;
}
.careers_form textarea {
	border-color: #007235 !important;
	height: 100px !important;
	margin-bottom: 10px;
}
.careers_resume_label {
	font-weight: 400;
    color: #000;
    display: block;
}
.wpcf7-form-control-wrap[data-name="resume"] .wpcf7-not-valid-tip {
    display: block !important;
}
.careers_form_btn {
	margin-top: 20px !important;
}
.apply_title {
	display: none;
}


@media screen and (max-width: 576px) {
	/* About BRC */
	.about_bnr_sec {
    	padding: 140px 0px 30px;
		background: linear-gradient(180deg, #007235 85%, #fff 85%);
	}
	.about_team_slider_wrap .owl-nav img {
		width: 30px;
		height: 30px;
	}
	.about_team_slider_wrap .owl-nav button.owl-prev {
    	margin-right: 10px;
	}
	.about_goal_img img {
		width: 30%;
	}
	.about_vision_icon_col {
    	width: 50%;
		margin-bottom: 10px;
	}
	.about_vision_icon_col:nth-child(3n+3) > div {
		float: left;
	}
	.about_vision_icon {
		text-align: unset; 
		margin-bottom: 20px;
	}
	.doc-btn img {		
		margin-left: 20px;
	}
	.about_vision-content {
		display: none;
	}
	.about-vision-mobile {
		display: block;
	}
	.about_mission_container {
		background-image: url(/wp-content/uploads/2024/12/about_mission_bnr_mobile.jpg) !important;  
	}
	
	/* Why brc */
	.invest_part_test_wrap .partner-network-section .btn-section-big {
		width: 72%;
		margin: 0px auto;
	}
}
@media screen and (min-width: 577px) and (max-width: 768px) {
	/* About BRC */
	.about_bnr_sec {
    	padding: 170px 0px 40px;
		background: linear-gradient(180deg, #007235 85%, #fff 85%);
	}
	
	/* Why brc */
	.invest_part_test_wrap .partner-network-section .btn-section-big {
		width: 73%;
		margin: 0px auto;
	}
}
@media screen and (min-width: 577px) and (max-width: 992px) {
	/* About BRC */
	.about_goal_cont_tab {
		display: flex;
		column-gap: 35px;
	}
	.about_goal_cont_tab_l, .about_goal_cont_tab_r {
		width: 100%;
		margin-top: 20px;
	}
	.about_goal_desk {
    	display: none;
    }
	.about_vision-content {
		display: none;
	}
	.about-vision-mobile {
		display: block;
	}
	
	/* Contact us */
	.contact_us_map_add p {
		width: 60%;
	}
		
	/* Careers */
	#popmake-1639.pum-container {
		width: 70% !important;
		left: 50% !important;
		transform: translateX(-50%);
	}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
	.news_bnr_sec {
		padding: 150px 0px 25px;
	}
}
@media screen and (max-width: 768px) {
	.contact_us_form p {
        width: 100%;
        padding: 0px;
        margin-bottom: 35px !important;
    }
	.contact_us_form {
		display: block; 
		margin-top: 30px;
	}
	.contact_us_sec {
		display: block; 
		padding: 130px 20px 45px;
	}
	.contact_us_map_add {
		position: unset; 
		transform: unset;
		width: 100%;
		padding: 40px 20px;
	}
	.contact_us_form_sec {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 40px 20px 15px;
	}
	.contact-us-form-submit-arrow {
		width: 50px;
	}
	/* About BRC */
	.about_bnr_title p {
		margin-bottom: 20px !important; 
		line-height: 25px;
	}
	.leadership_team_wrap .leadership_team_col_right {
		width: 100%; 
	}
	.leadership_team_wrap .leadership_team_col_left {
		width: 100%;
		padding: 5px 0px 0px;
	}
	/* News */
	.news_list_sec {
		display: block;
		width: 100%; 
	}
	.news_list_tag {
		font-size: 14px; 
	}
	.news_list_title {
		font-size: 18px;
		line-height: 23px; 
		margin-top: 0px !important;
	}
	.news_list_high_wrap {
		display: none;
		width: 100%;
		padding: 0px 0px 20px;
        border-bottom: 1px solid #707070;
	}
	.news_list_left {
    	display: block;
		padding: 25px 0px !important;
	}
	.news_list_date p {
		font-weight: 300;
		font-size: 14px; 
	}
	.post-single-banner-sec {
		padding: 130px 20px 50px;
	}
	.post-single-content-container {
		width: 87%;
	}
	.post-title {
		font-size: 27px !important;
		line-height: 33px !important; 
	}
	.news_bnr_sec {
		padding: 150px 0px 0px;
	}
	
	/* Success Stories */
	.suces_stry_warpper {
    	width: 87%;
		margin: 0px auto 30px;
	}
	.suces_stry_bnr_img {
		width: 85%;
		margin: 0 auto;
	}
	.success-stories-sec .title-with-bdr h2 {
		font-size: 16px !important;
		margin-right: 6%;
	}
	/* Why brc */
	.invest_part_test_row {
    	display: block;
	}
	.invest_part_test_img {
    	width: 100%;
	}
	.invest_part_test_para {
		width: 100%;
		padding-left: 0px;
	}
	.invest_part_test_para p {
		padding-bottom: 90px; 
	}
	.invest_part_test_img h3, .invest_part_test_para h3 {
		font-size: 22px !important; 
	}
	.invest_part_test_img p {
    	font-size: 16px;
	}
	.incubator_part_wrap .invest_part_test_col:before {
		height: 92%;
	}
	.incubator_part_wrap .invest_part_test_para p:before {
		background: unset;
		content: url(/wp-content/uploads/2025/01/quots-withoutpadding.png); 
	}
	
}
@media screen and (min-width: 992px) {
	.apply_inc_tab_sec {
		display: block !important;
	}
	.apply_inc_tab_sec {
		background-color: #fff;
	}
}
@media screen and (max-width: 992px) {
	.contact_us_title {
		width: 100%; 
		display: block; 
	}
	.contact_us_map_sec iframe {
		width: 100%;
		height: 550px;
	}
	.contact_us_info, .contact_us_form_title, .contact_us_form_wrap {
    	width: 100%;
	}
	.contact_us_info img, .contact_us_title h1 br, .contact_us_form_title h2 br {
    	display: none;
	}
	.contact_us_info_sec {
    	margin-top: 35px;
    	margin-left: 0px;
	}
	.contact_us_title h1 {
/* 		font-size: 35px !important;
		line-height: 35px !important; */
		text-align: left; 
	}
	.contact_us_call, .contact_us_mail {
    	font-size: 24px;
		word-wrap: break-word;
	}
	.contact_us_map_container, .contact_us_form_container {
    	padding: 0px !important;
	}
	.contact_us_map_sec {
		width: 100%;
		display: flex;
		flex-direction: column-reverse;
	}
	.contact_us_map_add p {
		font-size: 16px;
		line-height: 24px; 
	}
	.contact_us_form_con {
		width: 100%;
		display: block; 
	}
	.contact_us_form_title h2 {
		font-size: 35px !important; 
	}
	.contact_us_form_container .fusion-layout-column {
		margin-bottom: 0px;
	}
	.contact_pattern {
		display: none;
	}
	/* About BRC */
	.about_bnr_sec {
		display: block; 
	}
	.about_bnr_title {
		width: 87%;
        margin: 0 auto;
        display: block;
	}
	 .about_vision_img, .about_vision_img img, .about_team_sec, .about_bnr_title > div {
		width: 100%; 
	}
	.about_vision_wrap {
		width: 95%;
	}
	.about_vision_sec {
    	display: block;
		margin-top: 20px; 
	}
	.about_mission_sec {
		width: 90%;
		margin: 0 auto;
		position: unset;
		padding: 50px 35px 40px;
	}
	.about_vision_container {
		padding: 0px !important;
	}
	.about_bnr_img {
		width: 100%;
		text-align: center;
	}
	.about_bnr_img img {
		width: 87%;
	}
	.about_vision_cont {
    	margin-top: 25px;
	}
	.about_vision_ul {
		padding-left: 25px; 
	}
	.about_vision_ul li {
		margin-bottom: 25px; 
	}
	.about_vision_ul li:before {
		left: -25px; 
	}
	.about_vision_icon {
		margin-bottom: 15px;
	}
	.about_mission_container {
		background-size: cover !important; 
		background-position: right top !important;
		padding: 0px !important;
	}
	.about_mission_container .fusion-layout-column {
		padding: 200px 0px 0px ;
	}
	.about_goal_sec {
		display: block;
		width: 100%;
		padding: 60px 0px 10px;
	}
	.about_goal_col {
		width: 100%;
		padding: 35px 30px 25px;
		margin-bottom: 30px;
	}
	.about_goal_container {
		padding: 0px !important;
		width: 90%;
		margin: 0 auto !important;
	}
	.about_goal_col h5 {
		margin-top: 30px; 
	}
	.about_goal_img h4 {
		font-size: 27px !important; 
	}
	.about_team_container {
		padding: 35px 0px !important;
	}
	.about_team_slider_col {
    	padding: 0px;
	}
	.about_team_slider_wrap {
		width: 100%;
		padding-left: 5%; 
		padding-bottom: 0px;
	}
	.about_team_wrap {
		padding-left: 5%;
	}
	.about_team_slider_wrap .owl-nav, .about_exe_team_container .about_team_slider_wrap .owl-nav {
		position: absolute;
		top: -77px;
		right: 20px;	
	}
	.about_team_wrap h3:first-child {
		margin-bottom: 15px;
	}
	.about_exe_team_container {
    	margin: 40px 0px !important;
		padding: 0px !important;
	}
	.about_team_name h6 {
		margin-top: 0px;
		margin-bottom: 10px; 
	}
	.about_team_name {
		align-items: flex-start; 
		margin-top: 20px;
	}
	.about_team_name img {
		width: 27px;
	}
	.leadership_team_wrap {
		width: 100%;
		padding: 0% 5%;
	}
	.about_team_container.leadership_team_sec {
		padding: 45px 0px 10px !important;
	}
	.leadership_team_col .leadership_destination {
		border-bottom: unset;
	}
	.leadership_team_wrap .leadership_team_col:first-child {
		border-bottom: 1px solid #707070;
	}
	
	/* News */
	.news_bnr_img_desk {
		display: none;
	}
	.news_bnr_sec {
		display: block;
		background: linear-gradient(180deg, #F0F0F0 80%, #fff 80%);
	}
	.news_bnr_title {
		width: 87%;
		margin: 0 auto;
		display: block;
	}
	.news_bnr_title > div {
		width: 100%;
	}
	.news_bnr_title p {
		line-height: 25px;
		margin-bottom: 35px !important;
	}
	.news_bnr_img {
		width: 100% !important;
		display: flex;
        justify-content: center!important;
		margin-bottom: 20px;
	}
	.blog-main-bnr .news_bnr_img {
		margin-bottom: 0px !important;
	}
	.news_bnr_img .news_bnr_img_mbl {
		display: block;
		width: 87%;
	}
	.news_list_wrap {
    	width: 100%;
    	padding: 0px;
	}
	.news_list_left:first-child {
    	padding: 0px;
	}
	.news_list_left:last-child {
    	border-bottom: 1px solid #707070;
	}
	.news_list_left_col {
		padding-left: 0px;
		padding-top: 20px; 
	}
	.news_list_date img {
		width: 40px;
	}	
	.news_pagination {
		margin: 50px 0px 0px; 
	}
	.news_list_img {
		width: 100%; 
	}
	/* Apply */
	.apply_bnr_sec {
		flex-direction: column-reverse;
		padding: 130px 0px 50px;
		background: linear-gradient(180deg, #F0F0F0 83%, #fff 83%);
	}
	.apply_bnr_title {
		width: 87%;
		margin: 0 auto;
		display: block;
	}
	.apply_bnr_title > div {
		width: 100%; 
	}
	.apply_bnr_img {
		width: 100%;
		display: flex;
        justify-content: center;
	}
	.apply_bnr_img .apply_bnr_mbl {
		display: block;
		width: 87%;
	}
	.apply_bnr_desk, .apply_first_sec:before, .apply_step_right, .apply_first_sec .apply_menu_ul, .apply_inc_left, .apply_incub_anim {
		display: none;
	}
	.apply_bnr_title h1 {
		line-height: 45px !important;
	}
	.apply_inc_right {
		width: 100%;
		padding: 0px;
	}
	.apply_inc_sec {
		width: 87%; 
	}
	.docs-outr-wrap {
		display: block !important;
		padding-top: 50px;
	}
	.docs-lft-wrap, .docs-lft-inr-cont, .docs-rit-wrap img, .apply_step_left, 
	p.aply-stp-dec, .steps-list li, .apply_inc_tab_cont {
		width: 100% !important;
	}
	.aply-btns-wrap {
		width: 100% !important;
		margin-top: 0px !important;
		margin-bottom: 50px;
	}
	.docs-lft-inr-wrp {
		width: 87% !important; 
	}
	.docs-lft-inr-cont h4 {
		margin-bottom: 5px !important;
	}
	.docs-rit-wrap {
		margin-top: 0px !important;
		width: 100% !important; 
	}
	.docs-rit-wrap img {
		background: unset !important;
	}
	.doc-btn {
		width: 100% !important;
		padding: 0px !important;
		border: none !important;
		display: flex !important;
        justify-content: space-between;
		margin-right: 0px !important;
	}
	.doc-btn p {
		padding: 15px 20px;
		border: 1px solid #fff;
		border-radius: 10px;
		width: 80%;
	}
	.doc-btn img {
		padding: 15px 20px;
		border: 1px solid #fff;
		border-radius: 10px;
	}
	.apply_inc_title {
		color: #007235;
		font-size: 18px !important;
		font-weight: 500; 
	}
	.apply_step_con {
		width: 87%;
		margin: 0 auto;
		padding-top: 60px;
		padding-bottom: 30px; 
	}
	.apply_step_wrap {
		display: block; 
		margin-top: -15px;
	}
	.apply_mbl_wrap {
		display: block;
		width: 87%;
		margin: 0 auto;
		background-color: #007235;
		border-radius: unset;
	}
	.apply_menu_mbl {
		color: #fff;
		padding: 15px 20px 10px;
		border-radius: 10px 10px 0px 0px;
		font-weight: 300;
        font-size: 17px;
		position: relative;
	}
	.apply_menu_ul_mbl {
		list-style: none;
		padding: 0px 0px 10px 20px;
		margin: 0px 0px 0px;
		border-radius: 0px 0px 10px 10px;
	}
	.apply_menu_ul_mbl li a {
		position: relative;
		font-weight: 300;
        font-size: 17px;
		color: #fff;
		width: 100%;
        display: block;
		padding: 7px 0px;
	}
	.apply_menu_mbl:after, .apply_menu_ul_mbl li a:after {
		content: "";
		border: solid #fff;
		border-width: 0 1px 1px 0;
		display: inline-block;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: absolute;
		right: 25px;
		top: 45%;
	}
	.apply_inc_tab_sec {
		margin-top: 20px; 
	}
	.apply_inc_tab {
		display: block;
		border: 1px solid #707070;
		padding: 0px 25px;
		border-radius: 20px;
		margin-bottom: 20px;
		position: relative;
		cursor: pointer;
	}
	.apply_inc_tab:has(.apply_inc_tab_sec.open) {
		border-radius: 20px;
		padding: 25px 20px;
		position: relative;
	  	background-color: #F0F0F0;
		border: none;
	}
	.apply_inc_tab::after {
	  	content: "";
		border: solid #000;
		border-width: 0 1px 1px 0;
		padding: 3px;
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		position: absolute;
		top: 26px;
		right: 25px;
	}
	.apply_inc_tab:has(.apply_inc_tab_sec.open):after { 
		content: "";
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
		top: 33px;
	}
	.apply_acc_title {
		display: block;
		font-size: 20px !important;
		color: #454545 !important;
		font-weight: 500 !important;
		margin-bottom: 0px;
		padding: 20px 0px;
	}
	.apply_inc_what {
		padding: 0px 20px 0px;
		margin-top: 35px;
		margin-bottom: 10px;
		border-left: 3px solid #007235;
	}
	.apply_inc_what h6 {
		color: #454545 !important;
        font-size: 17px !important;
        margin-bottom: 17px;
	}
	.fusion-fullwidth.forms-nd-docs-sec {
		margin-top: 15px !important; 
	}
	
	/* Why brc */
	.partner_network_wrap {
		background: url(/wp-content/uploads/2024/11/Partner-Network-Mobile-Img.jpg) no-repeat;
		background-size: contain;
		padding: 55% 7% 0%;
		margin-bottom: 0%;
	}
	.partner_network_col {
		padding: 30px 35px 0px;
		width: 100%;
		position: unset;
	}
	.co_incu_part_sec {
		padding: 0px !important;
		margin: 50px 0px 30px !important;
	}
	.mentor_partner_sec {
		margin-bottom: 55px !important;
	}
	.invest_partner_sec .ciap-heading, .industry_partners_sec .ciap-heading, .mentor_partner_sec .ciap-heading {
		margin-bottom: 0px !important;
	}
	.co_incu_part_logo_sec .fusion-column-wrapper {
		margin: 0px !important;
	}
	.invest_part_test_wrap .partner-network-section {
		width: 100%;        
		margin: 45px 0px 60px;
	}
	.invest_part_test_col {
		width: 100%; 
	}
	.invest_part_test_wrap.incubator_part_wrap {
		margin-top: 0px;
	}
	.ptnr-box .partner-btn-wrap .btn-section {
		margin: 30px 20px 10px 0px;
	}
	.co_incu_part_sec .invest_part_test_wrap {
		flex-direction: column-reverse;
	}
	.co_incu_part_sec .invest_part_test_col {
		margin-top: 40px;
	}
	
	/* Success Stories */
	.suces_stry_right {
		width: 100%; 
		padding-left: 0px;
	}
	.suces_stry_left {
		width: 100%;
	}
	.suces_stry_name {
		margin: 20px 0px; 
	}
	.suces_stry_col {
		padding: 40px 0px 30px;
	}
	.suces_stry_bnr_title {
		width: 100%;
	}
	.suces_stry_bnr_img .apply_bnr_mbl {
		display: block;
		width: 100%;
	}
	.suces_stry_bnr_sec {
		padding: 110px 0px 30px;
    	flex-direction: column-reverse;
	}
	.suces_stry_bnr_title > div {
		width: 85%;
		margin: 30px auto 30px;
	}
	.suces_stry_container:before, .suces_stry_container:after {
		content: unset;
	}
	/* Careers */
	.brc-career-bnr-title {
		margin-top: 0px;
		margin-bottom: 10px;
	}
	.brc-career-bnr-title h1 {
		margin-top: 0px !important;
	}
	.career_bnr_title {
    	width: 80% !important;
	}
}
@media screen and (min-width: 769px) and (max-width: 992px) {
	.contact_us_form p {
		padding: 0px; 
		width: 48%;
	}
	.contact_us_sec {
		display: block; 
		padding: 130px 30px 50px;
	}
	.contact_us_map_add {
		position: unset; 
		transform: unset;
		width: 100%;
		padding: 40px 30px;
	}
	.contact_us_form_sec {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 40px 30px 30px;
	}
	.contact_us_form {
		justify-content: space-between; 
	}
	/* About BRC */
	.about_bnr_sec {
    	padding: 170px 0px 70px;
	}
	.leadership_team_wrap .leadership_team_col_right {
		width: 35%; 
	}
	.leadership_team_wrap .leadership_team_col_left {
		width: 65%;
		padding: 0px 0px 0px 30px;
	}
	/* News */
	.news_list_sec {
		display: block;
		width: 90%; 
	}
	.news_list_title {
		font-size: 22px;
		line-height: 30px; 
		margin-top: 0px !important;
	}
	.news_list_high_wrap {
		display: none;
		width: 100%;
		padding: 0px 0px 25px;
        border-bottom: 1px solid #707070;
	}
	.news_list_left {
    	display: block;
		padding: 25px 0px !important;
	}
	.post-single-banner-sec {
		padding: 140px 20px 70px;
	}
	.post-single-content-container {
		width: 80%;
	}
	.post-title {
		font-size: 30px !important;
		line-height: 40px !important; 
	}
	/* Success Stories */
	.suces_stry_warpper {
    	width: 83%;
		margin: 0px auto 30px;
	}
	.suces_stry_bnr_img {
		width: 80%;
		margin: 0 auto;
	}
	.success-stories-sec .title-with-bdr h2 {
		font-size: 18px !important;
		margin-right: 6%;
	}
	/* Why */
	.invest_part_test_para p {
		padding-bottom: 90px; 
	}
	.invest_part_test_wrap .partner-network-section .btn-section-big {
		width: 72%;
		margin: 0px auto;
	}
	.incubator_part_wrap .invest_part_test_para p:before {
/* 		background: #18841a; */
		background: #09864C;
	}
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
	.contact_us_title h1 {
/* 		font-size: 50px !important;
		line-height: 50px !important;  */
	}
	.contact_us_title {
		justify-content: left; 
		padding-left: 60px;
	}
	.contact_us_title h1 br {
		display: none;
	}
	.contact_us_info_sec {
    	margin-top: 40px;
    	margin-left: 60px;
	}
	.contact_us_call, .contact_us_mail {
    	font-size: 24px;
	}
	.contact_us_map_add {
		padding: 40px; 
		width: 35%;
	}
	.contact_us_map_add p {
		font-size: 20px;
		line-height: 25px;
	}
	.contact_us_map_sec {
		width: 95%; 
	}
	.contact_us_form_sec {
		width: 95%; 
		padding: 40px 30px;
		margin-bottom: 40px;
	}
	.contact_us_form_title {
    	width: 30%;
	}
	.contact_us_form_wrap {
    	width: 70%;
	}
	.contact_us_form {
		row-gap: 20px; 
	}
	.contact_pattern {
		height: 100px;
	}
	/* About BRC */
	.about_bnr_sec {
		padding: 170px 0px 50px; 
	}
	.about_bnr_title {
		padding-left: 70px;
		justify-content: unset;
	}
	.about_vision {
		width: 95%; 
	}
	.about_vision_wrap {
    	width: 44%;
	}
	.about_vision_sec {
		margin-top: 40px; 
	}
	.about_vision_icon_col {
		width: 50%; 
	}
	.about_vision_icon_col:nth-child(2n+1) > div {
		float: left;
	}
	.about_vision_icon_col:nth-child(2n+2) > div {
		float: right;
	}
	.about_mission_container {
		background-size: cover !important; 
	}
	.about_mission_sec {
		width: 80%;
        right: 0px;
        left: 10%;
        padding: 40px 40px 20px;
        transform: translateX(-50%);
	}
	.about_mission_container .fusion-layout-column {
		padding: 23%; 
	}
	.about_goal_sec {
		padding: 80px 0px 60px; 
	}
	.about_goal_col {
		padding: 35px 30px 15px;
		width: 32%; 
	}
	.about_goal_img img {
        width: 40%;
		height: 92px;
        object-fit: contain;
    }
	.about_bnr_title > div, .about_team_sec, .about_team_slider_wrap, .leadership_team_wrap  {
		width: 100%;
	}
	.about_team_slider_col {
    	padding: 0px;
	}	 
	.about_exe_team_container {
    	margin: 60px 50px !important;
		padding: 0px !important;
	}
	.about_team_slider_wrap .owl-nav {
		margin-top: 45px; 
	}
	.about_team_container {
    	padding: 50px 50px 60px !important;
	}
	.leadership_team_wrap .leadership_team_col_right {
		width: 30%;
	}
	.leadership_team_wrap .leadership_team_col_left {
    	width: 70%;
	}
	.about_team_container.leadership_team_sec {
		padding: 60px 50px 25px !important;
	}
	/* News */
	.news_bnr_title {
		width: 40%; 
	}
	.news_bnr_img {
    	width: 55% !important;
	}
	.news_bnr_title > div {
		width: 70%; 
	}
	.news_list_sec {
		width: 100%; 
	}
	.news_list_high_wrap {
    	width: 45%;
    	padding: 0px 30px;
	}
	.news_list_wrap {
		width: 55%;
		padding: 0px 30px;
	}
	.news_list_left {
    	display: block;
	}
	.news_list_left_col {
		padding-left: 0px;
		padding-top: 20px; 
	}
	.news_list_left_col .news_list_date {
		align-items: center;
	}
	.news_list_title {
		font-size: 20px !important;
	}
	.news_list_img {
		width: 100%; 
	}
	.post-single-banner-sec {
		padding: 140px 20px 80px;
	}
	.post-single-content-container {
		width: 60%;
	}
	/* Apply */
	.apply_bnr_title > div {
		width: 70%;
	} 
	.apply_bnr_sec {
		background: linear-gradient(180deg, #F0F0F0 83%, #fff 83%);
		padding: 170px 0px 50px;
	}
	.apply_menu_ul li {
		margin: 0px 35px; 
	}
	.apply_inc_wrap {
		column-gap: 0px;
        justify-content: space-between;
	}
	.apply_inc_right {
		width: 62%;
		padding: 0px;
	}
	.apply_first_sec:before, .steps-list, .apply_step_right {
		display: none !important;
	}
	.docs-lft-inr-wrp {
		width: 70% !important;
		margin: 0 auto;
		padding: 70px 0px;
	}
	.aply-btns-wrap {
		width: 100% !important;
		margin-top: 40px !important; 
	}
	.aply-btns-wrap .doc-btn {
    	width: 100%;
	}
	.steps-list.steps-list-tab {
		display: block !important;
        margin-top: 0px;
	}
	.steps-list li {
		padding: 45px 20px 25px 20px !important;
		border-left: 2px solid #218E11 !important;
		width: 100% !important;
	}
	.docs-lft-inr-cont {
    	width: 90% !important;
	}
	.apply_step_con {
		padding-bottom: 40px; 
	}
	.docs-rit-wrap {
		height: 100%;
	}
	.docs-rit-wrap img {
		height: 100%;
		object-fit: cover;
	}
	.apply_incub_anim {
		width: 32%;
		height: 50%;
	}
	
	/* Home */
	.prot-box {
		right: 80px !important; 
	}
	.number {
		font-size: 100px !important; 
	}
	.proto-box-slide .owl-nav {
        margin-top: 10px;
    }
	.incub-sec {
		margin-top: 110px !important; 
	}
	.incub-sec .fusion-builder-row.fusion-row .fusion-layout-column {
		width: 50% !important; 
	}
	.home_incub_sec.incub-sec .fusion-builder-row.fusion-row .fusion-layout-column {
		width: 46% !important; 
	}
	.fusion-fullwidth.incub-wu-sec {
		margin-bottom: 50px;
	}
	
	/* 	New */
	
	.about_vision_img-scroll {
    width: 58% !important;
    display: flex !important;
    justify-content: center !important;
	}
	.about_vision_img-scroll img{
    width: 78% !important;
	}
	.about_vision_cont-scroll {
    width: 42%;
    margin-right: 3%;
	}
	
	/* Why brc */
	.partner_network_wrap {
		padding: 25% 12% 0%;
		margin-bottom: 0%;
		background-size: 100%;
	}
	.partner_network_col {
		width: 100%;
		padding: 40px 40px 10px;
		position: unset;
	}
	.invest_partner_sec .invest_part_logo_sec, .invest_partner_sec .invest_part_spea_sec,
	.co_incu_part_sec .co_incu_part_spea_sec, .co_incu_part_sec .co_incu_part_logo_sec,
	.industry_partners_sec .indus_part_logo_sec, .industry_partners_sec .indus_part_spea_sec {
		width: 50%;
	}
	.invest_partner_sec .ciap-heading, .industry_partners_sec .ciap-heading {
		margin-bottom: 0px !important;
	}
	.invest_partner_sec .btn-section-big, .co_incu_part_logo_sec .btn-section-big, .indus_part_logo_sec .btn-section-big  {
		margin-left: 15%;
		margin-top: 10%;
	}
	.invest_part_test_col {
		width: 53%;
	}
	.invest_part_test_wrap .partner-network-section {
		width: 42%;
	}
	.invest_part_test_row {
		display: block; 
	}
	.invest_part_test_img {
		width: 65%;
	}
	.invest_part_test_para {
		width: 100%;
		padding-left: 0px;
	}
	.invest_part_test_wrap {
    	margin-top: 50px;
	}
	.invest_part_test_para p {
		padding-bottom: 90px;
	}
	.incubator_part_wrap .invest_part_test_col:before {
		height: 92%;
	}
	 .mentor_partner_sec .ciap-heading {
		margin-bottom: 0px !important;
	} 
	.invest_part_test_wrap .partner-network-section .btn-section-big {
		width: 72%;
		margin: 30px auto 0px;
	}
	.incubator_part_wrap .invest_part_test_para p:before {
		background: unset;
		content: url(/wp-content/uploads/2025/01/quots-withoutpadding.png); 
	}
	
	/* Success Stories */
	.suces_stry_warpper {
		width: 90%;
		margin: 0px auto 40px;
	}
	.suces_stry_right {
		padding-left: 35px;
	}
	.suces_stry_container:before, .suces_stry_container:after {
		content: unset;
	}
	
	/* Careers */
	.brc-career-bnr-title {
		margin-top: 20px;
	}
	.career_bnr_empty {
		width: 4% !important;
	}
	.career_bnr_title {
		width: 35% !important;
	}
	.srm-our-culture-sec {
		padding: 0px 0px 50px !important;
	}
	.srm-our-culture-sec .careers-culture .culture-container {
		padding: 0px 20px;
	}
	.careers-different-sec .careers-different-sec-container{
		padding: 25px 30px 0px;
	}
	#popmake-1639.pum-container {
		width: 50% !important;
		left: 50% !important;
		transform: translateX(-50%);
		margin-left: 0px !important;
	}
	.careers-different-sec-container .careers_different_left_sec, .careers-different-sec-container .careers_different_right_sec,
	.careers_different_right_sec .fusion-imageframe, .careers_different_right_sec .fusion-imageframe img {
		width: 100%;
	}
	.careers_different_left_sec .make-diff-container {
		padding: 30px 0px 30px;
	}
}
@media screen and (min-width: 1201px) and (max-width: 1400px) {
	.contact_us_title h1 {
/* 		font-size: 65px !important;
		line-height: 60px !important;  */
	}
	.contact_us_info_sec {
		margin-top: 50px;
		margin-left: 100px;
	}
	.contact_us_call, .contact_us_mail {
		font-size: 26px;
	}
	.contact_us_map_sec {
		width: 95%; 
	}
	.contact_us_form_sec {
		width: 95%; 
		padding: 50px 40px;
		margin-bottom: 40px;
	}
	.contact_us_map_add p {
		font-size: 20px;
		line-height: 30px;
	}
	.contact_us_form_title {
    	width: 30%;
	}
	.contact_us_form_wrap {
    	width: 70%;
	}
	.contact_pattern {
		height: 100px;
	}
	/* About BRC */
	.about_bnr_img {
    	width: 40%;
	}
	.about_bnr_sec {
		background: linear-gradient(180deg, #007235 80%, #fff 80%);
		padding: 170px 0px 40px; 
	}
	.about_bnr_title > div {
    	width: 60%;
	}
	.about_vision_sec {
		margin-top: 60px; 
	}
	.about_vision_wrap {
    	width: 45%;
	}
	.about_mission_container {
		background-size: cover !important; 
	}
	.about_mission_sec {
		width: 50%;
		left: 90px; 
	}
	.about_mission_container .fusion-layout-column {
    	padding: 20%;
	}
	.about_goal_sec {
		width: 100%;
		padding: 80px 60px 60px; 
	}
	.about_goal_col {
		padding: 45px 35px 30px;
		width: 32%;
	}
	.about_team_slider_wrap {
		width: 90%; 
	}
	.about_team_sec {
		width: 93%; 
	}
	.about_exe_team_container {
    	margin: 60px 20px !important;
	}
	.leadership_team_wrap .leadership_team_col_right {
		width: 30%;
	}
	.leadership_team_wrap .leadership_team_col_left {
		width: 70%;
	}
	.leadership_team_wrap {
		width: 100%; 
	}
	/* News */	 
	.news_list_sec {
		width: 100%; 
	}
	.news_bnr_img {
    	width: 49%;
	}
	.news_bnr_title > div {
		width: 70%; 
	}
	.news_bnr_title {
		width: 45%; 
	}
	.news_list_wrap {
		width: 60%; 
	}
	.news_list_high_wrap {
		width: 40%;
    	padding: 0px 50px;
	}
	.post-single-content-container {
		width: 60%;
	}
	
	/* Apply */
	.apply_first_sec:before {
		display: none;
	}
	.apply_inc_wrap {
		column-gap: 50px; 
	}
	.apply_inc_right {
		width: 65%;
		padding: 0px 30px;
	}
	.docs-lft-inr-cont {
		width: 100% !important;
	}
	.aply-btns-wrap {
		margin-top: 40px !important; 
	}
	.apply_step_con {
		padding-bottom: 50px; 
	}
	.aply-btns-wrap {
		width: 100% !important; 
	}
	.docs-lft-inr-wrp {
		padding: 80px 0px; 
	}
	.docs-rit-wrap {
		height: 100%;
	}
	.docs-rit-wrap img {
		height: 100%;
		object-fit: cover;
	}
	.apply_incub_anim {
		width: 27%;
		height: 50%;
	}
	
	/* 	New */
	.about_vision_img-scroll {
    width: 58% !important;
    display: flex !important;
    justify-content: center !important;
	}
	.about_vision_img-scroll img{
    width: 78% !important;
	}
	.about_vision_cont-scroll {
    width: 39%;
    margin-right: 6%;
	}
	
	/* Why brc */
	.partner_network_wrap {
		padding: 25% 12% 0%;
	}
	.partner_network_col {
		width: 55%;
		padding: 40px 40px 10px;
		position: unset;
	}
	.invest_part_test_para p {
		padding-bottom: 90px;
	}
	.advisory-sec-cod img {
   		width: 75% !important;
	}
	.infrastructure-section {
		margin-top: 20% !important;
	}
	
	/* Success Stories */
	.suces_stry_warpper {
		width: 70%;
		margin: 0px auto 40px;
	}
	.suces_stry_right {
		padding-left: 35px;
	}
	.suces_stry_container:before {
		width: 100px;
	}
	.suces_stry_container:after {
		left: -50px;
	}
	
	/* Home */
	.number {
		font-size: 120px !important; 
	}	
	
	/* Careers */
	.brc-career-bnr-title {
		margin-top: 40px;
	}
	.career_bnr_empty {
		width: 5% !important;
	}
	.career_bnr_title {
		width: 35% !important;
	}
	.careers-different-sec .careers-different-sec-container {
		padding: 50px 50px 0px;
	}
	#popmake-1639.pum-container {
		width: 40% !important;
		left: 50% !important;
		transform: translateX(-50%);
		margin-left: 0px !important;
	}
	.careers-different-sec-container .careers_different_left_sec, .careers-different-sec-container .careers_different_right_sec,
	.careers_different_right_sec .fusion-imageframe, .careers_different_right_sec .fusion-imageframe img {
		width: 100%;
	}
	.careers_different_left_sec .make-diff-container {
		padding: 30px 0px 30px;
	}
}
@media screen and (min-width: 1401px) and (max-width: 1600px) {
	.contact_us_title h1 {
/* 		font-size: 80px !important;
		line-height: 70px !important;  */
	}
	.contact_us_call, .contact_us_mail {
		font-size: 26px;
	}
	.contact_us_info_sec {
		margin-top: 60px;
		margin-left: 100px;
	}
	.contact_us_map_add p {
		line-height: 30px;
		font-size: 20px; 
	}
	.contact_us_map_add {
		padding: 45px;
	}
	.contact_us_form_sec {
		padding: 70px 50px; 
	}
	.contact_us_form_wrap {
    	width: 60%;
	}
	.contact_pattern {
		height: 150px;
	}
	/* About BRC */
	.about_bnr_img {
    	width: 40%;
	}
	.about_vision_wrap {
    	width: 45%;
	}
	.about_mission_sec {
    	width: 40%;
	}
	.about_goal_col {
		padding: 50px 50px 40px; 
		width: 32%;
	}
	.about_goal_sec {
		width: 100%;
	}
	.about_team_container {
    	padding: 50px 40px !important;
	}
	.about_exe_team_container {
    	margin: 60px 10px !important;
	}
	.about_team_slider_wrap {
		width: 90%; 
	}
	.about_vision_sec {
		justify-content: space-between; 
	}
	.leadership_team_wrap .leadership_team_col_right {
		width: 30%;
	}
	.leadership_team_wrap .leadership_team_col_left {
		width: 70%;
	}
	.about_team_container.leadership_team_sec {
		padding: 60px 40px 35px !important;
	}
	/* News */
	.news_list_high_wrap {
		width: 40%; 
		padding: 0px 40px;
	}
	.news_list_wrap {
		width: 60%; 
	}
	/* Apply */
	.apply_inc_right {
		padding: 0px 40px; 
	}
	.aply-btns-wrap {
		width: 100% !important; 
		margin-top: 60px !important;
	}
	.doc-btn {
		width: 42% !important; 
	}
	.docs-lft-inr-wrp {
		width: 70% !important;
		padding: 100px 0 !important; 
	}
	.docs-lft-inr-cont {
		width: 100% !important;
	}
	.apply_step_con {
		padding-bottom: 70px; 
	}
	.docs-rit-wrap {
		height: 100%;
	}
	.docs-rit-wrap img {
		height: 100%;
		object-fit: cover;
	}
	.apply_incub_anim {
		width: 28%;
		height: 60%;
	}
	
	
	/* 	New */
	
	.about_vision_img-scroll {
    width: 58% !important;
    display: flex !important;
    justify-content: center !important;
	}
	.about_vision_img-scroll img{
    width: 78% !important;
	}
	.about_vision_cont-scroll {
    width: 37%;
    margin-right: 8%;
	}
		
	/* Why brc */
	.partner_network_wrap {
		padding: 8% 8% 0%;
		margin-bottom: 0%;
		background-size: 100%;
	}
	.partner_network_col {
		width: 50%;
		position: unset;
		padding: 50px 50px 20px;
	}
	.invest_part_test_para p {
		padding-bottom: 90px;
	}
	.advisory-sec-cod img {
   		width: 75% !important;
	}
	.infrastructure-section {
		margin-top: 20% !important;
	}
	.mentor_partner_sec .invest_part_test_col {
		background: linear-gradient(180deg, #fff 17%, #F0F0F0 17%);
	}
	
	/* Success Stories */
	.suces_stry_warpper {
		width: 75%;
		margin: 0px auto 40px;
	}
	.suces_stry_right {
		padding-left: 40px;
	}
	.suces_stry_container:before {
		width: 100px;
	}
	.suces_stry_container:after {
		left: -50px;
	}
		
	/* Home */
	.number {
		font-size: 140px !important; 
	}
		
	/* Careers */
	.brc-career-bnr-title {
		margin-top: 40px;
	}
	.careers-different-sec .careers-different-sec-container {
		padding: 30px 40px 0px;
	}
	.careers-different-sec-container .careers_different_left_sec {
		width: 40%;
	}
	.careers-different-sec-container .careers_different_right_sec{
		width: 60%;
	}
}	
@media screen and (min-width: 1601px) and (max-width: 1800px) { 
	.contact_pattern {
		height: 100px;
	}
	/* About BRC */
	.about_bnr_img, .about_mission_sec {
    	width: 40%;
	}
	.about_vision_sec {
    	justify-content: space-between;
	}
	.about_vision_wrap {
    	width: 45%;
	}
	.about_goal_sec {
		width: 100%;
	}
	.leadership_team_wrap {
		padding: 10px 25px 0px;
	}
	/* Apply */
	.aply-btns-wrap {
		width: 100% !important; 
	}
	
	.about_vision_img-scroll {
		width: 58% !important;
		display: flex !important;
		justify-content: center !important;
	}
	.about_vision_img-scroll img{
    	width: 78% !important;
	}
	.about_vision_cont-scroll {
		width: 34%;
		margin-right: 10%;
	}
	.apply_incub_anim {
		right: -20px;
	}
	
	/* Why brc */
	.partner_network_wrap {
		margin-bottom: 5%; 
	}
	.partner_network_col {
		background: #fff;
		width: 40%; 
	}
	.invest_part_test_para p {
		padding-bottom: 90px;
	}
	.advisory-sec-cod img {
   		width: 75% !important;
	}
	.infrastructure-section {
		margin-top: 17% !important;
	}
	
	/* Success Stories */
	.suces_stry_right {
		padding-left: 40px;
	}
	.suces_stry_container:before {
		width: 100px;
	}
	.suces_stry_container:after {
		left: -50px;
	}
}

@media screen and (min-width: 1801px) { 
	.incubator_part_wrap .invest_part_test_para p:before {
		background: transparent;
		content: url(/wp-content/uploads/2025/01/quots-withoutpadding.png); 
	}
}
@media screen and (min-width: 1801px) and (max-width: 2000px) { 
	.leadership_team_wrap {
		padding: 1px 25px 0px;
	}
	/* Apply */
	.aply-btns-wrap {
		width: 100% !important; 
	}
	.apply_bnr_title .apply_bnr_title_desktop {
		width: 47%;
	}
	.apply_incub_anim {
		right: -20px;
	}
	
	/* Why BRC */
	.invest_part_test_para {
		padding-top: 15%;
	}
}
@media screen and (min-width: 2001px) { 
	.contact_us_form_sec {
		padding: 90px 100px; 
	}
	.contact_us_form_title {
		width: 35%;
	}
	.contact_us_form_wrap {
		width: 60%;
	}
	/* About BRC */
	.about_mission_sec {
		width: 25%;
		left: 10%;
	}
	.about_mission_container .fusion-layout-column {
		padding: 13%;
	}
	.about_bnr_title > div {
    	width: 30%;
	}
	.about_goal_container .fusion-builder-row {
	    max-width: 80% !important;
	}
	.about_team_sec {
		width: 70%;
	} 
	.about_goal_sec {
		padding: 80px 50px 60px;
	}
	.leadership_team_wrap {
		padding: 10px 25px 0px;
	}
	/* News */
	.news_bnr_sec {
		padding: 150px 0px 100px;
	}
	.news_list_sec {
    	width: 80%;
	}
	.news_list_high_wrap {
		width: 50%; 
	}
	.news_list_wrap {
		width: 50%;
		padding: 0px 70px;
	}
	.post-single-banner-sec {
		padding: 180px 20px 120px;
	}
	/* Apply */
	.apply_bnr_title .apply_bnr_title_desktop {
		width: 45%;
	}
	.apply_bnr_img {
		width: 50%;
		text-align: right;
	}
	.apply_bnr_img .apply_bnr_desk {
		width: 75%;
	}
	.apply_menu_ul {
		width: 55%; 
	}
	.apply_inc_sec {
		width: 75%; 
		padding-top: 90px; 
	}
	.docs-lft-inr-wrp {
		width: 50% !important; 
	}	
	.docs-lft-inr-cont, .aply-btns-wrap {
		width: 100% !important;
	}
	.apply_step_con {
		width: 75%; 
	}
	.apply_step_right {
		text-align: right; 
	}
	.about_vision_img-scroll {
    width: 63% !important;
    display: flex !important;
    justify-content: center !important;
	}
	.about_vision_img-scroll img {
    width: 50% !important;
	}
	
	/* Success Stories */
	.suces_stry_bnr_img img {
		width: 80%;
	}
	.suces_stry_warpper {
		width: 60%;
	}
		
	/* Careers */
	.careers-different-sec-container .fusion-layout-column:nth-child(2) {
		text-align: center;
	}
		
	/* Why BRC */
	.invest_part_test_para {
		padding-top: 15%;
	}
}
@media screen and (min-width: 2101px) and (max-width: 2300px) { 
	/* Why brc */
	.partner_network_wrap {
		padding: 15% 15% 10%;
		margin-bottom: 3%;
		background-size: cover;
	}
	
	/* Apply */
	.apply_incub_anim {
		right: -50px;
	}
}
@media screen and (min-width: 2301px) { 
	/* Why brc */
	.partner_network_wrap {
		padding: 15% 15% 10%;
		margin-bottom: 2%;
		background-size: cover;
	}
	.partner_network_col {
		width: 25%;
	}
	.co_incu_part_sec .fusion-builder-row {
    	max-width: 77% !important;
	}
	.advisory-sec-cod::after {
		right: -39% !important;
		transform: scale(1.3);
	}
	
	/* Careers */
	.career_bnr_empty {
		width: 5% !important;
	}
	.career_bnr_title {
		width: 40% !important;
	}
	
	/* Apply */
	.apply_incub_anim {
		right: -70px;
		width: 35%;
		height: 90%;
	}
}


/* Sudharsan Css End */



