@font-face {
  font-family: "AtkinsonHyperlegibleRegular";
  src: url("../fonts/AtkinsonHyperlegible-Regular.ttf") format("opentype");
  font-style: normal;
}

@font-face {
  font-family: "AtkinsonHyperlegibleBold";
  src: url("../fonts/AtkinsonHyperlegible-Bold.ttf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "AtkinsonHyperlegibleItalic";
  src: url("../fonts/AtkinsonHyperlegible-Italic.ttf") format("opentype");
  font-style: italic;
}
@font-face {
  font-family: "AtkinsonHyperlegibleBoldItalic";
  src: url("../fonts/AtkinsonHyperlegible-BoldItalic.ttf") format("opentype");
  font-style: oblique;
}
* {
  box-sizing: border-box;
}
body {
  font-family: "AtkinsonHyperlegibleRegular";
}
/* #307324 */
.NewsInnerName {
  color: #307324;
  margin: 0 5px;
}
.breadcrumbstyle a {
  color: #717680;
  text-decoration: none;
  margin: 0 5px;
}
.breadcrumbstyle {
  display: flex;
  align-items: center;
  white-space: break-spaces;
  font-weight: 700;
}
.news-detail img {
  max-width: 100%;
  height: auto;
}
.news-date {
  color: #181d27;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
}
.news-title {
  color: #307324;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  margin: 20px 0;
}
.news-description {
  color: #535862;
}

.slider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  min-height: 800px;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}

.slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.ImagesSlide {
  width: 100%;
  height: 100%;
  min-height: 800px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.bgcolor {
  background: #00000080;
  z-index: 1;
  position: absolute;
  height: 100%;
  width: 100%;
}
.slider-content {
  position: relative;
  color: white;
  z-index: 2;
  margin-top: 100px;
}
.slider-content h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 72px;
  letter-spacing: -2%;
}
.slider-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
}
/* .slide:nth-child(1) {
  background: #333;
}
.slide:nth-child(2) {
  background: #555;
}
.slide:nth-child(3) {
  background: #777;
}
.slide:nth-child(4) {
  background: #999;
} */

.indicators {
  display: flex;
  gap: 10px;
  position: relative;
  bottom: 275px;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: white;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.indicator.active {
  width: 60px;
  height: 10px;
  background: #818080;
}

.indicator .progress {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0%;
  background: white;
  transition: none;
}

.indicator.active .progress {
  transition: width linear;
}

.slider-arrow {
  z-index: 5;
  border: none;
  font-size: 20px;
  line-height: 0.4;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
}

.slider-arrow:hover {
  color: #000;
}

.BtnHeader {
  color: #414651;
  background: white;
  font-size: 16px;
  font-weight: 600;
  padding: 10px;
  width: 150px;
  border-radius: 50px;
  text-align: center;
}
.BtnHeader a {
  text-decoration: none;
  color: #414651;
  display: flex;
  place-content: center;
}
.BtnHeader a:hover {
  color: #307324;
  text-decoration: none;
}

.NewsCard {
  position: relative;
  width: 300px;
  height: 100%;
  color: #434343;
  background: #f2f7e8;
  border-radius: 5px;
  cursor: pointer;
  box-shadow:
    0 1px 2px #00000000,
    0 2px 3px #00000040,
    0 3px 8px #00000000,
    0 8px 12px #0000001f;
}
.NewsCard img:hover {
  filter: grayscale(0);
}
.NewsDesc {
  padding: 10px;
}
.widthSet {
  margin: 0 10px;
}
.NewsCard img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  filter: grayscale(100%);
}
.NewsCard h3 {
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.NewsCard p {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
}
.NewsCard .newsanchor {
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  color: #535862;
  text-decoration: none;
  display: flex;
}
.NewsCard .newsanchor:hover {
  color: #307324;
  text-decoration: none;
}
.NewsScrollSlider {
  display: flex;
  overflow: hidden;
  margin-top: -240px;
  position: relative;
  width: 92%;
  height: 350px;
  z-index: 1;
}
.News-Main-Card {
  position: relative;
}

.News-Inner-Card {
  display: flex;
}
.News-Inner-Card a {
  text-decoration: none;
}
.SectionTwo {
  position: relative;
  padding: 160px 0;
}
.SectionTwo .Heading-H2 {
  text-align: center;
}
.Heading-H2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  color: #307324;
}
.SectionTwo h3 {
  color: #181d27;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.SectionTwo h4 {
  color: #307324;
  font-size: 21px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.SectionTwo p {
  color: #535862;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 20px;
}
.SectionSpacing {
  margin-bottom: 50px;
}
.image-radius {
  border-radius: 10px;
}
.circleImage {
  z-index: 1;
  position: absolute;
}
.TabsLine {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.TabsLine p {
  margin: 0;
}

.SectionThree {
  background: #e6e7df80;
  position: relative;
  padding: 80px 0;
}
.SectionThree p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #535862;
}
.SectionThree h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #535862;
}
.SectionThree .nav-pills .nav-link.active,
.SectionThree .nav-pills .show > .nav-link {
  background-color: #72981926;
  color: #535862;
  border-radius: 16px;
}
.SectionThree .nav-link {
  color: #535862;
  cursor: pointer;
  margin-bottom: 15px;
}
.SectionThree .nav-link h3:focus,
.SectionThree .nav-link h3:hover {
  color: #307324;
}
.SectionThree .nav-link p {
  display: none;
}

.SectionThree .nav-link.active p {
  display: block;
}
.SectionThree h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #f2f7e8;
}
.SectionThree .tab-pane p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #f2f7e8;
}
.SectionThree .tab-content > .active {
  display: block;
  background: #307324;
  padding: 64px;
  border-radius: 16px;
  height: 100%;
  min-height: 450px;
}
.SectionThree .tab-pane img {
  margin-bottom: 20px;
}
.SectionThree .tab-pane h4 {
  margin-bottom: 20px;
}
.alignitemcenter {
  align-items: center;
}
.SectionFour {
  position: relative;
  padding: 80px 0;
}
.SectionFour p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #535862;
}
.SectionFour h3 {
  color: #729819;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}
.textcenter {
  text-align: center;
}
.BoxNet {
  text-align: center;
  background: #f2f7e8;
  padding: 24px;
  border-radius: 16px;
  height: 100%;
  min-height: 150px;
  margin-bottom: 20px;
}
.Videouploding {
  position: relative;
  margin-top: 40px;
}
.Videouploding video {
  cursor: auto;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  object-position: 50% 50%;
}

.Videouplodingrightside {
  position: relative;
}
.Videouplodingrightside video {
  cursor: auto;
  width: 100%;
  height: 450px;
  border-radius: 10px;
  display: block;
  object-fit: cover;
  background-color: rgba(0, 0, 0, 0);
  object-position: 50% 50%;
}
.SectionFive {
  position: relative;
  background: #e6e7df80;
  padding: 20px 0;
}

.SectionFiveslider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  min-height: 550px;
}

.SectionFiveslides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}

.SectionFiveslide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.SectionFiveslider-content {
  position: relative;
  z-index: 2;
}
.SectionFiveslider-content h3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #535862;
}
.SectionFiveslider-content p {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #307324;
  margin-bottom: 40px;
}

.SectionFiveindicators {
  display: flex;
  gap: 10px;
  position: relative;
  margin-top: 30px;
  align-items: center;
}
.SectionFiveslider-content img {
  margin-bottom: 20px;
}
.SectionFiveslider-content-image {
  text-align: center;
}
.SectionFiveslider-content-image img {
  border-radius: 10px;
}

.SectionFiveindicator {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #72981940;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.SectionFiveindicator.Fiveactive {
  width: 60px;
  height: 10px;
  background: #72981940;
}

.SectionFiveindicator .Fiveprogress {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0%;
  background: #307324;
  transition: none;
}

.SectionFiveindicator.Fiveactive .Fiveprogress {
  transition: width linear;
}
.TestimonialcircleImage {
  z-index: 0;
  position: absolute;
  top: 50px;
  height: 400px;
}
.SectionSix {
  position: relative;
  padding: 80px 0;
}
.SectionSix p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #535862;
}
.SectionSix .nav-pills .nav-link.active,
.SectionSix .nav-pills .show > .SectionSix .nav-link {
  background-color: #0d6efd00;
  color: #729819;
  border-bottom: 3px solid #729819;
  border-radius: 0;
}
.SectionSix .nav-link:hover {
  color: #729819;
}
.SectionSix .nav-link {
  color: #181d27;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
  padding: 15px 0;
}
.SectionSix .nav-item {
  width: 33%;
  text-align: center;
}
.SectionSix img {
  border-radius: 8px;
}
.FrameworkDesc {
  position: relative;
  padding: 0 0;
}
.SectionSix ol,
ul {
  color: #535862;
}
.FrameworkDesc p {
  line-height: 120%;
}
.SectionSix li {
  font-size: 18px;
  line-height: 120%;
}
.SectionFive ol,
ul {
  color: #535862;
}
.SectionFive li {
  font-size: 18px;
  line-height: 120%;
}
.SectionFour ol,
ul {
  color: #535862;
}
.SectionFour li {
  font-size: 18px;
  line-height: 120%;
}
.SectionThree ol,
ul {
  color: #535862;
}
.SectionThree li {
  font-size: 18px;
  line-height: 120%;
}
.SectionTwo ol,
ul {
  color: #535862;
}
.SectionTwo li {
  font-size: 18px;
  line-height: 120%;
}
.SectionSeven ol,
ul {
  color: #535862;
}
.SectionSeven li {
  font-size: 18px;
  line-height: 120%;
}
.SectionEight ol,
ul {
  color: #535862;
}
.SectionEight li {
  font-size: 18px;
  line-height: 120%;
}
.SectionNine ol,
ul {
  color: #535862;
}
.SectionNine li {
  font-size: 18px;
  line-height: 120%;
}
.SectionTen ol,
ul {
  color: #535862;
}
.SectionTen li {
  font-size: 18px;
  line-height: 120%;
}
.SectionSeven {
  position: relative;
  padding: 80px 0;
  background: #e6e7df80;
}
.SectionSeven h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #181d27;
}

.SectionSeven .TabsLine {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.SectionSeven .TabsLine h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #535862;
}
.SectionSeven .LinkReadmore {
  text-align: center;
  margin-top: 30px;
}
.SectionSeven .LinkReadmore a {
  text-decoration: none;
  color: #307324;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
  justify-content: center;
  width: fit-content;
  justify-self: center;
  margin: auto;
}
.SectionSeven .LinkReadmore a:hover {
  color: #729819;
}
.SectionEight {
  position: relative;
  padding: 80px 0;
  background: #e6e7df;
}
.SectionEight h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #535862;
}

.SectionEight p {
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  color: #535862;
}

.SectionEight .nav-pills .nav-link.active,
.SectionEight .nav-pills .show > .SectionEight .nav-link {
  background-color: #0d6efd00;
  color: #729819;
  border-bottom: 3px solid #729819;
  border-radius: 0;
}
.SectionEight .nav-link:hover {
  color: #729819;
}
.SectionEight .nav-link {
  color: #535862;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  cursor: pointer;
  padding: 15px 0;
}

.SectionEight .nav-item {
  width: 50%;
  text-align: center;
}

.SectionEight .FrameworkDesc {
  position: relative;
  padding: 0 20px;
}
.SectionEight .FrameworkDesc p {
  line-height: 120%;
}

/* Slider Eight One */

.SectionEightslider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  min-height: 550px;
}

.SectionEightslides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}

.SectionEightslide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.SectionEightslider-content {
  position: relative;
  z-index: 2;
}
.SectionEightslider-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #535862;
}
.SectionEightslider-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #307324;
  margin-bottom: 20px;
}

.SectionEightindicators {
  display: flex;
  gap: 10px;
  position: relative;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}
.SectionEightslider-content img {
  margin-bottom: 20px;
}
.SectionEightslider-content-image {
  text-align: center;
}
.SectionEightslider-content-image img {
  border-radius: 8px;
}

.SectionEightindicator {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #72981940;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.SectionEightindicator.Eightactive {
  width: 60px;
  height: 10px;
  background: #72981940;
}

.SectionEightindicator .Eightprogress {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0%;
  background: #307324;
  transition: none;
}

.SectionEightindicator.Eightactive .Eightprogress {
  transition: width linear;
}

/* Slider Eight Two */

.SectionEightTwoslider {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  min-height: 550px;
}

.SectionEightTwoslides {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}

.SectionEightTwoslide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
}

.SectionEightTwoslider-content p {
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #535862;
}
.SectionEightTwoslider-content h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #307324;
  margin-bottom: 20px;
}

.SectionEightTwoindicators {
  display: flex;
  gap: 10px;
  position: relative;
  margin-top: 50px;
  justify-content: center;
  align-items: center;
}
.SectionEightTwoslider-content img {
  margin-bottom: 20px;
}
.SectionEightTwoslider-content-image {
  text-align: center;
}
.SectionEightTwoslider-content-image img {
  border-radius: 8px;
}

.SectionEightTwoindicator {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #72981940;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.SectionEightTwoindicator.EightTwoactive {
  width: 60px;
  height: 10px;
  background: #72981940;
}

.SectionEightTwoindicator .EightTwoprogress {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0%;
  background: #307324;
  transition: none;
}

.SectionEightTwoindicator.EightTwoactive .EightTwoprogress {
  transition: width linear;
}

.SectionNine {
  position: relative;
  padding: 80px 0;
}
.SectionNine .TabsLine {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.SectionNine p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #535862;
}

.SectionNine .TabsLine h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  color: #000000;
}
.SectionNine .TabsLine h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  color: #000000;
}

.SectionNine-Description {
}
.Nine-Three-Boxes {
  background: #f2f7e8;
  padding: 24px;
  border-radius: 16px;
  height: 100%;
  min-height: 240px;
  margin-bottom: 20px;
}
.Nine-Three-Boxes img {
  margin-bottom: 30px;
}
.SectionNine h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #307324;
}
.SectionNine h5 a {
  color: #307324;
}
.SectionNine h5 a:hover {
  color: #729819;
}
.SectionTen {
  position: relative;
  padding: 80px 0;
  background: #307324;
}
.SectionTen h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  color: white;
}
.SectionTen .TabsLine h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: white;
  margin-bottom: 0;
}
.SectionTen .TabsLine a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.SectionTen .TabsLine a h3:hover {
  color: #d5d5d5;
}

.SectionContactUs {
  position: relative;
  padding: 80px 0;
  background: #f2f7e8;
}
.SectionContactUs p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #535862;
}
.contentcenter {
  place-content: center;
}
.contentcenter .form-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #414651;
}
.contentcenter .form-check-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #414651;
}
.contentcenter .form-control {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #717680;
}
.contentcenter .form-check-label a {
  color: #414651;
}
.contentcenter .form-check-label a:hover {
  color: #307324;
}
.contentcenter .form-check-input {
  width: 20px;
  height: 22px;
  margin-top: 0;
}
.contentcenter .form-check-input:checked {
  background: #307324;
  border-color: #307324;
  background-image: url(../images/whitecheck.png);
  background-position: center;
  background-size: 11px;
  background-repeat: no-repeat;
}
.contentcenter .btn-Send-Message {
  background: #307324;
  color: white;
  display: block;
  width: 100%;
  margin-top: 20px;
}
.contentcenter .btn-Send-Message:hover {
  background: #729819;
}

.BtnHeader a::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  height: 12px;
  width: 16px;
  align-self: center;
  filter: invert(40%) sepia(8%) saturate(700%) hue-rotate(202deg)
    brightness(90%) contrast(90%);
}
.left-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  height: 12px;
  width: 16px;
  filter: brightness(0) invert(1);
}
.right-arrow {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  height: 12px;
  width: 16px;
  filter: brightness(0) invert(1);
}
.NewsCard .newsanchor::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  height: 12px;
  width: 16px;
  filter: invert(40%) sepia(8%) saturate(700%) hue-rotate(202deg)
    brightness(90%) contrast(90%);
}
.SectionSeven .LinkReadmore a::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  height: 16px;
  width: 16px;
  align-self: center;
  filter: invert(22%) sepia(58%) saturate(634%) hue-rotate(80deg)
    brightness(60%) contrast(80%);
}

.NewsSliderWrapper {
  position: relative;
  display: block;
  justify-self: center;
  align-items: center;
}

.news-arrow {
  z-index: 10;
  background: #000;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0.7;
}
.news-arrow.prev {
  margin: 5px;
}
.news-arrow.next {
  margin: 5px;
}

.news-dots {
  text-align: center;
}
.news-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
}
.news-dots span.active {
  background: #000;
}
#playPauseBtn {
  font-size: 14px;
  cursor: pointer;
  color: white;
  margin-top: -4px;
}
#playPauseBtnTestimonial {
  cursor: pointer;
  color: white;
  font-size: 16px;
  color: #307324;
}
#playPauseBtnEightOne {
  color: white;
  font-size: 15px;
  cursor: pointer;
  color: #307324;
}
#playPauseBtnEightTwo {
  color: white;
  font-size: 15px;
  cursor: pointer;
  color: #307324;
}
#playPauseNewsBtn {
  font-size: 14px;
  cursor: pointer;
  position: relative;
  z-index: 22;
  width: fit-content;
    margin: auto;
}

.ReadDescription {
  display: none;
}
.dirhumsymbol {
  width: 14px;
  height: 12px;
  background-color: #687075;
  -webkit-mask: url(../images/Dirham_Currency_Symbol_Black.svg) no-repeat center;
  mask: url(../images/Dirham_Currency_Symbol_Black.svg) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: inline-block;
}
.NewsDesc h3 .dirhumsymbol {
  background-color: #434343;
  width: 12px;
  height: 10px;
}
.BoxNet h3 .dirhumsymbol {
  height: 18px;
  width: 22px;
  background-color: #729819;
}

.ApplyNowService {
  background: #307324;
  color: white;
  font-size: 0.8rem;
  padding: 10px 15px;
  border-radius: 40px;
  text-decoration: none;
  display: block;
  width: 100px;
  height: 40px;
  text-align: center;
  align-content: center;
  cursor: pointer;
}
.ApplyNowService:hover {
  background: #729819;
}
.SectionSix .TabsLine a {
  display: flex;
  text-decoration: none;
  align-items: center;
}
.SectionSix .TabsLine h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  color: #535862;
  margin-bottom: 0;
}

.NewsSliderContain {
  position: relative;
  display:grid;
}
.slide-container {
  max-width: 1120px;
  width: 100%;
  padding: 40px 0;
  position: absolute !important; 
  top: -221px;
  place-self: center;
}
.slide-content {
  /* margin: 0 40px; */
  overflow: hidden;
  border-radius: 5px;
}
.card {
  border-radius: 5px;
  background-color: #f2f7e8;
  box-shadow:
    0 1px 2px #00000000,
    0 2px 3px #00000040,
    0 3px 8px #00000000,
    0 8px 12px #0000001f;
  border-radius: 5px;
}
.swiper-slide {
  height: auto;
}
.swiper {
  height: 360px;
}
.image-content,
.card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
  color: #434343;
  background: #f2f7e8;
  border-bottom: 1px solid #f2f7e8;
}
.image-content {
  position: relative;
  /* row-gap: 5px; */
  padding: 0;
}
.overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070f4;
  border-radius: 5px 5px 0 0;
}
.overlay::before,
.overlay::after {
  content: "";
  position: absolute;
  right: 0;
  /* bottom: -40px; */
  height: 40px;
  width: 40px;
  background-color: #4070f4;
}
.overlay::after {
  /* border-radius: 0 25px 0 0; */
  /* background-color: #FFF; */
}
.card-image {
  position: relative;
  height: 173px;
  width: 100%;
  /* border-radius: 50%; */
  background: #fff;
  /* padding: 3px; */
}
.card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.name {
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  height: 35px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.description {
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  width: 100%;
}
.button {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: #4070f4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover {
  background: #265df2;
}

.swiper-navBtn {
  color: #6e93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  color: #4070f4;
}
.swiper-navBtn::before,
.swiper-navBtn::after {
  font-size: 35px;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.swiper-pagination-bullet {
  background-color: #919191 !important;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #919191 !important;
}
.NewsAnchore {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.newsreadanchore {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  color: #535862;
  text-decoration: none;
  width: 100%;
}

.news-description video{
	max-width:1000px;
}

.newsreadanchore::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  height: 12px;
  width: 16px;
  filter: invert(40%) sepia(8%) saturate(700%) hue-rotate(202deg)
    brightness(90%) contrast(90%);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #bbb;
  opacity: 1;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* Active bullet becomes BAR */
.swiper-pagination-bullet-active {
  width: 30px; /* BAR WIDTH */
  height: 4px; /* BAR HEIGHT */
  border-radius: 4px;
  background: #000;
}

/* Optional: smooth dynamic bullet spacing */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  margin: 0 12px !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(5) !important;
}
.swiper-pagination-bullet-active::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background: #000;
  animation: dotFill 8s linear forwards;
}
.swiper-pagination-bullet-active.bar-paused::after {
  animation: none !important;
}

@keyframes dotFill {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(1) !important;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(1) !important;
}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {
  .NewsScrollSlider {
    max-width: 1560px;
  }
}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1920px) {
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .slider-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .news-title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 767px) {
  optgroup {
    font-size: 12px;
  }
  .NewsSliderWrapper {
    display: block;
    text-align: center;
  }
  .breadcrumbstyle {
    display: block;
    white-space: normal;
  }
  .news-title {
    font-size: 28px;
    line-height: 45px;
  }
  .slider-content h1 {
    font-size: 50px;
    line-height: 65px;
  }
  .widthSet {
    margin: 0 10px;
  }
  .Heading-H2 {
    font-size: 30px;
  }
  .SectionTwo h3 {
    font-size: 20px;
  }
  .SectionSpacing {
    margin-bottom: 30px;
  }
  .DirectionChange {
    flex-direction: column-reverse;
  }
  .SectionThree .tab-content > .active {
    min-height: auto;
    padding: 20px;
  }
  .BoxNet {
    align-content: center;
  }
  .SectionSix .nav-item {
    width: 100%;
  }
  .FrameworkDesc {
    padding: 20px 0;
  }
  .SectionEight .nav-item {
    width: 100%;
  }
  .SectionTen h2 {
    font-size: 30px;
    text-align: center;
  }
  .slide-content {
    margin: 0 10px;
  }
  .swiper-navBtn {
    display: none;
  }
  .swiper {
    height: auto;
  }
}
@media (max-width: 520px) {
  .slide-container {
    top: -298px;
  }
  .card-image {
    height: 250px;
  }
  .indicators {
    bottom: 316px;
  }
}
@media (max-width: 480px) {
  .slider-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .SectionNine .TabsLine {
    display: block;
    text-align: center;
    margin-bottom: 30px !important;
  }
  .TwoHeading {
    margin-top: 30px;
  }
  .SectionNine .TabsLine h3 {
    line-height: 120%;
    margin-bottom: 20px;
  }
  .circleImage {
    z-index: 0;
  }
}
@media (max-width: 412px) {
}
@media (max-width: 320px) {
  .slider-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
