
@font-face
{
	font-family: 'Titillium Web';
	src: url('../fonts/titilliumweb-regular.ttf');
}

#homepage
{
	overflow: none;
}
.container-fluid 
{
	/* padding-right: 0px;
	padding-left: 0px;
	 	margin-right: 0px;
	margin-left: 0px; 
	max-width: 100%;
	margin: 0 auto;
	height: auto; */
}

.remove-hpadding
{
	padding-left: 0px;
	padding-right: 0px;
}
.put-margin-top
{
	margin-top:90px;
}
.put-margin-bottom
{
	margin-bottom: 90px;
}
.make-text-bold
{
	font-weight: bold;
}
.make-textcolor-blue
{
	color: rgb(21,100,161);
}
.align-center
{
	text-align: center;
}
@media only screen and (min-width: 1200px)
{
.res-col1-padding
{

	padding-left: 20%;
}
}
@media only screen and (max-width: 1199px)
{
	.pad-left-accordingly
	{
		padding-left: 30%;		
	}
	
}

.align-left-15percent
{
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

.main-logo
{
	display: block;
	position: relative;
	width: 450px;
	height:100px;
	margin: 0 auto;
	margin-top: 50px;
}

/*menu styling*/

.main-menu-nav
{
	background-color: #c0c0c0;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	height: 50px;
}

.main-menu-list
{
	display: inline-block;
	position: relative;
	list-style: none;
	
	left: 50%;
	transform: translate(-50%,0%);
	margin-top:10px;
}

/*animations*/

.menu-item
{
	display: inline-block;

	color:black;
	position: relative;
	top:-9px;
	font-family: 'Tittilium Web', helvetica, sans-serif;

	transition: 0.4s;
	color: black;
	
	text-decoration: none;
	text-align: center;
	width:130px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 12px;
	padding-bottom: 0px;
	margin: 0px 0px; 
}

.menu-item:hover 
{
	position: relative;
	top:-9px;	
	
	background-color: #285882;
	color: #ffffff  ;
	padding-top: 13px;
	padding-bottom: 16px;
	padding-left: 15px;
	padding-right: 15px;

	margin: 0px 0px;
}
#current-menu-item
{
	position: relative;
	top:-9px;	
	
	background-color: #285882;
	color: #ffffff  ;
	padding-top: 13px;
	padding-bottom: 16px;
	padding-left: 15px;
	padding-right: 15px;

	margin: 0px 0px;	
}

.slider-image
{
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 70vh;
	zoom:1.5;
}

.slider-image-container
{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}
.bluebox-text
{
	display: block;
	position: absolute;
	width: 500px;
	height: 70px;
	background-color: rgba(21,100,161,0.6);
	z-index: 20;
	left: 50%;
	top:50%;
	transform: translate(-50%,-60%);
	

}

.bluebox-text p
{
	display: block;
	position: relative;
	height: auto;
	text-transform: uppercase;
	font-size: 2.8em;
	text-align: center;
	color:white;
	padding-top:10px;
}


.home-section2
{
	display: block;
	position: relative;

	background-image: url('../imgs/bkc-watermark-pale2.png');
	background-repeat: no-repeat;
	background-position: 49% 0px;
	background-attachment: fixed;
	padding-top: 90px;
	height: 400px;
	color: rgb(21,100,161);
}

#aboutus-watermark
{
	display: block;
	position: relative;

	background-image: url('../imgs/bkc-watermark-pale2.png');
	background-repeat: no-repeat;
	background-position: 49% 30%;
	background-size: 600px 600px;
	background-attachment: fixed;
	
	
}

#services-watermark
{
	display: block;
	position: relative;

	background-image: url('../imgs/bkc-watermark-pale2.png');
	background-repeat: no-repeat;
	background-position: 49% 100px;
	background-size: 600px 600px;
	background-attachment: fixed;
	
}
#resource-watermark
{
	display: block;
	position: relative;

	background-image: url('../imgs/bkc-watermark-pale2.png');
	background-repeat: no-repeat;
	background-position: 49% 20px;
	background-size: 600px 600px;
	background-attachment: fixed;
}

.home-section2 p
{
	font-size: 22px;
    font-weight: bold;
    text-align: center;
    width: 500px;
    margin: 0 auto;
}


.testimonial-display-widget
{
	display: block;
	position: relative;
	width: 500px;
	margin: 0 auto;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 80px;

}

.testimonial-header
{
	color: rgb(21,100,161);
	font-weight: bold;
	margin-bottom: 50px
}

.testimonial-footer
{
	margin-top: 20px;
	color: rgb(21,100,161);	
	font-weight: bold;
}

#testimonial-prev-button
{
	display: inline-block;
	position: absolute;
	
	left:-15%;
	top:42%;
}


#testimonial-next-button
{
	display: inline-block;
	position: absolute;
	
	left:109%;
	top:42%;
}

.testimonial_para
{
    height:200px;
}

.threeimagesgroup
{
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 60vh;	
}

.footer-bg
{
	display: block;
	position: relative;
	background-image: url('../imgs/footer.jpg');
	width: 100%;
	height: 300px;
	background-size: cover;
	/* -webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%; */
	margin-right:0px;
	margin-left: 0px;

}

.footer-container-left
{
	display: block;
	position: relative;	
	width: 400px;
	height: 150px;
}


.footer-links
{
	display: block;
	position: absolute;
	width: 400px;
	height: 150px;
	top:215px;	
	left:10px;

}
.footer-links a
{
	display: inline-block;
	position: relative;
	
	color:white;

}
.footer-links a:hover
{
	color: #c0c0c0;
}
.footer-text
{
	color:white;	
	font-weight: bold;
	margin-top:10px;
}
.footer-container-right
{
	display: block;
	position: relative;	
	
	height: 150px;
	margin-right: 10px;
}

.footer-social
{
	display: block;
	position: absolute;
	width: 400px;
	height: 150px;
	top:110px;	
	right:10px;	
}
.social-links
{
	
	display: none;/*TODO: change to correct later*/
	width: 100vw;
	
	
	color:white;
	font-weight: bold;
	
}

.social-links p, .social-links h4
{
	text-align: right;
}


.corp-address
{
	display: block;
	position: absolute;
	width: 400px;
	color:white;
	bottom:-51px;
	right: 0px;
}

.footer-left-column
{
	display: block;
	position: absolute;
	width: 400px;
	left: 10px;
	bottom:10px;
}
.footer-right-column
{
	display: block;
	position: absolute;
	width: 400px;
	right:  50px;
	bottom:10px;	
	color: white;
	text-align: right;
}

@media only screen and (max-width: 700px)
{
	.footer-bg
	{
		height: 400px;
	}
	.footer-left-column
	{
		display: inline-block;
		position: relative;
		width: 100%;
		
		text-align: left;
		
		margin:0 auto;
		margin-top:50px;
		height: auto;
		left: 12%;
	}
	.footer-right-column
	{
		display: inline-block;
		position: relative;
		width: 100%;
		
		text-align: left;
		

		height: auto;
		left:12%;
		top:18px;
	}


}
@media only screen and (min-width: 1001px) and (max-width: 1199px)
{
	.bluebox-text
	{
		display: block;
		position: absolute;
		width: 40%;
		height: 70px;
		background-color: rgba(21,100,161,0.6);
		z-index: 20;
		left: 50%;
		top:50%;
		transform: translate(-50%,-60%);


	}

	.bluebox-text p
	{
		display: block;
		position: relative;
		height: auto;
		text-transform: uppercase;
		font-size: 2.3em;
		text-align: center;
		color:white;
		padding-top:14px;
	}

}
@media only screen and (min-width: 900px)  and (max-width: 999px)
{
	.bluebox-text
	{
		display: block;
		position: absolute;
		width: 40%;
		height: 70px;
		background-color: rgba(21,100,161,0.6);
		z-index: 20;
		left: 50%;
		top:50%;
		transform: translate(-50%,-60%);


	}

	.bluebox-text p
	{
		display: block;
		position: relative;
		height: auto;
		text-transform: uppercase;
		font-size: 2.0em;
		text-align: center;
		color:white;
		padding-top:14px;
	}

}
@media only screen and (min-width: 700px)  and (max-width: 899px)
{
	.bluebox-text
	{
		display: block;
		position: absolute;
		width: 300px;
		height: 50px;
		background-color: rgba(21,100,161,0.6);
		z-index: 20;
		left: 50%;
		top:50%;
		transform: translate(-50%,-60%);


	}

	.bluebox-text p
	{
		display: block;
		position: relative;
		height: auto;
		text-transform: uppercase;
		font-size: 1.5em;
		text-align: center;
		color:white;
		padding-top:10px;
	}

}


@media only screen and (min-width: 500px)  and (max-width: 699px)
{
	.bluebox-text
	{
		display: block;
		position: absolute;
		width: 225px;
		height: 50px;
		background-color: rgba(21,100,161,0.6);
		z-index: 20;
		left: 50%;
		top:50%;
		transform: translate(-50%,-60%);


	}
	.bluebox-text p
	{
		display: block;
		position: relative;
		height: auto;
		text-transform: uppercase;
		font-size: 1.1em;
		text-align: center;
		color:white;
		padding-top:14px;
	}


}
@media only screen and (min-width: 320px)  and (max-width: 499px)
{
	.bluebox-text
	{
		display: block;
		position: absolute;
		width: 200px;
		height: 30px;
		background-color: rgba(21,100,161,0.6);
		z-index: 20;
		left: 50%;
		top:50%;
		transform: translate(-50%,-60%);


	}
	.bluebox-text p
	{
		display: block;
		position: relative;
		height: auto;
		text-transform: uppercase;
		font-size: 0.9em;
		text-align: center; 
		color:white;
		padding-top:8px;
	}
	.testimonial_para
	{
	    height:290px;
	}


}




/*about us page*/

.round-img
{
	display: block;
	position: relative;
	
	
	
	padding-left:150px;
	padding-top: 10px;


}

.person-image-description
{
	display: inline-block;
	position: relative;


}

.person-image-description h3
{
	color: rgb(21,100,161);
	font-weight: bold;
}

.person-image-description p
{
	color: rgb(21,100,161);
	
}

/*services page*/
.services-section1
{
	background-color:  rgb(21,100,161);
	height:300px;
}

.services-section-head
{
	display: block;
	position: relative;
	width: 500px;
	height: auto;
	margin:0 auto;

	color: white;
}

.services-section-head-content
{
	display: block;
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;

	font-size: 22px;
	/*font-weight: bold;*/
	text-align: center;

	
}


.services-section2 p, .services-section2 h4, .services-section2 h3
{
	color: rgb(21,100,161);
}

.services-section2
{
	margin:0px 50px;
	padding:0px 20px;
}


/*resource page*/
.resource-section1
{
	display: block;
	position: relative;
	color:rgb(21,100,161);
	

}

.resource-section1 ol 
{
	width: 100%;
	margin:0 auto;
}

.float-right
{
	float: right;
}

/*contact us screen */
.contactus-section
{
	display: block;
	position: relative;
	left: 50%;
	transform: translate(-50%,0%);
	width: 500px;
	padding-bottom: 50px;
	border-bottom: 1px solid rgb(21,100,161);


}
.contactus-address
{
	display: block;
	position: relative;
	left: 50%;
	transform: translate(-50%,0%);
	width: 500px;
	padding-top: 30px;
}
.contactus-address p
{
	text-align: center;
	color:rgb(21,100,161);
	font-size: 18px;
}


.contactus-section form span
{
	display: block;
}
.contactus-section form span p , .contactus-section form span input, .contactus-section form span textarea
{
	display: inline-block;
	width: 200px;
}

.contactus-section form span p
{
	text-align: right;
	width: 150px;
	color:rgb(21,100,161);
}
.contactus-section form span input
{
	position: relative;
	left:50px;
	width:270px;
	background-color: #eeeeee;
	border: 0px solid;
	border-color: white;
	box-shadow: none;
	-webkit-box-shadow:none;
	height:40px;
	margin-bottom: 10px;
}

.contactus-section form span textarea
{
	position: relative;
	left:54px;
	background-color: #eeeeee;
	width:270px;
	border: 0px solid;
	border-color: white;
	box-shadow: none;
	-webkit-box-shadow:none;
}


#contact-submit-btn
{
	display: block;
	position: relative;
	top:20px;
	left:335px;
	
	background-color: #0963a1;
	border: 0px solid;
	border-color: white;
	box-shadow: none;
	-webkit-box-shadow:none;
	color: white;
	padding:5px 12px;
	width:138px;

}

@media only screen and (min-width: 901px)
{
	#hamburger-menu-nav
	{
		display: none;
	}
	#hamburger-menu-opened
	{
		display: none;
	}

}

@media only screen and (max-width: 900px)
{
	.main-menu-nav
	{
		display: none;
	}

	#hamburger-menu-nav
	{
		display: block;
		position: relative;
		left:15px;
		top:-6px;
	
	}

	#hamburger-menu-opened
	{
		display: none;
		list-style:none;
		background-color: #c0c0c0;
		margin:0 auto;
		padding-top:10px;
		padding-bottom:10px;

	}

	


	
}


/*responsive sizes*/

@media only screen and (min-width: 501px) and (max-width: 899px)
{
	.slider-image
	{
		display: block;
		position: relative;
		height: 46vh;
		zoom:1.0;
	}

}

.round-img
{
	padding-left: 0px;
	padding-right:0px;
	margin:0 auto;
}

@media only screen and (max-width: 900px)
{
	.person-image-description
	{
		text-align: center;
	}
	.person-image-description h3
	{
		text-align: center ;	
	}
}
@media only screen and (max-width: 1200px)
{
	.person-image-description
	{
		text-align: center;
	}

}

@media only screen and (max-width: 500px)
{
	.services-section1
	{
		height: 250px;
	}
	.services-section-head-content 
	{
		width: 300px;
		font-size: 15px;
	}
	.services-section2
	{
		margin: 0px 16px;
    	padding: 0px 2px;
	}	
}

/*screen sizes adapt*/

@media only screen and (min-width: 320px) and (max-width: 499px)
{
	.main-logo
	{
		display: block;
		position: relative;
		width: 280px;
		height:60px;
		margin: 0 auto;
		margin-top: 10px;
	

	}
	#hamburger-menu-nav 
	{
	    display: block;
	    position: relative;
	    left: 5px;
	    top: -6px;
	}
	.slider-image
	{
		display: block;
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 200px;
		zoom:1.5;
		margin:0 auto;
	}
	.home-section2
	{
		background-size: 350px 350px;
    	background-position: 50% 82%;
	}
	.home-section2 p
	{
		width: 100%;
		font-size: 17px;
	}
	.threeimagesgroup
	{
		zoom:0.5;
		height:30vh;
	}
	.testimonial-display-widget 
	{
		width: 270px;
	}
	.contactus-section form span input 
	{
		width:160px;
	}
	.contactus-section form span textarea 
	{
		width:160px;	
	}
	.contactus-section form span p 
	{
		display: inline-block;
		position: relative;
		left:7%;	
	}
	#contact-submit-btn
	{
		left:45%;
	}

	.services-section-head
	{
		width: 300px;
	}
	.pad-left-accordingly 
	{
    	padding-left: 20%;
	}
	.footer-right-column	
	{
		font-size: 11px;
	}

}
}



 @media only screen and (min-width: 1200px)
{
	.threeimagesgroup
	{
		display: block;
		position: relative;
		width: 100%;
		max-width: 100%;
		height: 60vh;	
	}
}

@media only screen and (min-width: 900px) and (max-width: 1199px)
{
	.threeimagesgroup
	{
		display: block;
		position: relative;
		width: 100%;
		max-width: 100%;
		height:50vh;
	}

}
@media only screen and (min-width: 750px) and (max-width: 899px)
{
	.threeimagesgroup
	{
		display: block;
		position: relative;
		width: 100%;
		max-width: 100%;
		height:40vh;
	}

}
@media only screen and (min-width: 750px) and (max-width: 899px)
{
	.threeimagesgroup
	{
		display: block;
		position: relative;
		width: 100%;
		max-width: 100%;
		height:40vh;
	}

}
@media only screen and (min-width: 501px) and (max-width: 749px)
{
	.threeimagesgroup
	{
		display: block;
		position: relative;
		width: 100%;
		max-width: 100%;
		height:30vh;
	}

} 

@media only screen and (min-width: 400px) and (max-width: 499px)
{
	.threeimagesgroup
	{
		display: block;
		position: relative;
		width: 100%;
		max-width: 100%;
		height:40vh;
	}

} 
