@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
/*** all Mobile Screen (iphone 6,7,8) ***/
/*** mobile Landscape Size ***/
/*** medium devices (tablets, less than 992px) ***/
/*** iPad in landscape ***/
/**** smaller than desktop 1200 (devices and browsers) ***/
/*** laptop with MDPI (medium density per inch) resolution ***/
/*** laptop with HiDPI (High Dots Per Inch) resolution ***/
/*** WSXGA (Wide Super Extended Graphics Array) resolution ***/
.card-block-section {
  padding: 35px 0;
}
.card-block-section .title {
  margin-bottom: 20px;
}
.card-block-section .title h4 {
  font-size: 22px;
  color: #444444;
  font-weight: 600;
}
.card-block-section .item {
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.card-block-section .item figure {
  border-radius: 6px;
  overflow: hidden;
}
.card-block-section .item figure img {
  width: 100%;
}
.card-block-section .item .content-block .date-block {
  background: #F9F9F9;
  padding: 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.card-block-section .item .content-block .date-block .item-block {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.card-block-section .item .content-block .date-block .item-block .icon i {
  width: 30px;
  padding: 6px !important;
  height: 30px;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  border: solid 1px #ebebeb;
}
.icon i{
    padding: 7px;
}
.card-block-section .item .content-block .date-block .item-block .frm-block {
  margin-left: 10px;
  font-weight: 500;
  color: #8E8E8E;
  font-size: 12px;
}
.card-block-section .item .content-block .date-block .item-block .frm-block span {
  display: block;
  color: #171717;
  font-weight: 500;
}
.card-block-section .item .content-block h4 {
  color: #26328F;
  font-weight: 700;
  font-size: 18px;
  margin: 0;
}
.card-block-section .item .content-block p {
  color: #55595D;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 20px 0;
}
.card-block-section .item .content-block .more-btn-block {
  display: flex;
  align-items: center;
}
.card-block-section .item .content-block .more-btn-block .view-more {
  width: 145px;
  height: 48px;
  background: #EE3342;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  border-color: white;
}
.card-block-section .item .content-block .more-btn-block .view-more:hover {
  background: #E40F20;
}
.card-block-section .item .content-block .more-btn-block .social-links a {
  border: solid 1px #E3E3E3;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  margin-left: 5px;
}
.card-block-section .item .content-block .more-btn-block .social-links a:hover {
  border: solid 1px #EE3342;
}
.card-block-section .item .content-block .more-btn-block .social-links a:hover svg path {
  fill: #EE3342;
}
@media (max-width: 991px) {
  .card-block-section .item .content-block .more-btn-block .social-links a {
    margin-left: 2px;
  }
}
@media (max-width: 767px) {
  .card-block-section .item .content-block .more-btn-block .social-links a {
    margin-left: 2px;
  }
}

.breadcrumb {
  font-size: 12px;
  margin-bottom: 25px;
}
.breadcrumb a {
  text-decoration: none;
  color: #55595D;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url("../img/arrow-right.png");
}
.breadcrumb .active {
  color: #171717;
}

.inner-section {
  padding: 50px 0;
}
.inner-section .form-wrapper {
  width: 800px;
}
.inner-section .form-wrapper .title {
  margin-bottom: 25px;
}
.inner-section .form-wrapper .title h2 {
  color: #444444;
  font-size: 22px;
  font-weight: 600;
}
.inner-section .form-wrapper .form-group {
  margin-bottom: 15px;
}
.inner-section .form-wrapper .form-group label {
  color: #626D7D;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
}
.inner-section .form-wrapper .form-group .form-control {
  border: 0;
  background: #F9F9FA;
  padding: 10px 15px;
  border-radius: 6px;
  height: 50px;
  font-size: 13px;
  font-weight: 500;
}
.inner-section .form-wrapper .form-check {
  margin-bottom: 30px;
}
.inner-section .form-wrapper .form-check .form-check-input {
  float: left;
  margin-left: -12px;
  margin-right: 10px;
  border: solid 1px #EAEAEA;
  border-radius: 3px;
}
.inner-section .form-wrapper .form-check .form-check-label {
  font-size: 12px;
  color: #626D7D;
}
.inner-section .form-wrapper .form-check .form-check-label a {
  color: #626D7D;
  text-decoration: none;
}
.inner-section .form-wrapper .form-check .form-check-label a:hover {
  text-decoration: none;
  color: #000;
}
.inner-section .form-wrapper .btn-wrap {
  display: flex;
}
.inner-section .form-wrapper .btn-wrap .btn-primary {
  width: 145px;
  height: 48px;
  background: #EE3342;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
}
.inner-section .form-wrapper .btn-wrap .btn-primary:hover {
  background: #E40F20;
}
.inner-section .form-wrapper .btn-wrap .btn-clear {
  border: 0;
  background: transparent;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #171717;
  color: #000;
}
@media (max-width: 991px) {
  .login_btn{
    width:532px important!;
  }
  .inner-section .form-wrapper {
    width: 100%;
  }
}
.inner-section .item-block {
  box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 6px;
  margin-bottom: 20px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 2px transparent;
  cursor: pointer;
}
.inner-section .item-block:hover {
  border: solid 2px #121B63;
}
.inner-section .item-block:hover svg path {
  fill: #0B1350;
}
.inner-section .item-block .block {
  text-align: center;
}
.inner-section .item-block .block i {
  height: 72px;
  display: inline-block;
}
.inner-section .item-block .block h4 {
  color: #121B63;
  font-size: 18px;
  font-weight: 600;
  text-decoration:none;
}

.auth-wrapper {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.auth-wrapper .left-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.auth-wrapper .left-wrap figure {
  margin: 0 0 30px 0;
}
.auth-wrapper .left-wrap figure img {
  width: 300px;
}
.auth-wrapper .left-wrap span {
  color: #9B9B9B;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 25px;
  display: block;
}
.auth-wrapper .left-wrap h5 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 22px;
}
.auth-wrapper .left-wrap .form-group {
  margin-bottom: 15px;
  position: relative;
}
.auth-wrapper .left-wrap .form-group label {
  color: #626D7D;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
}
.auth-wrapper .left-wrap .form-group .form-control {
  border: 0;
  background: #F9F9FA;
  padding: 10px 15px;
  border-radius: 6px;
  height: 50px;
  font-size: 13px;
  font-weight: 500;
  padding-left: 45px;
}
.auth-wrapper .left-wrap .form-group .mail-icon {
  position: absolute;
  bottom: 14px;
  left: 16px;
}
.auth-wrapper .left-wrap .form-group .lock-icon {
  position: absolute;
  bottom: 14px;
  left: 16px;
}
.auth-wrapper .left-wrap .form-group .eye-icon {
  position: absolute;
  bottom: 14px;
  right: 16px;
}
.auth-wrapper .left-wrap .form-check {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.auth-wrapper .left-wrap .form-check .form-check-input {
  float: left;
  margin-left: -12px;
  margin-right: 10px;
  border: solid 1px #EAEAEA;
  border-radius: 3px;
}
.auth-wrapper .left-wrap .form-check .form-check-label {
  font-size: 12px;
  color: #626D7D;
  margin-bottom: 0;
}
.auth-wrapper .left-wrap .form-check a {
  color: #626D7D;
  text-decoration: none;
  margin-left: auto;
  font-size: 14px;
}
.auth-wrapper .left-wrap .form-check a:hover {
  text-decoration: none;
  color: #000;
}
.auth-wrapper .left-wrap .btn-primary {
  width: 100%;
  height: 48px;
  background: #EE3342;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  margin-bottom: 15px;
}
.auth-wrapper .left-wrap .btn-primary:hover {
  background: #E40F20;
}
.auth-wrapper .left-wrap .account {
  font-size: 14px;
  color: #8F8F8F;
  text-align: center;
}
.auth-wrapper .left-wrap .account a {
  font-size: 14px;
  color: #EE3342;
  text-align: center;
  text-decoration: none;
}
.auth-wrapper .right-wrap {
  width: 100%;
}
.auth-wrapper .right-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .auth-wrapper .left-wrap {
    background: #11184C;
    padding: 30px;
  }
  .auth-wrapper .left-wrap span {
    color: #9B9B9B;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 10px;
    display: block;
  }
  .auth-wrapper .left-wrap .form-check {
    display: block;
  }
  .auth-wrapper .left-wrap .form-check a {
    margin-top: 10px;
    display: block;
    padding-left: 11px;
  }
  .auth-wrapper .left-wrap h5 {
    font-size: 16px;
  }
  .auth-wrapper .left-wrap figure img {
    width: 200px;
  }
  .auth-wrapper .left-wrap .form-block {
    padding: 30px;
    background: #fff;
  }
  .auth-wrapper .right-wrap {
    display: none;
  }
}/*# sourceMappingURL=home.css.map */
.img, svg {
    vertical-align: middle;
    margin-left: 1px;
    margin-top: 0 !important;
img, svg {
    vertical-align: middle;
    margin-left: 1px;
    padding: 6px;
}}

.nav-pills .nav-link.active {
    color: #FFF !important;
    background-color: #303B92 !important;
}
