.brand img {
  max-width: 50%;
}

.body-menu-opened .menu .menu-main {
  margin-top: 40px;
}

@media (max-width: 576px) {
  .brand {
    width: 50%;
  }
}

.custom-button {
  background-color: rgba(18, 17, 45, 0.5) !important;
}

.custom-button:hover {
  color: #fff;
  text-decoration: none;
}

/* Styles for the video popup */
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.video-popup iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 60%;
}

.cs-card.cs-style1 {
  position: relative;
  border-radius: 15px;
  display: block;
}
.cs-hover_layer, .cs-hover_layer1, .cs-hover_layer3 {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
  transform: perspective(600px) translate3d(0, 0, 0);
}
.cs-card.cs-style1 img {
  width: 100%;
  border-radius: inherit;
}
.cs-card.cs-style1 .cs-card_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #000000;
  opacity: 0.5;
}
.cs-card.cs-style1 .cs-card_info {
  position: absolute;
  padding: 45px 25px 0;
  top: 0;
  left: 0;
}
.cs-card.cs-style1 .cs-card_info span {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.cs-hover_layer, .cs-hover_layer1, .cs-hover_layer3 {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
  transform: perspective(600px) translate3d(0, 0, 0);
}
.cs-accent_bg, .cs-accent_bg_hover:hover {
  background-color: #FF4A17;
}
.cs-card.cs-style1 .cs-card_title {
  font-size: 22px;
  margin: 0;
  line-height: 1.5em;
}
@media (min-width: 1200px){
  .h2, h2 {
    font-size: 2rem;
}
}







.service-item {
  position: relative;
}

.bg1 {
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-image: url("../img/services/portfolio_2.jpeg") !important;
  background-size: cover !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  /* Replace with your desired color */
}

.service-box {
  position: relative;
  padding: 2.125rem 1.625rem 2.125rem 2rem;
}


/************************************* popup style******************************************/


.fixed-close-btn {
  position: fixed;
  top: 20px;
  right: 20px;
  font-size: 35px;
  color: white;
  z-index: 999;
  cursor: pointer;
  display: none;
}

.fixed-close-btn.show {
  display: block;
}

.overlay.show {
  display: block;
}

.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 999;
  width: 100%;
  max-width: 70%;
  border-radius: 4px;
  overflow: auto;
  color: white;
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .popup {
    max-width: 100%;
  }
}

.popup.show {
  display: block;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.popup h2 {
  font-size: 24px;
  margin-top: 0;
  text-transform: capitalize;
}

.popup p {
  font-size: 16px;
  margin-bottom: 0;
}

.close-btn {
  position: absolute;
  top: 0;
  right: 15px;
  font-size: 40px;
}

.close-btn:hover {
  cursor: pointer;
}

.read-more-btn {
  background: linear-gradient(to right, #f97221 0%, #f9be4f 100%);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}


.popup ul {
  list-style: disc;
}

.popup li {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .popup .desk {
    display: none;
  }

  .error-container {
    padding: 40px 0px;
  }
}

@media (min-width: 766px) {
  .popup .mob {
    display: none;
  }
}

.error-container {
  padding: 80px 0px;
}

.popup-video {
  padding: 20px;
}

.popup-video iframe {
  height: 80vh;
  width: 100%;
  border: none;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 998;
  display: none;
}

/************************************* popup style******************************************/


.text-justify {
  text-align: justify;
  color: #fff;
  font-size: 18px;
}

.hero-images img {
  border-radius: 15px;
  max-width: 80%;
}

.about-section p {
  text-shadow: 0.5px 0.5px 0.5px #626262;
}

@media (max-width: 991px) {
  .mobile-d-none {
    display: none;
  }
}

@media (min-width: 990px) {
  .desktop-d-none {
    display: none;
  }
}

.ast_autho_wrapper li>a>i:hover,
.ast_autho_wrapper li a:hover,
.ast_menu ul li a:hover {
  color: #850000;
}

/************************************* services style******************************************/

.cs-card.cs-style1 {
  position: relative;
  border-radius: 15px;
  display: block;
}

.cs-hover_layer,
.cs-hover_layer1,
.cs-hover_layer3 {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
  transform: perspective(600px) translate3d(0, 0, 0);
}

.cs-card.cs-style1 img {
  width: 100%;
  border-radius: inherit;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

.cs-card.cs-style1 .cs-card_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: #000000;
  opacity: 0.5;
}

.cs-card.cs-style1 .cs-card_info {
  position: absolute;
  padding: 45px 25px 0;
  top: 0;
  left: 0;
}

.cs-card.cs-style1 .cs-card_info span {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.cs-hover_layer,
.cs-hover_layer1,
.cs-hover_layer3 {
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: perspective(600px) translate3d(0, 0, 0);
  transform: perspective(600px) translate3d(0, 0, 0);
}

.cs-accent_bg,
.cs-accent_bg_hover:hover {
  background-color: #5f4cff;
}

.cs-card.cs-style1 .cs-card_title {
  font-size: 22px;
  margin: 0;
  line-height: 1.5em;
}

.cs-card.cs-style1:hover {
  -webkit-filter: drop-shadow(0px 0px 30px rgba(255, 74, 23, 0.5));
  filter: drop-shadow(0px 0px 30px rgba(255, 74, 23, 0.5));
}

.cs-hobble {
  padding: 5px;
}

.slide-bg {
  position: relative;
}
.flex-design{
  display: flex;
  align-items: center;
}

.slide-container .inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/map.PNG); */
  background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9164040616246498) 31%, rgba(0,0,0,0.7987570028011204) 48%,
 rgba(0,0,0,0.46262254901960786) 66%, rgba(0,0,0,0.5578606442577031) 82%, rgba(0,0,0,1) 100%), url(../img/map/Capture.PNG);

   /* background: rgb(0,0,0);
   background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.9164040616246498) 31%, rgba(0,0,0,0.7987570028011204) 48%,
    rgba(0,0,0,0.46262254901960786) 66%, rgba(0,0,0,0.48503151260504207) 84%, rgba(0,0,0,1) 100%), url(../img/map/Capture.PNG); */
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 33%, rgba(36,36,36,0.6166841736694677) 56%, rgba(60,60,60,0.8883928571428571) 83%, rgba(0,0,0,1) 100%); */

.promo-minimal-container {
  position: absolute!important;
  top: 0;
  height: 100vh;
}
/* .overflow-hidden{
  overflow: hidden;
} */
.dark-horizontal{
  color: #fff!important;
}