html,
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
#header {
  background: #000000;
  height: auto;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
}
#footer {
  background: #000000 !important;
  position: relative;
}
.navbar-brand {
  width: 140px;
  padding: 0;
}
.navbar-brand img {
  width: 100%;
}
.navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.8);
  padding: 0 15px 0 0;
}
.nav-item:last-child .nav-link {
  padding-right: 0;
}

.navbar-nav .show > .nav-link {
  /* color: rgb(8, 131, 235); */
  color: #ff1200;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
  /* color: rgb(8, 131, 235); */
  color: #ff1200;
}
.hero {
  width: 100%;
  /* height: 500px; */
  position: relative;
}
.hero .owl-carousel .owl-item img {
  width: 100%;
  height: 100vh;
}
.hero_shade {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}
.owl-inner {
  position: relative;
}
.content_block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.content_block h1 {
  text-align: center;
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
}
.content_block p {
  text-align: center;
  color: #fff;
}
.content_block .btn {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
  text-transform: uppercase;
}
.section_hold {
  width: 100%;
  height: auto;
  /* padding: 80px 0; */
  position: relative;
}
#fullpage .services h1,
#fullpage .services .services_list .iconz i,
#fullpage .services .services_list .iconz h6,
#fullpage .services .services_list .iconz_content p {
  color: #fff;
}
#fullpage__innerPages .services{
    background-color: #0088fb !important;
}
#fullpage__innerPages .services h1,
#fullpage__innerPages .services p,
#fullpage__innerPages .services .services_list .iconz i,
#fullpage__innerPages .services .services_list .iconz h6,
#fullpage__innerPages .services .services_list .iconz_content p {
  color: #fff;
}
.bg__pattern {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  background: url("../images/pattern-1.jpg") repeat-x fixed;
}
.bg__pattern__home1 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  background: url("../images/home_pattern_1.jpg") repeat-x fixed;
}
.bg__pattern__home2 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  background: url("../images/home_pattern_2.jpg") repeat-x fixed;
}
.bg__pattern__home3 {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  background: url("../images/home_pattern_3.jpg") repeat-x fixed;
}
.bg__pattern__footer {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0.05;
  width: 100%;
  height: 100%;
  background: url("../images/footer__bg__pattern.jpg") repeat-x fixed;
}
.overlap__cont {
  position: relative;
  z-index: 100;
}
.section_hold h1 {
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}
.services_list {
  list-style: none;
  display: grid;
  align-items: flex-start;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin: 0;
}
.iconz {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  margin-bottom: 10px;
}
.iconz_content p {
  color: #555555;
}
.iconz h6 {
  margin: 0 0 0 10px;
}
#services_block {
  padding: 0;
}
#owl-services .owl-dots,
#owl-gallery .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
#owl-services button.owl-dot,
#owl-gallery button.owl-dot {
  background: #00000050;
  color: #fff;
  padding: 5px !important;
  border-radius: 50% !important;
}
#owl-services button.owl-dot.active,
#owl-gallery button.owl-dot.active {
  background:#000000;
}
#gallery {
  padding: 120px 0;
}
#gallery .popup-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: auto;
  grid-gap: 10px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  justify-content: flex-start;
  align-items: center;
  /* gap: 10px; */
}
#gallery .popup-gallery a {
  width: 100%;
  height: 180px;
}
.popup-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid #ccc;
  transition: transform 0.3s, border-color 0.3s;
}
.popup-gallery img:hover {
  border-color: #333;
  transform: scale(1.05);
}
.pagination {
  margin-top: 20px;
  justify-content: center;
  align-items: center;
}
.pagination button {
  padding: 8px 15px;
  margin: 0 5px;
  font-size: 16px;
  cursor: pointer;
}
.arrow__btn {
  background: none;
  border: 0;
}
#popup {
  display: none;
  position: fixed;
  z-index: 1200;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
}
.popup-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 80%;
  box-shadow: 0 0 20px #000;
}
.popup-title {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 500;
}
.arrow {
  position: absolute;
  top: 50%;
  font-size: 40px;
  color: white;
  padding: 10px;
  cursor: pointer;
  user-select: none;
  z-index: 1000;
  transform: translateY(-50%);
}
.arrow.left {
  left: 30px;
}
.arrow.right {
  right: 30px;
}
.arrow:hover {
  color: #ccc;
}
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  font-weight: bold;
}

.form__content .form-control {
  border-radius: 0;
  padding: 10px 20px;
}
.btn-contact:hover {
  background: transparent;
  color: #000;
}
.footer_anch {
  width: 160px;
  height: auto;
  display: flex;
  padding: 80px 0;
}
.footer_anch img {
  width: 100%;
  height: auto;
}
.footer_hold {
  width: 100%;
  height: auto;
  padding: 80px 0;
}
.footer_hold h5 {
  text-transform: uppercase;
  color: #fff;
}
.footer_hold a {
  text-decoration: none;
  color: #999;
}
.footer_hold a:hover,
.footer_hold a:focus,
.footer_hold a:active {
  color: #fff;
}
.legal_list,
.quick_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.social_list {
  display: flex;
  gap: 20px;
}
.footer_para {
  color: #fff;
  padding: 20px 0;
  margin: 0;
  border-top: 1px solid #777;
}
#topcontrol {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #039bfb;
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  z-index: 1050;
  display: grid;
  place-items: center;
  box-shadow: 2px 2px 80px 4px #777777;
}

#topcontrol:hover {
  background: grey;
}

#topcontrol i {
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  transition: 0.3s;
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #039bfb;
  color: #fff;
  padding: 10px !important;
}
.navbar-toggler {
  background: none;
  border: 0;
}
.navbar-toggler i {
  color: #ffffff;
}
.backtoHomeInfo {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 767px) {
  .navbar-brand {
    width: 110px;
    padding: 0;
  }
  .navbar-nav {
    padding: 20px 0;
  }
  .nav-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .navbar-nav .nav-link {
    padding: 0;
  }
  .content_block {
    width: 80%;
  }
  .content_block .btn {
    font-size: 12px;
  }
  .section_hold {
    padding: 80px 0;
  }
  #footer {
    padding: 60px 0;
  }
  .form__content {
    margin-bottom: 40px;
  }
  .services_list {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  #gallery .popup-gallery a {
    width: 100%;
  }
  #gallery .popup-gallery a img {
    width: 100%;
    height: 180px;
  }
  .footer_hold,
  .footer_anch {
    padding: 20px 0;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .navbar-brand {
    width: 110px;
    padding: 0;
  }
  .navbar-nav {
    padding: 20px 0;
  }
  .nav-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .navbar-nav .nav-link {
    padding: 0;
  }
  .content_block {
    width: 80%;
  }
  .content_block .btn {
    font-size: 12px;
  }
  .section_hold {
    padding: 80px 0;
  }
  #footer {
    padding: 60px 0;
  }
  .form__content {
    margin-bottom: 40px;
  }
  .services_list {
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  #gallery .popup-gallery a {
    width: 100%;
  }
  #gallery .popup-gallery a img {
    width: 100%;
    height: 180px;
  }
  .footer_hold,
  .footer_anch {
    padding: 20px 0;
  }
  .footer_hold,
  .footer_anch {
    padding: 20px 0;
  }
  .form__content {
    margin-bottom: 40px;
  }
}
@media all and (min-width: 1920px) {
  .navbar-brand {
    width: 180px;
    padding: 0;
  }
  #gallery {
    padding: 160px 0;
  }
}
