*{
	margin: 0px;
	padding: 0px;
}
body{
	font-family: 'Roboto', sans-serif;
	background-color: #D1AD6B;
}
/*font-family: 'Zen Antique', serif;*/
.main-bg {
    background-image: url(../images/bg.png);
    padding: 0px 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 199px;
}
.logo{
	margin-top: 40px;
	margin-bottom: 40px;
}
.main-para h1{
	padding-top: 50px;
	font-size: 30px ;
	font-weight: 400;
	color: #fff;
	font-family: 'Zen Antique', serif;
}
.main-para h3{
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	font-family: 'Zen Antique', serif;
}
.main-para p{
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}

.main-para h2{
	font-size: 55px;
	color: #fff;
	font-weight: 400;
	font-family: 'Zen Antique', serif;
}
.foot1{
	background-color: #FF6600;
	padding: 0px 0;
}
.btn:hover{
	color: #fff;
}
.main-sec{
	
	padding-top: 100px;
	margin-top: -100px;
	padding-bottom: 50px;
	text-align: center;

}
.about{
	background-color: #fff;
	padding: 80px 0;
}
.about h2{
	margin-top: 70px;
	font-family: 'Zen Antique', serif;
	font-size: 30px;


}
.about p{
	font-size: 16px;
	line-height: 1.7;
	color: #000;
	font-weight: 400;
	margin: 0px;
	padding-top: 10px;
	padding-right: 40px;
}
.gallery{
	background-color: #fff;
	padding-bottom: 50px;
}
.gallery h2{
	font-size: 30px;
	color: #000;
}
.main-div{
	border: 1px solid #fff;
	margin: 35px 0;
}
.main-div h3{
	font-size: 14px;
	color: #fff;
	margin: 0px;
	font-weight: 400;
	padding-top: 10px;
	padding-bottom: 15px;
}
.main-div img{
	margin-top: -40px;
}

.main-sec h2{
	color: #fff;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Zen Antique', serif;
	margin: 50px 0;

}
.gallery h2{
	color: #000;
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Zen Antique', serif;
	padding: 40px 0;

}
.gallery img{
	margin: 15px 0;
}

.suces{
	margin: auto;
	text-align: center;
	display: block  !important;
}

.suces img {
    width: 100px;
    margin-top: 23px;
}
.suces h2 {
    font-size: 32px;
    color: #043766;
    font-weight: 600;
    padding-top: 20px;
    margin: 0px;
}
.suces h5 {
    font-size: 15px;
    font-weight: 400;
    color: #043766;
    line-height: 1.6;
    padding-top: 10px;
}





footer{
	background-color: #000000;
	padding: 10px;
	color: #fff;
	
}
footer p{
	margin: 0px;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
}

form {
    background-color: #fff;
    padding: 10px 20px;
    text-align: center;
    height: 320px;
    width: 90%;
    box-shadow: -30px 30px 25px #00000026;
    margin-top:-28px ;

}
form img{
	padding-top: 15px;
}
form h3{
	font-size: 16px;
	color: #043766;
	font-weight: 600;
	padding-top: 10px;
	line-height: 1.6;
	margin: 0px;

}
.form-control{
	margin: 10px 0;
	border: none;
	border-bottom: 1px solid #595959;
	color: #595959;
	border-radius: 0px;
	padding: 0px;
	margin-top: 18px;
	background-color: #fff;

}
.btn{
	background-color: #D1AD6B;
	border-radius: 0px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 30px;
	margin: 10px 0;

}
button:hover{
	color: #fff;
}
.foot{
	padding: 15px 0;
}
.stick{
	display: none;
}

#form_top .legend {
    transform: rotate( 
-90deg);
    position: absolute;
    left: -97px;
    top: 126px;
    right: 138px;
    padding: 0;
    background-color: #D1AD6B;
    color: #FFF;
    cursor: pointer;
    border: none;
    font-size: 20px;
    width: 153px;
    text-align: center;
    height: 40px;
}
#form_top {
    background-color: #fff;
    position: fixed;
    right: -264px;
    top: 28%;
    z-index: 9;
    min-width: 264px;
    width: 264px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 10px 0px;
}


.contactbox {
    padding: 25px;
}
.webView{
	display: block;
}
.sidef{
	width: 100%;
}
.m-from {
    width: 100%;
    height: auto;
    padding: 0px 10px;
}

@media only screen and (max-width: 600px) {
	.logo img {
		width: 150px;

  
}
.logo{
	margin: 20px 0;
}
.logo1 img{
	width: 200px;

}
.main-para h1{
	padding-top: 10px;
}
	.webView{
	display: none;
}
	.t-form{
		display: none;
	}
	
.modal-body{
	display: block;
}
.modal{
	width: 80%;
	left: 10%;
	top: 5%;
}
.t-img{
	margin: 10px 0;
}
.stick{
	background-color: #043766;
	position: fixed;
	display: block;
	bottom: 0px;
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.stick a{
	background-color: #FC425D;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px ;
	font-weight: 600;
	padding: 10px 30px;
	position: relative;
	top: -20px;
}
footer{
	margin-bottom: 50px;
}
.main-para h1{
	font-size: 30px;
}
.main-para h2 {
    font-size: 24px;
    }
.main-bg {
	background-image: url(../images/mob.png);
	padding: 0px;
	padding-bottom: 40px;

}

.main-sec h2{
	margin: 10px 0;
}
.main-para h3 {
	font-size: 45px;
}
.about{
	padding: 10px 0;
}
.about h2{
	padding: 10px 0px;
	font-size: 30px;
	margin: 0px;
}
.about p{
	margin: 0px;
	padding: 10px 0;
	font-size: 14px;
	padding-left: 0px;
	
}
.gallery{
	text-align: center;
}
.gallery h2{
	margin: 0px;
	padding: 10px 0;
}
.feat{
	margin: 5px 0;
}
.galler img{
	margin: 20px 0;
}
.unit-sec ul li{
	border-right: 0px;
	margin: 15px 0;
}

.item{
	margin: 10px 0;
}
.unit-sec ul li h3{
	font-size: 30px;
}
.unit-sec ul li p{
	margin: 0px;
}
.head h2{
	font-size: 30px;

}
.feature{
	margin: 10px;
}
.feat img{
	width: 75px;

}
.head p {
    font-size: 14px;
    padding-bottom: 10px;
}

.m-from {
    width: 100%;
    height: auto;
    padding: 0px 10px;
    margin-top: 10px;
    box-shadow: none;
}
.modal-body{
	background-color: #fff;
}
}