/**Gallery***/

.Gallery-page .et_pb_gallery .et_pb_gallery_pagination ul li a{
	background: #f5f5f5;
	    padding: 5px 12px;
    border-radius: 30px;
}
.Gallery-page .et_pb_gallery_grid .et_pb_gallery_item img{
    transition: .5s ease-in-out;
}

.Gallery-page .et_pb_gallery_grid .et_pb_gallery_item img:hover {
    transform: scale(1.3);
    transition: .5s ease-in-out;
}

.Gallery-page .et_overlay{
	  transition: 1s ease;
}
.Gallery-page  .et_overlay:after{
	content:'';
	display:block;
	position: absolute;
    background: rgba(0,0,0,.7);
    width: 0;
       height: 130%;
    left: -80px;
    top: -26px;
    transition: .6s ease;
	    transform: skewX(
-30deg
);

}
.Gallery-page  .et_pb_gallery_item:hover .et_overlay:after{
	position:absolute;
	  width: 118%;
	left: -110px;
    top: 0px;
	transition: .6s ease;
		    border-right: 4px solid #fff;

}

.Gallery-page .et_overlay:before{
	z-index: 3;
}

/*Lightbox*/

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
      border: 2px solid #fff;
    padding: 0px 6px;
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 400;
        top: 10px;
    right: -36px;
    opacity: 1;
    background: #0c5adb;
    margin: 5px 0;
    height: 30px;
    width: 32px;
    line-height: 0;
    border-radius: 50%;
	cursor: pointer !important;
}


.mfp-arrow-left {
    left: 10px !important;
	background: #0c5adb !important;
	clip-path: polygon(100% 0%, 75% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
}

.mfp-arrow-right{
	background: #0c5adb !important;
	clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
}
.mfp-arrow-left .mfp-a, .mfp-arrow-left:after, .mfp-arrow-right .mfp-a, .mfp-arrow-right:after {
	font-size: 40px !important;
}
.mfp-wrap .mfp-container button:hover{
	background: #0c5adb !important;
}

.mfp-title {
	font-family: 'Poppins';
	    color: #fff;
	 font-size: 14px;
}
.mfp-counter{
	    font-family: 'Poppins';
    color: #fff;
    font-size: 14px;
}
