/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
/* Code for Firefox */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,900&family=Montserrat:wght@400;800;900&family=Raleway:wght@200;300;400;900&display=swap');


/* custom css for Js gallery fade option */
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@-o-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.mfp-open .mfp-figure {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  animation-timing-function:ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
}
/* custom css ends */

button:active {
  outline: none;
  border: none;
  }

button:focus {outline:0;}

p{
	margin-top: 15px !important;
	margin-bottom: 10px !important;
}

label{
  font-family: 'Lato', sans-serif !important;
  /* font-family: 'Raleway', sans-serif; */
  font-size: 16px !important;
  line-height: 25px !important;
  font-weight: 400 !important;
  color:rgb(36, 36, 36) !important;
  }
form{
  font-family: 'Lato', sans-serif !important;
}

::-moz-selection { 
  color: #ffffff;
  background: #B21104 !important;
  opacity: 1;
}

::selection {
  color: #ffffff;
  background: #B21104 !important;
  opacity: 1;
  
}

.section-title
{
  font-family: 'Raleway', sans-serif;
  color:rgb(36, 36, 36);
  border-bottom: 4px solid #B21104 !important;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 28px;
}

.allCaps{
text-transform:uppercase;
}

.content-bg-box
{
  padding: 10px 20px !important;
  background-color: rgba(255, 255, 255, 0.7);
}
.headingCopy-thik
{
  font-family: 'Montserrat', sans-serif !important;
  /* font-family: 'Raleway', sans-serif !important; */
  color:rgb(255, 255, 255);
  font-weight: 900 !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.subHeadingCopy{
  font-family: 'Raleway', sans-serif !important;
  color:rgb(255, 255, 255);
  font-size: 22px !important;
  line-height: 28px !important;
}

.headingCopy-light
{
  /* font-family: 'Montserrat', sans-serif; */
  font-family: 'Raleway', sans-serif;
  /* color:rgb(255, 255, 255); */
  color:rgb(36, 36, 36);
  font-weight: 100;

  
}
.bodyPara{
  font-family: 'Lato', sans-serif !important;
  /* font-family: 'Raleway', sans-serif; */
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 300 !important;
  color:#000000;
	text-align:justify;
}

.logoImage{
   width: 160px;
   margin-top: -8px; 
}


.header-extras i{
font-size: 14px !important;
/* margin: 0 5px; */
padding: 5px;

}

.header-extras ul li a i:hover{ 
  /* background-color: #B21104; */
  color: #B21104;
}

.btn{
    color: #ffffff !important;
}

.btn-outline{

    border-color: #B21104 !important;
    /* background-color:  #ffffff !important; */
    color: #B21104 !important;
    font-size: 14px !important;
}

.btn-outline:hover{

  border-color: #B21104 !important;
  background-color:  #B21104 !important;  
  color: #ffffff !important;
}

.btn-outline-dark{

  border: 2px solid rgb(255, 255, 255)!important;;
  background-color: transparent !important;
  color: rgb(255, 255, 255) !important;
  font-size: 14px !important;
}
.btn-outline-dark:hover{

    border-color: #ffffff !important;  
    background-color: #ffffff !important;
    color: #B21104 !important;
}

.product-heading{
  
  font-family: 'Raleway', sans-serif; 
  text-transform: uppercase;
  font-size: 26px !important;
  line-height: 24px;
  font-weight: 500 !important;
  color:rgb(36, 36, 36);
  
  /* border-bottom: 4px solid rgb(36, 36, 36) !important; */
  /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3); */
}

.txtCenter{
  text-align: center;
  padding-bottom: 20px !important;
}

.boxShadow
{
  box-shadow:5px 5px 20px grey;
}

.certificate {
  display: inline;
  margin: 0 20px !important;
  }


.prdName{
  display:inline-block;
  font-family: 'Lato', sans-serif !important;
  /* font-family: 'Raleway', sans-serif;  */
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  background-color: #B21104;
  width: 100%;
  padding: 8px;
}


.certificate img{
  width: 150px;
}

.visualate img{
  width: 500px;
  border-radius: 6px;
}

.footerMenu li{
font-family: 'Lato', sans-serif !important;
display: inline;
padding: 20px ;
}

.footerMenu li a{
color:#969696 !important;
text-transform: uppercase;
text-align: center;
font-size: 12px;
}
.footerMenu li a:hover{
  color:#a31212 !important;
  }

  .greyText{
  color:#969696 !important;
}

.icon-box h3
{

    font-family: 'Lato', sans-serif !important;
    /* font-family: 'Raleway', sans-serif; */
    font-size: 18px !important;
  line-height: 25px !important;
    font-weight: 600 !important;
    color:#000000;
    text-align:center;
    display: block;
    padding: 5px 15px;
}

.icon-box:hover .icon a i,
.icon-box:hover .icon
{
  color:#ffffff !important;
  background-color: #B21104 !important;
}



.icon-box:hover h3 {
  color:#ffffff !important;
  background-color: #B21104 !important;
  
  border-radius: 5px;
}

.filter-title
{
  font-family: 'Raleway', sans-serif !important;
  opacity: 1 !important;
  font-weight: 100 !important;
}
.filter-text
{
  font-family: 'Lato', sans-serif !important;
}

.filter-text ul li{
  margin-bottom: 5px;
}

.page-title-custom{

  font-family: 'Montserrat', sans-serif !important;
  /* font-family: 'Raleway', sans-serif !important; */
  color:rgb(255, 255, 255);
  font-weight: 900 !important;
  font-size: 40px !important;
  line-height: 40px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;

}

.lightBox-image
{
  height: 400px !important;
}


.no-info-img
{
  height: 753px !important;
}

.prd-des-heading
{
  font-family: 'Raleway', sans-serif !important; 
  color: #B21104 !important;
  font-weight: 900 !important;
  font-size: 40px !important;
  line-height: 35px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.prd-des-heading span{
  color: rgb(44, 44, 44) !important;
  font-weight: 200 !important;
  font-size: 34px !important;
  line-height: 25px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.prd-bodyPara
{
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
  color: #161616 !important;
  margin-top: 0; 
}

.prd-bodyPara span{
  font-size: 20px;
  font-weight: 900;
  color:#161616;
  line-height: 30px;
}

.prd-salt{
  font-family: 'Lato', sans-serif !important;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #161616;
}

.smallIcon
{
  display: inline-block;
  width: 30px;
  padding-bottom: 20px;
  margin:0;
}

.mediumIcon
{
  display: inline-block;
  width: 60px;
  margin:0;
  padding: 20px 10px 5px 10px;
}
.price-box{
  font-family: 'Montserrat', sans-serif !important;
  background-color: rgb(238, 238, 238);
  border: 1px solid rgb(219, 219, 219);
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  border-radius: 5px;
}

.price-fig{
  font-weight: 800;
  font-size: 40px;
  color: green;
}

.mrp{
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400;
  font-size: 24px;
}

.smallHeading
{
  Font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  line-height: 19px !important;
  font-weight: 800!important;
  color: #161616 !important;
  padding: 0 15px 0 0 !important;
  margin: 5px 0 !important;
}

.lists ul li
{
  list-style-position: inside !important;
  padding: 3px 0;
  margin: 5px 0 !important;
  
}


.FAQAns
{
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
  color: #161616 !important;
  padding: 10px 15px 10px 15px !important;
  margin: 0 !important;
}

.icon-boxx {
  display: inline-flex;
  align-items: flex-start;
  padding: 10px 40px !important;
  min-height: 100px !important;
  border: none;
  background-color: rgb(243, 243, 243);
}

.icon-box-content{
  padding-left: 10px !important;
}

.icon-box-content h3{
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  color:#B21104 !important;
  margin: 0 !important;
}

.icon-box-para
{
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
  color: #161616 !important;
  padding: 0 !important; 
  margin: 10 !important;
}
.lsit-items {
  font-family: 'Lato', sans-serif !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: 400 !important;
  color: #161616 !important;
  text-indent:-1.5rem !important;
  padding-left: 1.5rem !important;
  padding-right: 1rem;

}

.caution{

  font-family: 'Lato', sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  color:#ffffff !important;
  background-color: red;
  padding: 5px 10px;
  border-radius: 20px;
  margin-left: 10px;
}

.unsafe{

  font-family: 'Lato', sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  color:#000000 !important;
  background-color: rgb(255, 196, 0);
  padding: 5px 10px;
  border-radius: 20px;
  margin-left: 10px;
}

.safe{

  font-family: 'Lato', sans-serif !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  color:#ffffff !important;
  background-color: green;
  padding: 5px 10px;
  border-radius: 20px;
  margin-left: 10px;
}

.card{

  margin: 0;
  width: 100%;
}
.card-header{
  padding: 0 !important;
  background-color: rgb(243, 243, 243)!important;
}

.accord-tab-btn
{
  font-family: 'Lato', sans-serif !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  color:#161616;
  background-color: transparent;
  padding: 15px;
  width: 100%;
  border: none;
  text-align: left;
  text-decoration-color: none;
}

.accord
{padding: 20px 40px 30px 40px !important;}

.indep-info
{padding-left: 40px !important;}  

.usage
{padding: 0 40px !important;}

.prd-top-div
{padding-top: 40px;}

.project-description
{padding-top: 50px;} 

.bg-white
{background-color: #ffffff !important;}

.plusIcon
{
background-image: url('../assets/icon/plus.svg');
float: right;
margin-top: 5px;
height: 15px;
width: 15px;
transform: rotate(-45deg);
transition:  0.4s;
}

.minusIcon
{
background-image: url('../assets/icon/plus.svg');
float: right;
margin-top: 5px;
height: 15px;
width: 15px;
transform: rotate(90deg);
transition:  0.4s;

}
.carousel-height{
  height: 270px !important;
}

/* ------------------------- MEDIA QUERY CSS ---------------------------- */
@media (max-width: 1024px) {
 
  .logoImage{
    width: 120px;
    margin-top: -8px; 
  }

  .footerMenu li{

  padding:5px !important;
  font-size: 11px !important;
  }

    #btn-serach{
      padding-left: 0;
    margin-left: -50px !important;
  }

  .subHeadingCopy{
    font-size: 20px !important;
    line-height: 24px !important;
  }

  .bodyPara{
    text-align: center;
  }
    
  .accord
  {padding: 0 !important;
  margin: 0 !important;
  }

  .indep-info{
  padding: 0 0 0 10px !important;}

  .usage
  {padding: 0 !important;}

  .mediumIcon
  {padding-left: 0;}

  .icon-boxx 
  {padding: 10px 15px !important;
  margin-bottom: 2px !important;
  border-radius:5px;
  }

  .icon-box-content
  {padding-left: 0 !important;}

  .price-box{        
  padding:10px 10px 15px 10px ; 
  }
        
  .prd-top-div{
  padding: 20px 0 !important;
  }

  .project-description{
  padding: 30px 10px 10px 10px !important;
  } 

  .lightBox-image
  {
    width: 400px !important;
    height: 300px !important;
  }

  .carousel-height{
    height: 330px !important;
  }

  .prd-des-heading
  {
    
    font-size: 35px !important;

  }
  .prd-des-heading span{
    
    font-size: 30px !important;
    
  }

}