@font-face{
    font-family: bruumFont;
    src: url(./../fonts/Bruum\ FY\ Light.otf);
}
@font-face{
    font-family: mediumFont;
    src: url(./../fonts/NewJune-Medium.otf);
}
@font-face{
    font-family: boldFont;
    src: url(./../fonts/NewJune-Bold.otf);
}
@font-face{
  font-family: boldBrum;
  src: url(./../fonts/BruumFY-Bold.otf);
}
@font-face{
  font-family:regBrum;
  src: url(./../fonts/BruumFY-Regular.otf);
}
@font-face{
    font-family: lightFont;
    src: url(./../fonts/NewJune-Light.otf);
}
@font-face{
    font-family: acuminMediumFont;
    src: url(./../fonts/Acumin\ Pro\ Medium.otf);
}
@font-face{
    font-family: calis;
    src: url(./../fonts/Bahij_TheSansArabic-SemiBold.ttf);
}
*{
    font-family: bruumFont;
}
a{
    text-decoration: none;
}
ul{
    margin-top: 0;
    margin-bottom: 0;
}
/* start home sreen */
footer span a{
  color: #000;
  font-size: 18px;
}
/* start navbar */
header .langs,
header .langs a{
    color: #8b8080;
}
header a img{
    width: 90%;
}
header .nav1{
    background-color: #000;
    padding: 10px 0;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.bg{
  background-color: #fff;
}
header .nav1 a{
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
}
header .nav2{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 10px;
}
header{
    margin-bottom: 20px;
}
header a{
    color: #000;
}
header .left-part{
    min-height: 120px;
}
header .left-part h3{
    font-size: 18px;
    font-family: boldFont;
    line-height: 22px;
}
header .right-part{
    position: absolute;
    width: 75%;
    right: 0;
    top: 0;
    min-height: 120px;
}
header .right-part .nav1{
    background-color: #000;
    color: #fff;
    width: 100%;
    min-height: 70px;
    display: flex;
    align-items: center;
}
header .right-part .nav2 ul li{
    font-weight: 600;
}
header .right-part .nav1 ul li,
header .right-part .nav2 ul li{
    font-size: 14px;
    position: relative;
    margin-left: 4px;
    cursor: pointer;
}
header .right-part .nav1 ul.lists li:not(:last-child)::after{
    content: '';
    position: absolute;
    width: 1px;
    margin-left: 8px;
    height: 18px;
    bottom: 3px;
    background-color: #fff;
}
header .right-part .nav2{
    margin-top: 10px;
}
header .right-part .nav2 ul li{
    color: black;
}
header .right-part .nav2 ul li:not(:last-child)::after{
    content: '';
    position: absolute;
    width: 1px;
    margin-left: 8px;
    height: 18px;
    bottom: 3px;
    background-color: #000;
}
header .nav2 a{
  font-size: 18px;
}
/* end navbar */

.counter-top{
    background-color: #000;
    padding: 15px 30px;
}
.counter-top .btns {
    /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
    width: 100%;
}
.counter-top .btns button{
    font-family: acuminLightFont;
    /* padding: 5px 20px; */
    width: 90%;
    font-size: 14px;
    color: #f1efef;
    border-radius: 0;
}
.counter-top .btns .btn-warning{
    background-color: #b07c2c;
    border-color: #b07c2c;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.counter-top p{
    /* font-family: acuminLightFont; */
    font-size: 15px;
    margin-bottom: 0;
    color: #ebe3e3;
}
.counter-top button.btn{
  font-family:regBrum;
    font-size: 14px;
}

/* start banners */
.main-banner img{
    width: 100%;
}

/* start banner_1 */
.banner-description{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.banner_1{
    position: relative;
    background-image: url(./../images/bnner_9);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}
.banner_1 .banner-description{
    margin-top: 45%;
}
.banner_1 .banner-description h4{
    color: #fff;
    font-size: 25px;
    font-family: mediumFont;
}
.banner_1 .banner-description h3{
    color: #a87b22;
    font-size: 30px;
    font-family: boldFont;
}
.banner_1 .banner-description h5{
    color: #fff;
    font-size: 16px;
    font-family: lightFont;
    margin: 10px 0;
}
.banner_1 .banner-description p{
    color: #fff;
    font-size: 15px;
    font-family: lightFont;
}
.banner_1 .banner-footer{
    position: absolute;
    bottom: 0;
    background-color: #009245;
    width: 100%;
    color: #fff;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.banner_1 .banner-footer p{
    color: #fff;
    font-family: lightFont;
    transform: translateY(50%);
    font-size: 15px;
    line-height: 15px;
}
.banner_1 .banner-footer ul{
    display: flex;
    justify-content: space-evenly;
    transform: translateY(0);
}
.banner_1 .banner-footer ul li button{
    color: #fff;
    font-size: 14px;
    font-family: lightFont;
    border-radius: 0;
    padding: 5px 30px;
}
.banner_1 .banner-footer ul li button.btn-warning{
    background-color: #b07c2c;
    border-color: #b07c2c;
}
.banner_1 .banner-footer ul li button.btn-secondary{
    background-color: #000;
    border-color: #000;
}
/* end banner_1 */

/* start counter */
.counter{
    margin: 30px 0;
}
.counter h2{
    color: #f00;
    font-size: 30px;
    font-family: boldFont;
    margin: 5px;
}
.counter img {
    margin: 10px auto;
}
.counter i{
    font-size: 22px;
    color: #888686;
}
.counter p{
    color: #888686;
}
/* end counter */

/* start banner_2 */
.banner .banner-description h3{
    font-size: 35px;
    line-height: 47px;
    margin-bottom: 25px;
    margin-top: 20%;
    font-family: boldFont;
    color: #000;
}
.banner_3 .banner-description button.primary{
    background-color: #1b75ba !important;
    border-radius: 0 !important;
}
.banner_2{
    position: relative;
    background-image: url(./../images/banner1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    /* border-top: 10px solid #1b75ba;
    border-bottom: 10px solid #1b75ba; */
}
.banner_2 .banner-description h3{
    margin-top: 65px;
    font-size: 35px;
    margin-bottom: 20px;
    font-family: boldFont;
}
.banner_2 .banner-description hr{
    background-color: #a87b22;
    width: 100%;
    width: 85%;
    display: inline-flex;
    border-width: 2px;
}
.banner_2 .banner-description p{
    color: #000;
    font-size: 20px;
    margin-top: 0px;
}
.banner_2 .banner-description p a{
    text-decoration: none;
    color: #a87b22;
}
/* end banner_2 */
.header h2{
    margin: 30px 0 0;
    font-family: boldFont;
}
.header p{
    margin-top: 10px;
    font-family: mediumFont;
    font-size: 20px;
}
.images{
    margin: 40px 0;
}
/* .images img{
    max-width: 280px;
    height: 225x;
} */
.images .text{
    display: flex;
    justify-content: center;
    position: relative;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
}
/* start banner_3 */
.banner_3{
    position: relative;
    background-image: url(./../images/img_3-05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
}
 /* .banner-description h3{
    font-size: 30px;
    margin-top: 20%;
    font-family: boldFont;
    color: #1974bb;
} */
 .banner-description .hr{
    width: 94%;
    border-bottom: 2px solid #a87b22;
    margin-top: 20px;
    margin-bottom: 20px;
}
 .banner-description p{
    color: #000;
    font-size: 20px;
    /* font-family: acuminMediumFont; */
    margin-top: 0px;
    width: 85%;
}
 .banner-description button{
    /* font-family: lightFont; */
    border-radius: 5px;
    margin-top: 3%;
}
/* end banner_3 */

/* start banner_4 */
.banner_4{
    position: relative;
    background-image: url(./../images/img_4-05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
}
.bannerRight .hr{
    margin-left: auto;
}
/* end banner_4 */

/* start banner_5 */
.banner_5{
    position: relative;
    background-image: url(./../images/img_5-05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    /* border-bottom: 10px solid #1b75ba; */
    margin-bottom: 40px;
}
/* end banner_5 */

/* start banner_6 */
.banner_6{
    position: relative;
    background-image: url(./../images/img_6-05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    /* border-bottom: 10px solid #1b75ba; */
    margin-bottom: 40px;
}
/* end banner_6 */

/* start banner_7 */
.banner_7{
    position: relative;
    background-image: url(./../images/BOD_banner_6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 650px;
    margin-bottom: 40px;
}

/* end banner_7 */
.categories{
    margin-bottom: 40px;
}
.categories .cat{
    width: 100%;
    margin: auto;
}
.categories img{
    margin-bottom: 10px;
    width: 95%;
}
.categories .text{
    width: 90%;
    margin: auto;
}

/* start footer */
.Mobile{
  display: none;
}
footer{
    padding: 50px 0 0;
    background-color:#f0f0f1;
    margin-top: 30px;
}
footer .btn i{
    display: none;
}
footer a{
    color: #000;
    font-size: 18px;
}
footer .logo {
    text-align: center;
}
footer .logo span{
    font-family: boldFont;
}
footer h5{
    color: #a87a22;
    font-size: 20px;
    font-family: boldBrum;
}
footer form button.btn{
    padding: 3px 18px;
    margin: auto;
    font-size: 18px;
    height: 42px;
}
footer .links span{
    color: #000;
    font-size: 18px;
    cursor: pointer;
}
footer .links span:hover{
    color: #a87a22;
    font-weight: 700;
}
footer .subscribe-label{
    color: #a87a22;
    font-size: 20px;
    font-family: boldBrum;
}
footer p.footr{
    font-size: 18px;
    margin-top: 10px;
}
footer .copy-right{
    background-color: #000;
    color: #fff;
    border-radius: 0;
    padding: 10px 0;
}
footer .copy-right p{
    font-size: 20px;
    margin: auto;
    padding: 15px 0;
    text-align: center;
}
footer #subscribe{
    padding: 22px;
    background-color: #ccc;
    width: 90%;
}
footer form input, footer form .btn, footer .icon-download img{
    height: 35px;
}
footer .icon-download img{
    height: 43px;
}
footer form .btn{
    font-size: 15px;
}
footer .logo img{
    width: 50%;
}
.social-icons li {
    display: inline-block;
    margin: -1px 5px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.social-icons li a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #FFF;
    border-radius: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
}
.social-icons .social-icons-facebook a {
    background: #3b5a9a !important;
    color: #fff !important;
}
.social-icons .social-icons-twitter a {
    background: #1aa9e1 !important;
    color: #fff !important;
}
.social-icons .social-icons-linkedin a {
    background: #0073b2 !important;
    color: #fff !important;
}
.social-icons .social-icons-youtube a {
    background: #c3191e;
    color: #fff !important;
}
.winner .img img{
    padding: 20px;
}
/* end footer */

/* start home sreen */

/* start media query */
@media only screen and (max-width: 1284px) {
    .banner_1 .banner-footer ul{

        transform: translateY(10px);
    }
    .banner_1 .banner-footer p{
        font-size: 13px;
    }
}
@media only screen and (max-width: 1109px) {
    .counter-top .btns {
        width: 100%;
    }
}
@media only screen and (max-width: 991px) {
    .images .text h5{
        font-size: 13px;
    }
    .banner_2 .banner-description h3 {
        font-size: 20px;
    }
    .banner_2 .banner-description p {
        font-size: 15px;
    }
    .banner-description h3{
       font-size: 20px !important;
    }
    .banner-description p{
        font-size: 18px;
    }

}
@media only screen and (max-width: 842px) and (min-width: 768px)  {
    .counter-top button.btn{
        font-size: 11px;
    }
    .counter h2 {
        font-size: 26px;
    }
    .counter-top p{
        font-size: 14px;
    }
}
@media only screen and (max-width: 767px) {

    header .nav1{
        padding: 15px 0;
    }
    header .right-part {
        position: relative;
        width: 100%;
        top: auto;
    }
    header .left-part {
        width: 50%;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    header .left-part  img{
        margin-right: 10px;
    }
    header .right-part ul.lists li:not(:last-child)::after{
        display: none;
    }
    header .right-part ul.lists{
        text-align: left;
    }
    .counter-top button.btn{
        width: 100%;
        margin: 10px auto;
    }
    .banner_1{
        margin-top: 20%;
        position: relative;
    }

    .banner br{
        display: none;
    }
    .banner hr{
        width: 50%;
        margin: auto;
    }

    .banner .banner-description button{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 25px auto;
    }
    .banner_1 .banner-description {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 25%;
    }
    .banner_1 .banner-footer {
        bottom: 10px;
        min-height: 80px;
    }
    .banner-footer ul li{
        width: 35%;
        display: grid;
        margin-bottom: 15px;
    }
    .banner_2 .banner-description h3{
        font-size: 20px;
    }
    .banner .banner-description h3{
        font-size: 20px;
    }

    .banner_2 .banner-description hr {
        width: 50%;
        display: flex;
        margin: auto;
    }
    .header h2{
        font-size: 20px;
    }

    .banner .banner-description hr{
        margin: 10px auto !important;
    }
    .banner_4 .banner-description hr,
    .banner_7 .banner-description hr{
        display: flex;
        margin: 10px auto;
    }
    /* .banner_3 .banner-description hr {
       margin-left: 0;
        width: 50%;
    } */
    .header p{
        font-size: 17px;
    }
    .banner_6 .banner-description{
        text-align: center;
    }
    .banner_6 .banner-description h3{
        margin-top: 20%;
    }
    .banner_6 .banner-description hr{
        width: 100%;
    }
    /* .banner_6 .banner-description hr{
        margin: auto;
    } */
    .banner_7 .banner-description h3 {
        font-size: 30px;
        margin-top: 40%;
    }
    .categories .cat{
        display: flex;
        justify-content: center;
    }


    footer .logo{
        margin-bottom: 20px;
    }
    footer .icon-download, footer .social{
        justify-content: center;
        margin: 5px 0;
    }
    footer form button.btn{
        display: flex;
        padding: 5px 10px;
    }

}
@media only screen and (max-width: 575px) {
  .banner .banner-description h3{
    line-height: 28px;
  }
  .images .text h5{
    padding: 0 0 15px;
    font-size: 18px;
  }
  .images img{
    margin-bottom:20px;
  }
  .Mobile{
    display: block;
  }
  .Desktop{
    display: none;
  }
  .Mobile img{
    margin-top: 20px;
  }
  .banner-description p{
    width: 100%;
  }
    .banner {
        height: auto;
    }
    .banner .banner-description{
        width: 100%;
    }
    .banner .banner-description h3{
        margin-top:10px;
    }
    .banner .banner-description h3 {
      margin-bottom: 10px;
    }
    header .left-part {
        width: 85%;
    }
    .counter-top{
        padding: 10px;
    }
    .counter-top p{
        font-size: 13px;
    }
    .counter-top .btns {
        margin-top: 15px;
    }
    .counter-top .btns .btn {
        width: 100%;
        margin-top: 5px;
        font-size: 12px;
    }
    .banner_1{
        margin-top: 45%;
    }
    .banner_1 .banner-footer p {
        transform: translateY(25%);
        font-size: 14px;
        text-align: center;
    }
    .banner_1 .banner h3, .banner_1 .banner-description h4{
        font-size: 20px;
    }
    .header p{
        font-size: 16px;
    }
    .banner_3 .banner-description {
        text-align: center;
    }
    .banner_4 .banner-description {
        text-align: center;
    }
    .banner_5 .banner-description {
        text-align: center;
    }
    .banner_7 .banner-description {
        text-align: center;
    }
    .banner_7 .banner-description h3 {
        font-size: 20px;
    }
    .categories img{
        margin-bottom: 10px;
    }
    footer h5 {
        font-size: 15px;
    }
    footer .links span {
        font-size: 13px;
    }
    footer .copy-right p {
        font-size: 13px;
    }
    .nav1 ul li , .nav2 ul li{
      width: 100%;
      text-align: center;
    }
    .nav2 ul li{
      margin-bottom: 7px;
    }
}

@media only screen and (max-width: 375px) {
    .banner .banner-description button{
        font-size: 13px;
    }
    .banner_1{
        margin-top: 48%;
    }
    .banner_3 .banner-description {
        text-align: center;
    }
    .banner_3 .banner-description hr{
        margin: auto;
    }
}
#award_name_panel
{
  font-family: boldBrum;
  color: #b07c2c;
}
.cat-box a {
  color: #000;
  font-family: regBrum;
  font-size: 20px;}

  .cat-box a::before {
  font-family: "Font Awesome 5 Free";
  content: ">";
  font-weight: 900;
  margin-right: 7px;
  color: #c29113;
}

.profile h2 , .profile h3 , .profile h4{
  font-family: boldBrum;
}
.profile h5{
  font-family:regBrum;
}
.profile p , .profile li{
  font-size: 20px;
  text-align: justify;
}
.profile li{
  margin-bottom: 10px;
}
.profile h3 , .profile strong{
  color: #000;
  font-family: boldBrum;
}
.nav1 ul li{
  padding: 10px 0;
}
/* end media query */
.winner-page img{
    height: 300px;
    width: 100%;
}
.winner-page p{
    text-align: center !important;
    font-size: 18px;
}

.winner-page .card-body{
    height: 150px;
    background-color: #f4f4f4;
}
.winner-page .card{
    box-shadow: 0 0 2px 2px #ccc;
    margin-bottom: 20px;
}