    .tagline {
        font-size: 18px;
        display: block;
    }

    .herosection .heroContent h1 {
        padding: 0px;
    }

    .sa-winner img {
        width: 250px !important;
    }

    .nav-item:hover .dropdown-menu {
        display: block;
    }

    @media only screen and (max-width: 992px) {
        .menu ul li ul {
            display: none;
            margin-top: 0px;
            padding: 0px;
        }

        .menu ul li.nav-item:hover ul.dropdown-menu {
            display: block
        }
    }


.testimonial_box{
    height:100%;
    padding:12px;
}

.testimonial_box-inner{
    height:100%;
}

.testimonial_box-top{
    height:100%;
    background:#fff;
    border:1px solid #e9ecef;
    border-radius:20px;
    padding:30px 24px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
    transition:.35s ease;
    box-shadow:0 .25rem 1rem rgba(0,0,0,.08);
}

.testimonial_box-top:hover{
    transform:translateY(-8px);
    box-shadow:0 1rem 2rem rgba(0,0,0,.12);
    border-color:#007367;
}

.testimonial_box-img{
    margin-bottom:20px;
}

.testimonial_box-img img{
    width:120px;
    height:120px;
    object-fit:cover;
    border-radius:50%;
    border:5px solid #fff;
    box-shadow:0 8px 20px rgba(0,0,0,.12);
    transition:.3s;
}

.testimonial_box-top:hover .testimonial_box-img img{
    transform:scale(1.05);
}

.testimonial_box-name{
    width:100%;
}

.testimonial_box-name h4{
    font-size:22px;
    font-weight:700;
    color:#212529;
    margin-bottom:10px;
    line-height:1.4;
    min-height:60px;

    display:flex;
    align-items:center;
    justify-content:center;
}

.testimonial_box-name p{
    color:#6c757d;
    font-size:15px;
    line-height:1.6;
    margin:0;
    min-height:52px;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.slick-slide{
    height:auto;
}

.slick-track{
    display:flex !important;
}

.slick-slide>div{
    height:100%;
}

@media(max-width:991px){

    .testimonial_box-top{
        padding:25px 20px;
    }

    .testimonial_box-img img{
        width:110px;
        height:110px;
    }

    .testimonial_box-name h4{
        font-size:20px;
        min-height:56px;
    }
}

@media(max-width:576px){

    .testimonial_box{
        padding:8px;
    }

    .testimonial_box-top{
        padding:22px 18px;
    }

    .testimonial_box-img img{
        width:95px;
        height:95px;
    }

    .testimonial_box-name h4{
        font-size:18px;
        min-height:auto;
    }

    .testimonial_box-name p{
        min-height:auto;
    }
}
    
    .post-slide {
        margin: 20px 15px 20px;
    }

    .post-slide .post-img {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        margin: 12px;
    }

    /*testimonial profile end
*/


/*gallery masnory images start*/
.masnory {
  column-width: 300px;
  column-gap: 5px;
  padding: 5px;
}

.masnory img {
  width: 100%;
  cursor: pointer;
}

.masnory .lightbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
  background: #7f8c8d;
  perspective: 1000;
}

.masnory .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  filter: blur(20px);
  opacity: 0.5;
  background-position: center;
  background-size: cover;
}

.masnory .lightbox img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotateY(0deg);
  max-height: 95vh;
  max-width: calc(95vw - 100px);
  transition: 0.8s cubic-bezier(0.7, 0, 0.4, 1);
  transform-style: preserve-3d;
}


[class^="arrow"] {
  height: 200px;
  width: 50px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

[class^="arrow"]:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
}

.masnory .arrowr {
  right: 0;
}

.masnory .arrowr:after {
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.masnory .arrowl {
  left: 0;
}

.masnory .arrowl:after {
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.masnory .close {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
  margin: 20px;
  cursor: pointer;
}

.masnory .close:after,
.masnory .close:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #e74c3c;
}

.masnory .close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.masnory .close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.masnory .title {
  font-size: 20px;
  color: #000;
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
/*gallery masnory images start*/

/*gallery fancybox images start*/

.fancybox__container {
  z-index: 9999 !important;
}
/*fancybox images start*/