.no-padding,li,ul {
    padding: 0;
  }
  
  .section-title h2,a,body,h1,h2,h3,h4,h5,h6 {
    font-family: Montserrat, sans-serif;
  }
  
  .show-mobile {
    display: none;
  }
  
  a,a:focus,a:hover {
    text-decoration: none;
  }
  
  .footer-social-link ul li a {
    line-height: 40px;
    width: 40px;
    font-size: 14px;
    border: 1px solid #ccab5c;
  }
  
  body {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 1px;
    background: #fff;
    color: #333;
  }
  
  .welcome-area,body,html {
    height: 100%;
  }
  
  a {
    -webkit-transition: .2s;
    transition: .2s;
  }
  
  img {
    width: 100%;
  }
  
  a:hover {
    color: #fff;
  }
  
  a:focus {
    outline: 0;
  }
  
  p {
    line-height: 32px;
  }
  
  li,ul {
    margin: 0;
  }
  
  .section-padding,.section-padding-grey {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .section-padding-grey {
    background-color: #f7f7f7;
  }
  
  .section-title {
    margin-bottom: 12px;
  }
  
  .footer-logo {
    width: 120px;
  }
  
  .section-title h2 {
    color: #333;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 800;
    display: inline-block;
    padding-bottom: 15px;
    position: relative;
  }
  
  .section-title h2:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    border-bottom: 3px solid #ccc;
  }
  
  .footer-area .section-title h2:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 40px;
    height: 2px;
    width: 100px;
    background: #fff;
    margin-left: -50px;
  }
  
  .footer-area .section-title h2:after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50px;
    height: 2px;
    width: 50px;
    background: #fff;
    margin-left: -25px;
  }
  
  .section-title p {
    font-weight: 300;
  }
  
  .header-top-area {
    -webkit-transition: .4s ease-out;
  }
  
  .text-content {
    margin: 0;
    color: #6c6c6c;
    line-height: 27px;
    font-family: 'Crimson Text', serif;
    font-size: 25px;
    text-align: center;
    font-weight: 400;
  }
  
  .preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
  }
  
  .status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 2px solid rgba(0, 0, 0, .08);
    border-right: 2px solid rgba(0, 0, 0, .08);
    border-bottom: 2px solid rgba(0, 0, 0, .08);
    border-left: 2px solid #000;
    border-radius: 50%;
    -webkit-animation: .7s linear infinite spinner;
    animation: .7s linear infinite spinner;
    z-index: 10000;
  }
  
  .product-loader {
    border: 5px solid #fff;
    border-radius: 50%;
    border-top: 5px solid grey;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: .6s linear infinite spinner;
    animation: .6s linear infinite spinner;
    z-index: 100;
  }
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0);
      transform: rotate(0);
    }
  
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  
  .welcome-image-area {
    position: relative;
    height: 100%;
    background: url(../images/bg/bg4.jpg) 0 0/cover;
    z-index: 1;
  }
  
  .welcome-image-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .1);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
  }
  
  .header-text {
    margin-top: 60px;
  }
  
  .header-text h3 {
    color: #fff;
    line-height: 50px;
    font-family: 'Antic Didone', serif;
    font-size: 70px;
    text-align: center;
    margin: 0;
  }
  
  .header-text p,.mainmenu .navbar-nav li a,.name {
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
  }
  
  .header-text p {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  
  .testimonial-card h4,.testimonial-card p {
    font-family: 'Crimson Text', serif;
    margin-bottom: 0;
    line-height: 25px;
    text-align: center;
}
  
  .header-top-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: .4s ease-out;
  }
  
  .name {
    left: 19px;
    text-indent: 10px;
  }
  
  .logo {
    padding-top: 12px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  
  .logo img {
    width: 40px;
  }
  
  .mainmenu .navbar-nav li a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 30px 15px;
    -webkit-transition: .3s;
    transition: .3s;
    font-weight: 500;
  }
  
  .mainmenu .navbar-nav li a:hover,.mainmenu .navbar-nav li.active a {
    background: 0 0;
    color: #f9cb04;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  
  .nav li a:focus,.nav li a:hover {
    background: 0 0;
    color: #fff;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  
  .navbar {
    margin: 0;
  }
  
  .testimonial-card {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    position: relative;
    text-align: center;
    height: 230px;
  }
  
  .testimonial-card img {
    width: 35px;
  }
  
  .testimonial-card h4 {
    color: #000;
    font-size: 16px;
    font-weight: 800;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    padding-bottom: 15px;
  }
  
  .name {
    position: relative;
  }
  
  .testimonial-card p {
    color: #6c6c6c;
    font-size: 19px;
    font-weight: 400;
    position: relative;
    padding-top: 25px;
  }
  
  .testimonial-card p:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 17px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    border-bottom: 3px solid #ccc;
  }
  
  .menu-bg {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    background: #000;
  }
  
  .menu-bg .logo {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }
  
  .menu-bg .mainmenu .navbar-nav li a {
    color: #fff;
    padding: 20px 15px;
    -webkit-transition: .3s;
    transition: .3s;
  }
  
  .menu-bg .mainmenu .navbar-nav li a:hover,.menu-bg .mainmenu .navbar-nav li.active a {
    color: #f9cb04;
  }
  
  .display-table-cell {
    display: table-cell;
    vertical-align: middle;
  }
  
  .product-container:hover .product-overlay {
    opacity: 1;
  }
  
  .display-table {
    display: table;
    width: 100%;
    height: 100%;
  }
  
  .name {
    display: block;
    margin-top: 0;
    font-size: 16px;
    font-weight: 900;
    color: #333;
  }
  
  .service-area {
    padding-bottom: 20px;
  }
  
  .single-service {
    margin-top: 22px;
    padding: 0 20px 25px;
    color: #333;
    text-align: center;
    position: relative;
  }
  
  .single-service img {
    width: 50px;
  }
  
  .img-product {
    width: 70px !important;
  }
  
  .product-container {
    cursor: pointer;
  }
  
  .overlay-icon {
    background-color: #fff;
    border-radius: 30px;
    width: 60px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .product-overlay,.product-overlay-fixed {
    width: 100%;
    transition: .5s;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
  }
  
  .product-overlay {
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(247, 247, 247, .7);
  }
  
  .product-overlay-fixed {
    top: 0;
    left: 0;
    background-color: rgba(247, 247, 247, .8);
  }
  
  .quote-text p,.single-service h4 {
    position: relative;
  }
  
  .single-service h4 {
    color: #000;
    font-family: Cabin, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    padding-top: 40px;
  }
  
  .quote-text p:after,.single-service h4:after {
    content: "";
    position: absolute;
    width: 44px;
    height: 15px;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    border-bottom: 3px solid #ccc;
  }
  
  .single-service span {
    color: #333;
    font-size: 50px;
  }
  
  .single-service p {
    color: #6c6c6c;
    line-height: 25px;
    font-family: 'Crimson Text', serif;
    font-size: 19px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
  }
  
  .quote-text img {
    width: 200px;
    display: block;
    margin: auto;
  }
  
  .quote-text p {
    color: #000;
    line-height: 50px;
    font-family: 'Antic Didone', serif;
    font-size: 42px;
    text-align: center;
    margin-bottom: 0;
    padding-top: 30px;
  }
  
  .single-testimonial h6 {
    font-family: Montserrat, sans-serif;
  }
  
  .testimonial-area:after {
    position: absolute;
    background: rgba(0, 0, 0, .7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
  }
  
  .single-testimonial img {
    margin-top: 20px;
    width: 120px;
  }
  
  .single-testimonial {
    border: 1px solid #ccab5c;
    padding: 10px 15px;
    color: #fff;
    margin: 0 10px;
  }
  
  .single-testimonial h6 {
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  
  .contact-form button,.contact-form p {
    text-transform: uppercase;
    font-size: 12px;
  }
  
  .contact-form p {
    letter-spacing: 3px;
    margin: 0;
  }
  
  .contact-form button {
    margin-top: 20px;
    display: inline-block;
    color: #fff;
    background: #ccab5c;
    padding: 10px 25px;
    border: 1px solid #ccab5c;
    width: 100%;
  }
  
  .contact-form button:hover {
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
    background: 0 0;
  }
  
  .footer-area {
    padding: 50px 0;
    background: #000;
  }
  
  .footer-text h6 {
    font-family: Cabin, sans-serif;
    text-transform: uppercase;
    letter-spacing: 5px;
    position: relative;
    color: #fff;
    font-weight: 900;
  }
  
  .footer-area .section-title h2 {
    font-family: "Lobster Two", cursive;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    font-weight: 700;
    position: relative;
  }
  
  .footer-social-link {
    margin: 20px 0;
  }
  
  .footer-social-link ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  .footer-social-link ul li {
    display: inline-block;
    margin: 0 10px;
  }
  
  .footer-social-link ul li a {
    background: #ccab5c;
    color: #fff;
    display: block;
    height: 40px;
    text-align: center;
    float: left;
  }
  
  .footer-social-link ul li span {
    color: #fff;
    position: relative;
    margin-left: 10px;
    vertical-align: middle;
    top: 5px;
  }
  
  .footer-social-link ul li a:hover {
    background: 0 0;
    color: #fff;
  }
  
  .contact-form h3 {
    color: #ccab5c;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
  }