<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
  overflow-x: hidden;
}
@media only screen and (min-width: 1100px){
.adjc-main .container{
  width: 1100px;
  margin: 0 auto;
}
}
/*Banner Section*/

  .adjc-banner-btn-wapper{
    margin: 35px 0;
  }
  .adjc-banner-btn{
    border-radius: 10px;
      background: #2289F6;
      padding: 10px 36px;
      color: #FFF;
      text-align: center;
      font-family: Futura;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 20px;
  }
  .adjc-banner-btn:hover{
    text-decoration: none;
  }
 
  .adjc-text-center{
    text-align: center;
  }
  .adjc-banner-bg{
    height: auto;
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    align-items: center;
      }
  .adjc-banner-heading {
    margin-bottom: 20px;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: 'futura-pt-condensed';
    font-size: 48px;
    font-weight: 800;
    line-height:  48px;
    text-transform: uppercase;

  }
  .adjc-banner-desc {
    padding-right: 100px;
    text-align: justify;
    color:  #C2C3C5;
    font-family: Futura;
    font-size: 18px;
    font-weight: 500;
    line-height:  27px ;
  }
  .adjc-banner-desc-2{
    color: #fff;
      width: 80%;
      margin: auto;
      text-align: center;
      font-family: Futura;
      font-size: 21px;
      font-weight: 500;
      line-height: 31.5px;
  }
   .adjc-banner-bg .video{
    width: 100%;
    background: #000;
  }
  .adjc-banner-bg .video video{
    width: 100%;
    height: 100%;
  } 
  @media only screen and (max-width: 480px){
    .adjc-banner-btn-wapper {
      margin: 15px 0 35px;
  }
    .adjc-banner-btn{
      display: block;
      width: 80%;
      margin: auto;
    }
    .adjc-banner-desc-2{
      width: 100% ;
    }
    .adjc-banner-bg .video video {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }
    
  }
  .adjc-banner-bg .container {
    position: absolute;
    z-index: 1;
}
  /*Banner Section ends*/

  /*2nd Section*/

    span.adjc-s2-bordered-item a {
    font-size: 18px;
}
  .adjc-s2-arrow-icon  {
        color:  #FF00F1;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 27px;
        visibility: hidden;
    }
    span.adjc-s2-bordered-item:hover i {
    visibility: visible;
}  
span.adjc-s2-bordered-item:hover{
    border-radius: 28px;
border: 4px solid #2F3440;
background: #FFF;
box-shadow: 0px 4px 24px 0px rgba(255, 255, 255, 0.55);
}
a:hover{
   text-decoration: none;
}
    .adjc-s2-wrapper{
        background: #2389F6;
        color:#fff;
        text-align: center;
        padding: 50px 0;
    }
    .adjc-s2-wrapper h1 {
    margin-bottom: 20px;
    color: #FFF;
    text-align: center;
    font-family: Futura;
    font-size: 38px;
    font-weight: 800;
    line-height: 41.8px ;
    text-transform: uppercase;
    }
    .adjc-s2-points-wrapper{
        display: flex;
        flex-wrap: wrap;
        padding:  28px;
        justify-content: center;
        align-items: center;
        gap: 16px;
      

    }
    .adjc-s2-bordered-item{

        border-radius: 28px;
        border: 4px solid #2F3440;
        background:  #FFF;
        box-sizing: border-box;
        flex-basis: calc(33.33% - 30px);
        padding: 25px 0;
        transition: padding-left 0.3s;
        color:  #181B21;
        font-family: Futura;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 27px;

    }
    .adjc-s2-bordered-item:hover {
        color: #2389f6;
        }
    
 /*2nd Section ends*/

  /*3rd Section */
  .adjc-s3-wrapper{
    background: #000;
  }
  .adjc-arrow-icon{
    color:  #2289F6;
    font-size: 18px;
  }
.adjc-s3-wrapper{
  background-color: #000;
  padding: 80px 0;
  }

  .adjc-s3-heading {
    color: #fff;
    text-transform: uppercase;
    font-size: 72px;
    font-family: 'futura-pt-condensed';
    font-style: normal;
    font-weight: 800;
    margin-bottom: 24px;
}

  .adjc-s3-inner{
    text-align : center;
    padding: 64px 38px;
    border-radius: 40px;
    background: linear-gradient(180deg, #2289F6 0%, #145090 100%);
    box-shadow: 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
   position: relative;
  }
  .adjc-s3-desc{
   
    color: #FFF;
    text-align: center;
    font-family: Futura;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: 31.5px;
    width: 85%;
    margin: 25px auto; 
  }
  .adjc-s3-btn{
    border-radius: 10px;
    background: #ff3ced;
    padding: 10px 36px;
    color:  #FFF;
    text-align: center;
    font-family: Futura;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height:  20px ;
    display: block;
    max-width: 50%;
    margin: auto;
    box-shadow: 0px 4px 44px 0px #21197E;

  }
  .adjc-s3-btn:hover{
    text-decoration: none;
  }
  .adjc-s3-btn-2-wrapper{
    margin: 20px 0;
  }
  .adjc-s3-btn-2{
    color: #FFF;
    text-align: center;
    font-family: Futura;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
  }
  .adjc-s3-btn-wapper{
    margin: 20px 0;
  }
  .adjc-s3-video iframe {
    box-shadow: 0px 4px 44px 0px #03090E;
}
.adjc-s3-image{
    position: absolute;
    right: 0;
    max-width: 495px;
    bottom: 0;
    max-height: 375px;
    object-fit: fill;
    height: 100%;
    width: 100%;
}
.adjc-s3-img-mbl-only{
  display: none;
}
@media only screen and (min-width: 1025px) and (max-width: 1100px){
  .adjc-s3-image{
    max-width: 450px;
  }
}
@media only screen and (max-width: 480px){
.adjc-s3-video iframe{
  height: auto;
  width: 276px;
}
.adjc-s3-wrapper{
  padding: 40px 0;
}
}
  @media only screen and (max-width: 1024px){
    /* .adjc-s3-inner {
        padding: 25px 15px 15em;
        background: url("../images/adjc/bg-s3-mbl.png") #000;
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100%;
    } */
    .adjc-s3-heading{
      font-size: 38px;
    }
    .adjc-s3-btn{
      margin: auto;
      max-width: 60%;
    }

     .adjc-s3-inner {
        padding: 30px 15px;
      
    }
    .adjc-s3-image{
      position: unset;
        width: 100%;
        height: auto;
        padding: 0px 15px ;
  }
    
  }
  @media only screen and (max-width: 768px){
    .adjc-s3-btn{
      margin: auto;
      max-width: 90%;
    }
    .adjc-s3-desc{
      width: 100% ;
    }
    .adjc-s3-img-mbl-not{
      display: none;
    }
    .adjc-s3-img-mbl-only{
      display: block;
    }
  }
   /*3rd Section ends*/

    /*featured course Section */

    .featured-course-image {
        position: relative;
    }
    .adjc-featured-course-discount-badge {
        position: absolute;
        top: 0;
    }
    p.adjc-featured-course-discount-text {
        color: #FFF;
        font-family: Futura;
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 101%;
        transform: rotate(-45deg);
        position: absolute;
        top: 15%;
        width: 50%;
        white-space: break-spaces;
        left: 10%;
        text-align: center;
        text-transform: uppercase;
    }
        .featured-course-image img {
            /* height: 247px; */
            align-self: stretch;
            /* object-fit: cover; */
            border-radius: 20px;
            border: 1px solid  #2F3440;
        }
        .adjc-featured-course:hover {
            cursor: pointer;
        }
        .adjc-featured-course:hover img
        {
            box-shadow: 0px 4px 44px 0px #2289F6;
        }
        .adjc-featured-course a:hover {
          text-decoration: none;
        }
        .adjc-featured-course-s {
            padding: 79px 0;
        }
        .adjc-featured-course-s:nth-child(even) {
            background-image: url("../images/adjc/bg-1.png");
            background-color: #000;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
    
        .adjc-featured-course-s:nth-child(odd) {
            background-image: url("../images/adjc/bg-1.png");
            background-color: #121418;
            background-position: center;
            background-size: cover;
            background-repeat: no-repeat;
        }
    
        .adjc-featured-course-s .adjc-featured-course-heading {
            color: #FFF;
            text-align: center;
            font-family: 'futura-pt-condensed';
            font-size: 38px;
            font-style: normal;
            font-weight: 800;
            line-height: 41.8px;
            text-transform: uppercase;
            margin-bottom: 8px;
        }
        .adjc-featured-course-s a {
      text-decoration: none;
    }
        .adjc-featured-course-s .adjc-featured-course-desc {
        color: #C2C3C5;
        text-align: center;
        font-family: Futura;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: 31.5px;
        width: 70%;
        margin: 0 auto 52px;
        }
    
        .featured-course-heading {
      color: #FFF;
      font-family: Futura;
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
    }
    .featured-course-badge {
      border-radius: 8px;
      background: #2289F6;
      color: #FFF;
      text-align: center;
      font-family: Futura;
      font-size: 13px;
      font-style: normal;
      font-weight: 500;
      line-height: 19.5px;
      letter-spacing: 1.3px;
      padding: 4px 8px;
      text-transform: uppercase;
      white-space: nowrap;
    }
    .featured-course-desc {
      color: #C2C3C5;
      font-family: Futura;
      font-size: 18px;
      font-style: normal;
      font-weight: 500;
      line-height: 27px;
      overflow: hidden;
    }
    .featured-course-image img {
        width: 100%;
        max-width: 100%;
    }
    .adjc-featured-course-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 52px 20px;
      align-items: baseline;
    }
    .adjc-featured-course {
        width: calc(49% - 5px);
        max-width: 650px;
    }
    .adjc-featured-course-heading-wrapper {
        margin: 15px 0 8px;
        
    }
    @media only screen and (max-width: 480px){
      .adjc-featured-course {
      width: 100% ;
      }
      .adjc-featured-course-s .adjc-featured-course-desc{
        width: 100% ;
      }
      .featured-course-image img {
        height: auto;
      }
      .adjc-featured-course-s {
        padding: 40px 0;
    }
  }
    /*featured course Section ends */

    /*5th course Section  */
    .adjc-s5-wrapper{
       background: #2289F6;
       padding: 40px 0 10px;
   }
   p.adjc-s5-heading {
   color: #FFF;
   font-family: 'futura-pt-condensed';
   font-size: 38px;
   font-style: normal;
   font-weight: 800;
   line-height: 41.8px;
   text-transform: uppercase;
}
 p.adjc-s5-desc {
     color: #C2C3C5;
     font-family: Futura;
     font-size: 16px;
     font-style: normal;
     font-weight: 500;
     line-height: 24px;
     padding: 8px 0 24px;
     text-align: justify;
 }
 .s5-inner-wrapper {
   border-radius:  28px;
   border: 7px solid #2F3440;
   background:#000;
   box-shadow: 0px 100px 80px 0px rgba(0, 0, 0, 0.07), 0px 64.815px 46.852px 0px rgba(0, 0, 0, 0.05), 0px 38.519px 25.481px 0px rgba(0, 0, 0, 0.04), 0px 20px 13px 0px rgba(0, 0, 0, 0.04), 0px 8.148px 6.519px 0px rgba(0, 0, 0, 0.03), 0px 1.852px 3.148px 0px rgba(0, 0, 0, 0.02);
   padding: 40px;
   margin-bottom: 25px;
}

    /*5th course Section ends */

    /*6th course Section  */
.adjc-s6-wrapper{
  background: #181B21;
  padding: 80px 0;
}
.adjc-s6-heading{
  color: #FFF;
  text-align: center;
  font-family: 'futura-pt-condensed';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 41.8px;
  text-transform: uppercase;
}
.adjc-s6-desc{
  color: #C2C3C5;
  text-align: center;
  font-family: Futura;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 31.5px;
  width: 80%;
  margin: 8px auto 40px;
  
  }
  .adjc-s6-point-heading{
    color: #FFF;
    font-family: Futura;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 16px 0;
  }
  .adjc-s6-point-desc{
    color:  #C2C3C5;
    font-family: Futura;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
  }
  @media only screen and (max-width: 768px){
    .adjc-s6-wrapper-inner {
  text-align: center;
  margin-bottom: 40px;
}
  .adjc-s6-wrapper-inner p.adjc-s6-point-desc {
        text-align: center;
    }
    .adjc-s6-desc{
      width: 100% ;
    }
  }
  @media only screen and (max-width: 480px){
  .adjc-s6-wrapper{

    padding: 40px 0 0;
  }
}

    /*6th course Section ends */

/*7th course Section  */
@media only screen and (max-width: 1024px){
.adjc-s7-wrapper {
    text-align: center;
}

}

  .adjc-s7-wrapper{
    padding: 35px 0;
    background-color: white;
    background-image: url("../images/adjc/bg-2.png");
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    mix-blend-mode: overlay;
  }
 
  .adjc-s7-wrapper img {
    width: 65%;
    margin-bottom: 25px;
    float: right;
}
@media only screen and (max-width: 1024px){
  .adjc-s7-wrapper img {
    float: none;
    max-width: 40%;
  }
}
.adjc-s7-heading{
  color: #000;
  font-family: 'futura-pt-condensed';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 41.8px;
text-transform: uppercase;
}
.adjc-s7-desc{
  color: #000;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}
 /*7th course Section ends */
 
 /*Training for Section */

    .adjc-training-for-wrapper{
        background-color: #000;
        padding: 36px 0 ;
    }
    .adjc-training-for-heading{
        color: #C2C3C5;
        text-align: center;
        font-family: Futura;
        font-size: 21px;
        font-style: normal;
        font-weight: 500;
        line-height: 31.5px;
    }
    .adjc-training-for-logos {

    display: flex;
    flex-wrap: wrap;
    padding: 36px 0;
  }
  .adjc-training-for-logos .adjc-training-for-logos-w {
    flex-basis: 25%;
    padding: 25px 10px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
.adjc-training-for-logos-w img {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .adjc-training-for-logos .adjc-training-for-logos-w {
      flex-basis: 50%; 
  }
  
}
@media only screen and (max-width: 480px) {
  
.adjc-training-for-logos {

  padding-bottom: 0px;
}
}
/*Training for Section ends */

/*Faqs Section */
@media only screen and (max-width: 480px) {
  .adjc-faqs-wrapper .adjc-faqs-wrapper-inner {
    width: 100%;
  }
}

.adjc-faqs-wrapper-inner {
  width: 80%;
  margin: auto;
}

.adjc-faqs-heading {
  color: #000;
  text-align: center;
  font-family: 'futura-pt-condensed';
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 41.8px;
  text-transform: uppercase;
  padding-top: 25px;
}

.adjc-faqs-question {
  color: #181B21;
  font-family: Futura;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
}

.accordion {
  width: 100%;
  margin: 40px auto;
}

.accordion-item {
  border: 1px solid #181B21;
  margin: 16px 0;
  padding: 20px 24px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 35px;
  padding: 10px;
}

.accordion-header h3 {
  margin: 0;
}

.accordion-icon {
  width: 24px;
  height: 24px;
}

.accordion-content {
  overflow: hidden;
  max-height: 0;
  transition: all 1s ease-in-out;
  padding: 0 10px;
}

.accordion-item.active .accordion-content {
  max-height: 500px; /* Set max-height to desired value when active */
  transition: all 1.3s ease-in-out;
}

/* Hide the minus icon initially */
.minus-svg {
  display: none;
}





/*Faqs Section ends */

/*Contact us*/

.adjc-contact-us-wrapper{
    background: #181B21;
    padding: 55px 0;
}

.adjc-contact-heading{
    font-family: 'futura-pt-condensed';
    font-size: 46px;
    font-style: normal;
    font-weight: 800;
    line-height: 41.8px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
}

.adjc-contact-form-container .infusion-form {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}
.adjc-contact-form-container  .infusion-field {
  flex: 1;
}
.adjc-contact-btn {
padding: 12.5px 12px;
background: #2289F6;
color: #FFF;
text-align: center;
font-family: Futura;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 20px;
border-radius: 0px 8px 8px 0px;
border: 0;
height: auto;
cursor: pointer;
margin-top: 5px;
}

.adjc-contact-form-container input,.adjc-contact-form-container input::placeholder {
padding: 12px 10px;
border-radius: 8px 0px 0px 8px;
border: 0;
font-size: 16px;
height: auto;
font-family: Futura;
color: #111926;
}
.adjc-contact-img{
  height: 197px;
    margin: auto;
    width: 100%;
    object-fit: cover;
    
}
@media only screen and (max-width: 1024px){
  .adjc-contact-heading{
    text-align: center;
    font-size: 40px;
  }
    .adjc-contact-form-container {
        flex-wrap: wrap;
    }
    .adjc-contact-btn, .adjc-contact-form-container input {
        border-radius: 8px;
        margin: 5px;
        width: 100%;
        
    }
    .adjc-contact-form-container .infusion-form{
      display: block;
    }
    .adjc-contact-img{
      margin-top: 30px;
    }
   
}

/*Contact us ends*/

/*Books Links Section */
@media only screen and (min-width: 1100px){
.dj-book-links .container{
  width: 1375px;
}
}
.dj-book-links
{
  background-color: #000;
}
.dj-book-links-content a {
  font-family: Futura;
}

@media (max-width: 767px) {
    h1.adjc-banner-heading {
        font-size: 32px;
        font-size: 3.2rem;
        line-height: 1.125;
		    padding-top: 2%;
    }
  	.adjc-banner-desc-2{
  	   width:100%
  	}
}
@media (max-width: 1024px) {
    h1.adjc-banner-heading {
        font-size: 40px;
        font-size: 4rem;
        line-height: 1.175;
		    padding-top: 34px;
    }
  	.adjc-banner-desc-2{
  	  width:100%
  	}
}</pre></body></html>