
.banner-wrapper {
  padding: 100px 0px 60px 0px;
}

.banner-wrapper .container {
  /*   width: 100%; */
  padding: 0px;
}

.banner-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.banner-content {
  max-width: 650px;
  flex: 0 650px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-top: 15px;
}
@media(min-width:901px){

  .banner-img img {
    object-fit: cover;
    text-align: right;
    max-width: 828px !important;
  }

}
.banner-img {
  flex: 0 650px;
  max-width: 650px;
  /* overflow: hidden; */
  text-align: right;
}

.banner-content h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.25;
  color: var(--color-orange);
}

.banner-content h1 {
  font-size: 52px;
  font-weight: 500;
  line-height: 69px;
  letter-spacing: -1.2px;
  margin-top: -10px;
}

.banner-content p {
  font-size: 20px;
  color: #2B3A5B;
  line-height: 30px;
  font-weight: 400;
}

.banner-content h1 strong {
}

.button-orange a {
  transition: .3s ease;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  color: #FFFFFF;
  background-color: var(--color-orange);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--color-orange);
  border-radius: 8px 8px 8px 8px;
  display: inline-block;
  align-self: flex-start;
  padding: 0px;
  padding: 20px 32px;
}
.button-orange1.ctas-group {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 16px;
}
.ctas-group .button-orange p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #2B3A5B;
  margin-top: 12px;
}
/* .button-orange a {
transition: .3s ease;
border-radius: 8px 8px 8px 8px;
color: #fff;
display: block;
text-decoration: none;
font-size: 16px;
line-height: 25px;
padding: 0;
} */
.button-orange a:hover{
  color: #ec6b15!important;
  background-color: #fff;
}

/* .button-orange:hover a{
color: #ec6b15!important;
}
.button-orange span {
display: block;
} */




.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.logo-content p {
  font-size: 17px;
  color: #263B5E;
  line-height: 25px;
  font-weight: 500;
}

.logo-wrapper {
  padding: 0px 20px 80px;
}
@media(min-width:768px){
  .logo-wrapper .slick-initialized .slick-slide {
    width: auto !important;
  }
  .logo-content {
    text-align: center;
    margin-top: 40px;
  }

  .logo-wrapper .container {
    width: 1400px;
  }
  .logo-wrapper .container .logo-section .slick-track {
    display: flex;
    justify-content: space-between;
    width: 100% !important;
  }
}
.hero-banner {
  position: relative;
  background: linear-gradient(180deg, #EDEFF3 0%, #FFFFFF 100%);
}

/* Bubbles */
.home_bubble .bubble {
  border-radius: 50%;
  position: absolute
}

.home_bubble .bubble.b_four,.home_bubble .bubble.b_one {
  height: 10px;
  width: 10px
}

.home_bubble .bubble.b_five,.home_bubble .bubble.b_two {
  height: 30px;
  width: 30px
}

.home_bubble .bubble.b_six,.home_bubble .bubble.b_three {
  height: 14px;
  width: 14px
}

.home_bubble .bubble.b_one,.home_bubble .bubble.b_two {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.home_bubble .bubble.b_one {
  -webkit-animation: spin2 2s infinite alternate;
  animation: spin2 2s infinite alternate;
  background: #00c99c;
  left: 30px;
  top: 30%;
}

.home_bubble .bubble.b_two {
  // -webkit-animation: spin1 2s infinite alternate;
  //animation: spin1 2s infinite alternate;
  background: #fca249;
  left: 34%;
  top: 104%;
  z-index: 888;
}

.home_bubble .bubble.b_three {
  -webkit-animation: spin1 1s infinite alternate;
  animation: spin1 1s infinite alternate;
  background: #7d95fa;
  left: 210px;
  top: 70%;
}

.home_bubble .bubble.b_five,.home_bubble .bubble.b_four {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.home_bubble .bubble.b_four {
  -webkit-animation: spin1 2s infinite alternate;
  animation: spin1 2s infinite alternate;
  background: #d27dfa;
  right: 85px;
  top: 30px;
}

.home_bubble .bubble.b_five {
  -webkit-animation: spin1 3s infinite alternate;
  animation: spin1 3s infinite alternate;
  background: #ff9398;
  right: 0;
  top: 40px;
  left: 18%;
  text-align: center; 
  margin: 0 auto;
}

.home_bubble .bubble.b_six {
  -webkit-animation: spin2 2s infinite alternate;
  animation: spin2 2s infinite alternate;
  background: #f1d53b;
  right: 55px;
  top: 72%;
}
.banner-content h1 strong {
  display: inline;
}
.banner-img img {
  vertical-align: middle;
}
.logo-content.mobile {
  display: none;
}
@media(min-width:1900px){
  .banner-wrapper .container {
    max-width: 1430px;
  }
  /*   .banner-content {
  max-width: 800px;
  flex: 0 80%;
  padding-right: 60px;
} */

  .banner-content h1 strong {
    display: inline;
  }
  /*   .banner-content h1 {
  font-size: 58px;
} */

}
@media(min-width:1900px) and (max-width:2500px){
  .hero-banner {
    height: 100vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    /*     gap: 60px; */
  }
}
@media(max-width:1300px){
  .banner-content {
    padding: 0px 20px;
  }
}
@media(max-width:1200px){
  .banner-img {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .banner-content h1 {
    font-size: 36px;
    line-height: 53px;
  }

  .banner-content {
    gap: 10px;
    max-width: 50%;
    flex: 0 50%;
  }
}
@media (width: 1920px) {
  /* Your styles for exactly 1920px screen */
}
@media(max-width:900px){

  .banner-section {
    flex-direction: column;
  }

  .banner-content {
    flex: 0 100%;
    max-width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  .banner-content h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .home_bubble .bubble.b_five {
    display: none;
  }
  .home_bubble .bubble.b_four {
    top: 70px;
    right: 55px;
  }

  .home_bubble .bubble.b_one {
    top: 12%;
  }

  .home_bubble .bubble.b_three {
    left: 30px;
    top: 40%;
  }

  .home_bubble .bubble.b_two {
    left: 75%;
    top: 103%;
    z-index: 9;
  }
  .banner-img {
    height: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .banner-wrapper {
    padding-bottom: 0px;
  }
  .logo-section img {
    height: 100px !important;
  }
  .logo-content.mobile {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .logo-wrapper {
    padding: 20px;
  }
  .logo-wrapper {
    padding: 0px 0px 30px;
  }
  .logo-content.desktop {
    display: none;
  }
  .banner-content p {
    font-size: 16px;
    line-height: 30px;
  }
  .button-orange {
    align-self: center;
  }
  .button-orange1.ctas-group {
    justify-content: center;
  }
}
@media(max-width:767px){
  .button-orange {
    align-self: inherit;
  }
  .banner-wrapper {
    padding-bottom: 50px;
  }

}
@media(max-width:499px){
  .button-orange1.ctas-group {
    flex-direction: column-reverse;
    gap: 10px 16px;
  }
  .ctas-group .button-orange p {
    display: none;
  }
  .button-orange1.ctas-group a {
    width: 100%;
    box-sizing: border-box !important;
  }
  .banner-content {
    margin-bottom: 14px;
  }
}