/* Fonts */
@font-face {
    font-family: 'Bebas_b';
    src: url('/fonts/BEBASNEUE.OTF') format('truetype');
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: 'Akony_b';
    src: url('/fonts/AKONY.otf') format('truetype');
    font-weight: 700;
    font-display: swap;
}

/* Main Styles */
html, body {
	overflow-x: hidden;
	font-family:"Barlow",sans-serif;
	font-weight:normal;
	font-style:normal;
	padding-right: 0 !important;
	position: relative;
}
.mask {
	overflow: hidden;
}
h1,h2,h3,h4,h5,h6 {
	color:#0b1c39;
	margin-top:0px;
	font-style:normal;
	font-weight:500;
	text-transform:normal;
}
p {
	font-size:16px;
	line-height:24px;
	margin-bottom:15px;
	font-weight:normal;
}
a,.button {
	-webkit-transition:all .3s ease-out 0s;
	-moz-transition:all .3s ease-out 0s;
	-ms-transition:all .3s ease-out 0s;
	-o-transition:all .3s ease-out 0s;
	transition:all .3s ease-out 0s;
}
a:focus,.button:focus {
	text-decoration:none;
	outline:none;
}
a {
	color:#635c5c;
}
a:hover {
	color:#fff;
}
a:focus,a:hover,.portfolio-cat a:hover,.footer -menu li a:hover {
	text-decoration:none;
}
a,button {
	color:#fff;
	outline:medium none;
}
a,button {
	color:#1696e7;
	outline:medium none;
}
button:focus,input:focus,input:focus,textarea,textarea:focus {
	outline:0;
}
input:focus::-moz-placeholder {
	opacity:0;
	-webkit-transition:.4s;
	-o-transition:.4s;
	transition:.4s;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	color:inherit;
}
ul {
	margin:0px;
	padding:0px;
}
li {
	list-style:none;
}
hr {
	border-bottom:1px solid #eceff8;
	border-top:0 none;
	margin:25px 0;
	padding:0;
}
.section-padding {
	padding-top:120px;
	padding-bottom:120px;
}

/* Preloader */
.preloader {
	background-color:rgb(2, 8, 52);
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:999999;
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s;
	margin:0 auto;
}
.preloader .preloader-circle {
	width:100px;
	height:100px;
	position:relative;
	border-style:solid;
	border-width:5px;
	border-top-color:rgb(227, 55, 39);
	border-bottom-color:transparent;
	border-left-color:transparent;
	border-right-color:transparent;
	z-index:10;
	border-radius:50%;
	-webkit-box-shadow:0 1px 5px 0 rgba(8, 8, 8, 0.15);
	box-shadow:0 1px 5px 0 rgba(8, 8, 8, 0.15);
	background-color:rgb(10, 19, 85);
	-webkit-animation:zoom 2000ms infinite ease;
	animation:zoom 2000ms infinite ease;
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s
}
.preloader .preloader-img {
	position:absolute;
	top:50%;
	z-index:200;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	display:inline-block;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	padding-top:6px;
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s
}
.preloader .preloader-img img {
	max-width:55px
}
.preloader .pere-text strong {
	font-weight:800;
	color:#dca73a;
	text-transform:uppercase
}
@-webkit-keyframes zoom {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s
}
100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s
}
}
@keyframes zoom {
	0% {
	-webkit-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s
}
100% {
	-webkit-transform:rotate(360deg);
	transform:rotate(360deg);
	-webkit-transition:.6s;
	-o-transition:.6s;
	transition:.6s
}
}
#preloader-active.hide-preloader {
	animation: hidePreloader 1s;
}
  #preloader-active.preloader-hidden {
	display: none;
}
.section-padding2 {
	padding-top:200px;
	padding-bottom:200px
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.section-padding2 {
	padding-top:200px;
	padding-bottom:200px
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding2 {
	padding-top:200px;
	padding-bottom:200px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding2 {
	padding-top:100px;
	padding-bottom:100px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding2 {
	padding-top:50px;
	padding-bottom:50px
}
}
@media (max-width: 575px) {
	.section-padding2 {
	padding-top:35px;
	padding-bottom:50px
}
}
.section-padding30 {
	padding-top:100px;
	padding-bottom:100px
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding30 {
	padding-top:150px;
	padding-bottom:120px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding30 {
	padding-top:100px;
	padding-bottom:70px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding30 {
	padding-top:70px;
	padding-bottom:20px
}
}
@media (max-width: 575px) {
	.section-padding30 {
	padding-top:70px;
	padding-bottom:20px
}
}
.footer-padding {
	padding-top:130px;
	padding-bottom:100px
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
	.footer-padding {
	padding-top:130px;
	padding-bottom:100px
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.footer-padding {
	padding-top:100px;
	padding-bottom:50px
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.footer-padding {
	padding-top:100px;
	padding-bottom:0px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.footer-padding {
	padding-top:50px;
	padding-bottom:0px
}
}
@media (max-width: 575px) {
	.footer-padding {
	padding-top:50px;
	padding-bottom:0px
}
}

/* Section Tittle */
.section-tittle {
	position:relative
}
@media (max-width: 575px) {
	.section-tittle {
	margin-bottom:0px
}
}
.section-tittle .front-text {
	position:relative;
	z-index:2
}
.section-tittle .front-text h2 {
	font-family: 'Akony_b', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 45px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #0E132A;
}
@media (max-width: 575px) {
	.section-tittle .front-text h2 {
	font-size:22px;
	line-height:1.4;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-tittle .front-text h2 {
	font-size:30px;
	line-height:1.4
}
}
.section-tittle h3 {
	font-size: clamp(2.5rem, 5vw + 1.5rem, 6rem);
	font-weight:800;
	text-transform:uppercase;
	-webkit-text-stroke:1px #dbdcdd89;
	-webkit-text-fill-color:transparent;
	margin:0;
	line-height:1;
	position:absolute;
	transform:translate(5%, -140%);
	right:0;
	left:12px;
}
@media (max-width: 992px) {
	.section-tittle span.back-text {
	transform:translateY(-156%);
}
}
@media (max-width: 576px) {
	.section-tittle span.back-text {
	transform:translateY(-176%);
}
}
@media (max-width: 395px) {
	.section-tittle span.back-text {
	transform:translateY(-196%);
}
}

/* Top Menu */
.navbar {
	background: #0E132A;
	height: 69px;
	z-index: 999;
}
.navbar-brand img {
	width:210px;
}
.small-logo {
	height: 50px;
}
.nav-link {
	font-family: 'Bebas_b';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.04em;
	color: #fff;
}
.nav-link:hover {
	color: #E33627;
}
.nav-link:focus {
	color: #FFFFFF !important;
}
.nav-item:focus {
	color: #E33627;
}
.navbar-nav .nav-item:not(:last-child) {
	margin-right: 14px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #E33627;
	text-decoration: underline;
} 
.navbar-toggler, .navbar-toggler:active, .navbar-toggler:focus {
	box-shadow: none;
	border: none;
	outline: none;
}
.dropdown-toggle::after {
	display: none;
}
.dropdown-toggle .bi::before {
	margin-left: 5px;
	font-size: 0.6em;
	transition: transform 0.3s;
}
.dropdown-toggle[aria-expanded="true"] .bi::before {
	transform: rotate(180deg);
}
.dropdown-menu {
	background: #262533;
	position: absolute;
 }
 .dropdown-item {
	font-family: 'Bebas_b', sans-serif;
	letter-spacing: 0.9px;
	color: #fff !important;
  }
  .dropdown-item:hover, .dropdown-item:active  {
	color: #E33627 !important;
	background-color: #fff !important;
  }
  .offcanvas a {
	font-family: 'Bebas_b', sans-serif;
	text-decoration: none;
	font-size: 18px;
	color:#fff;
  }
  .offcanvas a:hover {
	color: #E33627;
  }
  .offcanvas .dropdown-item {
	font-size: 14px;
  }
  @media (max-width:366px) {
	.offcanvas .dropdown-item {
	  font-size: 12px;
	}
  }
  #navbar-main.navmain-fixed-top {
	position: fixed;
	top: 0;
	z-index: 999;
	background-color: #0e132ab0;
	width: 100%;
  }  
.contacts-top a {
	font-family: 'Bebas_b', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.04em;
	text-decoration: none;
	color: #FFFFFF;
}
@media (max-width: 976px) {
	.navbar-brand img {
	width: 180px;
}
}
@media (max-width: 768px) {
	.header-main {
	background-image: url(/img/hero-bg-mobile.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	}
	#bgvid {
	  display: none;
  }
}
@media (max-width: 404px) {
.contacts-top a {
	font-size: 12px;
}
}

/* Hero */
.container-fluid.hero-title {
	height: calc(100vh - 69px);
	position: relative;
    z-index: 1;
	margin-top:-1px;
	padding-top: 5%;
}
.hero-title::before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index: 2;
    background-color: rgba(2, 8, 52, 0.575);
}
.hero-text {
	position: relative;
	z-index: 3;
	/* margin-top:  4%; */
}
.hero-text h2 {
	font-family: 'Akony_b', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: clamp(3rem, 0.5rem + 14.8148vw, 10rem);
	line-height: 295px;
	color: rgba(227, 54, 39, 0.8);
	-webkit-text-stroke: 1px #fff;
}
.hero-text h3 {
	margin-top: -5rem;
	font-style: normal;
	font-weight: 600;
	font-size: clamp(1.6rem, 1.1481rem + 3.2593vw, 3rem);
	line-height: clamp(1.5rem, 1.3333rem + 3.3333vw, 3.25rem);
	letter-spacing: 0.02em;
	text-transform: uppercase;
	text-align: center;
	color: #D9D9D9;
}
.btn-hero {
	position:relative;
    padding: 16px 5px;
    width: 320px;
    height: 60px;
    background: #E33627;
    border-radius: 10px;  
    font-family: 'Bebas_b', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFFFFF;
	border: 1px solid #fff;
	box-shadow: inset 0 0 0 0 #770101;
  	transition: ease-out 0.5s;
}
.btn-hero:hover {
	box-shadow: inset 0 0 0 50px #770101;
}
@media (max-width:576px) {
	.btn-hero {
		width:300px;
	}
}

/* About */
.contact-with-area {
	position: relative;
	z-index: 1;
	padding-top:150px;
	padding-bottom:250px;
	background-image: url(/img/about-bg.webp);
	background-attachment: fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
.contact-with-area::before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index: 2;
    background-color: rgba(0, 35, 91, 0.8);
}
.contact-with-area::after {
	position:absolute;
	content:"";
	background-image:url(/img/arrow_testimonial.png);
	left:0;
	right:0;
	bottom:0;
	z-index: 5;
	height:40px;
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:0px;
	animation:slide1 1s ease-in-out infinite
}
.section-tittle.section-tittle4 .front-text h2 {
	color:#fff
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.contact-with-area {
	padding-top:70px;
	padding-bottom:180px;
}
}
@media (max-width: 575px) {
	.contact-with-area {
	padding-top:70px;
	padding-bottom:180px;
}
}
.contact-us-caption {
	position: relative;
	z-index: 4;
}
.contact-with-area .contact-us-caption p {
	color:#fff;
	padding-top:20px;
	padding-bottom:20px;
}
.about-pic {
	position: absolute;
	right: 0;
	bottom: -250px;
	z-index: 3;
}
.about-pic img {
	width: 429px;
	height: 547px;
}

/* CountDown Section */
.count-area {
	position: relative;
	z-index: 4;
	margin-top:-134px;
}
.count-bg {
	background-color: #E33627;
}
.count-wrapper {
	padding: 60px 60px;
}
.count-block:not(:last-child) {
	border-right: 1px solid #fff;
}
.count-area .count-clients {
	display:flex;
	justify-content:center;
	align-items:center;
}
.count-area .count-clients .single-counter {
	display:flex;
	align-items: center;
}
.count-area .count-clients .single-counter:last-child {
	margin-right:0px;
}
.count-area .count-clients .single-counter .count-number {
	display: flex;
	align-items: center;
}
.count-area .count-clients .single-counter .count-number span {
	font-style: normal;
	font-weight: 700;
	font-size: 55px;
	line-height: 82px;
	color: #FFFFFF;
	position: relative;
}
.count-area .count-clients .single-counter .count-number sup {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 82px;
	color: #FFFFFF;
	position:absolute;
	top: -18px;
}
.count-area .count-clients .single-counter p {
	font-size:14px;
	font-weight:300;
	line-height:1;
	margin:0;
	padding:0;
}
.count-area .count-clients .single-counter .count-text {
	padding-left:20px;
}
.count-area .count-clients .single-counter .count-text p {
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.count-area .count-clients .single-counter .count-text h5 {
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 43px;
	color: #FFFFFF;
}
@media (max-width: 1400px) {
	.count-wrapper {
		padding: 60px 20px;
	}
}
@media (max-width: 1200px) {
	.count-wrapper {
		padding: 20px 20px;
	}
	.count-block:nth-child(1) {
		border: none;
	}
}
@media (max-width: 992px) {
	.count-block {
		border-right: none !important;
	}
}
@media (max-width: 478px) {
	.count-wrapper {
		padding: 20px 5px;
	}
	.count-area .count-clients .single-counter .count-number span {
		font-size: 32px;
	}
	.count-area .count-clients .single-counter .count-number span sup {
		font-size: 16px;
	}
	.count-area .count-clients .single-counter .count-text p {
		font-size: 14px;
	}
	.count-area .count-clients .single-counter .count-text h5 {
		font-size: 20px;
	}
}
@media (max-width:353px) {
	.count-area .count-clients .single-counter .count-text h5 {
		font-size: 16px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.count-area .col-lg-4:nth-child(1) .count-clients .single-counter,.count-area .col-lg-4:nth-child(2) .count-clients .single-counter {
	padding-bottom:0px;
	text-align:center
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.count-area .col-lg-4:nth-child(1) .count-clients .single-counter,.count-area .col-lg-4:nth-child(2) .count-clients .single-counter {
	padding-bottom:0px;
	text-align:center
}
}
@media (max-width: 575px) {
	.count-area .col-lg-4:nth-child(1) .count-clients .single-counter,.count-area .col-lg-4:nth-child(2) .count-clients .single-counter {
	padding-bottom:0px;
	text-align:center
}
}

/* Services */
.services-area1 .single-service-cap {
	overflow:hidden;
}
.services-area1 .single-service-cap .service-img {
	overflow:hidden;
}
.services-area1 .single-service-cap .service-img img {
	width:100%;
	height: 260px;
	transform:scale(1);
	-webkit-transition:all .5s ease-out 0s;
	-moz-transition:all .5s ease-out 0s;
	-ms-transition:all .5s ease-out 0s;
	-o-transition:all .5s ease-out 0s;
	filter: grayscale(100%); 
	transition:all .5s ease-out 0s;
}
.services-area1 .single-service-cap .service-cap {
	padding:20px 20px;
	background:#fcfdff;
}
.services-area1 .single-service-cap .service-cap h4 {
	margin-bottom:30px;
}
.services-area1 .single-service-cap .service-cap h4 a {
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
	color: #0E132A;
	text-decoration: none;
}
@media (max-width: 1200px) {
	.services-area1 .single-service-cap .service-cap h4 a {
	font-size:18px;
}
}
.services-area1 .single-service-cap .service-cap h4 a:hover {
	color:#E33627;
}
.services-area1 .single-service-cap .service-icon img {
	width:100%;
}
.single-service-cap:hover .service-img img {
	transform:scale(1.1);
	filter: none;
}
.single-service-cap:hover .more-btn i {
	color:#fff;
	background:#E33627;
}
.more-btn {
	color:#0E132A;
	font-size:14px;
	font-weight:500;
	display:block;
	margin-bottom:10px;
}
.more-btn i {
	color:#0E132A;
	background:transparent;
	width:38px;
	height:38px;
	display:inline-block;
	line-height:38px;
	text-align:center;
	font-size:15px;
	margin-left:10px;
	-webkit-transition:all .4s ease-out 0s;
	-moz-transition:all .4s ease-out 0s;
	-ms-transition:all .4s ease-out 0s;
	-o-transition:all .4s ease-out 0s;
	transition:all .4s ease-out 0s
}
.more-btn:hover {
	color:#0E132A
}
.more-btn:hover i {
	color:#fff;
	background:#E33627
}

/* Stages Start */
.stages-area .accordion .accordion-item {
	background-color: rgba(134, 140, 152, 0.1) !important;
	border-radius: 10px;
	border: 0;
}
.stages-area .accordion .accordion-item .accordion-button {
	background-color: rgba(134, 140, 152, 0.1);
	padding:20px 16px 10px 16px;
	box-shadow: none;
	border: 0;
}
.accordion-button::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
	transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.stages-area .accordion .accordion-item .accordion-button p {
	margin-bottom: 0;
}
.stages-area .accordion .accordion-item .accordion-body {
	background-color: rgba(134, 140, 152, 0.1);
}
.stage-num {
	font-weight: 700;
	font-size: 32px;
	line-height: 39px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #E33627;
}
.stage-title {
	font-weight: 700;
	font-size: 28px;
	color: #333333;
}
@media (max-width: 478px){
	.stage-title {
	font-size: 18px;
	}
}
@media (max-width: 404px){
	.stage-title {
	font-size: 16px;
	}
}
.stage-list {
	margin-left: 5.5rem;
}
@media (max-width:768px) {
	.stage-list {
		margin-left: 20px;
	}
}
.stage-list li {
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.02em;
	color: #000000;
	list-style: disc;
	margin-bottom: 15px;
}
.stage-img {
	width: 508px;
	height: 191px;
	border-radius: 10px;
	overflow: hidden;
}
.stages-area .accordion .accordion-item .accordion-body img {
	width: 508px;
	border-radius: 10px;
	filter: grayscale(100%);
	transform:scale(1);
	transition:all .5s ease-out 0s;
}
.stages-area .accordion .accordion-item:hover .stage-img img {
	transform:scale(1.1);
	filter: none;
}
@media (max-width: 1200px) {
	.stage-img {
		width: 400px;
	}
}
@media (max-width: 992px) {
	.stage-img {
		width: 508px;
	}
}

/* Contact Form */
.form-contact-area {
	position: relative;
	z-index: 1;
	padding-top:92px;
	padding-bottom:60px;
	background-image: url(/img/contact-form-bg.webp);
	background-attachment: fixed;
	background-size:cover;
	background-repeat:no-repeat;
}
.form-contact-area::before {
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index: 2;
    background-color: rgba(0, 35, 91, 0.8);
}
.form-contact-area::after {
	position:absolute;
	content:"";
	background-image:url(/img/arrow_testimonial.png);
	left:0;
	right:0;
	bottom:0;
	z-index: 5;
	height:28px;
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:0px;
	animation:slide1 1s ease-in-out infinite
}
.contact-form-title {
	font-family: 'Bebas_b', sans-serif;
	margin-top:52px;
	font-weight: 500;
	font-size: 28px;
	line-height: 40px;
	letter-spacing: 1px;
	color: #FFFFFF;
}
@media (max-width: 1200px) {
	.contact-form-title {
	width: 100% !important;
	}
}
@media (max-width: 992px) {
	.contact-form-title {
	font-size: 22px;
	}
}
@media (max-width: 768px) {
	.contact-form-title {
		font-size: 20px;
		text-align: center;
		margin-top: 2rem;
	}
	.form-wrapper {
		padding: 0 !important;
	}
}
.form-contact {
	background-color: #03013528;
	padding: 19px 19px;
}
.form-contact .form-control {
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	border-radius:0px;
	height:48px;
	font-size:13px;
	background:transparent;
}
.form-contact .form-control:focus {
	outline:0;
	background-color: #01032f9f;
	color: #fff;
	font-size: 14px;
	box-shadow:none;
}
.form-contact .form-control::placeholder {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: rgba(255, 255, 255, 0.5);
}
#btn-footer {
	width: 300px;
	height: 34px;
	background: #E33627;
	border-radius: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 0px;
	letter-spacing: 3px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.footer-form-terms {
	line-height: 16px;
	font-size: 10px;
	color: #fff;
}
@media (max-width: 576px) {
	.form-contact {
		padding: 19px 10px;
	}
}

/* Map */
.map {
	filter: grayscale(100%);
	transition: filter .2s ease-in-out;
}
.map:hover {
	filter: none;
}
.contacts-bottom {
	font-family: 'Bebas_b', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
.contacts-bottom a {
	color: #333333;
	text-decoration: none;
}
@media (max-width:992px) {
	.contacts-bottom {
		font-size: 22px;
	}
	.map {
		height: 250px !important;
		margin-bottom: 28px;
	}
}
@media (max-width:429px) {
	.contacts-bottom {
		font-size: 18px;
	}
}
@media (max-width:370px) {
	.contacts-bottom {
		font-size: 16px;
	}
}

/* Footer */
.footer-area {
	background:#0E132A;
	padding-top: 130px;
	position:relative;
	overflow:hidden
}
.footer-area::after {
	position:absolute;
	content:"";
	background-image:url(/img/arrow_testimonial.png);
	left:0;
	right:0;
	top:0;
	height:30px;
	background-repeat:no-repeat;
	background-size:cover;
	margin-left:0px;
	animation:slide1 1s ease-in-out infinite
}
@keyframes slide1 {
	0%,100% {
	transform:translate(0, 0)
}
50% {
	transform:translate(5px, 0);
	-webkit-transform:translate(5px, 0);
	-moz-transform:translate(5px, 0);
	-ms-transform:translate(5px, 0);
	-o-transform:translate(5px, 0)
}
}
@media (max-width: 400px) {
	.footer-logo img {
		width: 130px;
	}
	}
.footer__bottom {
	padding-top: 64px;
	padding-bottom: 24px;
}
.footer__bottom p {
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #FFFFFF;
}
.footer__bottom p a {
	color: #FFFFFF;
}
.section-footer__subtitle {
	font-family: 'Bebas_b',sans-serif;
	font-weight: 600;
	font-size: 28px;
	line-height: 32px;
	color: #FFFFFF;
}
.footer__link li {
	cursor: pointer;
	margin-bottom: 10px;
}
.footer__link li:hover {
	text-decoration: underline;
	color: #e3e5ea;
}
.footer__link li a {
	font-family: 'Bebas_b',sans-serif;	
	font-weight: 300;
	font-size: 14px;
	color: #868C98;
	line-height: 0;
	text-decoration: none;
}
.footer__link li a:hover {
	color: #e3e5ea;
}
.footer__title {
	font-family: 'Bebas_b',sans-serif;
	font-weight: 700;
	font-size: 35px;
	line-height: 42px;
	color: #FFFFFF;
}
@media (max-width: 992px) {
	.footer__title {
		font-size: 28px;
		}
	.section-footer__subtitle {
		font-size: 22px;
		}
	.footer__bottom {
		padding-top: 1rem;
		}
}
.single-services .details-img img {
	width:100%
}
.single-services .details-caption h3 {
	font-size:36px;
	font-weight:700;
	line-height:1.2;
	font-family:"Teko",sans-serif
}
.container-fluid.hero-inner-title {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.secondary-page h2 {
	font-family: 'Akony_b', sans-serif;
	color: white;
	text-align: center;
	letter-spacing: 2px;
	margin-bottom: 2rem;
	font-size: clamp(1.1rem, 2.8571vw + .4286rem, 3rem);
	line-height: 50px;
	color: rgba(227, 54, 39, 0.8);
	-webkit-text-stroke: 1px #fff;
}
.secondary-page h3 {
	margin-top: 1rem;
	font-size: clamp(1rem, 0.7857rem + 1.0714vw, 1.75rem);
	font-weight: 800;
	color: white;
	text-align: center;
	letter-spacing: 2px;
	font-weight: 400;
	line-height: 1.3;
}
.agree-header {
	margin-bottom: 0 !important;
}
.hero-text .mask .error-title {
	font-size: clamp(3rem, 0.5rem + 14.8148vw, 10rem);
}
.service-content ul li {
	position: relative;
	padding-left: 5px;
	font-size: 18px;
}
.service-content ul li::before {
	content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #eb0707;
    position: absolute;
    left: -13px;
    top: 7px;
    background: #fff;
}
.service-content ul li:not(:last-child)::after {
	content: '';
    display: block;
    width: 2px;
    height: 100%;
    border-left: 1px dashed #eb0707;
    position: absolute;
    left: -9px;
    top: 17px;
}
/* Modal Windows */
#mainModal {
	padding-right: 0 !important;
}
.modal-content {
    background: #161E46;
    color: #fff;
}
.modal-header h1 {
    font-size: 24px;
	color: #fff;
}
.modal-form input {
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  height: 40px;
  font-size: 13px;
  color: #8f8f8f;
}
.modal-form .big-input {
  height: 80px;
}
.modal-footer .btn-modal {
  font-size: 1rem;
  height: 42px;
 }
 .modal-footer .btn-modal2 {
	width: 150px;
}

/* Back To Top Button */
#btn-back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 50%;
	border: 2px solid #E33627;
	background-color: transparent;
	width: 40px;
	height: 40px;
	display: none;
	z-index: 999;
}
#btn-back-to-top .bi {
	color: #E33627;
}
