
@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');

body {
  position: relative !important ;
  background-attachment: fixed;
  background-size: cover;
  overflow-x: hidden;
  background-position: right;
  font-family: 'Tajawal', sans-serif; /* Tajawal as primary font, fallback to generic sans-serif */
  font-family: 'Tajawal', Arial, sans-serif; /* Tajawal as primary font, fallback to Arial, then generic sans-serif */
}
.image-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.image-container img{
width: 100%;
filter: drop-shadow(2px 4px 6px gray);
}

.video-container-main {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.initial-text {
  overflow: hidden;
  /* max-height: 600px; Adjust the height as per your need */
  transition: max-height 0.5s ease;
}
.p-main{
  font-size: 19px;
}
.extra-text {
  display: none;
  transition: opacity 0.5s ease; /* Smooth fade-in animation */
}
.read-more-btn-container{
  width: 100%;
  text-align: left;
}
#read-more-btn {
  color: #000000;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  background-color: unset;
  font-size: 18px;
}
#read-more-btn02 {
  color: #000000;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  background-color: unset;
  font-size: 18px;
}



p, h1,h2,h3,h4,h5{
  font-family: 'Tajawal', sans-serif; /* Tajawal as primary font, fallback to generic sans-serif */
  font-family: 'Tajawal', Arial, sans-serif; /* Tajawal as primary font, fallback to Arial, then generic sans-serif */
  text-align: right;
}
::selection {
  color: #fda82e;
  background-color: #4e43bb;
}
.btn-box-report p {
  border: 1px solid #FE4040;
  border-radius: 3px;
  cursor: pointer;
}

.small-section{
  background-color: #F5F5F5;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.small-section h3{
  text-align: center;
  color: #1C3557;
}
.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}

.slick-slide img {
  width: 100%;
  object-fit: cover;
  border: unset;
  height: 370px;
  object-position: top;
}


.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
.slick-dots li button:before{
  width: 35px !important;
  height: 36px !important;
}
.slick-dots{
  bottom: -60px !important;
}
#section01{
  padding-top: 50px;
  background-color: #F5F5F5;
  height: auto;
}
#section01 .lead {
  color: #000000;
  font-size: 18px;
  margin-top: 21px;
  line-height: 31px;
}
#section01 article{
  text-align: right;
}
.en-site  article{
  text-align: left !important; 
}
.en-site h2{
  text-align: left;
  font-size: 27px;
}
.en-site h3{
  text-align: left;
}
.en-site p{
  text-align: left;
}
.en-site .read-more-btn-container{
  width: 100%;
  text-align: right;
}
#main-section h1{
  color: #FEA82F;
  margin-bottom: 6px;
  text-align: center;
  font-weight: 600 !important;
  font-size: 50px;
  border-top: 2px solid #FEA82F;
  border-bottom: 2px solid #FEA82F;
  padding: 25px;
  width: 100%;
  margin: auto;
  text-shadow: 0px 1px 3px #000000c4;
}

#main-section h3{
  color: #FEA82F;
  letter-spacing: 1px;
  font-weight: 600 !important;
  font-size: 31px;
  text-align: center;
  margin-top: 20px;
  text-shadow: 0px 1px 3px #000000c4;
}
#main-section p{
  color: white;
  text-align: center;
  letter-spacing: normal;
}
.main-section-container{
  vertical-align: bottom;
  margin: auto;
  z-index: 3;
  position: relative;
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.lyar-right {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
  background-color: rgb(84 72 200 / 70%);
}
#main-section{
  background-image: url(../img/mainbanner.png);
  background-size: cover;
  height: auto;
  padding: 140px 10px;
}

.main-box p {
  transition: all .5s;
  color: #5448C8 !important;
  padding: 10px 40px !important;
  border-radius: 5px;
}


.main-box p:hover {
  background-color: #fea82e;
}

.main-box{
  text-align: center;
  margin: auto;
}
.main-box P{
  background-color: #F5F5F5;
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: 800;
}
.btn-box-report p{
  color: #FE4040 !important;
}
.btn-box-report p:hover{
  color: #5448c8 !important;
}
.btn-box-report{
  margin-top: 40px;
}
#footer.inverted{
  padding-bottom: 40px !important;
}


.p-footer{
  text-align: right !important;
  font-size: 18px;
  font-weight: 500;
}

.logopic {
  width: 115px;
  object-fit: contain;
}
.p-t-30{
  padding-top: 30px;
}


.red-arij23{
  color: #E63946 !important;
}







/* addthis */

.at-expanding-share-button.at-expanding-share-button-desktop
  .at-expanding-share-button-toggle-bg
  > span {
  background-color: #E63946 !important;
}
.at-expanding-share-button[data-position="bottom-left"] {
  left: 10px;
}
/* addthis */

.at-expanding-share-button-mobile-container
  .at-expanding-share-button-mobile
  .at-expanding-share-button-toggle-bg
  > span {
  background-color: #E63946 !important;
  color: #E63946 !important;
}



.lyar-bottom {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;

  background-image: linear-gradient(
    rgba(25, 23, 23, 0.452),
    rgba(0, 0, 0, 0.3)
  );
}
.lyar-top {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background-image: linear-gradient(
    to top,
    #00000000,
    #06060600,
    #0202028a,
    #020202ba,
    #020202fc
  );
}



section{
  height: 100vh;
}




#section02{
  background-color: #5448C8;
  height: auto;
}
.box-container-row{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.box-col{
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.box-col p{
  color: white;
  font-size: 18px;
}
.box-col img{
  width: 90px;
  margin: auto;
}
#section02 .strong-h{
  text-align: center;
  color: #F2F8EE;
  font-size: 30px;
  margin-bottom: 19px;
}
#section02 .qoute{
  text-align: center;
  color: #F2F8EE;
  margin-bottom: 63px;
  font-size: 19px;
}
#section03 , #section05 {
  height: auto;
  background-color: #5448C8;
}
#section01 .strong-h{
  color: #5448C8;
  line-height: 41px;
  margin-bottom: 24px;
}


#footer.inverted {
  background-color: #5448C8;
  border-top: 1px solid #5448C8;
}
#footer.inverted .copyright-content {
  border-top: 1px solid #5448C8;
  min-height: 80px;
  padding: 30px 0;
  background-color: #5448C8;
}
.footer-logo {
  width: 100px;
}
.footerLeft{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#section03 .strong-h{
  color: #F5F5F5;
  margin-top: -34px;
  margin-bottom: 30px;
}
.slick-dots li.slick-active button:before{
  color: #FEA82F !important;
}
.slick-dots li button:before{
  color: #FEA82F !important;
  font-size: 14px !important;
}
.slick-next, .slick-prev{
  display: none !important
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

.en-pages h1 {
  font-family: "Montserrat", sans-serif; /* Montserrat as primary font, fallback to generic sans-serif */
}

.en-pages p{
  font-family: "Montserrat", sans-serif; /* Montserrat as primary font, fallback to generic sans-serif */
}

.en-pages h3{
  font-family: "Montserrat", sans-serif; /* Montserrat as primary font, fallback to generic sans-serif */
}

   


.row{
  margin-right: 0;
  margin-left: 0;
}
@media (max-width: 800px) {
  
  .main-section-container{
    padding: 10px 5px;
    width: 100%;
  }

  #main-section h1 {
    font-size: 28px;
}
.box-col {
  width: 100%;
  margin-bottom: 14px;
}
.slick-slide img {
  width: 100%;
  height: 165px;
  object-fit: cover;
  border: unset;
}
.main-logo{
  display: none;
}
}

