@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../fonts/Roboto-Bold.ttf");
}

/* ************************************************************ */
body {
    background-color: #3e3333d4 !important;
}
.underConstruction-div {
    text-align: center;
    margin: 100px 0px;
}
.underConstruction-top-btn>a {
    float: right;
    color: white;
    margin-top: -70px;
    margin-right: 35px;
    text-decoration: underline;
}
h1.underConstruction-head {
    color: white;
    font-size: 45px;
    font-family: Roboto;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 60px;
}
.progress-bar.progress-bar-striped.active {
    width: 80%;
}
.progress-bar-div {
    position: relative;
    max-width: 500px;
    color: white;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
span.span-end-progress {
    position: absolute;
    right: 0;
    font-size: 12px;
}
span.span-start-progress {
    position: absolute;
    left: 0;
    font-size: 12px;
}
button.underConstruction-center-btn {
    padding: 10px 20px;
    border: 2px solid #e9ecef;
    border-radius: 3px;
    color: white;
    font-weight: 600;
    font-size: 16px;
    font-family: Roboto;
    background-color: #007bff;
}
.underConstruction-social-icon>ul {
    list-style: none;
    padding-left: 0px;
    display: inline-flex;
	margin-top: 8px;
}
.underConstruction-social-icon>ul>li>a>i {
    width: 56px;
    font-size: 20px;
    height: 58px;
    color: white;
    border-radius: 50%;
	background-color:#5e5555;
    border: 1px solid white;
    line-height: 58px;
}
.underConstruction-social-icon>ul>li {
    margin: 0px 10px;
}
.underConstruction-social-icon>ul>li>a>i:hover {
    border: 1px solid #007bff;
    color: #007bff;
    background-color: white;
}





@media(max-width:600px){
	h1.underConstruction-head {
		font-size: 25px;
		letter-spacing: 1px;
		line-height: 37px;
	}
	.underConstruction-social-icon>ul>li>a>i {
		width: 35px;
		font-size: 15px;
		height: 35px;
		line-height: 35px;
	}
}











