<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Georgia";
  src: local("Georgia");
  font-weight: normal !important;
}
@font-face {
  font-family: "Bower";
  src: local("Bower Bold"),
    url("https://www.detroitlearning.com/assets/fonts/Bower-Bold/Bower-Bold.woff") format("woff2"),
    url("https://www.detroitlearning.com/assets/fonts/Bower-Bold/Bower-Bold.woff") format("woff");
  font-display: block;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Deep Sans";
  src: local("Deep Sans TT Regular"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Regular/DeepSans-Regular.woff") format("woff2"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Regular/DeepSans-Regular.woff") format("woff");
  font-display: block;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
}
@font-face {
  font-family: "Deep Sans";
  src: local("Deep Sans TT Italic"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Italic/DeepSans-Italic.woff") format("woff2"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Italic/DeepSans-Italic.woff") format("woff");
  font-display: block;
  font-weight: 400;
  font-stretch: normal;
  font-style: italic;
}
@font-face {
  font-family: "Deep Sans";
  src: local("Deep Sans TT Medium"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Medium/DeepSans-Medium.woff") format("woff2"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Medium/DeepSans-Medium.woff") format("woff");
  font-display: block;
  font-weight: 500;
  font-stretch: normal;
  font-style: fallback;
}
@font-face {
  font-family: "Deep Sans";
  src: local("Deep Sans TT Medium Italic"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Medium-Italic/DeepSans-MediumItalic.woff")
      format("woff2"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Medium-Italic/DeepSans-MediumItalic.woff")
      format("woff");
  font-display: block;
  font-weight: 500;
  font-stretch: normal;
  font-style: italic;
}
@font-face {
  font-family: "Deep Sans";
  src: local("Deep Sans TT Light"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Light/DeepSans-Light.woff") format("woff2"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Light/DeepSans-Light.woff") format("woff");
  font-display: block;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
}
@font-face {
  font-family: "Deep Sans";
  src: local("Deep Sans TT Light Italic"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Light-Italic/DeepSans-LightItalic.woff")
      format("woff2"),
    url("https://www.detroitlearning.com/assets/fonts/DeepSans/Light-Italic/DeepSans-LightItalic.woff")
      format("woff");
  font-display: block;
  font-weight: 300;
  font-stretch: normal;
  font-style: italic;
}
.form-img {
  height: 290px;
  width: 600px;
}
.new {
  font-style: italic;
  font-size: 18px;
}
.address {
  margin-top: 40px;
}
.address li {
  position: relative;
  padding: 0px 0px 0px 50px;
  border: 0px solid #e6e6e6;
  font-size: 1.4vw;
  margin-bottom: 15px;
  line-height: 1.5;
}
.address li i {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  font-size: 30px;
}
.entry-header .detail-img1 {
  text-align: center;
}
.table-div{
    width:100%;
    padding:15px 0px;
}
@media (min-width: 576px) {
  .border-sm-top {
    border-top: 1px solid !important;
  }
  .border-sm-right {
    border-right: 1px solid !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid !important;
  }
  .border-sm-left {
    border-left: 1px solid !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .border-sm-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .border-sm {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .border-sm-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md-top {
    border-top: 1px solid !important;
  }
  .border-md-right {
    border-right: 1px solid !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid !important;
  }
  .border-md-left {
    border-left: 1px solid !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .border-md-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .border-md {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .border-md-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  footer ul .footer-group li a{
      font-size:4vw;
  }
}
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid !important;
  }
  .border-lg-right {
    border-right: 1px solid !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid !important;
  }
  .border-lg-left {
    border-left: 1px solid !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .border-lg-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .border-lg {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .border-lg-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top {
    border-top: 1px solid !important;
  }
  .border-xl-right {
    border-right: 1px solid !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid !important;
  }
  .border-xl-left {
    border-left: 1px solid !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-x {
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .border-xl-y {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  .border-xl {
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
    border-left: 1px solid !important;
    border-right: 1px solid !important;
  }
  .border-xl-0 {
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
  }
}
@media (min-width: 576px) {
  .position-static {
    position: static !important;
  }
  .position-relative {
    position: relative !important;
  }
  .position-absolute {
    position: absolute !important;
  }
  .position-fixed {
    position: fixed !important;
  }
  .position-sticky {
    position: sticky !important;
  }
}
@media (min-width: 768px) {
  .position-md-static {
    position: static !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
  .position-md-sticky {
    position: sticky !important;
  }
}
@media (min-width: 992px) {
  .position-lg-static {
    position: static !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
  .position-lg-sticky {
    position: sticky !important;
  }
}
@media (min-width: 1200px) {
  .position-xl-static {
    position: static !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
  .position-xl-sticky {
    position: sticky !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #000;
}
.headline {
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-family: Bower, Georgia, Times New Roman, serif;
  font-weight: normal;
}
.headline2 {
  font-size: 2.5vw;
  line-height: 3vw;
  font-family: Bower, Georgia, Times New Roman, serif;
  font-weight: normal;
}
.description,
.text-xxl p {
  font-size: 1.3vw;
  line-height: 1.75vw;
}
@media (max-width: 768px) {
  .headline {
    font-size: 1.75rem;
    line-height: 2.25rem;
    font-family: Bower, Georgia, Times New Roman, serif;
    font-weight: 500;
  }
}
@media (min-width: 900px) {
  section.banner-container {
    height: calc(100vh - 97px);
  }
  .banner-img {
    background-image: url(https://www.detroitlearning.com/assets/images/Albert-Hall.jpg);
    height: 89vh;
    width: 48%;
    right: 0;
    margin-top: -9px;
    position: absolute;
    background-size: cover;
  }
}
.elementor-image-box-img {
  width: 25%;
  margin: 0 auto 15px;
}
.elementor-image-box-img img {
  max-width: 100%;
}
.elementor-colum {
  width: 105px;
  margin: 1% 2.3% 3% 0%;
  align-items: center;
  background: #dedacf;
  justify-content: center;
  display: flex;
  position: relative;
  background-size: contain;
  height: 105px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.elementor-colum:nth-child(8n) {
  margin-right: 0;
}
.elementor-colum:nth-child(8):before {
  border-bottom: 1px solid;
  top: 100%;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.elementor-colum:nth-child(8):after {
  border: solid #dedacf;
  top: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
  width: 0;
  border-width: 0 0 0 2px;
}
.elementor-colum:nth-child(16):before {
  content: none;
}
.elementor-colum:nth-child(16):before {
  border-bottom: 1px solid;
  top: 100%;
  width: 0;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.elementor-colum:before {
  content: "";
  position: absolute;
  left: 100%;
  border: 1px solid #dedacf;
  width: 100%;
}
.elementor-colum .group {
  padding: 0 15px;
  text-align: center;
}
.elementor-colum img {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
img.proimg {
  width: 45px;
}
.elementor-colum p {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  word-break: break-all;
  color: #3e3e3e;
  line-height: 16px;
  width: 100%;
  font-size: 10px;
  text-align: center;
  padding-top: 5px;
}
.approach-container {
  background: url(https://www.detroitlearning.com/assets/images/bg-234.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 69px 0px 74px 0px;
  position: relative;
}
.elementor-background-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.46);
  opacity: 0.8;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
@media (max-width: 768px) {
  .banner-img {
    background-image: url(https://www.detroitlearning.com/assets/images/Albert-Hall.jpg);
    height: 520px;
    width: 100%;
    right: 0;
    position: relative;
    background-repeat: no-repeat;
  }
  .elementor-colum:before,
  .elementor-colum:nth-child(3n)::before,
  .elementor-colum:nth-child(4n)::before,
  .elementor-colum:nth-child(8):after {
    content: "";
    position: absolute;
    left: 100%;
    border: 1px solid #dedacf;
    width: 0;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
  }
  .elementor-colum {
    margin: 1% 3.3% 4%;
    width: 140px;
    height: 140px;
  }
  .elementor-colum,
  .elementor-colum:nth-child(8n),
  .elementor-colum:nth-child(8n) {
    margin: 30px auto;
    width: 200px;
    height: 200px;
  }
  .elementor-colum:last-child::before {
    border: 0;
    height: 0;
  }
  img.proimg {
    width: 100px;
  }
  .elementor-colum p {
    line-height: 20px;
    font-size: 17px;
    padding-top: 15px;
  }
}
img.swiper-slide-image {
  height: auto;
  max-width: 100%;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.elementor-element-populated {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 8px 8px 8px 8px;
  padding: 30px 30px 30px 30px;
  background-color: rgba(255, 255, 255, 0.82);
}
.elementor-element-populated:hover {
  background-color: #fff;
}
.testimonial-container {
  background: url(https://www.detroitlearning.com/assets/images/testimonial-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 0px 0px 0px;
  position: relative;
}
.sectorwise-container {
  background: url(https://www.detroitlearning.com/assets/images/sectorwise-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 30px 0px 0px 0px;
  position: relative;
  margin-left: 0px !important;
}
@media (max-width: 767px) {
  .testimonial-container {
    background: url(https://www.detroitlearning.com/assets/images/testimonial-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
      box-shadow 0.3s;
    padding: 30px 0px 0px 0px;
    position: relative;
    width: 100% !important;
  }
  .sectorwise-container {
    background: url(https://www.detroitlearning.com/assets/images/sectorwise-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s,
      box-shadow 0.3s;
    padding: 30px 0px 0px 0px;
    position: relative;
    width: 100% !important;
  }
  #sectorwise {
    width: 100% !important;
  }
}
.testimonial_slider .item {
  padding: 0px 0px;
  border-radius: 15px;
}
.testimonial_slider .item .profile {
  display: flex;
  justify-content: center;
}
.testimonial_slider .item .profile img {
  border-radius: 100%;
  width: 195px;
  height: 195px;
  object-fit: cover;
}
.testimonial_slider .item .profile .information {
  padding-left: 20px;
  margin-bottom: 15px;
  text-align: center;
}
.testimonial_slider .item .profile .information .stars i {
  color: #ffd832;
}
.testimonial_slider .item .profile .information p {
  margin: 0px auto 0px;
  color: #fff;
}
.testimonial_slider .item .profile .information span {
  color: #ffd832;
  margin-top: -4px;
  line-height: 1.6em;
  font-size: 18px;
}
.testimonial_slider .item .profile .information .quote {
  display: block;
  z-index: 2;
  font-style: italic;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 20px;
}
.testimonial_slider .item .icon {
  text-align: center;
}
.testimonial_slider .item .icon i {
  font-size: 32px;
  color: #ffd832;
}
.testimonial_slider .item .profile .information .quote:before {
  content: "";
  top: 30px;
  left: 20px;
  color: #37ca8a;
  font-size: 100px;
  position: absolute;
}
.testimonial_slider .item .profile .information .quote:after {
  content: "";
  bottom: -23px;
  right: 20px;
  color: #37ca8a;
  font-size: 100px;
  position: absolute;
}
@media (max-width: 767px) {
  .testimonial_slider .item .profile {
    display: flex;
    padding-left: 0;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .testimonial_slider .item .profile img {
    margin: 0 auto;
  }
  .testimonial_slider .item .profile .information .quote {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.6em;
    display: block;
    z-index: 2;
    font-style: italic;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 7px 2px;
  }
  .testimonial_slider .item .profile .information .quote:before {
    content: "";
    top: 27px;
    left: -48px;
    color: #37ca8a;
    font-size: 60px;
    position: absolute;
  }
  .testimonial_slider .item .profile .information {
    padding-left: 0;
  }
  .testimonial_slider .item .profile .information .quote:after {
    content: "";
    bottom: -23px;
    right: -15px;
    color: #37ca8a;
    font-size: 60px;
    position: absolute;
  }
  .testimonial_slider .item {
    padding: 0px 0px;
    border-radius: 15px;
  }
}
.Participants .owl-stage {
  padding-left: 0px !important;
  display: flex;
  align-items: center;
}
.Participants.owl-carousel .owl-item img {
  display: block;
  width: auto;
}
:root {
  --fontFamily: "Nunito", sans-serif;
  --mainColor: #fe4a55;
  --optionalColor: #606060;
  --whiteColor: #333;
  --blackColor: #fff;
  --mainColor2: #6ba292;
  --fontSize: 16px;
  --transition: 0.5s;
}
.footer-area {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 3rem;
  border-top: 1px solid #000;
}
.copyright {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #b3b3b3;
  margin-top: 1.5rem;
}
.single-footer-widget {
  margin-bottom: 0px;
}
.single-footer-widget h3 {
  margin-bottom: 20px;
  position: relative;
  color: var(--whiteColor);
  font-size: 24px;
}
.single-footer-widget p {
  color: #333;
}
.single-footer-widget .footer-links-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.single-footer-widget .footer-links-list li {
  margin-bottom: 12px;
  color: #333;
}
.single-footer-widget .footer-links-list li a {
  color: #333;
  display: inline-block;
}
.single-footer-widget .footer-links-list li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .social-link {
  padding-left: 0 !important;
  list-style-type: none;
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 3px;
}
.single-footer-widget .social-link li::before {
  display: none;
}
.single-footer-widget .social-link li:last-child {
  margin-right: 0;
}
.single-footer-widget .social-link li a {
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #1e1d2f;
  font-size: 18px;
  position: relative;
  border-radius: 2px;
}
.single-footer-widget .social-link li a i {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-48%);
  transform: translateY(-48%);
}
.single-footer-widget .social-link li a:hover {
  color: #2251ff !important;
}
.single-footer-widget .footer-contact-info {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  list-style-type: none !important;
}
.single-footer-widget .footer-contact-info li {
  margin-bottom: 13px;
  color: #333;
  position: relative;
  padding-left: 22px;
}
.single-footer-widget .footer-contact-info li::before {
  display: none;
}
.single-footer-widget .footer-contact-info li a {
  color: #333;
  display: inline-block;
}
.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .footer-contact-info li i {
  position: absolute;
  left: 0;
  top: 6px;
}
.single-footer-widget .footer-contact-info li i.bxs-inbox {
  top: 5px;
}
.single-footer-widget .nice-select ul li.option {
  color: #0c0c0c !important;
}
.footer-bottom-area {
  margin-top: 70px;
  border-top: 2px solid #181726;
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-bottom-area p {
  color: #333;
}
.footer-bottom-area p i {
  position: relative;
  top: 1.3px;
}
.footer-bottom-area p a {
  font-weight: 600;
}
.footer-bottom-area p a:hover {
  color: var(--whiteColor);
}
.footer-bottom-area ul {
  text-align: right;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.footer-bottom-area ul li {
  color: #333;
  position: relative;
  display: inline-block;
  margin-right: 20px;
}
.footer-bottom-area ul li:last-child {
  margin-right: 0;
}
.footer-bottom-area ul li:last-child::before {
  display: none;
}
.footer-bottom-area ul li::before {
  content: "";
  position: absolute;
  right: -12px;
  top: 5.5px;
  width: 1px;
  height: 14px;
  background-color: #333;
}
.footer-bottom-area ul li a {
  display: block;
  color: #333;
  text-transform: capitalize;
}
.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 100%;
  z-index: -1;
}
.lines .line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 66.66%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.lines .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(255, 255, 255, 0)),
    color-stop(75%, var(--whiteColor)),
    to(var(--whiteColor))
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    var(--whiteColor) 75%,
    var(--whiteColor) 100%
  );
  -webkit-animation: run 7s 0s infinite;
  animation: run 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.lines .line:nth-child(1) {
  margin-left: -66.66%;
}
.lines .line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.lines .line:nth-child(2) {
  margin-left: -33.33%;
}
.lines .line:nth-child(2)::after {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.lines .line:nth-child(3) {
  margin-left: 0%;
}
.lines .line:nth-child(3)::after {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.lines .line:nth-child(4) {
  margin-left: 32.33%;
}
.lines .line:nth-child(4)::after {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
@-webkit-keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
@keyframes run {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}
footer {
  background: #fff;
  position: relative;
  color: #000;
}
footer a {
  color: #000;
}
footer a:hover {
  color: #ff5274;
}
ul.footer-group {
  padding: 0;
  list-style: none;
}
footer ul.footer-group li {
}
footer ul.footer-group li a {
  font-size: 1vw;
  text-transform: uppercase;
}
footer ul.footer-group li a:hover {
  color: #00a8ff;
}
footer ul.footer-group li {
  margin-right: 30px;
}
footer ul.footer-group li:last-child {
  margin-right: 0;
}
footer .social-share {
  position: absolute;
  right: 0;
  width: 40%;
  padding: 23px 0 0 70px;
}
footer .social-share p {
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
footer .social-share a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 3px;
  font-size: 22px;
  display: block;
  float: left;
  text-align: center;
  margin-right: 20px;
  color: #d1dcf7;
}
footer .social-share a:hover {
  color: #00a8ff;
}
footer .footer-links {
  margin: 0px 0 20px 0;
}
@media screen and (max-width: 991px) {
  footer .social-share {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  footer ul.footer-group {
    border-top: none;
  }
  footer ul.footer-group li a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 20px 0;
    display: block;
    border-bottom: dashed 1px #3e537d;
  }
  footer ul.footer-group li {
    display: inline-block;
    margin-right: 25px;
  }
  footer .footer-links {
    margin: 50px 0 50px 0;
  }
}
.section-header {
  font-weight: 500;
  font-size: 1.2vw;
  line-height: 1.5vw;
  letter-spacing: 0.075em;
  color: #000;
  text-transform: uppercase;
  padding-top: 1.5rem;
}
.border-center {
  border: 1px solid;
  border-width: 0 1px 0 1px;
}
.sub-headline {
  font-weight: 300;
}
.sub-headline.fontsmall {
  font-size: 1.45vw;
}
.description-xs {
  font-size: 1.2vw;
  line-height: 1.5vw;
}
.color-blue {
  color: #2251ff;
}
.consultancy-right {
  min-height: 30vh;
  max-height: 30vh;
}
.blog-right {
  min-height: 107px;
  max-height: 107px;
}
@media screen and (max-width: 640px) {
  .border-center {
    border: 1px solid;
    border-width: 1px 0;
  }
  .consultancy-right {
    min-height: unset;
    max-height: unset;
  }
}
.consultancy-left {
  max-width: 83.333%;
  margin-left: 16.6%;
  padding-left: 0.5rem;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .featured-box {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
    margin-bottom: 15px;
  }
  .consultancy-left {
    max-width: 100%;
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.blog-left {
  background-color: #00e8cc;
  padding: 10px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}
.banner-text {
  max-width: 83.333%;
  margin-left: 16.6%;
  padding-left: 0.5rem;
  padding-right: 30px;
}
.featured-box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
}
.eyebrow {
  display: block;
  padding-bottom: 3px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
form.contact-info-container * {
  font-size: 1.2vw;
  line-height: 1.5vw;
  border-radius: 0;
}
@media (min-width: 992px) {
  .mx-md-n4 {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important;
  }
}
.cfgh2385 {
  box-sizing: border-box;
  background-color: #ffffff;
  padding: 20px !important;
  border: 1px solid #dde6ed;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgb(0 0 0 / 15%);
}
.form-check-input[type="checkbox"] {
  border-radius: 0;
}
.consultancy-right * {
  line-height: 1.5vw;
  font-size: 1.2vw;
}
.cfgh2385 .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
  min-width: 150px;
}
.requirements:after {
  content: "";
  min-width: 100px;
  height: 25px;
  border-top: 2px solid #000;
  position: absolute;
  left: 0;
  bottom: -37px;
}
.bannerbg {
  margin-top: -97px;
  position: relative;
  z-index: -1;
  height: 100vh;
}
@media (max-width: 768px) {
  .bannerbg {
    margin-top: -97px;
    position: absolute;
    z-index: -1;
    height: 100vh;
  }
}
@media (min-width: 900px) {
  .main-menu.style2 &gt; ul &gt; li &gt; a {
    color: #fff;
  }
  .main-menu.style2
    &gt; ul
    &gt; li
    &gt; a
    .submenu-indicator
    .submenu-indicator-chevron {
    border-color: transparent #ffffff #ffffff transparent;
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  header.bg-transparent .burger-icon &gt; span::before,
  header.bg-transparent .burger-icon &gt; span::after {
    background-color: #fff;
  }
}
#sectorwise .accordion {
  padding: 0px;
  margin-bottom: 0rem;
  list-style: none;
  color: #fff;
}
.accordion {
  padding: 0px;
  margin-bottom: 0rem;
  list-style: none;
}
.accordion li {
  margin: 0px 0px;
  list-style: none;
}
.accordion &gt; li {
  margin: 0px 0px;
  list-style: none;
  border: 1px solid #082044;
}
#sectorwise .accordion &gt; li {
  margin: 0px 0px;
  list-style: none;
  border: 1px solid #fff;
}
.accordion &gt; li + li {
  border-top: none;
}
.accordion li .link {
  margin: 0;
  padding: 15px 20px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  outline: none;
  position: relative;
}
.submenu_q {
  padding: 15px 20px;
  border-top: 1px solid #082044;
}
#sectorwise .submenu_q {
  padding: 15px 20px;
  border-top: 1px solid #fff;
}
.accordion li i.fa-chevron-down {
  cursor: pointer;
  height: 21px;
  position: absolute;
  width: 21px;
  top: 23px;
  right: 15px;
}
.accordion li i.fa-chevron-down:before,
.accordion li i.fa-chevron-down:after {
  background: #51565e;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
  transition: transform 500ms ease;
}
#sectorwise .accordion li i.fa-chevron-down:before,
#sectorwise .accordion li i.fa-chevron-down:after {
  background: #fff;
}
.accordion li i.fa-chevron-down:before {
  transform: rotate(271deg);
}
.accordion li i.fa-chevron-down:after {
  transform-origin: center;
}
.accordion li.open i.fa-chevron-down:after {
  transform: rotate(0deg);
}
.accordion li.open i.fa-chevron-down:before {
  transform: rotate(1deg);
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  border: 1px solid #ddd;
  padding: 10px;
}
table td p {
  margin: 0px;
}
ul.icon-list li {
  padding-left: 34px;
  margin-bottom: 22px;
  float: left;
  position: relative;
}
ul.icon-list li:before {
  background: url(https://www.detroitlearning.com/assets/images/freemium-sprite_v7.svgz) no-repeat;
  background-position: -12px -277px;
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0px;
}
.legacy-form .form-control-label {
  -webkit-transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, color 0.3s ease-in-out,
    -webkit-transform 0.3s ease-in-out;
  background-color: #fff;
  color: #000;
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  left: 0;
  line-height: 1;
  margin: 1rem;
  max-width: calc(100% - 4.8rem);
  padding: 0 0.2rem;
  pointer-events: none;
  position: absolute;
  text-align: left;
  text-transform: capitalize;
  top: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  white-space: nowrap;
  width: auto;
}
.legacy-form .form-control {
  font-size: 1.2rem;
  height: auto;
  margin-bottom: 0.3rem;
  padding: 0.9rem 1rem 0.8rem;
}
.legacy-form select {
  -ms-background-size: 1.5rem 1.5rem;
  background-size: 1.5rem 0.5rem;
  background-color: inherit;
  background-image: url(https://www.detroitlearning.com/assets/images/select-list-arrow.svg);
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  padding-right: 3rem;
}
.legacy-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -ms-overflow-style: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: text;
  display: block;
  font-weight: 400;
  outline: 0;
  white-space: nowrap;
  width: 100%;
}
.legacy-form .form-control:focus + .form-control-label,
.legacy-form .form-control.filled + .form-control-label,
.legacy-form
  .form-control:not(select):not(:placeholder-shown)
  + .form-control-label,
.legacy-form .form-control.select:valid + .form-control-label {
  color: #6c757d;
  font-size: 1.2rem;
  margin: 1rem;
  pointer-events: initial;
  -webkit-transform: translate(-0.11rem, -1.7rem);
  -ms-transform: translate(-0.11rem, -1.7rem);
  transform: translate(-0.11rem, -1.7rem);
}
.btn-lg {
    line-height: 1vw !important;
    font-size: 1.2vw !important;
}
.level-1 {
  background: #ebf1f8;
  margin-bottom: 8px;
  padding: 12px 10px;
  border-radius: 4px;
}
.skill-covered {
  border-radius: 4px;
  box-shadow: 0 2px 5px 0 rgb(17 121 239 / 15%);
  border: 1px solid #e6ecef;
  margin-top: 24px;
  padding: 24px 30px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .skill-covered {
    width: calc(100% - 360px);
    max-width: 740px;
  }
}
@media (min-width: 768px) {
  .level-1 {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  #ViewMore {
    text-align: left;
  }
  ul.icon-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
  }
  ul.icon-list li {
    display: block;
    float: left;
    width: 50%;
    padding-right: 30px;
    margin-bottom: 32px;
  }
/* .skill-covered {
    width: calc(100% - 280px);
    max-width: 594px;
} */
}
.best-suited {
  padding-top: 0px;
}
.best-suited ul {
  margin: 0;
  margin-top: 16px;
}
.best-suited li {
  margin-top: 0px;
  margin-right: 20px;
  display: inline-block;
  width: auto;
  line-height: 40px;
  border-radius: 22px;
  border: 1px solid #d2d6de;
  background: #f3f3f3;
  font-size: 14px;
  color: #51565e;
  font-weight: 500;
  padding: 0 20px;
}
#BestViewMore {
  display: none;
}
@media (min-width: 768px) {
  .best-suited {
    padding-top: 0px;
  }
}
@media (min-width: 992px) {
  .best-suited ul {
    width: calc(100% - 320px);
    max-width: 740px;
  }
}
@media (min-width: 1200px) {
  .best-suited ul {
    width: 100%;
  }
}
#curriculum_content li {
  margin-top: 32px;
  margin-left: 25px;
  position: relative;
}
i.fa.fa-shield {
  position: absolute;
  left: -25px;
  top: 3px;
}
.completion {
  padding-top: 48px;
}
.completion .completion-info {
  padding: 0 15px;
}
.completion h2 {
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  color: #272c37;
  display: inline-block;
}
.completion p {
  margin-top: 12px;
  font-size: 14px;
  line-height: 22px;
  color: #2a2f32;
  display: inline-block;
}
.completion .skill-certficate {
  position: relative;
  padding: 24px 0 0;
  text-align: center;
}
.completion .skill-certficate::before {
  content: "";
  background: linear-gradient(180deg, #00a3ff -89.29%, #005cb0 100%);
  width: 100%;
  height: 112px;
  position: absolute;
  left: 0;
  top: 74px;
  z-index: -1;
}
.completion .skill-certficate img {
  width: 308px;
  height: 218px;
}
@media (max-width: 767px) {
  .completion .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .completion .container {
    width: 100%;
    padding: 0;
  }
}
@media (min-width: 768px) {
  .completion h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .completion p {
    margin-top: 16px;
  }
  .completion .skill-certficate {
    padding: 40px 0 0;
  }
  .completion .skill-certficate img {
    height: 354px;
    width: 500px;
  }
  .completion .skill-certficate::before {
    top: 160px;
    height: 121px;
  }
  .completion .completion-info {
    padding: 0 30px;
  }
}
@media (min-width: 992px) {
  .completion {
    padding-top: 48px;
  }
  .completion p {
    font-size: 16px;
    line-height: 24px;
  }
  .completion .skill-certficate {
    width: calc(100% - 321px);
  }
  .completion .skill-certficate::before {
    top: 142px;
    height: 151px;
  }
  .completion .completion-info {
    padding: 0;
    max-width: 548px;
  }
}
@media (min-width: 1200px) {
  .completion .skill-certficate {
    width: calc(100% - 560px);
  }
}
.course-intro {
  width: 345px;
  display: block;
  margin: 0 auto;
  margin-top: -94px;
  overflow: hidden;
}
.course-intro img {
  border-radius: 4px;
  max-width: 100%;
  width: auto;
  height: auto;
}
.course-intro .video {
  position: relative;
  height: 185px;
  overflow: hidden;
  border-radius: 4px;
}
.course-intro .video::before {
  content: "";
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  z-index: 1;
}
.course-intro .video .icon {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.course-intro .video .icon:focus,
.course-intro .video .icon:active,
.course-intro .video .icon:visited,
.course-intro .video .icon:hover {
  border: 0;
  outline: transparent;
  outline: 0 none !important;
}
.course-intro .video .icon::before {
  content: "";
  display: inline-block;
  background: url("https://www.detroitlearning.com/assets/images/freemium-sprite_v7.svgz") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.course-intro .video .icon::before {
  width: 50px;
  height: 50px;
  background-position: -169px -260px;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}
.course-intro .video .icon::-moz-focus-inner {
  border: 0;
  outline: 0;
  border-color: transparent;
}
.course-intro .video .text {
  position: absolute;
  color: #fff;
  top: 106px;
  left: 0;
  right: 0;
  text-align: center;
  bottom: 0;
  margin: auto;
  height: 24px;
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
}
.course-intro .free {
  display: block;
  line-height: normal;
  margin-top: 0;
  color: #27ba44;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
}
.course-intro .btn-grp {
  text-align: center;
  color: #6c7480;
  font-size: 14px;
}
.course-intro .btn-grp .btn {
  margin-top: 16px;
  margin-bottom: 0px;
  display: inline-block;
  width: 100%;
  line-height: 44px;
  border-radius: 4px;
  background: #1179ef;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.course-intro .btn-grp .btn:hover {
  background: #0a5dc9;
}
.course-intro .key-feature {
  margin-top: 10px;
}
.course-intro .key-feature span {
  font-size: 14px;
  color: #51565e;
  display: block;
  margin-bottom: 20px;
  line-height: normal;
}
.course-intro .key-feature li {
  margin-bottom: 10px;
  color: #51565e;
  position: relative;
  padding-left: 45px;
  font-size: 1vw;
  line-height: normal;
}
.course-intro .key-feature li b {
  display: block;
  font-size: 1.2vw;
  color: #272c37;
  margin-bottom: 8px;
  line-height: normal;
  font-weight: 700;
}
.course-intro .key-feature li:last-child {
  margin-bottom: 0;
}
.course-intro .key-feature li:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url("https://www.detroitlearning.com/assets/images/freemium-sprite_v7.svgz") no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.course-intro .key-feature li.time:before {
  background-position: -147px -183px;
}
.course-intro .key-feature li.comp-certificate:before {
  background-position: -148px -219px;
  width: 26px;
}
.course-intro .key-feature li.days:before {
  background-position: -227px -184px;
}
.course-intro span.not-available {
  color: #ff0000;
}
.intro-info ul {
  margin: 0;
}
@media (min-width: 768px) {
  .course-intro {
    width: 476px;
    margin-top: -130px;
  }
  .course-intro .jwplayer {
    width: 100% !important;
    height: 382px !important;
  }
  .course-intro .btn-grp .btn {
    line-height: 48px;
    font-size: 18px;
    margin-bottom: 0;
  }
  .course-intro .video {
    height: 254px;
  }
}
@media (min-width: 992px) {
  .course-intro {
    width: 280px;
    display: inline-block;
    position: absolute;
    margin-top: 19px;
    z-index: 1;
  }
  .course-intro .video {
    height: 161px;
  }
  .course-intro img {
    width: 100%;
  }
  .course-intro.sticky-top {
    position: fixed;
    top: 0;
    margin-top: 0;
  }
  .skill-course-wrap {
    position: relative;
  }
  .course-intro.sticky-bottom {
    position: absolute;
    bottom: 64px;
    margin-top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
}
@media (min-width: 1200px) {
  .course-intro {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .course-intro {
    max-width: calc(100%);
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 998;
    margin-top: 0;
  }
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .course-intro.sticky-bottom {
    position: absolute;
    bottom: 64px;
    margin-top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
}
.featured-box {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
  box-shadow: 0 10px 40px 0 rgb(0 0 0 / 20%);
}
.back {
  background-color: rgba(245, 245, 245, 0.4196078431372549);
  background-image: url("https://web.archive.orghttp://detroitconsultancy.com/wp-content/uploads/2020/06/architecture-buildings-business-city-374870.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}
.first {
  position: relative !important;
}
.first::after {
  content: "";
  min-width: 100px;
  height: 25px;
  border-top: 2px solid #e1952f;
  position: absolute;
  left: 0;
  bottom: -37px;
}
.first-span {
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-bottom: 20px;
}
.first-list-items {
  padding: 0px;
  margin-top: 48px;
}
.first-list-items li {
  padding-left: 5px;
  color: #ffffff;
  font-size: 15px;
  padding-bottom: 5px;
}
.card {
  padding: 1.5em 0.5em 0.5em;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  height: 370px;
}
.card img {
  width: 100px;
  border-radius: 50% !important;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-top: 50px;
}
.card-body {
  padding: 1rem 0px;
}
.counter-container {
  background-image: url("https://web.archive.orghttp://detroitconsultancy.com/wp-content/uploads/2021/04/IMG_5851-1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 100px 0px 100px 0px;
}
.iframe {
  max-width: 100%;
  width: 100%;
  margin: 0;
  line-height: 1;
  border: none;
}
@media (max-width: 768px) {
  .card {
    margin-bottom: 10px;
  }
  .card-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.9rem 1rem 0.8rem;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1vw;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn {
    padding: 0.9rem 1rem 0.8rem;
    font-size: 1.2vw;
    line-height: 1vw;
}
h6 {
  font-size: 1.2vw;
}
.single-footer-widget .footer-contact-info li {
  padding-left: 0px;
}
#welcome-cont {
  min-height: 14.4vh;
}
#image-course img {
  width: 343px;
  height: auto;
}
.entry-thumbnail-area img {
  width: 814px;
  height: auto;
}
.detail-img1 img {
  width: 100%;
  height: auto;
}
.entry-header .detail-img1 .post-date {
  position: absolute;
  bottom: 0;
  left: 0 !important;
  z-index: 1;
  min-width: 112px;
}
#blog-deatil-banner {
  height: 85vh !important;
}
#header-dnex-pro {
  min-height: 32vh;
}
#header-dnex-pro-col1 {
  min-height: 9vh;
}
#header-dnex-pro-col2 {
  min-height: 18vh;
}
#corporate-prog-height {
  min-height: 12vh;
}
#corporate-prog-colheight1 {
  min-height: 21vh;
}
#corporate-prog-colheight2 {
  min-height: 18vh;
}
#collage-heightmain {
  min-height: 12vh;
}
#collage-heightmain1 {
  min-height: 21vh;
}
#collage-heightmain2 {
  min-height: 18vh;
}

/*section.banner-container {*/
/*     height:auto; */
/*}*/

/*.banner-img {*/
/*    background-image: url(https://www.detroitlearning.com/assets/images/Albert-Hall.jpg);*/
/*    height: 100vh;*/
/*    width: 48%;*/
/*    right: 0;*/
/*    margin-top: -9px;*/
/*    position: absolute;*/
/*    background-size: cover;*/
/*}*/

#gary-bg {
  margin-top: 0px;
}
@media (max-width: 1199px) {
  .headline {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .banner-img {
    background-image: url(https://www.detroitlearning.com/assets/images/Albert-Hall.jpg);
    height: 100vh;
    width: 48%;
    right: 0;
    margin-top: -9px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
  }
  section.banner-container {
    height: auto;
  }
  #welcome-cont {
    min-height: 0.4vh;
  }

  #gary-bg {
    margin-top: 6px;
  }
  .consultancy-right {
    min-height: 188px;
    max-height: 285px;
  }
  #image-course img {
    width: 100%;
    height: auto;
  }
  .entry-thumbnail-area img {
    width: 100%;
    height: auto;
  }
  .best-suited ul {
    max-width: 100%;
    width: 100%;
  }
  #header-dnex-pro {
    min-height: 18vh;
  }
  #corporate-prog-height {
    min-height: 18vh;
  }
  #collage-heightmain {
    min-height: 16vh;
  }
  .Participants.owl-carousel .owl-item img {
    width: 100%;
    height: auto !important;
  }
  .legacy-form .form-control-label {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .banner-img {
    background-image: url(https://www.detroitlearning.com/assets/images/Albert-Hall.jpg);
    /*height: 520px;*/
    height: 100vh;
    width: 100%;
    right: 0;
    margin-top: 25px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
  }
  section.banner-container {
    height: auto;
  }
  h5 {
    font-size: 1rem;
  }
  .featured-box {
    margin-bottom: 30px;
  }
  #sectorwise {
    width: 100% !important;
  }
  .testimonial-container {
    width: 100% !important;
    margin-top: 30px;
  }

  .d-sm-none {
    display: block !important;
  }
  #blog-right-img {
    margin-top: 25px;
  }
  #blog-right-img .text-left {
    margin-bottom: 12px;
  }
  #form-col {
    margin-top: 3rem;
  }
  #image-course img {
    width: 100%;
    height: auto;
  }
  .entry-thumbnail-area img {
    width: 100%;
    height: auto;
  }
  #contact-form-dert form {
    margin-bottom: 40px;
  }
  #header-dnex-pro {
    min-height: 7vh;
  }
  #header-dnex-pro-col2 {
    min-height: 7vh;
  }
  .course-intro {
    width: 100%;
    margin-bottom: 30px;
  }
  #excutiv-form {
    padding-top: 14px;
  }

  .skill-up {
    padding-top: 45px;
    width: 100%;
    height: auto;
  }
  #crousel-excu-program {
    padding-top: 15px;
    width: 100%;
    height: auto;
  }
  #crousel-excu-program2 {
    padding-top: 45px;
    width: 100%;
    height: auto;
  }
  #crousel-excu-program3 {
    padding-top: 45px;
    width: 100%;
    height: auto;
  }
  #crousel-excu-program3 #skill-covered {
    border-radius: 0px;
    box-shadow: 0 2px 5px 0 rgb(17 121 239 / 0%);
    border: 0px solid #e6ecef;
    margin-top: 7px;
    padding: 24px 30px;
    margin-bottom: 0;
    width: 100%;
    height: 608px;
  }
  #crousel-excu-program3 ul.icon-list li {
    display: block;
    float: left;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  #crousel-excu-program4 {
    padding-top: 45px;
    width: 100%;
    height: auto;
  }
  #crousel-excu-program5 {
    padding-top: 45px;
    width: 100%;
    height: auto;
  }
  #crousel-excu-program6 {
    padding-top: 45px;
    width: 100%;
    height: auto;
  }
  #crousel-excu-program7 {
    padding-top: 45px;
    width: 100%;
    height: auto;
  }
  #crousel-excu-program8 {
    padding-top: 45px;
    width: 100%;
    height: auto;
  }
  #crousel-excu-program9 {
    padding-top: 45px;
    width: 100%;
    height: auto;
  }
  #corporate-prog-height {
    min-height: 7vh;
  }
  #corporate-prog-colheight1 {
    min-height: 7vh;
  }
  #corporate-prog-colheight2 {
    min-height: 7vh;
  }

  #corporate-prog-sec1 {
    width: 100%;
    height: auto;
    padding-top: 15px;
  }
  #corporate-prog-sec2 {
    width: 100%;
    height: auto;
    padding-top: 45px;
  }

  #corporate-prog-sec3 {
    width: 100%;
    height: auto;
    padding-top: 45px;
  }
  #corporate-prog-sec4 {
    width: 100%;
    height: auto;
    padding-top: 45px;
  }
  #corporate-prog-sec5 {
    width: 100%;
    height: auto;
    padding-top: 45px;
  }
  #corporate-prog-sec6 {
    width: 100%;
    height: auto;
    padding-top: 45px;
  }
  #corporate-prog-sec7 {
    width: 100%;
    height: auto;
    padding-top: 45px;
  }
  #collage-heightmain {
    min-height: 7vh;
  }
  #collage-heightmain1 {
    min-height: 7vh;
  }
  #collage-heightmain2 {
    min-height: 7vh;
  }
  .legacy-form .form-control-label {
    font-size: 1.2rem;
  }
  
 footer ul.footer-group li a {
    font-size: 3vw;
} 
  
}

@media (max-width: 767px) {
  section.banner-container {
    height: auto;
  }
  .consultancy-right * {
    line-height: 1.3;
  }
  .left-side {
    margin-bottom: 25px;
  }
  .single-footer-widget h3 {
    margin-top: 30px;
    margin-bottom: 4px;
  }
  #form-col {
    margin-top: 3rem;
  }
  #image-course img {
    width: 100%;
    height: auto;
  }
  .entry-thumbnail-area img {
    width: 100%;
    height: auto;
  }
  #crousel-excu-program {
    text-align: center;
  }
  #gary-bg {
    margin-top: 16px;
  }
}

@media (max-width: 575px) {
  .banner-img {
    background-image: url(https://www.detroitlearning.com/assets/images/Albert-Hall.jpg);
    height: 305px;
    width: 100%;
    right: 0;
    margin-top: 25px;
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
  }
  section.banner-container {
    height: auto;
  }
  #counter .col-xs-6 {
    width: 50%;
  }
  #image-course img {
    width: 100%;
    height: auto;
  }
  #crousel-excu-program3 #skill-covered {
    width: 100%;
    height: 768px;
  }
  .table-div {
    width: 100%;
    padding: 15px 0px;
    overflow-x: scroll;
}
.privacy-sec p {
  margin-left: 0px!important;
    margin-right: 0px!important;  
}
}

@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .banner-img {
    height: 300px;
    width: 100%;
    right: 0;
    margin-top: 25px;
  }
  section.banner-container {
    height: auto;
  }
  footer .footer-links {
    margin: 15px 0 15px 0;
  }
  #banner-p {
    margin-bottom: 18px;
  }
  .icon-green {
    font-size: 16px;
  }
  .icon-green2 {
    font-size: 16px;
    padding-left: 10px;
  }
  #gary-bg {
    margin-top: 12px;
  }
}

@media (max-width: 420px) {
  .banner-img {
    height: 300px;
    width: 100%;
    right: 0;
    margin-top: 25px;
  }
  section.banner-container {
    height: auto;
  }
  #welcome-cont {
    padding-bottom: 137px;
  }
  footer .footer-links {
    margin: 15px 0 15px 0;
  }
  .Participants.owl-carousel .owl-item img {
    display: block;
    width: 170px;
    height: auto;
  }
  #gary-bg {
    margin-top: 12px;
  }
  #banner-p {
    margin-bottom: 18px;
  }
  .icon-green {
    font-size: 16px;
  }
  .icon-green2 {
    font-size: 16px;
    padding-left: 10px;
  }
}

@media (max-width: 376px) {
  .banner-img {
    height: 270px;
    width: 100%;
    right: 0;
    margin-top: 25px;
  }
  .icon-green {
    font-size: 16px;
  }
  .icon-green2 {
    font-size: 16px;
    padding-left: 10px;
  }
  #crousel-excu-program3 #skill-covered {
    width: 100%;
    height: 876px;
  }
  #gary-bg {
    margin-top: 10px;
  }
}

@media (max-width: 377px) and (max-height: 668px) {
  #crousel-excu-program3 #skill-covered {
    width: 100%;
    height: 863px;
  }
}

@media (max-width: 361px) {
  #crousel-excu-program3 #skill-covered {
    width: 100%;
    height: 890px;
  }
}

@media (max-width: 354px) {
  #crousel-excu-program3 #skill-covered {
    width: 100%;
    height: 900px;
  }
}
@media (max-width: 321px) {
  .section-header {
    font-size: 14px;
  }
  #crousel-excu-program3 #skill-covered {
    width: 100%;
    height: 940px;
  }
  .completion .skill-certficate img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 281px) {
  #crousel-excu-program5 li {
    margin-right: 0px;
  }
  #crousel-excu-program3 #skill-covered {
    width: 100%;
    height: 1174px;
  }
  #crousel-excu-program2 .testimonial_slider .item .profile img {
    border-radius: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #corporate-prog-sec5 .testimonial_slider .item .profile img {
    border-radius: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #corporate-prog-sec6 .testimonial_slider .item .profile img {
    border-radius: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  #crousel-excu-program {
    text-align: center;
  }
}

@media (min-width: 1500px) and (max-width: 1680px) {
  #welcome-cont {
    min-height: 26.4vh;
  }

  #image-course img {
    width: 100%;
    height: auto;
  }
  .entry-thumbnail-area img {
    width: 100%;
    height: auto;
  }
  .detail-img1 img {
    width: 100%;
    height: auto;
  }
  #gary-bg {
    margin-top: 0px;
  }
    .course-intro {
    width: 451px;
}
.skill-covered {
    width: calc(100% - 451px);
    max-width: 912px;
}
}

@media screen and (min-width: 1920px) and (max-height: 1200px) and (orientation: landscape) {
  #welcome-cont {
    min-height: 32.4vh;
  }

  #image-course img {
    width: 100%;
    height: auto;
  }
  .entry-thumbnail-area img {
    width: 100%;
    height: auto;
  }
  .detail-img1 img {
    width: 100%;
    height: auto;
  }
  #gary-bg {
    margin-top: 0px;
  }
  .banner-img {
    height: 91vh;
  }
  .course-intro {
    width: 542px;
}
.skill-covered {
    width: calc(100% - 542px);
    max-width: 1104px;
}
}

@media screen and (min-width: 1900px) and (max-height: 1080px) and (orientation: landscape) {
}


@media (max-width: 768px) {
.headline {
    font-size: 4.5vw;
    line-height: 5.5vw;
}
.sub-headline.fontsmall {
    font-size: 4vw;
}
.section-header {
    font-size: 4.2vw;
    line-height: 5.5vw;
}
.consultancy-right * {
    line-height: 5vw;
    font-size: 4vw;
}
.btn {
    padding: 0.5rem 1rem 0.5rem;
    font-size: 4.2vw;
    line-height: 5vw;
}
.blog-right img {
    max-width: 28vw !important;
}
h6 {
    font-size: 4.2vw;
}
.description-xs {
    line-height: 5vw;
    font-size: 4vw;
}
.btn-lg {
    line-height: 4vw !important;
    font-size: 3vw !important;
}
.description, .text-xxl p {
    font-size: 4vw;
    line-height: 5vw;
}
form.contact-info-container * {
    font-size: 4vw;
    line-height: 5vw;
    border-radius: 0;
}
.legacy-form .form-control {
    font-size: 4vw;
    height: auto;
    margin-bottom: 0.3rem;
    padding: 0.9rem 1rem 0.8rem;
}
.course-intro .key-feature li {
    font-size: 4vw;
    line-height: normal;
}
.course-intro .key-feature li b {
    font-size: 4vw;
    line-height: normal;
    font-weight: 500;
}
.address li {
    font-size: 4vw;
    line-height: 5vw;
}
.form-control {
    font-size: 4vw;
    line-height: 5vw;
}
}
</pre></body></html>