/*
  Theme Name: NewBiz
  Theme URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #006AEE;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #006AEE;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #006AEE;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

#header.header-scrolled,
#header.header-pages {
  height: 60px;
  padding: 10px 0;
}

#header .logo img {
  padding: 0;
  margin: 7px 0;
  max-height: 24px;
}
*/
.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
::placeholder {
  font-size: 12px;
  text-align: center;
  opacity: .5;
}

a.nav-link {
  display: block;
  position: relative;
  color: #004289 !important;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

a.nav-link:hover,
a.nav-link.active,
a.nav-link:hover {
  color: #006AEE !important;
  text-decoration: none;
}


.dropdown ul a {
  color: #004289;
}

.dropdown ul a:hover,
.dropdown ul .active > a,
.dropdown ul li:hover > a {
  color: #006AEE;
}

._404{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

.menu-search {
  padding: 0;
  margin:0 0 0 1rem;
  position: relative;
}
.menu-search button{
  position: absolute;
  top:-6px;
  right: 0;
}

.menu-search button,
._404 button {
  color: #ced4da;
  width: 45px;
  background: transparent;
  display: inline-block;
}

.menu-search input,
._404 input{
  border: none;
  border-bottom: 1px solid #ced4da;
}

.btn-wioa {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
  
}

.btn-wioa {
  background: #006AEE;
  border: 2px solid #006AEE;
  color: #fff;
  height: 74px;
  width: 100%;
  border-radius: 0;
}

.btn-wioa:hover {
  background: none;
  border-color: #006AEE;
  color: #006AEE;
}

.btn-wioa:disabled:hover{
  background: #006AEE;
  color: #fff;
}

.btn-wioa:disabled{
  opacity: .3;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #004a99;
  
  padding: 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #003179;
  padding: 60px 0 0 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}

#footer .footer a,
#footer .footer a:link,
#footer .footer a:visited{
  color: #fff;
  text-decoration: underline;
}


#footer .footer a.social-links ,
#footer .footer a.social-links:link,
#footer .footer a.social-links:visited{
  color:  #006AEE;
  text-decoration: none !important;
}

#footer .footer-top .social-links a:hover {
  background: #0067d5;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 1rem;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding-bottom: .6rem;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #006AEE;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .footer {
  padding: 60px 0 30px 0;
}

#footer .footer-bottom {
  padding: 30px 0;

  margin-bottom: 0;
  background: #00428a;
}

#footer .footer-bottom a,
#footer .footer-bottom a:link,
#footer .footer-bottom a:visited{
  color: #fff;
  text-decoration: underline;
}
  

#footer .copyright {
  text-align: center;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
  text-decoration: underline;
}

#footer .credits a:hover {
  color: #f1f7ff;
}

#footer hr{
  margin: 60px 0;
}

#footer a.social-links{
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #006AEE;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #006AEE;
}

#footer a.social-links i.fab{
  color: #006AEE;
}

#footer a.social-links:hover {
  background: #006AEE;
  color: #fff;
}

#footer a.social-links:hover i.fab{
  color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}


.section-item {
  padding: 1rem 0;
}

/*
.section-dark
--------------------------------------------------------------*/

.section-dark.intro {
  width: 100%;
  position: relative;
  background: url("../img/intro-bg.png") center bottom no-repeat;
  background-size: cover;
  padding: 60px 0 0;
  text-shadow: #000 0px 0px 2px;
}

.section-dark.intro .intro-img {
  width: 80%;
  float: none;
  margin: 0 auto 25px auto;
}

.section-dark.intro .intro-info {
  width: 80%;
  float: none;
  margin: auto;
  text-align: center;
}

.section-dark{
  color: #fff;
}

.section-dark .section-dark-img {
  width: 50%;
  float: right;
}

.section-dark .section-info h2 span  {
  color: #74b5fc;
  text-decoration: underline;
}

.section-dark .section-info .btn-get-started,
.section-dark .section-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

.section-dark .section-info .btn-get-started {
  background: #006AEE;
  border: 2px solid #006AEE;
  color: #fff;
}

.section-dark .section-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

.section-dark .section-info .btn-services {
  border: 2px solid #fff;
}

.section-dark .section-info .btn-services:hover {
  background: #006AEE;
  border-color: #006AEE;
  color: #fff;
}

.section-dark .logistics {
    /*text-align: center;*/
    font-size: x-large;
}

.program-logistics{

}

.program-info-buttons{
  padding-top: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .program-info-buttons{
    padding-top: 0;
    text-align: right;
  }

  .program-info-buttons .btn i{
    display: none;
  }

}

@media (min-width: 1200px) {

  .program-info-buttons .btn i{
    display: inline;
  }

}

/*
.section-light Light Blue Inset
--------------------------------------------------------------*/
.section-light {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  background: #ecf5ff;
}

.section-light .section-header {
  margin-bottom: 40px;
}

/*
.section-light Light Blue Inset
--------------------------------------------------------------*/
.section{
  padding: 120px 0;
}

#exam,
.section-sm{
  padding: 60px 0;
}

/*--------------------------------------------------------------
Testimonials
--------------------------------------------------------------*/

.testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

.testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

.testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

.testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

.owl-nav,
.owl-dots {
  margin-top: 5px;
  text-align: center;
}

.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

.owl-dots .owl-dot.active {
  background-color: #006AEE;
}

.manage {
    margin: 60px 0 0;
}

/*--------------------------------------------------------------
.collapsible section content
--------------------------------------------------------------*/

#summary {
  margin-top: 60px;
}


.section-item .collapse:not(.show) {
  height: 100px;
  display: block;
  overflow: hidden;
  
}

.section-item .collapse {
  position: relative;
}

.fade-out {
  /*background-image: linear-gradient(to bottom, transparent, #00469b);*/
  background-image: linear-gradient(to bottom, transparent, #fff);
  position: absolute; 
  top: 0; 
  bottom: 0;
  left: 0; 
  right: 0;
}

.more{
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  height: 20px;
  /*background:#00469b;*/
}

[data-toggle='collapse']{
  cursor: pointer;
}

.fab{
  color: #fff;
}

.tab-content.course-schedule {
  padding-top: 2rem;
}

.nav.nav-tabs.padded a{
  padding-top: 1.3rem;
}

/*--------------------------------------------------------------
form errors
--------------------------------------------------------------*/
.required::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-weight: bold;
  font-style: italic;
}
.required::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: bold;
  font-style: italic;
}
.required:-ms-input-placeholder {
  /* IE 10+ */
  font-weight: bold;
  font-style: italic;
}
.required:-moz-placeholder {
  /* Firefox 18- */
  font-weight: bold;
  font-style: italic;
}
.required {
  font-weight: bold;
}
.required label:after {
  color: #e32;
  content: '*';
  display: inline;
}
.error label,
.error-message {
  clear: both;
  color: #a94442;
  font-weight: normal;
}
.error input,
.error select,
.error textarea {
  border: 1px solid #a94442;
}

[href^="#maps-"].active:link{
  color: #fff !important;
}

.btn-light{
  font-weight: normal; 
  text-shadow: none;
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/

.dropdown-menu {
  border: none;
}

.dropdown-submenu{
  padding: 0 0 1rem;
  margin: 0;
} 

.dropdown-submenu li{
  padding: 0;
  margin: 0;
  list-style-type: none;
  list-style: none;
} 

@media (min-width: 1200px) {

  li.dropdown.open {
    position: static;
  }
  li.dropdown.open .dropdown-menu {
    display:table; 
    width: 100%; 
    text-align: center; 
    left:0; 
    right:0;
    
  }
  .dropdown-menu.medium>li>div,
  .dropdown-menu.wide>li>div {
    display: table-cell;
    padding: 1rem 1rem;
    width: 400px;
    max-width: 33%
  }

  .dropdown-menu.wide {
    width: 1200px;
    position:absolute;
    left: -540px;
    max-width: 100vw;
  }

  .dropdown-menu.wide2 {
    left: -744px;
  }

  .dropdown-submenu li a.dropdown-item{
    white-space: pre-wrap;
    padding-left: 0;
  }

}


@media (min-width: 992px) and (max-width: 1199px) {

  li.dropdown.open {
    position: static;
  }

  li.dropdown.open .dropdown-menu {
    display:table; 
    width: 100%; 
    text-align: center; 
    left:0; 
    right:0;
  }
  
  .dropdown-menu.medium>li>div,
  .dropdown-menu.wide>li>div {
    display: table-cell;
    padding: 1rem 1rem;
    width: 344px;
    max-width: 33%
  }

  .dropdown-menu.wide {
    width: 992px;
    position:absolute;
    left: -296px;
    max-width: 100vw;
  }

  .dropdown-menu.wide2 {
    left: -536px;
  }

  .dropdown-submenu li a.dropdown-item{
    white-space: pre-wrap;
    padding-left: 0;
  }
  
}

@media (max-width: 991px) {
  .dropdown-menu{
    display: inline-block;
  }

  #TrainingToggle,
  #ServiceToggle{
    display: none !important;
  }

  .dropdown-submenu li a.dropdown-item{
    white-space: pre-wrap;
  }

  .dropdown-menu li h5 {
    text-align: left !important;
    padding-bottom: 1rem;
    border-bottom: 1px solid #efefef;
  }
}

.nav-search > input{
  width:calc(100% - 32px);
  border: 1px solid rgb(73, 80, 87);
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.nav-search > button{
  height: 38px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}


/*----ACCESSABILITY------*/
/* @see - https://codepen.io/scottloway/pen/Xjazjw?editors=0110 */
.btn-default {
    color: #fff;
    background-color: #495057;
    border-color: #3d4349;
  }
  .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
    color: #fff;
    background-color: #363c41;
    border-color: #212528;
  }
  .btn-default:active, .btn-default.active, .open .btn-default.dropdown-toggle {
    background-image: none;
  }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
    background-color: #495057;
    border-color: #3d4349;
  }
  
  .btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #165a9e;
    border-color: #104376;
  }
  .btn-primary:active, .btn-primary.active, .open .btn-primary.dropdown-toggle {
    background-image: none;
  }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
    background-color: #1b6ec2;
    border-color: #1861ac;
  }
  
  .btn-warning {
    color: #fff;
    background-color: #b24d04;
    border-color: #994203;
  }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #8a3c03;
    border-color: #5d2802;
  }
  .btn-warning:active, .btn-warning.active, .open .btn-warning.dropdown-toggle {
    background-image: none;
  }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
    background-color: #b24d04;
    border-color: #994203;
  }
  
  .btn-danger {
    color: #fff;
    background-color: #c92a2a;
    border-color: #b42626;
  }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #a72323;
    border-color: #811b1b;
  }
  .btn-danger:active, .btn-danger.active, .open .btn-danger.dropdown-toggle {
    background-image: none;
  }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
    background-color: #c92a2a;
    border-color: #b42626;
  }
  
  .btn-success {
    color: #fff;
    background-color: #396f3a;
    border-color: #305e31;
  }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #2b542c;
    border-color: #1c361c;
  }
  .btn-success:active, .btn-success.active, .open .btn-success.dropdown-toggle {
    background-image: none;
  }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
    background-color: #396f3a;
    border-color: #305e31;
  }
  
  .btn-info {
    color: #fff;
    background-color: #0b7285;
    border-color: #095e6d;
  }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #08525f;
    border-color: #042d35;
  }
  .btn-info:active, .btn-info.active, .open .btn-info.dropdown-toggle {
    background-image: none;
  }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
    background-color: #0b7285;
    border-color: #095e6d;
  }
  
  .btn-link {
    color: #1b6ec2;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
  }
  .btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    box-shadow: none;
  }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
  }
  .btn-link:hover, .btn-link:focus {
    color: #12487f;
    text-decoration: underline;
    background-color: transparent;
  }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #adb5bd;
    text-decoration: none;
  }
  