/* Banner CSS Start Here */
.label__link-dzbd7lyV {
    display: none !important;
}
#home-banner {
  position: relative;
}
#home-banner .carousel-caption {
  bottom: 0;
  top: 150px;
  text-align: left;
}
#home-banner .carousel-caption h2 {
  font: var(--banner-font);
  color: var(--white-color);
}
#home-banner .carousel-control-prev-icon,
#home-banner .carousel-control-next-icon {
  background: url("../images/home/banner-arrow-left.svg") no-repeat center center;
  background-size: contain;
  opacity: unset;
  position: relative;
}
#home-banner .carousel-control-next-icon {
  background: url("../images/home/banner-arrow-right.svg") no-repeat center center;
  background-size: contain;
  opacity: unset;
  position: relative;
}
#home-banner .carousel-control-next, #home-banner .carousel-control-prev {
    opacity: 1;
}
#home-banner .carousel-control-prev span::before, #home-banner .carousel-control-next span::before {
    content: "";
    background-color: var(--white-color);
    border-radius: 100%;
    padding: 28px;
    background-size: 30px;
    width: 45px;
    height: 45px;
    opacity: 0.4;
    display: block;
    position: absolute;
    top: -13px;
    left: -13px;
}
#home-banner .carousel-control-prev.active span::before,
#home-banner .carousel-control-next.active span::before {
  content: unset;
}
#home-banner .carousel-control-prev.active span,
#home-banner .carousel-control-next.active span {
  background-color: #c6252b80;
  border-radius: 100%;
  padding: 30px;
  background-size: 30px;
  width: 50px;
  height: 50px;
}
.ctl-number-box {
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 20px;
  position: absolute;
  left: 100px;
  bottom: -50px;
  z-index: 9;
  width: 490px;
  align-items: end;
}
.common-section .tv-embed-widget-wrapper {
    background: #0000;
    height: 80% !important;
    max-width: 100%;
    min-width: 100%;
    width: 0;
}
.common-section .tv-embed-widget-wrapper__body {
    background: var(--tv-widget-background-color, #fff);
    border: 1px solid #e0e3eb;
    border-radius: 3px;
    box-sizing: border-box;
    height: 0% !importnt;
    overflow: hidden;
    position: relative;
}
.ctl-number-box span {
  padding-left: 15px;
  color: var(--white-color);
}
.ctl-number-box h3 {
  color: var(--white-color);
  font: var(--sub-heading-font);
  margin: 0;
}
.ctl-number-box h4 {
  font: var(--body-font);
  color: var(--white-color);
  display: inline-block;
  margin: 0 5px;
}
.ctl-number-box p {
  margin: 0;
  color: var(--white-color);
  opacity: 0.5;
  padding-left: 20px;
}
.number-bg {
  background-color: var(--green-color);
  height: 10px;
  width: 10px;
  border-radius: 100%;
  display: inline-block;
}
.number-box-icon {
  position: absolute;
  top: 10px;
  right: 30px;
  text-align: end;
}
/* Banner CSS End Here */
/* About Us CSS Start Here */
#about-us {
  padding-top: 8rem;
}
.about-us-image {
  position: relative;
}
.about-us-image::before {
  content: "";
  display: block;
  height: 311px;
  width: 12px;
  background-color: var(--theme-color);
  position: absolute;
  /*left: 0;*/
  top: 0;
  bottom: 0;
  /*margin: auto;*/
}
.since-text p {
    margin: 0 0 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.since-text {
    text-align: center; 
    position: absolute;
    z-index: 9;
    right: -20px;
    top: 180px;
    /*background: #c6252b;*/
    background: #c32e34e0;
    color: #fff;
    padding: 20px 13px;
}
.since-text h2 {
    color: #fff;
    margin: 0;
    line-height: 45px;
    font-weight: 900;
}
.about-image-slider {
  position: relative;
}
.about-image-slider .owl-dots {
  position: absolute;
  bottom: 100px;
  right: 30px;
}
.about-us-content {
  padding-left: 50px;
}
.about-us-content h3 {
  font: var(--font-24);
  margin: 30px 0;
}
.about-us-content p {
  padding: 10px 0 20px;
}
.about-us-content .black-btn {
    padding: 13px 30px;
    margin-right: 30px;
    display: inline;
}
.black-btn:hover {
  color: #fff;
  background-color: #c6252b;
}
.about-us-content .black-btn picture {
  display: inline-block;
  height: 16px;
  width: 16px;
  padding: 0;
  margin: 0 8px;
}
.about-us-content .black-btn img {
  margin-right: 10px;
  padding: 0;
}
.about-us-button {
    margin-top: 40px;
}
/* About Us CSS End Here */
/* A World of Choices CSS Start Here */
#world-of-choices h2 {
  text-align: center;
  padding: 0 0 20px;
}

.world-of-choices-content .card {
  background: unset;
  border: 0;
  border-radius: 0;
  position: relative;
}

/*.world-of-choices-content .card-img-overlay {*/
/*  top: unset;*/
/*  background-color: rgba(255, 255, 255, 0.7);*/
/*  border-radius: 0;*/
/*  padding: 10px 150px 20px 50px;*/
/*  opacity: 0;*/
/*  transition: top 0.3s ease;*/
/*}*/

.world-of-choices-content h5 {
  font: var(--sub-heading-font);
  color: var(--heading-color);
}

.world-of-choices-content .card:hover .card-img-overlay {
  opacity: 1;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.world-of-choices-content small {
  color: var(--theme-color);
  text-decoration: underline;
}

.card-overlay-show {
  position: absolute;
  bottom: 40px;
  background: unset;
  left: 40px;
}

.card-overlay-show h5,
.card-overlay-show small {
  color: var(--white-color);
}

.world-of-choices-content .card:hover .card-overlay-show {
  opacity: 0;
  transition: 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.world-of-choices-content img {
  border-radius: 0;
  filter: brightness(0.7);
}
.world-of-choices-content .world-choice-two img {
  border-radius: 0;
  filter: brightness(0.7);
}
.about-us-content h2 {
    font-size: 36px;
}
.vision-icons .zoom-hover:hover picture img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
        transition: none !important;
}
/* A World of Choices CSS End Here */

/* Invest to Embrace Growth CSS Start Here */
#invest-to-embrace h2 {
  text-align: center;
  padding: 0 0 20px;
}

.invest-to-embrace-slider .card {
  padding: 20px;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
  margin: 12px;
}
.invest-to-embrace-slider .card:after {
  content: "";
  display: block;
  border-top: 500px solid var(--white-color);
  border-left: 500px solid transparent;
  margin-top: -55%;
  margin-left: 100%;
  opacity: 0;
  position: absolute;
  transform: scale(2);
  transition: all 0.3s ease-in-out 0s;
}
.invest-to-embrace-slider .card:hover:after {
  margin-left: 0;
  opacity: 0.1;
}
.invest-to-embrace-slider .card:hover {
  background-color: var(--theme-color);
  color: var(--white-color) !important;
}
.invest-to-embrace-slider .card:hover a,
.invest-to-embrace-slider .card:hover p {
  color: var(--white-color);
}
.invest-to-embrace-slider .card:hover img {
  filter: brightness(0) invert(1);
}
.invest-to-embrace-slider img {
  width: auto !important;
}
.invest-to-embrace-slider .card-body {
  padding-inline: 0;
  padding-top: 30px;
}
.invest-to-embrace-slider .owl-prev {
  position: absolute;
  left: -15px;
  top: 100px;
}
.invest-to-embrace-slider .owl-next {
  position: absolute;
  right: -30px;
  top: 100px;
}
.invest-to-embrace-slider button.owl-next.left-arrow.clicked,
.invest-to-embrace-slider button.owl-prev.right-arrow.clicked {
  opacity: 1 !important;
    background: #a12328bd !important;
}
.invest-to-embrace-slider button.owl-next.left-arrow,
.invest-to-embrace-slider button.owl-prev.right-arrow {
  /*background: var(--theme-color) !important;*/
  opacity: 1 !important;
     background: #ad454969 !important;
}
/* Invest to Embrace Growth CSS End Here */
/*our-business*/
.vision-icons {
    margin-right: 30px;
    width: 320px;
}
.world-of-choices-content .card-img-overlay {
    top: unset;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    padding: 20px 60px 20px 40px;
    opacity: 0;
    transition: top 0.3s ease;
    display: flex;
    justify-content: flex-start;
}
.news-text {
    padding: 0 30px 0 0;
}
.vision-icons img {
    width: 150px;
    position: relative;
    z-index: 9;
    opacity: 1;
    filter: brightness(1);
}
.vision-icons img .zoom-hover:hover picture img {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    position: relative;
    overflow: visible;
    display: block;
}
}
.vision-icons img {
    width: 100%;
    height: 100%;
}
.sustainable-practices-section {
    padding: 45px 0 !important;
    background: url(../images/home/sustainable.jpg);
    background-size: cover;
}
.sustainable-practices-head {
    padding-top: 150px;
}
.awards-recognition-head h2 {
    margin-left: 350px !important;
    margin-top: 20px;
    margin-bottom: 50px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 5px 7px;
    background: var(--white-color);
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}

/*award-slider*/

.award-slider {
    position: relative;
}

.award-slider .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}

.award-slider button.owl-prev:before {
    background: url(../images/pulp-paper/left-red-arrow.svg);
    left: 7px;
    background-repeat: no-repeat;
    position: absolute;
    transition: 0.3s;
    height: 55px;
    width: 55px;
    top: 30%;
    content: "";
    opacity: 1;
}

.award-slider button.owl-next:before {
    background: url(../images/pulp-paper/right-red-arrow.svg);
    right: 125px;
    background-repeat: no-repeat;
    position: absolute;
    transition: 0.3s;
    height: 55px;
    width: 56px;
    top: 30%;
    content: "";
    opacity: 1;
}

.award-slider button.hide:before {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.about-image-slider {
    position:relative !important;
}
.about-image-slider .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
    position: absolute !important;
    right: -205px !important;
    bottom: 60px !important;
}
/*home new*/
.tradingview-widget-container {
        height: 90px !important;
    }
    .since-text.since-text-para p {
    padding-bottom: 10px;
}


/*New css 3-2-25*/

.row.invest-to-embrace-slider button.owl-prev.right-arrow {
    top: 80px;
}

.row.invest-to-embrace-slider button.owl-next.left-arrow {
top: 80px;	
}