.topheader{
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 700;
    background-color : #0F0E3B;
    color: white;
}
.details{
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 700;	
}
.pay-img{
     transition: transform 0.2s;
  transform-style: preserve-3d;
}
.pay-img:hover{
     transform: rotateY(30deg);
}

.vertical-hr{
border-left: 2px solid #80808061;
    height: 14%;
}
.marquee-section{
    background: #d61f1f;
    font-weight: 700;
    color: white;
    padding: 5px;
}
.navbar-font{
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 700;	
}
.pricelist-button{
	background-color: #0F0E3B;
	color: white;
	width: 150px;
	border-radius: 14px;
	width: 150px
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 600;				
}
.navbar-style{
	color: #0F0E3B;
}

.popup {
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The actual popup */
.popup .popuptext {
  visibility: hidden;
  width: 160px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -80px;
}

/* Popup arrow */
.popup .popuptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Toggle this class - hide and show the popup */
.popup .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
.carousel-caption {
 position: absolute!important;
    /* right: 15%; */
    bottom: 0px!important;
    left: 13%!important;
    padding-top: 0px!important;
    padding-bottom: 80px!important;
    color: #fff!important;
    text-align: left!important;
}
@media only screen and (max-width: 600px) {
   .carousel-caption {
 position: absolute!important;
    /* right: 15%; */
    bottom: 0px!important;
    left: 13%!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    color: #fff!important;
    text-align: left!important;
} 
}
.carousel-indicators {
    /* position: absolute; */
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    z-index: 2!important;
    /* display: flex; */
    justify-content: center!important;
    padding: 0!important;
    margin-right: 15%!important;
    margin-bottom: 1rem!important;
    margin-left: 15%!important;
    list-style: none!important;
    display: none;
}
.slider-style{
	padding-top: 4rem!important;
}
.btn-estimate{
	color: #fff;
    background-color: #D41A1A;
    border-color: #D41A1A;
    border-radius: 14px;
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 700;	    
}
.carouser-inner-heading{
	color: #D41A1A;
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 1000;			
}
.carouser-inner-paragraph{
	color: white;
	font-family: 'Lucida Sans Unicode', Regular;	
	font-weight: 600;			
/*	width: 802px;*/
}
.section1-style{
    background-color: #D41A1A;
    color: white;
	font-family: 'Lucida Sans Unicode', SemiBold;	
	font-weight: 500;	 
	padding: 10px;
		box-shadow: 0px 0px 66px #00000080;
	opacity: 1;	
}
 
.style-hr{
	box-shadow: 0px 0px 66px #00000080;
	opacity: 1;	
}
.stat-card {
  background: #ffc107b3;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 9px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    transition: all 0.2s;
}
.stat-card:hover {
    transform: translateY(-11px);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}
.section-2{
	color: black;
}
.section2-image{
	padding-top: 16px!important;
	font-family: 'Lucida Sans Unicode', SemiBold;	
	font-weight: 600;			
}
.products-section-heading{
	font-size: 45px;
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 800;		
}
.why-choose-us-font{
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 800;			
}
.industry-exp{
	background-image: url('../img/homepage/bg.svg');
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
}
.subhead-saving-cost{
	font-size: 45px;
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 800;			
}
.text-saving-cost{
	font-size: 15px;
	font-family: 'Lucida Sans Unicode', Regular;	
	font-weight: 400;		
}
.stat-card__content{
    padding-left: 16px;
}
 
.stat-cards {
	color: black;
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.why-choose-us{
	background-color: #0f0e3b0d;
}
.footer{
	background-image: url('../img/homepage/bottom_bg.svg');
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 
	color: white;
}
.footer-link-text{
	text-decoration: none;
	font-family: 'Lucida Sans Unicode', Semibold;	
	font-weight: 300;	
	font-size:12px;
}
.text-whychoose-us{
	font-size: 13px;
	font-family: 'Lucida Sans Unicode', Regular;	
	font-weight: 300;			
}
.text-whychoose-us-content{
	    font-size: 17px;
    font-family: 'Lucida Sans Unicode', Regular;
    font-weight: 500;
    line-height: 32px;			
}
.pricelist-font{
	font-family: 'Lucida Sans Unicode', Regular;	
	font-weight: 600;				
}
.footer-logo-font{
	font-family: 'Lucida Sans Unicode', Regular;	
/*	font-weight: 600;	*/			
	font-weight: 200;
    font-size: 12px;
}
.quicklinks{
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 800;					

}
.footer-address{
	color: #B4B4B4;
	font-size: 12px;
}
.our-pricelist{
	background-image: url('../img/Our_price_list.png');
	background-position: center; 
	background-repeat: no-repeat; 
	background-size: cover; 	
}
.btn-outline-success:hover {
    background-color: red;
    border-color: red;
}
.About_us {
    background-image: url(../img/homepage/bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 239px;
}
.aboutus_head{
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 800;						
}
.aboutus_subhead{
	font-family: 'Lucida Sans Unicode', SemiBold;	
	font-weight: 600;							
}
.adabtability_ts{
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 800;							
}
.adabtability_text{
	font-family: 'Lucida Sans Unicode', SemiBold;	
	font-weight: 600;								
}
.card_values_mod{
	border-radius: 40px;
	background: #fff;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    transition: all 0.2s;	
}
.card_values_mod:hover{
	color: white;
	background-color: #1E1E77;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
}
.subhead-saving-cost-aboutus{
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 800;							
	color: #D41A1A;	
}
.bg_explore{
	background-color: #1E1E77;
}
.contact-more{
	font-family: 'Lucida Sans Unicode', SemiBold;	
	font-weight: 600;								
	color: white;		
}
.pricelist-aboutus-button{
	background-color: white;
	color: black;
	width: 250px;
/*	height: 70px;*/
	border-radius: 14px;
	font-family: 'Lucida Sans Unicode', Bold;	
	font-weight: 800;				
	font-size: 25px;
}
.estimate{
    background-image: url(../img/estimate/giftbox_banner.svg);
    background-repeat: no-repeat;
    background-size: cover;
   /* height: 239px;	*/
    color: white;
}
.pricelist_table thead tr td {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 15px;
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.heading-total{
	background-color: #0F0E3B;
	color: white;
	z-index: 1;
}
.heading-total table td {
    font-size: 15px;
    line-height: 15px;
    padding: 10px;
    font-weight: bold;
	font-family: 'Lucida Sans Unicode', Bold;	
}
.pricelist_table thead tr {
    color: #ffffff !important;
}
.pricelist_table thead tr {
    background-color: #D41A1A !important;
}
.pricelist_table tr {
    border: 2px solid #000000;
}
.pricelist_table tr.category_row {
    color: #ffffff !important;
}
.pricelist_table tr.category_row {
    background-color: #D41A1A !important;
}
.pricelist_table tr.category_row td {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px;
}
.pricelist_table tr td {
    vertical-align: middle;
    padding: 5px;
    border: 2px solid #000000;
    font-size: 16px;
    font-weight: 600;
	font-family: 'Lucida Sans Unicode', SemiBold;	    
}
.quantity input[type=number] {
    font-size: 14px;
    line-height: 15px;
}
input[type=number] {
    -moz-appearance: textfield;
}
.qty_box {
    width: 60px;
    display: inline-block;
}
.rate_box {
    width: 80px;
    display: inline-block;
}
div.cart-table {
    font-size: 14px;
    width: 100%;
    /* width: 85%; */
    margin: 20px auto;
}
.table-headings{
	background-color: #D41A1A;
	color: white;
    font-weight: 600;
	font-family: 'Lucida Sans Unicode', SemiBold;	    	
}
.category-heading{
	background-color: #0F0E3B!important;
	color: white;
    font-weight: 600;
	font-family: 'Lucida Sans Unicode', SemiBold;	    		
}
.cart-table .table td, .cart-table .table th {
    vertical-align: middle;
}
.table-class{
    font-weight: 600;
	font-family: 'Lucida Sans Unicode', SemiBold;	    	
    
}
.sticky-top {
    position: sticky;
    top: 0;
}
.button-theme-box{
    height:42px;
    background-color:#0F0E3B;
    border-color :#0F0E3B;
}
.button-checkout-box{
    background-color:#0F0E3B;
    border-color :#0F0E3B;
    
}
.button-theme-box:hover{
    background-color:#0F0E3B;
    border-color :#0F0E3B;
}
.button-checkout-box:hover{
    background-color:#0F0E3B;
    border-color :#0F0E3B;
    
}
.active{
    color:#D41A1A!important;
}
.btn-primary {
    color: #fff;
    background-color: #16165a;

}
.btn-primary:hover {
    color: #fff;
    background-color: #16165a;
    border-color: #d41a1b;
}
.btn-primary:focus {
    color: #fff;
    background-color: #16165a;
    border-color: #d41a1b;
}

.redtext{
    color:red;
}
/* 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;
}

.fade-in-text {
  font-family: Arial;
  font-size: 60px;
  animation: fadeIn 5s;
  -webkit-animation: fadeIn 5s;
  -moz-animation: fadeIn 5s;
  -o-animation: fadeIn 5s;
  -ms-animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}