#aboutpage {
	text-align: center;
}

.aboutTitle {
	padding-top: 4rem;
	/*padding-bottom: 2rem;*/
}

.AboutDesc {
	    width: 90%;
	margin: auto;
	padding-bottom: 4rem;
	padding-top: 2rem;
}

.AboutDesc p {
	text-align: center;
}

h1 {
	font-size: 48px;
	font-weight: bold;
}

h2 {
	margin-top: 10px;
	font-size: 32px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
  @media(max-width: 768px) 
{
    h2 {
	font-size: 28px;
	
}
.aboutTitle p {
    font-size: 18px;
}
.wwd_flexcard-content p {
    font-size: 14px;
    color: #313131;
}
}
h3 {
	font-size: 18px;
	font-weight: bold;
}

.aboutTitle p {
	font-size: 20px;
}
#titleHome
{font-size: 41px; text-align: left; background: linear-gradient(90deg, #4B00C5, #FD006D);
                            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    }
    #titleHome span
    {
        display:block;
        }
@media screen and (max-width: 768px) 
{
    #titleHome
{font-size: 32px; text-align: left; background: linear-gradient(90deg, #4B00C5, #FD006D);
                            -webkit-background-clip: text; -webkit-text-fill-color: transparent;
    }
    #titleHome span {
    display: initial;
}
	.AboutDesc {
		        width: 88%;
		padding-bottom:0;
	}

	.aboutTitle {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
.wwd_flexcard-content p {
    font-size: 14px;
    color: #313131;
}
#carousel-slider-controls
    {display:none;
        }
}

#academy-offers .wwd_gridbox .wwd_flexcard .wwd_flexcard-header {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
@media (min-width: 768px) {

	.testimonial-div
	{
	            display: flex;
        align-items: center;
        column-gap: 50px;
	    }
	    .testimonial-content:first-child 
	    {flex-basis: 45%;
	        }
	        .testimonial-content
	    {flex-basis: 55%;
	        }
	        .testimonial-content:first-child div
	        {
	                width: 70%;
        text-align: left;
	            }
	            .testimonial-content:first-child h2
	        {
	               font-size: 45px;
        text-align: left;
        font-weight: 600;
        letter-spacing: 1.5px;
	            }
	            .testimonial-content:first-child p{
	                margin: 18px 0;
    text-align: left}    
}
@media (min-width: 1201px) and (max-width: 1440px) {

	#hero_section .swiper .swiper-button-next,
	#hero_section .swiper .swiper-button-prev {
		width: 40px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		background-color: #d9d9d9;
		border-radius: 50%;
	}
	.testimonial-div
	{
	    display:flex;
	    }
}

#hero_section .swiper .swiper-button-next,
#hero_section .swiper .swiper-button-prev {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: #d9d9d9;
	border-radius: 50%;
}

@media (min-width: 1201px) and (max-width: 1440px) {

	#hero_section .swiper .swiper-button-next:after,
	#hero_section .swiper .swiper-button-prev:after {
		font-weight: 900;
		font-size: 16px;
	}
}

#hero_section .swiper .swiper-button-next:after,
#hero_section .swiper .swiper-button-prev:after {
	font-weight: 900;
	font-size: 16px;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next:after,
.swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

#hero_section .swiper .swiper-wrapper .swiper-slide .heroImgSlidebox img {
	border-radius: 10px 10px 10px 10px;
	width: 100%;
	height: 100%;
}
.swiper-slide
{border: 2px solid;
    border-radius: 10px;
    }
.wwd_gridbox {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 16px;
	grid-row-gap: 20px;
    grid-column-gap: 10px;
	margin: 2rem 0;
}
#wwdSection 
{
    margin: 2rem 0;
    }

.wwd_gridbox h2 {
	font-size: 20px;
	color: #313131;
	text-align: left;
}

.wwd_flexcard {
	position: relative;
	padding: 15px;
	border: 1px solid #ACACAC;	
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1);
}
.wwd_flexcard:nth-child(odd) {
  background: #F5F5F5;
}
.wwd_flexcard:nth-of-type(4n+1) .wwd_media {
  background: #F3C2D2;
}
.wwd_flexcard:nth-of-type(4n+2) .wwd_media {
  background: #DAFEE2;
}
.wwd_flexcard:nth-of-type(4n+3) .wwd_media {
  background: #D7EAFA;
}
.wwd_flexcard:nth-of-type(4n+4) .wwd_media {
  background: #D3CBFA;
}

.wwd_flexcard-header {
    height: 30%;
}
.wwd_media img {
	height: 25px;
	width: 25px;
}

.wwd_flexcard-content p {
	font-size: 12px;
	color: #313131;
	    text-align: left;
}

.wwd_flexcard-action {
	bottom: 0;
	position: absolute;
}

.wwd_flexcard-content {
	    min-height: 120px;
	        padding-top: 5px;
}

.wwd_flexcard-action p {
	    color: #40128B;
}
.wwd_media {
    width: 50px;
    background: #ff000036;
    padding: 14px;
    border-radius: 50%;
}
a.wwd_flexcard:hover {
	transform: translateY(-2px);
	    border-color: #858383;
    box-shadow: 0 2px 2px #0000000f, 0 12px 28px #0000001a;
}
a.wwd_flexcard:hover .wwd_flexcard-action p
{
    color: #7110b3;  
}

#manu_partners {
	padding: 5rem 0;
	background: #fff;
}

#manu_partners .manu_title {
	display: flex;
	justify-content: center;
	align-items: center
}

#manu_partners .manu_title h3 {
	font-family: inherit;
	font-size: 25px;
	font-weight: 600;
	line-height: 1.25;
	color: #000000;
	margin: 0
}

#manu_partners .scroller {
	max-width: 100%
}

#manu_partners .scroller__inner {
	padding-block: 32px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between
}

#manu_partners .scroller__inner img {
	width: auto;
	height: 150px
}

#manu_partners .scroller[data-animated=true] {
	overflow: hidden;
	-webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
	mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent)
}

#manu_partners .scroller[data-animated=true] .scroller__inner {
	width: -moz-max-content;
	width: max-content;
	flex-wrap: nowrap;
	animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite
}

#manu_partners .scroller[data-direction=right] {
	--_animation-direction: reverse
}

#manu_partners .scroller[data-direction=left] {
	--_animation-direction: forwards
}

#manu_partners .scroller[data-speed=fast] {
	--_animation-duration: 20s
}

#manu_partners .scroller[data-speed=slow] {
	--_animation-duration: 60s
}

@keyframes scroll {
	to {
		transform: translate(calc(-50% - 0.5rem))
	}
}

@media(min-width: 320px)and (max-width: 480px) {
	#manu_partners {
		padding: 15px 0 0;
		background: rgba(255, 203, 133, .0705882353)
	}

	#manu_partners .manu_title {
		display: flex;
		justify-content: center;
		align-items: center
	}

	#manu_partners .manu_title h1 {
		font-family: inherit;
		font-size: 25px;
		font-weight: 600;
		line-height: 1.25;
		color: #000;
		margin: 0
	}

	#manu_partners .scroller {
		max-width: 100%
	}

	#manu_partners .scroller__inner {
		padding-block: 32px;
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		justify-content: space-between
	}

	#manu_partners .scroller__inner img {
		width: auto;
		height: 100px
	}

	#manu_partners .scroller[data-animated=true] {
		overflow: hidden;
		-webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
		mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent)
	}

	#manu_partners .scroller[data-animated=true] .scroller__inner {
		width: -moz-max-content;
		width: max-content;
		flex-wrap: nowrap;
		animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite
	}

	#manu_partners .scroller[data-direction=right] {
		--_animation-direction: reverse
	}

	#manu_partners .scroller[data-direction=left] {
		--_animation-direction: forwards
	}

	#manu_partners .scroller[data-speed=fast] {
		--_animation-duration: 20s
	}

	#manu_partners .scroller[data-speed=slow] {
		--_animation-duration: 60s
	}

	@keyframes scroll {
		to {
			transform: translate(calc(-50% - 0.5rem))
		}
	}

	.why-choose .col-md-6:first-child {
		text-align: center;
	}
	.wwd_gridbox
	{    margin: 4rem 24px;
	    }
}

@media(min-width: 481px)and (max-width: 768px) 
{
    .wwd_gridbox
	{    margin: 4rem 24px;
	    }
	#manu_partners {
		padding: 15px 0 0;
		background: rgba(255, 203, 133, .0705882353)
	}

	#manu_partners .manu_title {
		display: flex;
		justify-content: center;
		align-items: center
	}

	#manu_partners .manu_title h1 {
		font-family: inherit;
		font-size: 25px;
		font-weight: 600;
		line-height: 1.25;
		color: #000;
		margin: 0
	}


	#manu_partners .scroller {
		max-width: 100%
	}

	#manu_partners .scroller__inner {
		padding-block: 32px;
		display: flex;
		flex-wrap: wrap;
		gap: 16px;
		justify-content: space-between
	}

	#manu_partners .scroller__inner img {
		width: auto;
		height: 100px
	}

	#manu_partners .scroller[data-animated=true] {
		overflow: hidden;
		-webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
		mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent)
	}

	#manu_partners .scroller[data-animated=true] .scroller__inner {
		width: -moz-max-content;
		width: max-content;
		flex-wrap: nowrap;
		animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite
	}

	#manu_partners .scroller[data-direction=right] {
		--_animation-direction: reverse
	}

	#manu_partners .scroller[data-direction=left] {
		--_animation-direction: forwards
	}

	#manu_partners .scroller[data-speed=fast] {
		--_animation-duration: 20s
	}

	#manu_partners .scroller[data-speed=slow] {
		--_animation-duration: 60s
	}

	@keyframes scroll {
		to {
			transform: translate(calc(-50% - 0.5rem));
		}
	}
}

.why-choose {
	background: #F6F4EF;
	margin-bottom: 5rem;
}

.why-choose ul {
	list-style: none;
	padding: 0;
}

.why-choose li {
	position: relative;
	padding-left: 20px;
	/* space for the bullet */
	margin-bottom: 8px;
}

.why-choose li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	/* adjust for vertical centering */
	width: 8px;
	height: 8px;
	background: #8D53FE;
	border-radius: 50%;
}

#flex-div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 355px;
}

.newbadge {
	position: absolute;
	top: 2px;
	height: 16px;
	right: 6px;
	background: #12bb7c;
	color: #FFF;
	font-size: 11px;
	padding: 0 10px;
	border-radius: 15px;
}

.why-choose-content h3 {
	font-size: 30px;
}
.st-comments
{    padding: 10px;
    margin: 10px 0;
    width: 90%;
    box-shadow: aqua;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .1);
    background:#FCFCFC;
    }
     .st-comments span
{color:#8026D9;
 font-weight:bold;
}
    .st-comments:nth-of-type(odd)
{ 
    float:right;
    border-left:4px solid #8026D9;
    }
    .st-comments:nth-of-type(even)
{ 
    float:left;
    border-left:4px solid #FF43AB;
    }
    
    .st-comments.faded {
  opacity: 0.7;
}
.st-comments.focused {
  opacity: 1;
  }
  .c-image 
  {
      background:#D9D9D9;
          border-radius: 50%;
      padding:10px;
      }