.gallery-video {
	object-fit: cover;
	object-position: center;
}
.gallery-vid-overlay {
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.gallery-vid-overlay svg {
	width: 38px;
	height: 38px;
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.gallery-img-wrapper img{
    object-fit: cover;
    object-position: center;
    height: 100%;
    cursor: pointer;
}

.whatsappicon {
	fill:#1bd741!important;
	margin:0 0 0 7px!important;
}

.vibericon {
	fill:#7d3daf!important;
	margin:0 0 0 7px!important;
}

.telegramicon {
	fill:#32aadd!important;
	margin:0 0 0 7px!important;
}

a {
    white-space: nowrap!important;
}

.contact-main--box-container {
    height: auto!important;
    min-height: auto!important;
}

.commonSectionInner--contact-wrap {
    padding-top: 30px!important;
    padding-bottom: 50px!important;
}

.contact-main {
    height: auto!important;
    min-height: auto!important;
}