﻿@charset "utf-8";
/* CSS Document */
 @-webkit-keyframes delta-pulse-red  
{
0% {background-color: #ff0000;}
15% {background-color: #e50000;} 
30% {background-color: #cc0000;}
45% {background-color: #b20000;}
60% {background-color: #990000;}
75% {background-color: #7f0000;}
100% {background-color: #660000;}
}




  @-webkit-keyframes delta-pulse-green 
{
0% {background-color: #00ff00;}
15% {background-color: #00e500;} 
30% {background-color: #00cc00;}
45% {background-color: #00b200;}
60% {background-color: #009900;}
75% {background-color: #007f00;}
100% {background-color: #006600;}
}

 [class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
        font-family: Flaticon;
        font-size: 70px;
        font-style: normal;
    }

.first_divm
{width: 18%;
height: 110px;
float:left;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
background-color: #00a300;
padding: 5px;
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
color:#0A800A;

-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;

}

@font-face { font-family: tulpen-one; src: url('tulpen-one.regular.TTF'); } 
h20 {
font-family: tulpen-one;
color:white;
font-size:78px;
}
h21 {
font-family: tulpen-one;
color:black;
font-size:40px;
}
h22 {
font-family: tulpen-one;
color:white;
font-size:40px;
}

.last_divm_red
{
    border-radius: 5px 5px 0 0;
  animation-name: delta-pulse-red;
  animation-duration: 10s;
  animation-iteration-count: infinite;
color:white;
}

.last_divm_green
{
    border-radius: 5px 5px 0 0;
  animation-name: delta-pulse-green;
  animation-duration: 10s;
  animation-iteration-count: infinite;
color:white;
}

.inner_divm
{width: 18%;
height: 110px;
float:left;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=80);
-moz-opacity: 0.8;
-khtml-opacity: 0.8;
opacity: 0.8;

padding: 5px;

margin-left:10px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
border-top-right-radius: 0px;

-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-bottomleft: 0px;
border-bottom-right-radius: 0px;

}
.inner_divm.first1m{	
	background-color: #e3a21a;

	color:#B17F1A;
	}
	.inner_divm.second1m{	
	background-color:#ee1111;

	color:#B71616;
	}
	.inner_divm.third1m{	
	background-color:#00aba9;

	color:#0C817F;
	}