@import url(font-awesome.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);



html, body {
    height: 100%; 
}
body {
  font-family: 'Rubik';
  line-height: 28px;
  font-weight: 300;
  --body-color: #eee;
  --footer: #27282c;
  --black: #131313;
  --light-light: #ededed;
  --light-light2: #ccc;
  --light-light3: #ddd;
  --border-whole: 2px solid var(--red);
  background-color: var(--body-color);
  overflow-x: hidden;
}

body::-webkit-scrollbar {
 	width: 15px;
}
 
body::-webkit-scrollbar-track {
	scrollbar-width: none;
	border: none;
}
 
body::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, #e7370b, var(--red));
  -webkit-background: linear-gradient(to top, #e7370b, var(--red));
  -moz-background: linear-gradient(to top, #e7370b, var(--red));
  outline: none;
}

/*Preloader Section Start*/
.preloader-container{
    height: 100%;
    width: 100vw;
    background-color: #fff;
    z-index: 999999;
    position: fixed;
    left: 0%;
    top: 0%;
    overflow: hidden;
}

.preloader{
    height: 300px;
    width: 300px;
    background-image:url(../assets/rest/.jpg);
    background-size: contain;
    background-repeat: no-repeat;
	background-position:center center;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
/*Preloader Section End*/

/*Default Background Properties Start*/
.bg-reset{
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-origin: border-box;
    background-size: cover;
  }
/*Default Background Properties End*/

/* Top Nav Start */
.top-nav{
  padding: 5px;
  background-color: var(--red);
}

.inner-nav{
  display: flex;
  align-items: center;
}

.inner-nav p{
  margin: 0;
  margin-right: 30px;
  padding: 0;
}

.inner-nav a{
  color: var(--white);
  text-decoration: none;
  font-family: 'Rubik';
}

.social-icons{
  display: flex;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}

.social-icons li{
  list-style: none;
}

.social-icons li a{
  color: var(--body-color);
  text-decoration: none;
}
/* Top Nav End */

/* Main Nav Start */
.navbar{
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.nav-link{
  color: var(--black) !important;
  font-weight: 500;
  font-size: 0.875rem;
  margin-left: 32px;
  text-transform: uppercase;
}

p{
  font-family: 'Rubik', sans-serif;
}

.navbar-nav li.nav-item{
  margin-right: 15px;
}

li .dropdown-item{
  color: var(--red);
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

li .dropdown-item:hover{
  background-color: var(--red);
  color: var(--body-color);
}

.navbar-nav .dropdown-menu{
    background-color: var(--light);
    border: 2px solid #222 !important;
    margin-top: 0px;
    border-radius: 0px !important;
    z-index: 9999;
    padding: 0px;
  }
  
  .dropdown-menu li{
    border-bottom: 1px solid var(--red);
  }

  .navbar.active {
    background: var(--white);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  }

  
.navbar.fixed-top{
    margin-top: 0px;
    transition: all 0.2s ease-in-out;
  }
/* Main Nav End */

/* Banner Section Start */
.rev_slider_wrapper .slide-content-box .button a{
  border-radius: 0;
  transition: all 500ms ease !important;
  -moz-transition: all 500ms ease !important;
  -webkit-transition: all 500ms ease !important;
  -ms-transition: all 500ms ease !important;
  -o-transition: all 500ms ease !important;
}
.rev_slider_wrapper .slide-content-box .button a.bdr{
  border: 2px solid #949494;
}
.thm-btn {
  color: #fff;
  padding: 17px 40px 15px;
  font-size: 0.875rem;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Rubik', sans-serif;
  transition: all 500ms ease;
  line-height: 14px;
  text-decoration: none !important;
  transform: translateX(0px);
}
.bg-cl-1{
  background: var(--red); 
}
.thm-btn:hover{
  background: #141414;  
  border: 2px solid #5e0003;
  color: #fff;
  border-radius: 0 !important;
}
/* Banner Section End */





/* Company Profile Start */
.company-profile{
  padding-top: 100px;
  padding-bottom: 100px;
}

.profile-img{
  height: 100%;
  background-image: url('../assets/rest/4.jpg');
  background-position: center center;
  background-size: cover;
}

.company-profile li{
  font-size: 1rem;
  color: var(--red);
  list-style: none;
  font-family: 'Saira';
  font-weight: 500;
  margin-bottom: 0;
}

.company-profile h1, .why-choose-us h1, .product-section h1{
  font-size: 2rem;
  color: var(--black);
  font-weight: 600;
}

.why-choose-contents p{
  font-weight: 400;
}

.btn-mod{
  color: var(--red);
  font-weight: 500;
  display: inline-block;
}
/* Company Profile End */

/* Why Choose Us Section Start */
.why-choose-us{
  padding-top: 100px;
  padding-bottom: 100px;
}

.abt{
  padding-bottom: 0px;
}

.icon-container i{
  font-size: 40px;
  color: var(--red);
}

.why-choose-contents h1{
  font-size: 1.25rem;
}

.why-choose-contents p{
  color: var(--gray);
}
/* Why Choose Us Section End */

/* Home Page Enquiry Section Start */
.enq-section{
  background-image: url('../assets/rest/1.jpg');
  /* background-repeat: repeat-x; */
  padding: 50px 0;
}

.home-enq{
  padding-left: 0px !important;
  padding-bottom: 0px !important;
}

.home-enq li{
  font-family: 'Saira', sans-serif;
  color: var(--red);
  font-weight: 400;
}

.home-enq h2{
  font-family: 'Saira', sans-serif !important;
  font-size: 2.3125rem !important;
  color: var(--light);
  font-weight: normal !important;
}

.enq-address{
  padding: 20px 0;
}

.enq-address li{
  font-size: 1rem;
  font-family: 'Rubik';
  color: var(--light);
  padding: 10px 0;
  line-height: 37px;
}

.enq-address .icon1{
  padding: 10px 12px;
  color: var(--red);
  background-color: var(--light);
  font-size: 1.5rem;
  border-radius: 50px;
  margin-right: 2rem;
}


.enq-form-container{
  background-color: var(--light)
}

.enq-form-container form input:not(.btn-style), .enq-form-container textarea{
  border: 2px solid var(--black) !important;
  outline: none !important;
}

.enq-form-container form input::placeholder, .enq-form-container textarea::placeholder{
  color: var(--dark);
  font-weight: bolder;
}

.enq-form-container form input:focus, .enq-form-container textarea:focus{
  border: 2px solid var(--red) !important;
  outline: none !important;
}
/* Home Page Enquiry Section End */

/* Product Section Start */
.product-sect{
  padding-bottom: 50px;
}

.outer-shell{
  margin-bottom: 150px;
}

.product-container{
  height: 300px;
  cursor: pointer;
}

.img-container{
  height: 300px;
  overflow: hidden;
}

.img-whole{
  transform: scale(1.05);
  transition: all 0.4s ease-in-out;
}

.img-container .img1{
  background-image: url('../assets/product-images/1.jpg');
}

.img-container .img2{
  background-image: url('../assets/product-images/2.jpg');
}

.img-container .img3{
  background-image: url('../assets/product-images/3.jpg');
}

.img-container .img4{
  background-image: url('../assets/product-images/4.jpg');
}

.img-container .img5{
  background-image: url('../assets/product-images/5.jpg');
}
.img-container .img6{
  background-image:url('../assets/product-images/6.jpg');
}
.img-container .img7{
  background-image:url('../assets/product-images/7.jpg');
}

.outer-shell:hover .img-container .img-whole{
  transform: scale(1);
}

.prod-content{
  position: relative;
  height: 180px;
  top: -20%;
  transition: all 0.4s ease-in-out;
}

.inner-content{
  z-index: 1;
}

.prod-content .inner-content::before{
  content: '';
  height: 0%;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--red);
}

.outer-shell:hover .prod-content{
  top: -25%;
}

.outer-shell:hover .prod-content .inner-content h1, .outer-shell:hover .prod-content .inner-content p{
  color: var(--light);
}

.outer-shell:hover .prod-content .inner-content::before{
  height: 100%;
}

.inner-content{
  height: 200px;
  width: 80%;
  padding: 20px;
  background-color: var(--light);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.inner-content h1{
  font-size: 1.25rem;
  color: var(--black);
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
}

.inner-content p{
  font-size: 0.9rem;
  line-height: 1.4rem;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
}

.kitchen-container{
  padding-top: 50px;
  padding-bottom: 50px;
}

.kitchen-sect{
  height: 250px;
  cursor: pointer;
  background: #ecf0f3;
  box-shadow: 4px 4px 4px 0px rgba(0,0,0,0.05), -4px -4px 4px 0px rgba(255,255,255,1);
  transition: all 400ms ease-in-out;
}

.kitchen-sect:hover{
  box-shadow: -4px -4px 4px 0px rgba(0,0,0,0.05), 4px 4px 4px 0px rgba(255,255,255,1);
  background-color: #ffffff21;
}

.kitchen-holder{
  height: 100%;
  transform: scaleX(+1);
  transform-origin: center;
  transition: all 400ms ease-in-out;
}

.m-d-5{
  margin-top: 50px;
}

.k-img-1{
  background-image: url('../assets/product-images/inox.png');
}

.k-img-2{
  background-image: url('../assets/product-images/hettich.png');
}

.k-img-3{
  background-image: url('../assets/product-images/godrej.png');
}

.k-img-4{
  background-image: url('../assets/product-images/peacock.png');
}

.k-img-5{
  background-image: url('../assets/product-images/livsmart.png');
}

.k-img-6{
  background-image: url('../assets/product-images/hafele.png');
}
.k-img-7{
  background-image:url(../assets/product-images/levon.png);
}

.k-img-8{
  background-image:url(../assets/product-images/ipsa.png);
}
.k-img-9{
  background-image:url(../assets/product-images/indaux.png);
}
.k-img-10{
  background-image:url(../assets/product-images/ozone.png);
}
.k-img-11{
  background-image:url(../assets/product-images/yale.png);
}
.k-img-12{
  background-image:url(../assets/product-images/dorset.png);
}
.k-img-13{
  background-image:url(../assets/product-images/quba.png);
}
.k-img-14{
  background-image:url(../assets/product-images/linea.png);
}
.k-img-15{
  background-image:url(../assets/product-images/krome.png);
}
.k-img-16{
  background-image:url(../assets/product-images/jolly.png);
}
.k-img-17{
  background-image:url(../assets/product-images/ace-line.png);
}
.k-img-18{
  background-image:url(../assets/product-images/droma.png);
}
.k-img-19{
  background-image:url(../assets/product-images/sanitaryware/Aquarium/1.jpg);
}
.k-img-20{
  background-image:url(../assets/product-images/sanitaryware/relax/1.jpg);
}

.kitchen-sect:hover .kitchen-holder{
  /* filter: hue-rotate(18deg); */
  filter: saturate(1.35);
  transform-origin: center;
  transform: scale(0.95);
}

.pdf-box{
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pdf-color-aria{
  color: var(--red);
  font-size: 7em;
}

.pdf-box div>i{
  transform: scale(1);
  transform-origin: center;
  transition: all 400ms ease-in-out;
}

.pdf-box:hover div>i{
  transform: scale(0.95);
}
/* Product Section End */

/* Page Banner Section Start */
.pg-banner-container{
  padding: 100px;
  background-color: var(--red);
  background-blend-mode: luminosity;
  background-image: url('../assets/rest/abt-bnr.jpg');
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.contact-bnr{
  background-position: top center;
  background-image: url('../assets/rest/contact-bnr.jpg');
}

.pg-banner{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.pg-banner h2{
  font-size: 28px;
  font-family: 'Rubik', sans-serif;
  color: var(--white);
  text-align: center;
}

.pg-banner li{
  color: var(--light);
  list-style: none;
}

.pg-banner li a{
  color: var(--white);
}
/* Page Banner Section End */

/* Contact Page Styling Start */
.cpstyle{
  padding: 20px 50px;
}

.cpstyle h2{
  font-size: 32px;
  font-family: 'Rubik';
  font-weight: bold;
}

.cpstyle p span{
  color: var(--red);
  font-weight: 600;
  font-family: 'Rubik';
}

.cpstyle p{
  color: var(--black);
  font-size: 18px;
  text-align: justify;
  margin-bottom: 5px;
  font-family: 'Rubik';
}

.contact_form input[type="text"], .contact_form input[type="email"]{
  width: 100%;
  height: 55px;
  border: 1px solid var(--light);
  display: block;
  padding: 0 15px;
  margin-bottom: 30px;
  font-family: 'Rubik';
  outline: none;
  color: #222;
  transition: all 500ms ease;
}

.message-height{
  height: 140px;
  width: 100%;
  border: 1px solid var(--light);
  display: block;
  padding: 12px 15px;
  margin-bottom: 30px;
  color: #222;
  font-family: 'Rubik';
  outline: none;
  transition: all 500ms ease;
}

.contact_form input[type="text"]:focus, .contact_form input[type="email"]:focus, .message-height:focus{
  outline-width: 2px;
  outline: auto;
  outline-color: var(--dark);
}

.btn-style{
  color: var(--red);
  font-family: 'Rubik';
  height: 55px;
  font-size: 18px;
  margin-top: 30px;
  width: fit-content;
  transition: all 0.45s ease-in-out;
  padding: 12px 60px;
  font-weight: 600;
}

input.btn-style{
  border: 2px solid var(--red);
}

.btn-style:hover{
  background-color: var(--light-light2);
  color: var(--black);
  border: var(--border-whole);
  border-color: var(--black);
}

a{
  text-decoration: none !important;
}

.list-style-none{
  list-style: none !important;
}

.theme-color{
  color: var(--red);
}

/* Contact Page Styling End */




















/*Cta Section Start*/
.white{
  color: var(--white);
  text-decoration: none !important;
}

.cta-section{
  padding: 50px;
  margin: 0;
  background-color: var(--light);
  color: var(--black);
  position: relative;
}

.cta-para{
  font-size: 1.8125rem;
  font-family: 'Rubik';
  letter-spacing: 0.5px;
}

.btn-des{
  padding: 12px 27px;
  background-color: var(--light-light);
  color: var(--red);
  font-size: 1.125rem;
  border: var(--border-whole);
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.btn-des:hover{
  background-color: var(--light-light2);
  color: var(--black);
  border: var(--border-whole);
  border-color: var(--black);
}
/*Cta Section End*/

/*Footer Section Start*/
.footer{
  background-color: var(--footer);
  padding: 80px 0px 40px;
  color: var(--light-light3);
}

.teko{
  font-family: 'Saira', sans-serif;
  font-size: 24px !important;
}

.font-bold{
  font-weight: bold;
}

.line-height{
  line-height: 25px;
}

.f-14{
  font-size: 0.9375rem;
}

.f-15{
  font-size: 0.9375rem;
}

.f-18{
  font-size: 1rem;
}

.f-20{
  font-size: 1.25rem;
}

.f-26{
  font-size: 1.625rem;
}

.f-30{
  font-size: 1.875rem;
}

.footer ul.footer-socio li{
  float: left;
  margin-right: 30px;
}

.footer-socio{
  padding-left: 0;
}

.footer p{
  font-family: 'Rubik', sans-serif !important;
  font-weight: 500
}

.footer-socio a{
  color: var(--light-light3);
}

ul li{
  list-style: none;
}

.adjust-hovermode{
  transition: all 0.4s ease-in-out;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.adjust-hovermode:hover{
  color: var(--red);
}
/*Footer Section End*/


/*Bottom Footer Start*/
.bottom-nav{
  padding: 10px;
  background-color: var(--black);
  border-top: solid 1px var(--black);
  color: var(--dark);
  font-size: 0.9375rem;
  line-height: 24px;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  font-weight: 600;
}

.bottom-nav p{
  font-size: 1rem;
}

.color-change{
  color: var(--red);
}

.footer-btm-socio li a{
  color: var(--red);
}

.footer-btm-socio li a i{
  font-size: 1rem !important;
  font-weight: bold;
}

.title-head{
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  position: relative;
}

.title-head::before{
  height: 2px;
  width: 40px;
  display: block;
  background-color: #5e0003;
  content: '';
  position: absolute;
  bottom: -2px;
} 

.f_class .title-head, .product-sect .title-head{
  border-bottom: 2px solid #222;
  width: fit-content;
}

.f_class .title-head::before, .product-sect .title-head::before{
  height: 4px;
  width: 90px;
  display: block;
  background-color: #c52026;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
/*Bottom Footer End*/
.enquiry-stciky {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -233px;
    top: 200px;
    width: 300px;
    z-index: 1100;
}








/* Responsive Start */
@media (min-width: 992px){
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
  }
}

@media screen and (max-width: 425px){
  .top-nav{
    display: none;
  }

  .cta-para{
    font-size: 1.25rem;
    text-align: center;
  }

  .cta-btn{
    padding-top: 40px;
    text-align: center;
  }

  .why-choose-us{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .icon-container, .why-choose-contents h1{
    margin-bottom: 10px;
    text-align: center;
  }

  .why-choose-contents p{
    text-align: center;
  }

  .why-choose-us .col-md-4{
    margin-bottom: 30px;
  }

  .why-choose-us .col-md-4:last-child{
    margin-bottom: 0px;
  }

  .cta-section{
    padding-top: 40px;
  }

  .enq-section{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cpstyle{
    margin-top: 30px !important;
    padding-left: 40px;
    padding-right: 30px;
  }

  .icon1{
    margin-right: 1.2rem !important;
    text-align: justify;
  }

  .enq-address span{
    margin-left: 65px !important;
    display: inline-block;
  }
  
  .enq-address span.left-set{
    margin-left: 0px !important;
    display: inline-block;
  }


  .enq-form-container{
    padding-left: 30px !important;
  }

  .enq-form-container .btn-style{
    width: 100% !important;
  }

  .bottom-nav p {
    font-size: 0.8rem;
    text-align: center;
  }

  .footer-btm-socio{
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid rgba(170, 170, 170, 0.164);
  }
  
  .footer .col-md-2, .footer .col-md-3,.footer .col-md-4{
    margin-top: 30px;
  }

  .top-nav{
    display: none;
  }
}

@media screen and (max-width: 375px){
  .navbar-brand img{
    height: 70px;
  }

  .company-profile{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .product-sect{
    margin-bottom: 0px !important;
  }

  .enq-address span{
    margin-left: 65px !important;
    display: inline-block;
  }

  .enq-address span.left-set{
    margin-left: 65px !important;
    display: inline-block;
  }

}
@media screen and (max-width: 320px){
  .navbar-brand img{
    height: 50px;
  }

  .top-nav{
    display: none;
  }

  }
/* Responsive End */




/*==============================
    whats------app
===============================*/
 /*whats up css*/
 .float{
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 20px;
      left: 5px; 
      background-color: #25D366;
      border-radius: 50px;
      text-align: center;
      font-size: 36px;
      color: #fff;
      z-index: 100;
  }

  .my-whatsap{
    margin-top: 10px;
  }

   /*whats up css*/




   /*Video section css*/

   .video-content{
    height: 62px;
    width: 80%;
    padding: 20px;
    background-color:#FE0000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   }

   .video-content h1{
    color:#fff;
    font-size:16px;
    font-weight:500;
   }




   /*thabku-page css*/

.thanku-test h1{


    text-align: center;


    background-color:#ff656a;


    padding: 33px 30px 32px 38px;


    color: #fff;
    margin-top: 5%;


}





.thanku-paragraph h2{


    text-align: center;
    margin-top: 50px;
    margin-bottom: 5%;


}








   /*form popup css*/

.instructions {
  text-align:center;
  font-size:16px;
  margin: 15vh;
}  

/* //////////////////////////////////////////////////////////////////////////////////////////////
  //   Default Modal Styles   //
////////////////////////////////////////////////////////////////////////////////////////////// */
/*   This is the background overlay   */
.backgroundOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #000000;
  opacity: .85;
  filter: alpha(opacity=85);
  -moz-opacity: .85;
  z-index: 101;
  display: none;
}
/*   This is the Popup Window   */
.delayedPopupWindow {
  display: none;
  position: fixed;
  width: auto;
  max-width: 430px;
  height: 390px;
  top: 50%;
  left: 50%;
  margin-left: -260px;
  margin-top: -180px;
  background-color: #efefef;
  /*background-image:url('../assets/rest/form-image.jpg'); */
  border: 2px solid #333;
  z-index: 102;
  padding: 10px 80px;
}
/*   This is the closing button  */
#btnClose {
  width:100%;
  display: block;
  text-align: right;
  text-decoration: none;
  color: #000;
  margin-left:21%;
  margin-left: 24%;
  font-size: 12px;
  margin-top: -10px;
}
/*   This is the closing button hover state  */
#btnClose:hover {
  color: #c90c12;
}
/*   This is the description headline and paragraph for the form   */
#delayedPopup > div.formDescription {
  float: left;
  display: block;
  width: 44%;
  padding: 1% 3%;
  font-size: 15px;
  color: #666;
  clear: left;
}
/*   This is the styling for the form's headline   */
#delayedPopup > div.formDescription h2 {
  color: #444444;
  font-size: 36px;
  line-height: 40px;
}

/* 
////////// MailChimp Signup Form //////////////////////////////
*/

/*   This is the signup form body  */
#delayedPopup #mc_embed_signup {
  float: left;
  width: 47%;
  padding: 1%;
  display: block;
  font-size: 16px;
  color: #666;
  margin-left: 1%;
}
/*   This is the styling for the signup form inputs  */
#delayedPopup #mc-embedded-subscribe-form input {
  width: 95%;
  height: 30px;
  font-size: 18px;
  padding: 3px;
  margin-bottom: 5px;
}
/*   This is the styling for the signup form inputs when they are being hovered with the mouse  */
#delayedPopup #mc-embedded-subscribe-form input:hover {
  border:solid 2px #000;
  box-shadow: 0 1px 3px #AAAAAA;
}
/*   This is the styling for the signup form inputs when they are focused  */
#delayedPopup #mc-embedded-subscribe-form input:focus {
  border:solid 2px #fff;
  box-shadow: none;
}
/*   This is the styling for the signup form submit button  */
#delayedPopup #mc-embedded-subscribe {
  /*width: 100%!important;*/
  height: 40px!important;
  margin: 10px auto 0 auto;
  background:#FC0201;
  border: none;
  color: #fff;
}
/*   This is the styling for the signup form submit button hover state  */
#delayedPopup #mc-embedded-subscribe:hover {
  background: #FC0201;
  color: #fff;
  box-shadow:none!important;
  cursor: pointer;
  border: 1px solid #FC0201 !important;
}