@import url("https://fonts.googleapis.com/css2?family=Changa:wght@200;300;400;500;600;700;800&display=swap");
:root {
  --main-color: #1885ae;
  --body-bg: #f5f8fa;
  --navbar-bg: #FFF;
  --icon-active: #2c2f32;
  --icon-idle: #8b88ff;
  --p-color: #2c2f32;
  --subp-color: #adafca;
  --link-color: #6956e5;
  --a-light: #FFF;
  --shadow-color: rgba(94, 92, 154, 0.0588235294);
  --border-color: #eaeaf5;
  --sub-light: #fcfcfd;
  --border-input: #dedeea;
}

.dark-mode {
  --main-color: #6956e5;
  --body-bg: #151521;
  --navbar-bg: #1e1e2d;
  --icon-active: #FFF;
  --icon-idle: #8b88ff;
  --p-color: #FFF;
  --subp-color: #9aa4bf;
  --link-color: #6956e5;
  --a-light: #FFF;
  --shadow-color: rgba(0, 0, 0, 0.0588235294);
  --border-color: #2f3749;
  --sub-light: #21283b;
  --border-input: #3f485f;
}

.form-group {
  width: 100%;
  position: relative;
  margin: 0;
}
.form-group label {
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 600;
  position: absolute;
  top: 16px;
  right: 20px;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  display: block;
  margin: 0;
  line-height: 1em;
}
.form-group .form-control {
  height: 50px;
  padding: 7px 20px 7px 20px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
}
.form-group .form-control:focus {
  border-color: #1885ae;
  box-shadow: none;
  outline: none;
}
.form-group .form-control::-moz-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}
.form-group .form-control::placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.8rem;
}
.form-group select {
  cursor: pointer;
}

.create-account-btn {
  text-decoration: none;
  width: 100%;
  margin: auto;
  color: #FFF;
  display: inline-block;
  height: 43px;
  border-radius: 10px;
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  line-height: 43px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  background-color: #7868e6;
  border: 0;
}
.create-account-btn svg {
  height: 18px;
  margin-left: 2px;
}
.create-account-btn svg path {
  fill: #FFF;
}
.create-account-btn:hover {
  background-color: #7868e6;
}

.form-check {
  display: flex;
  margin: 10px 5px 10px 0;
}
.form-check input {
  background-color: #fff;
  border: 1px solid #dedeea;
  height: 17px;
  width: 16px;
  position: unset;
  margin: 3px 0 0 5px;
}
.form-check p {
  color: #2c2f32;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
  display: block;
  margin: 0;
}
.form-check p a {
  text-decoration: none;
  color: #FFF;
}

p.text {
  margin-top: 30px;
  font-size: 0.875rem;
  line-height: 1.7142857143em;
  font-weight: 500;
  color: var(--p-color);
}
p.text a {
  text-decoration: none;
  color: #6956e5;
  font-weight: 700;
}

.active-input label {
  padding: 0 6px;
  font-size: 0.55rem;
  top: 9px;
  right: 20px;
}

.upper-header {
  background: #05212c;
  padding: 12px 0;
}
.upper-header .upper-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upper-header .upper-header-content .upper-header-actions {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .upper-header .upper-header-content .upper-header-actions {
    justify-content: space-between;
    width: 100%;
  }
}
.upper-header .upper-header-content .upper-header-actions .social {
  border-right: 1px solid #818181;
  padding-right: 15px;
}
@media (max-width: 575.98px) {
  .upper-header .upper-header-content .upper-header-actions .social {
    border: unset;
  }
}
.upper-header .upper-header-content .upper-header-actions .social ul {
  display: flex;
  align-items: center;
}
.upper-header .upper-header-content .upper-header-actions .social ul .social-icon {
  margin: 0 8px;
}
.upper-header .upper-header-content .upper-header-actions .social ul .social-icon a {
  display: block;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
.upper-header .upper-header-content .upper-header-actions .social ul .social-icon a:hover svg {
  fill: #1885ae;
}
.upper-header .upper-header-content .upper-header-actions .social ul .social-icon a svg {
  height: 22px;
  width: 22px;
  fill: #FFF;
  transition: 0.2s ease-in-out;
}
@media (max-width: 575.98px) {
  .upper-header .upper-header-content .upper-header-actions .social ul .social-icon a svg {
    height: 18px;
    width: 18px;
  }
}
.upper-header .upper-header-content .upper-header-actions .lang {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 0 0 15px;
  z-index: 10;
  width: auto;
  justify-content: end;
}
.upper-header .upper-header-content .upper-header-actions .lang .switch-langs {
  flex: 1;
  order: 2 !important;
  -webkit-box-ordinal-group: 2;
}
.upper-header .upper-header-content .upper-header-actions .lang .switch-langs h6 {
  margin: 1px 0 0 0;
  color: var(--p-color);
  font-family: "en";
}
.upper-header .upper-header-content .upper-header-actions .lang .li-links {
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -22px);
  transition: all 0.3s ease-in-out;
  z-index: 100;
}
.upper-header .upper-header-content .upper-header-actions .lang .li-links ul {
  display: block;
  width: 150px;
  display: block;
  text-align: left;
  padding: 10px 10px;
  border-radius: 8px;
  margin-top: 28px;
  background: #FFF;
}
@media (max-width: 1199.98px) {
  .upper-header .upper-header-content .upper-header-actions .lang .li-links ul {
    margin-top: 40px;
  }
}
.upper-header .upper-header-content .upper-header-actions .lang .li-links ul li {
  display: flex;
  margin: 8px 0;
  transition: all 0.3s ease-in-out;
  padding: 0 0;
}
.upper-header .upper-header-content .upper-header-actions .lang .li-links ul li:hover a {
  color: #6956e5;
}
.upper-header .upper-header-content .upper-header-actions .lang .li-links ul li a {
  color: var(--p-color);
  text-decoration: none;
}
.upper-header .upper-header-content .upper-header-actions .lang .hover-drop span {
  color: #FFF;
  position: relative;
  text-decoration: none;
  font-size: 0.95rem;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin: 0 3px;
}
.upper-header .upper-header-content .upper-header-actions .lang .hover-drop .arrow {
  height: 20px;
  width: 20px;
  margin: 0px 8px 0 8px;
  fill: #FFF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.upper-header .upper-header-content .upper-header-actions .lang .hover-drop .flag-svg {
  height: 20px;
  width: 20px;
  margin: 0 2px;
  border-radius: 50%;
}
.upper-header .upper-header-content .upper-header-actions .lang .hover-drop:hover .li-links {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 2px);
}
@media (max-width: 1199.98px) {
  .upper-header .upper-header-content .upper-header-actions .lang .hover-drop:hover .li-links {
    transform: translate(0, -8px);
  }
}
.upper-header .upper-header-content .upper-header-actions .lang .hover-drop .li-links {
  z-index: 150;
}
.upper-header .upper-header-content .upper-header-actions .lang .hover-drop .li-links li svg {
  height: 20px;
  width: 20px;
  margin: 0px 8px 0 8px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  transform: rotate(0);
}
.upper-header .upper-header-content .upper-header-actions .lang .hover-drop .li-links li a {
  font-weight: 600;
}
.upper-header .upper-header-content .upper-header-info {
  display: flex;
  align-items: center;
}
@media (max-width: 575.98px) {
  .upper-header .upper-header-content .upper-header-info {
    display: none;
  }
}
.upper-header .upper-header-content .upper-header-info .temp {
  border-right: 1px solid #818181;
  padding-right: 15px;
  color: #FFF;
  display: flex;
  align-items: center;
}
.upper-header .upper-header-content .upper-header-info .temp svg {
  height: 18px;
  width: 18px;
  fill: #1885ae;
  margin: 0 3px;
}
.upper-header .upper-header-content .upper-header-info .date {
  color: #FFF;
  padding-left: 15px;
  display: flex;
  align-items: center;
}
.upper-header .upper-header-content .upper-header-info .date svg {
  height: 18px;
  width: 18px;
  fill: #1885ae;
  margin: 0 8px;
}

.header {
  background: #1885ae;
  position: sticky;
  top: 0;
  z-index: 6;
  width: 100%;
  transition: all 0.1s ease-in-out;
}
.header .navbar {
  background: transparent;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 0;
}
@media (max-width: 1199.98px) {
  .header .navbar {
    padding: 10px 0;
  }
}
@media (max-width: 991.98px) {
  .header .navbar {
    padding: 12px 15px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar {
    padding: 12px 0;
  }
}
.header .navbar .nav-mobile-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-mobile-icon {
    display: block;
  }
}
.header .navbar .nav-mobile-icon svg {
  fill: #FFF;
}
.header .navbar .nav-part {
  display: flex;
  align-items: center;
}
.header .navbar .nav-logo {
  position: relative;
}
.header .navbar .nav-logo:after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 94px;
  background: #1885ae;
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-logo:after {
    bottom: -20px;
    left: 82px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo:after {
    left: 52%;
    display: none;
  }
}
@media (max-width: 767.98px) {
  .header .navbar .nav-logo:after {
    left: 54%;
  }
}
@media (max-width: 575.98px) {
  .header .navbar .nav-logo:after {
    left: 56%;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
}
.header .navbar .nav-logo .nav-mobile-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-mobile-icon {
    display: block;
  }
}
.header .navbar .nav-logo .nav-mobile-icon svg {
  height: 24px;
  width: 24px;
  fill: #FFF;
}
.header .navbar .nav-logo .nav-logo-container {
  position: relative;
  z-index: 10;
  width: 130px;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-logo .nav-logo-container {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-logo-container {
    width: auto;
  }
}
.header .navbar .nav-logo .nav-logo-container a {
  text-decoration: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
}
.header .navbar .nav-logo .nav-logo-container img {
  max-width: 100%;
  height: 40px;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-logo .nav-logo-container img {
    height: 35px;
  }
}
.header .navbar .nav-logo .nav-logo-container .main-logo {
  display: block;
}
.header .navbar .nav-logo .nav-logo-container .img-dark {
  display: none;
}
.header .navbar .nav-logo .nav-search-icon {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-logo .nav-search-icon {
    display: block;
  }
}
.header .navbar .nav-logo .nav-search-icon svg {
  height: 24px;
  width: 24px;
  fill: #FFF;
}
.header .navbar .nav-links {
  margin-top: 0;
  direction: ltr;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links {
    background: var(--body-bg);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 5;
    overflow: auto;
    text-align: center;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    display: none;
  }
}
.header .navbar .nav-links .nav-close {
  display: none;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links .nav-close {
    display: block;
    position: fixed;
    top: 20px;
    left: 20px;
  }
}
.header .navbar .nav-links .nav-close svg {
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.header .navbar .nav-links .nav-close svg g [fill] {
  fill: #000248;
}
.header .navbar .nav-links ul {
  display: flex;
  margin-bottom: 0;
  padding: 0;
  align-items: center;
  justify-content: center;
}
.header .navbar .nav-links ul li {
  padding: 0 7px;
  display: flex;
  align-items: center;
  position: relative;
}
.header .navbar .nav-links ul li:hover a, .header .navbar .nav-links ul li:hover span {
  color: #fbc319;
}
.header .navbar .nav-links ul li:hover .nav-link-dropdown {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-links ul li {
    padding: 0 7px;
  }
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li {
    padding: 10px 15px;
    transform: perspective(400px) rotateY(-15deg);
    z-index: -1;
    margin: 7px 0;
  }
}
.header .navbar .nav-links ul li a, .header .navbar .nav-links ul li span {
  color: #FFF;
  position: relative;
  text-decoration: none;
  font-size: 0.85rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-links ul li a, .header .navbar .nav-links ul li span {
    font-size: 0.8rem;
  }
}
.header .navbar .nav-links ul li svg {
  height: 22px;
  width: 22px;
  margin: -1px 0px 0 0px;
  fill: #FFF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .navbar .nav-links ul li .li-links {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -22px);
  transition: all 0.3s ease-in-out;
}
.header .navbar .nav-links ul li .li-links ul {
  display: block;
  background: var(--body-bg);
  width: 150px;
  display: block;
  text-align: right;
  padding: 10px 15px;
  border-radius: 8px;
  margin-top: 28px;
}
@media (max-width: 1199.98px) {
  .header .navbar .nav-links ul li .li-links ul {
    margin-top: 40px;
  }
}
.header .navbar .nav-links ul li .li-links ul li {
  display: block;
  margin: 8px 0;
  transition: all 0.3s ease-in-out;
  padding: 0 0;
}
.header .navbar .nav-links ul li .li-links ul li:hover {
  padding-right: 14px;
}
.header .navbar .nav-links ul li .li-links ul li:hover a {
  color: #fbc319;
}
.header .navbar .nav-links ul li .li-links ul li a {
  color: var(--p-color);
}
.header .navbar .nav-links ul li .nav-link-dropdown {
  position: absolute;
  top: 30px;
  left: 4px;
  background: #FFF;
  z-index: 100;
  padding: 10px 10px 10px 10px;
  border-radius: 8px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  transform: translate(0, -10px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  width: 200px;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul li .nav-link-dropdown {
    display: none;
  }
}
.header .navbar .nav-links ul li .nav-link-dropdown ul {
  display: block;
  text-align: left;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li {
  transition: all 0.2s ease-in-out;
  margin: 10px 0;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li:hover a {
  color: #1885ae;
}
.header .navbar .nav-links ul li .nav-link-dropdown ul li a {
  font-size: 0.9rem;
  transition: all 0.2s ease-in-out;
  color: #000;
}
.header .navbar .nav-links ul .hover-drop:hover .li-links {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}
.header .navbar .nav-links ul .nav-link-active a {
  color: #fbc319;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-links ul .nav-link-active a {
    color: #fbc319;
  }
}
.header .navbar .nav-links ul .nav-link-active a:before {
  background: #000248;
  border-color: #000248;
}
@media (max-width: 991.98px) {
  .header .navbar .nav-actions {
    display: none;
  }
}
.header .navbar .search-input {
  height: 40px;
  padding: 7px 20px 7px 35px;
  background-color: #ffffff;
  border: 1px solid transparent;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  width: 220px;
  direction: ltr;
}
@media (max-width: 1199.98px) {
  .header .navbar .search-input {
    width: 190px;
  }
}
@media (max-width: 575.98px) {
  .header .navbar .search-input {
    width: auto;
  }
}
.header .navbar .search-input:active {
  border: 1px solid #000;
  box-shadow: none;
  outline: none;
}
.header .navbar .search-input:focus {
  border: 1px solid #000;
  box-shadow: none;
  outline: none;
}
.header .navbar .search-input::-moz-placeholder {
  color: #cacaca;
  font-weight: 400;
  font-size: 0.8rem;
}
.header .navbar .search-input::placeholder {
  color: #cacaca;
  font-weight: 400;
  font-size: 0.8rem;
}
.header .navbar .search-icon {
  position: absolute;
  left: 10px;
  top: 46%;
  transform: translate(0, -50%);
}
.header .navbar .search-icon svg {
  height: 18px;
  width: 18px;
  fill: #1885ae;
}

.fixed-header:after {
  display: none;
}

.big-nav {
  width: 350px;
  padding-top: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 15;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  overflow: auto;
  direction: rtl;
}
@media (max-width: 575.98px) {
  .big-nav {
    width: 100%;
    height: 100vh;
  }
}
.big-nav .big-nav-header-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px 15px 20px;
  border-bottom: 1px solid #1885ae;
  align-items: center;
  background: #1885ae;
}
.big-nav .big-nav-header-title .nav-logo-container a {
  text-decoration: none;
  color: #000;
}
.big-nav .big-nav-header-title .nav-logo-container a img {
  height: 40px;
}
@media (max-width: 575.98px) {
  .big-nav .big-nav-header-title .nav-logo-container a img {
    height: 40px;
  }
}
.big-nav .big-nav-header-title .close-big-nav svg {
  fill: #FFF;
  width: 30px;
  cursor: pointer;
}
.big-nav .big-nav-header-title .close-link-popup svg {
  fill: #FFF;
}
.big-nav .big-nav-search .nav-search {
  width: 100%;
  padding: 10px 10px;
  display: flex;
}
.big-nav .big-nav-search .nav-search form {
  width: 100%;
}
.big-nav .big-nav-search .nav-search .form-group {
  width: 100%;
  position: relative;
  margin: 0;
}
.big-nav .big-nav-search .nav-search .form-group .form-control {
  height: 43px;
  padding: 0 40px 0 20px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  color: #3e3f5e;
  transition: border-color 0.2s ease-in-out;
  width: 100%;
  border-radius: 4px;
  font-size: 0.85rem;
  font-weight: 500;
}
.big-nav .big-nav-search .nav-search .form-group .form-control:focus {
  border-color: #1885ae;
  box-shadow: none;
  outline: none;
}
.big-nav .big-nav-search .nav-search .form-group .form-control::-moz-placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.7rem;
}
.big-nav .big-nav-search .nav-search .form-group .form-control::placeholder {
  color: #cacaca;
  font-weight: 500;
  font-size: 0.7rem;
}
.big-nav .big-nav-search .nav-search .form-group .search-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}
.big-nav .big-nav-search .nav-search .form-group .search-icon svg {
  transform: rotateY(180deg);
  font-size: 0.7rem;
  height: 18px;
  width: 18px;
}
.big-nav .nav-links {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .big-nav .nav-links ul {
    overflow: scroll;
    height: calc(100vh - 55px);
  }
}
.big-nav .nav-links ul .ul-head {
  padding-right: 30px;
  color: #adafca;
  font-size: 0.75rem;
  font-weight: 500;
}
.big-nav .nav-links ul li {
  text-decoration: none;
  color: #adafca;
  width: 100%;
  display: block;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border-top: 1px solid rgba(229, 229, 229, 0.5411764706);
}
.big-nav .nav-links ul li .li-link {
  width: 100%;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.big-nav .nav-links ul li .li-link .link-info {
  white-space: nowrap;
  border-radius: 50px;
  margin: 0;
  transition: all 0.3s ease-in-out 0s;
  display: inline-flex;
  padding: 0 20px 0 0;
}
.big-nav .nav-links ul li .li-link .link-info a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
  line-height: 25px;
  font-weight: 500;
  transition: all 0.3s ease-in-out 0s;
  padding: 17px 0 17px 15px;
}
.big-nav .nav-links ul li .li-link .li-link-icon {
  width: 50px;
  display: flex;
  justify-content: end;
  cursor: pointer;
  padding: 17px 15px 17px 15px;
}
.big-nav .nav-links ul li .li-link .li-link-icon svg {
  height: 16px;
  width: 16px;
  fill: #000;
}
.big-nav .nav-links ul li .nav-link-popup {
  width: 350px;
  padding-top: 0;
  position: fixed;
  top: 0;
  z-index: 20;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  background: #FFF;
  height: 100vh;
  transition: all 0.4s ease-in-out;
  transition-delay: 0.1s;
  overflow: auto;
}
@media (max-width: 575.98px) {
  .big-nav .nav-links ul li .nav-link-popup {
    width: 100%;
    height: 100vh;
  }
}
.big-nav .nav-links ul .li-active {
  background-color: #FFF;
  color: #000;
}
.big-nav .nav-links ul .li-active a svg {
  fill: #1885ae;
}
.big-nav .nav-links ul .li-active a svg g [fill] {
  fill: #1885ae;
}
.big-nav .nav-links ul .li-active a .svg-icon path {
  fill: #1885ae;
  stroke: #1885ae;
}
.big-nav .nav-links ul .li-active a .link-info {
  visibility: visible;
  padding-right: 8px;
}
.big-nav .nav-links ul .li-active a .link-info span {
  color: #1885ae !important;
}
.big-nav .nav-links ul .li-active a .link-info span:hover {
  color: #1885ae;
}
.big-nav .nav-links ul .li-active:hover {
  background: #FFF;
  color: #1885ae;
}
.big-nav::-webkit-scrollbar {
  display: none;
}

.big-nav-hiddin {
  transform: translate(560px, 0);
  opacity: 0;
  z-index: -1 !important;
}

.close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(22, 22, 34, 0.6);
  z-index: 10;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.open-over {
  opacity: 1;
  visibility: visible;
}

.active-dropdown {
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

.content {
  margin-top: 0;
}

.upper-footer {
  width: 100%;
  border-radius: 12px;
  margin: auto;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  position: relative;
}
.upper-footer .upper-footer-container {
  background: #05212c;
  border-radius: 12px;
  padding: 50px 35px;
  border: 1px solid rgba(5, 33, 44, 0.0705882353);
}
.upper-footer span {
  color: #f8be5e;
}
.upper-footer h3 {
  font-size: 2rem;
  color: #FFF;
}
.upper-footer button {
  margin-top: 15px;
  background: #005d83;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  border: 0;
  outline: unset;
  box-shadow: unset;
  padding: 12px 35px;
  border-radius: 8px;
}

.footer {
  background-color: #032634;
}
.footer .footer-container {
  padding: 50px 0 50px 0;
}
.footer .footer-container .footer-part {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .footer .footer-container .footer-logo {
    margin-bottom: 25px;
  }
}
.footer .footer-container .footer-logo img {
  height: 75px;
}
@media (max-width: 991.98px) {
  .footer .footer-container .footer-logo img {
    height: auto;
  }
}
.footer .footer-container .footer-logo p {
  color: #FFF;
  width: 75%;
  margin: 15px auto;
  font-size: 0.9rem;
}
.footer .footer-container .footer-contacts {
  margin-top: 15px;
}
.footer .footer-container .footer-contacts h5 {
  color: #FFF;
  font-size: 1.7rem;
  margin-bottom: 35px;
}
.footer .footer-container .footer-contacts .contacts-line {
  display: flex;
  align-items: center;
  margin: 15px 0;
}
.footer .footer-container .footer-contacts .contacts-line:hover a {
  color: #fbc319;
}
.footer .footer-container .footer-contacts .contacts-line svg {
  fill: #FFF;
  height: 25px;
  width: 25px;
  margin-top: 0;
}
.footer .footer-container .footer-contacts .contacts-line a {
  display: block;
  margin: 0 12px;
  color: #FFF;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.footer .footer-container .footer-contacts .contacts-line a h6 {
  margin: 0;
  font-size: 1.2rem;
}
.footer .footer-container .footer-social {
  margin: 20px 0 0 0;
}
.footer .footer-container .footer-social ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.footer .footer-container .footer-social ul li {
  margin: 0 7px;
  border-radius: 4px;
}
.footer .footer-container .footer-social ul li a {
  display: flex;
  border-radius: 50%;
  padding: 5px;
}
.footer .footer-container .footer-social ul li a svg {
  height: 25px;
  width: 25px;
  fill: #FFF;
}
.footer .footer-container .footer-col {
  text-align: right;
  display: inline-block;
  margin-bottom: 25px;
}
@media (max-width: 991.98px) {
  .footer .footer-container .footer-col {
    padding-left: 50px;
  }
}
.footer .footer-container .footer-col .footer-head {
  margin-bottom: 25px;
}
.footer .footer-container .footer-col .footer-head a {
  text-decoration: none;
  color: #000;
  font-size: 1.3rem;
  display: block;
}
.footer .footer-container .footer-col ul {
  margin: 0;
  padding: 0;
}
.footer .footer-container .footer-col ul li {
  color: #000;
  font-size: 13px;
  margin: 0 0 15px;
  transition: all 0.3s ease-in-out;
}
.footer .footer-container .footer-col ul li:hover {
  transform: translate(-7px, 0);
}
.footer .footer-container .footer-col ul li span {
  color: #000;
}
.footer .footer-container .footer-col ul li a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
}
.footer .footer-container .newsletter {
  background-color: #05212c;
  border-radius: 12px;
  padding: 35px 25px;
  width: 100%;
}
@media (max-width: 991.98px) {
  .footer .footer-container .newsletter {
    margin-top: 25px;
  }
}
.footer .footer-container .newsletter .form-group {
  margin-top: 11px;
}
.footer .footer-container .newsletter .form-group .form-control {
  background: #032634;
  border: 1px solid #032f40;
  color: #FFF;
}
.footer .footer-container .newsletter .form-group textarea {
  min-height: 125px;
}
.footer .footer-container .newsletter span {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #FFF;
}
.footer .footer-container .newsletter button {
  margin-top: 15px;
  width: 100%;
  background: #005d83;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  border: 0;
  outline: unset;
  box-shadow: unset;
  padding: 12px 0;
  border-radius: 8px;
}

.copyrights {
  padding: 25px 0;
  font-size: 1rem;
  font-weight: 500;
  border-top: 1px solid #05212c;
  background: #05212c;
  color: #FFF;
}
.copyrights .row {
  margin: 0;
}
.copyrights .copy {
  color: #1885ae;
}

[lang=ar] body {
  direction: rtl;
  text-align: right;
}
[lang=ar] .upper-header {
  direction: ltr;
}
[lang=ar] .upper-header .date {
  direction: rtl;
}
[lang=ar] .upper-header .temp {
  direction: rtl;
}
[lang=ar] .header .nav-links {
  direction: rtl;
}
[lang=ar] .header .nav-links .nav-link-dropdown {
  left: unset;
  right: 4px;
}
[lang=ar] .header .search-input {
  padding: 7px 35px 7px 20px;
  direction: rtl;
}
[lang=ar] .header .search-icon {
  left: unset;
  right: 10px;
}
[lang=ar] .header .navbar .nav-logo:after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -3px;
  background: #1885ae;
  height: 50px;
  width: 50px;
  display: inline-block;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  [lang=ar] .header .navbar .nav-logo:after {
    right: 42%;
    display: none;
  }
}
@media (max-width: 767.98px) {
  [lang=ar] .header .navbar .nav-logo:after {
    right: 40%;
  }
}
@media (max-width: 575.98px) {
  [lang=ar] .header .navbar .nav-logo:after {
    right: 36%;
  }
}

.d-12-none {
  display: block !important;
}
@media (max-width: 1199.98px) {
  .d-12-none {
    display: none !important;
  }
}

.d-12-block {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .d-12-block {
    display: block !important;
  }
}

.news-page {
  margin: 25px 0 25px 0;
}

.post-content {
  border-radius: 8px;
  padding-bottom: 25px;
  margin-top: 10px;
}
.post-content .post-info {
  padding: 25px 0 25px 0;
}
@media (max-width: 575.98px) {
  .post-content .post-info {
    padding: 15px 20px 20px 20px;
  }
}
.post-content .post-info .post-cat {
  background: #1885ae;
  color: #FFF;
  font-weight: 500;
  display: inline-block;
  font-size: 1rem;
  padding: 5px 15px;
  margin-bottom: 10px;
}
@media (max-width: 991.98px) {
  .post-content .post-info .post-cat {
    font-size: 1rem;
  }
}
@media (max-width: 575.98px) {
  .post-content .post-info .post-cat {
    font-size: 0.9rem;
  }
}
.post-content .post-info .post-title {
  font-size: 2.2rem;
  margin-bottom: 15px;
}
@media (max-width: 991.98px) {
  .post-content .post-info .post-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 575.98px) {
  .post-content .post-info .post-title {
    font-size: 1.3rem;
  }
}
.post-content .post-info .post-actions {
  display: flex;
  align-items: center;
}
.post-content .post-info .post-actions .post-date {
  border-radius: 50px;
  display: flex;
  align-items: center;
}
.post-content .post-info .post-actions .post-date span {
  font-weight: 600;
  font-size: 1.1rem;
  margin-right: 5px;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .post-content .post-info .post-actions .post-date span {
    font-size: 0.9rem;
  }
}
.post-content .post-info .post-actions .post-social {
  border-right: 1px solid #eaeaf5;
  margin-right: 20px;
}
@media (max-width: 575.98px) {
  .post-content .post-info .post-actions .post-social {
    margin-right: 10px;
  }
}
.post-content .post-info .post-actions .post-social .social-icons {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 575.98px) {
  .post-content .post-info .post-actions .post-social .social-icons {
    padding-right: 10px;
  }
}
.post-content .post-info .post-actions .post-social .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-left: 15px;
  height: 30px;
  width: 30px;
}
@media (max-width: 575.98px) {
  .post-content .post-info .post-actions .post-social .social-icons .social-icon {
    margin-left: 10px;
    height: 27px;
    width: 27px;
  }
}
.post-content .post-info .post-actions .post-social .social-icons .social-icon a {
  display: block;
  text-decoration: none;
  margin-top: -1px;
}
.post-content .post-info .post-actions .post-social .social-icons .social-icon a svg {
  height: 18px;
  width: 18px;
  fill: #FFF;
}
@media (max-width: 575.98px) {
  .post-content .post-info .post-actions .post-social .social-icons .social-icon a svg {
    height: 15px;
    width: 15px;
  }
}
.post-content .post-info .post-actions .post-social .social-icons .facebook {
  background: #1877f2;
}
.post-content .post-info .post-actions .post-social .social-icons .twitter {
  background: #1da1f2;
}
.post-content .post-info .post-actions .post-social .social-icons .telegram {
  background: #26a4e2;
}
.post-content .post-info .post-actions .post-social .social-icons .whatsapp {
  background: #4dcb5b;
}
.post-content .post-info .post-actions .post-social .social-icons .share-link {
  background: #1885ae;
}
.post-content .post-image {
  position: relative;
}
.post-content .post-image img {
  max-width: 100%;
  border-radius: 8px;
  min-height: 530px;
}
@media (max-width: 575.98px) {
  .post-content .post-image img {
    min-height: auto;
  }
}
.post-content .post-image .image-source {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  background: rgba(0, 0, 0, 0.7607843137);
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 7px 10px;
  display: block;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.post-content .post-image iframe {
  aspect-ratio: 16/9 !important;
  height: auto !important;
  width: 100% !important;
}
.post-content .infograph-image {
  margin: 15px 0;
  padding: 0 15px;
  position: relative;
}
.post-content .infograph-image img {
  max-width: 100%;
  border-radius: 8px;
  min-height: 450px;
}
@media (max-width: 575.98px) {
  .post-content .infograph-image img {
    min-height: auto;
  }
}
.post-content .post-content-body {
  padding: 15px 5px;
}
@media (max-width: 575.98px) {
  .post-content .post-content-body {
    padding: 15px 0;
  }
}
.post-content .post-content-body a {
  text-decoration: underline;
  color: #1885ae;
}
.post-content .post-tags ul {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.post-content .post-tags ul .post-tag {
  margin-left: 15px;
  margin-bottom: 5px;
  padding: 4px 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-right: 5px solid #1885ae;
  background: #fafafa;
  border-top: 1px solid #eaeaf5;
  border-left: 1px solid #eaeaf5;
  border-bottom: 1px solid #eaeaf5;
}
.post-content .post-tags ul .post-tag a {
  text-decoration: none;
  color: #000;
  font-size: 0.85rem;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .post-content .post-tags ul .post-tag a {
    font-size: 0.75rem;
  }
}

.post-related .news-card {
  position: relative;
  margin-bottom: 15px;
  background: var(--card-bg);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
}
.post-related .news-card a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.post-related .news-card a .news-image {
  height: 150px;
  width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.post-related .news-card a .news-cat-badge {
  position: absolute;
  z-index: 5;
  top: 118px;
  right: 9px;
  display: inline-block;
  padding: 3px 15px;
  border-radius: 0px;
  background: #1885ae;
  color: #FFF;
  font-size: 0.8rem;
}
.post-related .news-card a .header-news-content {
  padding: 15px 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  min-height: 100px;
}
.post-related .news-card a .header-news-content h2 {
  font-size: 1rem;
  color: var(--h-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-related .news-card a .header-news-content svg {
  fill: #1885ae;
  height: 16px;
  width: 16px;
  margin-left: 3px;
}
.post-related .news-card a .header-news-content span {
  color: #adafca;
  margin-left: 5px;
  font-size: 0.8rem;
}
.post-related .video-main-card {
  position: relative;
  margin-bottom: 15px;
  background: #FFF;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
}
.post-related .video-main-card a {
  display: block;
  text-decoration: none;
  height: 100%;
  border: 1px solid #efefef;
  border-radius: 12px;
}
.post-related .video-main-card a .video-main-card-image {
  position: relative;
}
.post-related .video-main-card a .video-main-card-image .news-image {
  height: 150px;
  width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.post-related .video-main-card a .video-main-card-image .play-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-related .video-main-card a .video-main-card-image .play-vid svg {
  fill: var(--h-color);
  height: 20px;
  width: 20px;
}
.post-related .video-main-card a .header-news-content {
  padding: 20px 25px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  min-height: 100px;
}
.post-related .video-main-card a .header-news-content h2 {
  font-size: 1rem;
  color: var(--h-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post-related .video-main-card a .header-news-content .news-date {
  display: flex;
  align-items: center;
}
.post-related .video-main-card a .header-news-content .news-date .news-cat-badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 0px;
  background: #1885ae;
  color: #FFF;
  font-size: 0.8rem;
  margin-left: 10px;
}
.post-related .video-main-card a .header-news-content .news-date span {
  color: #adafca;
  margin-left: 5px;
  font-size: 0.8rem;
  display: inline-block;
}
.post-related .ingograph-card {
  position: relative;
  margin-bottom: 15px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.post-related .ingograph-card a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.post-related .ingograph-card a .news-image {
  height: 225px;
  width: 100%;
  border-radius: 8px;
  margin: 0;
  box-shadow: inset 0 -75px 50px -40px rgba(0, 0, 0, 0.8);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.post-related .ingograph-card a .header-news-content {
  padding: 15px 20px;
  border-radius: 8px;
  min-height: 90px;
  width: 95%;
  margin: -50px auto 0 auto;
  background: var(--card-bg);
  box-shadow: 0 0 40px 0 rgba(94, 92, 154, 0.06);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url(assets/images/bg.png);
  background-position: 85% 25%;
  background-repeat: no-repeat;
}
.post-related .ingograph-card a .header-news-content h2 {
  font-size: 1rem;
  color: var(--h-color);
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.post-related .ingograph-card a .header-news-content svg {
  fill: #1885ae;
  height: 16px;
  width: 16px;
  margin-left: 3px;
}
.post-related .ingograph-card a .header-news-content span {
  color: #adafca;
  margin-left: 5px;
  font-size: 0.8rem;
}

.comments {
  background: white;
  border-radius: 12px;
  padding: 50px;
  border: 1px solid #efefef;
}
@media (max-width: 575.98px) {
  .comments {
    padding: 20px;
  }
}
.comments .comment-head-upper {
  margin-right: 5px;
}
.comments .comment-form {
  background: #f9f9f9;
  border-radius: 12px;
  padding: 35px 35px;
  border: 1px solid #efefef;
  margin-bottom: 25px;
}
@media (max-width: 575.98px) {
  .comments .comment-form {
    padding: 35px 15px;
  }
}
.comments .comment-form .form-group {
  margin-top: 11px;
}
.comments .comment-form .form-group .form-control {
  background: #ffffff;
  border: 1px solid #ededee;
  color: #000;
}
.comments .comment-form .form-group .form-control:focus {
  border-color: var(--main-color);
}
.comments .comment-form .form-group textarea {
  min-height: 125px;
}
.comments .comment-form span {
  margin-bottom: 20px;
  font-size: 1.2rem;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #FFF;
}
.comments .comment-form button {
  margin-top: 15px;
  width: 150px;
  background: #005d83;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  border: 0;
  outline: unset;
  box-shadow: unset;
  padding: 12px 0;
  border-radius: 8px;
}
.comments .all-comments {
  margin-right: 50px;
}
@media (max-width: 991.98px) {
  .comments .all-comments {
    margin-right: 0;
  }
}
.comments .all-comments .comment-head-upper {
  margin-bottom: 15px;
}
.comments .all-comments .comments-container .comment-card {
  padding: 25px;
  background: #f9f9f9;
  border: 1px solid #efefef;
  border-radius: 12px;
  margin-bottom: 12px;
}
.comments .all-comments .comments-container .comment-card h6 {
  margin: 0 0 4px 0;
  color: var(--main-color);
}
.comments .all-comments .comments-container .comment-card p {
  margin: 0;
}

.programs-page .programs-page-header {
  padding: 75px 0;
  background: #fbfaf2;
  background-image: url(assets/images/d.jpg);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .programs-page .programs-page-header {
    padding: 25px 0;
  }
}
.programs-page .programs-page-header .pro-image img {
  max-width: 100%;
  border-radius: 12px;
}
.programs-page .programs-page-header .pro-info {
  margin: 10px 0;
  padding: 0 25px;
}
@media (max-width: 575.98px) {
  .programs-page .programs-page-header .pro-info {
    margin: 25px 0;
  }
}
.programs-page .programs-page-header .pro-info h3 {
  color: #1885ae;
  font-size: 2.8rem;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .programs-page .programs-page-header .pro-info h3 {
    font-size: 2rem;
  }
}
.programs-page .programs-page-header .pro-info p {
  font-size: 1.8rem;
  color: #FFF;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .programs-page .programs-page-header .pro-info p {
    font-size: 1.2rem;
  }
}
.programs-page .programs-page-header .pro-info a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #f8be5e;
  margin-top: 15px;
}
@media (max-width: 575.98px) {
  .programs-page .programs-page-header .pro-info a {
    font-size: 1.2rem;
  }
}
.programs-page .programs-page-header .pro-info a svg {
  height: 20px;
  width: 20px;
  fill: #FFF;
  margin-left: 5px;
}
.programs-page .program-card {
  margin: 15px 0;
  border-radius: 8px;
}
.programs-page .program-card figure {
  margin: 0;
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.programs-page .program-card .card-action-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 5px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.programs-page .program-card .card-action-info .date {
  color: #000;
  font-size: 1.3rem;
}
.programs-page .program-card .card-action-info .download-action a {
  color: #f8be5e;
  text-decoration: none;
}
.programs-page .program-card .card-action-info .download-action a svg {
  fill: #000;
  height: 18px;
  width: 18px;
}

.one-programs-page .pro-video iframe {
  width: 100% !important;
  border-radius: 12px;
  height: 375px !important;
}
@media (max-width: 575.98px) {
  .one-programs-page .pro-video iframe {
    height: 225px !important;
  }
}
.one-programs-page .pro-info h3 {
  font-size: 2.2rem !important;
}
@media (max-width: 575.98px) {
  .one-programs-page .pro-info h3 {
    font-size: 1.5rem !important;
  }
}
.one-programs-page .pro-info p {
  font-size: 1.3rem !important;
}
@media (max-width: 575.98px) {
  .one-programs-page .pro-info p {
    font-size: 0.9rem !important;
  }
}
.one-programs-page .ep-card {
  margin: 15px 0;
  border-radius: 8px;
}
.one-programs-page .ep-card figure {
  margin: 0;
  height: 175px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.one-programs-page .ep-card .news-card-content {
  padding: 15px 20px 0 20px;
}
.one-programs-page .ep-card .news-card-content .cat {
  background: #1885ae;
  padding: 3px 10px;
  display: inline-block;
  color: #FFF;
  margin-bottom: 5px;
  font-size: 0.85rem;
}
.one-programs-page .ep-card .news-card-content h2 {
  font-size: 1.1rem;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #FFF;
}
.one-programs-page .ep-card .card-action-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px 15px 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #1885ae;
  font-size: 0.9rem;
}
.one-programs-page .ep-card .card-action-info svg {
  fill: #FFF;
  height: 18px;
  width: 18px;
  display: none;
}

[lang=ar] .programs-page-header .pro-info a svg {
  transform: rotate(180deg);
}

.books-page .books-page-header {
  padding: 75px 0;
  background: #fbfaf2;
  background-image: url(assets/images/d.jpg);
  background-size: cover;
  background-position: center center;
}
@media (max-width: 575.98px) {
  .books-page .books-page-header {
    padding: 25px 0;
  }
}
.books-page .books-page-header .pro-image img {
  max-width: 100%;
  border-radius: 12px;
}
.books-page .books-page-header .pro-info {
  margin: 10px 0;
  padding: 0 25px;
}
@media (max-width: 575.98px) {
  .books-page .books-page-header .pro-info {
    margin: 25px 0;
  }
}
.books-page .books-page-header .pro-info h3 {
  color: #1885ae;
  font-size: 2.5rem;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .books-page .books-page-header .pro-info h3 {
    font-size: 1.8rem;
  }
}
.books-page .books-page-header .pro-info p {
  font-size: 1.5rem;
  color: #FFF;
  margin-bottom: 15px;
}
@media (max-width: 575.98px) {
  .books-page .books-page-header .pro-info p {
    font-size: 1rem;
  }
}
.books-page .books-page-header .pro-info a {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  background: #f8be5e;
  margin-top: 15px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 6px;
}
@media (max-width: 575.98px) {
  .books-page .books-page-header .pro-info a {
    font-size: 1.2rem;
  }
}
.books-page .books-page-header .pro-info a svg {
  height: 20px;
  width: 20px;
  fill: #000;
  margin-left: 5px;
}
.books-page .books-slider img {
  max-width: 100%;
  margin: 6px 0;
}

[lang=ar] .book-page .books-page-header .pro-info a svg {
  transform: rotate(0);
}

.about-content {
  margin-bottom: 50px;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Changa";
  background-color: #fafafa;
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

.row {
  overflow: hidden;
}

.container-fluid {
  padding-right: 50px;
  padding-left: 50px;
}

@media (min-width: 300px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.row-inside-row {
  margin-right: -8px;
  margin-left: -8px;
}

.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-6,
.col-md-3,
.col-md-4,
.col-md-8,
.col-md-9,
.col-sm-4,
.col-sm-6 {
  padding-right: 8px;
  padding-left: 8px;
}

a {
  display: inline;
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
  text-decoration: unset;
}

.contact-banner {
  background: #ededee;
  margin-top: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #000;
  min-height: 310px;
}
.contact-banner a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
}

.sections-banner {
  background: #d9d9d9;
  margin-bottom: 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #000;
  min-height: 90px;
  width: 100%;
  margin: 10px auto 25px auto;
}

.section-header {
  margin: 30px 0;
  border-left: 10px solid #f8be5e;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-header h3 {
  color: #1885ae;
  font-size: 3rem;
  padding-left: 10px;
  margin-bottom: 0;
}
@media (max-width: 575.98px) {
  .section-header h3 {
    font-size: 2rem;
  }
}
.section-header a {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  padding: 5px 0;
}
@media (max-width: 575.98px) {
  .section-header a {
    font-size: 1rem;
  }
}
.section-header a svg {
  height: 20px;
  width: 20px;
  fill: #1885ae;
  margin-left: 5px;
}
@media (max-width: 575.98px) {
  .section-header a svg {
    height: 16px;
    width: 16px;
  }
}

.page-header {
  margin: 40px 0;
}

.load-more:hover a {
  background: #000;
  color: #FFF;
}
.load-more a {
  background: #1885ae;
  padding: 10px 35px;
  border-radius: 0;
  display: table;
  margin: 20px auto 40px auto;
  color: #FFF;
  font-weight: 500;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
}
.load-more a img {
  width: 30px;
  margin: 0 6px;
}

.req {
  background: #1885ae;
  padding: 10px 25px;
  display: table;
  margin: auto;
  text-align: center;
  margin-top: 35px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
  border-radius: 12px;
}

.req-one-ser {
  margin: 0;
}
.req-one-ser svg {
  fill: #FFF;
}

.header-card {
  position: relative;
  margin-bottom: 15px;
}
.header-card a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.header-card a .post-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  box-shadow: inset 0 -120px 50px -40px rgba(0, 0, 0, 0.8);
  border-bottom: 5px solid #1885ae;
}
.header-card a .post-image {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header-card a .header-card-actions {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.header-card a .cat-badge {
  display: inline-block;
  padding: 3px 15px;
  border-radius: 0;
  background: #1885ae;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 400;
}
.header-card a .share {
  display: inline-block;
  background: #1885ae;
  padding: 1px 7px;
  margin-right: 5px;
  display: none;
}
.header-card a .share svg {
  height: 18px;
  width: 18px;
  fill: #FFF;
}
.header-card a .header-post-content {
  position: absolute;
  bottom: 15px;
  padding: 0 30px;
}
.header-card a .header-post-content h2 {
  font-size: 2rem;
  color: #1885ae;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.header-card a .header-post-content p {
  color: #FFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-card {
  margin: 15px 0;
  border-radius: 8px;
}
.news-card figure {
  margin: 0;
  height: 175px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.news-card .news-card-content {
  padding: 15px 20px 0 20px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.news-card .news-card-content .cat {
  background: #1885ae;
  padding: 3px 10px;
  display: inline-block;
  color: #FFF;
  margin-bottom: 5px;
  font-size: 0.85rem;
}
.news-card .news-card-content h2 {
  font-size: 1.1rem;
  display: inline-block;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-card .card-action-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  padding: 10px 20px 15px 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  color: #1885ae;
  font-size: 0.9rem;
}
.news-card .card-action-info svg {
  fill: #000;
  height: 18px;
  width: 18px;
  display: none;
}

.program-card {
  margin: 15px 0;
  border-radius: 8px;
}
.program-card figure {
  margin: 0;
  height: 250px;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 12px;
}
.program-card .card-action-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 5px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}
.program-card .card-action-info .date {
  color: #FFF;
  font-size: 1.3rem;
}
.program-card .card-action-info .download-action a {
  color: #f8be5e;
  text-decoration: none;
}
.program-card .card-action-info .download-action a svg {
  fill: #FFF;
  height: 18px;
  width: 18px;
}

.header-book-card {
  margin: 3px 0;
}
.header-book-card a {
  display: block;
  text-decoration: none;
}
.header-book-card a img {
  max-width: 100%;
  border-radius: 6px;
}

.white-card {
  background: #FFF;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 8px;
  border: 1px solid #efefef;
  margin: 8px 0;
}
.white-card a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.white-card figure {
  margin: 0;
  height: 160px;
  width: 160px;
  padding-left: 160px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.white-card .header-card-actions {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.white-card .cat-badge {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 0;
  background: #1885ae;
  color: #FFF;
  font-size: 0.8rem;
  font-weight: 400;
}
.white-card .share {
  display: inline-block;
  background: #1885ae;
  padding: 1px 7px;
  margin-right: 5px;
  display: none;
}
.white-card .share svg {
  height: 18px;
  width: 18px;
  fill: #FFF;
}
.white-card .header-post-content {
  padding: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.white-card .header-post-content h2 {
  font-size: 1.1rem;
  color: #1885ae;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.white-card .header-post-content p {
  color: #000;
  margin: 0;
  font-size: 0.8rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.urgent {
  overflow: hidden;
  background: var(--main-color);
  height: 50px;
  position: relative;
  z-index: 5;
  margin-top: 25px;
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .urgent {
    height: 40px;
  }
}
.urgent .urgent-content {
  display: flex;
  align-items: center;
}
.urgent .urgent-content .swiper-wrapper {
  height: 50px;
}
@media (max-width: 767.98px) {
  .urgent .urgent-content .swiper-wrapper {
    height: 40px;
  }
}
@media (max-width: 575.98px) {
  .urgent .urgent-content .swiper-wrapper {
    border-right: 10px solid #fbc319;
  }
}
.urgent .urgent-content .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}
.urgent .urgent-content .urgent-title {
  color: #FFF;
  font-size: 1.2rem;
  font-weight: 500;
  background: #fbc319;
  padding: 0 15px;
  height: 50px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: keep-all;
  min-width: 125px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media (max-width: 767.98px) {
  .urgent .urgent-content .urgent-title {
    height: 40px;
    font-size: 1.1rem;
    padding: 0 10px;
  }
}
@media (max-width: 575.98px) {
  .urgent .urgent-content .urgent-title {
    display: none;
  }
}
.urgent .urgent-content a {
  text-decoration: none;
  display: block;
  margin: 0 15px;
}
.urgent .urgent-content p {
  font-size: 0.95rem;
  margin: 0;
  color: #FFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 767.98px) {
  .urgent .urgent-content p {
    font-size: 0.8rem;
  }
}
.urgent .urgent-content img {
  margin: 0 10px;
}

.header-news {
  padding: 15px 0 25px 0;
}

.box-1 .header-card {
  height: 700px;
}
@media (max-width: 991.98px) {
  .box-1 .header-card {
    height: 395px;
  }
}
.box-1 a .post-overlay {
  box-shadow: inset 0 -255px 50px -40px rgba(0, 0, 0, 0.8);
}
@media (max-width: 991.98px) {
  .box-1 a .post-overlay {
    box-shadow: inset 0 -200px 50px -40px rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 991.98px) {
  .box-1 a .header-post-content h2 {
    font-size: 1.2rem;
  }
}

.box-2 .header-card {
  height: 395px;
}
.box-2 .header-card a .post-overlay {
  box-shadow: inset 0 -200px 50px -40px rgba(0, 0, 0, 0.8);
}
@media (max-width: 991.98px) {
  .box-2 .header-card a .post-overlay {
    box-shadow: inset 0 -200px 50px -40px rgba(0, 0, 0, 0.8);
  }
}
.box-2 .header-card a .header-post-content {
  bottom: 10px;
}
.box-2 .header-card a .header-post-content h2 {
  font-size: 1.1rem;
}
.box-2 .header-card a .header-post-content p {
  font-size: 0.9rem;
}

.banner .container {
  padding: 0 8px;
}
.banner .sections-banner {
  background: #d9d9d9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  color: #000;
  min-height: 110px;
  width: 100%;
  margin: 0px auto 25px auto;
}

.featured {
  padding: 0 0 50px 0;
}
.featured .white-card figure {
  height: 120px;
  width: 120px;
}
.featured .white-card .header-post-content {
  padding-left: 135px;
}
.featured .white-card .header-post-content h2 {
  font-size: 1.1rem;
}

.latest {
  padding: 30px 0;
}

.programs {
  padding: 30px 0;
  background: #fbfaf2;
  background-image: url(assets/images/d.jpg);
  background-size: cover;
  background-position: center center;
}
.programs .section-header a {
  color: #FFF;
}

.books {
  padding: 75px 0;
  background: #fbfaf2;
  background-image: url(assets/images/d.jpg);
  background-size: cover;
  background-position: center center;
}
.books .books-info {
  margin: 10px 0;
}
.books .books-info h3 {
  color: #FFF;
  font-size: 1.8rem;
  margin-bottom: 25px;
}
.books .books-info p {
  font-size: 1rem;
  color: #6f7982;
  margin-bottom: 25px;
}
.books .books-info a {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #f8be5e;
  margin-top: 15px;
}
.books .books-info a svg {
  height: 20px;
  width: 20px;
  fill: #FFF;
  margin-left: 5px;
}
.books .books-slider img {
  margin: 5px 0;
  max-width: 100%;
}

.images {
  padding: 30px 0;
}
.images .gallery a {
  position: relative;
  height: 350px;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #FFF;
}
.images .gallery a:hover {
  transition: all 0.3s ease-in-out;
}
.images .gallery a:hover .gal-overlay {
  visibility: visible;
  opacity: 1;
}
.images .gallery a:hover .gal-overlay svg {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.images .gallery a figure {
  height: 350px;
  width: 100%;
  border-radius: 8px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
.images .gallery a .img-id {
  width: 100%;
  height: 100%;
  font-family: "Titillium Web", sans-serif;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  transition: box-shadow 0.2s ease-in-out;
  text-align: left;
  padding: 5px 10px;
}
.images .gallery a img {
  display: none;
}
.images .gallery a .gal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(21, 21, 31, 0.8);
  border-radius: 8px;
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.images .gallery a .gal-overlay svg {
  fill: #FFF;
  height: 20px;
  width: 20px;
  visibility: hidden;
  opacity: 0;
  transition-delay: 0.2s;
  transform: scale(0);
}

.videos {
  padding: 50px 0 75px 0;
  margin-top: 50px;
  background-image: url(assets/images/d.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.videos .section-header a {
  color: #FFF;
}
.videos .videos-content {
  margin-top: 25px;
}
.videos .videos-content .video-card {
  position: relative;
  margin-bottom: 15px;
}
.videos .videos-content .video-card a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.videos .videos-content .video-card a .video-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 8px;
  box-shadow: inset 0 -175px 50px -40px rgba(0, 0, 0, 0.8);
}
.videos .videos-content .video-card a .video-card-image {
  height: 100%;
  width: 100%;
  border-radius: 8px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.videos .videos-content .video-card a .play-vid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videos .videos-content .video-card a .play-vid svg {
  fill: #000;
  height: 25px;
  width: 25px;
}
.videos .videos-content .video-card a .video-card-content {
  position: absolute;
  bottom: 25px;
  width: 100%;
}
.videos .videos-content .video-card a .video-card-content .cat-badge {
  display: table;
  padding: 3px 10px;
  border-radius: 0;
  background: #1885ae;
  color: #FFF;
  margin: auto;
  font-size: 0.9rem;
}
.videos .videos-content .video-card a .video-card-content h2 {
  font-size: 1.8rem;
  color: #FFF;
  padding: 0 25px;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.videos .videos-content .video-card a .video-card-content .news-date {
  text-align: center;
}
.videos .videos-content .video-card a .video-card-content .news-date svg {
  fill: #FFF;
  height: 20px;
  width: 20px;
  margin-left: 3px;
}
.videos .videos-content .video-card a .video-card-content .news-date span {
  color: #f8be5e;
  margin-left: 5px;
  font-size: 0.9rem;
}
.videos .box-1 .video-card {
  height: 450px;
}
.videos .box-1 a .video-card-overlay {
  box-shadow: inset 0 -200px 50px -40px rgba(0, 0, 0, 0.8);
}
.videos .box-3 .video-card {
  height: 218px;
}
.videos .box-3 .video-card a .video-card-overlay {
  box-shadow: inset 0 -150px 50px -40px rgba(0, 0, 0, 0.8);
}
.videos .box-3 .video-card a .play-vid {
  height: 45px;
  width: 45px;
  transform: translate(-50%, -125%);
}
.videos .box-3 .video-card a .play-vid svg {
  height: 16px;
  width: 16px;
}
.videos .box-3 .video-card a .video-card-content {
  bottom: 10px;
}
.videos .box-3 .video-card a .video-card-content .cat-badge {
  font-size: 0.75rem;
}
.videos .box-3 .video-card a .video-card-content h2 {
  font-size: 0.95rem;
  margin-bottom: 2px;
}
.videos .box-3 .video-card a .video-card-content .news-date svg {
  height: 16px;
  width: 16px;
}
.videos .box-3 .video-card a .video-card-content .news-date span {
  font-size: 0.7rem;
}

.services {
  padding: 30px 0;
}
.services .ser-card {
  margin: 5px 0;
}
.services .ser-card img {
  max-width: 100%;
}

[lang=ar] .section-header {
  border-left: unset;
  border-right: 10px solid #f8be5e;
}
[lang=ar] .section-header h3 {
  padding-left: unset;
  padding-right: 10px;
}
[lang=ar] .section-header a svg {
  transform: rotate(180deg);
  margin-left: unset;
  margin-right: 5px;
}
[lang=ar] .header-card a .share {
  margin-right: unset;
  margin-left: 5px;
}
[lang=ar] .white-card figure {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
[lang=ar] .white-card .share {
  margin-right: unset;
  margin-left: 5px;
}
[lang=ar] .white-card .header-post-content {
  padding-left: 25px;
  padding-right: 25px;
}
[lang=ar] .featured .white-card .header-post-content {
  padding-left: 25px;
  padding-right: 25px;
}
[lang=ar] .program-card .card-action-info .download-action a svg {
  transform: rotate(180deg);
}
[lang=ar] .books .books-info a svg {
  transform: rotate(180deg);
}

@media (max-width: 575.98px) {
  [lang=en] .urgent .urgent-content .swiper-wrapper {
    border-right: unset;
    border-left: 10px solid #fbc319;
  }
}
[lang=en] .urgent .urgent-content .urgent-title {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.lg-backdrop,
.lg-outer,
.lg-outer .lg-inner {
  direction: ltr;
}

.lg-progress-bar .lg-progress {
  background: #1885ae !important;
}

.lg-backdrop {
  background-color: rgba(21, 21, 31, 0.96);
}

.lg-outer .lg-thumb-item {
  cursor: pointer !important;
  float: left;
  overflow: hidden;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  margin: 0 !important;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  opacity: 1;
}

.lg-outer .lg-thumb {
  margin: auto;
}

.order-service, .contact-container {
  position: fixed;
  z-index: 5555;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 60%;
  background: #FFF;
  padding: 15px 40px;
  border-radius: 12px;
  transition: opacity 0.5s ease-in-out 0s, visibility 0.5s ease-in-out 0s, transform 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767.98px) {
  .order-service, .contact-container {
    width: 95%;
  }
}
.order-service .order-service-content .order-servive-header, .contact-container .order-service-content .order-servive-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #ebebeb;
}
.order-service .order-service-content .order-servive-header h6, .contact-container .order-service-content .order-servive-header h6 {
  font-size: 2rem;
}
.order-service .order-service-content .order-servive-header svg, .contact-container .order-service-content .order-servive-header svg {
  fill: #000;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
.order-service .order-service-content .order-service-form, .contact-container .order-service-content .order-service-form {
  margin: 15px 5px 15px 5px;
}
.order-service .order-service-content .order-service-form .form-group, .contact-container .order-service-content .order-service-form .form-group {
  margin: 6px 0;
}
.order-service .order-service-content .order-service-form textarea, .contact-container .order-service-content .order-service-form textarea {
  min-height: 200px;
}
.order-service .order-service-content .order-service-form button, .contact-container .order-service-content .order-service-form button {
  margin-top: 15px;
  width: 100%;
  background: #1885ae;
  color: #FFF;
  font-size: 1rem;
  font-weight: 500;
  border: 0;
  outline: unset;
  box-shadow: unset;
  padding: 12px 0;
  border-radius: 8px;
  margin: 10px 10px 0 10px;
}

.open-popup {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translate(-50%, -50%) !important;
}

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: linear-gradient(45deg, #f2fffc, #edf3ff);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #1885ae;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #05212c;
}/*# sourceMappingURL=main.css.map */