@charset "utf-8";



/* Thar Buttons */



a.animated-button.thar-one {

	color: #fff;

	cursor: pointer;

	display: block;

	position: relative;

	border: 2px solid #F7CA18;

	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}

a.animated-button.thar-one:hover {

	color: #000 !important;

	background-color: transparent;

	text-shadow: none;

}

a.animated-button.thar-one:hover:before {

	bottom: 0%;

	top: auto;

	height: 100%;

}

a.animated-button.thar-one:before {

	display: block;

	position: absolute;

	left: 0px;

	top: 0px;

	height: 0px;

	width: 100%;

	z-index: -1;

	content: '';

	color: #000 !important;

	background: #F7CA18;

	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}
.servicePopup{
	width:600px;
	height:320px;
	padding:10px;
	background-color:rgba(231,20,26,0.9);
	color:#fff;
	text-align:center;
	position:fixed;
	left:50%;
	top:50%;
	margin-top:-160px;
	margin-left: -300px;
	z-index:10000;
	box-shadow:0 0px 15px rgba(0,0,0,.75);
	display:none;
}
	
.servicePopup .cont{
	width:100%;
	height:100%;
	border:1px solid #fff;
	}
	
.servicePopup .cont .title{
	font-size:30px;
	font-weight:bold;
	line-height:normal;
	margin-top:30px;
	}
		
.servicePopup .cont .keywords{
	font-size:14px;
	color:rgba(255,255,255,.5);
	margin-top:20px;
	width:85%;
	margin-left:auto;
	margin-right:auto;
	}
	
.servicePopup .cont .btns{
	margin-top:20px;
	width:360px;
	margin-left:auto;
	margin-right:auto;
	}
.servicePopup .cont .btn{
	height:40px;
	line-height:38px;
	width:160px;
	text-align:center;
	font-size:18px;
	color:#fff;
	border:solid #fff 1px;
	border-radius:40px;
	display:block;
	-webkit-transition:250ms all;
	transition:250ms all;
	cursor:pointer;
	}	
	
.servicePopup .cont .closeBtn{
	opacity:.5;
	}
	
.servicePopup .cont .closeBtn:hover{
	opacity:1;
	}	
	
.servicePopup .cont .serviceBtn{
	background-color:#fff;
	color:#000000;
	}	
	
.servicePopup .cont .serviceBtn:hover{
	background-color:rgba(255,255,255,.75);
	}
.w_right{float: right;}
.w_left{float: left;}
