/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #777;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}
.breadcrumb-item,
.breadcrumb-item a {
font-size: 15px;
color: #000;
}
.breadcrumb-bg {
box-shadow: 0 0 8px rgba(0, 0, 0, .6);
margin: 0;
padding: 5px 0;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #000;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #81B2B7;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.footer-links a{
  color: #fff !important;
  font-size: 14px;
  text-decoration: none;
}
.footer-links a:hover{
  color: #E87C59!important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #5fcf80;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: transparent;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  box-shadow: 0px 0 18px rgba(55, 66, 59, 0.08);
}

.logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}

.logo img {
  max-height: 140px;
  padding-bottom: 10px;
}

/**
* Get Startet Button
*/
.get-started-btn {
  margin-left: 22px;
  background: #5fcf80;
  color: #fff;
  border-radius: 50px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.get-started-btn:hover {
  background: #3ac162;
  color: #fff;
}

@media (max-width: 768px) {
  .get-started-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px;
  }
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero:before {
  content: "";
  background: rgba(178, 116, 91, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  transition: 0.5s;
  margin-top: 20px;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #81B2B7;
  border: 2px solid #81B2B7;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 5px 0 10px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f7f6;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #9ae1af;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #37423b;
}

.breadcrumbs {
  margin-top: 73px;
  text-align: center;
  background: #5fcf80;
  padding: 30px 0;
  color: #fff;
}

.grey {
  background-color: #383838;
  padding: 40px;
}

.dual-color {
  background: url("../images/Homepage/dual-color.png") top center;
  background-size: cover;
  position: relative;
}

.green {
  background-color: #81B2B7;
  padding: 40px 20px;
}

.purpule {
  background-color: #988B9F;
  padding: 40px 20px;
}

.green-1 {
  background-color: #81B2B7;
  padding: 20px;
}

.purpule-1 {
  background-color: #988B9F;
  padding: 20px;
}

.orange {
  background-color: #FF8251;
  padding: 20px 40px;
}

.peach {
  background-color: #FFA480;
  padding: 20px 40px;
}

.brown {
  background-color: #CD5B45;
  padding: 20px 40px;
}

.agent-green {
  background:linear-gradient(0deg, rgba(129, 178, 183, 0.6), rgba(129, 178, 183, 0.6)), url(../images/Homepage/agent.png);
  background-size: cover;
  position: relative;
  padding: 20px;
}

.agent {
  margin-top:50%;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 10px;
  padding: 20px;
  vertical-align: middle;

}

.agent h5{
font-size: 30px;
font-weight: 700;
text-align: center;
}

@media (max-width: 992px) {
.breadcrumbs {
  margin-top: 63px;
}
}

.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
}

.breadcrumbs p {
  font-size: 14px;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

#hero-about {
  width: 100%;
  height: 80vh;
  background: url("../images/Aboutpage/about-design-blends.png") top center;
  background-size: cover;
  position: relative;
}

#hero-about:before {
  content: "";
  background: rgba(255, 164, 128, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-about .container {
  padding-top: 1%;
}

@media (max-width: 992px) {
  #hero-about .container {
    padding-top: 62px;
  }
}

#hero-about h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero-about h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 20px;
}

.about-us h3 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.about-us h3 span{
  color: #FF8251;
}

.about-us p {
  color: #fff;
}

#hero-about .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  transition: 0.5s;
  margin-top: 30px;
  border: 2px solid #fff;
  color: #fff;
}

#hero-about .btn-get-started:hover {
  background: #81B2B7;
  border: 2px solid #81B2B7;
}

@media (min-width: 1024px) {
  #hero-about {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-about {
    height: 100vh;
  }

  #hero-about h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero-about h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/

#hero-products {
  width: 100%;
  height: 80vh;
  background: url("../images/Productspage/Design-blend-products.png") top center;
  background-size: cover;
  position: relative;
}

#hero-products:before {
  content: "";
  background: rgba(255, 164, 128, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-products .container {
  padding-top: 1%;
}

@media (max-width: 992px) {
  #hero-products .container {
    padding-top: 62px;
  }
}

#hero-products h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1024px) {
  #hero-products {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-products {
    height: 100vh;
  }

  #hero-products h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

#hero-contact {
  width: 100%;
  height: 80vh;
  background: url("../images/Contactpage/Contact-Design-Blends.png") top center;
  background-size: cover;
  position: relative;
}

#hero-contact:before {
  content: "";
  background: rgba(255, 164, 128, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.agent-contact {

  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px;
  vertical-align: middle;
}
.agent-contact-container {
padding: 10% 0;
}

.agent-contact h5{
font-size: 30px;
font-weight: 700;
text-align: center;
}

.grey-contact {
  background-color: #383838;
  padding: 100px 0px 100px 10%;
}

.grey-contact h2{
color: #FFA480;
}

.grey-contact h2 span{
  color: #000;
  }

.peach-contact {
  background-color: #FFA480;
  padding: 100px 0px 100px 10%;
}

.contact-info p {
  color: #fff;
  font-size: 22px;
}

.contact-info h4 {
  color: #fff;
  font-size: 36px;
  padding: 20px 0;
}

#hero-contact .container {
  padding-top: 1%;
}

@media (max-width: 992px) {
  #hero-contact .container {
    padding-top: 62px;
  }
}

#hero-contact h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1024px) {
  #hero-contact {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-contact {
    height: 100vh;
  }

  #hero-contact h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #5fcf80;
  border-radius: 4px;
  color: #fff;
}


.why-us h3 {
  font-weight: 600;
  font-size: 48px;
  text-align: center;
}

.why-us h3 span{
color: #FF8251;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #5fcf80;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  background: #fff;
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

.icon-card {
position: relative;
display: inline-block;
cursor: pointer;
}
.icon-card .img-top {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99;
}
.icon-card:hover .img-top {
display: inline;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
padding-top: 0px;
}

.features h4 {
font-weight: 600;
font-size: 40px;
color: #ffffff;
}

.features h4 span{
color: #000000;
}

.features p {
font-weight: 400;
font-size: 16px;
color: #ffffff;
}

.features p span{
color: #000000;
font-weight: 700;
}

.features .btn-get-started {
font-family: "Raleway", sans-serif;
text-decoration: none;
font-weight: 500;
font-size: 15px;
letter-spacing: 1px;
display: inline-block;
padding: 10px 35px;
transition: 0.5s;
margin-top: 30px;
border: 2px solid #fff;
color: #fff;
cursor: pointer;
}

.features .btn-get-started:hover {
background: #988B9F;
border: 2px solid #fff;
cursor: pointer;
}

.work {
overflow-x: hidden
}
.work img {
display: block;
float: right;
width: 100%;
height: auto;
max-width: 360px;
-moz-transition: all .6s;
-webkit-transition: all .6s;
transition: all .6s;
transform: translate3d(-180%, 0px, 0px);
}
.work:hover img {
transform: translate3d(0px, 0px, 0px);
margin: 0
}

.work-1 {
overflow-x: hidden
}
.work-1 img {
display: block;
float: left;
width: 100%;
height: auto;
max-width: 360px;
-moz-transition: all .6s;
-webkit-transition: all .6s;
transition: all .6s;
transform: translate3d(100vw,0,0) translateX(-100%);
}
.work-1:hover img {
transform: translate3d(0px, 0px, 0px);
margin: 0
}

.ice {
  transform: rotate(25deg);
  transition-duration: 0.6s;

}

.ice:hover {
  transform: rotate(0deg);
  transform: scale(1.2);
  transition-duration: 0.6s;
}

/*--------------------------------------------------------------
# Agent page
--------------------------------------------------------------*/

#hero-agent {
  width: 100%;
  height: 80vh;
  background: url("../images/Become-an-Agent.png") top center;
  background-size: cover;
  position: relative;
}

#hero-agent:before {
  content: "";
  background: rgba(255, 164, 128, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero-agent .container {
  padding-top: 1%;
}

@media (max-width: 992px) {
  #hero-agent .container {
    padding-top: 62px;
  }
}

#hero-agent h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 600;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

#hero-agent h2 {
  color: #eee;
  margin: 10px 0 0 0;
  font-size: 20px;
}


@media (min-width: 1024px) {
  #hero-agent {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero-agent {
    height: 100vh;
  }

  #hero-agent h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero-agent h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# FAQ page
--------------------------------------------------------------*/

#hero-faq {
width: 100%;
height: 80vh;
background: url("../images/DesignBlends-crossant.png") top center;
background-size: cover;
position: relative;
}

#hero-faq:before {
content: "";
background: rgba(255, 164, 128, 0.5);
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
}

#hero-faq .container {
padding-top: 1%;
}

@media (max-width: 992px) {
#hero-faq .container {
padding-top: 62px;
}
}

#hero-faq h1 {
margin: 0;
font-size: 56px;
font-weight: 600;
color: #fff;
font-family: "Poppins", sans-serif;
}

#hero-faq h2 {
color: #eee;
margin: 10px 0 0 0;
font-size: 20px;
}


@media (min-width: 1024px) {
#hero-faq {
background-attachment: fixed;
}
}

@media (max-width: 768px) {
#hero-faq {
height: 100vh;
}

#hero-faq h1 {
font-size: 28px;
line-height: 36px;
}

#hero-faq h2 {
font-size: 18px;
line-height: 24px;
}
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-top: 5px;
}

.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #5fcf80;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecf9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37423b;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #657a6d;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #5fcf80;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #5fcf80;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

button[type=submit] {
  margin-top: 16px;
  background: #81B2B7;
  border: 1px solid #fff;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
}

button[type=submit]:hover {
  background: #988B9F;
  border: 1px solid #fff;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #eef0ef;
}

#footer h6 {
  color: #FF8251;
  font-size: 18px;
}

#footer a {
  color: #81B2B7;
}

#footer img {
max-width: 200px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #383838;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #5fcf80;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #5fcf80;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #e0e5e2;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #5fcf80;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #3ac162;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .credits a {
  color: #3ac162;
  transition: 0.3s;
}

#footer .credits a:hover {
  color: #5fcf80;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #5fcf80;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3ac162;
  color: #fff;
  text-decoration: none;
}