﻿@charset "utf-8"; 
/* CSS Document */
@media all{
	@font-face {
	  font-family: 'Gadugi-Bold';
	  src: url('../fonts/Gadugi-Bold.svg#Gadugi-Bold') format('svg'),
		   url('../fonts/Gadugi-Bold.ttf') format('truetype'),
		   url('../fonts/Gadugi-Bold.woff') format('woff');
	  font-weight: normal;
	  font-style: normal;
	}
	
	
	.mt{ margin-top:11%;}	
	.product-box{ margin:25px 0px;}
	
	.product-box .panel-body{ padding:15px 20px; margin:0px 0px 30px 0px; border:solid 1px #e7e7e7;}
	.product-box .panel-body h2{ color:#7ccc1d; font-size:32px;}
	.product-box .panel-body ul li{ font-size:14px;}
	.product-box .panel-body ul li:before{ content:"\f105"; font-family:FontAwesome; padding-right:10px;}


	.sea-clr{display:inline-block; color:#0aafe7;}
	.ag-clr{display:inline-block; color:#7ccc1d;}
	
	.sec-title-full:after {
		left: 31%;
		margin-left: -20px;
		width: 400px;
	}
	
	.slogan{display: inline-block; color: #87cd41; font-family: 'Gadugi-Bold'; font-size: 20px; line-height:30px; margin-left: 15px; position: relative; top: 5px; text-shadow: 0px 2px 2px #7d7d7d;}
	.slogan span{color: #00b0f4}
	
	.blinking{
		animation:blinkingText 0.8s infinite;
	}
	@keyframes blinkingText{
		0%{		color: #000;	}
		49%{	color: transparent;	}
		50%{	color: transparent;	}
		99%{	color:transparent;	}
		100%{	color: #000;	}
	}
	
	
}

@media all and (max-width:768px){
	
	
}