@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;700&display=swap');
body {
  font-family: 'Montserrat', sans-serif;
}
h2 {
  font-weight: 600;
}
a:hover {
  text-decoration: none;
}
.navbar {
  padding: 0px;
}
.main-logo {
  position: relative;
  top: 0px;
}
.main-logo img {
  left: 0px;
  background: #FFF;
  padding: 10px 0;
  width: 440px;
  z-index: 99;
}
.home-reg-form {
  background: #FFF;
  margin: 30px 0px;
  position: relative;
  z-index: 99;
  border-radius: 10px;
}
.home-reg-form h2 {
  background: #a21d21;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  padding: 10px;
  margin: 0;
  font-weight: 600;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home-reg-form form {
  padding: 29px 30px;
}
.home-reg-form .form-group {
  margin-bottom: 10px;
}
.home-reg-form .form-control {
  border-radius: 0px;
  height: 38px;
  font-size: 18px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
}
.home-reg-form .col-form-label {
  font-size: 13px;
  font-weight: 600;
}
.main-banner {
  background: url("../img/main-banner.jpg") no-repeat center center;
  background-size: cover;
  min-height: 600px;
}
.title-s1 {
  margin: 190px 0 0;
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
}
.btn-s1 {
  background: #a21d21;
  color: #FFF;
  display: inline-block;
  padding: 5px 15px;
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 600;
}
.btn-s1:hover {
  color: #FFF;
  text-decoration: none;
}
.btn-s2 {
  background: #a21d21;
  color: #FFF;
  border: none;
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 600;
  margin: 7px 0 0;
  display: inline-block;
}
.btn-s2:hover {
  color: #FFF;
}
.btn-s3 {
  background: #a21d21;
  color: #FFF;
  padding: 4px 15px;
  display: inline-block;
}
.btn-s3:hover {
  background: #a21d21;
  color: #FFF;
  padding: 4px 15px;
  display: inline-block;
}
.navbar-nav .nav-link {
  margin: 6px 10px !important;
  color: #a21d21;
  font-weight: 500;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 10px;
}
.features-section {
  background: #a21d21;
}
.icbx {
  color: #FFF;
  position: relative;
  padding: 0px 0px 0px 48px;
  margin: 20px 0 20px;
}
.icbx i {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 34px;
}
.icbx h3 {
  font-size: 17px;
  margin: 0 0 3px;
  font-weight: 600;
}
.icbx p {
  font-size: 12px;
  margin: 0px;
}
.section-padding {
  padding: 60px 0px;
}
.grey-bg {
  background: #f3f3f3;
}
.profile-thumb-1 {
  background: #FFF;
  padding: 19px 18px;
  border-radius: 30px;
  text-align: center;
  display: block;
  color: #000;
  margin: 0 0 20px;
}
.profile-thumb-1:hover {
  text-decoration: none;
  color: #000;
}
.profile-thumb-1 img {
  margin: 0 0 10px;
  width: 100%;
}
.profile-thumb-1 h1 {
  font-size: 18px;
  font-weight: 700;
  margin: 0px;
}
.profile-thumb-1 h2 {
  font-size: 18px;
  font-weight: 600;
  margin: 0px;
}
.profile-thumb-1 h3 {
  font-size: 14px;
  margin: 0px;
}
.profile-thumb-1 h4 {
  font-size: 14px;
  margin: 0px;
}
.profile-thumb-1-c .profile-thumb-1 {
  margin: 0px 0px 10px;
}
.profile-thumb-1-c {
  text-align: center;
  margin: 0 0 25px;
}
.profile-thumb-1 h5 {
  font-size: 14px;
  margin: 0px;
}
.nav-tabs {
  border: none;
  justify-content: center;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: #a21d21;
  color: #FFF;
  border: none;
  border-radius: 0px;
  margin: 0 5px;
  font-size: 22px;
  font-weight: 400;
  padding: 4px 20px;
}
.nav-tabs .nav-link {
  background: #a5a5a5;
  color: #FFF;
  border: none;
  border-radius: 0px;
  margin: 0 5px;
  font-size: 22px;
  font-weight: 400;
  padding: 4px 20px;
}
.nav-tabs {
  margin: 20px 0 32px;
}
.profile-car {
  position: relative;
}
.profile-car .owl-nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.profile-car .owl-nav .owl-prev {
  position: absolute;
  font-size: 30px;
  padding: 0;
  height: auto;
  margin: 0px 0px 0px -30px;
  color: #a5a5a5 !important;
}
.profile-car .owl-nav .owl-next {
  position: absolute;
  padding: 0;
  margin: 0px -20px 0px 0px;
  color: #a5a5a5 !important;
}
.profile-car .owl-prev {
  margin-left: 10px;
}
.profile-car .owl-next {
  margin-right: 10px;
}
.profile-car .owl-next, .profile-car .owl-prev {
  color: #e3e3e3 !important;
}
.profile-car .owl-next:focus, .profile-car .owl-prev:focus {
  outline: none;
}
.profile-car .owl-nav i {
  font-size: 38px;
}
.footer-logo {
  width: 105px;
}
footer p {
  margin: 10px 0px 0px;
}
footer {
  background: #a21d21;
  color: #FFF;
  padding: 70px 0px;
}
footer h2 {
  font-size: 21px;
}
.footer-links {
  list-style: none;
  padding: 0px;
}
.footer-links li {}
.footer-links li a {
  color: #FFF;
  display: block;
  margin: 0 0 9px;
  font-size: 15px;
}
.inner-header {
  background: #a21d21;
  padding: 50px 10px;
}
.inner-header h2 {
  color: #FFF;
  margin: 0px;
}
.pagination-nav {
  display: inline-block;
}
.page-link {
  background-color: #a21d21;
  border: 1px solid #8d0b0f;
  color: #FFF;
  border-radius: 0px !important;
}
.page-link:hover {
  color: #ffffff;
  background-color: #bc282c;
  border-color: #a0171a;
}
.login-page {
  background: #FFF;
  padding: 40px;
  border-radius: 30px;
}
.login-page input[type='text'], .login-page input[type='password'] {
  display: block;
  width: 100%;
  border: 1px solid #e6e6e6;
  margin: 0 0 10px;
  min-height: 41px;
  padding: 10px 18px;
}
.reset-pass {
  float: right;
  color: #000;
  font-weight: 600;
  font-size: 14px;
}
.white-cbx {
  background: #FFF;
  padding: 30px;
  border-radius: 30px;
}
.table td, .table th {
  padding: 8px 0px;
}
.list-style1 {
  list-style: disc;
  padding: 0px 0px 0px 20px;
}
.list-style1 li {
  margin: 0 0 10px;
}
.top-bar {
  background: #a21d21;
  font-size: 14px;
  padding: 7px 0;
}
.top-bar a {
  color: #FFF;
}
.toplinks {
  list-style: none;
  padding: 0px;
  margin: 0px;
  text-align: right;
}
.toplinks li {
  display: inline-block;
  padding: 0 0 0 17px;
}
.toplinks li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 21px;
}
.toplinks li i {
  position: absolute;
  left: 0px;
  top: 2px;
}
.banner-area {
  position: relative;
}
.banner-form {
  position: absolute;
  top: 0px;
  width: 100%;
}
.main-slider {
  position: relative;
}
.main-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}
.main-slider .owl-prev {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.main-slider .owl-next {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 999;
}
.main-slider .owl-prev:focus, .main-slider .owl-next:focus {
  outline: none;
}
.main-slider .owl-prev i, .main-slider .owl-next i {
  font-size: 40px;
  color: #FFF;
}
.power {
  text-align: right;
  color: #FFF
}
.power img {
  position: relative;
  top: -3px;
  margin: 0 0 0 4px;
}
.search-bx {
  background: #ffe5e5;
  padding: 40px 0px;
}
.search-bx h2 {
  text-align: center;
  font-size: 22px;
  color: #a21d21;
  margin: 0 0 15px;
}
.search-bx p {
  margin: 0px 0px 6px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
}
.search-bx .form-control{
    border: none;
    border-radius: 0px;
}
.search-bx .btn-s2{
    margin: 25px 0 0;
}