@charset "UTF-8";
/* NAV */
body.home {
  min-height: 0px !important;
}
body header nav.mainNav {
  top: 64px;
}
body header nav.mainNav ul li a {
  transition: all 0.5s linear;
}
body header .topNavs {
  display: flex;
  align-items: center;
  margin-top: 10px;
  transition: all 0.3s linear;
}
body header .topNavs nav.topNav {
  display: flex;
  align-items: center;
}
body header .topNavs nav.topNav ul {
  display: flex;
  align-items: center;
}
body header .topNavs nav.topNav ul li {
  margin-bottom: 0px;
}
body header .topNavs nav.topNav ul li:first-child a {
  background-color: #2aa947;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 5px 15px;
  transition: all 0.3s linear;
}
body header .topNavs nav.topNav ul li:first-child a:hover {
  color: #e5e5e5;
  background-color: #11943b;
}
body header .container {
  max-width: 90%;
}
@media screen and (max-width: 600px) {
  body header .container .header-content {
    height: 105px;
  }
}
body header .container .header-content #logo {
  top: 35%;
  width: 160px;
  max-width: 60%;
}
@media screen and (max-width: 600px) {
  body header .container .header-content #logo {
    top: 50%;
  }
}
body.scrolled header #logo img {
  width: auto;
  max-height: 60px;
}
body.scrolled .topNavs {
  margin-top: 0px;
}
body.scrolled header nav.mainNav {
  top: 45px;
}
body.scrolled header nav.mainNav ul li a {
  font-size: 14px;
}

/* NAV (end) */
body.page-template-template-home #content {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  body.page-template-template-home #content {
    margin-top: 0px;
  }
}
body.page-template-template-home .header_placeholder {
  display: none !important;
}
body.page-template-template-home .footer_placeholder {
  display: none;
}

.footer_placeholder {
  display: none;
}

.home h2 {
  color: #2C6EA9;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 500;
}
.home__video {
  padding: 0px;
  position: relative;
  width: 100%;
  padding-bottom: 32%;
  overflow: hidden;
}
@media screen and (max-width: 1300px) {
  .home__video {
    padding-bottom: 35%;
  }
}
@media screen and (max-width: 800px) {
  .home__video {
    padding-bottom: 40%;
  }
}
@media screen and (max-width: 600px) {
  .home__video {
    padding-bottom: 0;
    background-color: #333333;
  }
}
.home__video video {
  position: absolute;
  left: 50%;
  top: 0px;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .home__video video {
    max-width: 100%;
    min-height: 0px;
  }
}
@media screen and (max-width: 600px) {
  .home__video video {
    max-width: none;
    max-height: 100%;
    height: 200px;
  }
}
.home__video__content {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5% 5% 0 5%;
  max-width: 960px;
}
@media screen and (max-width: 1300px) {
  .home__video__content {
    max-width: 660px;
  }
}
@media screen and (max-width: 600px) {
  .home__video__content {
    position: relative;
    margin-top: 200px;
    padding: 20px;
    background-color: #666666;
  }
}
.home__video__content h1 {
  font-family: Lato, sans-serif;
  color: #FFF;
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 1300px) {
  .home__video__content h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .home__video__content h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 600px) {
  .home__video__content h1 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.home__video__content a {
  color: #FFF;
  background-color: #2aa947;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 15px;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  transition: all 0.3s linear;
}
@media screen and (max-width: 1300px) {
  .home__video__content a {
    font-size: 16px;
    padding: 10px 17px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 600px) {
  .home__video__content a {
    font-size: 16px;
  }
}
.home__video__content a:hover {
  color: #e5e5e5;
  background-color: #11943b;
}
.home__video__content p {
  color: #FFF;
  font-size: 28px;
  padding: 20px 0px;
}
@media screen and (max-width: 1300px) {
  .home__video__content p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .home__video__content p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .home__video__content p {
    margin: 0px;
    padding: 10px 0;
    font-size: 14px;
  }
}
.home__video__content p .home-industry {
  color: #1BA5DB;
  font-weight: bold;
}
.home__logos {
  position: relative;
  padding: 20px 0px 20px;
}
.home__logos .container {
  width: 90%;
  max-width: 90%;
}
.home__logos .container h2 {
  margin-bottom: 0px !important;
  font-family: Lato, sans-serif;
  text-align: left;
  color: #2C6EA9;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 999px) {
  .home__logos .container h2 {
    text-align: center;
    font-size: 16px !important;
  }
}
@media screen and (max-width: 600px) {
  .home__logos .container h2 {
    max-width: 260px;
    margin: auto;
  }
}
.home__logos .container .logos {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .home__logos .container .logos {
    align-items: center;
  }
}
.home__logos .container .logos div {
  max-height: 110px;
  width: 12.5%;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1600px) {
  .home__logos .container .logos div {
    padding: 10px;
    width: 10%;
  }
}
@media screen and (max-width: 999px) {
  .home__logos .container .logos div {
    width: 50%;
    justify-content: center;
    margin: 20px 0px;
  }
}
@media screen and (max-width: 600px) {
  .home__logos .container .logos div {
    width: 50%;
    margin: 0px;
  }
}
.home__logos .container .logos img {
  max-height: 100px;
}
@media screen and (max-width: 999px) {
  .home__logos .container .logos img {
    max-width: 200px;
    max-height: 60px;
  }
}
.home__videos {
  margin: 50px 0px;
  padding: 20px 0px 30px;
  background-color: #d9effa;
}
@media screen and (max-width: 700px) {
  .home__videos {
    padding: 20px 0px 0px;
  }
}
.home__videos .container {
  margin: auto;
  width: 95%;
  max-width: 1400px;
}
.home__videos .videos {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.home__videos .videos .item {
  width: 30%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin-right: 5%;
}
.home__videos .videos .item:nth-child(3n) {
  margin-right: 0px;
}
.home__videos .videos .item:nth-child(n+4) {
  margin-top: 20px;
}
@media screen and (max-width: 700px) {
  .home__videos .videos .item:nth-child(n+4) {
    margin-top: 0px;
  }
}
@media screen and (max-width: 700px) {
  .home__videos .videos .item {
    margin-right: 0px;
  }
}
@media screen and (max-width: 700px) {
  .home__videos .videos .item {
    width: 100%;
    margin-bottom: 40px;
  }
}
.home__videos .videos .item p {
  margin-bottom: 10px;
  text-align: center;
  color: #333333;
  font-size: 16px;
}
.home__why_traliant {
  padding: 30px 0px 60px;
}
.home__why_traliant .container {
  margin: auto;
  width: 95%;
  max-width: 1660px;
}
.home__why_traliant__2-col {
  background-color: #f3f3f5;
  display: flex;
  position: relative;
}
@media screen and (max-width: 800px) {
  .home__why_traliant__2-col {
    flex-wrap: wrap;
  }
}
.home__why_traliant__2-col .img {
  width: 40%;
  position: relative;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 1300px) {
  .home__why_traliant__2-col .img {
    width: 50%;
    padding-bottom: 55%;
  }
}
@media screen and (max-width: 800px) {
  .home__why_traliant__2-col .img {
    width: 100%;
  }
}
.home__why_traliant__2-col .copy {
  width: 60%;
  padding: 40px;
}
.home__why_traliant__2-col .copy-100 {
  width: 100% !important;
}
@media screen and (max-width: 1300px) {
  .home__why_traliant__2-col .copy {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .home__why_traliant__2-col .copy {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 800px) {
  .home__why_traliant__2-col .copy {
    width: 100%;
  }
}
.home__why_traliant__2-col .copy h3 {
  color: #1BA5DB;
  margin-bottom: 0px;
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
}
.home__why_traliant__2-col .copy h3 + p {
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  .home__why_traliant__2-col .copy h3 {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .home__why_traliant__2-col .copy p {
    font-size: 14px;
  }
}
.home__why_traliant__logos .container {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  padding: 40px 0px;
  max-width: 1220px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.home__why_traliant__logos .container:before, .home__why_traliant__logos .container:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .home__why_traliant__logos .container {
    flex-wrap: wrap;
  }
}
.home__why_traliant__logos .container .label {
  color: #1BA5DB;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  .home__why_traliant__logos .container .label {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .home__why_traliant__logos .container .label {
    margin-bottom: 10px;
  }
}
.home__why_traliant__logos .container img {
  margin: auto 2%;
  width: auto;
  height: auto;
  max-width: 11%;
}
.home__why_traliant__logos .container img.img_12 {
  width: 12%;
}
@media screen and (max-width: 700px) {
  .home__why_traliant__logos .container img.img_12 {
    width: 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .home__why_traliant__logos .container img.img_12 {
    width: 45%;
    max-width: 45%;
  }
}
.home__why_traliant__logos .container img.img_18 {
  width: 18%;
  max-width: 18%;
}
@media screen and (max-width: 700px) {
  .home__why_traliant__logos .container img.img_18 {
    width: 35%;
    max-width: 35%;
  }
}
@media screen and (max-width: 600px) {
  .home__why_traliant__logos .container img.img_18 {
    width: 45%;
    max-width: 45%;
  }
}
@media screen and (max-width: 700px) {
  .home__why_traliant__logos .container img {
    width: 35%;
    max-width: 35%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .home__why_traliant__logos .container img {
    width: 45%;
    margin: 10px 0;
  }
}
.home__why_traliant__testimonials {
  position: relative;
}
.home__why_traliant__testimonials .swiper-container {
  width: 95%;
  padding: 0px;
  max-width: 1200px;
  margin: auto;
}
.home__why_traliant__testimonials .swiper-slide {
  height: auto;
}
.home__why_traliant__testimonials .swiper-button-next, .home__why_traliant__testimonials .swiper-button-prev {
  color: #1BA5DB;
  outline: none;
}
@media screen and (max-width: 600px) {
  .home__why_traliant__testimonials .swiper-button-next, .home__why_traliant__testimonials .swiper-button-prev {
    display: none;
  }
}
.home__why_traliant__testimonials .swiper-button-prev {
  left: -10px;
}
.home__why_traliant__testimonials .swiper-button-next {
  right: -10px;
}
.home__why_traliant__testimonials .swiper-pagination {
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
.home__why_traliant__testimonials .swiper-pagination-bullet {
  margin: 0px 4px;
  outline: none;
}
.home__why_traliant__testimonials .container {
  margin: auto;
  width: 95%;
  max-width: 1660px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home__why_traliant__testimonials .testimonial {
  width: 95%;
  margin: 0px auto;
  height: 100%;
  position: relative;
  border: 2px solid #f3f3f5;
  background-color: #f3f3f5;
  display: flex;
}
@media screen and (max-width: 600px) {
  .home__why_traliant__testimonials .testimonial {
    flex-wrap: wrap;
    width: 100%;
  }
}
.home__why_traliant__testimonials .testimonial .img {
  background-color: #FFF;
  text-align: center;
  width: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__why_traliant__testimonials .testimonial .img img {
  max-width: 80%;
}
@media screen and (max-width: 600px) {
  .home__why_traliant__testimonials .testimonial .img {
    width: 100%;
  }
}
.home__why_traliant__testimonials .testimonial .copy {
  padding: 20px;
  width: 65%;
}
@media screen and (max-width: 600px) {
  .home__why_traliant__testimonials .testimonial .copy {
    width: 100%;
  }
}
.home__why_traliant__testimonials .testimonial .copy strong {
  display: block;
  color: #1BA5DB;
  font-size: 16px;
  font-style: normal;
}
.home__why_traliant__testimonials .testimonial .copy p {
  font-size: 14px;
  font-style: italic;
  margin: 0px 0px 10px;
}
.home__why_traliant__testimonials .testimonial .copy p:last-child {
  margin-bottom: 0px;
}
.home__banner {
  position: relative;
  padding: 10px;
  display: block;
  background-color: #e0f4fb;
}
@media screen and (max-width: 600px) {
  .home__banner {
    padding: 30px 10px;
  }
}
.home__banner .container {
  width: 90%;
  padding-left: 5%;
  display: flex;
  align-items: center;
  margin: 0px auto;
  max-width: 1160px;
}
@media screen and (max-width: 600px) {
  .home__banner .container {
    display: block;
    text-align: center;
  }
}
.home__banner .container img {
  width: auto;
  height: auto;
  max-width: 180px;
}
.home__banner .container .banner-content {
  padding: 20px 0px 20px 5%;
  font-size: 26px;
}
.home__banner .container .banner-content-100 {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
}
@media screen and (max-width: 600px) {
  .home__banner .container .banner-content {
    padding: 20px 0px;
    font-size: 26px;
  }
}
.home__banner .container .banner-content p {
  margin-bottom: 0px;
}
.home__courses {
  padding: 60px 0px;
}
@media screen and (max-width: 999px) {
  .home__courses {
    padding: 60px 0px;
  }
}
.home__courses .container {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.home__courses .container .col-2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home__courses .container .col-2 .img {
  width: 40%;
}
@media screen and (max-width: 999px) {
  .home__courses .container .col-2 .img {
    width: 100%;
    text-align: center;
  }
}
.home__courses .container .col-2 .img img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.home__courses .container .col-2 .copy {
  width: 52%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home__courses .container .col-2 .copy-60 {
  width: 60%;
  padding-left: 10%;
  margin: auto;
}
@media screen and (max-width: 999px) {
  .home__courses .container .col-2 .copy-60 {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .home__courses .container .col-2 .copy {
    width: 100%;
    display: block;
  }
}
.home__courses .container .col-2 .copy h3 {
  font-size: 18px;
  color: #1BA5DB;
  margin: 0px;
}
.home__courses .container .col-2 .copy p {
  margin: 10px 0px 20px;
}
.home__courses .container .col-2 .copy a.btn {
  background-color: #2aa947;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 5px;
  padding: 0px 40px;
  transition: all 0.5s linear;
  font-size: 14px;
}
.home__courses .container .col-2 .copy a.btn:hover {
  color: #11943b;
}
.home__courses .container .col-2 .copy .course {
  width: 80%;
  margin: 20px 0px;
}
@media screen and (max-width: 999px) {
  .home__courses .container .col-2 .copy .course {
    width: 75%;
    margin: 40px auto;
  }
}
.home__form {
  padding-bottom: 100px;
}
.home__form .container {
  margin: auto;
  width: 95%;
  max-width: 1200px;
  padding: 30px 60px;
  border: 1px solid #ECEDED;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.1);
  /*
              $hero-break:1300px;
  $landscape:1024px;
  $mobile-nav:999px;
  $video:800px;
  $portrait:768px;
  $small:700px;
  $mobile:600px;
  */
}
.home__form .container h2 {
  margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .home__form .container h2 {
    font-size: 17px !important;
  }
}
.home__form .container .form {
  margin: 0px auto;
  max-width: 1200px;
}
.home__form .container .form input[type=text], .home__form .container .form input[type=email] {
  margin-top: 20px;
  width: 100%;
  padding: 6px 14px;
  font-size: 18px;
  font-weight: 300;
  color: #969696;
  border: 1px solid #969696;
  border-radius: 10px;
  background: #FFF;
  font-family: Lato, sans-serif;
}
@media screen and (max-width: 600px) {
  .home__form .container .form input[type=text], .home__form .container .form input[type=email] {
    font-size: 24px;
    padding: 9px 25px;
  }
}
.home__form .container .form input[type=submit] {
  padding: 0px 40px;
  margin-top: 30px;
  text-transform: uppercase;
  background-color: #2aa947;
  font-size: 14px;
}
.home__form .container .form input[type=submit]:hover {
  background-color: #11943b;
}
.home__form .container .form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 640px;
  margin: auto;
}
.home__form .container .form-fields .form-field-25 {
  width: 24%;
}
@media screen and (max-width: 800px) {
  .home__form .container .form-fields .form-field-25 {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .home__form .container .form-fields .form-field-25 {
    width: 100%;
  }
}
.home__form .container .form-fields .form-field-50 {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .home__form .container .form-fields .form-field-50 {
    width: 100%;
  }
}
.home__form .container .form-fields .form-field-100 {
  width: 100%;
  text-align: center;
}

.footer1.footer-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .footer1.footer-main {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 768px) {
  .footer1.footer-main {
    width: 100%;
    max-width: 500px;
    margin: 40px auto;
  }
}
.footer1.footer-main .deloitte-seal {
  width: auto;
  height: auto;
  max-height: 120px;
  width: 75%;
}
.footer1.footer-main .inc5000 {
  width: 75%;
}
.footer1.footer-main .footer-1-logo {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .footer1.footer-main .footer-1-logo {
    text-align: center;
  }
}
.footer1.footer-main .footer-1-logo .textwidget p img.alignleft {
  display: block;
  margin: 0px;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .footer1.footer-main .footer-1-logo .textwidget p img.alignleft {
    margin: auto;
  }
}

footer.sticked {
  position: relative;
}

/* NEW NAV -- mobile */
@media screen and (max-width: 999px) {
  header {
    height: 106px;
  }

  .headerNavs {
    left: 0px;
    width: 100%;
  }

  header nav.mainNav ul.primary-menu li {
    display: block;
    float: none;
  }
  header nav.mainNav ul.primary-menu li.with-submenu > a:after {
    position: absolute;
    right: 20px;
    top: 22px;
    font-size: 22px;
    line-height: 0px;
    content: "▴";
    transform: rotate(180deg);
    font-weight: normal;
    transition: all 0.2s linear;
  }
  header nav.mainNav ul.primary-menu li.with-submenu > a.open:after {
    transform: rotate(0deg);
    top: 18px;
  }
  header nav.mainNav ul.primary-menu li.with-submenu > a.open + ul {
    height: auto;
  }
  header nav.mainNav ul.primary-menu li.with-submenu ul li.with-submenu ul.sub-menu li a {
    padding: 7px 50px;
  }
  header nav.mainNav ul.primary-menu li a {
    display: block;
    line-height: 26px;
    padding: 7px 30px;
    margin: 0;
    border-bottom: 1px solid #fff;
    color: #fff;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }
  header nav.mainNav ul.primary-menu li a:hover {
    color: #FFF;
  }
  header nav.mainNav ul.primary-menu ul.sub-menu {
    top: 0px;
    left: 0px;
    transform: none;
    display: block;
    position: relative;
    height: 0px;
    overflow: hidden;
    transition: all;
    transition-timing-function: linear;
  }

  body header .topNavs {
    margin-top: 0px;
    display: block;
  }
  body header .topNavs nav.topNav ul {
    display: block;
  }
  body header .topNavs nav.topNav ul li {
    display: block;
    float: none;
  }
  body header .topNavs nav.topNav ul li a {
    transition: all 0.5s linear;
  }
  body header .topNavs nav.topNav ul li a:hover {
    color: #FFF;
    background: #539DE2;
    font-weight: bold;
  }
}

/*# sourceMappingURL=home.css.map */
