/* Normalize */
* {
  direction: rtl;
  text-align: right;
}

a:hover {
  color: #000;
}

a {
  text-decoration: none;
  font-size: 15px;
  color: #000;
}

p {
  margin: 0;
}

/* UTILIIES */
.line_hover:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  right: 0;
  transition: 1s;
}

.line_hover:hover:after {
  width: 100%;
}

.line_hover_white:after {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  position: absolute;
  bottom: -3px;
  right: 0;
  transition: 1s;
}

.line_hover_white:hover:after {
  width: 90%;
}

body {
  background-color: #f5f5f5;
}

.container {
  width: 75%;
  margin: auto;
}

.footer_container {
  width: 85%;
  margin: auto;
  height: 80px;
  align-content: center;
}

/* ---------- */
/* NAVBAR */
/* ---------- */
nav .navbar_wrapper .navbar_background_image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 435px;
}
nav .navbar_wrapper .navbar_right {
  position: relative;
}

nav .navbar_wrapper .navbar_right .nav {
  padding-top: 25px;
}

nav .navbar_wrapper .navbar_right .nav a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  nav .navbar_wrapper .navbar_right .nav {
    display: none;
  }
}

nav .navbar_wrapper .navbar_right .ofcanvas_top {
  display: none;
  margin: 30px 30px 0 0;
}

.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-height: 80vh;
}

.offcanvas .offcanvas-header .offcanvas-title button {
  border: none;
  background-color: #fff;
  font-size: 30px;
}

.offcanvas .offcanvas-header .offcanvas_home_logo img {
  width: 70px;
}

.offcanvas .offcanvas-body {
  margin-top: 20px;
}

.offcanvas .offcanvas-body .offcanvas_body_list {
  display: flex;
  flex-direction: column;
  list-style: none;
  align-items: center;
  gap: 30px;
}

.offcanvas .offcanvas-body .offcanvas_body_list li a {
  font-size: 28px;
  cursor: pointer;
}

nav .navbar_wrapper .navbar_right .ofcanvas_top .ofcanvas_top_button {
  border: none;
  padding: 0;
  background-color: initial;
}

nav .navbar_wrapper .navbar_right .ofcanvas_top .ofcanvas_top_button i {
  font-size: 25px;
}

@media (max-width: 991.98px) {
  nav .navbar_wrapper .navbar_right .ofcanvas_top {
    display: block;
  }
}

nav .navbar_wrapper .navbar_left {
  position: relative;
  padding: 25px 0 0 55px;
}

nav .navbar_wrapper .navbar_left .home_logo img {
  width: 100px;
}

@media (max-width: 991.98px) {
  nav .navbar_wrapper .navbar_left {
    padding: 40px 0 0 45px;
  }
}

@media (max-width: 767.98px) {
  nav .navbar_wrapper .navbar_left {
    padding: 25px 0 0 30px;
  }
}

@media (max-width: 575.98px) {
  nav .navbar_wrapper .navbar_left {
    padding: 15px 0 0 20px;
  }
}

@media (max-width: 991.98px) {
  nav .navbar_wrapper .navbar_left .home_logo img {
    width: 70px;
  }
}

/* ---------- */
/* HEADER */
/* ---------- */

header .header_title {
  margin-right: 40px;
  position: relative;
  margin-bottom: 30px;
}

header .header_title > h1 {
  color: #fff;
  font-size: 43px;
  font-weight: 600;
}

.section_box_link {
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin-top: 65px;
}

.section_box_link .section_box:hover {
  background-color: rgb(20, 179, 207);
  transition: 0.4s;
}

.section_box_link .section_box:hover .section_box_icon {
  color: #fff;
  transition: 0.5s;
}

.section_box_link .section_box:hover .section_box_icon i {
  color: #fff;
  transition: 0.5s;
}

.section_box_link .section_box:hover .section_box_title {
  color: #fff;
  transition: 0.5s;
}

.section_box_link .section_box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  position: relative;
  background-color: #fff;
  width: 370px;
  height: 205px;
  padding: 35px;
  cursor: pointer;
}

.section_box_link .section_box .section_box_icon i {
  font-size: 40px;
  color: rgb(20, 179, 207);
}

.section_box_link .section_box .section_box_title {
  font-size: 28px;
  color: #161048;
  border-style: none;
  font-weight: 600;
}

@media (max-width: 1206px) {
  .section_box_link .section_box .section_box_title {
    font-size: 23px;
  }

  .section_box_link .section_box .section_box_icon i {
    font-size: 35px;
  }
}

@media (max-width: 1050px) {
  .section_box_link .section_box .section_box_title {
    font-size: 20px;
  }
}

/* NEWS SECTION */
.news_title_wrapper .news_title {
  margin-top: 90px;
  font-size: 43px;
  font-weight: 750;
  color: #161048;
}

@media (max-width: 991.98px) {
  .news_title_wrapper .news_title {
    font-size: 36px;
  }
}

.news_paragraph {
  margin: 10px 0 30px 0;
  color: #767676;
}

.news_box_col {
  margin: auto;
}

.news_box {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.news_box .news_box_paragraph_wrapper {
  background-color: #fff;
  height: 190px;
  padding: 25px;
}

.news_box .news_box_paragraph_wrapper .news_box_paragraph {
  font-size: 19px;
  font-weight: 630;
  color: #161048;
}

@media (max-width: 1199.98px) {
  .news_box .news_box_paragraph_wrapper .news_box_paragraph {
    font-size: 15px;
  }
}

.news_box .news_box_image_wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 160px;
}

.news_box .news_box_image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

.view_all_wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  align-items: center;
  margin-bottom: 90px;
}

/* Advertise section */
.Advertise_title {
  font-size: 43px;
  font-weight: 750;
  text-align: center;
  color: #161048;
  margin-bottom: 40px;
}

.Advertise_box {
  margin-bottom: 30px;
}

.Advertise_box .Advertise_box_image_wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 250px;
}

.Advertise_box .Advertise_box_image_wrapper .Advertise_box_image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
}

/* video section */
.video_section_parent {
  background-color: #fff;
  padding: 200px 0;
}

.video_section_parent .video_section_col {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_section_parent
  .video_section_col
  .video_section_wrapper
  .video_section
  #videoPlayer {
  width: 100%;
  height: 440px;
  object-fit: cover;
}

.video_section_parent .video_title_wrapper .video_title {
  font-size: 45px;
  font-weight: 750;
  text-align: unset;
  width: 60%;
  color: #161048;
}

@media (max-width: 991.98px) {
  .video_section_parent .video_title_wrapper .video_title {
    text-align: center;
    font-size: 36px;
    width: 100%;
    margin: 30px auto;
  }
}

.link_box_wrapper{
  text-align: center;
}
.link_box_wrapper .link_box_img {
  height: 75px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10%;
}
.link_box_container {
  padding: 3rem;
}
@media (max-width: 1399.98px) {
  .link_box_container {
    width: 100%;
    margin: auto;
  }
}
/* footer section */
.blue_section {
  height: 80px;
  background-color: #161048;
}

footer {
  background-color: rgb(0, 114, 134);
}

footer #contact_us .contact_us_title_wrapper {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

footer #contact_us .contact_us_title_wrapper .contact_us_title {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}

footer #contact_us .contact_us_number_wrapper {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

footer #contact_us .contact_us_number_wrapper i {
  font-size: 25px;
  color: rgb(99, 157, 214);
}

footer #contact_us .contact_us_number_wrapper .contact_us_number {
  color: #fff;
}

footer .home_logo_img_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 250px;
}

footer .home_logo_img_wrapper .home_logo_img {
  position: relative;
}

footer .home_logo_img_wrapper .home_logo_img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767.98px) {
  footer .home_logo_img_wrapper .home_logo_img img {
    width: 260px;
  }
}

/* privacy policy */
.privacy_policy_wrapper {
  align-content: center;
  background-color: unset;
}

@media (max-width: 767.98px) {
  .privacy_policy_wrapper {
    margin-top: 30px;
  }
}

.privacy_policy_wrapper .privacy_policy_description {
  font-weight: 600;
  color: #757575;
  margin: 0;
}

.social_icon_wrapper {
  display: flex;
  justify-content: end;
}

.social_icon_wrapper .social_icon {
  display: flex;
  column-gap: 6px;
}

.social_icon_wrapper .social_icon li {
  font-size: 26px;
  align-content: center;
}

@media (max-width: 767.98px) {
  .social_icon_wrapper {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
