@font-face {
	 font-family: "Renner";
	 src: url(https://themes-themegoods.b-cdn.net/musico/demo/wp-content/themes/musico/fonts/renner-book-webfont.woff) format("woff");
	 font-weight: 400;
	 font-style: normal;
}
                
@font-face {
    font-family: "Renner";
	src: url(https://themes-themegoods.b-cdn.net/musico/demo/wp-content/themes/musico/fonts/renner-bold-webfont.woff) format("woff");
    font-weight: 700;
	font-style: normal;
}

@font-face {
  font-family: "Renner";
  src: url(https://themes-themegoods.b-cdn.net/musico/demo/wp-content/themes/musico/fonts/renner-black-webfont.woff) format("woff");
  font-weight: 900;
  font-style: normal;
}

.vid_vol_controller {
    z-index: 9;
    position: absolute;
    left: 30px;
    cursor: pointer;
    top: 40%;
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure, .elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: 0.1 !important;
}

.footer_marquee {
    margin-top: -1px;
}

#contact_video_sec video {
    object-fit: cover;
    width: 100%;
}

#contact_video_sec video {
    width: 100%;
    position: relative;
    height: auto;
    object-fit: fill;
    max-height: 100%;
}


.tg_background_list_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    background: #000;
}
.tg_background_list_column {
    min-height: 700px;
}
.tg_background_list_wrapper .tg_background_list_column {
    position: relative;
    z-index: 2;
    border-right: 1px solid rgba(256, 256, 256, 0.5);
}
.tg_background_list_wrapper .tg_background_list_column.last {
    border-right: 0;
}
.tg_background_list_wrapper.one_col .tg_background_list_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.tg_background_list_wrapper.two_cols .tg_background_list_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.tg_background_list_wrapper.three_cols .tg_background_list_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.tg_background_list_wrapper.four_cols .tg_background_list_column {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.tg_background_list_wrapper .tg_background_list_column .tg_background_list_content {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding: 40px;
    color: #fff;
}
.tg_background_list_wrapper .tg_background_list_column .tg_background_list_content h3 {
    color: #fff;
    font-size: 28px;
    text-transform: capitalize;
    font-family: "Renner";
    letter-spacing: 0px;
    line-height: 1.5;
}

.tg_background_list_desc {
    line-height: 1.7;
    font-family: 'Renner';
    font-size: 16px;
}

.tg_background_list_wrapper .tg_background_img,
.tg_background_list_wrapper .tg_background_list_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
}
.tg_background_list_wrapper .tg_background_img {
    visibility: hidden;
    opacity: 0;
    transition: all 1s;
}
.tg_background_list_wrapper .tg_background_img.hover {
    opacity: 1;
    visibility: visible;
    -ms-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.tg_background_list_wrapper .tg_background_list_overlay {
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}
.tg_background_list_wrapper .tg_background_img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.tg_background_list_wrapper .tg_background_list_column:hover .tg_background_list_link {
    max-height: 100%;
    transform: scaleY(1);
    overflow: visible;
}
.tg_background_list_wrapper .tg_background_list_content .tg_background_list_link {
    overflow: hidden;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.2s ease;
    max-height: 0;
}
.tg_background_list_wrapper .tg_background_list_content .tg_background_list_title {
    transition: transform 0.3s ease;
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}
.tg_background_list_wrapper .tg_background_list_column:hover .tg_background_list_title {
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.tg_background_list_wrapper .tg_background_list_content .tg_background_list_link .button {
    background: 0 0;
    border: 1px solid #fff;
    margin-top: 20px;
    display: inline-block;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    padding: 0.6em 2.5em;
    color: #fff;
    font-size: 15px;
    font-family: 'Renner','Helvetica Neue',Arial,Verdana,sans-serif;
    text-shadow: none;
    -webkit-appearance: none;
    box-shadow: 0 0 0 0;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    -webkit-transition: color .2s linear,background .3s linear,opacity .2s linear;
    -moz-transition: color .2s linear,background .3s linear,opacity .2s linear;
    -ms-transition: color .2s linear,background .3s linear,opacity .2s linear;
    -o-transition: color .2s linear,background .3s linear,opacity .2s linear;
    transition: color .2s linear,background .3s linear,opacity .2s linear;
}

.tg_background_list_column {
    max-height: 100%;
}


