@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Rubik', sans-serif;
}
.navbar-brand {
    font-size: 1.8rem;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #3a3a3a;
}
.navbar-light .navbar-nav .nav-link {
    color: #848484;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1rem;
    letter-spacing: 0rem;
    font-weight: 600;
}
.bg-dark {
    background-color: #000!important;
}
.btn-dark {
    color: #fff;
    background-color: #16181b;
    border-color: #16181b;
}
.btn-outline-dark {
    color: #16181b;
    border-color: #16181b;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #16181b;
    border-color: #141718;
}
.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #16181b;
    border-color: #16181b;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #000000;
}
a {
    color: #848484;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #3a3a3a;
    text-decoration: auto;
}
p {
    color: #848484;
}
[class^="ri-"], [class*=" ri-"] {
    vertical-align: bottom;
}
.dropdown-toggle::after {
    display: inline-block!important;
    margin-left: .0em!important;
    vertical-align: bottom!important;
    content: "\ea4e"!important;
    border-top: 0em solid!important;
    border-right: 0em solid transparent!important;
    border-bottom: 0!important;
    border-left: 0em solid transparent!important;
    font-family: 'remixicon'!important;
}
.btn{
  border-radius: 0px!important;
}
.rounded {
    border-radius: 0px!important;
}
.o-hidden {
  overflow: hidden;
}
.form-control {
  font-size: .8rem;
}
.carousel {
  background: transparent!important;
}
.carousel-cell {
  width: 100%;
  height: auto;
  margin-right: 0px;
  background: transparent;
  border-radius: 0px;
  counter-increment: gallery-cell;
}
.flickity-page-dots {
    bottom: 20px!important;
}
.flickity-page-dots {
  bottom: 0px;
}
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  border: 2px solid white;
}
.flickity-page-dots .dot.is-selected {
  background: white;
}
.flickity-prev-next-button {
    top: 50%!important;
    width: 50px!important;
    height: 50px!important;
    border-radius: 0%!important;
    /* transform: translateY(-50%)!important; */
}
.flickity-button {
    position: absolute!important;
    background: #16181b!important;
    border: none!important;
    color: #fff!important;
}
.header-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 80px;
    text-decoration: none;
    z-index: 9999;
}

#navbar_top {display: flex;justify-content: space-between;padding: 0px 0%;position: fixed;width: 100%;top: 0px;backdrop-filter: saturate(180%) blur(20px);background-color: #ffffff78;transition: background 0.5s;z-index: 9;}
#navbar_top li a {
  color: #000000;
}
#navbar_top .logo img {
transition: height 0.5s;
}

#navbar_top.is-sticky {backdrop-filter: saturate(180%) blur(20px);background-color: #ffffff78;}

#navbar_top.is-sticky li a {color: #000000;}
#navbar_top.is-sticky .logo img {
height:64px;
}
#navbar_top nav {
    border-bottom: 0px solid #fff!important;
}
#navbar_top.is-sticky nav {
    border-bottom: 0px solid #fff!important;
}
.dropdown-menu {
    font-size: .8rem!important;
    margin: 1rem 0 0!important;
    color: #212529!important;
    background-color: #16181b!important;
    border: 0px solid rgba(0,0,0,.15)!important;
    border-radius: 0rem!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #272727!important;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #000000!important;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.jarallax-table {
    display: table;
    width: 100%;
    height: 600px;
    background-color: #00000080;
    color: #fff;
}
.jarallax-table-video {
    display: table;
    width: 100%;
    height: 600px;
    color: #fff;
}
.jarallax-table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.min-vh-100 {
    min-height: 100vh!important;
}
.min-vh-75 {
    min-height: 75vh!important;
}
.min-vh-50 {
    min-height: 50vh!important;
}
.min-vh-25 {
    min-height: 25vh!important;
}
.min-vh-10 {
    min-height: 10vh!important;
}
.min-vh-0 {
    min-height: 0vh!important;
}
.slider {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%  
}
@media (max-width: 767.99px) { 
  #navbar_top {
    background: #16181b78;
    backdrop-filter: saturate(180%) blur(20px);
  }
  #navbar_top nav {
    border-bottom: 0px solid #fff!important;
  }
  .dropdown-menu {
    font-size: 1.2rem!important;
    text-align: center;
    color: #212529!important;
    background-color: #6363634d!important;
    border: 0px solid rgba(0,0,0,.15)!important;
    border-radius: 0rem!important;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.2rem;
    letter-spacing: 0rem;
    text-align: center;
  }
  nav a.btn {
    display: block!important;
    width: 100%!important;
  }
  .display-2 {
    font-size: 3.5rem!important;
    }
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.nav-tabs .nav-link {
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    margin: 5px 5px;
    background: aliceblue;
}
.nav-link {
    display: block;
    padding: 0.5rem 3rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    border-color: #dee2e6!important;
    background: black;
    color: white;
}
.sevices-h{
    font-size: 255px;
    font-weight: 700;
    color: #000;
    /* text-shadow: -1px 0 #b3b3b3, 0 1px #b3b3b3, 1px 0 #b3b3b3, 0 -1px #b3b3b3; */
    line-height: 100%;
    height: 160px;
    overflow: hidden;
    margin-bottom: -30px;
    -webkit-transform: translateZ(0);
}