.header_inner .logo-outer {
	top: 12px;
}
.apply_btn {
	width: 30%;
	float: right;
	text-align: right;
	padding-right: 10px;
	position: relative;
	right: -8px;
}
.apply_btn a {
	border: 1px solid #b294c7;
	display: inline-block;
	border-radius: 5px;
	min-width: 170px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	position: relative;
	padding: 15px;
	background: #65298f; 
	text-align: left;
	z-index: 9;
	margin-right: 5px;
}

.apply_btn a::after {
	content: '';
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .80s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
	border-radius: 4px;
}
.apply_btn a:hover::after {
	transform: scaleY(1);
}
.apply_btn a:hover {
	color: #65298f;
	border-color: #fff;
	border:1px solid #65298f;
}
.apply_btn a::before {
	position: absolute;
	content: "";
	mask: url('../images/button_arrow.svg');
	-webkit-mask: url('../images/button_arrow.svg');
	mask-size: 20px;
	-webkit-mask-size: 20px;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background: #fff;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9; 
	transition: ease 0.4s;
}
.apply_btn a:hover::before {
	content: "";background: #65298f;
	right: 12px;
}
.apply_btn a:hover span {
	position:relative;
	z-index:9;
}
.academy_banner img {
	height: 100vh;
	width: 100%;
	object-fit: cover;
	object-position: top;
}
.academy_banner::before {
	position: absolute;
	content: "";
	height: 100%;
	left: 0;
	right: 0;
	background: #65298f;
	opacity: 0.6;
}
.academy_banner {
	display: inline-block;
	width: 100%;
	position:relative;
}
.academy_banner .home-banner-inner {
	width: 100%;
	position: absolute;
	padding: 0 60px;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: end;
	height: 100%;
	max-width: 1500px;
	left:0;
	right:0;
	margin:auto;
}
.academy_banner  .home-banner-inner p {
	color: #fff;
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
/* 	font-style: italic; */
	text-align: right;
	margin: 40px 0;
}
.academy_banner  .home-banner-inner h1 {
	font-weight: 600;
	text-align: right;
}
.banner_btn a {
	border: none;
	display: inline-block;
	border-radius: 5px;
/*	min-width: 200px;*/
	font-size: 16px;
	color: #65298f;
	font-weight: 300;
	text-decoration: none;
	position: relative;
	padding: 15px;
	background: #fff;
	text-align: left;
	z-index: 9;
	margin-right: 1px;
	    padding-right: 58px;
}
 
.banner_btn a::after {
	content: '';
	background-color: #65298f;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0; 
	transform: scaleY(0);
	transition: transform .80s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
	border-radius: 4px;
}
.banner_btn a:hover::after {
	transform: scaleY(1);
}
.banner_btn a:hover {
	color: #fff;
	border-color: #65298f;

}
.banner_btn a::before {
	position: absolute;
	content: "";
	mask: url('../images/button_arrow.svg');
	-webkit-mask: url('../images/button_arrow.svg');
	mask-size: 20px;
	-webkit-mask-size: 20px;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background: #65298f;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9; 
	transition: ease 0.4s;
}
.banner_btn a:hover::before {
	content: "";background: #fff;
	right: 12px;
}
.banner_btn a:hover span {
	position:relative;
	z-index:9;
}
.banner_btn {
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: end;
}
.banner_btn a.position_btn {
	/* background: #909090; */
	background: transparent;
	/*min-width: 230px;*/
	border: 1px solid #ffff;
	color: #fff;
	padding-right: 58px;
}
.banner_btn a.position_btn::before {
	background: #fff;
}
.banner_btn a.position_btn:hover{border-color:#65298f;}
.academy_main .team-right p {
	font-weight: 400;
	margin: 0 0 20px 0;
	font-size: 20px;
/* 	font-style: italic; */
	line-height: 27px;
}
.academy_main .team-right h2 {
	font-size: 45px;
	line-height: 53px;
	margin: 0px 0 20px 0;
}
.academy_main .team-right ul li {
	color: #fff;
	font-size: 20px;
	/* font-style: italic; */
	margin-bottom: 10px; 
	position: relative;
	padding-left: 15px; 
}
.academy_main .team-right ul li::after {
	left: 0;
	top: 8px;
	background: #fff;
	width: 8px;
	height: 8px;
	content: "";
	position: absolute;
	border-radius: 100%;
}
.academy_main .team-right {
	right: auto;
	left: 0;
}
.academy_main .team-left {
	float: right;
}
.academy_main .mission-flex {
	justify-content: end;
	margin: 50px 0 100px 0;
}
.academy_main  .team-right {
	padding: 60px;margin: 60px 0 0;
}
.academy_main .team-left img {
	box-shadow: 10px 10px 0 #65298f;
	min-height: 700px;
	object-fit: cover;
}

.academy_main .why_sec .team-left {
	float: left;
}
.academy_main .why_sec .team-right {
	right: 0;
	left: auto;
}

.academy_main  .mission-flex.why_sec {
	justify-content: start;
}
.academy_main .why_sec .team-left img {
	box-shadow: -10px 10px 0 #65298f;
	min-height: 650px;
}
.academy_main  .team-right a::after {
	 z-index:unset;
}
.academy_main  .team-right a span {
	position: relative;
	z-index: 9;
}
.academy_main .mission-outer .mission-flex {
	justify-content: space-between;
	margin: 0;
}
.academy_main .mission-outer  .mission-right {
	width: 50%;
}
.academy_main .mission-outer .mission-right p {
/* 	font-style: italic; */
}
.academy_main .mission-outer  .mission-left h5 {
	font-size: 45px;
}
.road_map_sec {
	background: #fbf8fb;
	padding: 100px 0 50px 0;
}
.road_map_sec h2 {
	font-size: 45px;
	font-style: italic;
	color: #65298f;
	margin: 0 0 20px 0;
}
.road_map_sec p {
	font-size: 16px;
	line-height: 27px;
	display: block;
	margin-top: 0;
}
.road_map_sec ul {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 40px;
	margin: 50px 0 0 0;
}
.road_map_sec ul li {
	width: 25%;
}
.road_map_sec .map_bx {
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px 0px #ddd;
}
.road_map_sec .map_bx h3 {
	background: #5c068c;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 15px;
	position: relative;
	border-top-left-radius: 5px;
}
.road_map_sec .map_bx h3::before {
	position: absolute;
	content: "";
	right: -20px;
	border-left: 20px solid #5c068c;
	border-top: 28px solid transparent;
	border-bottom: 28px solid transparent;
	width: 0;
	top: 0;
}
.road_map_sec .map_bx p {
	font-size: 16px;
	color: #333333;
	font-weight: 300;
	min-height: 150px;
}
.map_desc {
	padding: 0 30px;margin: 40px 0 0 0;padding-bottom: 20px;
}
.road_map_sec .map_desc span {
	color: #333;
	margin-top: 10px;
	font-size: 16px;
}
.road_map_sec span img {
	max-width: 20px;
	vertical-align: top;
}
.academy_main .mro-outer .mission-flex {
	margin: 0;
	justify-content: normal;
}
.academy_main .mro-outer .customDesc ul {
	padding: 0;
}
.academy_main .mro-outer .customDesc ul li {
	color: #fff;
	font-size: 18px;
	font-style: normal;
}
.academy_main .mro-outer .customDesc li::after {
	background: #fff;
}
.academy_main .mro-outer .customDesc h2 {
	font-size: 35px;
	font-style: italic;
	color: #fff;
	margin: 0 0 30px 0;
}
.academy_main .mro-outer  .customDesc p {
	margin: 0;
	font-size: 24px;
	line-height: 32px;
}
.academy_main .mro-outer .customDesc p a {
	color: #65298f;
}
.academy_main .mro-right img {
	box-shadow: -10px -10px 0 #65298f;
}
.people_video_sec {
	display: inline-block;
	width: 100%;
	padding: 50px 0;
	background: #65298f;
	text-align: center;
}
.people_video_sec h3 {
	color: #fff;
	font-size: 35px;
	text-align: center;
	font-style: italic;
	margin: 0 0 20px 0;
}
.people_video_sec span {
	color: #fff;
	font-size: 20px;
	margin: 0 0 30px 0;
	display: block;
}
.people_video_list {
	display: flex;
	width: 100%;
	gap: 40px;
	justify-content: space-between;
	max-width: 80%;
	margin: auto;
}
.people_video_bx{width:50%;}

.people_video_sec iframe {
	width: 100%;
	border-radius: 20px;
}
.frequently_sec {
	background: #65298f;
	display: block;
	padding: 50px 0;
	border-bottom: 1px solid #8c5fab;
}
.frequently_sec h3 {
	margin: 0 0 10px 0;
	color: #fff;
	font-size: 25px;
}
.frequently_sec span {
	color: #fff;
	font-weight:600; 
	font-size: 25px;
}
.frequently_sec li {
	font-size: 18px;
	font-weight: 500;
/* 	font-style: italic; */
	position: relative;
	margin: 12px 0;
	color: #fff;
	padding: 0 0 0 25px;
}
.frequently_sec li::after {
	left: 0;
	top: 8px;
	background: #fff;
	width: 11px;
	height: 11px;
	content: "";
	position: absolute;
	border-radius: 100%;
}
.frequently_sec ul {
	margin: 40px 0 0 0;
}


.academy_main .talk_sec_head h2 {
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 500;
}
.academy_main .talk_sec_head {
	width: 100%;
	padding: 0 0 0 30px;
	display: block;
}
.academy_main .talk_upper_txt {
	display: flex;
	width: 100%;
	max-width: 100%;
	margin: auto;
	justify-content: space-between;
	margin-top: -0;
	padding-left: 20%;
}
.academy_main .slider_talk  .slick-active .talk_upper_txt {
	  animation-name: fadeInUpSD;
  animation-duration: 1.5s;
  opacity: 1;
}
.academy_main .talk_txt_left {
	width: 50%;
}
.academy_main .talk_txt_left p {
	font-size: 18px;
	font-style: italic;
	margin: 0;
	position: relative;
	text-indent: 120px;
}
.academy_main .talk_txt_left p::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 20px;
	width: 20px;
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/quote_icon.svg');
	background-repeat: no-repeat;
	background-color: ;
}
.academy_main .talk_txt_right {
	width: 23vw;
}
.academy_main .talk_txt_right h3 {
	font-size: 16px;
	margin: 0;
	font-weight: normal;
}
.academy_main .talk_txt_right span {
	font-size: 16px;
	margin-top: 10px;
	display: inline-block;
	color: #65298f;
}
.academy_main .talk_img {
	width: 100%;
	max-width: 65%;
	position: relative;
	margin: 50px 0 0 0;
}
.academy_main .talk_img img {
	max-width: 100%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 700px;
	object-fit: cover;
	width: 100%;
	max-height: 700px;
}
.academy_main .slider_talk {
	max-width: 90%;
}
.academy_main .talk_img::before {
	width: 99%;
	height: 100%;
	background: #65298f;
	content: "";
	bottom: -10px;
	left: 0;
	position: absolute;
	border-bottom-right-radius: 5px;
	z-index: -1; 
}
.academy_main .talk_img:after {
content: '';
background-color: #fff;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom:0;
transition: transform 2s cubic-bezier(0.4, 0, 0, 1);
transform-origin: top center;
}
.academy_main .slick-active .talk_img:after {
	transform: scaleY(0);
}
.academy_main .talk_sec .slick-list {
	padding:30px 0 10px 0;
	top: -30px;
}
.academy_main .talk_sec .slick-list::before {
	position: absolute;
	right: 0;
	width: 250px;
	background: #fff;
	content: "";
	height: 810px;
	z-index: 9;
	bottom: 0;
}
.academy_main .talk_sec .slick-arrow {
	top: auto;
	bottom: 100px;
	left: auto;
	height: auto;
	width: auto;
	z-index: 9;
	right: 21.5%;
}
.academy_main .talk_sec .slick-prev.slick-prev.slick-arrow {
	transform: rotate(180deg);
}
.academy_main .talk_sec .slick-next.slick-arrow {
	left: auto;
	right: 19%;
}
.academy_main .talk_sec .slick-prev::before {
	content: "";
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/left_arrow.svg');
	height: 50px;
	width: 50px;
	background-size: 50px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 1;
	background-position: center;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
 .academy_main .talk_sec .slick-prev:hover::before {
transform: scale(0.7);
} 
.academy_main .talk_sec .slick-next::before {
	content: "";
	background: url('https://www.magneticgroup.co/wp-content/themes/starter-theme-1.x/assets/img/left_arrow.svg');
	height: 50px;
	width: 50px;
	background-size: 50px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0;
	opacity: 1;
	background-position: center;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
 .academy_main .talk_sec .slick-next:hover::before {
transform: scale(0.7);
} 
.academy_main .talk_sec .slick-arrow::after {
	
	width: 50px;
	height: 50px;
	content: "";
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 100%;
	position: absolute;
	z-index: -1;
	transition: transform .3s cubic-bezier(0.4, 0, 0, 1);
}
.academy_main .talk_sec .slick-arrow:hover::after {
	transform: scale(1.2);background: #f6f6f6;
}
.academy_main .talk_sec {
	position: relative;
}
.academy_main .talk_sec .slides-numbers {
	position: absolute;
	right: 20%;
	top: 40%;
	font-size: 21px;
	z-index: 9;
}
.academy_main .talk_sec .slick-slider {
	margin: 0;
} 
.academy_main .meet_team h3 {
	font-size: 45px;
	color: #65298f;
	font-style: italic;
}
.academy_main .space_line {
	height: 1px;
	width: 100%; 
	background: #65298f;
	max-width: 98%;
	float: right;
	margin: 10px 0 50px 0;
}
.academy_main .sliderMainSec {
	margin: 50px 0;
	clear: both;
	display: inline-block;
	width: 100%;
}
.academy_main .sliderMainSec  .slick-initialized .slick-slide {
	height: auto;
}
.academy_main .sliderMainSec .slider_talkk {
	max-width: 100%;
	margin: 0;
}
.academy_main .sliderMainSec .slick-list.draggable {
	padding-bottom: 15px;
}
.video_btn a {
	border: 1px solid #b294c7;
	display: inline-block;
	border-radius: 5px;
	min-width: 170px;
	font-size: 16px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	position: relative;
	padding: 15px;
	background: #65298f;
	text-align: left;
	z-index: 9;
	margin-right: 1px;
}
 
.video_btn a::after {
	content: '';
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: scaleY(0);
	transition: transform .80s cubic-bezier(0.4, 0, 0, 1);
	transform-origin: bottom center;
	border-radius: 4px;
}
.video_btn a:hover::after {
	transform: scaleY(1);
}
.video_btn a:hover {
	color: #65298f;
	border-color: #fff;
	border:1px solid #65298f;
}
.video_btn a:hover  span{
	color: #65298f;
}
.people_video_sec .video_btn span {
	margin: 0;
	display: unset;
	font-size: 15px;
	position: relative;
	z-index: 9;
}
.video_btn a {
	border: 1px solid #b294c7;
	display: inline-block;
	border-radius: 5px;
	min-width: 270px;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-decoration: none;
	position: relative;
	padding: 15px;
	background: #65298f;
	text-align: left;
	z-index: 9;
	margin-right: 1px;
	text-transform: uppercase;
}
.video_btn {
	margin: 50px 0 0 0;
}
.video_btn a::before {
	position: absolute;
	content: "";
	mask: url('../images/button_arrow.svg');
	-webkit-mask: url('../images/button_arrow.svg');
	mask-size: 20px;
	-webkit-mask-size: 20px;
	mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-position: center;
	background: #fff;
	height: 20px;
	width: 20px;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9;
	transition: ease 0.4s;
}
.video_btn a:hover::before {
	content: "";
	background: #65298f;
	right: 12px;
} 
.academy_main .mro-right {
	right: -15px;
	margin-top: 25% !important;
}
.frequently_sec .accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
}


.frequently_sec .accordion {
	width: 90%;
	max-width: 1000px;
	margin: 2rem 0;
}

.frequently_sec .accordion-item {
	color: #fff;
	margin: 0;
}
.frequently_sec .accordion-item-header {
	padding: 0.5rem 0 0.5rem 0;
	min-height: 2.5rem;
	line-height: 1.25rem;
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	background: none;
	font-size: 18px;
	max-width: 500px;
}

.frequently_sec .accordion-item-header::after {
	content: "\002B";
	font-size: 20px;
	margin-left: 40px;
	position: absolute;
	margin-top: 7px;
	right: 0;
}

.frequently_sec .accordion-item-header.active::after {
  content: "\2212";
}

.accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.frequently_sec .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  border-top: 1px solid;
  border-image:linear-gradient(to right, transparent, #fff, transparent) 1;
}


@media only screen and (max-width:1300px){
.academy_main .team-right h2 {
	font-size: 35px;
	line-height: 43px;
}
.academy_main .team-right p {
	font-size: 17px;
	line-height: 23px;
}
.academy_main .team-left img {
	min-height: 640px;
	object-fit: cover;
}
.academy_main .mission-outer .mission-left h5 {
	font-size: 35px;
}
.academy_main .mission-right p {
	font-size: 19px;
}
.road_map_sec h2 {
	font-size: 35px;
}
.road_map_sec p {
	font-size: 16px;
}
.road_map_sec .map_bx h3 {
	font-size: 17px;
}
.road_map_sec .map_bx p {
	font-size: 16px;
}
.academy_main .map_desc {
	padding: 0 20px;
}
.road_map_sec span {
	font-size: 16px;
}
.road_map_sec span img {
	max-width: 17px;
	vertical-align: -3px;
}
.academy_main .mro-outer .customDesc p {
	font-size: 16px;
}
.academy_main .mro-outer .customDesc h2 {
	font-size: 30px;
}
.academy_main .meet_team h3 {
	font-size: 35px;
}
.academy_main .talk_sec .slick-list::before {
	width: 0;
}
.academy_main .people_video_sec h3 {
	font-size: 30px;
}
.academy_main .mro-pro {
	padding: 50px 0;
}
.academy_banner .home-banner-inner {
	padding: 0 65px;
}
.academy_main .team-right ul li {
	font-size: 17px;
}
.road_map_sec .map_bx h3::before {
	border-top: 26px solid transparent;
	border-bottom: 26px solid transparent;
}
}
@media only screen and (max-width:1200px){
.academy_main .team-left img {
	min-height: 550px;
}
.academy_main .mission-flex {
	margin-bottom:180px; 
}
.road_map_sec .map_bx h3 {
	font-size: 14px;
}
.academy_main .map_desc {
	padding: 0 20px;
	margin-top: 20px;
	padding-bottom: 20px;
}
.road_map_sec .map_bx p {
	font-size: 14px;
	min-height: 140px;
}
.academy_main .why_sec .team-left img {
	min-height: 550px;
}
.road_map_sec .map_bx h3::before {
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
}
.road_map_sec .map_desc span {
	font-size: 14px;
}
}
@media only screen and (max-width:991px){
.home-banner-inner h1 {
	font-size: 40px;
}	
.academy_main .team-right h2 {
	font-size: 30px;
	line-height: 38px;
}
.academy_main .mission-flex {
	margin-bottom: 250px;
}
.road_map_sec ul {
	flex-wrap: wrap;
}
.road_map_sec ul li {
	width: 46%;
}
.road_map_sec .map_bx p {
	min-height: 110px;
}
.academy_main .map_desc {
	padding-bottom: 20px;
}
.academy_main .mro-outer .customDesc h2 {
	font-size: 25px;
}
.academy_main .people_video_sec h3 {
	font-size: 25px;
}

}
@media only screen and (max-width:767px){
	.academy_banner .home-banner-inner h1 {
	text-align: left;
	font-size: 26px;
}
.academy_banner .home-banner-inner p {
	font-size: 18px;
	text-align: left;
	margin-top: 10px;
}
.academy_banner .home-banner-inner {
padding: 0 20px;
    right: 0;
    left: 0;
	align-items: start;
    margin: auto;
}
.banner_btn {
	align-items: start;
}
.academy_main .mission-flex {
	flex-direction: column;margin-top: 20px;margin-bottom: 0;
}
.academy_main .team-right {
	width: 100%;padding: 40px 20px;position: static;margin: 30px 0 0;
}
.academy_main .team-left {
	width: 100%;
}
.academy_main .auto-container {
	padding-left: 20px;
	padding-right: 20px;
}
.academy_main .team-left img, .academy_main .why_sec .team-left img {
	min-height: unset;
}
.academy_main .team-right a {
	font-size: 14px;
	padding: 12px 60px 12px 12px;
}
.academy_main .mission-left, .academy_main .mission-outer .mission-right {
	width: 100%;
}
.academy_main .mission-outer .mission-left h5 {
	font-size: 30px;
}
.academy_main .mission-right p {
	font-size: 18px;
}
.academy_main .mission-outer {
	margin-top: 20px;
}
.road_map_sec {
	padding: 30px 0 50px 0;
}
.road_map_sec h2 {
	font-size: 30px;
}
.road_map_sec ul li {
	width: 95%;
}
.academy_main .mro-left {
	padding: 0 20px 0 0px;width: 100%;
}
.academy_main .mro-right {
	position: static;
	right: 0;
	width: 100%;
	padding: 0;
	margin-top: 20px;
}
.academy_main .mro-right img {
	box-shadow: -10px -10px 0 #65298f;
	height: unset;
	border-radius: 10px;
}
.academy_main .mro-pro {
	margin: 30px 0 0;
}
.academy_main .talk_upper_txt {
	padding-left: 20px;
}
.academy_main .talk_txt_left {
	width: 100%;
}
.academy_main .talk_txt_right {
	width: 100%;
	margin-top: 30px;
}
.academy_main .talk_upper_txt {
	flex-direction: column;
}
.academy_main .talk_img {
	max-width: 95%;
	margin-top: 80px;
}
.academy_main .talk_sec_head {
	padding: 0 0 30px 20px;
}
.academy_main .talk_img img {
	min-height: unset;
	max-height: unset;
}
.academy_main .people_video_list {
	max-width: 100%;gap: 20px;flex-direction: column;
}
.people_video_bx{width: 100%;}
.academy_main .talk_txt_left p {
	font-size: 14px;
	min-height: 150px;
}
.academy_main .talk_sec .slick-arrow {
	top: 270px;
	bottom: auto;
}
.academy_main .talk_sec .slick-prev::before , .academy_main .talk_sec .slick-next::before {
	height: 40px;
	width: 40px;
	background-size: 30px;
}
.academy_main .talk_sec .slick-arrow::after {
	width: 40px;
	height: 40px;
}
.academy_main .talk_sec .slides-numbers {
	right: auto;
	top: 410px;
	font-size: 18px;
	left: 20px;
}
.academy_main .talk_txt_left p::before {
	top: -5px;
}
.academy_main .mro-outer {
	padding: 50px 0;
}
.header_inner .auto-container {
	padding: 0 20px;
}
.header_inner  .apply_btn {
	width: auto;
}
.header_inner  .apply_btn a {
	min-width: 150px;
	font-size: 14px;
	padding: 12px;
}
.academy_banner img {
	height: 450px;
}
.frequently_sec {
	margin-top: 30px;
}
}
@media only screen and (min-width:1600px){
.academy_banner .home-banner-inner {
	max-width: 100%;
}
.academy_main .talk_img img {
	min-height: 1000px;
	max-height: 1000px;
}
.road_map_sec .map_bx p {
	min-height: 110px;
}
}
@media only screen and (min-width:1920px){
.academy_main .team-left img {
	max-height: 700px;
	min-height: 700px;
	object-fit: cover;
}
.academy_main .why_sec .team-left img {
	min-height: 700px;
	max-height: 700px;
}

}
@media only screen and (min-width:2200px){
.academy_main .team-right h2 {
	font-size: 60px;
	line-height: 70px;
}
.academy_main .team-right ul li {
	font-size: 28px;
	margin-bottom: 20px;
}
.road_map_sec span img {
	max-width: 30px;
	vertical-align: -7px;
}
.academy_main .team-right p, .road_map_sec p {
	font-size: 28px;
	line-height: 45px;
}
.academy_main .team-right {
	margin: 150px 0 0;
}
.academy_main .mission-outer .mission-left h5, .academy_main .road_map_sec h2 {
	font-size: 60px;
}
.mission-right p {
	font-size: 28px;
}
.road_map_sec .map_bx h3 {
	font-size: 25px;
	padding: 25px;
}
.road_map_sec .map_bx h3::before {
	border-left: 20px solid #5c068c;
	border-top: 40px solid transparent;
	border-bottom: 40px solid transparent;
}
.road_map_sec .map_bx p {
	font-size: 25px;
	min-height: 110px;
	line-height: 30px;
}
.academy_main .mro-outer .customDesc ul li {
	font-size: 25px;
}
.academy_main .mro-outer .customDesc h2 {
	font-size: 50px;
}
.academy_main .meet_team h3 {
	font-size: 60px;
}
.academy_main .talk_txt_left p {
	font-size: 25px;
}
.academy_main .talk_sec_head h2, .academy_main .talk_txt_right h3, .academy_main .talk_txt_right span , .people_video_sec span, .frequently_sec li{
	font-size: 25px;
}
.people_video_sec h3, .people_video_sec span {
	font-size: 50px;
}
.academy_main .team-left img {
	max-height: 1000px;
	min-height: 1000px;
}
.academy_main .why_sec .team-left img {
	min-height: 1000px;
	max-height: 1000px;
}
.people_video_sec iframe {
	height: 400px;
}
.road_map_sec .map_desc span {
	font-size: 25px;
}
}
@media only screen and (min-width:2500px){
.academy_main .talk_img img{
	max-height: 1500px;
	min-height: 1500px;
}

.people_video_sec iframe {
	height: 650px;
}
}
@media only screen and (min-width:767px) and (max-width:1024px){
.academy_main .team-right {
	padding: 30px;margin: 30px 0 0;
}
.academy_main .team-right h2 {
	font-size: 25px;
	line-height: 30px;
}
.academy_main .team-right p {
	font-size: 15px;
	line-height: 20px;
}
.academy_main .mission-flex {
	margin-bottom: 80px;
}
.academy_main .team-right ul li {
	font-size: 15px;
}
.academy_main  .team-right a {
	font-size: 14px;
	padding: 12px 50px 11px 12px;
}
.academy_main .mission-right p {
	font-size: 16px;
}
.academy_main .mission-outer .mission-left h5 {
	font-size: 30px;
}
.academy_banner .home-banner-inner h1 {
	font-size: 40px;
}
.academy_banner .home-banner-inner p {
	font-size: 20px;
}
.academy_main .auto-container {
	padding-left: 30px;
	padding-right: 30px;
}
.academy_main .mro-outer .customDesc h2 {
	font-size: 18px;
}
.academy_main .mro-outer .customDesc ul li {
	font-size: 14px;
}
.academy_main .customDesc li::after {
	top: 3px;
	width: 9px;
	height: 9px;
}
.academy_main .mro-pro {
	padding: 30px 0;
}
.people_video_sec iframe {
	height: 170px;
}
.academy_main .mro-outer .customDesc p {
	font-size: 16px;line-height: 27px;
}
.academy_banner img {
	height: 500px;
}
.road_map_sec .map_bx p {
	min-height: 80px;
}
}

@media only screen and (max-width:767px){
.frequently_sec .accordion-item-header::after {
	margin-top: 0;
	right: -20px;
	top: 11px;
}

.header_inner .apply_btn {
	width: 100%;
	justify-content: center;
	margin-top: 15px;
}
.header_inner .apply_btn {
	width: 100%;
	justify-content: center;
	margin-top: 15px;
}
}
@media only screen and (max-width:550px){
.academy_main .talk_sec .slides-numbers {
	top: 430px;
}
}
.mtop20 p{margin-top: 20px !important;}
.academy_main .color-black p{color: #333333;font-weight: 300;font-size: 16px !important;}
.academy_main .color-black p:first-child{font-weight: 500 !important;font-size: 16px !important;}