.gallery-section button:focus,
.gallery-section input:focus,
.gallery-section textarea:focus,
.gallery-section select:focus {
    outline: none;
}

.gallery-section .tabs {
    display: block;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    overflow: hidden;
}
.gallery-section .tabs [class^="tab"] label,
.gallery-section .tabs [class*=" tab"] label {
    font-family: 'Oswald', sans-serif;
    color: #006a4e;
    cursor: pointer;
    display: block;
    font-size: 25px;
    font-weight: 600;
    line-height: 1em;
    padding: 2rem 0;
    text-align: center;
}

@media screen and (max-width: 767px) {
.gallery-section .tabs [class^="tab"] label,
.gallery-section .tabs [class*=" tab"] label {
        font-size: 20px;
 }
}

.gallery-section .tabs [class^="tab"] [type="radio"],
.gallery-section .tabs [class*=" tab"] [type="radio"] {
    border-bottom: 1px solid rgba(215, 215, 215, 0.5);
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-section .tabs [class^="tab"] [type="radio"]:hover,
.gallery-section .tabs [class^="tab"] [type="radio"]:focus,
.gallery-section .tabs [class*=" tab"] [type="radio"]:hover,
.gallery-section .tabs [class*=" tab"] [type="radio"]:focus {
    border-bottom: 3px solid #cdcdcd;
}
.gallery-section .tabs [class^="tab"] [type="radio"]:checked,
.gallery-section .tabs [class*=" tab"] [type="radio"]:checked {
    border-bottom: 3px solid #003d80;
}
.gallery-section .tabs [class^="tab"] [type="radio"]:checked + div,
.gallery-section .tabs [class*=" tab"] [type="radio"]:checked + div {
    opacity: 1;
}
.gallery-section .tabs [class^="tab"] [type="radio"] + div,
.gallery-section .tabs [class*=" tab"] [type="radio"] + div {
    display: block;
    opacity: 0;
    padding: 2rem 0;
    width: 90%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.gallery-section .tabs .tab-2 {
    width: 50%;
}
.gallery-section .tabs .tab-2 [type="radio"] + div {
    width: 200%;
    margin-left: 200%;
}
.gallery-section .tabs .tab-2 [type="radio"]:checked + div {
    margin-left: 0;
}
.gallery-section .tabs .tab-2:last-child [type="radio"] + div {
    margin-left: 100%;
}
.gallery-section .tabs .tab-2:last-child [type="radio"]:checked + div {
    margin-left: -100%;
}





.gallery-section .product-block {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 10px;
}
.gallery-item {
  background: #ffffff;
  padding: 25px 0px 25px;
  border-radius: 5px;
}
.gallery-item img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
  transform: scale(1);
  transition: 0.5s;
  position: relative;
}

.gallery-section .product-block:hover .gallery-item{ 
   opacity: 0.8;
}

.gallery-section .product-block .cardContent {
  display: block;
  justify-content: space-between;
  position: absolute;
  //top: 0px;
  left: 25px;
  bottom: 30px;
  right: 25px;
  padding: 0px 0px 0px 0px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease; }

.gallery-section .product-block .cardContent div.view {
  border: 0;
  background-color: #029eeb;
  margin: 0;
  padding: 10px 40px 10px 20px;
  width: auto;
  color: white;
  //border-radius: 10px;
  font-size: 22px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  font-weight: 700;
  cursor: pointer;
  outline: none;
  transition: all 0.3s ease;
  opacity: 0;
  bottom: 5px;
  transition: 0.3s ease; }

.gallery-section .product-block .cardContent:hover {
  background-color: rgba(0, 0, 0, 0.2); }

.gallery-section .product-block:hover .cardContent div {
  opacity: 1; }



Gallery Image
=============
.gallery-image {
  width: 100%;
  height: auto;
}
.product-card .read-more-icon {
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  height: 70%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}
.product-card .icon {
  color: #2d3291;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.product-card .read-more-icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  font-size: 20px;
  display: inline-block;
  color: var(--white-color);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-card:hover .read-more-icon {
  opacity: 1;
}


/*
Gallery Video Style
============================*/
.fancy-box{
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}
.video-banner{
    width: 100%;
    height: auto;
}
.video-box .video-btn-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.video-btn-1 {
  background-color: #2b7866;
  border-radius: 50%;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 30px;
  margin: 0 auto;
  position: relative;
  height: 60px;
  width: 60px;
  z-index: 1;
}
.video-btn-1 i {
  position: relative;
  z-index: 1;
  top: 17px;
  left: 2px;
  font-size: 24px;
}
.video-btn-1:hover{
  background-color: #fff;
  color: #151a65;
}
.video-btn-1::after, .video-btn-1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: rgba(43, 120, 102, 0.5);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

.video-tab h4{
   font-family: 'gotham-bold';
   font-size: 20px;
   color: #51443b;
}

.form-group label{
   font-size: 16px;
   color: #ff0007;
   margin: 0px;
}
