a[href^="tel:"]{
	color: inherit;
	text-decoration: none;
}
/* Pi Overlay Start */
.icon1{
	background-color: rgba(255, 255, 255, 0.8);
	position: fixed;
	width: auto;
	top: 0;
	right: 0;
	color: black;
	font-size: 2rem;
	text-align: center;
	cursor: pointer;
	visibility: hidden;
	z-index: 999999999999999999;
}
.icon1 p{
	margin-top: -0.2rem;
	margin-bottom: 0;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 0.3rem;
	color: black;
	font-size: 1rem;
	font-weight: 900;
	text-align: center;
	z-index: 99;
}
.icon1:hover #icon1{
	display: block;
}
.overlay{
    background-color: rgba(0,0,0, 1);
	position: fixed;
    width: 100%;
	height: 0;
    top: 0;
    left: 0;
    overflow-y: hidden;
	z-index: 999999999999999999999999999999999999;
    transition: 0.5s;
}
.overlay .closebtn{
    position: relative;
	float: none;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	top: 2rem;
	left: 0.5rem;
	color: white;
    font-size: 4rem;
	text-align: center;
	text-decoration: none;
}
.overlay-content{
    position: relative;
	float: left;
	width: 100%;
	margin-top: 1rem;
	padding-top: 0;
}
.overlay-content ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.overlay-content ul li{
	float: left;
	width: 70%;
	margin-left: 15%;
	list-style: none;
	text-align: left;
    overflow: hidden;	
}
.overlay-content ul li a{
	display: block;
	padding-left: 0.5rem;
	padding-top: 1rem;
	padding-right: 0.5rem;
	padding-bottom: 1rem;
	color: white;
	font-family: 'Antic';
	font-size: 1.9rem;
	text-decoration: none;
	letter-spacing: 1px;
}
.overlay-content .nav ul li a:hover{
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);       
	background-color: white;
	color: black;
}
/* Pi Overlay Finish */
/* Pi Navbar Inside Header Start */
.top_phone_contact{
	float: left;
	width: 30%;
	margin-left: 15%;
	margin-top: 0.2rem;
	font-size: 2rem;
	text-align: center;
	border-radius: 3rem;
	border: 0.1rem solid grey;
	overflow: hidden;
}
.top_phone_contact a{
	display: block;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: black;
	font-size: 1.5rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	box-sizing: border-box;
	z-index: 9999;
}
.top_phone_contact a:before{
	content:'';
	position: absolute;
	top: 0px;
	left: 49.9%;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,1);
	transition: all 2s ease;
	z-index: -9;
}
.top_phone_contact a:hover:before{
	width: 50%;
	background: rgba(255,255,255,1);
	z-index: -9999;
}
.top_phone_contact a:after {
	content:'';
	position: absolute;
	top: 0px;
	right: 50.1%;
	width: 0;
	height: 100%;
	background: rgba(255,255,255,1);
	transition: all 2s ease;
	z-index: -9;
}
.top_phone_contact a:hover:after{
	width: 50%;
	background: rgba(255,255,255,1);
	z-index: -9999;
}
.top_phone_contact a:hover{
	-o-transition: all 1s 0.3s linear;
	-moz-transition: all 1s 0.3s linear;
    -ms-transition: all 1s 0.3s linear;
    -webkit-transition: all 1s 0.3s linear;
    transition: all 1s 0.3s linear;
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.top_phone_contact:hover{
	-o-transition: all 1s 0.3s linear;
	-moz-transition: all 1s 0.3s linear;
    -ms-transition: all 1s 0.3s linear;
    -webkit-transition: all 1s 0.3s linear;
    transition: all 1s 0.3s linear;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.header_navbox{
	float: left;
	width: 100%;
}
.nav_box{
	float: left;
	width: 75%;
	margin-left: 2%;
	z-index: 999999;
}
.nav_box ul{
	padding: 0;
	z-index: 999999;
}
.nav_box ul li{
	float: left;
	width: 25%;
	list-style: none;
	text-align: center;
    z-index: 999999;
    overflow: hidden;	
}
.nav_box ul li a{
	display: block;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: black;
	font-family: 'Antic';
	font-size: 1.5rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	border-right: 1px solid red;
	z-index: 9999;
}
.nav_box ul li a.active{
	background: rgba(255, 255, 255, 1);
}
.nav_box ul li a:before{
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	-o-transform: rotate(-90deg);
    -o-transform-origin: 100% 0;
	-moz-transform: rotate(-90deg);
    -moz-transform-origin: 100% 0;
	-ms-transform: rotate(-90deg);
    -ms-transform-origin: 100% 0;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 0;
    transform: rotate(-90deg);
    transform-origin: 100% 0;
	transition: all 0.2s ease;
	z-index: -9;
}
.nav_box ul li a:hover:not(.active):before{
	-o-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
	background: rgba(255,255,255,0.3);
	z-index: -9999;
}
.nav_box ul li a:after {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.3);
	-o-transform: rotate(-90deg);
    -o-transform-origin: 0 100%;
	-moz-transform: rotate(-90deg);
    -moz-transform-origin: 0 100%;
	-ms-transform: rotate(-90deg);
    -ms-transform-origin: 0 100%;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 100%;
    transform: rotate(-90deg);
    transform-origin: 0 100%;
	transition: all 0.2s ease;
	z-index: -9;
}
.nav_box ul li a:hover:not(.active):after{
	-o-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
	background: rgba(255,255,255,0.3);
	z-index: -9999;
}
.nav_box ul li a:hover:not(.active){
	-o-transition: all 1s 0.1s linear;
	-moz-transition: all 1s 0.1s linear;
    -ms-transition: all 1s 0.1s linear;
    -webkit-transition: all 1s 0.1s linear;
    transition: all 1s 0.1s linear;
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
/* Pi Navbar Inside Header Finish */
/* Pi Sticky Full Top Nav Start */
#contact_nav{
	display: none;
}
#top {
	background-color: black;
    position: fixed;
    bottom: 4rem;
    left: 0.1rem;
    padding: 0.8rem;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    border-radius: 0.1rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
    z-index: 99;
}
#top:hover {
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-o-transform: scale(1.1);
    -moz-transform: scale(1.1);	
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
    background-color: white;
    color: black;
}
.navbox{
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	z-index: 9999999999;
}
.nav{
	background-color: rgba(153, 153, 153, 1);
	float: left;
	width: 100%;
}
.nav ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
    border: 0.1rem solid red;
    overflow: hidden;	
}
.nav ul li a{
	float: left;
	width: 100%;
	margin: 0;
	padding-left: 0;
	padding-top: 1rem;
	padding-right: 0;
	padding-bottom: 1rem;
	color: white;
	font-family: 'Antic';
	font-size: 1.5rem;
	font-weight: 900;
	text-decoration: none;
	text-shadow: 1px 1px black;
	letter-spacing: 1px;
}
.nav ul li a.active{
	background: rgba(255,255,255,0.7);
	color: black;
	text-shadow: none;
}
.nav ul li a:hover:not(.active){
	-o-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); 
	background-color: white;
	color: black;
	text-shadow: none;
}
#no_border_right{
	border-right: none;
}
/* Pi Stcky Full Top Nav Finish */
.phone_contact_mobile{
	position: fixed;
	width: 4rem;
	height: 3.5rem;
	bottom: 4.5rem;
	right: 0;
	text-align: center;
}
.phone_contact_mobile a i{
	width: 100%;
	color: black;
	font-size: 3rem;
	line-height: 3.5rem;
	text-shadow: 1px 1px red;
}
.mail_contact_mobile{
	position: fixed;
	width: 4rem;
	height: 3.5rem;
	bottom: 1rem;
	right: 0;
	text-align: center;
}
.mail_contact_mobile a i{
	width: 100%;
	color: black;
	font-size: 3rem;
	line-height: 3.5rem;
	text-shadow: 1px 1px red;
}
@media screen and (max-width: 1080px){
	.top_phone_contact{
		width: 50%;
		margin-left: 25%;
	}
	.nav_box{
		width: 96%;
		margin-top: 0;
	}
}
@media screen and (max-width: 767px){
	/* Pi Overlay Start */
	.icon1{
		visibility: visible;
	}
	.top_phone_contact{
		width: 60%;
		margin-left: 20%;
		margin-top: 0;
		margin-bottom: 0.4rem;
	}
	.nav_box{
		display: none;
	}
	.nav{
		display: none;
	}
	.navbox form{
		display: none;
	}
	/* Pi Overlay Finish */
}