body{
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #434f58;
}

.no-padding{
  padding: 0;
}



.padding7{
  padding: 7px;
}

.ml-15{
    margin-left: 15px;
}

.mb-30{
    margin-bottom: 30px;
}

img.mb-30{
  margin-bottom: 10px;
}

.mb-15{
  margin-bottom: 15px;
}

/* .mt115{
  margin-top: 115px;
} */


div.fixed {
  position: fixed;
  bottom: 0;
  right: 10px;  
}

div.fixed .btn-danger {
  border-radius: 10px 10px 0 0;
  font-size: 16px;
}


.mt115{
  margin-top: 80px;
} 

.quote{
    background-color: #dbd9d8;
    text-transform: uppercase;
    padding: 22px 0;
}

.quote h4{
    font-size: 15px;
    margin: 14px 0 13px 0;
}

.btn-danger{
    background-color: #d91f26;
    padding: 10px 25px;
}

.btn-danger:hover {
    background-color: #302d2f;
    border-color: #302d2f;
}

.category{
 border-top:1px solid #d91f26;
 margin: 60px auto;
 padding: 0;
}

.carousel-control{
    padding-top: 20%;
}



.category h2{
    text-transform: uppercase;
    font-size: 19px;
    background-color: #fff;
    padding: 7px 15px;
    position: relative;
    top: -37px;
    display: inline-block;
    color: #434f58;
}

.category h2 span{
    color: #d91f26;  
}

* {
    box-sizing: border-box;
  }

.bg-image {
    position: relative;
    overflow: hidden;    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: all 0.3s;
    margin-bottom: 25px;
    border-radius: 5px;
}

.bg-image2 {
    width: 100px;
    position: relative;
    overflow: hidden;
    background-color: #d91f26;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    transition: all 0.3s;
    margin-bottom: 25px;
    border-radius: 100px;
    margin: 0px auto;
}

.bg-image h3{   
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    color: #fff;  
    line-height: 30px;                  
    font-size: 22px;
    font-weight: 500;
    border-top:1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 9px 0;;
}
.hover-zoom{
    transition: all 0.3s;
}

.hover-zoom img{
    transition: all 0.3s;
}

.hover-zoom:hover img{
    transform:scale(1.1);   
}

.img-top {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;  
  transition: all 0.3s;
}

.hover-zoom:hover .img-top {
  display: inline;
}

section.aboutbox{
    background-color: #efedea;
    padding: 75px 0;
}

section.aboutbox h4{
    text-transform: uppercase;
    font-size: 19px;
    color: #434f58;
    margin-bottom: 20px;
}

section.aboutbox h4 span{
    color: #d91f26;  
}

section.aboutbox p{
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 30px;
  text-align: justify;
  
}

section.aboutbox h5{  
    font-size: 16px;  
    margin: 15px auto; 
}

section.product{
  background-color: #efedea;
  padding: 30px 0;
}

section.product .container{
  border-top: 1px solid #d91f26;

}

section.product h3{
  text-transform: uppercase;
  font-size: 22px;
  background-color: #efedea;
  padding: 7px 15px;
  position: relative;
  top: -37px;
  display: inline-block;
}

section.product h3 span{
  color: #d91f26;  
}

section.product .eachproduct{
  background-color: #fff;
  border-radius: 15px; 
  padding: 14px;
  min-height: 433px;
}

section.product .eachproduct h4{
  color: #ee3457;
  font-size: 19px;
}

section.product .eachproduct ul{
  list-style-type: '- ';
  padding: 9px;
}

section.product .eachproduct li{
  font-size: 13px;
}



footer{
    background-color: #dbd9d8;
    padding: 25px 0;
    font-size: 14px;
}

footer h6{
    font-size: 16px;
    text-transform: uppercase;
    color: #d91f26;
}

footer footer address{
  font-weight: 500;
  font-size: 17px;
}

footer a{
    color: #434f58;    
}

footer a:hover{
    color: #d91f26;
    text-decoration: none;
}


footer .social-icons ul {
    padding-left: 0;
  }
  footer .social-icons {
    display: flex;
    align-items: center;
    height: 55px;
  }
  footer .social-icons ul li {
    display: inline-block;
  }
  footer .social-icons ul li a {
    color: #fff;
    display: inline-block;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
  }
  footer .social-icons ul li a:hover {
    color: #fff;
    text-decoration: none;
  }
  footer .social-icons .google a {
    border: 2px solid #fff;
    padding: 7px 6px 2px 7px;
  }
  footer .social-icons .facebook a {
    border: 2px solid #fff;
    padding: 7px 10px 2px;
  }
  footer .social-icons .linkedin a,
  footer .social-icons .twitter a,
  footer .social-icons .youtube a {
    border: 2px solid #fff;
    padding: 7px 7px 2px;
  }
  footer .social-media {
    background: url(../images/socialicon.png) no-repeat;
    display: block;
  }
  footer .social-media-facebook {
    width: 30px;
    height: 30px;
    background-position: -5px -5px;
  }
  footer .social-media-facebook:hover {
    background-position: -5px -45px;
  }
  footer .social-media-gplus {
    width: 30px;
    height: 30px;
    background-position: -5px -85px;
  }
  footer .social-media-gplus:hover {
    background-position: -5px -125px;
  }
  footer .social-media-linkedin {
    width: 30px;
    height: 30px;
    background-position: -5px -165px;
  }
  footer .social-media-linkedin:hover {
    background-position: -5px -205px;
  }
  footer .social-media-twitter {
    width: 30px;
    height: 30px;
    background-position: -5px -245px;
  }
  footer .social-media-twitter:hover {
    background-position: -5px -285px;
  }
  footer .social-media-youtube {
    width: 30px;
    height: 30px;
    background-position: -5px -325px;
  }
  footer .social-media-youtube:hover {
    background-position: -5px -365px;
  }

  footer ul.socialicon{
    list-style: none;
    padding: 15px 0;
  }

  footer ul.socialicon li{
    display: inline-block;
  }
  footer ul.socialicon li a{
    background: #fff;  
    width: 30px;
    height: 30px;
    border-radius: 50px;     
    display: inline-block; 
  }

  footer ul.socialicon li.fb a{
  padding-top: 2px;
  padding-left: 9px;
  font-size: 20px;
  }

  footer ul.socialicon li.fb a:hover{
    color: #fff;
    background-color: #324fa5;
  }

  footer ul.socialicon li.insta a{
    padding-top: 1px;
    padding-left: 6px;
    font-size: 20px;
    }
  
    footer ul.socialicon li.insta a:hover{
      color: #fff;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9b744+0,ea4c50+46,e34862+65,af31ba+100 */
background: #f9b744; /* Old browsers */
background: -moz-linear-gradient(45deg,  #f9b744 0%, #ea4c50 46%, #e34862 65%, #af31ba 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #f9b744 0%,#ea4c50 46%,#e34862 65%,#af31ba 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #f9b744 0%,#ea4c50 46%,#e34862 65%,#af31ba 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9b744', endColorstr='#af31ba',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    }
  

    footer ul.socialicon li.twit a{
      padding-top: 2px;
      padding-left: 7px;
      font-size: 20px;
      }
    
      footer ul.socialicon li.twit a:hover{
        color: #fff;
        background-color: #50b2e3;
      }

      footer ul.socialicon li.yt a{
        padding-top: 2px;
        padding-left: 5px;
        font-size: 20px;
        }

        footer ul.socialicon li.yt a:hover{
          color: #fff;
          background-color: #df3d35;
        }
  
        footer ul.socialicon li.lin a{
          padding-top: 2px;
          padding-left: 7px;
          font-size: 20px;
          }
      
        footer ul.socialicon li.lin a:hover{
          color: #fff;
          background-color: #2973a7;
        }

  .bottom{
    background-color: #c8c8c8;
    padding: 15px;
  }

  .bottom p{
    margin-bottom: 0;
    font-size: 14px;    
    color: #434f58;
  }

  .ftco-navbar-light {
    position: static;
}
.ftco-navbar-light {
    background: #fff !important;
    padding: 0 0 1px 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    transition: all 350ms ease;   
}


  .ftco-navbar-light.scrolled.awake {
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
.ftco-navbar-light.scrolled {
    position: fixed;   
    top: 0;   
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    padding: 0;
    z-index: 1;  
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    
}

.fixed-header-area {
  position: fixed;
  top: -129px;
  left: 0;
  width: 100%;
  z-index: 400;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  transition: all 350ms ease;
  min-height: 76px;
  -webkit-box-shadow: 0 1px 12px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 1px 12px 0 rgb(0 0 0 / 15%);
}

.fixed-header-area.fixed-already {
  top: 0;
}

.mainabout{
  padding: 50px 0;
}


.maincontact{
  padding: 50px 0;
  background-color: #f7f7f7;
}

.contatdata{
  background-color: #fff;
  box-shadow: 1px 1px 11px 0px #e7e7e7;
  border-radius: 15px;
  padding: 35px 15px;
  min-height: 305px;
  margin-bottom: 30px;
}

.contatdata h3{
  font-size: 19px;
    font-weight: 400;
    color: #434f58;
    margin: 20px auto;
}

.contatdata h3 span{
  color: #ee3457;
}

.contatdata address{
  font-size: 14px; 
  font-weight: 400;
  color: #434f58;
}

.contatdata a{
  color: #ee3457;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.form-control{
  background-color: #f9f9f9;
  border-color: #f9f9f9;
  box-shadow: none;
}

.form-control:focus {
  border-color: #d01a1f;
  box-shadow: none;
}

.mainabout h1, .maincontact h1{
  text-transform: uppercase;
  font-size: 20px;  
  margin: 0 0 30px 0; 
  color: #434f58;
  font-weight: 400;
}

.mainabout p{
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
  text-align: justify;
  font-weight: 400;
  color: #434f58;
}




  @media (max-width: 767px) {
    .quote{
        padding: 15px 0;
        text-align: center;
    }
    .quote h4{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .btn-danger{
      font-size: 14px;
      padding: 7px;
    }

    .quote .pull-right{
        float: none !important;
    }
    .nav__container{
      padding: 10px;
    }
    .nav__logo{
      width: 120px;
    }

    .category{
      margin: 30px auto;
    }

    .mobs{
      margin-left: 0;
      padding: 0;
    }

    section.aboutbox{
      padding: 30px 0;
    }

    section.aboutbox h5 {    
      height: 30px;
  }



  }


  @media (max-width: 500px) {
  .fixed-header-area{
    position: static;
    top:0;
  }

  .mt115{
    margin-top: 35px;
  }

}