/*------------------------------------------------------------------
	Template Name:	The Fund
    Template URI:
    Description ::
    Author:
    Author URI:
    License:
    License URI:
    Version: 1.0
    */
/*
    ========================================================================
    Index
    ------------------------------------------------------------------------

    # -  1.0 - All Global css
    # -  2.0 - Heading Tag
    # -  3.0 - Header
    # -  4.0 - Menu Area
    # -  5.0 - Button
    # -  6.0 - Feature
    # -  7.0 - Help Us
    # -  8.0 - Volunteer
    # -  9.0 - Gallery
    # - 10.0 - Events
    # - 11.0 - Blog
    # - 12.0 - Testimonial
    # - 13.0 - Join Us
    # - 14.0 - Footer
    # - 15.0 - Widget
    # - 16.0 - Slider
    # - 17.0 - Slick Slider
    # - 18.0 - Form Element
    # - 19.0 - Popup
    # - 20.0 - Causes
    # - 21.0 - Client
    # - 22.0 - Banner
    # - 23.0 - About us
    # - 24.0 - Counter
    # - 25.0 - Contact Us
    # - 26.0 - Donate
    # - 27.0 - Error
    # - 28.0 - Color Swhicher
    # - 29.0 - Preloader
    */
@media (max-width: 480px) {
  .col-xxs-12 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .row-eq-rs-height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}

/*      All Global css
----------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #606060;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul, ol {
  list-style: none;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-weight: 400;
  color: #606060;
}

a:hover, a:focus, a.active {
  text-decoration: none;
  outline: none;
  color: #0aaaa0;
}

input {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

label {
  font-weight: normal;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="time"]:focus,
input[type="text"]:focus,
.form-control:focus, textarea:focus, textarea.form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #0aaaa0;
}

input[type="submit"]:focus {
  outline: 0;
}

/*  Heading Tag
-------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #243a4f;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  font-weight: inherit;
}

h1 {
  font-size: 60px;
  line-height: 60px;
}

h2 {
  font-size: 42px;
  line-height: 55px;
  font-weight: 700;
  margin: 0;
}

h3 {
  font-size: 24px;
  margin-top: 0;
  font-weight: 600;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 18px;
}

h5 {
  font-size: 14px;
  line-height: 24px;
}

img {
  max-width: 100%;
}

.all-text-white * {
  color: #fff;
}

.all-text-white .btn {
  color: #fff;
  border-color: #cccccc;
}

.all-text-white .btn:hover {
  border-color: #0aaaa0;
  background: #0aaaa0;
}

.img-round {
  border-radius: 10px;
}

.disinb {
  display: inline-block;
}

.fix {
  overflow: hidden;
}

p {
  font-family: "Open Sans", sans-serif;
  margin-bottom: 25px;
  line-height: 1.8;
}

.clear {
  clear: both;
}

.section-padding {
  padding-top: 47px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .section-padding {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}

.section-heading.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-heading {
  padding-bottom: 7px;
}

.section-title {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 14px;
  }
}

.section-title--small {
  font-size: 30px;
}

.section-sub-title {
  font-size: 16px;
}

.heading-label-four {
  font-size: 18px;
  font-weight: 600;
}

.section-heading.md-padding {
  padding-bottom: 40px;
}

.section-heading.sm-padding {
  padding-bottom: 20px;
}

.section-heading-separator {
  width: 163px;
  background: #cccccc;
  height: 1px;
  margin: 30px auto;
  position: relative;
}

.section-heading-separator:before {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 1px solid #cccccc;
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 100%;
}

.section-heading-separator:after {
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #0aaaa0;
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 100%;
}

.section-heading-separator--small {
  width: 95px;
  margin: 17px auto;
}

.section-heading-separator--left-align {
  width: 90px;
  margin-left: 0;
  margin-top: 12px;
}

.section-heading-separator--left-align:before {
  margin-left: 0;
}

.section-heading-separator--left-align:after {
  margin-left: 0;
  left: 3px;
}

.max-width-620 {
  max-width: 620px;
}

.max-width-470 {
  max-width: 470px;
}

.max-width-800 {
  max-width: 800px;
}

.over-x-hidden {
  overflow-x: hidden;
}

.base-color {
  color: #0aaaa0;
}

.base-bg {
  background: #0aaaa0;
  color: #fff;
}

.base-bg h1, .base-bg h2, .base-bg h3, .base-bg h4, .base-bg h5, .base-bg h6, .base-bg a, .base-bg p, .base-bg span {
  color: #fff;
}

.base-bg .base-color {
  color: #0aaaa0;
}

.base-bg .nv-color {
  color: #1e3042;
}

.red-color {
  color: #ff0000;
}

.small-text {
  font-size: 12px;
}

.ash-white-bg {
  background: #f7f8fa;
}

.nv-color {
  color: #1e3042;
}

.text-mute {
  color: #c1c1c1;
}

hr {
  border-color: #cccccc;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?ume250");
  src: url("../fonts/icomoon.eot?ume250#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ume250") format("truetype"), url("../fonts/icomoon.woff?ume250") format("woff"), url("../fonts/icomoon.svg?ume250#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-icomooon"], [class*=" icon-icomooon"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icomooon-brain:before {
  content: "\e900";
}

.icon-icomooon-close:before {
  content: "\e901";
}

.icon-icomooon-contract:before {
  content: "\e902";
}

.icon-icomooon-ecology:before {
  content: "\e903";
}

.icon-icomooon-magnifying-glass-browser:before {
  content: "\e904";
}

.icon-icomooon-maps-and-flags:before {
  content: "\e905";
}

.icon-icomooon-message:before {
  content: "\e906";
}

.icon-icomooon-play-button:before {
  content: "\e907";
}

.icon-icomooon-play-button-two:before {
  content: "\e908";
}

.icon-icomooon-quotations-button:before {
  content: "\e909";
}

.icon-icomooon-quotes:before {
  content: "\e90a";
}

.icon-icomooon-seo:before {
  content: "\e90b";
}

.icon-icomooon-telephone-auricular-with-cable:before {
  content: "\e90c";
}

/* -----------------------------------
** Start Padding Space
-------------------------------------*/
.pdt5 {
  padding-top: 5px;
}

.pdt10 {
  padding-top: 10px;
}

.pdt15 {
  padding-top: 15px;
}

.pdt20 {
  padding-top: 20px;
}

.pdt25 {
  padding-top: 25px;
}

.pdt30 {
  padding-top: 30px;
}

.pdt35 {
  padding-top: 35px;
}

.pdt40 {
  padding-top: 40px;
}

.pdt45 {
  padding-top: 45px;
}

.pdt50 {
  padding-top: 50px;
}

.pdb5 {
  padding-bottom: 5px;
}

.pdb10 {
  padding-bottom: 10px;
}

.pdb15 {
  padding-bottom: 15px;
}

.pdb20 {
  padding-bottom: 20px;
}

.pdb25 {
  padding-bottom: 25px;
}

.pdb30 {
  padding-bottom: 30px;
}

.pdb35 {
  padding-bottom: 35px;
}

.pdb40 {
  padding-bottom: 40px;
}

.pdb45 {
  padding-bottom: 45px;
}

.pdb50 {
  padding-bottom: 50px;
}

.pdr0 {
  padding-right: 0;
}

.pdl0 {
  padding-left: 0;
}

.pdl5 {
  padding-left: 5px;
}

.pdl10 {
  padding-left: 10px;
}

.pdl15 {
  padding-left: 15px;
}

.pdl20 {
  padding-left: 20px;
}

.pdl25 {
  padding-left: 25px;
}

.pdl30 {
  padding-left: 30px;
}

.pdr60 {
  padding-right: 60px;
}

.pdl60 {
  padding-left: 60px;
}

.pdr5 {
  padding-right: 5px;
}

.pdr10 {
  padding-right: 10px;
}

.pdr15 {
  padding-right: 15px;
}

.pdr20 {
  padding-right: 20px;
}

.pdr25 {
  padding-right: 25px;
}

.pdr30 {
  padding-right: 30px;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

/* -----------------------------------
** End Padding Space
-------------------------------------*/
/* -----------------------------------
** Start Margin Space
-------------------------------------*/
.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mt80 {
  margin-top: 80px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border: 0 !important;
}

/* -----------------------------------
** End Margin Space
-------------------------------------*/
.max-width-630 {
  max-width: 630px;
}

/* -----------------------------------
** Button
-------------------------------------*/
.btn {
  border: 1px solid #0aaaa0;
  border-radius: 5px;
  background: transparent;
  color: #0aaaa0;
  font-size: 16px;
  display: inline-block;
  min-width: 122px;
  white-space: nowrap;
  font-family: "Montserrat", sans-serif;
  padding: 9px 15px;
  font-weight: 500;
}

.btn:hover, .btn.active {
  background: #0aaaa0;
  color: #fff;
}

.btn.base-bg {
  border-color: #0aaaa0;
  color: #fff;
  background: #0aaaa0;
}

/* -----------------------------------
** End Button
-------------------------------------*/
/* -----------------------------------
** Header
-------------------------------------*/
.social-icons {
  display: flex;
  margin-left: auto;
}

.top-bar {
  padding-top: 10px;
}

@media (max-width: 767px) {
  .top-bar {
    padding-top: 5px;
  }
}

.top-bar .social-icons {
  justify-content: flex-end;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .top-bar .social-icons {
    justify-content: center;
    padding-bottom: 5px;
  }
}

.top-bar__contact {
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .top-bar__contact {
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  .top-bar__contact span:first-of-type {
    padding-right: 10px;
  }
  .top-bar__contact .pdl15.pdr15 {
    display: none;
  }
}

@media (max-width: 665px) {
  .top-bar .col-xs-6, .top-bar .col-sm-6 {
    width: 100%;
  }
}

.menu-logo {
  display: flex;
  width: 100%;
  align-items: center;
}

@media (max-width: 1199px) {
  .menu-logo .logo {
    max-width: 150px;
  }
}

.menu-logo .donate-button-wrap {
  margin-left: auto;
}

.menu-logo .donate-button-wrap .btn {
  width: 145px;
  height: 40px;
}

.main-menu-area {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 7px rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid #cccccc;
}

@media (max-width: 991px) {
  .main-menu-area {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.main-menu-area--absolute {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 987;
  left: 0;
}

/* -----------------------------------
** Menu Area
-------------------------------------*/
#easy-menu > ul {
  float: right;
  padding-left: 40px;
}

#easy-menu > ul > li {
  margin: 0 13px;
  position: relative;
}

@media (max-width: 1199px) {
  #easy-menu > ul > li {
    margin: 0 9px;
  }
}

#easy-menu > ul > li:before {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #0aaac0;
  content: '';
  width: 0;
  height: 4px;
  transition: .3s;
  display: none;
}

#easy-menu > ul > li:hover:before {
  width: 100%;
}

#easy-menu > ul > li:hover > a {
  color: #0aaaa0;
}

#easy-menu > ul > li > a {
  color: #606060;
  font-weight: 300;
  padding: 37px 5px;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 1199px) {
  #easy-menu > ul > li > a {
    padding: 27px 5px;
  }
}

#easy-menu,
#easy-menu ul,
#easy-menu ul li,
#easy-menu ul li a {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  box-sizing: border-box;
}

#easy-menu > ul > li {
  float: left;
}

#easy-menu ul ul {
  position: absolute;
  left: -9999px;
  background: #fff;
  z-index: 6;
  padding: 15px 26px 15px 26px;
  margin-top: 10px;
  transition-property: margin-top;
  transition-duration: .2s;
  transition-timing-function: ease-in-out;
}

#easy-menu ul ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

#easy-menu ul ul li {
  padding: 12px 0;
}

#easy-menu ul ul li a {
  position: relative;
}

#easy-menu ul ul li a:hover {
  color: #0aaaa0;
}

#easy-menu ul ul li a:after {
  font-family: 'FontAwesome';
  content: "\f105";
  float: right;
}

#easy-menu ul ul li {
  transition: all .25s ease;
}

#easy-menu li:hover > ul {
  left: auto;
  margin-top: 0;
}

#easy-menu ul ul ul {
  margin-left: 100%;
  transition: .3s;
}

#easy-menu ul ul li:last-child {
  border-bottom: 0;
}

#easy-menu ul ul li a {
  width: 150px;
}

#easy-menu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}

@media (max-width: 991px) {
  nav {
    width: 100%;
  }
  #easy-menu .button {
    display: block;
    margin-top: -6px;
  }
  #easy-menu {
    width: 100%;
  }
  #easy-menu ul {
    width: 100%;
    display: none;
  }
  #easy-menu ul li {
    width: 100%;
    border-top: 1px solid rgba(164, 181, 224, 0.17);
  }
  #easy-menu ul ul li,
  #easy-menu li:hover > ul > li {
    height: auto;
  }
  #easy-menu ul li a,
  #easy-menu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #easy-menu > ul > li {
    float: none;
  }
  #easy-menu ul ul li a {
    padding-left: 25px;
  }
  #easy-menu ul ul ul li a {
    padding-left: 35px;
  }
  #easy-menu ul ul,
  #easy-menu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #easy-menu > ul > li.has-sub > a:after,
  #easy-menu > ul > li.has-sub > a:before,
  #easy-menu ul ul > li.has-sub > a:after,
  #easy-menu ul ul > li.has-sub > a:before {
    display: none;
  }
  #easy-menu .button {
    width: 25px;
    height: 26px;
    position: absolute;
    right: 5px;
    top: 22px;
    cursor: pointer;
    z-index: 12399994;
    transition: 0s;
  }
  #easy-menu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(164, 181, 224, 0.17);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  .menu-area .menu-list > li a {
    padding: 16px 0;
  }
  #easy-menu ul ul {
    border: 0;
    padding: 0;
  }
  #easy-menu ul ul li:first-child {
    border: 0;
  }
  #easy-menu ul ul .submenu-button {
    height: 46px;
    width: 46px;
  }
  #easy-menu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #828282;
    content: '';
  }
  #easy-menu ul ul .submenu-button:after {
    top: 22px;
    right: 13px;
  }
  #easy-menu .submenu-button.submenu-opened:after {
    background: #828282;
  }
  #easy-menu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #828282;
    content: '';
  }
  #easy-menu ul ul .submenu-button:before {
    top: 19px;
    right: 16px;
  }
  #easy-menu .submenu-button.submenu-opened:before {
    display: none;
  }
  #easy-menu ul ul ul li.active a {
    border-left: none;
  }
  #easy-menu > ul > li.has-sub > ul > li.active > a,
  #easy-menu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
  #easy-menu > ul > li.has-sub li.has-sub {
    padding-bottom: 0;
  }
  #easy-menu > ul > li.has-sub li.has-sub > a {
    padding-bottom: 15px;
  }
}

.mobile-background-nav {
  position: fixed;
  top: 0;
  display: none;
  left: -250px;
  width: 250px;
  transition: .3s;
  padding: 10px 0;
  z-index: 999;
  background: #272732;
  height: 100vh;
  overflow: auto;
}

@media (max-width: 991px) {
  .mobile-background-nav {
    display: block;
  }
}

.mobile-background-nav .mobile-inner {
  overflow: auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.mobile-background-nav .mobile-inner .mobile-menu-close {
  text-align: right;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}

.mobile-background-nav .mobile-inner .mobile-menu-close i {
  cursor: pointer;
  padding: 5px;
  font-size: 17px;
  color: #fff;
}

.mobile-background-nav ul {
  list-style: none;
  padding: 0;
}

.mobile-background-nav ul .dropdown {
  overflow: hidden;
  display: none;
}

.mobile-background-nav ul .dropdown.menu-show {
  /*display: block;*/
}

.menu-accordion > li {
  border-bottom: 1px solid #2d2c31;
}

.dropdown > li {
  border-top: 1px solid #2d2c31;
  padding-left: 15px;
}

.mobile-background-nav ul li a {
  width: 100%;
  display: block;
  color: #fefefe;
  padding: .75em;
  border-radius: 0.15em;
  transition: background .3s ease;
  text-transform: uppercase;
}

.mobile-background-nav ul li a > i {
  float: right;
}

.mobile-background-nav.in {
  left: 0;
}

.main-menu-fix {
  position: fixed !important;
  left: 0;
  background: #fff;
  top: 0;
  z-index: 9999 !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
  width: 100%;
}

.main-menu-fix #easy-menu > ul > li > a {
  padding: 30px 5px;
}

.main-menu-fix .menu-logo {
  height: 75px;
}

/* -----------------------------------
** End Header
-------------------------------------*/
/* -----------------------------------
** Gallery
-------------------------------------*/
.gallery-section {
  background: url("../images/home/gallery-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  min-height: 100vh;
}

.gallery-section:before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: rgba(0, 0, 0, 0.9);
}

.gallery-section .section-heading-separator:before {
  background: rgba(0, 0, 0, 0.9);
}

.gallery-section .container-fluid {
  max-width: 1690px;
  margin-left: auto;
  margin-right: auto;
}

.help-us {
  position: relative;
  margin-bottom: 30px;
}

.help-us__icon-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border: 1px solid #0aaaa0;
  text-align: center;
}

.help-us__icon {
  line-height: 46px;
  font-size: 24px;
}

.help-us__text-content {
  margin-left: 75px;
}

.help-us__title {
  margin-bottom: 10px;
}

.help-us p {
  margin-bottom: 20px;
}

.filter-options > li {
  margin-bottom: 10px;
}

.filter-options > li > a {
  position: relative;
}

.filter-options > li > a:before {
  transition: .3s;
  position: absolute;
  left: 50%;
  left: calc(50% - 7px);
  height: 14px;
  width: 14px;
  bottom: 0px;
  background: #0aaaa0;
  content: '';
  transform: rotate(-45deg);
  opacity: 0;
}

.filter-options > li > a.btn {
  border-color: #0aaaa0;
}

.filter-options > li > a.active:before {
  bottom: -7px;
  opacity: 1;
}

.mix {
  display: none;
}

.gallery-item {
  border: 5px solid #fff;
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
}

.gallery-item__photo {
  width: 100%;
  object-fit: cover;
}

.gallery-item img {
  transition: .3s;
}

.gallery-item__details-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transform: scale(0.7);
  transition: .3s;
}

.gallery-item:hover .gallery-item__details-button {
  opacity: 1;
  transform: scale(1);
}

.gallery-item:hover img {
  transform: scale(1.2);
}

/* -----------------------------------
** End Gallery
-------------------------------------*/
