html, body {
  direction: rtl;
  text-align: right;
  font-family: IRANSans, sans-serif;
  height: 100%;
  background: #3a63b7;
  color: #fff;
}

::selection {
  background: #113a8c;
  color: #fff;
}
::-moz-selection {
  background: #113a8c;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.8);
  margin-right: .5rem;
}

.navbar-toggler i {
  color: rgba(255, 255, 255, 0.8);
}

.custom-navbar {
  padding: .5rem 0;
  top: 0;
  right: 0;
  position: fixed;
  width: 100%;
  min-height: 64px;
  z-index: 5;
  direction: ltr;
  background: #254d9f;
  box-shadow: 0px 1px 8px 0px #143984;
}

.custom-navbar .navbar-nav {
  direction: rtl;
  padding-right: 0;
  text-align: center;
}

.navbar-brand {
  font-weight: 900;
  margin: 0 .7rem;
  color: #ffffff;
}

.custom-navbar .nav-link {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  margin: 0 .7rem;
  transition: .25s;
}

.custom-navbar .nav-link:hover {
  color: rgba(255, 255, 255, 1);
  font-weight: 600;
  transition: none;
}

.custom-navbar .nav-link i {
  position: relative;
  top: 2px;
  margin-left: .25rem;
}

.custom-navbar .nav-item.active .nav-link {
  font-weight: 600;
  color: rgba(255, 255, 255, 1);
}
.home-sections {
  position: relative;
  padding: 3em 0;
}
.home-sections:nth-child(odd) {
  background: #496fbd;
}
.home-sections:nth-child(even) {
  background: #3a63b7;
}


#header {

  color: #ffffff;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.header-content {
  text-align: center;
  padding: 35% 0;
}

#typed h1 {
  display: inline;
}

#typed h1 span {
  font-size: 1.8rem;
  font-weight: 900;
}

.sub-heading p {
  margin-top: 1rem;
  opacity: .75;
}

.login-btn a {
  border-radius: 5rem;
  background: #254d9f;
  color: #ffffff;
  font-weight: bold;
  padding: 1rem 2rem;
  margin: 1rem 0;
  display: inline-block;
  box-shadow: 0 0 0px 0px #000;
  transition: all .15s;
}

.login-btn a:hover {
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

.line-seprate {
  width: 140%;
  right: -20%;
  height: 200px;
  position: absolute;
  transform: skew(4deg) rotate(-4deg);
  background-color: rgba(255, 255, 255, .08);
  overflow-x: hidden;
  top: 90vh;
}

.section-title-container {}

.section-title {
  padding: 1rem;
  font-weight: 900;
  border-bottom: 6px solid #fff;
  display: inline-block;
  text-shadow: 2px 2px 4px #254d9f;
}
.features-section {
  margin-top: 2rem;
}
.features-container {
  margin: 1rem 0;
}
.feature-title {
  font-weight: bold;
  font-size: 1.25rem;
  padding-bottom: 1rem;
  position: relative;
  display: inline-block;
  margin: 1rem 0;
}
.feature-title::after {
  width: 4rem;
  height: 3px;
  background: #fff;
  bottom: 0;
  content:"";
  position: absolute;
  right: 50%;
  transform: translateX(50%) translateY(-50%);
}
.feature-description {
  padding: .5rem .75rem;
  font-weight: 300;
  font-size: .9rem;
}

@media (max-width: 992px) {
  .custom-navbar .nav-link i {
    float: left;
  }
  .custom-navbar .navbar-nav {
    text-align: right;
  }
}

@media (max-width: 768px) {
}
