
html {
	font-size: 1.25vw;
	overflow-x: hidden;
	position: relative;
	min-height: 100vh;
	scroll-behavior: smooth;
}
@media screen and (min-width: 1025px) {
	html {
		font-size: 0.521vw;
	}
}

body {
	font-weight: normal;
	font-size: 2.4rem;
	position: relative;
	line-height: 1.2;
	-webkit-font-smoothing: antialised;
	scroll-behavior: smooth;
	width: 100%;
	color: white;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	z-index: 1;
	background: #1e1916;
	min-height: 100%;
}

a {
	transition: all 0.3s ease-out;
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

* {
	box-sizing: border-box;
}

html *,
html,
body *,
body {
	scrollbar-color: inherit !important;
	scrollbar-width: auto;
}
html *::-webkit-scrollbar-track,
html::-webkit-scrollbar-track,
body *::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
	box-shadow: none;
}

video,
img {
	vertical-align: top;
	height: auto;
}

.main {
	width: 100%;
	overflow-x: hidden;
}
.main__section {
	padding: 5rem 0;
}

.container {
	padding: 0 12rem;
	width: 100%;
}

.wrapper {
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	height: 100%;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}

h1 {
	font-size: 48px;
	line-height: 0.5;
	font-weight: 700;
	text-transform: uppercase;
}

h2 {
	font-size: 36px;
	line-height: 0.667;
	font-weight: 700;
	text-transform: uppercase;
}

h3 {
	font-size: 28px;
	text-transform: uppercase;
}

h4 {
	font-size: 18px;
	font-weight: 600;
}


img,
iframe,
object,
embed {
	max-width: 100%;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:hover,
a:focus,
a:active,
button {
	text-decoration: none;
	outline: none;
}
a:hover,
a:focus,
a:active {
	color: #fc730a;
}

li a {
	color: #fff;
}

a:hover,
button:hover {
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	transition: all .3s ease-in;
}
.hidden {
	display: none;
}

/* ------------------------------------------------------------------ */
/* 1. CLASSES CSS PART START
/* ------------------------------------------------------------------ */

.bg-img {
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fixed {
	position: fixed;
	left: 0;
	right: 0;
}

.fixed-top {
	top: 0;
}

.fixed-left-corner{
	bottom: 25px;
	padding-left: 25px;
}

.fixed-middle {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.fixed-bottom {
	bottom: 0;
}

.body-bg {
	background-image: url('../img/bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
}

.bg-img {
	padding: 0 20px;
	position: relative;
}


.text-light {
	font-weight: 300;
}

.primary-title {
	margin-bottom: 20px;
}

.color-white * {
	color: #fff;
}

.white-bg-1 {
	background-color: rgba(255, 255, 255, 0.4);
}
/* ------------------------------------------------------------------ */
/*BUTTON*/
/* ------------------------------------------------------------------ */

.btn {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	border: none;
	/*width: 200px;*/
	/*height: 55px;*/
	padding: 15.5px 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-orange {
	background-color: #fe4602;
	background-image: linear-gradient(141deg, #fc840d 0%, #fd6107 51%, #fe4602 75%);
	-webkit-box-shadow: 0px 3px 7px 0px rgba(39, 201, 220, 0.2);
	-moz-box-shadow: 0px 3px 7px 0px rgba(39, 201, 220, 0.2);
	box-shadow: 0px 3px 7px 0px rgba(39, 201, 220, 0.2);
	color: #fff;
}

.btn-orange:hover {
	color: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn-round {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.padding-big {
	padding: 50px 0;
}
.pt-70 {
	padding-top: 70px;
}

/* ------------------------------------------------------------------ */
/*BUTTON HOVER*/
/* ------------------------------------------------------------------ */
.btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.btn:before,
.btn:after {
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	z-index: -1;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.btn:before {
	left: 0;
}

.btn:after {
	right: 0;
}

.btn:hover:before,
.btn:hover:after {
	width: 50%;
}

.btn-orange:before,
.btn-orange:after {
	background-color: #fe4602;
}


/* ------------------------------------------------------------------ */
/* CLASSES CSS PART END
/* ------------------------------------------------------------------ */



/* ------------------------------------------------------------------ */
/*2.HEADER PART CSS START*/
/* ------------------------------------------------------------------ */

#header{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.logo {
	width: 100%;
	max-width: 70rem;
	flex-shrink: 0;
	margin: -10rem 0;
}

/* ------------------------------------------------------------------ */
/*HEADER PART CSS END*/
/* ------------------------------------------------------------------ */


/* ------------------------------------------------------------------ */
/*3.MAIN CONTENT CSS START*/
/* ------------------------------------------------------------------ */

#main-content-home {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-bottom: 80px;
}

.main-container {
	overflow: hidden;
}


/* ------------------------------------------------------------------ */
/*TITLE CSS*/
/* ------------------------------------------------------------------ */
.title{
	text-align: center;
}
.small-title{
	font-size: 3rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 6rem;
	position: relative;
	display: inline-block;
	line-height: 0;
}

.small-title::before{
	content: '';
	position: absolute;
	top: 50%;
	left: -2rem;
	height: 1px;
	width: 100rem;
	transform: translateX(-100%);
	background-color: #fff;
	opacity: 20%;
	z-index: 9;
}


.small-title::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -2rem;
	height: 1px;
	width: 100rem;
	transform: translateX(100%);
	background-color: #fff;
	opacity: 20%;
	z-index: 9;
}

.main-title{
	font-size: 70px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 15px;
	text-transform:uppercase;
	position: relative;
	display: block;
	margin-bottom: 6rem;
}


/* ------------------------------------------------------------------ */
/*COUNTER CSS*/
/* ------------------------------------------------------------------ */
.counter-box{
	height: 16rem;
	width: 100%;
	background-image:linear-gradient(140deg, #d39a87 0%, #9b5a44 20%, #b07354 40%,#e5c0a3 70%, #f6cfb2 84%,#e3b790 90%, #cb9770 100%);
	padding: 1rem;
	max-width: 100rem;
	border-radius: 6rem 0.8rem 6rem 0.8rem;
}

.countdown-timer {
	display: flex;
	background: #1e1916;
	height: 100%;
	border-radius: 5rem 0.4rem 5rem 0.4rem;
	padding: 0 6rem;
}

.center {
	display: flex;
	justify-content: center;
	align-items: center;
}

#years span,
#months span,
#days span,
#hours span,
#minutes span,
#seconds span{
	display: block;
}


#years,
#months,
#days,
#hours,
#minutes,
#seconds{
	text-align: center;
	position: relative;
	width: 15rem;
	padding-right: 1.5rem;
	padding-left: 2.5rem;
}

.years,
.months,
.days,
.hours,
.minutes,
.seconds{
	font-size: 5rem;
	font-weight: 800;
	line-height: 1.2;
	text-shadow: 0 0 4px rgba(0,0,0,.2);
}

.counter-time-title{
	font-size: 1.6rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-shadow: 0 0 2px rgba(0,0,0,.4);
}



#years::before,
#months::before,
#days::before,
#hours::before,
#minutes::before{
	content: '';
	top: 2.5rem;
	right: -1.5rem;
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	text-shadow: 0 0 4px rgba(0,0,0,.2);
}


#years::after,
#months::after,
#days::after,
#hours::after,
#minutes::after{
	content: '';
	bottom: 2.5rem;
	right: -1.5rem;
	height: 1rem;
	width: 1rem;
	border-radius: 50%;
	background-color: #fff;
	position: absolute;
	text-shadow: 0 0 4px rgba(0,0,0,.2);
}

/* ------------------------------------------------------------------ */
/*TEAM IMAGES*/
/* ------------------------------------------------------------------ */

.images{
	margin-bottom: 30px;
	border-radius: 45px;
	width: 180px!important
}

/* ------------------------------------------------------------------ */
/*HOME STYLE-2---------------COUNTER STYLE-2 START*/
/* ------------------------------------------------------------------ */

.clock-item{
	height: 150px;
	width: 150px;
	float: left;
	margin-right: 20px; 
}

.clear{
	clear: both;
}


.countdown-container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);

}

.clock-item .inner {
	height: 0px;
	padding-bottom: 100%;
	position: relative;	
	width: 100%;
}

.clock-canvas {
	background-color: rgba(255, 255, 255, .1);
	border-radius: 50%;
	height: 0px;
	padding-bottom: 100%;
}

.text {
	color: #fff;	
	font-size: 30px;
	font-weight: bold;	
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.text .val {
	font-size: 50px;
	font-weight: 800;
}

.text .type-time {
	font-size: 16px;
	font-weight: 700;
	color: #fc7d0c;
	letter-spacing: 2px;
}
/* ------------------------------------------------------------------ */
/*HOME STYLE-2---------------COUNTER STYLE-2 END*/
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/*SUBSCRIBE FORM CSS START*/
/* ------------------------------------------------------------------ */
.subscribe-form {
	padding: 0 20px;
}
.form-inline {
	position: relative;
}

.form-inline .form-control {
	width: 100%;
	padding-left: 30px;
	padding-right: 230px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	border-color: #666666;
}

.form-control {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: none;
	height: 55px;
	padding: 15px 23px;
	border-width: 2px;
	border-color: #3d286e;
	border-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	color: #fff;
	font-weight: 500;
}

.form-inline .btn {
	position: absolute;
	right: 0;
	top: 0;
}

.form-control::placeholder {
	color: #fff;
}


.form-control:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fe4602;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.0);
}




/* ------------------------------------------------------------------ */
/*SUBSCRIBE FORM CSS END*/
/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/*SOCIAL ICON CSS START*/
/* ------------------------------------------------------------------ */

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

.social-icons li a {
	display: block;
	border-radius: 50%;
	border-width: 2px;
	border-color: #777473;
	border-style: solid;
	width: 50px;
	height: 50px;
	line-height: 45px;
	text-align: center;
	transition: all 0.3s;
}

.social-icons li a:hover {
	border-color: transparent;
	background-color: #fe4602;
	background-image: linear-gradient(141deg, #fc840d 0%, #fd6107 51%, #fe4602 75%);
}

.social-icons li a.active{
	border-color: transparent;
	background-color: #fe4602;
	background-image: linear-gradient(141deg, #fc840d 0%, #fd6107 51%, #fe4602 75%);
}


.social-icons-verticle{
	width: 76px;
	position: fixed;
	bottom: 15px;
	left:15px;
}

.social-icons-verticle li a {
	display: block;
	border-radius: 50%;
	border-width: 2px;
	border-color: #777473;
	border-style: solid;
	width: 50px;
	height: 50px;
	line-height: 45px;
	text-align: center;
	transition: all 0.3s;
}

.social-icons-verticle li a:hover {
	border-color: transparent;
	background-color: #fe4602;
	background-image: linear-gradient(141deg, #fc840d 0%, #fd6107 51%, #fe4602 75%);
}

.social-icons-verticle li a.active{
	border-color: transparent;
	background-color: #fe4602;
	background-image: linear-gradient(141deg, #fc840d 0%, #fd6107 51%, #fe4602 75%);
}

/* ------------------------------------------------------------------ */
/* 6. EXTRAA (modal, form reset, preloader etc)
/* ------------------------------------------------------------------ */

.icofont {
	font-size: 14px;
}

.modal-dialog {
	width: 75%;
}
.modal-header {
	padding: 15px 0px;
	position: relative;
	padding-top: 22px;
}

.modal-header .close {
	margin-top: 0;
	color: #fe4602;
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	font-size: 45px;
	position: absolute;
	right: 0;
	top: -5px;
}
.modal-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 35px;
}
.modal-body {
	padding: 15px 0;
}
.modal-body p {
	font-size: 14px;
	margin-bottom: 25px;
	line-height: 1.50;
}
.modal .social-icons li a {
	color: #444;
	border: none;
}

.modal .social-icons li a:hover,
.modal .social-icons li a:hover i {
	color: #fff;
	background-color: transparent;
}

/*MODAL CONTACT FORM*/

.contact-form{
	background: #1e0c48;
	padding: 40px 70px;
	border-radius: 10px;
	position: relative;
}
.contact-form::before{
	content: '';
	top: 0;
	left:0;
	height: 5px;
	width: 100%;
	position: absolute;
	border-radius: 10px 10px 0px 0px;
	background-color: #fe4602;
	background-image: linear-gradient(141deg, #fc840d 0%, #fd6107 51%, #fe4602 75%);
}

#contact-form {
	overflow: hidden;
}
#contact-form .success,
#contact-form .error {
	display: none;
}
#contact-form .success {
	color: #ffffff;
	margin-left: 20px;
	margin-bottom: 10px;
}
#contact-form .error {
	color: #fe2929;
	margin-left: 20px;
	margin-bottom: 10px;
}

.location-map{
	height: 590px;
	border-radius: 10px;
	overflow: hidden;
}


.modal .form-control {
	border-color: rgba(167, 167, 167, 0.48);
	color: #444;
}

.modal .form-field i {
	color: rgba(167, 167, 167, 0.48);
}

.form-field {
	margin-bottom: 25px;
	position: relative;
}

.field-half-width {
	width: 48%;
}

.field-full-width {
	width: 100%;
}

.form-field i {
	position: absolute;
	color: rgba(255, 255, 255, .702);
	right: 30px;
	top: 50%;
	font-size: 12px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.modal .form-control {
	border-width: 1px;
}

.modal .form-control::placeholder {
	color: #ced4da;
}

.modal .form-control:focus {
	color: #222;
	background-color: transparent;
	border-color: #fe4602;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.0);
}

.modal  .form-control:focus + i {
	color: #fe4602;
}

.btn-big {
	width: 330px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}




/*preloader*/
.preloader-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background-color: #1e1916;
	/*background-image: linear-gradient(141deg, #fc840d 0%, #fd6107 51%, #fe4602 75%);*/
	z-index: 9999999;
}
.preloader {
	position: absolute;
	top: 50%;
	text-align: center;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 999;
	width: 70rem;
	max-width: 100%;
}

