
/* ===== General Style ===== */
body {
  font-size: 1em;
  overflow-x: hidden;
  font-family: 'Quicksand', sans-serif !important;
}

del {
  padding:0; margin:0;
  position: relative;
  text-decoration:none;
  display: inline;
  left: 0;
  top: 0.8em;
  border-top: 3px double;
}

del > span.del {
  padding:0; margin:0;
  position: relative;
  top: -0.8em;
  left: 0;
  width:100%;
  /*color: black;*/
}

.nav-item-hover:hover {
  background-color: transparent !important;
  color: #1F7FC6 !important;
}

.nav-item-hover-no-bg:hover {
  background-color: transparent !important;
}

.nav-item-sign-in-hover:hover {
  background-color: #1F7FC6 !important;
}


.micro-right-menu {display:none !important;}

@media all and (max-width: 661px) {
  .micro-right-menu {display:inherit !important;}
  .main-right-menu {display:none !important;}
  .main-logo {width: 70%}
}

.main-logo {
  max-height: 50px !important;
}

.typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite; 
  color: #fff;
  background-color: #fff;
  margin-left: 10px;
  position: relative;
  display: inline;
}

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.grid-item { width: 200px; }
.grid-item--width2 { width: 400px; }

.breadcrumb-bg {
  background-color: transparent !important;
  padding-left: 0px !important;
}

/*.primary-color-bg {*/
  /*background-color: #3c4994 !important;*/
/*}*/

/*.primary-color {*/
  /*color: #344c92 !important;*/
/*}*/

.text-grey {
  color: #808080 !important;
}

.margin-tb {
  margin-top: 30px;
  margin-bottom: 30px;
}

.letter-spacing {
  letter-spacing: 1px;
}

.quicksand-font {
  font-family: 'Quicksand', sans-serif !important;
}

.text-shadow {
  text-shadow: 0px 3px 3px rgba(0,0,0,0.2), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.tagline-color {
  color: #0080e0 !important;
}

.transparent-bg-color {
    background-color: transparent !important;
}

.box-shadow-class {
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
}

.font-weight-300 {
  font-weight: 300 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.grey {
  color: #777;
}

.white {
  color: #fff !important;
}
/* ===== Image Background ===== */

.image-bg {
  background: url('../../images/corporate/bg-vigi.jpg') center center no-repeat fixed;
  background-size: cover;
  height: 400px;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.image-bg-overlay {
  width: 100%;
  height: 400px;
  background: rgba(0,0,0,0.4);
}

.image-bg--course-group {
  background: url('../../images/corporate/data-course-group-bg.jpg') center center no-repeat fixed;
  background-size: cover;
  height: 300px;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.image-bg-overlay--course-group {
  width: 100%;
  height: 300px;
  background: rgba(0,0,0,0.4);
}

.image-bg--course {
  background: url('../../images/corporate/data-course-bg.jpg') center center no-repeat fixed;
  background-size: cover;
  height: 300px;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.image-bg--cart {
  background: url('../../images/corporate/data-cart-bg.jpg') center center no-repeat fixed;
  background-size: cover;
  height: 300px;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.image-bg-overlay--course {
  width: 100%;
  height: 300px;
  background: rgba(0,0,0,0.4);
}

.image-bg--courses {
  background: url('../../images/corporate/courses-bg.jpg') center center no-repeat fixed;
  background-size: cover;
  height: 300px;
  padding: 0px !important;
  margin-bottom: 0px !important;
}

.image-bg-overlay--courses {
  width: 100%;
  height: 300px;
  background: rgba(0,0,0,0.4);
}

.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Aligner-item {
  flex: 1;
}

.main-body {
  margin-top: 70px;
  margin-bottom: 50px;
}

.footer.segment {
  padding: 5em 0em;
}

footer {
  margin-bottom: -20px;
}