/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */










/*--------------------------------------------------------------


/* Mobile Nav body classes */


@media (max-width: 800px) {
  .single-feature {
    margin-bottom: 30px;
  }
}

.single-offered {
    background-color: #5bc0de6b;
  padding: 20px;
  border-radius:1%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-offered:hover {
  cursor: pointer;
 background-color: #f04e57;
 color:#fff;
}


}

.single-offered:hover p {
  color: #222;
}

@media (max-width: 800px) {
  .single-offered {
    text-align: center;
    margin-bottom: 30px;
  }
  .single-offered img {
    width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}

.projects-area .single-project {
  height: 575px;
  color: #222;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}

.projects-area .single-project .overlay-content {
  background-color: #fab700;
  opacity: .8;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  -moz-justify-content: end;
  justify-content: end;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transition-timing-function: cubic-bezier(0.39, 0.92, 0.69, 0.65);
  transform: scaleY(0);
  transform-origin: top;
}

.projects-area .single-project .overlay-content h1 {
  color: #222;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .projects-area .single-project .overlay-content h1 {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .projects-area .single-project .overlay-content h1 {
    font-size: 36px;
  }
}

.projects-area .single-project:hover {
  cursor: pointer;
}

.projects-area .single-project:hover .overlay-content {
  transform: scaleY(1);
}

.projects-area .owl-dots {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  position: relative;
}

.projects-area .owl-dots:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 60%;
  height: 1px;
  background: #eeeeee;
  z-index: -1;
}

.projects-area .owl-dots .owl-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #eeeeee;
  margin: 0 50px;
}

@media (max-width: 767.98px) {
  .projects-area .owl-dots .owl-dot {
    margin: 0 15px;
  }
}

.projects-area .owl-dots .owl-dot.active {
  background: #fab700;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.facts-area {
  background-color: #fab700;
}

.single-fact h1 {
  font-weight: 700;
  font-size: 48px;
}

.single-fact p {
  color: #222;
}

@media (max-width: 800px) {
  .single-fact {
    margin-bottom: 30px;
  }
}

.service-area .header-text {
  text-align: center;
}

.service-area .header-text h1 {
  margin-bottom: 20px;
}

.single-service {
  background-color: #f9f9ff;
  padding: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-service:hover {
  box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.5);
  cursor: pointer;
  background-color: #fab700;
}

.single-service:hover p {
  color: #222;
}

.single-service h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-top: 20px;
  margin-bottom: 20px;
}

.single-service h4 .lnr {
  margin-right: 15px;
}

@media (max-width: 991.98px) {
  .single-service {
    margin-bottom: 60px;
  }
}

.testimonial-area {
  background: url(../img/testimonial-bg.jpg) no-repeat center center;
  background-size: cover;
}

.testimonial-area .overlay-bg {
  background-color: #000;
  opacity: .9;
}

.testimonial-area .owl-controls {
  position: absolute;
  left: 101%;
  top: 25%;
}

@media (max-width: 1024px) {
  .testimonial-area .owl-controls {
    position: relative;
    text-align: center;
    left: 0;
    top: 20px;
  }
  .testimonial-area .owl-controls .owl-prev, .testimonial-area .owl-controls .owl-next {
    display: inline-block;
  }
}

.testimonial-area .lnr-arrow-up, .testimonial-area .lnr-arrow-down {
  background-color: white;
  box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
  padding: 14px;
  color: #000;
  font-weight: 500;
  border: 1px solid #f5f5f5;
  display: inline-flex;
}

.single-testimonial {
  background-color: #fff;
  padding: 25px 30px 12px 30px;
}

.single-testimonial .thumb {
  margin-right: 30px;
}

.single-testimonial h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 5px;
}

.single-testimonial h4:hover {
  color: #fab700;
  cursor: pointer;
}

.single-blog .desc {
  padding: 0px 10px;
}

.single-blog .desc h5 {
  padding: 20px 0px;
  text-transform: uppercase;
}

.single-blog .desc .read-more {
  color: #222;
  font-weight: 600;
}

@media (max-width: 800px) {
  .single-blog {
    margin-bottom: 40px;
  }
  .single-blog .desc {
    text-align: center;
  }
}

.blog-right .single-list {
  margin-bottom: 10px;
}

.blog-right .details {
  padding-left: 20px;
}

.blog-right .details h6 {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .blog-right {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
  }
}

.single-img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-img img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media (max-width: 800px) {
  .single-img img {
    margin-bottom: 40px;
  }
}

.logo-wrap {
  padding: 60px 65px;
  background-color: #f9f9ff;
}

.single-contact-info {
  text-align: center;
}

.single-contact-info h6 {
  text-transform: uppercase;
}

@media (max-width: 800px) {
  .single-contact-info {
    margin-bottom: 30px;
  }
}

.form-area input {
  padding: 15px;
}

.form-area input, .form-area textarea {
  border-radius: 0;
  font-size: 12px;
}

.form-area textarea {
  height: 180px;
  margin-top: 0px;
}

.footer-area {
  background-color: #222;
}

.footer-area h4 {
  padding-bottom: 30px;
}

.footer-area .number {
  color: #fab700;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.footer-area .genric-btn.arrow span {
  padding: 12px 0px;
  width: 16px;
  margin-left: 0px;
}

.footer-area .primary-btn {
  background-color: #fab700;
}

.footer-area .primary-btn:hover .lnr {
  color: #fab700;
}

.footer-area .footer-bottom {
  padding-top: 40px;
}

.footer-area .footer-bottom a {
  color: #fab700;
}

.footer-area .footer-bottom .footer-social {
  text-align: right;
}

.footer-area .footer-bottom .footer-social a {
  background: #111111;
  margin: 2px;
  padding: 12px 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-area .footer-bottom .footer-social a:hover {
  background-color: #fab700;
}

.footer-area .footer-bottom .footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991.98px) {
  .footer-area .footer-bottom .footer-social {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .footer-area .footer-bottom .footer-social {
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .footer-area .single-footer-widget .newsletter .primary-btn {
    right: 2% !important;
    width: auto;
    right: 0;
    top: 5px;
    transform: translate(0%, 0);
  }
}

.single-footer-widget .navbar-form {
  width: 100%;
}

.single-footer-widget .navbar-form .form-control {
  border: none;
  border-radius: 20px;
  font-size: 13px;
}

.single-footer-widget .navbar-form .add-on {
  background: #fff;
  border-radius: 20px;
}

.single-footer-widget .navbar-form .genric-btn:hover {
  background-color: #fab700;
}

.single-footer-widget .navbar-form .genric-btn:hover .lnr {
  color: #222;
}

.single-footer-widget .navbar-form .lnr {
  font-weight: 900;
  font-size: 18px !important;
  color: #222;
}

.whole-wrap {
  background-color: #fff;
}

.generic-banner {
  background-color: #fab700;
  text-align: center;
}

.generic-banner .height {
  height: 600px;
}

@media (max-width: 767.98px) {
  .generic-banner .height {
    height: 400px;
  }
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.generic-content h1 {
  font-weight: 600;
}

.about-generic-area {
  background: #fff;
}

.about-generic-area p {
  margin-bottom: 20px;
}

.white-bg {
  background: #fff;
}

.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}
