/*----- Colors ----- */
body {
    overflow-y: scroll;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free' !important;
}

.upper a,
.upper a:hover{ 

  text-decoration: none;
  color:white;
  float: right;
  padding: 10px !important;
  word-spacing: 5px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.fa {
  margin-left:20px;
}
header .upper{
  width:100%;
  height:45px !important;
  color: white;
  background-color: #b3002c;
}
.mid-img{
    position: relative;
    height: 400px;
    margin-top: 40px;
    background-size:contain;
    
}
.mid-sec{
    position:absolute;
    z-index: 1;
     width:40%;
     height: 450px;
     margin:-20px 0;
     background-color: #b3002c;
     transform-origin:bottom ;
     transform: skew(20deg,0deg);
}
.top-view h2{
    position: absolute;
    z-index: 3;
    padding-left: 100px;
}
.section-upper{
	position:sticky;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: .5em;
  padding-bottom: .5em;
  z-index: 999;
  background-color: #fff;
}

.section-upper .logo {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 180px;
  padding: 10px 15px;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
}

.section-upper .logo img {
 width:150%;
}
.section-upper nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 10px 15px;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  opacity: 0;
}

.section-upper nav ul, header nav li {
  list-style: none;
}

.section-upper nav ul {
  padding: 0;
}

.section-upper nav li {
  display: inline-block;
  padding-right: 1.5em;
}

.section-upper nav li a {
  text-decoration: none;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 17px;
  color: #454545;
  font-weight: 500;
}
.section-upper nav li a:hover,
.section-upper nav li a:active{
  color: #b3002c;
  padding-bottom: 5px;
  border-bottom: 1px solid #b3002c;
}

.section-upper nav li::after {
  content: '/';
  margin-left: 0.8em;
}

.section-upper nav li:last-child::after {
  content: '';
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.slider {
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(-80%);
          transform: translateY(-80%);
}

.slider .item {
  width: 100%;
  position: relative;
}

.slider .item .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  display: none;
}

.slider .item .caption {
  position: absolute;
  bottom: 25%;
  right: 15%;
  z-index: 2;
  background-color: #fff;
  padding: 0px 30px;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
  -webkit-box-shadow: 6px 6px #b3002c;
          box-shadow: 6px 6px #b3002c;
}

.slider .item .caption h3 {
  font-size: 20px;
  color: #b3002c;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transform: skew(25deg);
  transform: skew(25deg);
}

.owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  float: left;
  margin-left: 20px;
  padding: 20px !important;
  background: white !important;
  border-radius: 5px !important;
  font-size: 18px;
}

.owl-carousel .owl-nav button.owl-next {
  float: right;
  margin-right: 20px;
  padding: 20px !important;
  background: white !important;
  border-radius: 5px !important;
  font-size: 18px;
}

.right-one:before{
   content:" \f00c ";
   font-family:FontAwesome;
   padding-right:20px; 
   color:#fffeff;
   display:inline-block;
}

.intro {
  width: 100%;
  margin: 80px auto 30px;
}

.intro .who {
  width: 60vw;
  height: 100%;
  padding: 30px 100px;
}

.intro .who h3 {
  color: #b3002c;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 20px;
}

.intro .who p {
  width: 80%;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.intro .who-img {
  width: 40vw;
  height: 100%;
  text-align: left;
}

.intro .who-img img {
  width: 50%;
  float: right;
  padding-right: 100px;
}
.container-fluid .row .col-md-4 h4{
   font-size: 30px;
   font-weight: 700;
   font-family: 'Montserrat', sans-serif;
   color:#444444;
   /* padding: 10px 20px; */
   /* display: inline-block; */
}
.contained h2{
  font-family:  'Montserrat', sans-serif;
  font-size: 45px;
  font-weight: 200;
  color:#878787;
 

}
.contained p{
  padding: 10px 20px;
  font-family:  'Montserrat', sans-serif; 
  font-weight: 600;
}

.search {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.search .search-box {
  width: 25%;
  margin: 0 auto;
  text-align: center;
  background-color: #b3002c;
  padding: 20px;
  margin-top: -60px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.search .search-box form input {
  width: 80%;
  background-color: transparent;
  border: 0;
  border-bottom: 1.5px solid #fff;
  padding: 10px;
  color: black;
  font-size: 18px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
}

/* .services .outer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services .outer-box .box {
  background-color: #cd0032;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 25%;
          flex: 1 25%;
  overflow: hidden;
  position: relative;
}

.services .outer-box .box img {
  width: 100%;
  height: 100%;
}

.services .outer-box .box .head {
  position: absolute;
  top: 5%;
  left: 5%;
}

.services .outer-box .box .head h3, .services .outer-box .box .head p {
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.services .outer-box .box .head h3 {
  font-size: 35px;
  color: #fff;
}

.services .outer-box .box .head p {
  color: #fff;
} */

.imge1{
    width:600px;
    height:100%;
    background-color: #b3002c;
    transform-origin:bottom ;
    transform: skew(20deg,0deg);
}


.search h2{
    font-size: 40px;
    font-family:'Montserrat', sans-serif;
    color:#b3002c;
}





















.why {
  width: 100%;
  position: relative;
  padding-top: 50px;
}
.why img{
  width:100%;
}
.contained {
  width:500px;
  height:80%;
  position: absolute;
  top: 30%;
  left: 20%;
  transform: translate(-30%,-20%);
  background-color: #f1f1f1;
  opacity: .9;

}

/* .why .head {
  color: #b3002c;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 100%;
          flex: 1 100%;
}

.why .head h3 {
  font-size: 30px;
  font-weight: 500;
}

.why .benefit-box {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.why .benefit-box .benefit {
  width: 35vw;
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 3px 3px 10px #b3b2b2;
          box-shadow: 3px 3px 10px #b3b2b2;
  border-radius: 5px;
  position: absolute;
  z-index: 3;
  top: 25%;
  right: 10%;
}

.why .benefit-box .benefit h3 {
  color: #b3002c;
}

.why .benefit-box .benefit-img {
  width: 45vw;
  -webkit-box-shadow: 3px 3px 10px #b3b2b2;
          box-shadow: 3px 3px 10px #b3b2b2;
  border-radius: 5px;
}

.why .benefit-box .benefit-img img {
  width: 100%;
  height: 100%;
}

.why .benefit-box1 {
  width: 100%;
  position: relative;
  margin-top: 60px;
}

.why .benefit-box1 .benefit {
  width: 35vw;
  background-color: #fff;
  padding: 50px;
  -webkit-box-shadow: 3px 3px 10px #b3b2b2;
          box-shadow: 3px 3px 10px #b3b2b2;
  border-radius: 5px;
  position: absolute;
  z-index: 3;
  top: 25%;
  left: 10%;
}

.why .benefit-box1 .benefit h3 {
  color: #b3002c;
}

.why .benefit-box1 .benefit-img {
  width: 45vw;
  margin-left: 35vw;
  -webkit-box-shadow: 3px 3px 10px #b3b2b2;
          box-shadow: 3px 3px 10px #b3b2b2;
  border-radius: 5px;
}

.why .benefit-box1 .benefit-img img {
  width: 100%;
  height: 100%;
} */

.find {
 
  width: 100%;
  margin:0;
  padding: 0;
  height: auto;
  position: relative;
}

.find img {
  width: 100%;
  position: relative;
}
.find .inside-form{
position:absolute;
top:55%;
left: 5%;;
height: 150px;
width:70%;
background-color:#f1f1f1;
border-radius: 5px;
}
.find .inside-form h1{
  padding: 50px 10px;
  font-size: 25px;
  color:#b3002c;
  font-family:  'Montserrat', sans-serif;
  font-size: 30px;
}

.find .find-box {
  position: absolute;
  background-color: #b3002c;
  top: 40%;
  left: 50%;
  padding: 20px 60px;
  text-align: center;
  -webkit-box-shadow: 0 4px #454545;
          box-shadow: 0 4px #454545;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

.find .find-box h3 {
  font-size: 22px;
  color: #fff;
}

.find .find-box p {
  color: #fff;
  width: 45%;
  background-color: #454545;
  padding: 15px;
  margin: 0 auto;
  font-weight: 600;
}
.container-bottom {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.top-part{
    width:200px;
    height:60px;
    text-align: center;
    padding:20px 0;
    color:#fff;
    font-family:  'Montserrat', sans-serif;
    font-weight: 600;
    font-size:20px;
    border-radius:20px 20px 0 0;
    margin: 100px 0 50px 100px;
    background-color: #b3002c;
}
.content{
    padding: 10px 40px;
}
.content p{
    font-size: 20px;
    padding: 10px 50px;
    color: #b3002c;
}
.product-img{
    position: absolute;
    width:700px;
    height: 500px;
    background-color: #fbfbfb;
    right:10%;
}





































footer {
  background-color: #f5f5f5;
  padding: 50px;
}

footer .company, footer .link, footer .connect {
  -webkit-box-flex: 1;
      -ms-flex: 1 33.33%;
          flex: 1 33.33%;
}

footer .company h3, footer .link h3, footer .connect h3 {
  color: #b3002c;
}

footer .company h3::after, footer .link h3::after, footer .connect h3::after {
  content: '';
}

footer .company img, footer .link img, footer .connect img {
  margin-top: 50px;
  width: 30%;
}

footer .company p, footer .link p, footer .connect p {
  font-size: 14px;
  margin: 0;
  padding: 0;
  line-height: 25px;
}

footer .company ul, footer .link ul, footer .connect ul {
  padding: 0;
}

footer .company ul, footer .company li, footer .link ul, footer .link li, footer .connect ul, footer .connect li {
  list-style: none;
}

footer .company li, footer .link li, footer .connect li {
  display: inline-block;
  font-size: 30px;
  text-align: left;
  margin-right: 20px;
  color: #b3002c;
}


.product-c{
  align-items: center;
}


.product-c{
  overflow: hidden;
}

 .product-c a.head{
    /* z-index: 2; */
    position: relative;
    right: -160px;
    bottom: -45px;
    padding: 5px 124px;
    text-decoration: none;
    
 }

 .product-c .head h6{
  color: #b3002c;
 }
/*# sourceMappingURL=style.css.map */

@media only screen and (max-width:1440px) and (min-width:1100px)

{
  .mid-img{
    height: 365px !important;
  }

  .mid-sec{
    height: 410px !important;
  }

  .top-view h2{
    padding-top: 165px !important;
    font-size: 35px;
  }

  .k-btn{
    padding: 15px;
  }


}


@media only screen and (max-width: 1080px) and (min-width:720px)

{


  .product-c{
    padding: 0 !important;
  }

  .product-c .col-lg-3{
    padding: 0 !important;
  }

  .contact-form-banner{
    padding: 30px 15px !important;
  }

  .contact-form-banner h1{
    font-size: 1.5rem !important;
  }

  .company{
    padding-left: 20px !important;
  }


}


.menu{
  display: none;
}


@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 820px) {

    header .upper{
      display: flex;
      height: 45px ;
      justify-content: space-evenly;
    }

    .upper a{
      padding: 10px;
    }

    .section-upper{
      align-items: center;
      justify-content: space-between;
    }

    .section-upper nav{
      display: none;
     
    }

    .menu{
      display: block;
      font-size: 20px;
      padding-right: 20px;
      z-index: 9999;
    }
    .section-upper .logo{
      z-index: 9999;
    }

    .section-upper nav.open{
      display: block;
      position: fixed;
      background-color: #fff;
      width: 100%;
      height: 100%;
      top: -5%;
      left: 0;
      z-index: 999;
      overflow: hidden;
      opacity: 1 !important;

    }

    nav.open ul{
      position: absolute;

      top: 45%;
      left: 50%;
      transform: translate(-50%, -45%);
    }

    nav.open ul li{
      display: block;
      text-align: center;
      padding: 15px 0;
      
    }

    nav.open ul li a{
      color: #444444;
      font-size: 18px;
    }

    nav.open ul li:after{
      content: '';
    }

    .product-c{
      margin: 50px auto !important;
      padding: 5px !important;
      flex-wrap: wrap;
    }

    table, th, td{
      padding: 15px 10px !important;
    }

    .product-c .col-md-12{
      padding: 0 12px !important;
    }

    
 .product-c a.head{
      /* z-index: 2; */
      position: relative;
      right: auto;
      bottom: auto;
      padding: 0;
      text-decoration: none;
      
}

    .contact-form-banner{
      width: 100%;
      padding: 30px 10px;
    }

    footer{
      padding: 20px;
    }
    
    .container-bottom{
      flex-wrap: wrap;
    }
    
    footer .company{
      padding-left: 5px !important;
    }
    
    
    footer .company, footer .link, footer .connect{
      flex: 1 45.5%;
      padding-top: 50px;
    }

  }