@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600;700&display=swap');body {
  font-family: 'Montserrat', sans-serif;
  font-family: 'Josefin Sans', sans-serif;
  color:#000000;
  font-size:16px;
}
.bg2{
  background-color: #F9F9F9;
}
.bg3{
  background-color: #EAEAE8;
}
.bg4{
  background-color: #F5F5F5;
}
.navbar-toggler{
  border:0px;
}
.navbar-toggler.collapsed .navbar-toggler-icon {
    background-image: url(../images/bars-solid.svg);
    width: 22px;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url(../images/xmark-solid.svg);
    width: 20px;
}
.navbar-toggler:focus{
  box-shadow: none;
}
nav.navigation{
  background-color:transparent !important;
    position: fixed;
  left: 0px;
  top: 0px;
  width:100%;
  z-index: 1000;
  transition: .3s all;
  text-transform: capitalize;
}
nav.navigation.scrolled{
 background-color:#ffffff !important;
 border-bottom: 1px solid #E2DFDD;
}
a.navbar-brand{
  color:#ffffff;
}
a.navbar-brand:hover{
  color:#ffffff;
}
nav.navigation.scrolled a.navbar-brand{
  color:black;
}
nav.navigation.scrolled a.navbar-brand:hover{
  color:black;
}
nav.navigation .nav-link{
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  padding:20px 15px !important;
}
nav.navigation.scrolled .nav-link{
color: black;
}
nav.navigation .nav-link.active{
    color:#E21818;
}
nav.navigation .nav-link:hover{
  color:#E21818;
}
.dropdown:hover .dropdown-menu{
display: block;
}
.dropdown-item.active,.dropdown-item:active{
  background-color:#E21818;
  color: #ffffff;
}
.dropdown-item{
  padding: 2px 16px;
}
.dropdown-item:focus, .dropdown-item:hover{
   background-color:#E21818;
   color: #ffffff;
}
.hero-section{
    padding: 160px 0px 50px;
    background-image: url(../images/banner1.jpg);
    background-position: top center;
    background-size: cover;
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    color: #ffffff;
}
.hero-section.other-pages{
      background-image: url(../images/banner3.jpg);
      padding:140px 0px 120px;
     min-height:auto !important;
     background-size: contain;
     background-position:center center;
}
.hero-section.other-pages.contact{
 background-image: url(../images/banner2.jpg);
}
.hero-section .container{
z-index:2;
position: relative;
}
.hero-section::before {
    content: '';
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0,.7);
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
   background: linear-gradient(160deg, rgba(50, 50, 50,.9) 20%, rgba(50, 50, 50, 0.9) 60%, rgba(50, 50, 50, 0.3) 80%, rgba(50, 50, 50,.5) 100%);
    background: linear-gradient(145deg, rgba(5, 5,5,.87) 20%, rgba(50, 50, 50, 0.9) 60%, rgba(50, 50, 50, 0.3) 80%, rgba(50, 50, 50,.5) 100%);
    }
    .hero-section.other-pages::before {
         background: linear-gradient(145deg, rgba(5, 5,5,.8) 20%, rgba(5, 5, 5, 0.8) 60%, rgba(5, 5, 5,.8) 80%, rgba(5, 5, 5,.8) 100%);
    }
.hero-section h1{
  font-size:55px;
  margin-bottom:15px;
}
.hero-section p{
  font-size: 22px;
 margin-bottom: 30px;
}
a.btn-explore {
    text-decoration: none;
    background:#a70000;
    padding:12px 36px;
    border:1px solid #a70000;
    font-size:18px;
    color: #000;
    border-radius: 3px;
    transition: .3s;
    text-align: center;
    display:inline-block;
}
a.btn-explore.btn-red {
    background-color:#a70000;
    color: #ffffff;
}
a.btn-explore:hover{
  background:black !important;
  border-color: black;
}
.section-padding{
  padding-top:120px;
  padding-bottom:80px;
}
.about-image-cover{
  background: #ffffff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.image-cover{
  background: #ffffff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: 100%;
  border-radius:3px;
  overflow: hidden;
  display: flex;
    align-items: center;
}
a.category-item{
    color: black;
    text-decoration: none;
    padding: 15px;
    font-size: 24px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    border-radius: 5px;
    display: block;
    background: #ffffff;
    height: 100%;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
a.category-item span{
  display: block;
    position: absolute;
    bottom: 0px;
    background: rgba(255,255,255,1);
    padding: 10px 5px;
    left: 0px;
    /* width: 50%; */
    height: auto;
    margin: 0 auto;
    align-items: center;
    /* display: flex; */
    justify-content: center;
    right: 0px;
    /* top: 50%; */
    /* transform: translateY(-50%);*/
}
a.category-item::before {
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,.5); */
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
}
a.category-item img{
  width: 100%;
  display: block;
}
.contact .info {
    width: 100%;
}
.contact .info .email, .contact .info .phone {
    margin-top: 40px;
}
.contact .info i {
    font-size: 20px;
    color: #ffffff;
    float: left;
    width: 44px;
    height: 44px;
    background:#a70000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color:#000000;
}
.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 16px;
}
.contact .info p a {
    color:#a70000;
    text-decoration: none;
      overflow-wrap: anywhere;
}
.contact form {
    padding: 45px 45px 45px 45px;
    background: #ffffff;
    border-radius: 3px;
}
.contact form .form-control {
    padding: 0 15px;
    height: 54px;
    background: #F6F7F5 !important;
    color: #000000;
    border: 1px solid #F6F7F5 !important;
    border-radius: 3px;
    transition: .3s;
    margin-bottom: 30px;
}
.contact form textarea.form-control {
    height: 150px;
    padding: 10px 15px;
}
.btn-contact, a.btn-contact {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    border: none;
    width: auto;
    height: auto;
    line-height: 2;
    background:#a70000;
    color: #ffffff;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-decoration: none;
}
.btn-contact:hover, a.btn-contact:hover{
background:#000000 ;
}
.contact form .form-control:focus {
    box-shadow: none;
    border: 1px solid #a70000 !important;
}
.footer a{
 color: black;
 text-decoration: none;
}
.footer-company a,.footer-links a,.footer-social a{
   font-size:24px;
}
.footer ul{
  padding: 0px;
  margin-top: 20px;
  list-style-type: none;
}
.footer ul li a{
  font-size: 16px;
  margin-bottom:8px;
  display: block;
      overflow-wrap: anywhere;
}
.footer ul li a i{
  width: 20px;
  text-align: center;
}
.copyright{
  padding-top: 30px;
  padding-bottom: 30px;
border-top: 1px solid #E2DFDD;
margin-left: 15px;
margin-right: 15px;
}
.footer-inner{
  padding-top:80px;
  padding-bottom:40px;
}
.copyright a{
  color: #a70000;
}
@media(max-width:768px){
  .hero-section {
    padding: 130px 0px 130px;
  }
.hero-section.other-pages{
  background-size: cover;
}
  nav.navigation{
    background-color: #ffffff!important;
  }
  a.navbar-brand{
  color:#000000;
}
 a.navbar-brand:hover{
  color:#000000;
}

nav.navigation .nav-link{
  color: #000000;
  padding: 10px 15px !important;
}

  .hero-section h1{
  font-size:38px;
  margin-bottom:15px;
}
a.btn-explore{
  font-size: 16px;
}
.hero-section p{
  font-size:18px;
 margin-bottom: 30px;
}
a.category-item{
  flex-direction: column;
}
a.category-item span{
  position: static;
}
.footer-company a, .footer-links a, .footer-social a {
    font-size: 20px;
}
.contact form {
    padding:30px 15px;
    margin-top: 30px;
    }
  .hero-section.other-pages {
    padding: 200px 0px 100px;
  }
}