/* === GLOBAL BANNER CSS === */
.banner-center-cover{background-size: cover;background-repeat: no-repeat;background-position: center center;position: relative;}
.banner-main-wrapper .social-links > ul > li:first-child{margin-right: 20px}
.banner-main-wrapper .contact-info > p > a{color: var(--white-color); display: inline-block; margin-left: 24px}
/* === GLOBAL BANNER CSS === */

/* === HERO BANNER CSS === */
.hero-banner-main-wrapper{position: relative;overflow: hidden; margin-bottom: 68px;}
.hero-banner-slider-wrapper .hero-banner-sliding-item{min-height: 608px;background-color: var(--black-color);}
/*.hero-banner-slider-wrapper .hero-banner-sliding-item::before {content: '';background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));z-index: 0;width: 100%;position: absolute;height: 100%;}*/
.hero-banner-slider-wrapper .hero-banner-content{margin-top: -65px;}
.hero-banner-slider-wrapper .hero-banner-content .title{margin-bottom: 17px;}
.hero-banner-slider-wrapper .hero-banner-content .title .h1{font-size: 36px; font-weight: 400; color: var(--white); line-height: 42px;}
.hero-banner-slider-wrapper .hero-banner-content .description{margin-bottom:20px;}
.hero-banner-slider-wrapper .hero-banner-content .description p{font-size: 18px; line-height: 26px;}
.hero-banner-tabs-wrapper{position: absolute;width: 100%;bottom: 0;transition: all 0.3s ease-in-out;}
.hero-banner-tabs-wrapper.tab-initialised{opacity: 1}
.hero-banner-tabs-wrapper ul li{width: 100%}
.hero-banner-tabs-wrapper ul li:not(:last-child){border-right: 1px solid rgba(255, 255, 255, 0.5);}
.hero-banner-tabs-wrapper ul li a.hero-tab-link{color: var(--white-color);background: var(--red-color);display: block;text-decoration: none;padding: 35px 25px 23px;transition: all 0.3s ease-in-out;height: 100%;}
.hero-banner-tabs-wrapper ul li a.hero-tab-link:hover, .hero-banner-tabs-wrapper ul li a.hero-tab-link:focus, .hero-banner-tabs-wrapper ul li a.hero-tab-link.active-tab{background: var(--white-color);color:var(--blue-navy);}
.hero-banner-tabs-wrapper ul li:first-child a.hero-tab-link{border-radius: 10px 0px 0px 0px;}
.hero-banner-tabs-wrapper ul li:last-child a.hero-tab-link{border-radius: 0px 10px 0px 0px;}
.swiper-hero-progress { /* position: absolute; *//* left: 0; *//* bottom: 20px; */width: 0;height: 5px;background: #ed7102;z-index: 5;}
.progress {display: block;width: 100%;height: 4px;overflow: hidden;background-color: var(--white);
background-image: -webkit-gradient(linear, left top, right top, from(var(--water-blue)), to(var(--water-blue)));background-image: -o-linear-gradient(left, var(--water-blue), var(--water-blue));background-image: linear-gradient(to right, var(--water-blue), var(--water-blue));background-repeat: no-repeat;background-size: 0 100%;-webkit-transition: background-size 0.3s ease-in-out;-o-transition: background-size 0.3s ease-in-out;
transition: background-size 0.3s ease-in-out;position: relative;bottom: 4px;left: 0;}
.hero-banner-main-wrapper .sliding-arrows{position: absolute; height: 44px; width: 110px; right: 0; bottom: 0; background:#fff}
.hero-banner-main-wrapper .sliding-arrows .slick-arrow{position: absolute;transition: all 0.3s ease-in-out; height: 55px;}
.hero-banner-main-wrapper .sliding-arrows .slick-arrow > a{color: var(--white-color);position: relative; padding: 2px 0px; display: block;text-decoration: none;}
.hero-banner-main-wrapper .sliding-arrows .slick-arrow > a > span {background-color: var(--white);font-size: 20px;font-weight: bolder;color: var(--bold-blue);}

.hero-banner-main-wrapper .sliding-arrows .slick-arrow > a > span:hover{color: #297fca;}
.hero-banner-main-wrapper .sliding-arrows .slick-arrow.slide-prev{transform: rotate(180deg); background: var(--white);top:5px;padding:10px 5px 0px; left: 14px; height: 44px;}
.hero-banner-main-wrapper .sliding-arrows .slick-arrow.slide-next{top: 5px;left: 60px;padding:10px 5px 0px;background:var(--white); height: 44px;}

@media all and (max-width: 1280.98px){
	.hero-banner-main-wrapper .sliding-arrows .slick-arrow.slide-prev{left: 3px;}
	.hero-banner-main-wrapper .sliding-arrows .slick-arrow.slide-next{right: 1px;top: 4px;}
}
/* === HERO BANNER CSS === */

/* === THIN BANNER CSS === */
.thin-banner-main-wrapper .thin-banner-item{/*min-height: 533px;*/padding: 0;position: relative;background-color: var(--black-color); display: block !important;}
.thin-banner-main-wrapper .thin-banner-item::before{content: '';background: linear-gradient(89.95deg, rgba(0, 0, 0, 0.15) 20.92%, rgba(0, 0, 0, 0) 61.17%), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));z-index: 0;width: 100%;position: absolute;height: 100%;top: 0; display: none;}
.thin-banner-main-wrapper .thin-banner-item img{height: 100%; width: 100%;}
.banner_box_wrapper{position: absolute;right: 15px;background: rgba(0, 57, 91, 0.7);padding: 20px;bottom:0}
.banner_link_wrapper { font-weight:700;font-size: 1.8rem;line-height: 2.9rem;}
.banner_link_wrapper a{color:var(--white);letter-spacing:0.3px;font-size:18px;}
p.banner_link_wrapper_text {text-align: center;margin: 0px 0px 10px 0px}
.banner_logo_image{width: 326px;padding: 12px 11px 16px 12px;}
/* === THIN BANNER CSS === */
.hero-banner-slider-wrapper{height:608px;}
.hero-banner-slider-wrapper .hero-banner-sliding-item{height:420px; position: relative;}
.hero-banner-slider-wrapper .hero-banner-sliding-item .banner__image{display: block; width: 100%; margin: 0 auto; object-fit: cover;}
.hero-banner-sliding-item--content{position: absolute; top: 159px; left: 150px; width: 470px; padding: 0;}
.hero-banner-slider-wrapper .hero-banner-content{margin-top: 0;}


@media all and (max-width: 991.98px){
.progress{bottom:5px}
	.hero-banner-slider-wrapper .hero-banner-sliding-item{min-height: 602px;padding-bottom: 100px}
    .hero-banner-tabs-wrapper{position: relative;margin-top: -80px;}
    /*.hero-banner-main-wrapper .sliding-arrows{display: none}*/
    /* .hero-banner-slider-wrapper .hero-banner-content{margin-top: 100px} */
    .hero-banner-tabs-wrapper ul li:not(:last-child){border: 0}
    .hero-banner-tabs-wrapper ul li:first-child a.hero-tab-link{border-radius: 10px 10px 0px 0;}
    .hero-banner-tabs-wrapper ul li:last-child a.hero-tab-link{border-radius: 0px 0px 10px 10px;}
    .hero-banner-tabs-wrapper ul li a.hero-tab-link{position: relative}
    .hero-banner-tabs-wrapper ul li a.hero-tab-link::before{content: '';height: 1px;background: rgba(255, 255, 255, 0.3);width: calc(100% - 50px);position: absolute;bottom: 0;left: 0;right: 0;margin: 0 auto;}
   

}
@media all and (max-width: 767.98px){
 .hero-banner-slider-wrapper .hero-banner-sliding-item{height:500px;}

.hero-banner-sliding-item--content .cta-wrapper a{color: #000;
    border: 1px solid #000;}
.hero-banner-sliding-item--content{left: -20px; position: absolute; top: 150px; width: auto;}
.hero-banner-slider-wrapper .hero-banner-content .title .h1{font-size: 36px;font-weight: 400;color: var(--bold-blue);line-height: 42px;}
.hero-banner-slider-wrapper .hero-banner-content .font--white{color:var(--bold-blue);}
    .progress{bottom:0px}
	.thick-banner-main-wrapper .thick-banner-item{padding: 60px 0; min-height: auto}
	.hero-banner-slider-wrapper .hero-banner-content{margin-top: 45px}
    .thin-banner-main-wrapper .thin-banner-item{min-height: 100%;}
    .thin-banner-main-wrapper .thin-banner-item .three-col > .title{margin-top: 0}
    .thin-banner-main-wrapper .thin-banner-item .three-col > .content{margin-top: 20px;}
    .thin-banner-main-wrapper .thin-banner-item .three-col > .contact-info{margin-top: 0}
    .thin-banner-main-wrapper .thin-banner-item.three-col-banner .three-col:nth-child(2){order: 3}
    .thin-banner-main-wrapper .thin-banner-item.three-col-banner .three-col:last-child{order: 2}
    .thin-banner-main-wrapper .thin-banner-item.two-col-banner{padding: 60px 0;}
    .thick-banner-main-wrapper .thick-banner-item.has-links{padding: 60px 0;min-height: auto;}
    .thick-banner-main-wrapper .thick-banner-item.has-links .banner-link{margin-top: 40px;}
    .thick-banner-main-wrapper .thick-banner-item.has-card.number-card{padding-bottom: 135px;min-height: 380px;}
    .thin-banner-main-wrapper .thin-banner-item .three-col > .contact-info > p{margin-bottom: 0}
    .thin-banner-main-wrapper .thin-banner-item .three-col > .social-links{margin-top: 25px;}
    .banner-main-wrapper .social-links > ul > li{margin-bottom: 0}
   
     .hero-banner-main-wrapper{height: 530px; margin-bottom: 30px;}
    .hero-banner-slider-wrapper .hero-banner-sliding-item{min-height: auto; padding-bottom: 0;}
    .hero-banner-main-wrapper .sliding-arrows{position: absolute; top: 90px; bottom: auto; height: 45px; width: 110px; right: -10px;}
    .progress{position: absolute; bottom: auto; left: 0; top: 130px;}
    /* .hero-banner-sliding-item--content{position: relative; top: auto; left: auto; width: 100%;} */
}
@media screen and (min-width: 320px){
    .hero-banner-slider-wrapper{height: 640px;}
    .hero-banner-slider-wrapper .hero-banner-sliding-item img{height: 134px;}
}
@media screen and (min-width: 768px){
    .hero-banner-slider-wrapper{height: 472px;}
    .hero-banner-slider-wrapper .hero-banner-sliding-item img{height: 468px;}
    

    
    
}
@media screen and (min-width: 992px){
    .hero-banner-slider-wrapper{height: 612px;}
    .hero-banner-slider-wrapper .hero-banner-sliding-item img{height: 608px;}
}
@media screen and (min-width: 1200px){
    .hero-banner-slider-wrapper{height: 612px;}
    .hero-banner-slider-wrapper .hero-banner-sliding-item img{height: 608px;}
}

body.nojs .thick-banner-main-wrapper .news-card-main{margin-top: 0}
body.nojs .thick-banner-main-wrapper .banner-intro-main{margin-top: -100px}
body.nojs .hero-banner-slider-wrapper{display: flex}
body.nojs .hero-banner-slider-wrapper .hero-banner-sliding-item{align-items: flex-start !important;}
body.nojs .hero-banner-slider-wrapper .hero-banner-sliding-item .col-12.offset-lg-1.col-lg-8{width: 100% !important;margin-left: 0 !important;flex: 0 0 100%;max-width: 100%;}
body.nojs .hero-banner-main-wrapper .sliding-arrows{display: none}

