
@font-face {
  font-family: 'KokilaBold';
  src: url('fonts/Kokila_Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

.customLogo a	{
	/*font-family: 'KokilaBold', serif;*/
	font-family: 'OpenSans-Light-webfont';
	font-weight: bold;
	color: #fff;
}

.customLogo a span	{
	font-size: 36px;
}

.footerCustomLogo a	{
	/*font-family: 'KokilaBold', serif;*/
	font-family: 'OpenSans-Light-webfont';
	font-size: 18px;
	font-weight: bold;
	color: #ede7ca;
}

.footerCustomLogo a span	{
	font-size: 30px;
}

.footerColumnPadding	{
	margin-bottom: 5px !important;
}

.footerTitle	{
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	text-align: left;
}

.upperFooter	{
	background-color: #292929;
}

ul.footerMenu li {
	text-align: left;
}

ul.footerMenu li a {
    color: #fff;
    margin: 0px 5px;
    font-family: 'OpenSans-Light-webfont';
    text-transform: uppercase;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    font-size: 12px;
	font-weight: bold;
    background: url(../images/arrowup.png) no-repeat bottom center;
    background-size: 0 0;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.aboutSecondText	{
	font-size: 16px;
	font-weight: normal;
	text-align: justify;
}

.services-wrap h6{
	text-transform: uppercase;
}

.products-wrap{
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
}

.products-wrap h6{
	padding-top:5px;
}

.products-wrap p{
	padding-top:15px;
}

.products-wrap a{
	text-transform:uppercase;
	font-size: 12px;
	line-height:12px;
	color:#d35400;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.products-wrap .products-wrap-icon img{
	/*width:30px;*/
	max-width: 99%;
	height:100%;
	margin:0 auto;
	text-align:center;
	padding-top:10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear; 
}

.products-wrap:hover .products-wrap-icon img{
	max-width: 99%;
	height:100%;
}

.productSubHeading	{
	text-align: left; 
	font-weight: bold;
}

.glow-border {
  border: 4px solid #94a1f1;
  border-radius: 10px;
  animation: glow-pulse 1.5s infinite alternate;
}

.glow-border-contact {
    border: 1px solid #94a1f1;
    border-radius: 4px;
    animation: glow-pulse 1s infinite alternate;
}

.list-group-item h6	{
	font-size: 16px;
	line-height: 20px;
}

.footerLink	{
	color: #fff;
}

.contactLink	{
	color: #000;
}

@keyframes glow-pulse {
  0% {
    box-shadow: 0 0 5px #94a1f1, 0 0 10px #94a1f1, 0 0 15px #94a1f1;
  }
  100% {
    box-shadow: 0 0 15px #94a1f1, 0 0 25px #94a1f1, 0 0 35px #94a1f1;
  }
}

.contactText	{
    font-size: 16px;
    color: #000000;
}

.contactBox	{
	width: 276px !important;
    padding: 10px;
    height: 130px;
    overflow: hidden;
}

.mandatoryStar	{
	color: #ff00;
}

.footerArt	{
	background-image: url('../images/footer_drawing.png');
	padding: 15px 0px 15px 0px;
}

.footerBox	{
	border-radius: 10px;
	background-image: url('../images/footer_transparent_bg.png');
	padding: 10px;
	margin-left: 0px !important;
    margin-right: 10px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
	height: 160px;
    overflow: hidden;
}


@media (max-width: 768px) {

	.desktop {
		display:none;	
	}

	.mobile {
		display:inline-table;
	}
	
	.customLogo a	{
		font-size: 20px;
	}


}

@media (min-width:768px) {

	.desktop {
		display:inline-table;
	}

	.mobile {
		display:none;
	}
	
	.products-wrap	{
		height: 300px;
		overflow: hidden;
	}
	
	.customLogo a	{
		font-size: 26px;
	}

	
}


