.carousel-item {
  background-color: transparent !important;
}

.article-banner-bg {
  background: url("../../images/home/banner-1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-link-container {
  margin-bottom: 60px;
}

.slick-track {
margin-right: 0 !important;
margin-left: 0 !important;
}

.banner-link {
  font-family: Rubik;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #b7b7b7;
}

.article-back-to-home {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #939598;;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.article-heading-text1 {
  font-family: Rubik;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}

.article-heading-text2 {
/*width: 700px;*/
max-width: 100%;
font-family: 'Montserrat';
font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 120%;
color: #FFFFFF;
margin-bottom: 24px;
}


.article-banner-text-section {
  margin-top: 150px;
}



/*.article-banner-row {
  padding-top: 110px;
}*/


@media(max-width: 998.8px){
  .article-heading-text2 {
    font-size: 40px;
  }
  .article-heading-text3 {
    font-size: 10px;
  }
  .article-banner-paragraph{
   font-size: 12px; 
 }
 .article-banner-row {
  padding-top: 100px;
}
.tab-img {
  width: 10px;
}

.article-banner-text-section {
  margin-top: 0;
}
}

.article-heading-text3 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: #D4D4D4;
  margin-bottom: 2px;
}

.article-banner-paragraph {
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #ffffff;
  margin-bottom: 0;
}


.article-bg {
 background-image: url(../../images/who-we-are-bg-pattern.png);
 background-size: cover;
 background-repeat: no-repeat;
 background-position: center;
}


.tab-container {
  min-height: 80px;
}

.tab-text1 {
  font-family: Rubik;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #0672ba;
}

.tab-verticle-line {
  width: 1px;
  height: 40px;
  background: #d4d4d4;
  margin-left: 35px;
}

.tab-category-button {
  border-radius: 50px;
  border: none;
  background: #0072bb;
  padding: 8px 16px;
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  border: 1px solid #13a5ff;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.tab-category-button:hover {
  background-color: #ffffff;
  color: #1a1a1a;
  border: 1px solid #d4d4d4;

}
.tab-category-button:hover img{
  content: url('../../images/tab-btn-img-active.png');
}

.tab-category-button.active {
  border-radius: 50px;
  border: none;
  background-color: #ffffff;
  padding: 8px 16px;
  font-family: Rubik;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1a1a1a;
  border: 1px solid #d4d4d4;
  transition: all 0.3s ease;
}

.tab-category-button.active img{
  content: url('../../images/tab-btn-img-active.png');
}

/*.tab-category-button-active {
  border-radius: 50px;
  border: none;
  background: #0072bb;
  padding: 8px 16px;
  font-family: Rubik;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  border: 2px solid #13a5ff;
  transition: all 0.3s ease;
}*/

.tab-category-button-opacity {
  opacity: 0.5;
}

.tab-img {
  margin-right: 10px;
}

.tab-more-btn {
  font-family: Rubik;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  border: none;
  background: #EBEBEB;
  border-radius: 50px;
  padding-top: 5px;
  padding-right: 16px;
  padding-bottom: 5px;
  padding-left: 16px;
}

.article-tab-more-btn {
  transition: all 0.3s ease;
}

.article-tab-more-btn:hover{
  color: #fff;
  background: #0072bb;
}

.article-tab-more-btn:hover img{
 content: url('../../images/down-white.png');
 margin-left: 6px;
 width: 24px;
 height: 24px;
}

.article-img-tab-btn-more{
  transition: all 0.3s ease;
}

.article-img-tab-btn-more:hover{
  color: #fff;
  background: #0072bb !important;
}

.article-img-tab-btn-more:hover img{
  content: url('../../images/right-white.png');
  margin-left: 6px;
  width: 24px;
  height: 24px;
}

.button-down-arrow {
  width: 24px;
  height: 24px;
  margin-left: 6px;
}


@media(max-width: 991.8px){
  .tab-category-button{
    font-size: 12px;
  }
  .tab-category-button-active{
    font-size: 12px;
  }
  .tab-more-btn {
    font-size: 12px;
  }
  .tab-text1 {
    font-size: 12px;
  }
}

.slider-section {
  position: relative;
}

.slider-section-green {
  /*background: url("../../images/bg-pattern-green.png");*/
  background: #FFD175;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.slider-heading-text1 {
  font-family: Rubik;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1a1a1a;
  padding-left: 10px;
}

.slider-heading-text2 {
  font-family: Rubik;
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
  color: #888888;
  padding-left: 10px;
}

.slider-heading-text3 {
  /*width: 80%;*/
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #666666;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  padding-left: 10px;
}

.slider-viewall-specific {
  position:absolute; top:13px; right: 0;
}

@media(min-width: 992px){
  .slider-viewall-specific {
    bottom: 0;
  }
}

.view-all-btn {
  min-width: 86px;
  min-height: 24px;
  border-radius: 50px;
  background-color: transparent;
  font-family: Rubik;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1a1a1a;
  transition: all 0.3s ease;
}

.view-all-btn:hover{
  opacity: 0.5;
}

.right-arrow {
  width: 24px;
  height: 24px;
  margin-left: 3px;
}

.carousel3-text-card {
  height: 100%;
  border-radius: 12px;
  padding: 40px;
  background: #C9EAFF;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.carousel3-text-card-text1 {
  font-family: Rubik;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1a1a1a;
}

.carousel3-text-card-text2 {
  font-family: Rubik;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #adadad;
  text-transform: uppercase;
}

.carousel3-text-card-text3 {
  font-family: Rubik;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #666666;
  margin-top: 1rem;
}

.carousel3-letsgo-btn {
  min-width: 141px;
  min-height: 40px;
  border-radius: 50px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  background-color: #ffffff;
  font-family: Rubik;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1a1a1a;
  transition: all 0.3s ease;
}

.carousel3-letsgo-btn:hover{
  background: #0072BB;
  color: #fff;
}

.carousel3-letsgo-btn:hover img{
  content: url('../../images/right-white.png');
  width: 24px;
  height: 24px;
}

.caurosel5-form-card {
  /* width: 194px; */
  height: 100%;
  padding-top: 12px;
  padding-right: 18px;
  padding-bottom: 12px;
  padding-left: 18px;
  border-radius: 12px;
  background: #C9EAFF;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.caurosel5-form-card-text1 {
  font-family: Rubik;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1a1a1a;
}

.caurosel5-form-card-text2 {
  font-family: Rubik;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #666666;
}

.caurosel5-form-card-input {
  width: 100%;
  min-height: 46px;
  border-radius: 6px;
  border: 1px solid #62bd19;
  padding: 12px;
  background-color: transparent;
  color: #666666;
}

.caurosel5-form-card-input::placeholder {
  color: #666666;
}

.caurosel5-form-card-btn {
  min-width: 115px;
  min-height: 40px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 50px;
  background: #ffffff;
  font-family: Rubik;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.caurosel5-form-card-btn:hover {
  background: #0072bb;
  color: #fff;
}

.caurosel5-form-card-btn img{
  width: 24px !important;
  height: 24px !important;
}

.caurosel5-form-card-btn:hover img{
  content: url('../../images/right-white.png');
  width: 24px;
  height: 24px;
}

.carousel-card {
  /* border: 1px solid red; */
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  transition: transform 0.3s ease;
  will-change: transform;
}


@media (max-width: 991.8px){
.carousel-card {
  position: relative !important;
  transition: none !important;
  will-change: unset !important;
  transform: none !important;
}

.carousel-card:hover {
  /*width: min-content;*/
  transform: scale(1) !important;
  position: relative !important;
  transform: translateY(0px) !important;
  left: 0px !important;
}

.article-carousel-card-text2 {
  font-size: 7px !important;
  line-height: 14px !important;
  text-transform: uppercase !important;
}

.article-carousel-card-text1 {
  font-size: 14px !important;

}

}

.carousel-card:hover {
  /*width: min-content;*/
  transform: scale(1.05);
  z-index: 1;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 12px;
  position: absolute;
  transform: translateY(-45px);
  left: -21px;
}

.article-carousel-card-hover-text{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 140%;
  color: #666666;
display: none;
  margin-bottom: 5px;
}


.carousel-card:hover .article-carousel-card-hover-text{
   display: block;
}

.article-carousel-card-img-container {
  border-radius: 12px;
}

/*.carousel-card:hover .article-carousel-card-img-container{
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}*/

.article-carousel-card-img {
  width: 100%;
}

/*.carousel-card:hover .article-carousel-card-img {
  display: none;
}

.article-carousel-card-img.article-carousel-card-img-hover{
display: none;
}

.carousel-card:hover .article-carousel-card-img.article-carousel-card-img-hover {
  display: block;
}*/

.article-carousel-card-text1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #002060;
  margin-top: 16px;
  margin-bottom: 16px;
}

.carousel-card:hover .article-carousel-card-text1 {
  margin-top: 0;
  margin-bottom: 5px;
}

.article-carousel-card-text2 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-size: 11px;
  line-height: 100%;
  text-transform: uppercase;
  color: #6B7EA3;
  margin-bottom: 16px;
  white-space: nowrap;
}

.carousel-card:hover .article-carousel-card-text2{
  display: none;
}

.article-carousel-card-text2-dot {
  margin-left: 5px;
  margin-right: 5px;
}

.article-carousel-card-text2.cat-hover{
  display: none;
  margin-top: 16px;
}

.carousel-card:hover .article-carousel-card-text2.cat-hover{
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}

.article-carousel-card-hover-btn {
  display: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 18px;
  gap: 8px;
  width: 100%;
  min-height: 36px;
  background: #EBEBEB;
  border-radius: 50px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 110%;
  color: #1A1A1A;
  margin-top: 5px;
  margin-bottom:5px;
}

.carousel-card:hover .article-carousel-card-hover-btn {
  display: flex;
}

.article-carousel-card-hover-btn:hover{
  background: #0072BB !important;
  color: #fff !important;
}

.carousel-container {
  position: relative;
}

.next-indicator {
  position: absolute;
  right: -50px;
  top: 35%;
  border: none;
  width: 40px;
  height: 40px;
  padding-right: 7px;
  padding-left: 9px;
  border-radius: 50px;
  background: #ebebeb;
}

.tab-category-container {
  font-size: 15px;
  width: 100%;
  border: none;
}

.tab-category-container > img{
  width: 100%;
}

.white-bg-btn {
  color: black;
  font-size: 15px;
  border: none;
  background-color: white;
  border-radius: 20px;
  padding: 10px;
  font-weight: bold;
}

.img-tab-container {
  padding: 10px 80px;
  background: #ebebeb;
}

@media(max-width: 992px){
  .img-tab-container {
    padding: 10px 10px;
    background: #ebebeb;
  }
}

.img-tab-verticle-line {
  width: 1px;
  height: 109px;
  background: #d4d4d4;
}

.img-tab-category-text {
  font-family: Rubik;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1a1a1a;
  margin-bottom: 0;
  white-space: nowrap;
}

.article-card-label-container {
  position: relative;
}

.article-card-label {
  min-height: 20px;
  padding-top: 3px;
  padding-right: 6px;
  padding-bottom: 3px;
  padding-left: 6px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 12px;
  border-width: 0px 0px 1px 1px;
  border-style: solid;
  border-color: #52822b;
  background: #1a1a1a;
  font-family: Rubik;
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #62bd19;
  position: absolute;
  right: 0;
}

.article-card-tag {
  position: absolute;
  right: 10%;
  bottom: 10%;
  padding: 2px 4px;
  min-height: 16px;
  background: #ebebeb;
  border-radius: 2px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 120%;
  text-align: right;
  color: #666666;
}

/* Article bottom section start */

.article-bottom-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #255003;
}

.article-bottom-heading {
  font-family: Rubik;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #89e53d;
  margin-bottom: 0;
}

.article-bottom-span {
  font-family: Rubik;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
  opacity: 0.4;
}

.article-bottom-paragraph {
  font-family: Rubik;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  color: #ffffff;
  opacity: 0.6;
}

.article-bottom-left-btn {
  width: 124px;
  height: 36px;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border-radius: 50px;
  background: #ffffff;
  font-family: Rubik;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1a1a1a;
}

.article-bottom-vertical-line {
  width: 1px;
  height: 158px;
  background: #d4d4d4;
}

.article-bottom-right-btn {
  min-height: 32px;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border-radius: 50px;
  background: #ffffff;
  font-family: Rubik;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  border: 1px solid #d4d4d4;
  color: #1a1a1a;
}
.article-bottom-right-opacity {
  opacity: 0.5;
}
.article-bottom-right-green-btn {
  min-height: 32px;
  padding-top: 6px;
  padding-right: 16px;
  padding-bottom: 6px;
  padding-left: 16px;
  border-radius: 50px;
  background: #56a01b;
  font-family: Rubik;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border: 2px solid #abed75;
  color: #ffffff;
}
.article-bottom-right-more-btn {
  min-width: 89px;
  min-height: 34px;
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px;
  padding-left: 16px;
  border-radius: 50px;
  background: transparent;
  font-family: Rubik;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  border: 1px solid #ffffff;
  color: #ffffff;
}

/* Article bottom section end */

/* slick slider custom style */

.slick-prev {
  display: none !important;
} 

.slick-next:before {
  color: black !important;
}

.slick-next {
  top: 40% !important;
  right: -45px !important;
  opacity: 1 !important;
  min-width: 40px;
  min-height: 40px;
  padding-right: 7px;
  padding-left: 9px;
  border-radius: 50px;
}

.slick-next:before {
  position: relative;
  top: 2px !important;
}

.slick-dots li::after {
  border: 1px solid black !important;
}

.article-slider2.slick-slider {
  position: static !important;
}

.article-slider2 > .slick-next {
  top: 50% !important;
  right: -45px !important;
  opacity: 1 !important;
  min-width: 40px;
  min-height: 40px;
  padding-right: 7px;
  padding-left: 9px;
  border-radius: 50px;
}


@media (max-width: 768px){
  .article-slider2-section {
    position: relative;
  }

  .article-slider3-section {
    position: relative;
  }


  .article-slider1 > .slick-dots li{
    background-color:#001726 !important ;
  }

  .article-slider2 > .slick-dots{
    bottom: 0 !important;
  }

  .article-slider2 > .slick-dots li{
    background-color:#001726 !important ;
  }

  .article-slider3 > .slick-dots{
    bottom: 0 !important;
  }

  .article-slider3 > .slick-dots li{
    background-color:#001726 !important ;
  }
}


.article-slider-indicator-blue > .slick-next {
  background: #fff !important;
}

.article-slider-indicator-white > .slick-next {
  background: #ffffff !important;
}

.article-slider-indicator-blue > .slick-next:before {
  content: url("../../images/caurosel-indicator-right-blue.png");
}

.article-slider-indicator-white > .slick-next:before {
  content: url("../../images/caurosel-indicator-right-blue.png");
}

.article-slider3.slick-slider {
  position: static !important;
}

.article-slider3 > .slick-next {
  top: 45% !important;
  right: -45px !important;
  opacity: 1 !important;
  min-width: 40px;
  min-height: 40px;
  padding-right: 7px;
  padding-left: 9px;
  border-radius: 50px;
}

/* slick slider custom style */



/*Hover effect slider*/

.article-slider1 > .slick-list {
  overflow: visible !important;
}

.article-slider1 > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
 opacity: 0;
}

.article-slider1 > .slick-list > .slick-track > .slick-slide{
  position: relative;
}

.article-slider2 > .slick-list {
  overflow: visible !important;
}

.article-slider2 > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
 opacity: 0;
}

.article-slider2 > .slick-list > .slick-track > .slick-slide{
  position: relative;
}



.article-slider3 > .slick-list {
  overflow: visible !important;
}
.article-slider3 > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
 opacity: 0;
}
.article-slider3 > .slick-list > .slick-track > .slick-slide{
  position: relative;
}



@media(max-width: 768px){
  .article-slider1 > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
   opacity: 0.2;
 }

 .article-slider1 > .slick-list{
  padding:0 8% 0 0;
}

.article-slider2 > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
 opacity: 0.2;
}

.article-slider2 > .slick-list{
  padding:0 8% 0 0;
}

.article-slider3 > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
 opacity: 0.2;
}

.article-slider3 > .slick-list{
  padding:0 8% 0 0;
}

}



@media(max-width: 1000px){
  .article-category-slider > .slick-list > .slick-track > .slick-slide:not(.slick-active) {
   opacity: 0.2;
 }

 .article-category-slider > .slick-list{
  padding:0 8% 0 0;
}
}