@font-face {
	font-family:'Arial Rounded MT Bold';
	src:url("../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.eot?srf3rx");
	src:url("../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.eot?srf3rx#iefix") format("embedded-opentype"),url("../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.ttf?srf3rx") format("truetype"),url("../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.woff?srf3rx") format("woff"),url("../fonts/arial-rounded-mt-bold/arial-rounded-mt-bold.svg?srf3rx#icomoon") format("svg");
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'icomoon';
	src:url("../fonts/icomoon/icomoon.eot?srf3rx");
	src:url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"),url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"),url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"),url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
	font-weight:normal;
	font-style:normal;
}

html {
	background:#ffffff;
}
body {
	font-family: 'Hind Madurai', sans-serif;
	font-size: 16px;
	line-height:1.5;
	color: #848589;
	background: #ffffff;
}
body.overflow {
	overflow-x:auto;
}
::-webkit-selection {
	color:#fff;
	background:#f9ad81;
}
::-moz-selection {
	color:#fff;
	background:#f9ad81;
}
::selection {
	color:#fff;
	background:#f9ad81;
}
a {
	color:#f9ad81;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
a:hover,a:focus,a:active {
	color:#f67d38;
	outline:none;
	text-decoration:none;
}
p {
	margin-bottom:30px;
}
.bg-red {
	color:#EE1D24;
}
.bg-blue {
	color:#0063AF;
}

.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #848589;
}

/** blink */
@keyframes blink {  
  0% { color: red; }
  100% { color: black; }
}
@-webkit-keyframes blink {
  0% { color: red; }
  100% { color: black; }
}
.blink {
  font-weight: bold;
  -webkit-animation: blink 1s linear infinite;
  -moz-animation: blink 1s linear infinite;
  animation: blink 1s linear infinite;
} 


/** logo */
.logo {
	vertical-align: middle;	
	text-align: left;
}
.logo img {
	padding: 1em;
	width: 100%;
	max-width: 350px;
}
@media screen and (max-width:768px) {
	.logo {
		text-align: center;
	}	
}
@media screen and (max-width:480px) {
	.logo {
		text-align: center;
	}	
	.logo img {
		max-width: 250px;
	}
}

/** main */
#main {
	-webkit-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
#portfolio{
	padding: 1em 0 3em;
}
#about {
	padding:3em 0;
}
@media screen and (max-width:768px) {
	#portfolio,#about {
		padding:1em 0;
	}
}

/** top-menu */
#top-menu {
	padding:1em 0;
}

#top-menu .btn {
	border-radius: 0;
	color: #85868A;
	padding: 6px;
}
#top-menu .btn-default {
	border: 0;
	font-size: 0.8em;
}
#top-menu .btn-lg {
	padding: 0 16px;
}

/** contact */
.contact {
    font-size: 0.8em;
    margin-bottom: 2em;
    padding: 10px;
    text-align: left;	
	color: #85868A;	
}
.contact .row {

}
@media screen and (max-width:768px) {
	.contact .row {
		margin-bottom: 1em;
	}
}


/** about */
#content figure {
	margin-bottom:30px;
}
#about {
	background:#AAAAAA;
}
#about .icon-box {
	color: #fff;
	text-align: center;
}
#about .icon-box:hover {
	background: #cccccc;
}
#about .icon-box a {
	color:#fff;
	text-decoration: none;
}
#about .icon-box:hover a {
	color: #EC1C24;
	text-decoration: none;
}
#about .icon-box h4 {
	font-size: 0.7em;
	font-weight: bold;
}
#about .icon-box span {
	font-size: 0.7em;
    display: block;
    line-height: 1.25;
}
#about .icon-box img {
	width: 40%;
}

/** img grid */
.img-grid {
	width:100%;
	height:150px;
	position:relative;
	overflow:hidden;
	border: 1px solid #848589;
	vertical-align:	middle;
	text-align: center;
	padding: 0;
	filter: grayscale(00%);
	margin-bottom: 30px;
	
	background-size: 80% auto;
	background-repeat: no-repeat;
	background-position: center center;
}
.img-grid:hover {
	filter: grayscale(100%);
}

@media screen and (max-width:480px) {}
.img-grid a {
    display: block;
    height: 150px;
    line-height: 130px;	
	color: transparent;
}
.img-grid a:hover {
	color: #fff;
}
.img-grid a span {
	display: none;
	line-height: 1.5;	
	text-align: center;
	color: #fff;
	padding: 10px;
	font-size: 14px;
}
.img-grid a:hover span {
	display:block;
	background: rgba(68,72,83,0.9);	
}

/** icon grid */
.icon-grid {
	width:100%;
	height:150px;
	position:relative;
	overflow:hidden;
	border: 1px solid #848589;
	vertical-align:	middle;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
}
.icon-grid a {
	position:relative;
	overflow:hidden;
    display: block;
    height: 150px;
}
.icon-grid a i {
	position: relative;
	z-index: 10;
    color: #848589;
    padding: 10px;
    text-align: center;
}
.icon-grid a span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
	
	display: none;
	line-height: 1.5;	
	text-align: center;
	color: #fff;
	padding: 10px;
	font-size: 14px;
}
.icon-grid a:hover span {
	display: block;
	background: rgba(68,72,83,0.9);	
}

.grid-has-footer {
	margin-bottom: 0;
}
.grid-footer {
	border: 1px solid #3B5998;
	border-top: 0;
	background: #3B5998;
	text-align:center;
	margin-bottom: 20px;
}
.grid-footer a {
	color: #fff;
	font-size: 0.8em;
	padding: 2px 8px;
	display: block;
}
.grid-footer a:hover {
	color: #F69320;
}
.grid-footer .fa {

} 

/** fa */
.fa.fa-6x {
	font-size: 8em;
}

/** heading */
.heading {
	margin-bottom: 1em;
}
.section-heading .section-subtitle2,
.section-heading .section-subtitle,
.section-heading .section-title {
	font-family:'Arial Rounded MT Bold',sans-serif;
	margin: 10px auto;
	font-size:40px;
}
.section-heading .section-subtitle {
	font-size:40px;
	color:#0084E9;
	margin: 10px auto;
}
.section-heading .section-subtitle2 {
	font-size:32px;
	color:#0084E9;
	margin: 30px 0;
}
@media screen and (max-width:768px) {
	.section-heading .section-title,
	.section-heading .section-subtitle {
		font-size:18px;
	}
	.section-heading .section-subtitle {
		margin-bottom: 20px;
	}
	.section-heading .section-subtitle2 {
		font-size:14px;
		margin: 10px 0;
	}
}

/** #footer */
#footer {
	background: #E6E7E9;
}
#footer p {
	font-size: 0.9em;
	margin: 8px 0;
	color: #444853;
}
@media screen and (max-width:480px) {
	#footer p {
		text-align: center;
	}	
}

/** go top */
.go-top  {
    display: none;
	background: transparent;
    bottom: 100px;
    min-height: 40px;
    min-width: 40px;
    position: fixed;
    right: 1%;
    z-index: 100;
}
.go-top  a {
    border-radius: 0;
	
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
} 
.go-top a:hover,
.go-top a:active,
.go-top a:focus {
    background: #57517b;
	color: #ffffff;
}

/** Animation */
.to-animate,
.to-animate-2,
.animate-box {
	opacity:0;
}


.animated {
	-webkit-animation-duration:.3s;
	animation-duration:.3s;
	-webkit-animation-fill-mode:both;
	animation-fill-mode:both;
}
.r-pb {
	padding-bottom:40px;
}
@media screen and (max-width:480px) {
	.col-xxs-12 {
		width:100%;
		float: none;
	}
}
/* Arrow Animations */
@-webkit-keyframes ani-mouse {
	0% {
		opacity:1;
		top:29%;
	}
	15% {
		opacity:1;
		top:50%;
	}
	50% {
		opacity:0;
		top:50%;
	}
	100% {
		opacity:0;
		top:29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
		opacity:1;
		top:29%;
	}
	15% {
		opacity:1;
		top:50%;
	}
	50% {
		opacity:0;
		top:50%;
	}
	100% {
		opacity:0;
		top:29%;
	}
}
@keyframes ani-mouse {
	0% {
		opacity:1;
		top:29%;
	}
	15% {
		opacity:1;
		top:50%;
	}
	50% {
		opacity:0;
		top:50%;
	}
	100% {
		opacity:0;
		top: 29%;
	}
}
