.navbar-brand img {
  width: 80px;
}
.navbar-toggler .show-navbar {
  display: none;
}
.navbar-toggler .close-navbar {
  display: block;
}
.navbar-toggler.collapsed .close-navbar {
  display: none;
}
.navbar-toggler.collapsed .show-navbar {
  display: block;
}
/* .navbar-toggler.collapsed .close-navbar {
  display: none;
} */
.fs18px {
  font-size: 18px;
}
.fs30px {
  font-size: 30px;
}
.fs45px {
  font-size: 45px;
}
.fs60px {
  font-size: 60px;
}
.tp-height-100vh {
  height: 100vh !important;
}
.tp-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
}
.tp-primary-color {
  color: #cc1f26;
}
.tp-secondary-color {
  color: #444;
}
.tp-gradient-color {
  background: linear-gradient(to right, #cc1f26, #000);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tp-white-color {
  color: #fff;
}
.tp-bg-primary {
  background-image: linear-gradient(to right, #cc1f26, #000) !important;
}
.tp-bg-secondary {
  background-image: linear-gradient(to left, #cc1f26, #000) !important;
}
.tp-bg-white {
  background: #fff;
}
.tp-bg-light {
  background: #eee;
}

.tp-glassy-bg {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(8.5px);
  -webkit-backdrop-filter: blur(8.5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.tp-primary-box-shaddow {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* .tp-primary-box-shaddow:hover {
  box-shadow: #cc1f26 0px 5px 15px;
} */
.tp-primary-btn {
  background: #eee;
  color: #444;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tp-primary-btn:hover {
  background: linear-gradient(to right, #cc1f26, #000);
  color: #fff;
}
.tp-btn-outline-primary {
  color: #eee;
  border: 2px solid #eee;
}
.tp-btn-outline-primary:hover {
  color: #cc1f26;
  background: #fff;
  border-color: #fff;
}

.tp-page-banner {
  background: url("../assets/images/banner_img.jpg");
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 0;
}
.tp-page-banner::before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #cc1f26, #000);
  position: absolute;
  opacity: 0.8;
}
.tp-contact-form-card-height {
  height: 540px !important;
}
/* My Card Styling start */
.my-card {
  transition: transform 0.1s ease;
}
.my-card:hover {
  transform: scale(1.1);
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
/* My Card Styling end */

/* Accordion Styling start */
.accordion-container {
  position: relative;
}
.accordion {
  position: absolute;
  width: 100%;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #cc1f26;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #444;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #cc1f26;
}
.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #cc1f26;
  border: 1px solid #cc1f26;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded="true"] {
  color: #cc1f26;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 500;
  margin: 2em 0;
}
/* Accordion Styling end */

/* Animated background styling start */
.hero {
  background: linear-gradient(to left, #cc1f26, #000);
  position: relative;
  min-height: 400px;
  width: 100%;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

.hero .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hero .cube {
  position: absolute;
  /* top: 40px;
  left: 45px; */
  width: 10px;
  height: 10px;
  border: solid 1px #eee;
  transform-origin: top left;
  transform: scale(0) rotate(0deg) translate(-50%, -50%);
  -webkit-animation: cube 12s ease-in forwards infinite;
  animation: cube 12s ease-in forwards infinite;
}
.hero .cube:nth-child(2n) {
  border-color: #eee;
}
.hero .cube:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 2s;
  left: 100px;
  top: 100px;
}
.hero .cube:nth-child(3) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 4s;
  left: 150px;
  bottom: 100px;
}
.hero .cube:nth-child(4) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 6s;
  top: 50px;
  left: 600px;
}
.hero .cube:nth-child(5) {
  -webkit-animation-delay: 6.5s;
  animation-delay: 8s;
  right: 150px;
  top: 150px;
}
.hero .cube:nth-child(6) {
  -webkit-animation-delay: 8.5s;
  animation-delay: 10s;
  bottom: 100px;
  right: 50px;
}
.hero .cube:nth-child(7) {
  -webkit-animation-delay: 8.5s;
  animation-delay: 10s;
  bottom: 100px;
  left: 500px;
}

@-webkit-keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes cube {
  from {
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: scale(20) rotate(960deg) translate(-50%, -50%);
    opacity: 0;
  }
}
/* Animated background styling end */

.contact-us-form {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: transform 0.2s linear;
}

/* Footer styling start */
#footer_logo {
  width: 100px;
}
.tp-page-footer {
  background: url("../assets/images/banner_img.jpg");
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 0;
}
.tp-page-footer::before {
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(to left, #cc1f26, #000);
  position: absolute;
  opacity: 0.8;
}
@media (max-width: 520px) {
  #page_footer .info,
  #page_footer .quick-links {
    padding: 0 30px;
  }
  #page_footer .quick-links {
    font-weight: bold;
  }
  #page_footer .address {
    display: none;
  }
}
/* Footer styling end */

/* Home page styling start */
@media (max-width: 520px) {
  .tp-page-banner .content {
    margin-top: 10px !important;
  }
  .section2 .points-container {
    max-width: 100%;
    flex-basis: 100%;
  }
  .accordion {
    position: relative;
  }
  .section3 .card-body {
    padding: 25px 10px !important;
  }
  .section3 .card {
    height: 490px !important;
  }
}
/* Home page styling end */
