/* Slider Container */
.slider-container {
  width: 90%;
  margin: 40px auto;
  position: relative;
}
.image-j{

width:46px;
	margin-right:10px;
}
.slide-content_n{
	padding-top:10px;
font-weight:100!important;
line-height:1.9rem!important;
font-size:16px!important;
justify-content: left!important;
}
.slide-heading{
font-weight:700!important;
font-size:31px!important;
}
.b_para{
column-count: 2; 
    column-gap: 17px;
}
.page-item{
	display:flex!important;
}
.new-item {
  position: relative;
  	width:100%!important;
min-height: 9.75rem!important;
  padding: 2.5rem;
  transition: 0.3s ease-out transform;
  -ms-transform: scale(1);
  transform: scale(1);
  text-align: right;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50% 50%;
  -ms-flex-positive: 2;
  flex-grow: 2;
  color: #fefefe;
}
.new-item:hover, .new_item:focus {
    z-index: 5;
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1 !important;
}
.new-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    content: "";
    border-top: 5.5rem solid #2f4798;
    border-right: 5.5rem solid transparent;
}
.new_link strong{
font-weight:600;
font-size:19px;
}
.new_link:hover{
color:#fefefe;
}
.new_link {
    text-decoration: none !important;
    top: 18% !important;
    width: 100% ! Important;
    font-size: 17px !important;
    line-height: 1.27rem !important;
    max-width: 89% !important;
}
@media (min-width: 1200px) {
    .cardOnCaurosal {
        max-width: 969px!important;
    }
}
.your-slider .slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  padding: 20px;
  height: 450px; /* Increased height */
}

.slide img {
  width: 200px;
  height: 200px;
  border-radius: 8px;
  object-fit: cover;
}

.slide-content {
  flex: 1;
  padding: 0 20px;
}

.slide-content h3 {
  margin: 0 0 10px;
  color: #1a1a1a;
  font-size: 22px;
  font-weight: bold;
}

.slide-content p {
  margin: 0 0 20px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.5;
}

.slide-content .btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;

  font-size: 16px;
  transition: background-color 0.3s;
}

.slide-content .btn:hover {
  background-color: #0056b3;
}
.slick-center {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  color: #e67e22;

  opacity: 1 !important;
  transform: scale(1.08);
}
   .green-divider {
             max-width: 200px;
            height: 10px;
            background: linear-gradient(90deg, #66cc66, #4caf50, #66cc66);
            border-radius: 50%;
            clip-path: ellipse(50% 25% at 50% 50%);
            margin: 10px auto;
        }

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 35px!important;
    height: 33px!important;
z-index: 1!important;
    border-radius: 50%!important;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #a9a9a900;
    border: none;
    outline: 0;
    background: 0 0;
}
.slick-dots li {
    position: relative!important;
    display: inline-block!important;
    width: 20px!important;
    height: 20px!important;
    margin: 0 5px!important;
    padding: 0!important;
    cursor: pointer!important;
}
.car-img{
min-height:375px;
   max-height:420px;
width: 420px;
}
    .slick-dotted .slick-dots {
        display: block !important;
        width: auto!important;
        padding: 0!important;
padding-bottom:12px!important;
      margin-right:70px!important;
        list-style: none!important;
        text-align: right!important;
        position: relative!important;
    }
.slick-dotted .slick-dots li.slick-active button:before {
    color: #FFED00!important;
}
.slick-dots li button {
    font-size: 0!important;
    line-height: 0!important;
    display: block!important;
    width: 20px!important;
    height: 20px!important;
    padding: 5px!important;
    cursor: pointer!important;
    color: transparent!important;
    border: 0!important;
    outline: none!important;
    background: transparent!important;
}
.slick-dots li button:before {
    font-family: 'slick'!important;
    font-size: 16px!important;
    line-height: 20px!important;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
    width: 20px!important;
    height: 20px!important;
    content: '•'!important;
    text-align: center!important;
    opacity: 1!important;
    color: white!important;
    -webkit-font-smoothing: antialiased!important;
    -moz-osx-font-smoothing: grayscale!important;
}
.path-frontpage .slick-dotted .slick-dots li button:before {
    color: #fefefe!important;
}
.slick-prev {
	 background-color: black !important;
    left: 9px!important;
}
.slick-next {
    right: 9px!important;
	
}

.slick-next,
.slick-prev {
    background-color: #ffde04  !important;
    transition: color 0.3s ease-in-out; /* Smooth transition for color */
}

.slick-next:hover,
.slick-prev:hover {
    background-color: black !important; /* Change color of the button on hover */
}

.slick-next:before,
.slick-prev:before {
    position: absolute;
    top: -8% !important;
    left: -21% !important;
    font-family: slick !important;
    font-size: 48px !important;
    line-height: 1 !important;
    opacity: 1 !important;
    color: black!important; /* Default color for the arrow */
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    transition: color 0.3s ease-in-out; /* Smooth transition for color */
}

.slick-next:hover:before,
.slick-prev:hover:before {
    color: #ffde04 !important; /* Change color of the arrow to black on hover */
}

/* Play/Pause Button */
.play-pause-btn {
  position: absolute;
  top: 10px;
  right: 105px;
  background-color: #ffd700;
  color: #000;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  z-index: 1000;
}

.card-container {
  margin: -70px auto 0 auto;
  padding: 16px; /* Adds inner spacing for content within the container */
  display: flex; /* Aligns children elements horizontally */
  justify-content: center; /* Centers cards within the container */
  align-items: center; /* Aligns cards vertically within the container */
  flex-wrap: wrap; /* Wraps cards to new rows if there’s not enough space */
}

.card-trio {
  position: relative;
  width: 100%;
  height: 400px;
  background: var(--secondary-light-blue-background);


  border-top: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
}

.card-mid {
  position: relative;
  width: 100%;
  height: 400px;
  background: white;
 

  border-top: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(15px);
}

.card-head {
  width: 100%;
  height: 130px; /* Adjust height for the header section */
  display: flex;
  flex-direction: column; /* Stack icon and text vertically */
  justify-content: center;
  align-items: center;
  gap: 8px; /* Space between icon and text */
  text-align: center;
  color: black; /* Optional color for text */
}

.card-head .icon {
  font-size: 100px; /* Adjust size of the icon */
  color: #b1cfed; /* Icon color */
}

.card-head .p {
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  font-size: 14.4px;
  color: #333333;
  font-weight: 400;
}
/* .content {
position: absolute;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: flex-end;
padding-bottom: 30px;
} */

.content .detail {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.sci {
  position: relative;

  margin-top: 5px;
}

.sci h1 {
  font-size: 32px;
  font-family: "Open Sans", Roboto, Arial, sans-serif;
  color: #4b62be;
}

@media print, screen and (min-width: 40em) {
  .tool-skills-intelligence .tool-home-content-text {
    display: -ms-flexbox;
    display: flex;
  }
  .tool-skills-intelligence .tool-home-content-text h1 {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
  }
}

.whatis {
  position: relative;
  overflow: hidden;
  clear: both;
}

@media print, screen and (min-width: 40em) {
  .whatis {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .whatis {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.whatis:hover .whatis__item {
  opacity: 0.7;
}

.whatis__item {
  position: relative;
  min-width: 20%;
  min-height: 25rem;
  padding: 2.5rem;
  transition: 0.3s ease-out transform;
  -ms-transform: scale(1);
  transform: scale(1);
  text-align: right;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50% 50%;
  -ms-flex-positive: 2;
  flex-grow: 2;
  color: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .whatis__item {
    width: 33%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .whatis__item {
    width: 20%;
    min-height: 350px;
  }
}

.whatis__item:hover,
.whatis__item:focus {
  z-index: 5;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1 !important;
}

.whatis__item:hover a,
.whatis__item:focus a {
  color: inherit;
}

.whatis__item:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
border-top: 11.5rem solid #2f4798;
    border-right: 11.5rem solid transparent;
}

@media print, screen and (min-width: 67.5em) and (max-width: 74.99875em) {
  .whatis__item:before {
    border-top: 8.125rem solid #2f4798;
    border-right: 8.125rem solid transparent;
  }
}

.whatis__item:after {
  font-size: 3.125rem;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0.5;
  color: #fefefe;
}

@media print, screen and (min-width: 67.5em) and (max-width: 74.99875em) {
  .whatis__item:after {
    font-size: 2.1875rem;
    top: 20px;
    left: 20px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .whatis__item {
    min-height: 13.75rem;
    padding: 20px;
  }
}

.whatis__link {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 2.1875rem;
  position: absolute;
  right: 1.15rem;
  top: 80px;
  display: block;
  max-width: 65%;
  margin-bottom: 1.25rem;
  color: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .whatis__link {
    font-size: 1.1625rem;
  }
}

@media print, screen and (min-width: 67.5em) and (max-width: 74.99875em) {
  .whatis__link {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media screen and (min-width: 90em) {
  .whatis__link {
    font-size: 1.475rem;
    right: 2.5rem;
    max-width: 55%;
  }
}

.whatis__link strong {
  font-style: normal;
  color: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .whatis__link strong {
    display: block;
  }
}

.whatis__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

@media print, screen and (min-width: 67.5em) {
  .whatis {
    overflow: visible;
  }
  .whatis__item {
    background-size: inherit;
    min-height: 18.75rem;
  }
}

@media print, screen and (min-width: 67.5em) and (max-width: 39.99875em) {
  .whatis__item {
    min-height: 25rem;
  }
}

@media print, screen and (min-width: 67.5em) and (min-width: 40em) {
  .whatis__item {
    width: 50%;
    padding: 3.125rem;
  }
}

@media print, screen and (min-width: 67.5em) and (min-width: 67.5em) {
  .whatis__item {
    width: 33.333%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .whatis__item a {
    max-width: 80%;
  }
  .whatis__item strong {
    font-size: 1.9875rem;
  }
}

.whatis__skills-intelligence-learning {
  background-color: #2c3e50!important; 
}

.whatis__skills-intelligence-learning:before {
  border-top-color: #1f2d3a!important; 
}

.whatis__skills-intelligence-technology {
  background-color: #8e44ad!important; 
}

.whatis__skills-intelligence-technology:before {
  border-top-color: #6c3483!important; 
}

.whatis__skills-intelligence-future-jobs {
  background-color: #1717c7db!important;
}

.whatis__skills-intelligence-future-jobs:before {
  border-top-color:#0c0354!important;
}

.whatis__skills-intelligence-employment-trends {
  background-color: #16a085!important;
}

.whatis__skills-intelligence-employment-trends:before {
  border-top-color: #128072!important; 
}

.whatis__skills-intelligence-workplace-trends {
  background-color: #2980b9!important;
}

.whatis__skills-intelligence-workplace-trends:before {
  border-top-color: #1f6391!important; 
}

.whatis__skills-intelligence-green-observatory {
  background-color: #6a5f62!important;
}

.whatis__skills-intelligence-green-observatory:before {
  border-top-color: #210b0b!important; 
}
.whatis__skills-intelligence-green2-observatory {
  background-color: #612929 !important;
}

.whatis__skills-intelligence-green2-observatory:before {
  border-top-color: #402626c4 !important;
}

.whatis__skills-intelligence-green3-observatory {
  background-color: #6a7039 !important;
}

.whatis__skills-intelligence-green3-observatory:before {
  border-top-color: #4f5136 !important;
}

.whatis__skills-intelligence-green4-observatory {
  background-color: #4E5A6A !important; /* Muted Steel Blue */
}

.whatis__skills-intelligence-green4-observatory:before {
  border-top-color: #2E3A46 !important; /* Darker Steel Blue */
}


.showFigure {
  text-align: center;
  font-weight: 700;
  color: var(--secondary-background);
  font-size: 2.5rem;
}
.cardmain {
  font-size: 1.2rem;
  color: #4e545a;
}
.cardSub {
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
}

.trendslogo {
    width: 46px;
    position: absolute;
    z-index: 99999;
    top: 26px;
    left: 24px;
}
.trendslogo_map {
     width: 21px;
    position: absolute;
    z-index: 99999;
    top: 14px;
    left: 9px;
}
.trendslogo_new {
       width: 27px;
    position: absolute;
    z-index: 99999;
    top: 14px;
    left: 13px;
}
.trendslogo_g {
    width: 36px;
    position: absolute;
    z-index: 99999;
    top: 24px;
    left: 19px;
}
.home-source{
	text-align:center;
	margin-bottom:40px;


}

@media screen and (max-width: 900px) {
  .cardOnCaurosal {
    margin-top: 2rem;
  }
}
  blockquote {
    border-left: 4px solid var(--yellow-color);
    padding: 10px 20px;
    margin: 20px 0;
    background-color: #f9f9f9;
}
.filtersTitle{
color:var(--secondary-background);
}

.whatis_map {
  position: relative;
  overflow: hidden;
  clear: both;
}

@media print, screen and (min-width: 40em) {
  .whatis_map {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .whatis_map {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.whatis_map:hover .whatis__item_map {
  opacity: 0.7;
}

.whatis__item_map {
  position: relative;
  min-width: 20%;
  min-height: 25rem;
  padding: 2.5rem;
  transition: 0.3s ease-out transform;
  -ms-transform: scale(1);
  transform: scale(1);
  text-align: right;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 50% 50%;
  -ms-flex-positive: 2;
  flex-grow: 2;
  color: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .whatis__item_map {
    width: 33%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .whatis__item_map {
    width: 20%;
    min-height: 350px;
  }
}

.whatis__item_map:hover,
.whatis__item_map:focus {
  z-index: 5;
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1 !important;
}

.whatis__item_map:hover a,
.whatis__item_map:focus a {
  color: inherit;
}

.whatis__item_map:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
border-top: 4.5rem solid #2f4798;
    border-right: 4.5rem solid transparent;
}

@media print, screen and (min-width: 67.5em) and (max-width: 74.99875em) {
  .whatis__item_map:before {
    border-top: 8.125rem solid #2f4798;
    border-right: 8.125rem solid transparent;
  }
}

.whatis__item_map:after {
  font-size: 3.125rem;
  position: absolute;
  top: 30px;
  left: 30px;
  opacity: 0.5;
  color: #fefefe;
}

@media print, screen and (min-width: 67.5em) and (max-width: 74.99875em) {
  .whatis__item_map:after {
    font-size: 2.1875rem;
    top: 20px;
    left: 20px;
  }
}

@media print, screen and (max-width: 39.99875em) {
  .whatis__item_map {
    min-height: 13.75rem;
    padding: 20px;
  }
}

.whatis__link_map {
  font-size: 0.8225rem;
  font-weight: 300;
  line-height: 1.1000rem;
  position: absolute;
  right: 0.6rem;
  top: 40px;
  display: block;
  max-width: 65%;
  margin-bottom: 1.25rem;
  color: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .whatis__link_map {
    font-size: 0.9625rem;
  }
}

@media print, screen and (min-width: 67.5em) and (max-width: 74.99875em) {
  .whatis__link_map {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media screen and (min-width: 90em) {
  .whatis__link_map {
    font-size: 1.075rem;
    right: 1.2rem;
    max-width: 55%;
  }
}

.whatis__link_map strong {
  font-style: normal;
  color: #fefefe;
}

@media print, screen and (min-width: 40em) {
  .whatis__link_map strong {
    display: block;
  }
}

.whatis__link_map:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

@media print, screen and (min-width: 67.5em) {
  .whatis_map {
    overflow: visible;
  }
  .whatis__item_map {
    background-size: inherit;
    min-height: 10.75rem;
  }
}

@media print, screen and (min-width: 67.5em) and (max-width: 39.99875em) {
  .whatis__item_map {
    min-height: 25rem;
  }
}

@media print, screen and (min-width: 67.5em) and (min-width: 40em) {
  .whatis__item_map {
    width: 50%;
    padding: 3.125rem;
  }
}

@media print, screen and (min-width: 67.5em) and (min-width: 67.5em) {
  .whatis__item_map {
    width: 33.333%;
  }
}

@media print, screen and (min-width: 67.5em) {
  .whatis__item_map a {
    max-width: 93%;
  }
  .whatis__item_map strong {
    font-size: 1.0875rem;
  }
}
.grow_link strong
{
	 font-size: 1.6175rem!important;
	font-weight:bold!important;
}
.fix-height{
        min-height: 13.75rem!important;
}
.fix-height:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: "";
border-top: 8rem solid #2f4798;
    border-right: 8rem solid transparent;
}