:root {
    --main-font : "IBM Plex Sans";
    --main-reey-font : "IBM Plex Sans";
    --main-white : #ffffff;
    --main-white-rgb : 255,255,255;
    --main-extra : #f2f5f9;
    --main-extra-rgb : 242,245,249;
    --main-bdr-color : #e0e4e8;
    --main-gray : #f8f8f8;
    --main-gray-rgb : 248,248,248;
    --main-base : #004da7;
    --main-base-rgb : 0,77,167;
    --main-black : #242424;
    --main-black-rgb : 36,36,36;
    --main-primary : #f66709;
    --main-primary-rgb : 246,103,9;
    --main-bdr-color-rgb : 224,228,232;
    --main-bdr-radius : 10px;
    --main-letter-spacing : -0.02em;
    --main-gray : #f8f8f8;
    --main-gray-rgb : 248,248,248;
    --main-base-rgb : 0,77,167;
    --main-black-rgb : 36,36,36;
    --main-primary-rgb : 246,103,9;
    --text-a : #343434;
    --gradient-color : linear-gradient(90deg, rgb(246, 103, 9, 0.25) 4%, rgb(11, 78, 160, 0.25) 100%, rgb(0, 77, 167, 25%) 100%);
    --main-bg : #ecf1f4;
    }
    .row {
    --bs-gutter-x : 36px;
    }
    .container {
    max-width : 1350px;
    width : 100%;
    }
    label#transaction_receipt-error {
    width : 100%;
    text-align : center;
    }
    .row {
    --bs-gutter-x : 30px;
    }
    .gutter-y-30 {
    --bs-gutter-y : 30px;
    }
    .disable {
    opacity : 0.16;
    }
    body {
    font-family : var(--main-font);
    color : var(--main-black);
    font-size : 16px;
    line-height : 26px;
    font-weight : 400;
    direction : ltr;
    background-color : #f8f8f8;
    padding : 103px 0 0;
    }
    .form-group em, form em {
    color : red;
    font-size : 14px;
    margin : 0 0 0 -2px;
    }
    body {
    position : relative;
    }
    body.locked {
    overflow : hidden;
    }
    a {
    color : var(--main-gray);
    display : inline-block;
    vertical-align : top;
    }
    body, html {
    overflow-x : hidden;
    }
    a, a:focus, a:hover, a:visited {
    text-decoration : none;
    }
    ::placeholder {
    color : inherit;
    opacity : 1;
    }
    h1, h2, h3, h4, h5, h6 {
    color : var(--main-black);
    margin : 0;
    }
    p {
    margin : 0;
    }
    dl, ol, ul {
    margin-top : 0;
    margin-bottom : 0;
    }
    .list-unstyled {
    padding-left : 0;
    }
    .page-wrapper {
    position : relative;
    margin : 0 auto;
    width : 100%;
    min-width : 300px;
    overflow : hidden;
    }
    .container {
    padding-left : 15px;
    padding-right : 15px;
    }
    li {
    display : inline-block;
    vertical-align : top;
    }
    @media (min-width: 1200px) {
    .container {
    max-width : 1200px;
    }
    }
    ::placeholder {
    color : inherit;
    opacity : 1;
    }
    .section-separator {
    border-width : 1px;
    margin-top : 0;
    margin-bottom : 0;
    }
    #particles-js {
    position : absolute;
    top : 0;
    left : 0;
    right : 0;
    bottom : 0;
    width : 100%;
    height : 100%;
    background-position : 50% 50%;
    opacity : 0.4;
    z-index : -1;
    }
    .preloader {
    position : fixed;
    background-color : #fff;
    background-position : center center;
    background-repeat : no-repeat;
    top : 0;
    left : 0;
    right : 0;
    bottom : 0;
    z-index : 99999;
    display : flex;
    justify-content : center;
    align-items : center;
    text-align : center;
    }
    .preloader__image {
    animation-fill-mode : both;
    animation-name : flipInY;
    animation-duration : 2s;
    animation-iteration-count : infinite;
    background-image : url(../images/loader.webp);
    background-repeat : no-repeat;
    background-position : center center;
    background-size : 140px auto;
    width : 100%;
    height : 100%;
    }
    .scroll-to-top {
    display : inline-block;
    width : 45px;
    height : 45px;
    bottom : 40px;
    right : 40px;
    z-index : 99;
    text-align : center;
    transition : all 0.4s ease;
    display : none;
    border-radius : 50%;
    transition : all 0.4s ease;
    display : none;
    }
    .scroll-to-top i {
    color : #fff;
    font-size : 18px;
    line-height : 45px;
    }
    .scroll-to-top:hover i {
    color : #fff;
    }
    .thm-btn, footer .newlater-area input[type="submit"], input[type="submit"] {
    position : relative;
    display : inline-block;
    vertical-align : middle;
    appearance : none;
    outline : 0 !important ;
    background-color : #004da7;
    color : var(--main-white);
    font-size : 16px;
    letter-spacing : 0.3px;
    border-radius : 8px;
    padding : 14px 27px;
    transition : all 0.5s linear;
    overflow : hidden;
    font-family : var(--main-font);
    box-shadow : 0 1px 2px 0 rgb(0, 0, 0, 0.05);
    z-index : 1;
    font-style : normal;
    font-weight : 500;
    line-height : 22px;
    cursor : pointer;
    min-width : 130px;
    text-align : center;
    }
    .thm-btn:hover, footer .newlater-area input[type="submit"]:hover, input[type="submit"]:hover {
    color : var(--main-white);
    }
    .thm-btn:before {
    position : absolute;
    content : "";
    background-color : #f66709;
    width : 120%;
    height : 0;
    padding-bottom : 120%;
    top : -110%;
    left : -10%;
    border-radius : 50%;
    transform : translate3d(0,68%,0) scale3d(0,0,0);
    z-index : -1;
    }
    .thm-btn:hover::before {
    transform : translate3d(0,0,0) scale3d(1,1,1);
    transition : transform 0.4s cubic-bezier(0.1,0,0.3,1);
    }
    .thm-btn:after {
    position : absolute;
    top : -2px;
    left : 0;
    width : 100%;
    height : 100%;
    content : "";
    background-color : #f66709;
    transform : translate3d(0,-100%,0);
    transition : transform 0.4s cubic-bezier(0.1,0,0.3,1);
    z-index : -1;
    }
    .thm-btn:hover::after {
    top : 0;
    transform : translate3d(0,0,0);
    transition-duration : 50ms;
    transition-delay : 0.4s;
    transition-timing-function : linear;
    }
    .thm-btn-border {
    background-color : #ffffff;
    color : var(--main-base);
    border : var(--main-base) solid 1px;
    }
    .thm-btn-border:hover {
    border : var(--main-primary) solid 1px;
    }
    .thm-btn-border:before, footer .newlater-area input[type="submit"], input[type="submit"] {
    background-color : #f66709;
    }
    .thm-btn-border:after {
    background-color : #f66709;
    }
    footer .newlater-area input[type="submit"]:hover, input[type="submit"]:hover {
    background-color : #004da7;
    }
    img {
    width : auto;
    height : auto;
    max-width : 100%;
    max-height : 100%;
    }
    .thm-btn-2 {
    background-color : #f66709;
    border : var(--main-primary) solid 1px;
    line-height : 22.2px;
    }
    .thm-btn-2:hover {
    border : var(--main-base) solid 1px;
    }
    .thm-btn-2:before {
    background-color : #004da7;
    }
    .thm-btn-2:after {
    background-color : #004da7;
    }
    .white-btn {
    background-color : #ffffff;
    border : var(--main-white) solid 1px;
    color : var(--main-black);
    }
    .white-btn:hover {
    border : var(--main-base) solid 1px;
    color : var(--main-white);
    }
    .white-btn:before {
    background-color : #004da7;
    }
    .white-btn:after {
    background-color : #004da7;
    }
    .site-header {
    padding: 15px 0;
    background : #fff;
    box-shadow : 0 0 6px rgb(0, 0, 0, 0.13);
    transition : all 0.5s;
    position : absolute;
    top : 0;
    left : 0;
    right : 0;
    z-index : 99;
    }
    .site-header .container {
    display : flex;
    justify-content : space-between;
    align-items : center;
    }
    html.show-menu a.logo-link {
    z-index : 1;
    }
    .header-logo {
    display : inline-block;
    max-width : 90px;
    margin: -4px 0 -54px;
    position : relative;
    }
    .header-logo .logo-link {
    display : block;
    position : relative;
    z-index : 11;
    }
    .header-logo .logo-img {
    position : relative;
    z-index : 1;
    width : 100%;
    max-width : 100%;
    }
    .header-logo .logo-link::before {
    content : "";
    position : absolute;
    width: 107px;
    height: 51px;
    background : #fff;
    left: -9px;
    right : 0;
    top : auto;
    bottom: -9px;
    z-index : 1;
    box-shadow : 0 7px 10px rgb(0, 0, 0, 0.1);
    border-bottom-left-radius : 170px;
    border-bottom-right-radius : 170px;
    border-top : 0;
    }
    .navbar-toggler {
    background : 0 0;
    border : none;
    cursor : pointer;
    display : none;
    }
    .main-navigation {
    display : flex;
    align-items : center;
    }
    .nav-menu {
    display : flex;
    margin : 0;
    padding: 2px 0 0;
    list-style : none;
    flex-wrap : wrap;
    }
    .nav-item {
    margin : 0 12px;
    }
    nav .nav-link {
    color : var(--text-a);
    line-height : 22px;
    font-weight : 500;
    padding : 0 0 5px;
    text-decoration : none;
    position : relative;
    font-size : 18px;
    border : 0;
    display : inline-block;
    }
    nav .nav-link::before {
    content : "";
    width : 0;
    height : 1.5px;
    background-color : #f66709;
    position : absolute;
    bottom : 0;
    left : 0;
    transition : all 0.5s;
    border-radius : 7.5px;
    }
    nav .nav-link.active::before, nav .nav-link:hover::before {
    width : 30px;
    }
    .nav-link.active {
    font-weight : 600;
    color : var(--main-base);
    }
    .nav-link:hover {
    color : var(--main-base);
    }
    .site-awards {
    display : flex;
    align-items : center;
    }
    .award-link {
    display : inline-block;
    margin : 0 11px;
    }
    .award-img {
    height : 43px;
    width : auto;
    }
    .sticky_header .site-header {
    position : fixed;
    width : 100%;
    z-index : 99;
    box-shadow : 0 0 6px rgb(0, 0, 0, 0.1);
    }
    .sticky_header .header-logo {
    max-width : 85px;
    margin : 0 0 -54px;
    }
    .sticky_header .logo-link::before {
    width : 110px;
    }
    .arrow-icon::before {
    content : " ";
    position : absolute;
    left : auto;
    right : 20px;
    top : 48px;
    width : 10px;
    height : 10px;
    line-height : 100%;
    border : #181818 solid 2px;
    border-top : 0;
    border-right : 0;
    transform : rotate(-45deg);
    }
    .arrow-icon {
    position : relative;
    }
    .arrow-icon select {
    padding-right : 40px;
    }
    input.error {
    border : #f30101 solid 1px !important ;
    }
    label.error {
    color : red;
    font-size : 14px;
    font-weight : 400 !important ;
    }
    select.error {
    border : #f30101 solid 1px;
    }
    header .top-site-logo {
    display : none !important ;
    }
  
    @media (max-width: 991px) {
    .site-header .container {
    flex-direction : column;
    align-items : flex-start;
    }
    .navbar-toggler {
    display : flex;
    align-items : center;
    }
    .main-navigation {
    margin-top : 10px;
    }
    .site-awards {
    margin-top : 10px;
    }
    }
    @media (max-width: 580px) {
    .header-logo {
    max-width : 75px;
    }
    .header-logo .logo-link::before {
    width : 98px;
    height : 62px;
    }
    .award-img {
    height : 34px;
    width : auto;
    }
    header .row {
    margin : 0;
    }
    }
    #preloader {
    background-color : #fff;
    height : 100%;
    width : 100%;
    position : fixed;
    margin-top : 0;
    top : 0;
    z-index : 9999;
    }
    #preloader .loader .loader-container {
    position : absolute;
    top : 50%;
    left : 50%;
    transform : translate(-50%,-50%);
    width : 150px;
    height : 150px;
    border : #f39c48 solid 4px;
    border-radius : 50%;
    z-index : 1;
    }
    #preloader .loader .loader-container::before {
    position : absolute;
    content : "";
    display : block;
    top : 50%;
    left : 50%;
    transform : translate(-50%,-50%);
    width : 150px;
    height : 150px;
    border-top : 5px solid var(--main-base);
    border-radius : 50%;
    animation : loaderspin 1.8s ease-in-out infinite;
    }
    #preloader .loader .loader-icon {
    position : absolute;
    top : 50%;
    left : 50%;
    transform : translate(-50%,-50%);
    width : 130px;
    text-align : center;
    }
    #preloader .loader .loader-icon img {
    animation : loaderpulse 0.9s infinite alternate;
    width : 86px;
    margin : 17px 0 0;
    }
    @keyframes loaderspin {
    0% {
    transform : translate(-50%,-50%) rotate(0);
    }
    100% {
    transform : translate(-50%,-50%) rotate(360deg);
    }
    }
    @keyframes loaderpulse {
    0% {
    transform : scale(1);
    }
    100% {
    transform : scale(1.2);
    }
    }
    #preloader-text {
    margin-top : 10px;
    font-size : 19px;
    color : var(--text-a);
    margin : 199px 0 0;
    font-weight : 700;
    text-shadow : 0 0;
    }
    #preloader .loader {
    width : 100%;
    height : 100%;
    display : flex;
    flex-wrap : wrap;
    justify-content : center;
    align-items : center;
    }
    .description, body a, body p {
    color : var(--text-a);
    font-family : var(--main-font);
    font-size : 18px;
    font-style : normal;
    font-weight : 400;
    line-height : 23px;
    }
    body a, body p {
    font-size : 16px;
    font-weight : 400;
    line-height : 160%;
    }
    .main-slider {
    background-color : #ecf1f4;
    }
    .main-title {
    color : var(--main-base);
    font-family : var(--main-font);
    font-size : 48px;
    font-style : normal;
    font-weight : 700;
    line-height : normal;
    }
    .main-title span {
    color : var(--main-primary);
    }
    .description {
    line-height : 34px !important ;
    }
    .description, body a, body p {
    color : var(--text-a);
    font-family : var(--main-font);
    font-size : 18px;
    font-style : normal;
    font-weight : 400;
    line-height : 23px;
    }
    body a, body p {
    font-size : 16px;
    font-weight : 400;
    line-height : 160%;
    }
    .main-slider .description, .main-slider .main-title {
    opacity : 0;
    visibility : hidden;
    transform : translateY(-120px);
    transition-delay : 1s;
    transition : opacity 2s ease, transform 2s ease;
    transition : transform 2s ease, opacity 2s ease;
    text-shadow : 0 0;
    }
    .main-slider .btn-area {
    position : relative;
    display : block;
    opacity : 0;
    visibility : hidden;
    transform : translateY(120px);
    transition-delay : 1s;
    transition : opacity 2s ease, transform 2s ease;
    transition : transform 2s ease, opacity 2s ease;
    }
    .main-slider .owl-item.active .btn-area, .main-slider .owl-item.active .description, .main-slider .owl-item.active .main-title {
    visibility : visible;
    opacity : 1;
    transform : translateY(0) translateX(0);
    }
    .main-slider img {
    height : 100%;
    width : 100%;
    position : absolute;
    top : 0;
    bottom : 0;
    left : 0;
    object-fit : cover;
    object-position : bottom;
    right : 0;
    }
    .star-rating i, ul.stars li i {
    color : #ff9a02;
    }
    section.banner-course {
    padding : 16px 0 55px;
    background : #ecf1f4;
    }
    .main-slider .item {
    height : 799px;
    display : flex;
    align-items : center;
    flex-wrap : wrap;
    padding : 60px 15px;
    position : relative;
    }
    .main-slider .item::before {
    content : '';
    position : absolute;
    left : 0;
    right : auto;
    top : 0;
    bottom : 0;
    width : 64%;
    height : 100%;
    z-index : 1;
    background : linear-gradient(90deg, #fff 57%, rgb(255, 255, 255, 0.7483368347338936) 72%, rgb(255, 255, 255, 85%) 75%, rgb(255, 255, 255, 0.4009978991596639) 94%, rgb(255, 255, 255, 0) 100%);
    }
    .main-slider .item .container {
    position : relative;
    z-index : 11;
    }
    .faq-tabs-area li {
    line-height : 25px;
    }
    .main-slider .owl-dot span {
    width : 8px !important ;
    height : 8px !important ;
    border-radius : 100%;
    background : #004da7c4 !important ;
    transform : scale(1);
    }
    .main-slider .owl-dot.active span {
    width : 13px !important ;
    border-radius : 100%;
    background : #f66709 !important ;
    transform : scale(1.1);
    border-radius : 50px;
    }
    .main-slider .owl-theme .owl-nav [class*="owl-"] {
    width : 40.5px;
    height : 40.5px;
    background : #004da7;
    border : var(--main-base) solid 3px;
    border-radius : 100%;
    color : #fff;
    transition : all 0.5s;
    left : calc(50% - 38%);
    right : auto;
    top : 45%;
    bottom : auto;
    transform : translateY(-50%);
    display : none;
    position : absolute;
    }
    .main-slider .owl-theme .owl-nav [class*="owl-next"] {
    top : 55%;
    }
    .main-slider .owl-nav {
    display : none;
    }
    .main-slider .owl-dots {
    position : absolute;
    left : 0;
    right : 0;
    top : auto;
    bottom : 9px;
    }
    .main-slider .owl-theme .owl-nav [class*="owl-"]::after {
    font-size : 20px;
    }
    .main-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background : #004da7;
    color : var(--main-white);
    transition : all 0.5s;
    }
    .main-slider .owl-theme .owl-nav [class*="owl-"]::before {
    content : "";
    position : absolute;
    left : 15px;
    top : -7px;
    right : 0;
    background : url(../images/shapes/up-arrow.webp);
    width : 36px;
    height : 53px;
    transform : rotate(-90deg);
    background-size : cover;
    background-position : center;
    filter : brightness(0) saturate(100%) invert(45%) sepia(34%) saturate(5291%) hue-rotate(1deg) brightness(103%) contrast(93%);
    }
    .main-slider .owl-theme .owl-nav [class*="owl-next"]::before {
    transform : rotate(90deg);
    left : -12px;
    top : -7px;
    }
    .main-slider .owl-theme .owl-nav [class*="owl-"]:hover::before {
    filter : brightness(0) saturate(100%) invert(19%) sepia(60%) saturate(3234%) hue-rotate(202deg) brightness(94%) contrast(101%);
    }
    .main-slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background : #f66709;
    border-color : transparent;
    }
    .slide-left {
    width : 100%;
    overflow : hidden;
    white-space : nowrap;
    }
    .slide-left h2 {
    display : inline-block;
    animation : slide 15s linear infinite;
    transition : all 0.5s;
    transform : translateX(100%);
    color : #fff;
    font-size : 20px;
    }
    @keyframes slide {
    0% {
    transform : translateX(100%);
    transition : all 0.5s;
    }
    100% {
    transform : translateX(-100%);
    transition : all 0.5s;
    }
    }
    .section-padding-60 {
    padding : 60px 0;
    }
    .section-title {
    color : var(--main-black);
    font-size : 34px;
    font-weight : 800;
    line-height : 44px;
    margin : 0 0 22px;
    }
    .section-learning .item-box {
    background : var(--gradient-color);
    background-color : #f8f8f8;
    padding : 30px 25px 52px;
    border-radius : 10px;
    display : flex;
    justify-content : center;
    flex-wrap : wrap;
    text-align : center;
    transition : all 0.5s;
    height : 100%;
    }
    .section-learning .item-box:hover {
    box-shadow : 0 0 3px rgb(0 77 167 / 30%);
    transition : all 0.5s;
    }
    .section-learning .item-box p {
    margin : 0 0 0;
    color : var(--text-a);
    line-height : 23px;
    text-shadow : 0 0;
    }
    h4.title, .section-learning .item-box h4 {
    font-size : 20px;
    line-height : 32px;
    font-weight : 600;
    text-shadow : 0 0;
    margin : 0 0 10px;
    color : var(--main-black);
    }
    .section-learning .item-box h4 {
    font-size : 22px;
    }
    .item-box .icon-area {
    width : 56px;
    height : 56px;
    background : url(../images/resources/sprite.webp) no-repeat;
    background-position : 1px -202px;
    margin : 0 auto 11px;
    background-size : 57px;
    }
    .section-learning .col-lg-3:nth-child(2) .item-box .icon-area {
    background-position : -1px 5px;
    background-size : 55px;
    background-size : 58px;
    }
    .section-learning .col-lg-3:nth-child(3) .item-box .icon-area {
    background-position : -4px -343px;
    background-size : 59px;
    background-size : 63px;
    }
    .section-learning .col-lg-3:nth-child(4) .item-box .icon-area {
    background-position : -2px -100px;
    background-size : 55px;
    background-size : 59px;
    }
    .section-learning .item:nth-child(2n) .white-btn:hover {
    border : var(--main-primary) solid 1px;
    }
    .section-learning .item:nth-child(2n) .white-btn:before {
    background-color : #f66709;
    }
    .section-learning .item:nth-child(2n) .white-btn:after {
    background-color : #f66709;
    }
    section.section-learning .btn-area {
    position : absolute;
    left : 0;
    right : 0;
    margin : 0 auto;
    bottom : -28px;
    top : auto;
    z-index : 1;
    }
    section.section-learning .btn-area a.thm-btn {
    border-radius : 100%;
    width : 54px;
    height : 54px;
    font-size : 0;
    background : #004da7;
    border : 0 !important ;
    box-shadow : 0 0 0 7px rgb(248 248 248);
    transition : all 0.5s;
    min-width : 54px;
    }
    section.section-learning .btn-area a.thm-btn:hover {
    background : #f66709;
    box-shadow : 0 0 0 7px rgb(248 248 248), 0 0 14px rgb(0 0 0 / 19%);
    transition : all 0.5s;
    }
    section.section-learning .btn-area a.thm-btn::after, section.section-learning .btn-area a.thm-btn::before {
    content : "";
    width : 19.2px;
    height : 1.75px;
    background : #fff !important ;
    position : absolute;
    left : 0;
    right : 0;
    transform : none;
    top : 0;
    bottom : 0;
    padding : 0;
    margin : auto;
    }
    section.section-learning .btn-area a.thm-btn::after {
    width : 1.75px;
    height : 19.2px;
    }
    .item-box.disable::before {
    content : "";
    position : absolute;
    left : 0;
    right : 0;
    top : 0;
    bottom : -29px;
    z-index : 11;
    background : #f8f8f8a3;
    }
    .item-box.disable {
    filter : blur(1.2px);
    pointer-events : none;
    opacity : 0.5;
    }
    .small-title {
    color : var(--main-primary);
    font-size : 18px;
    font-weight : 500;
    line-height : 130%;
    margin : 0 0 10px;
    }
    .partners-slide .owl-item, .partners-slide .owl-item img {
    height : 100%;
    object-fit : contain;
    }
    .partners-slide .owl-item {
    padding : 0 6px;
    }
    .partners-slide .owl-dots {
    display : none;
    }
    .partners-slide .owl-item h4 {
    width : 100%;
    height : 100%;
    }
    .partners-slide .item {
    border-radius : 10px;
    background : #f1f1f1;
    padding : 6.5px 20px;
    display : flex;
    align-items : center;
    justify-content : center;
    height : 60px;
    }
    .partners-slide .section-title {
    text-align : left;
    }
    .partners-slide::before {
    content : "";
    position : absolute;
    display : block;
    background : linear-gradient(90deg, #fff 0, rgb(255, 255, 255, 0) 100%);
    width : 450px;
    height : 100%;
    z-index : 9;
    left : -1px;
    }
    .slide-items:not(:last-child) {
    margin : 0 0 20px;
    }
    .partner-section .col-lg-7 {
    width : 60%;
    margin : 0 0 0;
    padding-left : 3%;
    }
    .partner-section .col-lg-4 {
    width : 40%;
    margin : 0 0 0;
    padding : 0 10px 0 25px;
    }
    .partner-section .content-area {
    max-width : 459px;
    margin : 0 0 0 auto;
    padding-right : 10px;
    }
    .about-section .image-wrap {
    height : 619px;
    }
    .about-section .image-wrap img {
    height : 100%;
    width : 100%;
    object-fit : contain;
    }
    .icon-list {
    min-width : 40px;
    min-height : 30px;
    margin : 0 0 4px;
    position : relative;
    background : url(../images/resources/sprite.webp) no-repeat;
    background-position : -12px -538px;
    background-size : 59px;
    }
    .icon-list::before {
    width : 30px;
    height : 30px;
    content : "";
    border-radius : 100%;
    position : absolute;
    left : 0;
    top : 0;
    right : 0;
    background-color : #efc8ae;
    z-index : -1;
    }
    .icon-list.icon-list-2 {
    min-width : 33px;
    min-height : 28px;
    background-position : -14px -520px;
    background-size : 57px;
    margin : 0 7px 0 0;
    }
    .icon-list.icon-list-2::before {
    width : 24px;
    height : 24px;
    content : "";
    top : 3px;
    }
    .background-color-2 {
    background-size : cover;
    background-color : #ecf1f4;
    }
    .btn-new {
    background : rgb(246 103 9 / 20%);
    padding : 9.3px 11.5px 9.3px 11.5px;
    border-radius : 6px;
    color : var(--main-primary);
    font-family : "IBM Plex Sans";
    font-size : 10.708px;
    font-style : normal;
    font-weight : 500;
    line-height : normal;
    letter-spacing : 0.032px;
    position : relative;
    }
    .btn-new.icon::before {
    width : 17px;
    height : 16px;
    background : url(../images/resources/sprite.webp) no-repeat;
    background-position : -23px -692px;
    background-size : 60px;
    content : "";
    display : inline-block;
    margin : 0 1px -5px 0;
    }
    .common-span span, span.user-name {
    color : #555;
    font-size : 12.237px;
    font-weight : 500;
    line-height : 19.121px;
    letter-spacing : 0.037px;
    margin : 0 0 -3px 4px;
    }
    .users span img {
    width : 30.593px;
    height : 30.593px;
    display : inline-block;
    border : #fff solid 1.15px;
    border-radius : 100%;
    box-shadow : 0 3.059px 4.589px rgb(0, 0, 0, 0.3);
    }
    .common-icon {
    width : 19px;
    height : 15px;
    background : url(../images/resources/sprite.webp) no-repeat;
    background-position : -21px -625px;
    background-size : 60px;
    display : inline-block;
    margin : 0 -8px -2px 0;
    }
    div#popuplarcoursetab .accordion-item {
    border : 0;
    background : 0 0;
    }
    section.popular-course-section .item-box {
    border-radius : 7.023px;
    background : #fff;
    overflow : hidden;
    }
    .common-box .image-area {
    height : 182px;
    margin : 0 0 8px;
    }
    div#traininglistContainer {
    width : 100%;
    }
    .pagination-area {
    width : 100%;
    }
    .filter-area {
    width : 100%;
    }
    div#servicelistContainer {
    width : 100%;
    }
    div#progress-wrapper {
    width : 100%;
    display : inline-block;
    text-align : center;
    margin : 8px 0 0;
    }
    .progress-box {
    width : 200px;
    border-radius : 50px;
    overflow : hidden;
    background : #ffffff;
    border : #ddd solid 1px;
    margin : 0 auto;
    }
    span#progress-percent {
    font-size : 16px;
    font-weight : 600;
    margin : 4px 0 0;
    display : inline-block;
    }
    section#service-center-section .filter-area {
    width : 100%;
    display : flex;
    align-items : baseline;
    flex-wrap : wrap;
    }
    .common-box .image-area img {
    height : 100%;
    width : 100%;
    object-fit : cover;
    }
    .common-box h3 {
    color : #181818;
    font-size : 18px;
    font-weight : 700;
    line-height : 25px;
    margin-bottom : 13px;
    min-height : 47px;
    overflow : hidden;
    text-overflow : ellipsis;
    display : flex;
    white-space : normal;
    }
    .star-rating {
    display : flex;
    flex-wrap : wrap;
    align-items : center;
    }
    ol, ul {
    padding : 0;
    margin : 0;
    line-height : 100%;
    }
    .common-box .wrap-area {
    display : flex;
    justify-content : space-between;
    align-items : center;
    }
    .star-rating li {
    font-size : 12px;
    color : #ffb300;
    line-height : 100%;
    margin : 2px 0 0 11px;
    }
    span.rate-value {
    color : #004da7;
    font-size : 12px;
    font-weight : 500;
    line-height : 100%;
    }
    .user-area {
    margin : 10px 0 0;
    border-top : 1px solid #ddd;
    display : flex;
    align-items : center;
    justify-content : space-between;
    padding : 14px 0 0;
    }
    .common-box .content-area {
    padding : 4px 16px 20px;
    }
    ul#popuplarcoursenav {
    border : 0;
    justify-content : center;
    margin : 30px 0 31px;
    }
    ul#popuplarcoursenav .nav-link {
    border-radius : 10px;
    background : #ffffff;
    box-shadow : 0 0 30px 0 rgb(0, 0, 0, 0.04);
    color : #242424;
    text-align : center;
    font-family : "IBM Plex Sans";
    font-size : 18px;
    font-style : normal;
    font-weight : 600;
    line-height : 130%;
    padding : 24px;
    border : 0;
    min-width : 380px;
    margin : 0 10px;
    display : flex;
    flex-wrap : wrap;
    align-items : center;
    justify-content : space-between;
    }
    ul#popuplarcoursenav .nav-link span:last-child {
    color : #004da7;
    font-size : 24px;
    font-weight : 600;
    }
    ul#popuplarcoursenav .nav-link.active {
    background : var(--Tab-Gradient, linear-gradient(90deg, #f7e2d4 0, #d3deec 100%));
    box-shadow : 0 0 0 2px rgb(0 77 167), 0 0 30px 9px rgb(0, 0, 0, 0.04);
    }
    section.testimonial-section .item {
    display : flex;
    align-items : center;
    flex-wrap : wrap;
    }
    section.testimonial-section .content {
    background : #ffffff;
    border-radius : 10px;
    padding : 48px 40px 48px 96px;
    }
    .testimonial-slide .image-area {
    width : 141.377px;
    height : 155.836px;
    border-radius : 10px;
    margin : 0 -70px 0 0;
    background : -0.656px -16.279px /101.16% 132.485% no-repeat #d3d3d3;
    position : relative;
    z-index : 1;
    }
    section.testimonial-section .content {
    background : #ffffff;
    border-radius : 10px;
    padding : 48px 40px 48px 96px;
    width : calc(100% - 73px);
    display : inline-block;
    }
    .testimonial-slide {
    padding : 0 130px 0;
    margin : 50px 0 0;
    }
    section.testimonial-section .content::before {
    content : "";
    position : absolute;
    left : auto;
    right : 25px;
    top : -12px;
    width : 48px;
    height : 43px;
    background : url(../images/resources/sprite.webp) no-repeat;
    background-position : -4px -759px;
    background-size : 60px;
    }
    .testimonial-slide .owl-stage-outer {
    padding : 20px 0 0;
    }
    .testimonial-slide .owl-dots.disabled, .testimonial-slide .owl-nav.disabled {
    display : block;
    }
    .testimonial-slide button.owl-next, .testimonial-slide button.owl-prev {
    width : 40.5px;
    height : 40.5px;
    background : #ffffff !important ;
    border-radius : 100% !important ;
    font-size : 30px !important ;
    color : #444 !important ;
    position : absolute;
    left : 0;
    top : 50%;
    transform : translateY(-56%);
    bottom : auto;
    display : flex !important ;
    align-items : center;
    justify-content : center;
    }
    .testimonial-slide button.owl-next {
    left : auto;
    right : 0;
    }
    .testimonial-slide button span {
    line-height : 100%;
    margin : 0 0 5px;
    }
    .testimonial-slide .owl-dots {
    margin : 60px 0 0 !important ;
    }
    .read-more-btn {
    position : relative;
    color : var(--main-primary);
    font-size : 16px;
    font-weight : 500;
    }
    .read-more-btn::after {
    width : 7px;
    height : 7px;
    display : inline-block;
    border : var(--main-primary) solid 2px;
    content : "";
    border-top : 0;
    margin : 0 0 0 -2px;
    border-left : 0;
    transform : rotate(-45deg);
    }
    .title-2, .title-2 a {
    color : var(--main-black);
    font-size : 22px;
    font-weight : 700;
    line-height : 31px;
    margin : 0 0 9px;
    }
    .title-2 a:hover {
    color : var(--main-base);
    }
    section.blog-section .col-lg-6 .image-area img {
    width : 100%;
    height : 100%;
    object-fit : cover;
    }
    section.blog-section .col-lg-6 .image-area {
    height : 340px;
    margin : 0 0 0;
    }
    section.blog-section .col-lg-6 .image-area a {
    height : 100%;
    width : 100%;
    }
    section.blog-section .col-lg-6 .content-area {
    padding : 20px 20px;
    }
    section.blog-section .item-box:hover {
    box-shadow : 0 0 10px rgb(0 0 0 / 10%);
    transition : all 0.5s;
    }
    section.blog-section .item-box {
    background : #fff;
    border-radius : 10px;
    transition : all 0.5s;
    overflow : hidden;
    }
    section.blog-section .col-lg-12 .image-area {
    height : 100%;
    width : 94%;
    }
    .blog-section.background-color-2 {
    background : #ecf1f4;
    }
    .static-section {
    background : url(../images/resources/bg-static.webp) repeat-x;
    position : relative;
    }
    .static-section .section-heading {
    position : relative;
    z-index : 1;
    margin : 0 0 40px;
    }
    .static-section::before {
    content : "";
    position : absolute;
    width : 92%;
    height : 100%;
    background-color : #004da7;
    left : 0;
    top : 0;
    bottom : 0;
    right : auto;
    border-radius : 0 500px 0 0;
    z-index : 0;
    }
    h4.counter-box {
    color : #fff;
    font-size : 40px;
    font-weight : 700;
    line-height : 44px;
    }
    section.static-section p {
    color : #fff;
    font-size : 18px;
    font-weight : 500;
    line-height : 130%;
    margin : 12px 0 0;
    }
    section.static-section .box {
    position : relative;
    padding-top : 17px;
    padding-bottom : 17px;
    }
    .login-haya-portal {
    max-width : 890px;
    margin : 0 auto;
    background : #004da7;
    padding : 33px 30px;
    margin : 0 auto 60px;
    border-radius : 20px;
    box-shadow : 0 0 20px rgb(0 0 0 / 10%);
    }
    section.static-section .box:not(:last-child)::before {
    content : "";
    position : absolute;
    left : auto;
    right : 93px;
    top : 0;
    bottom : auto;
    width : 3px;
    height : 100%;
    background : linear-gradient(180deg, #fff 0, rgb(255, 255, 255, 0) 100%);
    }
    footer {
    padding : 25px 0 20px;
    background-color : #004da7;
    }
    .social-media a {
    width : 40px;
    border-radius : 100%;
    height : 40px;
    transition : all 0.5s;
    background : url(../images/resources/sprite.webp) no-repeat;
    background-position : -10px -988px;
    background-size : 60px;
    background-color : hsl(0deg 0% 100% / 10%);
    }
    .social-media a:hover {
    background-color : #f66709;
    transition : all 0.5s;
    color : var(--main-white);
    }
    .social-media a.twitter {
    background-position : -9px -1062px;
    }
    .social-media a.youtube {
    background-position : -9px -1136px;
    }
    .social-media a.instagram {
    background-position : -10px -1208px;
    }
    h3.f-title {
    color : var(--main-white);
    font-size : 18px;
    font-weight : 700;
    line-height : 21.671px;
    letter-spacing : 0.054px;
    margin : 0 0 16px;
    }
    footer ul li a {
    text-shadow : 0 0;
    }
    footer a, footer label, footer p, footer ul.nav-menu li a {
    color : var(--main-white);
    font-size : 16px;
    font-weight : 400;
    }
    footer ul.nav-menu li a.active {
    color : var(--main-primary);
    }
    footer ul.nav-menu li {
    display : inline-block;
    margin : 0 8px;
    }
    footer .logo-area a {
    display : inline-block;
    height : 100px;
    margin : 0 0 20px;
    }
    footer a:hover {
    color : var(--main-primary) !important ;
    }
    ul.phone-number li {
    padding : 0 0 0 29px;
    position : relative;
    background : url(../images/resources/sprite.webp) no-repeat;
    background-position : -21px -924px;
    background-size : 60px;
    margin : 16px 0 8px;
    }
    footer .newlater-area p {
    line-height : normal;
    }
    footer .newlater-area input.form-control {
    border-radius : 8px;
    background : #115bb1;
    border : transparent solid 1px;
    color : var(--main-white);
    height : 50px;
    padding : 11px 144px 11px 15px !important ;
    }
    footer .newlater-area ::placeholder {
    color : var(--main-white);
    font-size : 14px;
    font-weight : 400;
    }
    footer form {
    position : relative;
    }
    footer .newlater-area input[type="submit"] {
    position : absolute;
    left : auto;
    right : 4px;
    top : 4px;
    border : 0;
    }
    footer label, footer label a {
    font-size : 14px;
    line-height : normal;
    display : inline-block;
    }
    .custom-input {
    appearance : none;
    }
    input[type="checkbox"], input[type="radio"] {
    margin-left : 10px;
    transform : translateY(5px);
    width : 16px;
    height : 16px;
    border : #fff solid 1px;
    padding : 2px;
    margin : 0 5px 0 0;
    top : -2px;
    position : relative;
    }
    input[type="checkbox"].custom-input {
    border-radius : 5px;
    }
    .custom-input::before {
    display : block;
    content : "";
    width : 10px;
    height : 10px;
    transition : transform 120ms ease-in-out;
    box-shadow : 8px 8px #fff inset;
    }
    input[type="checkbox"].custom-input::before {
    transform-origin : bottom left;
    clip-path : polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%);
    transform : scale(0);
    }
    #custom-checkBox2:checked {
    background-color : #fff;
    }
    #custom-checkBox2::before {
    box-shadow : 12px 12px #fff inset;
    }
    input[type="checkbox"].custom-input:checked::before {
    transform : scale(1);
    }
    .copyrights-area {
    display : flex;
    align-items : center;
    flex-wrap : wrap;
    justify-content : space-between;
    padding : 15px 0 0;
    border-top : 1px solid #ffffff1f;
    border-radius : 2px;
    margin : 14px 0 0;
    }
    section {
    position : relative;
    }
    header .row {
    margin : 0 !important ;
    }
    .inner-banner {
        background-color: #ecf1f4;
        padding: 13px 0 8px;
    }
    .inner-banner .container {
    max-width: 974px;
    }
    .inner-banner .banner-content {
    text-align : left;
    }
    .breadcrumb {
    list-style : none;
    padding : 0;
    margin : 0;
    display : inline;
    font-size : 18px;
    color : #525252;
    }
    .breadcrumb-item {
    display : inline;
    font-size : 16px;
    }
    .breadcrumb-link {
    color : #525252;
    text-decoration : none;
    font-family : var(--main-font);
    font-size : 16px;
    line-height : 100%;
    }
    .breadcrumb-link:hover {
    text-decoration : underline;
    }
    .breadcrumb-item + .breadcrumb-item::before {
    content : "\f101";
    font-family : "Font Awesome 5 Free";
    margin : 0 5px 0;
    color : #555;
    font-size : 15px;
    float : none;
    font-weight : 900;
    }
    .breadcrumb-item.active {
    color : var(--main-primary);
    font-weight : 500;
    text-shadow : 0 0;
    }
    .banner-title {
    font-size : 2.5rem;
    color : var(--main-base);
    margin-bottom : 1rem;
    font-weight : 700;
    line-height : 3.5rem;
    }
    .banner-description {
    max-width : 100%;
    color : var(--text-a);
    font-size : 1rem;
    line-height : 1.6;
    }
    .filter-area .filter-top {
    display : flex;
    flex-wrap : wrap;
    justify-content : space-between;
    margin-bottom : 40px;
    width : 100%;
    }
    div#servicelistContainer {
    width : 100%;
    }
    .notfoundtext {
    font-size : 1.5rem;
    font-weight : 500;
    margin : 0 0 47px;
    }
    .search-wrapper {
    position : relative;
    }
    .payment-attachment .form-group span label {
    width : 100%;
    }
    .thm-btn i {
    margin : 0 0 0 6px;
    display : inline-block;
    color : #fff;
    }
    .search-input {
    width : 100%;
    min-width : 322px;
    padding : 0 70px 0 20px;
    height : 50px;
    border : #ebebeb solid 1px;
    border-radius : 10px;
    font-family : "IBM Plex Sans", sans-serif;
    font-size : 14px;
    color : #525252;
    }
    .search-button {
    position : absolute;
    right : 10px;
    top : 50%;
    transform : translateY(-50%);
    width : 45px;
    height : 45px;
    background : 0 0;
    border : none;
    color : #666;
    font-size : 1.2em;
    }
    .filter-bottom {
    display : grid;
    grid-template-columns : repeat(auto-fit,minmax(190px,1fr));
    gap : 10px 20px;
    }
    .filter-item {
    display : flex;
    flex-direction : column;
    }
    .filter-item label {
    color : var(--main-black);
    font-size : 14px;
    font-weight : 500;
    margin-bottom : 10px;
    }
    .search-box {
    position : relative;
    max-width : 345px;
    width : 100%;
    }
    .filter-area div#slider {
    background : #d6e1e8;
    }
    .filter-bottom .ui-widget-header {
    border : var(--main-base) solid 1px;
    background : #004da7;
    }
    .filter-area .ui-slider-horizontal, .filter-area .ui-widget-header {
    height : 10px;
    }
    .filter-area span.ui-slider-handle.ui-state-default.ui-corner-all {
    width : 14px;
    height : 14px;
    border-radius : 100%;
    top : -3px;
    background : #004da7;
    border : #fff solid 2px;
    }
    .price-get {
    color : #525252;
    font-size : 14px;
    font-weight : 400;
    line-height : normal;
    }
    .filter-area .box label {
    color : var(--main-black);
    font-size : 14px;
    font-weight : 500;
    line-height : 130%;
    display : inline-block;
    margin : 0 0 10px;
    width : 100%;
    }
    select {
    height : 50px;
    border : #ebebeb solid 1px;
    border-radius : 10px;
    background : #fff;
    padding : 0 15px;
    font-family : "IBM Plex Sans", sans-serif;
    font-size : 14px;
    color : #525252;
    }
    .training-item {
    border-radius : 10px;
    overflow : hidden;
    box-shadow : 0 0 7px rgb(0, 0, 0, 0.06);
    border-radius : 10px;
    background : #fff;
    padding : 20px 20px 104px;
    position : relative;
    height : 100%;
    }
    .training-item-footer {
    position : absolute;
    left : 0;
    right : 0;
    bottom : 20px;
    top : auto;
    }
    .training-item-content {
    display : flex;
    }
    .training-item-image {
    border-radius : 10px;
    width : 100%;
    overflow : hidden;
    height : 96px;
    max-width : 97px;
    }
    .training-item-image img {
    width : 100%;
    height : 100%;
    object-fit : cover;
    display : block;
    }
    .training-item-info {
    flex : 1;
    margin : 0;
    }
    .training-item-info h3 {
    font-size : 1.25rem;
    margin-bottom : 10px;
    color : var(--main-base);
    font-weight : 700;
    line-height : 1.6;
    }
    .training-item-info .phone {
    margin-top : 10px;
    }
    .training-item-details .icon, .training-item-info .icon {
    margin-right : 5px;
    }
    .training-item-details {
    margin : 16px 0 0;
    }
    .training-item-footer {
    border-top : 1px solid #ebebeb;
    }
    .training-item-footer .read-btn {
    text-decoration : none;
    }
    .pagination-area {
    margin-top : 40px;
    text-align : center;
    }
    .pagination {
    display : flex;
    align-items : center;
    justify-content : center;
    }
    .pages {
    display : flex;
    align-items : center;
    }
    .page-number {
    display : flex;
    align-items : center;
    justify-content : center;
    margin : 0 5px;
    padding : 5px 10px;
    border-radius : 7px;
    width : 37.5px;
    height : 37.5px;
    }
    .page-number.active, .page-number:hover {
    background-color : #004da7;
    color : #fff;
    }
    .arrow {
    cursor : pointer;
    background-color : transparent;
    border : none;
    color : var(--main-primary);
    font-size : 1rem;
    margin : 0 10px;
    }
    .arrow:disabled {
    color : #ddd;
    cursor : not-allowed;
    }
    .select2-container--default .select2-selection--single, input, select, textarea {
    height : 50px;
    border : 0;
    border-radius : 10px;
    border : #ebebeb solid 1px;
    background : #fff;
    padding : 0 15px;
    color : #525252;
    font-family : "IBM Plex Sans";
    font-size : 14px;
    font-style : normal;
    font-weight : 400;
    line-height : normal;
    }
    .select2-container--default .select2-selection--single {
    display : flex;
    align-items : center;
    flex-wrap : wrap;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
    height : 28px;
    position : absolute;
    top : 13px;
    right : 13px;
    width : 25px;
    font-size : 30px;
    }
    .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding : 0 10px 0 0;
    color : #525252;
    font-family : "IBM Plex Sans";
    font-size : 14px;
    font-style : normal;
    font-weight : 400;
    line-height : normal;
    }
    input.select2-search__field {
    height : 44px;
    border-radius : 7px;
    border : #ebebeb solid 1px !important ;
    background : #fff;
    margin : 9px 0 9px;
    }
    body .select2-container--open .select2-dropdown--below {
    border : #ebebeb solid 1px;
    border-top : 0;
    border-radius : 0 0 9px 9px;
    padding : 0 10px 10px;
    }
    .select2-results__option {
    display : block;
    width : 100%;
    padding : 13px 10px;
    border-bottom : 1px solid #eee;
    border-radius : 5px;
    }
    .select2-results__option:last-child {
    border-bottom : 0;
    }
    .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color : #004da7;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width : 6px 7px 0 7px;
    }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width : 0 6px 7px 7px;
    }
    #detail_training_center .image-area img {
    width : 100%;
    height : 100%;
    object-fit : cover;
    }
    #detail_training_center .image-area {
    width : 100%;
    height : 379px;
    border-radius : 10px;
    overflow : hidden;
    }
    #detail_training_center h3 {
    color : #004da7;
    font-family : "IBM Plex Sans";
    font-size : 20px;
    font-style : normal;
    font-weight : 700;
    line-height : 25px;
    margin : 0 0 20px;
    }
    #detail_training_center h4, #detail_training_center p {
    color : #343434;
    font-family : "IBM Plex Sans";
    font-size : 14px;
    font-style : normal;
    font-weight : 600;
    line-height : 20px;
    margin : 0 0 15px;
    }
    #detail_training_center p {
    font-weight : 400;
    }
    #detail_training_center ul li {
    width : 100%;
    display : block;
    margin : 0 0 15px;
    }
    #detail_training_center ul li a {
    border-radius : 5px;
    background : #ecf1f4;
    padding : 8px 20px 8px 15px;
    width : 100%;
    display : block;
    color : var(--text-a);
    font-size : 14px;
    font-weight : 500;
    position : relative;
    }
    #detail_training_center span.icon {
    margin : 3px 7px -4px 0;
    display : inline-block;
    color : #555;
    }
    button.btn-close {
    position : absolute;
    border-radius : 5px;
    background : #ecf1f4;
    width : 38px;
    height : 38px;
    z-index : 11;
    left : auto;
    right : 0;
    top : 0;
    color : #333;
    }
    button.btn-close::after, button.btn-close::before {
    content : "";
    width : 20px;
    height : 2px;
    left : 0;
    right : 0;
    top : 0;
    bottom : 0;
    margin : auto;
    background-color : #333;
    transform : rotate(45deg);
    position : absolute;
    }
    button.btn-close::after {
    width : 2px;
    height : 20px;
    transform : rotate(45deg);
    left : 22px;
    right : auto;
    }
    .course-card {
    background-color : #fff;
    border-radius : 8px;
    overflow : hidden;
    transition : box-shadow 0.3s;
    box-shadow : 0 0 6px rgb(0 0 0 / 3%);
    height : 100%;
    padding : 0 0 55px;
    position : relative;
    }
    .course-card:hover {
    box-shadow : 0 4px 15px rgb(0, 0, 0, 0.1);
    }
    .course-image {
    height : 182px;
    margin-bottom : 8px;
    overflow : hidden;
    position : relative;
    }
    .course-image img {
    width : 100%;
    height : 100%;
    object-fit : cover;
    }
    .course-content {
    padding : 16px 15px 2px;
    }
    .course-content h3 {
    color : #181818;
    font-size : 18px;
    font-weight : 700;
    line-height : 25px;
    margin-bottom : 13px;
    min-height : 47px;
    overflow : hidden;
    text-overflow : ellipsis;
    display : flex;
    white-space : normal;
    }
    .course-meta {
    display : flex;
    justify-content : space-between;
    margin-bottom : 12px;
    }
    .rating {
    display : flex;
    align-items : center;
    }
    .stars {
    list-style : none;
    display : flex;
    padding : 0;
    margin : 0;
    }
    .stars li {
    font-size : 12px;
    color : #ffb300;
    margin-left : 5px;
    }
    .rating-value {
    color : #004da7;
    font-size : 12px;
    font-weight : 500;
    margin-left : 8px;
    }
    .duration, .language {
    font-size : 12px;
    font-weight : 500;
    color : #181818;
    width : 63%;
    }
    .course-meta span {
    display : inline;
    word-break : break-all;
    }
    .duration {
    width : 37%;
    text-align : end;
    padding-left : 5px;
    }
    .duration i, .language i {
    margin-right : 6px;
    color : var(--main-base);
    }
    .course-actions {
    display : flex;
    justify-content : space-between;
    align-items : center;
    position : absolute;
    width : 100%;
    bottom : 0;
    left : 0;
    right : 0;
    padding : 0 15px 15px;
    }
    .share-btn {
    width : 40px;
    height : 40px;
    background : #ecf1f4;
    border-radius : 50%;
    display : flex;
    align-items : center;
    justify-content : center;
    }
    .apply-btn {
    background : rgb(246, 103, 9, 0.2);
    color : #f66709;
    font-size : 12px;
    font-weight : 500;
    padding : 10px 14px;
    border-radius : 6px;
    text-transform : uppercase;
    text-align : center;
    min-width : 110px;
    }
    .apply-btn:hover {
    background : #f66709;
    color : #fff;
    }
    .pagination {
    display : flex;
    justify-content : center;
    align-items : center;
    margin-top : 20px;
    }
    .next, .prev {
    background : 0 0;
    border : none;
    font-size : 16px;
    font-weight : 600;
    color : #004da7;
    cursor : pointer;
    padding : 10px 20px;
    }
    .page-numbers {
    display : flex;
    align-items : center;
    margin : 0 20px;
    }
    .page-number {
    font-size : 16px;
    font-weight : 600;
    color : #004da7;
    padding : 8px 12px;
    cursor : pointer;
    }
    .page-number.active {
    background : #d3deec;
    border-radius : 6px;
    }
    @media only screen and (min-width: 992px) and (max-width: 1299px) {
    span.select2-container {
    width : 100% !important ;
    }
    .select2-container--default .select2-selection--single .select2-selection__clear {
    height : 24px;
    margin-right : 12px;
    }
    .inner-banner .container {
    max-width : calc(100% - 131px);
    margin : 0 0 0 auto;
    }
    }
    @media only screen and (max-width: 991px) {
    .inner-banner .container {
    max-width : calc(100% - 131px);
    margin : 0 0 0 auto;
    }
    .partner-section .col-lg-4 {
    width : 60%;
    margin : 0 auto 0;
    }
    .site-awards {
    margin-top : 10px;
    margin : 0 54px 0 0;
    }
    header .navbar-toggler {
    height : 36px;
    width : 36px;
    background : #004da7;
    position : absolute;
    top : 0px;
    right : 13px;
    left : auto;
    bottom : 0;
    font-family : fontawesome;
    cursor : pointer;
    font-size : 21px;
    border-radius : 3px;
    line-height : 34px;
    text-align : center;
    color : #fff;
    z-index : 99;
    margin : auto;
    display : block;
    font-weight : 500;
    transition : all 0s;
    }
    header .navbar-toggler::after, header .navbar-toggler::before {
    content : "";
    position : absolute;
    top : 0;
    left : 0;
    right : 0;
    margin : auto;
    bottom : 0;
    background : #fff;
    width : 2px;
    height : 20px;
    display : block !important ;
    transform : rotate(90deg);
    box-shadow : 7px 0 0 0 #fff, -7px 0 0 0 #fff;
    }
    header .navbar-toggler header .navbar-toggler::after {
    opacity : 0;
    }
    .show-menu header .navbar-toggler::before {
    transform : rotate(45deg);
    box-shadow : none;
    }
    html.show-menu .navbar-toggler::after {
    box-shadow : none;
    transform : rotate(-45deg);
    opacity : 1;
    }
    header nav.main-navigation {
    transform : translateX(100%);
    display : block;
    position : fixed;
    width : 60% !important ;
    height : 100% !important ;
    max-height : 100% !important ;
    z-index : 9999;
    top : 0;
    right : 0;
    bottom : 0;
    padding : 70px 0 50px;
    overflow : hidden;
    transition : all 0.5s;
    float : none !important ;
    margin : 0 !important ;
    background : #fff;
    left : auto;
    box-shadow : 0 0 13px rgb(0 0 0 / 30%);
    }
    .show-menu header nav.main-navigation {
    transform : translate(0,0);
    }
    header nav.main-navigation ul {
    display : block !important ;
    margin : 31px 0 0 0;
    padding : 0;
    transition : all 0.5s;
    font-size : 0;
    text-align : left;
    overflow : auto;
    height : 100%;
    }
    header nav.main-navigation ul li {
    display : block;
    margin-right : 0;
    transition : all 0.5s;
    padding : 7px 0 7px 0;
    border-bottom : 1px solid #4d4d4d;
    }
    html.show-menu header .navbar-toggler {
    z-index : 99999;
    }
    .awards-area {
    padding : 0 82px 0 0;
    }
    .filter-bottom {
    display : grid;
    grid-template-columns : repeat(auto-fit,minmax(143px,1fr));
    gap : 10px 10px;
    }
    .select2-container--default .select2-selection--single .select2-selection__clear {
    margin : 0 3px 0 -7px;
    }
    .select2-container--default .select2-selection--single, input, select {
    padding : 0 10px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width : 5px 5px 0 5px;
    }
    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width : 0 4px 5px 5px;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
    right : 6px;
    }
    #detail_training_center .image-area {
    height : 320px;
    margin : 0 0 15px;
    }
    
    }
    .style-2 .btn-area {
    display : flex;
    align-items : center;
    justify-content : center;
    margin : 0 0 0;
    }
    .common-span i {
    color : var(--main-base);
    font-size : 14px;
    }
    .style-2 .btn-area a {
    padding : 12px 20px;
    width : auto;
    font-size : 14px;
    margin : 0 !important ;
    }
    .share-area a {
    width : 40px;
    height : 40px;
    background : #ecf1f4;
    border-radius : 100%;
    display : flex;
    align-items : center;
    justify-content : center;
    }
    span.free-text {
    color : #04a204;
    font-weight : 600;
    font-size : 16px;
    }
    span.free-text::before {
    width : 10px;
    height : 10px;
    border-radius : 100%;
    content : "";
    display : inline-block;
    background : green;
    margin : 0 8px 0 0;
    }
    .course-deatil-pg a.thm-btn {
    padding : 12px 20px;
    border-radius : 4px;
    max-width : 57%;
    width : 100%;
    }
    #course-accordian button.accordion-button {
    background : #004da7;
    color : #fff;
    font-weight : 600;
    font-size : 20px;
    border-radius : 8px;
    margin : 0;
    }
    #course-accordian .accordion-button::after {
    color : #fff !important ;
    filter : brightness(0) invert(1);
    font-weight : 600;
    }
    #course-accordian .accordion-item {
    margin : 0 0 30px !important ;
    }
    .widget-box {
    background : #fff;
    padding : 20px;
    margin : 0 0 20px;
    border-radius : 8px;
    }
    .widget-box ul li {
    padding : 11px 2px;
    border-bottom : 1px solid #ebeef5;
    display : flex;
    align-items : center;
    justify-content : space-between;
    }
    .widget-box ul li:last-child {
    border-bottom : none;
    padding-bottom : 0;
    }
    .widget-box ul li .title {
    color : #000;
    font-size : 18px;
    font-weight : 600;
    line-height : 140%;
    }
    .widget-box ul li .num {
    color : #525252;
    font-size : 18px;
    font-weight : 400;
    line-height : 140%;
    }
    .widget-box .list-h5 h5 {
    color : #000;
    font-family : "IBM Plex Sans";
    font-size : 18px;
    font-style : normal;
    font-weight : 500;
    line-height : 140%;
    margin : 0 0 4px;
    }
    .widget-box p {
    color : #004da7;
    font-family : "IBM Plex Sans";
    font-size : 14px;
    font-style : normal;
    font-weight : 600;
    line-height : 140%;
    margin : 13px 0 7px;
    }
    .widget-box .list-h5 p {
    color : #525252;
    font-family : "IBM Plex Sans";
    font-size : 15px;
    font-style : normal;
    font-weight : 400;
    line-height : 140%;
    }
    .widget-box .list-h5 {
    padding : 11px 2px;
    border-bottom : 1px solid #ebeef5;
    }
    a.view-btn {
    border-radius : 4px;
    background : #004da7;
    padding : 1px 11px;
    color : #fff;
    margin : 13px 0 0;
    }
    div#course-accordian .box {
    padding : 0 0 0 24px;
    position : relative;
    }
    div#course-accordian .box {
    padding : 0 0 0 35px;
    position : relative;
    }
    h1.main-slider-title.main-title br {
    display : none;
    }
    div#course-accordian .box::before {
    content : "";
    position : absolute;
    left : 0;
    right : auto;
    top : 4px;
    width : 29px;
    height : 31px;
    background : url(../images/icon.webp) no-repeat;
    }
    div#course-accordian p {
    color : #525252;
    font-size : 18px;
    font-style : normal;
    font-weight : 400;
    line-height : 140%;
    }
    div#course-accordian h3 {
    color : #343434;
    font-size : 18px;
    font-style : normal;
    font-weight : 600;
    line-height : 20px;
    }
    .course-free-area img {
    border-radius : 6px;
    }
    div#course-accordian li {
    line-height : 25px;
    font-size : 16px;
    }
    .trainning-center-section .item-box {
    background-color : #fff;
    padding : 20px 20px;
    }
    .trainning-center-section .icon {
    width : 23px;
    height : 22px;
    display : inline-block;
    margin : -1px 3px 0 0;
    }
    .trainning-center-section .item-box h3 {
    color : #004da7;
    font-family : "IBM Plex Sans";
    font-size : 18px;
    font-style : normal;
    font-weight : 700;
    line-height : 25px;
    margin : 0 0 14px 0;
    }
    .trainning-center-section .image-area {
    width : 97px;
    min-width : 97px;
    height : 96px;
    border-radius : 9px;
    overflow : hidden;
    margin : 0 0 10px;
    }
    .trainning-center-section .image-area img {
    height : 100%;
    width : 100%;
    object-fit : cover;
    }
    .trainning-center-section .image {
    display : flex;
    }
    .trainning-center-section .item-box p, .trainning-center-section .item-box p a {
    color : #555;
    font-family : "IBM Plex Sans";
    font-size : 14px;
    font-style : normal;
    font-weight : 500;
    line-height : 20px;
    }
    .trainning-center-section .address .common-icon {
    background-position : -20px -854px;
    margin : 8px 0 -7px 0;
    display : inline-block;
    }
    .trainning-center-section .mail .common-icon {
    background-position : -20px -924px;
    }
    .border-top-1 {
    border-top : 1px solid #ddd;
    }
    a.thm-btn.read-btn {
    padding : 12px 40px;
    }
    body .box-form {
    border-radius : 10px;
    border : #ddd solid 1px !important ;
    background : #fff !important ;
    padding : 15px 20px;
    display : flex;
    height : 100%;
    align-items : center;
    min-height : 112px;
    cursor : default !important ;
    }
    body .box-form.active {
    border : transparent solid 1px !important ;
    background : var(--gradient-color) !important ;
    cursor : default !important ;
    }
    .box-form .image-area {
    width : 85px;
    margin : 0 20px 0 0;
    }
    form .form-group {
    margin : 0 0 20px;
    position : relative;
    }
    .tabs-center-selection span span {
    width : 100%;
    margin : 0 0 0;
    color : #525252;
    line-height : 24px;
    display : block;
    }
    .tabs-center-selection .text-title {
    font-size : 18px;
    font-weight : 600;
    line-height : 27px;
    margin : 0 0 6px;
    color : #000;
    width : 100%;
    }
    .tabs-center-selection span {
    color : #383838;
    text-align : left;
    }
    div#content-form, div#content-form .accordion-item, section.request-form-section .accordion-body {
    background : 0 0;
    border : 0;
    padding : 0;
    box-shadow : none;
    }
    .stepper-horizontal .step .step-circle {
    width : 50px;
    height : 50px;
    margin : 0 auto;
    border-radius : 50%;
    text-align : center;
    line-height : 46px;
    font-size : 20px;
    font-weight : 600;
    z-index : 2;
    border : #e6e9eb solid 2px;
    background : #ffffff;
    cursor : pointer;
    }
    .stepper-horizontal .step.done .step-circle {
    background-color : #ffffff;
    border : #52526c solid 2px;
    color : #066;
    z-index : 4;
    position : relative;
    }
    .stepper-horizontal .step.active .step-circle {
    border-color : #f66709;
    }
    .stepper-horizontal .step.active .step-title {
    color : var(--main-primary);
    }
    .stepper-horizontal .step.done .step-circle:before {
    font-weight : 100;
    content : "\f00c";
    font-family : "Font Awesome 5 Free";
    color : #fff;
    font-size : 30px;
    font-weight : 700;
    }
    .stepper-horizontal .step.done .step-circle {
    background-color : #f66709;
    border-color : #f66709;
    }
    .step-title {
    font-size : 18px;
    font-weight : 700;
    margin : 12px 0 0;
    text-align : center;
    cursor : pointer;
    }
    .stepper-horizontal .step .step-bar-left, .stepper-horizontal .step .step-bar-right {
    position : absolute;
    top : 25px;
    height : 4px;
    background-color : rgb(235 220 220 / 20%);
    border : #e1dbd8 solid;
    border-width : 2px 0;
    }
    .stepper-horizontal .step .step-bar-right {
    width : 0;
    left : 50%;
    z-index : -1;
    transition : width 0.5s ease-in-out;
    }
    .stepper-horizontal .step .step-bar-left {
    width : 100%;
    left : 50%;
    z-index : -1;
    }
    .stepper-horizontal .step.done .step-bar-right {
    background-color : #f66709;
    border-color : #f66709;
    z-index : 3;
    width : 100%;
    }
    .stepper-horizontal .step.done .step-title {
    color : var(--main-black);
    }
    .stepper-horizontal .step.done .step-circle * {
    display : none;
    }
    .stepper-horizontal {
    display : flex;
    width : 100%;
    margin : 0 auto;
    overflow : auto;
    margin-bottom : 24px;
    justify-content : center;
    margin : 50px 0 9px;
    }
    .stepper-horizontal .step {
    position : relative;
    padding-inline : 24px;
    z-index : 2;
    width : 20%;
    }
    .basic-wizard .stepper-horizontal .step:last-child .step-bar-right, .stepper-horizontal .step.done:last-child .step-bar-left, .stepper-horizontal .step.done:last-child .step-bar-right, .stepper-horizontal .step:last-child .step-bar-left {
    display : none;
    }
    .process-area li:not(:last-child) {
    padding-right : 62px;
    }
    .process-area li:not(:first-child) {
    padding-left : 80px;
    }
    .process-area li, .process-area ul {
    display : flex;
    align-items : center;
    justify-content : center;
    }
    .process-area li a {
    color : #242424;
    text-align : center;
    font-family : "IBM Plex Sans";
    font-size : 18px;
    font-style : normal;
    font-weight : 500;
    line-height : 130%;
    margin : 0 0 0 10px;
    }
    .active .num-1 {
    border : #f66709 solid 2px;
    background-color : #fff;
    }
    .complete .num-1 {
    border : #f66709 solid 2px;
    background-color : #f66709;
    color : #fff;
    }
    .process-area li.complete a {
    color : #f66709;
    }
    .payment-box {
    border-radius : 10px;
    overflow : hidden;
    background : #ecf2f7;
    }
    .payment-summary.payment-box, .payment-attachment {
    background : #ffffff;
    padding : 0 0 15px;
    box-shadow : 0 0 4px rgb(0 0 0 / 15%);
    }
    .payment-box h4 {
    padding : 15px 20px 15px 20px;
    color : #fff;
    font-size : 22px;
    background : #004da7;
    }
    .payment-box h4::before {
    content : '';
    display : inline-block;
    height : 5px;
    width : 5px;
    border-radius : 100%;
    background-color : #fff;
    margin : 0 11px 4px 0;
    }
    ul.list-items li {
    display : flex;
    justify-content : space-between;
    flex-wrap : wrap;
    font-size : 18px;
    line-height : 26px;
    padding : 10px 0;
    border-bottom : 1px solid #b2c9e4;
    font-weight : 500;
    }
    ul.list-items li:last-child {
    border : 0;
    }
    ul.list-items {
    padding : 7px 22px;
    }
    .payment-box:not(:last-child) {
    margin : 0 0 40px;
    }
    .total-count {
    background : #ffeee3;
    padding : 12px 12px;
    font-size : 18px;
    font-weight : 600;
    display : flex;
    flex-wrap : wrap;
    justify-content : space-between;
    border : #f66709 solid 1px;
    border-radius : 6px;
    color : #f66709;
    margin : 0 9px;
    }
    .total-count {
    background : #dbf1e6;
    border : #18975c solid 1px;
    color : #18975c;
    }
    ul.list-items li span:last-child {
    font-weight : 400;
    padding-left : 8px;
    }
    .payment-attachment .wrap-area {
    padding : 12px 21px;
    }
    .payment-attachment .wrap-area .form-group {
    padding : 10px 0;
    border-bottom : 1px solid #dbdcdd;
    margin : 0;
    }
    .payment-attachment .wrap-area .form-group:last-child {
    border : 0;
    }
    .payment-attachment .wrap-area .form-group input, .payment-attachment .wrap-area .form-group select {
    width : auto;
    height : 45px;
    min-width : 308px;
    }
    .payment-attachment .wrap-area .form-group.arrow-icon::before {
    top : 25px;
    }
    .payment-attachment .form-group label {
    overflow-wrap : break-word;
    width : 46%;
    display : inline-block;
    }
    div#payment-info input.thm-btn {
    width : 159px !important ;
    margin : 0 auto;
    background : #004da7 !important ;
    }
    div#payment-info input.thm-btn:hover {
    background : #f66709 !important ;
    }
    .file-drop-area {
    position : relative;
    display : flex;
    align-items : center;
    padding : 25px;
    transition : 0.2s;
    flex-wrap : wrap;
    background : #f3f7fd;
    border : #e2ebf7 dashed 2px;
    border-radius : 10px;
    min-height : 165px;
    }
    .file-manage-btn {
    text-align : right;
    }
    img.dummy-img {
    height : 120px;
    width : 100%;
    object-fit : cover;
    margin : 0 0 6px;
    border-radius : 7px;
    }
    a.icon.delete {
    background-color : #ab0101;
    }
    a.icon {
    background : #004da7;
    padding : 8px;
    width : 40px;
    height : 40px;
    border-radius : 5px;
    text-align : center;
    margin : 0 4px 0;
    }
    a.icon i {
    color : #fff !important ;
    opacity : 1;
    }
    .file-drop-area.is-active {
    background-color : rgb(255, 255, 255, 0.05);
    }
    .file-msg {
    flex-shrink : 0;
    background-color : rgb(255, 255, 255, 0.04);
    border : rgb(255, 255, 255, 0.1) solid 1px;
    border-radius : 3px;
    margin-right : 10px;
    font-size : 18px;
    text-transform : capitalize;
    font-weight : 500;
    }
    .fake-btn {
    font-size : 18px;
    font-weight : 600;
    text-overflow : ellipsis;
    color : var(--main-primary);
    display : inline !important ;
    line-height : 100%;
    text-decoration : underline;
    text-decoration-style : 2px;
    text-decoration-style : dotted;
    }
    .payment-attachment .file-input, .file-input {
    position : absolute;
    left : 0;
    top : 0;
    height : 100%;
    width : 100%;
    cursor : pointer;
    opacity : 0;
    width : 100% !important ;
    height : 100% !important ;
    }
    .payment-attachment .file-input:focus, .file-input:focus {
    outline : none;
    }
    .notice-section .card-header {
    border-radius : calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    background : #004da7;
    font-size : 18px;
    padding : 10px 20px;
    }
    .notice-section a.thm-btn.thm-btn-2 {
    padding : 7px 18px;
    }
    .notice-section .card-header .card-t-head, .notice-section .card-header .card-t-head i {
    color : #fff !important ;
    }
    .notice-section .card-custom1 {
    border-style : solid;
    border-width : 0 0 2px 0;
    border-color : #fff;
    border-radius : 5px 5px 5px 5px;
    box-shadow : 0 0 50px 0 rgb(0, 0, 0, 0.05);
    transition : all 0.3s ease;
    overflow : hidden;
    height : 100%;
    }
    .media-block {
    margin : 5px 0 12px;
    position : relative;
    }
    .notice-area .media-div marquee {
    height : auto;
    max-height : 425px;
    }
    .notice-section article .date {
    padding : 12px 12px;
    width : 75px;
    min-width : 75px;
    line-height : 130%;
    border-radius : 7px;
    font-size : 14px;
    transition : all 0.2s 0s ease-in-out;
    background : #f667091c;
    text-align : center;
    }
    .notice-section article .date span {
    color : #242424;
    text-align : center;
    font-family : "IBM Plex Sans";
    font-size : 10px;
    font-style : normal;
    font-weight : 600;
    border : 0 !important ;
    line-height : 12px;
    margin : 6px 0 0;
    }
    .notice-section article .date span span {
    display : block;
    text-align : center;
    font-weight : 700;
    color : #e25a00;
    font-size : 18px;
    }
    .notice-section .title-link {
    color : #000;
    font-family : "IBM Plex Sans";
    font-size : 16px;
    font-style : normal;
    font-weight : 600;
    line-height : 22px;
    overflow-wrap : break-word;
    margin : 0 0 0 20px;
    }
    .notice-section article {
    margin : 0 0 13px;
    padding : 0 0 13px;
    border-bottom : 1px solid #ddd;
    }
    textarea#Message {
    height : 140px;
    }
    a.cat {
    position : absolute;
    z-index : 1;
    background : #036ab3;
    color : #fff;
    top : auto;
    bottom : 15px;
    left : 10px;
    border-radius : 26px;
    font-size : 15px;
    font-weight : 500;
    padding : 3px 13px;
    }
    #mentorformmodal .col-md-12, #mentorformmodal .col-md-4, #mentorformmodal .col-md-6 {
    padding : 0 10px;
    }
    #mentorformmodal .row {
    margin : 0 -10px;
    }
    div#faq-accordian button.accordion-button {
    box-shadow : 0 4px 64px 0 rgb(177, 177, 177, 0.2509803922);
    background : #fff;
    border-radius : 10px;
    padding : 18px 27px;
    }
    .widget-box span.title img {
    margin : 0 6px 0 0;
    width : 20px;
    }
    .widget-box h4 {
    font-weight : 700;
    margin : 0 0 21px;
    position : relative;
    padding : 0 0 0 16px;
    border-left : 3px solid #004da7;
    line-height : 100%;
    }
    .faq-tabs-area li .nav-link {
    padding : 15px 25px;
    background : url(../images/backgrounds/shape.webp) no-repeat;
    min-width : 245px;
    width : 100%;
    background-size : 100% 100%;
    border : 0;
    margin : 0;
    font-weight : 600;
    color : #fff !important ;
    letter-spacing : 0;
    font-size : 16px;
    background-color : transparent !important ;
    position : relative;
    }
    .faq-tabs-area li {
    margin : 0 10px;
    }
    .faq-tabs-area .nav-tabs {
    justify-content : center;
    margin : 0;
    border : 0;
    position : relative;
    }
    .faq-tabs-area .nav-tabs::before {
    content : "";
    position : absolute;
    left : 0;
    right : 0;
    top : 9px;
    bottom : auto;
    width : 93%;
    height : 34px;
    background : #fff;
    z-index : 0;
    margin : 0 auto;
    box-shadow : 0 14px 10px rgb(0 0 0 / 19%);
    border-radius : 50px;
    }
    .faq-tabs-area .accordion-item {
    border : 0;
    padding : 0;
    margin : 0 0 20px !important ;
    box-shadow : none !important ;
    }
    .faq-tabs-area .accordion-item i {
    min-height : 30px;
    min-width : 30px;
    color : var(--main-base);
    background : #ffffff;
    text-align : center;
    line-height : 30px;
    font-size : 13px;
    border-radius : 80%;
    margin : 0 15px 0 0;
    transform : rotate(-90deg);
    transition : 0.5s;
    }
    .faq-tabs-area .accordion-item .accordion-button.collapsed i {
    background : #004da7;
    color : #fff;
    transform : rotate(0);
    transition : 0.5s;
    }
    .faq-tabs-area .accordion-item .accordion-button {
    border-radius : 10px !important ;
    background : 0 0 !important ;
    padding : 17px 20px;
    font-size : 16px;
    font-weight : 700 !important ;
    font-family : "IBM Plex Sans";
    }
    .faq-tabs-area .accordion-item .accordion-button.collapsed {
    background : #eaeaee !important ;
    color : var(--main-base) !important ;
    border : #ddd solid 1px !important ;
    }
    .faq-tabs-area .accordion-item .accordion-button {
    background : #004da7 !important ;
    color : #fff;
    }
    .faq-tabs-area .accordion-button::after {
    display : none;
    }
    .faq-tabs-area li .nav-link.active, .faq-tabs-area li .nav-link:hover {
    background : url(../images/home/shape-2.webp) no-repeat;
    background-size : 100% 100%;
    }
    .faq-tabs-area li .nav-link::before {
    width : 20px;
    height : 20px;
    content : "";
    position : absolute;
    left : 0;
    right : 0;
    bottom : -15px;
    margin : 0 auto;
    width : 0;
    height : 0;
    border-left : 22px solid transparent;
    border-right : 22px solid transparent;
    border-top : 17px solid #004da7;
    opacity : 0;
    }
    .faq-tabs-area li .nav-link.active::before {
    border-top : 17px solid var(--main-primary);
    opacity : 1;
    }
    .single-blog-details.blog-wrapper .single-blog-content .blog-description {
    padding : 30px 25px;
    background : #f3f3f5;
    }
    .single-blog-details {
    box-shadow : 0 0 20px rgb(0 0 0 / 10%);
    border-radius : 15px;
    overflow : hidden;
    }
    .blog-wrapper .blog-thumb .blog-top-meta {
    position : absolute;
    bottom : 30px;
    left : 30px;
    text-align : center;
    z-index : 1;
    padding : 4px 14px;
    background : #004da7;
    font-size : 14px;
    color : #fff;
    border-radius : 8px;
    }
    .blog-wrapper .blog-thumb {
    position : relative;
    overflow : hidden;
    border-radius : 8px 8px 0 0;
    height : 490px;
    }
    .blog-wrapper .blog-thumb img {
    transform : scale3d(1,1,1);
    transition : all 0.5s 0s ease-out;
    width : 100%;
    height : 100%;
    object-fit : cover;
    }
    .blog-wrapper:hover .blog-thumb img {
    transform : scale3d(1.1,1.1,1.1);
    transition : all 0.5s 0s ease-out;
    }
    .blog-wrapper .blog-thumb:after {
    position : absolute;
    content : "";
    background : rgb(0 0 0 / 10%);
    height : 0;
    width : 100%;
    left : 0;
    top : 0;
    opacity : 0;
    transition : all 0.4s 0s ease-out;
    }
    .blog-wrapper:hover .blog-thumb:after {
    opacity : 1;
    height : 100%;
    }
    .single-blog-details.blog-wrapper .single-blog-content .blog-description {
    padding : 30px 25px;
    background : #fff;
    }
    .text-primary-color {
    color : var(--main-base);
    }
    .blog-single .single-blog-details .single-blog-content .single-blog-tag-social-area {
    margin : 45px 0 38px;
    border-top : 1px solid #eee;
    padding : 40px 0 45px;
    border-bottom : 1px solid #eeee;
    }
    .f-left {
    float : left;
    }
    .blog-single .single-blog-details .single-blog-content .single-blog-tag-social-area .single-blog-tags ul li a {
    padding : 6px 12px;
    background : #f3f3f5;
    font-size : 15px;
    border-radius : 0;
    margin-right : 5px;
    display : inline-block;
    }
    .blog-bottom-meta i, .blog-bottom-meta span {
    margin : 0 7px 0 0;
    }
    .blog-single .single-blog-details .single-blog-content .single-blog-tag-social-area .single-blog-share .social-icons li a {
    display : block;
    color : var(--main-base);
    text-align : center;
    font-size : 18px;
    margin-left : 15px;
    }
    .blog-description .content-area h4 {
    margin : 25px 0 10px;
    font-family : 'IBM Plex Sans';
    font-size : 22px;
    font-weight : 700;
    }
    .blog-single ol, .blog-single ul {
    display : inline-block;
    margin : 14px 0 0;
    }
    .blog-single li {
    margin : 0 0 13px;
    font-size : 16px;
    line-height : 27px;
    }
    .form-section, .service-general-area, .service-payment-area {
    margin : 0 auto;
    max-width : 1200px;
    }
    .process-area ul {
    list-style : none;
    padding : 0;
    }
    .process-area ul li {
    display : flex;
    margin-right : 15px;
    flex-wrap : wrap;
    }
    .process-area ul li.active a {
    font-weight : 700;
    }
    .process-area .num {
    color : #000;
    padding : 5px 10px;
    border-radius : 50%;
    font-weight : 700;
    display : inline-block;
    margin-right : 5px;
    width : 45px;
    height : 45px;
    display : flex;
    align-items : center;
    justify-content : center;
    border : #f66709 solid 2px;
    background-color : #fff;
    }
    .form-wrap {
    padding : 31px;
    background : #fff;
    border-radius : 8px;
    box-shadow : 0 2px 4px rgb(0, 0, 0, 0.1);
    }
    section.request-form-section .card-header {
    background : #004da7;
    padding : 9px 18px;
    }
    section.request-form-section .card-header h4 {
    color : var(--main-white);
    }
    input.btn-table {
    width : 30px;
    padding : 0;
    border : 0;
    height : 28px;
    }
    section.request-form-section td.action span {
    display : inline;
    width : 48%;
    position : relative;
    text-align : center;
    }
    section.request-form-section td.action span input {
    position : absolute;
    left : 0;
    right : 0;
    bottom : 0;
    top : 0;
    margin : auto;
    }
    .form-group {
    margin-bottom : 15px;
    }
    .form-group label {
    font-weight : 700;
    display : block;
    margin-bottom : 5px;
    }
    .form-group input {
    width : 100%;
    padding : 10px;
    border : #e1e2e3 solid 1px;
    border-radius : 8px;
    }
    .row {
    margin-left : -15px;
    margin-right : -15px;
    }
    .row .col-md-6 {
    padding-left : 15px;
    padding-right : 15px;
    }
    button.btn.btn-soft-secondary {
    width : 30px;
    height : 30px;
    border : 0;
    background : #004da7;
    }
    button.btn.btn-soft-secondary i {
    color : #fff;
    }
    table ul.dropdown-menu.dropdown-menu-end a.dropdown-item i {
    margin : 0 3px 0 0;
    }
    table .dropdown-menu li {
    display : block;
    }
    table input.form-check-input {
    border : #ddd solid 1px;
    }
    table .dropdown-menu {
    box-shadow : 0 5px 10px rgb(30, 32, 37, 0.12);
    animation-name : DropDownSlide;
    animation-duration : 0.3s;
    animation-fill-mode : both;
    position : absolute;
    z-index : 1000;
    border : 0;
    }
    .dataTables_wrapper table td {
    display : table-cell;
    text-align : left;
    }
    .dt-buttons.btn-group.flex-wrap {
    display : none;
    }
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {
    padding-left : 30px !important ;
    }
    .view-modal .modal-header {
    padding : 25px 20px;
    }
    .modal.view-modal button.btn-close {
    top : 18px;
    right : 17px;
    background : #004da7;
    color : #fff;
    opacity : 1;
    border-radius : 100%;
    width : 30px;
    height : 30px;
    }
    .modal.view-modal button.btn-close::after, .modal.view-modal button.btn-close::before {
    background : #fff;
    }
    ul.list-item li a {
    color : var(--main-base);
    font-size : 16px;
    font-weight : 500;
    display : flex;
    align-items : center;
    justify-content : space-between;
    padding : 7px 0;
    border-bottom : 1px solid #f3f3f3;
    }
    ul.list-item li {
    display : block;
    }
    ul.list-item li a i {
    font-size : 20px;
    margin : 0 6px 0 0;
    }
    button.icn {
    border : 0;
    background : 0 0;
    }
    .notice_board_box {
    background-color : #f8f8f8;
    padding : 25px;
    position : relative;
    cursor : pointer;
    border-radius : 12px;
    margin : 0 0 20px 0;
    transition : 0.3s ease-in-out;
    }
    .notice_board_box:hover {
    color : var(--main-primary);
    }
    .notice_board_box:hover .notice_details {
    background-size : 100% 1px;
    }
    .notice_board_box:hover:after {
    transform : scaleX(1);
    transform-origin : bottom left;
    }
    .notice_board_box:hover .icon {
    right : 35px;
    top : 31%;
    }
    .notice_board_box:hover .arrow {
    background-color : #f66709;
    }
    .notice_board_box:hover .arrow::after {
    background-color : #f66709;
    }
    .notice_board_box:hover .arrow::before {
    background-color : #f66709;
    }
    .notice_board_box .small-title {
    display : flex;
    align-items : center;
    font-weight : 600;
    position : relative;
    }
    .small-title .fa-circle {
    font-size : 8px;
    margin : 0 12px 0 20px;
    }
    .small-title .date, i {
    opacity : 0.87;
    }
    .notice_details {
    font-size : 26px;
    line-height : 1.2;
    font-weight : 500;
    padding : 0 40px 0 0;
    display : inline;
    background-image : linear-gradient(currentColor, currentColor);
    background-position : left bottom;
    background-repeat : no-repeat;
    background-size : 0 1px;
    transition : 0.4s;
    }
    .notice_board_box .icon {
    position : absolute;
    top : 35%;
    right : 40px;
    transform : translate(-50%,-50%);
    width : 35px;
    height : 10px;
    cursor : pointer;
    transform : rotate(-45deg);
    transition : 0.3s ease-in-out;
    }
    .notice_board_box .arrow {
    margin : 0;
    position : absolute;
    top : 25px;
    width : 90%;
    height : 3px;
    border-radius : 3px;
    background-color : #242424;
    box-shadow : 0 3px 5px rgb(0, 0, 0, 0.2);
    animation : arrow 0.7s linear infinite;
    }
    .notice_board_box .arrow::after, .notice_board_box .arrow::before {
    content : "";
    position : absolute;
    width : 70%;
    height : 3px;
    right : -6px;
    border-radius : 3px;
    background-color : #242424;
    }
    .notice_board_box .arrow::after {
    top : -7px;
    transform : rotate(45deg);
    }
    .notice_board_box .arrow::before {
    top : 7px;
    transform : rotate(-45deg);
    }
    span.dateare {
    position : relative;
    }
    span.dateare i {
    position : absolute;
    left : auto;
    right : 13px;
    top : 12px;
    bottom : auto;
    margin : auto;
    font-size : 25px;
    height : 24px;
    pointer-events : none;
    }
    input#datepicker {
    padding : 0 36px 0 20px;
    }
    a.ui-datepicker-prev.ui-corner-all {
    position : absolute;
    left : auto;
    right : 40px;
    }
    div#ui-datepicker-div {
    background : #fff;
    border : 0;
    box-shadow : 0 0 10px rgb(0 0 0 / 18%);
    padding : 15px;
    z-index : 1 !important ;
    }
    .ui-datepicker-buttonpane.ui-widget-content {
    background : 0 0;
    }
    .ui-datepicker-header.ui-widget-header.ui-corner-all {
    background : 0 0;
    border : 0;
    padding : 0;
    margin : 0;
    }
    body .ui-datepicker .ui-datepicker-title {
    margin : 0;
    max-width : 170px;
    }
    body .ui-datepicker select.ui-datepicker-month {
    width : 53%;
    margin : 0 5% 0 0;
    border : #ddd solid 1px;
    height : 38px;
    border-radius : 4px;
    padding : 0 6px;
    color : #545454;
    font-size : 14px;
    }
    body .ui-datepicker select.ui-datepicker-year {
    width : 42%;
    border : #ddd solid 1px;
    height : 38px;
    border-radius : 4px;
    padding : 0 5px;
    color : #545454;
    font-size : 14px;
    }
    .ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    background-color : #ebebeb;
    border-radius : 100%;
    }
    body .ui-datepicker .ui-datepicker-next span, body .ui-datepicker .ui-datepicker-prev span {
    background : 0 0;
    border : #5a5a5a solid 2px;
    border-top : 0;
    border-right : 0;
    width : 8px;
    height : 8px;
    transform : rotate(45deg);
    left : 19px;
    top : 17px;
    }
    body .ui-datepicker .ui-datepicker-next span {
    transform : rotate(221deg);
    right : 12px;
    margin : auto;
    left : auto;
    top : 10px;
    }
    .ui-datepicker a.ui-corner-all:hover {
    background : #004da7 !important ;
    border : 0 !important ;
    cursor : pointer;
    }
    .ui-datepicker a.ui-corner-all:hover span {
    border-color : #fff;
    }
    .ui-datepicker th {
    text-align : center;
    font-weight : 500;
    border : 0;
    text-shadow : 0 0;
    color : #121212;
    }
    body .ui-state-default, body .ui-widget-content .ui-state-default {
    border : 0;
    background : 0 0;
    text-align : center;
    font-size : 14px;
    width : 30px;
    height : 29px;
    line-height : 23px;
    border-radius : 4px;
    color : #666;
    font-weight : 400;
    }
    .ui-state-default:hover, .ui-widget-content .ui-state-default:hover {
    color : #121212;
    background : linear-gradient(90deg, rgb(246, 103, 9, 0.25) 4%, rgb(11, 78, 160, 0.25) 100%, #004da7 100%);
    }
    a.ui-state-default.ui-state-active, td.ui-datepicker-days-cell-over.ui-datepicker-today .ui-state-default {
    background : #004da7;
    color : #fff;
    }
    .ui-datepicker-buttonpane.ui-widget-content {
    margin : 0;
    border : 0;
    display : flex;
    align-items : center;
    justify-content : end;
    }
    .ui-datepicker-buttonpane.ui-widget-content {
    display : none !important ;
    }
    body .ui-datepicker button.ui-state-default.ui-corner-all {
    background : linear-gradient(90deg, rgb(246, 103, 9, 0.25) 4%, rgb(11, 78, 160, 0.25) 100%, #004da7 100%);
    padding : 5px 19px;
    font-size : 16px;
    color : #121212;
    margin : 0;
    height : auto;
    margin : 0 5px;
    line-height : 30px;
    font-weight : 500;
    opacity : 1;
    text-shadow : 0 0;
    }
    body .ui-datepicker button.ui-datepicker-close.ui-priority-primary.ui-corner-all {
    background : #f66709;
    color : #fff;
    }
    body .ui-datepicker button.ui-datepicker-close.ui-priority-primary.ui-corner-all:hover {
    background : #004da7;
    }
    tr.child ul.dtr-details {
    width : 100%;
    }
    tr.child ul.dtr-details li {
    display : flex;
    align-items : center;
    justify-content : space-between;
    }
    body table.dataTable thead th {
    background : #f9f9f9;
    color : #212529;
    }
    table.dataTable.display > tbody > tr.even > *, table.dataTable.display > tbody > tr.even > .sorting_1, table.dataTable.order-column.stripe > tbody > tr.even > .sorting_1, table.dataTable.stripe > tbody > tr.even > * {
    background : #f9f9f9;
    box-shadow : none;
    }
    body table.dataTable.display > tbody > tr.odd > .sorting_1, table.dataTable.display > tbody > tr.odd > *, table.dataTable.stripe > tbody > tr.odd > * {
    background : #fff;
    box-shadow : none;
    }
    body table.dataTable {
    border : #e9e9e9 solid 1px !important ;
    border-radius : 4px;
    overflow : hidden;
    }
    body table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, body table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    background-color : #004da7;
    }
    table.dataTable thead > tr > th.sorting:after, table.dataTable thead > tr > th.sorting:before {
    display : none;
    }
    div#mentorformmodal .form-wrap {
    padding : 0;
    box-shadow : none;
    }
    html.show-menu body::before {
    content : '';
    position : fixed;
    width : 100%;
    top : 0;
    height : 100%;
    background-color : #00000087;
    left : 0;
    right : 0;
    z-index : 11;
    }
    html.show-menu, html.show-menu body {
    overflow : hidden;
    }
    span.select2.select2-container {
    width : 100% !important ;
    }
    section.notfound {
    height : calc(100vh - 269px);
    }
    form input.pd-input {
    padding : 0 52px 0 20px;
    }
    section.notfound .container.filter-area {
    width : 100%;
    }
    section.notfound .common-box {
    width : 100%;
    }
    span.location-icon {
    position : absolute;
    left : auto;
    right : 11px;
    top : 42px;
    }
    .common-file-input .file-drop-area {
    min-height : 85px;
    padding : 12px 20px;
    }
    .common-file-input .file-drop-area img {
    width : 34px;
    }
    .common-file-input .file-msg, .common-file-input .fake-btn {
    font-size : 15px;
    margin : 0;
    line-height : 86%;
    position : relative;
    }
    .common-file-input .file-msg {
    top : 1px;
    }
    .common-file-input .fake-btn {
    top : -1px;
    }
    span.note {
    color : #0488e9;
    font-size : 13px;
    line-height : 21px;
    display : inline-block;
    }
    .document-upload-area .form-group {
    border-bottom : 2px dashed #eef4fd;
    padding : 18px 0;
    margin : 0 12px !important ;
    }
    .document-upload-area .form-group label::before {
    content : '';
    width : 6px;
    height : 6px;
    background : #000;
    display : inline-block;
    border-radius : 100%;
    margin : 0 9px 2px 0;
    }
    .document-upload-area img.dummy-img {
    height : 100px;
    }
    .document-upload-area .form-group:last-child {
    border-bottom : 0;
    padding-bottom : 0;
    }
    .mr-ngt {
    margin : -45px 0 0 !important ;
    }
    div#mobile-info input[type="submit"] {
    background-color : #004da7;
    }
    div#mobile-info input[type="submit"], div#mobile-info .thm-btn {
    min-width : 175px;
    text-align : center;
    margin : 0 1%;
    }
    div#mobile-info input[type="submit"]:hover {
    background : #f66709 !important ;
    }
    .thm-btn.apply-btn {
    font-size : 16px;
    padding : 12px 12px;
    }
    div#mobile-info .form-group label {
    margin-bottom : 0;
    }
    .mr-ngt .file-manage-btn {
    width : 127px;
    margin : 0 0 0 auto;
    }
    .common-file-input span.d-inline-block.ms-3 {
    width : calc(100% - 56px);
    }
    span.fake-btn {
    word-break : break-all;
    display : inline-block !important ;
    line-height : 18px !important ;
    }
    .doc-upload span.d-inline-block.ms-3, .upload-2 span.d-inline-block.ms-3 {
    width : calc(100% - 50px);
    }
    .document-upload-area .file-manage-btn {
    align-items : center;
    flex-wrap : wrap;
    justify-content : space-between;
    }
    .document-upload-area .file-manage-btn img + span {
    width : 100%;
    margin : 10px 0 0;
    }
    div#mentorformmodal .form-wrap h2 {
    font-size : 28px;
    font-weight : bold;
    color : var(--main-base);
    margin : 0 0 30px;
    text-align : center;
    }
    div#mentorformmodal .modal-content {
    border : 0;
    background : transparent !important ;
    }
    div#mentorformmodal .modal-body .form-wrap {
    border : #f66709 solid 2px;
    padding : 30px 35px;
    box-shadow : 0 0 15px #343d47;
    border-radius : 30px;
    }
    div#mentorformmodal button.btn-close {
    border-radius : 50px;
    background : #004da7;
    width : 32px;
    height : 32px;
    color : #fff;
    opacity : 1;
    right : 10px;
    top : 7px;
    }
    div#mentorformmodal button.btn-close::after, div#mentorformmodal button.btn-close::before {
    width : 18px;
    left : 1px;
    background-color : #fff;
    }
    div#mentorformmodal button.btn-close::after {
    height : 18px;
    transform : rotate(45deg);
    left : 20px;
    width : 2px;
    }
    form#survey-form .col-md-3 {
    width : auto;
    }
    .contact-details {
    text-align : center;
    display : flex;
    align-items : center;
    justify-content : end;
    }
    .contact-details i {
    width : 30px;
    height : 30px;
    background : #1a5fb0;
    border-radius : 100%;
    line-height : 30px;
    font-size : 12px;
    color : #fff;
    }
    .contact-details span {
    margin : 0 0 0 17px;
    color : #fff;
    }
    .contact-details .text {
    color : #fff;
    font-weight : 600;
    font-size : 17px;
    }
    .bg-2-blue {
    background : #004da7;
    }
    h1.ab-title {
    color : #fff;
    font-size : 28px;
    font-weight : lighter;
    line-height : 47px;
    width : 96%;
    text-shadow : 0 0;
    }
    h1.ab-title::before, h1.ab-title::after {
    content : '';
    width : 60px;
    height : 46px;
    background : url(../images/quatotion.png) no-repeat;
    display : inline-block;
    background-size : 100%;
    filter : brightness(0) saturate(100%) invert(38%) sepia(62%) saturate(2013%) hue-rotate(3deg) brightness(105%) contrast(93%);
    }
    h1.ab-title::after {
    transform : rotate(180deg);
    }
    span.nirbhar-logo-text {
    font-size : 80px;
    font-weight : bold;
    line-height : 100px;
    margin : 75px 0 0;
    color : #004da7;
    display : inline-block;
    text-shadow : 1px 0 #fff, -1px 0 #fff, 0 1px #fff, 0 -1px #fff;
    }
    section.about-history-section .content-area {
    background : #fff;
    border-radius : 30px;
    padding : 50px 50px;
    box-shadow : 0 0 16px rgb(0 0 0 / 5%);
    }
    span.bold-blue {
    color : var(--main-base);
    font-weight : bold;
    }
    section.about-history-section .content-area p {
    margin : 0 0 13px;
    text-shadow : 0 0;
    }
    span.logo-f {
    width : 99px;
    display : inline-block;
    margin : 0 10px 8px 0;
    }
    footer ul.nav-menu li {
    display : block;
    margin : 0 8px;
    width : 100%;
    text-align : center;
    }
    .about-logo span {
    font-weight : 700;
    font-size : 30px;
    color : #fff;
    }
    .about-section .image-area img {
    border : #ddd solid 3px;
    border-radius : 10px;
    }
    .about-menu p {
    font-size : 15px;
    }
    section.about-history-section .content-area h4 {
    margin : 35px 0 21px;
    text-shadow : 0 0;
    font-size : 24px;
    font-weight : bold;
    color : var(--main-primary);
    }
    .contact-area-f span {
    width : 34px;
    min-width : 34px;
    border-radius : 100%;
    height : 35px;
    transition : all 0.5s;
    background-color : hsl(0deg 0% 100% / 10%);
    display : inline-block;
    text-align : center;
    display : flex;
    align-items : center;
    justify-content : center;
    color : #fff;
    font-size : 16px;
    margin : 0 10px 0 0;
    }
    .contact-area-f span i {
    color : #fff;
    }
    .contact-area-f div {
    display : flex;
    margin : 0 0 10px;
    }
    footer.main-footer h4 {
    font-weight : 600;
    color : #fff;
    margin : 0 0 19px;
    font-size : 20px;
    }
    footer.main-footer h5 {
    font-size : 16px;
    font-weight : bold;
    margin : 9px 0 12px;
    color : var(--main-primary);
    }
    footer ul.nav-menu li {
    display : block;
    margin : 0 0 16px;
    width : 100%;
    text-align : center;
    }
    .copyrights-area {
    justify-content : center;
    }
    footer {
    padding : 56px 0 20px;
    }
    footer .icon-f img {
    height : 22px;
    }
    .login-haya-portal span {
    color : #fff;
    font-size : 24px;
    display : block;
    width : 100%;
    line-height : 32px;
    font-weight : bold;
    text-align : center;
    }
    .login-haya-portal a {
    font-size : 24px;
    display : inline-block;
    margin : 12px auto 0;
    color : #FFC30E;
    font-weight : 700;
    text-align : center;
    }
    section.slide-content {
    padding : 0 0 0;
    background : #ffff;
    }
    .marquee_container {
    width : 100%;
    overflow : hidden;
    white-space : nowrap;
    background : #004da7;
    padding : 0.7rem 0;
    line-height : 100%;
    }
    .marquee {
    display : inline-block;
    animation : marquee 5s linear infinite;
    }
    .blink-soft {
    animation : blinker 1.5s linear infinite;
    }
    .blink-soft i {
    color : #ec8e00;
    font-size : 26px;
    margin : 0 7px 0 0;
    }
    .blink-soft {
    display : block;
    }
    @keyframes blinker {
    50% {
    opacity : 0;
    }
    }
    @keyframes marquee {
    from {
    transform : translate3d(0,0,0);
    }
    to {
    transform : translate3d(-100%,0,0);
    }
    }
    .marquee_container h2 {
    display : inline-block;
    margin-right : 50px;
    font-size : 20px;
    color : #fff;
    }
    h2.title-main {
    font-size : 23px;
    line-height : 38px;
    }
    h2.section-title span {
    color : var(--main-base);
    }
    .text-blue {
    color : var(--main-base);
    font-weight : 500;
    text-decoration : underline;
    }
    .common-privacy-condition-page h5 {
    font-size : 20px;
    font-weight : bold;
    color : var(--main-base);
    }
    ul.listing-content li {
    font-size : 16px;
    display : block;
    width : 100%;
    line-height : 160%;
    margin : 0 0 11px;
    }
    ul.listing-content .icon-list.icon-list-2::before {
    z-index : 0;
    }
    ul.listing-content .icon-list.icon-list-2 {
    background : transparent;
    min-width : auto;
    min-height : auto;
    height : 28px;
    width : 28px;
    position : absolute;
    left : 0;
    top : 0;
    right : auto;
    bottom : auto;
    }
    ul.listing-content li {
    font-size : 16px;
    display : block;
    width : 100%;
    line-height : 160%;
    margin : 0 0 11px;
    position : relative;
    padding-left : 30px;
    }
    ul.listing-content .icon-list.icon-list-2::after {
    content : '';
    width : 28px;
    height : 29px;
    margin : 0 0 4px;
    display : inline-block;
    position : relative;
    background : url(../images/resources/sprite.webp) no-repeat;
    background-position : -10px -425px;
    background-size : 47px;
    left : -4px;
    }
    ul.listing-content .icon-list.icon-list-2:before {
    width : 17px;
    height : 17px;
    content : "";
    top : 6px;
    }
    .menu-2 ul.nav-menu.list-unstyled {
    padding : 14px 0 2px;
    margin-top : 20px;
    border-top : 2px solid #ffffff1f;
    }
    .menu-2 ul.nav-menu.list-unstyled li {
    width : auto;
    display : inline-block;
    margin : 0 28px;
    }
/* Step Registration */
    p.step-title {
        color: var(--main-primary);
        font-weight: 500;
    }
   .step:hover .circle2 {
    background-color: var(--main-base);
    border-color: var(--main-base);
    color: #fff;
  }
  .step:hover .circle2 {
    transform: scale(1.1);
  }
  .circle2 {
    transition: transform 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  }
  
  .progress-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
}


.progress {
    background-color: var(--main-base);
    position: absolute;
    top: 0%;
    left: 14px;
    width: 2px;
    height: 0%;
    z-index: 1;
    transition: .4s ease;
}

.progress-container::before {
    content: ' ';
    background-color: #e7e7e7;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    height: 100%;
    width: 2px;
    z-index: 0;
}
.step-progress {
  list-style:none;
  margin:0;
  padding: 0;
  display: flex;
  flex-direction: column;
  
  & li {
    display: grid;
    grid-template-columns: fit-content(28px) auto;   
    margin: 0 0 18px; 
  }
}
.step-progress h5 {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-black);
    margin: 0 0 4px;
}

.active_step .text {
  color: green;
}
.circle, .circle2 {
    background-color: #fff;
    border-radius: 50%;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 11px;
    border: 2px solid #ccc;
    font-size: 12px;
    font-weight: 700;
    height: 28px;
    width: 28px;
    transition: .4s ease;
    margin-right: 23px;
    position: relative;
    z-index: 1;
}

.circle.active, .circle2.active {
	border-color: var(--main-base);
	color: #fff;
	background-color: var(--main-base);
}
.step.active_step h5, .step.active_step h5 {
    color: var(--main-base);
    
}
.progress .circle:last-child,
.step-progress .step:last-child .circle2 {
  margin-bottom: 0;
}
.common-privacy-condition-page h5 {
    font-size: 18px;
    font-weight: bold;
    color: var(--main-black);
    margin: 0 0 4px;
}

p.note-title {
  font-weight: 600;
  color: var(--main-base);
  text-shadow: 0 0;
  font-style: italic;
}
.top-header {
  background: var(--main-base);
  padding: 7px 0;
}

.top-header p {
  color: #fff;
  text-align: center;
  font-weight: 500;
}

.site-awards a:last-child img{
height: 42px;
}
.site-awards p {
  font-size: 10px;
  text-align: center;
  line-height: 110%;
  margin: 4px 0 0;
}
    @media only screen and (max-width: 1199px) {
      
      body {
        
        padding: 103px 0 0;
    }

      nav .nav-link {
          font-size: 16px;
        
      }
      .nav-item {
        margin: 0 9px;
    }
    .site-awards a:last-child img {
      height: 47px;
  }
       
    span.nirbhar-logo-text {
    margin : 35px 0 0;
    font-size : 72px;
    }
    span.logo-f {
    width : 77px;
    display : inline-block;
    margin : 0 10px 8px 0;
    }
    .about-logo span {
    font-size : 24px;
    }
    }
    @media only screen and (max-width: 1023px) {
      nav .nav-link {
        font-size: 14px;
    }
    h1.ab-title {
    font-size : 23px;
    line-height : 35px;
    width : 99%;
    }
    h1.ab-title::before, h1.ab-title::after {
    width : 44px;
    height : 34px;
    }
    span.nirbhar-logo-text {
    margin : 10px 0 0;
    font-size : 60px;
    }
    }
    @media only screen and (max-width: 992px) {
    h1.ab-title {
    font-size : 20px;
    line-height : 32px;
    width : 99%;
    }
    span.nirbhar-logo-text {
    margin : 10px 0 0;
    font-size : 49px;
    }
    .about-logo span {
    font-size : 20px;
    }
    }
    @media only screen and (max-width: 767px) {
    section.about-section .image-area {
    text-align : center;
    }
    h1.ab-title {
    font-size : 22px;
    line-height : 34px;
    text-align : center;
    }
    h1.ab-title::before, h1.ab-title::after {
    width : 40px;
    height : 32px;
    }
    span.nirbhar-logo-text {
    font-size : 40px;
    line-height : 52px;
    margin : 26px 0 27px;
    text-align : center;
    display : block;
    }
    section.about-history-section .content-area {
    border-radius : 30px;
    padding : 35px 20px;
    }
    section.about-history-section .content-area h4 {
    margin : 24px 0 16px;
    font-size : 20px;
    }
    footer.main-footer h4 {
    margin : 24px 0 19px;
    text-align : left !important ;
    }
    footer a.nav-link {
    text-align : left;
    }
    .menu-2 ul.nav-menu.list-unstyled li {
    margin : 0 8px;
    }
    }
    @media only screen and (max-width: 667px) {
    .menu-2 ul.nav-menu.list-unstyled li {
    margin : 0 8px 8px;
    }
    }
    @media only screen and (min-width: 1400px) and (max-width: 1499px) {
    .main-slider-title.main-title {
    max-width : 88%;
    }
    .main-slider .container .swiper-wrapper {
    max-width : 88%;
    margin : 0 auto;
    }
    .main-slider__img {
    max-width : 30%;
    }
    }
    @media only screen and (max-width: 1399px) {
    .main-slider-title.main-title {
    max-width : 94%;
    }
    .main-slider .container .swiper-wrapper {
    max-width : 88%;
    margin : 0 auto;
    }
    .main-slider__img {
    max-width : 38%;
    }
    .faq-tabs-area .nav-tabs::before {
    width : 95%;
    }
    }
  
    @media only screen and (max-width: 1360px) {
    .main-slider .item {
    height : 620px;
    }
    .about-section .image-wrap {
    height : 470px;
    }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1399px) {
    header .images a {
    height : 60px;
    }
    .title-2, .title-2 a {
    font-size : 20px;
    line-height : 28px;
    }
    }
    @media only screen and (max-width: 1199px) {
    .main-slider .container {
    position : relative;
    z-index : 11;
    }
    .main-slider .item::before {
    content : "";
    width : 100%;
    height : 100%;
    left : 0;
    right : 0;
    top : 0;
    bottom : 0;
    background : linear-gradient(90deg, #fff 45%, rgb(255, 255, 255, 27%) 72%, rgb(255, 255, 255, 10%) 75%, rgb(255, 255, 255, 22%) 94%, rgb(255, 255, 255, 0) 100%);
    position : absolute;
    z-index : 1;
    }
    nav.main-navigation {
    padding : 0;
    }
    header nav ul li {
    margin : 0 8px;
    }
    header nav ul li a {
    font-size : 15px;
    }
    header .images a {
    height : 40px;
    }
    ul.menu-wraper.ps-4 {
    padding-left : 10px !important ;
    }
    .awards-area {
    padding-left : 0;
    }
    .content h4 {
    font-size : 19px;
    font-weight : 700;
    letter-spacing : 0;
    margin : 0 0 9px;
    }
    body a, body p {
    font-size : 15px;
    }
    .main-title {
    font-size : 40px;
    }
    .section-title {
    font-size : 30px;
    line-height : 39px;
    margin : 0 0 21px;
    }
    .static-section::before {
    width : 96%;
    }
    .static-section .col-lg-3 {
    width : 22%;
    }
    section.static-section .box:not(:last-child)::before {
    right : 35px;
    }
    section.blog-section .col-lg-6 .content-area {
    padding : 22px 14px;
    }
    .title-2, .title-2 a {
    font-size : 20px;
    line-height : 26px;
    font-weight : 700;
    }
    .testimonial-slide {
    padding : 0 70px 0;
    margin : 40px 0 0;
    }
    .testimonial-slide .image-area {
    width : 91.377px;
    height : 98.836px;
    border-radius : 8px;
    margin : 0 -42px 0 0;
    }
    section.testimonial-section .content {
    border-radius : 7px;
    padding : 40px 20px 40px 55px;
    width : calc(100% - 53px);
    }
    div#popuplarcoursetab .col-lg-3 {
    flex : 0 0 auto;
    width : 33.3%;
    }
    .section-padding-60 {
    padding : 55px 0;
    }
    .about-section .ps-5 {
    padding-left : 1rem !important ;
    }
    section.partner-section .col-lg-3 {
    width : 32%;
    }
    .partners-slide .item {
    padding : 9.5px 5px;
    }
    section.section-learning .col-lg-3 {
    width : 25%;
    padding : 0 9px;
    }
    section.section-learning .row {
    margin : 0 -9px;
    }
    .section-learning .item-box {
    padding : 23px 15px 52px;
    }
    .section-learning .item-box p {
    margin : 0;
    }
    .partner-section .col-lg-4 {
    padding : 0 10px 0 25px;
    }
    .main-slider .item {
    padding : 60px 15px;
    height : 560px;
    }
    .main-slider .item .col-lg-6 {
    width : 60%;
    }
    .stepper-horizontal .step {
    width : 30%;
    }
    .faq-tabs-area li .nav-link {
    padding : 8px 24px;
    width : 220px;
    font-size : 16px;
    font-weight : 600;
    overflow-wrap : break-word;
    height : 100%;
    min-width : 100%;
    }
    .faq-tabs-area li {
    margin : 0 7px;
    }
    .faq-tabs-area .nav-tabs::before {
    width : 100%;
    }
    div#mobile-info input[type="submit"], div#mobile-info .thm-btn {
    min-width : 155px;
    }
    .blog-wrapper .blog-thumb {
    height : 394px;
    }
    }
    @media only screen and (max-width: 1024px) {
    .blog-wrapper .blog-thumb {
    height : 366px;
    }
    }
    @media only screen and (max-width: 1023px) {
    .contact-details .text {
    font-size : 16px;
    }
    .contact-details span {
    margin : 0 0 0 7px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 1012px) {
    .upload-2.common-file-input .file-drop-area div {
    justify-content : center;
    }
    .upload-2.common-file-input span.d-inline-block.ms-3 {
    margin : 0 0 !important ;
    text-align : center;
    width : 100%;
    }
    .upload-2.common-file-input .file-msg {
    text-align : center !important ;
    line-height : 115%;
    }
    div#mobile-info .form-group .thm-btn {
    min-width : 45%;
    margin : 0 1%;
    padding : 10px 20px;
    }
    }
    @media only screen and (max-width: 991px) {
    div#mobile-info .form-group .thm-btn {
    padding : 10px 20px;
    }
    .main-slider .item::before {
    background : radial-gradient(circle, rgb(255, 255, 255, 92%) 40%, rgb(255, 255, 255, 0.5) 92%);
    background-position : center;
    }
    .stepper-horizontal .step {
    width : 35%;
    }
    .section-padding-60 {
    padding : 55px 0;
    }
    .main-slider .item .col-lg-6 {
    width : 80%;
    }
    a.logo::before {
    z-index : 1;
    }
    header .images a {
    height : 55px;
    }
    .main-slider .item {
    height : 500px;
    padding : 50px 15px;
    }
    .main-slider .col-md-12 {
    padding : 0;
    }
    .main-slider .main-slider__img {
    max-width : 50%;
    margin : 0 auto;
    }
    .main-slider .row {
    flex-direction : column-reverse;
    }
    .main-slider .container .swiper-wrapper {
    max-width : 100%;
    margin : 0 auto;
    }
    .main-slider-four__content {
    text-align : center;
    margin : 10px 0 0;
    }
    .main-slider-title.main-title {
    max-width : 100%;
    }
    .main-slider .description {
    max-width : 87%;
    margin : 0 auto;
    line-height : 33px;
    font-weight : 500;
    font-size : 21px;
    text-shadow : 0 0;
    }
    section.partner-section .col-lg-3 {
    width : 100%;
    }
    .partner-section .content-area {
    max-width : 100%;
    padding-right : 0;
    text-align : center;
    }
    .partner-section h2.section-title {
    text-align : center !important ;
    }
    .partner-section .section-heading {
    margin : 0 0 30px;
    }
    section.partner-section .col-md-7 {
    width : 100%;
    }
    section.section-learning .col-lg-3 {
    width : 50%;
    padding : 0 15px;
    margin : 0 0 48px !important ;
    }
    section.section-learning .col-lg-3:nth-child(3), section.section-learning .col-lg-3:nth-child(4) {
    margin-bottom : 0 !important ;
    }
    section.section-learning .row {
    margin : 0 -15px;
    }
    .about-section .image-wrap {
    height : auto;
    max-width : 344px;
    margin : 0 auto;
    }
    h4.counter-box {
    font-size : 30px;
    line-height : 38px;
    }
    section.static-section p {
    font-size : 16px;
    line-height : 120%;
    margin : 8px 0 0;
    }
    section.static-section .box:not(:last-child)::before {
    right : 12px;
    }
    .static-section::before {
    border-radius : 0 175px 0 0;
    }
    .about-section .ps-5 {
    padding-left : 0 !important ;
    }
    .thm-btn, footer .newlater-area input[type="submit"], input[type="submit"] {
    font-size : 16px;
    border-radius : 6px;
    padding : 10px 20px;
    }
    h4.title {
    font-size : 18px;
    line-height : 26px;
    }
    .icon-list::before {
    width : 25px;
    height : 25px;
    }
    .icon-list {
    width : 32px;
    height : 26px;
    background-position : -11px -475px;
    background-size : 52px;
    }
    .notice-section .pe-5 {
    padding-right : 15px !important ;
    }
    .notice-section .col-lg-6:last-child {
    margin : 30px 0 0;
    }
    .notice-section article .date + div {
    width : calc(100% - 80px);
    }
    ul#popuplarcoursenav .nav-link {
    font-size : 16px;
    padding : 19px 18px;
    min-width : 250px;
    }
    div#faqaccordion1 .tab-pane.accordion-item {
    opacity : 1;
    display : block;
    }
    .faq-tabs-area .accordion-item .accordion-button::after {
    display : block;
    filter : brightness(0) invert(1);
    }
    
    .accordion-body button.accordion-button::after {
    display : none !important ;
    }
    .blog-wrapper .blog-thumb {
    height : 398px;
    }
    .site-awards a:last-child img {
      height: 44px;
  }
    }
    @media only screen and (max-width: 973px) {
    .menu-contact .col-lg-6 {
    width : 109%;
    }
    .contact-details {
    margin : 24px 0 0;
    }
    .contact-details, .nav-menu {
    justify-content : center !important ;
    }
    }
    @media only screen and (max-width: 963px) {
    .mr-ngt {
    margin : -80px 0 0 !important ;
    }
    }
    @media only screen and (max-width: 905px) {
    .mr-ngt {
    margin : -98px 0 0 !important ;
    }
    }
    @media only screen and (max-width: 870px) {
    div#example_wrapper {
    overflow-x : scroll;
    }
    .stepper-horizontal .step {
    width : 43%;
    }
    .blog-wrapper .blog-thumb {
    height : 360px;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 798px) {
    .file-drop-area.justify-content-center.col-md-5.col-md-5 {
    flex : 0 0 auto;
    width : 44.666667%;
    }
    }
    @media only screen and (min-width: 768px) and (max-width: 960px) {
    div#example_wrapper {
    overflow-x : scroll;
    }
    .request-form-section .tabs-center-selection li {
    margin : 0 5px 0;
    max-width : 46%;
    }
    }
    @media only screen and (max-width: 767px) {
    span.d-inline-block.ms-3 {
    width : calc(100% - 63px);
    }
    .document-upload-area .common-file-input .file-drop-area {
    width : 63%;
    }
    .mr-ngt {
    margin : 17px 0 0 !important ;
    }
    .main-slider .item .col-lg-6 {
    width : 100%;
    }
    .main-slider .item {
    height : 411px;
    }
    .form-wrap {
    padding : 25px 16px;
    }
    .static-section .section-heading {
    margin : 0 22px 20px;
    }
    html header nav.main-navigation {
    width : 70% !important ;
    }
    .filter-bottom {
    display : grid;
    grid-template-columns : repeat(auto-fit,minmax(240px,1fr));
    gap : 10px 10px;
    }
    span.select2-container {
    width : 100% !important ;
    }
    .mb-5 {
    margin-bottom : 1.8rem !important ;
    }
    .filter-box {
    text-align : center;
    margin : 0 0 0;
    display : flex;
    align-items : center;
    justify-content : end;
    }
    .search-box {
    max-width : calc(100% - 30%);
    margin : 0;
    }
    .search-input {
    width : 100%;
    min-width : 100%;
    max-width : 100%;
    }
    #detail_training_center .image-area {
    height : 280px;
    margin : 0 0 15px;
    }
    .partner-section .col-lg-4 {
    width : 100%;
    }
    div#example_wrapper {
    overflow-x : unset;
    }
    .request-form-section .tabs-center-selection li {
    margin : 0 0 22px;
    }
    .stepper-horizontal .step {
    width : 50%;
    padding : 0 10px;
    }
    .step-title {
    font-size : 14px;
    }
    .stepper-horizontal .step .step-circle {
    width : 40px;
    height : 40px;
    line-height : 37px;
    font-size : 16px;
    }
    .stepper-horizontal .step.done .step-circle:before {
    font-size : 20px;
    }
    div#general-details {
    padding : 20px 0 !important ;
    }
    .stepper-horizontal {
    margin : 19px 0 0;
    }
    section.request-form-section .card-header h4 {
    font-size : 20px;
    }
    .about-section .col-lg-6.col-md-6 {
    width : 50%;
    }
    textarea#Message {
    height : 90px;
    }
    .course-detail-section table tr td::before {
    content : attr(data-title) ": ";
    font-weight : 700;
    float : left;
    text-align : left;
    }
    .course-detail-section table th {
    display : none;
    }
    .course-detail-section table tr td {
    width : 100%;
    display : block;
    text-align : right;
    padding : 13px 13px !important ;
    }
    body table.dataTable thead th:not(:first-child), table.dataTable tbody td:not(:first-child) {
    text-align : end;
    }
    .main-slider img {
    opacity : 0.4;
    object-position : right;
    }
    .main-slider .description {
    font-size : 16px;
    line-height : 24px;
    }
    h1 br {
    display : none;
    }
    header .images a {
    height : 43px;
    }
    .awards-area {
    padding : 0 66px 0 0;
    }
    .logo {
    max-width : 85px;
    }
    a.logo::before {
    width : 110px;
    bottom : -9px;
    }
    .logo-area {
    padding : 0 10px;
    }
    header .nav-span {
    top : 23px;
    }
    .main-slider .main-slider__img {
    max-width : 61%;
    }
    .main-title {
    font-size : 35px;
    font-weight : 800;
    }
    .banner-swiper-pagination, .main-slider .swiper-button-next, .main-slider .swiper-button-prev {
    position : relative;
    left : 0;
    right : 0;
    transform : none;
    top : 0;
    }
    .main-slider-nav {
    display : flex;
    align-items : center;
    justify-content : center;
    margin : 40px 0 0;
    display : none;
    }
    .banner-swiper-pagination {
    margin : 40px 0 0;
    }
    .section-padding-60 {
    padding : 45px 0;
    }
    .section-title {
    font-size : 26px;
    line-height : 35px;
    margin : 0 0 21px;
    }
    section.section-learning .col-lg-3 {
    padding : 0 6px;
    }
    section.section-learning .col-lg-3:nth-child(3), section.section-learning .col-lg-3:nth-child(4) {
    margin : 0 0 36px !important ;
    }
    section.section-learning .row {
    margin : 0 -6px;
    padding : 0 !important ;
    }
    .about-section .image-wrap {
    max-width : 264px;
    margin : 0 auto 20px;
    }
    .about-section .section-heading {
    text-align : center;
    }
    .about-section h2.section-title.text-start {
    text-align : center !important ;
    }
    .about-section .col-lg-6.col-md-6 {
    width : 50%;
    }
    .about-section .btn-area {
    margin : 10px 0 0 !important ;
    text-align : center;
    }
    ul#popuplarcoursenav li {
    margin : 0 2%;
    width : 46%;
    }
    ul#popuplarcoursenav .nav-link {
    padding : 16px 10px;
    font-size : 15px;
    max-width : 100%;
    width : 100%;
    margin : 0 0;
    min-width : 48%;
    }
    ul#popuplarcoursenav .nav-link span:last-child {
    font-size : 20px;
    margin : 0 0 0 5px;
    }
    div#popuplarcoursetab .row {
    margin : 0 -8px;
    }
    div#popuplarcoursetab .col-lg-3 {
    padding : 0 8px;
    width : 50%;
    }
    .common-box .content-area {
    padding : 4px 10px 16px;
    }
    .accordion-item .image-area {
    height : 150px;
    margin : 0 0 8px;
    }
    .student span, span.user-name {
    font-size : 10.237px;
    line-height : 15.121px;
    margin : 0 0 0 8px;
    }
    .accordion-item h3 {
    font-size : 16px;
    line-height : 22px;
    margin : 0 0 13px;
    }
    section.blog-section .item-box {
    margin : 0 0 23px;
    }
    .static-section .col-lg-3 {
    width : 50%;
    }
    h4.counter-box {
    font-size : 30px;
    text-align : center;
    }
    section.static-section p {
    text-align : center;
    }
    .static-section::before {
    border-radius : 35px 35px 0 0;
    width : 97%;
    }
    section.static-section .box {
    margin : 0 0 28px;
    }
    section.static-section .box:not(:last-child)::after {
    content : "";
    position : absolute;
    left : 0;
    right : 0;
    top : auto;
    bottom : -15px;
    margin : 0 auto;
    width : 82%;
    height : 3px;
    background : linear-gradient(90deg, #fff 0, rgb(255, 255, 255, 0) 100%);
    }
    section.static-section .box:nth-child(3)::after {
    display : none;
    }
    .notice-section .pe-5 {
    padding-right : 15px;
    }
    .form-wrap .w-100 {
    margin : 0 0 15px;
    }
    section.static-section .box:nth-last-child(-1n+2) {
    margin : 0;
    }
    .partners-slide::before {
    display : none;
    }
    .partners-slide .owl-stage {
    display : flex;
    }
    .blog-wrapper .blog-thumb {
    height : 307px;
    }
    div#mobile-info form .form-group span.text-end {
    text-align : left !important ;
    margin : 11px 0 0;
    padding : 0;
    }
    div#mobile-info .form-group label {
    margin-bottom : 6px;
    }
    .site-awards {
    margin : 0 42px 0 0;
    }
    .copyright-text, .partner {
    width : 100%;
    text-align : center;
    }
    .copyright-text {
    margin : 0 0 12px;
    }
    }
    @media only screen and (max-width: 667px) {
    .file-drop-area img {
    width : 40px;
    }
    .description {
    line-height : 25px !important ;
    }
    .search-box {
    max-width : calc(100% - 42%);
    margin : 0;
    }
    .fiter-area-top .col-lg-3 {
    width : 33%;
    }
    div#mentorformmodal form#survey-form {
    padding : 0;
    }
    div#mentorformmodal .form-group input {
    height : 38px;
    padding : 0 20px;
    }
    form .form-group {
    margin : 0 0 10px;
    }
    .thm-btn, footer .newlater-area input[type="submit"], input[type="submit"] {
    font-size : 16px;
    border-radius : 6px;
    padding : 8px 18px;
    min-width : 108px;
    }
    .page-number {
    margin : 0 3px;
    padding : 5px 10px;
    border-radius : 7px;
    width : 30.5px;
    height : 30.5px;
    }
    .filter-box .filter-btn {
    font-size : 0;
    }
    .filter-box .filter-btn i {
    font-size : 16px;
    margin : 0;
    }
    .filter-box .filter-btn {
    font-size : 0;
    height : 44px;
    min-width : 46px;
    width : 46px;
    display : flex;
    align-items : center;
    justify-content : center;
    }
    .sticky_header .header-logo {
    max-width : 66px;
    margin : 0 0 -41px;
    }
    .sticky_header .header-logo .logo-link::before {
    width : 90px;
    height : 45px;
    }
    .award-img {
    height : 42px;
    width : auto;
    }
    .header-logo {
    max-width : 70px;
    margin : -22px 0 -38px;
    }
    .header-logo .logo-link::before {
    width : 92px;
    height : 45px;
    bottom : -8px;
    left : -11px;
    }
   
    .site-header .container .row {
    margin : 0;
    }
    div#faq-accordian button.accordion-button {
    padding : 12px 15px;
    }
    .inner-banner .container {
    max-width: calc(100% - 82px);
    margin : 0 0 0 auto;
    }
    .payment-attachment .wrap-area .form-group input, .payment-attachment .wrap-area .form-group select {
    min-width : 230px;
    max-width : 230px;
    margin : 0 0 0 auto;
    }
    .payment-attachment .file-input {
    max-width : 100% !important ;
    min-width : 100% !important ;
    }
    body {
      padding: 101px 0 0;
  }
    .inner-banner {
    padding : 13px 0 5px;
    }
    .blog-wrapper .blog-thumb {
    height : 263px;
    }
    }
    @media only screen and (max-width: 520px) {
    .contact-details {
    flex-direction : column;
    }
    .contact-details .text {
    margin : 0 0 7px;
    }
    .copyrights-area {
    justify-content : center;
    }
    .copyright-text {
    width : 100%;
    margin : 0 0 12px;
    text-align : center;
    }
    .inner-banner {
    padding : 37px 0 11px;
    }
    .inner-banner .container {
    max-width : 100% !important ;
    }
    .payment-attachment .wrap-area .form-group input, .payment-attachment .wrap-area .form-group select {
    min-width : 100%;
    max-width : 100%;
    }
    .payment-attachment .form-group label {
    width : 100%;
    }
    .payment-attachment .wrap-area .form-group.arrow-icon::before {
    top : 55px;
    }
    .payment-attachment .file-drop-area img {
    width : 43px;
    }
    .file-drop-area {
    padding : 13px;
    min-height : 100px;
    }
    }
    @media only screen and (max-width: 532px) {
    .payment-attachment .form-group span {
    width : 100%;
    }
    .payment-attachment .wrap-area .form-group input, .payment-attachment .wrap-area .form-group select {
    min-width : 100%;
    max-width : 100%;
    margin : 0 0 0 auto;
    }
    .payment-attachment .form-group label {
    width : 100%;
    }
    .document-upload-area .common-file-input .file-drop-area div {
    justify-content : center;
    }
    .document-upload-area .common-file-input span.d-inline-block.ms-3 {
    margin : 0 0 !important ;
    text-align : center;
    width : 100%;
    }
    .document-upload-area .common-file-input .file-msg {
    text-align : center !important ;
    line-height : 115%;
    }
    div#mentorformmodal .modal-body .form-wrap {
    padding : 25px 25px;
    }
    }
    @media only screen and (max-width: 580px) {
    .document-upload-area .form-group {
    margin : 0 0 !important ;
    }
    .single-blog-details.blog-wrapper .single-blog-content .blog-description {
    padding : 19px 18px;
    }
    .blog-description .content-area h4 {
    margin : 20px 0 10px;
    font-size : 20px;
    }
    .blog-wrapper .blog-thumb {
    height : 217px;
    }
    html header nav.main-navigation {
    width : 80% !important ;
    }
    #detail_training_center .image-area {
    height : 250px;
    }
    .filter-box {
    margin : 0 0 0;
    }
    .search-box {
    max-width : 91%;
    margin : 0 auto;
    }
    .filter-box .search-box {
    width : 100% !important ;
    }
    .fiter-area-top .col-lg-3 {
    width : 100%;
    }
    section.blog-section .col-lg-6 .image-area {
    height : 200px;
    width : 100%;
    }
    .copyrights-area {
    justify-content : center;
    }
    .copyrights-area ul {
    margin : 10px 0 0;
    width : 100%;
    text-align : center;
    }
    footer a, footer label, footer p, footer ul.nav-menu li a {
    font-size : 15px;
    }
    .payment-attachment .form-group label {
    font-size : 15px;
    line-height : 24px;
    }
    .breakdown ul.list-items li {
    flex-direction : column;
    }
    .breakdown ul.list-items li span:last-child {
    padding : 0;
    margin : 9px 0 0;
    }
    .payment-box h4 {
    font-size : 20px;
    }
    .file-manage-btn {
    max-width : 183px;
    margin : 22px 0 0;
    width : 100%;
    display : flex;
    padding : 0;
    align-items : center;
    }
    .file-manage-btn img {
    margin : 0 20px 0 0;
    }
    span a.icon {
    display : inline-block;
    margin : 0 0 7px;
    }
    .file-drop-area {
    width : 100%;
    }
    .payment-attachment .form-group .file-drop-area span {
    width : auto;
    }
   
    .document-upload-area .file-manage-btn {
    max-width : 110px;
    margin : 0;
    }
    .document-upload-area .common-file-input .file-drop-area {
    width : 66%;
    }
    .document-upload-area .file-manage-btn img {
    margin : 0;
    }
    div#mobile-info input[type="submit"], div#mobile-info .thm-btn {
    min-width : 40%;
    }
    .award-img {
    width : auto;
    }
    .section-learning .item-box h4 {
    font-size : 18px;
    line-height : 26px;
    }
    div#popuplarcoursetab .col-lg-3 {
    padding : 0 15px;
    width : 100%;
    }
    div#popuplarcoursetab .row {
    margin : 0 -15px;
    }
    .course-card {
    padding : 0 0 71px;
    }
    .mr-ngt {
    width : 50%;
    }
    .mr-ngt label[for="authorization"] {
    margin : 0 0 6px;
    }
    .mr-ngt img.dummy-img {
    height : 100px;
    margin : 0 0 12px;
    }
    .mr-ngt .file-manage-btn {
    display : block;
    }
    }
    @media only screen and (max-width: 480px) {
      .site-header {
        padding: 9px 0;
      }
    .main-slider .item {
    height : 440px;
    padding : 50px 15px;
    }
    .partners-slide .owl-item {
    padding : 0 5px;
    }
    html header nav.main-navigation {
    width : 80% !important ;
    }
    .stepper-horizontal .step .step-bar-left, .stepper-horizontal .step .step-bar-right {
    top : 19px;
    }
    header .images a {
    height : 38px;
    }
    .awards-area {
    padding : 0 58px 0 0;
    }
    textarea#Message {
    height : 70px;
    }
    .main-title {
    font-size : 28px;
    }
    .banner {
    padding : 35px 0;
    }
    .description, body a, body p {
    font-size : 16px;
    line-height : 26px;
    }
    span.slide-sm-title {
    font-size : 13px;
    }
    .course-free-area .content.px-3.py-3 {
    padding-top : 0 !important ;
    }
    .widget-box {
    padding : 15px 12px;
    }
    .widget-box ul li .title {
    font-size : 16px;
    }
    .widget-box span.title img {
    margin : 0 5px 0 0;
    width : 16px;
    }
    .widget-box ul li .num {
    font-size : 14px;
    }
    .widget-box p {
    font-size : 14px;
    }
    .payment-box h4 {
    font-size : 18px;
    line-height : 27px;
    }
    body .site-awards {
   margin: 0 43px 0 0;
    }
    
    .blog-wrapper .blog-thumb {
    height : 179px;
    }
    body {
    padding : 73px 0 0;
    }
    .site-awards a:last-child img {
      height: 30px;
  }
  .site-awards p {
    font-size: 10px;
   
    margin: 2px 0 0;
    width: 184px;
}
header .navbar-toggler {

  top: -4px;
 
}
    }
    @media only screen and (max-width: 462px) {
    body {
    padding : 72px 0 0;
    }
    .document-upload-area .common-file-input .file-drop-area {
    width : 58%;
    }
    }
    @media only screen and (max-width: 420px) {
    .sticky_header .site-header .site-awards {
    display : none !important ;
    }
    .sticky_header header.site-header .navbar-toggler {
    margin : auto 1px auto 0;
    }
    .sticky_header header.site-header {
    padding : 9px 0 8px;
    }
    .training-item-content {
    display : block;
    }
    .training-item-info {
    margin : 15px 0 0;
    }
    .training-item-image {
    height : 165px;
    max-width : 92%;
    }
    #detail_training_center .image-area {
    height : 190px;
    }
    ul#popuplarcoursenav .nav-link {
    padding : 10px 12px;
    font-size : 16px;
    text-align : left;
    }
    ul#popuplarcoursenav .nav-link span:last-child {
    font-size : 20px;
    margin : 7px 0 0 0;
    width : 100%;
    text-align : left;
    }
    header .top-site-logo {
    display : block !important ;
    }
    .header-logo {
    max-width : 63px;
    }
    .header-logo .logo-link::before {
    width : 79px;
    height : 40px;
    bottom : -10px;
    left : -8px;
    }
    .document-upload-area .common-file-input .file-drop-area {
    width : 100%;
    }
    .document-upload-area .form-group {
    justify-content : center !important ;
    }
    .document-upload-area .file-manage-btn {
    margin : 20px 0 0;
    }
    .document-upload-area .file-manage-btn {
    flex-wrap : nowrap;
    justify-content : start;
    max-width : 200px;
    }
    .document-upload-area .file-manage-btn img + span {
    width : auto;
    margin : 0 0 0 10px;
    }
    }
    @media only screen and (max-width: 400px) {
    .common-file-input span.d-inline-block.ms-3 {
    width : calc(100% - 0);
    margin : 0 !important ;
    text-align : center !important ;
    }
    .file-drop-area.justify-content-center {
    text-align : center;
    }
    .file-drop-area .d-flex.flex-wrap.align-items-center {
    justify-content : center !important ;
    }
    .till-date {
    font-size : 14px;
    }
    .file-msg, .fake-btn {
    text-align : center !important ;
    }
    .common-file-input .file-drop-area img {
    margin : 0 0 8px;
    }
    .notice-section .card-header {
    justify-content : center !important ;
    }
    header .images a {
    height : 25px;
    }
    .logo {
    max-width : 62px;
    margin : 0 0 -33px;
    }
    a.logo::before {
    width : 89px;
    bottom : -9px;
    height : 52px;
    }
    .wrapper-area {
    max-width : 120px;
    width : 100%;
    }
    header .nav-span {
    top : 17px;
    }
    .main-slider .item {
    padding : 40px 15px;
    }
    .main-slider .description {
    max-width : 100%;
    font-size : 16px;
    line-height : 24px;
    }
    .mt-5 {
    margin-top : 1.5rem !important ;
    }
    section.section-learning .col-lg-3 {
    width : 100%;
    }
    div#popuplarcoursetab .col-lg-3 {
    padding : 0 8px;
    width : 100%;
    }
    .testimonial-slide {
    padding : 0 0 0;
    margin : 20px 0 0;
    }
    .testimonial-slide .image-area {
    width : 85px;
    height : 85px;
    border-radius : 8px;
    margin : 0 auto -39px;
    }
    section.testimonial-section .content {
    border-radius : 7px;
    padding : 55px 20px 30px 20px;
    width : 100%;
    text-align : center;
    }
    section.testimonial-section .content::before {
    top : 28px;
    }
    .testimonial-slide .owl-dots {
    margin : 20px 0 0 !important ;
    }
    div#popuplarcoursetab .col-lg-3:last-child {
    margin : 0 0 0;
    }
    section.section-learning .col-lg-3:last-child {
    margin : 0 0 30px;
    }
    section.section-learning .col-lg-3:nth-child(3), section.section-learning .col-lg-3:nth-child(4) {
    margin : 0 0 48px !important ;
    }
    section.section-learning .col-lg-3:nth-child(4) {
    margin : 0 0 35px !important ;
    }
    section.section-learning .col-lg-3 {
    padding : 0 15px;
    }
    section.section-learning .row {
    margin : 0 -15px;
    }
    label[for="authorization"] {
    margin : 0 0 5px;
    }
    .mr-ngt img.dummy-img {
    margin : 0 0 10px;
    }
    .mr-ngt .file-manage-btn {
    width : auto;
    }
    label[for="authorization"] {
    font-size : 15px;
    }
    .mr-ngt span.me-4 {
    margin-right : 0.5rem !important ;
    }
    .col-lg-4.col-md-5.col-sm-8.mr-ngt {
    padding-right : 0;
    }
    div#faqaccordion1 .accordion-body {
    padding : 20px 0 0;
    }
    }
    @media only screen and (max-width: 383px) {
    body {
    padding : 61px 0 0;
    }
    div#mentorformmodal .modal-body .form-wrap {
    padding : 20px 15px;
    }
    }
    @media only screen and (max-width: 370px) {
    .file-drop-area div {
    justify-content : center;
    }
    .payment-attachment .file-drop-area img {
    margin : 0 0 4px;
    }
    .payment-attachment .file-drop-area span.d-inline-block.ms-4 {
    text-align : center;
    margin : 0 !important ;
    width : 100%;
    }
    div#mobile-info .form-group .thm-btn {
    font-size : 15px;
    }
    }
    @media only screen and (max-width: 360px) {
    body {
    padding : 48px 0 0;
    }
    .logo {
    max-width : 50px;
    margin : 0 0 -50px;
    }
    a.logo::before {
    width : 72px;
    bottom : -8px;
    height : 34px;
    }
    header .nav-span {
    height : 32px;
    width : 32px;
    top : 13px;
    right : 13px;
    }
    .awards-area {
    padding : 0 50px 0 0;
    }
    .wrapper-area {
    max-width : 100px;
    }
    .main-title {
    font-size : 28px;
    }
    .section-title {
    font-size : 22px;
    line-height : 30px;
    margin : 0 0 21px;
    }
    .section-title br {
    display : none;
    }
    .about-section .col-lg-6.col-md-6 {
    width : 100%;
    }
    .static-section::before {
    width : 100%;
    }
    section.static-section .box:nth-child(2)::before {
    display : none;
    }
    }
    @media only screen and (max-width: 359px) {
    .site-header {
    padding : 10px 0 10px;
    }
    .award-img {
    height : 23px;
    }
    .award-link:last-child img {
    height : 26px;
    }
    .header-logo {
    max-width : 50px;
    }
    .header-logo .logo-link::before {
    width : 66px;
    height : 32px;
    bottom : -8px;
    left : -8px;
    }
    .blog-wrapper .blog-thumb {
    height : 135px;
    }
    }
    @media only screen and (max-width: 330px) {
    div#mobile-info .form-group .thm-btn {
    padding : 10px 14px;
    font-size : 15px;
    }
    .sticky_header .header-logo .logo-link::before {
    width : 73px;
    height : 35px;
    bottom : -6px;
    left : -8px;
    }
    .sticky_header .header-logo {
    max-width : 58px;
    margin : -2px 0 -38px 1px;
    }
    .breadcrumb-item, .breadcrumb-item a {
    font-size : 13px;
    }
    .breadcrumb-item + .breadcrumb-item::before {
    margin : -2px 5px auto;
    font-size : 15px;
    padding : 0 2px 0 0;
    }
    header .navbar-toggler {
    height : 26px;
    width : 26px;
    }
    header .navbar-toggler::after, header .navbar-toggler::before {
    width : 1.5px;
    height : 16px;
    box-shadow : 5px 0 0 0 #fff, -5px 0 0 0 #fff;
    }
    ul#popuplarcoursenav .nav-link {
    font-size : 14px;
    }
    .site-awards p {
      font-size: 8px;
     
      width: 145px;
  }
  .site-awards a:last-child img {
    height: 27px;
}
    }
/* Start - Loader CSS for tic inquiry form */
.loader-wrapper {
    height: 100%;
    width: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    background-color: #0000007d;
    z-index: 1050;
    top: 0;
  }
  .loader-wrapper .loader4 {
    position: relative;
    color: #F66709;
    font-size: 50px;
    text-indent: -9999em;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    transform: translateZ(0);
    animation: loader4 1.7s infinite ease, loader4Round 1.7s infinite ease;
    overflow: hidden;
}
  
@keyframes loader4 {
    0% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    5%, 95% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
    10%, 59% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }
    20% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }
    38% {
      box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }
    100% {
      box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
  }
  @keyframes loader4Round {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}

/* End - Loader CSS for tic inquiry form */

/* right side logo css 30-10-25 */

    .logo-icon {
    position: relative;
    max-width: 90px;
    max-height: 90px;
    margin: 0 0 -45px;
}

html body .logo-icon img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    vertical-align: middle;
}

.logo-icon:before {
    content: '';
    position: absolute;
    height: 55px;
    background: #fff;
    left: -10px;
    right: -10px;
    top: auto;
    bottom: -10px;
    z-index: -1;
    box-shadow: 0 7px 10px rgb(0, 0, 0, 0.1);
    border-bottom-left-radius: 170px;
    border-bottom-right-radius: 170px;
    border-top: 0;
}
.site-header .main-navigation .nav-menu .nav-item .nav-link{
  pointer-events: none;
}
.site-header .main-navigation .nav-menu .nav-item:nth-child(2) .nav-link,
.main-footer .menu .nav-menu .nav-item:nth-child(2) .nav-link,
.main-footer .menu .nav-menu .nav-item:first-child .nav-link,
.site-header .main-navigation .nav-menu .nav-item:first-child .nav-link{
  pointer-events: unset;
}
.main-footer .menu .nav-menu .nav-item .nav-link,
.main-footer .menu-2 .menu .nav-menu .nav-item .nav-link,
.site-header .main-navigation .nav-menu .nav-item .nav-link{
  pointer-events: none;
}
    