/* Fonts
===========================*/

@font-face {
  font-family: "Avenir_bold";
  src: url("../fonts/avenir/bold.eot");
  src: url("../fonts/avenir/bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/avenir/bold.woff2") format("woff2"),
    url("../fonts/avenir/bold.woff") format("woff"),
    url("../fonts/avenir/bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Avenir_Demi";
  src: url("../fonts/avenir/demiBold.eot");
  src: url("../fonts/avenir/demiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/avenir/demiBold.woff2") format("woff2"),
    url("../fonts/avenir/demiBold.woff") format("woff"),
    url("../fonts/avenir/demiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM_medium";
  src: url("../fonts/ibm/medium.eot");
  src: url("../fonts/ibm/medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ibm/medium.woff2") format("woff2"),
    url("../fonts/ibm/medium.woff") format("woff"),
    url("../fonts/ibm/medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "IBM_bold";
  src: url("../fonts/ibm/bold.eot");
  src: url("../fonts/ibm/bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/ibm/bold.woff2") format("woff2"),
    url("../fonts/ibm/bold.woff") format("woff"),
    url("../fonts/ibm/bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*
  English Font == font-family:'Avenir_bold'; font-weight: bold;
               == font-family:'Avenir_Demi';  font-weight: 600;

  Arabic Font == font-family:'IBM_bold'; font-weight: bold;
              == font-family:'IBM_medium';font-weight: 500;
*/

html[dir="ltr"] body {
  font-family: "Avenir_Demi";
  font-weight: 600;
}
html[dir="rtl"] body {
  font-family: "IBM_medium";
  font-weight: 500;
}

/* Setting Style
===========================*/
*,
:focus {
  outline: 0 !important;
  scroll-behavior: smooth;
}

::selection {
  background-color: #fcc31f !important;
  color: #000 !important;
}

/* Scroll Bar
===========================*/
/* width */
::-webkit-scrollbar {
  background-color: #f2f7fa;
  width: 7px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #f2f7fa;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: #fcc31f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}

body {
  font-weight: normal;
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  position: relative;
  text-align: start;
  border-top: aliceblue;
  padding-top: 80px;
  height: 100vh;
  overflow: hidden !important;
  border-top: 5px solid #fdc327;
}
@media all and (max-width: 767px) {
  body {
    overflow-y: auto !important;
  }
}
.container {
  width: 1247px;
  max-width: 100%;
}
@media all and (max-width: 1199px) {
  .container {
    width: 860px;
  }
}
@media all and (max-width: 991px) {
  .container {
    width: 720px;
  }
}

@media all and (max-width: 767px) {
  .container {
    width: 540px;
  }
}

/* Loading
==========================*/
.loading {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  top: 0;
  border-top: 5px solid #fdc327;
}
.loading .load_cont {
  text-align: center;
}
.loading .logo {
  margin-top: -60px;
}

.loading p {
  font-family: "Avenir_Demi";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  bottom: 40px;
  margin: 0;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
/* Lists
===========================*/
ul {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li {
  display: inline-block;
}

/* Links
===========================*/
a,
a:hover,
a:focus {
  cursor: pointer;
  text-decoration: none;
}

/*Images
===========================*/
img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/*  Header
===========================*/
header {
  position: fixed;
  top: 45px;
  right: 0px;
  width: 100%;
  background-color: transparent;
  z-index: 9998;
  padding: 16px 0;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
header.move {
  top: 0;
  background-color: #fff;
}
header .container {
  position: relative;
  min-height: 43px;
}
header .container .flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .navbar-brand {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 999;
  height: 43px;
}
header .navbar-brand img {
  height: 100%;
}
header .btns {
  z-index: 9999;
}
header .btns .lang {
  margin: 0;
  line-height: 37px;
  background-color: transparent;
  border: 3px solid #f6f9fb;
  border-radius: 25px;
  color: #000;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  width: 65px;
  margin-inline-end: 20px;
  font-family: "IBM_medium";
  font-weight: 500;
}
header .btns .lang:hover {
  border-color: #fdc327;
}
header .btns .link {
  margin: 0;
  min-width: 190px;
  line-height: 43px;
  background-color: #fdc327;
  border-radius: 25px;
  color: #000;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 15px rgb(253 195 39) !important;
}
header .btns .link:hover {
  background-color: #fff;
}
header .btns .link i {
  display: none;
}
header .btns .link strong {
  font-weight: bold;
  font-family: "Avenir_bold";
}
header .btns .menu-btn {
  vertical-align: middle;
  padding: 0;
  display: none;
  margin: 0;
  line-height: 40px;
  background-color: transparent;
  border: 3px solid #f6f9fb;
  border-radius: 25px;
  color: #000;
  text-align: center;
  font-size: 16px;
  width: 65px;
  height: 43px;
  margin-inline-start: 20px;
  font-weight: 500;
}
header .btns .menu-btn span {
  display: block;
  background-color: #000;
  height: 2px;
  width: 46%;
  margin: 5px auto;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
.navbar {
  padding: 0px;
  margin: 0px;
  margin-top: -43px;
}
.navbar .container {
  min-height: auto;
}
.navbar .navbar-nav {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-inline-start: 285px;
}
.navbar .navbar-nav li {
  display: inline-block;
}
.navbar .navbar-nav li a {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #000000;
  text-align: center;
  line-height: 43px;
  margin-right: 45px;
}
.navbar .navbar-nav li a img {
  display: inline-block;
  margin-right: 10px;
  margin-left: -30px;
  max-width: none;
}
.navbar .navbar-nav li.active a::after,
.navbar .navbar-nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 5px;
  background-color: #fcc31f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.navbar .navbar-nav li a::after {
  width: 0;
}
.navbar .navbar-nav li a:hover::after {
  width: 20px;
}
.navbar .navbar-nav li a.active {
  font-weight: bold;
  font-family: "Avenir_bold";
}
@media all and (max-width: 1199px) {
  .navbar ul.navbar-nav {
    padding-inline-start: 210px;
  }
  .navbar ul.navbar-nav li a {
    margin-right: 25px;
  }
}
@media all and (max-width: 991px) {
  header {
    top: 20px;
  }
  header .btns .menu-btn {
    display: inline-block;
  }
  .navbar {
    margin-top: 0;
    background-color: #fdc327;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 77px;
  }
  .navbar ul.navbar-nav {
    border-top: 1px solid #fff1;
    display: block;
    text-align: start;
    padding: 0;
  }
  .navbar ul.navbar-nav li {
    width: 49%;
  }
  .navbar ul.navbar-nav li a {
    margin: 5px;
    border: 1px solid #fff6;
    text-align: start;
    margin-inline-end: 0;
    padding: 0 15px;
  }
  .navbar ul.navbar-nav li a::after {
    background-color: #000 !important;
  }
  .navbar .navbar-nav li a::after,
  .navbar .navbar-nav li a img{
    display: none
  }
}
@media all and (max-width: 767px) {
  header .btns .lang {
    margin-inline-end: 10px;
  }
  header .btns .menu-btn {
    margin-inline-start: 10px;
  }
}
@media all and (max-width: 576px) {
  header .btns .lang {
    width: 45px;
    margin: 0;
  }
  header .btns .menu-btn {
    width: 45px;
    margin: 0;
  }
  header .btns .link {
    min-width: 45px !important;
    height: 43px;
    line-height: 43px;
  }
  header .btns .link i {
    display: block;
    line-height: 43px;
  }
  header .btns .link span {
    display: none;
  }
  header .navbar-nav li:first-child {
    transform: none;
  }
  header .navbar-nav li:first-child img {
    display: none;
  }
  header .navbar-nav li a::after {
    display: none;
  }
  header .container .flex {
    padding: 0 20px;
  }
  header .navbar-brand {
    height: 38px;
  }
}

/* Main Section
===========================*/
.main_section {
  padding: 70px 0 200px;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main_section .intro h2 {
  margin: 0 0 40px;
  font-family: "Avenir_Demi";
  font-weight: 600;
  font-size: 20px;
}
.main_section .intro h2 span {
  font-family: "Avenir_bold";
  font-weight: bold;
  font-size: 24px;
  display: inline-block;
  position: relative;
}
.main_section .intro h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 20px;
  height: 5px;
  background-color: #fcc31f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
}
.main_section .intro h2 img {
  display: inline-block;
  margin-inline-end: 0px;
}
.main_section .intro p {
  font-family: "Avenir_Demi";
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
  max-width: 96%;
}
.main_section .intro .tags li {
  font-family: "Avenir_Demi";
  font-weight: 600;
  font-size: 14px;
  border-radius: 25px;
  text-align: center;
  line-height: 35px;
  padding: 0 14px;
  border: 2px solid #f2f7f9;
  margin-top: 15px;
}
.main_section .intro .tags li:nth-child(1) {
  font-family: "Avenir_bold";
  font-weight: bold;
  font-size: 14px;
  background-color: #f2f7f9;
}
.main_section .intro .tags li:nth-child(2),
.main_section .intro .tags li:nth-child(3) {
  width: 49%;
}
.main_section .intro .tags li:last-child {
  border: 0;
}
@media all and (min-width: 1200px) {
  .main_section .main_slider,
  .main_section .intro {
    height: 380px;
  }
}
@media all and (max-width: 1390px) {
  .main_section .intro p {
    max-width: 100%;
  }
  .main_section .intro .tags li {
    padding: 0 12px;
  }
}
.video {
  background-color: #fcc31f;
  border-radius: 20px;
  position: relative;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
.video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/video_shap.png) no-repeat;
  background-size: contain;
  width: 90%;
  height: 80%;
}
.video img {
  position: relative;
  margin-inline-end: 0;
  max-width: 200px;
}
@media all and (max-width: 991px) {
  .video img {
      max-width: 150px;
    }
    .heros .heros_cont {
    }
    .heros .heros_cont p {
        font-size: 14px !important;
    }
    .heros .heros_cont h2 {
        font-size: 24px !important;
    }
    .heros .heros_cont a {
        line-height: 20px !important;
        padding: 12px !important;
        font-size: 13px;
    }
}
@media all and (max-width: 430px) {
  .video .imgz {
      position: absolute;
      top: 10px;
    }
    .video_btn {
        margin: 0 auto !important;
    }
    .heros img {
        max-width: 100px;
    }
    .heros .heros_cont {
    left: 17px;
    }
    .heros .heros_cont p {
        font-size: 12px !important;
    }
    .heros .heros_cont h2 {
        font-size: 22px !important;
    }
    .heros .heros_cont a {
        line-height: 20px !important;
        padding: 12px !important;
        font-size: 13px;
    }
}
.video .video_btn {
  margin: auto;
  margin-inline-end: 30px;
  margin-bottom: 45px;
  font-weight: bold;
  font-size: 16px;
  font-family: "Avenir_bold";
  color: #000;
}
.video .video_btn img {
  margin: auto;
  margin-bottom: 20px;
}
.heros {
  background-color: #f2f7f9;
  border-radius: 20px;
  position: relative;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 10px;
  padding-inline-start: 40px;
  padding-inline-end: 25px;
}
.heros::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  background: url(../images/joinus_shap.png) no-repeat;
  background-size: contain;
  width: 240px;
  height: 151px;
  left: 0;
}
.heros img {
  position: relative;
  margin-inline-end: 0;
}
.heros .heros_cont {
  padding-bottom: 30px;
  position: relative;
}
.heros .heros_cont p {
  font-family: "Avenir_Demi";
  font-weight: 600;
  font-size: 16px;
}

.heros .heros_cont h2 {
  font-family: "Avenir_bold";
  font-weight: bold;
  font-size: 36px;
  margin: 20px 0 60px;
  position: relative;
  line-height: 25px;
}
.heros .heros_cont h2::before {
  content: "";
  background: url(../images/Line.png) no-repeat;
  background-size: contain;
  inset-inline-start: 0;
  bottom: -25px;
  width: 96px;
  height: 11px;
  position: absolute;
}
.heros .heros_cont a {
  background-color: #fff;
  padding: 0 35px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 25px;
  color: #000;
  font-family: "Avenir_bold";
  font-weight: bold;
  margin-top: 30px;
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%) !important;
  border: 1px solid #cee0e8;
}
.heros .heros_cont a:hover {
  background-color: #fdc327;
}
.text_color {
  overflow: hidden;
  background-color: #f0a381;
  border-radius: 20px;
  position: relative;
  height: 380px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 65px 15px;
  padding-inline-start: 40px;
}
.text_color::before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  background: var(--background-var) no-repeat;
  background-size: contain;
  width: 190px;
  height: 100%;
  right: 0;
}
.text_color .cont {
  position: relative;
  width: 204px;
  padding-inline-end: 15px;
}
.text_color .cont h3 {
  font-family: "Avenir_bold";
  font-weight: bold;
  font-size: 24px;
  margin: 0 0 35px;
}
.text_color .cont p {
  margin: 0;
  font-size: 15px;
  font-family: "Avenir_Demi";
  font-weight: 600;
}
.text_color img {
  margin-inline-end: 0;
  width: 180px;
  position: relative;
}
.text_white {
  flex-direction: row-reverse;
  background-color: #f2f7f9;
}
.text_white img {
  margin-inline-end: auto;
  margin-inline-start: 0;
}
.text_white .cont {
  padding-inline-end: 0;
  padding-inline-start: 15px;
}
@media all and (max-width: 991px) {
  .main_section {
    padding: 56px 0 70px;
    display: block;
    height: auto;
  }
  .intro {
    margin-bottom: 25px;
  }
  .main_section .intro .tags li:nth-child(2),
  .main_section .intro .tags li:nth-child(3) {
    width: auto;
    padding: 0 30px;
  }
  .heros .heros_cont a {
    padding: 0 20px;
  }

  .text_color {
    padding-inline-start: 20px;
  }
  .text_color .cont h3 {
    margin: 0 0 15px;
    font-size: 20px;
  }
  .text_color .cont p {
    font-size: 14px;
  }
  .text_color img {
    width: 140px;
  }
  .text_white img {
    margin-inline-end: 15px;
  }
}

@media all and (max-width: 768px) {
  .main_section .intro .tags li {
    padding: 0 22px !important;
  }
  .text_color img {
    width: 210px;
  }
}
@media all and (max-width: 576px) {
  .main_section {
    padding: 50px 0 25px;
  }

  .main_section > .container > .row {
    margin: 0;
  }
  .main_section .intro .tags li:nth-child(1) {
    font-size: 15px;
  }
  .main_section .intro .tags li:nth-child(2),
  .main_section .intro .tags li:nth-child(3),
  .main_section .intro .tags li {
    width: 49%;
    padding: 0 10px !important;
  }
  .text_color {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-inline-start: 0;
    padding: 20px;
    text-align: center;
  }
  .text_color .cont {
    width: 100%;
  }
  .text_color img {
    width: 150px;
    margin: 15px auto !important;
  }
  .text_color .cont p {
    font-size: 14px;
  }
  .video .video_btn {
    margin-inline-end: 25px;
  }
  .video .video_btn img {
    width: auto;
  }
  .video img {
    width: 140px;
  }
}

/* Modal
==================*/
.modal {
  z-index: 99999;
}
.modal button.close_btn {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #fff;

  background-color: #deebf0;
  font-size: 20px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  z-index: 9999;
}
.modal-dialog {
  max-width: 98%;
}
.modal-content {
  border-radius: 10px;
  padding: 40px;
  width: 98%;
  margin: 100px auto 0;
  border: 0;
  height: 100%;
  overflow-y: auto;
  max-height: 540px;
  max-width: 570px;
}
.modal-content h3 {
  margin: 0 0 25px;
  font-size: 24px;
  padding-bottom: 10px;
  position: relative;
  font-family: "Avenir_bold";
  font-weight: bold;
}
.modal-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 5px;
  background-color: #fcc31f;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}
.modal-content p {
  font-size: 16px;
  margin-bottom: 30px;
}
@media all and (max-width: 576px) {
  .modal-content p {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.modal-content form .form-group {
  margin: 0 auto 25px;
}
.modal-content form .form-control {
  border-radius: 15px;
  color: #000;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  font-family: "Avenir_Demi";
  font-weight: 600;
  border-color: #deebf0;
  padding: 0 15px;
}
.modal-content form textarea {
  min-height: 115px;
  resize: none;
  padding: 15px !important;
  line-height: 20px !important;
}
.modal-content form .form-control:hover,
.modal-content form .form-control:focus {
  box-shadow: none;
  border-color: #fdc327;
}
.modal-content form button {
  margin: 0;
  min-width: 150px;
  line-height: 38px;
  background-color: #fdc327;
  border-radius: 25px;
  color: #000;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 15px rgb(253 195 39) !important;
  border: 0;
  text-transform: uppercase;
}
.modal-backdrop.show {
  opacity: 50%;
  z-index: 9999;
}
.alert_msg {
  margin: 0 !important;
  color: #89c561;
  font-size: 14px !important;
}
.alert_msg i {
  font-size: 26px;
  vertical-align: middle;
  margin-inline-end: 15px;
}
@media all and (max-width: 576px) {
  .modal-content {
    padding: 30px 15px 15px;
  }
  .alert_msg {
    font-size: 12px !important;
  }
  .alert_msg i {
    margin-inline-end: 10px;
  }
}

/* Stories
==========================*/
.media_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 35px;
}
.media_item .cover {
  min-width: 235px;
  height: 185px;
  border-radius: 20px;
  overflow: hidden;
  margin-right: 25px;
  background-color: #f2f7f9;
}
.media_item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
}
.media_item .cont a {
  font-family: "Avenir_bold";
  font-weight: bold;
  font-size: 17px;
  margin: 0 0 20px;
  line-height: 28px;
  color: #000000;
  display: inline-block;
}
.media_item .cont a:hover {
  color: #fdc327;
}
.media_item .cont p {
  font-size: 14px;
  font-family: "Avenir_Demi";
  font-weight: 600;
  margin: 0;
}
.media_item.blog_item .cont p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_item {
  flex-direction: column;
}
.news_item .cover {
  margin: 0 auto 25px !important;
  height: 200px;
  min-width: 100%;
}
.news_item .cont {
  text-align: start;
}
.news_item .cont a {
  margin-bottom: 10px;
}
.news_item.big .cover {
  height: 320px;
  min-width: auto;
  max-width: 480px;
}
.news_item.big .cont a {
  margin-bottom: 5px;
}
.blog_item.big .cover {
  width: 310px;
  min-width: 310px;
  height: 410px;
}

.blog_item .cover {
  height: 115px;
  width: 180px;
  min-width: 180px;
}
.blog_item.big .cont p {
  line-height: 25px;
  overflow: auto;
  display: block;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  -webkit-box-orient: unset;
}
.blog_item .cont a {
  font-size: 16px;
}
@media all and (max-width: 1280px) {
  .blog_item .cont a {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
@media all and (max-width: 1199px) {
  body.inner_pages {
    overflow-y: auto !important;
  }
  body.inner_pages footer {
    position: relative;
  }
  body.inner_pages .main_section {
    height: auto;
    display: block;
    padding-bottom: 70px;
  }
  .media_item {
    align-items: center;
  }
  .media_item .cont {
    max-width: 480px;
  }
}

@media all and (max-width: 991px) {
  .media_item {
    margin: 0 auto 35px;
  }

}
@media all and (max-width: 767px) {
  .blog_item {
    flex-direction: column;
  }
  .blog_item.big .cover,
  .blog_item .cover {
    width: 100%;
    margin: 0;
    margin-bottom: 15px !important;
    min-width: 100%;
  }
}
@media all and (max-width: 576px) {
  .media_item {
    flex-direction: column;
  }
  .media_item .cover {
    margin: 0 auto 25px !important;
    min-width: 100%;
  }
  .media_item .cont {
    text-align: center;
  }
  .media_item .cont a {
    line-height: 25px;
    font-size: 16px;
  }

  .media_item .cont p {
    font-size: 14px;
  }
  .blog_item.big .cover,
  .blog_item .cover {
    width: 100%;
    margin-bottom: 15px !important;
    min-width: 100%;
  }
  .blog_item .cont a {
    font-size: 14px !important;
    margin-bottom: 15px !important;
  }
}
.pagenation {
  text-align: center;
  margin-top: 30px;
}
.pagenation li {
  margin: 0 8px;
  display: inline-block;
}
.pagenation li a {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  background-color: #f2f7f9;
  color: #b9c5ca;
  text-align: center;
  font-size: 16px;
  font-family: "Avenir_Demi";
  border: 1px solid #f2f7f9;
}
.pagenation li a.active,
.pagenation li a:hover {
  border: 1px solid #fdc327;
  color: #fdc327;
  background-color: #fff;
}
.inner_details {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.inner_details img {
  min-width: 430px;
  height: 380px;
  margin: 0;
  margin-inline-end: 25px;
  border-radius: 20px;
}
.inner_details .cont {
  height: 385px;
  overflow: hidden;
  overflow-y: auto;
  padding-inline-end: 25px;
}
.inner_details h3 {
  font-family: "Avenir_bold";
  font-weight: bold;
  font-size: 17px;
  margin: 0 0 20px;
  line-height: 28px;
  color: #000000;
  display: inline-block;
}
.inner_details p {
  font-size: 14px;
  font-family: "Avenir_Demi";
  font-weight: 600;
  margin: 0;
  line-height: 25px;
}
@media all and (max-width: 991px) {
  .inner_details {
    flex-direction: column;
  }

  .inner_details img {
    min-width: 100%;
    margin: 0 auto 25px;
  }
  .inner_details .cont {
    height: auto;
  }
}
/* Footer
===========================*/
footer {
  background: url(../images/footer_bc.png) no-repeat center;
  padding: 40px 0 20px;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
footer p {
  margin: 0;
  font-family: "Avenir_Demi";
  font-weight: 600;
  font-size: 14px;
}
footer .social {
  font-family: "Avenir_Demi";
  font-weight: 600;
  font-size: 14px;
}
footer .social a {
  color: #000;
  display: inline-block;
  line-height: 20px;
  padding: 0 10px;
  position: relative;
}
footer .social a::after {4
  content: "";
  position: absolute;
  width: 5px;
  height: 2px;
  background-color: #000;
  inset-inline-end: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .social a:hover {
  color: #fdc327;
}
footer .social a:last-child {
  border-inline-end: 0;
  padding-inline-end: 0;
}
footer .social a:last-child::after {
  display: none;
}
@media all and (max-width: 991px) {
  footer {
    padding: 50px 0 10px;
  }
}
@media all and (max-width: 767px) {
  footer {
    background-position: initial;
    position: relative;
  }
  footer .col-12 {
    flex-direction: column;
  }
}
@media all and (max-width: 576px) {
  footer {
    text-align: center;
    background: none;
    padding: 0 0 10px 0;
    overflow: hidden;
  }
  footer::before {
    content: "";
    position: absolute;
    background-color: #f2f7f9;
    width: 100%;
    left: 0;
    right: 0;
    height: 140px;
    z-index: -1;
    border-radius: 40% 40% 0 0;
  }
  footer .col-12.d-flex {
    flex-direction: column-reverse;
  }
  footer .social {
    margin: 45px auto 15px;
  }
  footer .social a {
    padding: 0 10px;
  }
}
.owl-stage{
  padding-left: 0 !important;
}
@media all and (max-width: 1199px){
  body{
    overflow-y:auto !important;
  }
  .main_section{
    height: auto;
    display: block;
    padding: 50px 0;
  }
  footer{
    position: relative;
  }
}

/* RTL 
==============================*/
html[dir="rtl"] .owl-carousel .owl-stage-outer{
    direction: ltr;
}
html[dir="rtl"] .main_section .intro h2 span ,
html[dir="rtl"] .modal-content h3,
html[dir="rtl"] .heros .heros_cont h2,
html[dir="rtl"] .heros .heros_cont a ,
html[dir="rtl"] .video .video_btn,
html[dir="rtl"] header .btns .link strong,
html[dir="rtl"] .main_section .intro .tags li:nth-child(1),
html[dir="rtl"] .media_item .cont a {
    font-family:'IBM_bold';
    font-weight: bold
}
html[dir="rtl"] .navbar .navbar-nav li a.active ,
html[dir="rtl"] footer p ,
html[dir="rtl"] footer .social a,
html[dir="rtl"] .inner_details p ,
html[dir="rtl"] .main_section .intro p,
html[dir="rtl"] .main_section .intro .tags li,
html[dir="rtl"] .main_section .intro h2,
html[dir="rtl"] .modal-content form .form-control,
html[dir="rtl"] .heros .heros_cont p,
html[dir="rtl"] footer .social,
html[dir="rtl"] .media_item .cont p{
     font-family:'IBM_medium';
    font-weight: 500;
}

html[dir="rtl"] .modal button.close_btn{right: auto;left: 25px;}
html[dir="rtl"] .modal-content h3::before{
    left: auto;
    right: 0;
}
html[dir="rtl"] .main_section .intro h2 span::after{
    right: 0;
    left: auto;
}
html[dir="rtl"] .navbar .navbar-nav li.active a::after, 
html[dir="rtl"] .navbar .navbar-nav li a::after{left: auto;right: 0;}
html[dir="rtl"] .navbar .navbar-nav li a img{
  margin-right: -30px;
  margin-left: 10px;
}
html[dir="rtl"]  header .btns .link{
  min-width: 160px;
}
html[dir="rtl"]  .media_item .cover{
  margin-right: 0;
  margin-left: 25px;
}