@charset "utf-8";

/* *****************************************************************

 * Company Name			:	epcgroup.,
 * Website URL			:	 - Responsive Website.
 * Created				:	Feb 2025.
 * Designed by			:	.
 * Mobile				:	.
 * E-Mail				:	.
 * Undertaken by		:	
 * Update Date Time		:	
 * Published Date		:	09-02-2025 10:10 PM (Under Construction page) 
 */ 
 
/*////////////////////////////////////////////////////////////////// */



 
body, html {
	height: 100%;
	width: 100%;
}
body {
	color: #1b1e20;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	line-height: 1.5;
}
img {
	max-width: 100%;
	border: none;
} 
.main-section {
	padding: 5px;
	height: 100vh;
	background-color: #fd5843;
	min-height: 100%; 
}
.wrapper {
	background-color: #fff;
	height: 100%;
}
/*start header section css         ***************************************        */
.header-section {
	padding: 10px 15px;
	position: relative;
}
.header-section .logo {
	float: left;
}
.header-section .nav {
	float: right;
	position: relative;
	margin-right: 15px;
}
.header-section .nav li {
	display: inline-block;
	margin: 0 15px;
}
.header-section .nav li > a {
	background-color: transparent;
	border: 0 solid;
	height: 35px;
	line-height: 35px;
	padding: 0;
	top: 45px;
	width: 35px;
	text-align: center;
	color: #fff;
}
.header-section .nav li > a:before {
	background-color: #15CBFC;
	border-radius: 3px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 100%;
	border: 1px solid #0888ab;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.header-section .nav li:hover a:before {
	background-color: #ef2e54;
}
.header-section .nav li > a::after {
	background-color: #0888ab;
	content: "";
	height: 50px;
	left: 49.5%;
	position: absolute;
	top: -55px;
	width: 1px;
}
.header-section .nav li > a i {
	position: relative;
	z-index: 3;
}
/*    ***************************************End header section css          ***************************************        */


/*    ***************************************Start Main content section css          ***************************************        */
.main-content-section {
	padding: 5px 0 0;
}
.coming-soon-content {
	padding: 0px 0px;
	text-align: center;
}
/*    ***************************************Start SVG Animation css          ***************************************        */
.animation-wrapper {
	position: relative;
	width: 100%;
}
.gear-animation {
	-webkit-animation-name: spinsettings;
	animation-name: spinsettings;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	position: absolute;
	top: 40px;
	left: 80px;
}
.gear-animation {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.coming-soon-animated {
	position: absolute;
	top: 75px;
	left: 140px;
}
@-webkit-keyframes spinsettings {
 0% {
transform: rotate(0);
-webkit-transform: rotate(0);
}
 100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@keyframes spinsettings {
 0% {
transform: rotate(0);
-webkit-transform: rotate(0);
}
 100% {
transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes shake {
 from, to {
 transform: translate3d(0, 0, 0);
 -webkit-transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 transform: translate3d(-10px, 0, 0);
 -webkit-transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 transform: translate3d(10px, 0, 0);
 -webkit-transform: translate3d(10px, 0, 0);
}
}
 @keyframes shake {
 from, to {
 transform: translate3d(0, 0, 0);
 -webkit-transform: translate3d(0, 0, 0);
}
 10%, 30%, 50%, 70%, 90% {
 transform: translate3d(-10px, 0, 0);
 -webkit-transform: translate3d(-10px, 0, 0);
}
 20%, 40%, 60%, 80% {
 transform: translate3d(10px, 0, 0);
 -webkit-transform: translate3d(10px, 0, 0);
}
}
.animated {
	animation-duration: 15s;
	-webkit-animation-duration: 15s;
	animation-fill-mode: both;
	-webkit-animation-fill-mode: both;
}
.animated.infinite {
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
.shake {
	animation-name: shake;
	-webkit-animation-name: shake;
}
/*    ***************************************End SVG Animation css          ***************************************        */

/*    ***************************************Start countdown timer css          ***************************************        */
.countdown-alt-2 {
	display: block;
	overflow: auto;
	padding: 20px 0;
	margin: 30px 0; 
	color: #333;
	text-align: center;
}
.countdown-alt-2 .item {
	display: inline-block;
	position: relative;
	font-size: 22px;
	font-weight: bold;
	margin: 0 20px;
	width: 70px;
	height: 70px;
	text-align: center;
}
.countdown-alt-2 .item span {
	margin-top: 9px;
	display: inline-block;
	color: #fff;
	position: relative;
}
.countdown-alt-2 .item:before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid #1A1A1A;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #FEA921;
	border-radius: 3px;
}
.countdown-alt-2 .label {
	font-weight: normal;
	position: absolute;
	bottom: 16px;
	left: 0;
	font-size: 12px;
	width: 100%;
	padding: 5px 10px;
	color: #FEA921;
}
/*    ***************************************End countdown timer css          ***************************************        */

/*    ***************************************Start Newsletter-modal css          ***************************************        */
.main-section .modal-content {
	padding: 15px 15px 50px 15px;
	text-align: center;
}
.main-section .modal-header {
	border: none;
	padding: 0px;
}
.main-section .modal-header .close {
	font-size: 30px;
}
.main-section .modal-content h2 {
	margin: 20px 0px;
}
.main-section .modal-content p {
	padding: 0px 80px;
	line-height: 1.5em;
	margin: 10px 0px;
}
.subscribe-form {
	display: inline-block;
	padding-top: 40px;
}
.subscribe-form input {
	border: medium none;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	height: 55px;
	margin: 0;
	padding: 0 20px;
	width: 300px;
	background-color: #eee;
	margin-bottom: 30px;
	text-align: center;
}
.subscribe-form .button-subscribe {
	cursor: pointer;
	font-size: 14px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
	text-transform: uppercase;
	background-color: rgba(244,49,88,1.00);
	color: #fff;
	padding: 0 20px;
	width: 300px;
	height: 55px;
	border: medium none;
	border-radius: 3px;
	margin-bottom: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.subscribe-form .button-subscribe:hover {
	background-color: rgba(176,14,46,1.00);
}
/*    ***************************************End Newsletter-modal css          ***************************************        */

/*    ***************************************Start Contact-modal css          ***************************************        */
.main-section .contact-modal .contact-row {
	margin-top: 30px;
}
.main-section .contact-modal i {
	font-size: 24px;
}
.main-section .contact-modal h3 {
	font-size: 20px;
}
.main-section .contact-modal .contact-row p {
	padding: 0px;
}
/* ***************************************   End Contact-modal css   *************************************** */

/*  *************************************** Start Info-modal css ***************************************  */
.social-icon {
	list-style: none;
	padding: 0px;
	margin: 30px 0px;
}
.social-icon li {
	display: inline-block;
	position: relative;
	margin: 0px 15px;
}
.social-icon li > a::before {
	background-color: #fea921;
	border-radius: 3px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transform: rotate(45deg);
	transition: all 0.5s ease 0s;
	width: 100%;
}
.social-icon li > a {
	background-color: transparent;
	border: 0 solid;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0;
	text-align: center;
	top: 45px;
	width: 35px;
	display: block;
}
.social-icon li > a i {
	position: relative;
}
.social-icon li.facebook a::before {
	background-color: #3B5998;
}
.social-icon li.twitter a::before {
	background-color: #55ACEE;
}
.social-icon li.linkedin a::before {
	background-color: #0E76A8;
}
.social-icon li.pinterest a::before {
	background-color: #CB2027;
}
.social-icon li.google-plus a::before {
	background-color: #FF1D25;
}

/* *************************************** End Info-modal css *************************************** */

 
/* *************************************** 	Start Responsive CSS ****************************************/
@charset "utf-8";
/* Start Responsive css */

@media only screen and (min-device-width: 991px) and (max-device-width: 1200px) {
.coming-soon-content {
	padding: 35px 0px;
}
.coming-soon-content h1 {
	font-size: 28px;
}
.countdown-alt-2 .item {
	margin: 0px 13px;
	width: 65px;
	height: 65px;
}
.countdown-alt-2 .label {
	font-size: 11px;
}
.coming-soon-animated {
	max-width: 270px;
	left: 100px;
	top: 65px;
}
}
 @media only screen and (min-device-width: 320px) and (max-device-width: 990px) {
.main-section {
	height: auto;
}
.coming-soon-animated {
	max-width: 270px;
	left: 190px;
	top: 68px;
}
}
 @media only screen and (max-device-width: 767px) {
.animation-wrapper {
	max-width: 441px;
	margin: 0 auto;
}
.coming-soon-animated {
	left: 90px;
	max-width: 220px;
	top: 53px;
}
.gear-animation {
	left: 0;
}
}

@media only screen and (max-device-width: 498px) {
.animation-wrapper {
	max-width: 260px;
}
.gear-animation {
	width: 30px;
	height: 30px;
	top: 20px;
}
.coming-soon-animated {
	left: 54px;
	max-width: 130px;
	top: 67px;
}
}
 @media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
.header-section {
	padding: 10px 0px;
}
.header-section .logo {
	max-width: 90px;
}
.header-section .nav li {
	margin: 0px 7px;
}
.main-content-section {
	padding: 40px 0px 0px 0px;
}
.coming-soon-content {
	padding: 20px 0px;
}
.coming-soon-content h1, .main-section .modal-content h2 {
	font-size: 24px;
}
.countdown-alt-2 .item {
	margin: 20px;
}
.main-section .modal-content p {
	padding: 0px;
}
.subscribe-form .button-subscribe, .subscribe-form input {
	width: auto;
}
}
 

/*    ***************************************End Responsive css          ***************************************        */


.coming-soon-main{
	padding-top: 5px;
}
.coming-soon-content h1{
	font-family: 'Carter One', cursive;
	font-weight: 600;		
	font-size: 40px;
	color: #38a4dd;	
	margin-top: 0;
}
.coming-soon-content h1 span{
	color: #fd5843;
	font-size: 30px;
}
small{
	color: #293338;
}
h4 .add-header{
	font-weight: 700;
	margin-top: 25px;
}
.address{
	font-family: 'Roboto', sans-serif;
	font-size: 15px; 
	line-height: 1.8em;
	margin-top: 5px;
}
a {
    color: #fd5843;
    text-decoration: none;
}
a:hover{
	color: #38a4dd;
    text-decoration: underline;
	font-weight: 600;
}
.font-Roboto{
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}
.main-section .modal-content{
	font-family:  'Roboto', sans-serif;
	font-weight: 400;
	line-height: 1.4em;
} 
.twitter-modal .fa-twitter{
	color: #1DA1F3;
	font-size: 18px;
	margin-top: -5px;
}
.twitter-modal h4{
	margin-bottom: 20px;
}
.twitter-modal p.text-center a i.fa , .linkedin-modal p.text-center a i.fa{ 
	font-size: 48px !important;
	color: #373737;
	padding-bottom: 10px;
}

.twitter-modal p.text-center a i.fa:hover{ 
	color: #1DA1F3;
}
.linkedin-modal p.text-center a i.fa:hover{ 
	color: #0073AF;
}
.mbot-40{
	margin-bottom: 40px !important;
}
.padb-10{
	padding-bottom: 10px !important	
}
