.cy_section_padding {
  /*  padding: 0px 0px;
    margin: 25px 20px 0px;*/

}
.padder_bottom70 {
   /* padding-bottom: 70px;*/
}

.cy_gal_img {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.cy_gal_img img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -ms-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}
.cy_gal_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.cy_gal_img .img_gal_ovrly {
    /*background: rgba(0, 0, 0, 0.8);*/
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cy_gal_img .gal_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.cy_gal_img .gal_buttons .fa {
    background: #fdeca8;
    color: #bb5115;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 15px;
    margin: 0px 5px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    position: relative;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    -ms-transition: -moz-transform 0.3s, opacity 0.3s;
    -o-transition: -o-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.cy_gal_img .gal_buttons .fa:hover {
    background-color: #fcf4d6;
    color: #bb5115;
}
.cy_gal_img:hover .img_gal_ovrly {
    opacity: 1;
}
.cy_gal_img:hover .gal_buttons .fa {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.cy_gal_img .gal_buttons .fa:focus {
    outline: none;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    color: #cda555;
    opacity: 1;
}
.mfp-counter {
    color: #cda555 !important;
}
.mfp-arrow {
    opacity: 1 !important;
}
.mfp-arrow:before {
    opacity: 1 !important;
}
.mfp-arrow-left:before {
    border-right: 27px solid #ffffff !important;
}
.mfp-arrow-left:after {
    border-right: 17px solid #cda555 !important;
}
.mfp-arrow-right:before {
    border-left: 27px solid #ffffff;
}
.mfp-arrow-right:after {
    border-left: 17px solid #cda555;
}


/*------- result section start --------*/

.cy_gal_view {
    text-align: center;
    margin-top: 20px;
}

@media(max-width:991px) {
     .cy_gal_img {
        float: left;
        width: 80%;
    }
    .cy_gal_img img {
        width: 100%;
    }
}
@media(max-width:767px) {
    .cy_gal_img {
        float: none;
        width: auto;
    }
}
@media (max-width: 576px){

}
@media(max-width:480px) {
 
@media(max-width:320px) {

}