/* secound header start */
.second_header {
	background-image: url('../images/bg-images/02.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.second_header .cover {
	background: linear-gradient(to right, rgba(0,0,0, .9), transparent);
    min-height: 300px;
    height: 20vh;
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 140px 0 25px;
}
.second_header .header-content h2 {
    font-weight: 700;
    font-size: 46px;
    margin: 5px 0 15px;
    word-spacing: 3px;
}
.second_header .header-content ul {
    margin: 0;
    display: inline-block;
    width: 100%;
}
.second_header .header-content ul li {
    font-size: 17px;
    float: left;
    color: rgba(#fff, .7);
}
.second_header .header-content ul a {
    margin-right: 24px;
    display: inline-block;
    position: relative;
    color: #fff;
    font-weight: 500;
}
.second_header .header-content ul a::after {
    content: '';
    display: inline-block;
    width: 2px;
    height: 18px;
    position: absolute;
    background: #fff;
    transform: rotate(10deg);
    right: -15px;
    top: 3px;
}
.second_header .header-content ul a:hover {text-decoration: underline;}
/* header section end */



/* gallery section start */
.gallery-section {
    background: #EDEDED;
    padding: 65px 0;
}
.gallery-section .row > [class*=col-],
.gallery-section .row > .col {
    padding-right: 10px;
    padding-left: 10px;
}
.gallery-section .row {
    margin-right: -10px;
    margin-left: -10px;
}
.gallery-section .gallery-tabs {
    justify-content: flex-start;
	position: relative;
    margin: 20px 0 25px;
    flex-wrap: wrap;
    display: flex;
	z-index: 999;
}
.gallery-section .gallery-tabs .custom-btnOne {
	display: inline-block;
	text-transform: uppercase;
	font-weight: 500;
	border: 2px solid #009639;
	height: 49px;
	font-size: 16px;
	line-height: 45px;
	color: #009639;
	min-width: 195px;
	padding: 0 15px;
	text-align: center;
	transition: all 0.2s;
}
.gallery-section .gallery-tabs .custom-btnOne:hover {
	border-color: #009639;
	background: #009639;
	color: #fff;
}
.gallery-section .gallery-tabs .custom-btnOne.active {
	border-color: #006326;
	background: #009639;
	color: #fff;
}
.gallery-section .gallery-tabs .custom-btnOne.active:hover {background: #e27e00;}
.gallery-section .gallery-tabs li:first-child a {margin-left: 0;}
.gallery-section .gallery-tabs li:last-child a {margin-right: 0;}
.gallery-section .gallery-tabs .custom-btnOne {margin-right: 12px;}
.gallery-section .gallery-content {
    display: inline-block;
    position: relative;
    margin: 10px 0;
    width: 100%;
    overflow: hidden;
}
.gallery-section .gallery-content > img {
    object-fit: cover;
    height: 245px;
    width: 100%;
    transition: all .2s;
}
.gallery-section .gallery-content a {
    background: rgba(0, 0, 0, 0.1);
    justify-content: center;
    transition: all 0.2s;
    align-items: center;
    font-style: italic;
    position: absolute;
    font-size: 20px;
    display: flex;
    height: 100%;
    width: 100%;
    color: #fff;
    left: 0;
    top: 0;
    opacity: 0;
}
.gallery-section .gallery-content:hover a {
    background: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
.gallery-section .gallery-content:hover img {transform: scale(1.1);}
.gallery-section .gallery-content a i {transition: all 0.2s;}
.gallery-section .gallery-content:hover i {transform: scale(2.5);}


/* YouTubePopUp style start hear */
.YouTubePopUp-Close {
    background: url('../vendors/youtube_popup/images/close.png');
	background-repeat: no-repeat;
    z-index: 9999 !important;
    background-color: #009639 !important;
    background-size: 50% 50% !important;
    background-position: center !important;
    border-radius: 50%;
	margin-right: -17px;
	width: 30px;
    height: 30px;
	top: 5% !important;
}
.YouTubePopUp-Close:hover {opacity: 1 !important;}

/* lightbox style start hear */
.lb-close {margin: -3px -7px 0 0;}
.lb-image {
    max-width: 1106px !important;
    object-fit: cover !important;
	position: relative;
}
.lb-close {
    position: relative !important;
    z-index: 9999 !important;
    margin-top: -24px;
    background-color: #009639 !important;
    background-size: 50% 50% !important;
    background-position: center !important;
    opacity: 1 !important;
    border-radius: 50%;
    margin-right: -15px;
}
@media screen and (max-width: 1200px) {
    .lb-image {max-width: 926px !important;}
}
@media screen and (max-width: 992px) {
    .lb-image {max-width: 686px !important;}
}
@media screen and (max-width: 768px) {
    .lb-image {max-width: 506px !important;}
}
/* gallery section start */
