@import url('https://fonts.googleapis.com/css?family=Sen:400,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700&display=swap');

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;

  font-family: 'Montserrat', sans-serif;
}
.mobile-nav-active .scrollto{
  visibility: hidden;
}
.mobile-nav-active section{
  pointer-events: none;
} 
.mobile-nav-active #header.header-scrolled{
background-color: transparent;
box-shadow: 0px 0px 48px rgba(127, 137, 161, 0);
}
.mobile-nav-active .mobile-nav-overly{
  position: fixed;
  left: 0;
  top: 0;
  background-color: #0000008f;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99;

}
p {
  padding: 0;
  margin: 0 0 30px 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
  display: none;
  background: #CD695F;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;

}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}



@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.mobile-nav-overly{
  left: 0;
transition: 1s all;

}
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;

}
.center-align{
  display: flex;
  /* justify-content: center; */
  align-items: center;

}

#header.header-scrolled,
#header.header-pages {
  /* height: 60px; */
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.fixed-top .logo h1 a,
.fixed-top .logo h1 a:hover {
  color: #c16163;
  text-decoration: none;
  font-weight: 600;
}
.fixed-top.header-scrolled .logo h1 a,
.fixed-top.header-scrolled .logo h1 a:hover {
  color: #c16163;
  text-decoration: none;
  font-weight: 600;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 26px;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#home {
  width: 100%;
  position: relative;
  background-image: url("../img/bg-new.jpg"); 
  background-position: center bottom;
  background-repeat: no-repeat;
  

  
  background-size: cover;
  /* padding: 200px 0 100px 0; */
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .overlay-color{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  background-color: rgba(131, 110, 106, .8);
  height: 100%;
} */
 @media screen and (min-width: 1140px){
    #home {
     min-height: 850px;
    }
    .text-center-lg{
      text-align: center;
    }
    .row-reverse-lg{
      flex-direction: row-reverse;
    }
    .row-reverse-lg .product-desc{
      width: 100%;
    }
    .row-reverse-lg .content{
      padding-left: 15%;
    }
    .mobile-nav-active .mobile-nav {
      left: 0;
      width: 100%;
      z-index: 99;
    }
  }
#home .welcome-info h2 {
  color: #c16163;
  margin-bottom: 40px;
  font-size: 66px;
  font-weight: 600;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  #home{
    padding: 120px 0 100px 0;
    min-height: 360px;
  }
  #home .welcome-info {
    width: 80%;
    margin: 0 auto;
  }
  #home .welcome-info h2 {
    margin-bottom: 0px;
    font-size: 27px;
    text-align: center;
    line-height: 1.3;
  }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #home{
    padding: 120px 0 100px 0;
    min-height: 360px;
  }
  #home .welcome-info {
    width: 80%;
    margin: 0 auto;
  }
  #home .welcome-info h2 {
    font-size: 28px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #004289;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.fixed-top .main-nav  a,
.fixed-top .main-nav  a:hover
{
  color: #c16163;
  text-decoration: none;
  font-weight: 400;
}
.fixed-top .main-nav .active > a,
.fixed-top .main-nav .active > a:hover
{
  color: #c16163;
  text-decoration: none;
  font-weight: 600;
}

.header-scrolled .main-nav  a,
.header-scrolled .main-nav  a:hover{
  color: #c16163;
  text-decoration: none;
  font-weight: 400;
}
.header-scrolled .main-nav .active > a,
.header-scrolled .main-nav .active > a:hover{
  color: #c16163;
  text-decoration: none;
  font-weight: 600;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #212529;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: rgb(255, 255, 255, .6);
  padding: 10px 20px;
  font-weight: 400;
  font-size: 30px;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 70
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.nav-items-wrapper .menu-icon{
  position: static !important;

}
.mobile-nav-active .mobile-nav-toggle .fa-times{
  position: fixed !important;
  right: 45px;
  top: 45px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle .fa-bars {
  color: #c16163;
}
.nav-items-wrapper{
  display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
}

.mobile-nav-active {
  overflow: hidden;
}



.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 42px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

/* About Us Section
--------------------------------*/

#about {
  background-color: #faf9f6;;
  padding: 60px 0;
  position: relative;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1)
}
.about-container{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;

}


#about .clr-col-left{
  position: absolute;
  width: 50%;
  background-color: #faf9f6;
  left: 0;
  height: 100%;
  top: 0;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container h3 {
  line-height: 2.5;
  font-weight: 600;
}
#about .about-container p {
  line-height: 26px;

  width: 90%;
  line-height: 2;
  letter-spacing: .5px;
}
.about-container .about-image{
  /* display: flex;
  justify-content: flex-end;
  align-items: center; */
  text-align: right;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

/****************************************************/

/* Product Section
--------------------------------*/

#product {
  padding: 60px 0;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-container{
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
}
.seperator{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-image: linear-gradient(270deg, rgba(253,251,251,0.00) 0%, #F4E7E7 50%, rgba(250,246,246,0.00) 100%);
  height: 3px;
}
#product .product-cost{
  color: #E26C63;
  display: block;
  font-size: 24px;
  font-weight: 600;
}
.product-card .card-title{
  text-align: center;
  font-weight: 600;
  line-height: 1.5;
}
.product-card .card-body{
  background: #faf9f6
}
#product #product-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}
.product-title{
  margin-bottom: 24px;
  font-weight: 600;
}
.product-desc{
  width: 70%;
  letter-spacing: .5px;
  line-height: 1.5;
}
#product #product-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #c16163;
  border-radius: 50px;
  background: #fcf1f2;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.product-image{
  /* display: flex;
  justify-content: flex-end; */
}


#product #product-flters li:hover,
#product #product-flters li.filter-active {
  background: #c16163;
  color: #fff;
}

#product #product-flters li:last-child {
  margin-right: 0;
}

#product .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#product .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#product .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#product .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#product .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#product .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#product .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#product .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#product .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#product .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#product .portfolio-item .portfolio-wrap .portfolio-info .link-preview i,
#product .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#product .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover,
#product .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#product .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i,
#product .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#product .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#product .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}


/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/

#contact {
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #CD695F;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .form #sendmessage {
  color: #007bff;
  border: 1px solid #007bff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .form button[type="submit"] {
  background: #CD695F;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
  border: none;
  outline: none;
}

#contact .form button[type="submit"]:hover {
  background: rgb(182, 93, 85);
  cursor: pointer;
}
.contact-form-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.desc-wrapper{
  margin-bottom: 25px;
}
.contact-form-wrapper textarea{
resize: none;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Privacy 
--------------------------------------------------------------*/

#privacy {
  width: 100%;
  position: relative;
  background-image: url(../img/bg-new.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 40px;
}
.privacy-container {
  background: rgba(255, 255, 255, 0.7);
  padding: 15px 40px;
}
.privacy-container p{
  color: #000;
  font-size: 15px;
  margin-bottom: 10px;
}
.privacy-container .section-header h3 {
  margin-bottom: 25px;
}
/*--------------------------------------------------------------
# Privacy
--------------------------------------------------------------*/

#footer {
  background: #ecdcdb;
  padding: 0 0 30px 0;
  color: #ca6271;
  font-size: 14px;
}

#footer .footer-top {
  background: #F4EAE9;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #ca6271;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ca6271;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ca6271;
  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 .footer-top .social-links a:hover {
  background: rgb(182, 93, 85);
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #D3746D;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#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 li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ca6271;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ca6271;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #CD695F;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: rgb(182, 93, 85);
}

#footer .copyright-section {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
  .img-resp-width{
    width: 70%;
  }
}

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }


  #intro {
    padding: 140px 0 60px 0;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }
  .product-container {
 
    flex-direction: column-reverse;
}
.product-title{
  font-size: 18px;
  text-align: center;
}

.product-cost {
  font-size: 18px;
  text-align: center;
}
#about .clr-col-left {
  width: 100%
}
#about .about-container h3{
  text-align: center;
  font-size: 18px;
}
.about-container p, .product-desc {

  line-height: 2;
  letter-spacing: .5px;
  width: 100% !important;
  font-size: 13px;
  text-align: center;
  padding: 0 10px;
}
.section-header h3{
  font-size: 24px;
  font-weight: 700;
}
.section-header p{
  font-size: 13px;
}
#footer .footer-top .footer-info h3 {
  font-size: 22px;
  text-align: center
}
#footer .footer-top .footer-info p {
  font-size: 11px;
  line-height: 20px;
  text-align: center;
}
.mobile-nav a{
  font-size: 20px;
}
.logo-wrapper-resp{
  width: 75% !important;
}
.nav-items-wrapper{
  width: 25% !important;
}
.product-image{
  /* justify-content: center; */
  text-align: center;
}
.resp-image{
  width:70%
}
.about-image{
/* justify-content: center !important; */
text-align: center !important;
padding-bottom: 25px;
}
.footer-links{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-contact{
  display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.about-container{
  flex-direction: column-reverse;
}
.about-container p{
  letter-spacing: .5px;
    line-height: 1.5;
}
.mobile-nav-active .mobile-nav {
  left: 0;
  width: 250px;
  z-index: 99;
}

.mobile-nav-active .mobile-nav-toggle .fa-times {
  position: fixed !important;
  left: 210px;
  top: 20px;
  right:auto;
}
.status {
  top: 70px !important;
  left: 5%!important;
  width: 90% !important;
}

.status p {

  font-size: 11px !important;
}
.close-icon {

  width: 10px !important;
  height: 10px !important;

  margin-top: 5px;
}

}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .center-align .scrollto img{
    width: 55%;
  } 
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .center-align .scrollto img{
    width: 100%;
  } 
}
/*Buttons styling*/
.btn-default{
  background: #E26C63;
}

/*Buttons styling*/


/**/
#custom_carousel .item {

  color:#000;
  background-color:#eee;
  padding:20px 0;
}
#custom_carousel .controls{
  overflow-x: auto;
  overflow-y: hidden;
  padding:0;
  margin:0;
  white-space: nowrap;
  text-align: center;
  position: relative;
  background:#ddd
}
#custom_carousel .controls li {
  display: table-cell;
  width: 1%;
  max-width:90px
}
#custom_carousel .controls li.active {
  background-color:#eee;
  border-top:3px solid orange;
}
#custom_carousel .controls a small {
  overflow:hidden;
  display:block;
  font-size:10px;
  margin-top:5px;
  font-weight:bold
}
/* Prelaoder */

#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#loader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid rgb(182, 93, 75);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}
.status {
  clear: both;
  background: #28a745;
  padding: 10px;
  border-radius: 5px;
  display: none;
  position: fixed;
  top: 90px;
  left: 20%;
  width: 60%;
  height: 40px;
  z-index: 999;
  align-self: center;
}
.status p{
color: #fff;
float: left;
}
.close-icon{
 background: url('../img/close-icon.png') center bottom no-repeat;
  width: 14px;
  height: 16px;
  float: right;
  background-size: contain;
  padding-top: 0px;
  cursor: pointer;
}
/**/