/*................................reset...........................................*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*................................clearfix...........................................*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/*.........GLOBLE......*/

/*font-family: 'Quicksand', sans-serif;*/
body {
	font-family: "Myriad Pro",Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 29px;
	color: #95a5a6;
	font-weight: 400;
	background: #fff;
}
h2 {
	font-family: 'Rokkitt', Arial, Gotham, sans-serif;
	font-size: 60px;
	line-height: 60px;
	letter-spacing:-0.16px;
	text-align: center;
	color:#e74c3c;
}
h3 {
	font-weight:700;
	font-size: 36px;
	line-height: 40px;
	letter-spacing:-0.06px;
	text-align: center;
	color:#e74c3c;
}
h4 {
	font-weight:700;
	font-size: 20px;
	line-height: 30px;
	letter-spacing:-0.06px;
	text-align: center;
	color:#e74c3c;
}

header {
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index: 9998;
	width: 100%;
	padding: 55px 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky {
	position: fixed;
	width: 100%;
	background: #232323;
	box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
	padding: 20px 0px;
}
header .logo a img {
	display: block;
	padding-top:7px;
}
.logo {
	width: 30%;
	float: left;
}
nav {
	width: 70%;
	float: left;
	text-align: right;
	padding-top:0px;
}
nav ul li {
	display: inline-block;
	padding:0 0 0 30px;
}
nav ul li a {
	font-size: 19px;
	font-family: 'Rokkitt', Arial, Gotham, sans-serif;
	line-height: 20px;
	letter-spacing:0.20px;
	display: block;
	border-bottom:1px solid rgba(0,0,0,0);
	color: #fff;
	text-transform:uppercase;
}
nav ul li a:hover {
	color:#e74c3c;
}
#banner {
	background: url(images/banner.jpg) no-repeat bottom center;
	background-size: cover;
	padding: 230px 0 0px;
	text-align:center;
}
#banner img {
	display: block;
	float:right;
}
#banner h2 {
	color: #fff;
}
span.line{
	height:1px;
	background:#fff;
	display:block;
	margin:10px auto 20px;
	max-width:614px;
	width:100%;	
}

#banner p{color:#fff; font-family: 'Quicksand', sans-serif; font-size:22px; padding-bottom:165px;}

#banner a{
	width: 215px;
	height: 54px;
	line-height: 45px;
	font-family: 'Rokkitt', Arial, Gotham, sans-serif;
	border:6px solid rgba(241,150,140,0.50);
	text-align: center;
	color: #fff;
	background:#e74c3c;
	font-weight: 700;
	font-size: 24px;
	margin:0 auto;
	display: block;
	position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
}
#banner a:hover {
	background: #fff;
	color: #232323;
	transition: all 0.5s;
}

#about{
 text-align:center;
	padding:145px 0 0px;	
}
#about h4{margin:20px 0;}
#about span{text-align:justify; display:block; font-size:15px;}
#about p{padding:50px 80px 65px;}
#about i{color:#e74c3c;}
#about article{padding:0 30px 60px 0;}
#about article.lefts{ padding-right:15px; padding-left:15px;}
#about article.rights{padding-right:0; padding-left:30px;}
.lineblck{border-bottom:1px solid #e4e8e8;}
#portfolio{padding:70px 0 0 0;}

/* CSS3 STYLE GENERIC */
.view {
   width: 400px;
   height: 300px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;   
   cursor: default;
   margin-bottom:55px;
}
.view.flotright{float:right;}
.view .mask1, .view .content {
   width: 400px;
   height: 300px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}


/* FIFTH EFFECTS */
.fifth-effect img {
	opacity:0.2;
	-moz-transition: all 0.3s ease-in;
}
.fifth-effect .mask1 {
   cursor:pointer;
   opacity:1;
   visibility:visible;
   border:150px solid rgba(224,183,181,0.2);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.fifth-effect:hover .mask1 {
	border:0px double rgba(224,183,181,0.2);
	opacity:0;
	visibility:hidden;
}
.fifth-effect:hover img {
	opacity:1;
}


.view a.info i{
	width:47px;
	height:47px;
	line-height:47px;
	border:6px solid rgba(26,188,156,0.3);
	background:#e74c3c;	
	color:#fff;
	text-align:center;
	display: inline-block;padding:0;
}

.mask1 {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0px;
	right: 0;
	color: #fff;
	width: 100%;
	height: auto;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	
	cursor: pointer;
}
.view:hover .mask1 {
	visibility: visible;
	opacity: 1;
}
.mask1 i {
	width:47px;
	height:47px;
	line-height:30px;
	border:6px solid rgba(32,130,110,0.3);
	background:#e74c3c;	
	color:#fff;
	text-align:center;
	float:right;
	margin-right:20px;
	margin-top:25px;
	display: inline-block;padding:0;
}
.mask1 .bottmgreen {
border-top:6px solid rgba(32,130,110,0.3);
	background:#e74c3c;	
	padding:15px 15px;
	color:#fff;
	position:absolute;
	bottom:0;
	width:100%;
}
.mask1 .bottmgreen h5{font-size:30px;font-family: 'Rokkitt', Arial, Gotham, sans-serif; text-align:left;}
.mask1 .bottmgreen p{font-size:15px; color:#9d3b31; text-align:left;}

a.viewmore{
	width:218px;
	height:57px;
	line-height:60px;
	background:#e74c3c;
	border:2px solid #e74c3c;
	color:#fff;
	display:block;
	margin:0 auto 70px;
	text-align:center;
	font-size:24px;	
	font-family: 'Rokkitt', Arial, Gotham, sans-serif;
}
a.viewmore:hover{background:none; color:#e74c3c; transition:all 0.5s;}
a.viewmore i{margin-left:15px;}
#contact{padding:70px 0 90px; text-align:center;}
#contact h2{margin-bottom:60px;}
#contact form{
	max-width:676px;
	width:100%;
	margin:0 auto;
	display:block;	
}
#contact input , #contact textarea{
	padding:15px;
	background:#e4e8e8;
	width:100%;
	margin-bottom:22px;	
	outline:0;
	border:1px solid #e4e8e8;
	
}
#contact input{width: 48.5%; margin-right:1%;}
#contact input[type=email]{margin-right:0; margin-left:1%;}
#contact textarea{height:250px;}
#contact a{
	width:218px;
	height:57px;
	line-height:60px;
	background:#e74c3c;
	border:2px solid #e74c3c;
	color:#fff;
	display:block;
	text-align:center;
	font-size:24px;	
	font-family: 'Rokkitt', Arial, Gotham, sans-serif;
}
#contact a:hover{background:none; color:#e74c3c; transition:all 0.5s;}
#contact input:focus , #contact textarea:focus{border:1px solid #e74c3c;}

footer{background:#e74c3c; padding-bottom:70px;}
.socials{
	max-width:676px;
	width:100%;
	margin:-40px auto 80px;
	display:block;	
}
.socials a i{
	width:98px;
	height:98px;
	line-height:88px;
	border:6px solid #e74c3c;
	background:#fff;	
	text-align:center;
	color:#e74c3c;
	font-size:50px;
}
.socials a i:hover{background:#e74c3c; color:#fff; transition:all 0.5s;}
.socials1{width:33.33%;float:left;}
.socials1.tab2{text-align:center;}
.socials1 a.tab1{float:right;}
footer p{color:#fff;font-family: 'Rokkitt', Arial, Gotham, sans-serif;font-size:24px;}
footer p a{color:#fff;}
footer p a:hover{color:#e4e8e8;}
p.sright{text-align:right; }




/* New */

.os-animation {
	opacity: 0;
}
.os-animation.animated {
	opacity: 1;
}
.staggered-animation {
	opacity: 0;
}
.staggered-animation.animated {
	opacity: 1;
}
/*LOADER EFFECT*/
/*Paste this css to your style sheet file or under head tag*/
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 9999;
 background: #e74c3c;
}


.cssload-contain {
	height: 10px;
	top:50%;
	position:absolute;
	left:0;
	right:0;
	width: 117px;
	margin: auto;
}

.cssload-dot {
	float: left;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: rgb(0,0,0);
	background-image: -webkit-linear-gradient(rgba(255,255,255,0.3), transparent), radial-gradient(rgb(255,255,255), rgb(255,255,255));
		-o-radial-gradient(rgb(255,255,255), rgb(255,255,255));
		-ms-radial-gradient(rgb(255,255,255), rgb(255,255,255));
		-webkit-radial-gradient(rgb(255,255,255), rgb(255,255,255));
		-moz-radial-gradient(rgb(255,255,255), rgb(255,255,255));
	background-position: top center;
	margin: 0 2.5px;
	animation: cssload-bounce 0.52s infinite ease alternate;
		-o-animation: cssload-bounce 0.52s infinite ease alternate;
		-ms-animation: cssload-bounce 0.52s infinite ease alternate;
		-webkit-animation: cssload-bounce 0.52s infinite ease alternate;
		-moz-animation: cssload-bounce 0.52s infinite ease alternate;
}
.cssload-dot:nth-child(1) {
	animation-delay: -0.09s;
		-o-animation-delay: -0.09s;
		-ms-animation-delay: -0.09s;
		-webkit-animation-delay: -0.09s;
		-moz-animation-delay: -0.09s;
}
.cssload-dot:nth-child(2) {
	animation-delay: -0.17s;
		-o-animation-delay: -0.17s;
		-ms-animation-delay: -0.17s;
		-webkit-animation-delay: -0.17s;
		-moz-animation-delay: -0.17s;
}
.cssload-dot:nth-child(3) {
	animation-delay: -0.26s;
		-o-animation-delay: -0.26s;
		-ms-animation-delay: -0.26s;
		-webkit-animation-delay: -0.26s;
		-moz-animation-delay: -0.26s;
}
.cssload-dot:nth-child(4) {
	animation-delay: -0.35s;
		-o-animation-delay: -0.35s;
		-ms-animation-delay: -0.35s;
		-webkit-animation-delay: -0.35s;
		-moz-animation-delay: -0.35s;
}
.cssload-dot:nth-child(5) {
	animation-delay: -0.43s;
		-o-animation-delay: -0.43s;
		-ms-animation-delay: -0.43s;
		-webkit-animation-delay: -0.43s;
		-moz-animation-delay: -0.43s;
}
.cssload-dot:nth-child(6) {
	animation-delay: -0.52s;
		-o-animation-delay: -0.52s;
		-ms-animation-delay: -0.52s;
		-webkit-animation-delay: -0.52s;
		-moz-animation-delay: -0.52s;
}



@keyframes cssload-bounce {
	0% {
		transform: translateY(0);
		box-shadow: 0 2.5px 1px rgba(71,34,86,0.2);
	}
	100% {
		transform: translateY(-39px);
		box-shadow: 0 88px 12px rgba(0,0,0,0.1);
	}
}

@-o-keyframes cssload-bounce {
	0% {
		-o-transform: translateY(0);
		box-shadow: 0 2.5px 1px rgba(71,34,86,0.2);
	}
	100% {
		-o-transform: translateY(-39px);
		box-shadow: 0 88px 12px rgba(0,0,0,0.1);
	}
}

@-ms-keyframes cssload-bounce {
	0% {
		-ms-transform: translateY(0);
		box-shadow: 0 2.5px 1px rgba(71,34,86,0.2);
	}
	100% {
		-ms-transform: translateY(-39px);
		box-shadow: 0 88px 12px rgba(0,0,0,0.1);
	}
}

@-webkit-keyframes cssload-bounce {
	0% {
		-webkit-transform: translateY(0);
		box-shadow: 0 2.5px 1px rgba(71,34,86,0.2);
	}
	100% {
		-webkit-transform: translateY(-39px);
		box-shadow: 0 88px 12px rgba(0,0,0,0.1);
	}
}

@-moz-keyframes cssload-bounce {
	0% {
		-moz-transform: translateY(0);
		box-shadow: 0 2.5px 1px rgba(71,34,86,0.2);
	}
	100% {
		-moz-transform: translateY(-39px);
		box-shadow: 0 88px 12px rgba(0,0,0,0.1);
	}
}