.animated-gradient-bg {
  background: linear-gradient(-20deg,#65aa4f,#666,#4877bb,#1a3c6d);
    background-color: rgba(0, 0, 0, 0);
    background-size: auto;
  background-color: rgba(0, 0, 0, 0);
  background-size: auto;
  background-size: 400% 400%;
  animation: gradient 5s cubic-bezier(0.45,0.05,0.55,0.95) infinite;
}
@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position: 0 50%}}
.fpic {
    width: 100%;
}
.hpic {
    width: 50%;
}
.qpic {
    width: 33%;
}
fl. {
    float: left;
}
.fr {
    float: right;
}
.split {
    clear: both;
}
.lh {
    line-height: 28px;
}
.plr {
    padding: 0 250px;
    box-sizing: border-box;
}
.ml {
    margin-left: 40px;
}
.spic {
    width: 160px;
}
.roundpic {
    border-radius: 8px;
}
.shadpic {
    box-shadow: 0 0px 20px #999;
}
.bhigh {
    height: 450px;
    object-fit: cover;
}
.graybg {
    background-color: #f6f8f2;
}
.mzero {
    margin-bottom: 4px !important;
}
.blogc {
    width: 100%;
}
.blogc h4 {
    margin: 0px 0 10px 0 !Important;
}
#navigation {
	z-index:999;
	width:100%;
}
.logowatermark {
    background-image: url('../images/logo-watermark-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
#close {
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  color: #333;
  background:  rgba(196,148,107,1);
  padding: 0px 5px 0px 5px;
  font-size: 18px;
  border-radius: 4px;
}
@media only screen and (max-width: 680px) {
#close {
  position: absolute;
  top: 10px;
  right: 5px;
  cursor: pointer;
  color: #333;
  background-color:  #65aa4e;
  padding: 0px 5px 0px 5px;
  font-size: 18px;
  border-radius: 4px;
}    
}
#overlayscreen {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.7);
  display: none;
  z-index: 999999;
}
#popup {
  z-index: 99999999;
  box-sizing: border-box;
  background-color: #fff;
  position: fixed;
  display: none;
  width: 940px;
  box-shadow: 0 4px 40px #000;
  padding: 0px 0px 30px 0px;
  box-sizing: border-box;
 transform: translateY(-50%) translateX(-50%);
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
left: 50%;
top: 50%;  
}
@media only screen and (max-width: 680px) {
#popup {
  width: 350px;
}   
}
#popup h3 {
  font-size: 30px;
  margin-bottom: 6px;
  color: #5c725d;
  font-weight: 300;
    margin-top: 10px;
    text-align: center;
  
}
@media only screen and (max-width: 680px) {
#popup h3 {
  font-size: 20px;
}   
}
#popup h3 span {
  color: #5c725d;
  font-weight: 100;
  text-transform: none;
}
#popup h4 {
  font-size: 20px;
  margin-top: 5px;
  margin-bottom: 0px;
  font-weight: 100;
  text-transform: none;
  color: #333;
    text-align: center;
}
#popup h5 {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-weight: 100;
  text-transform: none;
  color: #333;
}
#popup p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 24px;
    color: #333;
    text-align: center;
    padding: 0px 30px;
    box-sizing: border-box;
  
}
#popup p a {
  color: #84391b;
}
#popup p a:hover {
  text-decoration: underline;
}
.map {
    width: 100%;
    box-shadow: 0 3px 12px #ccc;
    padding: 4px 4px 0px 4px;
    box-sizing: border-box;
    background-color: #fff;
}
.form-control {
  padding: 10px 0px !important;
}
input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  resize: none;
}
.faq .accordion {
  background-image: linear-gradient(145deg, rgba(11, 61, 135, 0.6) 0%, #65aa4e 100%);
  background-repeat: repeat-x;
  color: #fff;
  cursor: pointer;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
 
  transition: 0.4s;
    font-size: 16px;
    font-weight: 600;
}
.faq {
    width: 100%;
}
.faq .active, .accordion:hover {
  background-color: #ccc;
}
.faq .accordion:after {
  content: '\002B';
  color: #fff;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.faq .active:after {
  content: "\2212";
}
.faq .panel {
  padding: 0 0px;
  margin: 2px 0px;
  background-color: #f7f7f7;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.padbox {
    padding: 14px 20px 0px 20px;
    box-sizing: border-box;
}
.hhigtext {
    font-size: 18px;
    line-height: 28px;
}
.pspeaks {
    width: 100%;
}
.pspeaks ul {
    width: auto;
    padding: 0px;
    margin: 0px;
}
.pspeaks ul li {
    width: 100%;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.storypic {
    width: 120px;
    height: 120px;
    object-fit: cover;
}
@media only screen and (max-width: 780px) {
.top {
    display: none;
}
.fh5co-cover .desc {
  top: 30%;
  position: absolute;
  width: 100%;
  margin-top: -50px;
  z-index: 1;
  color: #fff;
}    
.fh5co-cover .desc span {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 22px;
  letter-spacing: normal;
}   
.btn {
  margin: 4px 0px;
}    
.services {
  margin-bottom: 4em;
  text-align: center;
}    
.fh5co-testimonial blockquote p {
  font-size: 15px;
  line-height: 1.5em;
  color: #333;
  padding: 0 0px;
}    
.ifh5co-cover .desc span {
  display: block;
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 0.5px;
}    
.fr {
    float: none
}    
.ml {
  margin-left: 0px;
}  
.qpic {
    width: 100%;
    margin-bottom: 20px;
}    
.plr {
  padding: 0 25px;
  box-sizing: border-box;
}    
#fh5co-work-section {
  padding-top: 162px;
}    
#footer p {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}    
}
