@import 'bootstrap.css';
@import 'fonts.css';
@import '../fontawesome/css/fontawesome-all.min.css';
@import '../js/swiper/swiper.min.css';
@import '../js/superfishmenu/superfish.css';
@import '../js/datepicker/datepicker.css';
.nomargin {
  margin: 0 !important;
}
.nopadding {
  padding: 0 !important;
}
.hidden {
  display: none !important;
}
body {
  background-color: #eff1f5;
}
#top {
  padding-top: 79px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
body.fixed #header {
  background-color: #fff !important;
  padding: 10px 0 !important;
  -webkit-box-shadow: 0 0 9px 3px rgba(175, 189, 198, 0.41) !important;
  box-shadow: 0 0 9px 3px rgba(175, 189, 198, 0.41) !important;
}
body.fixed #header a.logo .home {
  display: none !important;
}
body.fixed #header a.logo .normal {
  display: block !important;
}
body.fixed #header ul.sf-menu > li > a {
  color: #3c5276 !important;
}
body.fixed #header ul.sf-menu > li > a.active {
  color: #ffa304 !important;
}
body.fixed #header #open-mobile-menu {
  color: #3c5276 !important;
}
#content .container .banner
{
  margin-top: 5px;
}
#header {
  padding: 20px 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-box-shadow: 0 0 9px 3px rgba(175, 189, 198, 0.41);
  box-shadow: 0 0 9px 3px rgba(175, 189, 198, 0.41);
  background-color: #fff;
}
#header a.logo .home {
  display: none;
}
#header .main-menu {
  text-align: right;
}
#header #open-mobile-menu {
  font-size: 24px;
  color: #3c5276;
  line-height: 24px;
}
#header ul.sf-menu {
  margin-bottom: 0;
  float: right;
}
#header ul.sf-menu li {
  text-align: left;
  font-family: Roboto;
}
#header ul.sf-menu li li {
  background-color: #fff;
}
#header ul.sf-menu li li a {
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #e8ebf0;
  font-size: 13px;
  color: #3c3c3c;
}
#header ul.sf-menu li li.sfHover,
#header ul.sf-menu li li:hover {
  background-color: #e8ebf0;
}
#header ul.sf-menu > li {
  background: none;
}
#header ul.sf-menu > li > a {
  background: none;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  color: #1a4ca0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#header ul.sf-menu > li > a:hover {
  color: #ffa304 !important;
}
#header ul.sf-menu > li > a.active {
  color: #ffa304 !important;
}
#header .sf-arrows .sf-with-ul:after {
  border-top-color: #e8ebf0 !important;
}
body.home {
  background: url("../img/bg-home.jpg") no-repeat top center #ffffff;
}
body.home #header {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.home #header #open-mobile-menu {
  color: #fff;
}
body.home #header a.logo .normal {
  display: none;
}
body.home #header a.logo .home {
  display: inline-block;
}
body.home #header ul.sf-menu > li > a {
  color: #fff;
}
body.home #header ul.sf-menu .sf-arrows .sf-with-ul:after {
  border-top-color: #fff;
}
#mobile-menu-wrapper {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: fixed;
  height: 100%;
  left: -290px;
  top: 0;
  background-color: #1a4ca0;
  width: 260px;
  padding: 10px;
  z-index: 1001;
  overflow-y: auto;
}
#mobile-menu-wrapper .menu-mobile {
  display: none;
}
#mobile-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#mobile-menu-wrapper > ul > li > a {
  font-weight: bold;
  text-transform: uppercase;
}
#mobile-menu-wrapper > ul a {
  color: white;
  font-family: "Roboto Condensed";
  display: block;
  padding: 8px 0;
  border-bottom: 1px dashed #0f2d5e;
  line-height: normal;
}
#mobile-menu-wrapper > ul ul {
  margin-left: 0px;
  padding-left: 20px;
}
#overlay {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1000;
  display: none;
}
body.open #overlay {
  display: block;
}
body.open #mobile-menu-wrapper {
  left: 0;
}
#back_top {
  position: fixed;
  display: block;
  right: 20px;
  bottom: 20px;
  padding: 5px 15px;
  background: #ffa304;
  color: #fff;
  font-size: 20px;
  text-decoration: none!important;
  z-index: 999;
  opacity: .5;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 3px;
}
#back_top:hover {
  opacity: 1;
}
#slider-login {
  padding: 70px 0 30px;
}
#slider-login .slogan {
  font-size: 17px;
  color: #fff;
  font-family: Roboto;
  line-height: normal;
}
#slider-login .slogan span {
  color: #ffa304;
  font-weight: bold;
}
#slider-login .login-title {
  font-family: Roboto;
  color: #98e8ff;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  margin: 16px 0 10px;
}
#slider-login .login-wrapper {
  background-color: #ffa304;
  padding: 30px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 24px 0 rgba(67, 130, 255, 0.59);
  box-shadow: 0 0 24px 0 rgba(67, 130, 255, 0.59);
}
#slider-login .login-wrapper .form-control {
  -webkit-box-shadow: 0 0 24px 0 #d1630a;
  box-shadow: 0 0 24px 0 #d1630a;
  border: none;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: 'Font Awesome 5 Free', Roboto;
  font-weight: 900;
  font-style: normal;
}
#slider-login .login-wrapper .btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
#slider-login .login-wrapper .btn-primary {
  background-color: #1a4ca0;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  font-family: Roboto;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#slider-login .login-wrapper .btn-primary:hover {
  background-color: #133774;
}
#slider-login .login-wrapper .btn-sign {
  background: none;
  border: 2px solid #fff;
  color: #fff;
  font-family: Roboto;
  text-transform: uppercase;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  padding-top: 6px;
  padding-bottom: 6px;
}
#slider-login .login-wrapper .btn-sign:hover {
  background: #fff;
  color: #ffa304;
}
#slider-login .login-wrapper ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #d0d0d0;
}
#slider-login .login-wrapper ::-moz-placeholder {
  /* Firefox 19+ */
  color: #d0d0d0;
}
#slider-login .login-wrapper :-ms-input-placeholder {
  /* IE 10+ */
  color: #d0d0d0;
}
#slider-login .login-wrapper :-moz-placeholder {
  /* Firefox 18- */
  color: #d0d0d0;
}
#home-slider {
  border-radius: 20px;
}
#home-slider .slide-item {
  display: block;
  position: relative;
}
#home-slider .slide-item h2 {
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: 20px;
  font-family: Roboto;
  color: #fff;
  font-size: 24px;
  line-height: normal;
  margin: 0;
  z-index: 2;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#home-slider .slide-item .gradient {
  display: block;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.54) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.54) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.54) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}
#home-slider .slide-item:hover h2 {
  color: #ffa304;
}
#home-slider .slide-item.text {
  position: static;
}
#home-slider .slide-item.text h2 {
  position: static;
  margin-bottom: 10px;
}
#home-slider .slide-item.text:hover {
  text-decoration: none;
}
#logos {
  padding-bottom: 30px;
  padding-top: 150px;
}
#logos h3 {
  font-family: "Roboto Condensed";
  color: #c8c8c8;
  font-size: 14px;
  margin: 0 0 20px;
}
#logos ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#logos ul li {
  display: inline-block;
  margin: 0 60px;
  vertical-align: top;
}
#logos ul li a {
  display: block;
  text-align: center;
}
#logos ul li a span {
  display: block;
  padding-top: 10px;
  font-family: "Roboto Condensed";
  text-transform: uppercase;
  color: #a7aab1;
  font-size: 11px;
  font-weight: bold;
  line-height: normal;
  text-decoration: none;
}
#logos ul li a:hover {
  text-decoration: none;
}
#logos ul li a:hover span {
  color: #ffa304;
}
.form-control {
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.btn {
  border-radius: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.btn.btn-default {
  background-color: #e8ebf0;
  color: #3c5276;
}
.btn.btn-default:hover {
  background-color: #c9d0dc;
}
.btn.btn-orange {
  background-color: #ffa304;
  color: #fff;
  border: none;
}
.btn.btn-orange:hover {
  background-color: #ea9400;
}
.btn.btn-xs {
  padding: .15rem .5rem;
  font-size: .800rem;
  line-height: 1.5;
}
ul.tabHead {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 2px solid #ffa304;
  height: auto;
  overflow: hidden;
}
ul.tabHead li {
  display: inline-block;
  float: left;
  width: 50%;
}
ul.tabHead li a {
  display: block;
  background: #e8ebf0;
  color: #3c5276;
  font-family: 'Roboto';
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 6px 8px;
}
ul.tabHead li:hover a,
ul.tabHead li.active a {
  color: #fff;
  background: #ffa304;
}
.tabContents {
  padding: 20px 0;
}
.tab-content {
  display: none;
}
.tab-content:first-child {
  display: block;
}
ul.news-table-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.news-table-list li:first-child {
  padding-top: 0;
}
ul.news-table-list li {
  padding: 10px 0;
  border-bottom: 1px dotted #e8e8e8;
  line-height: 16px;
  height: auto;
  overflow: hidden;
}
ul.news-table-list li a {
  font-size: 15px;
  color: #545454;
  line-height: normal;
  font-family: 'Roboto Condensed';
}
ul.news-table-list li a:hover {
  text-decoration: none;
  color: #ffa304;
}
ul.news-table-list li a img {
  height: 70px;
  width: auto;
  float: left;
  margin-right: 10px;
  -webkit-box-shadow: 1px 1px 2px 0 #d0d0d0;
  -moz-box-shadow: 1px 1px 2px 0 #d0d0d0;
  box-shadow: 1px 1px 2px 0 #d0d0d0;
}
.page-title {
  font-family: "Roboto Condensed";
  font-size: 24px;
  line-height: normal;
  color: #1a4ca0;
}
.page-text {
  clear: both;
  margin-top: 20px;
  font-size: 15px;
}
ul.page-share {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.page-share li {
  display: inline-block;
}
ul.page-share li a {
  display: block;
  background: #efefef;
  width: 40px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
ul.page-share li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
ul.page-share li a.fb {
  background-color: #1a4ca0;
}
ul.page-share li a.tw {
  background-color: #007bff;
}
.bottom-share ul.page-share li a {
  width: auto;
  font-family: "Roboto Condensed";
  padding: 3px 20px;
}
.section-item {
  clear: both;
  padding: 100px 0 60px;
}
.section-title {
  color: #3c5276;
  font-family: Roboto;
  font-size: 24px;
  margin: 0 0 60px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  position: relative;
}
.section-title::after {
  display: block;
  width: 60px;
  content: '';
  height: 5px;
  background-color: #ffa304;
  position: absolute;
  left: 50%;
  margin-left: -30px;
  bottom: -14px;
}
.section-item.grey {
  background-color: #e8ebf0;
}
.about-system {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
  font-size: 17px;
  line-height: normal;
  font-family: Roboto;
  color: #3c5276;
  padding: 0 40px;
  position: relative;
  margin-bottom: 40px;
}
.about-system::before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  content: '\f10d';
  position: absolute;
  left: 0;
  top: -10px;
}
.about-system::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  content: '\f10e';
  position: absolute;
  right: 0;
  top: -10px;
}
.box-item {
  padding: 30px;
  color: #53565b;
  text-align: justify;
  background-color: #fff;
  border-radius: 20px;
  font-size: 15px;
  line-height: normal;
}
.boxed {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 9px 3px rgba(175, 189, 198, 0.21);
  box-shadow: 0 0 9px 3px rgba(175, 189, 198, 0.21);
}
.boxed .box-title {
  font-size: 16px;
  font-family: Roboto;
  line-height: normal;
  color: #3c5276;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #e8ebf0;
  padding-bottom: 10px;
}
.boxed .box-title .sub-title {
  display: block;
  clear: both;
  font-size: 12px;
  color: #ccc;
  font-weight: normal;
  text-transform: none;
}
.boxed .box-content {
  clear: both;
  padding-top: 20px;
}
.boxed .box-content::after {
  display: block;
  clear: both;
  content: " ";
  height: 1px;
}
.boxed.mini {
  padding: 10px;
}
.main-user-info img {
  max-width: 100px;
  height: auto;
  border: 1px solid #e8ebf0;
  float: left;
  margin-right: 20px;
}
#left-column .block-item {
  clear: both;
  margin-bottom: 20px;
}
#left-column .block-item .boxed::after {
  clear: both;
  overflow: hidden;
  content: " ";
  display: block;
}
#left-column .block-item:last-child {
  margin-bottom: 0;
}
.left-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.left-menu li a {
  display: block;
  padding: 5px 10px 5px 40px;
  font-family: Roboto;
  color: #3c5276;
  position: relative;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.left-menu li a i {
  position: absolute;
  left: 5px;
  top: 8px;
  color: #1c6abe;
}
.left-menu li a:hover {
  background-color: #e8ebf0;
  text-decoration: none;
  border-radius: 3px;
}
.left-menu li a:hover::after {
  color: #1c6abe;
}
.left-menu li a::after {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-style: normal;
  position: absolute;
  right: 10px;
  top: 8px;
  font-size: 13px;
  color: #c3c9d3;
  content: "\f105";
}
.left-menu li a.active {
  background-color: #1c6abe;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
}
.left-menu li a.active i {
  color: #fff;
}
.left-menu li a.active::after {
  color: #fff;
}
.left-menu-combo {
  display: none;
  margin-bottom: 20px;
}
.block-item.user-info .boxed {
  background-color: #fff;
}
.block-item.user-info .icon {
  width: 60px;
  float: left;
  margin-right: 20px;
  height: auto;
}
.block-item.user-info .btns {
  clear: both;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #bac3d2;
}
.table {
  margin-bottom: 0;
}
.table th,
.table td {
  font-size: 14px;
  font-family: Roboto;
  width: 15%; 
}
.pagination {
  margin-top: 20px;
  margin-bottom: 0;
}
.pagination .page-item.active .page-link {
  background-color: #e8ebf0;
  border-color: #e8ebf0;
  color: #1a4ca0;
}
.modal-body .form-group label {
  text-align: right;
  font-family: "Roboto Condensed";
  font-size: 15px;
}
.modal-body .tab-content.active {
  display: block !important;
}
.modal-body .tab-content {
  padding: 20px 0;
}
.law-info .head {
  text-align: center;
  padding-bottom: 10px;
}
.law-info .head img {
  height: 60px;
  width: auto;
}
.law-info .misc {
  font-size: 12px;
  padding-bottom: 10px;
}
.law-info .title {
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}
.nav-tabs.portal {
  border-color: #e8ebf0;
}
.nav-tabs.portal .nav-link {
  font-family: "Roboto Condensed";
  padding: 5px 20px;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid transparent;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 0;
}
.nav-tabs.portal .nav-link:hover {
  background-color: #ffa304;
  color: #fff;
  border-radius: 0;
}
.nav-tabs.portal .nav-link.active {
  background-color: #1a4ca0;
  color: #fff;
  border-radius: 0;
  border-bottom: 2px solid #ffa304;
}
.table-modal {
  width: 100%;
  max-width: 100%;
}
.table-modal tr {
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.table-modal tr:hover {
  background-color: #e8ebf0;
}
.table-modal td {
  width: 50%;
  padding: 5px;
  font-family: "Roboto Condensed";
  font-size: 15px;
}
.table-modal td.title {
  color: #3c3c3c;
  text-align: right;
  padding-right: 20px;
}
.table-modal td.data span {
  display: inline-block;
  font-weight: bold;
  color: #005cbf;
  text-transform: uppercase;
}
.table-modal td.data .badge {
  color: #fff;
  font-size: 16px;
}
.box-seperator {
  clear: both;
  height: 30px;
}
h3.sub-title {
  font-size: 19px;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: #3c5276;
}
.list-with-icon {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: normal;
  color: #3c5276;
  font-family: Roboto;
}
.list-with-icon li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
}
.list-with-icon li:last-child {
  margin-bottom: 0;
}
.list-with-icon .fa,
.list-with-icon .fab,
.list-with-icon .fas {
  color: #ffa304;
  font-size: 22px;
  position: absolute;
  left: 0;
  top: 0;
}
.video-container {
  background-color: #e8ebf0;
  border-radius: 20px;
  padding: 20px;
}
.video-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.video-list li {
  height: auto;
  overflow: hidden;
}
.video-list li a {
  height: auto;
  overflow: hidden;
  display: block;
  padding: 10px;
  color: #1a4ca0;
  line-height: 18px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.video-list li a .img {
  display: inline-block;
  float: left;
  position: relative;
  margin-right: 20px;
  border-radius: 5px;
  overflow: hidden;
}
.video-list li a .img .fa {
  position: absolute;
  font-size: 30px;
  color: #ffa304;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 2;
}
.video-list li a .img .overlay {
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}
.video-list li a:hover {
  background-color: #1a4ca0;
  color: #fff;
  text-decoration: none;
}
.video-list li a:hover .overlay {
  opacity: 0;
}
.video-list li a.active {
  background-color: #1a4ca0;
  color: #fff;
  text-decoration: none;
}
.news-date {
  font-size: 12px;
  color: #cecece;
  display: block;
}
.news-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 16px 6px rgba(199, 216, 226, 0.91);
  box-shadow: 0 0 16px 6px rgba(199, 216, 226, 0.91);
  border-radius: 10px;
  overflow: hidden;
}
.news-item .intro {
  padding: 20px;
}
.news-item .intro h3 {
  font-size: 16px;
  font-weight: bold;
  color: #4b4e53;
  line-height: 18px;
  margin-bottom: 10px;
}
.news-item .intro .intro-text {
  font-size: 14px;
  line-height: 18px;
  display: block;
  margin-top: 10px;
  color: #7e828a;
}
.news-item .intro:hover h3 {
  color: #ffa304;
  text-decoration: none !important;
}
.news-item .intro a:hover {
  text-decoration: none;
}
.news-item.inblog {
  margin-bottom: 30px;
}
.color-fb .fab {
  color: #0f2d5e !important;
}
.color-tw .fab {
  color: #1a4ca0 !important;
}
#home-news-swiper .news-item {
  margin: 20px;
}
#contact-form .btn {
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 30px;
  padding-left: 30px;
}
#content {
  padding: 30px 0;
}
#step-indicator {
  clear: both;
  margin-bottom: 20px;
}
#step-indicator .breadcrumb {
  padding: 0px;
  background: transparent;
  list-style: none;
  overflow: hidden;
}
#step-indicator .breadcrumb > li {
  display: flex;
  vertical-align: middle;
  width: 19.8%;
}
#step-indicator .breadcrumb > li + li:before {
  padding: 0;
}
#step-indicator .breadcrumb li a {
  color: white;
  text-decoration: none;
  padding: 10px 0 10px 45px;
  position: relative;
  line-height: 14px;
  font-family: "Roboto Condensed";
  display: flex;
  font-size: 14px;
  align-items: center;
  vertical-align: middle;
  width: calc(90%);
  background-color: #c9d0dc;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#step-indicator .breadcrumb li a:hover {
  color: #ffa304;
}
#step-indicator .breadcrumb li.completed a {
  background: #fff;
  background: #1c6abe;
}
#step-indicator .breadcrumb li.completed a:after {
  border-left: 47px solid #1c6abe;
}
#step-indicator .breadcrumb li.active a {
  background: #28a745;
}
#step-indicator .breadcrumb li.active a:after {
  border-left: 47px solid #28a745;
}
#step-indicator .breadcrumb li:first-child a {
  padding-left: 15px;
}
#step-indicator .breadcrumb li:last-of-type a {
  width: calc(75%);
}
#step-indicator .breadcrumb li a:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 49px solid #eff1f5;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
#step-indicator .breadcrumb li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 47px solid #c9d0dc;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}
#footer {
  clear: both;
  background-color: #e8ebf0;
  padding: 30px 0;
  color: #cacfd7;
  text-align: center;
  font-family: Roboto;
  font-size: 14px;
}
#footer ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer ul.menu li {
  list-style: none;
  display: inline-block;
}
#footer ul.menu li a {
  display: block;
  padding: 0 5px;
  color: #ffa304;
  text-decoration: underline;
}
#footer ul.menu li a:hover {
  text-decoration: none;
}
/**** RESPONSIVE QUERIES ****/
@media only screen and (max-width: 1024px) {
  #slider-login .login-wrapper .btn-sign {
    white-space: pre-wrap;
  }
  #slider-login {
    padding-top: 30px;
  }
  .section-item {
    padding-top: 80px;
  }
  #step-indicator .breadcrumb li {
    border-bottom: 2px solid #eff1f5;
  }
  #step-indicator .breadcrumb li:last-of-type a {
    width: calc(70%);
  }
}
@media only screen and (min-width: 769px) {
  #overlay {
    display: none !important;
  }
  #mobile-menu-wrapper {
    left: -280px !important;
  }
  #open-mobile-menu {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #main-menu {
    display: none;
  }
  .slogan {
    text-align: center;
  }
  #home-slider {
    margin-top: 30px;
  }
  #home-slider .slide-item.text h2 {
    color: #3c5276;
  }
  #contact-form {
    margin-top: 20px;
  }
  .partners {
    margin-bottom: 10px;
  }
  .left-menu {
    display: none;
  }
  .left-menu-combo {
    display: block;
  }
  .content-right-column {
    display: none !important;
  }
  #step-indicator .breadcrumb li {
    display: block;
    clear: both;
    width: 100%;
  }
  #step-indicator .breadcrumb li a {
    display: block;
    width: auto;
    padding: 10px;
    text-align: center;
  }
  #step-indicator .breadcrumb li a::after {
    display: none;
  }
  #step-indicator .breadcrumb li a::before {
    display: none;
  }
  .breadcrumb li:last-of-type {
    width: 100%;
  }
  .breadcrumb li:last-of-type a {
    width: 100% !important;
  }
  .modal-body .form-group label {
    text-align: left;
  }
}
@media only screen and (max-width: 400px) {
  #about .sub-title {
    margin-top: 20px;
  }
  .page-title {
    font-size: 16px;
    font-weight: bold;
  }
  #logos {
    text-align: center;
  }
  #logos ul li {
    margin-bottom: 10px;
  }
  .table-modal td .badge {
    white-space: pre-wrap;
  }
  .nav-tabs.portal li.nav-item {
    display: block;
    width: 100%;
  }
}
