.contact_form {
    width: 100%;
}
.heading {
    border-bottom: 1px solid #fcab0e;
    padding-bottom: 9px;
    position: relative;
	margin-bottom: 20px;
}
.heading span {
    background: #9e6600 none repeat scroll 0 0;
    bottom: -2px;
    height: 3px;
    left: 0;
    position: absolute;
    width: 75px;
}
.con_form {
    padding: 0;
    width: 99%;
}
.con_txt[type="text"] {
    margin: 8px 4px;
    padding-left: 10px;
    width: 80%;
    border-radius: 5px;
    border: none;
    border: 1px #d9d9d9 solid;
}
.con_txt_3[type="text"] {
    height:auto;
    margin: 10px 4px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    border: 1px #d9d9d9 solid;
	width:100%;
}
.con_txt2[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius: 27px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out 0s;
}
.con_txt2[type="submit"] {
    background: #000 none repeat scroll 0 0;
    border: medium none;
    border-radius:8px;
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 0.45s ease-in-out 0s;
}
.con_txt2:hover {
    background: #fb8800 none repeat scroll 0 0;
    color: #000;
    transition: all 0.5s ease 0s;
}

/*------------button animate----------------*/
.circle-2 {
    width: 1px;
    height:100px;
    position:absolute;
    top:0;
    left:250px;
	z-index:999;
	
}

.circle {
    line-height:100px;
    width: 100px;
    border-radius:50px;
    height: 100px;
    position: relative;
    animation: mymove 5s  ease-in-out 2s infinite;
    position:absolute;
    top:200px;
    left:100px;
	z-index:999;
	
}


/* Chrome, Safari, Opera */
@keyframes line {
    0% { height:100px}
    50% { height:200px}
    100% { height:100px}
}

@keyframes mymove {
    0% { top:100px}
    50% { top:200px}
    100% { top:100px}
}
/*------------//button animate//----------------*/

/*-----------poppup--------------------------*/
           .top { padding-right: 20px; background: #261F41; text-align: right; }
			/*a { color: rgba(255,255,255,0.6); text-transform: uppercase; text-decoration: none; line-height: 42px; }*/
			
			/*h1 { padding: 60px 0; font-weight: 400; text-align: center; }
			p { margin: 0 0 20px; line-height: 1.5; }*/
			
			.main { margin: 0 auto; padding: 40px 20px; max-width: 960px; font-size: 19px; line-height: 30px;}
			.main a { color: #DB7580; text-transform: none; }
			
			/* Styling the Popup Window */
			.popup-trigger { display: block; margin: 0 auto; padding: 20px; max-width: 260px; background:; color: #fff;
    						 font-size: 18px; font-weight: 700; text-align: center; text-transform: uppercase; line-height: 24px; cursor: pointer; }
		  	.popup { display:none; position: absolute; top: 100px; left: 50%; width: 700px; margin-left: -350px; padding: 50px 30px;
  					background: #fff; color: #333; font-size:12px; line-height: 30px; border: 10px solid #150E2D; z-index: 9999;}
  			.popup-mobile {position: relative; top: 0; left: 0; margin: 30px 0 0; width: 100%;}		
  		    .popup-btn-close {position: absolute; top: 8px; right: 14px; color: #fb8800; font-size: 14px; font-weight: bold; text-transform: uppercase; cursor: pointer;}
			
/*-------------------//poppup//--------------------------*/	