.footheight{
	height:500px;
}
.x_button{
    background-color: #fff;
    border: 0 none;
    color: #1c3754;
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    position: fixed;
    right: 20px;
    top: 0;
    width: 40px;
    z-index: 1;
}
.x_button:hover{
	background-color: #b63400;
	color:#272727;
}
.owl-pagination{
	display:none;
}
.contact-info table tr td{
	border:none;
	padding-left:0;
	text-align: left;
	line-height:normal;
}
@media (max-width:1200px){
	.tg-col .tg-theme-heading h3 {
		font-size:16px;
	}
}
@media (max-width:990px){
	.tg-col .tg-theme-heading h3 {
		font-size:13px;
	}
}
@media (max-width:766px){
	.tg-col .tg-theme-heading h3 {
		font-size:30px;
	}
}
/*.x_button{
    background-color: #fff;
    border: 0 none;
    border-radius: 0 0 3px 3px;
    box-shadow: 1px 1px 10px #333;
    color: #aaa;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 48px;
    position: fixed;
    right: 20px;
    top: 0;
    width: 60px;
    z-index: 1;
}
*/