.hide{
    display:none;
}

.about_main {
	padding: 40px 0;
	background-color: #fefefe;
	position: relative;
}

.left_shape2 {
    position: absolute;
    top: 45%;
    left: -4%;
    width: 800px;
    transform: translate(4%, -45%);
}
.left_shape1 {
    position: absolute;
    top: 45%;
    left: -4%;
    width: 800px;
    transform: translate(4%, -45%);
}



.right_top_shape,
.right_bottom_shape {
	position: absolute;
	top: 40%;
	right: 0;
	width: 500px;
	transform: translate(0, -40%);
}

.right_bottom_shape {
	top: unset;
	bottom: -5%;
	transform: translate(0, 5%);
}

.about_page_title h3 {
	font-size: 40px;
	margin-bottom: 20px;
	color: #2D1D61;
	font-weight: 700;
}

.about_founder,
.our_story_main,
.company_info_main,
.team_info_main {
	padding: 50px 0;
}

.about_inr_title h2,
.about_title h2 {
	font-size: 50px;
	margin-bottom: 40px;
	font-weight: 800;
	color: #2D1D61;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about_inr_title h2 i,
.about_title h2 i {
	/* transform: rotate(-20deg); */
	margin-right: 25px;
	font-size: 60px;
	color: #8340D4;
}

.info_box {
	padding: 30px;
	border-radius: 15px 15px 0 15px;
	background-color: #fff;
	box-shadow: 0px 20px 50px #e9e7f5;
	position: relative;
	margin-bottom: 80px;
}

.about_info .about_founder .row:last-child .info_box:last-child {
	margin: 0;
}

.info_box h3 {
	font-size: 40px;
	margin-bottom: 25px;
	font-weight: 700;
	color: #231D4F;
}

.info_box p {
	font-size: 16px;
	margin: 0;
	color: #363049;
}

.founder_img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 320px;
	z-index: 1;
}


.info_inr_box {
    padding: 30px;
    border-radius: 15px;
	
}

.our_story_main .info_box,
.company_info_main .info_box,
.team_info_main .info_box {
	margin: 0;
}


.about_title h2 i {
	transform: rotate(0);
	margin-right: 20px;
}

/* back to top */

.back_to_top {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2D1D61;
	color: #fff;
	font-size: 20px;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9;
}

.back_to_top:hover{
	background-color: #8340D4;
	color: #fff;
}

.back_to_top.show {
	opacity: 1;
	visibility: visible;
}

.founder_shape{
	position: absolute;
    right: 0;
    top: 20%;
    transform: translate(0, -20%);
}

.right_line_shape {
    position: absolute;
    top: 12%;
    right: 0;
    transform: translate(0, -12%);
}

.right_tringle_shape {
    position: absolute;
    top: 13%;
    right: 0;
    transform: translate(0, -13%);
}

@media (max-width:991px) {

	.about_main {
		padding-bottom: 0;
	}

	.about_page_title h3 {
		font-size: 28px;
		text-align: center;
	}

	.about_founder,
	.our_story_main,
	.company_info_main,
	.team_info_main {
		padding: 30px 0;
	}

	.about_inr_title h2,
	.about_title h2 {
		font-size: 35px;
	}

	.about_inr_title h2 i,
	.about_title h2 i {
		font-size: 40px;
	}

	.info_box h3 {
		font-size: 25px;
		margin-bottom: 20px;
	}

	.founder_img {
		position: relative;
		/* margin-bottom: 20px; */
		margin: 0 auto 20px;
	}

	.info_box {
		border-radius: 15px;
		margin-bottom: 50px;
	}

	.info_inr_box {
		padding: 30px;
	}

	.left_shape {
		width: 300px;
	}

	.right_top_shape {
		width: 300px;
		top: 42%;
		transform: translate(0, -42%);
	}

}

@media (max-width:767px) {

	.about_main {
		padding-bottom: 20px;
	}

	.about_page_title h3 {
		font-size: 22px;
	}

	.about_founder,
	.our_story_main,
	.company_info_main,
	.team_info_main {
		padding: 20px 0;
	}

	.about_inr_title h2,
	.about_title h2 {
		font-size: 25px;
		margin-bottom: 20px;
		flex-direction: column;
	}

	.about_inr_title h2 i,
	.about_title h2 i {
		transform: rotate(0);
		margin: 0;
		margin-bottom: 15px;
		font-size: 30px;
	}

	.info_box {
		padding: 20px;
	}

	.info_box h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.founder_img {
		position: relative;
		width: 100%;
		margin-bottom: 15px;
	}

	.back_to_top{
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

}


.price_top_banner {
    background: url('../images/price_banner.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
}



.price_banner_info h2{
	font-size: 40px;
	color: #2d1d61;
	margin-bottom: 30px;
	font-weight: 700;
}

.price_banner_info p{
	font-size: 22px;
	color: #928f9d;
	margin: 0;
}

.price_banner_btn{
	margin-top: 60px;
}

.price_banner_btn .price_demo_btn {
	padding: 20px 50px;
	background-color: #8340d4;
	border-radius: 5px;
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	border: 1px solid #8340d4;
	transition: all 0.5s ease-in-out;
}




@media (max-width:991px) {

	.about_main {
		padding-bottom: 0;
	}

	.about_page_title h3 {
		font-size: 28px;
		text-align: center;
	}

	.about_founder,
	.our_story_main,
	.company_info_main,
	.team_info_main {
		padding: 30px 0;
	}

	.about_inr_title h2,
	.about_title h2 {
		font-size: 35px;
	}

	.about_inr_title h2 i,
	.about_title h2 i {
		font-size: 40px;
	}

	.info_box h3 {
        font-size: 40px;
        margin-bottom: 20px;
        font-weight: 700;
        color: #231D4F;
    }

	.founder_img {
		position: relative;
		/* margin-bottom: 20px; */
		margin: 0 auto 20px;
	}

	.info_box {
		border-radius: 15px;
		margin-bottom: 50px;
	}

	.info_inr_box {
		padding: 30px;
	}

	.left_shape {
		width: 300px;
	}

	.right_top_shape {
		width: 300px;
		top: 42%;
		transform: translate(0, -42%);
	}

	/* price banner 16/04/2024 */

	.price_top_banner{
		height: 350px;
	}

	.price_banner_info h2{
		font-size: 30px;
		margin-bottom: 15px;
	}

	.price_banner_btn {
		margin-top: 30px;
	}

	.price_banner_btn .price_demo_btn{
		padding: 15px 30px;
		font-size: 18px;
	}

}

@media (max-width:767px) {

	.about_main {
		padding-bottom: 20px;
	}

	.about_page_title h3 {
		font-size: 22px;
	}

	.about_founder,
	.our_story_main,
	.company_info_main,
	.team_info_main {
		padding: 20px 0;
	}

	.about_inr_title h2, .about_title h2 {
		font-size: 21px;
		margin: 0px 30px 0px 20px;
		flex-direction: row;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.about_inr_title h2 i, .about_title h2 i {
		/* transform: rotate(-20deg); */
		margin: 0 15px 0px 0px;
		/* margin-bottom: 15px; */
		font-size: 30px;
	}
	.about_inr_title {
		margin-bottom: 30px;
	}

	.info_box {
		padding: 20px;
	}

	.info_box h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.founder_img {
		position: relative;
		width: 60%;
		margin-bottom: 15px;
		margin-left: 20px;
	}

	.back_to_top{
		width: 40px;
		height: 40px;
		font-size: 16px;
	}

	/* price banner 16/04/2024 */

    .price_top_banner{
		height: 300px;
		padding: 20px 0;
	}

	.price_banner_info h2{
		font-size: 18px;
		margin-bottom: 10px;
	}

	.price_banner_info p{
		font-size: 15px;
	}

	.price_banner_btn .price_demo_btn{
		padding: 10px 20px;
		font-size: 15px;
	}
}

.alertify-wrp.service-prowrp .row {
    justify-content: center;
}
.foot-cnt p i {
    font-size: 16px;
    padding-right: 10px;
}

.pricing-page .nav-tabs {
	width: 410px;
}  
.pricing-page .nav-tabs:last-child button {
	max-width: 100%; 
}

/* **** Achieved **** */
.achieved-wrp{
    position: relative;
    width: 100%;
    padding: 70px 0;
}
.achieved-wrp h2{
    font-size: 44px;
    font-weight: bold;
    color: #2D1D61;
    margin: 0 0 40px;
    text-align: center;
}
.achieved-slider{
    margin: 0 -10px;
}
.achieved-slider-item{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 10px;
}
.achieved-slider-item figure{
    margin: 0;
}
.achieved-slider-item figure img{
    width: 100%;
}
.achieved-slider .slick-arrow{
    border: 0;
    background: none;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
}
.achieved-slider .slick-arrow::before{
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    font-size: 26px;
    color: #734DEC;
    height: 30px;
    font-weight: 500;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.achieved-slider .slick-prev.slick-arrow::before{
    content: '\f061';
}
.achieved-slider .slick-next.slick-arrow::before{
    content: '\f060';
}
.achieved-slider .slick-prev.slick-arrow{
    right: 0;
    left: auto;
}
.achieved-slider .slick-next.slick-arrow{
    left: -30px;
}
/* **** End Achieved **** */