body {
  background: #fff;
  font-family: 'Raleway', sans-serif;
  color:#4e4e4e;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	color: #000000;
}

h1{
	font-size: 36px;
	color: #294575;
}

h2{
	font-size: 32px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
}

h3{
	font-size: 26px;
	color: #000000;
	font-weight: 400;
	line-height: 24px;
}

h4{
  font-size: 24px;
}

h5{
  font-size: 20px;
}
h6{
  font-size: 18px;
}


.thumbnail {
    padding: 20px;
    transition: all 0.2s ease-in-out 0s;
	border: 2px solid #ddd;
	margin-bottom: 30px;

}
.thumbnail:hover {
	padding: 20px;
	transition: all 0.2s ease-in-out 0s;
	border: 2px solid #90C31F;
}

p {
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	color: #504e4a;
}
.read-more{
	margin-top: 40px;
	margin-bottom: 8px;
	max-width: 150px;
}

.read-more a{
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #90c31f;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	text-align: center;
	color: #000;
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.read-more a:hover{
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #666;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	text-align: center;
	color: #666;
	display: block;	
}


.menu-small{
	color: #90C320;
	text-transform: uppercase;
	font-weight: 600;
}

a {
	color: #90C320;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
	font-family: 'Raleway', sans-serif;

}

a:hover, a:focus {
	color: #3860A0;
}

.yellow{
	color: #FFBE0E;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #c52d2f;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #c52d2f;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 36px;
  margin-top: 0;
  margin-bottom: 40px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

body > section {
  padding: 76px 0;
}

.center {
  text-align: center;
  padding-bottom: 5px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}


/********************************Header********************************/
.top-bar{
  margin-top: 30px;
}


#top-right {
	padding-bottom: 14px;
	padding-right: 15px;
	text-decoration: none;
}
.green {
	color: #90C320;
}

#top-right .btn-default {
	background-color: #fff;
	border-color: #ccc;
	color: #90C320;
}
#top-right .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
	color: #F9B52C;
}
#top-right a.facebook{
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	color: #90C320;
	padding: 4px;
}
#top-right .sep{
	padding-left:8px;
	padding-right:8px;
	
}
#top-right p{
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	margin-bottom: 2px;
	line-height: 24px;
	color: #666;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}



.navbar-brand {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding: 2px 0;
	padding-bottom: 0;
	background-color: #FFFFFF;
}

 .navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
	margin-left: 20px;
	padding-bottom: 5px;
}

.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 6px;
	color: #8FC41E;
	display: inline-block;
	font-weight: 600;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active{
	color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #ffffff;
	color: #8FC41E;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
	background-color: #fff;
	color: #294676;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:active {
	color: #000000;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}


/********************************Home Page********************************/


#main-slider {
	position: relative;
	background-color: #313393;
}


.camera_wrap{
	max-width: 1920px;
}

.no-margin {
  margin: 0;
  padding: 0;
}


/************************* ********* welcome  ****** **************************/
#welcome {
	background-color: #FFFFFF;
}
#welcome p {
	color: #504e4a;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
}

/************************* ********* workflow ****** **************************/

#workflow{
	background-image: url(../images/work-flow.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #FFF;
	background-attachment: scroll;
	height: 100%;
	width: 100%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #d5d5d5;
	border-bottom-color: #d5d5d5;
}


.workflow-box {
	margin-bottom: 2px;
	text-align: center;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.workflow-box h3 {
	color: #121212;
	margin-bottom: 10px;
	font-size: 18px;
}
.workflow-box p {
	color: #504e4a;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
}
.workflow-box figure {
	border-radius: 0px;
	display: inline-block;
	height: 169px;
	margin-bottom: 18px;
	overflow: hidden;
	width: 170px;
}
.workflow-box figure img {
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.workflow-box a {
	color: #121212;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.workflow-box a:hover {
	color: #90C320;
}
.workflow-box .home-block {
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
}

.workflow-box .home-block:hover figure img {
	margin-top: -169px;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
}
.workflow-box .home-block:hover h3 a{
	color: #90C320;
}
.workflow-box .home-block:hover p{
	color: #90C320;
}

/************************* *********what we offer****** **************************/

#what-we-offer {
	background-color: #CE2C1B;
	background-image: url(../images/red-pat.gif);
	background-repeat: repeat;
	background-position: left top;
}
.homepage #what-we-offer p {
	color: #FFF;
}


#what-we-offer h2{
	color:#FFF;
}

#what-we-offer .read-more{
	margin-top: 40px;
	margin-bottom: 8px;
	max-width: 150px;
}

#what-we-offer .read-more a{
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #fff;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	text-align: center;
	color: #FFF;
	display: block;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#what-we-offer .read-more a:hover{
	font-size: 14px;
	font-weight: 600;
	border: 2px solid #000000;
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 10px;
	padding-left: 22px;
	text-align: center;
	color: #000000;
	display: block;
}

/************************* ********* projects  ****** **************************/

#projects{
	background-size: cover;
	background-color: #FFF;
}

#projects {
  color: #fff;
  text-align: center;
}
#projects img{
	color: #fff;
}

#projects h2, 
#projects h3 {
	color: #000000;
}





/** filters list **/
#filter-list {
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 45px;
}

#filter-list li {
	display: inline-block;
	width: auto;
	margin: 0 10px 20px 0;
	font-size: 1em;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #9c9c9c;
	border: 1px solid #9c9c9c;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#filter-list li:hover {
	background-color: #90c31f;
	color: #000;
}
#filter-list li.active {
	font-weight: bold;
	background: #90c31f;
	color: #FFF;
}


/** portfolio list **/
#portfolio {
	display: block;
  width: 100%;
  padding: 0 12px;
  margin-bottom: 35px;
	text-align: center;
}

#portfolio .item {
	display: none;
	opacity: 0;
	vertical-align: top;
	color: #fff;
	font-size: 30px;
	text-align: center;
	-moz-box-sizing: border-box;
}
#portfolio .item a {
	 width: 100%;
	  text-decoration: none;
	  background: #fff;
	
}
#portfolio .item img {
 width: 100%;
}

/** clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 



/** pages **/


/*--portfolio Page --*/
.gallery p {
	padding-bottom: 0px;
	margin-bottom: 2px;
	margin-top: 14px;
	
}
.gallery .thumbnail {
	min-height: 350px;
}



.contact-info{
  color:#000;
}

#page-header {
	background-attachment: fixed;
	background-image: url(../images/inner-header1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	min-height: 150px;
	max-height: 150px;
	padding-top: 50px;
	background-color: #373580;
}

#page-content {
	padding-bottom: 30px;
	background-color: #FFFFFF;
	min-height: 500px;
}
/******************************** HOW IT WORKS ********************************/

#howItWorks h4 span {
	color:#758ab2;
}

.iphoneSmall {
	margin-left:120px;
}

.transition1 {
	background-image: url('../images/transition1.png');
	background-repeat:no-repeat;
	width:627px;
	height:137px;
	margin:0 auto;
	display:block;
}

.transition2 {
	background-image: url('../images/transition2.png');
	background-repeat:no-repeat;
	width:627px;
	height:140px;
	margin:0 auto;
	display:block;
	background-size:cover;
}

/******************************** PRICING ********************************/

#pricing {
	margin-bottom:50px;
}

.pricingTable {
	margin-top:-15px;
	padding:0px;
	text-align:center;
	border-radius:5px;
	border-style:solid;
	border-width:1px;
	border-color:#c9c9c9;
	-webkit-box-shadow: 0px 0px 4px #d6d6d6;
    -moz-box-shadow: 0px 0px 4px #d6d6d6;
    box-shadow: 0px 0px 4px #d6d6d6;
    margin-bottom:30px;
}

.pricingTable:hover {
	margin-top:-25px;
	animation-duration: 0.55s;
  	animation-name: slideUpPrice;
  	animation-direction: normal;
  	animation-iteration-count: 1;
}

/* animation */
@keyframes slideUpPrice {
  from {
    margin-top: -20px;
  }

  to {
    margin-top: -25px;
  }
}

.pricingHeader {
	padding:5px 0px 10px 0px;
	
}

.pricingTable h1 {
	color: #90C31F;
	font-size: 25px;
}

.pricingTable h2 {
	color: white;
	line-height: 25px;
	-webkit-text-shadow: 0px 0px 3px #202020;
	-moz-text-shadow: 0px 0px 3px #202020;
	text-shadow: 0px 0px 3px #202020;
}

.triangleWhite {
	margin:0 auto;
}

.priceAmount {
	margin-top:-19px;
	background-color:#758ab2;
	padding:15px 0px 15px 0px;
}

.priceAmount h2 span {
	font-size:16px;
	font-style:italic;
}

.pricingTable ul li {
	list-style:none;
	line-height:50px;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.05), rgba(2,2,2,0)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.04), rgba(2,2,2,0));
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#d3d3d3;
}

.buttonContainer {
	margin-top:-10px;
	padding-top:30px;
	padding-bottom:30px;
}



/************************* ********* Contact Us  ****** **************************/

#contact-page{
  padding-top: 0;
}


textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}


.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*********************** ********* Footer ******************************/

footer {
	padding-top: 70px;
	padding-bottom: 70px;
	color: #fff;
	background: #2e2e2e;
	background-color: #2e2e2e;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat;
	background-position: left top;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

#footer {
	color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
#footer h3 {
	color: #FFF;
	margin-bottom: 30px;
}



#footer a {
	color: #90C31F;
}

#footer a:hover {
	color: #90C31F;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-rights {
	background-color: #000;
	padding: 20px;
}


#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 13px;
	right: 3%;
	overflow: hidden;
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top1.png") no-repeat 0px 0px;
	border-radius: 30em;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

.preview-block {
	margin-bottom: 10px;
	margin-top: 15px;
}