body, html {
	font-family: 'Khula', sans-serif;
	font-weight:400;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #fff;
	background-color:#FFF;
}



html, body, {
  margin: 0;
  padding: 0;
  height: 100%;
}

h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	/*font-family: 'Belleza', sans-serif;*/
	font-family: 'Khula', sans-serif;
	font-weight:400;
	font-size: 15px;
}
a {
	color: #5b777f;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #A92929;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FFF;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #a92929;
	border: 0;
	margin-bottom: 30px;
}
.circle {
  position:relative;
  border-radius: 50%;
  width: 30%;
  background: #a92929;
  margin-right: 5%;
}
.circle:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.number {
	position:absolute;
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	color: #FFF;
    font-size: 6.5vw;
	font-weight: 700;
	padding-top: 15%;
}
.topspace {
	margin-top: 80px;
}
.smallspace {
	margin-top: 20px;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.numberedsteps {
	display: flex;
	align-items: center;
}
.displayflex {
	display: flex;
}
/* Navigation */
#menu {
	padding: 0px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(231, 231, 231, 0);

}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #a92929;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight:bold;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #a92929;
}
.on {
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #a92929 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #a92929;
	border-color: #a92929;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
  background-color: rgba(255, 255, 255, 0.9);
}

.dropdown {


}

.dropdown .dropbtn { 
  	border: none;
  	outline: none;
  	padding: 16px 17px;
  	background-color: inherit;
  	font-family: inherit;
  	margin: 0;
  	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight:bold;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  	color: #a92929;
		background-color: transparent;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  white-space:nowrap;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* Home Style */
header {
	background: url(../img/vector-wall-splash.jpg) no-repeat center right;
	background-size: cover;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
	color: #d9e0e2;
    position:relative;
	min-height: 100vh;
}
.tree img {
	width: 100%;
}
.carrot img {
	width: 100%;
}

.recycling img {
	width: 100%;
}
@media (max-width: 768px) {
.tree img {
	width: 50%;
}
.carrot img {
	width: 50%;
}
.recycling img {
	width: 50%;
}
}
@media (max-width: 750px) {
.tree img {
	width: 50%;
	margin-top:-50px;
}
.carrot img {
	width: 50%;
}
.recycling img {
	width: 50%;
	margin-top: 50px;
}
}
.tree h1 {
	vertical-align: middle;
	color: rgba(42,54,62, 1);
	margin: 0 0 0 0;
	font-size:4vw;
	text-align:center;
	font-weight:800;
}
.tree h4 {
	vertical-align: middle;
	color: rgba(42,54,62, 1);
	margin: 0 0 0 0;
	font-size:1.5vw;
	padding-bottom:5%;
	padding-top: 15%;
}
@media (max-width: 415px) {
.tree h1 {
	vertical-align: middle;
	margin: 0 0 0 0;
	font-size:8.5vw;
	text-align:center;
}
.tree h4 {
	vertical-align: middle;
	margin: 0 0 0 0;
	font-size:4.5vw;
	padding-bottom:5%;
	padding-top:7%;
}
}
.carrot h1 {
	vertical-align: middle;
	color: rgba(42,54,62, 1);
	margin: 0 0 0 0;
	font-size:4vw;
	text-align:center;
	font-weight:800;
}
.carrot h4 {
	vertical-align: middle;
	color: rgba(42,54,62, 1);
	margin: 0 0 0 0;
	font-size:1.5vw;
	padding-bottom:5%;
	padding-top:30%;
}
@media (max-width: 415px) {
.carrot h1 {
	vertical-align: middle;
	margin: 0 0 0 0;
	font-size:8.5vw;
	text-align:center;
}
.carrot h4 {
	vertical-align: middle;
	margin: 0 0 0 0;
	font-size:4.5vw;
	padding-bottom:5%;
	padding-top:7%;
}
}

/* Account Manager Section */
#account-manager-section {
	color: rgba(42,54,62, 1);
	position:relative;
	width:100%;
	margin-top:8%;
}
#account-manager-section img {
	float: right;
	height: 91vh;
	width: 35%;
	margin-top:-4%;
}
#account-manager-section h1 {
  font-size:8vw;
  letter-spacing: 2px;
  margin-left:8%;
  line-height:100%;
  margin-top:0;
}
#account-manager-section h2 {
  font-size:5vw;
  font-weight:800;
  letter-spacing: 2px;
  margin-left:8%;
  line-height:100%;
}
#account-manager-section h4 {
  margin-left:8%;
  width:52%;
}
.file-adjustment-adding-background{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5%;
	width: 90vw;
}
@media (max-width: 992px) {
#account-manager-section {
	height:100vh;
}
}
@media (max-width: 415px) {
#account-manager-section {
	height:55vh;
}
#account-manager-section h1 {
  font-size:8.5vw;
    top: 50%;
}
#account-manager-section img {
	max-height: 90vh;
	max-width: 25%;
	margin-top: 90%;
}
}

/* Guarantee Section */
#guarantee-section {
	color: rgba(42,54,62, 1);
	position:relative;
	height:100vh;
	width:100%;
}
#guarantee-section img {
	float: right;
	max-height: 90vh;
	max-width: 25%;
	margin-top: 5%;
}
#guarantee-section h1 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  font-size:4vw;
  padding-bottom:8%;
  padding-left:8%;
  padding-right:30%;
  font-weight:800;
}
@media (max-width: 992px) {
#guarantee-section {
	height:100vh;
}
}
@media (max-width: 415px) {
	#guarantee-section {
	height:55vh;
}
#guarantee-section h1 {
  font-size:8.5vw;
    top: 50%;
}
#guarantee-section img {
	max-height: 90vh;
	max-width: 25%;
	margin-top: 90%;
}
}

/* Refund Section */
#refund-section {
	color: rgba(42,54,62, 1);
	position:relative;
	height:100vh;
	width:100%;
}

#refund-section img {
	float: left;
	max-height: 90vh;
	max-width: 30%;
	margin-top: 5%;
}
	

#refund-section h1 {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  font-size:4vw;
  padding-bottom:8%;
  padding-left:30%;
  padding-right:8%;
  font-weight:800;
}

.question{
	font-style:italic; 
	font-size:2vw; 
	color:#666;
}
@media (max-width: 992px) {
#refund-section {
	height:100vh;
}
}
@media (max-width: 415px) {
#refund-section {
	height:60vh;
}
#refund-section h1 {
  font-size:8.5vw;
  top:45%;
}
.question{
	font-size:5vw;
	margin-left:-20%; 
}
#refund-section img {
	max-width: 30%;
	margin-top: 80%;
}
}

.btn-refund{
	background: transparent;
	border: 2px solid rgba(42,54,62, 1);
	border-radius: 4px;
	padding: 9px 14px 6px 14px;
	margin-top: 20px;
	font-size: 16px;
	transition: all 0.5s;
	color: rgba(42,54,62, 1);
}

.btn-refund btn:hover{
	color: rgba(42,54,62, 1);
}

/* Confident Section */
#confident-section {
	color: rgba(42,54,62, 1);
	position:relative;
	min-height:100vh;
	width:100%;
}

#confident-section h1 {
	position:absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width:100%;
    font-size:4vw;
	top:20%;
	font-weight:800;
}

#confident-section .row {
  position:absolute;
  top:35%;
}



@media (max-width: 992px) {
#confident-section h1 {
  top:10%;
}
#confident-section .row {
  top:15%;
}
#confident-section {
	min-height:160vh;
}
}
@media (max-width: 415px) {
#confident-section h1 {
  font-size:8.5vw;
  top:5%;
}
#confident-section {
	min-height:120vh;
}
}

.confident{
	box-shadow:0px 0px 20px 3px #CCC;
	padding: 3px 3px 3px 3px;
	margin-top:7%;
}

.confident-body{
	color:#000;
	padding: 7px 7px 7px 7px;
}

.confident-title{
	color:#A92929;
}

.confident-text{
	padding: 7px 7px 7px 7px;
	text-align:center;
}

#gap-section {
	height:100vh;
}
@media (max-width: 415px) {
#gap-section {
	height:30vh;
}
}

/* Courier Section */
#courier-section {
	color: rgba(42,54,62, 1);
	position:relative;
	height:100vh;
	width:100%;
	animation-fill-mode:none;
}

#courier-section img {
	position:absolute;
	float: left;
	max-height: 85vh;
	max-width: 40%;
	/*margin-top: 5%;*/
	bottom:0;
	left:0;
	margin-bottom: 2%;
	margin-left: 2%;
}
	

#courier-section h1 {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  font-size:4vw;
  padding-bottom:8%;
  padding-left:30%;
  padding-right:8%;
  font-weight:800;
}

#courier-section h4 {
  position: absolute;
  top: 53%;
  left: 36%;
  margin-right:15%;
  margin-top:2%;
  font-size:1.5vw;
}

@media (max-width: 992px) {
#courier-section {
	height:100vh;
}

#courier-section img {
	max-width: 60%;
	margin-top: 80%;
	margin-bottom: 6%;
	margin-left: 2%;
}
#courier-section h1 {
  font-size:6.5vw;
  top:18%;
  padding-left:8%;
  padding-right:8%;
}
#courier-section h4 {
  position: absolute;
  top: 24%;
  left:0%;
  font-size:2.5vw;
  margin-left:12%;
  margin-right:12%;
}
}
@media (max-width: 415px) {
#courier-section {
	height:100vh;
}
#courier-section h1 {
  font-size:8.5vw;
  top:15%;
  padding-left:8%;
  padding-right:8%;
}
#courier-section h4 {
  position: absolute;
  top: 25%;
  left:0%;
  font-size:3.5vw;
  margin-left:10%;
  margin-right:10%;
  margin-top:1%;
}
#courier-section img {
	max-width: 80%;
	margin-top: 80%;
	margin-bottom: 25%;
	margin-left: 2%;
}
}

/* PickPack Section */
#pickpack-section {
	color: rgba(42,54,62, 1);
	position:relative;
	height:100vh;
	width:100%;
}

#pickpack-section img {
	float: right;
	max-height: 90vh;
	max-width: 25%;
	margin-top:15%;
}
	

#pickpack-section h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  font-size:4vw;
  padding-bottom:8%;
  padding-left:8%;
  padding-right:30%;
  font-weight:800;
}

#pickpack-section h4 {
  position: absolute;
  top: 50%;
  margin-left:8%;
  margin-right:30%;
  font-size:1.5vw;
}

@media (max-width: 992px) {
#pickpack-section {
	height:100vh;
}
#pickpack-section img {
	max-width: 60%;
	margin-top: 50%;
	margin-bottom: 20%;
	margin-left: 2%;
}
#pickpack-section h1 {
  font-size:6.5vw;
  top:18%;
  padding-left:8%;
  padding-right:8%;
}
#pickpack-section h4 {
  position: absolute;
  top: 24%;
  left:0%;
  font-size:2.5vw;
  margin-left:12%;
  margin-right:12%;
}
}
@media (max-width: 415px) {
#pickpack-section {
   height:100vh;
}
#pickpack-section h1 {
  font-size:8.5vw;
  top:15%;
  padding-left:8%;
  padding-right:8%;
}
#pickpack-section h4 {
  position: absolute;
  top: 25%;
  left:0%;
  font-size:3.5vw;
  margin-left:10%;
  margin-right:10%;
  margin-top:1%;
}
#pickpack-section img {
	max-width: 80%;
	margin-top: 80%;
	margin-bottom: 25%;
	margin-left: 2%;
}
}

/* Pricing Section */
#pricing-section {
	color: rgba(42,54,62, 1);
	position:relative;
	height:100vh;
	width:100%;
}

#pricing-section img {
	position:absolute;
	float: left;
	max-height: 85vh;
	max-width: 40%;
	/*margin-top: 5%;*/
	bottom:0;
	left:0;
	margin-bottom: 2%;
	margin-left: 2%;
}
	

#pricing-section h1 {
  position: absolute;
  top: 57%;
  left: 57%;
  transform: translate(-50%, -50%);
  width:100%;
  font-size:4vw;
  padding-bottom:8%;
  padding-left:35%;
  padding-right:13%;
  font-weight:800;
}


#pricing-section h4 {
  position: absolute;
  top: 57%;
  left: 46%;
  margin-right:10%;
  margin-top:2%;
  font-size:1.5vw;
}

@media (max-width: 992px) {
#pricing-section {
	height:100vh;
}

#pricing-section img {
	max-width: 60%;
	margin-top: 80%;
	margin-bottom: 20%;
	margin-left: 20%;
}
#pricing-section h1 {
  font-size:6.5vw;
  top:18%;
  padding-left:8%;
  padding-right:8%;
  left:50%;
}
#pricing-section h4 {
  position: absolute;
  top: 24%;
  left:0%;
  font-size:2.5vw;
  margin-left:12%;
  margin-right:12%;
}
}
@media (max-width: 415px) {
#pricing-section {
	height:100vh;
}
#pricing-section h1 {
  font-size:8.5vw;
  top:20%;
  padding-left:10%;
  padding-right:10%;
  left:50%;
}

#pricing-section h4 {
  position: absolute;
  top: 30%;
  left:0%;
  font-size:3.5vw;
  margin-left:10%;
  margin-right:10%;
  margin-top:1%;
}
#pricing-section img {
	max-width: 80%;
	margin-bottom: 40%;
	margin-left: 10%;
}
}

header p {
	color: #000;
	margin-bottom: 5%;
	letter-spacing: 1px;
    position:relative;
	/*text-shadow:
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px 1px 0 #FFF; */
}
.intro-text {
	position: relative;
	padding-right: 0;
	padding-left: 0;
}
.intro-text h1 {
	font-family: 'Khula', sans-serif;
	font-weight: 800;
	letter-spacing: 2px;
	color: rgba(42,54,62, 1);
	text-shadow: 4px 5px 4px #fff; 
	margin-top: 0;
	font-size: 10.4em;
     }
.intro-text h2 {
	font-family: 'Khula', sans-serif;
	font-weight: 800;
	font-size: 2.5em;
	letter-spacing: 2px;
	color: rgba(42,54,62, 1);
	text-shadow: 4px 5px 4px #fff;
	font-size: 3.7em;
     }
.intro-text h4 {
	font-family: 'Khula', sans-serif;
	font-weight: 800;
	font-size: 3.5em;
	letter-spacing: 2px;
	color: rgba(42,54,62, 1);
	text-shadow: 4px 5px 4px #fff; 		
     }
@media (max-width: 768px) {
.intro-text {
	position: relative;
	margin: auto;
	padding-top:10%;
	text-wrap:none;
}
.intro-text h1 {
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	text-wrap:none;
	font-size: 7.8em;
}
.intro-text h2 {
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	padding-top:25%;
	text-wrap:none;
	font-size: 2.7em;
}
.intro-text h4 {
	position: relative;
	margin-left: 5%;
	margin-right: 5%;
	text-wrap:none;
	color: rgba(42,54,62, 1);
	font-size: 1.8em;
	padding-bottom:10%;
}
}
.color {
	color: #a92929;
}
.btn-default {
	background: #A92929;
	border-radius: 50px;
	padding: 9px 14px 6px 14px;
	margin-top: 20px;
	font-size: 16px;
	transition: all 0.5s;
	color: #FFF;
	font-weight:600;
	border: 2px solid #A92929;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #A92929;
	background: transparent;
	border: 2px solid #A9292;
}

.box{
  height:100%;
  
  background-color:white; 
  margin-top:1%;
  border-radius:5px;
  }
  
  .shadow{
  position:relative;
  box-shadow:0 1px 4px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.1) inset;
  height:100%;
  margin-left:0px;
  border-radius:5px;
    }
    
    .shadow:before, .shadow:after{
  position:absolute;
  content:"";
  top:50px;
  bottom:5px;
  left:30px;
  right:30px;
  z-index:-1;
  box-shadow:0 0 40px 13px #486685;
  border-radius:100px/20px; 
}

/* Services Section */
#services-section {
	padding: 80px 0 100px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #FFF;
}
#services-section h4 {
	color: #FFF;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 40px;
	border: 0;
	width: 100px;
	height: 80px;
	padding: 22px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #a92929;
	transition: all 0.5s;
}
#services-section .service:hover>i.fa {
	background: #0b3540;
}

#services-section .service:hover>a i.fa {
	background: #0b3540;
	
}
/* System Section */
#system-section {
	padding: 80px 0 20px 0;
	color: rgba(42,54,62, 1);
	position:relative;
	height:100vh;
	width:100%;
	background: url(../img/system_bannerv2.jpg) no-repeat bottom;
	background-size: contain;
}
#system-section h1 {
  position: absolute;
  margin-top:10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  font-size:4vw;
  padding-bottom:8%;
  font-weight:800;
}
@media (max-width: 992px) {
#system-section {
	height:80vh;
}
}
@media (max-width: 415px) {
#system-section h1 {
  font-size:8.5vw;
}
}
/* System Details Section */
#system-details-section {
	margin-top:5%;
	color: rgba(42,54,62, 1);
	position:relative;
	height:100vh;
	width:100%;
}
#system-details-section h1 {
  width:100%;
  font-size:4vw;
  font-weight:800;
}
@media (max-width: 992px) {
#system-details-section {
	height:80vh;
}
}
@media (max-width: 415px) {
#system-details-section h1 {
  font-size:8.5vw;
}
}
.spreadsheet{
	margin-top: 5%;
}

/*Logo Slider*/
.block{
  overflow: hidden;
  width: 100%;
  background:#EAEAEA;
}
.animation {
  width: auto;
  height: 200px;
  font-size: 0px;
}
.animation div {
  display: inline-block;
  width: auto;
  float: none;
  padding: 0 50px;
}

/* Environment Section */
#environment-section {
	padding: 80px 0 100px 0;
	color: rgba(42,54,62, 1);
	position:relative;
	height:100vh;
	width:100%;
	background: url(../img/environmental_bannerv2.jpg) no-repeat bottom;
}
#environment-section h1 {
  position: absolute;
  margin-top:15%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
  font-size:4vw;
  padding-bottom:8%;
  font-weight:800;
}
@media (max-width: 992px) {
#environment-section {
	height:80vh;
}
}
@media (max-width: 415px) {
#environment-section h1 {
  font-size:8.5vw;
}
}

/* About Section */
#about-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #FFF;
}
#about-section h4 {
	color: #FFF;
	font-size: 20px;
}
#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "?";
	color: #a92929;
	padding-right: 5px;
}

#about-section img{
	box-shadow:10px 10px 15px #000;
}

/* Photography Section */
#photography-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/photography.jpg);
	background-size: cover;
	background-position:center;
	background-attachment: fixed;
	color: #000;
}
#photography {
	padding: 30px 0;
}
#photography .item {
	display: block;
	width: 100%;
	height: auto;
}
#photography .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}

#photography, a {
	color: #FFF;
}



/* Team Section */
#team-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #FFF;
}
#team-section hr {
	background: #a92929;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #FFF;
}
#team-section i.fa {
	font-size: 16px;
	color: #faeaab;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #a92929;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #a92929;
}
/* Meeting Room 1 Sectionn */
#meetingroom1-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/IMG_0748.jpg);
    background-size:cover;
	background-attachment: fixed;
	color: #223b4a;
	height: 75vh;
}
#meetingroom1 {
	padding: 30px 0;
}
#meetingroom1 .item {
	display: block;
	width: 100%;
	height: auto;
}
#meetingroom1 .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}
/* Meeting Room 2 Section */
#meetingroom2-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/IMG_0748.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #223b4a;
}
#meetingroom2 {
	padding: 30px 0;
}
#meetingroom2 .item {
	display: block;
	width: 100%;
	height: auto;
}
#meetingroom2 .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}

/* Meeting Room 3 Section */
#meetingroom3-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/Clock.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #223b4a;
    min-height:400px;
}

#meetingroom3 {
	padding: 30px 0;

}

/* Contact Section */
#contact-section {
	padding: 80px 0 20px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(100,46,58,1) 0%, rgba(169,41,41,1) 25%, rgba(169,41,41,1) 75%, rgba(100,46,58,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(100,46,58,1) 0%, rgba(169,41,41,1) 25%, rgba(169,41,41,1) 75%, rgba(100,46,58,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(100,46,58,1) 0%, rgba(169,41,41,1) 25%, rgba(169,41,41,1) 75%, rgba(100,46,58,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
color: #FFF;
}
#contact-section hr {
	background: #223b4a;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #223b4a;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Belleza', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact-section .social i.fa {
	font-size: 26px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #000;
}

#contact-section .btn:hover, #contact-section .btn:focus {
	border: 2px solid #FFF;
	color: #FFF;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Footer */
#footer {
	background: #032731;
	padding: 15px 0 10px 0;
	color: #42626b;
	text-align: center;
}
#footer p {
	margin-top: 10px;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(255, 255, 255, 1);
    height:50px;
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 10%;
}
}

@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}

.intro-text2 {
	position: relative;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;

}
.intro-text2 h1 {
	font-size: 70px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: rgba(255,255,255, 1);
	 text-shadow: 3px 3px #000000;
}

.color2 {
	color: #a92929;
}
.btn-default2 {
	color: #FFF;
	font-family: 'Belleza', sans-serif;
	background-color: #a92929;
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover2, .btn-default:focus2, .btn-default.focus2, .btn-default:active2, .btn-default.active2 {
	background-color: #FFF;
}

#works-section {
	padding: 80px 0;
	background: url(../img/wall-background-tint65.jpg) no-repeat center right;
	background-size: cover;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-color:#fff;
	color: #d9e0e2;
    position:relative;
	min-height: 100vh;
}
#works-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #a92929;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
#works-section hr {
	background: #223b4a;
}
#works-section h2 {
	color: rgba(42,54,62, 1);
}
#works-section p {
	color:#000;
}
ul.cat li {
	display: inline-block;
	margin-left: 0px;
	padding-left: 0px;
}
ol {
	padding-left: 0px;
}
ul {
	padding-left: 0px;
}
ol.type li {
	display: inline-block;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 35px;
}
ol.type li a {
	color: #A92929;
	border: 2px solid #A92929;
	padding: 10px 16px 8px 16px;
	border-radius: 50px;
}
ol.type li a.active {
	color: #FFF;
	background: #A92929;
}
ol.type li a:hover {
	color: #FFF;
	background: #A92929;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.psm .portfolio-item .hover-bg {
	height: 100%;
	overflow: hidden;
	position: relative;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.psm .portfolio-item .hover-bg img {
	width: 100%;
}
.portfolio-item .hover-bg {
	height: 250px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #c0cbce;
	background: rgba(3, 46, 58, 0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.3s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.7s;
	font-size: 20px;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff;
	color: #000;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 1px;
	height: 75px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 1px;
	height: 75px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #a7b6ba;
	background-color: #1d434e;
	border-color: #1d434e;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .fa fa-plus-modal .btn-primary.active {
	color: #a7b6ba;
	background-color: #032e3a;
	border-color: #032e3a;
}
#psm-section {
	padding: 40px 0;
	
color: #FFF;
}
#psm-section i.fa {
	font-size: 30px;
	padding: 5px;
	color: #a92929;
}

#psm-section hr {
	background: #223b4a;
}

.psm .intro-text{
	padding-top:5%;
}

.psm .intro-text h1 {
	text-shadow:none;
}

.psm-text p{
	color: rgba(60,60,60, 1);
}

.psm .intro-text h3 {
	color: rgba(60,60,60, 1);
	margin-bottom:0;
}


@media only screen and (max-width: 360px) {
  #services-section, #works-section, #about-section, #bindry-section, #team-section, #contact-section{
  padding: 20px 0 40px 0;
    
  }
 
}

@media (max-width: 768px) {
header {
	background: url(../img/wall-small.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
    position:relative;
	min-height: 100vh;
}
}

@media (max-width: 360px) {
#brandsh{
   font-size:10px;
    }
}
