.homebanner-video{
    /* display: flex; */
    /* height: calc(100vh - 90px); */
    /* min-height: 600px; */
    align-items: center;
    justify-content: center;
    position: relative;
    /* top: -90px; */
}
.banner-video{
    opacity: 0;
    /* background-color: #1166a0; */
    height: 100%;
    margin-bottom: 0;
}
.banner-video.slick-initialized{
    opacity: 1;
}
.video-wrap{
     /* position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10; */
    position: relative;
    padding-bottom: 51%;
}

.video-wrap video{    
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.homebanner-video .banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    min-height: 500px;
    z-index: 1;
}
.homebanner-video .banner-content.content-1{
    max-width: 492px;
    color: #FFF;
}
.homebanner-video .banner-content.content-2{
    max-width: 397px;
}
.homebanner-video .banner-content h1{
    font-size: 60px;
    font-weight: 600;
    line-height: 65px;
    margin-bottom: 27.6px;
}
.homebanner-video .banner-content h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;    
}
.homebanner-video .banner-content.content-1 h3{
    color: #99CBDE;
}
.homebanner-video .banner-content.content-1 a{
    color: #FFF;
    position: relative;    
}
.homebanner-video .banner-content.content-1 a:hover svg{    
    transform: rotate(45deg);
}
.homebanner-video .banner-content.content-1 a:after{
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    content: "";
    background-color: #8fbbd9;
}
.homebanner-video .banner-content.content-2{
    color: #171515;
    padding-top: 2.5%;
}
.homebanner-video .banner-content.content-2 h3{
    color: #00AEEF;
}
.homebanner-video .banner-content.content-2 h5{
    color: #000;
    font-weight: 400;
    margin-top: 12.6px;
    font-size: 18px;
}
.homebanner-video .banner-content p{
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
}
.homebanner-video .banner-content.content-1 svg{
    width: 10px;
    margin-left: 5px;
    transition: all ease .5s;
}


.homebanner-video  .slick-dots li{
    width: 25.58px;
    height: 25.58px;
}

.homebanner-video .slick-dots li button::before{
    font-size: 33px;
    width: 25.58px;
    height: 25.58px;
    line-height: 25.58px;    
    border-radius: 50%;
    color: #ADC5DF;
    border: 1px solid transparent;
}
.homebanner-video  .slick-dots li.slick-active button::before {
    opacity: 1;
    color: white;
    border-color: #ADC5DF;
}
.homebanner-video  .slick-dots{
    bottom: 21%;
}
.homebanner-video .slick-dots[data-current-slide="1"] li button::before {
    color: #235895;
}
.homebanner-video .slick-dots[data-current-slide="1"] li.slick-active button::before {
    color: #00AEEF;
    border-color: #B5CAE0;
}
.homebanner-video .banner-content.content-1 .round-box{
    min-width: 180px;
    height: 77px;
    border-radius: 12px;
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    right: -70%;
    bottom: 17%;
    z-index: 1;
    padding: 0 10px;
}
.homebanner-video .banner-content.content-1 .round-box .br-total{
    font-size: 38px;
    font-weight: 600;
    line-height: 68px;
    color: #003A63;
}
.homebanner-video .banner-content.content-1 .round-box .br-title{
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-left: 10px;
}






.slider-dots-box {
	/* display: flex; */
	justify-content: center;
	align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 130px;
}

.slider-dots {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 25.58px;
}

.slider-dots button {
	width: 25.58px;
	height: 25.58px;
	border-radius: 50%;
	display: block;
	border: 0;
	background-color: transparent;
	margin: 0 5px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 0;
	transition: .3s all;
	position: relative;
	z-index: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
}

.slider-dots-box .slick-active button {
    width: 25.58px;
    height: 25.58px;
    font-size: 0;
}

.slider-dots button:after {
	content: "";
	display: block;
	width: 8.5px;
	height: 8.5px;
	border-radius: 50%;
	background-color:  #ADC5DF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* .slider-dots-box .slick-active button:after {
	content: none;
	display: none;
} */

.slider-dots-box .slick-active button:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 50%;
}

.circle-bg {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(0, 0, 0, 0.05);
  stroke-width: 1;
  stroke-linecap: butt;
}
.circle-go {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(255, 255, 255, 1);
  stroke-width: 1;
  stroke-linecap: round;
	animation: progress 30s;
	stroke-dasharray: 360px;
	stroke-dashoffset: 360;
}
.circle-tx {
  fill: #000;
  stroke-width: 1;
  /* font: bold 16px 'Arial'; */
  text-anchor: middle;
  font-size: 0;
  display: none;
}

@keyframes progress {
  from {
    stroke-dashoffset: 360;
  }
  
  to {
    stroke-dashoffset: 0;
  }
}

.slider-dots li:last-child button:after {
    background-color: #ADC5DF;
}
.slider-dots li.slick-active:last-child button:after {
    background-color: #00AEEF;
}
.slider-dots li.slick-active:last-child .circle-go {
    stroke: rgba(0, 174, 239, 1);
}


.banner-1{
    background-color: #1166a0;
}
.banner-2{
    background-color: #eaf2fc;
}

.banner-2  .note{   
    position: absolute;
    top: 45%;
    right: -5%;
    transform: rotate(90deg);
    font-size: 12px;
    z-index: 1;
}


@media (min-width: 1200px){
    .banner-1, .banner-2{
        /* height: calc(100vh - 90px); */
    }
    body.home{
        padding-top: 0 !important;
    }

    .home1 .light-header.gcc_header .menu-rightbar .nav-menu > ul > li > a, .home1 .light-header.gcc_header .nav-container .countrDrop .currentflg p{
        color: #171515;
    }
    .main-header.light-header .nav-container .logo > .svg.lightlogo{
        display: none !important;
    }
    .main-header.light-header .nav-container .logo > .svg.darklogo{
        display: block !important;
    }
}
@media (max-width: 1023px){

    .homebanner-video .banner-content{
        /* position: relative;
        transform: inherit; */
    }
    .homebanner-video .banner-content{
        padding-top: 5%;
    }
}

@media (max-width: 1199px){
    .homebanner-video .banner-content h1{
        font-size: 39px;
        line-height: 46px;
    }
    .homebanner-video .banner-content p{
        font-size: 15px;
        line-height: 22px;
    }
    .homebanner-video .banner-content h3{
        font-size: 18px;
    }
    .homebanner-video{
        height: 100%;
    }
    .slider-dots-box{
        bottom: 30px;
    }
    .homebanner-video .banner-content.content-1 .round-box{
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1599px){
    .homebanner-video .banner-content h1 {
        font-size: 45px;
        line-height: 45px;
    }
    .homebanner-video .banner-content h3{
        font-size: 18px;
    }
    .homebanner-video .banner-content p{
        font-size: 16px;
    }
    .homebanner-video .banner-content.content-2 h5{
        font-size: 14px;
    }
    .homebanner-video .banner-content{
        padding-top: 5% !important;
    }
    .slider-dots-box{
        bottom: 75px;
    }
    .homebanner-video .banner-content.content-1 .round-box{
        right: -50%;
        bottom: 5%;
    }
}

@media (min-width: 1024px) and (max-width: 1199px){
    .homebanner-video .banner-content{
        top: 25%;
        transform: inherit;
    }
}

@media (min-width: 390px) and (max-width: 575px){
    .slider-dots-box {
        bottom: 30px;
      }
}
@media (min-width: 576px) and (max-width: 991px){
    .homebanner-video .banner-content{
        min-height: 400px;
    }
    .homebanner-video .banner-content.content-1{
        max-width: 355px;
    }
    .homebanner-video .banner-content.content-2{
        max-width: 350px;
    }
    .homebanner-video .banner-content h1 {
        font-size: 25px;
        line-height: 30px;
    }
    .homebanner-video .banner-content h3 {
        font-size: 15px;
    }
    .homebanner-video .banner-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .homebanner-video .banner-content.content-2 h5{
        font-size: 13px;
    }
    .banner-2  .note{   
        font-size: 11px;        
        right: -82px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px){
    .homebanner-video .banner-content.content-2{
        padding-top: 0;
    }
}
@media (max-width: 575px){
    .video-wrap{
        padding-bottom: 200%;
    }
    .homebanner-video .banner-content{
        transform: inherit;
        bottom: 5px;
        position: absolute;
        /* display: flex; 
        flex-direction: column;*/
        top: inherit;
    }
    .homebanner-video .banner-content h3 {
        font-size: 16px;
    }
    .homebanner-video .banner-content h1 {
        font-size: 32px;
        line-height: 36px;
    }
    .homebanner-video .banner-content p {
        font-size: 12px;
        line-height: 19px;
    }
    .homebanner-video .banner-content.content-2 h5{
        font-size: 12px;
    }
    .slider-dots-box {
        bottom: 25px;
    }
    .homebanner-video .banner-content p{
        margin-bottom: 10px;
    }
    .homebanner-video .banner-content h1{
        margin-bottom: 15px;
    }
    .homebanner-video .banner-content{
        min-height: 360px;
        max-width: 90% !important;
    }
    .banner-2  .note{   
        font-size: 9.5px;
        top: 25%;
        right: -87px;
    }
}

@media (max-width: 375px){
    .slider-dots-box {
        bottom: 12px;
    }
}

.video-sm{
    display: block !important;
}
.video-md{
    display: none !important;
}

@media (min-width: 576px){
    .video-md{
        display: block !important;
    }
    .video-sm{
        display: none !important;
    }
}

@media (min-width:600px) and (max-width: 800px){
    .homebanner-video .banner-content{
        max-width: 300px !important;
        min-height: 320px;
    }
    .homebanner-video .banner-content h1{
        margin-bottom: 10px;
    }
    .slider-dots{
        justify-content: flex-end;
    }
    .homebanner-video .banner-content p{
        margin-bottom: 10px;
    }
}
@media (max-width: 374px){
    .homebanner-video .banner-content {
        padding-top: 10% !important;
    }
}