html {
	scroll-behavior: smooth;
}

.white_bg, .purple_bg {
	padding: 50px 0;
}

.purple_bg{
	background: linear-gradient(to right, #0f0c29, #302b63, #24243e);
}

.purple_bg,
.purple_bg .grid-title, 
.purple_bg .grid-subtitle,
.purple_bg .section__title {
	color: #fff;
}

.half-grid-parent {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.grid-half {
	width: 50%;
	padding: 0 15px;
}

.grid-title, .grid-subtitle {
	font-family: gilroy-bold,sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	color: #4d4d4d;
	margin-bottom: 10px;
}

.grid-subtitle{
	font-size: 24px;
}

.grid-btn {
	border: none;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.16);
	box-shadow: 0 5px 15px 0 rgba(0,0,0,.16);
	background-image: -o-linear-gradient(to right, #0f0c29, #302b63, #24243e);
	background-image: linear-gradient(to right, #0f0c29, #302b63, #24243e);
	background-size: 200% 200%;
	padding: 13px;
	font-family: gilroy-bold,sans-serif;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: .16px;
	color: #fff;
	display: inline-block;
    margin-top: 5px;
    min-width: 180px;
    text-align: center;
}

.grid-btn:hover {
	-webkit-animation: gradient 2s ease infinite;
	animation: gradient 2s ease infinite;
}

.home .section-three .why {
	margin-top: 50px;
}

.bullet_section {
	background-color: #f0f0f0;
	padding: 50px 0;
}

.bullet_section .section__title {
	text-align: center;
	margin-bottom: 25px;
}

.bullet_section .grid-half img {
	max-width: 100%;
}

.bullet_section .check__list-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px;
}

.bullet_section .check__list-item .check__list-text {
	width: calc(100% - 35px);
	display: block;
	margin-left: 10px;
}

.purple_bg .grid-btn {
	background: #fff;
	margin-top: 15px;
	color: #0f0c29;
}

.purple_bg .grid-btn:hover {
	background-color: #7e70f0;
	color: #fff;
}

.testimonials_sec {
	padding: 50px 0;
	background-color: #ddd;
}

.testimonials_sec .section__title {
	text-align: center;
	margin-bottom: 25px;
}

.testimonials_sec img {
	max-width: 80%;
}

.testimonials_sec p {
	color: #4d4d4d;
}

.author-name {
	margin-top: 20px;
	color: #4d4d4d;
	font-size: 18px;
}

.testimonials_grid + .testimonials_grid {
	margin-top: 50px;
	border-top: 1px solid #999;
	padding-top: 50px;
}

.investment-sec .why__item:last-child {
	margin-top: 23px !important;
}

.section-four.testimonial_slider {
	background-color: #f0f0f0;
}

.btn-wrapper {
	text-align: center;
	margin-top: 50px;
}

.section-two.companies.section.investment-comp {
	background-color: #f0f0f0;
}

.faq-section.section {
	background-color: #ddd;
	padding: 50px 0;
}

.faq-section .section__title {
	text-align: center;
	margin-bottom: 25px;
}

.faq-grid {
	color: #4d4d4d;
}

.accordion-wrapper {
	margin-top: 25px;
	border-top: 1px solid #4d4d4d;
	padding-top: 10px;
}

.accordion-inner-wrapper {
	margin-bottom: 10px;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 10px;
}

.accordion-title {
	cursor: pointer;
	font-weight: bold;
	position: relative;
	margin-bottom: 0;
}

.accordion-title::before, .accordion-title::after {
	content: '';
	display: block;
	position: absolute;
	right: 5px;
	top: 10px;
	width: 10px;
	height: 1px;
	background-color: #4d4d4d;
	transition: 0.3s;
}

.accordion-title::after {
	transform: rotate(90deg);
}

.accordion-title.active::before {
	opacity: 0;
}

.accordion-title.active::after {
	transform: rotate(360deg);
}

.accordion-description {
	display: none;
	margin-top: 10px;
}

.section.info-section {
	background-color: #f0f0f0;
	padding: 50px 0;
	text-align: center;
	color: #4d4d4d;
}

.section-three.number_sec .why__item {
	align-items: flex-start;
}

.section-three.section.number_sec .why__item-right {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: 0;
}

.section-three.number_sec .why__item-left-wrap {
	margin-bottom: 30px;
}

.bullet_section img,
.testimonials_grid img {
	border-radius: 10px;
}

.page__title.new_page_title {
	max-width: 540px;
	font-size: 30px;
}

.page__title.new_page_title .check__list {
	margin-top: 10px;
}

@media screen and (min-width: 1200px){ 

.home .section-three .why .why__item {
	width: calc(33.333% - 20px);
	margin: 0 10px;
}

.home .section-three.investment-sec .why .why__item {
	width: calc(50% - 20px);
	margin: 10px;
}

.investment-sec .why__item-left-wrap {
	width: 85px !important;
	height: 85px !important;
}

.investment-sec .why__item-left-wrap .why__item-img {
	width: 50px;
}

}

@media screen and (max-width: 1199px){

.section-three.number_sec .why__item {
	width: 100%;
}

.section-three.section.number_sec .why__item-right {
	justify-content: flex-start;
	align-items: center;
}

.section-three.number_sec .why__item-left-wrap {
	margin-bottom: 0;
}

.section-three.number_sec .why_text_grid {
	width: calc(100% - 65px);
	padding-left: 20px;
	text-align: left;
}

.home .section-one .page__title.new_page_title {
	font-size: 22px;
	max-width: 540px;
}

}


@media screen and (max-width: 767px){ 

.grid-half {
	width: 100%;
	text-align:center;
}

.grid-half + .grid-half {
	margin-top: 15px;
}

.bullet_section .grid-half + .grid-half {
	order: -1;
	margin-top: 0;
	margin-bottom: 15px;
}

.bullet_section .grid-half {
	text-align: center;
}

.bullet_section .grid-half .check__list {
	text-align: left;
}

}