.row_wrap.h-video-main
{
    padding: 0px;
}
.video_wrap h1
{
	font-size:5vw;
	line-height:112px;
	text-align:center;
	position:absolute;
	right:0;
	left:0;
	margin:0 auto;
	top:50%;
	color:#fff;
		font-family: acumin-pro, sans-serif;
font-weight: 600;
font-style: normal;
font-size: calc(3vw + 3vh);
}
#MuteUnmute
{
	position:absolute;
	    bottom: 4%;
    right: 2%;
	background:#fff;
	width:40px;
	height:40px;
	font-size:18px;
	border-radius:50%;
	text-align:center;
	color:#000;
	transition:all 0.3s;
	box-shadow:0 0 8px rgba(255,255,255,0.4);
	    padding: 6px 0 0;
		z-index:10;
}
#MuteUnmute:hover
{
	color:#fff;
	background:#000;
}
.video_wrap
{   
    overflow:hidden;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0 0 45px;
    max-height:1400px;
}
.hero-home-slider
{ touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* z-index: 10; */
    top: 0;
    height: 100%;
    background: rgba(0,0,0,0.4);
    padding: 8% 0 0;
    width: 100%;
}
/*.video-cuter-mobile
{
    display:none;
}*/
.h-video-main .video_wrap.video-slider
{
    margin: 0 0px 45px;
}

.hero-slide-item
{
    display: grid;
    align-items: baseline;
    justify-content: center;
    position: relative;
}
.hero-slide-item h2
{
    font-size: 57px;
    color: #fff;
    line-height: 50px;
    font-weight: 900;
}
.hero-slide-item p
{
    font-size: 21px;
    color: #fff;
    text-align: center;
    font-weight: 300;
}
.middle_content_hero_slider
{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.top_content_hero_slider
{
    justify-content: center;
    display: flex;
    align-items: start;
}
.top_content_hero_slider h3
{
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    font-weight: 900;
}
.bottom_content_hero_slider
{
    align-items: end;
    margin: 0 0 5%;
}
.bottom_content_hero_slider .button_style1
{
border-color:#fff;
color:#fff!important;

}
.bottom_content_hero_slider .button_style1:hover
{
    background: #fff;
    color:#000!important;
}
.hero-navigation
{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 38px;
    max-width: 84%;
}
.hero-navigation .hero-page
{
    font-size: 20px;
    font-weight: 700;
    position: relative;
    border-bottom: 1px solid #fff;
    width: 20%;
}
.hero-navigation h4
{
    color:#f0f0f0;
    font-size:21px;
    font-weight:700;
    cursor: pointer;
    margin-bottom: .5rem;
}
.hero-navigation.playing-time h4
{
color:#fff;
}
.hero-progress-bar
{
    position: absolute;
    left: 0;
    width: 0%;
    height: 5px;
    bottom: -2px;
    background: #fff;
    margin: 0;
}
video {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    margin: 0 0 0px;
}

.playstop_button {
    position: absolute;
    bottom: 20px;
    right: 17px;
    background: #fff;
    width: 41px;
    height: 41px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    transition: all 0.3s;
    box-shadow: 0 0 8px rgb(255 255 255 / 40%);
    padding: 0px 0 0 0px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}
.playstop_button:hover
{
	color:#fff;
	background:#000;
} 
.fa-pause:before,
.fa-play:before {
    color: #000;
}
.fa-volume-mute:before,
.fa-volume-up:before {
   color: #000;
}
.fa-volume-up:before
{
	    left: 1px;
    position: relative;
}
.fa-volume-mute:before:hover,
.fa-volume-up:before:hover {
   color: #ffff;
}
.muteunmute_button:hover .fa-volume-mute:before {
    color: #fff!important;
}
.muteunmute_button:hover .fa-volume-up:before {
    color: #fff!important;
}
.fa-pause:before:hover {
    color: #fff;
}
.fa-play:before:hover {
    color: #fff;
}
.playstop_button:hover .fa-pause:before {
    color: #fff!important;
}
.playstop_button:hover .fa-play:before {
    color: #fff!important;
}  
.playstop_button {
    bottom: 20px;
}

.playstop_button i.fa-play {
    padding: 0 0 0 1px;
}
.playstop_button {
    bottom: 20px;
}
.playstop_button i.fa-play
{
    padding: 0 0 0 1px;
}
.playbuttonhide
{
transition: all .2s ease-in-out;
transform: scale(0);
}
.muteunmute_button {
    position: absolute;
    bottom: 20px;
    left: 17px;
    background: #fff;
    width: 41px;
    height: 41px;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    color: #000;
    transition: all 0.3s;
    box-shadow: 0 0 8px rgb(255 255 255 / 40%);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
}
.muteunmute_button:hover
{
	color:#fff;
	background:#000;
}
.video_homecnt {
    flex-basis: 35%;
    background: #A2B5BF;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    margin: 0;
    /* height: 54vh; */
    display: flex;
}
.video_homecnt .text-5xl {
    font-size: 2.5rem;
    line-height: 2.8rem;
}
.video_homecnt .text-5xl p {
    font-size: 2.5rem;
    line-height: 2.8rem;
    font-family: proxima-nova, sans-serif;
    font-weight: 700!Important;
    font-style: normal;
    text-align: center;
    color:#fff;
}
.video_homecnt h4 {
    color: #fff;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    position: relative;
    padding: 0;
    margin: 0;
    letter-spacing: 4px;
    max-width: 500px
}

.video_homecnt p {
    font-size: 18px;
    line-height: 26px;
    color: #1F1F1F;

    font-weight: 400;
    font-style: normal;
    text-align: center;
    max-width: 338px;
    margin: 0 auto;
}
@media only screen and (max-width: 1940px) {
    .h-video-container .fullwidth {
        margin-left: 50px;
        margin-right: 50px;
    }
}
@media only screen and (max-width: 1850px) {
    .video_wrap
    {
         margin: 0 50px 45px;
    }
}
@media only screen and (max-width: 1650px) {
    .hero-slide-item h2 {
        font-size: 37px;
        line-height: 40px;
    }
	.wraptext em {
    display: inline;
}
}
@media only screen and (max-width: 1470px) {

    .hero-navigation .hero-page
    {
        width: 22%;
    }
    }
    @media only screen and (max-width: 1400px) {
        .video_homecnt .text-5xl p {
            font-size: 2.3rem;
            line-height: 2.6rem;
        }
 
        .hero-navigation h4
        {
            font-size: 18px;
        }
    
    }
    @media only screen and (max-width: 1300px) {
        .video_homecnt .text-5xl p {
            font-size: 2.0rem;
            line-height: 2.3rem;
        }
    }  
    @media only screen and (max-width: 1160px) {
        .h-video-container .fullwidth {
            margin-left: 10px;
            margin-right: 10px;
        }
        .video_homecnt .text-5xl p {
            font-size: 2.0rem;
            line-height: 2.2rem;
        }
        .hero-navigation .hero-page
        {
            width: 22%;
        }
    .hero-navigation h4 {
        font-size: 15px;
    }
    }    
    @media only screen and (max-width: 1024px) {
		    .hero-slide-item
{
     align-items: center;
}
        .video_homecnt .text-5xl p
        {
            font-size: 1.5rem;
            line-height: 2.0rem;
        }
        .video_homecnt h4 {
            line-height: 19px;
            letter-spacing: 1px;
        }
        .video_homecnt {
            padding: 30px;
        }
        .h-video-main .video_wrap.video-slider
        {
            
            position: relative;
            align-items: center;
            justify-content: center;
            margin: 0 0 45px;
            max-height: 1400px;
            padding-top: 100%;
        
        }
        .video-slider-desktop
{
    position: absolute;
    object-fit: cover;
}

.hero-home-slider
{
    height: 100%;
    padding: 0;
}
.hero-slide-wrap
{
    display: grid;
    
}
.hero-slide-item
{
    padding:0 10px;
}
.playstop_button, .muteunmute_button
{
    display:none;
}
.video-content-2090 .playstop_button, .video-content-2090 .muteunmute_button
{
    display:flex;
}
    .hero-slide-item h2 {
        font-size: 34px;
        line-height: 40px;
    }
    .hero-navigation h4 {
        font-size: 16px;
        font-weight: 500;
    }
    .hero-navigation
    {
        display: none;
    }
    .bottom_content_hero_slider .button_style1
    {
        padding: 7px 40px;
    }
    .main_video_details
	{
		padding: 20px 20px 0;
	}
    .video_homecnt
{
	margin: 0;
}
.baner_htext p {
    padding: 0 10px;
    font-size: 22px;
    line-height: 16px;
}
.videosection_home {
    display: block;
}
.playstop_button, .muteunmute_button
{
    display:none;
}
    }  
    @media only screen and (max-width: 890px) {
        .videoswrap .vp-a .videoicon:before {
            padding: 8px 21px 10px 18px;
            width: 47px;
            height: 46px;
        }
        .video_wrap {
            margin: 0 0px 45px;
        }
    }  
@media only screen and (max-width: 650px) {
    .h-video-container .fullwidth {
        margin-left: 10px;
        margin-right: 10px;
    }
.baner_htext
    {
        top: 44%!important;
    }
    .video_wrap
{
	    margin: 0 0px 14px;
}
.video_homecnt
{
	margin:0;
}
#MuteUnmute {
    
    bottom: 10%;
    right: 4%;
}
.video_homecnt h3 {
    font-size: 24px;
    line-height: 24px;
}
.video_homecnt h4:after
{
	    bottom: 23px;
}
.slider-callback_nav
{
	    height: 50px;
    width: 50px;
}
.slider-callback_nav.prev:after
{
	    left: -29px;
    top: -9px;
}
.slider-callback_nav.next:after
{
	left: 20px;
    top: -9px;
}
.h-video-container .h-video-main
{
  order:2;
}
.h-video-container
{
    margin: 0;
}
.hero-slide-item h2 {
    font-size: 24px;
    font-weight: 900;
}
.hero-slide-item p {
    font-size: 15px;
    line-height: 18px;
    margin:0;
}
.hero-navigation
{
    display:none;

}
.middle_content_hero_slider
{
    height: auto;
}
.hero-slide-item h2
{
    margin:0;
}
.hero-top-slide img
{
    /* max-height:40px; */
}
.bottom_content_hero_slider .button_style1
{
    max-width: 251px;
    padding: 9px 20px;
    margin:0;
}
.hero-slide-item h2 {
    font-size: 21px;
    line-height: 27px;
    margin: 0 0 10px;
}
.hero-navigation h4 {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 9px;
}
.video-cuter-mobile
{
    display:block;
}/*
.video-slider-desktop
{
    display:none;
}*/
.bottom_content_hero_slider .button_style1
{
    display:none;
}
.hero-slide-item
{
    
    align-items: end;
}
.hero-slide-wrap
{

}
}