@font-face{
   font-family: 'OpenSans-Regular';
   src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
   font-family: 'OpenSans-Semibold';
   src:url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

body{
	  font-family: 'OpenSans-Regular';
	  color: #444444;
}

.top{
	padding-top: 10px;
	text-align: right;
	font-family: 'OpenSans-Semibold';	
}
.top i{
	color: #d2b578;
}

.logo{
	width: 120px;
	border-radius: 50%;
	border: 3px solid #ffffff;  /*#b89962;*/
	margin-top: -35px;
	position: relative;
	z-index: 111;
}

.menubar{
	background:  #d2b578; /*#b89962; /* #68bc45;*/
	height: 52px; 
	margin-bottom: 0;
	border-radius: 0;
	z-index: 11111;

}

.menubar .nav li a{color:#ffffff; font-family: 'OpenSans-Semibold'; }
.menubar .nav li a:hover{
	background: #d2b578; 
	color:#ffffff;
}



/*.dropdown:hover .dropdown-menu{display: block;}
.dropdown-menu{border:0;}
.dropdown-menu  li a{
padding: 7px 20px;
}*/

.soc{
	padding-top: 10px;
}

.top a{
	color: #365c65;
	
	text-decoration: none;
}

.banner{
	padding: 0;
	position: relative;
}

.banner img{width: 100%; margin-top: -36px;}

.banner video{width: 100%; margin-top: -36px;}

.over{
	position: absolute;
	width: 80%;
	left:0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 150px;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';

}
.over h1{
	
	color:#ffffff;
	font-weight: 700;
	font-size: 55px;
	
}
.over span{
	display: block;
	font-size: 40px;
}

 .over h1, .over h2{ text-shadow: 2px 2px #333; }

.mt70{margin-top: 70px;}
.mt50{margin-top: 50px;}
.mt30{margin-top: 30px;}
.padl{padding-left: 0;}
.heading{
	color: #d2b578;
	font-family: 'OpenSans-Semibold';
	font-size: 36px;	
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px;
}

.home p{
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 25px;
	text-align: justify;
}

.home h4{
	font-family: 'OpenSans-Semibold';
}

.ser{
	text-align: center;
	font-family: 'OpenSans-Semibold';
	margin-bottom: 35px;
}

.ser a{
	text-decoration: none;
	color:#333333;
}

.serpic{
	width: 200px;
	border-radius: 50%;
	box-shadow: 0 0 5px 2px #ccc;
}

.left{padding:10px 40px; }
.right{
	/*background: url('../images/sers.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	height:500px;*/

}

.button{
	background:#d2b578;
	color:#ffffff;
	padding: 10px 25px;
	border-radius: 5px;
	font-family: 'OpenSans-Semibold';
	font-size: 18px;
	margin-top: 25px;
	display: inline-block;
	transition: 0.5s;
}

.button:hover{
	text-decoration: none;
	color:#ffffff;
	border-radius: 35px;
}

.fullimg{width: 100%;}
.full{
	/*background:#b89962;
	color:#ffffff;*/
	position: relative;
}

.footer{
	background: #333333;
	color:#ffffff;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 50px;
}

.footer h4{font-family: 'OpenSans-Semibold';}
.footer a{color:#ffffff; text-decoration: none; padding: }
.footer img{
	width: 130px;
	padding: 5px;
	border:2px solid #ffffff;
}

.footer .nav{}
.footer .nav li a{color:#ffffff; padding: 5px; font-family: 'OpenSans-Regular'; font-size: 14px;}
.footer .nav li a:hover{background:  #d2b578;}
.bold{
	font-family: 'OpenSans-Semibold';
}
.box{
	padding: 10px;
	text-align: center;
}

.box i{
	background: #d2b578;
	border-radius: 50%;
	padding: 15px;
	color:#ffffff;
	margin-bottom: 15px;
	width: 70px;
	height: 70px;
}

.form input[type="text"]{
	width: 100%;
	height: 35px;
	padding-left: 5px;
}

.form select{
	width: 100%;
	height: 35px;
	padding-left: 5px;
	background: #ffffff;
	border:1px solid #999;
}

.form textarea{
	width: 100%;
	height: 100px;
	padding-left: 5px;
}


.form label{
	font-size: 13px; 
	margin-bottom: 0; 
	font-weight: normal; 
	font-family: 'OpenSans-Semibold';
}



.testimonial a{color:#444; text-decoration: none;}
.testimonial h4{
font-family: 'OpenSans-Semibold';
letter-spacing: 1px;
}
.testimonial p{ color:#444; letter-spacing: 0.5px; }
.testimonial i{
	color: #ffd43b;
	margin-bottom:10px;
}



@media(max-width: 768px)
{
	#topmail{display: none;}	
	.navbar{margin-bottom: 0;}
	
	.logo{width: 100px; margin-top: -40px; margin-left: 10px;}
	.navbar-toggle{margin-top: 0;}
	.menubar{ height: auto; }

	.over{
		margin-top: 0;
	}

	.over h2{
		font-size: 20px;
	}
	.over h1{
		font-size: 28px;
	}

	.over h1 span{font-size: 22px;}

	.banner{overflow: hidden;}
	.banner video{
		width: 200%;
	}

	.banner img{
		margin-top: 0;
	}
}

@media(max-width: 480px)
{
	.navbar{margin-bottom: 0;}
	
	.logo{width: 100px; margin-top: -40px; margin-left: 10px;}
}