﻿.ml-4 {
  margin-left: 1rem;
}
.card {
  text-align: left;
}
.nav-link span img {
  padding-right: 8px;
  padding-left: 0;
}
.card-tag span {
  margin-left: 0;
  margin-right: 0.5rem;
}
.Hero-Section-R {
  border-radius: 0 8px 0 0;
  padding: 40px 100px 60px calc(50% - 780px);
  padding-left: calc(50% - 780px);
  float: left;
  background-position-x: right;
  text-align: left;
}
.Hero-Section-L {
  float: right;
}
.Hero-Section-L .hero-img1 {
  margin-left: -100px;
}
/* Start Animation*/
.slick-active img.hero-img1 {
  animation-name: example;
  animation-duration: 1.5s;
}
@keyframes example {
  0% {
    margin-left: 300px;
    opacity: 0;
  }
  100% {
    margin-left: -100px;
  }
}
.slick-active img.hero-img2 {
  animation-name: example2;
  animation-duration: 2s;
}
@keyframes example2 {
  0% {
    margin-left: 300px;
    opacity: 0;
  }
  100% {
    margin-left: 0;
  }
}
.slick-active .hero-sec-line1 {
  animation-name: example5;
  animation-duration: 1000ms;
}
.slick-active .hero-sec-line2 {
  animation-name: example5;
  animation-duration: 1200ms;
}
.slick-active .hero-sec-line3 {
  animation-name: example5;
  animation-duration: 1800ms;
  color: var(--text-secondary);
}
.slick-active .hero-sec-line4 {
  animation-name: example5;
  animation-duration: 2200ms;
}
.slick-active .hero-sec-line5 {
  animation-name: example5;
  animation-duration: 2400ms;
}
@keyframes example5 {
  0% {
    margin-left: -500px;
  }
  100% {
    margin-left: 0;
  }
}
/* End animation*/
a.footer-ex-link::after {
    margin-right: 0;
    margin-left: 4px;
}
.IPA-main-notification{
	text-align: left;
}
.hero-sec-line1 {
  font-size: 50px;
  height: 140px;
}
.hero-sec-line2 {
  font-size: 35px;
  height: 80px;
}
.hero-sec-line3 {
  font-size: 22px;
  margin-top: 0;
  height: 75px;
}
@media (max-width: 1700px) {
  .Hero-Section-R {
    padding-left: 80px;
  }
}
@media (max-width: 1500px) {
  .Hero-Section-R {
    padding: 80px 100px 60px 40px;
  }
  .hero-sec-line1 {
    font-size: 30px;
    height: 100px;
  }
  .hero-sec-line2 {
    font-size: 25px;
  }
  .hero-sec-line3 {
    margin-top: 32px;
    padding-bottom: 24px;
  }
}
@media (max-width: 1300px) {
  .Hero-Section-R {
    padding: 70px 100px 40px 20px;
  }
}
@media (max-width: 1200px) {
  #Hero-Section {
    background-color: var(--neutral-50);
    background-image: url(/_catalogs/masterpage/ar-sa/CPS/assets/img/ero-back2.png);
    background-position-y: -80px;
    background-position-x: right;
  }
  .slick-active img.hero-img1 {
    animation-duration: 0s;
  }
  .slick-active img.hero-img2 {
    animation-duration: 0s;
  }
  .Hero-Section-L .hero-img1 {
    margin-left: 0;
  }
  .Hero-Section-R {
    background-color: transparent;
    background-image: none;
    padding: 20px;
  }
  .Hero-Section-L {
    padding: 20px;
  }
}
@media (max-width: 1100px) {
  .hero-sec-line1 {
    font-size: 50px;
  }
  .hero-sec-line2 {
    font-size: 30px;
  }
  .hero-sec-line3 {
    font-size: 20px;
    margin-top: 40px;
  }
}
@media (max-width: 999px) {
  .Hero-images {
    display: block;
  }
  .Hero-images img:first-child {
    margin: auto;
  }
  .Hero-images img:last-child {
    margin: auto;
    margin-top: 7px;
  }
  .Hero-Section-R {
    width: 100%;
    padding: 20px 10px 40px 60px;
  }
  .Hero-Section-L {
    display: none;
  }
  .hero-sec-line1 {
    font-size: 50px;
    height: auto;
    margin-bottom: 8px;
  }
  .hero-sec-line2 {
    font-size: 30px;
    height: auto;
    margin-bottom: 8px;
  }
  .hero-sec-line3 {
    margin-top: 30px;
    padding-bottom: 30px;
    height: auto;
    margin-bottom: 8px;
  }
  .slick-active img.hero-img1,
  .slick-active img.hero-img2,
  .slick-active .hero-sec-line1,
  .slick-active .hero-sec-line2,
  .slick-active .hero-sec-line3,
  .slick-active .hero-sec-line4,
  .slick-active .hero-sec-line5 {
    animation-name: none;
    animation-duration: 0s;
  }
}
@media (max-width: 799px) {
  .Hero-Section-R {
    padding: 20px 20px 40px 20px;
  }
  .Hero-images {
    padding-bottom: 12px;
  }
  .hero-sec-line1 {
    font-size: 40px;
    padding-top: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .hero-sec-line2 {
    font-size: 24px;
    padding-top: 1rem;
  }
  .hero-sec-line3 {
    font-size: 16px;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    margin-top: 0;
  }
  .Hero-images img {
    width: 80%;
  }
  #Hero-Section .slick-dots {
    bottom: 24px;
  }
  #Hero-Section .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .hero-sec-line1 {
    font-size: 26px;
  }
  .hero-sec-line2 {
    font-size: 16px;
  }
}