*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (max-width: 991px) {
  html {
    margin-top: 0 !important;
  }
}

body {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  color: #171717;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 991px) {
  body {
    padding-top: 0;
  }
}
body.logged-in .header-area {
  top: 32px;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.site-area {
  position: relative;
  width: 100%;
  overflow-x: clip;
  padding-top: 199px;
}
@media (max-width: 991px) {
  .site-area .vc_row {
    margin: 0;
  }
}

.section-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.container-full {
  max-width: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}

.container-semi {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.color-white {
  color: #ffffff;
}

.bca-content {
  margin-top: 10px;
  padding-top: 0;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 2;
  font-size: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.bca-content p {
  margin-top: 0;
  margin-bottom: 20px;
}
.bca-content ul, .bca-content li, .bca-content a {
  color: #ffffff;
}
.bca-content a {
  text-decoration: underline;
}
.bca-content a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.wpb_single_image {
  margin-left: 10px;
}

.inner-content {
  width: calc(85% - 80px);
  justify-content: flex-end;
}

.d-flex {
  display: flex;
}

.di-flex {
  display: inline-flex;
}

.d-none {
  display: none;
}

.f-wrap {
  flex-wrap: wrap;
}

.fn-wrap {
  flex-wrap: nowrap;
}

.w-100 {
  width: 100%;
}

.w-50 {
  width: 50%;
}

.h-100 {
  height: 100%;
}

.t-center {
  text-align: center;
}

.j-center {
  justify-content: center;
}

.j-end {
  justify-content: flex-end;
}

.j-start {
  justify-content: start;
}

.j-space {
  justify-content: space-between;
}

.a-center {
  align-items: center;
}

.a-start {
  align-items: flex-start;
}

.a-self-center {
  align-self: center;
}

.a-content-start {
  align-content: flex-start;
}

.ac-center {
  align-content: center;
}

.f-direction-column {
  flex-direction: column;
}

.p-relative {
  position: relative;
}

.p-absolute {
  position: absolute;
}

.p-fixed {
  position: fixed;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.text-transform-upper {
  text-transform: uppercase;
}

.object-fit-cover {
  object-fit: cover;
}

.f-20 {
  font-size: 20px;
}

.f-30 {
  font-size: 30px;
}

.f-32 {
  font-size: 32px;
}

.f-40 {
  font-size: 40px;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-150 {
  margin-bottom: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-150 {
  margin-left: 150px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-100 {
  margin-right: 100px;
}

.rtl .pl-10 {
  padding-right: 10px;
}
.rtl .pl-15 {
  padding-right: 15px;
}
.rtl .pl-20 {
  padding-right: 20px;
}
.rtl .pl-30 {
  padding-right: 30px;
}
.rtl .pl-40 {
  padding-right: 40px;
}
.rtl .pl-45 {
  padding-right: 40px;
}
.rtl .pl-50 {
  padding-right: 50px;
}
.rtl .pl-60 {
  padding-right: 60px;
}
.rtl .pl-70 {
  padding-right: 70px;
}
.rtl .pl-80 {
  padding-right: 80px;
}
.rtl .pl-90 {
  padding-right: 90px;
}
.rtl .pl-100 {
  padding-right: 100px;
}
.rtl .pr-10 {
  padding-left: 10px;
}
.rtl .pr-15 {
  padding-left: 15px;
}
.rtl .pr-20 {
  padding-left: 20px;
}
.rtl .pr-30 {
  padding-left: 30px;
}
.rtl .pr-40 {
  padding-left: 40px;
}
.rtl .pr-50 {
  padding-left: 50px;
}
.rtl .pr-60 {
  padding-left: 60px;
}
.rtl .pr-70 {
  padding-left: 70px;
}
.rtl .pr-80 {
  padding-left: 80px;
}
.rtl .pr-90 {
  padding-left: 90px;
}
.rtl .pr-100 {
  padding-left: 100px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 40px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-100 {
  padding-right: 100px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-200 {
  padding-bottom: 200px;
}

.space-20 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  height: 20px;
}

.space-70 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  height: 70px;
}

.section-title {
  color: #000000;
  font-weight: 400;
  margin: 0;
  font-family: "Fira Sans", sans-serif;
  line-height: 1.11;
}
.section-title.f-32 {
  margin-top: 9px;
}
@media (max-width: 640px) {
  .section-title {
    font-size: 30px;
  }
}

.section-description {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
  font-family: "Fira Sans", sans-serif;
  margin-top: 1px;
  padding-bottom: 28px;
}
.section-description p {
  margin-top: 0;
  line-height: 2;
}

.primary-button {
  height: 90px;
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
  flex-wrap: wrap;
  min-width: 230px;
  width: fit-content;
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  border: 0;
  outline: 0;
  border-radius: 45px;
  cursor: pointer;
}

@media (min-width: 1140px) {
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
.f-32 {
  font-size: 32px;
  line-height: 1.11;
}

.f-48 {
  font-size: 48px;
  line-height: 1.11;
}

.otgs-development-site-front-end,
.wpml-ls-statics-footer {
  display: none;
}

.header-area {
  height: 95px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px;
  background-color: #ffffff;
  justify-content: space-between;
  position: fixed;
  top: 0;
  z-index: 1;
}
.header-area .logo-area {
  margin-top: 11px;
  margin-left: 3px;
}
@media (max-width: 1220px) {
  .header-area .logo-area {
    max-width: 250px;
  }
  .header-area .logo-area a {
    display: flex;
    align-items: center;
  }
}

.menu-area {
  padding-right: 200px;
}
@media (max-width: 1550px) {
  .menu-area {
    padding-right: 50px;
  }
}
@media (max-width: 1400px) {
  .menu-area {
    padding-right: 0;
  }
}
@media (max-width: 1140px) {
  .menu-area {
    display: none;
  }
}
.menu-area .navigation-menu {
  list-style: none;
  margin: 0;
  height: 100%;
  align-items: center;
  padding: 0;
}
.menu-area .navigation-menu li {
  padding-right: 45px;
  position: relative;
}
.menu-area .navigation-menu li:last-child {
  padding-right: 0;
}
.menu-area .navigation-menu li a {
  font-size: 16px;
  color: #171717;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}
@media (max-width: 1400px) {
  .menu-area .navigation-menu li a {
    font-size: 14px;
  }
}
.menu-area .navigation-menu li a i {
  display: none;
}
.menu-area .navigation-menu li a:hover {
  text-decoration: underline;
}
.menu-area .navigation-menu li .sub-menu {
  position: absolute;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
  border-top: 3px solid #000000;
  display: none;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  list-style: none;
  transition: opacity 0.2s ease-in;
  width: 215px;
  z-index: 3;
  left: -2px;
}
.menu-area .navigation-menu li .sub-menu li {
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.menu-area .navigation-menu li .sub-menu li a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  padding: 7px 20px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom-color: #dcdadb;
  color: #000000;
  font-size: 14px;
  display: flex;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  font-style: normal;
}
.menu-area .navigation-menu li:hover .sub-menu {
  display: flex;
}
.menu-area .search-menu {
  list-style: none;
  margin: 0;
  height: 100%;
  align-items: center;
  padding: 0;
  cursor: pointer;
}
.menu-area .search-menu li {
  position: relative;
}
.menu-area .search-menu li a {
  font-size: 16px;
  color: #171717;
  font-weight: 600;
  font-family: "Fira Sans", sans-serif;
}
.menu-area .search-menu li .show-search {
  display: none;
  position: absolute;
  top: 67%;
  left: -160px;
}
.menu-area .search-menu li .show-search.active {
  display: flex;
}
.menu-area .search-menu li .show-search input {
  height: 30px;
  max-width: 250px;
  min-width: 250px;
  padding-left: 10px;
  font-weight: bold;
  color: #000000;
}
.menu-area .search-menu li .show-search button {
  background-color: rgb(237, 103, 8);
  width: 100px;
  display: flex;
  height: 29px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  border-radius: 0;
  text-decoration: none;
  color: #ffffff;
  box-shadow: none;
  border: 0;
  float: right;
  outline: 0;
  cursor: pointer;
  margin-left: 5px;
}

.sidebar-menu {
  width: 100%;
  max-width: 175.5px;
}
.sidebar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sidebar-menu ul li {
  height: 45px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.sidebar-menu ul li a {
  border-bottom: 1px solid transparent;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 16px;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 0px;
  font-style: normal;
  color: #ffffff;
}
.sidebar-menu ul li a i {
  display: none;
}
.sidebar-menu ul li a:hover {
  text-decoration: underline;
}
.sidebar-menu ul li.active a {
  border-right: 3px solid #FFFFFF;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .vc_col-sm-9 {
    width: calc(85% - 80px);
  }
}
@media (min-width: 768px) {
  .vc_col-sm-3 {
    width: 15%;
  }
}
.articles-row article {
  margin-bottom: 65px;
}
.articles-row article img {
  max-width: 302px;
  margin-right: 25px;
  height: 202px;
  object-fit: cover;
}
.articles-row article .content-area {
  flex: 1 1 1px;
}
.articles-row article .content-area .top-area .article-title {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.47;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 25px;
}
.articles-row article .content-area .bottom-area p {
  margin: 0;
  color: #ffffff;
  font-size: 14.5px;
  line-height: 2;
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
}
.articles-row .meta-info {
  margin-top: 20px;
  padding: 5px 0;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  justify-content: flex-end;
}
.articles-row .meta-info a {
  color: #ffffff;
  font-size: 12px;
}
@media (max-width: 768px) {
  .articles-row .imagea-rea {
    width: 100%;
    justify-content: center;
    margin-bottom: 20px;
  }
}

.footer-background {
  background-color: rgba(26, 74, 133, 0.7);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 60px;
}
.footer-background .footer-col {
  font-size: 16px;
  line-height: 2;
  font-family: "Fira Sans", sans-serif;
  color: #ffffff;
  align-content: center;
}
.footer-background .footer-col p {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  text-align: center;
  margin-top: 0;
  font-weight: 500;
}
@media (max-width: 768px) {
  .footer-background .footer-col {
    margin: 0 auto;
  }
}
.footer-background #footer-menu {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
}
.footer-background #footer-menu .menu-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 10px 10px 10px 12px;
  font-weight: 500;
}
.footer-background #footer-menu .menu-item a {
  color: #ffffff;
  font-size: 16px;
  line-height: 2;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.footer-background #footer-menu .menu-item a:hover, .footer-background #footer-menu .menu-item a:focus {
  color: #cbaa5c;
  text-decoration: underline;
}
.footer-background #footer-menu .menu-item a i {
  font-size: 11px;
  margin-right: 10px;
}

.website-socials {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  justify-content: center;
}
.website-socials .social-icon a {
  margin: 0 5.5px 14px;
}
.website-socials .social-icon a i {
  font-size: 25px;
  color: #ffffff;
}

.category-section {
  padding: 40px 30px;
}
.category-section .cat-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0dede;
}
.category-section .cat-item-title {
  color: #ffffff;
  font-size: 19px;
  line-height: 1.47;
  font-weight: 400;
}
.category-section .cat-item-title:hover {
  text-decoration: underline;
}
.category-section .cat-item-description {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 28px;
}
.category-section .link-area .article-link {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #ffffff;
}
.category-section .left-area {
  flex-basis: 320px;
  margin-right: 17px;
}
.category-section .right-area {
  flex: 1 1 1px;
}

.gallery-section {
  padding: 40px;
}
.gallery-section .gallery-title {
  font-size: 29px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
  padding-bottom: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
  border-bottom: 1px solid #ffffff;
}
.gallery-section .section-description {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
.gallery-section .download-area a {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  display: flex;
  color: #ffffff;
}
.gallery-section .owl-nav {
  display: block !important;
  width: 100%;
  position: absolute;
  top: 37%;
  height: 0;
  line-height: 0px;
}
.gallery-section .owl-nav button.owl-prev {
  left: -45px;
  font-size: 80px;
  height: 10px;
  position: absolute;
}

.youtube-section iframe {
  border: 0;
  width: 100%;
  height: 350px;
}
.youtube-section .video-title {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}

.single-article {
  padding: 15px;
  padding-bottom: 20px;
}
.single-article .inner-area {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.23);
}
.single-article .section-description {
  font-size: 14.5px;
  line-height: 2;
  padding-bottom: 0;
}
.single-article .realeases-area {
  gap: 30px;
  background-color: rgba(0, 0, 0, 0.23);
  padding: 15px;
}
.single-article .realeases-area .item {
  flex: 1;
}
.single-article .realeases-area .item img {
  max-height: 270px;
}
.single-article .realeases-area .item .press-title {
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  color: #ffffff;
}
.single-article .realeases-area .item .press-title a {
  color: #ffffff;
}
.single-article .realeases-area .item .press-title a:hover {
  text-decoration: underline;
}

.materials-area {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.23);
}
.materials-area .material-box {
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
.materials-area .material-box .material-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.materials-area .material-box .material-title:hover .box {
  background-color: #cbaa5c;
}
.materials-area .material-box .material-title:hover .box i {
  color: #ffffff;
}
.materials-area .material-box .material-title .box {
  width: 22px;
  height: 22px;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.materials-area .material-box .material-title .box i {
  font-size: 13px;
}
.materials-area .material-box .material-title:hover {
  color: #cbaa5c;
}
.materials-area .material-box .material-items {
  overflow: hidden;
}
.materials-area .material-box .material-items.active {
  transition: transform 0.3s ease-in-out;
}
.materials-area .material-box .item a {
  line-height: 23.38px;
  font-size: 14px;
  color: #ffffff;
}
.materials-area .material-box .item a:hover {
  color: #cbaa5c;
  text-decoration: underline;
}

.photos-area {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.23);
}
.photos-area .item .inner-link {
  display: block;
  height: 240px;
  overflow: hidden;
}
.photos-area .download-area a {
  font-size: 20px;
  font-weight: bold;
  margin-top: 5px;
  color: #ffffff;
}
.photos-area .download-area a:hover {
  text-decoration: underline;
}
.photos-area .owl-nav {
  width: 100%;
  position: absolute;
  top: 37%;
  height: 0;
  line-height: 0px;
}
.photos-area .owl-nav button.owl-prev {
  left: -45px;
  position: absolute;
}
.photos-area .owl-nav button.owl-prev span {
  font-size: 80px;
  color: #ffffff;
}
.photos-area .owl-nav button.owl-next {
  right: -45px;
  position: absolute;
}
.photos-area .owl-nav button.owl-next span {
  font-size: 80px;
  color: #ffffff;
}

#sidebar-menu-project li a {
  font-size: 20px;
}

#sidebar-menu-project {
  min-height: 145px;
}

.single-activities_type .section-description,
.single-activities_type .section-title,
.single-post .section-description,
.single-post .section-title {
  color: #ffffff;
}

body.rtl .header-area {
  direction: ltr;
}
body.rtl .header-area .menu-area {
  direction: rtl;
}
body.rtl .header-area .menu-area .navigation-menu li {
  padding-right: 0;
  padding-left: 45px;
}
body.rtl .page-ar {
  direction: ltr;
}
body.rtl .page-ar .news-listing,
body.rtl .page-ar .cat-results {
  direction: rtl;
}
body.rtl .page-ar .left-area {
  margin-left: 17px;
  margin-right: 0;
}
body.rtl .page-ar .articles-row article img {
  margin-left: 25px;
  margin-right: 0;
}
body.rtl .page-ar .articles-row .meta-info a i {
  rotate: 180deg;
}
body.rtl .page-ar .article-link i {
  rotate: 180deg;
  margin-right: 5px;
}
body.rtl .page-ar .bca-content {
  direction: rtl;
}
body.rtl .page-ar .gallery-section .section-description,
body.rtl .page-ar .gallery-section .gallery-title {
  direction: rtl;
}
body.rtl .page-ar .owl-carousel.owl-drag .owl-item {
  direction: rtl;
}
body.rtl .page-ar .youtube-section {
  direction: rtl;
}
body.rtl .page-ar .filtering-section {
  direction: rtl;
}
body.rtl .footer-background {
  direction: ltr;
}

.filtering-section {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 400px;
}
.filtering-section .select-box {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}
.filtering-section .select-box .top-area h2 {
  border: 1px #ffffff solid;
  padding: 10px;
  font-size: 15px;
  margin-bottom: 0;
  width: 100%;
  background: #1e407c;
  height: 40px;
  line-height: 16px;
  color: #ffffff;
  cursor: pointer;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.filtering-section .select-box .top-area.active i {
  transform: rotate(180deg);
}
.filtering-section .select-box .box-items {
  display: none;
  height: 250px;
  overflow-y: scroll;
  padding-top: 10px;
  padding: 5px;
  width: 100%;
  border: 1px #cccccc solid;
  background: #ffffff;
}
.filtering-section .select-box .box-items .inner-item {
  display: flex;
  width: 100%;
  justify-content: space-between;
  color: #000000;
  line-height: 100%;
  margin-bottom: 15px;
  font-size: 14px;
  cursor: pointer;
}
.filtering-section .select-box .box-items .inner-item label {
  cursor: pointer;
}
.filtering-section .search-field {
  height: 41px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 12.45px;
  width: 100%;
}
.filtering-section .submit {
  background-color: rgb(237, 103, 8);
  width: 284px;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: bold;
  border-radius: 0;
  text-decoration: none;
  color: #ffffff;
  box-shadow: none;
  border: 0;
  margin-top: 30px;
  float: right;
  outline: 0;
  cursor: pointer;
}
.filtering-section .submit:hover, .filtering-section .submit:focus, .filtering-section .submit:active {
  background-color: #ffffff;
  color: rgb(237, 103, 8);
  border: 0;
}
.filtering-section .button-row {
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 12.45px;
}
.filtering-section .row-news {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.filtering-section .results-message {
  background-color: rgba(0, 0, 0, 0.42);
  padding: 15px;
  display: block;
  color: #ffffff;
  font-size: 15px;
  width: 100%;
  flex-wrap: wrap;
  height: 58px;
}

.results-message {
  background-color: rgba(0, 0, 0, 0.42);
  padding: 15px;
  display: block;
  color: #ffffff;
  font-size: 15px;
  width: 100%;
  flex-wrap: wrap;
  height: 58px;
}

.menu-area.mobile-menu {
  display: none;
}

@media (max-width: 1140px) {
  .burger-menu {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    cursor: pointer;
    justify-content: center;
  }
  .burger-menu .separator {
    height: 4px;
    background-color: #000000;
    margin-bottom: 4px;
    width: 25px;
  }
  .menu-area.mobile-menu {
    position: absolute;
    bottom: -283px;
    left: 0;
    background: #ffffff;
    flex-direction: column;
    width: 100%;
    z-index: 99999999;
  }
  .menu-area.mobile-menu.active {
    display: flex;
  }
  .menu-area.mobile-menu .navigation-menu {
    flex-direction: column;
    width: 100%;
    align-content: flex-start;
    align-items: flex-start;
  }
  .menu-area.mobile-menu .navigation-menu li {
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b7b7b7;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .menu-area.mobile-menu .navigation-menu li a {
	padding-left: 40px;	
  }
  .menu-area.mobile-menu .navigation-menu li:hover ul {
    display: none !important;
  }
  .menu-area #lang-menu {
    padding-top: 0;
  }
  .menu-area .search-menu {
    padding-bottom: 20px;
  }
  .menu-area .search-menu li {
		padding-top: 10px;
        padding-left: 40px;
  }
  .menu-area .search-menu li .show-search {
        top: 4px;
        left: 90px;
  }
  .sidebar-menu {
    margin: 0 auto;
  }
  .page-template-default .vc_col-sm-3 {
    order: 2;
    margin-top: 50px;
  }
	.menu-area .search-menu li .show-search input {
	    max-width: 150px;
    min-width: 150px;	
	}
}
@media (max-width: 640px) {
.menu-area .search-menu li .show-search button {
		width: 70px;
	}
}
/*# sourceMappingURL=main.css.map */
