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(255,255,255, 1);
	position: fixed;
    width: 100%;
	height: 0;
    top: 0;
    left: 0;
    overflow-y: hidden;
	z-index: 999999999999999999999999999999999999;
    transition: 0.5s;
}
.overlay .closebtn{
	margin: 0;
    position: relative;
	float: none;
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	top: 0;
	left: 1rem;
	color: black;
    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: center;
    overflow: hidden;	
}
.overlay-content ul li a{
	display: block;
	padding-left: 0.5rem;
	padding-top: 1rem;
	padding-right: 0.5rem;
	padding-bottom: 1rem;
	color: black;
	font-family: 'Antic';
	font-size: 1.5rem;
	font-weight: 900;
	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 */
.header_navbox{
	background-color: white;
	float: left;
	width: 100%;
}
.header_contact_main_box{
	float: right;
	width: 70%;
	margin-top: 2rem;
}
.top_phone_contact_outer{
	float: left;
	width: 80%;
}
.top_phone_contact{
	background-color: white;
	float: left;
	width: 25%;
	margin-left: 1.5%;
	text-align: center;
	border-radius: 0 1rem 1rem 1rem;
	border: 0.1rem solid rgba(36, 152, 194, 1);
	overflow: hidden;
}
.top_phone_contact a{
	display: block;
	position: relative;
	width: 100%;
	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: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);
}
.top_social_contact_outer{
	float: left;
	width: 20%;
}
.top_social_contact{
	background-color: white;
	float: left;
	width: 20%;
	max-width: 20%;
	margin-left: 1%;
	font-size: 2rem;
	text-align: center;
	border-radius: 0 1rem 1rem 1rem;
	border: 0.1rem solid rgba(36, 152, 194, 1);
	overflow: hidden;
}
.top_social_contact a{
	margin: 0;
	display: block;
	position: relative;
	width: 100%;
	max-height: 4rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: black;
	font-size: 2rem;
	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;
	overflow: hidden;
}
.top_social_contact img{
	margin: 0;
	display: block;
	margin: auto;
	margin-top: 0.6rem;
	margin-bottom: 0.9rem;
	width: 70%;
	height: 2.5rem;
	color: black;
	border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
	box-sizing: border-box;
	z-index: 9999;
}
.top_social_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_social_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);
}
.nav_box{
	float: right;
	width: 75%;
	margin-top: 3rem;
	z-index: 999999;
}
.nav_box ul{
	padding: 0;
	z-index: 999999;
}
.nav_box ul li{
	float: left;
	width: 20%;
	list-style: none;
	text-align: center;
    z-index: 999999;
    overflow: hidden;	
}
.nav_box ul li a{
	background-color: white;
	display: block;
	position: relative;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: black;
	font-family: 'Antic';
	font-size: 1.3rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	border-right: 1px solid rgba(36, 152, 194, 1);
	z-index: 9999;
}
.nav_box ul li a.active{
	background: rgba(242, 133, 51, 0.1);
}
.dropdown1{
    overflow: hidden;
}
.dropdown1 .dropbtn1{
	background-color: white;
	width: 100%;
    display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: black;
	font-family: 'Antic';
	font-size: 1.3rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
    border: none;
	border-right: 1px solid rgba(36, 152, 194, 1);
	overflow: hidden;
}
.dropdown1-content{
	background-color: rgba(128, 128, 128, 1);
    display: none;
    position: absolute;
    min-width: 30rem;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
	overflow: hidden;
    z-index: 999999999999999999999999999;
}
.dropdown1-content a{
	padding-left: 0.5rem;
	padding-right: 0.5rem;
    color: black;
    text-decoration: none;
	border: none;
    display: block;
    text-align: center;
}
.dropdown1:hover .dropdown1-content {
    display: block;
}
.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);
	background-color: white;
}
.dropbtn1:hover{
	-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);
	background-color: white;
}
/* Pi Navbar Inside Header Finish */
/* Pi Sticky Full Top Nav Start */
#contact_nav{
	display: none;
}
#top {
	background-color: white;
    position: fixed;
    bottom: 1rem;
    left: 0.5rem;
    padding-left: 1rem;
	padding-top: 0.5rem;
	padding-right: 1rem;
	padding-bottom: 0.5rem;
    color: rgba(36, 152, 194, 1);
    font-size: 2rem;
    cursor: pointer;
	border: none;
    border-radius: 100%;
	border: 1px solid rgba(36, 152, 194, 1);
	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{
	background-color: white;
	position: fixed;
	width: 100%;
	height: auto;
	top: 0;
	z-index: 99;
}
.nav{
	float: left;
	width: 100%;
}
.nav ul{
	margin: 0;
	padding: 0;
}
.nav ul li{
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;	
}
.nav ul li a{
	background-color: white;
	float: left;
	width: 100%;
	margin: 0;
	padding-left: 0;
	padding-top: 1rem;
	padding-right: 0;
	padding-bottom: 1rem;
	color: black;
	font-family: 'Antic';
	font-size: 1.3rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid rgba(36, 152, 194, 1);
}
.nav ul li a.active{
	background: rgba(242, 133, 51, 0.1);
}
.dropdown {
    overflow: hidden;
}
.dropdown .dropbtn {
	background-color: white;
	width: 100%;
    display: block;
	padding-top: 1rem;
	padding-bottom: 1rem;
	color: black;
	font-family: 'Antic';
	font-size: 1.3rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	border: 1px solid rgba(36, 152, 194, 1);
	overflow: hidden;
}
.dropdown-content{
	background-color: white;
    display: none;
    position: absolute;
	width: 30rem;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
    z-index: 1;
}
.dropdown-content a{
	background-color: white;
	float: left;
	margin: 0;
	padding-left: 0;
	padding-top: 1rem;
	padding-right: 0;
	padding-bottom: 1rem;
	color: black;
	font-family: 'Antic';
	font-size: 1.3rem;
	font-weight: 900;
	text-decoration: none;
	letter-spacing: 1px;
	border: none;
}
.dropdown:hover .dropdown-content {
    display: block;
}
.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;
}
.dropbtn:hover{
	-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);
	background-color: white;
}
#no_border_right{
	border-right: none;
}
/* Pi Stcky Full Top Nav Finish */
.phone_contact_mobile{
	background-color: white;
	position: fixed;
	width: 5rem;
	height: 4.5rem;
	bottom: 6.5rem;
	right: 0.5rem;
	text-align: center;
	border-radius: 100%;
	border: 1px solid rgba(36, 152, 194, 1);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.phone_contact_mobile a i{
	color: rgba(36, 152, 194, 1);
	font-size: 3rem;
	line-height: 4.5rem;
	text-shadow: 1px 1px black;
}
.phone_contact_mobile: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;
}
.mail_contact_mobile{
	background-color: white;
	position: fixed;
	width: 5rem;
	height: 4.5rem;
	bottom: 1rem;
	right: 0.5rem;
	text-align: center;
	border-radius: 100%;
	border: 1px solid rgba(36, 152, 194, 1);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,1);
}
.mail_contact_mobile a i{
	width: 100%;
	color: rgba(36, 152, 194, 1);
	font-size: 3rem;
	line-height: 4.5rem;
	text-shadow: 1px 1px black;
}
.mail_contact_mobile: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;
}
@media screen and (max-width: 1250px){
	.header_contact_main_box{
		width: 100%;
		margin-left: 0;
	}
	.top_phone_contact_outer{
		width: 75%;
	}
	.top_phone_contact{
		margin-left: 7%;
	}
	.top_social_contact_outer{
		margin-left: 0;
	    width: 25%;
    }
    .top_social_contact{
		margin-left: 3%;
	}
	.nav_box{
		width: 100%;
		margin-top: 1rem;
	}
}
@media screen and (max-width: 900px){
	.top_phone_contact_outer{
		width: 100%;
	}
	.top_social_contact_outer{
		width: 30%;
		margin-left: 35%;
		margin-top: 2rem;
		margin-right: 35%;
    }
	.top_social_contact{
		width: 25%;
	    max-width: 25%;
		margin-left: 6.25%;
	}
	.nav_box ul li a{
		font-size: 1.1rem;
	}
	.dropdown1 .dropbtn1 {
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 767px){
	/* Pi Overlay Start */
	.icon1{
		visibility: visible;
	}
	.nav_box{
		display: none;
	}
	.nav{
		display: none;
	}
	.header_contact_main_box{
		width: 100%;
		margin-left: 0;
	}
	.top_phone_contact_outer{
		width: 100%;
	}	
	.top_phone_contact a{
		font-size: 1rem;
		letter-spacing: 0;
	}
	.top_social_contact_outer{
		width: 50%;
		margin-left: 25%;
		margin-top: 2rem;
		margin-right: 35%;
    }
	
	.phone_contact_mobile{
	  	width: 4rem;
	    height: 3.5rem;
	    bottom: 5.5rem;
	}
    .phone_contact_mobile a i{
		font-size: 2rem;
	    line-height: 3.5rem;
    }
    .mail_contact_mobile{
	    width: 4rem;
	    height: 3.5rem;
    }
    .mail_contact_mobile a i{
	    font-size: 2rem;
	    line-height: 3.5rem;
    }
}