@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Great+Vibes&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cabin+Condensed&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Roboto" !important;
}

header {
  position: relative;
  top: 0;
  left: 0;
  padding: 0 100px;
  background-color: #fff;
  width: 100%;
  -webkit-box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  height: 85px;
}

header .logo {
  display: block;
  height: 85px;
  width: 200px;
  float: left;
  font-weight: bold;
}

header .logo img {
  width: 100%;
}

header nav {
  float: right;
}

header nav ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav ul li {
  list-style: none;
  font-family: "Roboto";
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

header nav ul li a {
  height: 75px;
  line-height: 75px;
  padding: 0 15px;
  color: #222222;
  text-decoration: none;
  display: block;
  opacity: 0.7;
}

header nav ul li a:hover, header nav ul li a.active {
  color: #222222;
  text-decoration: none;
}

.fixed {
  position: fixed;
  z-index: 999999;
}

.toggle {
  display: none;
}

.lang-mobil {
  display: none;
}
    .lang-mobil .btn-secondary {
        background-color: #fff !important;
        color: #222222 !important;
        border: none !important;
        z-index: -1 !important;
        opacity: 0.7 !important;
    }

.myslide li {
    list-style: none;
}

.phone {
  display: none;
  position: fixed;
  height: 65px;
  width: 100%;
  z-index: 10000;
  float: left;
  bottom: 0;
}

.phone .col1 {
  height: 70px;
  width: 70px;
  border-radius: 35px;
  background-color: #383838;
  float: right;
  left: 10px;
  position: absolute;
  bottom: 5px;
}

.phone .col1 a {
  color: #fff;
  font-size: 18px;
}

.phone .col1 a i {
  padding: 15px;
  font-size: 20px;
}

.phone .col2 {
  height: 70px;
  width: 70px;
  border-radius: 35px;
  background-color: #21960a;
  float: left;
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.phone .col2 a {
  color: #fff;
  font-size: 18px;
}

.phone .col2 a i {
  padding: 9px;
}

/*Search style*/
.search {
  margin: 15px 5px;
}

.search button {
  border-color: #222222;
  color: #222222;
}

.search button:hover {
  background-color: #d34052;
  border-color: #222222;
}

.search button:focus {
  background-color: #d34052 !important;
  border-color: #222222 !important;
}

/**language*/
.language {
  width: 150px;
  margin: 0;
  padding: 0;
  position: relative;
  float: left;
  margin: 15px 5px;
}

.language li {
  display: inline-block;
  list-style: none;
  cursor: pointer;
}

.language img {
  width: 40px;
  height: 40px;
  margin: 1px 0px;
}

/*product*/
.cf {
  zoom: 1;
}

.cf:before {
  content: "";
  display: table;
}

.cf:after {
  content: "";
  display: table;
  clear: both;
}

.fl-l {
  float: left;
}

.fl-r {
  float: right;
}

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* STYLES SPECIFIC TO FOOTER  */
.footer {
  width: 100%;
  position: relative;
  height: auto;
  background-color: #e8e8e9;
}

.footer .col {
  width: 300px;
  height: auto;
  float: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0px 20px 20px 20px;
}

    .footer .col h1 {
        margin: 0;
        padding: 0;
        font-family: inherit;
        font-size: 15px;
        line-height: 17px;
        padding: 20px 0px 5px 0px;
        color: #5a5a5a;
        font-weight: normal;
        letter-spacing: 0.250em;
        border-bottom: 2px solid #b72842;
    }

.footer .col h1 img {
  height: 85px;
  width: 200px;
}

.footer .col ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer .col ul li {
  color: #999999;
  font-size: 14px;
  font-family: inherit;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
}
    .footer .col ul li a {
        color: #999999;
        font-size: 14px;
        text-decoration:none;
    }
    .social ul li {
        display: inline-block;
        padding-right: 5px !important;
    }

.footer .col ul li:hover {
  color: #5a5a5a;
  opacity: 0.5;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
}

.clearfix {
  clear: both;
}

@media only screen and (min-width: 1280px) {
  .contain {
    width: 1200px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1139px) {
  .contain .social {
    width: 1000px;
    display: block;
  }
  .social h1 {
    margin: 0px;
  }
}

@media only screen and (max-width: 950px) {
  .footer .col {
    width: 100%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 500px) {
  .footer .col {
    width: 100%;
  }
  .footer .col h1 {
    font-size: 14px;
  }
  .footer .col ul li {
    font-size: 13px;
  }
}

@media only screen and (max-width: 340px) {
  .footer .col {
    width: 100%;
  }
}

/*footer end*/
@media (max-width: 991px) {
   

  header {
    padding: 0px;
    z-index: 10000 !important;
  }
  header .logo {
    margin: 0;
  }
  .productlist img {
    width: 100%;
    height: 120px;
  }
  .srch {
    display: none;
  }
  .lang {
    display: none;
  }
    
    .footer .col {
        padding: 0px 50px 20px 20px;
    }
  .footer .row {
    padding: 0px !important;
  }
  .footer-hr {
    display: none;
  }
  .wrapper {
    margin: 20px 30px 0;
  }
  /*.product {
    margin: 20px;
  }*/
  .phone {
    display: block;
  }
  .toggle {
    display: block;
    position: fixed;
    top: 15px;
    right: 20px;
    max-width: 40px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 30px;
    padding: 0 20px;
    line-height: 40px;
  }
  .toggle:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    display: inline-block;
    padding-right: 3px;
    font-weight: 900;
    color: #5a5a5a;
    opacity: 0.4;
    display: block;
    cursor: pointer;
  }
  .toggle.active:before {
    font-family: "Font Awesome 5 Free";
    content: "\f057";
    display: inline-block;
    padding-right: 3px;
    font-weight: 900;
    color: #5a5a5a;
    line-height: 40px;
    display: block;
  }
  .lang-mobil {
    display: block;
    position: fixed;
    border: none !important;
    right: 40px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 30px;
    padding: 0 20px;
    line-height: 40px;
    top: 15px;
  }
  .lang-mobil select {
    border: none;
    opacity: 0.5;
  }
  .lang-mobil:focus {
    border: none !important;
  }
  header nav {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vh - 50px);
    background-color: #b72842;
    opacity: 1;
    top: 50px;
    left: -100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index:10000 !important;        
  }
  header nav.active {
    top: 0;
    left: 0;
    display: block;
    width: 70%;
    height: 100vh;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.07) !important;
            box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.07) !important;
  }
  header nav ul {
    display: block;
    text-align: center;
    padding: 20px;
  }
  header nav li a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: left;
    font-size: 17px;
    color: #fff !important;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #dfdfdf;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #c2c2c2;
}

.top {
  width: 100%;
  height: 30px;
  margin: 0px;
  padding: 0px;
  background-color: #776b4b;
  position: relative;
}

.top .social {
  position: absolute !important;
  float: right !important;
  right: 95px;
  margin-top: 5px;
}

.top .social ul li {
  font-size: 14px !important;
  color: #f2f2f2 !important;
}

.top .social ul li .fa-youtube::before, .top .social ul li .fa-instagram::before {
  color: #f2f2f2;
}

.top .social ul li .fab, .top .social ul li .fas {
  font-size: 16px;
}

.info-small {
  position: relative;
  margin: 10px 10px;
}

.info-small .box-txt {
  margin: auto;
  width: 100%;
}

.info-small .box-txt h5 {
  font-size: 30px;
  color: #484c7f;
  text-align: center !important;
}

.info-small .box-txt p {
  text-align: center !important;
}

.info-medium {
  position: relative;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.info-medium img {
  width: 100%;
  height: 400px;
  opacity: 0.4 !important;
}

.info-medium::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: black !important;
}

.info-medium .box-txm h5 {
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 1;
  color: #222222;
  padding-left: 15px;
}

.info-medium .box-txm p {
  position: absolute;
  top: 155px;
  width: 50%;
  color: #222222;
  margin: 0px;
  padding-left: 15px;
  opacity: .8;
  z-index: 1;
}

.info-medium .box-txm a {
  background-color: #484c7f;
  color: #f2f2f2;
  cursor: pointer !important;
  padding: 5px;
}

.blog img {
  width: 100% !important;
  height: 400px;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.blog .col-md-6.right {
  background-color: #1d1d1d !important;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.blog .col-md-6.right h5 {
  margin-top: 10px;
  color: #f2f2f2;
  font-size: 35px !important;
}

.blog .col-md-6.right p {
  font-size: 15px;
  color: #f2f2f2;
  font-style: italic;
}

.box-txm h6 {
  position: relative;
  top: 10px;
  width: 100%;
  color: #484c7f;
  padding: 10px 15px 10px 15px;
  border-left: 2px solid #484c7f;
  font-size: 20px;
}

.model-txt {
  background-color: #8d8d8d !important;
  height: 40px;
  line-height: 40px;
  color: #f2f2f2;
  text-align: center;
}

.x-row img {
  width: 100% !important;
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.contact {
  background-color: #484c7f;
  color: #fff;
}

.contact:hover {
  background-color: #484c7f;
  color: #fff;
}

.shadow {
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.title small {
  position: absolute;
  float: left;
  bottom: 10px;
  margin-left: 15px;
  color: #fff;
}

.title h2 {
  background-color: #ac8daf;
  color: #fff;
  text-transform: uppercase;
  padding-left: 15px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.title h6 {
  text-transform: uppercase;
  color: #484c7f;
}

.title p {
  color: #484c7f;
}

.mobil-search {
  display: none;
}

.fa-whatsapp {
  font-size: 50px !important;
  margin-left: 5px;
  margin-bottom: 5px;
}

.fa-phone {
  font-size: 35px !important;
}

.box-txt {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  opacity: 0.7;
  font-size: 12px;
}

.box-txt p {
  margin-top: 5px;
  text-align: center;
}

.box-txt h6 {
  padding: 5px 10px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lang select {
  border: none;
  opacity: 0.8;
  cursor: pointer !important;
}


.lang:focus {
  border: none !important;
}


.lang .btn-secondary {
    background-color: #fff !important;
    color: #222222 !important;
    border: none !important;
    z-index: -1 !important;
    opacity: 0.7 !important;
    margin-top: 3px;
}
.productlist img {
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*slogan*/
.slogan {
  background-color: #b72842;
  width: 100%;
}

.slogan h5 {
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-family: 'Great Vibes', cursive;
  margin-top: 5px;
}

.slogan p {
  background-color: #fff;
  text-align: center;
  color: #222;
  font-size: 25px;
  font-family: 'Cabin Condensed', sans-serif;
}

/*about*/
.about {
  background-color: #524f4f;
  width: 100%;
}

.about h5 {
  text-align: center;
  color: #fff;
  font-size: 35px;
  font-family: 'Great Vibes', cursive;
  margin-top: 10px;
}

.about p {
  color: #fff;
  font-size: 20px;
  font-family: 'Cabin Condensed', sans-serif;
  text-align: justify;
  padding-left: 10px;
  padding-right: 10px;
}

/**hover effect*/
.hr h2,h5 {
    color: #b72842;
    font-size:18px;
}
.about-slogan {
    font-size: 18px;
    color: #b72842;
    text-transform:uppercase;
}

.mision li{
    list-style:none;
    color:#000000!important;
 
}
.mycontact h2 {
    text-align: center;
    font-size: 25px;
    color: #b72842;
    margin-top:5px;
}
.mycontact ul li{
    list-style:none;
}
    .mycontact ul li i{
        color: #b72842;
    }
      
/*# sourceMappingURL=main.css.map */

/**thumb slider img*/



    .thumb-img li {
        display: inline-block;
        position: relative;
        cursor: pointer;
        box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    }

/**product*/
.product {
    background-color: #FFFFFF;
}

    .product h5 {
        color: #5a5a5a;
        font-size: 16px;
        margin-top: 5px;
    }


    .product .cat ul {
        margin: 0;
        padding: 0;
    }

        .product .cat ul li {
            background-color: #5a5a5a;
            color: #f2f2f2;
            list-style: none !important;
            margin: 5px 0px;
            padding: 5px;
        }

            .product .cat ul li a {
                background-color: #b72842;
                padding-left: 0px;
                margin-left: 10px;
                color: #f2f2f2;
                float: right;
                position: relative;
                width: 190px;
            }



.pimg li {
    list-style: none !important;
    padding: 0px !important;
    margin-right: 50px !important;
    margin-top: 10px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

    .pimg{
        width: 100% !important;     
     
        cursor: pointer;
    }
.bg-company{

  
   margin:0px;
   padding:0px;
}
.bg-company img{
    width:100%;
    
}
.bg-company h1{

    position:absolute;
    padding-top:20px !important;
    color:#fff;
 
}


.productlist img {
    /*margin: 2px !important;*/
    border: 2px solid red !important;
}
