@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);
@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: 'codropsicons';
	src:url('../fonts/codropsicons/codropsicons.eot');
	src:url('../fonts/codropsicons/codropsicons.eot?#iefix') format('embedded-opentype'),
		url('../fonts/codropsicons/codropsicons.woff') format('woff'),
		url('../fonts/codropsicons/codropsicons.ttf') format('truetype'),
		url('../fonts/codropsicons/codropsicons.svg#codropsicons') format('svg');
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body {
	background: #333;
	color: #fff;
	font-weight: 400;
	font-size: 1em;
	font-family: 'Lato', Arial, sans-serif;
}

a, button {
	outline: none;
}

a {
	color: #f0f0f0;
	text-decoration: none;
}

a:hover, a:focus {
	color: #333;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
 
.clearfix:after {
	clear: both;
}

.codrops-header {
	margin: 0 auto;
	/*padding: 2em;*/
	text-align: left;
}

.codrops-header h1 {
	margin: 0;
	font-weight: 300;
	font-size: 2.5em;
	line-height: 1.3;
}

.codrops-header h1 span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	opacity: 0.7;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 0.69em;
	line-height: 2.2;
}

.codrops-top a {
	display: inline-block;
	padding: 0 1em;
	text-decoration: none;
	letter-spacing: 1px;
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	margin: 0 4px;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	line-height: 1;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

/* Demo Buttons Style */
.codrops-demos {
	padding-top: 1em;
	font-size: 0.8em;
}

.codrops-demos a {
	display: inline-block;
	margin: 0.5em;
	padding: 0.7em 1.1em;
	outline: none;
	border: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	border-color: #333;
	color: #333;
}

.related {
	text-align: center;
	font-size: 1.5em;
}

@media screen and (max-width: 25em) {

	.codrops-icon span {
		display: none;
	}

}
.cards{
    padding:10px;
    background: #fff;
    margin-right: 5px;
    -webkit-box-shadow: rgba(0,0,0,.0980392) 0 2px 4px, rgba(0,0,0,.0980392) 0 0 3px;
    -moz-box-shadow: rgba(0,0,0,.0980392) 0 2px 4px,rgba(0,0,0,.0980392) 0 0 3px;
    box-shadow:  1px 3px 0 rgba(0,0,0,.1);
    border: 1px solid transparent;
}
.h5-name{
        color: #ffffff;
    text-align: center;
    width: 140px;
    margin-top: 15px;
    margin-bottom: 30px;
    background: #2564b3;
    padding: 5px;
}
.h5-name:hover, .h5:focus {
    text-decoration: none !important;
    text-decoration-line: none;
}
.dflex{
    position: relative;
    display: inline-block;
}
.section-box{
   box-shadow: rgb(211, 221, 232) 0px 4px 8px 0px;
   color: rgb(41, 55, 84);
   margin: 0px auto 20px;
   border-width: 1px;
   border-style: solid;
   border-color: rgb(211, 221, 232);
   border-image: initial;
   border-radius: 4px;
   text-decoration: none;
   transition: transform 0.2s ease 0s, box-shadow 0.2s ease 0s, border-color 0.2s ease 0s;
   padding: 10px;
}
a:hover{
    text-decoration:none;
}
.a-center{
        text-align: center;
}
.section-img{
    width: 80px;
    height: auto;
    text-align: center;
    margin: 10px;
}
.section-block{
    text-align: center;
    display: block;
}
.section-box:hover{
    transform: translateY(-10px);
    box-shadow: rgb(211, 221, 232) 0px 4px 32px 0px;
    border-color: rgb(63, 159, 255);
}
@media (min-width:992px) and (max-width:1400px){
.section-box{
        margin: 1%;
    width: 23%;
}
}

