/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : ULaunch - Multi Purpose Products Landing Page
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Slider area css
04. About area css
05. Services area css
06. Video area css
07. Features area css
08. Pricing area css
09. FAQs area css
10. Testimonial area css
11. Counter area css
12. Newsletter area css
13. Contact us area css
14. Footer area css
15. Media Screens
-------------------------------------------------------------------------------------- */

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.on-side {
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	font-weight: 700;
}

figure {
	margin: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: 0;
}

a:focus {
	text-decoration: none;
	outline: 0;
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #ED2D27;
	z-index: 9999;
}

.container {
	max-width: 1160px;
}

.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	top: calc(50% - 15px);
	animation: loader 2s infinite ease;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}

.btn-custom {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 30px;
	text-align: center;
	color: #ff2938;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 26px;
	transition: all 0.3s;
}

.btn-custom:hover {
	background: none;
	color: #fff;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/
.navbar {
	margin-bottom: 0;
}

.navbar-brand {
	height: auto;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.navbar-brand img {
	transition: all 0.3s;
}

nav.navbar.main-menu {
	background: #C6150F;
	border-radius: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	z-index: 101;
	height: 88px;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

.navbar-nav li {
	padding: 30px 0;
	margin: 0 2px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.nav li {
	position: relative;
}

.navbar-nav>li>a {
	font-weight: 500;
	font-size: 12px;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 8px 10px 4px;
	position: relative;
	border: 1px solid transparent;
}

.btn-banner {
	font-weight: 700;
	font-size: 14px;
	max-width: 177px;
	height: 47px;
	opacity: 1;
	display: flex;
	align-items: center;
	border-radius: 12px;

}

.attr-nav>ul {
	list-style: none;
	cursor: pointer;
	margin: 2px 0 0;
}

.attr-nav>ul>li>a {
	transition: all 0.3s ease-in-out;
}

.nav ul li a {
	border: none !important;
}

.nav .active a {
	background: none !important;
	color: #ffc600 !important;
	transition: all 0.3s;
}

.nav ul li a {
	display: block;
	color: #fff;
	padding: 12px 20px;
}

.nav .active ul li a {
	border: none !important;
}

.nav ul ul {
	left: 100%;
	top: 0;
	margin-top: -1px;
}

.nav ul li {
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav ul li:last-child {
	border-bottom: none;
}

nav.navbar.main-menu.sticky-header {
	padding: 10px 0;
	background: #C6150F;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
}

.sticky-header .navbar-nav>li>a {
	color: #fff;
}

.side {
	background: #333;
	padding: 0;
}

.offcanvas-menu.offcanvas {
	width: 280px;
}

.side .close-side {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
}

.side-logo {
	text-align: center;
	padding: 40px 30px;
}

.side .widget ul.link {
	list-style: none;
	padding: 0;
	margin: 0;
}

.side .widget ul.link li a {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #9f9f9f;
	padding: 12px 20px 12px 40px;
	border-bottom: 1px dashed #3c3c3c;
	position: relative;
}

.side .widget ul.link li a:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #9f9f9f;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 18px;
}

.side .widget ul.link li a:hover {
	color: #fff;
}

.side .widget ul.link li a:hover:before {
	border-color: #fff;
}

.navbar-menu {
	margin-left: 80px;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner {
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	background: #ED2D27 url(../images/bg-hero.png) no-repeat center center;
	padding: 160px 0 0;
	margin-bottom: 240px;
}

.banner .row {
	position: relative;
	z-index: 1;
}

.header-content {
	padding: 10px 80px;
	text-align: center;
}

.header-content h3 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	color: #000;
}

.header-content h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5em;
}

.header-content h2 span {
	font-weight: 700;
}

.btn-download-group {
	text-align: center;
	margin-top: 20px;
}

.btn-download {
	width: 279px;
	height: 62px;
	gap: 16px;
	border-radius: 109px;
	padding-top: 16px;
	padding-right: 28px;
	padding-bottom: 16px;
	padding-left: 28px;
	background-color: #FFFFFF;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	color: #D9214E;
}

.btn-download i {
	font-size: 32px;
	position: absolute;
	top: 10px;
	left: 20px;
}

.btn-download span {
	font-size: 10px;
	display: block;
	font-weight: 400;
	letter-spacing: 0.04em;
}

.btn-download:hover {
	background: #232322;
	color: #fff;
}

.header-image {
	text-align: center;
	margin-top: 30px;
	margin-bottom: -240px;
}

.navbar-wrap {
	margin-left: 81px;
}

/************************************/
/*****   04. About area css     *****/
/************************************/

.section-title {
	text-align: center;
	margin-bottom: 70px;
}

.text-ess {
	font-weight: 800;
	font-size: 96px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: right;
	vertical-align: middle;
	color: #871815;
}

.text-ess-2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0px;
	text-align: right;
	vertical-align: middle;

}

.section-title p {
	text-transform: uppercase;
	color: #1151d3;
	font-size: 18px;
	font-weight: 500;
	padding-top: 2px;
}

.section-title h2 {
	font-size: 30px;
	color: #232322;
	font-weight: 600;
	line-height: 1.2em;
}

.about {
	padding: 100px;
}

.about-content {
	max-width: 1440px;
	gap: 20px;
}

.about .section-title {
	text-align: right;
	padding-right: 35px;
}

.about-grid {
	max-width: 337px;
	min-height: 220px;
	justify-content: space-between;
	border-radius: 16px;
	border-width: 1px;
	padding: 16px;
	border: 1px solid #D9DBE4
}

.about-list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.about-list2 {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.about-text {
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: -1%;
	vertical-align: middle;
	text-transform: capitalize;
	color: #3F4254;
}

.about-img {
	max-width: 487px;
	height: 100%;
}

/*************************************/
/*****   05. Services area css   *****/
/*************************************/

.services {
	padding: 50px 0;
}

.services-single {
	text-align: center;
	padding: 0 30px;
}

.services-single .icon-text {
	margin-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.services-single .icon-text span img {
	width: 42px;
	height: 42px;
	object-fit: cover;
	margin-bottom: 9px;
}

.services-single .icon-text span {
	display: inline-block;
	width: 66px;
	height: 66px;
	line-height: 66px;
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	border-radius: 50%;
	text-align: center;
}

.icon-blue span {
	background: #06D001;
}

.icon-yellow span {
	background: #B75A06;
}

.icon-purple span {
	background: #2467D1;
}

.services-single h3 {
	font-size: 20px;
	font-weight: 600;
	color: #232322;
	margin-bottom: 20px;
}

.services-single p {
	font-size: 14px;
	color: #9b9b9b;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.services-single .btn-detail {
	font-weight: 500;
	color: #232322;
}

.services-single .btn-detail i {
	font-size: 14px;
	margin-left: 6px;
}

.services-single .btn-detail:hover {
	color: #1151d3;
}

/*************************************/
/*****     06. Video area css    *****/
/*************************************/

.info-video {
	padding: 80px 0 80px;
	background: black;
}

.info-video .section-title {
	padding-top: 40px;
}

.video-play-box {
	max-width: 446px;
	margin: 0 auto;
	position: relative;
}

.video-play-box figure {
	overflow: hidden;
}

.video-play-box .video-play-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.5);
}

.video-play-box .video-play-overlay a {
	color: #fff;
	font-size: 150px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-content p {
	color: #9b9b9b;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

/*************************************/
/*****   07. Features area css   *****/
/*************************************/

.features {
	background: #FFF1F1;
	padding: 100px 0;
}

.text-red {
	color: #ED2D27 !important;
}

.features .row:last-child .features-single {
	border-bottom: none;
	padding-bottom: 0;
}

.features-single {
	padding: 60px 0;
	border-bottom: 1px solid #d8e8fc;
}

.features-single .features-image {
	text-align: center;
}

.features-single .features-content h4 {
	color: #232322;
	margin: 0 0 30px;
}

.features-single .features-content h4 img {
	color: #fff;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	line-height: 66px;
	text-align: center;
	margin-right: 20px;
}

.features-content h4 .icon-blue {
	padding: 10px;
	background: #06D001;
}

.features-content h4 .icon-yellow {
	background: #B75A06;
	padding: 10px;
}

.features-content h4 .icon-purple {
	background: #2467D1;
	padding: 10px;
}

.features-single .features-content p {
	color: #9b9b9b;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.features-single .btn-download-group {
	text-align: left;
}

.features-single .btn-browse {
	display: inline-block;
	color: #1151d3;
	background: #fff;
	font-weight: 500;
	padding: 14px 30px;
	border-radius: 30px;
	transition: all 0.3s ease-in-out;
}

.features-single .btn-browse:hover {
	background: #1151d3;
	color: #fff;
}

.screenshots {
	padding: 100px 0;
}

.screenshot-slider {
	padding: 80px 0;
	text-align: center;
}

.screen-shot-slide figure img {
	box-shadow: none;
	transition: all 0.3s;
}

.screen-shot-slide .swiper-slide-text {
	display: none;
}

.screenshot-slider .swiper-slide-active figure img {
	transform: scale(1.20);
	/* box-shadow: -4px 5px 40px 4.56px rgba(0, 0, 0, 0.13); */
}

.swiper-slide-right-text {
	text-align: center;
	margin-top: 80px;
}

.swiper-slide-right-text h3 {
	color: #525251;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 1em;
}

.swiper-slide-right-text p {
	color: #9b9b9b;
	font-size: 16px;
	line-height: 1.6em;
}

.screen-shot-pagination {
	margin-top: 30px;
	text-align: center;
}

.screenshot-button-prev,
.screenshot-button-next {
	display: inline-block;
	width: 36px;
	height: 36px;
	background: #871815;
	color: #fff;
	text-align: center;
	line-height: 38px;
	border-radius: 50%;
	cursor: pointer;
	margin-right: 8px;
	transition: all 0.3s ease-in-out;
}

.screenshot-button-prev:hover,
.screenshot-button-next:hover {
	background: #232322;
}

/*************************************/
/*****   08. Pricing area css    *****/
/*************************************/

.pricing {
	padding: 100px 0;
	background: #ED2D27;
	z-index: 1;
	position: relative;
}

.pricing .container {
	position: relative;
	z-index: 1;
}

.pricing-single {
	text-align: center;
	padding: 60px 30px;
	background: #fff;
}

.pricing .table-pricing {
	background-color: white;
}

.pricing .table-pricing thead tr th {
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 20px;
	padding-left: 32px;

}

.pricing .table-pricing tbody tr td {
	padding-top: 20px;
	padding-right: 32px;
	padding-bottom: 20px;
	padding-left: 32px;
}

.pricing .btn-gratis {
	background-color: #007BFF;
	color: white;
	font-weight: 600;
	width: 100%;
}

.pricing .btn-premium {
	background-color: #FFC107;
	color: black;
	font-weight: 600;
	width: 100%;
}

.pricing .btn-platinum {
	background-color: #6A1B9A;
	color: white;
	font-weight: 600;
	width: 100%;
}

.pricing-header h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}

.pricing-header p {
	font-size: 40px;
	color: #232322;
	font-weight: 700;
	line-height: 0.8em;
	margin: 20px 0;
}

.pricing-header span {
	display: block;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0%;

}

.pricing-single .pricing-body {
	padding: 20px 0;
}

.pricing-single .pricing-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.pricing-single .pricing-body ul li {
	color: #9b9b9b;
	font-weight: 500;
	padding: 4px 0;
}

.pricing-single .pricing-body ul li i {
	margin-right: 4px;
}

.pricing-single .pricing-footer .btn-pricing {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	background: #1151d3;
	padding: 12px 30px;
	margin-top: 30px;
	transition: all 0.3s ease-in-out;
}

.pricing-single .pricing-footer .btn-pricing:hover {
	background: #232322;
	color: #fff;
}

.pricing-single.recommended {
	background: url(../images/pricing-bg.jpg) no-repeat top center;
	background-size: cover;
	position: relative;
}

.pricing-single.recommended:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17, 81, 211, 0.8);
}

.pricing-single.recommended .pricing-header,
.pricing-single.recommended .pricing-body,
.pricing-single.recommended .pricing-footer {
	position: relative;
	z-index: 1;
}

.pricing-single.recommended .pricing-header h3,
.pricing-single.recommended .pricing-header p,
.pricing-single.recommended .pricing-body ul li {
	color: #fff;
}

.pricing-single.recommended .pricing-footer .btn-pricing {
	background: #fff;
	color: #1151d3;
}

.pricing-single.recommended .pricing-footer .btn-pricing:hover {
	background: #333;
	color: #fff;
}

.section-title .price-title {
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 34px;
	line-height: 53px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	color: white;
	text-transform: none;
}

.section-title .price-desc {
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 25.6px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	text-transform: none;
	color: white;
}

.vektor-price1 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-price2 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

/*************************************/
/*****     09. FAQs area css     *****/
/*************************************/

.faqs {
	padding: 100px 0;
}

.vektor-faq1 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-faq2 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-faqm1 {
	position: absolute;
	top: 0;
	left: -20px;
	max-width: 100%;
	height: auto;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-faqm2 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-faqm1,
.vektor-faqm2 {
	display: none;
}

.vektor-faq1,
.vektor-faq2 {
	display: block;
}

.faq-image {
	padding-top: 30px;
}

.faqs .accordion-4 {
	box-shadow: 0px 8px 117.5px 7.5px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
}

.faqs .accordion-4 .accordion-item,
.faqs .accordion-4 .accordion-item+.accordion-item {
	border-radius: 0;
	background: none;
	box-shadow: none;
	margin: 0;
	border: none;
	border-bottom: 1px solid #dbd9d9;
}

.faqs .accordion-4 .accordion-item:last-child {
	border-bottom: none;
}

.faqs .accordion-4 .accordion-header {
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.faqs .accordion-4 .accordion-header h4 {
	display: block;
	padding: 24px 30px;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #232322;
	position: relative;
	border-left: 4px solid transparent;
	cursor: pointer;
}

.faqs .accordion-4 .accordion-header h4:after {
	content: '\f078';
	font-family: FontAwesome;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dcdada;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	margin-right: 16px;
	color: #232322;
	position: absolute;
	top: 20px;
	right: 4px;
	transition: all 0.6s ease-in-out;
	transform: rotate(0deg);
}

.faqs .accordion-4 .accordion-body {
	padding: 0 30px 24px 30px;
	background: #FFF1F1;
	border: none !important;
	border-left: 4px solid #A41410 !important;
}

.faqs .accordion-4 .accordion-body p {
	color: #9b9b9b;
	font-size: 14px;
	line-height: 1.6em;
}

.faqs .accordion-4 .accordion-body ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.faqs .accordion-4 .accordion-body ul li {
	color: #9b9b9b;
	font-size: 14px;
	padding: 4px 0 4px 20px;
	position: relative;
}

.faqs .accordion-4 .accordion-body ul li:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #A41410;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}

.faqs .accordion-4 .accordion-header h4:not(.collapsed) {
	background: #FFF1F1;
	border-left: 4px solid #A41410;
}

.faqs .accordion-4 .accordion-header h4:not(.collapsed):after {
	content: '\f078';
	transform: rotate(180deg);
	background: #A41410;
	color: #fff;
	border-color: #A41410;
}

.faq-content {
	margin-bottom: 5rem;
}

.banner-faq {
	max-width: 1270px;
	min-height: 486px;
	border-radius: 12px;
	background-color: #ED2D27;
	box-shadow: 0px 24px 45px -12px #1717172E;
	z-index: 1;
	position: relative;


}

.faq-banner-title {
	font-weight: 700;
	font-style: Bold;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -2%;
	vertical-align: middle;
	width: 100%;
	color: #FFFFFF;
}

.faq-banner-desc {
	font-weight: 400;
	font-style: Regular;
	font-size: 18px;
	line-height: 25.6px;
	letter-spacing: 0px;
	vertical-align: middle;
	width: 100%;
	max-width: 600px;
	color: #FFFFFF;
}

.btn-banner-faq {
	border-radius: 109px;
	padding-top: 16px;
	padding-right: 28px;
	padding-bottom: 16px;
	padding-left: 28px;
	gap: 16px;
	width: 100%;
	max-width: 600px;
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	color: Black;
}

.banner-faq-list {
	gap: 3rem;
	display: flex;
	position: absolute;
	bottom: -1px;
}

.faq-list-text {
	align-self: center;
}

.vektor-people {
	max-width: 100%;
	opacity: 1;
	border-width: 46.5px;
	z-index: 2;
}

/********************************************/
/*****     10. Testimonial area css     *****/
/********************************************/

.testimonials {
	padding: 100px 0;
	background: #FFDB00;
}

.testimonials .section-title {
	text-align: right;
	margin-top: 130px;
}

.testimonials .section-title h2 {
	font-size: 28px;
}

.testimonial-single {
	text-align: center;
}

.testimonial-single figure {
	margin-bottom: 30px;
}

.testimonial-single figure img {
	border-radius: 50%;
}

.testimonial-single p {
	font-weight: 500;
	color: black;
	line-height: 1.6em;
	margin-bottom: 1.6em;
}

.testimonial-single h3 {
	color: #232322;
	font-weight: 600;
	font-size: 20px;
}

.testimonial-single h4 {
	font-size: 16px;
	color: black;
	font-weight: 400;
	font-style: italic;
}

.testimonial-pagination {
	text-align: center;
	margin-top: 20px;
}

.testimonial-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border: 2px solid black;
	background: none;
	opacity: 1;
}

.testimonial-pagination .swiper-pagination-bullet-active {
	background: black;
}

.testimoni-title {
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 34px;
	line-height: 53px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	color: #C6150F;
}

.testimoni-desc {
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 25.6px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	color: black;
}

.testimoni-header {
	max-width: 838px;
}

.testimoni {
	padding: 100px 0;
	position: relative;
	z-index: 1;
}


.vektor-testi {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.testimoni-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
}

.testimoni-card {
	gap: 1rem;
	background-color: white;
	max-width: 430px;
	min-height: 205.5px;
	padding: 28px 32px;
	border-radius: 12px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	z-index: 2;
	border-top: 1px solid #F4F4F4
}

.testi-header {
	display: flex;
	align-items: center;
	gap: 0.75rem;
}

.quote-icon {
	width: 42px;
	height: 39px;
}

.testi-name {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: capitalize;

	color: #3F4254;
}

.testi-position {
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.5px;
	text-align: justify;
	color: #A1A5B7;
}

.testi-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -0.5px;
	text-align: justify;
	color: #5E6278;
	margin: 0;
}



/*************************************/
/*****   11. Counter area css    *****/
/*************************************/

.counter {
	padding: 100px 0;
}

.counter-single {
	background: #C6150F;
	padding: 20px;
	text-align: center;
	border: 1px solid black;
	position: relative;
	transition: all 0.3s ease-in-out;
	border-radius: 32px;
}

.counter-single:after {
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	transform: scale(0, 1);
	transition: all 0.3s ease-in-out;
}

.counter-single:hover {
	box-shadow: -4px 5px 28.2px 1.8px rgba(0, 0, 0, 0.13);
}

.counter-single:hover:after {
	transform: scale(1);
}

.counter-single h3 {
	color: white;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 4px;
}

.counter-single h4 {
	color: white;
	font-size: 18px;
	font-weight: 600;
}

.counter-single p {
	color: white;
	font-size: 12px;
	margin: 0;
}

.count {
	padding: 80px;
	max-width: 1440px;
	min-height: auto;
	background-color: #ED2D27;
	position: relative;
	z-index: 1;

}

.vektor-count {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-count2 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.count-title {
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 34px;
	line-height: 53px;
	letter-spacing: -2%;
	vertical-align: middle;
	color: white;

}

.count-text {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: capitalize;
	color: #3F4254;
}

.count-card {
	max-width: 260px;
	min-height: 175px;
	opacity: 1;
	border-radius: 16px;
	background-color: #F4F4F4;
	display: flex;
	padding: 15px;
	flex-direction: column;
	justify-content: space-between;
}

.count-num {
	background-color: #FFD600;
	color: #000;
	font-weight: bold;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 1rem;
}

.count-row {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.count-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}


/****************************************/
/*****   12. Newsletter area css    *****/
/****************************************/

.newsletters {
	background: url(../images/bg.jpg) no-repeat top center fixed;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}

.newsletters:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #E35F50CC;
}

.newsletters .container {
	position: relative;
	z-index: 1;
}

.newsletters .section-title h2,
.newsletters .section-title p {
	color: #fff;
}

.newsletter-form {
	text-align: center;
	margin-bottom: 40px;
}

.newsletter-form .form-group {
	max-width: 480px;
	display: flex;
	margin: 0 auto;
}

.newsletter-form .form-control {
	border-radius: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	max-width: 320px;
	box-shadow: none;
	color: #fff;
	outline: 0;
}

.newsletter-form .form-control::-webkit-input-placeholder {
	color: #fff;
}

.newsletter-form .form-control::-moz-placeholder {
	color: #fff;
}

.newsletter-form .form-control:-ms-input-placeholder {
	color: #fff;
}

.newsletter-form .form-control:-moz-placeholder {
	color: #fff;
}

.btn-subscribe {
	background: #181C32;
	color: white;
	border: none;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-left: 20px;
	outline: 0;
	transition: all 0.3s ease-in-out;
}

.btn-subscribe:hover {
	background: #232322;
	color: #fff;
}

/****************************************/
/*****   13. Contact us area css    *****/
/****************************************/

.contact-us {
	padding: 100px 0;
	background: #181C32;
}

.contact-us p,
.contact-us h2 {
	color: #fff;
}

.contact-form .form-control {
	background: none;
	border-radius: 0;
	box-shadow: none;
	color: #acadb1;
	font-size: 14px;
	height: auto;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #fff;
	resize: none;
}

.btn-contact {
	display: inline-block;
	background: #C03A2B;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	border: none;
	letter-spacing: 0.22em;
	padding: 16px 50px;
	border-radius: 4px;
	margin-top: 30px;
	transition: all 0.3s ease-in-out;
}

.btn-contact:hover {
	background: #fff;
	color: #232322;
}

.with-errors ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: #a94442;
}

/************************************/
/*****   14. Footer area css    *****/
/************************************/

.footer-section {
	position: relative;
	z-index: 1;
}

.vektor-footer1 {
	position: absolute;
	top: 0;
	left: -20px;
	max-width: 100%;
	height: auto;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-footer2 {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 100%;
	height: 100%;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-footerm1 {
	position: absolute;
	top: 0;
	left: -20px;
	max-width: 100%;
	height: auto;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-footerm2 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-footerm1,
.vektor-footerm2 {
	display: none;
}

.vektor-footer1,
.vektor-footer2 {
	display: block;
}

footer {
	background: black;
	text-align: center;
	max-width: 100%;
	min-height: 277px;
	opacity: 1;


}

.footer-social {
	margin-bottom: 20px;
}

.footer-social a {
	display: inline-block;
	font-size: 30px;
	color: white;
	padding: 0 16px;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
	color: #9b9b9b;
}

.footer-menu {
	margin-bottom: 20px;
}

.footer-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-menu ul li a {
	display: block;
	color: white;
	padding: 0 8px;
	transition: all 0.3s ease-in-out;
	font-family: Poppins;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;

}

.footer-menu ul li a:hover {
	color: #626161;
}

.footer-about p {
	color: white;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;

}

.footer-site-info {
	margin-top: 30px;
}

.footer-site-info p {
	color: white;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
}

/************************************/
/*****    16. Video New        *****/
/************************************/

.video {
	padding: 100px;
	position: relative;
	z-index: 1;
}

.video .container {
	position: relative;
	z-index: 1;
}

.vektor-video {
	position: absolute;
	top: 100px;
	left: 0;
	max-width: 100%;
	height: auto;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;

}

.video-title {
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 34px;
	line-height: 53px;
	letter-spacing: -2%;
	vertical-align: middle;
	color: #181C32;
}

.video-header {
	padding-right: 20px;
	padding-left: 20px;
}

.video-desc {
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 25.6px;
	letter-spacing: 0px;
	vertical-align: middle;
	color: #B5B5C3;
}

.video-list {
	max-width: 287.5px;
	min-height: 166px;
	gap: 32px;
	border-radius: 16px;
	border-width: 1px;
	padding: 16px;
	border: 1px solid #D9DBE4
}

.video-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.5rem;
	padding-right: 20px;
	padding-left: 20px;
}

.video-text {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: capitalize;
	color: #3F4254;
}


/************************************/
/*****    17. Advantage       *****/
/************************************/


.advantage {
	max-width: 1440px;
	min-height: 1112px;
	position: relative;
	z-index: 1;
	background-color: #ED2D27;
	padding: 80px 60px;

}

.vektor-advt1 {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.vektor-advt2 {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 100%;
	opacity: 1;
	border-width: 46.5px;
	z-index: 0;
}

.advantage .container {
	z-index: 1;
	position: relative;
}

.advt-header {
	padding: 10px 140px;

}

.advt-title {
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 34px;
	line-height: 53px;
	letter-spacing: -2%;
	text-align: center;
	vertical-align: middle;
	color: white;
}

.advt-desc {
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 25.6px;
	letter-spacing: 0px;
	text-align: center;
	vertical-align: middle;
	color: white;
}

.advt-card {
	max-width: 361px;
	min-height: 362px;
	gap: 24px;
	border-radius: 16px;
	padding-top: 32px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 16px;
	background-color: #F4F4F4;
}

.advt-badge {
	width: 48px;
	height: 48px;
	background-color: #ED2D27;
	color: white;
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
}

.advt-text {
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0%;
	vertical-align: middle;
	text-transform: capitalize;
	color: #3F4254;
}

.advt-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;

}

/************************************/
/*****    15. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px) {
	.info-video {
		background-image: none;
	}

	.vektor-footerm1,
	.vektor-footerm2 {
		display: none;
	}

	.vektor-footer1,
	.vektor-footer2 {
		display: block;
	}

	.vektor-faqm1,
	.vektor-faqm2 {
		display: none;
	}

	.vektor-faq1,
	.vektor-faq2 {
		display: block;
	}

	.faq-banner-content {
		padding: 30px;
	}

	.banner-faq-list {
		gap: 0px;
	}

	.faq-list-text {
		padding: 20px;
	}

	.about-list2 {
		flex-direction: row;
	}

}


@media only screen and (max-width: 991px) {
	nav.navbar.bootsnav .navbar-header {
		padding-left: 0;
		padding-right: 0;
	}

	nav.navbar.bootsnav .navbar-brand {
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-collapse {
		background-color: #C6150F;
		padding: 1rem;
		border-radius: 0 0 10px 10px;

	}

	.navbar-wrap {
		margin-left: 0px;
	}

	.navbar-nav li {
		text-align: center;
		padding: 5px 0
	}

	.navbar-menu {
		justify-content: center;
		margin-left: 0px;
	}


	.side-menu img {
		width: 108px;
	}

	.section-title {
		margin-bottom: 50px;
	}

	.section-title h2 {
		font-size: 22px;
	}

	.section-title p {
		font-size: 14px;
	}

	.about {
		padding: 80px 0 40px;
	}

	.services,
	.info-video {
		padding: 40px 0 80px;
	}

	.features,
	.screenshots,
	.pricing,
	.faqs,
	.testimonials,
	.newsletters,
	.contact-us {
		padding: 80px 0;
	}

	.counter {
		padding: 80px 0 50px;
	}

	.services-single {
		padding: 0;
	}

	.info-video .section-title {
		padding-top: 0;
	}

	.video-play-box {
		margin-bottom: 30px;
	}

	.features-single .features-content h3 {
		font-size: 22px;
	}

	.features-single .features-content h3 i {
		width: 40px;
		height: 40px;
		font-size: 22px;
		line-height: 40px;
	}

	.table-pricing {
		padding: 40px 15px;
	}

	.counter-single {
		margin-bottom: 30px;
	}

	.screenshot-slider {
		padding: 40px 0;
	}

	.screenshot-slider .swiper-slide-active figure img {
		transform: scale(1);
	}

	.swiper-slide-right-text {
		margin-top: 40px;
		text-align: center;
	}

	.screen-shot-pagination {
		text-align: center;
	}

	.faqs .accordion-4 .accordion-header h4 {
		font-size: 14px;
		padding: 24px 52px 24px 20px;
	}

	.faqs .accordion-4 .accordion-body {
		padding: 0 24px 24px 24px;
	}

	.vektor-footerm1,
	.vektor-footerm2 {
		display: none;
	}

	.vektor-footer1,
	.vektor-footer2 {
		display: block;
	}

	.vektor-faqm1,
	.vektor-faqm2 {
		display: none;
	}

	.vektor-faq1,
	.vektor-faq2 {
		display: block;
	}

	.faq-banner-content {
		padding: 20px;
	}

	.banner-faq-list {
		gap: 0px;
	}

	.vektor-people {
		width: 400px;
	}

	.faq-list-text {
		padding: 10px;
	}

	.faq-banner-title {
		font-size: 40px;
	}

	.faq-banner-desc {
		font-size: 15px;
	}

	.testimoni-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.video-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.video {
		padding: 70px;
	}

	.advt-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.advt-header {
		padding: 10px 100px;
	}

	.about-list2 {
		flex-direction: row;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px) {
	nav.navbar.bootsnav .navbar-brand {
		padding-left: 15px;
		padding-right: 15px;
	}

	.navbar-collapse {
		background-color: #C6150F;
		padding: 1rem;
		border-radius: 0 0 10px 10px;

	}

	.navbar-wrap {
		margin-left: 0px;
	}

	.navbar-nav li {
		text-align: center;
		padding: 5px 0
	}

	.navbar-menu {
		justify-content: center;
		margin-left: 0px;
	}

	.header-content h2 {
		font-size: 26px;
	}

	.header-content h2 br {
		display: none;
	}

	.btn-download {
		display: block;
		width: 190px;
		margin: 10px auto;
	}

	.about .section-title {
		text-align: center;
	}

	.section-title h2 {
		font-size: 20px;
	}

	.about {
		padding: 60px 0 30px;
	}

	.services,
	.info-video {
		padding: 30px 0 60px;
	}

	.features,
	.screenshots,
	.faqs,
	.testimonials,
	.newsletters,
	.contact-us {
		padding: 60px 0;
	}

	footer {
		padding-top: 50px;
	}

	.counter {
		padding: 60px 0 30px;
	}

	.pricing {
		padding: 60px 0 30px;
	}

	.about-content p {
		font-size: 14px;
	}

	.services-single {
		margin-bottom: 30px;
	}

	.video-play-box {
		max-width: 240px;
	}

	.video-play-box .video-play-overlay a {
		font-size: 60px;
	}

	.features-single .pull-left {
		float: none !important;
	}

	.features-single .pull-right {
		float: none !important;
	}

	.features-single .features-image {
		margin-bottom: 40px;
	}

	.features-single {
		padding: 30px 0;
	}

	.table-pricing {
		margin-bottom: 30px;
	}

	.swiper-slide-right-text h3 {
		font-size: 24px;
	}

	.faq-image {
		text-align: center;
		margin-top: 0;
		margin-bottom: 40px;
	}

	.faqs .accordion-4 .accordion-header h4 {
		font-size: 14px;
		padding: 20px 50px 20px 20px;
	}

	.faqs .accordion-4 .accordion-header h4:after {
		top: 12px;
		right: 0;
	}

	.faqs .accordion-4 .accordion-body {
		padding: 0 20px 20px 20px;
	}

	.vektor-faqm1,
	.vektor-faqm2 {
		display: block;
	}

	.vektor-faq1,
	.vektor-faq2 {
		display: none;
	}


	.testimonials .section-title {
		margin-top: 0;
		text-align: center;
	}

	.newsletter-form .form-control {
		width: 100%;
		margin: 0 auto 20px;
	}

	.newsletter-form .form-group {
		display: block;
	}

	.btn-subscribe {
		margin-left: 0;
	}

	.footer-social a {
		font-size: 20px;
		padding: 0 8px;
	}

	.vektor-footerm1,
	.vektor-footerm2 {
		display: block;
	}

	.vektor-footer1,
	.vektor-footer2 {
		display: none;
	}

	.footer-about,
	.footer-site-info {
		display: none;
	}

	.faq-banner-content {
		padding: 10px;
	}

	.faq-list-text {
		text-align: center;
	}

	.banner-faq-list {
		padding: 10px;
		bottom: 100px;
	}

	.faq-banner-title {
		font-size: 40px;
	}

	.faq-banner-desc {
		font-size: 15px;
	}

	.vektor-people {
		display: none;
	}

	.testimoni-list {
		grid-template-columns: 1fr;
	}

	.count {
		padding-top: 50px;
		padding-right: 20px;
		padding-bottom: 50px;
		padding-left: 20px;
	}

	.count-content {
		display: flex;
		flex-direction: column-reverse;
		gap: 1rem;
	}

	.count-title {
		text-align: center;
		font-size: 32px;
	}

	.count-card {
		max-width: 100%;

	}

	.count-row {

		grid-template-columns: 1fr;
	}

	.video {
		padding: 20px;
	}

	.video-header {
		flex-direction: column;
	}

	.video-title {
		text-align: center;
	}

	.video-grid {

		grid-template-columns: 1fr;
	}

	.advantage {
		padding: 25px 15px;
	}

	.advt-grid {
		grid-template-columns: 1fr;

	}

	.advt-header {
		padding: 10px 50px;
	}

	.about-img {
		max-width: 100%;
	}

	.about-grid {
		max-width: 100%;
	}

	.about-list2 {
		flex-direction: column;
	}

	.header-content {
		padding: 10px 35px;
	}

	.header-image {
		margin-bottom: -150px;
	}
}