:root{
  --main-color: #ed2027;
}

@font-face {
  font-family: bruumFont;
  src: url(./../fonts/BruumFY-Light.otf);
}
@font-face {
  font-family: bruumBold;
  src: url(./../fonts/BruumFY-Bold.otf);
}
@font-face {
  font-family: bruumRegular;
  src: url(./../fonts/BruumFY-Regular.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: lightFont;
  src: url(./../fonts/NewJune-Light.otf);
}
@font-face {
  font-family: acuminMediumFont;
  src: url(./../fonts/Acumin\ Pro\ Medium.otf);
}
@font-face {
  font-family: bejanBold;
  src: url(./../fonts/Bahij_TheSansArabic-Bold.ttf);
}
@font-face {
  font-family: bejanSemiBold;
  src: url(./../fonts/Bahij_TheSansArabic-SemiBold.ttf);
}
.pofile{
  padding: 30px 0;
}
.pofile h3{
  font-family: bruumBold;
  border-left: 6px solid #1b75ba;
  padding-left: 13px;
  margin-bottom: 25px;
}
.pofile p{
  font-size: 18px;
  line-height: 26px;
  text-align: justify;
}
.pofile p a{
  color: #1b75ba;
  text-decoration: none;
}
.leader{
  padding: 30px 0;
}
.leader h3{
  font-family: bruumBold;
  margin-bottom: 5px;
}
.leader span{
  font-size: 18px;
}
.leader img{
  margin-top: 20px;
}
html[lang="ar"] nav li a{
  font-family: bejanSemiBold;
}
html[lang="ar"] header .right-part nav ul.lists li:not(:last-child)::after{
margin-right: 8px;
}
html[lang="ar"] header .right-part nav ul.lists li:last-child{
  margin-right: 8px;
}
* {
  font-family: bruumFont;
}
ul {
  margin-top: 0;
  margin-bottom: 0;
}
/* start home sreen */

/* start navbar */

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: #f0f0f1;
  color: #fff;
  width: 100%;
  min-height: 50px;
  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 {
  background: #2256a1;
  padding: 15px 0px;
}
header .right-part .nav2 ul li a{
  color: #fff;
}
header .right-part .nav2 ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  width: 1px;
  margin-left: 8px;
  height: 18px;
  bottom: 3px;
  background-color: #fff;
}

header .nav-1{
  background-color: var(--main-color);
  color: #fff;
  padding: 12px 0;
  margin-bottom: 0;
}
header .nav-2{
  padding: 12px 0;
}
header .nav-1 li a{
  color: #fff;
  font-family: bruumBold;
}
header .nav-1 li {
  margin-right: 0 !important;
}
header .nav-1 li:not(:last-child)::after {
  content: "|";
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}
header .nav-2 li a{
  color: #000;
  font-family: bruumBold;
}
/* end navbar */

.counter-top {
  background-color: #000;
  color: #f2f2f2;
  padding: 20px 30px;
}
.counter-top .btns {
  /* display: flex;
    justify-content: space-evenly;
    align-items: center; */
  width: 100%;
}
.counter-top .btns button {
  font-family: bruumRegular;
  /* padding: 5px 20px; */
  width: 90%;
  font-size: 14px;
  color: #f1efef;
  border-radius: 0;
}
.counter-top .btns .btn-warning {
  background-color: #1b75ba;
  border-color: #1b75ba;
}
.counter-top p {
  font-family: bruumRegular;
  font-size: 1em;
  margin-bottom: 0;
  color: #f2f2f2;
  margin-left: 32px;
}
.counter-top button.btn {
  font-family: bruumFont;
  font-size: 14px;
}

/* start counter-plus */
.goverment-efficiency .counter-plus{
  margin: 32px 0;
  background-color: #e5e6e7;
  padding: 64px 0;
}
.goverment-efficiency .counter-plus h3{
  color: #b20507;
  font-size: 30px;
  font-family: bruumBold;
  margin: 5px;
}
.goverment-efficiency .counter-plus p{
  color: #888686;
  font-size: 15px;
}
/* end counter-plus */

/* start themes */
.goverment-efficiency .themes h4{
  font-family: bruumBold;
  margin-bottom: 16px;
}
.goverment-efficiency .themes .card{
  border: none;
  width: 90%;
  margin-bottom: 32px;
}
.goverment-efficiency .themes .card .card-title{
  color: #b20507;
  font-weight: lighter;
  margin-bottom: 16px;
}
.goverment-efficiency .themes .card .card-body{
  padding: 0;
}
.goverment-efficiency .themes .card .card-body p{
  color: #888686;
  font-size: 15px;
  margin-top: 16px;
}
/* end themes */


/* start banners */
.main-banner img {
  width: 100%;
}
header .right-part .nav1 ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 0 !important;
}
header .right-part .nav2 ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 15px 0 !important;
}
#rtl header .nav-1 li a, #rtl header .nav-2 li a {
  font-family: bejanBold;
}
#rtl header .nav-1, #rtl header .nav-2 {
  direction: rtl;
}
#rtl .text p,
#rtl .text p a{
  font-family: bejanSemiBold;
  font-size: 18px;
}
#rtl .text p a{
  color: var(--main-color);
}
#rtl .rtl.welcome-page p, #rtl .rtl.theme-page p , #rtl .rtl.welcome-page ul li{
  font-family: bejanSemiBold;
}
#rtl .rtl.welcome-page ul{
  margin-right: 32px;
}
#rtl .rtl.welcome-page p, #rtl .rtl.theme-page p, #rtl .rtl.welcome-page ul li {
  font-size: 19px;
  text-align: right;
  direction: rtl;
}
#rtl .welcome-page strong, #rtl .theme-page strong, #rtl .welcome-page h4, #rtl .theme-page h4 {
  font-family: bejanBold;
}
.welcome-page p, .welcome-page strong {
  font-size: 19px;
}
/* start banner_1 */
.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: 38px 0;
}
.counter .row {
  row-gap: 18px;
}
.counter .counter-desc {
  height: 100%;
  padding: 0 18px;
}
.counter h2 {
  color: #c40000;
  font-size: 36px;
  font-family: bruumBold;
  font-weight: 800;
  line-height: 1;
  margin: 15px 0 10px;
}
.counter img {
  margin: 0 auto;
  height: 55px;
  object-fit: contain;
}
.counter i {
  font-size: 30px;
  color: #888686;
}
.counter p {
  color: #8f8f8f;
  font-family: bruumFont;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .counter .col-md-2:not(:last-child) .counter-desc {
    border-right: 1px solid #e4e4e4;
  }
}
@media (max-width: 767.98px) {
  .counter h2 {
    font-size: 32px;
  }
  .counter p {
    font-size: 16px;
  }
}
/* end counter */

/* start banner_2 */
.banner .banner-description h3 {
  font-size: 50px;
  margin-top: 45%;
  font-family: bruumBold;
  color: #1b75ba;
  line-height: 58px;
  margin-bottom: 20px;
}
.banner .banner-description p{
  font-family:bruumRegular;
}
.banner_3 .banner-description button.primary {
  background-color: #1b75ba !important;
  border-radius: 0 !important;
}
.banner_2 {
  position: relative;
  background-image: url(./../images/new/Youth_site_img_1-04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
  /* border-top: 10px solid #1b75ba;
    border-bottom: 10px solid #1b75ba; */
}
.banner_2 .banner-description h3 {
  margin-top: 45%;
  font-size: 50px;
  line-height: 58px;
  font-family: boldFont;
}
.banner_2 .banner-description hr {
  color: #a87b22;
  width: 100%;
  display: inline-flex;
  border-width: 2px;
  opacity: 1;
}
.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;
  font-family: bruumBold;
  color: #000;
  font-size: 38px;
}
.header p {
  margin:40px 0;
  font-family: mediumFont;
  font-size: 20px;
}

/* start banner_3 */
.banner_3 {
  position: relative;
  background-image: url(./../images/new/Youth_site_img_2-04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
}
/* .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;
}
.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/new/Youth_site_img_3-04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
  margin-bottom: 20px;
}
.bannerRight .hr {
  margin-left: auto;
}
/* end banner_4 */

/* start banner_5 */
.banner_5 {
  position: relative;
  background-image: url(./../images/new/Youth_site_img_4-04.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
  margin-bottom: 20px;
}
/* end banner_5 */

/* start banner_6 */
.banner_6 {
  position: relative;
  background-image: url(./../images/new/BOD_Awards_VIP_image_5-03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
  margin-bottom: 20px;
}
.banner_8 {
  position: relative;
  background-image: url(./../images/new/BOD_Awards_VIP_image_6-03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
  margin-bottom: 20px;
}
.banner_9 {
  position: relative;
  background-image: url(./../images/new/BOD_Awards_VIP_image_7-03.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 750px;
  margin-bottom: 20px;
}
/* end banner_6 */

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

/* end banner_7 */

.categories img {
  margin-bottom: 25px;
}

/* start agenda-screen */
/* .agenda-screen header .right-part .nav3 a {
    margin-right: 8px !important;
} */
 #rtl .agenda-screen{
  text-align: right;
  direction: rtl;
 }
.agenda-screen .event-agenda{
  /* background-color: #f1f1f2; */
  padding: 40px;
  margin-top: 30px;
}
.agenda-screen .btn.btn-danger a{
  color: #fff;
}
.agenda-screen .nav.nav-pills{
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.event-agenda nav{
  background-color: #e6e7e8;
  padding: 10px;
  width: 100%;
  margin-bottom: 20px;
  display: inline-flex;
}
.event-agenda nav button.nav-link{
  background-color: #fff;
  border-radius: 0;
  margin: 0 5px;
  width: 45%;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  padding: 8px 16px;
}
.agenda-screen .photo-gallery a{
  text-decoration: none;
  color: #fff;
}
.event-agenda .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: var(--main-color);
}
.event-agenda h5{
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}
.agenda-screen .agenda-section{
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  /* background-color: #e6e7e8; */
  border-bottom: 3px solid #fff;
  min-height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
}
.agenda-screen .agenda-section p{
  margin-bottom: 0;
  font-size: 17px;
  /* color: #ff0000; */
  font-family: bruumBold;
}
#rtl .agenda-screen .row1 p{
  font-family: bejanBold;
  font-size: 20px;
}
#rtl .agenda-screen .row2 p{
  font-family: bejanSemiBold;
  font-size: 16px;
}
#rtl .agenda-screen .agenda-section .row1{
  padding: 8px;
}
#rtl .agenda-screen .agenda-section .row2{
  padding: 8px;
}
#rtl .agenda-screen .agenda-section .row span{
  color: var(--main-color);
  font-family: bejanBold;
  font-size: 20px;
}
.agenda-screen .agenda-section .row1 .col-md-2 p{
  color: var(--main-color);
}
.agenda-screen .agenda-section .row1{
  background-color: #f4f5f6;
  padding: 16px;
}
.agenda-screen .agenda-section .row2{
  padding: 4px 16px;
}
.agenda-screen .agenda-section .row2 p{
  font-size: 16px;
  font-family: bruumFont;
}
.agenda-screen .agenda-section ul{
  padding-left: 1rem;
  margin-top: 5px;
}
.agenda-screen .agenda-section ul li{
  font-size: 14px;
  margin-bottom: 4px;
}
/* end agenda-screen */

/* start footer */
footer {
  border-top: 0;
  padding: 58px 0 0;
  background-color: #f4f4f5;
  margin-top: 44px;
  font-family: bruumRegular, Arial, sans-serif;
}

footer .footer-container {
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}

footer .logo-col {
  text-align: left;
  padding-top: 10px;
}

footer .logo-col img {
  width: 100%;
  max-width: 210px;
  margin-bottom: 0;
}

footer .brand-tagline {
  color: var(--main-color);
  font-family: bruumBold, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin-top: 0;
  text-align: left;
  display: none;
}

footer .links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 48px 36px;
  align-content: start;
}

footer h5 {
  color: var(--main-color);
  font-family: bruumBold, Arial, sans-serif;
  font-size: 20px;
  margin-bottom: 18px;
  line-height: 1.2;
}

footer .link-item {
  margin-bottom: 12px;
  display: flex;
  gap: 10px;
  font-size: 16px;
  align-items: flex-start;
  line-height: 1.25;
}

footer .link-item::before {
  content: '›';
  color: #333;
  font-family: bruumBold, Arial, sans-serif;
  font-size: 18px;
  line-height: 1;
  margin-top: 1px;
  flex: 0 0 auto;
}

footer .link-item a {
  color: #333;
  text-decoration: none;
  transition: 0.2s;
  line-height: 1.3;
  white-space: normal;
}

footer .link-item a:hover {
  color: var(--main-color);
}

footer .subscription-row {
  max-width: 1480px;
  margin: 64px auto 0;
  padding: 0 42px 44px 338px;
}

footer .subscribe-title {
  color: var(--main-color);
  font-family: bruumBold, Arial, sans-serif;
  font-size: 21px;
  margin-bottom: 18px;
  display: block;
}

footer .form-inline {
  display: grid;
  grid-template-columns: minmax(280px, 1.2fr) auto auto;
  align-items: center;
  gap: 18px;
}

footer .email-input {
  width: 100%;
  min-width: 0;
  height: 56px;
  border: 1px solid #d6d6d8;
  border-radius: 10px;
  padding: 0 18px;
  background: #fff;
  font-size: 16px;
  color: #222;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

footer .submit-btn {
  background-color: var(--main-color);
  color: #fff;
  border: none;
  height: 56px;
  padding: 0 30px;
  border-radius: 10px;
  font-family: bruumBold, Arial, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  line-height: 1;
  white-space: nowrap;
}

footer .social-icons {
  display: flex;
  gap: 14px;
  margin-left: auto;
  align-items: center;
}

footer .social-icons a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

footer .copyright-bar {
  background-color: #000;
  color: #fff;
  padding: 18px 0 16px;
  text-align: center;
}

footer .copyright-bar .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

footer .copyright-bar p {
  margin: 0;
  font-size: 13px;
  font-family: bruumBold, Arial, sans-serif;
}

footer .copyright-bar a {
  color: #fff;
  text-decoration: underline;
  font-size: 13px;
  display: inline-block;
}

/* RTL Support */
[dir="rtl"] footer .logo-col,
[dir="rtl"] footer .brand-tagline {
  text-align: right;
}

[dir="rtl"] footer .link-item::before {
  content: '‹';
}

[dir="rtl"] footer .social-icons {
  margin-left: 0;
  margin-right: auto;
}

[dir="rtl"] footer .subscription-row {
  padding-left: 42px;
  padding-right: 338px;
}

@media (max-width: 991px) {
  footer .footer-container {
    grid-template-columns: 1fr;
    padding: 0 20px;
    gap: 40px;
  }
  
  [dir="rtl"] footer .subscription-row,
  footer .subscription-row {
    padding: 0 20px 40px;
    margin-top: 40px;
  }
  
  footer .form-inline {
    grid-template-columns: 1fr;
  }

  [dir="rtl"] footer .social-icons,
  footer .social-icons {
    margin: 0;
  }

  footer .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  footer h5,
  footer .subscribe-title {
    font-size: 18px;
  }

  footer .link-item {
    font-size: 16px;
  }

  footer .links-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1200px) {
  footer .footer-container {
    grid-template-columns: 1fr;
  }

  footer .logo-col {
    text-align: center;
  }

  footer .brand-tagline {
    text-align: center;
  }

  footer .subscription-row {
    padding-left: 40px;
    padding-right: 40px;
  }

  footer .form-inline {
    grid-template-columns: minmax(260px, 1fr) auto;
  }

  footer .social-icons {
    grid-column: 1 / -1;
    margin-left: 0;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  footer .links-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  footer .form-inline {
    grid-template-columns: 1fr;
  }

  footer .submit-btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  footer .footer-container,
  footer .subscription-row {
    padding-left: 16px;
    padding-right: 16px;
  }

  footer .logo-col img {
    max-width: 210px;
  }

  footer .links-grid {
    grid-template-columns: 1fr;
  }
}
/* 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) {
  .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 {
    height: 480px !important;
  }
  .banner .over {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 99;
  }
  .banner br {
    display: none;
  }
  .banner hr {
    width: 50%;
    margin: auto;
  }
  .banner .banner-description h3 {
    text-align: center;
  }
  .banner .banner-description p {
    text-align: center;
  }
  .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;
    text-align: center;
  }
  .banner .banner-description h3 {
    font-size: 20px;
  }
  .banner .banner-description p {
    font-size: 15px;
    text-align: center;
    color: #b5b5b5;
  }
  .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 {
    height: 440px !important;
  }
  .banner .banner-description {
    width: 95%;
    margin: 10px auto;
  }
  .banner .banner-description h3 {
    margin-top: 5%;
  }
  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;
  }
}

@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;
  }
}
/* end media query */
