@font-face {
  font-family: BebasNeueProRegular;
  src: url(../fonts/Bebas-Neue-Pro-Regular.ttf);
}

@font-face {
  font-family: BebasNeueProBold;
  src: url(../fonts/Bebas-Neue-Pro-Bold.ttf);
}

@font-face {
  font-family: Handwind;
  src: url(../fonts/Handwind.ttf);
}

body{
    font-family: BebasNeueProRegular;
    color: #111;
}

h1, h2, h3, h4, h5, h6{
    text-transform: uppercase;
    font-family: BebasNeueProBold;
    color: #000;
}

p, .elementor-widget-text-editor p{
    font-size: 20px !important;
	font-family: BebasNeueProRegular;
}

span, strong{
    color: #ff0011;
}

.home-hero-background{
    background: url(../images/hero-img.jpg) no-repeat top center;
    background-size: cover;
    height: 90vh;
    padding: 15px 0px;
}

.navbar-box{
    width:100%;
    height:auto;
    position:absolute;
    top:0px;
    left:0px;
    padding: 15px 0px;
}

/* .home-hero-background{
    width: 100%;
    height: 90vh;
}

.home-hero-background img{
    width:100%;
    height: 100%;
    object-fit: cover;
} */

.inner-hero-background{
    background: url(../images/hero-img.jpg) no-repeat top center;
    background-size: cover;
    height: 50vh;
    padding: 15px 0px 30px 0px;
    display: flex;
    align-items: end;
}

.inner-hero-background h1{
    font-size: 62px;
    margin-bottom: 0px;
}

.nav-link{
    font-family: Tahoma;
    color: #000000;
    padding: 5px 25px!important;
    border-radius: 10px;
}

.nav-link:hover{
    background: #c60000;
    color: #fff;
}

.nav-link.active{
    background: #c60000;
    color: #fff!important;
}

.breadcrumbs a,.breadcrumbs span{
    color: #111;
    text-decoration: none;
    font-family: BebasNeueProRegular;
    font-size: 20px;
}

.call{
    background: #000;
    color: #fff;
    padding: 5px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: 0px 5px 0px rgba(0,0,0,0.3);
    font-family: Tahoma;
}
@media (max-width: 800px){
	.call{
		background: #fff;
		color: #000
	}
}

.section-about h2{
    font-size: 41px;
}

.section-about p{
    font-size: 25px;
}

.btn-readmore{
    background: #ff0011;
    color: #fff;
    padding: 2px 24px;
    border-radius: 15px;
    font-family: Tahoma;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    display: inline-block;
}

.custom-box{
    background: #e4e4e4;
    border-radius: 80px;
    overflow: hidden;
}

.section-vision-mission h2{
    font-size: 45px;
}

.section-vision-mission p{
    font-size: 25px;
    line-height: 30px;
}

.img-style{
    height: 605px;	
    object-fit: cover;
    object-position: 100% 50%;
}

.our-product h2{
    font-size: 70px;
}

.our-product p{
    font-size: 32px;
    line-height: 34px;
}

.acute-card{
    border-radius: 30px;
}

.acute-card .card-header{
    background: #ff0011;
    border: 0px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 30px!important;
}

.acute-card .card-header h2{
    font-size: 42px;
    color: #fff;
}

.btn-knowmore{
    background: #000000;
    color: #fff;
    padding: 2px 24px;
    border-radius: 15px;
    font-family: Tahoma;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
    margin-top: 15px;
    display: inline-block;
}

.tagline{
    font-family: Handwind;
    font-size: 62px;
}

.section-catalogue{
    background: #ff0011;
    padding: 60px 0px;
    position: relative;
    z-index: 0;
}

.section-catalogue::after{
    content: "";
    background: #c60000;
    position: absolute;
    width: 40%;
    height: 100%;
    right: 0px;
    top: 0px;
    z-index: -1;
}

.section-catalogue a{
    color: #fff;
    font-family: Tahoma;
    font-size: 28px;
    text-decoration: none;
    text-transform: uppercase;
}
/* animation */
/* Default hidden state */
.fade-in,
.slide-left,
.rightanimate {
  opacity: 0;
  transition: all 2s ease-out;
}

/* Starting positions */
.fade-in {
  transform: translateY(40px);
}

.slide-left {
  transform: translateX(-60px);
}

.rightanimate {
  transform: translateX(60px);
}

/* When element comes into view */
.animate-now {
  opacity: 1;
  transform: translate(0, 0);
}
.pagination{
	display: flex;
	justify-content: center;
}


footer{
    background: url(../images/footer-img-bg.jpeg) no-repeat center center;
    background-size: cover;
}

footer .card{
    margin-top: -150px;
    padding: 20px 0px;
}

.f-contact{
    font-family: Tahoma;
    margin-top: 10px;
	text-transform: capitalize;
}

.f-heading{
    color: #000000;
}

.divider{
    background: #c60000;
    height: 2px;
    width: 50%;
}

.f-links{
    list-style: none;
    padding: 0px;
    margin-top: 15px;
}

.f-links li a{
    color: #000000;
    text-decoration: none;
    font-family: Tahoma;
    display: block;
    margin-bottom: 5px;
}

.copyright{
    background: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    font-family: Tahoma;
    font-size: 14px;
}

form input[type=text],
form input[type=email],
form input[type=tel],
form textarea
{
    font-family: Tahoma;
    font-size: 14px;
}

.pagination .page-numbers {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    padding: 0px 5px;
    background: #ededed;
    color: #060606;
    border-radius: 5px;
    text-decoration: none;
    margin: 3px;
}

.pagination .current{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    padding: 0px 5px;
    background: #ff0011;
    color: #ffffff;
    border-radius: 5px;
    text-decoration: none;
}

.pro-hero-banner {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
}

.pro-hero-banner .pro-category-heading{
    color:#111111;
}

.subcategory-grid {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
}

.subcategory-grid li {
    width: 24%;
    margin: 30px 5px 10px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.subcategory-grid li .cat_name{
    color:#111;
    text-decoration: none;
    font-size:22px;
    text-transform: uppercase;
    margin-top: 5px;
}

.subcategory-grid li .btn_explore{
    color:#ffffff;
    text-decoration: none;
    font-size:16px;
    display: inline-block;
    background: #e3000f;
    border-radius: 50px;
    padding: 5px 15px;
}

.products-grid {
    list-style: none;
    display: flex;
    padding: 0px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.products-grid .subcategory-box {
    width: 24%;
    margin: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.products-grid .subcategory-box a{
    text-decoration: none;
}

.products-grid .subcategory-box a h4{
    text-align: center;
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .hero-img{
        height: 40vh;
        padding: 0px;
    }
    .top-bar{
        display: none;
    }
    .img-style {
        height: 300px;
        object-fit: cover;
        object-position: 100% 50%;
    }
    .tagline {
        font-family: Handwind;
        font-size: 42px;
    }
    .section-catalogue::after {
        width: 90%;
    }
    .section-catalogue a {
        font-size: 22px;
    }
    footer .card{
        margin-top: 0px;
    }
    .subcategory-grid li {
        width: 100%;
        margin: 10px;
    }
    .products-grid .subcategory-box {
        width: 45%;
        margin: 5px;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .inner-hero-background {
    	height: 30vh;
    }
    .home-hero-background {
    	height: 40vh;
    }
}