/*................................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......*/

body {
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
}
h2,h3,h4{
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:40px;
	letter-spacing:-0.5px;	
	font-weight:700;
	line-height:75px;
}
p{font-family: 'Roboto Slab', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; color:#cccccc; letter-spacing:-0.25px;}

header {
	position: absolute;
	left: 0;
	right: 0;
	padding: 40px 0;
	background:#fff;
	width: 100%;
	z-index: 9997;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
header.sticky {
	position: fixed;
	width: 100%;
	background: #fff;
	box-shadow: 3px 1px 0.99px 0.01px rgba(0, 0, 0, 0.05);
	padding: 20px 0;
}
.logo {
	width: 30%;
	float: left;
}
.logo h1 a img{display:block;}
nav {
	width: 70%;
	float: left;
	text-align: right;
}

nav ul li {
	
	display: inline-block;
	padding:0px 15px;
}

nav ul li a {
	font-size:14px;
	color:#777777;
	line-height:41px;
	text-transform:uppercase;
	text-decoration: none;

}
nav ul li a:hover {
	color: #5a5a5a;
	transition: all 0.5s;
}
.mainbanner{padding-top:120px;}
.banner{
	background:url(images/banner.jpg) no-repeat center center;
	min-height:530px;
	background-size:cover;
	display:block;
	text-align:center;	
}
.banner h2{
	font-size:60px;
	line-height:65px;
	color:#fff;
	text-transform:uppercase;
	padding-top:120px;	
}
.banner p{
	font-size:20px;
	color:#cccccc;
	padding:25px 0 50px;	
}
.banner a{
	width:200px;
	background:#7cc576;
	color:#fff;
	text-align:center;
	display:block;
	border-radius:50px;
	text-decoration:none;
	text-transform:uppercase;
	padding:20px 0;	
	margin:0 auto;
}
.banner a:hover{
	background:#fff;
	color:#7cc576;	
	transition:all 0.5s;
}

.service{
	text-align:center;
	padding:100px 0;	
}
.service h2{
	color:#000;
	text-transform:uppercase;
}
.service p{
	font-size:20px;
	color:#777777;
	padding:0px 0 70px;	
}
.service i{
	font-size:50px;	
}
.service h3{
	font-size:18px;
	text-transform:uppercase;
	line-height:24px;
	padding:25px 0 10px;	
}
.service p.small{
	font-size:14px;	
}

.product{
	background:url(images/producct.jpg) no-repeat center center;
	min-height:616px;
	background-size:cover;	
}
.product h2{
	color:#fff;	
	text-transform:uppercase;
	line-height:45px;
	padding-top:100px;
	padding-bottom:33px;
}
.product h2 span{
	color:#7cc576;
}

.product p{
	color:#cccccc;
	padding-bottom:15px;
}
.product p i{font-size:30px; position:relative; top:5px; margin-right:10px;}
.product a{
	width:168px;
	background:#7cc576;
	color:#fff;
	text-align:center;
	display:block;
	border-radius:50px;
	text-decoration:none;
	text-transform:uppercase;
	padding:20px 0;	
	margin-top:42px;
}
.product a:hover{
	background:#fff;
	color:#7cc576;	
	transition:all 0.5s;
}
.projects{padding:80px 0 30px; position:relative;}
.projects h2{
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.projects p.para{
	font-size:20px;
	color:#777777;
	padding:0px 0 70px;	
	text-align:center;
}
.projects h3{
	font-size:18px;
	line-height:60px;	
}
.projects p{padding-bottom:20px; color:#777777;}
.left{width:20%; float:left;}
.right{width:80%; float:left;}
.right h3{line-height:24px;}
.left span{
	width:67px;
	height:67px;
	border-radius:50%;
	border:2px solid #000;
	color:#000;
	font-size:50px;
	text-align:center;	
	display:block;
}
.left span i{font-size:50px; position:relative; top:10px;}
.icons{margin-bottom:15px;}
.projects a{
	text-decoration:none;
	color:#7cc576;
	font-weight:700;
	text-transform:uppercase;
	margin-bottom: 70px;
    display: block;	
}
.projects img{
	display:block;
	position:absolute;
	right:0;
	bottom:0;	
}

.cluture{padding:80px 0 100px; position:relative; background:#f9f9f9;}
.cluture h2{
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.cluture p.para{
	font-size:20px;
	color:#777777;
	padding:0px 0 70px;	
	text-align:center;
}
.cluture h3{
	text-align:center;
	text-transform:uppercase;
	font-size:18px;
	line-height:40px;	
}
.cluture p{font-size:14px; text-align:center; color:#777777;}
.cluture span{
	width:85px;
	height:85px;
	border-radius:50%;
	border:2px solid #777777;
	color:#777777;
	text-align:center;	
	display:block;
	margin:0 auto 15px;	
}
.cluture span i{font-size:50px; position:relative; top:20px;}
#linebner{position:relative;}
.line{
	height:2px;
	width:177px;
	background:#777777;
	display:inline-block;
	position:absolute;	
	    left: 23%;
    top: 21%;
}
.line2{
	height:2px;
	width:177px;
	background:#777777;
	display:inline-block;	
	position:absolute;
	    right: 23%;
    top: 21%;
}


.testimonials{padding:80px 0 70px; position:relative;}
.testimonials h2{
	color:#000;
	text-transform:uppercase;
	text-align:center;
}
.testimonials p.para{
	font-size:20px;
	color:#777777;
	padding:0px 0 70px;	
	text-align:center;
}
.testimonials h3{
	font-family: 'Roboto Slab', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align:center;
	font-size:22px;
	line-height:28px;
	color:#777777;	
	font-weight:400;
}
.testimonials p{font-size:18px; text-align:center; color:#7cc576; line-height:36px;}
.testimonials img{display:block; width: 100%; margin-bottom:30px;}
.arrow_box {
	position: relative;
	background: #f9f9f9;
	padding:37px 83px;
	margin-top: 25px;
}
.arrow_box:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(249, 249, 249, 0);
	border-right-color: #f9f9f9;
	border-width: 15px;
	margin-top: -15px;
}

.arrow_box1 {
	position: relative;
	background: #f9f9f9;
	padding:37px 83px;
	margin-top: 25px;
}
.arrow_box1:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(249, 249, 249, 0);
	border-left-color: #f9f9f9;
	border-width: 15px;
	margin-top: -15px;
}

.contactus{
	padding:50px 0 64px;
	text-align:center;
	background:#7cc576;
	color:#fff;	
}
.contactus h2{text-transform:uppercase;}
.contactus a{
	padding:12px 0px;
	max-width:170px;
	text-align:center;
	color:#fff;
	border:3px solid #fff;
	border-radius:5px;	
	text-decoration:none;
	margin:20px auto 0;
	display:block;
	font-size:18px;
	font-weight:700;
}
.contactus a:hover{
	background:#fff;
	color:#7cc576;
	transition:all 0.5s;	
}

.clients{
	padding:60px 0;
	text-align:center;	
}
.clients a img{
	margin:0 20px;
	display:inline-block;	
}


.detials{
	padding:55px 0;
	background:#222222;	
}
.detials h3{
	font-size:18px;
	text-transform:uppercase;
	color:#fff;
	line-height:50px;			
}
.detials i{color:#fff; font-size:24px;}
.detials p{
	color:#ececec;	
	padding-bottom:15px;
	font-weight:300;
}
.detials p i{
	margin-right:10px;
	font-size:24px;	
	position:relative;
	top:3px;
}
.detials p span{font-size:12px;}
.ldata{
	width:10%;
	float:left;	
}
.rdata{
	width:90%;
	float:left;	
}
.main a:hover .rdata .detials p{color:#7cc576;}
footer{
	padding:30px 0;
	text-align:center;	
}
footer .social a{
	width:40px;
	height:40px;
	font-size:24px !important;
	border-radius:50%;
	background:#000;
	color:#fff;
	display:inline-block;	
}
footer .social a:hover{color:#7cc576; transition:all 0.5s;}
footer .social a i{position:relative; top:7px;}
footer p{
	font-size:14px;
	color:#555555;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-top:10px;
}

footer p a{
	font-size:14px;
	text-decoration:none;
	color:#555555;
	font-family: 'Montserrat', Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}


/* 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: #7cc576;
}



.dizzy-gillespie {
  filter: saturate(3);
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  top:30%;
  margin-top: 10%;
  width: 0.1px;
  height: 0.1px;
  border: 40px solid transparent;
  border-radius: 5px;
  animation: loader 3s ease-in infinite, spin 1s linear infinite;
}
.dizzy-gillespie::before {
  filter: saturate(0.3);
  display: block;
  position: absolute;
  z-index: -1;
  margin-left: -40px;
  margin-top: -40px;
  content:'';
  height:0.1;
  width:0.1;
  border: 40px solid transparent;
  border-radius: 5px;
  animation: loader 2s ease-in infinite reverse, spin 0.8s linear infinite reverse;
}
.dizzy-gillespie::after {
  display: block;
  position: absolute;
  z-index: 2;
  margin-left: -10px;
  margin-top: -10px;
  content:'';
  height:20px;
  width:20px;
  border-radius: 20px;
  background-color: white;
}
@keyframes loader {
  0% {border-bottom-color:transparent;border-top-color:#114357;}
  25% {border-left-color:transparent;border-right-color:#826C75;}
  50% {border-top-color:transparent;border-bottom-color:#F29492;}
  75% {border-right-color:transparent;border-left-color:#826C75;}
  100% {border-bottom-color:transparent;border-top-color:#114357;}
}

@keyframes spin {
  0% {transform: rotate(0deg)}
  100% {transform: rotate(-360deg)}
}