@charset"utf-8";
:root {
  --primary: #74BBFB;
  --secondary: #ee8275;
  --white: #ffffff;
  --black: #000000;
  --hdnColor: #222222;
  --textColor: #484646;
  --grayBorder: #d4d2cf;
  --hdnFont: 'Oswald', sans-serif;
}


*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
html {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body{
	font-family: 'Poppins', sans-serif;
	color: var(--blackOne);
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	background-color: var(--white);
}

div,
table,
td,
tr,
h1,
h2,
h3,
h4,
h5,
h6,
p,
section,
article,
figure{
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
}

a,
input,
textarea,
button{
	outline: 0;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover{
	border-color: #76c7ff !important;
	box-shadow: none !important;
	outline: none;
}

select {
	outline: 0;
}

input::placeholder {
	opacity: 1;
}

a{
	text-decoration: none;
	border: none;
	outline: 0;
	color: #76c7ff;
}

a:hover{
	text-decoration: none;
	border: none;
	outline: 0;
	color: #000000;
}

a:focus{
	text-decoration: none;
	border: none;
	outline: 0;
}

button,
button:focus{
	text-decoration: none;
	border: none;
	outline: 0;
}

ul,
ol,
ul li,
ol li{
	list-style: none;
	margin: 0;
	padding: 0;
}

p:empty{
	display: none;
}

img{
	width: auto;
	max-width: 100%;
	height: auto;
}

body::selection{
	background: #00589e;
	color: #ffffff;
}

body::-moz-selection{
	background: #00589e;
	color: #ffffff;
}

p{
	font-size: 15px;
	color: var(--textColor);
	line-height: 28px;
	margin-bottom: 20px;
}


/*================ Header Style Start ================*/

/*================ Header Style End ================*/


/*================ Footer Style Start ================*/

/*================ Footer Style End ================*/



/*=========================== Index Page Style Sheet Start Here ===========================*/

/*=========================== Index Page Style Sheet End Here ===========================*/







/*=========================== Under Construction Page Style Sheet Start Here ===========================*/
.under-construction-bdy-sec{
	position: relative;
	width: 100%;
	height: 100vh;
	text-align: center;
	background:#000;
	background-size: cover;
}
.under-construction-bdy-sec::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #5C0101;
	background: linear-gradient(180deg,rgba(92, 1, 1, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
.under-construction-bdy-sec .container{
	position: relative;
	z-index: 2;
}
.under-construction-content-prt{
	position: relative;
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.under-construction-content-prt .logo img{
	max-width: 200px;	
}
.under-construction-content-prt h1{
	font-size: 40px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 50px;
}
.under-construction-content-prt h1 span{
	color: #0969b3;
}


.countDown-timer-prt ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 80px;
}
.countDown-timer-prt ul li{
	font-size: 26px;
	color: #c5c5c5;
	text-align: center;
	text-transform: capitalize;
	margin: 0 25px;
}
.countDown-timer-prt ul li span{
	display: block;
	margin-bottom: 30px;
	font-size: 60px;
	color: #ffffff;
	font-weight: 500;
}
/*=========================== Under Construction Page Style Sheet End Here ===========================*/





/*=========================== Responsive Style Sheet Start Here ===========================*/
@media only screen and (min-width:1600px){

}

@media only screen and (max-width:1365px){

}

@media only screen and (max-width:1199px){
	
}


@media only screen and (max-width:1024px){
	
}


@media only screen and (max-width:991px){
	
}


@media only screen and (max-width:767px){
	.under-construction-content-prt h1{
    	font-size: 25px;
	}
	.countDown-timer-prt ul {
		margin-top: 50px;
	}
	.countDown-timer-prt ul li {
    	font-size: 15px;
		margin: 0 10px;
	}
	.countDown-timer-prt ul li span {
		font-size: 30px;
		margin-bottom: 5px;
	}

}


@media only screen and (max-width:575px){
	
}


@media only screen and (max-width:479px){
	
}
/*=========================== Responsive Style Sheet End Here ===========================*/