body {
    font-family: 'Nunito Sans', sans-serif !important;
}

.bd-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1071;
}

.navbar {color:#000 !important;font-weight: 600;}
.navbar a {color:#000 !important;}
.navbar a:hover {color:orangered !important;}


h1 {
    font-size: 50px;
    letter-spacing: -1;
    text-transform: uppercase;
    font-weight: 900;
}

h2 {
    font-size: 40px;
    letter-spacing: -1;
    text-transform: uppercase;
    font-weight: 800;
}

.text-black {
    color: #000;
}

.no-deco {
    text-decoration: none !important;
}

.text-white {
    color: #fff;
}

.text-orange {
    color: #ff5307;
}



.btn-outline-orange {
    border: 1px #ff5307 solid !important;
    background: none;
    font-weight: 500;
    color: #616161;
}

.btn-orange {
    background: #ff5307 !important;
}

.btn-orange a {
    color: #fff;
    text-decoration: none;
}

.product-category-title h5 {
    color: #333;
    font-weight: bold;
}

.first-product-display-inner {
    background: #e7e2d6;
    min-height: 200px;
}

.second-product-display-inner {
    background: #a1e3e0;
    min-height: 200px;
}

.third-product-display-inner {
    background: #b0dcf2;
    min-height: 200px;
}

.compound-section {
    background: #E8D3D3;
    min-height: 300px;
}

.product-category-wrapper {
    background: #fff;
    min-height: 350px;
    width: 100%;
    border-right: 1px #ccc solid;
}

.product-category-wrapper:hover {
    box-shadow: 2px 7px 30px #ccc;
    transition: 500ms all ease;
}

.br-right-0 {
    border-right: 1px #fff solid !important;
}


.blog-title {
    font-weight: 700;
    line-height: 1.3;
}

.blog-title a {
    color: #333;
}

.blog-date a {
    color: #616161;
    font-size: 14px;
}

.blog-category a {
    display: inline-block;
    color: #616161;
    border: 1px #616161 solid;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 2px;
}

.blog-section-inner a {
    text-decoration: none !important;
}

.sub-heading {
    color: #616161;
}


.product-feature {
    background-image: url(../images/bg2@2k.jpg) !important;
    background-size: cover;
    padding: 150px 0px;
    min-height: 400px;
    background-attachment: fixed;
}

ul.product-feature-list {
    justify-content: center;
  
}

ul.product-feature-list li {
    display: inline-block;
    list-style: none;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 5px 20px;
}

ul.product-feature-list li img {
    max-width: 90px;
}

/* Newsletter */
.newsletter-section {
    min-height: 400px;
    background-image: url(../images/footer-back.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.no-border {
    border-radius: 0px !important;
}

.newsletter-email-field {
    min-width: 400px;
	min-height: 50px;
}

.newsletter-submit-field {
    min-width: 170px;
	min-height: 50px;
}

.newsletter-content {
    margin-top: 5%;
}




/* footer */
footer a {
 
    text-decoration: none;
    color: #525558;
}

footer {
    background: #fff;
    min-height: 300px;
    font-size: 14px;
    color: #525558;
}

.footer-right-content img {
    max-width: 60px !important;
    width: 100%;
    padding-right: 5px;
}

.footer-social-icons {
    color: #555;
}

ul.footer-list li {
    padding-bottom: 5px;
}

.firebulls-whyus-section {
    background: #f9ece3;
    padding: 100px 0px;
}

.box-style {
    padding: 25px;
    box-shadow: 0px 0px 7px #00000021;
    transition: .5s;
}

.box-style:hover {
    transform: translateX(-25px);
    transition: .5s;
}

.cstm_sidebar {
    padding-left: 0px;
}

.cstm_sidebar li {
    list-style: none;
    transition: .5s;
    list-style: none;
    padding-bottom: 12px;
    border-bottom: 1px solid #dbdbdb;
    padding-top: 12px;
}

.cstm_sidebar li a {
    color: #767676;
}

.cstm_sidebar li:hover {
    text-decoration: none;
    transform: translateX(15px);
    transition: .5s;
}

.cstm_sidebar li a {
    text-decoration: none;
}

.breadcrumb {
    min-height: 300px;
    background-size: cover;
}

.breadcrumb-content {
	position: relative;
    top: 45%;
	
}

h1.breadcrumb-title {
    font-size: 50px;
    font-weight: 900;
   
}

.product-breadcrumb {
    background-image: url('../images/breadcrumb-contact.png');
}

.blog-box {
    border: 1px solid #dbdbdb;
    padding: 15px;
    transition: .2s;
}

.blog-box:hover {
    transition: .5s;
    transform: translateY(-10px);
}

.blog-detail-section p {
    color: #222
}

.input-group-addon {
    padding: 7px 15px;
    border: 1px solid #ff5307;
}

.input-group-addon i {
    color: #ff5307;
}

.submit_btn {
    border: 1px solid #ff5307;
    background: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    color: #ff5307;
}

.submit_btn:hover {
    background: #ff5307;
    color: #fff;
}

/*common css*/

.fw-2 {font-weight:200;}
.fw-3 {font-weight:300;}
.fw-4 {font-weight:400;}
.fw-5 {font-weight:500;}
.fw-6 {font-weight:600;}
.fw-7 {font-weight:700;}
.fw-8 {font-weight:800;}
.fw-9 {font-weight:900;}

.no-list {list-style: none;}
.no-deco {text-decoration:none;}


.btn-gradient {
	width: 147px;
	height:50px;
    z-index: 2;
    display: inline-block;
    padding: 3px !important;
	background-image: linear-gradient(to right,#ff8a00,#da1b60);
    border-radius: 40px !important;
    box-sizing: border-box;
    color: #00a84f;

}

.btn-outline-gradient {
	width: 147px;
	height:50px;
    z-index: 2;
    display: inline-block;
    padding: 2px !important;
	background-image: linear-gradient(to right,#ff8a00,#da1b60);
    border-radius: 40px !important;
    box-sizing: border-box;
    color: #ff8a00;

}

.btn-gradient a {color: #fff !important;}

.btn-outline-gradient a{
	
	align-items:center;
	background:#f8f9fa;
	border-radius:40px;
	display: flex;
	justify-content: center;
	height: 100%;
	transition: background .5s ease;
	width: 100%;
	font-weight: 700;
	color:#da1b60 !important;
}

.btn-outline-gradient:hover a{
	background: transparent;
	color:#fff !important;
}


.btn-gradient:hover {
	
	background-image: linear-gradient(to left,#ff8a00,#da1b60);
	transition: background .5s ease;
	color:#fff;
	
}

.btn-gradient a:hover {
	color:#f2f2f2 !important;
}


/*Registeration Form css*/
.custom-form-group input {border: none;
    border-bottom: 1px #afafaf solid;
    width: 100%;
    padding: 16px 5px;
    margin-bottom: 13px;
    font-size: 17px;}

select.custom-form-group {border: none;
    border-bottom: 1px #afafaf solid !important;
    width: 100%;
    padding: 16px 5px;
    margin-bottom: 13px;
    font-size: 17px;}




/*media query for mobile*/

@media screen and (max-width:550px){
    .breadcrumb {
    min-height: 200px;
    background-size:cover;        
    background: linear-gradient(to right,#ff8a00,#da1b60);
    
}

.breadcrumb-content {text-align:center; position: relative;
    top: 50%;}	
.breadcrumb-content p {line-height:1;}	
	
h1.breadcrumb-title {
    font-size: 1.5em;
    font-weight: 900;   
   
}
	

.carousel-inner {    
	top: 77px;
    min-height: 238px;
	}	
	
	.carousel-control-next, .carousel-control-prev {
		display: none !important;
	}	

	
	.product-category-inner {border:1px #ccc solid;margin-bottom:10px;}
    
}

.custom-form-back {
	background-image: url(../images/form-back.jpg);
	background-size: cover;
	height:100vh;
}
