@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');
}

@font-face{
   font-family: 'RobotoSlab-Bold';
   src:url('../fonts/RobotoSlab-Bold.ttf') format('truetype');
}

body{
	  font-family: 'OpenSans-Regular';
	  color: #444444;
	  /*padding-top: 150px;*/
}

/*
#FAB702;
*/
  .affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
  }

.top{
	padding-top: 5px;
	padding-bottom: 5px;
	background: #ffffff;
	font-family: 'OpenSans-Semibold';	
}
.top i{
	color: #ff9300;
}

.logo{
	width: 150px;

}

.img{width: 100%; padding: 8px; border:1px solid #cccccc; margin-top: 30px;}
.mb{margin-bottom: 30px;}

.detail h4{ font-family: 'OpenSans-Semibold'; margin-top: 20px; line-height: 25px; }

.title{
	color: #214099;
	padding-left: 15px;
	font-family: 'RobotoSlab-Bold';
	letter-spacing: 1px;
	font-size: 26px;
}

.title span{
	display: block;
	width: 100px;
	height: 5px;
	background: #fbcd05;
}


.menubar{
	background:none;
	margin-bottom: 0;
	border-radius: 0;
	z-index: 111;
}

.menubar .nav li a{color:#333333; font-family: 'OpenSans-Semibold'; }
.menubar .nav li a:hover{
	background: #fbcd05;
	color:#ffffff;
}


.get{
	background: #333333;
	color:#ffffff;
	display: inline-block;
	padding: 10px 20px;
	border-radius: 7px;
	transition: 0.5s;
	font-family: 'OpenSans-Semibold';
	letter-spacing: 0.5px;
}

.get:hover{
	text-decoration: none;
	background: #ff9300;
	color: #ffffff;
}
.call{
	color:#333333;	
	margin-top: 5px;
	display: inline-block;	
	font-family: 'OpenSans-Semibold';
	letter-spacing: 0.5px;
}

.call:hover{
	text-decoration: none;
	color:#333333;
}


/*.dropdown:hover .dropdown-menu{display: block;}
.dropdown-menu{border:0;}
.dropdown-menu  li a{
padding: 7px 20px;
}*/

.soc{
	padding-top: 10px;
}

.top a{
	text-decoration: none;
}

.banner{
	padding: 0;
	position: relative;
}

.banner img{width: 100%; }

.banner video{width: 100%; }


.mt70{margin-top: 70px;}
.mt50{margin-top: 50px;}
.mt30{margin-top: 30px;}
.padl{padding-left: 0;}
.nopad{
	padding: 0;
}

.bg{
	background: url('../images/bg.jpg');
	background-size: 100% 100%;
	padding-bottom: 50px;
	padding-top:50px;
}

.heading{
	padding-left: 0;
	margin-bottom: 25px;
}
.services{margin-bottom: 25px; overflow: hidden;}
.services img{
width: 100%;
padding: 10px;
border:1px solid #cccccc;
background: #ffffff;
transition: 1.2s;
}

.services:hover img{
	transform: rotateY(360deg);
}

.services h4{
	color: #ffffff; /*#214099;*/
	font-family: 'OpenSans-Semibold';
	font-size: 16px;
	background: #333333;
	padding: 10px;
	margin-top: 0;
	text-align: center;
	transition: 0.5s;
	bottom: 0;
}

.abt p{
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 0.5px;
}

.button{
	background: #fbcd05;
	color:#333333;
	display: inline-block;
	padding: 10px 25px;
	text-decoration: none;
	font-size: 16px;
	font-family: 'OpenSans-Semibold';
}


.button:hover{
	background: #fbcd05;
	color:#333333;
	
	text-decoration: none;
}

.fullbg{
	/*background: url('../images/bg2.jpg');
	background-size: 100%; 
	background-repeat: no-repeat;*/
}

.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{
	
}

.footer .nav{}
.footer .nav li a{color:#ffffff; padding: 5px; font-family: 'OpenSans-Regular'; font-size: 14px;}
.footer .nav li a:hover{background:  #b89962;}
.bold{
	font-family: 'RobotoSlab-Bold';
}
.box{
	padding: 10px;
	text-align: center;
}

.box i{
	background:  #b89962;
	border-radius: 50%;
	padding: 15px;
	color:#ffffff;
	margin-bottom: 15px;
	width: 70px;
	height: 70px;
}

.form{
	box-shadow: 0 0 7px 1px #eeeeee;
	padding: 15px;
	border-radius: 10px;
}
.form input[type="text"]{
	width: 100%;
	height: 40px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
	border:1px solid #dddddd;
}

.form select{
	width: 100%;
	height: 35px;
	padding-left: 10px;
	background: #ffffff;
	border:1px solid #999;
	margin-bottom: 10px;
	border-radius: 7px;
	border:1px solid #dddddd;
}

.form textarea{
	width: 100%;
	height: 100px;
	padding-left: 10px;
	margin-bottom: 10px;
	border-radius: 7px;
	border:1px solid #dddddd;
}


.form label{
	padding-left: 5px;
	font-size: 13px; 
	margin-bottom: 5px; 
	font-weight: normal; 
	font-family: 'OpenSans-Semibold';
}

.cont h4{margin-top: 15px;}
.cont i{
	color: #ff9300;
}

.soc a{
	display: inline-block; 
	padding: 10px;
}

.proc{
	padding-left: 60px;
}

.proc i{
position: absolute;
left:0;
top:35px;
background: #ff9300;
width: 60px;
height: 60px;
color: #ffffff;
border-radius: 50%;
text-align:center;
padding-top: 15px;
font-size: 32px;
}
.process{
	/*border:1px solid #ff9300;*/
	padding: 10px;
}
.process h3{
	font-family: 'RobotoSlab-Bold';
}


@media(max-width: 768px)
{
	.navbar{margin-bottom: 0;}
	
	.logo{width: 100px; margin-left: 10px;}
	.navbar-toggle{margin-top: 0;}
	.menubar{ height: auto; }

	.over{
		margin-top: 15px;
		top:0;
		padding: 10px;
	}

	.over h2{
		font-size: 18px;
	}
	.over h1{
		font-size: 28px;
	}

	.over h1 span{font-size: 22px;}

	.banner{overflow: hidden;}
	.banner video{
		width: 200%;
	}

	.banner img{
		margin-top: 0;
	}
}

.footer ul{padding-left: 0; list-style: none;}
.footer ul li a{
	display: block;
	padding: 5px;
	letter-spacing: 0.5px;
}

.logodiv{text-align: center;}
@media(max-width: 480px)
{
	.navbar{margin-bottom: 0;}
	
	.logo{width: 70px;  }

	.logodiv{padding: 0}

	.topt{
		font-size: 16px;
		margin-bottom: 0;
	}
	.tophead{padding-right: 0;}
	h1.title{font-size: 28px}
	.fullbg{
		background: none;
	}

	.detail{margin-top: 0px;}
}



#overlay {
  position: fixed; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,1); /* Black background with opacity */
  z-index: 10000; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
