body {
    background-color: #1c3557;
}
.navbar-light .navbar-nav .nav-link{
    font-family: 'Tajawal';
}
.partner-page{
    background-image: url(../images/mainbanner.jpg);
}
.lyar-right{
    z-index: -1;
}
.partner-page h2{
    color: #ffffff;
    margin-top: 80px;
    margin-bottom: 40px;
    font-size: 45px;
}
header{
  background: unset !important;
  height: auto !important;
  background-color: unset !important;
}
header::after{
  display: none !important;
}
.strong-h{
    text-align: center;
    color: white;
}
#section03, #section05{
    background-color: #5448c800;
}
.partners-container-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.partners-col{
    width: 22%;
    background-color: white;
    text-align: center;
    padding: 0;
    border-radius: 10px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    margin-left: 5px;
    margin-right: 5px;
    /* border-bottom: 1px solid #80808024; */
    border-radius: 0;
}
.tier1{
  border-bottom: unset;
  margin-bottom: 5px;
  width: 80%;
  margin: auto;
}
.tier1 .partners-col{
  width: 30%;
}
.tier2{
  border-bottom: unset;
  margin-bottom: 5px;
}


.partners-col img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.tier1 img{
  width: 90%;
}
.partner-page section{
    height: auto; 
    padding-top: 0; 
}
.section05{
    padding-top: 0;
}
/* .tier2 img{
    width: 80%;
} */
.tier2 .partners-col{
    width: 23%;
}
.tier2a .partners-col{
    width: 20%;
}
/* .tier3 img{
    width: 60%;
} */

.tier3 .partners-col{
    width: 18%;
}
.partners-logos-conatiner{
    background-color: white;
    border-radius: 10px;
    padding: 15px 15px;
}
.partners-logos-en .partners-container-row{
    flex-direction: row-reverse;
}

.main-box p {
  transition: all .5s;
}

.main-box p:hover {
  background-color: #ED7D86;
  border: 1px solid #ED7D86;
}

body {
  font-family: 'Tajawal';
}

#main-section .red-arij23 {
  color: #d0232a !important;
}
.tier2{
  width: 85%;
  margin: auto;
}
.tier2a{
  width: 85%;
  margin: auto;
}
.tier2 img{
  width: 90%; 
}

p,
h1,
h2,
h3,
h4,
h5 {
  font-family: "Tajawal";
}

.navbar-light .navbar-nav .nav-link {
  font-family: 'Tajawal';
}

#main-section h1 {
  color: white;
  margin-bottom: 6px;
  font-weight: 500 !important;
  font-size: 48px;
}

#main-section h3 {
  color: white;
  letter-spacing: 1px;
  font-weight: 500 !important;
  font-size: 26px;
}

.p-main {
  font-size: 21px;
  letter-spacing: 1px;
}

.dark-blue {
  background-color: #1c3557;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-box-report p {
  background-color: #ed7d86;
  border: 1px solid #ed7d86;
  border-radius: 3px;
  cursor: pointer;
}

.dark-blue h3 {
  color: white;
  text-align: center;
}

.dark-blue p {
  color: white;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}

.main-box-btn p {
  color: white;
}

.dark-blue .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.footer-logo{
  border-right: unset;
}
.tier3 img{
  width: 100%;
}

.tier3{
  width: 90%;
  margin: auto;
}

.tier4 .partners-col{
  width: 15%;
}
.tier4{
  width: 85%;
  margin: auto;
}
.tier4 img{
  width: 75%;
}
.tier5{
  width: 85%;
  margin: auto;
}
.tier5 .partners-col{
  width: 15%;
}
.tier5 img{
  width: 75%;
}
.dropdown {
          position: relative;
          display: inline-block;
        }
        .dropdown-content {
          display: none;
          position: absolute;
          background-color: #f9f9f9;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          padding: 12px 16px;
          z-index: 1;
        }
        .dropdown-content a{
          color: #1c3557;
            font-size: 15px;
            font-weight: 600;
            text-align: right;
            display: flex;

        }
    .dropdown:hover .dropdown-content {
      display: block;
    }
    @media (min-width: 1200px) {
      .container {
          max-width: 80%;
      }
  }
    @media (max-width: 990px) {
      .dropdown-content {
        display: unset;
        position: unset;
        background-color: #f9f9f900;
        min-width: unset;
        box-shadow: unset;
        padding: 0;    
        display: flex;
        justify-content: end;
      }
      .dropdown-content a {
        color: #ffffff;
        font-size: 15px;
        font-weight: 600;
        text-align: left;
        display: flex;
    }
    .dropdown i{
      display: none;
    }
    }
@media (max-width: 800px) {
  #main-section h1 {
    font-size: 28px;
  }
  .tier3 .partners-col {
  width: 18%;
}
.tier3 img{
  width: 100%;
}
.tier3{
  width: 100%;
  margin: auto;
}
}

@media (max-width: 600px) {
  .dark-blue {
    height: 500px;
  }
}

@media (max-width: 600px) {

    .partner-page h2{
        font-size: 37px;
    }

    .partners-col {
        width: 30%;
        background-color: white;
        text-align: center;
        padding: 0;
        border-radius: 10px;
        margin-bottom: 2px;
        padding-bottom: 2px;
        margin-left: 0px;
        margin-right: 3px;
        /* border-bottom: 1px solid #80808024; */
        border-radius: 0;
    }
    .tier2 .partners-col {
        width: 24%;
    }
    .tier3 .partners-col {
        width: 18%;
    }
}