h2 {
    display: inline-block;
    margin: 80px auto 30px;
    font-size: 18px;
    font-family: OpenSansBold;
    letter-spacing: 3px;
    position: relative;
    font-weight: 400
}

h2:before {
    content: "\e90c";
    font-family: icomoon;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    font-size: 14px;
    margin: 0 3px
}

h2:after {
    content: "\e90c";
    font-family: icomoon;
    display: inline-block;
    vertical-align: middle;
    line-height: 15px;
    font-size: 14px;
    margin: 0 3px
}
.white-font{color:#ffffff!important;}
.banner-home {
    position: relative
}

.banner-home .ban-pagination {
    position: absolute;
    bottom: 84px;
    left: 118px;
    font-size: 15px;
    color: #fff;
    z-index: 9
}

.homebanner-carousel {
    position: relative
}

.homebanner-carousel .item .flag {
    position: absolute;
    left: 0;
    top: 13%
}

.homebanner-carousel .item .copy {
    position: absolute;
    top: 20%;
    left: 10%;
    z-index: 1
}

.banner-home .copy p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.1em;
    margin-bottom: 10px;
    text-align: left
}

.banner-home .copy h2 {
    font-size: 18px;
    letter-spacing: 3px;
    color: #000;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: OpenSansBold;
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateY(-20px);
    transition-delay: 1.2s;
    font-weight: 400
}

.banner-home .copy h3 {
    font-size: 18px;
    letter-spacing: 3px;
    color: #000;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: OpenSansBold;
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateY(-20px);
    transition-delay: 1.2s;
    font-weight: 400
}

.banner-home .copy h4 {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    line-height: 1.3em;
    margin-bottom: 10px;
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateY(-20px);
    transition-delay: 1.2s;
    font-weight: 400
}

.banner-home .copy .flag {
    display: block;
    margin-bottom: 5px
}

.banner-home .copy h1,
.banner-home .copy h2 {
    font-size: 18px;
    letter-spacing: 3px;
    color: #000;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-family: OpenSansBold
}

.banner-home .copy h2 strong {
    display: block;
    font-weight: 400;
    margin-top: 5px
}

.homebanner-carousel .item {
    display: block;
    width: 100%;
    margin: 0;
}

.homebanner-carousel .item .copy h1,
.homebanner-carousel .item .copy h2,
.homebanner-carousel .item .copy h3,
.homebanner-carousel .item .copy h4 {
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateY(-40px);
    transition: all .6s ease;
    transition-delay: 2s
}

.homebanner-carousel .item .copy h2 strong,
.homebanner-carousel .item .copy p {
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateY(40px);
    transition: all 1s ease;
    transition-delay: 2s
}

.homebanner-carousel .item.is-selected .copy h1,
.homebanner-carousel .item.is-selected .copy h2,
.homebanner-carousel .item.is-selected .copy h3,
.homebanner-carousel .item.is-selected .copy h4 {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s ease;
    transition-delay: 1.2s
}

.homebanner-carousel .item.is-selected .copy h1,
.homebanner-carousel .item.is-selected .copy h2 strong,
.homebanner-carousel .item.is-selected .copy p {
    opacity: 1;
    transform: translateY(0);
    transition: all 1s ease;
    transition-delay: 1.6s
}

.banner-home .copy h2:after,
.banner-home .copy h2:before {
    content: none
}

.banner-home .copy .hm-cta {
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateY(20px);
    margin: 15px 0
}

.homebanner-carousel .item.is-selected .hm-cta {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s ease-out;
    transition-delay: 2s
}

.homebanner-carousel .item .ban-video {
    width: 100%;
    border: 1px solid #000;
    position: relative;
    /*top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    height:100%;*/
    object-fit:fill;
}
figure.img-container img {width:100%; height:auto;}
@media(max-width:1100px) {
    /*.homebanner-carousel .item .ban-video {
        width: auto;
        height: 100%
    }*/
}

.homebanner-carousel .flickity-button {
    background: 0 0;
    transform: none;
    width: 60px;
    height: 50px;
    bottom: 30px;
    top: auto
}

.homebanner-carousel .flickity-button:hover {
    background: 0 0
}

.homebanner-carousel .flickity-button svg {
    display: none
}

.homebanner-carousel .flickity-prev-next-button {
    border-radius: 0
}

.homebanner-carousel .flickity-prev-next-button.previous {
    left: 55px;
    bottom:70px;
}

.homebanner-carousel .flickity-prev-next-button.next {
    right: auto;
    left: 170px;
    bottom:70px;
}

.homebanner-carousel .flickity-prev-next-button.previous:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 10px;
    animation: elasticus_prev 1.6s ease infinite
}

.homebanner-carousel .flickity-prev-next-button.previous:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 24px;
    left: -1px;
    display: block;
    width: 14px;
    height: 3px;
    border-radius: 10px;
    transform-origin: left center;
    transform: rotate(34deg);
    transition: all .6s ease
}

.homebanner-carousel .flickity-prev-next-button.next:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 10px;
    animation: elasticus 1.6s ease infinite
}

.homebanner-carousel .flickity-prev-next-button.next:after {
    content: "";
    background: #fff;
    position: absolute;
    top: 26px;
    right: 0;
    display: block;
    width: 14px;
    height: 3px;
    border-radius: 10px;
    transform-origin: right center;
    transform: rotate(34deg);
    transition: all .6s ease
}

.homebanner-carousel .flickity-prev-next-button:hover.previous:before {
    animation: unset
}

.homebanner-carousel .flickity-prev-next-button:hover.previous:after {
    transform: rotate(-34deg);
    top: 26px;
    transition: all .6s ease
}

.homebanner-carousel .flickity-prev-next-button:hover.next:before {
    animation: unset
}

.homebanner-carousel .flickity-prev-next-button:hover.next:after {
    transform: rotate(-34deg);
    top: 24px;
    transition: all .6s ease
}

@keyframes elasticus_prev {
    0% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    50% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50.1% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        transform: scale(0, 1)
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    50% {
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    50.1% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    100% {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }
}
/* blog css */
		.hfs__slider__section{position: relative;padding: 50px 0;}
        .hfs__slider__section .container{max-width: 1200px;margin: 0 auto;padding: 0 15px;}
        .hfs__slider__header{position: relative;display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;padding-bottom: 8px;}
        .hfs__slider__header:before{content: '';height: 1px;bottom: 0;left: 0;position: absolute;background: #cfd8dc;width: 100%;}
        .hfs__slider__header:after{content: '';height: 1px;bottom: 0;left: 0;position: absolute;background: #d50000;width: 15%;}
        .hfs__slider__header .hfs__slider__arrows{display: flex;justify-content: space-between;align-items: center;gap: 0 20px;}
        .hfs__slider__header .hfs__slider__arrows button{border: none;background: none;cursor: pointer;}
        .hfs__slider__wrapper .section__title{color: #455a64;font-size: 22px;font-weight: 700;letter-spacing: 0.5px;line-height: 1.5;position: relative;text-transform: uppercase;}
        .hfs__slider .slick-list{margin: 0 -10px;}
        .hfs__slider .slick-track{display: flex;gap: 0 20px;}
        .hfs__slider__item figure{margin-bottom: 10px;}
        .hfs__slider__item figure img{width: 100%;height: auto;display: block;}
        .hfs__slider__item__content h3{font-size: 16px;font-weight: 400;letter-spacing: 0.5px;line-height: 1.5;position: relative;transition: all 0.3s ease; text-align:center; color:#4d4d4d;}
        .hfs__slider__item a:hover .hfs__slider__item__content h3{color: #d50000;text-decoration: underline;}
	.hfs__slider__wrapper .section__title:before, .hfs__slider__wrapper .section__title:after {content:none;}
.content-display {display:contents!important;}
				/* blog css */

.hoh-proj {
    text-align: center
}

.proj-carousel .item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0
}

.proj-carousel .item h3 {
    position: absolute;
    z-index: 3;
    top: 30px;
    left: 60px;
    color: #fff;
    font-family: OpenSansRegular;
    font-size: 16px;
    font-weight: 400;
    text-align: left
}

.proj-carousel .item h3 strong {
    display: block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: OpenSansBold;
    font-weight: 400
}

.proj-carousel .item .btn {
    position: absolute;
    bottom: 30px;
    left: 60px;
    z-index: 2
}

.proj-carousel .grid-imgs {
    display: inline-block;
    width: 100%
}
.proj-carousel .grid-imgs li.gallery-10022024 {
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative
}

.proj-carousel .grid-imgs li {
    display: inline-block;
    float: left;
    overflow: hidden;
    position: relative
}

.proj-carousel .grid-imgs li.img1 {
    width: 60%;
    position: relative
}

.proj-carousel .grid-imgs li.img1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .5) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, .5) 100%)
}

.proj-carousel .grid-imgs li.img2 {
    width: 20%
}

.proj-carousel .grid-imgs li.img3 {
    width: 40%
}
.proj-carousel .grid-imgs li.gallery-10022024 img {
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    opacity: 0;
    transform: scale(1) translateX(100%);
    transition: all 1s ease;
    transition-delay: .2s
}
.proj-carousel .grid-imgs li img {
    display: block;
    margin: 0;
    width: 100%;
    position: relative;
    opacity: 0;
    transform: scale(1) translateX(100%);
    transition: all 1s ease;
    transition-delay: .2s
}

.proj-carousel .item.is-selected .grid-imgs li img {
    opacity: 1;
    transform: translateX(0);
    transition: all 1s ease
}

.proj-carousel .item.is-selected li:hover img {
    transform: scale(1.2)
}

.proj-carousel .grid-imgs li.vdo-press {
    width: 20%;
    position: relative;
    padding-top: 18.45%
}

.proj-carousel .grid-imgs li.vdo-press .btn-prsshold {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.2em;
    color: #363d3d;
    font-family: OpenSansBold;
    letter-spacing: 1px;
    background: #ebebeb;
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 1s ease;
    transition-delay: .4s
}

.proj-carousel .item.is-selected .grid-imgs li.vdo-press .btn-prsshold {
    opacity: 1;
    z-index: 9;
    visibility: visible;
    left: 0;
    transition: all 1s ease
}

.proj-carousel .grid-imgs li.vdo-press .btn-prsshold .btn-mid {
    display: block;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 1.2s ease;
    transition-delay: 1.2s
}

.proj-carousel .item.is-selected .grid-imgs li.vdo-press .btn-mid {
    opacity: 1;
    transition: all 1.2s ease;
    transition-delay: 1.2s
}

.proj-carousel .grid-imgs li.vdo-press .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px;
    padding: 10px 0 0;
    border-radius: 50%;
    position: relative;
    z-index: 2
}

.proj-carousel .grid-imgs li.vdo-press .icon:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    border-radius: 50%;
    animation: glow 2s ease infinite;
    z-index: 1
}

.proj-carousel .grid-imgs li.vdo-press .icon:after {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 90px;
    height: 90px;
    border: 4px solid #fff;
    border-radius: 50%;
    z-index: 1;
    animation: glow 2s ease infinite;
    animation-delay: .4s
}

@keyframes glow {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4)
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 0
    }
}

.proj-carousel .item.is-selected .grid-imgs li.vdo-press {
    opacity: 1;
    transition: all .8s ease;
    transition-delay: 1.6s
}

.proj-carousel .grid-imgs li.vdo-press i {
    font-size: 40px;
    display: block;
    margin: 0 auto 10px;
    position: relative;
    z-index: 3
}

.proj-carousel .grid-imgs li.vdo-press .btn-prsshold:hover {
    transition: all .6s ease
}

.proj-carousel .item .grid-imgs li.vdo-press .btn-prsshold.active {
    opacity: 0;
    z-index: 0;
    visibility: hidden;
    transition: all .1s ease
}

.proj-carousel .flickity-button {
    background: 0 0;
    transform: none;
    width: 60px;
    height: 60px;
    top: -66px
}

.proj-carousel .flickity-button:hover {
    background: 0 0
}

.proj-carousel .flickity-button svg {
    display: none
}

.proj-carousel .flickity-prev-next-button {
    border-radius: 0
}

.proj-carousel .flickity-prev-next-button.previous {
    left: 55px
}

.proj-carousel .flickity-prev-next-button.next {
    right: 55px
}

.proj-carousel .flickity-prev-next-button.previous:before {
    content: "";
    background: #252525;
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 10px;
    animation: elasticus_prev 1.6s ease infinite
}

.proj-carousel .flickity-prev-next-button.previous:after {
    content: "";
    background: #252525;
    position: absolute;
    top: 24px;
    left: -1px;
    display: block;
    width: 14px;
    height: 3px;
    border-radius: 10px;
    transform-origin: left center;
    transform: rotate(34deg);
    transition: all .6s ease
}

.proj-carousel .flickity-prev-next-button.next:before {
    content: "";
    background: #000;
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 10px;
    animation: elasticus 1.6s ease infinite
}

.proj-carousel .flickity-prev-next-button.next:after {
    content: "";
    background: #000;
    position: absolute;
    top: 26px;
    right: 0;
    display: block;
    width: 14px;
    height: 3px;
    border-radius: 10px;
    transform-origin: right center;
    transform: rotate(34deg);
    transition: all .6s ease
}

.proj-carousel .flickity-prev-next-button:hover.previous:before {
    animation: unset
}

.proj-carousel .flickity-prev-next-button:hover.previous:after {
    transform: rotate(-34deg);
    top: 26px;
    transition: all .6s ease
}

.proj-carousel .flickity-prev-next-button:hover.next:before {
    animation: unset
}

.proj-carousel .flickity-prev-next-button:hover.next:after {
    transform: rotate(-34deg);
    top: 24px;
    transition: all .6s ease
}

.hoh-proj .video {
    width: 100%;
    border: 1px solid #000;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hoh-proj .vdo-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 0;
    background: rgba(255, 255, 255, .8)
}

.hoh-proj .vdo-wrap.active {
    opacity: 1;
    z-index: 2
}
/* blog css */
		.hfs__slider__section{position: relative;padding: 50px 0;}
        .hfs__slider__section .container{max-width: 1200px;margin: 0 auto;padding: 0 15px;}
        .hfs__slider__header{position: relative;display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;padding-bottom: 8px;}
        .hfs__slider__header:before{content: '';height: 1px;bottom: 0;left: 0;position: absolute;background: #cfd8dc;width: 100%;}
        .hfs__slider__header:after{content: '';height: 1px;bottom: 0;left: 0;position: absolute;background: #d50000;width: 15%;}
        .hfs__slider__header .hfs__slider__arrows{display: flex;justify-content: space-between;align-items: center;gap: 0 20px;}
        .hfs__slider__header .hfs__slider__arrows button{border: none;background: none;cursor: pointer;}
        .hfs__slider__wrapper .section__title{color: #455a64;font-size: 22px;font-weight: 700;letter-spacing: 0.5px;line-height: 1.5;position: relative;text-transform: uppercase;}
        .hfs__slider .slick-list{margin: 0 -10px;}
        .hfs__slider .slick-track{display: flex;gap: 0 20px;}
        .hfs__slider__item figure{margin-bottom: 10px;}
        .hfs__slider__item figure img{width: 100%;height: auto;display: block;}
        .hfs__slider__item__content h3{font-size: 16px;font-weight: 400;letter-spacing: 0.5px;line-height: 1.5;position: relative;transition: all 0.3s ease; text-align:center; color:#4d4d4d;}
        .hfs__slider__item a:hover .hfs__slider__item__content h3{color: #d50000;text-decoration: underline;}
	.hfs__slider__wrapper .section__title:before, .hfs__slider__wrapper .section__title:after {content:none;}
.content-display {display:contents!important;}
				/* blog css */
.slice-wrap {
    display: block;
    margin: 60px 60px 20px
}

.slice-carousel {
    display: block
}

.slice .item {
    display: block;
    width: 100%;
    margin: 0
}

.slice .tile:nth-child(2) {
    background-position: 0 0
}

.slice .tile:nth-child(3) {
    background-position: -100% 0
}

.slice .tile:nth-child(4) {
    background-position: -50% 0
}

.item .slice .tile {
    background-size: cover;
    opacity: 0;
    transform: translateY(50px);
    position: relative
}

.item .slice .tile:first-child:before {
    content: none
}

.item .slice .tile:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    display: block
}

.item.is-selected .slice .tile:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
    transition: all .4s ease-in-out;
    transition-delay: .5s
}

.item.is-selected .slice .tile:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition: all .4s ease-in-out;
    transition-delay: .6s
}

.item.is-selected .slice .tile:nth-child(4) {
    opacity: 1;
    transform: translateY(0);
    transition: all .4s ease-in-out;
    transition-delay: .7s
}

.slice-carousel .flickity-slider {
    transform: none !important
}

.slice-carousel .item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    left: 0 !important;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: -1
}

.slice-carousel .item.is-selected {
    opacity: 1;
    z-index: 0
}

.slice-carousel .item .copy {
    position: absolute;
    top: 30%;
    left: 69%;
    z-index: 9
}

.slice-carousel .item p {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    opacity: 0;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    transform: rotateX(90deg);
    text-align: left
}

.slice-carousel .item p strong {
    font-weight: 400;
    display: block;
    margin-top: 5px
}

.slice-carousel .item.is-selected p {
    opacity: 1;
    transform: rotateX(-30deg);
    transition: all .8s ease;
    transition-delay: 1.5s
}

.slice-carousel .item .btn-space {
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateY(20px);
    margin: 20px 0
}

.slice-carousel .item.is-selected .btn-space {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s ease-out;
    transition-delay: 2s
}

.slice {
    position: relative;
    width: 100%;
    height: auto
}

.slice img {
    width: 100%
}

.tile {
    float: left;
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out
}

.tile-animated {
    opacity: 0
}

.slice-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 30px 0
}

.slice-nav li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 3px;
    margin: 0;
    line-height: 14px
}

.slice-nav li:before {
    content: "\e90c";
    font-family: icomoon;
    font-size: 14px;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    margin: 0 10px
}

.slice-nav li:last-child:after {
    content: "\e90c";
    font-family: icomoon;
    font-size: 14px;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    margin: 0 10px
}

.slice-nav li a {
    color: #363d3d
}

.slice-nav li.is-nav-selected a {
    color: #000;
    font-family: OpenSansBold
}

@media(max-width:1500px) {
    .homebanner-carousel .item .flag {
        top: 14%
    }

    .banner-home .copy h3 {
        font-size: 17px
    }
}

@media(max-width:1400px) {
    .homebanner-carousel .item .flag img {
        width: 80px
    }

    .hoh-proj h2 {
        margin: 100px auto 20px
    }

    .proj-carousel .flickity-button {
        top: -54px
    }
}

@media(max-width:1100px) {
    .homebanner-carousel .item .flag {
        top: 13%
    }

    .homebanner-carousel .item .flag img {
        width: 80px
    }

    .proj-carousel .grid-imgs li.vdo-press .btn-prsshold {
        padding: 15%
    }
}

@media(max-width:992px) {
    .homebanner-carousel .item .flag {
        top: 6%
    }

    .slice-wrap {
        margin: 40px 20px
    }

    .proj-carousel .grid-imgs li.vdo-press .btn-prsshold {
        padding: 0
    }

    .hoh-proj h2 {
        margin-top: 60px
    }

    /* ==========Slider bannercycle css=================== */
    
    .homebanner-carousel .item .copy.bannercycle {
        width: 100%;
        bottom: unset;
        top: 52%;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0;
        max-width: 100%;
    }
    .bannercycle .hm-cta.cyclebtn {
        position: unset !important;
        right: unset !important;
    }

    /* ==========Slider bannercycle css end=================== */


}

@media(max-width:767px) {
    h2 {
        font-size: 14px;
        margin: 30px auto
    }

    .homebanner-carousel .item {
        background-position: 57% 50% !important
    }

    .homebanner-carousel .item .flag img {
        width: 60px
    }

    .homebanner-carousel .item .copy {
        top: 20%
    }

    .banner-home .copy {
        left: 5%;
        top: 20%;
        max-width: 85%
    }

    .banner-home .copy h3 {
        font-size: 12px;
        letter-spacing: 1px
    }

    .banner-home .copy p {
        font-size: 12px;
        letter-spacing: 0;
        text-align: left
    }

    .banner-home .copy h2 {
        font-size: 13px
    }

    .banner-home .copy h3 {
        font-size: 13px
    }

    .banner-home .copy .btn-border {
        font-size: 12px
    }

    .banner-home .ban-pagination {
        left: 62px;
        bottom: 84px
    }

    .homebanner-carousel .flickity-prev-next-button.previous {
        left: 5px
    }

    .homebanner-carousel .flickity-prev-next-button.next {
        left: 90px
    }

    .homebanner-carousel .flickity-prev-next-button.next:before,
    .homebanner-carousel .flickity-prev-next-button.previous:before {
        width: 38px
    }

    .hoh-proj h2 {
        margin-top: 40px
    }

    .proj-carousel .item,
    .proj-carousel .owl-item,
    .proj-carousel .owl-stage {
        height: auto !important
    }

    .proj-carousel .owl-nav .owl-next:before,
    .proj-carousel .owl-nav .owl-prev:before {
        font-size: 32px;
        color: #000
    }

    .proj-carousel .owl-nav .owl-prev {
        top: -54px;
        left: 10px
    }

    .proj-carousel .owl-nav .owl-next {
        top: -54px;
        right: 10px
    }

    .proj-carousel .grid-imgs {
        display: block
    }

    .proj-carousel .item h3 {
        text-align: left;
        left: 30px;
        font-size: 12px
    }

    .proj-carousel .grid-imgs li {
        float: none;
        display: block
    }

    .proj-carousel .grid-imgs li.img1 {
        width: 100%
    }

    .proj-carousel .grid-imgs li.vdo-press {
        display: block;
        width: 100%
    }

    .proj-carousel .item .btn {
        bottom: auto;
        top: 75px;
        left: 30px
    }

    .proj-carousel .grid-imgs li.vdo-press {
        padding: 0
    }

    .proj-carousel .grid-imgs li.vdo-press .btn-prsshold {
        display: block;
        width: 100%;
        height: auto;
        padding: 20px 20px 30px;
        position: static
    }

    .proj-carousel .grid-imgs li.vdo-press .btn-prsshold .btn-mid {
        position: static;
        transform: none
    }

    .proj-carousel .grid-imgs li.vdo-press .btn-prsshold br {
        display: none
    }

    .proj-carousel .grid-imgs li.vdo-press:before {
        content: none
    }

    .proj-carousel .flickity-prev-next-button.previous {
        left: 5px
    }

    .proj-carousel .flickity-prev-next-button.next {
        right: 5px
    }

    .proj-carousel .flickity-prev-next-button.next:before,
    .proj-carousel .flickity-prev-next-button.previous:before {
        width: 38px
    }

    .hoh-proj .vdo-wrap {
        background: rgba(0, 0, 0, .6)
    }

    .slice-carousel .item .copy {
        top: auto;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 30px 20px 20px;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%);
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .8) 80%, rgba(0, 0, 0, .8) 100%)
    }

    .slice-carousel p {
        font-size: 14px;
        letter-spacing: 1px
    }

    .slice-carousel p strong {
        font-size: 15px;
        letter-spacing: 1px
    }

    .slice-carousel .copy .btn-border {
        font-size: 11px;
        margin: 5px 0 0;
        padding: 5px 15px
    }

    .slice-carousel .item .btn-space {
        margin: 10px 0 0
    }

    .slice-wrap {
        margin: 0 0 30px
    }

    .slice-nav {
        margin: 20px 0
    }

    .slice-nav li {
        font-size: 14px;
        letter-spacing: 0;
        white-space: nowrap;
        width: 50%
    }

    .slice-nav li:before,
    .slice-nav li:last-child:after {
        margin: 0 10px
    }

    .slice-carousel {
        padding: 0 10px
    }

    .slice {
        overflow: hidden;
        min-height: 220px
    }

    .slice .tile {
        display: none
    }

    .slice img {
        display: block !important;
        width: auto !important;
        height: 210px
    }
    figure.img-container img {width:100%; height:auto;}
/* ==========Slider bannercycle css=================== */
    
    .homebanner-carousel .item .copy.bannercycle {
        width: 100%;
        bottom: unset;
        top: 52%;
        left: 0;
        right: 0;
        text-align: center;
        padding: 0;
        max-width: 100%;
    }
    .bannercycle .hm-cta.cyclebtn {
        position: unset !important;
        right: unset !important;
    }

    /* ==========Slider bannercycle css end=================== */
	.proj-carousel .grid-imgs li.gallery-10022024 {
        height: auto; }
    .proj-carousel .grid-imgs li {
        height: 350px; }
		.proj-carousel .grid-imgs li.gallery-10022024 img, .proj-carousel .grid-imgs li.gallery-10022024 a img {
        height: auto;
        object-fit: cover;
		width:100%;
        }
        .proj-carousel .grid-imgs li img {
        height: 100%;
        object-fit: cover;
        }

        .proj-carousel .item.is-selected .grid-imgs li.vdo-press img {
            height: 100%!important ;
            object-fit: cover!important;
        }

        /* Lagacy Arrow Date: 27.03.2023*/

        .arrow-lagecy {
            width: 100%;
            position: absolute;
            left: 20px ;
            transform: translateX(-50%);
            margin: 25px auto 0px ;
        }       
        
        .arrow-lagecy:before {
            content: "";
            background: #fff;
            position: absolute;
            top: 25px;
            right: 0;
            display: block;
            width: 50px;
            height: 2px ;
            animation: elasticus 1.6s ease infinite;
        }       
        
        .arrow-lagecy:after {
            content: "";
            background: #fff;
            position: absolute;
            top: 25px ;
            right: 0;
            display: block;
            width: 14px ;
            height:  2px;
            transform-origin: right center;
            transform: rotate(34deg );
            transition: all .6s ease;
        }


        .lagecy-powai:before{
         
            background: #fff;
            position: absolute;
            top: 25px;
            /* left: 0; */
            display: block;
            width: 50px;
            height: 3px;
            border-radius: 10px;
            animation: elasticus_prev 1.6s ease infinite;
        }
        .lagecy-powai:after{
           
            background: #fff;
            position: absolute;
            top: 24px;
            right: 37px;
            display: block;
            width: 14px;
            height: 3px;
            border-radius: 10px;
            transform-origin: left center;
            transform: rotate(34deg);
            transition: all .6s ease;
        }

        .gallry-accordion ul:hover li:hover .glr-inner .arrow-lagecy {
            display: none;
        }
      

}

.btn-closevdo {
    display: inline-block;
    font-size: 12px;
    padding: 10px;
    background: rgba(0, 0, 0, 0);
    color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%
}

.btn-closevdo:before {
    content: "X";
    color: #000;
    text-align: center;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, .8);
    font-size: 12px;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 20px
}

.verticles-wrap {
    display: block;
    margin: 60px 60px 0
}

.verticles-wrap h2 {
    display: block;
    margin: 20px auto 0;
    text-align: center
}

.verticles-wrap h2:after,
.verticles-wrap h2:before {
    content: none
}

.vertcl-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 15px 0
}

.vertcl-nav li {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 3px;
    margin: 0;
    line-height: 14px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.vertcl-nav li:before {
    content: "\e90c";
    font-family: icomoon;
    font-size: 14px;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    margin: 0 10px
}

.vertcl-nav li:last-child:after {
    content: "\e90c";
    font-family: icomoon;
    font-size: 14px;
    display: inline-block;
    color: #000;
    vertical-align: middle;
    margin: 0 10px
}

.vertcl-nav li a {
    color: #363d3d
}

.vertcl-nav li.is-nav-selected a {
    color: #000;
    font-family: OpenSansBold
}

.vertcl-carousel .flickity-slider {
    transform: none !important
}

.vertcl-carousel .item {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    left: 0 !important;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    z-index: -1
}

.vertcl-carousel .item.is-selected {
    opacity: 1;
    z-index: 0
}

.vertcl-carousel .item .img-div img {
    display: block;
    width: 100%
}

.vertcl-carousel .item .copy {
    position: absolute;
    top: 20%;
    left: 70%;
    z-index: 9;
    right: 10%
}

.vertcl-carousel .item .copy h3 {
    color: #000;
    font-family: OpenSansBold;
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 16px;
    padding-bottom: 15px;
    position: relative
}

.vertcl-carousel .item .copy h3:after {
    content: '';
    width: 80px;
    height: 1px;
    background: #252525;
    display: block;
    margin-top: 10px
}

.vertcl-carousel .item p {
    font-size: 16px;
    font-weight: 400;
    color: #242424;
    line-height: 1.6em;
    opacity: 0;
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    transform: rotateX(90deg);
    text-align: left
}

.vertcl-carousel .item p strong {
    font-weight: 400;
    display: block;
    margin-top: 5px
}

.vertcl-carousel .item.is-selected p {
    opacity: 1;
    transform: rotateX(-30deg);
    transition: all .8s ease;
    transition-delay: .5s
}

.vertcl-carousel .item .btn-space {
    opacity: 0;
    transform-style: preserve-3d;
    transform: translateY(20px);
    margin: 20px 0
}

.vertcl-carousel .item.is-selected .btn-space {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s ease-out;
    transition-delay: 2s
}

.vertcl-carousel .flickity-prev-next-button {
    display: none
}

.vertcl-carousel .flickity-button {
    background: 0 0;
    transform: none;
    width: 60px;
    height: 60px;
    top: -56px
}

.vertcl-carousel .flickity-button:hover {
    background: 0 0
}

.vertcl-carousel .flickity-button svg {
    display: none
}

.vertcl-carousel .flickity-prev-next-button {
    border-radius: 0
}

.vertcl-carousel .flickity-prev-next-button.previous {
    left: 0
}

.vertcl-carousel .flickity-prev-next-button.next {
    right: 0
}

.vertcl-carousel .flickity-prev-next-button.previous:before {
    content: "";
    background: #252525;
    position: absolute;
    top: 25px;
    left: 0;
    display: block;
    width: 50px;
    height: 2px;
    animation: elasticus_prev 1.6s ease infinite
}

.vertcl-carousel .flickity-prev-next-button.previous:after {
    content: "";
    background: #252525;
    position: absolute;
    top: 25px;
    left: -1px;
    display: block;
    width: 14px;
    height: 2px;
    transform-origin: left center;
    transform: rotate(34deg);
    transition: all .6s ease
}

.vertcl-carousel .flickity-prev-next-button.next:before {
    content: "";
    background: #000;
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 50px;
    height: 2px;
    animation: elasticus 1.6s ease infinite
}

.vertcl-carousel .flickity-prev-next-button.next:after {
    content: "";
    background: #000;
    position: absolute;
    top: 25px;
    right: 0;
    display: block;
    width: 14px;
    height: 2px;
    transform-origin: right center;
    transform: rotate(34deg);
    transition: all .6s ease
}

.vertcl-carousel .flickity-prev-next-button:hover.previous:before {
    animation: unset
}

.vertcl-carousel .flickity-prev-next-button:hover.previous:after {
    transform: rotate(-34deg);
    transition: all .6s ease
}

.vertcl-carousel .flickity-prev-next-button:hover.next:before {
    animation: unset
}

.vertcl-carousel .flickity-prev-next-button:hover.next:after {
    transform: rotate(-34deg);
    transition: all .6s ease
}

@media(max-width:1500px) {
    .vertcl-carousel .item .copy {
        left: 68%;
        right: 2%
    }

    .vertcl-carousel .item p {
        font-size: 15px;
        line-height: 1.4em
    }
    /*Added by Tanvir for banner changes*/

    .bannercycle .hm-cta.cyclebtn {
        right: 18% !important;
    }
}

@media(max-width:1400px) {
    .vertcl-carousel .item .copy {
        left: 67%;
        right: 4%;
        top: 10%
    }

    .verticles-wrap {
        display: block;
        margin: 80px 60px 0
    }

    .verticles-wrap h2 {
        margin: 40px auto 0
    }

    .vertcl-nav {
        margin: 10px 0
    }
}


@media only screen and (max-width: 1399px) and (min-width: 1290px) {
       /*Added by Tanvir for banner changes*/

       .bannercycle .hm-cta.cyclebtn {
        right: 24% !important;
    }

}


@media(max-width:1100px) {
    .vertcl-carousel .item .copy {
        left: 67%;
        top: 7%
    }

    .vertcl-carousel .item p {
        font-size: 14px;
        line-height: 1.3em
    }
}

@media(max-width:992px) {
    .verticles-wrap {
        display: block;
        margin: 40px 20px 20px
    }

    .verticles-wrap h2 {
        margin: 20px 0
    }

    .verticles-wrap h2:after,
    .verticles-wrap h2:before {
        content: "\e90c"
    }

    .vertcl-nav {
        display: none
    }

    .vertcl-carousel .flickity-prev-next-button {
        display: block
    }
}

@media(max-width:767px) {
    .vertcl-carousel .item .copy {
        position: static;
        padding: 20px;
        background: #383838
    }

    .vertcl-carousel .item .copy h3 {
        font-size: 13px;
        color: #fff
    }

    .vertcl-carousel .item .copy h3:after {
        background: #fff
    }

    .vertcl-carousel .item .copy p {
        color: #fff;
        margin-bottom: 0
    }
}

.home-gal-wrap {
    overflow: hidden;
    margin: 60px 0 0
}

.home-gal-wrap h2 {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    text-transform: uppercase
}

.homeGal-carousel {
    padding: 50px 0 70px
}

.homeGal-carousel .flickity-viewport {
    overflow: visible
}

.homeGal-carousel .item {
    width: 40%
}

.homeGal-carousel .item img {
    display: block;
    width: 100%;
    position: relative;
    transition: all .4s ease
}

.homeGal-carousel .item.is-selected img {
    transform: scale(1.12);
    z-index: 9;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .3)
}

.homeGal-carousel .flickity-prev-next-button {
    top: 50px;
    bottom: 70px;
    width: 27.6%;
    transform: none;
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    height: auto
}

.homeGal-carousel .flickity-button:focus {
    box-shadow: none
}

.homeGal-carousel .flickity-prev-next-button.previous {
    left: 0
}

.homeGal-carousel .flickity-prev-next-button.next {
    right: 0
}

.homeGal-carousel .flickity-prev-next-button:hover {
    background: rgba(0, 0, 0, 0)
}

.homeGal-carousel .flickity-prev-next-button.previous:before {
    content: "\e902";
    font-family: icomoon;
    font-size: 40px;
    color: #000;
    width: 60px;
    height: 40px;
    background: rgba(255, 255, 255, .9);
    display: block;
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateX(-50%)
}

.homeGal-carousel .flickity-prev-next-button.next:before {
    content: "\e901";
    font-family: icomoon;
    font-size: 40px;
    color: #000;
    width: 60px;
    height: 40px;
    background: rgba(255, 255, 255, .9);
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateX(-50%)
}

@media(max-width:992px) {
    .home-gal-wrap {
        margin: 20px 0 0
    }

    .homeGal-carousel {
        padding: 30px 0
    }

    .homeGal-carousel .flickity-prev-next-button {
        top: 30px;
        bottom: 50px
    }

    .homeGal-carousel .flickity-prev-next-button.previous:before {
        font-size: 30px;
        width: 50px;
        height: 30px;
        right: -25px;
        xtop: 40%
    }

    .homeGal-carousel .flickity-prev-next-button.next:before {
        font-size: 30px;
        width: 50px;
        height: 30px;
        left: 25px;
        xtop: 40%
    }
}

.gallry-accordion {
    width: 100%;
    height: 62vh;
    overflow: hidden;
    margin: 30px auto 0
}

.gallry-accordion ul {
    width: 100%;
    height: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0
}

.gallry-accordion ul li {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 16.666%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .8s ease
}

.gallry-accordion ul li:nth-child(1) {
    background-image: url(../images/ourlegacy-powai.jpg);
    background-size: auto 120% !important;
}

.gallry-accordion ul li:nth-child(2) {
    background-image: url(../images/ourlegacy-thane.jpg);
    background-size: auto 120% !important;
}

.gallry-accordion ul li .glr-inner {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: all .8s ease
}

.gallry-accordion ul li .glr-inner .btn {
    margin-top: 10px
}

.gallry-accordion .glr-caption {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    text-align: center;
    width: 450px;
    padding-bottom: 60px;
    transition: all .4s ease-in-out;
    color: #fff
}

.glr-caption h3 {
    font-size: 44px;
    margin: 0;
    letter-spacing: 25px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4)
}

.glr-txt {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    transition: all 0 ease;
    opacity: 0;
    visibility: hidden;
    transition-delay: 0
}

.glr-txt p {
    margin: 0;
    font-size: 14px
}

.gallry-accordion ul li:first-child .glr-caption {
    left: 50%;
    margin-left: -200px
}

.gallry-accordion ul li:last-child .glr-caption {
    right: 50%;
    margin-right: -200px
}

.accordion ul:focus-within li,
.gallry-accordion ul:hover li {
    width: 8%
}

.gallry-accordion ul li:focus .glr-inner,
.gallry-accordion ul:focus-within li:focus .glr-inner,
.gallry-accordion ul:hover li:hover .glr-inner {
    background: rgba(0, 0, 0, .4)
}

.gallry-accordion ul:hover li {
    width: 8% !important
}

.gallry-accordion ul:hover li:hover {
    width: 60% !important
}

.gallry-accordion ul:hover .glr-caption {
    opacity: 0;
    visibility: hidden
}

.gallry-accordion ul:hover li:first-child:hover .glr-caption {
    left: 25%;
    opacity: 1;
    visibility: visible;
    text-align: left
}

.gallry-accordion ul:hover li:last-child:hover .glr-caption {
    right: 25%;
    opacity: 1;
    visibility: visible;
    text-align: left
}

.gallry-accordion ul li:hover .glr-txt {
    opacity: 1;
    visibility: visible;
    transition-delay: .8s;
    transition-duration: .4s;
    bottom: 60px
}

@media (max-width:1500px) {
    .gallry-accordion .glr-caption {
        width: 500px
    }

    .glr-txt p {
        line-height: 1.4em
    }
}

@media(max-width:1300px) {
    .hoh-proj h2 {
        margin: 115px auto 10px
    }

    .verticles-wrap h2 {
        margin: 80px auto 0
    }

    .gallry-accordion .glr-caption {
        /* top: 20%; */
        top: 60%;
    }
}

@media (max-width:1100px) {
    .gallry-accordion ul:hover li:last-child:hover .glr-caption {
        right: 40%
    }

    .gallry-accordion ul:hover li:first-child:hover .glr-caption {
        left: 40%
    }

    .verticles-wrap h2 {
        margin: 20px auto
    }

    .hoh-proj h2 {
        margin: 40px auto 20px
    }
}

@media (max-width:992px) {
    .gallry-accordion {
        height: 45vh
    }

    .glr-caption h3 {
        font-size: 34px
    }

    .gallry-accordion ul:hover li:first-child:hover .glr-caption {
        left: 35%;
        top: 70%
    }

    .gallry-accordion ul:hover li:last-child:hover .glr-caption {
        right: 35%;
        top: 70%
    }
}

@media (max-width:767px) {
    .gallry-accordion {
        height: 325px
    }

    .glr-caption h3 {
        font-size: 20px;
        letter-spacing: 4px
    }

    .gallry-accordion .glr-caption {
        width: 100%;
        padding-bottom: 30px
    }

    .gallry-accordion ul li:first-child .glr-caption {
        margin-left: 0;
        left: 0
    }

    .gallry-accordion ul li:last-child .glr-caption {
        margin-right: 0;
        right: 0
    }

    .gallry-accordion ul:hover li:first-child:hover .glr-caption {
        left: 0;
        top: 80%
    }

    .gallry-accordion ul:hover li:last-child:hover .glr-caption {
        right: 0;
        top: 80%
    }

    .glr-caption h3 {
        padding: 0 20px
    }

    .gallry-accordion .glr-txt {
        padding: 0 20px
    }

    .gallry-accordion ul li:hover .glr-txt {
        bottom: 30px
    }

    .glr-txt p {
        font-size: 12px
    }
    .gallry-accordion .glr-caption {
        top: 20%;
      
    }
}

.btn-scrolldown {
    position: absolute;
    bottom: 80px;
    right: 30px;
    transform: translateX(-50%);
    text-align: center;
    width: 28px;
    height: 60px;
    border-radius: 40px;
    background: rgba(255, 255, 255, .6);
    transition: all .6s ease;
    z-index: 10
}

.btn-scrolldown:hover {
    background: rgba(0, 0, 0, .4);
    transition: all .6s ease
}

.chevron {
    position: absolute;
    width: 16px;
    height: 2px;
    opacity: 0;
    transform: scale3d(.5, .5, .5);
    animation: move 3s ease-out infinite;
    left: 6px;
    top: -3px
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite
}

.chevron:after,
.chevron:before {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #252525;
    transition: all .6s ease
}

.btn-scrolldown:hover .chevron:after,
.btn-scrolldown:hover .chevron:before {
    background: #fff
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg)
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg)
}

@keyframes move {
    25% {
        opacity: 1
    }

    33% {
        opacity: 1;
        transform: translateY(30px)
    }

    67% {
        opacity: 1;
        transform: translateY(40px)
    }

    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(.5, .5, .5)
    }
}

.homebanner-carousel .item {
    position: relative
}

.homebanner-carousel .item .ban-video {
    width: 100%
}

.homebanner-carousel-overlay .item:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .5) */
}

.homebanner-carousel .item .copy {
    bottom: 120px;
    top: auto;
    bottom: 120px;
    left: 20px;
    padding: 10px 30px
}

.banner-home .copy h2 {
    color: #fff;
    margin: 15px;
    margin-left: 0
}

.banner-home .copy p {
    color: #fff;
    margin-bottom: 15px
}

.banner-home .btn.black {
    color: #fff;
    border: 1px solid #fff
}

.banner-home .btn.black.active,
.banner-home .btn.black:hover {
    color: #252525
}

.homebanner-carousel .item.is-selected .hm-cta {
    margin: 0
}

.home-header .hoh-primary-nav>li>a,
.home-header .hoh-rhsNav-trigger,
.home-header .icon-logo:before {
    color: #fff
}

.home-header.hedr-scrolled {
    background: #fff
}

.home-header.hedr-scrolled .hoh-primary-nav>li>a,
.home-header.hedr-scrolled .hoh-rhsNav-trigger,
.home-header.hedr-scrolled .icon-logo:before {
    color: #000
}

.home-header .hoh-rhsNav-trigger:after,
.home-header .hoh-rhsNav-trigger:before {
    background: #fff
}

.home-header.hedr-scrolled .hoh-rhsNav-trigger:after,
.home-header.hedr-scrolled .hoh-rhsNav-trigger:before {
    background: #000
}

.fancybox-content {
    max-width: 60%;
    max-height: 60%;
    margin: 0
}

.fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    right: 5%;
    top: 7%
}

.fancybox-button svg path {
    stroke-width: 2px
}

iframe {
    position: absolute;
    width: 85%;
    height: 85%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.fancybox-button--zoom {
    display: none
}

.fancybox-button--close {
    background: 0 0;
    padding: 0
}

.offer-popup {
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999
}

.offer-popup .popup-data {
    float: left;
    width: 900px;
    position: relative;
    text-align: center;
    padding: 20px
}

.offer-popup .popup-data>a {
    display: inline-block;
    width: 100%
}

.offer-popup .popup-data img {
    width: 100%;
    display: inline-block;
    max-width: 100%
}

.offer-popup .popup-data img.mob-only {
    display: none
}

.offer-popup .popup-data a.close-btn {
    width: auto;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 15px;
    right: -15px
}

.offer-popup-btn-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 0 0;
    list-style: none;
    text-align: center
}

.offer-popup-btn-list li {
    width: 50%;
    float: none;
    display: inline-block;
    margin: 0 -2px 10px;
    padding: 0 5px;
    list-style: none;
    text-align: center
}

.offer-popup-btn-list li a {
    display: inline-block;
    padding: 15px 0;
    font-size: 14px;
    font-family: OpenSansBold;
    width: 100%;
    height: 100%;
    background: #034154;
    color: #c9ad7e;
    border: 1px solid #c9ad7e;
    text-transform: capitalize;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px
}

.muteVideo {
    position: absolute;
    bottom: 50px;
    right: 88px;
    left: auto !important;
    transform: translateX(-50%);
    text-align: center;
    width: 20px;
    height: 20px;
    background: url(../images/mute-sprite.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: 10;
    transition: none
}

.muteVideo:hover {
    transition: none
}

.muteVideo.active {
    transition: none;
    background-position: top
}

span.shot-on-location {
    /*background: #554744;*/
	background: rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    color: #fff;
    padding: 10px;
    min-width: 140px;
    text-align: center;
    font-size: 12px;
    border-top-left-radius: 16px;
    font-family: OpenSansRegular;
    font-weight: 700
}

/*span.shot-on-location:before {
    content: "";
    display: inline-block;
    left: -22px;
    bottom: 0;
    position: absolute;
    background: url(../images/before-img.png) no-repeat;
    height: 28px;
    width: 30px
}*/

.proj-carousel .item.is-selected .grid-imgs li.vdo-press img {
    height: 100%;
    object-fit: cover
}

.proj-carousel .item.is-selected .grid-imgs li.vdo-press .btn-mid {
    position: absolute
}

/* ===================htmm9-btn slider css==================== */

.copy.htmm9-btn {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 2% !important;
    text-align: center;
}

.htmm9-btn a.btn.black {
    border: none;
    opacity: 0;
    width:230px;
    /* width: 15%; */
    margin-left: 14%;
}

.htmm9-btn-mob {
    position: absolute !important;
    bottom: 17px !important;
    right: 0 !important;
    padding: 0px !important;
    left: unset !important;
}
.htmm9-btn-mob a.btn.black {
    border: none;
    opacity: 0;
     /* width: 15%;
    margin-left: 14%; */
}

/* =================htmm9-btn slider css================ */


@media screen and (max-width:1440px) {
    .homebanner-carousel .item .ban-video {
        width: 100%
    }
}

@media screen and (max-width:1400px) {
    .fancybox-toolbar {
        right: 3%
    }

    .homebanner-carousel .item .ban-video {
        width: 100%
    }
}

@media screen and (max-width:1023px) {
    .offer-popup .popup-data {
        width: auto;
        max-width: 90%;
        padding: 15px
    }

    iframe {
        width: 100%
    }

    .offer-popup .popup-data img.desk-only {
        display: none
    }

    .offer-popup .popup-data img.mob-only {
        display: inline-block
    }

    .fancybox-navigation .fancybox-button,
    .fancybox-toolbar {
        visibility: visible;
        opacity: 1
    }

    .fancybox-toolbar {
        top: 0;
        right: 0
    }

    .banner-home {
        margin-top: 0
    }

    /*.homebanner-carousel .item .ban-video {
        width: auto;
        height: auto
    }*/

    .home-header {
        background: #fff
    }

    .home-header .icon-logo:before {
        color: #000
    }

    .muteVideo {
        display: none
    }
}

@media screen and (max-width:767px) {
    .proj-carousel .item.is-selected .grid-imgs li.vdo-press img {
        height: auto;
        object-fit: unset
    }
}

@media screen and (max-width:520px) {
    .hoh-main-header {
        padding: 15px 40px 25px 10px
    }

    iframe {
        width: 100%
    }

    .fancybox-navigation .fancybox-button,
    .fancybox-toolbar {
        visibility: visible;
        opacity: 1
    }

    .home-video {
        margin: 60px 0 0 0 !important
    }

    .offer-popup .popup-data a.close-btn {
        right: -6px;
        font-size: 18px
    }

    .offer-popup-btn-list li {
        padding: 0;
        min-width: 100%;
        margin: 0 0 10px;
        padding: 0 40px
    }

    .offer-popup-btn-list li a {
        padding: 5px
    }

    span.shot-on-location {
        font-size: 12px;
        padding: 8px
    }

    span.shot-on-location:before {
        left: -22px
    }

    .proj-carousel .grid-imgs li.vdo-press .btn-prsshold {
        padding: 0
    }

    .proj-carousel .grid-imgs li.vdo-press .btn-prsshold .btn-mid {
        transform: translate(-50%, -50%) !important
    }
}

.homebanner-carousel .item .copy h1,
.homebanner-carousel .item .copy h2,
.homebanner-carousel .item .copy h3,
.homebanner-carousel .item .copy h4,
.homebanner-carousel .item.is-selected .copy p,
.banner-home .btn.black {
    text-shadow: 2px 2px 4px #000000;
}

.copy.second-slide {
    bottom: 90px !important;
    /* display: none; */
    left: 60px !important; 
}

.copy.second-slide .btn {
    color: #fff;
    border:2px solid #252525;
    background: #252525;
}


/* 17 april 2023 ==== Chandrakant =====*/
@media screen and (max-width:767px) {
    .gallry-accordion ul:hover li:hover{
        width: 25% !important;
    }
    .gallry-accordion ul:hover .glr-caption{
        opacity: 1;
        visibility: visible;
    }
    .glr-caption h3 {
        font-size: 16px;
        letter-spacing: 3px;
    }
}
@media screen and (max-width:360px) {
    .gallry-accordion ul:hover li:first-child:hover .glr-caption,
    .gallry-accordion ul:hover li:last-child:hover .glr-caption {
        left: 0;
        top: 92%;
    }
    .gallry-accordion .glr-txt {
        padding: 0 16px;
    }
    .glr-caption h3 {
        padding: 0 10px;
    }
    .gallry-accordion ul:hover li:hover .glr-caption h3 {
        padding: 0 20px;
    }
}

/*@media (min-width: 1280px) and (max-width: 1920px) {
@media screen and (max-width:1920px) {
 .vertcl-nav li:before�{margin: 0 16px!important;}
.vertcl-nav li�{ font-size: 12px; letter-spacing: 3px; margin: 0!important; }
.flickity-slider {transform: inherit}
}*/
