/*--------------------------------------------------------------
# hero
--------------------------------------------------------------*/
.hero-area {
    position: relative;
    padding: 100px 0;
    z-index: 1;
}
.hero-height {
    min-height: 770px;
}
.hero-bg::before {
	position: absolute;
	top: -400px;
	left: -200px;
	width: 1060px;
	height: 1060px;
	background: #fff;
	content: "";
	z-index: -1;
	border-radius: 50%;
}
.hero-content {
	transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-ms-transform: translateY(25px);
	-o-transform: translateY(25px);
}
.hero-images-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.hero-images {
	display: flex;
}
.hero-images-wrap img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.hero-images-wrap .img-big {
    max-width: 440px;
}
.hero-images-wrap .img-small {
    max-width: 350px;
    margin-left: 18px;
}
.hero-content .title-sub {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 27px;
}
.hero-content .title-sub i {
    font-size: 14px;
    color: #F9555F;
    margin-right: 7px;
}
.hero-content .hero-title {
    font-size: 120px;
    line-height: 110px;
}
.hero-review {
	position: absolute;
	right: 22px;
	bottom: 0;
	background: #403380;
	padding: 30px;
	padding: 35px 30px 30px;
	max-width: 305px;
	border-radius: 10px;
	z-index: 1;
}
.hero-review .title {
	font-size: 20px;
	margin-bottom: 15px;
	color: #fff;
}
.hero-review .title span {
    color: #DDB06F;
    margin-bottom: 24px;
}
.hero-review-desc {
	font-size: 13px;
    line-height: 22px;
    color: #A59BD7;
}
.hero-review .sr-btn {
    width: 43px;
    height: 43px;
    line-height: 43px;
    background: #DDB06F;
    font-size: 15px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: 10px;
}
.hero-review .sr-icon {
	position: absolute;
	right: 15px;
	bottom: 24px;
	z-index: -1;
}
.hero-text-stroke {
	position: absolute;
	left: 0;
	right: 0;
    top: 5px;
	margin: auto;
	color: transparent !important;
	text-transform: uppercase;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.7);
	font-size: 155px;
	line-height: 1;
	display: flex;
	justify-content: center;
	letter-spacing: 0.085em;
}
/*--------------------------------------------------------------
# features
--------------------------------------------------------------*/
.feature-item {
    align-items: flex-start;
}
.feature-item .icon {
    width: 70px;
    height: 70px;
    background: #fff;
    text-align: center;
    line-height: 70px;
    color: #403380;
    font-size: 24px;
    margin-right: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.feature-item .content {
    width: calc(100% - 90px);
}
.feature-item .title {
	font-size: 32px;
	margin-bottom: 5px;
}
.feature-item p {
    margin-bottom: 0;
}

.features-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 47%;
	height: 100%;
	background-position-x: right;
	background-size: cover;
	background-repeat: no-repeat;
}
.features-content .feat-desc {
	font-size: 18px;
    line-height: 28px;
    color: #0F0F0F;
    font-weight: 500;
}
.features-list li {
	display: flex;
	align-items: center;
	line-height: 29px;
	margin-bottom: 12px;
}
.features-list li:last-child {
	margin-bottom: 0;
}
.features-list li i {
    width: 20px;
    height: 20px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #0F0F0F;
    font-size: 8px;
    text-align: center;
    line-height: 20px;
    margin-right: 16px;
    box-shadow: 0px 4px 4px #EEF0F8;
}
.features-bg-2 {
	width: 50%;
}

/*--------------------------------------------------------------
# services
--------------------------------------------------------------*/
.service-item {
	background: #fff;
	padding: 60px 55px;
	position: relative;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	border: 1px solid transparent;
}
.service-item .icon {
	margin-bottom: 25px;
	display: inline-flex;
	height: 55px;
	justify-content: center;
	align-items: center;
}
.service-item .icon svg {
	max-height: 50px;
}
.service-item .title {
    font-size: 24px;
    margin-bottom: 12px;
}
.service-item p {
	margin-bottom: 0;
}
.service-item .details-link {
	position: absolute;
	top: 16px;
	right: 20px;
	color: #D8D8D8;
	line-height: 1;
	font-size: 40px;
}
.service-item .details-link i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.service-item:hover .details-link {
	color: #DDB06F;
}
.service-item:hover {
	border-color: rgba(221, 175, 111, 0.5);
}
.carousel-active .slick-slide,
.team-carousel-active .slick-slide {
	margin-right: 30px;
}
.carousel-active .slick-list,
.team-carousel-active .slick-list {
    margin-right: calc(-100vw / 2 + 1000px / 2);
}
.carousel-arrow .slick-arrow {
    position: absolute;
    top: -140px;
    width: 55px;
    height: 55px;
    color: #0F0F0F;
    background: #fff;
    padding: 20px;
    right: 0;
    z-index: 1;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}
.carousel-arrow .slick-arrow:hover {
    color: #fff;
    background-color: #403380;
}
.carousel-arrow .slick-arrow.slick-prev {
    margin-right: 65px;
}
.services-inner {
	background: #fff;
}
.service-item-2 {
	background: #fff;
	padding: 50px 45px;
	border: 1px solid #F4F2F6;
	border-right: 0;
	border-bottom: 0;
	height: 100%;
	position: relative;
}
[class^="col-"]:nth-child(3) .service-item-2, 
[class^="col-"]:nth-child(6) .service-item-2 {
	border-right: 1px solid #F4F2F6;
}
[class^="col-"]:nth-child(4) .service-item-2, 
[class^="col-"]:nth-child(5) .service-item-2, 
[class^="col-"]:nth-child(6) .service-item-2 {
	border-bottom: 1px solid #F4F2F6;
}
.service-item-2 .icon {
	height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.service-item-2 .icon svg {
	max-height: 50px;
}
.service-item-2 .title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 22px;
}
.service-item-2 .details-link {
	width: 55px;
	height: 55px;
	background: #F4F2F6;
	text-align: center;
	line-height: 55px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-top: 20px;
}
.service-item-2:hover .details-link {
	background-color: #403380;
	color: #fff;
}
.service-item-2 .number {
	position: absolute;
	top: 50px;
	right: 45px;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 14px;
	color: #AEB2C1;
	border: 1px solid #F4F2F6;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.service-item-2 .number::before {
	position: absolute;
	top: 50%;
	right: 45px;
	width: 195px;
	background: #F4F2F6;
	height: 1px;
	content: "";
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.service-details-content {
	background: #fff;
	padding: 40px;
	padding-top: 0;
}
.service-details-content .service-thumb {
	margin-left: -40px;
	margin-right: -40px;
}
.service-details-content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.service-details-content p:last-child {
	margin-bottom: 0;
}
.service-middle-content .thumb {
	width: 100%;
}
.service-middle-content .title {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 13px;
}
/*--------------------------------------------------------------
# pricing
--------------------------------------------------------------*/
.pricing-item {
	background: #FFFFFF;
	text-align: center;
	position: relative;
	padding: 100px 40px;
	padding-top: 35px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.pricing-item.featured {
	box-shadow: 0px 8px 30px rgba(224, 221, 230, 0.45);
	padding-top: 80px;
	position: relative;
	z-index: 1;
}
.pricing-item .title {
	font-size: 30px;
	margin-bottom: 5px;
	line-height: 1;
}
.pricing-item .sub-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #98989A;
    font-weight: 500;
    margin-bottom: 0;
}
.pricing-item .price-head {
	border-bottom: 1px solid #F4F2F6;
	margin-left: -40px;
	margin-right: -40px;
	margin-bottom: 28px;
	padding-bottom: 32px;
}
.pricing-item .price {
    font-size: 65px;
    color: #403380;
    line-height: 1.2;
}
.pricing-item .price span {
    font-size: 15px;
    font-weight: 400;
}
.pricing-list {
    margin-bottom: 0;
}
.pricing-list li {
	padding: 15px 40px;
	border-bottom: 1px solid #F4F2F6;
	margin-left: -40px;
	margin-right: -40px;
}
.pricing-list li:first-child {
    border-top: 1px solid #F4F2F6;
}
.pricing-item.featured .price {
	color: #DDB06F;
}
.pricing-item .price-btn {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.pricing-item .price-btn a {
	padding: 23px 35px 20px 35px;
	background-color: #403380;
	z-index: 2;
	position: relative;
}
.pricing-item.featured .price-btn a {
    background-color: #DDB06F;
}
/*--------------------------------------------------------------
# project
--------------------------------------------------------------*/
.project-item {
	min-height: 380px;
	position: relative;
}
.project-content-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 40px;
	opacity: 0;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.project-item:hover .project-content-wrap {
	opacity: 1;
	bottom: 20px;
}
.project-item.wide .project-content-wrap {
	width: calc(100% - 47%);
}
.project-content-link {
	display: block;
}
.project-content {
	padding: 35px 30px;
	padding-right: 57px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.project-content .title {
	font-size: 24px;
	line-height: 1.1;
	color: #000;
	margin-bottom: 0;
}
.project-content .title a {
	color: #000;
}
.project-content .sub-title {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 10px;
	display: inline-block;
	color: #DDB06F;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.project-item .project-thumb {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.project-item .project-thumb, .project-item .project-thumb img {
	min-height: 380px;
}
.project-item .project-thumb img {
	object-fit: cover;
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}
.project-item:hover .project-thumb img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.project-item.long .project-thumb, .project-item.long .project-thumb img {
	min-height: 830px;
}
.project-item.wide {
	width: 66.66%;
}
.project-menu {
	margin-top: -10px;
}
.project-menu button {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #98989A;
	border: 0;
	background: transparent;
	border: 1px solid #E4E4E4;
	padding: 14px 35px 11px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-right: 20px;
	margin-top: 10px;
}
.project-menu button:last-child {
	margin-right: 0;
}
.project-menu button:hover, .project-menu button.active {
	background-color: #fff;
	border-color: #fff;
	color: #0F0F0F;
	box-shadow: 0px 4px 4px rgba(213, 213, 213, 0.25);
}
.project-details-content {
	padding: 70px;
	padding-top: 0;
	background: #fff;
}
.project-details-content .project-thumb {
	margin-left: -70px;
	margin-right: -70px;
}
.project-details-content .title {
	font-size: 70px;
	line-height: 1;
}
.project-details-content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 20px;
}
.project-details-content p:last-child {
	margin-bottom: 0;
}
.project-details-content .sub-title {
	font-size: 30px;
	line-height: 1.2;
}
/*--------------------------------------------------------------
# testimonial
--------------------------------------------------------------*/
.testimonial-bg img, .video-thumb img {
	width: 100%;
}
.testimonial-wrap {
	position: relative;
	padding: 0 250px 140px 250px;
	margin-top: -270px;
	z-index: 1;
	position: relative;
}
.testimonial-wrap::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background: #fff;
	content: "";
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.testimonial-carousel-avatar {
	background-color: #fff;
	width: 120px;
	height: 120px;
	margin: auto;
	margin-bottom: 40px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
    box-shadow: 0px 4px 4px rgba(155, 155, 155, 0.25);
}
.tm-avatar img {
	margin: auto;
	overflow: hidden;
	border-radius: 50% !important;
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	-ms-border-radius: 50% !important;
	-o-border-radius: 50% !important;
	padding: 8px;
	width: 120px;
	height: 120px !important;
	object-fit: cover;
}
.tm-details .quote {
	font-size: 30px;
	color: #DDB06F;
	margin-bottom: 25px;
	display: inline-block;
}
.tm-details .tm-content {
    font-size: 30px;
    line-height: 38px;
    font-family: 'Teko', sans-serif;
    letter-spacing: 1px;
    color: #0F0F0F;
}
.tm-details .name {
    font-size: 20px;
    color: #ddb06f;
    margin-bottom: 0;
    margin-top: 30px;
}
.testimonial-carousel .slick-arrow {
	position: absolute;
	background-color: #fff;
	height: 55px;
	width: 55px;
	line-height: 55px;
	border-radius: 50%;
	text-align: center;
	font-size: 16px;
	top: 50%;
	left: -150px;
	z-index: 1;
	cursor: pointer;
	border: 1px solid #F4F2F6;
	color: #0F0F0F;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.testimonial-carousel .slick-arrow:hover {
    color: #fff;
    background-color: #403380;
    border-color: #403380;
}
.testimonial-carousel .slick-arrow.slick-next {
	left: auto;
	right: -150px;
}
.testimonial-carousel .slick-dots {
	position: absolute;
	bottom: -90px;
	left: 50%;
	transform: translateX(-50%);
	list-style: none;
}
.testimonial-carousel .slick-dots li {
	display: inline-block;
	margin: 0 3px;
}
.testimonial-carousel .slick-dots button {
	opacity: 1;
	width: 22px;
	height: 22px;
    color: #000;
    opacity: .2;
	position: relative;
	background-color: transparent;
	border: 1px solid transparent;
	text-indent: -10000px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.testimonial-carousel .slick-dots button::before {
	top: 7px;
	left: 7px;
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	border-radius: 100%;
	background-color: #000;
	transition: 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.testimonial-carousel .slick-dots li.slick-active button {
	border-color: #000;
    opacity: 1;
}
.feedback-item .content {
	font-size: 20px;
	line-height: 34px;
}
.feedback-item {
	background: #fff;
	padding: 40px;
	padding-right: 55px;
}
.feedback-item .avatar {
	width: 74px;
	height: 74px;
	margin-bottom: 22px;
}
.feedback-item .avatar img {
	border-radius: 50%;
	width: 74px;
	height: 74px;
	object-fit: cover;
}
.feedback-item .quote {
	position: absolute;
	top: -3px;
	right: 3px;
	font-size: 10px;
	color: #fff;
	background: #403380;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
}
.ratting-star li {
	margin-right: 4px;
}
.ratting-star li:last-child {
	margin-right: 0;
}
.ratting-star li i {
	color: #FFC267;
	font-size: 17px;
}
.feedback-item .name {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 10px;
}
.feedback-wrapper.grid {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.grid-item {
	width: 50%;
	padding: 0 15px;
	float: left;
}
/*--------------------------------------------------------------
# brand
--------------------------------------------------------------*/
.brand-active .slick-track {
	display: flex;
	align-items: center;
}
.brand-single {
	text-align: center;
	padding: 0 50px;
}
.brand-single img {
	width: auto;
	display: inline-block;
}
/*--------------------------------------------------------------
# team
--------------------------------------------------------------*/
.team-item {
	background: #fff;
	padding: 70px 50px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.team-item .team-avatar {
	width: 110px;
	height: 110px;
	border-radius: 50%;
	overflow: hidden;
	margin: auto;
	margin-bottom: 30px;
}
.team-item .title {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 0;
}
.team-item .sub-title {
	font-size: 14px;
	color: #403380;
	margin-bottom: 14px;
	text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	letter-spacing: 1px;
	display: inline-block;
}
.team-item p {
	font-size: 15px;
	line-height: 25px;
}
.team-item .social-icon {
	margin-top: 40px;
}
.team-item .social-icon li a {
	border: 1px solid #EDEFFA;
}
/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/
.contact-from-wrap {
	padding: 50px;
	padding-top: 55px;
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.contact-from-title {
	margin-bottom: 34px;
}
.contact-from-title .title {
	font-size: 30px;
	line-height: 1;
	margin-bottom: 0;
}
.contact-from-title .icon {
	margin-right: 14px;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}
.contact-from input, .contact-from textarea, .contact-from select {
	height: 60px;
	padding: 0 20px !important;
	border: 0 !important;
	background-color: #F4F2F6;
	color: #0F0F0F !important;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.contact-from select {
	color: #ACACB5 !important;
	appearance: none;
}
.contact-from select option {
	color: #0F0F0F;
}
.contact-from textarea {
	padding: 20px !important;
	min-height: 200px;
}
.contact-from ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #ACACB5;
}

.contact-from :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ACACB5;
    opacity: 1;
}

.contact-from ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ACACB5;
    opacity: 1;
}

.contact-from :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ACACB5;
}

.contact-from ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ACACB5;
}

.contact-from ::placeholder { /* Most modern browsers support this now. */
    color: #ACACB5;
}
.mr--22-lg-none {
	margin-right: -22px;
}
.contact-info {
	margin-left: 32px;
	background-color: #403380;
	padding: 50px;
	padding-bottom: 0;
	overflow: hidden;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.contact-info-title {
	margin-bottom: 30px;
}
.contact-info-title .icon {
	margin-right: 14px;
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
}
.contact-info-title img {
	margin-right: 15px;
}
.contact-info .title {
	font-size: 30px;
	color: #fff;
	margin-bottom: 0;
	line-height: 1;
}
.contact-info .ci-text {
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 0;
}
.contact-info .ci-text p {
	margin-bottom: 0;
}
.contact-info .contact-info-head {
	padding: 0 50px 46px 50px;
	margin-left: -50px;
	margin-right: -50px;
	margin-bottom: 33px;
	border-bottom: 1px solid #514399;
}
.contact-info .oh-title {
	margin-bottom: 23px;
}
.contact-info .contact-mail {
	font-size: 18px;
	color: #DDB06F;
	margin-top: 23px;
	font-weight: 500;
	text-decoration: underline;
}
.contact-info .social-icon {
	margin-top: 32px;
	background: #372C72;
	margin-left: -50px;
	margin-right: -45px;
	padding-top: 45px;
	padding-bottom: 45px;
}
.contact__info--item {
	padding: 50px 30px;
	padding-bottom: 40px;
	background: #fff;
}
.contact__info--item .icon {
	position: relative;
	z-index: 1;
	display: inline-flex;
	margin-bottom: 22px;
	height: 70px;
	align-items: center;
	justify-content: center;
}
.contact__info--item .icon svg {
	max-height: 65px;
}
.contact__info--item .icon::before {
	position: absolute;
	top: 2px;
	left: -18px;
	width: 50px;
	height: 50px;
	background: #F4F2F6;
	content: "";
	z-index: -1;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%; 
}
.contact__info--item .title {
	font-size: 24px;
	margin-bottom: 7px; 
}
.contact__info--item p {
	margin-bottom: 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}
.contact__info--item a {
	display: block;
	color: #98989A; 
	font-size: 20px;
	line-height: 28px;
	font-weight: 500;
}
.google-map {
	height: 700px; 
}
.google-map iframe {
	height: 700px;
	width: 100%;
	border: 0; 
}
.contact-from-inner {
	padding: 80px 110px;
	background: #fff;
	position: relative;
	z-index: 1;
}
.mb--none-140 {
	margin-bottom: -140px;
}

/*--------------------------------------------------------------
# about
--------------------------------------------------------------*/
.about-tab {
	border: 0;
}
.about-tab .nav-item .nav-link {
	border-radius: 0;
	background: #ffffff;
	color: #98989A;
	border: 1px solid #E6E5E8;
	padding: 23px 60px 18px 60px;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Teko', sans-serif;
	letter-spacing: .7px;
}
.about-tab .nav-item .nav-link.active {
	color: #0F0F0F;
	border-bottom: 2px solid #403380;
}
.about-item {
	display: flex;
	padding-right: 40px;
}
.about-item .number {
	width: 38px;
	height: 38px;
	background: #fff;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	margin-right: 16px;
	font-size: 12px;
	color: #0F0F0F;
	font-weight: 500;
	box-shadow: 0px 4px 4px #F1F1F1;
}
.about-item .content {
	width: calc(100% - 54px);
}
.about-item .title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}
.about-item p {
	margin-bottom: 0;
}
.about-content .title {
	font-size: 40px;
	margin-bottom: 30px;
	line-height: 1;
}
.about-content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 30px;
}
.about-content p:last-child {
	margin-bottom: 0;
}
/*--------------------------------------------------------------
# counter
--------------------------------------------------------------*/
.counter-inner {
	background: #fff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}
.counter-item {
	border-right: 1px solid #F4F2F6;
	height: 100%;
	padding: 55px 0;
}
.counter-inner [class^="col-"]:last-child .counter-item {
	border-right: 0;
}
.counter-item .icon {
	height: 85px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.counter-item .icon svg {
	max-height: 80px;
}
.counter-item .title {
	font-size: 50px;
	line-height: 1;
	margin-bottom: 0;
}
.counter-item .sub-title {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 500;
	color: #0F0F0F;
	font-family: 'Teko', sans-serif;
	letter-spacing: 1px;
}
/*--------------------------------------------------------------
# faq
--------------------------------------------------------------*/
.faq-inner {
	background: #fff;
	padding: 100px;
}
.faq-wrapper .title {
	font-size: 40px;
	margin-bottom: 25px; 
}
  
.accordion-box {
	list-style: none;
	position: relative;
}
.accordion-box .block {
	position: relative; 
}
.accordion-box .block:not(:last-child) {
	margin-bottom: 40px; 
}
.accordion-box .block.active-block .acc-btn::before {
	content: "\f068";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); 
}
.accordion-box .acc-btn {
	color: #222D35;
	position: relative;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1.1;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	padding-bottom: 18px;
	padding-right: 40px;
	border-bottom: 1px solid #E1E5F5;
	z-index: 1;
}
.accordion-box .acc-btn::before {
	top: 9px;
	right: 10px;
	line-height: 1;
	font-size: 12px;
	content: "\f067";
	position: absolute;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	-webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	color: #000; 
}
.accordion-box .acc-btn::after {
	width: 30px;
	height: 30px;
	background: #F4F2F6;
	position: absolute;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	top: 0;
	right: 0;
	content: "";
	z-index: -1; 
}
.accordion-content {
	display: none;
	position: relative;
	padding: 20px 0;
	padding-bottom: 20px; 
}
.accordion-content p {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
.accordion-content.current {
	display: block; 
}
/*--------------------------------------------------------------
# video
--------------------------------------------------------------*/
.video-height {
	min-height: 790px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}