@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --theme-color: #000000;
  --theme-color-second: #ea1a22;
  --theme-color-third: #053654;

  --heading-font: "Inter Tight", sans-serif;
  --paragraph-font: "Google Sans", sans-serif;
  --span-font: 'spanist';



  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;

}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Google Sans", sans-serif;
  /* color: var(--theme-color) !important; */
}


a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;

}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.span-font {
  font-family: var(--span-font);
}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 15px;
  font-size: 16px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 900;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 40px;
}

h4 {}

h5 {}

h6 {}


.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--theme-color);
  border-radius: 0;
  text-align: center;
  border: 2px solid var(--theme-color-second);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 0;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 999;
}

.m-backtotop>div.text {
  font-size: 0.5rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 0px;
  cursor: pointer;
  background: black;
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
}

/* Progress bar styles */
.m-backtotop .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme-color-second);
  transition: height 0.2s ease-in-out;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}


a.navbar-brand img {
  width: 292px;
}

.header_menu li a {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 29px 19px;
  display: inline-block;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.hd_info {
  display: flex;
  align-items: center;
  gap: 10px;

  flex-wrap: wrap;
}

a.comon-btn {
  background: var(--theme-color-second);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 14px 6px;
  border-radius: 5px;
  width: 13rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 2px;
}

a.btn-2 {
  background-color: var(--theme-color-third);
}

a.comon-btn:hover {
  background: var(--theme-color-third);
  color: #fff;
}

a.btn-2:hover {
  background-color: var(--theme-color-second);
}

a.btn-white {
  background: #fff;
  color: #1e1e1e;
}

.header_menu li a {
  color: #2c2c2c;
  font-size: 14px;
  text-transform: uppercase;
  padding: 22px 17px;
  display: inline-block;
  font-weight: normal;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #fff !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 200px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}


.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999999999999;
}

#main_header .new-to-hed {
  flex-direction: column;
  justify-content: end;
  align-items: end;
}

#main_header .content-clas-box p {
  font-size: 14px;
  color: #2c2c2c;
}

#main_header .content-clas-box h6 {
  font-weight: normal;
  color: #2c2c2c;
}

#main_header .content-clas-box h6 a {
  color: var(--theme-color-third);
}

.top-header {
  background: linear-gradient(90deg,
      var(--theme-color-second) 0%,
      var(--theme-color-third) 100%);
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner_sec {
  background-position: top !important;
}

.banner_sec .emergency-box {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
}

.banner_sec .emergency-box img {
  width: 145px;
}

.banner_sec .emergency-box h5 {
  font-weight: 400;
  text-transform: uppercase;
}

.banner_sec .emergency-box h5 b {
  color: var(--theme-color-third);
}

.home_sec_2 h2 b {
  color: var(--theme-color-third);
}

.home_sec_2 h5 {
  font-size: 30px;
  letter-spacing: 1px;
}

.home_sec_2 .service-box {
  position: relative;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}

.home_sec_2 .service-box .over-lay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 11;
}

.home_sec_2 .service-box::before {
  content: "";
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.91) 0%, rgba(255, 255, 255, 0) 100%);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home_sec_2 .heading h6 {
  font-size: 22px;
  margin-bottom: 59px;
  line-height: 1.5;
}

.home_sec_2 a.caal-btn {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--theme-color-third);
  text-transform: uppercase;
  font-size: 20px;
}

.home_sec_2 a.caal-btn span {
  font-size: 25px;
  color: #ea1a22;
}

.home_sec_3 {
  background-position-x: 100% !important;
}

.home_sec_3 .group-1 {
  margin-bottom: 100px;
}

.home_sec_3 .content-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.home_sec_4 .service-box {
  background-color: #ffffff;
  text-align: center;
  border-radius: 15px;
}

.home_sec_4 .service-box img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

.home_sec_5 .heading h4 {
  margin-bottom: 0;
  color: var(--theme-color-third);
  font-size: 30px;
}

.home_sec_5 .heading h2 {
  text-transform: uppercase;
  color: var(--theme-color-second);
}

.home_sec_5 a.phn-call {
  color: var(--theme-color-third);
}

.home_sec_5 a.phn-call p {
  font-size: 15px;
}

.home_sec_5 a.phn-call h5 {
  color: var(--theme-color-second);
  font-weight: bold;
  font-size: 30px;
}

.home_sec_6 .list-type {
  display: grid;
  grid-template-columns: auto auto;
  gap: 10px;
  color: #fff;
}

.home_sec_6 .list-type li {
  padding: 15px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Odd items */
.home_sec_6 .list-type li.bg-red {
  background-color: var(--theme-color-second);
  /* change as needed */
}

/* Even items */
.home_sec_6 .list-type li.bg-blue {
  background-color: var(--theme-color-third);
  /* change as needed */
}


.home_sec_7 .review-box {
  background: white;
}

.home_sec_7 .review-box .g-reviw {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.home_sec_7 .review-box .rating {
  display: flex;
  gap: 3px;
}

.home_sec_7 .review-box .rating li {
  color: orange;
  font-size: 15px;
}

.home_sec_7 .review-box .content {
  height: 140px;
  overflow-y: scroll;
  margin-bottom: 15px;
}

.home_sec_8 {
  height: 80vh;
  background-position: top !important;
}

.home_sec_8 h2 {
  text-shadow: 2px 2px 8px #565656;
}

.home_sec_9 .map {
  height: 100%;

}

.home_sec_9 .map iframe {
  width: 100%;
  height: 100%;
}

.home_sec_9 .contact-form-box {
  background: #0A3A57;
  background: linear-gradient(0deg, rgba(10, 58, 87, 0.91) 23%, rgba(255, 255, 255, 0) 100%);
  border-radius: 20px;
  height: 100%;
}

.home_sec_9 h3 b {
  color: #ea1a22;
}

.home_sec_9 h3 {
  letter-spacing: 2px;
}

.home_sec_9 form input,
.home_sec_9 form textarea,
.home_sec_9 form button {
  width: 100%;
  padding: 14px;
  border-radius: 5px;
  border: none;
}

.home_sec_9 form button {
  background-color: var(--theme-color-second);
  text-transform: uppercase;
  color: #fff;
}

.home_sec_9 form textarea {
  height: 155px;
}

.footer {
  padding: 80px 0;
  color: #fff;
}

.footer .contact-list li a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
}

.footer .contact-list li a i {
  color: var(--theme-color-second);
}

.footer .contact-list li {
  margin-bottom: 18px;
}

.footer .social-list {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer .social-list a {
  color: #fff;
}

.footer .social h5 {
  color: #fff;
  font-size: 17px;
}

.footer .ft-list li a {
  color: #fff;
  font-size: 15px;
}

.footer .ft-list li {
  margin-bottom: 10px;
}


.contact-info-content {
  background: var(--theme-color-third);
  padding: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 10px;
}

.contact-info-content .icon {
  width: 60px;
  height: 60px;
  background: #fff;
  margin: auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-color-second);
  font-size: 30px;
}

.contact-info-content .icon-info {
  margin-top: 20px;
}

.contact-info-content .icon-info h4 {
  color: #fff;
  margin-bottom: 4px !important;
  font-weight: 400;
}

.contact-info-content .icon-info p {
  color: #eee;
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
}

.contact-info-content .icon-info p a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}

.contact-info span {
  color: #cb1818;
  font-size: 16px;
  /* font-family: "Pacifico", cursive; */
  font-weight: 300;
  letter-spacing: 1.6px;
}

.contact-page-form h2 {
  color: #111;
  font-size: 40px;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
}

.contact-info input {
  padding: 15px 8px;
  color: #353535;
  background-color: #fff;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
}

.contact-info select {
  padding: 15px 8px;
  color: #353535;
  background-color: #fff;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
}

.input:focus {
  color: #5F656F;
  background-color: #fff;
  border-color: #5F656F;
  outline: 0;
  box-shadow: none;
}

.contact-info textarea {
  padding: 15px 8px;
  color: #353535;
  background-color: #fff;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
}

.contact-info button {
  padding: 15px 0px;
  background: var(--theme-color-second);
  color: #fff;
  border: none;
  letter-spacing: 1px;
  transition: 1s;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-check input {
  width: 25px;
}

.form-check {
  display: flex;
  align-items: baseline;
  padding-left: 0;
  /* justify-content: center; */
}


.contact-info .map iframe {
  height: 100%;
  width: 100%;
}

.contact-info .map {
  height: 100%;
}


.fire_place_2 .img-box img {
  height: 250px;
  object-fit: cover;
}

.galler_sec a.glightbox img {
  height: 250px;
  object-fit: cover;
  border-radius: 15px;
  border: 4px solid var(--theme-color-third);
}

.fixed-button {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
}

section.inner_banner {
  padding: 33px;
}


.footer .contact-list li a {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

section.banner_sec {
  padding: 130px 0;
}
section.fire_place_2 {
    text-align: center;
}
form.wpcf7-form.init p {
    margin-bottom: 0px !important;
}