﻿@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: normal;
  src: url("/fonts/IRANSans/IRANSansWeb.eot");
  src: url("/fonts/IRANSans/IRANSansWeb.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansWeb.woff2") format("woff2"), url("/fonts/IRANSans/IRANSansWeb.woff") format("woff"), url("/fonts/IRANSans/IRANSansWeb.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: IRANSans;
  font-style: normal;
  font-weight: bold;
  src: url("/fonts/IRANSans/IRANSansWeb_Bold.eot");
  src: url("/fonts/IRANSans/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"), url("/fonts/IRANSans/IRANSansWeb_Bold.woff2") format("woff2"), url("/fonts/IRANSans/IRANSansWeb_Bold.woff") format("woff"), url("/fonts/IRANSans/IRANSansWeb_Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "IRMitra";
  src: url("/fonts/mitra/IRMitra.woff") format("woff"), url("/fonts/mitra/IRMitra.eot") format("embedded-opentype"), url("/fonts/mitra/IRMitra.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "IRMitra";
  src: url("/fonts/mitra/IRMitraBold.eot") format("embedded-opentype"), url("/fonts/mitra/IRMitraBold.ttf") format("truetype"), url("/fonts/mitra/IRMitraBold.woff") format("woff");
  font-weight: bold;
  font-display: swap;
}
/**
 * Boostrap defaults for buttons
 */
body, html {
  height: 100%;
  direction: rtl;
  font-family: "IRANSans";
}

html {
  direction: ltr;
  font-size: 100%;
}

@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    width: 8px;
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }
  ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #FF8500;
  }
}
.dir--ltr {
  direction: ltr;
}

.dir--rtl {
  direction: rtl;
}

.control-panel-button {
  position: fixed;
}

/*
  bootstrap buttons overrides
  i put this here to not changing this ... so be a man and dont touch this things
 */
a {
  color: #333;
}

.bs__buttons__borderradius, .btn-danger, .btn-info, .btn-warning, .btn-success, .btn-primary, .btn-default {
  border-radius: 1px !important;
}

.btn-default {
  background-color: #FF8500 !important;
  border-color: #FF8500 !important;
  color: #333 !important;
}

.btn-primary {
  background-color: #FF8500 !important;
  border-color: #FF8500 !important;
  color: #fff !important;
}

.btn-success {
  background-color: #FF8500 !important;
  border-color: #FF8500 !important;
  color: #fff !important;
}

.btn-warning {
  background-color: #FF8500 !important;
  border-color: #FF8500 !important;
  color: #fff !important;
}

.btn-info {
  background-color: #FF8500 !important;
  border-color: #FF8500 !important;
  color: #fff !important;
}

.btn-danger {
  background-color: #FF8500 !important;
  border-color: #FF8500 !important;
  color: #fff !important;
}

/**
 * Boostrap defaults for buttons
 */
.loader__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
.loader__container > .site__logo__loader img {
  position: absolute;
  float: none;
  left: 0;
  right: 0;
  margin: auto;
  top: 15%;
  height: auto;
}
.loader__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 51%;
  background: #FF8500;
  z-index: -1;
  -moz-transition: top 0.5s linear 1s;
  -o-transition: top 0.5s linear 1s;
  -webkit-transition: top 0.5s linear 1s;
  transition: top 0.5s linear 1s;
}
.loader__container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 51%;
  background: #FF8500;
  z-index: -1;
  -moz-transition: bottom 0.5s linear 1s;
  -o-transition: bottom 0.5s linear 1s;
  -webkit-transition: bottom 0.5s linear 1s;
  transition: bottom 0.5s linear 1s;
}
.loader__container.done:before {
  top: -51%;
}
.loader__container.done:after {
  bottom: -51%;
}

.loader__progress {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.loader__progress .progress__item {
  text-align: center;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 2px solid #1D1D1D;
  border-radius: 50%;
}
.loader__progress .progress__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -3px;
  margin-left: 0;
  width: 54px;
  height: 45px;
  border-top: solid 10px #1D1D1D;
  border-right: solid 10px #1D1D1D;
  border-top-right-radius: 100%;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.loader__progress.float .progress__item:before {
  border-top-width: 2px;
  margin-top: 0;
  height: 50px;
}
.loader__progress.float.shadow:before {
  border-top-width: 2px;
  margin-top: -41px;
  height: 50px;
}
.loader__progress.shadow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -43px 0 0 12px;
  width: 54px;
  height: 45px;
  border-top: solid 10px rgba(249.9, 249.9, 249.9, 0.1);
  border-right: solid 10px rgba(249.9, 249.9, 249.9, 0.1);
  border-top-right-radius: 100%;
  z-index: -1;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.loader__progress.shadow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  color: rgba(249.9, 249.9, 249.9, 0.1);
  text-align: center;
  line-height: 100px;
  border: 2px solid rgba(249.9, 249.9, 249.9, 0.1);
  border-radius: 50%;
  margin: -40px 0 0 -40px;
  z-index: -1;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
}
.loader__progress.done .progress__item {
  opacity: 0;
  -webkit-animation: done 1s;
  animation: done 1s;
  -moz-transition: opacity 0.3s linear 1s;
  -o-transition: opacity 0.3s linear 1s;
  -webkit-transition: opacity 0.3s linear 1s;
  transition: opacity 0.3s linear 1s;
}
.loader__progress.done .progress__item:before {
  display: none;
}
.loader__progress.done:before {
  display: none;
}
.loader__progress.done:after {
  opacity: 0;
  -webkit-animation: done 1s;
  animation: done 1s;
  -moz-transition: opacity 0.15s linear 1s;
  -o-transition: opacity 0.15s linear 1s;
  -webkit-transition: opacity 0.15s linear 1s;
  transition: opacity 0.15s linear 1s;
}

@-webkit-keyframes done {
  10% {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  40% {
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  70% {
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
  }
  100% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 * Boostrap defaults for buttons
 */
body {
  direction: ltr;
  user-select: text !important;
  line-height: 1.5;
  font-size: 14px;
}

main {
  direction: rtl;
}

.Normal, .NormalDisabled, .NormalDeleted {
  line-height: 1.5;
  font-size: 14px;
}

.bullets__container {
  position: fixed;
  left: 20px;
  top: 40%;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .bullets__container {
    display: none;
  }
}
.bullets__container a {
  display: block;
  padding: 5px;
  position: relative;
}
.bullets__container a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}
.bullets__container a.active:before {
  background: #FF8500;
}
.bullets__container a:hover span {
  visibility: visible;
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.bullets__container a span {
  top: 0;
  white-space: nowrap;
  position: absolute;
  background: #000;
  color: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 400ms;
  -o-transition: all 400ms;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  -moz-transform: translateX(100px);
  -ms-transform: translateX(100px);
  -o-transform: translateX(100px);
  -webkit-transform: translateX(100px);
  transform: translateX(100px);
  text-decoration: none;
}

.header-box__container {
  height: auto;
  width: 100%;
  z-index: 1000;
}

.header-box {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  transition: all ease 500ms;
}
.header-box.fixed .header-box__container {
  position: fixed;
  top: -125px;
  height: auto;
}
.header-box.fixed .header-box__container .header__top {
  border-bottom: 2px solid #1D1D1D;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.header-box.fixed .header-box__container .logo__container {
  margin-top: 4px;
}
.header-box.fixed .header-box__container .logo__container img {
  height: 46px;
}
.header-box.fixed .header-box__container .slogan__container {
  display: none;
}
.header-box.fixed .header-box__container .meta__container {
  height: 50px;
}
.header-box.fixed .header-box__container .meta__container > img {
  height: 35px;
}

.header__top {
  background-color: #FF8500;
  width: 100%;
  min-height: 6px;
}
.header__top .nav__container .main-menu li ul li:hover {
  background-color: #FF8500;
}
.header__top .nav__container .main-menu li ul li:hover a {
  color: #1D1D1D;
}
.header__top .nav__utilities {
  text-align: left;
  margin-top: 5px;
  display: flex;
  justify-content: flex-end;
}
.header__top .nav__utilities li {
  display: inline-block;
  margin-right: 5px;
}

.slogan__container {
  height: 95px;
  background-color: #1D1D1D;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .slogan__container img {
    max-height: 80px;
  }
}

.meta__container {
  text-align: left;
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.meta__container .searchbox__holder {
  position: relative;
  width: 40px;
}
.meta__container .searchbox__holder input[type=search] {
  width: 90%;
  height: 24px;
  border: none;
  background-color: transparent;
  line-height: 19px;
  outline: none;
  display: none;
}
.meta__container #dnn_searchbb_cmdSearch {
  position: absolute;
  top: 29%;
  left: 12px;
  color: white;
}
.meta__container > ul {
  list-style: none;
  padding: 0;
}
.meta__container > ul > li {
  margin-right: 5px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.meta__container > ul > li > a.link {
  border: 2px solid #4A4A4A;
  color: white;
  border-radius: 50px;
  width: 40px;
  text-align: center;
  height: 40px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.container3200, .contactus__container, .newsletter__container, .project__container, .about__container {
  width: 100%;
  padding: 30px 0;
}
.container3200 .container__title, .contactus__container .container__title, .newsletter__container .container__title, .project__container .container__title, .about__container .container__title {
  text-align: center;
}
.container3200 .container__title .title__image, .contactus__container .container__title .title__image, .newsletter__container .container__title .title__image, .project__container .container__title .title__image, .about__container .container__title .title__image {
  border: 2px solid #4A4A4A;
  padding: 10px;
  border-radius: 50px;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .container3200 .container__title .title__image, .contactus__container .container__title .title__image, .newsletter__container .container__title .title__image, .project__container .container__title .title__image, .about__container .container__title .title__image {
    float: right;
    margin-left: 10px;
  }
}
.container3200 .container__title .title__title h4, .contactus__container .container__title .title__title h4, .newsletter__container .container__title .title__title h4, .project__container .container__title .title__title h4, .about__container .container__title .title__title h4 {
  color: white;
  font-size: 27px;
}
@media only screen and (max-width: 768px) {
  .container3200 .container__title .title__title h4, .contactus__container .container__title .title__title h4, .newsletter__container .container__title .title__title h4, .project__container .container__title .title__title h4, .about__container .container__title .title__title h4 {
    font-size: 20px;
    line-height: 83px;
    font-weight: bold;
    text-align: right;
  }
}
.container3200 .container__body, .contactus__container .container__body, .newsletter__container .container__body, .project__container .container__body, .about__container .container__body {
  margin-top: 0;
}

.about__container {
  padding-top: 0;
}

.project__container {
  background-image: url("/Portals/_default/Skins/3200/Assets/img/bg-pic.jpg");
  height: 100%;
}

.newsletter__container {
  background-color: #FF8500;
}
.newsletter__container .title__image img {
  border-color: white !important;
}

@media only screen and (max-width: 768px) {
  .contactusinformations li:first-child > p {
    line-height: 20px;
  }
}

.contactus__container {
  background-color: #1D1D1D;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .contactus__container .contactus__holder {
    padding-bottom: 15px;
  }
}
.contactus__container .contactus__holder input[type=text], .contactus__container .contactus__holder textarea {
  border: none;
  border-radius: 0;
  background-color: #383838;
  color: #747474;
  box-shadow: none;
  font-size: 14px;
  height: 48px;
}
.contactus__container .contactus__holder textarea {
  height: 175px !important;
}
.contactus__container .contactus__holder .btn.btn-primary {
  font-size: 20px;
}

@media only screen and (max-width: 768px) {
  .sociallinks > ul {
    margin-top: 0 !important;
  }
}

.map__container {
  position: relative;
}
.map__container .map__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
}
.map__container .map__overlay p {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 20px;
  color: #ff0000;
}

footer {
  background-color: #1D1D1D;
  padding: 11px 0;
}
footer .logo__contaniner--bottom img {
  display: inline;
}
@media only screen and (max-width: 991px) {
  footer .logo__contaniner--bottom img {
    display: block;
    margin: auto;
  }
}
footer .copyright__container--bottom {
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  footer .copyright__container--bottom {
    margin-top: 0;
  }
}
footer .copyright__container--bottom * {
  font-family: "IRANSans";
  text-align: center;
  font-size: 12px !important;
  color: rgba(255, 255, 255, 0.4) !important;
}
footer .namad-online {
  text-align: left;
}
@media only screen and (max-width: 991px) {
  footer .namad-online {
    text-align: center;
  }
}
footer .namad-online a img {
  max-height: 90px;
}
@media only screen and (max-width: 991px) {
  footer .namad-online a img {
    margin: 10px 0;
  }
}

.first-text {
  background: #232323;
  width: 100%;
  padding-top: 15px;
  color: white;
}
.first-text .first-text-right a {
  color: white;
  background-color: #ff6a00;
  border-radius: 5px;
  padding: 15px 2px;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-size: 16px;
  margin: 5px 0;
  font-weight: bold;
}
@media only screen and (max-width: 469px) {
  .first-text .first-text-right a {
    font-size: 12px;
  }
}
.first-text .first-text-right .padd-left-7 .first-text-tags {
  margin: 10px 0 !important;
  font-size: 20px !important;
  padding: 20px !important;
  background-color: #ff0000 !important;
}
@media only screen and (max-width: 469px) {
  .first-text .first-text-right .padd-left-7 .first-text-tags {
    font-size: 14px !important;
    margin: 5px 0 !important;
    padding: 5px !important;
    min-height: 40px;
  }
}
@media only screen and (max-width: 469px) {
  .first-text .first-text-right .padd-left-7 {
    padding-left: 7px;
  }
}
@media only screen and (max-width: 469px) {
  .first-text .first-text-right .padd-right-7 {
    padding-right: 7px;
  }
}
@media only screen and (max-width: 469px) {
  .first-text .first-text-left {
    display: none;
  }
}
.first-text .first-text-left-section1 {
  text-align: center;
}
.first-text .first-text-left-section1 video {
  width: 50%;
  border: 1px solid gray;
}
@media only screen and (max-width: 469px) {
  .first-text .first-text-left-section1 video {
    width: 100%;
  }
}
.first-text .first-text-left-section2 h1 {
  color: white;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-top: 0;
}
.first-text .first-text-left-section2 h1 > a {
  color: white;
}
.first-text .first-text-left-section2 h2 {
  font-size: 20px;
  color: #ff6a00;
  padding: 0;
  margin: 0;
  padding: 10px 0;
}
.first-text .first-text-left-section2 h2 > a {
  color: #ff6a00;
}
.first-text .first-text-left-section2 h3 {
  font-size: 16px;
  color: #ff6a00;
  padding: 0;
  margin: 0;
  padding: 10px 0;
}
.first-text .first-text-left-section2 h3 > a {
  color: #ff6a00;
}
.first-text .first-text-left-section2 P {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
.first-text .first-text-left-section2 P > a {
  color: white;
  text-decoration: underline;
}
.first-text .first-text-left-section2 P > a:hover {
  color: #ff6a00;
}

.first-categories {
  background: #f0f0f0;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.first-categories h1 {
  color: black;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-top: 0;
}
.first-categories h1 > a {
  color: black;
}
.first-categories ul {
  max-width: 1140px;
  margin: 0 auto;
}
.first-categories ul li {
  margin: 3px 0;
  text-align: center;
  width: 24%;
  display: inline-block;
}
@media only screen and (max-width: 991px) {
  .first-categories ul li {
    width: 48%;
  }
}
.first-categories ul li a {
  color: white;
  font-weight: bold;
  padding: 10px;
  background-color: #ff6a00;
  border-radius: 4px;
  display: block;
}
.first-categories ul li a:hover {
  color: #ff6a00;
  text-decoration: none;
  background-color: white;
  outline: 1px solid #ff6a00 !important;
}

@media only screen and (max-width: 469px) {
  .slider__container .first-text-left-section2 {
    display: block;
  }
}
main.inside_pages .container__heading {
  background: #ff8500;
  border-radius: 5px;
  margin: 20px 0 !important;
}
main.inside_pages .container__heading h1 {
  padding: 20px;
  margin: 0;
  font-weight: bold;
  font-size: 26px;
}
main.inside_pages .container__heading h1 span {
  color: white;
  text-shadow: -2px 1px 0 rgba(0, 0, 0, 0.3);
}
main.inside_pages .DnnModule-DNN_HTML h2, main.inside_pages .DnnModule-DNN_HTML h3, main.inside_pages .DnnModule-DNN_HTML h4 {
  font-weight: bold;
  margin: 20px 0 10px;
  line-height: 1.5;
}
main.inside_pages .DnnModule-DNN_HTML h2 {
  font-size: 20px;
  color: #ff8500;
}
main.inside_pages .DnnModule-DNN_HTML h2 a {
  color: #ff8500;
}
main.inside_pages .DnnModule-DNN_HTML h3, main.inside_pages .DnnModule-DNN_HTML h4 {
  font-size: 16px;
}
main.inside_pages .DnnModule-DNN_HTML h3 a, main.inside_pages .DnnModule-DNN_HTML h4 a {
  color: black;
}
main.inside_pages .DnnModule-DNN_HTML h3 a:hover, main.inside_pages .DnnModule-DNN_HTML h4 a:hover {
  text-decoration: underline;
  color: black;
}
main.inside_pages .DnnModule-DNN_HTML h4 {
  font-size: 14px;
}
main.inside_pages .DnnModule-DNN_HTML p, main.inside_pages .DnnModule-DNN_HTML div {
  margin: 0 0 10px;
  line-height: 26px;
  text-align: justify;
}
main.inside_pages .DnnModule-DNN_HTML a:hover {
  color: #ff8500;
}
main.inside_pages .DnnModule-DNN_HTML ul {
  text-align: right;
}
main.inside_pages .DnnModule-DNN_HTML ul li {
  line-height: 26px;
  display: inline-block;
  margin: 2px;
  border-radius: 3px;
  padding: 4px 10px;
  background: #ffe2c3;
}
main.inside_pages .DnnModule-DNN_HTML ul li a {
  color: black;
  display: block;
  text-decoration: none;
}
main.inside_pages .DnnModule-DNN_HTML img {
  padding-left: 15px;
  max-height: 300px;
  width: auto;
  float: right;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  main.inside_pages .DnnModule-DNN_HTML img {
    margin: 0 auto 10px;
    padding-left: 0;
    float: none;
  }
}

#dnn_searchbb_ClassicSearch {
  display: none !important;
}

.search__box {
  display: inline-block;
  border: 2px solid #4A4A4A;
  color: white;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  z-index: 999;
}
.search__box i {
  color: #fff;
  margin-top: 1px;
}
.search__box .trigger {
  width: 18px;
  display: inline-block;
  font-size: 14px;
}
.search__box input[type=text] {
  float: right;
  display: none;
  border: 0;
  font-family: tahoma;
  padding: 2px;
  border-radius: 2px;
  margin-top: -1px;
  margin-right: 3px;
  font-size: 12px;
  width: 170px;
  height: 21px;
  outline: none;
  background: transparent;
}
@media screen and (max-width: 769px) {
  .search__box input[type=text] {
    width: 170px;
  }
}

.about__timeline ul li p {
  color: black !important;
}

.about__timeline ul li h5 {
  color: black !important;
  font-weight: bold;
}

/**
 * Boostrap defaults for buttons
 */
.body__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
}
.body__container.position--right.open {
  -webkit-transform: translate3d(-70%, 0, 0);
  -ms-transform: translate3d(-70%, 0, 0);
  -moz-transform: translate3d(-70%, 0, 0);
  -o-transform: translate3d(-70%, 0, 0);
  transform: translate3d(-70%, 0, 0);
}
.body__container.position--left.open {
  -webkit-transform: translate3d(70%, 0, 0);
  -ms-transform: translate3d(70%, 0, 0);
  -moz-transform: translate3d(70%, 0, 0);
  -o-transform: translate3d(70%, 0, 0);
  transform: translate3d(70%, 0, 0);
}

.sidebar__box .sidebar__shadow {
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
  display: none;
  top: 0;
}
.sidebar__box .sidebar__close {
  font-size: 25px;
  color: white;
  display: block;
  text-align: center;
}
.sidebar__box .sidebar__container {
  -webkit-transition: all ease 400ms;
  -moz-transition: all ease 400ms;
  -o-transition: all ease 400ms;
  transition: all ease 400ms;
  position: fixed;
  overflow-y: hidden;
  overflow: auto;
  height: 100.5%;
  width: 70%;
  top: 0;
  background-color: #1D1D1D;
  z-index: 10;
}
.sidebar__box .sidebar__container.position--right {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.sidebar__box .sidebar__container.position--left {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.sidebar__box .sidebar__container.open {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sidebar__open {
  position: fixed;
  left: 15px;
  top: 15px;
  cursor: pointer;
  background-color: #E52E04;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 2em;
  padding: 8px 10px;
  z-index: 9999;
  line-height: 22px;
}

/**
 * Boostrap defaults for buttons
 */
body[rtl=true] .container__content .container__heading {
  margin-bottom: 20px;
}
body[rtl=true] .container__content .container__heading h3 {
  color: #FF8500;
  font-size: 19px;
  font-weight: bold;
}
/**
 * Boostrap defaults for buttons
 */
.sidebar__container .login__box {
  position: absolute;
  left: 5px;
  top: 5px;
  width: auto;
  display: inline-block;
}
.sidebar__container .login__box span {
  display: inline-block !important;
}
.sidebar__container .site__logo {
  margin: 20px auto;
  width: 75%;
  float: none;
  margin-top: 60px;
  height: auto;
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .sidebar__container .site__logo {
    width: auto;
  }
}
.sidebar__container .searchbox__holder {
  width: 90% !important;
  display: block;
  margin: auto;
  border: none;
  padding: 8px 5px;
  border-radius: 6px;
  text-align: center;
  direction: rtl;
  margin-top: 40px;
}
.sidebar__container .searchbox__holder input[type=search] {
  display: inline-block !important;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  box-shadow: none;
  border: none;
}
@media only screen and (min-width: 469px) and (max-width: 699px) {
  .sidebar__container .searchbox__holder {
    width: 70%;
  }
}
.sidebar__container .language__box {
  margin: auto;
  text-align: center;
  display: block;
  margin: 10px 0;
}
.sidebar__container .main-menu {
  margin: 10px 15px;
  direction: rtl;
}
.sidebar__container .main-menu li {
  background-color: transparent;
  color: white;
}
.sidebar__container .main-menu li.has-child ul {
  display: none;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 0 5px 0;
}
.sidebar__container .main-menu li.has-child ul li {
  list-style: none;
  list-style-position: inside;
}
.sidebar__container .main-menu a {
  padding: 10px 0;
  display: block;
  text-decoration: none;
  color: white;
  font-weight: bold;
}
.sidebar__container .main-menu .caret {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.sidebar__container .main-menu .caret.caret-up {
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

/**
 * Boostrap defaults for buttons
 */
.main-menu li {
  z-index: 10;
}
