header a.logo img {
  max-height: 72px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.bg-primary-rv {
  background-color: #009fe3;
}

.text-primary-rv {
  color: #009fe3;
}

.icon-rv {
  width: 75px;
}

.portfolio-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}
.portfolio-grid .grid-item figure {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.portfolio-grid .grid-item figure img {
  display: block;
  width: 100%;
  cursor: pointer;
}
.portfolio-grid .grid-item {
  opacity: 1;
  overflow: hidden;
}
.portfolio-grid .grid-item figure img {
  cursor: pointer;
  display: block;
  opacity: 1;
  width: 100%;
  transition: all 0.3s ease 0s;
}
.portfolio-grid .grid-item figcaption {
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  padding: 45px;
  z-index: 1;
  text-align: center;
}
.portfolio-grid .grid-item figure:hover .portfolio-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.portfolio-grid .grid-item figure .portfolio-img {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.portfolio-grid .grid-item figure:hover img {
  opacity: 1;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.portfolio-grid .grid-item figure:hover figcaption {
  opacity: 1;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.container .hover-option4 .grid-item figcaption {
  padding: 30px;
}

.scroll-top-arrow,
.scroll-top-arrow:focus {
  color: #fff;
  background: #878787;
  opacity: 0.8;
  line-height: 28px;
  display: none;
  height: 50px;
  width: 50px;
  top: auto;
  padding: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  bottom: 0px;
  z-index: 10006;
  border-radius: 0;
}
.scroll-top-arrow:hover {
  background: #000;
  opacity: 0.8;
  color: #fff;
  border-color: #009fe3;
}
.scroll-top-arrow i {
  line-height: 50px;
  position: relative;
}

.medium-icon a {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 52px;
}

.small-icon a {
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 42px;
}

img.logo-bw {
  filter: saturate(0);
}

nav.navbar.bootsnav .btn-hamburger {
  padding: 0;
}
nav.navbar.bootsnav .btn-hamburger .navbar-toggler {
  margin: 0;
  top: 0;
  padding: 0;
}

.hamburger-menu-wrepper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: -10005;
  padding: 55px 80px;
  display: inherit;
  opacity: 0;
  visibility: collapse;
}
.menu-middle {
  display: inherit;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
.hamburger-menu-links {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.6rem;
  opacity: 0;
}
.hamburger-menu-links li {
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.hamburger-menu-links li a {
  color: #fff;
  position: relative;
}
.hamburger-menu-links li.show > a {
  color: #009fe3;
}
.hamburger-menu-links li a:hover,
.follow-box a:hover {
  color: #009fe3;
}

.animation-box {
  position: absolute;
  top: 5%;
  height: 100%;
  width: 100%;
  left: 0;
  transform: perspective(600px) rotateX(-20deg);
  -weblit-transform: perspective(600px) rotateX(-20deg);
  -moz-transform: perspective(600px) rotateX(-20deg);
  -ms-transform: perspective(600px) rotateX(-20deg);
  -o-transform: perspective(600px) rotateX(-20deg);
}
.hamburger-menu.show-menu .hamburger-menu-wrepper {
  z-index: 10004;
  opacity: 1;
  visibility: visible;
}
.hamburger-menu.show-menu .animation-box {
  top: 0;
  transform: perspective(600px) rotateX(0deg);
  -webkit-transform: perspective(600px) rotateX(0deg);
  -moz-transform: perspective(600px) rotateX(0deg);
  -o-transform: perspective(600px) rotateX(0deg);
  -ms-transform: perspective(600px) rotateX(0deg);
  opacity: 1;
}
.hamburger-menu.show-menu .hamburger-menu-links,
.hamburger-menu.show-menu .menu-middle {
  opacity: 1;
}
.hamburger-menu.show-menu .btn-hamburger .mobile-toggle,
.hamburger-menu .btn-hamburger .close-menu {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
}
.hamburger-menu.show-menu .btn-hamburger .close-menu,
.hamburger-menu .btn-hamburger .mobile-toggle {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
}
.hamburger-menu .hamburger-menu-wrepper .btn-hamburger {
  border-color: #fff;
  height: 18px;
  position: absolute;
  width: 18px;
  z-index: 99;
  padding: 0;
  margin: -27px 0 0 -15px;
  opacity: 0;
}
.hamburger-menu.show-menu .hamburger-menu-wrepper .btn-hamburger {
  opacity: 1;
  right: 40px;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.hamburger-menu .close-button-menu {
  float: none;
  height: auto;
  margin: 0;
  padding: 0;
  position: inherit;
  right: -26px;
  top: 44px;
  width: auto;
}
.hamburger-menu .close-button-menu:after,
.hamburger-menu .close-button-menu:before {
  background: #fff;
  width: 22px;
  right: 26px;
  top: -34px;
}
.hamburger-menu-links li.dropdown > a:after {
  content: "\f107";
  display: inline-block;
  position: absolute;
  right: -60px;
  top: 15px;
  font-family: Font awesome\5 Free;
  font-weight: 900;
  font-size: 42px;
}

.hamburger-heading {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.1rem;
  opacity: 0;
  color: #bbb;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
  .parallax {
    position: relative;
    background-size: 100% auto;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
  .fix-background {
    position: relative;
    background-size: cover;
    animation-duration: 0s;
    animation-fill-mode: none;
    -webkit-animation-duration: 0s;
    -webkit-animation-fill-mode: none;
    -moz-animation-duration: 0s;
    -moz-animation-fill-mode: none;
    -ms-animation-duration: 0s;
    -ms-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .background-size-inherit {
    background-size: inherit;
  }
  .background-attachment-inherit {
    background-attachment: inherit;
  }
  .background-position-left {
    background-position: left center;
  }
  .background-position-left-bottom {
    background-position: left bottom;
  }
  .background-position-right {
    background-position: right center;
  }
  .background-position-top {
    background-position: center top !important;
  }
  .up-down-ani {
    display: table;
    position: relative;
    -webkit-animation-name: up-down-animation;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.7s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -moz-animation-name: up-down-animation;
    -moz-animation-duration: 0.7s;
    -moz-animation-timing-function: linear;
    -moz-animation-delay: 0.7s;
    -moz-animation-iteration-count: infinite;
    -ms-animation-name: up-down-animation;
    -ms-animation-duration: 0.7s;
    -ms-animation-timing-function: linear;
    -ms-animation-delay: 0.7s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    -o-animation-name: up-down-animation;
    -o-animation-duration: 0.7s;
    -o-animation-timing-function: linear;
    -o-animation-delay: 0.7s;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    animation-direction: alternate;
    animation-name: up-down-animation;
    animation-duration: 0.7s;
    animation-timing-function: linear;
    animation-delay: 0.7s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    margin: 0 auto;
  }
  .background-position-x-50 {
    background-position-x: 50% !important;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .parallax {
    position: relative;
    background-size: 100% auto;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
  }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
