

body{
     font-family: "Poppins", sans-serif;
}
h1,h2,h3,h4{
     font-family: "Poppins", sans-serif;
}

header{
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9;
  border-bottom: solid 1px #B1ACAC;
}

/*.banner-img-second*/
.inner-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Logo */
.site-logo {
    padding: 10px 0;
}
.site-logo a img {
  width: 70px;
  height: 70px;
}

/* Navbar styles */
.navbar {
    color: #fff;
}

.menu  {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}
.close-menu{
    display: none;
}
.menu li {
    position: relative;
}

.menu li a {
    display: block;
    padding: 15px 15px;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.menu li:hover > a,
.menu li:focus > a {
    color: #d3212d;
}

/* Dropdown styles */
.menu li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu li ul li {
    width: 200px;
}

.menu li ul li a {
    padding: 10px 20px;
}

.menu li:hover ul,
.menu li:focus-within ul {
    display: block;
}

/* Call Us Button */
.call-us-btn {
/*    background: rgba(211, 33, 45, 1);*/
    color: #fff;
    padding: 8px 25px;
    text-decoration: none;
/*    border-radius: 5px;*/
    font-weight: 400;
    font-size: 18px;
}

.call-us-btn:hover {
/*    background: #ff4a3b;*/
}

/* Mobile styles */
.menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.menu-toggle span {
    height: 3px;
    background: #fff;
    margin: 5px 0;
    width: 25px;
}

.close-menu {
  position: absolute;
  right: 4px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 21px;
}
@media (max-width: 768px) {
    .menu {
/*        display: none;*/
        flex-direction: column;
        width: 100%;
    }

    .menu li {
        width: 100%;
    }

    .menu li ul {
        position: static;
    }

    .menu-toggle {
        display: flex;
        margin-right: 20px;
    }

    .menu.active {
        display: flex;
    }

    .call-us-btn {
        margin-left: auto;
    }
}

/**************************************
 * FOoter
 * ************************************************8*/

.footer {
  background: #f0f0f0;
  padding: 40px 0px;
}
.footer-page-link p {
  font-size: 12px;
  color: rgb(130, 141, 145);
  line-height: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: 500;
}
.footer-page-link ul li {
  margin: 5px 0px;
  list-style: none;
}
.footer-page-link ul li a span {
  margin: 0px 15px;
}
.footer-page-link ul {
  display: flex;
  margin: 0px;
  padding: 0px;
  flex-wrap: wrap;
}
.footer-page-link ul li a {
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.1px;
  color: #000;
  text-decoration: none;
}



.footer-icon ul {
  display: flex;
  padding: 0px;
/*  justify-content: right;*/
}
.footer-icon ul li :nth-child(3){
    margin: 0px !important;
}
.footer-icon ul li {
  list-style: none;
  margin: 0px 25px !important;
    margin-left: 30px !important;
  margin-left: 0px !important;
}
.footer-icon ul li a i {
  font-size: 23px;
  color: rgb(255, 15, 0);
}
.footer-icon {
/*  margin-top: 30px;*/
}

.footer-contact h3 {
  font-size: 12px;
  color: rgb(130, 141, 145);
  line-height: 14px;
  letter-spacing: 0.4px;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 20px;
  font-family: "Mulish", sans-serif;
}

.footer-contact ul li {
  list-style: none;
  margin: 7px 0px;
}
.footer-contact ul {
  padding: 0px;
}
.footer-contact ul li a {
  color: rgb(255, 15, 0);
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}
.footer-contact p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
#copyright {
  text-align: center;
  color: rgb(130, 141, 145);
}
/*.footer-contact a i {
  font-size: 28px;
  color: rgba(211, 33, 45, 1);
}*/
/**************************************
 Home BAnner
 ****************************************/
.home-banner{
    height: 667px;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.banner-img-second {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: ;
  text-align: center;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-banner img {
  width: 100% !important;
}
.banner-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
/*  z-index: 30202030;*/
}

.sinc{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
}


.banner-title h1 {
  font-size: 91px;
  font-weight: 500;
  line-height: 91px;
  color: rgba(233, 10, 54, 1);
  text-transform: uppercase;
  letter-spacing: -6px;
}
.banner-title h1 span{
    color: #fff;
}
.banner-title p{
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -2%;
    color: #fff;
}

.banner-title a {
  padding: 8px 16px;
  border: solid 1px #fff;
  border-radius: 30px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -2%;
}
.banner-title a i{
rotate: 90deg.products-title {
  margin-bottom: 40px;
};
  color: rgb(255, 15, 0);
  font-size: 12px;
  margin-left: 8px;

}
/*****************************
 * Sec two
******************************/
.sec-two{
    padding: 40px 0px;
}
.section-description p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 2%;
  color: #000;
  text-align: center;
}
.sec-left-img {
  position: relative;
}
.sec-left-img img {
  rotate: 180deg;
  top: 45px;
  position: absolute;
}

/*****************************
 * Count
******************************/
.count {
  padding: 30px 0px;
}
.count-start {
  text-align: center;
}
.counter {
  font-size: 64px;
  color: rgb(233, 10, 54);
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  margin: 20px 0px;
}
.count-start h3 {
  font-size: 18px;
  font-weight: 400;
  color: rgb(38, 38, 38);
  line-height: 24px;
  letter-spacing: 0.5px;
}

/*****************************
 * Product Rang
******************************/
.product-rang {
  padding: 30px 0px;
}
.left-content h2 {
  font-size: 55px;
  font-weight: 500;
  line-height: 55px;
  color: #000;
}
.left-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 25px 0px;
}
.left-content a{
    padding: 8px 16px;
  border: solid 1px #000;
  border-radius: 30px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.left-content a i{

  color: rgb(255, 15, 0);
  font-size: 12px;
  margin-left: 8px;

}

.slidess{
    position: relative;
}
.img-footer-text {
  width: 100%;
  position: absolute;
  
  background: rgba(255, 255, 255, 1);
  opacity: 70%;
  text-align: center;
  padding: 6px;
  bottom: 0;
}
.img-footer-text p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.my-slider .slick-prev.slick-arrow {
  position: absolute;
  left: 2%;
  z-index: 1;
  padding: 8px 13px;
  border-radius: 50%;
  background: transparent;
  border: none;
  bottom: 0;
}
.my-slider .slick-prev.slick-arrow i{
    color:  rgba(103, 103, 103, 1);

}
.my-slider .slick-next.slick-arrow {
  position: absolute;
  right: 2%;
  z-index: 1;
  padding: 8px 13px;
  border-radius: 50%;
  background: transparent;
  border: none;
  bottom: 0;
}
.my-slider .slick-next.slick-arrow i{
    color:  rgba(103, 103, 103, 1);

}

 .my-slider .slider-item-image{
    padding: 0px;
    margin: 0px;
}
.my-slider .slider-item-image img{
    width: 100%;
}



/*****************************
 * Our Product Home
 * *****************************************/
.our-products{
    padding: 30px 0px;
}
 .products-title h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: rgb(255, 15, 0);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.products-title h2 {
  font-size: 56px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0.5px;
  text-align: center;
}
.product-detail-all {
  margin-bottom: 40px;
}
.product-detail-all h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  color: rgb(255, 15, 0);
  margin: 20px 0px;
}
.product-detail-all p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-bottom: 30px;

}
.product-detail-all a{
    padding: 8px 16px;
  border: solid 1px #000;
  border-radius: 30px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
}
.product-detail-all a i {
  color: rgb(255, 15, 0);
  font-size: 12px;
  margin-left: 8px;
}

.products-title {
  margin-bottom: 40px;
}




/**************************/

.find-product {
  background-size: cover !important;
 padding-top: 5em;
  width: 100%;
}
.title-heading h2 {
  font-size: 55px;
  font-weight: 400;
  line-height: 55px;
  color: rgb(211, 33, 45);
}
.product-find-img a {
  background: rgba(211, 33, 45, 1);
  color: #fff;
  padding: 8px 25px;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
}
/********************/

.bhagwati-video{
    background-size: cover !important;
 padding: 40px 0px;
  width: 100%;
}


.video-container {
/*    width: 640px;*/
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0px 8px 20px rgba(black, 0.4);
    height: 580px;

    .video-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    video {
        width: 100%;
        height: 100%;
        border-radius: 4px;
        object-fit: cover;
    }
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
    #circle-play-b {
        cursor: pointer;
        pointer-events: auto;

        i {
      width: 90px;
      height: 90px;
      fill: #fff;
      stroke: #fff;
      cursor: pointer;
      margin: auto;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 50px;
      color: red;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.34);
    }
        }
    }



/*****************************
 * About Us
 * ********************************/
 .about-banner img{
    width: 100%;
 }
.about-banner {
   height: 550px;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}
.about-banner .banner-title {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  left: 50%;
}


/**/

  .section-heading {
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 20px;
    }
    .tabbar-button{
        text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0px 0px  40px 0px;
  border: 0px !important;   
    }
   .tabbar-button .nav-link.active {
  background: rgba(233, 10, 54, 1) !important;
  color: #fff !important;

  
    
}
.tabbar-button .nav-link {
  border: solid 1px rgba(233, 10, 54, 1) !important;
  color: #000 !important;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 50px;
  border-radius: 21px !important;
  margin: 0px 10px;
    
}
.tab-content p{
    font-size: 20px;
    font-weight: 400;
    line-break: 37px;
    color: rgba(0, 49, 80, 1);
    text-align: center;
}


.rel{
    position: relative;
    padding: 0 10%;
}

.quote-right{
    position: absolute;
    right: 0px;
    bottom: 0px;

}
.quote-right img{
    rotate: 180deg;
}
.quote-left{
    position: absolute;
    left: 0px;
    top: 0px;
}
.tradition{
    padding: 40px 0px;
    position: relative;
}
.left-sec-img-tradition{
    position: absolute;
    top: 10%;
}
.left-sec-img-tradition img{
    position: relative;
    z-index: 4;
}
.left-sec-img-tradition::after {
  content: '';
  top: -10%;
  width: 500px;
  height: 500px;
  border: solid 1px #fff;
  z-index: 2;
  position: absolute;
  left: -10%;
}
.tradition-content {
  color: #fff;
  padding: 30px 5em 5em 8em;
  border: solid 2px #fff;
}
.tradition-content h2 {
  font-size: 48px;
  font-weight: 500;
  line-height: 48px;
  color: rgb(233, 10, 54);
}
.tradition-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
    margin: 25px 0px;
}
.tradition-content a {
  padding: 10px 20px;
  background: rgba(233, 10, 54, 1);
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 24px;
  margin: auto;
  display: flex;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 150px;
}
/***********/

.team{
    padding: 30px 0px;
}
.client-title {
  margin: 20px 0px 40px 0px;
}
.client-title h2 {
  font-size: 48px;
  line-height: 48px;
  color: rgb(233, 10, 54);
  font-weight: 500;
  text-align: center;
}
.info-people {
  padding: 35px;
}
.clients {
  text-align: center;
}
.info-people h3 {
  font-size: 20px;
  color: rgb(255, 15, 0);
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
.info-people p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
  text-align: center;
}


/***********************/
.about-section-second{
    padding: 40px 0px;
}
.section-heading h2{
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    color: rgba(211, 33, 45, 1);
    text-align: center;
    text-transform: uppercase;
}
.section-heading p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: #000;
    text-align: center;
    margin-top: 20px;
}

/*****************************************/

/************************************/
/*Servicess*/
.offer-info {
  padding: 0px 4em;
}
.offer-info h2 {
  font-size: 55px;
  font-weight: 400;
  color: rgb(233, 10, 54);
  line-height: 55px;
}
.offer-info h3 {
  font-size: 130px;
  text-transform: uppercase;
  font-weight: 400;
  color: rgb(233, 10, 54);
  line-height: 102px;
  margin-top: -15px;
}
.ffer-img img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.offer-info p {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  line-height: 30px;
  margin-top: 40px;
}
/************/

.custom-glass-solution{
    padding: 40px 0px;
  overflow: hidden;
}

.service-offer{
    overflow: hidden;
    border-bottom: solid 1px #DDD;
}
.solution-description{
    padding: 30px;

}
.solution-description p{
    font-size: 16px;
    font-weight: 400;

    line-height: 22px;
    color: #000;
    width: 200px;


}
.title-solution{
    padding: 15px;
}
.title-solution h2{
    font-size: 96px;
    font-weight: 500;
    line-height: 77px;
        letter-spacing: 0.2px;
        color: rgba(233, 10, 54, 1);
        text-align: right;
}

/************************************/

/*************************************
 * Product
 * ****************************************/
 .product-banner {
   height: 730px;
    background-size: cover !important;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
}
 .product-title h1 {
  font-size: 115px;
  font-weight: 400;
  line-height: 115px;
  color: rgba(211, 33, 45, 1);
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 2px 10px #686666;
 /* position: absolute;
  top: 50%;
  transform: translatey(-50%);*/
}
/****************************/

.product-section-des{
    padding: 40px 0px;
}
.product-info-sec p{
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.3px;
    color: rgba(27, 27, 27, 1);
    text-align: center;
}
.show-product {
  position: relative;
}
.product-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*  height: 150px;*/
  width: 100%;
/*  background: rgba(85, 61, 11, 0.63);*/
/*  border-radius: 50%;*/
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 36px;
    line-height: 48px;
    text-align: center;

}
/*.product-icon img {
  padding: 30px;
  background: rgba(85, 61, 11, 0.63);
  border-radius: 50%;
}*/
/*.product-hover-show {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  border: solid 2px red;
  height: 90%;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  display: flex;
  justify-content: center;
}
.desc{

}*/
.product-content {
  overflow: hidden;
}
.product-show-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-hover-show {
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 49, 80, 0.67);
  border: 1px solid rgb(255, 255, 255);
    padding: 10px;
    text-align: center;
    z-index: 1;
    transition: bottom 0.5s ease-in-out; /* Smooth transition */
    height: 90%;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.show-product:hover .product-hover-show {
    bottom: 0;
}
.show-product:hover .product-icon {
    display: none; /* Hide the icon */
}
.show-product {
    position: relative;
    overflow: hidden;
}
.desc-info p strong{
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    color: rgba(240, 189, 81, 1);
}
.desc-info{
    padding: 0px 40px;
}
.desc-info p{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    text-align: center;
}
/*******************************/


/********************************
 * instalation
 * ***************************************/
/**/


.instalation{
    padding: 40px 0px;
    overflow: hidden;
}
.instalation-description{
    padding: 30px;

}
.instalation-description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    text-align: right;
    width: 200px;
  margin-left: auto;

}
.title-instalation{
    padding: 15px;
}
.title-instalation h2{
    font-size: 96px;
    font-weight: 500;
    line-height: 77px;
        letter-spacing: 0.2px;
        color: rgba(233, 10, 54, 1);
        text-align: left;
}
 /********************************
 * 
 * ***************************************/
/*technician*/
.technician {
  overflow: hidden;
}
.technician-image img {
  width: 100%;
}
.technician-image{
    position: relative;
}
.technician-image h3 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  line-height: 48px;
}
  /********************************
 * Beer Library
 * ***************************************/

 .beer-library-banner {
   height:502px;
    background-size: cover !important;
    position: relative;
    display: flex;
    align-items: center;
}
 .beer-library-title h1 {
  font-size: 65px;
  font-weight: 400;
  line-height: 75px;
  color: rgba(211, 33, 45, 1);
  text-align: left;
  text-transform: uppercase;
 /* position: absolute;
  top: 50%;
  transform: translatey(-50%);*/
}
/********************/
/********************/
/*Why Choos Us*/
.why-choos-us{
    padding: 30px 0px;

}
.choose-title {
  margin: 10px 0px 30px 0px;
}
.choose-title h2{
  font-size: 64px;
  font-weight: 500;
  line-height: 77px;
  text-align: center;
  color: rgba(233, 10, 54, 1);

}
.choose-box{
    text-align: center;
}
.choose-box img {
/*  background: red;*/
  border-radius: 50%;
  padding: 10px 10px;
}


.choose-box h3 {
  font-size: 18px;
  font-weight: 600;
  color: rgb(233, 10, 54);
  margin: 20px;
}
.choose-box p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 22px;
}
/********************/

.library-beers{
    padding: 40px 0px;
}
.library-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.library-image{
    height: 100%;
}
.load-more-button{
    text-align: center;
}
.load-more-button a{
    padding: 10px 30px;
    border: 2.12px solid rgba(211, 33, 45, 1);
    color: rgba(211, 33, 45, 1);
    font-size: 22px;
    font-weight: 400;
    text-align: center;
}


/*******************************
 * Contact Us
 * ************************************/

  .contact-banner {
   height:384px;
    background-size: cover !important;
    position: relative;
    display: flex;
    align-items: center;
}
 .contact-title h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  color: rgba(211, 33, 45, 1);
  text-align: center;
  text-transform: uppercase;
 /* position: absolute;
  top: 50%;
  transform: translatey(-50%);*/
}
.contact-title h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 45px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}
/*******************8*/
.contact-us{
    padding: 60px 0px;
}
.contact-text {
  padding-right: 8rem;
}
.contact-text p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.15px;
    color: rgba(233, 10, 54, 1);
    text-align: left;
}

.contact-text h2{
    font-size: 40px;
    font-weight: 400;
    line-height: 58px;
    color: #000;
    text-align: left;
    text-transform: uppercase;
}
.contact-text p span{
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: rgba(24, 24, 24, 1);
    text-align: left;
    
}
.contact-text .spacing {
    padding: 20px 0px 40px 0px;
}
.contact-text a{
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: rgba(24, 24, 24, 1);
    text-align: left;
    display: block;
    margin: 10px 0px;
    text-decoration: none;
}
.contact-text a i {
  color: rgba(233, 10, 54, 1);
  margin-right: 20px;
}


.contact-form {
  padding: 50px;
}
.contact-form .form input {
  width: 100%;
  border-bottom: solid 1px rgba(233, 10, 54, 1) !important;
  border: none;
  padding: 20px 0px;
  background: transparent;
}
.form .massage textarea {
  width: 100%;
  border-bottom: solid 1px rgba(233, 10, 54, 1)!important;
  border: none;
  background: transparent;
}
.submit-btn input {
  width: 200px !important;
  border: solid 1px rgba(233, 10, 54, 1) !important;
  height: 56px;
  margin: auto;
  text-align: center;
  padding: 0px !important;
}

/******/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.submit-btn{
    text-align: center;
    margin-top: 30px;
}
.submit-btn input {
  width: 150px !important;
}

.massage textarea {
  height: 50px;
}

.error-message {
            color: red;
            display: none;
        }
    


/********************
 * *Project
*********************/
            #exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

.projects{
    padding: 30px 0px;
}
/*tab*/
.tabbar{
    margin: 30px 0px;
}
.tabbar ul li button {
  padding: 10px 20px;
  border: solid 1px rgba(255, 204, 214, 1) !important;
  margin: 10px 20px;
  border-radius: 20px !important;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #000;
}
.tabbar ul li button:hover{
    color: #000;
}
.tabbar ul  {
  padding: 10px 20px;
  border: none !important;
  
}
.tabbar ul li .active {
  background: red !important;
  color: #fff !important;
/*  border: none !important;*/
}
.project-image img {
  border-radius: 20px;
}

/*Content Tab*/
.project-info h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  letter-spacing: 8px;
  color: rgb(233, 10, 54);
}
.project-info h2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0.5px;
  margin: 20px 0px 30px 0px;
}
.project-info p {
  font-size: 20px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0.5px;
  text-align: left;
}


/*Project slider*/
.project-slider{
    padding: 30px 0px;
}

.project-item {
  padding: 0px 0px;
}
.project-details{
    padding: 30px 0em 20px 0px;

}
.project-details h3{
    font-size: 22px;
    font-weight: 600;
    color: rgba(255, 15, 0, 1);
    text-transform: uppercase;

}
.project-details p{
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin-top: 10px;
    padding-right: 10px;
}

}
.project-item img {
  border-radius: 20px;
}
.projects-slick .slick-next.slick-arrow {
  background: rgba(255, 15, 0, 1);
  padding: 6px 11px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255, 15, 0, 1);
  position: absolute;
  top: 35%;
  right: 7px;
  z-index: 999;
}
.projects-slick .slick-prev.slick-arrow {
  background: rgba(255, 15, 0, 1);
  padding: 6px 11px;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255, 15, 0, 1);
  position: absolute;
  top: 35%;
  left: -40px;
  z-index: 999;
}
.project-item img {
  width: 95%;
  border-radius: 10px;

}


/**************P
 * product
 * **************/
 .heading-products h2 {
  font-size: 64px;
  font-weight: 500;
  color: rgb(233, 10, 54);
  text-align: center;
  line-height: 64px;
  letter-spacing: 0.5px;
}
.product-info h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
  color: rgb(233, 10, 54);
  letter-spacing: 8px;
  text-transform: uppercase;
}
.product-info h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 1.5px;
  margin:20px 0px 30px 0px;
}
.product-info ul {
  margin: 0px;
  padding: 0px;
}
.product-info li {
  font-size: 22px;
  font-weight: 400;
  line-height: 32px;
  margin-top: 10px;
  margin-left: 25px;
}

 

  .projects-slick{
    margin-left:27px;
  }

  /* the parent */
    .projects-slick .slick-list {
    margin-left:-27px;
  }


  @media(max-width:660px){
    .banner-title p{
        font-size: 15px !important;
        line-height: 20px !important;
    }
    .banner-title h1{
        font-size: 22px !important;
        line-height: 24px !important;
    }
  }






/*  ==============================================================*/

.videos-home iframe {
  width: 100%;
  height: 600px;
  border-radius: 20px;
}