.carousel-indicators {
	bottom: -30px;
}

.ielt {
	text-align: center;
	padding-bottom: 10px;
	font-size: 30px;
}

.faq-title h2 {
	position: relative;
	font-size: 25px;
	display: inline-block;
	font-weight: 600;
	line-height: 2;
	padding: 30px 0;
}

#wrapper {
	padding-top: 60px;
	background: #323232;
	font: 14px/1.6em Arial, adelle-sans, sans-serif;
}

.services {}

.services h1 {
	color: #a6a6a6;
	font-family: "Concert One", cursive;
}

.services p {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 40px;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 22px;
	color: #737373;
	font-family: "Concert One", cursive;
}

.services h1 span:before {
	content: "/";
	padding-right: 10px;
	font-weight: 100;
}

.services h1 span:before {
	color: #e600ff;
}

.services h1 span:after {
	content: "/";
	padding-left: 10px;
	font-weight: 100;
}

.services h1 span:after {
	color: #e600ff;
}

.box-a {
	background: rgba(41, 41, 41, 0.7);
	color: #ddd;
	padding: 20px 20px 20px 20px;
	float: right;
	position: relative;
	margin-bottom: 25px;
}

.box-a:before,
.box-b:before {
	content: "";
	position: absolute;
	top: 0%;
	left: 0%;
	width: 0px;
	height: 0px;
	border-bottom: 15px solid #191919;
	border-left: 15px solid #323232;
	/*Set to background color, not transparent!*/
	-webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
	/* Firefox 3.0 damage limitation */
	display: block;
	width: 0;
}

.box-a.rounded,
.box-b.rounded {
	-moz-border-radius: 5px 0 5px 5px;
	border-radius: 5px 0 5px 5px;
}

.box-a.rounded:before,
.box-b.rounded:before {
	border-width: 8px;
	border-color: #323232 #323232 transparent transparent;
	-moz-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}

.box-a i {
	font-size: 60px;
	background: #323232;
	padding: 25px;
	border-radius: 150px;
}

.box-a h3 {
	position: relative;
	display: inline-block;
	padding: 0;
	text-align: left;
	padding-bottom: 10px;
	margin: 0;
	font-family: "Concert One", cursive;
	color: #e600ff;
}

.box-a p {
	float: left;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
}

.box-b {
	background: rgba(41, 41, 41, 0.7);
	color: #ddd;
	padding: 20px 20px 20px 20px;
	float: right;
	position: relative;
	margin-bottom: 25px;
}

.box-b i {
	font-size: 60px;
	background: #323232;
	float: right;
	padding: 25px;
	border-radius: 150px;
}

.box-b h3 {
	display: inline-block;
	padding: 0;
	text-align: right;
	padding-bottom: 10px;
	margin: 0;
	font-family: "Concert One", cursive;
	color: #e600ff;
	float: right;
}

.box-b p {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 14px;
}

.box-a:hover i,
.box-b:hover i {
	background: #e600ff;
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari and Chrome */
	-o-transition: all 1s;
	/* Opera */
}

/*-----------  */
.content_heading h2 {
	font-size: 25px;
	color: #14247c;
}

.content_heading p {
	font-size: 16px;
	line-height: 28px;
	color: #000000;
}

.content_heading h4 {
	font-size: 20px;
	font-weight: bold;
	color: black;
}

.content_area {
	position: relative;
	padding: 30px 0;
}

.mysection {
	padding: 30px;

}

.decor {
	height: 250px;
	width: 250px;
	background: gold;
	overflow: visible;
	grid-area: decor;
}

.decor_outline {
	height: 150px;
	width: 150px;
	border-top: 8px solid #c90209;
	border-left: 8px solid #c90209;
	position: absolute;
	margin-top: 39px;
	margin-left: -30px;
	z-index: 6;
}

.mypara {
	grid-area: para;
	margin: 0px;
	padding: 0px;
	align-self: start;
}

.mybtn {
	border-radius: 100px;
	background: #c90209;
	outline: none;
	border: 0px;
	padding: 5px 20px;
	color: white;
	margin-top: 10px;
}

.mybtn:hover {
	background: gold;
}

.mybtn:active {
	background: black;
}

.mybtn:focus {
	background: grey;
}

.header-design {
	background-color: #a4508b;
	background-image: linear-gradient(326deg, #a4508b 0%, #5f0a87 74%);
	height: 120px;
	text-align: center;
}

.icon-rect2 {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #3a0275;
	width: 69px;
	height: 77px;
	padding: 15px;
	border-radius: 54px;
	line-height: 50px;
}

main {
	margin: 20px auto;
	display: flex;
	flex-direction: row;
	column-gap: 25px;
	align-items: center;
	justify-content: center;
}

main .section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.card {
	width: 350px;
	padding: 0px;
	box-shadow: 0.5px 0.5px 12px 0px #80808042;
	box-sizing: border-box;
	border-radius: 5px;
	margin: 15px auto;
}

.card.card-supervisor {
	border-top: 3px solid hsl(180, 62%, 55%);
}

.card.card-team_builder {
	border-top: 3px solid hsl(0, 78%, 62%);
}

.card.card-karma {
	border-top: 3px solid hsl(34, 97%, 64%);
}

.card.card-calculator {
	border-top: 3px solid hsl(212, 86%, 64%);
}

.card-body {
	flex: 1 1 auto;
	min-height: 3px;
	text-align: left;
	padding: 1.25rem;
}

.card .card-body .card-title {
	font-size: 14px;
	color: black;
}

.card .card-body .card-text {
	font-size: 12px;
	margin-top: 8px;
}

.card .card-footer {
	margin-top: 20px;
}

.card .card-footer .card-img {
	display: flex;
	flex-direction: row-reverse;
}

.card .card-footer .card-img img {
	width: 50px;
	height: 50px;
}

.card-img,
.card-img-top {
	padding: 20px;
}

.list-inline2>li {
	display: inline-block;
	padding-left: 15px;
	line-height: 28px;
	font-size:13px;
}

.list-inline2-xl>* {
	margin-top: 0px;
	padding-left: 18px;
	padding-right: 18px;
	display: flex !important;
	align-items: self-start;

}

.main-boxx {
	display: flex;
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1000px) {
	body {
		height: unset;
		margin: 60px auto;
	}

	header h3 {
		text-align: center;
		font-size: 22px;
	}

	main {
		flex-direction: column;
	}
}

.features-grid {
	padding: 1rem;
	max-width: 1200px;
	margin: auto;
}

.features-card {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1rem;
	background-color: #000000cc;
	padding: 1rem;
	margin: 1rem 0;
}

.features-grid {
	padding: 1rem;
	max-width: 1200px;
	margin: auto;
}

@media (min-width: 900px) {
	.features-grid {
		display: block;
		grid-template-columns: 1fr 1fr;
		gap: 2rem;
	}
}

@media (min-width: 900px) {
	.features-card {
		margin: 0 80px
		
	}
}

.features-icon {
	color: #fff;
	width: 32px;
	height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}

@media (min-width: 700px) {
	.features-icon {
		width: 48px;
		height: 48px;
	}
}

@media (min-width: 700px) {
	.features-icon i {
		font-size: 1.25rem;
	}
}

.features-icon.audio {
	background-color: #c90209;
}

.features-icon.badge {
	background-color: #6c63ff;
}

.features-icon.card {
	background-color: #00bfa6;
}

.features-icon.fire {
	background-color: #f9a826;
}

.features-text h2 {
	font-size: 1rem;
	margin-top: 0;
	line-height: 1.25;
}

@media (min-width: 700px) {
	.features-text h2 {
		line-height: 2.3;
		font-size: 20px;
		color: #1d003c;
		font-weight: bold;
	}
}

.features-text p {
	font-size: 15px;
	line-height: 27px;
	color: #666666;
}

.features-text h3 {
	font-size: 17px;
	color: black;
}

/* add new css for course */
.module {
	border-radius: 0;
	padding-top: 40px;
	padding-bottom: 40px;
}

.module--plans {
	overflow: hidden;
}

.module--plans {
	padding-left: 4rem;
	padding-right: 4rem;
}

.module .module__inner {
	position: relative;
	z-index: 10;
}

.module .module__header {
	margin-bottom: 30px;
}

.module__header.inview--on {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.module--plans .module__header {
	max-width: 850px;
}

.module .module__header {
	max-width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}

.module__header {
	opacity: 0;
	transform: translate3d(0, 60px, 0);
	transition: opacity .3s linear, transform .3s linear;
}

.module .module__header {
	max-width: 100%;
	margin: 0 auto 40px;
	text-align: center;
}

.module .module__header .title {
	max-width: 650px;
}

.module .module__header .title {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.title--1 {
	font-size: 36px;
	font-size: 3.6rem;
	font-family: var(--font-family-1);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.25em;
}

.ielts-coach .plans.plans--ielts .plans__inner {
	padding-top: 20px;
	margin-bottom: -20px;
}

.plans__inner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin: 0 -25px -50px;
	padding: 74px 0 0 0;
	flex-wrap: wrap;
}

.ielts-coach .plans.plans--ielts .plans__item {
	background-color: #ffd8e0;
	color: #23085a;
}

.ielts-coach .plans.plans--ielts .plans__item {
	background: #23085a;
	color: #fff;
	margin-top: 0 !important;
	margin-bottom: 20px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 20px;
	box-shadow: none !important;
}

.blockquote.inview--on,
.highlight__item.inview--on,
.instructions__step.inview--on,
.plans__item.inview--on {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

.ielts-coach .plans.plans--ielts .plans__item__title {
	color: #ea0034;
}

.ielts-coach .plans.plans--ielts .plans__item__title {
	color: #fff;
	margin: -20px -20px 0;
	padding: 20px;
	order: 0;
	font-family: var(--font-family-2);
	font-size: 40px;
	font-size: 4rem;
	line-height: 1.2em;
	letter-spacing: 0;
	text-align: center;
	line-height: 60px;
	border-radius: 20px 20px 0 0;
	text-transform: uppercase;
}

.plans__item__title {
	font-family: var(--font-family-2);
	font-size: 60px;
	font-size: 6rem;
	font-weight: 400;
	letter-spacing: -3.08px;
	margin: 0 0 20px 0;
}

.ielts-coach .plans.plans--ielts .plans__item__subtitle {
	order: 2;
	font-family: var(--font-family-1);
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 10px 0;
}

.ielts-coach .plans.plans--ielts .plans__item__subtitle+.plans__item__saving {
	margin-top: 20px;
}

.ielts-coach .plans.plans--ielts .plans__item__saving {
	color: #fff;
	background-color: #ea0034;
}

.ielts-coach .plans.plans--ielts .plans__item__saving {
	order: 2;
	font-family: var(--font-family-1);
	font-weight: bold;
	font-size: 14px;
	font-size: 1.4rem;
	background-color: #b25eff;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	border-radius: 20px;
	margin-top: 5px;
}

.plans__item__subtitle+.plans__item__saving {
	margin-top: 20px;
}

.bn {
	width: 100%;
	height: 500px;
}

.price {
	display: flex;
	justify-content: space-between;
}

.sb-pr p {
	padding: 5px 0;
	font-size: 13px;
}

/* Resize in Mobile View */
@media (min-width: 0) and (max-width: 767px) {



	.down-arrow {
		font-size: 20px !important;
	}
}

/* Resize in Tablet View */
@media (min-width: 768px) and (max-width: 991px) {

	p,
	.body-text {
		font-size: 15px !important;
	}

	.down-arrow {
		font-size: 30px !important;
	}
}

/* Line Separators CSS */
.line-separator {
	display: block;
	width: 50%;
	height: 1px;
	text-align: center;
	margin: 20px auto;
	border-bottom: 1px solid grey;
}

/* First Wrap Background */
.first-wrap {
	height: 100%;
	width: 100vw;
	background: #ffffff url("../static/images/ielts/ielts2_11zon.jpg") no-repeat fixed;
	background-size: cover;
	background-position: 50% 50%;
}

/* Second Wrap Background */
.s-wrap {
	height: 100%;
	width: 100vw;
	background: #ffffff url("../static/images/ielts/ielts2_11zon.jpg") no-repeat fixed;
	background-size: cover;
	background-position: 50% 50%;
}

/* Third Wrap Background */
.t-wrap {
	height: 100%;
	width: 100vw;
	background: #ffffff url("../static/images/ielts/ielts3_11zon.jpg") no-repeat fixed;
	background-size: cover;
	background-position: 50% 50%;
}

.f-wrap {
	height: 100%;
	width: 100vw;
	background: #ffffff url("../static/images/ielts/ielts3_11zon.jpg") no-repeat fixed;
	background-size: cover;
	background-position: 50% 50%;
}

.first-div {
	position: relative;
	height: 85vh;
	width: 100vw;
	background-color: transparent;
}

.first-div .first-inner-div {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.first-div .first-inner-div .down-arrow {
	font-size: 40px;
	color: #fff;
}

.first-div .first-inner-div p {
	padding: 20px;
	letter-spacing: 0.45em;
	text-transform: uppercase;
	background-color: rgba(0, 0, 0, 0.3);
}

.second-div {
	display: table;
	height: 50vh;
	width: 100vw;
	background-color: rgba(255, 255, 255, 0.3);
}

.second-div p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.45em;
	text-transform: uppercase;
}

.third-div {
	display: table;
	height: 50vh;
	width: 100vw;
	background-color: transparent;
}

.fourth-div {
	display: table;
	height: 50vh;
	width: 100vw;
	background-color: rgba(0, 0, 0, 0.3);
}

.fourth-div p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 20px;
	letter-spacing: 0.45em;
	text-transform: uppercase;
}

.fifth-div {
	display: table;
	height: 50vh;
	width: 100vw;
	background-color: transparent;
}

#back-to-top {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background-color: #ffffff;
	color: #000;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}

#back-to-top:hover {
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
}

#back-to-top.show {
	opacity: 1;
}

.accor-list {
	padding: 0 0 50px 0px;
	margin: 0;
	border: 0;
	font-family: "Museo Sans", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* NEW UPDATE */
.new-update {
	padding: 20px;
	text-align: center;
}

ul.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 20px;
	margin: 0;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	background-color: #f9f9fA;
}

ul.accordion-list li {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background-color: #FFF;
	padding: 20px;
	margin: 0 auto 15px auto;
	border: 1px solid #eee;
	border-radius: 5px;
	cursor: pointer;
}

ul.accordion-list li.active h3:after {
	transform: rotate(45deg);
}

ul.accordion-list li h3 {
	font-weight: 700;
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 0 0 0 0;
	margin: 0;
	font-size: 15px;
	letter-spacing: 0.01em;
	cursor: pointer;
}

ul.accordion-list li h3:after {
	content: "+";
	font-family: "material-design-iconic-font";
	position: absolute;
	right: 0;
	top: 0;
	color: #Fcc110;
	transition: all 0.3s ease-in-out;
	font-size: 18px;
}

ul.accordion-list li div.answer {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

ul.accordion-list li div.answer p {
	position: relative;
	display: block;
	font-weight: 300;
	padding: 10px 0 0 0;
	cursor: pointer;
	line-height: 150%;
	margin: 0 0 15px 50px;
	font-size: 14px;
}

.ans {
	text-align: center;
	color: #fff;
	padding: 0px;
	margin-top: 20px;
	border: 1px solid #cfcfcf;
}

.ans h2 {
	font-size: 20px;
	background-color: #d40c18;
	padding: 10px;
	color: #fff;
}

.read-btn {
	background-color: #d40c18;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 0px 10px;
	border-radius: 60px;
}


/*timeline*/

a {
	text-decoration: none
}


/*h4{text-align:center;margin:30px 0;color:#444}*/

.main-timeline {
	position: relative
}

.main-timeline:before {
	content: "";
	width: 5px;
	height: 100%;
	border-radius: 20px;
	margin: 0 auto;
	background: #242922;
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

.main-timeline .timeline {
	display: inline-block;
	margin-bottom: 50px;
	position: relative
}

.main-timeline .timeline:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 4px solid #fff;
	background: #D81159;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
	display: inline-block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	border: 3px solid #D81159;
	padding: 13px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 30%;
	transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
	display: block;
	border-radius: 50%;
	background: #D81159;
	font-size: 64px;
	color: #fff;
	line-height: 100px;
	z-index: 1;
	position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
	content: "";
	width: 100px;
	height: 4px;
	background: #D81159;
	position: absolute;
	top: 50%;
	right: -100px;
	transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
	width: 70px;
	height: 50px;
	background: #f0f6ff;
	top: 89px;
	right: -30px
}

.main-timeline .timeline-content {
	width: 50%;
	padding: 0 50px;
	margin: 52px 0 0;
	float: right;
	position: relative
}

.main-timeline .timeline-content:before {
	content: "";
	width: 70%;
	height: 100%;
	border: 3px solid #D81159;
	border-top: none;
	border-right: none;
	position: absolute;
	bottom: -13px;
	left: 35px
}

.main-timeline .timeline-content:after {
	content: "";
	width: 37px;
	height: 3px;
	background: #D81159;
	position: absolute;
	top: 13px;
	left: 0
}

.main-timeline .title {
	font-size: 20px;
	color: #D81159;
	text-transform: uppercase;
	margin: 0 0 5px
}

.main-timeline .description {
	display: inline-block;
	color: #404040;
	line-height: 20px;
	margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
	left: auto;
	right: 30%
}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
	right: auto;
	left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
	right: auto;
	left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
	float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
	left: auto;
	right: 35px;
	transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
	left: auto;
	right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
	background: #F68657
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
	border-color: #F68657
}

.main-timeline .timeline:nth-child(2n) .title {
	color: #F68657
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
	border-left-color: #F68657;
	border-bottom-color: #F68657
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
	background: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
	border-color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .title {
	color: #8fb800
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
	border-left-color: #8fb800;
	border-bottom-color: #8fb800
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
	background: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
	border-color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .title {
	color: #2fcea5
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
	border-left-color: #2fcea5;
	border-bottom-color: #2fcea5
}

@media only screen and (max-width:1200px) {
	.main-timeline .timeline-icon:before {
		width: 50px;
		right: -50px
	}

	.main-timeline .timeline:nth-child(even) .timeline-icon:before {
		right: auto;
		left: -50px
	}

	.main-timeline .timeline-content {
		margin-top: 75px
	}
}

@media only screen and (max-width:990px) {
	.main-timeline .timeline {
		margin: 0 0 10px
	}

	.main-timeline .timeline-icon {
		left: 25%
	}

	.main-timeline .timeline:nth-child(even) .timeline-icon {
		right: 25%
	}

	.main-timeline .timeline-content {
		margin-top: 115px
	}
}

@media only screen and (max-width:767px) {
	.main-timeline {
		padding-top: 50px
	}

	.main-timeline:before {
		left: 80px;
		right: 0;
		margin: 0
	}

	.main-timeline .timeline {
		margin-bottom: 70px
	}

	.main-timeline .timeline:before {
		top: 0;
		left: 83px;
		right: 0;
		margin: 0
	}

	.main-timeline .timeline-icon {
		width: 60px;
		height: 60px;
		line-height: 40px;
		padding: 5px;
		top: 0;
		left: 0
	}

	.main-timeline .timeline:nth-child(even) .timeline-icon {
		left: 0;
		right: auto
	}

	.main-timeline .timeline-icon:before,
	.main-timeline .timeline:nth-child(even) .timeline-icon:before {
		width: 25px;
		left: auto;
		right: -25px
	}

	.main-timeline .timeline-icon:after,
	.main-timeline .timeline:nth-child(even) .timeline-icon:after {
		width: 25px;
		height: 30px;
		top: 44px;
		left: auto;
		right: -5px
	}

	.main-timeline .timeline-icon i {
		font-size: 30px;
		line-height: 45px
	}

	.main-timeline .timeline-content,
	.main-timeline .timeline:nth-child(even) .timeline-content {
		width: 100%;
		margin-top: -15px;
		padding-left: 130px;
		padding-right: 5px
	}

	.main-timeline .timeline:nth-child(even) .timeline-content {
		float: right
	}

	.main-timeline .timeline-content:before,
	.main-timeline .timeline:nth-child(even) .timeline-content:before {
		width: 50%;
		left: 120px
	}

	.main-timeline .timeline:nth-child(even) .timeline-content:before {
		right: auto;
		transform: rotateY(0)
	}

	.main-timeline .timeline-content:after,
	.main-timeline .timeline:nth-child(even) .timeline-content:after {
		left: 85px
	}
}

@media only screen and (max-width:479px) {

	.main-timeline .timeline-content,
	.main-timeline .timeline:nth-child(2n) .timeline-content {
		padding-left: 110px
	}

	.main-timeline .timeline-content:before,
	.main-timeline .timeline:nth-child(2n) .timeline-content:before {
		left: 99px
	}

	.main-timeline .timeline-content:after,
	.main-timeline .timeline:nth-child(2n) .timeline-content:after {
		left: 65px
	}
}


/*timeline2*/


/******************* Timeline Demo - 4 *****************/

.main-timeline2 {
	overflow: hidden;
	position: relative
}

.main-timeline2:before {
	content: "";
	width: 5px;
	height: 70%;
	background: #333;
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%)
}

.main-timeline2 .timeline-content:before,
.main-timeline2 .timeline:before {
	top: 50%;
	transform: translateY(-50%);
	content: ""
}

.main-timeline2 .timeline {
	width: 50%;
	padding-left: 100px;
	float: right;
	position: relative
}

.main-timeline2 .timeline:before {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #fff;
	border: 5px solid #333;
	position: absolute;
	left: -10px
}

.main-timeline2 .timeline-content {
	display: block;
	padding-left: 150px;
	position: relative
}

.main-timeline2 .timeline-content:before {
	width: 90px;
	height: 10px;
	border-top: 7px dotted #333;
	position: absolute;
	left: -92px
}

.main-timeline2 .year {
	display: inline-block;
	width: 120px;
	height: 120px;
	line-height: 100px;
	border-radius: 50%;
	border: 10px solid #f54957;
	font-size: 30px;
	color: #f54957;
	text-align: center;
	box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	left: 0
}

.main-timeline2 .year:before {
	content: "";
	border-left: 20px solid #f54957;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	bottom: -13px;
	right: 0;
	transform: rotate(45deg)
}

.main-timeline2 .inner-content {
	padding: 20px 0
}

.main-timeline2 .title {
	font-size: 24px;
	color: #f54957;
	text-transform: uppercase;
	margin: 0 0 5px
}

.main-timeline2 .description {
	font-size: 14px;
	color: #6f6f6f;
	margin: 0 0 5px
}

.main-timeline2 .timeline:nth-child(2n) {
	padding: 0 100px 0 0
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline2 .timeline:nth-child(2n) .year,
.main-timeline2 .timeline:nth-child(2n):before {
	left: auto;
	right: -10px
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content {
	padding: 0 150px 0 0
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
	right: -92px
}

.main-timeline2 .timeline:nth-child(2n) .year {
	right: 0
}

.main-timeline2 .timeline:nth-child(2n) .year:before {
	right: auto;
	left: 0;
	border-left: none;
	border-right: 20px solid #f54957;
	transform: rotate(-45deg)
}

.main-timeline2 .timeline:nth-child(2) {
	margin-top: 110px
}

.main-timeline2 .timeline:nth-child(odd) {
	margin: -110px 0 0
}

.main-timeline2 .timeline:nth-child(even) {
	margin-bottom: 80px
}

.main-timeline2 .timeline:first-child,
.main-timeline2 .timeline:last-child:nth-child(even) {
	margin: 0
}

.main-timeline2 .timeline:nth-child(2n) .year {
	border-color: #1ebad0;
	color: #1ebad0
}

.main-timeline2 .timeline:nth-child(2) .year:before {
	border-right-color: #1ebad0
}

.main-timeline2 .timeline:nth-child(2n) .title {
	color: #1ebad0
}

.main-timeline2 .timeline:nth-child(3n) .year {
	border-color: #7cba01;
	color: #7cba01
}

.main-timeline2 .timeline:nth-child(3) .year:before {
	border-left-color: #7cba01
}

.main-timeline2 .timeline:nth-child(3n) .title {
	color: #7cba01
}

.main-timeline2 .timeline:nth-child(4n) .year {
	border-color: #f8781f;
	color: #f8781f
}

.main-timeline2 .timeline:nth-child(4) .year:before {
	border-right-color: #f8781f
}

.main-timeline2 .timeline:nth-child(4n) .title {
	color: #f8781f
}

@media only screen and (max-width:1200px) {
	.main-timeline2 .year {
		top: 50%;
		transform: translateY(-50%)
	}
}

@media only screen and (max-width:990px) {
	.main-timeline2 .timeline {
		padding-left: 75px
	}

	.main-timeline2 .timeline:nth-child(2n) {
		padding: 0 75px 0 0
	}

	.main-timeline2 .timeline-content {
		padding-left: 130px
	}

	.main-timeline2 .timeline:nth-child(2n) .timeline-content {
		padding: 0 130px 0 0
	}

	.main-timeline2 .timeline-content:before {
		width: 68px;
		left: -68px
	}

	.main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
		right: -68px
	}
}

@media only screen and (max-width:767px) {
	.main-timeline2 {
		overflow: visible
	}

	.main-timeline2:before {
		height: 100%;
		top: 0;
		left: 0;
		transform: translateX(0)
	}

	.main-timeline2 .timeline:before,
	.main-timeline2 .timeline:nth-child(2n):before {
		top: 60px;
		left: -9px;
		transform: translateX(0)
	}

	.main-timeline2 .timeline,
	.main-timeline2 .timeline:nth-child(even),
	.main-timeline2 .timeline:nth-child(odd) {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
		margin: 0 0 10px
	}

	.main-timeline2 .timeline-content,
	.main-timeline2 .timeline:nth-child(2n) .timeline-content {
		padding: 0
	}

	.main-timeline2 .timeline-content:before,
	.main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
		display: none
	}

	.main-timeline2 .timeline:nth-child(2n) .year,
	.main-timeline2 .year {
		position: relative;
		transform: translateY(0)
	}

	.main-timeline2 .timeline:nth-child(2n) .year:before,
	.main-timeline2 .year:before {
		border: none;
		border-right: 20px solid #f54957;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		top: 50%;
		left: -23px;
		bottom: auto;
		right: auto;
		transform: rotate(0)
	}

	.main-timeline2 .timeline:nth-child(2n) .year:before {
		border-right-color: #1ebad0
	}

	.main-timeline2 .timeline:nth-child(3n) .year:before {
		border-right-color: #7cba01
	}

	.main-timeline2 .timeline:nth-child(4n) .year:before {
		border-right-color: #f8781f
	}

	.main-timeline2 .inner-content {
		padding: 10px
	}
}


/*timeline3*/


/******************* Timeline Demo - 5 *****************/

.main-timeline3 {
	overflow: hidden;
	position: relative
}

.main-timeline3 .timeline {
	position: relative;
	margin-top: -58px
}


.main-timeline3 .timeline:first-child {
	margin-top: 0
}

.main-timeline3 .timeline-icon,
.main-timeline3 .year {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.main-timeline3 .timeline:after,
.main-timeline3 .timeline:before {
	content: "";
	display: block;
	width: 100%;
	clear: both
}

.main-timeline3 .timeline:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2
}

.main-timeline3 .timeline-icon {
	width: 210px;
	height: 210px;
	border-radius: 50%;
	border: 25px solid transparent;
	border-top-color: #f44556;
	border-right-color: #f44556;
	z-index: 1;
	transform: rotate(45deg)
}

.main-timeline3 .year {
	display: block;
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, .4);
	font-size: 30px;
	font-weight: 700;
	color: #f44556;
	text-align: center;
	transform: rotate(-45deg)
}

.main-timeline3 .timeline-content {
	width: 35%;
	float: right;
	background: #f44556;
	padding: 30px 20px;
	margin: 50px 0;
	box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
	z-index: 1;
	position: relative
}

.main-timeline3 .timeline-content:before {
	content: "";
	width: 20%;
	height: 15px;
	background: #f44556;
	position: absolute;
	top: 50%;
	left: -20%;
	z-index: -1;
	transform: translateY(-50%)
}

.main-timeline3 .title {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	margin: 0 0 10px
}

.main-timeline3 .description {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	margin: 0
}

.main-timeline3 .timeline:nth-child(2n) .timeline-icon {
	transform: rotate(-135deg);
	border-top-color: #e97e2e;
	border-right-color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .year {
	transform: rotate(135deg);
	color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content {
	float: left
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
	left: auto;
	right: -20%
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content,
.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
	background: #e97e2e
}

.main-timeline3 .timeline:nth-child(3n) .timeline-icon {
	border-top-color: #13afae;
	border-right-color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .year {
	color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .timeline-content,
.main-timeline3 .timeline:nth-child(3n) .timeline-content:before {
	background: #13afae
}

.main-timeline3 .timeline:nth-child(4n) .timeline-icon {
	border-top-color: #105572;
	border-right-color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .year {
	color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .timeline-content,
.main-timeline3 .timeline:nth-child(4n) .timeline-content:before {
	background: #105572
}

@media only screen and (max-width:1199px) {
	.main-timeline3 .timeline {
		margin-top: -103px
	}

	.main-timeline3 .timeline-content:before {
		left: -18%
	}

	.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
		right: -18%
	}
}

@media only screen and (max-width:990px) {
	.main-timeline3 .timeline {
		margin-top: -127px
	}

	.main-timeline3 .timeline-content:before {
		left: -2%
	}

	.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
		right: -2%
	}
}

@media only screen and (max-width:767px) {
	.main-timeline3 .timeline {
		margin-top: 0;
		overflow: hidden
	}

	.main-timeline3 .timeline:before,
	.main-timeline3 .timeline:nth-child(2n):before {
		box-shadow: none
	}

	.main-timeline3 .timeline-icon,
	.main-timeline3 .timeline:nth-child(2n) .timeline-icon {
		margin-top: -30px;
		margin-bottom: 20px;
		position: relative;
		transform: rotate(135deg)
	}

	.main-timeline3 .timeline:nth-child(2n) .year,
	.main-timeline3 .year {
		transform: rotate(-135deg)
	}

	.main-timeline3 .timeline-content,
	.main-timeline3 .timeline:nth-child(2n) .timeline-content {
		width: 100%;
		float: none;
		border-radius: 0 0 20px 20px;
		text-align: center;
		padding: 25px 20px;
		margin: 0 auto
	}

	.main-timeline3 .timeline-content:before,
	.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
		width: 15px;
		height: 25px;
		position: absolute;
		top: -22px;
		left: 50%;
		z-index: -1;
		transform: translate(-50%, 0)
	}
}


/*timeline4*/


/******************* Timeline Demo - 8 *****************/

.main-timeline4 {
	overflow: hidden;
	position: relative
}

.main-timeline4:after,
.main-timeline4:before {
	content: "";
	display: block;
	width: 100%;
	clear: both
}

.main-timeline4:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #d6d5d5;
	position: absolute;
	top: 30px;
	left: 50%
}

.main-timeline4 .timeline {
	width: 50%;
	float: left;
	padding-right: 30px;
	position: relative
}

.main-timeline4 .timeline-icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #fff;
	border: 3px solid #fe6847;
	position: absolute;
	top: 5.5%;
	right: -17.5px
}

.main-timeline4 .year {
	display: block;
	padding: 10px;
	margin: 0;
	font-size: 30px;
	color: #fff;
	border-radius: 0 50px 50px 0;
	background: #fe6847;
	text-align: center;
	position: relative
}

.main-timeline4 .year:before {
	content: "";
	border-top: 35px solid #f59c8b;
	border-left: 35px solid transparent;
	position: absolute;
	bottom: -35px;
	left: 0
}

.main-timeline4 .timeline-content {
	padding: 30px 20px;
	margin: 0 45px 0 35px;
	background: #f2f2f2
}

.main-timeline4 .title {
	font-size: 19px;
	font-weight: 700;
	color: #504f54;
	margin: 0 0 10px
}

.main-timeline4 .description {
	font-size: 14px;
	color: #7d7b7b;
	margin: 0
}

.main-timeline4 .timeline:nth-child(2n) {
	padding: 0 0 0 30px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
	right: auto;
	left: -14.5px
}

.main-timeline4 .timeline:nth-child(2n) .year {
	border-radius: 50px 0 0 50px;
	background: #7eda99
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
	border-left: none;
	border-right: 35px solid transparent;
	left: auto;
	right: 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
	text-align: right;
	margin: 0 35px 0 45px
}

.main-timeline4 .timeline:nth-child(2) {
	margin-top: 170px
}

.main-timeline4 .timeline:nth-child(odd) {
	margin: -175px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
	margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
	margin: 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
	border-color: #7eda99
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
	border-top-color: #92efad
}

.main-timeline4 .timeline:nth-child(3n) .timeline-icon {
	border-color: #8a5ec1
}

.main-timeline4 .timeline:nth-child(3n) .year {
	background: #8a5ec1
}

.main-timeline4 .timeline:nth-child(3n) .year:before {
	border-top-color: #a381cf
}

.main-timeline4 .timeline:nth-child(4n) .timeline-icon {
	border-color: #f98d9c
}

.main-timeline4 .timeline:nth-child(4n) .year {
	background: #f98d9c
}

.main-timeline4 .timeline:nth-child(4n) .year:before {
	border-top-color: #f2aab3
}

@media only screen and (max-width:767px) {
	.main-timeline4 {
		overflow: visible
	}

	.main-timeline4:before {
		top: 0;
		left: 0
	}

	.main-timeline4 .timeline:nth-child(2),
	.main-timeline4 .timeline:nth-child(even),
	.main-timeline4 .timeline:nth-child(odd) {
		margin: 0
	}

	.main-timeline4 .timeline {
		width: 100%;
		float: none;
		padding: 0 0 0 30px;
		margin-bottom: 20px !important
	}

	.main-timeline4 .timeline:last-child {
		margin: 0 !important
	}

	.main-timeline4 .timeline-icon {
		right: auto;
		left: -14.5px
	}

	.main-timeline4 .year {
		border-radius: 50px 0 0 50px
	}

	.main-timeline4 .year:before {
		border-left: none;
		border-right: 35px solid transparent;
		left: auto;
		right: 0
	}

	.main-timeline4 .timeline-content {
		margin: 0 35px 0 45px
	}
}

/* INTRO SECTION
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */


/* TIMELINE
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline ul {}

.timeline ul li {
	list-style-type: none;
	position: relative;
	width: 6px;
	margin: 0 auto;
	padding-top: 50px;
	background: #000;
}

.timeline ul li::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: inherit;
	z-index: 1;
}

.timeline ul li div {
	position: relative;
	bottom: 0;
	width: 400px;
	padding: 17px;
	background: #c90209;
}

.timeline ul li div::before {
	content: "";
	position: absolute;
	bottom: 7px;
	width: 0;
	height: 0;
	border-style: solid;
}

.timeline ul li:nth-child(odd) div {
	left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
	left: -15px;
	border-width: 8px 16px 8px 0;
	border-color: transparent #c90209 transparent transparent;
}

.timeline ul li:nth-child(even) div {
	left: -439px;
}

.timeline ul li:nth-child(even) div::before {
	right: -15px;
	border-width: 8px 0 8px 16px;
	border-color: transparent transparent transparent #c90209;
}

time {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 8px;
}

/* EFFECTS
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline ul li::after {
	transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
	background: #c90209;
}

.timeline ul li div {
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
	transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
	transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
	transform: none;
	visibility: visible;
	color: white;
	opacity: 1;
	font-size: 18px;
}

/* GENERAL MEDIA QUERIES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

@media screen and (max-width: 900px) {
	.timeline ul li div {
		width: 250px;
	}

	.timeline ul li:nth-child(even) div {
		left: -289px;
		/*250+45-6*/
	}
}

@media screen and (max-width: 600px) {
	.timeline ul li {
		margin-left: 20px;
	}

	.timeline ul li div {
		width: calc(100vw - 91px);
	}

	.timeline ul li:nth-child(even) div {
		left: 45px;
	}

	.timeline ul li:nth-child(even) div::before {
		left: -15px;
		border-width: 8px 16px 8px 0;
		border-color: transparent #f45b69 transparent transparent;
	}
}

/* EXTRA/CLIP PATH STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.timeline-clippy ul li::after {
	width: 40px;
	height: 40px;
	border-radius: 0;
}

.timeline-rhombus ul li::after {
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
	bottom: 12px;
}

.timeline-star ul li::after {
	clip-path: polygon(50% 0%,
			61% 35%,
			98% 35%,
			68% 57%,
			79% 91%,
			50% 70%,
			21% 91%,
			32% 57%,
			2% 35%,
			39% 35%);
}

.timeline-heptagon ul li::after {
	clip-path: polygon(50% 0%,
			90% 20%,
			100% 60%,
			75% 100%,
			25% 100%,
			0% 60%,
			10% 20%);
}

.timeline-infinite ul li::after {
	animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
	0% {
		transform: translateX(-50%) scale(1);
	}

	50% {
		transform: translateX(-50%) scale(1.25);
	}

	100% {
		transform: translateX(-50%) scale(1);
	}
}

/* FOOTER STYLES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.page-footer {
	position: fixed;
	right: 0;
	bottom: 20px;
	display: flex;
	align-items: center;
	padding: 5px;
	color: black;
	background: rgba(255, 255, 255, 0.65);
}

.page-footer a {
	display: flex;
	margin-left: 4px;
}

/*end timeline*/
@media screen and (min-width: 320px ) and (max-width: 600px) {
    .features-card {
    /*display: grid;*/
    /*grid-template-columns: auto 1fr;*/
    /*gap: 1rem;*/
    background-color: #0000005c;
    /*padding: 1rem;*/
    /*margin: 1rem 0;*/
    }
  .first-wrap {
    /*height: 66vh;*/
    background: #030003 url(../static/images/ielts/ielts2_11zon.jpg);
    background-size: contain;
    
    width: 100%;
    /*background-attachment: fixed;*/
      
      background-repeat: no-repeat;
      background-position:center; 
background-attachment:scroll; 
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:cover; 
background-repeat:no-repeat;
}
.s-wrap {
  height: 100%;
  width: 100%;
  background: #030003  url(../static/images/ielts/5.png) no-repeat fixed;
  background-size: contain;
  background-position: 50% 50%;
   /*background-position:center; */
    background-attachment:scroll; 
    -o-background-size:cover; 
    -moz-background-size:cover; 
    -webkit-background-size:cover; 
    background-size:cover; 
    background-repeat:no-repeat;
}
.t-wrap {
  height: 967px;
  width: 100vw;
  background: #030003 url(../static/images/ielts/ielts3_11zon.jpg) no-repeat fixed;
  background-size: contain;
  /* background-position: 50% 50%; */
  /*display: none;*/
   background-position:center; 
background-attachment:scroll; 
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:cover; 
background-repeat:no-repeat;
}
.f-wrap {
  height: auto;
  width: 100vw;
  background: #030003  url(../static/images/ielts/6.png) no-repeat fixed;
  background-size: contain;
  background-position: 50% 50%;
  margin: -100px 0 -15px 0;
   background-position:center; 
background-attachment:scroll; 
-o-background-size:cover; 
-moz-background-size:cover; 
-webkit-background-size:cover; 
background-size:cover; 
background-repeat:no-repeat;
}
.first-div {

  height: 100%;
  width: 100vw;
  margin-top: -18px;
  
}
.card {
  width: 100%;
  padding: 30px;
  box-shadow: 0.5px 0.5px 12px 0px #80808042;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 15px auto;
}
.new-update {
  padding: 0px;
 
}
.features-text p {
  font-size: 13px;
  line-height: 27px;
  text-align: justify;
  color: #666666;
}
.mysection {
  text-align: justify;
  padding: 12px 20px;
}
}