@charset "utf-8";
/* CSS Document */
@font-face {
	font-family: 'itc_avant_garde_gothicmedium';
	src: url('fonts/avantgardeitcbybt-medium-webfont.eot');
	src: url('fonts/avantgardeitcbybt-medium-webfont.eot?#iefix') format('embedded-opentype'),
	url('fonts/avantgardeitcbybt-medium-webfont.woff2') format('woff2'),
	url('fonts/avantgardeitcbybt-medium-webfont.woff') format('woff'),
	url('fonts/avantgardeitcbybt-medium-webfont.ttf') format('truetype'),
	url('fonts/avantgardeitcbybt-medium-webfont.svg#itc_avant_garde_gothicmedium') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* CMS area */
body{ 
	font-family: 'Open Sans', sans-serif;
	padding: 0; 
	margin: 0; 
	font-size: 16px; 
	line-height: 27px; 
	color: #5b5b5b;
}
a, a:hover{text-decoration:none;}
ul, ol{
	list-style:none;
}
/* container width */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}
.fluid-row{ width: 100%; float: left;}

h2{
	
}
h3{
	font-size:20px;
	line-height: 24px;
	color:#303030;
	font-weight: 600;
}
p{
	margin-bottom:25px;
}
.pageTitle, h1{
	font-size:29px;
	text-transform:uppercase;
	padding-bottom:23px;
	background:url(images/h1_bg_grey.jpg) center bottom no-repeat;
	font-weight: 800;
	color: #15457b;
	margin-top: 50px;
	margin-bottom: 25px;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 3px;
}
.pageTitle.left{
	background-position: left bottom;
}
.pageTitle.right{
	background-position: right bottom;
}

/* Custome styling starts  */
.landing-page{
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
}
.wrapper{
	width:100%;
	height:100%;
	min-height:100%;
	float:left;
}
.landing-page >.wrapper{
	background:rgba(0,0,0,.7);
	padding-bottom:88px;		 	 
}
/* header */
.header{
	width:100%;
	float:left;
	background:#15457b;
	min-height: 84px;
	padding: 23px 0 0px 0;
}
.header ul{
	text-align:center;
	margin: 0;
	padding: 0;
}
.header ul li{
	display:inline-block;
	margin:0 7px;
	line-height: 30px;
}
.header ul li a{
	color:#FFF;
	font-size:16px;
	text-decoration:none;
}
.header ul li a:hover{
	color: #000;
}
.landing-page .header{
	min-height: 76px;
}
/* logo */
.logo{ text-align: center; width: 40% ; }
.naming{
	font-size:28px;
	font-family: 'itc_avant_garde_gothicmedium';
	font-weight:bold;
	color:#FFF;
	line-height: 40px;
	display: block;
}
.degree{font-size:20px;
	font-family: 'itc_avant_garde_gothicmedium';
	font-weight:lighter;
	color:#FFF;
}
/* top call */
.call{
	font-size:18px;
	font-weight:bold;
	color:#fff;
	text-align: center;
	line-height: 26px;
	margin-top: 10px;
	width: 20% ;
}

/* top navigation 
-------------------------------------------------------*/
.nav-wrap{
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 9999;
	width: auto;
}
#mob-menu{ 
	font-size: 23px;
	padding: 5px 7px;
	background-color: #efefef;
	border: 1px solid #333;
	border-radius: 5px;
	display: inline-block;
	float: left;
	margin-top: -10px;
}
ul#nav{
	display: none;
	width:200px;
	background-color: rgba(0, 0, 0, 0.8);
	position: absolute;
	top: 35px;
	left: 15px;
}
ul#nav li{
	margin: 0;
	display: block;
	text-align: left;
}
ul#nav li a{
	color: #fff;
	display: block;
	font-family: "Open Sans",sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 10px 15px;			
	position: relative;
	border-top: 1px solid #888;
}
ul#nav li a:hover{
	background-color: rgba(255, 255, 255, 0.8);
	color: #000;
}
/* social links */
.social{
	margin-top:45px;
}
.social ul{
	text-align:center;
	padding: 0;
	margin: 0;
}
.social ul li{
	display:inline-block;
	position: relative;
}
.social ul li a{
	color:#6d6d6d;
	padding:0px 0px 7px;  
	width:25px;
	display: block;
	margin:0 4px;
	font-family: 'FontAwesome';
	font-size:17px;
	position: relative;
}
.social ul li::after {
	content: '';
	display: block;
	margin: auto;
	height: 1px;
	width: 100%;
	background: #6e6d6d;
	transition: width .5s ease, background-color .5s ease;
}
.social ul li:hover:after{
	width: 0px;
	background: transparent;
}
.social ul li a:hover .fa-facebook{
	color: #3b5998;
}
.social ul li a:hover .fa-twitter{
	color: #00aced;
}
.social ul li a:hover .fa-google-plus{
	color: #dd4b39;
}
.social ul li a:hover .fa-mobile{
	color: #00bf8f;
}


/* landing page */
.land-pg-menu{ display: none;}
.land-pg-menu-mob{ display: block; padding-left: 15px;}
.face{
	width:100%;
	float:left;
	padding-top:80px;
	text-align:center;
}
.face_img{
	width:304px;
	height:304px;
	margin:0 auto 14px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	cursor: pointer;
	display: inline-block;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
}
.face_img img{
	width:100%;
	height:100%;
	-moz-transition:-moz-transform 0.5s ease-in; 
	-webkit-transition:-webkit-transform 0.5s ease-in; 
	-o-transition:-o-transform 0.5s ease-in;
	background: none !important;
	border: none !important;
	padding: 0 !important;
}
.face_img:hover img{
	-moz-transform:scale(1.05); 
	-webkit-transform:scale(1.05);
	-o-transform:scale(1.05);
}
.name{
	font-size:36px;      
	color:#FFF;
	font-family: 'itc_avant_garde_gothicmedium';
	font-weight:bold;
	margin: 10px 0;
}
.qualification span{
	font-size:22px;
	color:#737373;
	display:table;
	padding:0 10px 20px;
	border-bottom:#393933 solid 1px;
	margin:0 auto;
	text-transform:uppercase;
	font-family: 'itc_avant_garde_gothicmedium';
}
.go a{
	color:#FFF;
	font-size:20px;
	text-transform:uppercase;
	margin:15px auto;
	display:table;
	font-family: 'itc_avant_garde_gothicmedium';
	line-height: 24px;
	letter-spacing: 3px;
	text-shadow: 0 0 10px #007dff;
}
.go a:hover{
	text-shadow: 0 0 40px #007dff;
}

/* subpage */
.content-area{
	padding-bottom: 30px;
	min-height: 400px;
}
.content-area p a{
	font-weight: 600;
	color: #5b5b5b;
}
.content-area ul, .content-area ol{
	padding: 0;
	margin: 0 0 15px 0;
}
.content-area li{
	position: relative;
	padding-left: 17px;
}
.content-area li:before{
	content: '\f054';
	font-family: 'FontAwesome';
	font-size: 14px;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 3px;
}

/*-- about us page --*/
.about-pg{ padding-bottom: 0;}
.about_top{ 
/*	background-image:url('images/about_bg01.jpg');*/
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding:5px 0px 329px;
	float:left;
	width:100%;
}
.about_bottom{ 
/*	background-image:url('images/about_bottom_bg.jpg');*/
	background-position:center top;
	background-repeat:no-repeat;
	background-attachment:scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	padding:5px 0px 33px;
	float:left;
	width:100%;
	text-align:right;
}
.about_bottom .con{padding-right:15px;}
/* home page */
.banner{
	width: 100%;
	float: left;
	background-position: center top;
	padding-bottom: 30px;
	background-repeat: no-repeat;
}
.banner h2{
	font-size: 58px;
	line-height: 62px;
	color: #fff;
	font-weight: 700;
	font-family: 'Oswald', sans-serif;
	text-shadow: 3px 3px 3px #191913;
}
.home-pg .banner{
	padding-top: 30px;
	background-position: left top;
}
/* resource-pg */
.resource-pg{

}
.resource-box{ 
	width: 100%;
	margin: 0 auto;
	margin-top: 30px;
}
.resource-box .colm{
	width: 100%; 
	float: left;
	text-align: left;
	font-size: 15px;
	line-height: 20px;
	padding: 0 15px;
	margin-top: 5px;
	word-wrap: break-word;
}
.resource-box p{
	margin-bottom: 5px;
}
.resource-box .colm a{
	color: #15457b;
	text-decoration: underline;
}
.resource-box li{
	padding-top: 5px;
}
.resource-box li:before{
	content: url('images/earth-list.png');
	top: 10px;
}
/* Popup design */
.modal{
	background-color: rgba(0, 0, 0, 0.5);
}
.modal-dialog{
	max-width: 100%;
	margin-top: 60px;
}
.modal-content{
	border-radius: 0;
	border-top: 5px solid #15457b;
}
.modal-content button.close{
	position: absolute;
	top: -25px;
	right: 0px;
	color: #fff;
	opacity: 1;
}
.modal-body{
	padding: 15px 28px;
}

/* footer*/
.footer{
	background:#ECECE4;
	padding:50px 0px 40px;
	float:left;
	width:100%;
	font-size:15px;
	line-height:24px;
	color:#15457b;
	min-height: 160px;
	text-align: center;
	font-family: 'itc_avant_garde_gothicmedium';;
}
.footer a{
	color:#15457b;
}
.footer a:hover{
	color: #000;
}
.footer ul{
	padding:0;
	margin: 0 0 10px 0;
}
.footer ul li{
	display:inline-block;
	padding:0px 7px;
}
.copyright{ margin-top: 15px;}

/* responsive styling */
@media (max-width: 767px){
	.about_top{ background-image:url('images/about_bg01-2.jpg') !important; }
	.about_bottom { 
		background-image:url('images/about_bottom_bg-2.jpg') !important;
		background-position: right top;
		background-size: contain;
	}
}
@media (min-width: 768px) {
	body{
		padding-top: 84px;
	}
	body.landing-page{
		padding-top: 76px;
	}
	.header{
		position: fixed;
		top: 0;
		z-index: 9998;
	}
	.header ul li{
		margin: 0 25px;
	}
	.land-pg-menu{ display: block;}
	.land-pg-menu-mob{ display: none;}

	.naming{
		font-size:30px;
		display: inline-block;
	}
	.call{
		font-size:24px;
		margin-top:2px;
	}
	.footer .foot-link{
		text-align: left;
	}
	.footer .copyright{	
		text-align: right;
		margin-top: 0;
	}
	.footer ul li{ padding: 0 15px;}
	.footer ul li:first-child{padding-left:0;}
	.banner h2{
		font-size: 58px;
		line-height: 62px;
	}
	.home-pg .banner{
		height: 850px;
		padding-top: 240px;
		background-position: center top;
	}
	.resource-box .colm{
		width: 33.33%;
	}
	.modal-dialog{
		margin-top: 115px;
	}

}
@media (max-width: 991px) {
	.about_top .col-md-6, .about_bottom .col-md-6{
	}

}
@media (min-width: 992px) {
	/* Popup design */
	.modal-dialog{
		width: 770px;
	}
	.modal-content button.close{
		top: -30px;
		right: -15px;
	}
	.resource-box{ 
		width: 770px;
	}

}
@media (min-width: 992px) and (max-width: 1024px){
	.logo{ width: 75%;}
}
@media screen and (max-width: 1024px) {
	.logo{ padding-left: 50px;}
	ul#nav li a {font-size: 18px;}
}
@media (min-width: 1025px) {
	.nav-wrap{ position: relative; left: auto; top: auto;}
	.logo{ text-align: left;}
	#mob-menu{ display: none;}
	ul#nav{
		display: block;
		border:#235892 solid 1px;
		border-radius:8px;
		float:left;
		padding:6px 0px;
		width:100%;
		background-color: transparent;
		margin-top: 0;
		position: relative;
		left: auto;
		top: auto;
	}
	ul#nav li{
		border-left: 1px solid #235892;
		display: inline-block;
		text-align: center;
	}
	ul#nav li:first-child{
		border-left: 0;
	}
	ul#nav li a{
		padding: 0 5px;		
		border-top: none;	
	}
	ul#nav li a:hover{
		background-color: transparent;
	}
	.call{
		text-align: right;
	}
}
@media (min-width: 1200px) {
	ul#nav li a{
		padding: 0 15px;	
	}
	.naming{
		font-size:38px;
	}
}

.banner .text-center{color: #fff;}
@media screen and (min-width: 768px){
	.banner .text-center{padding-left: 115px; font-weight: bold;}
}
.weigh-house {position: relative;}
.call {float: right;}
.logo{float: left;}
.for_weigh-house .pageTitle {background: rgba(0,0,0,0.4); color: #fff; padding: 15px 20px;}
.facing {display: none;}
@media screen and (min-width: 768px){
	.for_weigh-house {left: 22%; position: absolute; top: 0;}
}
@media screen and (min-width: 992px){
	.for_weigh-house {left: 28%;}
}
@media screen and (min-width: 1200px){
	.for_weigh-house {left: 33%; top:78px;}
}
@media (min-width: 768px) and (max-width: 991px) {
	.logo {padding-left: 75px; width: 50%;}
	.call {width: 28%;}
	.landing-page >.wrapper{padding-bottom:400px;}
}
@media screen and (max-width: 767px) {
	.logo {padding-left: 70px;}
	.call {width: 30%;}
	.facing {text-align: right; display: block; float: right;}
	.about_top {padding-bottom: 20px;}

}
@media screen and (max-width: 360px){	
	.facing {text-align: center; float: none;}

}
@media screen and (max-width: 600px){
	.logo, .header .call{float: left; width: 100%; text-align: center;}	
	
}
.landing .nav-wrap{display: none;}
.content-area ol li:before {left: 0;}
.foot-link img{margin-right: 6px;}
@media screen and (max-width: 460px){
	.landing .nav-wrap{display: block;}
	.landing #menu-header-menu{display: none;}
	.call {padding-left: 48px;}
}
@media screen and (max-width: 600px) {
	.banner h2{font-size: 50px;}
}
@media screen and (min-width: 1370px){
	
	.banner .text-center{top: -236px;}
	.banner-wrap {height: 625px;}
	.about_top {padding-bottom: 374px;}
}
@media screen and (max-width: 1024px){
	ul#nav li a{font-size: 18px;}
	.about_top p{font-size: 18px;}
	.about_top {padding-bottom: 182px;}
	.banner .text-center{padding-left: 0;}
}
@media screen and (min-width: 600px) {
	.naming{		
		display: inline-block;
	}
	.call {width: 31%;}
	.logo {width: 66%; text-align: left;}
}
@media screen and (min-width: 1025px){
	.logo {width: 40%;}
	.call {width: 22%;}
}
@media screen and (min-width: 1200px) {
	.call {width: 20%;}
}

@media screen and (max-width: 767px) {
	.home-pg .banner {background-position: -303px top;}
	
}
