#projects {
    padding:5%;
    background-color: #DAE0E6;
   
}
.project-card-wrapper {
    margin: 3% 0%;
 }
 .project-card::before {
    background-image: linear-gradient(0deg, #000, rgba(0, 0, 0, .8) 25%, rgba(0, 0, 0, .6) 50%, rgba(0, 0, 0, .4) 75%, rgba(0, 0, 0, .2));
    background-position: center;
    content: "";
    border-radius: 8px;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.project-card {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin-top: 2%;
    background: rgb(255, 255, 255) url(YOUR_IMAGE_URL) no-repeat scroll left center / cover; 
    min-width: 12em;
    min-height: 15em;
    border-radius: 8px;
}
.project-card:hover {
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, 0.5), 0 4px 20px 0 rgba(0, 0, 0, 0.49);
}
.project-card-content {
    color: white;
    opacity: 1;
    position: absolute; 
    bottom: 0px;
}




.ofcPanel {
	z-index: 99;
	position: relative;
	padding: 30px 0;
}
.ofcPanel .container .row {
}
.ofcPanel .ofcBox {
	cursor: pointer;
	padding: 30px 20px;
	background: #64add8;
	display: block;
	width: 100%;
		height: 137px;
	position: relative;
	z-index: 9;
	transition: .2s;
}
.ofcPanel .ofcBox:hover {
	background: #71e0bf;
}
.ofcPanel .ofcBox:after {
	height: 100%;
	width: 100%;
	background: rgba(255, 255, 255, 0);
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.3);
	transform: scalex(.95) scaley(.85);
	z-index: -1;
	transition: .2s;
}
.ofcPanel .ofcBox:hover:after {
	border: 1px solid rgba(255, 255, 255, 0.7);
}
.ofcPanel .ofcBox .ofcImg {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	margin-right: 25px;
	position: relative;
}
.ofcPanel .ofcBox .ofcImg:after {
	position: absolute;
	content: '';
	top: 0;
	right: -10px;
	height: 100%;
	width: 1px;
	background: #fff
}
.ofcPanel .ofcBox .ofcLabel {
	display: inline-block;
	vertical-align: middle;
	width: 71%;
	color: #fff;
}
.ofcPanel .ofcBox .ofcLabel h4 {
	font-weight: 500;
	font-size: 1em;
}
.ofcPanel .ofcBox .ofcLabel h5 {
	font-weight: 400;
	font-size: .9em;
	margin: 5px 0;
}
.ofcPanel .ofcBox .ofcLabel h6 {
	font-weight: 400;
	font-size: .85em;
}
/* #myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: red;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
  }
  
  #myBtn:hover {
    background-color: #555;
  } */

  #button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }
  
  /* Styles for the content section */
  
  .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #6c767a;
    line-height: 1.9;
  }
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  }
  .content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
  }
  .content h3 {
    font-style: italic;
    color: #96a2a7;
  }



  /* for landing page css */

  .wrimagecard{	
	margin-top: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    position: relative;
    background: #fff;
    box-shadow: 12px 15px 20px 0px rgba(46,61,73,0.15);
    border-radius: 4px;
    transition: all 0.3s ease;
}
.wrimagecard .fa{
	position: relative;
    font-size: 70px;
}
.wrimagecard-topimage_header{
padding: 20px;
}
a.wrimagecard:hover, .wrimagecard-topimage:hover {
    box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
.wrimagecard-topimage a {
    width: 100%;
    height: 100%;
    display: block;
}
.wrimagecard-topimage_title {
    padding: 20px 24px;
    height: 80px;
    padding-bottom: 0.75rem;
    position: relative;
}
.wrimagecard-topimage a {
    border-bottom: none;
    text-decoration: none;
    color: #525c65;
    transition: color 0.3s ease;
}










/* 
  end of land page css */