/* *{font-family:;} */
*{font-family: poppins, sans-serif;}
.container{max-width: 1230px !important;}
.offer-widget {
    background: #36429f;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 8px 0;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 1px;
}
/* header */

.site-branding {
    margin: inherit !important;
}
@media only screen and (min-width: 768px) {
    .site-branding {
        margin: 0 calc(10% + 60px);
    }
}
.site-branding {
    color: #767676;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    position: relative;
    word-wrap: break-word;
}
.site-branding, .main-navigation ul.main-menu > li, .social-navigation, .author-description .author-bio, .nav-links {
    line-height: 1.25;
}

/* @media only screen and (min-width: 1023px) {
    .sub-menu-toggle {
        display: none;
    }
    .custom-navigation .main-menu li.all-courses-menu {
        width: 150px;
        padding: 10px 0;
    }
    .custom-navigation .main-menu li {
        display: block;
        width: 315px;
        vertical-align: top;
        position: static;
        padding: 0 15px;
        line-height: 31px;
    }
    .custom-navigation .main-menu li.all-courses-menu>a {
        color: #fff;
        text-align: center;
        display: flex;
        font-weight: 500;
        font-size: 16px;
        padding: 10px 12px;
        justify-content: space-evenly;
        align-items: center;
        flex-direction: row-reverse;
    }
    .custom-navigation .main-menu li a {
        display: block;
        white-space: nowrap;
        transition: all 0.2sease;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #5a5a5a;
        line-height: 18px;
        margin-bottom: 1px;
        font-size: 13px;
        font-weight: 400;
        display: block;
        padding: 6px 12px;
    }
    .custom-navigation .main-menu ul {
        padding: 15px 0px;
    }
    .custom-navigation .main-menu ul {
        list-style: none;
        padding: 0;
        display: none;
    }
    .all-courses-menu>.sub-menu {
        width: 631px !important;
        position: absolute;
        background: #fff;
        left: -95px;
        height: 600px;
        margin-top: 10px;
        background: #f1f6fa;
        border: 1px solid #eceff1;
    }
} */
.custom-navigation #menu-main-menu {
    margin: 0;
}
.main-menu li.all-courses-menu> a {
    background: #36429f;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    display: block;
    font-size: 14px;
    padding: 10px 22px;
    text-transform: uppercase;
}
.custom-logo-link .custom-logo {
    width: 120px;
    height: 62px;
}
.logo-header {
    padding: 10px 0;
    width: 100%;
}
.custom-menu-header {
    background-image: linear-gradient(142deg, #67c6ff, #0061a9);
    width: 100%;
}
.custom-menu-header .navbar-nav li a {
    padding: 15px 14px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}
.custom-menu-header .navbar .collapse {
    justify-content: center;
}
.banner-section { 
        background-image: url(https://immeksoftech.com/wp-content/uploads/2025/01/students-studying-together-library-1.jpg);
        background-size: cover !important;
        background-position: top !important;
        background-repeat: no-repeat !important;
        position: relative;
        padding: 6em 0;
}

.bannerimgno{
    background-image: none;
}

.bannerbg-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0082c8;
    background: linear-gradient(45deg, #36429f, #36429f);
    opacity: 0.9;
    
}
.best-seller {
    width: fit-content;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    margin: 10px 0px 15px;
}
.best-seller h3 {
    margin: 0;
    font-size: 13px;
}
.heading-text h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 16px;
}
.heading-text p {
    color: #fff;
}
.our-special div {
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    margin-bottom: 16px;
}
.our-special span {
    font-weight: 700;
}
.banner-btn a {
    background:#eab53f;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    padding: 8px 26px;
    border-radius: 6px;
    font-weight: 500;
    text-transform: capitalize;
    transition: all 0.3s ease-in;
}
.banner-background img {
    width: 100%;
}
.clearfix{
    width: 100%;
}
.enroll-img img {
    width: 100px;
    padding-right: 10px;
}
.page-sections{
    padding: 35px 0px;
    position: relative;
}
.common-headings {
    text-align: center;
    margin-bottom: 40px;
    font-size: 28px;
}
.common-headings span{
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;

}
.Demand-category .common-headings {
    margin-bottom: 15px;
}
/* logo animation */
.client-carousel{
    display: flex;
   overflow: hidden;
}
.marquee {
   animation: slide 30s linear infinite;
}
@keyframes slide {
   0%{
       transform: translate(0);
   }
   100%{
      transform: translate(calc(-100% - 28px));
   }
}
.client-logo-img {
   width: 130px;
   padding: 5px 5px;
   border: 1px solid #ddd;
   margin-right: 20px;
   border-radius: 8px;
   justify-content: center;
   display: flex;
}
.client-logo-img img {
   width: 80px;
}
.client-logos{
    display: flex;
    margin-bottom: 20px;
}

/* course tab css*/

.course-tab {
    background: #fff;
    border: 1px solid #dee5ec;
    padding: 16px 12px;
    border-radius: 16px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.02), 0px 25px 25px 0px rgba(0, 0, 0, 0.02), 0px 56px 33px 0px rgba(0, 0, 0, 0.01), 0px 99px 40px 0px rgba(0, 0, 0, 0), 0px 155px 43px 0px rgba(0, 0, 0, 0);
}
.course-tab .nav-link.active {
    margin: 8px 0px;
    padding: 8px 16px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    background-color: transparent;
    /* background-image: linear-gradient(90deg, #fea802 -20%,#ff7426 115%); */
    background: #36429f;
}
.course-tab .nav-link {
    color: #4f6882;
    font-weight: 600;
    font-size: 15px;
}
.course-card-content {
    border: 1px solid #b7e4ff7d;
    margin-bottom: 30px;
    border-radius: 16px;
    box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.02), 0px 25px 25px 0px rgba(0, 0, 0, 0.02), 0px 56px 33px 0px rgba(0, 0, 0, 0.01), 0px 99px 40px 0px rgba(0, 0, 0, 0), 0px 155px 43px 0px rgba(0, 0, 0, 0);
}
.course-card-img img {
    border-radius: 16px 16px 0px 0px;
}
.course-card-details {
    padding: 16px 10px;
}
.course-card-btn {
    padding: 5px 8px;
    width: fit-content;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    border-radius: 20px;
    background-color: transparent;
    /* background-image: linear-gradient(90deg, #fea802 -20%,#ff7426 115%); */
    background:#36429f;
}
.tab-content a {
    text-decoration: none;
}
.course-card-title {
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 10px 0px 0px;
}
.next-date span {
    font-weight: 600;
}
.next-date {
    padding: 8px 0px;
    color: #4f6882;
    font-size: 14px;
}
.next-month {
    font-weight: 500;
    color: #4f6882;
    font-size: 14px;
}
.next-month i {
    padding-right: 10px;
}
.know-more {
    background: #36429f;
    border-radius: 0px 0px 16px 16px;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    color: #fff;
}
.know-more a {
    color: #4f6882;
    font-weight: 500;
    font-size: 14px;
}
.who-trusted {
    background-image: linear-gradient(to top, #fff, #fff 96%, #fff 5%, #f3fbff);
}
.group-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.group-details {margin-right: 80px;}
.group-details h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}
.group-details em {
    color: #edb200;
    font-size: 20px;
}
.group-rating-img {
    padding: 8px 20px;
    box-shadow: 0px 27px 8px 0px rgba(100, 116, 139, 0), 0px 17px 7px 0px rgba(100, 116, 139, .01), 0px 10px 6px 0px rgba(100, 116, 139, .05), 0px 4px 4px 0px rgba(100, 116, 139, .09), 0px 1px 2px 0px rgba(100, 116, 139, .1);
    border-radius: 10px;
}
.group-rating-img:hover {
    box-shadow: 0px 27px 8px 0px rgba(100, 116, 139, 0), 0px 17px 7px 0px rgba(100, 116, 139, .01), 0px 10px 6px 0px rgba(100, 116, 139, .05), 0px 4px 4px 0px rgba(100, 116, 139, .09), 0px 4px 4px 0px rgba(100, 116, 139, .25);
}
.group-rating-img img {width: 145px;}
.Demand-category {background: #f1f4f7;}
.demand-para {
    text-align: center;
    padding-bottom: 25px;
    margin: 0;
}
.demand-cate-details {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0px;
}
.demand-cate-details a {
    min-width: 190px;
    text-decoration: none;
}
.demand-background {
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 50px;
}
.demand-content h3 {
    font-size: 17px;
    font-weight: 500;
    color: #4f6882;
    text-decoration: none;
}
.demand-content p {
    margin: 0;
    font-size: 14px;
    text-decoration: underline;
    color: #4f6882;
    font-weight: 500;
}
.demand-content p i {
    margin-left: 6px;
    font-size: 12px;
}
.demand-icon {
    padding: 10px;
    background: #36429f;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.demand-icon i {
    font-size: 18px;
    color: #FFF;
}

.immek-common-button{
        background: #36429f;
        color: #fff;
        display: inline-block;
        text-decoration: none;
        font-size: 15px;
        padding: 8px 26px;
        border-radius: 6px;
        font-weight: 500;
        text-transform: capitalize;
        transition: all 0.3sease-in;
}

.carousel-card {
    padding: 20px;
    border: 1px solid #4f688226;
    border-radius: 20px;
}
.card-profile {
    display: flex;
    align-items: center;
}
.card-profile .card-img {
    width: 55px;
    height: 55px;
    background: #f4f6f8;
    margin-right: 15px;
    border-radius: 50px;
    padding: 3px;
}
.top-card-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
}
.top-card-content p {
    margin: 0;
    font-size: 14px;
    color: #4f6882;
}
.card-carl-para {
    margin-top: 20px;
}
.card-carl-para p {
    font-size: 14px;
    color: #4f6882;
}
.card-google-review {
    display: flex;
    align-items: center;
}
.google-img {
    width: 32px;
    margin-right: 15px;
}
.google-star i {
    color: #edb200;
    font-size: 14px;
}
.card-google-review p {
    margin: 0 0 0 auto;
    background: #36429f;
    color: #fff;
    border-radius: 50px;
    padding: 6px 12px;
    width: fit-content;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
}
.homepage-review-carousel {
    margin: 10px;
}

/* accordian */

.custom-accordion.accordion>.card:first-of-type {
    border-bottom: 1px solid #e5e5e5;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.custom-accordion .card {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.custom-accordion .card-header h4 {
    margin: 0;
    font-size: 15px;
    color: #455360;
    padding: 0;
    padding-top: 0;
    padding-left: 0;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: block;
    text-align: left;
    font-weight: 600;
    padding: 15px;
}
.custom-accordion.accordion>.card .card-header {
    margin-bottom: 0;
    background: #fff;
    padding: 0;
    border: none;
    cursor: pointer;
}
.custom-accordion .card-header h4:before {
    content: '\f067';
    display: inline-block;
    font-size: 13px;
    color: #5f666d;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.custom-accordion .card.active h4:before {
    content: '\f068';
}
.custom-accordion .card-body {
    margin-top: 0;
    padding:18px;
    text-align: left;
    padding-bottom: 18px;
    font-size: 14px;
}
.custom-accordion.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 1px solid #e5e5e5;
    border-radius: 4px;
}
.custom-accordion .card+.card {
    margin-top: 10px;
}
.hompepage-faq{
    background-image: linear-gradient(to top, #fff, #fff 96%, #fff 5%, #f3fbff);
}
a.theme-blue.ml-4 {
    padding: 8px 16px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    background: #36429f;
    color: #fff !important;
    border-radius: 8px;
}
.linktext i {
    rotate: 90deg;
    padding: 10px;
}






/*  */

.staticform.fixedform {
    position: fixed;
    top: 80px;
    width: 375px;
    transition: all 0.3s ease-in;
    display: block;
    z-index: 99;
}
.account-card {
    border: 1px solid #deeaf7;
    border-radius: 8px;
    box-shadow: 0 0 .55rem rgba(108, 118, 134, .1);
    background-color: #fff;
}
.contact-form .form-group {
    margin-bottom: 15px;
    position: relative;
}
.account-card form p {
    margin: 0rem 0;
}
.wpcf7-form-control-wrap {
    position: relative;
}
.contact-form .form-group .form-control {
    border: none;
    border-bottom: solid 1px #ccc;
    font-size: 14px;
    outline: 0;
    font-weight: 400;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.contact-form input[type=text], .contact-form input[type=email], .contact-form input[type=url], .contact-form input[type=password], .contact-form input[type=search], .contact-form input[type=number], .contact-form input[type=tel], .contact-form input[type=range], .contact-form input[type=date], .contact-form input[type=month], .contact-form input[type=week], .contact-form input[type=time], .contact-form input[type=datetime], .contact-form input[type=datetime-local], .contact-form input[type=color], textarea {
    height: 38px;
    border-radius: 4px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    -webkit-backface-visibility: hidden;
    background: #fff;
    border: solid 1px #ccc;
    box-sizing: border-box;
    outline: none;
    padding: 0.36rem 0.66rem;
    -webkit-appearance: none;
    outline-offset: 0;
    border-radius: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


/*  */
.main-menu li > ul.sub-menu {
    width: 100%;
}

@media only screen and (min-width: 1023px) { 
.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next.post-navigation .nav-links .nav-previous, .post-navigation .nav-links .nav-next{
min-width: inherit;
}
.sub-menu-toggle{display: none;}
.viemorelinks:hover{background: none !important }
.viemorelinks a{background: transparent; border-radius: 4px; border: 1px solid #ff7426; color: #ff7426 !important; text-align: center; display: block; text-transform: uppercase; width: 100%; margin: 13px auto 0 auto; margin-top: 20px; }
.submenu-expand{display: none; }
.custom-navigation .main-menu ul{list-style: none; padding: 0; display: none; }
.custom-navigation .main-menu li.all-courses-menu:hover>ul{display: block; }
.custom-navigation .main-menu li{display: block; width: 315px; vertical-align: top; position: static; padding: 0 15px; line-height: 31px; }
.custom-navigation .main-menu li.all-courses-menu{width: 150px; padding: 10px 0; }
.custom-navigation .main-menu li.all-courses-menu>a{color: #fff; text-align: center; display: flex; font-weight: 500; font-size: 13px; padding: 10px 12px; justify-content: space-evenly; align-items: center; flex-direction: row-reverse;}
.all-courses-menu>.sub-menu>li:hover,
.all-courses-menu>.sub-menu>li.submenu-active{background: #fff;}
.all-courses-menu>.sub-menu li> a:hover {color: #FF5722; }
.custom-navigation .main-menu ul {padding: 15px 0px; }
.custom-navigation .main-menu li a{display: block; white-space: nowrap; transition: all 0.2s ease; overflow: hidden; text-overflow: ellipsis; color: #5a5a5a; line-height: 18px; margin-bottom: 1px; font-size: 13px; font-weight: 400; display: block; padding: 6px 12px; }
.all-courses-menu>.sub-menu{width: 632px !important; position: absolute; background: #fff; left: -95px; height: 600px; margin-top: 10px; background: #f1f6fa !important; border: 1px solid #eceff1; z-index: 1;}
.all-courses-menu>.sub-menu li>.sub-menu{position: absolute; background: #fff; left: 315px; top: 0; width: 315px; display: none; height: 100%; }
.all-courses-menu>.sub-menu li:last-child>.sub-menu{border-left:1px solid #f2f2f3; }
.all-courses-menu>.sub-menu>li:hover .sub-menu,
.all-courses-menu>.sub-menu>li.submenu-active .sub-menu{display: block;}
.all-courses-menu>.sub-menu li.mobile-parent-nav-menu-item{display: none; }
.course-names-menu span{display: block; font-weight: 500; color: #000000; padding: 0 10px; text-transform: uppercase; margin-bottom: 15px; font-size: 13px; position: relative; }
.course-names-menu span:before{position: absolute; width: 30px; height: 1px; background: #3678d6; content: ''; left: 15px; bottom: 0; }
.custom-navigation .main-menu li ul.sub-menu li.viemorelinks {display:  block; position: static; right: 15px; bottom: 15px; }
    
  .all-courses-menu > .sub-menu > li > .sub-menu li:hover .sub-menu, 
  .all-courses-menu > .sub-menu > li > .sub-menu > li .sub-menu{
    display: none !important;
}	

  .all-courses-menu > .sub-menu > li > .sub-menu li:hover .sub-menu,
  .all-courses-menu > .sub-menu > li > .sub-menu li.submenu-active .sub-menu{
    display: block !important;
    background: #f3f8ff !important;  
    left: 314px !important;
    top: -1px !important;
  }	}

  #our_success_section {
    background: #f1f4f7;
}
  .main_flex_section_three {
    align-items: center;
}
.main_flex_section_three h3 {
    margin-bottom: 20px;
}
.main_flex_section_three p {
    font-size: 14px;
}
.main_flex_section_three ul li {
    font-size: 16px;
    margin-bottom: 6px;
}

.training-companies {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.training-companies .box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 15px;
    padding: 15px;
    border-radius: 5px;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.training-companies .box img {
    transition: all 0.5s ease-in-out;
    width: 110px;
}
.training-companies .box:hover img {
    transform: scale(1.2);
}
.page-sections.advice {
    background: #36429f;
    color: #fff;
    padding: 20px 0px;
}
.page-sections.advice h3{margin: 0;}
.page-sections.advice h3 span a {
    color: #eab53f;
}

/* popular course */

.list-program .figure {
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative;
    background: #fff;
    margin-bottom: 25px;
    overflow: hidden;
    float: left;
    display: block;
    width: 100%;
}
.list-program .figure img {
    margin-bottom: 0;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    width: 100%;
    max-width: 100%;
}
.list-program .figure-caption {
    font-size: 14px;
    padding: 10px 15px;
    display: block;
    float: left;
    width: 100%;
    color: #3a3636;
}
.list-program .figure-caption strong {
    display: block;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
    min-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.figure-voting {
    margin-bottom: 5px;
    padding-top: 5px;
    float: left;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
}
.figure-voting code {
    background: none;
    color: #4f6882;
    padding-left: 10px;
    font-size: 14px;
}
.figure-voting .ratingtstar {
    font-size: 13px;
    float: right;
    margin: 0;
    padding: 0;
}
.figure-voting .ratingtstar i {
    color: #FF9800;
    padding-right: 1px;
    font-size: 11px;
}
/*  */

.foot-queries-section {
    position: relative;
    margin-top: 70px;
    background: #36429f;
    padding: 0px !important;
}
.person-img {
    position: absolute;
    left: 55%;
    transform: translate(-116%, 0%);
    bottom: 0;
}
.design-img {
    position: absolute;
    top: 16px;
    left: 50%;
}
.design-img img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(183deg) brightness(104%) contrast(101%);
}
.query-padd {
    padding: 48px;
}
.query-padd h4 i {
    padding-right: 15px;
}
.query-padd h4 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}
.form-back {
    background: #fff;
    border-radius: 50px;
    padding: 8px 8px 8px 24px;
}
.form-flx {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form-flx p {
    margin: 0;
    font-size: 17px;
    font-weight: 700;
    color: #6c6c6c;
}
.enquirybtn {
    color: #fff !important;
    background: #ffc107 !important;
    border-radius: 50px;
    padding: 8px 20px;
    font-size: 20px;
    font-weight: 600;
}
.mobile-form-flx {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .logo-header {
        display: none !important;
    }
}
.mob-menu-logo-holder {
    background: #fff;
}
i.mob-icon-menu.mob-menu-icon {
    color: #36429f;
}


/* popup form */

/* hublog Contact Form */
.banner-left-form {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .35) !important;
    padding: 20px 16px 20px 16px;
    width: 85%;
    margin: 0 0 auto auto;
    border: 1px solid #7194B77A;
}
.banner-left-form h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}
#hublogModal .input-sections p input,textarea.wpcf7-form-control.wpcf7-textarea{
    padding: 5px 15px 5px 15px;
    outline: none;
    border: 0.5px solid #153c764f;
    border-radius: 4px 4px 4px 4px;
    font-size: 14px;
    height: 38px;
    border-width: 1px 1px 1px 1px;
}
#hublogModal .input-sections p input:focus{box-shadow: none;border-bottom: 0.5px solid #36429f;}
#hublogModal textarea.wpcf7-form-control.wpcf7-textarea:focus{box-shadow: none; }
#hublogModal textarea.wpcf7-form-control.wpcf7-textarea{height: 80px !important; width:100%;}
.hublog-form-modal .modal-dialog {margin-top: 51px;}
.hublog-form-modal .hublog-form-heading {text-align: center;}
.hublog-form-modal .modal-header { border: none !important;padding: 6px 7px 9px; margin-top: 1px;}
.hublog-form-modal .hublog-form-heading p { font-size: 26px;color: #63b6ff;}
.hublog-form-modal .hublog-form-submit p input {
    border: none;
    width: 35%;
    background-color: #27254c;
    color: white;
    font-weight: 600;
    font-size: 18px;
    padding: 8px 18px;
    border-radius: 8px;
}
.hublog-form-modal .hublog-form-submit p {display: flex;flex-direction: column;justify-content: center;align-items: center;margin: 0;}
.hublog-form-modal .hublog-form-submit p input:focus{box-shadow: none;}
.hublog-form-modal .image-side img {width: 100%;}
.hublog-form-modal .modal-header button.btn-close:focus {box-shadow: none;}
.wpcf7-spinner{
    display: none;
}
/* Hublog Contact Form end */

/* inner page csss */
.inner-page-padding-section{
    background-image: url(https://immeksoftech.com/wp-content/uploads/2025/02/WEB-BANNER.jpg);
    background-size: cover !important;
    background-position: top !important;
    background-repeat: no-repeat !important;
    position: relative;
    padding: 3em 0;
}
#crumbs {
    padding-bottom: 10px;
}
#crumbs a {
    color: #ffffff;
}
#crumbs span {
    color: #aaa;
} 
.inner-page-padding-section h1 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-top: 10px;
    color: #fabd08;
    font-weight: 700;
}
.content {
    padding: 0px 0px 20px;
}
.text-white.accelerate {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 6px;
}
p.main-text.subTitle {
    font-size: 16px;
    color: #fff;
}
.inner-page-garentee {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.job-assi {
    display: flex;
    align-items: center;    
    color: #36429f;
    gap: 15px;
    background: rgb(255, 255, 255);
    padding: 5px 10px;
    border-radius: 4px;
}
.job-assi p {
    margin: 0px;
    font-weight: 600;
}
.enroll-img {
    display: flex;
    align-items: center;
    gap: 6px;
}
.enroll-img p {
    font-size: 16px;
    color: #fff;
    margin: 0px;
}
.inner-top-btns {
    padding: 30px 0px 0px;
}
a.download-brochure {
    color: #27254c;
    max-height: 53px;
    line-height: 21px;
    font-size: 14px;
    text-transform: uppercase;
    min-width: 95px;
    text-align: center;
    font-weight: 700;
    border-radius: 3px;
    text-decoration: none;
    padding: 12px 20px;
    background: #fff;
}
.speciality-list {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.speciality-items {
    width: 247px;
    display: flex;
    margin-top: 10px;
    border: 1px solid #ffffff69;
    justify-content: space-evenly;
    padding: 8px 10px;
    border-radius: 6px;
    align-items: center;
}
.speciality-item-content p {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    color: #fff;
    letter-spacing: 1px;
}
.speciality-item-content span {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
@media (max-width: 767px) {
    .speciality-list {display: block;}
    .speciality-items {width: 100%;}
}
.our-companies li {
    list-style: none;
}
.item-container {
    margin-top: 22px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
}
.item-container .image-container img {
    width: 45px;
}
.item-container .content-container {
    margin-left: 20px;
    color: #444444;
}
.item-container .content-container h3 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 7px;
    color: #111743;
}
a.get-in-touch {
    color: #fff;
    background: #36429f;
    padding: 8px 20px;
    border-radius: 4px;
    margin-right: 15px;
}
a.get-a-sample {
    color: #36429f;
    background: transparent;
    padding: 8px 20px;
    border-radius: 4px;
    margin-right: 15px;
    border: 1px solid #36429f;
}
.certificate-content h3 {
    font-size: 28px;
    margin-bottom: 20px;
}
.certificate-content ul {
    list-style: none;
    padding: 0;
}
.certificate-content ul {
    list-style: none;
    padding: 0;
    padding-bottom: 30px;
}
.certificate-content ul li {
    font-size: 16px;
    margin-bottom: 13px;
}
.certificate-content ul li i {
    color: #fabd08;
    padding-right: 8px !important;
}
.certificate-image {
    width: 250px;
    margin: 0 auto;
    box-shadow: 0px 0px 2px 0px #ddd;
}
.certificate-image img {
    width: 100%;
}
.accordion-header button {
    background: #f8fbfe !important;
    font-size: 16px;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    border: unset;
}
#faqAccordion .accordion-item {
    border: 1px solid #e5e5e5 !important;
    border-radius: 0px !important;
    margin-bottom: 10px;
}
.career-card-faq ul {
    list-style: none;
    padding: 0;
    padding-top: 10px;
}


.career-card-faq {
    box-shadow: rgba(212, 212, 212, 0.76) 0px 0px 5px 3px;
    top: 80px;
    background: rgb(255, 255, 255);
    padding: 20px;
    margin: 16px auto 15px;
    border-radius: 10px;
    position: sticky;
}
.career-card-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.career-card-heading strong {
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
}
.career-card-faq li {
    font-size: 15px !important;
    font-weight: 500;
    margin-bottom: 5px;
}
.career-card-faq button {
    color: #36429f;
    background: transparent;
    padding: 8px 20px;
    border-radius: 4px;
    margin-right: 15px;
    border: 1px solid #36429f;
    margin-top: 10px;
}
.career-card-heading img {
    width: 110px;
    height: fit-content;
}
.skills-tools {
    background: #36429f;
}
.what-role-skills .hidding-contents {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.what-role-skills .hidding-contents .col-md-12 {
    text-align: center;
}
.what-role-skills .hidding-contents img {
   min-width: 135px;
    display: inline-block;
    margin: 5px 10px 15px 10px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    max-width: 135px;
    height: 60px;
    object-fit: contain;
}
.what-role-skills .hidding-contents .tools-logo {
    min-width: 140px;
    display: inline-block;
    margin: 5px 10px 15px 10px;
    padding: 10px;
    border-radius: 8px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #36429f;
}
.what-role-skills .common-headings {
    color: #fff;
}
/* overview css */
.overview-section {
    background: #36429f08;
}
.height-400 {
    height: 415px;
}
.height-400 {
    overflow: hidden;
}
.expander .showmore {
    display: block;
    width: 150px;
    text-align: center;
    cursor: pointer;
    margin: 20px auto 0 auto;
    color: #Fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 500;
    background: #36429f;
    border-radius: 4px;
    padding: 8px;
}
.expander.expanding .height-400{
    height: auto;
}
.over-view-form {
    background: #fff;
    padding: 20px 16px 20px 16px;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0px #7194B77A;
    position: sticky;
    top: 40px;
}
.over-view-form h3 {
    font-size: 21px;
    text-align: center;
    margin-bottom: 20px;
}
h3.section-heads-3 {
    font-size: 26px;
    color: #36429f;
    margin-bottom: 20px;
}
h2.section-heads {
    font-size: 28px;
    color: #333;
    margin-bottom: 20px;
}
.line-bar-list li {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}
.line-bar-list li b {
    font-size: 17px;
    margin-right: 10px;
    font-weight: 600;
}

/* batch */


.batch-section .batch-left {
    background: linear-gradient(45deg, #36429f, #27254c);
    padding: 20px;
}

.course-duration .hours {
    display: flex;
    flex-direction: row;}
.batch-section .batch-left .course-duration {
    background-color: white;
    width: 84%;
    border-radius: 3px;}
.batch-section .batch-left .course-duration .hours {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 20px 45px;}
.batch-section .batch-left .course-duration .hours h2 {
    background-color: #36429f;
    color: white;
    padding: 3px 0px 3px 7px;}
.batch-section .batch-left .course-duration .hours span {
    background-color: black;
    padding: 2px 7px;}

.batch-section .batch-left .head h2 {
    margin-top: 27px;
    margin-bottom: 26px;
    color: white;
    font-size: 25px;
    font-weight: 400;}
.batch-section .batch-left .border-bottom-code {
    border-bottom: 1px solid white;
    margin: 16px 0px;}
.batch-section .batch-left .sessions {
    color: white;
}


.batch-section .batch-right {
    background-color: white;
    text-align: center;
    box-shadow: rgb(0 0 0 / 16%) 1px 5px 16px;
}
.batch-section .batch-right 
.batch-section .batch-right .course-price-slide {
    text-align: center;
    margin: 27px 0px 10px;
}
.batch-section .batch-right 
.course-price-slide .head h3 {
    color: #b9b9b9;
    margin: 24px 0px 0px;
    font-size: 28px;
}
.batch-section .batch-right 
.course-price-slide .small-price strike {
    text-decoration: line-through;
    text-decoration-color: red;
    font-size: 20px;
    font-weight: 500;
}
.batch-section .batch-right 
.course-price-slide .small-price {
    margin: 7px 0px 6px;
}
.batch-section .batch-right 
.course-price-slide .max-price h2 {
    font-size: 48px;
    font-weight: 500;
}
.batch-section .batch-right 
.course-price-slide .max-price {
    margin: 10px 0px 7px;
}
.batch-section .batch-right 
.course-price-slide .saving p {
    padding: 0px 2px 6px;
    color: #e73a3a;
    font-size: 14px;
}
.batch-section .batch-right 
.course-price-slide .exp-card {
    text-align: center;
    display: flex;
    justify-content: center;
}
.batch-section .batch-right 
.course-price-slide .exp-card p {
    border: 1px solid green;
    padding: 3px 28px;
    border-radius: 6px;
    margin: -1px 0px 10px;
    color: green;
    font-weight: 600;
    font-size: 13px;
    word-spacing: 3px;
}
.batch-section .batch-right 
.course-price-slide .enroll-now a {
    background: linear-gradient(45deg, #fabd08, #ff9f23);
    padding: 6px 94px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
}
.batch-section .batch-right .course-price-slide .enroll-now {
    margin: 20px 0px;
}
.batch-section .batch-right 
.course-price-slide .know-more p {
    font-weight: 200;
}
.batch-section .batch-right 
.course-price-slide .know-more span {
    color: green;
    font-weight: 500;
}
.batch-know-more span{
    color: #36429f;
    font-weight: 700;
}
p.sm-text {
    font-size: 12px;
    color: #fabd08;
    margin: 0;
}
/* curriculum */
.curriculum-section {
    background: #36429f08;
}
strong.streight-line-text {
    font-size: 18px;
    color: #36429f;
}
.curriculum-section .dotted-list {
    margin: 15px 0px;
}
.curriculum-section .dotted-list li {
    margin-bottom: 6px;
}

/* popupform */
#businessEnqForm .modal-dialog.modal-dialog-centered {
    max-width: 800px;
    width: 800px;
}
#businessEnqForm .modal-body {
    padding: 0;
}
.col-md-6.popup-left-content {
    background: #36429f;
    padding: 40px;
    color: #fff;
}
.popup-left-content p {
    font-size: 22px;
}
.popup-left-content li {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.col-md-6.popup-right-form {
    padding: 40px;
    color: #fff;
    position: relative;
}
.popup-right-form button.close {
    position: absolute;
    top: 0px;
    right: 15px;
    background: #36429f !important;
    color: #fff;
    font-size: 28px;
    font-weight: 200;
    padding: 2px 10px;
    border-radius: 0px 0px 0px 10px;
}

@media only screen and (max-width: 767px) {
    .all-courses-menu a i, .course-names-menu {
        display: none;
    }
    .sub-menu-toggle {
        display: contents;
    }
    .sub-menu-toggle .mob-expand-submenu {
        top: -31px;
        /* padding: 29px; */
        right: 13px;
    }
    .sub-menu-toggle span.icon-plus{display: none;}
    .sub-menu-toggle span.icon-minus{display: none;}
    .mobmenu-content li > .sub-menu li {
        padding-left: 0 !important;
    }
    .group-rating {
        display: block;
    }
    .group-details {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .training-companies {
        padding-top: 30px;
    }
    .social-links.sidebar-social-links {
        flex-direction: column;
    }
    .banner-left-form {
        display: none;
    }
    .over-view-form {
        margin-top: 30px;
    }
    .batch-section .batch-left .course-duration .hours {
        padding: 20px !important;
        display: block;
    }
    .batch-section .batch-left .course-duration{
        width: 100%;
    }
    .batch-section .batch-left .course-duration .hours h2{
        font-size: 18px;
    }
    #businessEnqForm .modal-dialog.modal-dialog-centered {
        width: 100%;
        max-width: fit-content;
    }
    .col-md-6.popup-left-content {
        display: none;
    }
    .batch-section .batch-right .course-price-slide .enroll-now a {
        display: flex;
        padding: 6px;
        justify-content: center;
    }
    .our-companies ul.row.mx-auto {
        padding: 0;
    }
    .what-role-skills .hidding-contents img{width: 120px;}
    .certificate-button {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        gap: 15px;
        margin-bottom: 20px;
    }
    a.get-in-touch {
        width: 100%;
    }
    a.get-a-sample {
        width: 100%;
    }
    .inner-page-garentee {
        flex-wrap: wrap;
    }
    .mob-menu-header-holder.mobmenu{
        z-index: 1;
        }
.tab-section-reviews .nav {
    border-radius: 8px !important;
}
.tab-section-reviews .nav-link.active {
    border-radius: 8px !important;
}
.salary-tab .tab-content img {
    width: 100% !important;
}
.tab-section-reviews .nav{display: block !important;}
.salary-tab .tab-content .row{gap: 30px;}
img.for-mobile {
    width: 100%;
    padding: 0px 15px;
	display:block !important;
}
.col-md-6.popup-right-form{padding:0;}
.col-md-6.popup-right-form #hublogModal {
    padding: 40px;
}

}

.salary-tab {
    background-image: linear-gradient(to top, #fff, #fff 96%, #fff 5%, #f3fbff);
    padding-top: 60px;
}
.tab-section-reviews .nav {
    justify-content: space-between;
    border: none;
    margin-bottom: 20px;
    background: #fff;
    display: inline-flex;
    box-shadow: 0px 0px 10px 0px #ddd;
    border-radius: 50px;
}
.tab-section-reviews .nav-link.active {
    color: #fff;
    background: #0076ff;
    border-radius: 50px;
    background-image: linear-gradient(90deg, #268fff -20%, #0061ca 115%);
}
.tab-section-reviews .nav-link {
    color: #1a1a1a;
    border-radius: 0;
    background: none;
    border: none;
    border-radius: 3px;
    font-size: 14px;
    padding: 8px 38px;
    font-weight: 500;
    text-transform: uppercase;
}
.tab-section-reviews {
    text-align: center;
    padding-top: 40px;
}
.salary-tab .tab-content img {
    width: 350px;
}
.salary-tab .tab-content .row {
    width: 85%;
    margin: 30px auto;
align-items: center;
}
.salary-tab .common-headings {
    margin-bottom: 20px;
}
.popup-left-content img {
    width: 100%;
}

img.for-mobile{
	display:none;
}

.course-tab {
    position: sticky;
    top: 50px;
}
.piece-box {
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px 0px #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
}
	section.clearfix.page-sections.immek-certificate {
    background: #f9f9fc;
}
	.item-container {
    min-height: 150px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #ddd;
    padding: 15px;
    border-radius: 8px;
}
	.item-container:hover .image-container img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(94%) saturate(0%) hue-rotate(201deg) brightness(107%) contrast(105%);
}
	.item-container:hover .content-container {
    color: #fff;
}
	.item-container:hover h3 {
    color: #fff;
}
	.item-container:hover {
		background: #36429f;
	}
	.item-container .image-container img {
    width: 85px !important;
}
.no-one-card p {
    padding-top: 8px;
}
	.no-one-card i {
    padding-right: 10px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    color: red;
}