:root {
  /* --main-color: #00774d; */
  --main-color: #ff8300;
}
* {
  box-sizing: border-box;
}
body {
  direction: rtl;
/*  height: 4000px;*/
  font-family: "Almarai", sans-serif;
  font-family: "Cairo", sans-serif;
  font-family: "Courier Prime", monospace;
  font-family: "El Messiri", sans-serif;
  font-family: "Tajawal", sans-serif;
  font-family: "Amiri", serif;
}

/* ************ #########################################################*/
/* Start Nav Bullets */
.nav-bullets {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1000;
}
.nav-bullets .bullet {
  width: 20px;
  height: 20px;
  border: 3px solid var(--main-color);
  margin: 20px auto;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
.nav-bullets .bullet:hover .tool-tip {
  display: block;
}
.nav-bullets .bullet .tool-tip {
  background-color: var(--main-color);
  width: 100px;
  color: #fff;
  padding: 4px 10px;
  position: absolute;
  right: 32px;
  top: -10px;
  text-align: center;
  display: none;
}
.nav-bullets .bullet .tool-tip::before {
  content: "";
  border-style: solid;
  border-width: 10px;
  position: absolute;
  height: 0;
  width: 0;
  top: 50%;
  border-color: transparent transparent transparent var(--main-color);
  right: -20px;
  transform: translateY(-50%);
  cursor: default;
  pointer-events: none;
}

/* End Nav Bullets */
/* ************ #########################################################*/

/* ************ #########################################################*/
/* Start Landing Page */
.Landing-page {
  min-height: 100vh;
  background-size: cover;
  position: relative;
}
.Landing-page.management {
  min-height: auto;
  background-size: cover;
  position: relative;
  background-image: url("../../imgs/01.jpg");
}
.Landing-page .overlay {
  background-color: rgb(0 0 0 / 70%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.Landing-page .overlay2 {
  background-color: #532d05;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.overlay3 {
  background-color: #532d05;

  width: 100%;
  height: 100%;

  z-index: 1;
}
.Landing-page .header-area {
  z-index: 10;
  color: #fff;
  display: flex;
  padding: 10px;
}
.Landing-page .header-area.management {
  z-index: 10;
  color: #fff;
  display: flex;
  padding: 10px;
}

.Landing-page .header-area .container {
  position: relative;
  z-index: 10;
}
/* Start upper bar */
.upper-bar {
  overflow: hidden;
}
.upper-bar .tele {
  float: right;
}
.form-inline {
  display: inline;
}
.form-inline .form-control {
  width: 50%;
}

.upper-bar .search {
  float: left;
  margin-top: 20px;
}
.upper-bar .log-in {
  display: inline-block;
}
@media (max-width: 991.98px) {
  .header-area {
    position: relative;
    display: flex;
  }
  .Landing-page .header-area.management {
    height: 122px;
  }
  .upper-bar {
    overflow: visible;
  }
  .upper-bar .tele {
    position: absolute;
    top: 0;
    left: 40px;
    margin: 0;
  }
  .upper-bar .search {
    position: absolute;
    top: 98px;
    left: 0;
    width: 70%;
    margin: 10px 0;
  }
  .form-control {
    display: inline;
  }
  .form-inline {
    display: inline;
  }
  .upper-bar .log-in {
    display: none;
  }
}

/* logo */

.Landing-page .header-area .logo {
  width: 100px;
  /* height: 100px; */
}
.Landing-page .header-area .logo .imagecard {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1s ease-in-out;
  position: relative;
  margin: 10px 0;
}
.Landing-page .header-area .logo .imagecard:hover {
  transform: rotateY(360deg);
}
.Landing-page .header-area .logo .imagecard .front {
  z-index: 1;
  position: absolute;
  width: 100%;
  backface-visibility: hidden;
}
.Landing-page .header-area .logo .imagecard .back {
  z-index: 2;
  width: 100%;
  transform: rotateY(180deg);
  backface-visibility: hidden;
}
.Landing-page .header-area .logo .imagecard img {
  width: 100%;
  border-radius: 10%;
  /* padding: 5px; */
  /* margin-top: 20px; */
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: -4px -4px 4px #fcb37c, -8px -8px 8px var(--main-color);
}
.Landing-page .header-area .logo .imagecard .front,
.Landing-page .header-area .logo .imagecard .back {
  animation-duration: 4s;
  /* animation-delay: 0.4s; */
  animation-iteration-count: infinite;
}
/* logo */
/* end upper bar */
/* Start Navbar */

.navbar {
  background-color: transparent !important;
}
.navbar ul {
  padding: 0;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 9px;
}
.navbar-light .navbar-nav li:hover .nav-link,
.navbar-light .navbar-nav li.active .nav-link,
.navbar-light .navbar-nav li:focus .nav-link {
  color: var(--main-color) !important;
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: var(--main-color);
}
.nav-signin {
  display: none;
}
@media (max-width: 991.98px) {
  .navbar-light .navbar-toggler {
    color: rgb(230 0 0 / 50%);
    border-color: rgb(249 0 0 / 10%);
    background-color: var(--main-color);
    position: absolute;
    top: 45px;
    right: 0;
  }
  .navbar-collapse {
    background-color: #fff;
    position: absolute;
    top: 87px;
    right: 0;
    z-index: 100;
    border: 1px solid var(--main-color);
    border-top-left-radius: 20px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 10px;
  }

  .navbar ul {
    min-width: 300px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: black;
    text-align: right;
  }
  .nav-signin {
    display: block;
  }
}

/* End Navbar */
.Landing-page .header-area .container .menu-nav {
  z-index: 999;
}
.back-color {
  background: #000000e0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
@media (max-width: 991.98px) {
  .back-color {
    background: none;
    position: relative;
  }
}

.Landing-page .header-area .links {
  list-style: none;
  text-align: right;
  padding: 25px 0;
  margin: 0;
}
.Landing-page .header-area .links li {
  display: inline-block;
  margin-left: 10px;
  font-weight: bold;
  font-size: 20px;
}
.Landing-page .header-area .links li a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
  padding: 11px 5px 30px 5px;
}
.Landing-page .header-area .links li a:hover,
.Landing-page .header-area .links li a.active {
  color: var(--main-color);
  border-bottom: 3px solid var(--main-color);
}
.Landing-page .header-area .toggle-menu {
  background: none;
  border: none;
  width: 40px;
  cursor: pointer;
  margin-top: 25px;
  display: none;
  position: relative;
}
.Landing-page .header-area .toggle-menu.menu-active:before {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  bottom: -19px;
  left: 10px;
}
.Landing-page .header-area .toggle-menu:focus {
  outline: none;
}
.Landing-page .header-area .toggle-menu span {
  display: block;
  background-color: #fff;
  height: 4px;
  margin-bottom: 4px;
}

/* .Landing-page .header-area .log-in {
      display: inline-block;
} */
.Landing-page .header-area .log-in .login-btn {
  float: left;

  border: 2px solid #ccc !important;
  background: transparent !important;
  border-radius: 5px;
  font-size: larger;
  margin-left: 5px;
}
.login-btn a {
  color: #fff;
}
@media (max-width: 991.98px) {
  .Landing-page .header-area .log-in .login-btn {
    float: left;
    margin-top: 0 !important;
    border: 2px solid #ccc !important;
    background: transparent !important;
    border-radius: 5px;
    font-size: large;
  }
}
.Landing-page .introduction-text {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 95%;
}
.Landing-page .introduction-text h1 {
  font-size: xx-large;
  font-weight: 600;
  margin: 10px;
}

.Landing-page .introduction-text h1 span {
  font-family: "Almarai", sans-serif;
  color: var(--main-color);
}
.Landing-page .introduction-text p {
  line-height: 1.6;
  font-size: x-large;
  margin: 0 0 12px;
	color:#fff;
}
@media (max-width: 575.98px) {
  .Landing-page .introduction-text h1 {
    font-size: x-large;
  }
  .Landing-page .introduction-text p {
    font-size: large;
  }
}

@media (max-width: 991.98px) {
  .Landing-page .header-area .links {
    display: none;
  }
  .Landing-page .header-area .links.open {
    background-color: #fff;
    padding: 20px;
    display: block;
    position: absolute;
    right: 0;
    top: 70px;
    width: 200%;
    border-radius: 4px;
  }
  .Landing-page .header-area .links.open li {
    display: block;
    margin-bottom: 20px;
  }
  .Landing-page .header-area .links.open li a {
    color: black;
    text-decoration: none;
    transition: 0.3s;
    padding: 11px 5px;
  }
  .Landing-page .header-area .toggle-menu {
    display: block;
  }
}
/* start news marquee */
.news {
  left: 50%;
  position: absolute;
  top: 90%;
  transform: translate(-50%, -50%);
  z-index: 2;
  color: #fff;
  text-align: center;
  width: 95%;
  margin: 25px 5px 25px 0;
}
.news .word-news {
  color: #fff;
  font-size: 17px;
  padding: 3px 5px 3px 1px;
  font-weight: bolder;
  line-height: 1.7;
}
.news .news-icon i {
  margin-top: 15px;
  color: #e00426;
}
marquee {
  font-size: 20px;
  font-weight: bolder;
  background-color: transparent;
  height: 40px;
  border: 2px solid rgb(255 255 255 / 6%);
  border-radius: 10px;
  padding: 5px 0 5px 0;
}
marquee p {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 1.7;
}
.hidden {
  display: none;
}
/* end news marquee */

/* End Landing Page */
/* ************ #########################################################*/

.news-headline {
  color: #fff;
  background-color: var(--main-color);
  padding: 3px 10px;
  margin: 10px auto;
  overflow: hidden;
  border: 1px solid var(--main-color);
  border-radius: 10px;
  font-size: 20px;
}

.news-headline div span:first-child {
  float: right;
}
.news-headline div span:last-child {
  float: left;
  cursor: pointer;
}

/* ************ #########################################################*/
/* Start About Us */
.carousel-inner {
  position: relative;
  background-size: cover;
  z-index: 1;
}
.carousel-inner .overlay {
  background-image: linear-gradient(
    to top,
    #000000,
    #030303,
    #070707,
    #0a0a0a,
    #0d0d0d,
    #1f1f1f,
    #313131,
    #444343,
    #6e6e6e,
    #9c9c9c,
    #cccccc,
    #ffffff
  );
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.6;
}
.carousel-caption h5,
.carousel-caption p {
  z-index: 3;
}
.about-us {
  padding: 50px 0;
}
.carousel {
  height: 400px;
  width: 100%;
}
.carousel-inner img {
  height: 400px;
  width: 100%;
}
.about-us h1 {
  text-align: center;
  text-align: center;
  margin-bottom: 40px;
  font-size: xx-large;
}
.about-us .info-box {
}
/* .about-us .info-box h2 {
  font-weight: bold;
  font-size: 30px;
  color: var(--main-color);
  margin: 0 0 10px;
} */

.about-us .info-box p {
  line-height: 1.8;
  color: #767676;
  margin: 0;
  font-size: large;
}

.about-us .image-box {
  text-align: center;
}
.about-us .image-box img {
  width: 100%;
}

.news-content {
  border: 1px solid var(--main-color);
  padding: 5px;
}
/* End About Us */
/* ************* */
/* Start Skills */
.skills {
  padding: 50px 0;
  background-color: #eee;
}
.skills h2 {
  font-weight: bold;
  font-size: 30px;
  color: var(--main-color);
  margin: 0 0 50px;
  text-align: center;
}
.ss{
	border-style: ridge;
	padding:20px;
	border-color:var(--main-color);
}
.fs{
	font-size: 25px;
 color: #333;
	margin-bottom: 20px
}
.fc{
	font-size: 20px;
 color: var(--main-color);	
}
.skills .skill-box {
  background-color: #fff;
  display: flex;
  padding: 15px;
  margin-bottom: 15px;
}

.skills .skill-box .name {
  font-weight: bold;
  width: 300px;
  text-align: center;
  line-height: 30px;
}
.skills .skill-box .skill-progress {
  height: 30px;
  width: calc(100% - 300px);
  background-color: #f6f6f6;
  border-radius: 6px;
  position: relative;
}
.skills .skill-box .skill-progress span {
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--main-color);
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .skills .skill-box {
    display: block;
  }
  .skills .skill-box .name {
    margin: 0 auto 15px;
  }
  .skills .skill-box .skill-progress {
    width: 100%;
  }
}
/* End Skills */
/* ************ #########################################################*/
/* Start Gallery */
.gallery {
  padding: 50px 0;
  text-align: center;
}
.gallery h2 {
  font-weight: bold;
  font-size: 30px;
  color: var(--main-color);
  margin: 0 0 50px;
  text-align: center;
}
.gallery .images-box {
  text-align: center;
}
.gallery .images-box img {
  width: 200px;
  padding: 3px;
  background-color: #f6f6f6;
  border: 1px solid #ccc;
  margin: 5px;
  cursor: pointer;
}
.popup-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.popup-box {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  z-index: 1001;
}
.popup-box h3 {
  font-weight: bold;
  text-align: center;
  margin: 0 0 20px;
  color: var(--main-color);
}
.popup-box img {
  max-width: 100%;
}
.close-button {
  position: absolute;
  top: -15px;
  left: -15px;
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  font-family: Arial, tahoma;
  border-radius: 50%;
}

/* End Gallery */
/* ************ #########################################################*/
/* Start Timeline */
.timeline {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e6e6e6;
}
.timeline .timeline-content {
  position: relative;
  overflow: hidden;
}
.timeline .timeline-content:before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--main-color);
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
}
.timeline .timeline-content .year {
  margin: 20px auto;
  width: 50px;
  background-color: var(--main-color);
  position: relative;
  z-index: 2;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  padding: 2px 5px;
  font-weight: bold;
}
.timeline .timeline-content .left,
.timeline .timeline-content .right {
  width: calc(50% - 25px);
  margin-bottom: 40px;
  position: relative;
}
.timeline .timeline-content .left {
  float: left;
}
.timeline .timeline-content .left:before {
  right: -32px;
}

.timeline .timeline-content .right {
  float: right;
}
.timeline .timeline-content .right:before {
  left: -32px;
}
.timeline .timeline-content .left:before,
.timeline .timeline-content .right:before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: 3px solid var(--main-color);
  position: absolute;
  border-radius: 50%;
  top: 20px;
}
.timeline .timeline-content .left .content:before {
  border-color: transparent transparent transparent #fff;
  right: -20px;
}
.timeline .timeline-content .right .content:before {
  left: -20px;
  border-color: transparent #fff transparent transparent;
}
.timeline .timeline-content .left .content:before,
.timeline .timeline-content .right .content:before {
  content: "";
  border-style: solid;
  border-width: 10px;
  position: absolute;
  height: 0;
  width: 0;
  top: 16px;
}
.timeline .timeline-content .content {
  padding: 20px;
  background-color: #fff;
}
.timeline .timeline-content .content h3 {
  font-weight: bold;
  color: var(--main-color);
  margin: 0 0 10px;
}
.timeline .timeline-content .content p {
  color: #666;
  margin: 0;
  line-height: 1.6;
}
.clearfix {
  clear: both;
}
/* End Timeline */
/* ************ #########################################################*/
.features {
  padding-top: 80px;
  padding-bottom: 80px;
}
.features h2 {
  font-weight: bold;
  font-size: 30px;
  color: var(--main-color);
  margin: 0 0 60px;
  text-align: center;
}
.features .feat-box {
  text-align: center;
  margin-bottom: 40px;
}
.features .feat-box img {
  width: 96px;
}
.features .feat-box h4 {
  font-size: 22px;
  margin: 15px 0 40px;
  position: relative;
}
.features .feat-box h4::before {
  content: "";
  width: 40px;
  height: 4px;
  background-color: var(--main-color);
  position: absolute;
  right: 50%;
  margin-right: -20px;
  bottom: -22px;
}
.features .feat-box p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.7;
  color: #706f6f;
}

/* End Features  */
/* ************ #########################################################*/
/* Start Testimonials */
.testimonials {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.testimonials::before {
  content: "";
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--main-color);
  height: 100%;
}
.testimonials::after {
  content: "";
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #333;
  height: 100%;
}
.testimonials h2 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin: 0 0 60px;
  text-align: right;
  position: relative;
  z-index: 2;
}
.testimonials .ts-box {
  position: relative;
  z-index: 2;
  width: calc(147% / 3);
  float: right;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}
.testimonials .ts-box:not(:last-of-type) {
  margin-left: 1%;
}
.testimonials .ts-box > p {
  margin: 0 0 20px;
  line-height: 1.5;
  font-size: 18px;
  color: #707070;
  font-style: italic;
}
.testimonials .ts-box .person-info {
  overflow: hidden;
}
.testimonials .ts-box .person-info img {
  float: right;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 10px;
}
.testimonials .ts-box .person-info h4 {
  margin: 14px 0 10px;
}
.testimonials .ts-box .person-info p {
  color: #707070;
  margin: 0;
}

/* End Testimonials */
/* ************ #########################################################*/
/* Start Contact Us */
.contact-us {
  min-height: 600px;
  background-image: url("../../imgs/contact1.png");
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.contact-us .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.contact-us .container {
  position: relative;
  z-index: 2;
}
.contact-us h2 {
  font-weight: bold;
  font-size: 30px;
  color: var(--main-color);
  margin: 0 0 60px;
  text-align: center;
}
.contact-us form {
  overflow: hidden;
  max-width: 800px;
  margin: auto;
}
.contact-us form .right {
  float: right;
  width: 49%;
}
.contact-us form .left {
  float: left;
  width: 49%;
}
.contact-us form input:not([type="submit"]),
.contact-us form textarea
.contact-us form select{
  display: block;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  background-color: rgba(218, 218, 218, 0.19);
}
.contact-us form input:not([type="submit"]):focus,
.contact-us form textarea:focus {
  outline: 1px solid var(--main-color);
}
.contact-us form input {
  height: 40px;
}
.contact-us form textarea {
  height: 150px;
}
.contact-us form input[type="submit"] {
  padding: 10px;
  width: 100%;
  border-color: transparent;
  background-color: var(--main-color);
  color: #fff;
  cursor: pointer;
}
.contact-us form textarea:focus::-webkit-input-placeholder,
.contact-us form input:not([type="submit"]):focus::-webkit-input-placeholder {
  opacity: 0;
  transition: 0.3s;
}
.contact-us form textarea:focus:-ms-input-placeholder,
.contact-us form input:not([type="submit"]):focus:-ms-input-placeholder {
  opacity: 0;
  transition: 0.3s;
}
.contact-us form textarea:focus::placeholder,
.contact-us form input:not([type="submit"]):focus::placeholder {
  opacity: 0;
  transition: 0.3s;
}
/* End Contact Us */
/* ************ #########################################################*/
/* start contact-info */
.contact-info {
  margin: auto;
  position: absolute;
  color: #fff;
  z-index: 3;
  top: 30%;
  left: 2%;
}

.contact-info ul {
  margin: 0;
  width: 100%;
  padding: 0 5px;
}

.contact-info ul li a {
  color: rgb(140 162 171);
  cursor: pointer;
  font-size: 31px;
}
/* Bounce To Bottom */
.contact-info ul li:first-of-type a {
  color: rgb(42, 177, 63);
}
.contact-info ul li:first-of-type a:hover {
  color: #fff;
}
.contact-info ul li:nth-of-type(2) a {
  color: #1770d8;
}
.contact-info ul li:nth-of-type(2) a:hover {
  color: #fff;
}
.contact-info ul li:nth-of-type(3) a {
  color: #1ca0ec;
}
.contact-info ul li:nth-of-type(3) a:hover {
  color: #fff;
}
.contact-info ul li:nth-of-type(4) a {
  color: #ec1c23;
}
.contact-info ul li:nth-of-type(4) a:hover {
  color: #fff;
}
.contact-info ul li:nth-of-type(5) a {
  color: #d120d1;
}
.contact-info ul li:nth-of-type(5) a:hover {
  color: #fff;
}

.contact-info ul li:last-of-type a {
  color: #d4d41d;
}
.contact-info ul li:last-of-type a:hover {
  color: #fff;
}
/* ###### */
.contact-info ul li:first-of-type .hvr-bounce-to-bottom:before {
  background: rgb(42, 177, 63);
  width: 96%;
  height: 52%;
  top: 28%;
  right: 4%;
  border-radius: 50%;
}
.contact-info ul li:nth-of-type(2) .hvr-bounce-to-bottom:before {
  background: #1770d8;
  width: 68%;
  height: 54%;
  top: 31%;
  right: 15%;
  border-radius: 10px;
}
.contact-info ul li:nth-of-type(3) .hvr-bounce-to-bottom:before {
  background: #1ca0ec;
  width: 85%;
  height: 50%;
  top: 30%;
  right: 7%;
}
.contact-info ul li:nth-of-type(4) .hvr-bounce-to-bottom:before {
  background: #ec1c23;
  width: 85%;
  height: 41%;
  top: 35%;
  right: 7%;
  border-radius: 50%;
}
.contact-info ul li:nth-of-type(5) .hvr-bounce-to-bottom:before {
  background: #d120d1;
  width: 99%;
  height: 54%;
  top: 27%;
  right: 0%;
  border-radius: 10px;
}
.contact-info ul li:last-of-type .hvr-bounce-to-bottom:before {
  background: #d4d41d;
  width: 82%;
  height: 48%;
  top: 32%;
  right: 8%;
  border-radius: 50%;
}
/* end contact-info */
/* ************ #########################################################*/
/* Start footer */
footer {
  padding: 30px 0;
  background-color: #e6e6e6;
  font-family: Tahoma, "Droid Arabic Kufi", "Droid Sans", Arial, sans-serif;
}
footer h2 {
  font-family: "Courier New", Courier, monospace;
  color: var(--main-color);
  font-size: 30px;
  font-weight: bolder;
  margin-bottom: 25px;
}
@media (max-width: 1199.98px) {
  footer h2 {
    font-size: 24px;
  }
}
@media (max-width: 991.98px) {
  footer h2 {
    font-size: 17px;
  }
}
@media (max-width: 767.98px) {
  footer h2 {
    font-size: 35px;
  }
}
footer .Partial {
  margin-bottom: 25px;
}
footer .Partial img {
	
		    border-radius: 8px;
}
} 
footer .contact ul li {
  color: #fff;
  margin-bottom: 15px;
  padding: 0;
  font-size: 18px;
}
footer .contact ul li i {
  color: var(--main-color);
}
footer .contact ul li span:first-child {
  font-family: "Courier New", Courier, monospace;
  padding-left: 5px;
  font-weight: bolder;
  font-size: 18px;
  color: #01080b;
}
@media (max-width: 991.98px) {
  footer .contact ul li span:first-child {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  footer .contact ul li span:first-child {
    font-size: 20px;
  }
}
footer .contact ul li span:last-child {
  font-size: 15pt;
  font-family: "GE Flow";
  font-weight: 500;
  line-height: 1.2;
  color: darkblue;
}
@media (max-width: 991.98px) {
  footer .contact ul li span:last-child {
    font-size: 13pt;
  }
}
@media (max-width: 767.98px) {
  footer .contact ul li span:last-child {
    font-size: 15pt;
  }
}

footer .branches ul li {
  color: #fff;
  margin-bottom: 5px;
  border-bottom: 3px solid #013e54;
  font-size: 14px;
}
footer .branches ul li div {
  margin-bottom: 7px;
}
footer .branches ul li div i {
  color: #00202d;
}
footer .branches ul li div span:first-child {
  font-family: "Courier New", Courier, monospace;
  padding-left: 5px;
  font-weight: bolder;
  font-size: 18px;
  color: #9fe5ff;
}
@media (max-width: 991.98px) {
  footer .branches ul li div span:first-child {
    font-size: 13px;
  }
}
@media (max-width: 767.98px) {
  footer .branches ul li div span:first-child {
    font-size: 18px;
  }
}

footer .branches ul li div span:last-child {
  font-weight: bolde;
  font-size: 14pt;
  font-family: "GE Flow";
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  footer .branches ul li div span:last-child {
    font-size: 13pt;
  }
}
@media (max-width: 767.98px) {
  footer .branches ul li div span:last-child {
    font-size: 15pt;
  }
}
footer .branches ul li:last-child {
  border-bottom: none;
}
footer .contact {
  margin-left: 0 20px;
}
footer ul.list-unstyled {
  padding: 0;
}
footer .helpful-linkes ul li {
  color: #01080b;
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  font-family: "Droid Arabic Kufi", Arial !important;
  padding-right: 7px;
}
footer .helpful-linkes ul li i {
  color: var(--main-color);
  margin-left: 5px;
}
/* End footer */
/*start copyright*/
.copyright {
  direction: rtl;
  padding: 3px 0;
  background-color: #fff;
  font-size: 13px;
  font-weight: bolder;
  font-family: Tahoma, "Droid Arabic Kufi", "Droid Sans", Arial, sans-serif;
}
@media (max-width: 767.98px) {
  .copyright {
    font-size: 10px;
  }
}
.copyright-text {
  padding: 3px 0 0 0;
}
.copyright span {
  color: #655b5b;
  font-size: 16px;
}
@media (max-width: 991.98px) {
  .copyright span {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .copyright span {
    padding-right: 5px;
    margin-right: 5px;
    font-size: 13px;
  }
}

/*end copyright*/

/* Start Go to top  */
div .to-up {
  vertical-align: middle;
  width: 100%;
  height: 100%;
  position: relative;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 53px;
  left: 15px;
  z-index: 99;
  border: 0.5px solid var(--main-color);
  outline: none;
  background-color: #fff;
  color: var(--main-color);
  cursor: pointer;
  border-radius: 50%;
  font-size: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
}

#myBtn:hover {
  background-color: var(--main-color);
  color: #fff;
  border: 0.5px solid #fff;
}

/* buttons style */
.btn-secondary {
  color: #fff;
  background-color: var(--main-color);
  border-color: #ffffff;
  font-size: large;
  border-radius: 10px;
  font-weight: 400;
}
.btn-secondary:hover,
.btn-secondary:focus {
  color: var(--main-color);
  background-color: #e6e6e6;
  border-color: var(--main-color);
}

.btn-outline-success {
  color: var(--main-color);
  border-color: var(--main-color);
  border-radius: 7px;
}
.btn-outline-success:hover,
.btn-outline-success:focus {
  color: #fff;
  border-color: #fff;
  background-color: var(--main-color);
}
.form-control {
/*  color: var(--main-color);*/
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
.form-control:focus {
  border: 1px solid var(--main-color);
  outline: none;
}
.fpass {
  padding-right: 81px;
}
.container .alert{
	
	margin-top:60px
}










/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}
/*inputs*/
#msform lable{
	float:right;
}
#msform input, #msform textarea ,#msform select {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}
/*buttons*/
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
/*headings*/
.fs-title {
	font-size: 15px;
	text-transform: uppercase;
	color: #2C3E50;
	margin-bottom: 10px;
}
.fs-subtitle {
	font-weight: normal;
	font-size: 13px;
	color: #666;
	margin-bottom: 20px;
}
/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
}
#progressbar li {
	list-style-type: none;
	color:#efeaea;
	text-transform: uppercase;
	font-size: 16px;
	width: 33.33%;
	float: right;
	position: relative;
	font-weight: bolder;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	width: 20px;
	line-height: 20px;
	display: block;
	font-size: 10px;
	color: #333;
	background: white;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: white;
	position: absolute;
	left: 50%;
	top: 9px;
	z-index: -1; /*put it behind the numbers*/
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #5a380b;
	color: white;
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
/*  z-index: 50;  Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color:#000309c9;
  padding-top: 50px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Style the horizontal ruler */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
 
/* The Close Button (x) */
.close {
position: absolute;
    right: 95px;
    top: 50px;
    font-size: 40px;
    font-weight: bold;
    color: #131111;
}

.close:hover,
.close:focus {
  color: #f44336;
  cursor: pointer;
}

/* Clear floats */
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
  .cancelbtn, .signupbtn {
     width: 100%;
  }
}

.ss span{
	display:block;
}
.mkj{
	margin-right: 221px;
    margin-top: 10px;
	color:#fff
}


h1 {
  text-align: center;  
}



/* Mark input boxes that gets an error on validation: */
input.invalid {
  background-color: #ffdddd;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

button {
  background-color: var(--main-color);
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 17px;
  font-family: Raleway;
  cursor: pointer;
}

button:hover {
  opacity: 0.8;
}

#prevBtn {
  background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;  
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

.step.active {
  opacity: 1;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}

.bankacount .acount-details {
  border: 5px solid #d5934f;
  padding: 20px;
  margin-top: 20px;

}
.bankacount .img-bank  img{
  display: block;
  width: 30%;
}
.bankacount span {
  display: block;
  font-size: 20px;
  background-color: var(--main-color);
  margin: auto;
  width: 60%;
  margin-bottom: 10px;
}


.bankacount button {
  display: block;
}
