@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}

.merriweather-light-italic {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}

.merriweather-regular-italic {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.merriweather-bold-italic {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
}

.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}

header {
  position: absolute;
  z-index: 3;
  width: 100%;
  transition: all 0.5s;
  top: 0;
  left: 0;
}
header .navbar-brand img {
  width: 187px;
}
header .navbar-brand img.black {
  display: none;
}
.header.sticky {
  position: fixed;
  background: #fff;
  z-index: 99;
  width: 100%;
  top: 0;
  left: 0;
  animation: sticky 1.2s;
  box-shadow: 0 5px 10px rgb(0 0 0 / 15%);
}
.header.sticky .navbar-brand img.black {
  display: block;
}
.header.sticky .navbar-brand img {
  width: 120px;
}
.navbar-nav .nav-item a.nav-link {
  color: #FFF;
  font-family: 'latoregular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  padding: 15px 0;
  position: relative;
}
.banner-block {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner-block .banner-overlay {
  width: 100%;
  position: relative;
}
.banner-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.banner-block .banner-overlay video {
  display: block;
  width: 100%;
  height: 100%;
}
.banner-block .banner-content {
  bottom: 80px;
  position: absolute;
  color: #fff;
  visibility: visible;
  opacity: 1;
}
.banner-block .banner-content h4 {
  color: #FFF;
  font-family: 'merriweatherregular';
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 88.158px;
}
.banner-block .banner-content h1 {
  color: #FFF;
  font-family: 'merriweatherbold';
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 99.618px;
  letter-spacing: 1.6px;
}
.banner-block .banner-content p {
  color: #FFF;
  font-family: 'merriweatherregular';
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  margin: 0;
}


/*----------- Footer Css ------------ */
#footer-section::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 554px;
  background-image: url(../images/footer-bg-icon.png);
  background-repeat: no-repeat;
  width: 100%;
  max-width: 1010px;
}
#footer-section .footer-logo a img {
  width: 190px;
}
.ls-none {
  list-style: none;
}
.footer-menu-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu-item.boldmenu a {
  color: #000;
  font-weight: bold;
  font-size: 18px;
  font-family: Merriweather;
  padding-bottom: 34px;
}
.footer-menu-block ul li {
  margin-bottom: 10px;
  font-family: 'latoregular';
  font-size: 14px;
}
.footer-menu-block ul li a {
  color: #000;
  text-decoration: none;
}
.menu-item.boldmenu a:hover, .footer-menu-block ul li a:hover {
  color: #D1050C;
}
a {
  text-decoration: none !important;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
}
footer .social-icon {
  display: flex;
  align-items: center;
  position: relative;
}
footer .social-icon li {
  padding: 5px;
    padding-left: 5px;
}
footer .social-icon li:nth-child(1) {
  padding-left: 0;
}
footer .social-icon li a {
  width: 32px;
  height: 32px;
  background-color: #000;
  display: inline-block;
  color: #fff;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
}
footer .social-icon li a:hover {
  background-color: #D1050C;
  color: #fff;
}
footer .address li:nth-child(1)::before {
  background: url(../images/map-icon.svg) no-repeat 0 4px;
}
footer .address li:nth-child(2)::before {
  background: url(../images/call-icon.svg) no-repeat 0 4px;
}
footer .address li:nth-child(3)::before {
  background: url(../images/mail-icon.svg) no-repeat 0 4px;
}
footer .address li::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 26px;
  left: 0;
}
footer .address {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
}
.description.text-muted, .js-form-required.form-required {
  display: none !important;
}
.subscribe-box {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 50px auto 0;
}
.subscribe-box .form-email {
  height: 54px;
  text-indent: 12px;
  border-radius: 9px 0px 0px 9px;
  border: 1px solid #D6CBB6;
  color: #000;
  font-family: 'latoregular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
  width: 100%;
  max-width: 490px;
  float: left;
}
.subscribe-box .form-submit:hover {
  transition: .5s;
  border: 1px solid #000;
  background: #000;
  color: #fff;
}
.subscribe-box .form-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 54px;
  width: 150px;
  border-radius: 0px 9px 9px 0px;
  background: #D83135;
  color: #fff;
  text-align: center;
  font-family: 'latoregular';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  transition: .5s;
  border: 1px solid #D83135;
}