.container-lg {
    max-width: 80%}
.home-banner {
    position: relative;
    width: 100%;
    /*background-image: url(../images/1348x587.png);*/
	background-image: url(../images/MicrosoftTeams-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    height: 587px;
}
.home-banner img {
    /*width: 46.5vw;*/
    width: auto;
    max-width: max-content;
    margin-bottom: -1.125vw;
    filter: drop-shadow(5.5px 9.526px 5.5px rgba(0,  0,  0,  .35));
    -webkit-filter: drop-shadow(5.5px 9.526px 5.5px rgba(0,  0,  0,  .35));
}
.home-banner .banner-main-row {
    padding-top: 6.25vw;
}
.home-banner .col-xl-12.col-lg-12.col-md-12.col-12 iframe{
    width: 40% !important;
    max-width: 100% !important;
    height: 350px !important;
}

.home-banner .col-xl-6.col-lg-6.col-md-6.col-12 iframe{
    width: 86% !important;
    max-width: 100% !important;
    height: 380px !important;
}

.banner-content h1 {
    font-size: 2.5vw;
    line-height: 3vw;
    margin-bottom: 2.5vw;
    color: #fff;
    font-weight: 300;
    font-family: "Nunito Sans"}
.banner-content p {
    font-size: 1.125vw;
    line-height: 1.687vw;
    margin-bottom: 1.875vw;
    color: #fff;
    font-weight: 400;
    font-family: "Nunito Sans"}
.banner-content .btn {
    font-size: .9375vw;
    letter-spacing: .125vw;
    text-transform: uppercase;
}
.expert-section {
    position: relative;
    padding: 160px 0;
}
.expert-section-row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.expert-box {
    position: relative;
    width: 15.625vw;
    height: 18.75vw;
    background-color: var(--orange);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}
.expert-icon-box {
    position: relative;
    width: 6.25vw;
    height: 6.25vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 225, .1);
    border-radius: 4px;
    transition: .5s;
}
.expert-icon-box img {
    width: 50%}
.expert-icon-box:after, .expert-icon-box:before {
    content: '';
    width: 1.875vw;
    height: 1.875vw;
    background-color: rgba(255, 255, 225, .1);
    position: absolute;
    border-radius: 1px;
}
.expert-icon-box:before {
    top: -.9375vw;
    left: -.9375vw;
}
.expert-icon-box:after {
    top: 50%;
    right: -.9375vw;
    transform: translateY(-50%);
}
.expert-box p {
    font-size: 1.125vw;
    letter-spacing: .125vw;
    line-height: 1.3125vw;
    color: #fff;
    font-weight: 400;
    font-family: "Nunito Sans";
    margin-top: 1.875vw;
    margin-bottom: 0;
    transition: .5s;
}
.expert-box:hover p {
    transform: translateY(10px);
}
.expert-box:hover .expert-icon-box {
    transform: translateY(-10px);
}
.expert-box.exbox1:before, .expert-box.exbox3:before {
    content: '';
    width: 9.375vw;
    height: 9.375vw;
    background-image: url(../images/dot-shape.png);
    position: absolute;
    background-size: cover;
}
.expert-box.exbox1:before {
    left: -8.125vw;
}
.expert-box.exbox3:before {
    right: -8.125vw;
}
.expert-box.exbox2 {
    background-color: #2a2622;
    margin: 0 1.75vw;
    position: relative;
}
.expert-box.exbox2:after, .expert-box.exbox2:before {
    content: '';
    width: 17.5vw;
    height: 2.125vw;
    position: absolute;
    border-width: 0;
    border-style: solid;
    border-color: var(--orange);
}
.expert-box.exbox2:before {
    top: -2.125vw;
    right: 8vw;
    border-width: .125vw .125vw 0 .125vw;
}
.expert-box.exbox2:after {
    bottom: -2.125vw;
    left: 8vw;
    border-width: 0 .125vw .125vw .125vw;
}
.about-learnow-sec {
    position: relative;
    padding: 34px 0 160px 0;
}
.about-img-row {
    position: relative;
    display: flex;
}
.about-img-row:before {
    content: '';
    width: 11.25vw;
    height: 11.25vw;
    background-image: url(../images/dot-shape.png);
    background-size: cover;
    position: absolute;
    bottom: -3.75vw;
    right: -3.75vw;
    z-index: -1;
}
.about-img-box-1 {
    position: relative;
    width: 14.375vw;
    height: 14.375vw;
    overflow: hidden;
}
.about-img-box-2 {
    position: relative;
    width: 9.375vw;
    height: 9.375vw;
    margin-top: 2.1875vw;
    margin-left: auto;
    overflow: hidden;
}
.about-img-box-3 {
    position: relative;
    width: 18.75vw;
    height: 25.9375vw;
    margin-left: 1.875vw;
    z-index: 50;
    overflow: hidden;
}
.about-img-box-1 img, .about-img-box-2 img, .about-img-box-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: .3s;
}
.about-img-box-1:hover img, .about-img-box-2:hover img, .about-img-box-3:hover img {
    transform: scale(1.1);
}
.about-content {
    position: relative;
    padding-left: 2.8125vw;
}
.about-content .section-title {
    font-size: 3.125vw;
    line-height: 3.75vw;
    color: #000;
    font-weight: 300;
    font-family: "Nunito Sans"}
.about-content .section-title strong {
    color: var(--orange);
    font-weight: 900;
}
.about-content p {
    font-size: .9375vw;
    line-height: 1.5vw;
    color: #000;
    font-weight: 600;
    font-family: "Nunito Sans";
    margin-top: 3.125vw;
    margin-bottom: 2.5vw;
}
.about-content .btn {
    font-size: 1vw;
    font-weight: 700;
    text-transform: uppercase;
}
.training-courses-sec {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 100px;
}
.training-courses-sec .row {
    margin-top: 80px;
    position: relative;
}
.onlineit-content p {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
}
.onlineit-content {
    font-size: 15px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%}
.training-courses-sec .text-lines {
    display: block;
    width: 48%;
    height: 1px;
    background-color: var(--orange);
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.training-courses-sec .content {
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.training-courses-sec .text-lines.one {
    top: 2.5vw;
}
.training-courses-sec .text-lines.two {
    top: 50%}
.training-courses-sec .text-lines.three {
    bottom: 2.5vw;
}
.popular-courses-sec {
    position: relative;
    padding-bottom: 100px;
    margin-bottom: 160px;
}
.popular-courses-bottom-shape {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    padding-right: 3%;
    z-index: -1;
}
.pc-left-img-col {
    -webkit-opacity: 0;
    opacity: 0;
}
.popular-courses-card {
    position: relative;
    padding: 25px 5px;
    text-align: center;
    border-radius: 5px;
    background-image: url(../images/course-card-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 75%;
    filter: drop-shadow(5.5px 9.526px 5.5px rgba(0,  0,  0,  .1));
    z-index: 150;
}
.course-img {
    width: 80%;
    height: 11vw;
    border-radius: 3px;
    background-color: #ccc;
    overflow: hidden;
    margin: auto;
}
.popular-courses-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.popular-courses-card h6 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    font-family: "Nunito Sans";
    margin: 20px 0;
    padding: 0 10px;
}
.popular-courses-card p {
    font-size: 16px;
    line-height: 26px;
    color: var(--orange);
    font-weight: 600;
    font-family: "Nunito Sans";
    margin-bottom: 0;
    margin-left: -40px;
}
.popular-courses-card p span {
    color: var(--black);
    display: inline-block;
    width: 1px;
}
.popular-courses-card .btn {
    font-weight: 600;
    padding: .275rem .675rem;
    margin-top: 20px;
}
.corporate-form-section {
    position: relative;
    padding-bottom: 160px;
}
.corporate-form-section .sec-title {
    font-size: 40px;
    color: var(--black);
    font-weight: 300;
    font-family: "Nunito Sans";
    writing-mode: vertical-lr;
    -webkit-transform: rotateY(180deg) rotateX(180deg);
    transform: rotateY(180deg) rotateX(180deg);
}
.corporate-form-section .sec-title span {
    color: var(--orange);
    font-weight: 900;
}
.corporate-form-section .nav-pills {
    margin-bottom: 40px;
}
.corporate-form-section .nav-pills .nav-link {
    font-size: 18px;
    color: var(--black);
    font-weight: 400;
    font-family: "Nunito Sans";
    border-radius: 20px;
    background-color: #cdc7c7;
    padding: 5px 20px;
}
.corporate-form-section .nav-pills .nav-link.active {
    color: #fff;
    background-color: var(--orange);
}
.corporate-training-form * {
    font-size: 15px;
    color: var(--placeholder);
    font-weight: 400;
    font-family: "Nunito Sans"}
.corporate-training-form .form-control::placeholder {
    color: var(--placeholder);
}
.corporate-training-form .form-select {
    background-image: none;
}
.corporate-training-form .btn {
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.milestones-section {
    position: relative;
    padding-bottom: 160px;
}
.training-solutions-list {
    margin: 30px 0 0 0;
    padding: 0;
    padding-left: 10px;
}
.training-solutions-list li {
    position: relative;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: "Nunito Sans";
    list-style: none;
    padding-left: 30px;
    margin-bottom: 8px;
    line-height: 27px;
}
.training-solutions-list li:last-child {
    margin-bottom: 0;
}
.training-solutions-list li img {
    position: absolute;
    left: 0;
    top: 6px;
}
.milestones-box {
    text-align: center;
}
.milestones-box .milestones-icon {
    position: relative;
    width: 55px;
    height: 55px;
    margin: 20px auto;
    border-radius: 50%;
    background-color: var(--orange);
    display: flex;
    justify-content: center;
    align-items: center;
}
.milestones-box .milestones-icon:after {
    content: '';
    width: 250%;
    height: 4px;
    border-radius: 4px;
    background-color: var(--orange);
    position: absolute;
    z-index: -1;
}
.milestones-box h6 {
    font-size: 18px;
    color: var(--orange);
    font-weight: 700;
    font-family: "Nunito Sans";
    margin-bottom: 0;
}
.milestones-box.black .milestones-icon, .milestones-box.black .milestones-icon:after {
    background-color: var(--black);
}
.milestones-box.black h6 {
    color: var(--black);
}
.milestones-box p {
    font-size: 16px;
    color: var(--placeholder);
    font-weight: 400;
    font-family: "Nunito Sans";
    margin-bottom: 0;
}
.trainer-section {
    position: relative;
    padding-bottom: 160px;
}
.trainer-section .section-title {
    text-align: center;
    margin-bottom: 80px;
}
.trainer-card-row {
    position: relative;
    padding-left: 80px;
    padding-right: 80px;
}
.trainer-card {
    position: relative;
    width: 95%;
    padding: 40px 5px 40px 0;
    border-radius: 3px;
    background-color: #e7e7e9;
    margin-bottom: 30px;
    filter: drop-shadow(5.5px 9.526px 5.5px rgba(177,  181,  181,  .75));
    z-index: 180;
}
.trainer-card-row:after, .trainer-card-row:before {
    content: '';
    width: 150px;
    height: 150px;
    background-image: url(../images/dot-shape.png);
    background-size: cover;
    position: absolute;
    z-index: -1;
}
.trainer-card-row:after {
    top: -75px;
    left: 0;
}
.trainer-card-row:before {
    bottom: -75px;
    right: 0;
}
.trainer-img-wrap {
    width: 85%;
    height: 150px;
    overflow: hidden;
    background-color: var(--orange);
    border-top-right-radius: 75px;
    border-bottom-right-radius: 75px;
}
.trainer-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: .5s;
}
.trainer-card:hover .trainer-img-wrap img {
    transform: scale(1.2);
}
.trainer-card h5 {
    font-size: 22px;
    color: var(--orange);
    font-weight: 600;
    font-family: "Nunito Sans";
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 14px;
    overflow: hidden;
    line-height: 26px;
    min-height: 52px;
}
.trainer-card h5 a {
    color: var(--orange);
}
.trainer-card p {
    font-size: 14px;
    color: #6b6661;
    font-weight: 600;
    font-family: "Nunito Sans";
    padding-left: 25px;
    margin-top: 0;
    height: 21px;
}
.trainer-card .social-list {
    padding-left: 25px;
    height: 30px;
}
.trainer-card .social-list a {
    width: 30px;
    height: 30px;
    font-size: 18px;
}
#email, #message, #phone, .contact_third_form #name {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #ddd;
}
b {
    color: #f7631b;
}
.modal {
    background-color: rgba(0, 0, 0, .8);
}
body.modal-open {
    position: fixed;
    width: 100%;
    overflow: hidden;
}
.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.mb-3, .my-3 {
    margin-bottom: 1rem!important;
}
.modal-header {
    background: #fa9007;
    padding: 15px 20px;
    color: #fff;
}
.modal-dialog {
    margin: 1.75em auto;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 700px;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-body-request {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    height: 100%}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.drop-query-model .input-group-text, .request-call-model .input-group-text {
    padding-left: 0;
    padding-right: 0;
    min-width: 40px;
    justify-content: center;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}

@media (max-width:1320px) {
    .training-courses-sec {
        position: relative;
        padding-bottom: 80px;
        margin-bottom: 0;
    }
    .training-courses-sec .container-lg {
        max-width: 100%}
    .home-banner{
        height: 465px;
    }
    .home-banner .col-xl-6.col-lg-6.col-md-6.col-12 iframe {
        width: 86% !important;
        max-width: 100% !important;
        height: 310px !important;
    }
    .home-banner .col-xl-12.col-lg-12.col-md-12.col-12 iframe {
        width: 50% !important;
        max-width: 100% !important;
        height: 298px !important;
    }
}

@media (max-width:1199px) {
    .container-lg {
        max-width: 100%}
    .training-courses-sec {
        margin-bottom: 0;
    }
    .trainer-card h5 {
        min-height: 52px;
    }
    .home-banner {
        height: 375px;}
    .SliderThreeVideo h2{
        font-size: 40px;
        font-weight: 700;
        color: #ef7f1a;
        letter-spacing: 6px;
        line-height: 40px;
    }
    .SliderThreeVideo p{
        color: #2e4588;
        font-size: 26px;
        font-weight: 700;
        line-height: 28px;
    }
    .home-banner .col-xl-6.col-lg-6.col-md-6.col-12 iframe {
        width: 86% !important;
        max-width: 100% !important;
        height: 240px !important;
    }
    .home-banner .col-xl-6.col-lg-6.col-md-6.col-12 img {
        height: 230px;
    }
    .home-banner.mobile .col-xl-12.col-lg-12.col-md-12.col-12 img {
        height: 225px;
    }.home-banner .col-xl-12.col-lg-12.col-md-12.col-12 iframe {
         width: 50% !important;
         max-width: 100% !important;
         height: 240px !important;
     }
}

@media (max-width:991px) {
    .menu-details {
        width: 95%;
        left: 2.5%}
    .about-content .section-title {
        font-size: 35px;
        line-height: 44px;
    }
    .home-banner .container-lg {
        max-width: 90%}
    .expert-box {
        width: 25.625vw;
        height: 30.75vw;
    }
    .expert-icon-box {
        width: 12vw;
        height: 12vw;
    }
    .expert-icon-box:after, .expert-icon-box:before {
        width: 3.352vw;
        height: 3.352vw;
    }
    .expert-icon-box:before {
        top: -1.676vw;
        left: -1.676vw;
    }
    .expert-icon-box:after {
        right: -1.676vw;
    }
    .expert-box p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 20px;
    }
    .expert-box.exbox2:after, .expert-box.exbox2:before {
        width: 27.5vw;
    }
    .expert-box.exbox2:before {
        right: 13vw;
    }
    .expert-box.exbox2:after {
        left: 13vw;
    }
    .about-img-row .about-img-colleft {
        width: 50%}
    .about-img-box-1 {
        width: 100%;
        height: 22.597vw;
    }
    .about-img-box-2 {
        width: 50%;
        height: 11.298vw;
    }
    .about-img-row .about-img-box-3 {
        width: 50%;
        height: 36vw;
    }
    .about-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .about-content .btn {
        font-size: 15px;
        margin-top: 15px;
    }
    .training-courses-sec img {
        width: 100%}
    .onlineit-content p br {
        display: none;
    }
    .popular-courses-sec {
        margin-bottom: 80px;
        padding-bottom: 50px;
    }
    .course-img {
        height: 16.715vw;
    }
    .footer .border-end {
        border-color: #9d9d9d!important;
    }
    .training-courses-sec .content {
        padding: 50px 0!important;
    }
    .training-courses-sec .text-lines.one {
        top: 73px;
    }
    .training-courses-sec .text-lines.two {
        top: 43%}
    .training-courses-sec .text-lines.three {
        bottom: 61px;
    }
    .expert-section {
        padding: 80px 0;
    }
    .about-learnow-sec {
        padding: 16px 0 80px 0;
    }
    .training-courses-sec .row {
        margin-top: 40px;
    }
    .training-courses-sec {
        margin-bottom: 0;
        padding-bottom: 80px;
    }
    .corporate-form-section {
        padding-bottom: 80px;
    }
    .milestones-section {
        padding-bottom: 80px;
    }
    .trainer-card-row:before {
        bottom: -20px;
    }
    .trainer-section {
        padding-bottom: 60px;
    }
    .home-banner {
        height: 290px;}
    .SliderThreeVideo h2{
        font-size: 38px;
        font-weight: 700;
        color: #ef7f1a;
        letter-spacing: 3px;
        line-height: 40px;
    }
    .SliderThreeVideo p{
        color: #2e4588;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
    }
    .home-banner .col-xl-6.col-lg-6.col-md-6.col-12 iframe {
        width: 100% !important;
        max-width: 100% !important;
        height: 180px !important;
    }
    .home-banner .col-xl-6.col-lg-6.col-md-6.col-12 img {
        height: 166px;
    }
    .home-banner.mobile .col-xl-12.col-lg-12.col-md-12.col-12 img {
        width: 225px;
        height: 150px;
    }
    .home-banner .col-xl-12.col-lg-12.col-md-12.col-12 iframe {
        width: 50% !important;
        max-width: 100% !important;
        height: 195px !important;
    }
    .home-banner .banner-main-row {
        padding-top: 3.25vw;
    }


}

@media (max-width:767px) {
    .modal-dialog {
        margin: .5rem;
    }
    .onlineit-content p {
        font-size: 13px;
        line-height: 18px;
    }
    .onlineit-content p:nth-child(2) {
        margin: 15px 0;
    }
    .popular-courses-bottom-shape img {
        width: 100%;
        height: 150px;
        object-fit: cover;
        object-position: top right;
    }
    .categorySlider .owl-dots, .categorySlider .owl-nav {
        display: block;
        text-align: center;
    }
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot
    {
        font-size: 30px;
        width: 60px;
        height: 60px;
    }
    .trainerSlider .owl-nav
    {
        text-align: center !important;
    }
    .trainerSlider .owl-nav span
    {
        background-color: rgba(245, 130, 0, 0.80);
        color: yellow;
        font-size: 1.5rem;
        padding: 5px 10px;
    }
    .trainer-card-row {
        position: relative;
        padding-left: 30px;
        padding-right: 30px;
    }
    .trainer-card-row:after, .trainer-card-row:before {
        width: 80px;
        height: 80px;
    }
    .trainer-card-row:before {
        bottom: 20px;
        right: 0;
    }
    .trainer-card-row:after {
        top: -40px;
        left: 0;
    }
    .pc-left-img-col {
        -webkit-opacity: 0;
        opacity: 0;
        display: none;
    }
    .home-banner.mobile {
        height: 220px;}
    .home-banner.mobile .col-xl-12.col-lg-12.col-md-12.col-12 img {
        width: 225px;
        height: 150px;
    }
    .home-banner.mobile .col-xl-12.col-lg-12.col-md-12.col-12 iframe{
        width: 61% !important;
        max-width: 100% !important;
        height: 160px !important;
    }
    .SliderThreeVideo button a{
        font-size: 16px;
    }



}

@media (max-width:575px) {
    .section-title {
        text-align: center;
    }
    .expert-section {
        padding: 50px 0 25px 0;
    }
    .about-learnow-sec {
        padding: 25px 0;
    }
    .training-courses-sec {
        padding: 25px 0;
        margin-bottom: 0;
    }
    .training-courses-sec .content {
        padding: 0 15px!important;
    }
    .training-courses-sec .text-lines {
        display: none;
    }
    .popular-courses-sec {
        padding-top: 25px;
        margin-bottom: 0;
    }
    .corporate-form-section {
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .milestones-section {
        position: relative;
        padding: 25px 0;
    }
    .trainer-section {
        padding-bottom: 0;
    }
    /*.home-banner{
        background-image: none;
    }*/
    .home-banner.mobile {
        background-position: center;
        height: 156px;
        /*background-image: url(../images/course-card-bg.png);*/
    }
    .home-banner .container-lg {
        max-width: 100%}
    .home-banner .banner-main-row {
        padding-top: 18px;
        padding-bottom: 0;
        text-align: center;
        flex-direction: column-reverse;
    }
    .home-banner.mobile .col-xl-12.col-lg-12.col-md-12.col-12 img {
        width: 185px;
        height: 115px;
    }
    .banner-content {
        margin-bottom: 20px;
    }
    .banner-content h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .banner-content p {
        font-size: 16px;
        line-height: 24px;
        max-width: 375px;
        margin: 15px auto;
    }
    .banner-content .btn {
        font-size: 14px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        padding: .375rem 1.25rem;
    }
    .about-content {
        text-align: center;
        padding: 0 15px;
    }
    .training-courses-sec .row {
        margin-top: 30px;
    }
    .training-courses-sec img {
        width: 100%;
        display: none;
    }
    .onlineit-content.text-end {
        text-align: left!important;
    }
    .onlineit-content p {
        font-size: 16px;
        line-height: 24px;
        position: relative;
        padding-left: 25px;
        text-align: left;
        margin: 0 0 15px 0!important;
    }
    .onlineit-content p:last-child {
        margin-bottom: 0!important;
    }
    .onlineit-content p:before {
        content: '\f0a4';
        font-family: "Font Awesome 5 Free";
        color: var(--orange);
        position: absolute;
        left: 0;
    }
    .corporate-form-section .sec-title {
        font-size: 35px;
        line-height: 44px;
        writing-mode: inherit;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        margin-bottom: 30px;
        text-align: center;
    }
    .corporate-training-form .radio-label {
        display: block!important;
        margin-bottom: 10px;
    }
    .home-banner.mobile .col-xl-12.col-lg-12.col-md-12.col-12 iframe{
        width: 61% !important;
        max-width: 100% !important;
        height: 120px !important;
    }

    .SliderThreeVideo h2{
        font-size: 28px;
        font-weight: 700;
        color: #ef7f1a;
        letter-spacing: 2px;
        line-height: 34px;
    }
    .SliderThreeVideo p{
        color: #2e4588;
        font-size: 20px;
        font-weight: 700;
        line-height: 24px;
    }

}

@media (max-width:480px) {
    .expert-section {
        padding: var(--bs-gutter-x, .75rem) 0;
    }
    .about-learnow-sec {
        padding: 50px 0 25px 0;
    }
    .expert-section-row {
        display: block;
        width: 100%}
    .expert-box {
        width: 50%;
        height: 250px;
    }
    .expert-icon-box {
        width: 100px;
        height: 100px;
    }
    .expert-box.exbox1:before, .expert-box.exbox3:before {
        width: 50%;
        height: 50%;
        left: 100%;
        right: 0;
    }
    .expert-box.exbox2 {
        margin-top: var(--bs-gutter-x, .75rem);
        margin-bottom: var(--bs-gutter-x, .75rem);
        margin-left: auto;
        margin-right: 0;
    }
    .expert-box.exbox2:after, .expert-box.exbox2:before {
        display: none;
    }
    .expert-icon-box:after, .expert-icon-box:before {
        width: 30px;
        height: 30px;
    }
    .expert-icon-box:before {
        top: -15px;
        left: -15px;
    }
    .expert-icon-box:after {
        right: -15px;
    }
    .expert-icon-box img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }
    .course-img {
        height: 28.027vw;
    }
    .corporate-form-section .nav-pills .nav-link {
        font-size: 16px;
    }

    .home-banner.mobile .col-xl-12.col-lg-12.col-md-12.col-12 iframe{
        width: 65% !important;
        max-width: 100% !important;
        height: 105px !important;
    }
    .SliderThreeVideo h2{
        font-size: 24px;
        font-weight: 700;
        color: #ef7f1a;
        letter-spacing: 1px;
        line-height: 28px;
    }
    .SliderThreeVideo p{
        color: #2e4588;
        font-size: 18px;
        font-weight: 700;
        line-height: 22px;
    }
    .SliderThreeVideo button{
        padding: 3px 15px;
    }
    .SliderThreeVideo button a{
        font-size: 14px;
    }

}

@media (max-width:420px) {
    .course-img {
        height: 60.156vw;
    }
    .trainer-card {
        width: 97%}
    .home-banner.mobile{
        height: 145px;
    }
    .home-banner.mobile img {
        width: 90px;
        height: auto;
    }
}