* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 16px;
  overflow-x: hidden;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
}

.navbar {
  position: absolute;
  width: 100%;
  z-index: 100000;
}

.navbar .navbar-brand img {
  width: 140px;
  padding: 0;
}

.navbar .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar .navbar-nav .nav-link {
  font-size: 14px;
  color: #ffffff;
  padding-right: 12px;
  padding-left: 12px;
}

.navbar .lang .lang {
  font-size: 18px;
  color: #ffffff;
  width: 35px;
  height: 35px;
  background: #2196F3;
  border-radius: 44px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 10px;
}

.navbar .lang .login-btn {
  margin: 0 10px;
}

.navbar .lang .reg {
  width: 100px;
  height: 35px;
  border-radius: 20px;
  background-color: #ffffff;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #293980;
}

.navbar.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #255eb7;
  z-index: 10000;
}

header {
  position: relative;
  background: transparent;
  padding-top: 150px;
  text-align: right;
  padding-bottom: 100px;
  overflow: hidden;
}

header:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background: url(../images/header_bg.png);
  z-index: -2;
  background-size: cover;
  background-position: bottom;
}

header .header_img img {
  max-width: 100%;
}

header .header_stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

header .header_stats .header_stats_inner {
  height: 300px;
  position: relative;
}

header .header_stats .header_stats_inner .img {
  height: 100%;
}

header .header_stats .header_stats_inner .img img {
  height: 100%;
}

header .header_stats .header_stats_inner .text {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 100px;
}

header .header_stats .header_stats_inner .text h3 {
  font-size: 35px;
  font-weight: bold;
  color: #212529;
}

header .header_stats .header_stats_inner .text > span {
  font-size: 13px;
  color: #212529;
}

@media (max-width: 500px) {
  header .header_stats .header_stats_inner {
    height: 130px;
  }
  header .header_stats .header_stats_inner .text {
    top: 40px;
  }
  header .header_stats .header_stats_inner .text h3 {
    font-size: 20px;
    margin-bottom: 0;
  }
  header .header_stats .header_stats_inner .text span {
    font-size: 7px;
  }
}

footer {
  background-color: #303442;
  padding-top: 70px;
  margin-top: 100px;
}

footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

footer .footer-top .links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-top .links a {
  color: #fff;
  font-size: 0.85em;
  padding: 0 20px;
}

footer .footer-top .contact h5 {
  text-align: center;
  color: #fff;
  font-size: 0.85em;
  margin-bottom: 20px;
}

footer .footer-top .contact ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .footer-top .contact ul a {
  color: #777;
  font-size: 1em;
  margin: 0 15px;
}

footer .footer-bottom {
  text-align: center;
  color: #fff;
  font-size: 1em;
  padding: 20px 0 30px;
}

@media (max-width: 600px) {
  footer .footer-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer-top .iogo {
    margin-bottom: 30px;
  }
  footer .footer-top .links {
    padding: 0;
    margin-bottom: 30px;
  }
  footer .footer-top .links a {
    font-size: 0.7em;
    padding: 0 10px;
  }
  .video-section .text {
    margin-top: 30px;
  }
  .hr-goals .image {
    margin-top: 50px;
  }
  .home-page .hr-features .features .box {
    margin-bottom: 35px;
  }
  .home-page .fact-section .fact.dotted {
    border-left: 0 !important;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 4px dashed #ddd;
  }
  .home-page .moasher-sec .box {
    margin-bottom: 40px;
  }
  .home-page .althria-card .image {
    margin-top: -20px !important;
  }
  .navbar .navbar-nav .nav-link {
    text-align: right;
    color: #fff;
    margin-bottom: 15px;
  }
  .fa-bars {
    color: #fff;
  }
}

.home-page .sec-head {
  text-align: center;
}

.home-page .sec-head h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #212529;
  margin-bottom: 35px;
  position: relative;
}

.home-page .sec-head h2::after {
  content: "";
  position: absolute;
  bottom: -11px;
  width: 33px;
  height: 6px;
  border-radius: 3px;
  background-color: #293980;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.home-page .sec-head p {
  font-size: 1em;
  line-height: 1.88;
  color: #212529;
}

.home-page .hr-features {
  background-color: #0a429f;
  padding: 100px 0;
}

.home-page .hr-features .sec-head {
  margin-bottom: 20px;
}

.home-page .hr-features .sec-head h2 {
  color: #fff;
}

.home-page .hr-features .sec-head h2:after {
  background-color: #fff;
}

.home-page .hr-features .features .box {
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 36, 117, 0.1);
          box-shadow: 0 3px 20px 0 rgba(0, 36, 117, 0.1);
  background-color: #ffffff;
  padding: 50px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-page .hr-features .features .box .icon {
  width: 100px;
  height: 100px;
  background-color: rgb(10, 66, 159);
  border-radius: 50%;
  padding: 5px;
  margin-bottom: 30px;
}

.home-page .hr-features .features .box .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.home-page .hr-features .features .box h4 {
  font-size: 16px;
  color: #212529;
}

.home-page .video-section {
  padding: 100px 0 0;
}

.home-page .video-section .video {
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.06);
  height: 400px;
  position: relative;
}

.home-page .video-section .video img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-page .video-section .video .over-lay {
  position: absolute;
  border-radius: 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 57, 128, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-page .video-section .video .over-lay .play-btn {
  width: 80px;
  height: 80px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #293980;
  font-size: 25px;
  border-radius: 50%;
}

.home-page .video-section .text h2 {
  font-weight: bold;
  color: #212529;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.home-page .video-section .text h2:before {
  margin-left: 20px;
  width: 6px;
  height: 33px;
  border-radius: 3px;
  content: "";
  background: #293980;
  display: inline-block;
}

.home-page .video-section .text p {
  font-size: 16px;
  line-height: 2.5;
  color: #212529;
  text-align: right;
}

.home-page .video-section .text ul {
  text-align: right;
}

.home-page .video-section .text ul li {
  font-size: 14px;
  line-height: 2.14;
  color: #212529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-page .video-section .text ul li:before {
  margin-left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: #293980;
  display: inline-block;
}

.home-page .video-section .modal-body {
  position: relative;
  padding: 0px;
}

.home-page .video-section .close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}

.home-page .video-section .modal-dialog {
  max-width: 800px;
}

.home-page .hr-goals {
  padding: 150px 0;
}

.home-page .hr-goals .text h2 {
  font-weight: bold;
  color: #212529;
  font-size: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.home-page .hr-goals .text h2:before {
  margin-left: 20px;
  width: 6px;
  height: 33px;
  border-radius: 3px;
  content: "";
  background: #293980;
  display: inline-block;
}

.home-page .hr-goals .text ul {
  text-align: right;
}

.home-page .hr-goals .text ul li {
  font-size: 16px;
  margin-bottom: 20px;
  color: #212529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-page .hr-goals .text ul li:before {
  margin-left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: #293980;
  display: inline-block;
}

.home-page .hr-goals .image img {
  max-width: 100%;
}

.home-page .fact-section {
  padding: 150px 0;
}

.home-page .fact-section h2 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #212529;
  margin-bottom: 40px;
}

.home-page .fact-section .fact {
  text-align: center;
}

.home-page .fact-section .fact.dotted {
  border-left: 4px dashed #ddd;
}

.home-page .fact-section .fact img {
  max-width: 120px;
  margin-bottom: 25px;
}

.home-page .fact-section .fact h6 {
  font-size: 16px;
  color: #212529;
}

.home-page .fact-section .fact h4 {
  font-size: 36px;
  text-align: center;
  color: #212529;
  font-weight: bold;
  margin-top: 20px;
}

.home-page .moasher-sec {
  padding: 150px 0;
  background: rgba(46, 134, 222, 0.1);
}

.home-page .moasher-sec .sec-head {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
}

.home-page .moasher-sec .box {
  border-radius: 6px;
  -webkit-box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, 0.12);
          box-shadow: 5px 10px 30px 0 rgba(41, 26, 204, 0.12);
  background-color: #ffffff;
  text-align: right;
  padding: 30px 20px 70px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.home-page .moasher-sec .box .icon {
  margin-bottom: 25px;
}

.home-page .moasher-sec .box .icon img {
  width: 45px;
}

.home-page .moasher-sec .box h4 {
  font-size: 18px;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 25px;
}

.home-page .moasher-sec .box p {
  font-size: 14px;
  line-height: 1.57;
  color: #9b9b9b;
}

.home-page .moasher-sec .box:hover {
  background-color: #0a429f;
  -webkit-transform: scaleY(1.1);
          transform: scaleY(1.1);
}

.home-page .moasher-sec .box:hover h4 {
  color: #fff;
}

.home-page .moasher-sec .box:hover p {
  color: #f1f1f1;
}

.home-page .althria-card {
  padding-top: 100px;
}

.home-page .althria-card .sec-head {
  max-width: 570px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 70px;
  margin-bottom: 70px;
}

.home-page .althria-card .text {
  text-align: right;
}

.home-page .althria-card .text p {
  font-size: 16px;
  color: #212529;
  margin-bottom: 30px;
}

.home-page .althria-card .text ul {
  text-align: right;
}

.home-page .althria-card .text ul li {
  font-size: 14px;
  line-height: 2.14;
  color: #212529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-page .althria-card .text ul li:before {
  margin-left: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  background: #293980;
  display: inline-block;
}

.home-page .althria-card .text a {
  border-radius: 6px;
  background-color: #293980;
  max-width: 270px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
  height: 50px;
}

.home-page .althria-card .image {
  margin-top: -221px;
}

.home-page .althria-card .image img {
  max-width: 100%;
}
@media (max-width:650px){
  .navbar-collapse {
    background: #255eb7;
}
}
/*# sourceMappingURL=style.css.map */