@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");

html,
body {
  width: 100%;
  overflow-x: hidden;
}
html {
  font-size: 0.9rem;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Poppins", sans-serif;
  margin-top: 0;
}

a {
  color: #f29422;
  transition: all 0.3s ease-in-out;
}

a:focus,
button:focus {
  outline: none;
}

.btn:hover,
a:hover {
  text-decoration: none;
  color: #0073b2;
}

/* For custom scrollbar */
body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  background-color: white;
  border-radius: 100vw;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #0073b2, #f29422);
  border: 1px solid #6a7073;
  border-radius: 100vw;
}
body::-webkit-scrollbar-thumb:hover {
  border: 1px solid white;
}

@supports (scrollbar-color: red blue) {
  * {
    scrollbar-color: linear-gradient(to bottom, #0073b2, #f29422) white;
    scrollbar-width: thin;
  }
}

.grid-item-wrapper {
  height: 300px;
  width: 300px;
  overflow: hidden;
}

.grid-item-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-fixed {
  background-size: cover;
}

.bg-grey {
  background-color: #f7f8f9;
}

.fs-40 {
  font-size: 40px;
  color: black;
}

section {
  position: relative;
}

.section-content {
  padding-top: 80px;
  padding-bottom: 80px;
}

.title-wrap,
.section-title {
  text-align: center;
}

.shadow {
  box-shadow: 0 10px 30px 0 rgba(67, 80, 98, 0.24),
    0 2px 4px 0 rgba(67, 80, 98, 0.1) !important;
}

#header-navbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1002;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.navbar-brand {
  font-size: 40px;
  color: #000;
}

.navbar-nav .nav-link {
  color: #fff;
  transition: 0.3s ease;
  font-weight: bolder;
  font-size: 1.2rem;
}

.navbar-nav:hover li a {
  opacity: 0.5;
}
.navbar-nav:hover li a:hover {
  opacity: 1;
}

.navbar-toggler {
  font-size: 2rem;
  color: #fff;
}

.jumbotron {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
  border-radius: 0;
  margin-bottom: 0;
  overflow: hidden;
  min-height: 100vh;
}

canvas {
  display: block;
  /* vertical-align: bottom; */
} /* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1000;
}
#stats,
.count-particles {
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}
#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}
.count-particles {
  border-radius: 0 0 3px 3px;
}

@media (max-width: 767px) and (orientation: landscape) {
  .jumbotron {
    min-height: 500px;
  }
}
.jumbotron .container {
  position: relative;
  z-index: 1;
}
.jumbotron:before {
  position: absolute;
  display: block;
  content: "";
  opacity: 0.8;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f29422;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #0073b2, #f29422);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #0073b2, #f29422);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.jumbotron h1 {
  line-height: 0.9;
  width: 100%;
  font-family: "Pacifico", "Poppins", sans-serif;
  font-weight: bold;
  display: inline-block;
  /* border: 12px solid #fff; */
  /* padding: 30px; */
  font-size: 4rem;
  opacity: 0;
  animation: 1s fadeInFromTop cubic-bezier(0.785, 0.135, 0.15, 0.86) 1s forwards;
  animation-delay: 0.8s;
}

.jumbotron-single h1 {
  font-size: 3rem !important;
}

.jumbotron .container .home-btn a {
  background-color: #f29422;
}

.jumbotron .container {
  z-index: 1001;
}

.overlay {
  color: #fff;
}
.overlay:before {
  position: absolute;
  display: block;
  content: "";
  opacity: 0.9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f29422;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #0073b2, #f29422);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0073b2, #f29422);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.overlay.bg-white {
  color: #000;
}
.overlay.bg-white:before {
  background: #fff;
  opacity: 0.7;
}

.text-white {
  color: #fff;
}

/*==============================
=            BUTTON            =
==============================*/
.btn {
  font-size: 14px;
  font-weight: 600;
  border-radius: 30px;
  padding: 9px 25px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
}

.btn-primary {
  display: inline-block;
  background-color: #f29422;
  border-color: #f29422;
  color: #fff;
}
.btn-primary:hover {
  background-color: #0073b2;
  border-color: #0073b2;
  color: #fff;
}

.btn-outline-primary {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-primary:hover {
  background-color: #0073b2;
  border-color: #0073b2;
  color: #fff;
}

.btn-shadow {
  box-shadow: -5px 8px 20px 0px rgba(229, 16, 2, 0.15);
}

.btn-icon {
  color: #000;
}

.btn-link {
  color: #f29422;
}

/*=====  End of BUTTON  ======*/

/* ======= WHATSAPP BUTTON STARTS ======== */

#whatsapp .wtsapp {
  position: fixed;
  transform: all 0.5s ease;
  background-color: #f29422;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  bottom: 70px;
  right: 30px;
  border: 0;
  z-index: 9999;
  width: 50px;
  height: 50px;
  line-height: 50px;
}

#whatsapp .wtsapp::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(50%) translateY(50%);
  display: block;
  width: 60px;
  height: 60px;
  background-color: #f29422;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

#whatsapp .wtsapp:focus {
  border: none;
  outline: none;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/* ========= WHATSAPP BUTTON ENDS ==========*/
/*==========================================
=            FORM RECTANGLE ETC            =
==========================================*/
.rectangle-1 {
  width: 2000px;
  height: 400px;
  background: #0073b2;
  background: -webkit-linear-gradient(to right, #00acdc, #0073b2);
  background: linear-gradient(to right, #00acdc, #0073b2);
  transform-origin: 50% 150% 0;
  position: absolute;
  left: 0;
  z-index: 0;
  transform: scale(1) rotate(-10deg);
}

.rectangle-2 {
  width: 2000px;
  height: 400px;
  background: #0073b2;
  background: -webkit-linear-gradient(to right, #00acdc, #0073b2);
  background: linear-gradient(to right, #00acdc, #0073b2);
  transform-origin: 65% 100% 0;
  position: absolute;
  right: 0;
  z-index: 0;
  transform: scale(1) rotate(50deg);
}

@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-100vw) rotate(-15deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(-15deg);
  }
}

@keyframes grow1 {
  from {
    opacity: 0;
    transform: scale(2) rotate(-10deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(-10deg);
  }
}

@keyframes grow2 {
  from {
    opacity: 0;
    transform: scale(2) rotate(50deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(50deg);
  }
}

@keyframes fadeInFromTop {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.rectangle-1 {
  opacity: 0;
  animation: grow1 ease 1s forwards;
  box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important;
}

.rectangle-2 {
  opacity: 0;
  animation: grow2 ease 1s forwards;
  box-shadow: 0px 20px 30px 0px rgba(9, 21, 54, 0.25) !important;
}

.rectangle-transparent-1 {
  width: 500px;
  height: 500px;
  border: 15px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  left: -5%;
  bottom: -10%;
  display: block;
  animation: floating-slow ease-in-out 12s infinite;
}

.rectangle-transparent-2 {
  width: 600px;
  height: 600px;
  border: 15px solid rgba(255, 255, 255, 0.08);
  position: absolute;
  right: -10%;
  top: 5%;
  display: block;
  animation: floating-slow ease-in-out 12s infinite;
}

.circle-1 {
  width: 50px;
  height: 50px;
  border: 2px solid #0073b2;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 50%;
  left: 5%;
  top: 50%;
  animation: fadeInFromTop 0.5s linear forwards, floating ease 4s infinite;
}

.circle-2 {
  width: 70px;
  height: 70px;
  top: 20%;
  left: 83%;
  border: 2px solid #0073b2;
  position: absolute;
  display: block;
  border-radius: 50%;
  transform-origin: 50% 50%;
  animation: fadeInFromTop 0.5s linear forwards,
    floating ease-in-out 4s infinite;
}

.circle-3 {
  top: 80%;
  right: 25%;
  width: 40px;
  height: 40px;
  border: 2px solid #0073b2;
  position: absolute;
  display: block;
  border-radius: 50%;
  animation: fadeInFromTop 0.5s linear forwards,
    floating ease-in-out 4s infinite;
}

@keyframes floating {
  0% {
    transform: translate(0%, 0%) rotate(25deg);
  }
  25% {
    transform: translate(5%, 15%) rotate(25deg);
  }
  50% {
    transform: translate(10%, 5%) rotate(25deg);
  }
  75% {
    transform: translate(0%, 15%) rotate(25deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(25deg);
  }
}

@keyframes floating-slow {
  0% {
    transform: translate(0%, 0%) rotate(25deg);
  }
  25% {
    transform: translate(1%, 3%) rotate(25deg);
  }
  50% {
    transform: translate(2%, 1%) rotate(25deg);
  }
  75% {
    transform: translate(0%, 3%) rotate(25deg);
  }
  100% {
    transform: translate(0%, 0%) rotate(25deg);
  }
}

.triangle {
  position: absolute;
}

.triangle-1 {
  right: 0;
  animation: fadeInFromTop 0.5s linear forwards,
    floating ease-in-out 6s infinite;
}
.triangle-1 img {
  height: 50px;
  width: 50px;
  transform: rotate(30deg);
}

.triangle-2 {
  top: 30%;
  left: 20%;
  animation: fadeInFromTop 0.5s linear forwards,
    floating ease-in-out 8s infinite;
}
.triangle-2 img {
  width: 75px;
  height: 75px;
  transform: rotate(15deg);
}

.triangle-3 {
  top: 80%;
  left: 15%;
  animation: fadeInFromTop 0.5s linear forwards,
    floating ease-in-out 10s infinite;
}
.triangle-3 img {
  width: 45px;
  height: 45px;
  transform: rotate(40deg);
}

.triangle-4 {
  top: 60%;
  right: 15%;
  animation: fadeInFromTop 0.5s linear forwards,
    floating ease-in-out 5s infinite;
}
.triangle-4 img {
  width: 45px;
  height: 45px;
  transform: rotate(-40deg);
}

/*=====  End of FORM RECTANGLE ETC  ======*/
/*================================
=            FEATURES            =
================================*/
.feature-item {
  transition: all 0.2s ease-in-out 0s !important;
  backdrop-filter: blur(2px);
}
.feature-item:hover {
  transform: translateY(-13px);
}

.progress-bar {
  background-color: #f29422;
}

/*=====  End of FEATURES  ======*/
/*=============================
=            TESTI            =
=============================*/
.testi-img img {
  height: 60px;
  width: 60px !important;
  border-radius: 50%;
  display: inline-block !important;
}

.testi-details {
  text-align: left;
}

.testi-text {
  font-weight: 300;
  padding-top: 50px;
  padding-bottom: 50px;
}

.testi-icon {
  color: #f29422;
}

.testi-content {
  margin-top: 80px;
  padding-bottom: 80px;
}

.testi-item {
  margin-left: 15px;
  margin-right: 15px;
}

.owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.owl-dot span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: rgba(0, 115, 178, 0.3);
  text-indent: -999em;
  cursor: pointer;
  position: absolute;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
  -webkit-transition: box-shadow 0.3s ease, background-color 0.3s ease;
  transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.owl-dot.active > span {
  background-color: transparent;
  box-shadow: 0 0 0 2px #f29422;
}

.owl-dots {
  position: absolute;
  bottom: 0;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  clear: both;
  padding: 0;
  list-style: none;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.heading-section {
  position: relative;
}

/*=====  End of TESTI  ======*/
/*=================================
=            PORTFOLIO            =
=================================*/
.filter-button-group {
  margin-bottom: 15px;
}
.filter-button-group a {
  margin: 5px;
  cursor: pointer;
}

.grid-link a {
  margin: 5px;
  font-size: 20px;
  color: #000;
}

.grid-portfolio {
  overflow: hidden;
}

.gutter-sizer {
  width: 2%;
}

.grid-sizer,
.grid-item {
  width: 32%;
}

.grid-item {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.grid-item:hover .grid-info {
  top: 50%;
  opacity: 1;
}

.grid-item-wrapper {
  width: 100%;
}

.grid-item-wrapper:before {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
  opacity: 0;
}

.grid-item-wrapper:hover:before {
  opacity: 1;
}

.grid-info {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
}

.lightcase-icon-close:before {
  content: "\e870";
  font-family: "Linearicons-Free";
}

.grid-title {
  text-align: center;
}

/*=====  End of PORTFOLIO  ======*/
/*===============================
=            SideNav            =
===============================*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2002;
  top: 0;
  left: 0;
  background-color: #6a7073;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  color: #fff;
}

.sidenav-content {
  padding: 8px 32px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86),
    opacity 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.in .sidenav-content {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s,
    opacity 0.5s 0.5s;
}

.sidenav a {
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav #side-nav-close,
.sidenav #side-search-close {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

#side-search .form-control {
  background-color: transparent;
}

#side-search .input-group-text {
  background: transparent;
  color: #fff;
}

/*==============================
=            SKILLS            =
==============================*/
.skill-item {
  width: 100%;
  position: relative;
  padding: 10px 0;
}
.skill-item p {
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
}
.skill-item .text-muted {
  color: #939393;
}

.progress-bar,
.progress {
  transition: all 4s;
}

#single-content,
#contact-form,
.service-bg,
#features,
#section-featurette,
#portfolio,
#reservation,
#who-we-are,
.angles::after,
.angles::before,
.angles-1::before,
.angles-1::after,
.service-bg {
  background: linear-gradient(
    -45deg,
    rgba(0, 115, 178, 0.4),
    rgba(0, 172, 220, 0.4),
    rgba(242, 148, 34, 0.4),
    rgba(106, 112, 115, 0.4)
  );
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}

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

/*=====  End of SKILLS  ======*/
/*============================
=            service            =
============================*/
.service-item {
  transition: all 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-radius: 6px;
  overflow: hidden;
  /* height: 480px; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 1px 1px 20px -2px black;
}
.service-item:hover {
  box-shadow: 0 5px 15px -5px #333;
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
}

.bg-grey .service-item {
  background-color: #fff;
}

.service-item-wrapper {
  position: relative;
  margin-bottom: 30px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 15px;
  margin-left: 15px;
}

.service-item-wrapper .service-item {
  border-radius: 0;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 5px;
}

.service-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.service-title h4 {
  color: #000;
}

.service-text {
  padding: 15px;
}

.service-tag {
  color: #000;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.service-meta {
  color: black;
}
.service-meta p {
  display: inline-block;
  font-size: 14px;
}
.service-meta a {
  color: #939393;
}

.service-author {
  display: inline-block;
  color: #939393;
}
.service-author p {
  font-size: 14px;
  margin-bottom: 0;
}

.service-share-wrapper {
  float: right;
  display: inline-block;
  margin: 0 -5px;
}
.service-share-wrapper .service-share {
  padding: 0 5px;
  cursor: pointer;
}

.service-content img.float-left {
  margin: 15px 15px 15px 0;
}

.service-content .img.float-right {
  margin: 15px 0 15px 15px;
}

.service-content p {
  color: black !important;
}

/* GALLERY STARTS */
.image-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 100vw;
  position: relative;
  padding-bottom: 40px;
}

.image-container {
  position: relative;
  width: 50px;
  height: 300px;
  overflow: hidden;
  margin: 0 10px;
  border-radius: 10px;
  border: 5px solid #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}

.image-container img {
  cursor: pointer;
  opacity: 0.1;
}

.image-container.landscape.active {
  width: 500px;
  height: 300px;
  border-radius: 0;
  border: 2px solid #f29422;
}

.image-container.portrait.active {
  width: 280px;
  height: 400px;
  border-radius: 0;
  border: 2px solid #f29422;
}

.image-container.active img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
  max-height: none;
  transition: all 0.5s;
  opacity: 1;
  border: 2px solid #f29422;
}

.image-container.landscape img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  border: 2px solid #f29422;
}

.image-container.portrait img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 500px;
  width: auto;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}

.image-container:hover {
  transform: translateY(-10px);
}

.image-container:hover img {
  transform: translate(-50%, -50%) scale(1.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Gallery Ends */

.container_build {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  flex-wrap: wrap;
}

.wrapper_build {
  /* backdrop-filter: blur(16px) saturate(180%); */
  /* -webkit-backdrop-filter: blur(16px) saturate(180%); */
  /* background-color: rgba(255, 255, 255, 0.4); */
  border-radius: 12px;
  /* border: 5px solid #f29422; */
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* filter: drop-shadow(0 30px 10px rgba(0, 0, 0, 0.125)); */
  width: 80%;
  max-width: 900px;
  min-width: 300px;
  margin-bottom: 40px;
  /* margin-top: 70px; */
  padding-bottom: 20px;
  /* box-shadow: 1px 1px 30px 1px black; */
  transition: 0.7s;
}

.wrapper_build:hover {
  /* box-shadow: 1px 1px 10px 1px black; */
}

.banner-image {
  height: 300px;
  width: 500px;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 1px 1px 20px -2px black;
}
.banner-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.255);

  transition: ease-in-out 0.5s;
}
.banner-image img:hover {
  transform: scale(1.4);
}

.wrapper_build h1 {
  font-family: "Robot", sans-serif;
  color: black;
  font-size: 1.5rem;
}

.wrapper_build p {
  font-family: "Poppins", sans-serif;
  text-align: center;
  width: 70%;
  min-width: 300px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: black;
}

.button-wrapper {
  margin-top: 18px;
}

.btn_build {
  border: none;
  padding: 12px 24px;
  border-radius: 24px;
  font-size: 12px;
  font-size: 0.8rem;
  letter-spacing: 2px;
  cursor: pointer;
}

.btn_build + .btn_build {
  margin-left: 10px;
}

.outline {
  background: transparent;
  color: rgba(0, 212, 255, 0.9);
  border: 1px solid rgba(0, 212, 255, 0.6);
  transition: all 0.3s ease;
}

.outline:hover {
  transform: scale(1.125);
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.fill {
  background: rgba(0, 212, 255, 0.9);
  color: rgba(255, 255, 255, 0.95);
  filter: drop-shadow(0);
  font-weight: bold;
  transition: all 0.3s ease;
}

.fill:hover {
  transform: scale(1.125);
  border-color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 10px 5px rgba(0, 0, 0, 0.125));
  transition: all 0.3s ease;
}

/*=====  End of Service  ======*/
/*====================================
=            FORM CONTROL            =
====================================*/
.form-control:focus {
  border-color: #f29422;
  box-shadow: 0 0 0 0.2rem rgba(253, 101, 90, 0.25);
}

.form-control::-webkit-input-placeholder {
  opacity: 0.5;
}

.form-control::-moz-placeholder {
  opacity: 0.5;
}

.form-control:-ms-input-placeholder {
  opacity: 0.5;
}

.form-control::-ms-input-placeholder {
  opacity: 0.5;
}

.form-control::placeholder {
  opacity: 0.5;
}

/*=====  End of FORM CONTROL  ======*/
/*==============================
=            CLIENT            =
==============================*/
.client-slider .owl-nav {
  display: none;
}

.client-slider .client-item {
  padding: 0 40px;
}

/*=====  End of CLIENT  ======*/

/* ============== GALLERY FOR SUCCESS ELEMENTS ================= */
#gallery {
  padding-top: 40px;
  @media screen and (min-width: 991px) {
    padding: 60px 30px 0 30px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
  box-shadow: 1px 1px 10px 1px black;
  border-radius: 10px;
  height: 300px;
}
.img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  /* Removes blue highlight */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#overlay img {
  margin: 0;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 5%;
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

.end {
  background-position: center;
}
/* ============= For partners image slidwshow ================= */

/*==================================
=            RESPONSIVE            =
==================================*/
@media (max-width: 992px) {
  .not-on-top #header-navbar {
    position: fixed;
    top: 0;
    height: auto;
    width: 100%;
    background: #f29422;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #0073b2, #f29422);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #0073b2, #f29422);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    z-index: 1002;
  }
  #header-navbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  .navbar-transparent .navbar-collapse {
    background: #f29422;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #0073b2, #f29422);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #0073b2, #f29422);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px;
  }
  .image-gallery {
    flex-direction: column;
    height: auto;
  }
  .image-container {
    width: 270px;
    height: 50px;
    border: 2px solid #0073b2;
  }
  .image-container.landscape.active {
    border-radius: 0;
    border: none;
  }
}

@media (max-width: 767px) {
  .jumbotron h1 {
    font-size: 1.2rem;
  }
  .jumbotron-single h1 {
    font-size: 1.2rem;
  }
  .grid-item {
    width: 100%;
  }
  .progress {
    height: 30px;
    font-size: 16px;
  }
  .banner-image {
    height: 150px;
    width: 300px;
  }
}

/*=====  End of RESPONSIVE  ======*/

/* ENND */

/* ================ COPYRIGHT TRES RWANDA ================== */
