/* home */
.hm_about_head {
    margin-bottom: 50px;
}
.hm_about_left {
    width: 550px;
}
.hm_about_right {
    margin-left: 75px;
}
.hm_about_right a {
    margin-top: 30px;
}
.hm_course_head_left {
    width: 420px;
}
.video_wrap {
    height: 360px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    background: #000;
}
.video_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
}
.student_name h6 {
    font-size: 17px;
    font-weight: 500;
    color: #101011;
    margin-bottom: 4px;
}
.student_name span{
    color: #3F3F3F;
    font-size: 14px;
    font-weight: 400;
}
.student_name {
    padding-top: 20px;
}
.play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(122.34deg, rgba(0, 0, 0, 0.6) 14.73%, rgba(0, 0, 0, 0.312) 91.36%);
    border: 0;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 28px;
}
#testimonial_slider .owl-dots button {
    width: 4px;
    height: 4px;
    background: #020D3C !important;
    border-radius: 50px;
    margin-right: 8px;
    opacity: .3;
}
#testimonial_slider .owl-dots{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
#testimonial_slider .owl-dots .active{
    width: 40px!important;
    opacity: 1!important;
}

.logo_wrapper {
    height: 100px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    overflow: hidden;
}
.hm_partner_left h3 {
    width: 420px;
}
.hm_partner_left a {
    margin-top: 40px;
}
.hm_partner_right {
    margin-left: 60px;
    position: relative;
}
.round_pulse {
    position: absolute;
    width: 400px;
    height: 400px;
    bottom: -300px;
    left: 0;
    z-index: revert-layer;
}
.hm_partner_right .row {
    z-index: 9;
    position: relative;
}
  /* Pulsating waves */
  .wave {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: none;
    border: 2px solid #555E75;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: expand 4.5s infinite ease-in-out;
  }
  .wave:nth-child(1) {
    animation-delay: 0s;
  }
  .wave:nth-child(2) {
    animation-delay: .5s;
  }
  .wave:nth-child(3) {
    animation-delay: 1s;
  }
  .wave:nth-child(4) {
    animation-delay: 1.5s;
  }
  .wave:nth-child(5) {
    animation-delay: 2s;
  }
  .wave:nth-child(6) {
    animation-delay: 2.5s;
  }
  /* Animations */
  @keyframes pulse {
    0%, 100% {
      transform: translate(-50%, -50%) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) scale(1.2);
    }
  }
  
  @keyframes expand {
    0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 1;
    }
    100% {
      transform: translate(-50%, -50%) scale(1.2);
      opacity: 0;
    }
  }
  
.logo_wrapper img {
    max-width: 60px;
    max-height: 60px;
}
.hm_latest_blog {
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.hm_latest_blog img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest_blog_content {
    position: absolute;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 20px;
}

.flex_align {
    display: flex;
    align-items: center;
}
.blog_category {
    background: #FFC60F;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 100px;
    color: #000;
}
.blog_date {
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 15px;
}
.latest_blog_content h6 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 0;
}
.hm_blog_wrap {
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
    background: #FFFFFF;
    text-decoration: none;
    margin-bottom: 20px;
}
.hm_blog_wrap:hover img{
    transform: scale(1.04);
    transition: all .5s linear;
}
.hm_blog_img {
    width: 30%;
    height: 120px;
    transition: all .5s linear;
}
.hm_blog_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
}
.hm_blog_content {
    width: 70%;
    padding: 20px;
}
.hm_blog_content h6 {
    color: #101011;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 15px;
}
.hm_blog_content .blog_date{
    color: #101011!important;
}
#ftr_top {
    background: #242425;
    height: 100px;
    display: flex;
    align-items: center;
    position: relative;
    top: 1px;
}
.connect_with {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social_media span {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
}
.social_media a {
    color: #FFC60F;
    font-size: 20px;
    margin-right: 20px;
    display: flex;
    align-items: center;
}
.apply_now {
    border: 0;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    background: #162e96;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 9;
    border-radius: 8px;
    padding: 10px 20px;
}
.apply_now span {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFC60F;
    color: #162E96;
    margin-right: 15px;
    overflow: hidden;
}
.apply_now span iconify-icon {
    animation-name: bounceAlpha;
    animation-duration: 1.2s;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
  }
  @keyframes bounceAlpha {
    0% {
      opacity: 1;
      transform: translateX(0px) scale(1);
  }
  
  25% {
      opacity: 0;
      transform: translate(20px, -20px) scale(0.9);
  }
  26% {
      opacity: 0;
      transform: translate(-20px, 20px) scale(0.9);
  }
  55% {
      opacity: 1;
      transform: translateX(0px) scale(1);
  }
  }
/* #ftr_top::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    background: #162E96;
    width: 23%;
    top: -1px;
} */
footer {
    background: #161618;
    padding: 60px 0px 25px;
    position: relative;
}
footer::after {
    position: absolute;
    content: '';
    top: -150px;
    left: 0;
    background: #242425;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ftr_title {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.quick_links a {
    color: #D3D3D3;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
    display: flex;
    transition: all .5s linear;
}
.quick_links a:hover{
    color: #FFC60F;
    transition: all .5s linear;
}
.ftr_contact a {
    color: #D3D3D3;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.ftr_contact a iconify-icon {
    color: #FFC60F;
    margin-right: 10px;
    font-size: 16px;
}
.ftr_contact {
    margin-top: 30px;
}
.ftr_links {
    border-bottom: 1px solid #2B2B2B;
    padding-bottom: 50px;
}
.ftr_locations {
    border-bottom: 1px solid #2B2B2B;
    padding-bottom: 50px;
    padding-top: 50px;
}
.ftr_location_wrap p {
    color: #D3D3D3;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
.copyright {
    text-align: center;
    padding-top: 20px;
}
.copyright p{
    color: #989898;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.copyright p a{
    text-decoration: none;
    color: #989898;
    text-transform: capitalize;
}
.course_poin {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.course_poin h5 {
    color: #FFFFFF;
    font-size: 12px!important;
    font-weight: 100;
    text-transform: uppercase!important;
    margin: 0!important;
}
.course_poin span{
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background: #FFC60F;
    margin: 0 20px;
    display: flex;
}
.hm_course_right {
    position: relative;
    overflow: hidden;
}

.hm_course_right img {
    width: 100%;
    transition: transform 0.9s ease-in-out;
}

.hm_course_right.animated {
    animation: borderAnimation .4s infinite alternate;
}

.hm_course_details h5 {
    font-size: 26px;
    color: #FFFFFF;
    font-weight: 500;
    margin-bottom: 20px;
}
.hm_course_details a {
    margin-top: 40px;
}
.hm_course_right {
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
}
.hm_course_right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hm_course_left {
    height: 100%;
    display: grid;
    align-content: space-between;
    width: 420px;
}
.hm_course_head {
    margin-bottom: 80px;
}
.hm_course_panel {
    background: #001244;
    border-top: 1px solid #818ab624;
    padding: 50px 0px !important;
}
#hm_courses {
    overflow: hidden;
    position: relative;
}
.hm_course_head_right a {
    margin-top: 50px;
}
#hm_courses .container {
    position: relative;
    z-index: 9;
}
.green {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shape{
    animation: rotate 5s infinite linear;
}
@keyframes rotate {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(359deg);
    }
  }
.shape1 {
    position: absolute;
    bottom: 40px;
    left: -430px;
}
.shape2 {
    position: absolute;
    top: 0px;
    right: -430px;
    transform: rotate(118deg);
}
#hm_blogs {
    position: relative;
}
#hm_blogs .container{
    position: relative;
    z-index: 9;
}
#hm_blogs .green img {
    width: 480px;
    opacity: .2;
}

.cta_wap {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 120px 0px; */
    text-align: center;
    border-radius: 8px;
    margin: auto;
    height: 480px;
}
#mob_cta{
    display: none;
}
.hm_courses_mob{
    display: none;
}
.mob_course_image {
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}
.mob_course_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mob_course_details {
    padding: 20px;
}
.mob_course_wrap {
    border-radius: 8px;
    background: #001244;
    border: 1px solid #ffffff1c;
}
.mob_course_wrap {
    margin-bottom: 20px;
}
.social_media {
    display: flex;
}
/* about page */
.counter_wrap {
    position: absolute;
    background: linear-gradient(152.97deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.17) 100%);
    border-radius: 12px;
    padding: 10px 25px;
    text-align: center;
}
.counter_wrap span {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 600;
}
.counter_wrap p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
}
#green2 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.counter_wrap1 {
    top: 29%;
    transform: rotate(358deg);
    left: 9px;
}
.counter_wrap2 {
    right: 18px;
    top: 26%;
    transform: rotate(357deg);
}
.about_left {
    width: 330px;
}
.mission_vission {
    display: flex;
    gap: 30px;
    margin-top: 50px;
}
.box {
    width: 33.3%;
    height: 370px;
    transition: width 0.5s ease-in-out;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s ease-in-out;
}
.box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
}
.box:hover {
    width: 60%;
     transition: all 0.5s ease-in-out;
}
.box:hover img{
    transition: all 0.5s ease-in-out;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
}
@keyframes zoomin {
  0% {transform: scale(1);}
  50% {transform: scale(1.3);}
  100% {transform: scale(1);}
} 
.box:hover .mvv_content{
    bottom: 0;
     transition: all 0.5s ease-in-out;
}
.box:hover .mvv_content p{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.mvv_content {
    position: absolute;
    bottom: -83px;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 20px;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
.mvv_content h6{
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 15px;
    transition: all 0.5s ease-in-out;
}
.mvv_content p {
    color: #FFFFFF;
    line-height: 22px;
    font-size: 15px;
    margin: 0;
    font-weight: 300;
    width: 500px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.boxes {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #001655;
    border-radius: 24px;
    padding: 20px;
    height: 90px;
    overflow: hidden;
    transition: all 0.6s ease-in-out;
    position: relative;
    margin-bottom: 16px;
    cursor: pointer;
}
.boxes h6 {
    color: #FFFFFF;
    font-size: 28px;
    margin: 0;
    transition: all 0.6s ease-in-out;
    font-weight: 600;
    position: absolute;
    padding: 0px 20px;
}
.boxes.active h6{
    display: none;
    transition: all 0.6s ease-in-out;
}
.boxes.active {
    height: 370px;
    padding: 20px;
    transition: all 0.6s ease-in-out;

}
.boxes .text {
    flex: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-in-out, transform 0.5s ease-in-out;
    height: 100%;
    display: grid;
    align-content: space-between;
    width: 420px;
    margin-right: 60px;
    padding: 20px;
}
.boxes.active .text {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease-in-out;

}
.boxes .image {
    flex: 1;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s ease-in-out, transform 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    border-radius: 8px;
    overflow: hidden;
}

.boxes.active .image {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease-in-out;

}
.boxes .text span {
    color: #F0F0F0;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.6s ease-in-out;

}
.boxes .text h2 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 16px;
    transition: all 0.6s ease-in-out;

}
.boxes .text p {
    margin: 0;
    font-weight: 200;
    font-size: 15px;
    transition: all 0.6s ease-in-out;

}
.boxes .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;

}
.campus_community {
    width: 77%;
    margin: auto;
}
#campus_community{
    position: relative;
}
#campus_community .container{
    position: relative;
    z-index: 9;
}
#our_team {
    background: #F2F4F7;
}
.left-side {
    display: inline-block;
    position: sticky;
    top: 10px;
    
}
.p_left{
    float: left;
    width: 40%;
}
.p_right{
    width: 60%;
    float: right;
    padding-left: 55px;
}
.our_team {
    display: inline-block;
    width: 100%;
}
.team_image {
/*     height: 260px; */
    border-radius: 8px;
    overflow: hidden;
}
.team_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.team_name h6 {
    font-size: 16px;
    font-weight: 500;
    color: #001244;
    margin-bottom: 3px;
    text-transform: capitalize;
}
.team_name span {
    font-size: 14px;
    color: #363636;
    font-weight: 400;
    line-height: 18px;
    display: inline-block;
}
.team_name {
    padding: 12px;
}
.team_wrap {
    margin-bottom: 10px;
}

.boxes.active .image {
    max-height: 100%;
    opacity: 1;
}

/* contact page */
#contact {
    background: #001244;
    padding: 100px 0px 80px;
    position: relative;
}
.contact_title {
    font-size: 48px;
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.contact_left ul {
    padding: 0;
    list-style: none;
    margin-top: 50px;
    margin-bottom: 0;
}
.contact_left ul li{
    margin-bottom: 50px;
}
.contact_left ul li:last-child{
    margin-bottom: 0;
}
.contact_sm {
    display: flex;
    align-items: center;
}
.contact_sm a {
    margin-right: 20px;
}
.contact_left ul li h6 {
    color: #C7C7C7;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.contact_left ul li a {
    font-size: 18px;
    color: #FFC60F;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    align-items: center;
}
.contact_left ul li a img{
    margin-right: 15px;
}
.contact_right {
    background: #051A54;
    padding: 40px;
    border-radius: 8px;
}
.contact_left {
    margin-right: 70px;
}
.contact_right h6 {
    color: #FFFFFF;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
}
.contact_input {
    width: 100%;
    background: #001244;
    padding: 12px 16px;
    outline: none;
    box-shadow: none;
/*     margin-bottom: 28px; */
    border-radius: 4px;
    /* border: 1px solid #ffc60f21; */
    border: 0;
}
.contact_input::placeholder{
    color: #C5C5C5;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
}
.input_sibmit {
    border: 0;
    background: #FFC60F;
    padding: 10px 20px;
    border-radius: 8px;
    color: #152569;
    font-size: 15px;
    font-weight: 600;
    margin-right: 20px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
.contact_form textarea{
    resize: none;
    height: 150px;
}
.location_wrapper {
    height: 340px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
	transition: all .5s linear;
}
.location_wrapper:hover .location_img {
    transform: scale(1.05);
	transition: all .5s linear;
}
.location_img{
	transition: all .5s linear;
}
.location_wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location_address {
    position: absolute;
    bottom: 0;
    left: revert-layer;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.01%, rgba(0, 0, 0, 0.3) 40.24%, rgba(0, 0, 0, 0.6) 62.13%, #000000 100%);
    padding: 25px 40px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
    height: 50%;
}
.location_address h6 {
    color: #F6F6F6;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    width: 280px;
}
.location_address a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #FFC60F;
    font-size: 15px;
}
.location_address a img {
    margin-left: 10px;
    width: 20px;
}
.dis_name {
    position: absolute;
    background: #001244;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    padding: 8px 10px;
    border-radius: 0px 0px 8px 8px;
    left: 40px;
    top: 0;
}
/* gallery page */
.mob_gallery{
    display: none;
}
.mob_gallery_wrap {
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.mob_gallery_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mob_gallery_wrap h6 {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
	justify-content: space-between;
    width: 100%;
    height: 60px;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 20px;
}
.mob_gallery_wrap h6 img {
    max-width: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
    margin-left: 10px;
    margin-bottom: -5px;
    max-height: 20px;
}
.card-column {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 350px;
    transition: all 0.8s linear;
    margin-bottom: 50px;
    width: 250px;
    margin: 0 auto 60px;
}
.card {
    position: absolute;
    width: 250px;
    height: 300px;
    background: #fff;
    border-radius: 8px;
    border: 2px solid #FFFFFF;
    overflow: hidden;
    transition: transform 0.8s ease, box-shadow 0.8s ease;
    box-shadow: 0px 4px 6px 0px #00000014;
}
#gallery_listing {
    padding-bottom: 30px;
}
.card-column h6 {
    position: absolute;
    bottom: 0;
    color: #001244;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    text-align: center;
    width: 280px;
    height: 30px;
}
.card img {
    width: 100%;
    height: 100%;
    transition: all 0.8s linear;
    object-fit: cover;
}

.card:nth-child(1) {
    transform: translateY(-3px) rotate(-6deg);
    z-index: 1;
}
.card:nth-child(2) {
    transform: translateY(0px) rotate(5deg);
    z-index: 2;
}
.card:nth-child(3) {
    transform: translateY(0) rotate(0deg);
    z-index: 3;
}
/* .card-column:hover .card {
    transform: translateY(0px) scale(1.05);
} */

.card-column:hover:hover .card:nth-child(3) {
    transform: unset;
    transition: all 0.8s linear;
}
.card-column:hover:hover .card:nth-child(2) {
    transform: unset;
    transition: all 0.8s linear;
}
.card-column:hover:hover .card:nth-child(1) {
    transform: unset;
    transition: all 0.8s linear;
}
/* gallery detail */
.gallery_image_wrap {
    height: 260px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    background: #000;
    transition: all .5s linear;
}
.gallery_image_wrap:hover img{
    opacity: 1;
    transition: all .5s linear;
}
.gallery_image_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .8;
    transition: all .5s linear;
}

/* blog list page */
.latest_blog_img {
    height: 330px;
    border-radius: 8px;
    overflow: hidden;
}
.latest_blog_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.latest_blogs_content .blog_date {
    color: #000000;
}
.latest_news {
    text-decoration: none;
    display: inline-block;
    width: 100%;
}
.latest_blogs_content {
    padding-top: 20px;
}
.latest_blogs_content h6 {
    color: #101011;
    font-size: 24px;
    font-weight: 500;
    margin: 15px 0px 20px;
}
.latest_blogs_content button {
    border: 0;
    background: transparent;
    color: #001244;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.latest_blogs_content button img{
    margin-left: 10px;
}
.latest_blog_right .hm_blog_img {
    border-radius: 8px;
    overflow: hidden;
}
.latest_blog_right .hm_blog_wrap {
    border-radius: 0;
    border-bottom: 1px solid #e7e7e7a6;
    padding-bottom: 20px;
    background: transparent;
}
.blog_listing_image {
    border-radius: 8px;
    overflow: hidden;
    height: 240px;
}
.blog_listing_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
     transition: all .5s linear;
}
.blog_list_wrap {
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    transition: all .5s linear;
}
.blog_list_wrap:hover img{
    transform: scale(1.05);
     transition: all .5s linear;
}
.blog_listing_content{
    padding-top: 20px;
}
.blog_listing_content .blog_date {
    color: #000000;
}
.blog_listing_content h6 {
    color: #101011;
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 0;
}
.blog_list_wrapper {
    margin-top: 80px;
}

/* placement */
.placement_wrapper:hover .placement_image {
    transform: scale(1.05);
    transition: all .5s linear;
}
.placement_image {
    height: 280px;
    border-radius: 8px;
    overflow: hidden;
    transition: all .5s linear;
}
.placement_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.placement_wrapper {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 3px 3px 6px 0px #0000000A;
    margin-bottom: 20px;
    transition: all .5s linear;
}
.placement_details{
    text-align: center;
    margin-top: 20px;
}
.placement_details h6 {
    font-size: 20px;
    font-weight: 500;
    color: #001244;
    margin-bottom: 5px;
}
.placement_details span {
    color: #1E1C1C;
    font-size: 15px;
    font-weight: 500;
    display: block;
}
.placemt_partner_logo {
    height: 118px;
    background: #071F61;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 20px;
    transition: all 5s linear;
}
.placemt_partner_logo:hover {
    background: #000f38;
    transition: all 5s linear;
}
.placemt_partner_logo img {
    max-width: 170px;
    max-height: 170px;
    filter: brightness(0) invert(1);
    width: 90px;
    transition: all .5s linear;
}
/* blog detail */
.common_two_header .common_caption {
    font-size: 28px;
}
.common_two_header .flex_align {
    margin-bottom: 30px;
}
.blog_left {
    width: 65%;
    float: left;
    padding-right: 60px;
}
.blog_right {
    width: 35%;
    float: right;
    padding-left: 10px;
}
.blog_details{
    display: inline-block;
    width: 100%;
}
.blog_left h5:nth-child(1) {
    margin-top: 0px;
}
.blog_left h5 {
    color: #101011;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 40px;
}
.other_blogs_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.other_blogs_head h6 {
    color: #101011;
    text-transform: capitalize;
    font-size: 28px;
    font-weight: 600;
    margin: 0;
}
.other_blogs_head a {
    color: #001244;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    text-transform: capitalize;
}
.other_blogs_head a  img{
    margin-left: 10px;
}
.other_blogs ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* course list */
.course_list_wrap {
    display: flex;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 24px;
}
.course_left {
    width: 50%;
    height: 320px;
    padding: 30px;
}
.course_right {
    width: 40%;
}
.course_image {
    height: 320px;
    border-radius: 8px;
    overflow: hidden;
    width: 50%;
    transition: all .5s linear;
}
.course_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s linear;
}
.course_list_wrap:hover img {
    transform: scale(1.05);
    transition: all .5s linear;
}
.course_left h5 {
    color: #001244;
    font-size: 19px;
    font-weight: 500;
}
.course_left .course_poin{
    margin-bottom: 16px;
}
.course_left .course_poin h6{
    color: #001244;
    font-weight: 500;
}
#course_list{
    position: relative;
}
#course_list .container{
    position: relative;
    z-index: 9;
}
#course_list .green .shape1{
    left: -210px;
}
#course_list .green .shape2{
    right: -210px;
    top: 50px;
}
.common_two_header .course_poin {
    margin-bottom: 30px;
}
/* course details */
.course_detail_left h5:nth-child(1) {
    margin-top: 0px;
}
.course_detail_left h5 {
    color: #101011;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 40px;
}
.course_detail_left h6{
    color: #101011;
    font-size: 18px;
    font-weight: 500;
}
.course_detail_left {
    width: 65%;
    float: left;
    padding-right: 50px;
}
.course_detail_right {
    width: 35%;
    float: right;
}
.course_details{
    display: inline-block;
    width: 100%;
}
.enquire_form {
    background: #051A54;
    padding: 40px;
    border-radius: 8px;
}
.enquire_form h6 {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.enquire_input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #ffffff1c;
    padding-bottom: 10px;
    outline: none;
    box-shadow: none;
    color: #fff;
    font-size: 15px;
}
.enquire_input::placeholder{
    font-size: 14px;
    color: #a9a9a9;
    font-weight: 200;
    text-transform: capitalize;
}
.enquire_submit {
    border: 0;
    background: #FFC60F;
    padding: 10px 20px;
    border-radius: 8px;
    color: #152569;
    font-size: 15px;
    font-weight: 600;
    margin-right: 20px;
    text-transform: capitalize;
    position: relative;
    overflow: hidden;
}
.enquire_form textarea {
    height: 100px;
    resize: none;
}
#other_courses .course_list_wrap{
    margin: 0;
    background: #F2F4F7;
}
/* testimonial page */
#testimonial_slider2 .owl-dots button {
    width: 4px;
    height: 4px;
    background: #020D3C !important;
    border-radius: 50px;
    margin-right: 8px;
    opacity: .3;
}
#testimonial_slider2 .owl-dots{
    display: flex;
    align-items: center;
    margin-top: 40px;
}
#testimonial_slider2 .owl-dots .active{
    width: 40px!important;
    opacity: 1!important;
}
.testimonial_wrapper {
    margin-top: 80px;
}
.text_testimonial {
    box-shadow: 3px 3px 8px 0px #00000005;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    margin-bottom: 22px;
    min-height: 300px;
}
.text_testimonial p {
    height: 88px;
    overflow-y: auto;
    margin: 0;
    padding-right: 6px;
}
.text_testimonial p::-webkit-scrollbar{
	width: 2px;
}
.text_testimonial p::-webkit-scrollbar-thumb
{
background-color: #ffbb00bd;
}
.text_testimonial hr{
    color: #d3d3d3;
    margin: 30px 0px;
}
.profile_image {
    width: 58px;
    height: 58px;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 20px;
}
.profile_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.students_profile {
    display: flex;
    align-items: center;
}
.students_profile h6{
    font-size: 17px;
    font-weight: 500;
    color: #101011;
    margin-bottom: 2px;
}
.students_name_wrap span {
    color: #101011;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    display: block;
}
/* 404 */
#error {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.error h1 {
    font-size: 36px;
    color: #001244;
    font-weight: 600;
    text-transform: capitalize;
}
.error p {
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    line-height: 22px;
    width: 400px;
    margin: auto;
}
.error img {
    width: 400px;
    animation: bounce .8s ease infinite alternate;
}
.error .common-btn {
    margin: 20px auto 0;
}
.contact_right .wpcf7-response-output {
    color: #fff;
}
.wpcf7-form-control-wrap {
    margin-bottom: 25px;
    display: block;
}
.enquire_form .wpcf7-form-control-wrap {
    margin-bottom: 0px!important;
}
.wpcf7-not-valid-tip {
    font-size: 14px;
}
.wpcf7-not-valid-tip {
    margin-top: 6px;
}
.course_detail_left ul, .blog_left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.course_detail_left ul li, .blog_left ul li{
    position: relative;
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    margin-bottom: 2px;
	padding-left: 26px;
}
.course_detail_left ul li::after,.blog_left ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23051A54' d='M244 92.68a11.93 11.93 0 0 0-3.51-8.48L171.8 15.51a12 12 0 0 0-17 0l-29.02 29.05l-58.86 22.07a12.06 12.06 0 0 0-7.63 9.26L36.05 215.34A4 4 0 0 0 40 220a5 5 0 0 0 .66-.05L180.1 196.7a12 12 0 0 0 9.27-7.62l22.07-58.86l29-29a11.92 11.92 0 0 0 3.56-8.54m-62.12 93.59a4 4 0 0 1-3.09 2.54L51.66 210l58.45-58.45a24 24 0 1 0-5.66-5.66L46 204.35L67.19 77.21a4 4 0 0 1 2.54-3.09L127 52.64L203.35 129ZM108 132a16 16 0 1 1 16 16a16 16 0 0 1-16-16m126.83-36.49L208 122.34L133.66 48l26.82-26.82a4 4 0 0 1 5.66 0l68.69 68.69a4 4 0 0 1 0 5.65Z'/%3E%3C/svg%3E");
    width: 17px;
    height: 17px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.fixedcontent {
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 78.48%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 50px;
    height: 50%;
    display: flex;
    align-items: end;
}
.fixedcontent ul {
    padding: 0;
    margin: 0;
    list-style: none;
   width: 100%;
    display: inline-block;
}
.fixedcontent ul li{
	width: 25%;
	float: left;
	padding: 0px 50px;
	position: relative;
	text-align: left;
}
.fixedcontent ul li::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    background: #ffc60f70;
    width: 1px;
    height: 50px;
    transform: translate(0%, -50%);
}
.fixedcontent ul li:last-child::after{
	display: none;
}
.fixedcontent ul li span{
	font-size: 56px;
	font-weight: 600;
	color: #FFC60F;
}
.fixedcontent ul li p{
	margin: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.mob_btn {
    display: none;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.faqrt .accordion-item .accordion-button span {
    width: 94%;
    line-height: 24px;
    font-weight: 500;
    font-size: 16px;
}
.faqrt .accordion-item .accordion-button {
    background: transparent;
    color: #000;
    outline: none;
    padding: 20px 0px;
}
.faqrt .accordion-item .accordion-button:focus {
    outline: none;
	box-shadow: none;
}
.faqrt .accordion-body {
    padding: 20px 0px;
}
.faqrt .accordion-body ul{
	padding: 0;
	list-style: none;
}
.faqrt .accordion-body ul li {
    position: relative;
    font-size: 16px;
    color: #404040;
    font-weight: 400;
    margin-bottom: 2px;
    padding-left: 26px;
}
.faqrt .accordion-body ul li::after, .blog_left ul li::after {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23051A54' d='M244 92.68a11.93 11.93 0 0 0-3.51-8.48L171.8 15.51a12 12 0 0 0-17 0l-29.02 29.05l-58.86 22.07a12.06 12.06 0 0 0-7.63 9.26L36.05 215.34A4 4 0 0 0 40 220a5 5 0 0 0 .66-.05L180.1 196.7a12 12 0 0 0 9.27-7.62l22.07-58.86l29-29a11.92 11.92 0 0 0 3.56-8.54m-62.12 93.59a4 4 0 0 1-3.09 2.54L51.66 210l58.45-58.45a24 24 0 1 0-5.66-5.66L46 204.35L67.19 77.21a4 4 0 0 1 2.54-3.09L127 52.64L203.35 129ZM108 132a16 16 0 1 1 16 16a16 16 0 0 1-16-16m126.83-36.49L208 122.34L133.66 48l26.82-26.82a4 4 0 0 1 5.66 0l68.69 68.69a4 4 0 0 1 0 5.65Z'/%3E%3C/svg%3E");
    width: 17px;
    height: 17px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.faqrt .accordion-item {
    border-color: #162e961c;
	background: transparent;
}
.faqrt {
    padding-left: 40px;
}
#faq {
    background: #fff;
}

/*Banner addon*/
.banner_wrapper {
  display: flex;
  gap: 20px;
  margin-top: 20px;
  /*position: absolute;
  bottom: 10%;
  left: 50%;*/
}
.banner_wrapper .hover-box {
  width: 240px;
  height: 172px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 99;
  border-radius: 8px;
}
.btnstyle1 {
  display: flex;
  align-items: center;
/*  font-family: "Graphik-Medium";*/
  text-decoration: none;
  position: relative;
}
/*.color1 {
  color: yellow;
}*/
.banner_wrapper .image-wrapper {
  width: 100%;
  height: 40%;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  z-index: 1;
}
.banner_wrapper .image-wrapper img {
  width: 240px;
  height: 172px;
  object-fit: cover;
}
.banner_wrapper .image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.banner_wrapper .box-title {
  position: absolute;
  top: 24px;
  left: 20px;
  font-size: 22px;
  color: #001244;
  z-index: 3;
  font-weight: 600;
  / font-family: "Graphik-Medium"; /
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.banner_wrapper .arrowicon {
  position: absolute;
  right: 8px;
  top: unset;
  bottom: 50px;
  z-index: 9;
}
.btn2 {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  overflow: hidden;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  background: #FFC60F;
/*  color: black;*/
  margin-right: 15px;
  transition: all .5s linear;
}
.banner_wrapper .arrowicon .btn2 {
  background: #FFC60F;
}
.banner_wrapper .arrowicon .btn2 iconify-icon {
  color: #273B94;
  font-size: 20px;
}
.commonbtn {
  position: relative;
  transition: color 650ms ease-in-out;
  display: flex;
}
.commonbtn:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 50%;
  transition: all 500ms ease-in-out;
  transform: translate(-50%, -50%);
}
.banner_wrapper .hover-box:hover .image-wrapper {
  height: 100%;
  filter: brightness(40%);
}
.banner_wrapper .hover-box:hover .box-title {
  color: #fff;
}
.banner_wrapper .hover-box:hover .arrowicon .btn2 {
  background: #273B94;
}
.banner_wrapper .hover-box:hover .arrowicon .btn2 iconify-icon {
  color: #FFC60F;
}
.banner_wrapper .hover-box:hover .arrowicon .btn2 iconify-icon{
  animation-name: bounceAlpha2;
  animation-duration: 1s;
  animation-delay: 0.1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.faqrt .accordion-button::after {
	  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23273b94' d='M128 24a104 104 0 1 0 104 104A104.13 104.13 0 0 0 128 24m40 112h-32v32a8 8 0 0 1-16 0v-32H88a8 8 0 0 1 0-16h32V88a8 8 0 0 1 16 0v32h32a8 8 0 0 1 0 16'/%3E%3C/svg%3E");
	 background-size: 25px;
	width: 25px;
    height: 25px;
}
.faqrt .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23273b94' fill-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12S6.477 2 12 2s10 4.477 10 10m-6.25 0a.75.75 0 0 1-.75.75H9a.75.75 0 0 1 0-1.5h6a.75.75 0 0 1 .75.75' clip-rule='evenodd'/%3E%3C/svg%3E");
}
#course_testimonial_slider {
    margin-top: 50px;
}
/**/
.enquire_form .wpcf7-response-output {
    color: #fff;
    font-size: 12px;
}
.jobs_wrapper {
    margin-bottom: 30px;
	    transition: all .5s linear;
    will-change: transform;
}
.jobs_wrapper:hover img {
    transform: scale(1.05);
    transition: all .5s linear;
    will-change: transform;
}
.jobs_image {
    height: 330px;
    border-radius: 14px;
    overflow: hidden;
}
.jobs_image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	 transition: all .5s linear;
    will-change: transform;
}
.jobs_details h6 {
    color: #001244;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.jobs_details{
	text-align: center;
	margin-top: 20px;
}
.path_success_right {
    display: flex;
    justify-content: right;
}
.path_success_right ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.path_success_right ul .active::after {
    position: absolute;
    content: '';
    left: -1px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #FFC60F;
}
.path_success_right ul li.active::after {
    opacity: 1;
    animation: verticalLoad 3s linear infinite;
}
#path_success {
    background: #fff;
}
@keyframes verticalLoad {
    0% {
        height: 0;
    }
    100% {
        height: 100%;
    }
}

.path_success_right ul .active h6{
	color: #001244;
}
.path_success_right ul .active p{
	color: #404040;
}
.path_success_right ul li {
    padding-left: 60px;
    border-left: 1px solid #00124417;
    margin-bottom: 50px;
    position: relative;
}
.path_success_right ul li h6{
	color: #404040A8;
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}
.path_success_right ul li p{
	color: #404040A8;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}
.job_enquiry_left p {
    width: 420px;
}
#job_slider .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 9;
	opacity: 0;
}
#job_slider .owl-dots button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffffff61;
}
#job_slider .owl-dots .active{
	background: #fff;
}
.wpcf7-not-valid-tip {
    font-size: 13px!important;
}
.wpcf7-response-output {
    font-size: 12px;
    margin-top: 10px !important;
}
.apply_input.wpcf7-not-valid {
    border: 1px solid red;
}
/* .job_enquiry .wpcf7-not-valid-tip {
    position: absolute;
    top: -22px;
    left: 0;
} */