/* // Gallery Start // */
.first-blog h3 {
  font-size: 4rem;
  font-family: 'Lato', sans-serif;
  color: #0c4d5e;
  font-weight: bold;
  margin: 40px 0 0 0;
  text-align: center;
}

.text-gallery {
  position: relative;
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  margin: 40px 0 -120px;
  text-align: center;
  color: #0e7690;
}

#gallery-vid {
  position: relative;
  background-image: url(../img/Dot-background.png), linear-gradient(#fefefe, #f0f7ff);
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;
}
  
.video-box {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .video-box {
      padding: 50px;
  }
}

.align-center {
  align-items: center;
}

#gallery-vid h1 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 1em;
  text-transform: none;
}

#gallery-vid p {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  color: #0e7690;
}

#text{
  display:none;
  }

.btn-container{
  margin: -20px 0;
}

.btn-container .read {
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  box-sizing:border-box;
  cursor:pointer;
  border:2px;
  background-color: #42a1b6;
  color:white;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height:1em;
  letter-spacing:0.06em;
  font-weight:normal;
  text-decoration:none;
  padding: 12px 25px;
  transition:all 0.5s;
  border-radius:50px;
  justify-content: center;
  text-align: center;
  margin: 10px 0 ;
}

.btn-container .read:hover {
  background-color:#0e7690;
  color: #fff;
  opacity: 1;
}

.video-block {
  position: relative;
}
.video-block .video-image {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .video-block .video-image {
      width: 100%;
      margin: 0 auto;
  }
}
.video-block .video-image .img-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.video-block .video-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 5px 30px -3px rgba(0, 0, 0, 0.1);
}
.video-block .video-image .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  border-radius: 100px;
  background: #fff;
  color: #42a1b6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-block .video-image .play-btn:before,
.video-block .video-image .play-btn:after {
  content: "";
  color: transparent;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  transition: 0.5s;
  border-radius: 50%;
  border: 1px solid;
  background: rgba(255, 255, 255, 0.253);
}
.video-block .video-image .play-btn:before {
  animation: ring-wave 2s linear infinite;
}
.video-block .video-image .play-btn:after {
  animation: ring-wave 2s linear 1s infinite;
}
.video-block .video-image .play-btn:hover {
  text-decoration: none;
}
.video-block .video-image .play-btn i {
  font-size: 22px;
  margin-left: 5px;
}

@keyframes ring-wave {
  0% {
      transform: scale(1);
  }
  75% {
      transform: scale(1.75);
      opacity: 1;
  }
  100% {
      transform: scale(2);
      opacity: 0;
  }
}

/* #ourgallery h1{
  margin:15px 0px;
  font-family: sans-serif;
  text-align: center;
  font-size: 18px;
}

#ourgallery .col-md-4{
  display:none;
}

#ourgallery .btn{
  margin-right: 15px;
}

#ourgallery .btn.active{
  background: #0e7690;
}

#ourgallery .box-img{
  margin:15px 0px;
  display: none;
  transition: transform 400ms ease-out;
}

#ourgallery .box-img:hover{
  transform: scale(1.1);
}

#ourgallery .content {
  background-color: white;
  padding: 5px;
  height: 310px;
  box-shadow: 0px 0px 5px 0px #c1c1c1;
}

#ourgallery .content img{
  height: 100%;
  width: 100%;
}

#ourgallery .show {
  transition:0.5s;
  display: block;
}

#ourgallery .btn {
  border: none;
  outline: none;
  padding: 10px 10px;
  background-color: #42a1b6;
  color: white;
  font-size: 16px;
  font-weight: 550;
  font-family: sans-serif;
  cursor: pointer;
  margin-bottom: 20px;
  margin-top: -30px;
}

#ourgallery .btn:hover {
  background-color: #0e7690;
}

#ourgallery .btn .active {
  background-color: rgb(218, 211, 211);
  color: white;
}

.label-img {
  position: absolute; 
  bottom: 5px; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1; 
  width: 87.6%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 16px;
  padding: 15px;
  text-align: center;
  font-family: sans-serif;
}

.box-img:hover .label-img {
  opacity: 1;
} */

/* .load-more{
  background-color: #42a1b6;
  color:#fff !important;
  padding:5px 10px;
  border-radius:4px;
  font-size:18px;
  font-family: sans-serif;
  text-align: center;
  margin: 0 0;
  display:inline-block;
}

.load-more:hover{
  background-color:#0e7690;
  text-decoration:none;
} */
  
  /* .play-wrapper:hover .play {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); 
  }
  
  .play-wrapper .play {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 45%;
    margin-left: -40px;
    margin-top: -40px;
    border-radius: 100%;
    background-color: #ffffff;
    cursor: pointer;
    transition: all .25s ease;
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); 
  }
  
  .play-wrapper .play:hover {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); 
  }
  
  .play-wrapper .play .icon {
    width: 40px;
    height: 40px;
    margin-top: 20px;
    margin-left: 24px; 
  }
  
  .video-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 4%;
    display: none;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0;
    transition: all .25s ease-out; 
  }
  
  .video-wrapper.show {
    display: -ms-flexbox;
    display: flex;
    opacity: 1; 
  }
  
  .video-wrapper .video-close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer; 
  }
  
  .video-wrapper .video-close .icon {
    width: 28px;
    height: 28px;
    color: #ffffff; 
  } */

  #ourgallery .title-img {
    font-size: 3rem;
    font-family: 'Lato', sans-serif;
    color: #0e7690;
    font-weight: bold;
    text-align: center;
    margin: -50px 0 50px;
  }

  #ourgallery .title2-img {
    font-size: 3rem;
    font-family: 'Lato', sans-serif;
    color: #0e7690;
    font-weight: bold;
    text-align: center;
    margin: -10px 0 50px;
  }
  
  #ourgallery .title3-img {
    font-size: 3rem;
    font-family: 'Lato', sans-serif;
    color: #0e7690;
    font-weight: bold;
    text-align: center;
    margin: -10px 0 50px;
  }

  #gallery-imgs .container{
    margin: -100px -51px;    
  }
  
  #gallery-imgs .col-md-4{
    display:none;
  }

  #ourgallery .content img{
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 30px;
  }  

  #ourgallery .content2 img{
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 30px;
  }  

  #ourgallery .content3 img{
    height: 100%;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 30px;
  } 
  
  /* #ourgallery .content img{
    height: 80%;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
  }   */

  /* .content{
    background-color:#333;
    height:200px;
    margin:10px 0;
    border:1px solid #ccc;
  } */
  
  #gallery-imgs .gallery-image {
    padding: 20px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
  }
  
  #gallery-imgs .gallery-image img {
    margin:10px 0;
    border:1px solid #ccc;
    height: 250px;
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
  }
  
  #gallery-imgs .img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
  }
  
  #gallery-imgs .caption {
    position: absolute; 
    bottom: -10px; 
    /* left: 15px; */
    /* background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); */
    /* color: #f1f1f1;  */
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    font-family: sans-serif;
  }
  
  /* #gallery-imgs .transparent-box {
    height: 250px;
    width: 320px;
    background-color:transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: background-color 0.3s ease;
  } */
  
  #gallery-imgs .img-box:hover img { 
    transform: scale(1.1);
  }
  
  /* #gallery-imgs .img-box:hover .transparent-box {
    background-color:rgba(0, 0, 0, 0.5);
  } */
  
  #gallery-imgs .img-box:hover .caption {
    transform: translateY(-10px);
    opacity: 1.0;
  }
  
  #gallery-imgs .img-box:hover {
    cursor: pointer;
  }
  
  #gallery-imgs .caption > p:nth-child(2) {
    font-size: 0.8em;
  }
  
  #gallery-imgs .opacity-low {
    opacity: 0.5;
  }

  #loadMore {
    padding: 20px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: -20px;
    margin-right: -80px;
    display:block;
    cursor:pointer;

  }
  
  #showLess {
    padding: 20px;
    text-align: center;
    margin-top: auto;
    margin-right: -80px;
    cursor:pointer;
    display:none;
  }
  
  .more {
    line-height:1em;
    letter-spacing:0.06em;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    font-size:18px;
    text-decoration:none;
    color:#fff;
    background-color: #42a1b6;
    cursor: pointer;
    padding: 15px 30px;
    transition:all 0.5s;
    border-radius:50px;
    justify-content: center;
    text-align: center;
  }

  .less {
    line-height:1em;
    letter-spacing:0.06em;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    font-size:18px;
    text-decoration:none;
    color:#fff;
    background-color: #f86767;
    cursor: pointer;
    padding: 15px 30px;
    transition:all 0.5s;
    border-radius:50px;
    justify-content: center;
    text-align: center;
  }
  
  .more, .less span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .more:hover {
    background-color:#0e7690;
    color: #fff;
  }

  .less:hover {
    background-color: #EF445A;
    color: #fff;
  }
  
  @media screen and (max-width: 600px) and (max-width: 480px) {
    .more {
      font-size: 12px;
      padding: 10px 20px;
      text-align: center;
      margin-right: 80px;
    }

    .less {
      font-size: 12px;
      padding: 10px 20px;
      text-align: center;
      margin-right: 80px;
    }
  }

  #loadMore2 {
    padding: 20px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: -20px;
    margin-right: -80px;
    display:block;
    cursor:pointer;

  }
  
  #showLess2 {
    padding: 20px;
    text-align: center;
    margin-top: auto;
    margin-right: -80px;
    cursor:pointer;
    display:none;
  }
  
  .more2 {
    line-height:1em;
    letter-spacing:0.06em;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    font-size:18px;
    text-decoration:none;
    color:#fff;
    background-color: #42a1b6;
    cursor: pointer;
    padding: 15px 30px;
    transition:all 0.5s;
    border-radius:50px;
    justify-content: center;
    text-align: center;
  }

  .less2 {
    line-height:1em;
    letter-spacing:0.06em;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    font-size:18px;
    text-decoration:none;
    color:#fff;
    background-color: #f86767;
    cursor: pointer;
    padding: 15px 30px;
    transition:all 0.5s;
    border-radius:50px;
    justify-content: center;
    text-align: center;
  }
  
  .more2, .less2 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .more2:hover {
    background-color:#0e7690;
    color: #fff;
  }

  .less2:hover {
    background-color: #EF445A;
    color: #fff;
  }
  
  @media screen and (max-width: 600px) and (max-width: 480px) {
    .more2 {
      font-size: 12px;
      padding: 10px 20px;
      text-align: center;
      margin-right: 80px;
    }

    .less2 {
      font-size: 12px;
      padding: 10px 20px;
      text-align: center;
      margin-right: 80px;
    }
  }
  
  #loadMore3 {
    padding: 20px;
    text-align: center;
    margin-top: -10px;
    margin-bottom: -20px;
    margin-right: -80px;
    display:block;
    cursor:pointer;

  }
  
  #showLess3 {
    padding: 20px;
    text-align: center;
    margin-top: auto;
    margin-right: -80px;
    cursor:pointer;
    display:none;
  }
  
  .more3 {
    line-height:1em;
    letter-spacing:0.06em;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    font-size:18px;
    text-decoration:none;
    color:#fff;
    background-color: #42a1b6;
    cursor: pointer;
    padding: 15px 30px;
    transition:all 0.5s;
    border-radius:50px;
    justify-content: center;
    text-align: center;
  }

  .less3 {
    line-height:1em;
    letter-spacing:0.06em;
    font-family: 'Lato', sans-serif;
    font-weight:normal;
    font-size:18px;
    text-decoration:none;
    color:#fff;
    background-color: #f86767;
    cursor: pointer;
    padding: 15px 30px;
    transition:all 0.5s;
    border-radius:50px;
    justify-content: center;
    text-align: center;
  }
  
  .more3, .less3 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }

  .more3:hover {
    background-color:#0e7690;
    color: #fff;
  }

  .less3:hover {
    background-color: #EF445A;
    color: #fff;
  }
  
  @media screen and (max-width: 600px) and (max-width: 480px) {
    .more3 {
      font-size: 12px;
      padding: 10px 20px;
      text-align: center;
      margin-right: 80px;
    }

    .less3 {
      font-size: 12px;
      padding: 10px 20px;
      text-align: center;
      margin-right: 80px;
    }
  }

  /* // Gallery End // */
