.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

@font-face {
	font-family: "Font Awesome 5 Brands";
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url("../fonts/fa-brands-400.eot");
	src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family: "Font Awesome 5 Brands";
}

@font-face {
	font-family: "Font Awesome 5 Duotone";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("../fonts/fa-duotone-900.eot");
	src: url("../fonts/fa-duotone-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-duotone-900.woff2") format("woff2"), url("../fonts/fa-duotone-900.woff") format("woff"), url("../fonts/fa-duotone-900.ttf") format("truetype"), url("../fonts/fa-duotone-900.svg#fontawesome") format("svg");
}

.fad {
	position: relative;
	font-family: "Font Awesome 5 Duotone";
	font-weight: 900;
}

.fad:before {
	position: absolute;
	color: var(--fa-primary-color, inherit);
	opacity: 1;
	opacity: var(--fa-primary-opacity, 1);
}

.fad:after {
	color: var(--fa-secondary-color, inherit);
	opacity: .4;
	opacity: var(--fa-secondary-opacity, .4);
}

.fa-swap-opacity .fad:before,
.fad.fa-swap-opacity:before {
	opacity: .4;
	opacity: var(--fa-secondary-opacity, .4);
}

.fa-swap-opacity .fad:after,
.fad.fa-swap-opacity:after {
	opacity: 1;
	opacity: var(--fa-primary-opacity, 1);
}

.fad.fa-inverse {
	color: #fff;
}

.fad.fa-stack-1x,
.fad.fa-stack-2x {
	position: absolute;
}

.fad.fa-stack-1x:before,
.fad.fa-stack-2x:before,
.fad.fa-fw:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url("../fonts/fa-light-300.eot");
	src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url("../fonts/fa-regular-400.eot");
	src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

@font-face {
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url("../fonts/fa-solid-900.eot");
	src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
}

.fa-check-circle:before {
	content: "\f058";
}

body {
	font-size: 17px;
	line-height: 20px;
	font-family: "Fira Sans", sans-serif;
	margin: 0;
}

.wrapper {
	overflow: hidden;
	position: relative;
}

a,
button {
	text-decoration: none;
	-webkit-transition: color .4s ease , background .4s ease , opacity .4s ease , visibility .4s ease;
	transition: color .4s ease , background .4s ease , opacity .4s ease , visibility .4s ease;
}

.btn {
	box-shadow: none !important;
	padding: 0;
}

p {
	margin: 0 0 27px;
}

.header {
	position: relative;
	padding: 30px 0 26px;
}

.header .logo {
	width: 304px;
	margin: 0 26px 0 0;
}

.header .logo img {
	display: block;
	width: 100%;
	height: auto;
}

.header .tell {
	text-align: center;
}

.header .tell .text {
	display: block;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #54595f;
	margin: 0 0 3px;
}

.header .tell .tell-no {
	color: #54595f;
	font-size: 28px;
	line-height: 34px;
	font-weight: 800;
}

.logo-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 5px 0 -5px;
}

.logo-list li {
	padding: 0 5px;
}

.tagline {
	background: #54595f;
	padding: 3px 8px 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	color: #fff;
}

.tagline .icon {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
}

.tagline .icon img {
	display: block;
}

.banner-area {
	position: relative;
	padding: 70px 0 78px;
	background: url(../images/image1.jpg) no-repeat;
	background-size: cover;
}

.banner-area .form-holder {
	max-width: 737px;
	margin: 0 auto;
	padding: 41px 40px 78px;
	background: -webkit-linear-gradient(top, #001c84 0%, #020000 67%);
	background: linear-gradient(180deg, #001c84 0%, #020000 67%);
	color: #fff;
	position: relative;
	left: -7px;
}

.banner-area h1 {
	font-weight: 700;
	font-size: 38px;
	line-height: 42px;
	margin: 0 -10px 41px;
	text-align: center;
	font-family: "Roboto", sans-serif;
}

.banner-area h1 strong {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #40e200;
}

.banner-area h2 {
	font-size: 33px;
	line-height: 41px;
	color: #e4e800;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 19px;
}

.form {
	position: relative;
}

.form .form-group {
	margin: 0 0 12px;
}

.form .form-control {
	width: 100%;
	background: #fff;
	border: none !important;
	border-radius: 23px;
	height: 46px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: grey !important;
	padding: 12px 25px;
	outline: none !important;
	box-shadow: none !important;
}

.form .form-control:focus,
.form .form-control:active {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.form .submit {
	display: block;
	width: 100%;
	height: 46px;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 46px;
	padding: 0 20px 0 0;
	border-radius: 23px;
	background: #d10e15;
	border: none;
	margin: 0 0 22px;
	outline: none;
}

.form .text {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
	font-weight: 700;
	display: block;
}

.counter-bar {
	background: #54595f;
	color: #fff;
	padding: 12px 0;
}

.counter-bar .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.counter-bar .title {
	display: block;
	font-size: 38px;
	line-height: 42px;
	font-weight: 700;
	margin-right: 30px;
}

.countdown {
	list-style: none;
	padding: 0;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-transform: uppercase;
}

.countdown li {
	margin: 0 5px;
	width: 55px;
	height: 55px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #3b3b3b;
}

.countdown .number {
	display: block;
	width: 100%;
	text-align: center;
	color: #d10e15;
	font-size: 31px;
	line-height: 31px;
}

.countdown .text {
	color: #3b3b3b;
	font-size: 11px;
	line-height: 12px;
	display: block;
	width: 100%;
	text-align: center;
}

.main {
	padding: 52px 0;
}

.main .content {
	padding: 0 0 0 15px;
}

.main .sidebar {
	margin-left: 74px;
}

.content .heading {
	padding: 20px 0;
	border-top: 2px solid #b5b5b5;
	border-bottom: 2px solid #b5b5b5;
	margin: 0 0 22px;
}

.content .heading h2 {
	font-size: 31px;
	line-height: 33px;
	margin: 0;
	color: #0729c1;
	text-align: center;
	font-weight: 700;
}

.content .holder {
	position: relative;
	margin: 0 0 110px;
}

.content .holder-stoprepo {
	position: relative;
	margin: 0 0 50px;
}

.content .holder h2 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #d10e15;
	margin: 0 0 19px;
}

.content .holder p {
	margin: 0 0 23px;
}

.features-box {
	overflow: hidden;
	background: #f1f1f1;
	margin: 0 0 26px;
}

.features-box .heading {
	position: relative;
	background: #54595f;
	font-size: 27px;
	line-height: 33px;
	padding: 15px 25px 15px 15px;
	color: #fff;
	text-align: center;
}

.features-box .heading .alert {
	position: absolute;
	right: -34px;
	top: 22px;
	background: #f93e3e;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	padding: 0 28px;
	-webkit-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	transform: rotate(40deg);
	font-family: "Roboto",Sans-serif;
	font-weight: 500;
}

.features-box .holder {
	padding: 36px 85px 30px;
	text-align: center;
}

.features-box-stoprepo .holder {
	padding: 36px 19px 30px;
	text-align: center;
}

.features-box .holder h2 {
	font-size: 68px;
	line-height: 72px;
	color: #0729c1;
	margin: 0;
}

.features-box .holder .info-text {
	display: block;
	color: #3b3b3b;
	font-size: 17px;
	line-height: 20px;
	margin: 0 0 27px;
	letter-spacing: .7px;
}

.features-box .holder ul {
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 20px;
	list-style: none;
	color: #7a7a7a;
	text-transform: uppercase;
}

.features-box .holder ul li {
	padding: 14px 0;
	border-top: 2px solid #cecece;
}

.features-box .holder ul li:first-child {
	border: none;
}

.features-box .holder ul .fa-check-circle {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	color: #7a7a7a;
}

.features-box .holder .btn {
	display: block;
	color: #fff;
	width: 285px;
	height: 48px;
	font-weight: 700;
	font-size: 18px;
	line-height: 48px;
	background: #f93e3e;
	border-radius: 4px;
	margin: 11px auto 13px;
}

.features-box .holder .text {
	font-size: 13px;
	line-height: 15px;
	color: #3b3b3b;
	font-family: "Roboto",Sans-serif;
	font-weight: 400;
}

.btn-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	padding: 28px 0 32px;
	border-top: 2px solid #cecece;
	border-bottom: 2px solid #cecece;
	margin: 0 0 47px;
}

.btn-holder li {
	width: 46.5%;
}

.btn-holder .btn {
	display: block;
	width: 100%;
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	color: #3b3b3b;
	padding: 19px 15px;
	background: #d8d8d8;
	text-align: center;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.info-box {
	position: relative;
	margin: 0 0 19px;
}

.info-box h2 {
	background: #d10e15;
	color: #fff;
	font-size: 40px;
	line-height: 46px;
	padding: 15px 30px;
	margin: 0;
	text-align: center;
}

.info-box .form {
	background: -webkit-linear-gradient(315deg, #001f95 0%, #020209 100%);
	background: linear-gradient(135deg, #001f95 0%, #020209 100%);
	padding: 19px 40px 12px;
}

.info-box .form .form-control {
	border-radius: 0;
	padding: 12px 16px;
}

.info-box .form .submit {
	border-radius: 0;
	background: #fef200;
	color: #000;
	outline: none;
}

.privacy {
	text-align: center;
	font-size: 12px;
	line-height: 19px;
	font-weight: 700;
	color: #4a4a4a;
	margin: 0 0 134px;
	padding: 0 10px;
}

.testimonials-area {
	text-align: center;
}

.testimonials-area .title {
	display: block;
	font-size: 22px;
	line-height: 25px;
	color: #000;
	font-weight: 800;
	margin: 0 0 20px;
}

.testimonials-area blockquote {
	margin: 0;
	padding: 0;
}

.testimonials-area q {
	display: block;
	quotes: none;
	max-width: 353px;
	font-size: 21px;
	font-weight: 500;
	font-style: italic;
	line-height: 33px;
	color: #54595f;
	margin: 0 auto 24px;
}

.testimonials-area cite {
	display: block;
	color: #6ec1e4;
}

.testimonials-area cite .name {
	display: block;
	font-size: 17px;
	line-height: 20px;
	color: #54595f;
	margin-bottom: 5px;
}

.about-area {
	position: relative;
	background: url(../images/bg-section.jpg) no-repeat #121019;
	background-size: cover;
}

.about-area .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-area .image {
	margin-top: -56px;
	margin-right: -13px;
	margin-left: -82px;
	width: 513px;
}

.about-area .image img {
	display: block;
}

.about-area .description {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	text-align: center;
	margin: 0 0 23px;
}

.about-area .description h2 {
	font-size: 50px;
	line-height: 54px;
	color: #54595f;
	margin: 0 0 59px;
}

.about-area .countdown {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 40px;
}

.about-area .btn {
	display: block;
	background: #0729c1;
	color: #fff;
	max-width: 463px;
	margin: 0 auto;
	border: 4px solid #7f7f7f;
	border-radius: 9px;
	font-size: 27px;
	line-height: 30px;
	text-transform: uppercase;
	padding: 22px 10px;
	font-weight: 700;
	outline: none;
}

.about-area .btn:hover,
.about-area .btn:focus,
.about-area .btn:active {
	background: none;
	border-color: #f6a623;
	color: #f6a623;
}

.footer {
	position: relative;
}

.footer-holder {
	padding: 78px 0 7px;
	background: url(../images/bg-section2.jpg) no-repeat #121019;
	background-size: cover;
	color: #fff;
}

.footer-holder .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-holder .description {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 12px;
	line-height: 15px;
}

.footer-holder .info {
	width: 390px;
	margin: 0 auto;
}

.footer-holder .address {
	margin: 0 0 34px;
	font-style: normal;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
}

.footer-holder .tell {
	display: block;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	padding: 13px 0 21px 47px;
	font-size: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0 0 25px;
}

.footer-holder .text {
	font-size: 13px;
	line-height: 16px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	display: block;
}

.testimonials-slider {
	padding: 0 0 43px;
	position: relative;
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

/* Slick slider styles */

.testimonials-slider {
	cursor: grabbing;
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.testimonials-slider .slick-track,
.testimonials-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.slick-arrow {
	position: absolute;
	left: 0;
	top: 30px;
	color: rgba(238, 238, 238, .9);
	font-size: 20px;
}

.slick-arrow.slick-next {
	left: auto;
	right: 0;
}

.slick-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	margin: 0;
}

.slick-dots li {
	position: relative;
	padding: 0 10px 0 0;
}

.slick-dots li.slick-active button {
	background: #000;
}

.slick-dots button {
	font-size: 0;
	line-height: 0;
	width: 8px;
	height: 8px;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	border: none;
	background: #ccc;
	outline: none;
	border-radius: 50%;
	border: none;
	padding: 0;
}

.slick-dots button:hover {
	background: #000;
}

.banner-area h1 strong svg {
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% + 2px);
	height: calc(100% + 15px);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: visible;
}

.banner-area h1 strong svg path {
	stroke: #61ce70;
	stroke-width: 9;
	fill: none;
	stroke-dasharray: 1500;
	-webkit-animation: elementor-headline-dash 10s infinite;
	animation: elementor-headline-dash 10s infinite;
}

.banner-area h1 strong svg {
	top: auto;
	left: auto;
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-107%, -16%);
}

.banner-area-stoprepo h1 strong svg {
	top: auto;
	left: auto;
	-webkit-transform: translate(-100%);
	-ms-transform: translate(-100%);
	transform: translate(-103%, -16%) !important;
}

.form .submit:active,
.form .submit:focus,
.form .submit:hover {
	-webkit-animation-name: elementor-animation-wobble-skew;
	animation-name: elementor-animation-wobble-skew;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.btn-holder .btn:active,
.btn-holder .btn:focus,
.btn-holder .btn:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.header .tell .tell-no a {
	display: none;
}

.desc-mob {
	display: none;
}

body {
	min-width: 320px;
}

@media (min-width: 768px) {
	.about-area .countdown li {
		width: 110px;
		height: 110px;
		margin: 0 11px;
	}

	.about-area .countdown .number {
		font-size: 62px;
		line-height: 62px;
	}

	.about-area .countdown .text {
		font-size: 22px;
		line-height: 22px;
		font-weight: 600;
	}
}

@media (max-width: 1230px) {
	.features-box .holder {
		padding: 35px 60px 30px;
	}

	.header .tell .text {
		font-size: 12px;
	}

	.about-area .image {
		width: 400px;
		margin-left: -40px;
	}

	.about-area .image img {
		width: 100%;
		height: auto;
		display: block;
	}

	.about-area .description h2 {
		font-size: 40px;
		line-height: 44px;
	}

	.main .sidebar {
		margin-left: 0;
	}
}

@media (max-width: 1023px) {
	.desc-mob {
		display: block;
	}

	.desc-mob p {
		font-size: 10px;
		text-align: center;
	}

	.header .logo {
		width: 250px;
	}

	.logo-list {
		display: none;
	}

	.main .content {
		margin: 0;
		padding: 0;
	}

	.main .sidebar {
		width: 100%;
		margin: 0;
	}

	.content .holder {
		margin: 0 0 50px;
	}

	.privacy {
		margin: 0 0 50px;
	}

	.about-area .image {
		display: none;
	}

	.about-area .description {
		padding: 50px 0;
	}

	.about-area .description h2 {
		margin: 0 0 15px;
	}

	.footer-holder {
		padding: 40px 0;
	}

	.footer-holder .description {
		display: none;
	}

	.footer-holder .info {
		margin: 0 auto;
	}

	.footer-holder .info {
		width: calc(100% - 40px);
	}
}

@media (max-width: 767px) {
	.banner-area h1 span.text2 {
		display: none;
	}

	.banner-area h1 span.text {
		display: block;
	}

	.banner-area h2 {
		display: none;
	}

	.header .logo {
		margin: 0 50px 10px;
	}

	.header {
		padding: 10px 0;
	}

	.header .tell .text {
		display: none;
	}

	.header .tell .tell-no span {
		display: none;
	}

	.header .tell {
		display: block;
		width: 100%;
	}

	.header .tell .tell-no a {
		padding: 11px 11px 11px 11px;
		display: block;
		background-color: #07a;
		border-style: solid;
		border-width: 0 0 0 0;
		border-color: #fff;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
		color: #fff;
		font-family: "Helvetica",Sans-serif;
		font-size: 20px;
		line-break: 22px;
		font-weight: 700;
		width: 100%;
	}

	.header .tell .tell-no a:hover {
		text-decoration: none;
		opacity: .75;
	}

	.banner-area {
		padding: 0;
	}

	.banner-area .form-holder {
		left: 0;
		padding: 35px 15px 30px;
		margin: 0 -15px;
	}

	.banner-area h1 {
		font-size: 23px;
		line-height: 31px;
		margin: 0 0 20px;
		text-transform:uppercase
	}

	.banner-area h2 {
		font-size: 20px;
		line-height: 24px;
	}

	.form .form-control {
		font-size: 14px;
	}

	.form .submit {
		font-size: 22px;
		padding: 0;
	}

	.form .text {
		padding: 0 15px;
	}

	.counter-bar .title {
		font-size: 22px;
		line-height: 28px;
		margin: 0 0 10px;
	}
	
	.counter-bar-stoprepo .title {
		font-size: 17px;
		line-height: 28px;
		margin: 0 0 10px;
	}

	.content .heading h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.content .holder h2 {
		font-size: 18px;
		line-height: 22px;
	}

	.features-box {
		margin: 0 -15px;
	}

	.features-box .heading {
		font-size: 24px;
		line-height: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.features-box .holder h2 {
		font-size: 65px;
	}

	.features-box .heading .alert {
		font-size: 13px;
		top: 24px;
		right: -30px;
	}

	.banner-area .form-holder {
		margin: 0 15px;
	}

	.sidebar {
		padding-left: 15px;
		padding-right: 15px;
	}

	.features-box .holder {
		padding: 30px 20px 30px;
	}
	
	.features-box-stoprepo .holder {
		padding: 30px 4px 30px;
	}

	.features-box .holder h2 {
		font-size: 65px;
		line-height: 70px;
	}
	
	.features-box-stoprepo .holder h2 {
		font-size: 53px;
		line-height: 70px;
	}

	.features-box .holder .info-text {
		font-size: 18px;
	}

	.btn-holder {
		margin: 0 0 30px;
	}

	.btn-holder .btn {
		font-size: 18px;
	}

	.info-box {
		margin: 0 -15px;
	}

	.info-box h2 {
		font-size: 30px;
		line-height: 34px;
	}

	.info-box .form {
		padding: 20px 15px 12px;
		margin: 0 0 15px;
	}

	.about-area .description h2 {
		font-size: 33px;
		line-height: 36px;
	}

	.about-area .btn {
		font-size: 18px;
		line-height: 30px;
		padding: 15px 5px;
	}

	.footer-holder .address {
		font-size: 12px;
	}

	.footer-holder .tell {
		font-size: 35px;
		padding-left: 0;
	}

	.slick-arrow {
		/*display: none;*/
	}
}

@-webkit-keyframes elementor-headline-dash {
	0% {
		stroke-dasharray: 0 1500;
	}

	15% {
		stroke-dasharray: 1500 1500;
	}

	85% {
		opacity: 1;
	}

	90% {
		stroke-dasharray: 1500 1500;
		opacity: 0;
	}

	to {
		stroke-dasharray: 0 1500;
		opacity: 0;
	}
}

@keyframes elementor-headline-dash {
	0% {
		stroke-dasharray: 0 1500;
	}

	15% {
		stroke-dasharray: 1500 1500;
	}

	85% {
		opacity: 1;
	}

	90% {
		stroke-dasharray: 1500 1500;
		opacity: 0;
	}

	to {
		stroke-dasharray: 0 1500;
		opacity: 0;
	}
}

@-webkit-keyframes elementor-animation-wobble-skew {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

@keyframes elementor-animation-wobble-skew {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}


/* OVERLAY LOADER STYLES */
	.logos_apart{
		text-align: center;
		/*max-width: 500px;*/
		background: #fff;
		height: 210px;
		margin-top: 40px;
		padding:10px;
	 }
	 
	 .logos_apart h4{
		margin: 0;
		font-size:24px;
		padding: 10px 0;
	 }
	 
	 .custom_overlay .overlay-content{
		height:490px;
		text-align: center;
		position: absolute;
		margin: auto;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		width: 800px;
		font-family:"Roboto",Sans-serif;
	}

	.custom_overlay .overlay-content h4{
		font-size:24px;
	}

	.custom_overlay #loader{
		position: relative;
		left: 0;
		top: 0;
		width:90px;
		height:90px;
		margin:auto;
		margin-top:30px;
	}


	 
	 #loader {
	  position: absolute;
	  left: 50%;
	  top: 50%;
	  z-index: 1;
	  width: 150px;
	  height: 150px;
	  margin: -75px 0 0 -75px;
	  border: 16px solid #f3f3f3;
	  border-radius: 50%;
	  border-top: 16px solid #3498db;
	  width: 120px;
	  height: 120px;
	  -webkit-animation: spin 2s linear infinite;
	  animation: spin 2s linear infinite;
	}

	@-webkit-keyframes spin {
	  0% { -webkit-transform: rotate(0deg); }
	  100% { -webkit-transform: rotate(360deg); }
	}

	@keyframes spin {
	  0% { transform: rotate(0deg); }
	  100% { transform: rotate(360deg); }
	}

	/* Add animation to "page content" */
	.animate-bottom {
	  position: relative;
	  -webkit-animation-name: animatebottom;
	  -webkit-animation-duration: 1s;
	  animation-name: animatebottom;
	  animation-duration: 1s
	}

	@-webkit-keyframes animatebottom {
	  from { bottom:-100px; opacity:0 } 
	  to { bottom:0px; opacity:1 }
	}

	@keyframes animatebottom { 
	  from{ bottom:-100px; opacity:0 } 
	  to{ bottom:0; opacity:1 }
	}
	.overlay {
		height: 100%;
		width: 0;
		position: fixed;
		z-index: 1060;
		top: 0;
		left: 0;
		background-color: rgb(0,0,0);
		background-color: rgba(203, 208, 216, 0.9);
		overflow-x: hidden;
		transition: 0.5s;
	}


	.overlay-content {
		position: relative;
		top: 25%;
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	.overlay a {
		padding: 8px;
		text-decoration: none;
		font-size: 36px;
		color: #818181;
		display: block;
		transition: 0.3s;
	}

	.overlay a:hover, .overlay a:focus {
		color: #f1f1f1;
	}

	.overlay .closebtn {
		position: absolute;
		top: 20px;
		right: 45px;
		font-size: 60px;
	}
	@media screen and (max-width: 768px) {
	 .custom_overlay .overlay-content{width:100% !important; height:100% !important; top:20%;}
	 .logos_apart{max-width:100%;}
	 }
	@media screen and (max-height: 450px) {
	  .overlay a {font-size: 20px}
	  .overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	  }
	}
