header{
    padding: 0px !important;
    box-shadow: none !important;
}
i.flaticon-error-404.txt-color-3{
    font-size: 10rem;
    color: black;
}
.txt-color-404{
    color:  black;
}
body {
  font-size: 14px;
}
body a {
  text-decoration: none;
}
body ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .padding-tb {
  padding: 40px 0;
}
@media (max-width: 575px) {
  body .padding-tb {
    padding: 30px 0;
  }
}

header {
  padding: 0.82rem 0;
  box-shadow: 0 15px 15px -15px #b8b8b8;
}
header .logo-blk {
  display: flex;
  align-items: center;
}
@media (max-width: 480px) {
  header .logo-blk {
    justify-content: center;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  header .menu-links {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
header .menu-links .book-enquiry-div {
  font-size: 14px;
  margin-left: auto;
}
@media (max-width: 480px) {
  header .menu-links .book-enquiry-div {
    margin-left: inherit;
  }
}
header .menu-links .book-enquiry-div .btn-book-enquiry {
  border-radius: 4px;
  height: 40px !important;
  display: flex;
  align-items: center;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
}
header .menu-links .book-enquiry-div .btn-book-enquiry i::before {
  line-height: 2;
}

.banner-sec-2 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.banner-sec-2 .absolute-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner-sec-2 .container {
  z-index: 1;
}
.banner-sec-2:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}
.banner-sec-2 img {
  max-width: 100%;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575px) {
  .banner-sec-2 img {
    max-height: 180px;
  }
}
.banner-sec-2 .text-overlay h1 {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: "Roboto-B", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 2;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
}
div#navbarNavAltMarkup{
    justify-content: end;
}
.navbar .navbar-toggler{
    display: none;
}
.collapse:not(.show){
    display: flex !important;

}
@media (max-width: 991px) {
  .banner-sec-2 .text-overlay h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .banner-sec-2 .text-overlay h1 {
    font-size: 18px;
  }
  .collapse:not(.show){
    margin-top: -42px;
  }

}
@media(min-width:769px) and(max-width: 996px){
    .collapse:not(.show){
        margin-top: -42px;
      }
}
.banner-sec-2 .text-overlay h1:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
}
.banner-sec-2 .text-overlay h1 span {
  display: block;
  font-size: 0.5em;
  line-height: 1.3;
}
.banner-sec-2 .text-overlay h1 span {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 2em;
  padding-left: 0.25em;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .banner-sec-2 .text-overlay h1 span {
    letter-spacing: 1px;
  }
}
.banner-sec-2 .text-overlay h1 em {
  font-style: normal;
  font-weight: 600;
}
.banner-sec-2 .text-overlay .breadcrumb.br-custom {
  background: transparent;
  margin-top: 20px;
  margin-bottom: 0;
  justify-content: center;
}
.banner-sec-2 .text-overlay .breadcrumb.br-custom .breadcrumb-item a {
  text-decoration: none;
}

.error-sec {
  padding: 40px 0;
}
.error-sec .error-box h2 {
  font-size: 150px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .error-sec .error-box h2 {
    font-size: 120px;
  }
}
@media (max-width: 575px) {
  .error-sec .error-box h2 {
    font-size: 90px;
  }
}
.error-sec .error-box h3 {
  text-transform: capitalize;
  font-weight: 600;
}
@media (max-width: 767px) {
  .error-sec .error-box h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  .error-sec .error-box h3 {
    font-size: 24px;
  }
}
.error-sec .error-box p {
  line-height: 26px;
  margin: 0 0 15px;
  text-transform: none;
  font-weight: 400;
}
.error-sec .error-box .home-btn {
  display: block;
  width: 200px;
  margin: 0 auto;
  border: 3px solid;
  padding: 10px 20px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.15s ease-in-out;
}
.error-sec .error-box .home-btn:hover {
  border: 3px solid;
}

footer {
  padding: 30px 0 0;
}
footer .f-col {
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  footer .f-col img {
    width: 100px;
    height: auto;
    will-change: opacity;
  }
}
footer .f-col p {
  font-size: 13px;
  margin-bottom: 30px;
}
footer .f-col h4 {
  margin: 10px 0 20px;
  font-size: 18px;
  font-family: "Roboto-M", sans-serif;
  text-transform: uppercase;
}
footer .f-col .fm-link li a {
  display: block;
  position: relative;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-decoration: none;
  padding-left: 15px;
  margin: 15px 0;
  transition: all 0.3s ease-out;
}
footer .f-col .fm-link li a:hover {
  padding-left: 20px;
}
footer .f-col .fm-link li a:before {
  position: absolute;
  content: "\f061";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  z-index: 9;
  left: 0;
  line-height: 1.8;
  font-size: 10px;
}
footer .copy-right-row {
  padding: 30px 0 25px;
}
footer .copy-right-row .f-bootom-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  footer .copy-right-row .f-bootom-col {
    flex-direction: column;
    height: 70px;
  }
}
footer .copy-right-row .f-bootom-col p {
  font-size: 13px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  footer .copy-right-row .f-bootom-col p {
    font-size: 11px;
  }
}
footer .copy-right-row .f-bootom-col .social-links {
  display: flex;
  align-items: center;
}
footer .copy-right-row .f-bootom-col .social-links li a {
  display: block;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  margin: 0 10px 0 0;
  text-decoration: none;
  overflow: hidden;
}
footer .copy-right-row .f-bootom-col .social-links li a:hover i:first-child {
  margin-top: -31px;
}
footer .copy-right-row .f-bootom-col .social-links li a i {
  display: block;
  position: relative;
  transition: all 0.3s ease-out;
  line-height: 32px;
}/*# sourceMappingURL=404.css.map */

@media (min-width:820px) and (max-width:825px)
{
    div#navbarNavAltMarkup{
        margin-top: -42p;
    }
}
