﻿@import url(https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;
 0, 700;
1, 400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap);

@font-face {
	font-family: "Mark Pro";
	src: url(../fonts/MarkPro-Bold.eot);
	src: url(../fonts/MarkPro-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/MarkPro-Bold.woff2) format("woff2"), url(../fonts/MarkPro-Bold.woff) format("woff"), url(../fonts/MarkPro-Bold.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Mark Pro";
	src: url(../fonts/MarkPro-Medium.eot);
	src: url(../fonts/MarkPro-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/MarkPro-Medium.woff2) format("woff2"), url(../fonts/MarkPro-Medium.woff) format("woff"), url(../fonts/MarkPro-Medium.ttf) format("truetype");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Mark Pro";
	src: url(../fonts/MarkPro-Heavy.eot);
	src: url(../fonts/MarkPro-Heavy.eot?#iefix) format("embedded-opentype"), url(../fonts/MarkPro-Heavy.woff2) format("woff2"), url(../fonts/MarkPro-Heavy.woff) format("woff"), url(../fonts/MarkPro-Heavy.ttf) format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Mark Pro";
	src: url(../fonts/MarkPro.eot);
	src: url(../fonts/MarkPro.eot?#iefix) format("embedded-opentype"), url(../fonts/MarkPro.woff2) format("woff2"), url(../fonts/MarkPro.woff) format("woff"), url(../fonts/MarkPro.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

:root {
	--primary-color: #e74032;
	--secondary-color: #572c8b;
	--white: #FFFFFF;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #f5f5f5;
}

::-webkit-scrollbar-button:end:increment, ::-webkit-scrollbar-button:start:decrement {
	display: none;
}

::-webkit-scrollbar-track-piece {
	-webkit-box-shadow: inset 0 0 6px #6f2232;
	box-shadow: inset 0 0 6px #6f2232;
	background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px #6f2232;
	box-shadow: inset 0 0 6px #6f2232;
	background-color: #050607;
}

[class^=box-] {
	display: none;
}

[class^=box-].showfirst {
	display: block;
}

.show-on-mobile {
	display: none;
}

.customradio {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	font-weight: 400;
	color: var(--white);
}

.customradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 11px;
	width: 11px;
	border-radius: 3px;
	background-color: #e0e0e0;
}

.customradio input:checked~.checkmark {
	background: #ff6101;
}

.slick-list {
	margin: 0 -15px;
}

.slick-slide {
	margin: 0 15px;
}

ul.slick-dots {
	padding: 20px 0 0;
	text-align: center;
}

ul.slick-dots li {
	margin: 0 8px 0 0;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 0;
	border: none;
}

.slick-dots li button:before {
	color: var(--white);
	opacity: 1;
	font-size: 20px;
}

.slick-dots li button {
	height: 11px;
	width: 11px;
	border-radius: 50%;
	padding: 0;
	background: #d6d6d6;
	border: none;
	cursor: pointer;
	font-size: 0;
	padding: 0;
	-webkit-transition: all .4s ease-In-out;
	-moz-transition: all .4s ease-In-out;
	-o-transition: all .4s ease-In-out;
	transition: all .4s ease-In-out;
	box-sizing: border-box;
}

.slick-dots li.slick-active button {
	background: #c9022c;
}

span.arrows {
	width: 36px;
	height: 36px;
	border: none;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
	cursor: pointer;
	line-height: 39px;
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	top: 0;
	border-radius: 0;
	background: #dde2e6;
	color: #222;
}

span.arrows.next {
	right: 1%;
}

.slick-initialized .slick-slide {
	outline: 0 !important;
}

p {
	color: #8689a2;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
}

p+p {
	margin-top: 15px;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

@media (min-width:100px) {
	.padding-full {
		padding-right: 15px;
		padding-left: 15px;
	}

	.no-padding {
		padding-left: 0;
		padding-right: 0;
	}

	.no-padding-left {
		padding-left: 0;
	}

	.no-padding-right {
		padding-right: 0;
	}
}

body {
	font-family: Lato, sans-serif !important;
	overflow-x: hidden !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Mark Pro" !important;
}

.home-banner {
	position: relative;
	background: url(../img/banner-img.jpg) top right/cover no-repeat;
	padding: 260px 0 220px;
	overflow: hidden;
}

header {
	position: absolute;
	width: 100%;
	z-index: 999;
	padding: 20px 0;
}

.menu-inner ul li a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 20px 5px;
	transition: .3s;
}

.menu-inner ul {
	display: flex;
	align-items: center;
}

.menu-inner ul li+li {
	margin-left: 30px;
}

.menu-main {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.header-cta ul li a {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}

.header-cta ul {
	display: flex;
	align-items: center;
}

.header-cta {
	margin-left: 30px;
	position: relative;
	padding-left: 30px;
}

.main-btn a {
	background: #c3083f;
	color: #fff !important;
	position: relative;
	display: flex;
	cursor: pointer;
	align-items: center;
	padding: 10px 25px;
	border-radius: 0;
	box-shadow: 0 0 15px #0003;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #c3083f;
	overflow: hidden;
	position: relative;
	z-index: 9;
	border-radius: 10px;
}

/* .main-btn a:after {
	content: "\f648";
	font-family: 'FontAwesome';
	background: #fff;
	width: 25px;
	height: 2px;
	display: block;
	margin-left: 12px;
} */

.main-btn {
	display: flex;
}

.header-cta .main-btn {
	margin-left: 30px;
}

.header-cta ul li img {
	margin-right: 12px;
}

.header-cta:before {
	content: "";
	background: #c3083f;
	width: 2px;
	height: 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.banner-content h1 {
	color: #fff;
	font-weight: 900;
	font-size: 70px;
	line-height: 78px;
}

.banner-content h1 span {
	font-size: 28px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	line-height: 50px;
	position: relative;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.banner-content h1 span:before {
	content: "";
	background: #c3083f;
	width: 54px;
	height: 3px;
	display: flex;
	margin-right: 20px;
}

.banner-content p {
	font-size: 24px;
	line-height: 34px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.title-main {
	text-align: center;
}

.title-main h2 {
	font-size: 60px;
	font-weight: 900;
	color: #6f2232;
	/* line-height: 78px; */
	margin: 0 0 8px;
	text-transform: capitalize;
}

.title-main h3 {
	color: #c3083f;
	font-size: 30px;
	line-height: 48px;
	font-weight: 900;
	margin: 0 0 10px;
}

.title-main p {
	max-width: 850px;
	margin: 0 auto;
}

.sec-padding {
	padding: 90px 0 !important;
}

.custom-tab-list {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}

.custom-tab-list ul {
	font-size: 0;
}

.custom-tab-list ul li {
	display: inline-block;
	margin-right: 10px;
}

.custom-tab-list ul li:last-child {
	margin-right: 0;
}

.custom-tab-list ul li a {
	color: #c3083f;
	font-size: 18px;
	position: relative;
	padding-bottom: 0;
	font-family: "Mark Pro";
	padding: 8px 18px;
	display: block;
	transition: .3s;
	font-weight: 500;
}

.custom-tab-list ul li a::before {
	content: "";
	width: 0;
	transition: all .5s ease-in-out;
	display: none;
}

.custom-tab-list ul li.active a::before, .custom-tab-list ul li:hover a::before {
	position: absolute;
	left: 0;
	bottom: 0;
	background: var(--primary-color);
	height: 2px;
	width: 100%;
}

.custom-tab-list ul li.active a:before {
	content: '\f063';
	font-family: 'FontAwesome';
	display: block;
	height: 20px;
	position: relative;
	background-color: transparent;
	text-align: center;
}

.custom-tab-list ul li.active a, .custom-tab-list ul li:hover a {
	color: #6f2232;
	/* background: transparent;
	font-weight: 500;
	border-radius: 70px;
	border-bottom: 1px solid #6f2232; */
}

.pricing-pg .custom-tab-list ul li {
	margin-right: 15px;
}

.portolio-pg .custom-tab-list ul li {
	margin-top: 15px;
}

.portfolio {
	position: relative;
	overflow: hidden;
}

.portfolio-box ul {
	font-size: 0;
	text-align: left;
}

.portfolio-box ul li {
	display: inline-block;
	width: calc(33.3% - 15px);
	margin-bottom: 15px;
	margin-right: 15px;
	-webkit-box-shadow: inset 0 0 17px 0 rgb(0 0 0);
	-moz-box-shadow: inset 0 0 17px 0 #000;
	box-shadow: 0 0 10px 0 hsl(0deg 0% 0% / 13%);
	position: relative;
}

.portfolio-box ul li .portfolio-item {
	-webkit-box-shadow: inset 0 0 17px 0 #000;
	-moz-box-shadow: inset 0 0 17px 0 #000;
	box-shadow: inset 0 0 17px 0 #000;
	position: relative;
	overflow: hidden;
}

.portfolio-box ul li .portfolio-item .hover-effect {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .6s ease-in-out;
	background-color: rgb(51 51 51 / 51%);
	display: none !important;
}

.portfolio-box ul li .portfolio-item .hover-effect a {
	color: var(--white);
	font-size: 50px;
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.portfolio-box ul li:hover .hover-effect {
	opacity: 1;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	display: block !important;
}

.portfolio-item img {
	width: 100%;
}

.home-banner .row {
	display: flex;
	align-items: center;
}

section.cta-new-main {
	background-repeat: no-repeat;
	background-image: url(../img/call-to-action.png) !important;
	background-size: cover;
	background-position: center center;
	background: #6f2232;
	background: linear-gradient(90deg, #6f2232 0, #c3083f 71%, #c3083f 100%);
	padding: 60px 0;
}

.cta-main-box ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.cta-main-box ul li a {
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	line-height: 28px;
	text-align: start;
}

.cta-main-box ul li a span {
	font-size: 14px;
	line-height: 26px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
}

.cta-main-box ul li .cta-con {
	display: flex;
	align-items: center;
}

.ico-cta {
	margin-right: 12px;
}

.cta-main-box ul li+li {
	margin-left: 70px;
}

.cta-main-box ul li .main-btn a {
	font-weight: 700;
	font-size: 18px;
	box-shadow: 0 0 15px #0003;
}

.cta-main-box.pack-cta {
	padding: 15px 0 20px;
}

.cta-main-box.pack-cta li {
	width: auto;
}

.cta-main-box.pack-cta li a {
	color: #6f2232;
	font-size: 15px;
	line-height: 18px;
}

.cta-main-box.pack-cta li a span {
	color: #9b9db2;
	font-size: 11px;
	line-height: 18px;
}

.cta-main-box.pack-cta ul li .cta-con {
	display: flex;
	align-items: center;
}

.pack-btn a {
	box-shadow: none;
}

.package-title h2 {
	color: #c3083f;
	font-weight: 900;
	font-size: 24px;
	line-height: 38px;
	margin-bottom: 15px;
}

.package-title h2 span {
	COLOR: #e38e73;
	FONT-SIZE: 18PX;
}

.package-title h3 {
	color: #c3083f;
	font-size: 52px;
	font-weight: 700;
	line-height: 52px;
}

.package-title h3 sup {
	font-size: 25px;
	font-weight: 500;
	margin-right: 3px;
}

sup {
	top: -0.5em;
}

.plan-title h4 {
	color: #6f2232;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 12px;
}

.pack-desc ul {
	padding: 0 25px;
}

.pack-desc ul li {
	position: relative;
	color: #c3083f;
	font-weight: 600;
	font-size: 14px;
	line-height: 33px;
}

.pack-desc ul li:before {
	content: "\f178";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 6px;
	font-size: 18px;
	top: 1px;
	position: relative;
}

.pack-desc {
	background: #e8f1f2;
	padding: 15px 0 15px;
	border-radius: 8px;
}

.sec-pricing {
	background: url(../img/price-bg.jpg) center top/cover no-repeat;
}

.pack-main-inner {
	padding: 25px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgb(0 17 0 / 13%);
}

.cta-main-box.pack-cta li+li {
	margin: 0;
	position: relative;
}

.addon-desc p {
	color: #adafbb;
	font-size: 14px;
	line-height: 28px;
	margin-top: 6px;
}

.addon-desc p b {
	font-weight: 700;
	color: #6f2232;
}

.pack-btn a {
	width: 100%;
}

.cta-main-box.pack-cta li+li:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #1ca2a3;
	left: -30px;
	position: absolute;
	display: block;
}

.cta-main-box.pack-cta ul {
	justify-content: space-between;
}

.download-sec {
	background: url(../img/download-bg.png) top center/cover no-repeat;
	padding: 14px 0;
	display: none !important;
}

.download-book-content h2 {
	color: #6f2232;
	font-size: 65px;
	font-weight: 900;
	line-height: 68px;
}

.download-left {
	display: flex;
	align-items: center;
}

.download-book-image {
	width: 225px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 30px;
}

.download-book-content p {
	font-weight: 600;
	color: #1e2464;
	font-size: 16px;
	line-height: 24px;
}

.download-field {
	background: #ecfaf6;
	border: none;
	padding: 10px 12px;
	border-radius: 3px;
	width: 295px;
}

.download-field input {
	background: 0 0;
	border: none;
	outline: 0;
	color: #535b90;
	font-size: 14px;
	font-weight: 600;
	font-family: "Mark Pro";
	padding: 0 6px;
}

.download-field+.download-field {
	margin-top: 8px;
}

.download-form-inner {
	background: #6f2232;
	background: linear-gradient(180deg, #6f2232 0, #c3083f 100%);
	width: 446px;
	height: 446px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	z-index: 99;
}

.download-form-inner form {
	margin: 0;
	width: 295px;
}

.download-form-inner h3 {
	font-size: 26px;
	font-weight: 900;
	color: #fff;
	text-align: left;
	display: block;
	width: 100%;
	max-width: 295px;
	margin-bottom: 12px;
}

.download-field input::-webkit-input-placeholder {
	color: #535b90;
	font-size: 14px;
	font-weight: 600;
	font-family: "Mark Pro";
}

.download-field input::-moz-placeholder {
	color: #535b90;
	font-size: 14px;
	font-weight: 600;
	font-family: "Mark Pro";
}

.download-field input:-ms-input-placeholder {
	color: #535b90;
	font-size: 14px;
	font-weight: 600;
	font-family: "Mark Pro";
}

.download-field input:-moz-placeholder {
	color: #535b90;
	font-size: 14px;
	font-weight: 600;
	font-family: "Mark Pro";
}

button.downl-btn {
	background: #c3083f;
	color: #c3083f !important;
	position: relative;
	display: flex;
	align-items: center;
	padding: 10px 40px;
	border-radius: 0;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #c3083f;
	outline: 0;
	border: none;
	cursor: pointer;
	font-family: "Mark Pro";
}

.download-btn {
	margin-top: 8px;
	width: 295px;
}

.download-form {
	position: relative;
}

.download-form:after {
	content: "";
	background: url(../img/circle-bg.png) no-repeat;
	width: 481px;
	height: 234px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -17.5px;
}

button.downl-btn:after {
	content: "";
	background: #c3083f;
	width: 25px;
	height: 2px;
	display: block;
	margin-left: 12px;
}

.industry-main {
	background: #fff url(../img/industry-bg.png) center center/cover no-repeat;
}

.industry-boxes ul {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	border: 1px solid #dce8e5;
	border-bottom: none;
	border-left: none;
}

.industry-boxes ul li {
	width: 16.6667%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 48px 2px;
	border-bottom: 1px solid #dce8e5;
	border-left: 1px solid #dce8e5;
	transition: .1s;
}

.industry-boxes ul li img {
	max-height: 60px;
	transition: .1s;
}

.industry-boxes ul li h3 {
	font-weight: 700;
	color: #c3083f;
	font-size: 16px;
	text-transform: uppercase;
	margin: 20px 0 0;
	transition: .1s;
}

.industry-boxes {
	margin-top: 40px;
}

.industry-boxes ul li:hover {
	background: #6f2232;
	background: linear-gradient(180deg, #6f2232 0, #c3083f 100%);
}

.industry-boxes ul li:hover h3 {
	color: #fff;
}

.industry-boxes ul li:hover img {
	filter: brightness(100);
}

.looking-quote {
	text-align: center;
	margin-top: 30px;
}

.looking-quote a {
	color: #28aeb1;
	text-decoration: underline;
	text-underline-position: under;
	font-weight: 600;
}

.cta-main-box h2 {
	color: #fff;
	font-weight: 900;
	margin: 0;
	font-size: 34px;
	line-height: 36px;
}

.test-item-video-img a>img {
	border-radius: 20px;
	box-shadow: 10px 10px 20px rgb(0 0 0 / 15%);
	padding: 6px;
	max-width: 100%;
}

.test-item-video-img {
	padding: 40px;
}

.play-icon {
	position: absolute;
	bottom: 70px;
	z-index: 99999;
	left: 80px;
	display: flex;
	align-items: center;
}

.play-icon-img {
	position: relative;
}

.play-icon-img:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: hsl(0deg 0% 100% / 43%);
	border-radius: 50%;
	-webkit-animation: pulse-border 1.5s ease-out infinite;
	animation: pulse-border 1.5s ease-out infinite;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.play-icon h4 {
	margin: 0;
	margin-left: 20px;
	color: #c3083f;
	font-size: 20px;
	font-weight: 600;
	text-shadow: 0 0 10px rgb(54 59 100 / 41%);
}

.test-main {
	position: relative;
}

.test-main:before {
	content: "";
	background: url(../img/test-bg.png) top center no-repeat;
	width: 57%;
	height: 100%;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.test-leftnew h2 {
	font-size: 52px;
	line-height: 68px;
}

.test-leftnew h3 {
	font-size: 30px;
	line-height: 38px;
}

.test-main .row {
	display: flex;
	align-items: center;
}

.test-leftnew {
	padding-left: 65px;
}

.blog-feat-img img {
	width: 100%;
	box-shadow: 0 0 30px rgb(0 0 0 / 7%);
	border-radius: 2px;
}

.blog-feat-img {
	margin-bottom: 12px;
	overflow: hidden;
}

.date-blog h4 {
	color: #ffb420;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	margin: 25px 0 15px;
	text-transform: uppercase;
}

.blog-title h3 {
	color: #c3083f;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	margin: 0;
}

.blog-title {
	margin-top: 8px;
}

.blog-main {
	margin-top: 30px;
}

ul.footer-ul li a {
	color: #fff;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	display: flex;
	align-items: self-start;
}

ul.footer-ul li+li {
	margin-top: 12px;
}

ul.footer-ul li a img {
	max-width: 20px;
	margin-right: 8px;
	position: relative;
	top: 4px;
}

.foot-logo img {
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-right: 60px;
}

.footer-top {
	padding: 90px 0 60px;
	background-color: #1a1a1c;
}

.footer-links h4 {
	color: #6f2232;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 12px;
}

.footer-links .subheading {
	color: #6f2232;
	font-weight: 700;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 12px;
}

footer {
	background: #fff url(../img/footer-bg.png) top right/contain no-repeat;
}

.copy-left p, .copy-left p a {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 12px;
	margin: 0;
	text-align: center;
}

ul.footer-social i.fa {
	width: 5vh;
	height: 5vh;
	text-align: center;
	display: grid;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	font-size: 3vh;
	transition: .3s;
}

ul.footer-social {
	display: flex;
	align-items: center;
}

.social-link {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.social-link a.dmca-badge {
	margin-left: 30px;
}

ul.footer-social li+li {
	margin-left: 6px;
}

.copyright .row {
	display: flex;
	align-items: center;
}

.copyright {
	padding: 12px 0;
	/* border-top: 1px solid #ebedeb; */
	background-color: #4e4e50;
}

.banner-right-img img {
	animation: scrollDownAnimation 1s ease infinite alternate;
	-webkit-animation: scrollDownAnimation 1s ease infinite alternate;
}

.paper-img {
	position: absolute;
	top: 0;
	max-width: 100%;
	z-index: 97;
}

.banner-right {
	position: relative;
}

.banner-right-img {
	position: relative;
	z-index: 95;
	/* background-image: url(../img/languages.png)!important; */
	margin: 0 auto;
}

.banner-papers-img.paper-img-2 {
	top: auto;
	bottom: -9%;
	left: 25%;
	z-index: -9;
}

.banner-papers-img.paper-img-3 {
	right: 20%;
	top: 8%;
	z-index: -4;
	bottom: 0;
	display: flex;
	align-items: center;
}

img.paper-img-1.paper-img {
	top: -40px;
	left: 100px;
	position: static;
	animation: RotatePaperFirst 1s ease infinite alternate;
	-webkit-animation: RotatePaperFirst 1s ease infinite alternate;
}

.banner-papers-img {
	position: absolute;
	top: -16%;
	right: -10%;
}

@keyframes RotateCircle {
	from {
		width: 90%;
		height: 80%;
	}

	to {
		width: 100%;
		height: 90%;
	}
}

@-moz-keyframes RotateCircle {
	from {
		width: 90%;
		height: 80%;
	}

	to {
		width: 100%;
		height: 90%;
	}
}

@-webkit-keyframes RotateCircle {
	from {
		width: 90%;
		height: 80%;
	}

	to {
		width: 100%;
		height: 90%;
	}
}

.choose-ul-main ul {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.choose-ul-main ul li {
	width: 20%;
	height: auto;
	border: none;
	margin: 0;
	max-width: 100%;
	text-transform: none;
	display: flex;
}

.choose-ul-main ul li:first-child {
	width: 40%;
}

.choose-ul-main ul li:first-child .title-main {
	text-align: left;
	max-width: 90%;
}

.chose-ico img {
	max-height: 80px;
}

.chose-ico {
	margin-bottom: 20px;
	display: flex;
}

.choos-box {
	padding: 45px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: .3s;
	border-radius: 4px;
	height: 100%;
}

.choose-ul-main ul li:first-child .title-main h2, .faq-right .title-main h2 {
	font-size: 50px;
	line-height: 70px;
}

.choose-content h4 {
	color: #c3083f;
	font-size: 26px;
	line-height: 32px;
	font-weight: 500;
	margin: 0 0 6px;
}

.choose-ul-main ul li:nth-child(2n) {
	background: #c3083f2e;
}

.choose-content p {
	color: #72758a;
	font-size: 16px;
	line-height: 24px;
}

.choose-ul-main ul li:hover .choos-box {
	z-index: 15;
	position: relative;
}

.why-choose-main {
	padding: 90px 0;
}

.faq-right .title-main {
	text-align: left;
}

.accordion-container {
	position: relative;
	max-width: 100%;
	width: 100%;
	margin-top: 20px;
}

.set {
	position: relative;
	width: 100%;
	height: auto;
	-moz-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, .15);
	-ms-box-shadow: 0 5px 1px -3px rgba(0, 0, 0, .15);
}

.set>a {
	display: block;
	font-size: 18px;
	padding: 18px 30px;
	text-decoration: none;
	color: #282828;
	font-weight: 500;
	border-bottom: 1px solid #e1e1e8;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	background: #fff !important;
	color: #c3083f;
	font-size: 22px;
	font-weight: 700;
	padding-left: 0;
	font-family: "Mark Pro";
	transition: .3s;
}

.set>a i {
	float: right;
	margin-top: 2px;
}

.set>a.active {
	color: #6f2232;
	font-size: 22px;
	font-weight: 700;
	background: #fff !important;
}

.set .content {
	background-color: #fff;
	border-bottom: 1px solid #e1e1e8;
	display: none;
}

.set .content p {
	padding: 20px 0;
	margin: 0;
	color: #72758a;
	font-size: 16px;
	line-height: 24px;
}

.content ul {
	padding-left: 80px;
}

.content li {
	font-size: 16px;
	list-style: circle;
	color: #000;
}

.set>a i.fa {
	color: #6f2232;
}

.set:last-child .content {
	border: none !important;
}

.circle-box {
	width: 1005px;
	background: #ecf9f5;
	height: 904px;
	border-radius: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	overflow: hidden;
}

.faq-left {
	position: relative;
	overflow: hidden;
}

.faq-left:after {
	content: "";
	background: #fff;
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.orange-circle {
	width: 90%;
	height: 80%;
	background: #c3083f;
	border-radius: 100%;
	position: relative;
	bottom: -40px;
	right: 40px;
	animation: RotateCircle 6s infinite linear alternate;
}

.circ-img {
	position: absolute;
	bottom: 0;
	z-index: 99;
	right: -86px;
}

.circ-img img {
	max-width: 95%;
}

.faq-right {
	padding-left: 60px;
}

.faq-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	margin-top: 30px;
}

.faq-cta ul li a {
	color: #c3083f;
	font-size: 28px;
	line-height: 34px;
	transition: .3s;
}

.faq-cta ul li a span {
	color: #9b9db2;
}

.faq-cta h3 {
	margin-bottom: 0;
}

/* .faq-cta .ico-cta:before {
	content: "";
	background: #6f2232;
	background: linear-gradient(180deg,#6f2232 0,#c3083f 100%);
	width: 93px;
	height: 93px;
	position: absolute;
	border-radius: 100%;
	z-index: 90;
	left: -40px;
	transition: .3s;
} */

.faq-cta .ico-cta {
	position: relative;
}

.faq-cta .ico-cta img {
	position: relative;
	z-index: 99;
	transition: .3s;
	left: 0;
}

section.faq-main {
	background: #f6fcfa;
	background: linear-gradient(0deg, #f6fcfa 0, #fff 42%, #fff 100%);
}

.faq-cta li:hover .ico-cta:before {
	background: #6f2232;
}

.faq-cta li:hover .ico-cta img {
	left: -10px;
}

.faq-cta li:hover a {
	color: #b6b6b6 !important;
}

section.faq-main .row {
	display: flex;
	align-items: center;
}

.choose-ul-main ul li.btn-6:hover span {
	width: 350%;
	height: 350%;
	z-index: 9;
}

.choose-ul-main ul li {
	transition: .3s;
}

.choose-ul-main ul li.btn-6:hover {
	transform: scale(1.05);
	position: relative;
	z-index: 99;
	border-radius: 5px;
	overflow: hidden;
}

.slick-arrow {
	font-size: 0;
	background: #f7f9fb;
	width: 45px;
	height: 45px;
	border: none;
	border-radius: 100%;
	box-shadow: 0 0 10px rgb(0 0 0 / 9%);
	display: flex;
	align-items: center;
	outline: 0 !important;
	cursor: pointer;
	transition: .3s;
	position: absolute;
	top: -40px;
	right: 15px;
}

button.slick-arrow:before {
	content: "\f060";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	color: #c3083f;
	width: 100%;
}

button.slick-next:before {
	content: "\f061";
}

.slick-arrow:hover {
	background: #6f2232;
	background: linear-gradient(180deg, #6f2232 0, #c3083f 100%);
	color: #fff;
}

.slick-arrow:hover:before {
	color: #fff;
}

button.slick-prev.slick-arrow {
	right: 120px;
}

.blog-main .title-main h3 {
	margin: 0;
}

.date-blog h4 span {
	color: #9b9db2;
	margin-left: 25px;
	position: relative;
}

.date-blog h4 span:before {
	content: "";
	background: #9b9db2;
	width: 15px;
	height: 2px;
	position: absolute;
	left: -20px;
	top: 7px;
}

.play-icon-img img {
	background: #fff;
	border-radius: 100%;
	position: relative;
	z-index: 9;
	max-width: 97%;
}

.set>a:hover {
	color: #6f2232;
}

.our-banner.inner-banner {
	background: 0 0;
	padding: 0;
	overflow: hidden;
	height: auto;
	position: relative;
}

.our-banner.inner-banner .caption {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	height: 100%;
	z-index: 9;
}

.our-banner.inner-banner .caption h3 {
	margin: 0;
	font-size: 37px;
}

.our-banner.inner-banner .caption h1 {
	color: #fff;
	background: 0 0;
	font-size: 60px;
	line-height: 70px;
	margin: 5px auto 16px;
	font-weight: 900;
	max-width: 1070px;
}

.our-banner.inner-banner .caption p {
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	max-width: 850px;
	margin: 0 auto 10px;
}

.our-banner.inner-banner .caption {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	z-index: 9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.inner-banner .banner-left {
	padding-top: 100px;
}

.our-banner.inner-banner .caption h5 {
	color: #ffffff7a;
	text-transform: uppercase;
	position: absolute;
	bottom: -80px;
	z-index: 1;
	font-size: 240px;
	left: 0;
	font-weight: 700;
	opacity: .1;
	white-space: nowrap;
	display: none;
}

.blog-main:nth-of-type(3n-1) .date-blog h4 {
	color: #ea473a;
}

.blog-main:nth-of-type(3n) .date-blog h4 {
	color: #6f2232;
}

ul.banner-list {
	margin-top: 30px;
}

.banner-left li:before {
	content: "\f14a";
	position: absolute;
	left: 0;
	font-family: FontAwesome;
	color: #ffba00;
}

.banner-left li {
	margin-right: 50px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 20px;
	position: relative;
	font-weight: 400;
}

li.parent-ul {
	position: relative;
}

ul.drpdown {
	position: absolute;
	top: 150%;
	width: 250px;
	display: none;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	padding: 0 0;
	box-shadow: 0 0 10px rgb(0 0 0 / 11%);
	border-radius: 5px;
	z-index: 9999;
}

li.parent-ul:hover ul.drpdown {
	display: flex;
}

ul.drpdown li a {
	color: #333;
	font-weight: 400;
	text-transform: none;
	font-size: 14px;
	padding: 10px 20px;
	display: block;
	transition: .3s;
}

ul.drpdown li+li {
	margin: 0;
	border-top: 1px solid #ececec;
	width: 100%;
}

ul.drpdown li:hover a {
	background: #c3083f;
	color: #fff !important;
}

ul.drpdown li {
	width: 100%;
}

ul.drpdown:before {
	content: "";
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	left: 12px;
	top: -8px;
}

ul.drpdown li:first-child a {
	border-radius: 5px 5px 0 0;
}

ul.drpdown li:last-child a {
	border-radius: 0 0 5px 5px;
}

.menu-inner>ul>li:hover>a {
	color: #c3083f !important;
}

.inner-pricing .port-content {
	margin-top: 35px;
}

.inner-portfolio .port-content {
	margin-top: 50px;
}

.guaranteed_sec {
	padding: 50px 0 70px;
	position: relative;
}

.tab-hd-area:before {
	content: "";
	background-image: url(../images/tab-hd-area-before-img.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 100px;
	height: 170px;
	z-index: -1;
	top: 0;
}

.guaranteed_box {
	transition-duration: .5s;
	position: relative;
}

.tab-hd-area {
	padding: 35px 10px 35px 0;
	margin-bottom: 15px;
	position: relative;
}

.title_all h2 {
	font-size: 18px;
	color: #343434;
	font-weight: 600;
	margin: 0;
	position: relative;
}

.title_all h2 strong {
	display: block;
	font-size: 53px;
	text-transform: uppercase;
	color: #fd4110;
	font-weight: 700;
	margin: 0 0 0 50px;
}

.title_all h2 span {
	display: block;
	margin: 0 0 0 30px;
	color: #343434;
	font-weight: 600;
}

.guaranteed_boxes .col-sm-4:nth-child(2) .guaranteed_box:after {
	right: -2px;
}

.guaranteed_boxes .col-sm-4:last-child .guaranteed_box:after {
	right: 0;
	display: none;
}

.guaranteed_box:hover .guaranteed_box_icon {
	background-color: #fd4110;
	border: 1px solid #fd4110;
}

.guaranteed_box:hover h3 {
	color: #fd4110;
}

.guaranteed_box_icon {
	width: 105px;
	height: 105px;
	align-items: center;
	display: grid;
	margin: auto;
	border: 1px solid #d9d9d9;
	border-radius: 60px;
	transition-duration: .5s;
}

.guaranteed_box_icon img {
	margin: auto;
}

.guaranteed_box h3 {
	color: #000;
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	margin: 30px 0 20px;
	transition-duration: .5s;
}

.guaranteed_box p {
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	color: #888;
	margin: 0;
}

.guaranteed_sec .guaranteed_box_bottom .guaranteed_box_bl {
	background: #f2f2f2;
	padding: 30px 30px;
	margin: 50px 0 -10px 0;
}

.guaranteed_sec .guaranteed_box_bottom .guaranteed_box_bl h4 {
	color: #000;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 0;
}

.guaranteed_sec .guaranteed_box_bottom .guaranteed_box_bl p {
	font-size: 15px;
	color: #666;
}

.web_portfolio {
	background-image: url(../img/banner-img.jpg);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 5em 0 60px;
	color: #fff;
	background-color: #ee2b25;
}

.content-header {
	text-align: center;
	margin-bottom: 30px;
}

.content-header h2 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	letter-spacing: -1px;
}

.content-header p {
	font-size: 19px;
}

.portfolio ul.tabs {
	margin: 20px 0 10px;
	padding: 0;
	display: flex;
	text-align: center;
	justify-content: center;
	border-bottom: 1px solid #ececef;
	padding-bottom: 20px;
}

.portfolio ul.tabs li {
	display: inline-block;
	text-align: center;
	color: #9b9db2;
	font-weight: 700;
	font-size: 16px;
	background: 0 0;
	padding: 12px 25px;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	margin: 10px 0 0;
	position: relative;
	text-transform: capitalize;
}

.portfolio ul.tabs li.current {
	color: #c3083f;
}

.portfolio ul.tabs li:hover {
	color: #c3083f;
}

.portfolio .maintabs {
	background: #fff;
	padding: 25px 0 10px;
	border-radius: 0 0 6px 6px;
}

.portfolio .tab-content {
	display: none;
}

.portfolio .tab-content.current {
	display: block;
}

.portfolio .tab-content article {
	clear: both;
}

.portfolio .tab-content article h3 {
	font-weight: 900;
	color: #6f2232;
	font-size: 22px;
	margin: 0 0 10px;
	padding: 0;
	margin: 0;
	line-height: 32px;
	width: 260px;
	padding-right: 12px;
	text-transform: capitalize;
}

.portfolio .tab-content article p {
	color: #72758a;
	font-size: 16px;
	font-weight: 500;
	line-height: 26px;
	margin: 0;
}

.portfolio .tab-content figure img {
	width: 100%;
	box-shadow: 0 0 17px rgb(0 0 0 / 14%);
	border-radius: 5px;
}

.portfolio .tab-content article .ctabtn .btn {
	background-image: linear-gradient(to right, #ec1c23 0, #ec1c23 100%);
	border-radius: 50px;
	box-sizing: border-box;
	color: #e0121d;
	display: inline-block;
	letter-spacing: 1px;
	margin: 0 20px 0 0;
	padding: 12px 0;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	width: 200px;
	border: 2px solid #ec1c23;
}

.portfolio .tab-content article .ctabtn .btn:hover {
	color: #fff;
}

.portfolio .tab-content article .ctabtn .btn:hover span {
	background: 0 0;
}

.portfolio .tab-content article .ctabtn .btn.fill span {
	background: 0 0;
	color: #fff;
}

.portfolio2 {
	background-image: url(../images/portfoliobg2.jpg);
	height: auto;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 160px 0 50px;
	margin: -80px 0 0;
	color: #fff;
	background-color: #0c151e;
}

.portfolio2 .head {
	text-align: center;
	margin-bottom: 30px;
}

.portfolio2 .head h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.portfolio2 .head p {
	color: #fff;
	font-size: 20px;
}

.portfolio2 ul.tabs2 {
	margin: 0 0 35px;
	padding: 0;
	display: block;
	text-align: center;
}

.portfolio2 ul.tabs2 li {
	display: inline-block;
	text-align: center;
	color: #8a9ba8;
	font-weight: 600;
	font-size: 18px;
	padding: 10px 15px;
	border-radius: 4px 4px 0 0;
	cursor: pointer;
	margin: 0 5px;
	border-bottom: solid 3px #8a9ba8;
}

.portfolio2 ul.tabs2 li.current1 {
	color: #fff;
	border-bottom: solid 3px #fe4f20;
}

.portfolio2 ul.tabs2 li:hover {
	color: #fff;
	border-bottom: solid 3px #fe4f20;
}

.portfolio2 .tab-content2 {
	display: none;
}

.portfolio2 .tab-content2.current1 {
	display: block;
}

.portfolio2 .tab-content2 img {
	margin-bottom: 30px;
}

.custBtn:active, .custBtn:focus, .custBtn:hover {
	background: red;
	text-decoration: none;
	background: orange;
	background: -moz-linear-gradient(left, orange 0, red 100%);
	background: -webkit-linear-gradient(left, orange 0, red 100%);
	background: linear-gradient(to right, orange 0, red 100%);
	color: #fff;
}

section.our_process {
	text-align: center;
	padding: 1em 0 4em;
	width: 100%;
}

.our_process .content-header {
	margin-bottom: 4em;
}

.content-header h2 {
	font-size: 40px;
	font-weight: 700;
	letter-spacing: -1px;
}

.our_process h2.latest-head {
	color: #212529;
}

.col-md-3.lat-item h3.lat-name, .col-md-4.lat-item h3.lat-name {
	margin-top: 20px;
	font-weight: 700;
	font-size: 22px;
	color: #c3083f;
	margin-bottom: 15px;
}

.lat-item-head p {
	color: #8689a2;
	font-size: 16px;
	margin-bottom: 0;
	line-height: 24px;
}

.lat-item:before {
	content: "";
	position: absolute;
	left: 0;
	width: 130px;
	height: 4px;
	background: 0 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.lat-item:last-child:after {
	display: none;
}

.lat-item:after {
	transform: rotate(-5deg);
	content: "";
	position: absolute;
	right: -90px;
	width: 160px;
	height: 54px;
	background: url(../images/rarrow.png) no-repeat scroll center top;
	top: 0;
}

section.portfolio.spacing__x.top {
	background: #f9f9f9;
}

.lat-item.orange:before {
	background: #3ddd97;
}

.lat-item.blue:before {
	background: #4bcee6;
}

.lat-item.green:before {
	background: #ffd447;
}

.lat-item.grey:before {
	background: #649eec;
}

.lat-item-inn:before {
	content: "";
	width: 70px;
	height: 80px;
	background: url(../images/stripe.png) no-repeat scroll -30px -828px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: none;
}

.blue .lat-item-inn:before {
	background-position: -30px -945px;
}

.green .lat-item-inn:before {
	background-position: -30px -1058px;
}

.grey .lat-item-inn:before {
	background-position: -30px -1170px;
}

.ghost_process .lat-item-inn:before {
	background-position: -43px -1378px;
}

.ghost_process .blue .lat-item-inn:before {
	background-position: -40px -1537px;
}

.ghost_process .green .lat-item-inn:before {
	background-position: -40px -1707px;
}

.ghost_process .grey .lat-item-inn:before {
	background-position: -40px -1879px;
}

.bx span {
	height: 90px;
	width: 90px;
	display: block;
	margin: 0 auto 30px;
	border: 3px solid #fd4c22;
	border-radius: 3px;
	box-shadow: -8px 8px 0 #eeeff6;
	position: relative;
}

.bx span:before {
	content: "";
	width: 100%;
	height: 100%;
	background: url(../images/stripe.png) no-repeat scroll -24px -18px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.bx span.icon1:before {
	background-position: -24px -134px;
}

.bx span.icon2:before {
	background-position: -23px -248px;
}

.lat-item-inn {
	padding-top: 0;
	position: relative;
}

.lat-item {
	margin-top: 40px;
}

.blog-feat-img img {
	transition: .3s;
}

.blog-feat-img:hover img {
	transform: scale(1.05);
}

.has-con-serv {
	background: url(../img/con-bg.png) right top/cover no-repeat;
	padding: 0 0 60px;
}

.cont-ser-left h1 span, .cont-ser-left h2 span {
	color: #c3083f;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	line-height: 24px;
	margin-bottom: 8px;
}

.cont-ser-left h1, .cont-ser-left h2 {
	color: #6f2232;
	font-size: 66px;
	line-height: 72px;
	font-weight: 900;
	text-transform: capitalize;
}

.cont-ser-left h4 {
	color: #c3083f;
	font-size: 23px;
	line-height: 30px;
	font-weight: 900;
}

.con-main-right h2, .con-main-right h5 {
	color: #c3083f;
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
	margin-bottom: 30px;
}

.con-main-right p {
	color: #72758a;
	font-weight: 400;
	font-size: 20px;
	line-height: 32px;
}

.con-main-right p b {
	color: #6f2232;
	font-weight: 700;
}

section.has-con-serv .row {
	display: flex;
	align-items: center;
}

.con-main-right img {
	margin-bottom: 35px;
}

.cont-ser-left {
	padding-top: 60px;
}

.has-portfolio-tab {
	background: #fff url(../img/por-bg.png) top right/contain no-repeat;
	background-size: 50% auto;
}

.portfolio ul.tabs li+li:before {
	content: "";
	background: #b6c2bf;
	width: 1px;
	height: 26px;
	position: absolute;
	left: 0;
}

.portfolio ul.tabs li.current:after, .portfolio ul.tabs li:hover:after {
	content: "";
	background: #c3083f;
	width: calc(100% - 50px);
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 25px;
	border-radius: 25px;
}

.tab-titl {
	display: flex;
	align-items: center;
	margin-bottom: 45px;
}

.type-of-websites .figure {
	box-shadow: 0 0 17px rgb(0 0 0 / 14%);
	border-radius: 5px;
	padding: 15px 10px;
	text-align: center;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.type-of-websites .row {
	display: flex;
	align-items: stretch;
}

.type-of-websites .figure p {
	font-size: 16px;
	line-height: 24px;
}

.type-of-websites .figure img {
	margin-bottom: 18px;
	height: 90px;
}

.type-of-websites {
	margin-top: 40px;
}

.type-of-websites .col figure h5 {
	color: #c3083f;
	font-size: 20px;
	line-height: 28px;
}

.our_process.seo-process {
	padding: 70px 0 !important;
}

.heading.image-txt h3 {
	color: #c3083f;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	line-height: 24px;
	margin-bottom: 8px;
}

.heading.image-txt h2 {
	color: #6f2232;
	font-size: 50px;
	line-height: 58px;
	font-weight: 900;
}

.ser {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-start;
}

.service-tag-line .col-sm-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

.head.blue {
	width: 100%;
}

.head br {
	display: none;
}

.our-about img.absolute-img {
	max-width: 100%;
	height: auto;
	box-shadow: 0 0 17px rgb(0 0 0 / 14%);
	border-radius: 5px;
}

.head h3 {
	color: #8689a2 !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0;
}

section.our-about.about-reverse .row {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

section.our-about.lst-abt {
	padding-bottom: 80px;
}

section.our-about.first-abt {
	padding-top: 100px;
	padding-bottom: 100px;
}

.ico-img {
	min-width: 50px;
	display: flex;
}

.ico-img img {
	max-width: 40px;
}

.pack-desc ol {
	list-style: none;
	padding: 0 0 0 12px;
}

.cont-main-has-inner h2 {
	font-size: 24px;
	line-height: 36px;
	color: #c3083f;
}

.cont-main-has-inner+.cont-main-has-inner {
	margin-top: 30px;
}

.privacy-cont h4 {
	font-size: 18px;
	color: #333;
	font-weight: 600;
}

.privacy-cont ul li {
	padding-left: 20px;
	color: #8689a2;
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 0;
	text-align: left;
	list-style: disc;
}

.privacy-cont ul {
	margin-bottom: 20px;
	margin-top: 10px;
}

.privacy-cont p b {
	color: #333;
	font-size: 15px;
	margin-bottom: 0;
	padding-left: 10px;
}

.privacy-cont p {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}

#popupform_website {
	display: none;
}

.popup-main {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}

.popu-form-iiner {
	width: 1080px;
	height: auto;
	background: #fff;
	border-radius: 6px;
	padding: 60px;
	background: #f6fcfa;
	background: linear-gradient(0deg, #f6fcfa 0, #ecf9f5 100%);
	position: relative;
}

.popupTitle-left h2 {
	color: #6f2232;
	font-size: 48px;
	line-height: 56px;
	font-weight: 900;
	margin: 0;
}

.popupTitle-left h3 {
	color: #c3083f;
	font-size: 25px;
	line-height: 36px;
	font-weight: 900;
}

.popupTitle-right {
	width: 380px;
}

.popupTitle-right p {
	color: #767993;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	margin: 0;
	border-left: 1px solid #b3b5c3;
	padding-left: 30px;
	margin-left: 30px;
	font-family: "Mark Pro" !important;
}

.close-popup {
	position: absolute;
	top: -46px;
	right: 0;
	cursor: pointer;
}

.popupTitle-right p b {
	color: #6f2232;
}

.popupTitle-left {
	margin-right: 10px;
}

.popup-title {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 40px;
}

.pop-field h4 {
	color: #c3083f;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 30px;
}

.form-group label {
	color: #72758a;
	letter-spacing: 2px;
	font-size: 14px;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	margin: 10px 0;
	text-transform: uppercase;
}

.form-group input, .form-group select, .form-group textarea {
	/* border: none !important; */
	/* box-shadow: 0px 0px 12px 1px #6f2232; */
	outline: 0;
	width: 100%;
	background: 0 0;
	padding: 10px;
	color: #1b1b1b !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	border-radius: 10px;
	opacity: 1;
	background-color: #fff;
}

.form-group input::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder {
	color: #c3083f;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	opacity: .2;
}

.form-group input::-moz-placeholder, .form-group select::-moz-placeholder, .form-group textarea::-moz-placeholder {
	color: #c3083f;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	opacity: .2;
}

.form-group input:-ms-input-placeholder, .form-group select:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder {
	color: #c3083f;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	opacity: .2;
}

.form-group input:-moz-placeholder, .form-group select:-moz-placeholder, .form-group textarea:-moz-placeholder {
	color: #c3083f;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	font-family: Poppins, sans-serif;
	opacity: .2;
}

.form-group+.form-group {
	margin-top: 25px;
	display: block;
	margin-bottom: 0;
}

.pop-field .form-group {
	width: 85%;
}

.form-group textarea {
	resize: none;
	height: 73px;
}

.form-group.req label {
	position: relative;
}

.form-group.req label:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #6f2232;
	position: absolute;
	left: -15px;
	border-radius: 100%;
	top: 50%;
	transform: translateY(-50%);
}

.popup-submt-btn {
	margin-top: 30px;
}

.popup-submt-btn button.downl-btn {
	padding: 15px 40px;
}

.contact-page-main .popup-main {
	position: relative;
	top: -90px;
	z-index: 99;
}

.contact-main .container.caption {
	width: 100%;
	flex-direction: column;
}

.contact-main .banner-left {
	max-width: 1080px;
	margin: 0 auto;
	padding-top: 0;
}

.contact-main .banner-left h1 span {
	display: block;
	font-size: 32px;
	line-height: 62px;
	font-weight: 600;
	position: relative;
	padding-left: 50px;
}

.contact-main .banner-left h1 span:before {
	content: "";
	background: #c3083f;
	width: 35px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.contact-main .cta-main-box {
	position: absolute;
	bottom: 120px;
	width: 100%;
	Z-INDEX: 99;
}

.contact-main .cta-main-box ul li a {
	color: #fff;
	font-size: 19px;
	font-weight: 900;
	line-height: 25px;
}

.contact-main .cta-main-box ul li a span {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: 700;
	display: block;
	opacity: .8;
}

.contact-main .cta-main-box .container {
	max-width: 1080px;
	margin: 0 auto;
}

.set .content p+p {
	padding-top: 0;
}

.ultimate-package-inner {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 10px rgb(0 17 0 / 13%);
	overflow: hidden;
}

.ultimate-package-main {
	margin-top: 30px;
}

.ultimate-left-title h3 {
	font-size: 20px;
	line-height: 27px;
}

.ultimate-left-title h2 {
	font-size: 56px;
	line-height: 68px;
}

.ultimate-package-inner .row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ultimate-right-form {
	display: flex;
	justify-content: center;
}

.ultimate-right-form .download-form {
	height: 280px;
	display: flex;
	align-items: center;
}

.ultimate-left-title {
	padding-left: 40px;
}

.blog-header {
	background: #6f2232;
	background: linear-gradient(180deg, #6f2232 0, #c3083f 100%);
}

.blog-header header {
	position: static;
}

.blog-title-main h2 {
	color: #6f2232;
	font-size: 52px;
	line-height: 68px;
}

.blog-title-main {
	margin-bottom: 12px;
}

.blog-section {
	padding: 40px 0;
}

.blog-section .blog-top-left .blog-title h3 {
	color: #c3083f;
	font-size: 40px;
	font-weight: 400;
	line-height: 44px;
	margin: 0 0 15px;
}

.subs-main-blog h4 {
	color: #fff;
	font-size: 32px;
	line-height: 48px;
	font-weight: 900;
	text-align: center;
	margin-bottom: 8px;
}

.subs-main-blog {
	background: url(../img/subs-bg.png) top right/cover no-repeat;
	padding: 50px;
	text-align: left;
}

.subs-main-blog p {
	text-align: center;
	color: #fff;
	font-size: 17px;
	line-height: 22px;
}

.recent-pro-title h3 {
	color: #6f2232;
	font-size: 24px;
	line-height: 34px;
}

.recent-pro-sidebar {
	margin-top: 20px;
}

.recent-pro-title {
	margin-bottom: 20px;
}

.sidebar-recent-box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.recent-side-post-img {
	width: 175px;
	margin-right: 18px;
}

.sidebar-recent-box .date-blog h4 {
	margin-top: 0 !important;
}

.sidebar-recent-box .blog-title h3 {
	color: #c3083f;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
}

.recent-side-post ul li+li {
	margin-top: 25px;
}

.latest-update-main .blog-title-main {
	margin-bottom: 0;
}

.latest-update-main {
	margin-top: 40px;
}

.latest-update-main h2 {
	border-top: 1px solid #e0e0e0;
	margin-top: 0;
	padding-top: 20px;
}

.single-blog-post .blog-top-right .blog-content {
	background: #ebf9f5;
	padding: 60px 120px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding-left: 200px;
}

.single-blog-post .blog-top-right .blog-content .date-blog h4 {
	margin-top: 0;
}

.no-arrow:after {
	display: none;
}

.main-logo img {
	height: 70px;
	width: auto;
}

.foot-logo img {
	height: 92px;
	width: auto;
}

.our_process .row {
	display: flex;
	justify-content: center;
}

header.sticky-header {
	position: fixed;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px #dadada;
	padding: 15px 0;
}

header {
	transition: .3s;
}

header.sticky-header .menu-inner ul li a {
	color: #333;
}

header.sticky-header .header-cta ul li a {
	color: #333;
}

header.sticky-header .main-btn a {
	box-shadow: 0 0 10px rgb(51 51 51 / 35%);
}

header.sticky-header .main-logo img {
	height: 60px;
}

.fancybox-slide video {
	padding: 0 !important;
}

.type-of-websites .row .col-md-3 {
	display: flex;
	align-content: center;
}

.lat-item-head img {
	max-height: 90px;
}

.link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
}

.sea-blue {
	color: #6f2232;
}

.sh-inner-banner img {
	width: 100%;
}

.our-banner.inner-banner.sh-inner-banner .caption h1 {
	text-align: left;
	font-size: 60px;
	line-height: 67px;
}

.our-banner.inner-banner.sh-inner-banner .caption h1 span {
	font-size: 26px;
	line-height: 35px;
	margin-bottom: 13px;
}

.sh-inner-banner .banner-content h1 span:before {
	top: 0;
	display: block;
	display: none;
}

.our-about .heading.image-txt h2 {
	font-size: 55px;
	color: #c3083f;
	line-height: 65px;
	padding-top: 0;
	margin-bottom: 0;
}

.our-about .mission-bio h3 {
	color: #72758a;
	font-size: 28px;
	line-height: 39px;
	margin-bottom: 33px;
	font-weight: 400;
}

.our-about .mission-bio h4 {
	font-size: 22px;
	color: #c3083f;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 20px;
}

.our-about .mission-bio p {
	font-size: 22px;
	line-height: 35px;
	margin-bottom: 25px;
	font-weight: 700;
}

.our-about .mission-bio p+p {
	font-size: 18px;
	margin-bottom: 0;
	line-height: 34px;
	font-weight: 400;
}

.experience-sec {
	background: url(../img/experience-bg.png) no-repeat;
	background-size: cover;
	/* height: 750px; */
	width: 100%;
}

.experience-sec .experience-box {
	width: 100%;
	min-height: 638px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding: 60px;
	position: relative;
	top: -250px;
	background: #6f2232;
	background: -moz-linear-gradient(top, #6f2232 0, #c3083f 100%);
	background: -webkit-linear-gradient(top, #6f2232 0, #c3083f 100%);
	background: linear-gradient(to bottom, #6f2232 0, #c3083f 100%);
}

.experience-sec .experience-box h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 900;
	margin-bottom: 27px;
}

.experience-sec .experience-box p {
	font-size: 22px;
	color: #fff;
	font-weight: 500;
	line-height: 34px;
}

.ranked-sec {
	/* background: url(../img/rank-bg.png) no-repeat; */
	background-color: #1a1a1c;
	height: 473px;
	background-size: cover;
	width: 100%;
	padding-top: 110px;
	margin-bottom: 200px;
}

.ranked-sec .heading-box h2 {
	margin: 0;
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	line-height: 65px;
}

.ranked-sec .heading-box h2 span {
	font-size: 60px;
}

.ranked-sec .ranked-box {
	background-color: #ebf9f5;
	min-height: 220px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-radius: 7px;
	position: relative;
	top: 90px;
}

.ranked-sec .ranked-box .box:hover {
	transform: translateY(-10px);
}

.ranked-sec .ranked-box .row {
	width: 100%;
}

.ranked-sec .ranked-box .box {
	border-right: 1px solid #dae8e4;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	position: relative;
}

.ranked-sec .ranked-box .col-sm-4:last-child .box {
	border-right: none;
}

.vision-sec .vision-box {
	margin-top: 80px;
	padding-right: 20px;
}

.vision-sec .vision-box h3 {
	font-size: 22px;
	color: #c3083f;
	font-weight: 900;
	letter-spacing: 2px;
	margin-bottom: 13px;
}

.vision-sec .vision-box h2 {
	margin: 0;
	font-size: 54px;
	color: #c3083f;
	font-weight: 900;
	margin-bottom: 20px;
	line-height: 65px;
}

.vision-sec .vision-box h4 {
	font-size: 22px;
	margin-bottom: 21px;
	color: #c3083f;
	font-weight: 700;
	line-height: 31px;
}

.vision-sec .vision-box p+p {
	margin-top: 25px;
}

.vision-sec .img-box {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.vision-sec .container-fluid {
	padding-right: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
}

.vision-sec .container-fluid .col-sm-6+.col-sm-6 {
	padding-right: 0;
	padding-left: 0;
}

.vision-sec .container-fluid .col-sm-6 {
	padding-left: 14%;
}

.vision-sec .img-box img {
	max-width: initial;
	width: 100%;
}

.capability-sec {
	background: url(../img/cap-bg.jpg);
	background-size: 40vw;
	padding-top: 200px;
	margin-top: -200px;
	background-repeat: repeat;
	background-position: center;
}

.capability-sec .heading-box {
	margin-bottom: 65px;
}

.capability-sec .heading-box h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 900;
}

.capability-sec .cap-list {
	margin-bottom: 90px;
}

.capability-sec .cap-list h3 {
	font-size: 22px;
	color: #c3083f;
	font-weight: 900;
	position: relative;
	padding-left: 25px;
	margin-bottom: 20px;
}

.capability-sec .cap-list ul {
	padding-left: 26px;
}

.capability-sec .cap-list ul li {
	margin-bottom: 8px;
	font-size: 16px;
	color: #fff;
}

.capability-sec .cap-list ul li i {
	color: #c3083f;
	font-size: 12px;
	padding-right: 8px;
}

.capability-sec .cap-list h3:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 16px;
	height: 2px;
	background-color: #c3083f;
}

.capability-sec .cap-list ul li:last-child {
	margin-bottom: 0;
}

.product-farward-sec {
	background: url(../img/farward-bg.png) no-repeat;
	height: 640px;
	display: flex;
	align-items: center;
	background-size: cover;
	justify-content: center;
	background-position: center;
}

.product-farward-sec .product-farward-box h2 {
	font-size: 60px;
	color: #fff;
	font-weight: 900;
	line-height: 68px;
	margin-bottom: 15px;
}

.product-farward-sec .product-farward-box h3 {
	font-size: 33px;
	color: #c3083f;
	font-weight: 700;
	line-height: 36px;
}

.mum-phone {
	display: flex;
}

.mum-phone .code-field {
	max-width: 28px;
	text-align: center;
}

.banner-left li.first-item {
	text-transform: initial;
}

.menu-open {
	overflow: hidden;
}

.cir-img {
	position: relative;
}

.slider-circle {
	position: relative;
	top: -60px;
	left: 0;
	margin-top: -150px;
}

.slider-circle .slick-list.draggable {
	padding: 80px 0;
}

.slider-circle .slid-img:nth-child(1) {
	position: absolute;
	top: 70px;
	left: 130px;
}

.slider-circle .slid-img:nth-child(1) img {
	max-width: 70%;
}

.slider-circle .slid-img:nth-child(3) {
	position: absolute;
	top: -70px;
	left: 200px;
}

.slider-circle .slid-img:nth-child(3) img {
	max-width: 70%;
}

.slider-circle .slid-img:nth-child(4) {
	position: absolute;
	top: 60px;
	left: 270px;
}

.slider-circle .slid-img:nth-child(4) img {
	max-width: 70%;
}

.slider-circle .slid-img:nth-child(5) {
	position: absolute;
	left: 370px;
	top: 10px;
}

.slider-circle .slid-img:nth-child(5) img {
	max-width: 70%;
}

.slider-circle .slid-img:nth-child(2) {
	position: relative;
	left: 40px;
	top: 10px;
}

.slider-circle .slid-img {
	width: 90px !important;
	height: 90px !important;
}

.slider-circle .slid-img img {
	transition: .3s;
	border-radius: 100%;
	cursor: pointer;
}

.slider-circle .slid-img:nth-child(2) img {
	max-width: 70%;
}

.slider-circle .slid-img.slick-current img {
	max-width: 100%;
	border: 3px solid #c3083f;
}

.test-item p.quote {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 40px;
	color: #fff;
}

.test-item {
	max-width: 650px;
	margin: 0 auto;
}

.slider-circle .slick-slider .slick-list, .slider-circle .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0) !important;
	-moz-transform: translate3d(0, 0, 0) !important;
	-ms-transform: translate3d(0, 0, 0) !important;
	-o-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}

.main-test-video .slider-for {
	background: #c3083f url(../img/tesst-bg.png) right -50px bottom -50px no-repeat;
	text-align: center;
	border-radius: 10px;
	stroke-width: 3;
	padding: 12px;
}

.test-item h4 {
	color: #fff;
	font-weight: 700;
}

.main-test-video {
	padding: 8px;
	border-radius: 10px;
	box-shadow: 0 0 30px rgb(0 0 0 / 18%);
}

.test-item img {
	display: table;
	margin: 0 auto 30px;
}

.main-test-video .slick-dots li button {
	background: #fff;
}

.main-test-video .slick-dots li.slick-active button {
	background: #60c6b8;
}

.main-test-video ul.slick-dots {
	padding: 0 0 30px;
	text-align: center;
	position: relative;
	top: -20px;
}

.ranked-box img {
	max-width: 180px;
	height: auto;
}

ul.footer-social li:hover i.fa {
	background: #6f2232;
	background: linear-gradient(180deg, #6f2232 0, #c3083f 100%);
}

.thankyou-pg {
	background: url(../img/thank-you-bg.jpg);
	height: 100vh;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	background-size: cover;
	padding-top: 170px;
}

.thankyou-content {
	text-align: center;
}

.thankyou-content h5 {
	font-size: 54px;
	font-weight: 700;
	color: #fff;
	margin-top: 30px;
}

.thankyou-content h6 {
	font-family: "Libre Baskerville", serif !important;
	font-size: 54px;
	color: #fff;
	font-style: italic;
	margin: 10px 0 25px 0;
	line-height: 68px;
}

.thankyou-content p {
	font-size: 18px;
	color: #fff;
	font-style: italic;
	margin-bottom: 20px;
}

.thankyou-content .btn-style-3 {
	padding: 11px 55px 11px 55px;
	color: #fff !important;
}

.thankyou-content .back-to-home {
	display: block;
	margin-top: 20px;
}

.thankyou-content .back-to-home span {
	color: #fff;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: 14px;
	margin-top: 10px;
}

.our-banner.inner-banner.contact-main .caption h1 {
	font-size: 80px;
	line-height: 90px;
	margin: -55px auto 16px;
}

.recent-side-post-img img {
	width: 175px;
	height: 135px;
	object-fit: cover;
	object-position: center;
}

.latst-update .blog-feat-img img {
	transition: .3s;
	width: 100%;
	height: 430px;
	object-fit: cover;
	object-position: center;
}

.sing-main-head .blog-top-right {
	position: absolute;
	top: -80px;
	right: 0;
	height: 580px;
}

.sing-main-head {
	display: flex !important;
	align-items: center !important;
	margin-top: 90px;
	position: relative;
}

.sing-main-head .blog-top-left {
	position: relative;
	z-index: 99;
}

.sing-main-head .blog-top-right .blog-title h3 {
	font-size: 34px;
	line-height: 40px;
}

.sing-main-head .blog-top-right .blog-title h1 {
	font-size: 34px;
	line-height: 40px;
	color: #c3083f;
}

.singlethumbcontent .row {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
}

.singlethumbcontent {
	margin-top: 90px;
	margin-bottom: 70px;
}

.singlethumbcontent h3 {
	color: #c3083f;
	font-size: 26px;
	line-height: 28px;
	margin: 30px 0;
}

.singlethumbcontent h2 {
	color: #54c6c1;
	font-size: 32px;
	line-height: 40px;
	margin: 20px 0;
}

.singlethumbcontent ol li, .singlethumbcontent ol li a, .singlethumbcontent p, .singlethumbcontent ul li, .singlethumbcontent ul li a {
	color: #72758a;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}

.singlethumbcontent p a {
	color: #54c6c1;
}

.singlethumbcontent ul {
	list-style: circle;
	padding-left: 22px !important;
	margin: 10px 0;
}

.home-blog .blog-feat-img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}

.cta-main-box ul.d-block li+li {
	margin-top: 70px;
	margin-left: 0;
}

.faq-cta.d-block {
	padding: 0 0 0 90px;
}

.faq-cta.d-block .title-main {
	text-align: left;
}

.cta-main-box ul.d-block li {
	margin-top: 40px;
}

.set>a i {
	float: left;
	margin-top: 2px;
	margin-right: 40px;
	margin-left: 15px;
}

.set .content p {
	padding: 20px 20px 20px 80px;
}

.blog-inner .blog-content {
	padding: 0 15px 20px;
}

.blog-inner {
	border-radius: 5px;
	box-shadow: 0 2px 10px #cccccc82;
	padding: 0;
	margin-bottom: 20px;
}

.no-padding {
	padding: 0 !important;
}

.portfolio-box ul li {
	margin-right: 7px;
	margin-left: 7px;
}

.blog-inner:hover .blog-feat-img img {
	transform: scale(1.05);
}

.main-test-video {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
}

.main-test-video .slider-for {
	background: 0 0;
	text-align: center;
	border-radius: 0;
	stroke-width: 0;
	padding: 0;
}

.test-item {
	text-align: center;
}

.test-item p.quote {
	color: #5c5c5c;
}

.test-item h4 {
	color: #6f2232;
}

.slider-circle {
	position: absolute;
	top: -210px;
	width: 100%;
}

.slider-circle .slid-img:nth-child(3) {
	top: -70px;
	left: 350px;
}

.slider-circle .slid-img:nth-child(2) {
	left: 170px;
	top: 10px;
}

.slider-circle .slid-img:nth-child(1) {
	position: absolute;
	top: 70px;
	right: 200px;
	left: initial;
}

.slider-circle .slid-img:nth-child(5) {
	position: absolute;
	right: 320px;
	top: -15px;
	left: initial;
}

.slider-circle .slid-img:nth-child(4) {
	position: absolute;
	top: 120px;
	left: 270px;
}

.test-item-video-img {
	padding: 0;
}

.main-test-video ul.slick-dots {
	display: none !important;
}

.test-rightnew {
	margin-top: 120px;
}

.slider-circle .slick-list.draggable {
	padding: 80px 0 120px;
}

.portfolio-box ul li {
	width: calc(25% - 15px);
}

.test-main:before {
	right: 0;
	left: initial;
	opacity: .4;
}

.slider-circle .slid-img:nth-child(6) {
	right: 170px;
	top: -70px;
	position: absolute;
}

.slider-circle .slid-img:nth-child(6).slick-current img {
	max-width: 100%;
}

.slider-circle .slid-img:nth-child(6) img {
	max-width: 70%;
}

.banner-content h1 span.auto-typing span:before, .banner-content h1 span.auto-typing:before {
	display: none !important;
}

span.auto-typing span {
	color: #c3083f;
	margin: 0 0 0 10px;
}

.flex-start {
	justify-content: flex-start !important;
}

.mt-15 {
	margin-top: 15px;
}

.footer-services li {
	width: 50%;
	padding: 0 10px 0 0;
}

.footer-services {
	width: 100%;
	display: flex !important;
	flex-wrap: wrap;
	max-height: 200px;
	flex-direction: column;
	justify-content: center;
	padding: 0 3px;
}

ul.footer-ul li a:hover {
	color: #6f2232;
}

.banner-animation_rotate {
	-webkit-animation: animation_rotate 3s infinite linear;
}

.banner-animation_float {
	-webkit-animation: animation_float 3s infinite linear;
}

.banner-animation_float1 {
	-webkit-animation: animation_float1 3s infinite linear;
}

.circle1 {
	border: 2px solid #c3083f;
	width: 300px;
	height: 300px;
	border-radius: 35%;
	position: absolute;
	top: -60px;
	right: -60px;
}

.circle2 {

	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	bottom: 165px;
	left: 595px;
	background: #fff;
	background: url(../img/planets-01.png);
	background-size: contain;
}

.circle3 {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	position: absolute;
	bottom: 65px;
	right: 90px;
	background: url(../img/planets-02.png);
	background-size: contain;
}

.circle4 {

	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	bottom: 265px;
	left: 885px;
	background: #fff;
	background: url(../img/planets-03.png);
	background-size: contain;
}

.circle5 {

	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	top: 205px;
	right: 785px;
	background: #fff;
	background: url(../img/planets-04.png);
	background-size: contain;
}

.plus {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: url(../img/planets-03.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 100px;
	background-size: contain;
	left: 70px;
}

.plus1 {
	display: inline-block;
	width: 120px;
	height: 120px;
	background: url(../img/signaturewebstudio-icon.png);
	background-position: center;

	background-repeat: no-repeat;
	position: absolute;
	bottom: 70px;
	left: 175px;
	background-size: contain;
}

.bannerImage {
	position: absolute;
}

.Imageone {
	top: 110px;
	right: 12%;
}

.Imagetwo {
	bottom: 110px;
	right: 26%;
}

.Imagethree {
	bottom: 125px;
	right: 45%;
}

.Imagefour {
	top: 194px;
	right: 36%;
}

.Imagefive {
	top: 85px;
	right: 27%;
}

.Imagesix {
	top: 175px;
	right: 2%;
}

@-webkit-keyframes animation_rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@-webkit-keyframes animation_float {
	0% {
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .6);
		transform: translatey(0);
		-webkit-transform: translatey(0);
	}

	50% {
		box-shadow: 0 25px 15px 0 rgba(0, 0, 0, .2);
		transform: translatey(-20px);
		-webkit-transform: translatey(-20px);
	}

	100% {
		box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .6);
		transform: translatey(0);
		-webkit-transform: translatey(0);
	}
}

.opacity-5 {
	opacity: .5;
}



.color-white {
	color: #fff !important;
}



.service-banner.inner-banner .banner-left {
	padding-top: 0;
	text-align: left;
}

.service-banner.inner-banner .popup-right {
	text-align: left;
	padding: 0 0 0 30px;
}

.service-banner {
	/* background: linear-gradient(90deg,#c3083f 0,#c3083f 71%,#c3083f 100%)!important; */
	background-color: #1a1a1c !important;
	position: relative;
	padding: 200px 0 160px !important;
}

button.downl-btn:hover {
	background: #6f2232;
}

button.downl-btn {
	background: #c3083f;
	text-shadow: 1px 1px 1px #c3083f;
	color: #fff !important;
	border-radius: 10px;
}

button.downl-btn:after {
	background: #fff;
}

.font-80 {
	font-size: 80px;
}

.service-banner .main-btn a {
	background: #6f2232;
	text-shadow: 1px 1px 1px #6f2232;
}

.service-banner span.auto-typing span {
	color: #6f2232;
}

.service-banner .banner-content h1 span:before {
	background: #6f2232;
}

.service-banner .pop-field h4 {
	font-size: 38px;
}

.service-banner .btn-6 span {
	background-color: #ca73b8;
}

.footer-services li:nth-child(6), .footer-services li:nth-child(7), .footer-services li:nth-child(8) {
	width: 100%;
}

.close-popup img {
	max-width: 45px;
}

.sidebar-contact {
	position: fixed;
	top: 60%;
	left: -350px;
	transform: translateY(-50%);
	width: 350px;
	height: auto;
	padding: 30px;
	background: #fff;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
	box-sizing: border-box;
	transition: .5s;
	z-index: 99;
}

.sidebar-contact.active {
	left: 0;
}

.sidebar-contact .pop-field .form-group {
	width: 100%;
}

.sidebar-contact h2 {
	margin: 0 0 20px;
	padding: 0;
	font-size: 24px;
}

.toggle {
	position: absolute;
	height: 116px;
	width: 52px;
	text-align: center;
	cursor: pointer;
	background: #c3083f;
	top: 50px;
	right: -52px;
	line-height: 48px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.toggle.active {
	height: 48px;
}

.toggle:before {
	content: 'Discount';
	font-family: poppins;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	white-space: nowrap;
	-webkit-transform: translate(0, 6rem) rotate(-90deg);
	-moz-transform: translate(0, 6rem) rotate(-90deg);
	-o-transform: translate(0, 6rem) rotate(-90deg);
	transform: translate(0, 6rem) rotate(-90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-transform: none;
	-ms-transform-origin: none;
	-ms-writing-mode: tb-rl;
}

.toggle.active:before {
	content: '\f00d';
	transform: translate(0, 0);
	font-family: fontAwesome !important;
}

@media(max-width:768px) {
	.sidebar-contact {
		width: 100%;
		height: auto;
		left: -100%;
	}

	.sidebar-contact .toggle {
		top: 35%;
		transform: translateY(-50%);
		transition: .5s;
	}

	.sidebar-contact.active .toggle {
		top: 0;
		right: 0;
		transform: translateY(0);
	}

	.scroll {
		width: 100%;
		height: 100%;
		overflow-y: auto;
	}

	.content {
		padding: 50px 50px;
	}
}

.side-call {
	position: fixed;
	top: 20%;
	right: 0;
	transform: translateY(-50%);
	width: auto;
	height: auto;
	padding: 20px;
	background: #6f2232;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	box-sizing: border-box;
	transition: .5s;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	z-index: 99;
}

.side-mail {
	position: fixed;
	top: 30%;
	right: 0;
	transform: translateY(-50%);
	width: auto;
	height: auto;
	padding: 20px;
	background: #6f2232;
	box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
	box-sizing: border-box;
	transition: .5s;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	z-index: 99;
}

.side-call i {
	font-size: 18px;
	color: #fff;
}

.side-mail i {
	font-size: 14px;
	color: #fff;
}

@-webkit-keyframes animation_float1 {
	0% {
		transform: translatey(0);
		-webkit-transform: translatey(0);
	}

	50% {
		transform: translatey(-20px);
		-webkit-transform: translatey(-20px);
	}

	100% {
		transform: translatey(0);
		-webkit-transform: translatey(0);
	}
}

.form-connect .form-group select {
	color: #6f2232 !important;
}

.sec-pricing .title-main h2 {
	color: #fff;
}

/* Combo */
.pack-desc-c ul {
	padding: 0 25px;
}

.pack-desc-c ul li {
	position: relative;
	color: #c3083f;
	font-weight: 600;
	font-size: 14px;
	line-height: 33px;
}

.pack-desc-c ul li:before {
	content: "\f178";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 6px;
	font-size: 18px;
	top: 1px;
	position: relative;
}

.pack-desc-c {
	background: #e8f1f2;
	padding: 15px 0 15px;
	border-radius: 8px;
	height: 150px;
	overflow-y: scroll;
	margin: 20px 0;
}

.pack-desc-c::-webkit-scrollbar {
	width: 5px;
	background-color: #f5f5f5;
}

.pack-desc-c::-webkit-scrollbar-button:end:increment, ::-webkit-scrollbar-button:start:decrement {
	display: none;
}

.pack-desc-c::-webkit-scrollbar-track-piece {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #dedede;
}

.pack-desc-c::-webkit-scrollbar-thumb:vertical {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #050607;
	height: 60px;
}

/**/
.parent-ul {
	flex: none;
}

.form-connect {
	background-repeat: no-repeat;
	background-image: url(../img/background-form.jpg) !important;
	background-size: cover;
	background-position: center center;
}

.spons {
	display: flex;
	filter: invert();
	margin-top: 60px;
}

.spons img {
	width: 10vh;
	margin: 0 10px;
	filter: initial;
}

/* circular */
.phone-bg {
	background: url(../img/i-phone.png);
	background-size: 10vw;
	height: 30vw;
	background-repeat: no-repeat;
	background-position: center;
}

#container {
	width: 200px;
	height: 200px;
	margin: 10px auto;
	border: 1px solid #000;
	position: relative;
	border-radius: 50%;
	animation: spin 10s linear infinite;
	background-size: contain;
	width: 30vw;
	height: 30vw;
}

.item {
	/* width: 30vw; 
    height: 30vw;
    line-height: 30px; */
	text-align: center;
	border-radius: 50%;
	position: absolute;
	animation: spin 10s linear infinite reverse;
}

.item img {
	width: 5vw;
}

@keyframes spin {
	100% {
		transform: rotate(1turn);
	}
}


/* services tabs */

