@charset "utf-8";

/** === Global CSS === **/
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
a {
	color: #000000;

}
a:hover {
	color: #660066;

}
body {
	font-family: Arial, Verdana, Helvetica, Sans-serif;
}
/** === Global CSS END === **/
#websiteOuterWrapper {
	
}
#websiteHeader {
	background-color:  #f5f5f5;
	
}
#websiteFooter {
	background-color:  #f5f5f5;
	padding: 20px;
}
.bg-custom  {
	background-color:  #f5f5f5;
	padding-left: 0px;
	padding-right: 0px;
}
.current {
	color:  #FFFFFF !important;
	background-color: #660066;
}
.what-we-do-italic {
	font-style: italic;
}
.padding-left {
	padding-left: 50px;
}
/** Responsive layout **/

@media (min-width: 992px){
	#navbarSupportedContent {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		align-content:  flex-end;
	}
}

@media (max-width: 768px) {
	.mobile-center {
		display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	}
	.mobile-margin-bottom {
		margin-bottom:  20px;
	}
}
/** footer related css **/
 .footer-menu li {

	display: inline;
	

	
}
.footer-menu ul {
	margin-bottom: 0px !important;
		list-style: none;
	
}
.footer-menu li {
	margin-bottom: 0px !important;
		list-style: none;
	
}
.footer-menu a {
	margin-bottom: 0px !important;
		list-style: none;
	
}
.footer-menu {
		padding: 0px;
	margin: 0px !important;
}
.footer-inner {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	margin-bottom: 0px;
	
	
}
.footer-inner-bottom {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	vertical-align: middle;
	
	
}
.footer-inner-bottom p {
	margin: 0px;
}
.unique-orange {
	color: #ec8e22;
}
.pink-unique {
	color: #660066;
}
.text-italic {
	font-style: italic;
}
.maintain {
	padding-left: 50px;
}
/** image caption related css **/

  .thumbnail.with-caption {
    display: inline-block;
    background: #f5f5f5;
  }
  .thumbnail.with-caption p {
    margin: 0;
    padding-top: 0.5em;
  }
  .thumbnail.with-caption small:before {
    content: '\2014 \00A0';
  }
  .thumbnail.with-caption small {
    width: 100%;
    text-align: right;
    display: inline-block;
    color: #999;
  }
