/*==/ COMMON CSS /==*/
.pt-100, .py-100{
    padding-top: 100px;
}
.pb-100, .py-100{
    padding-bottom: 100px;
}
.mt-100, .my-100{
    padding-top: 100px;
}
.mb-100, .my-100{
    padding-bottom: 100px;
}

/*==============================
        SECTION TITLE
==============================*/
.corpo-sec-title{
    position: relative;
    font-size: 40px;
    color: var(--black);
    font-weight: 700;
    font-family: "Nunito Sans";
}
.corpo-sec-title span{
    display: block;
    color: var(--orange);
    font-size: 50%;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
}

/*==============================
            BANNER
==============================*/
.corporate-banner{
    position: relative;
    width: 100%;
    padding: 80px 0;
    background-image: url(../images/corporate/corporate-banner-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}
.corporate-banner-content{
    padding-right: 100px;
}
.corporate-banner-content h1{
    font-size: 40px;
    color: var(--orange);
    font-weight: 700;
    margin-bottom: 25px;
}
.corporate-banner-content p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito Sans";
    margin-bottom: 0;
}
.corporate-banner .drop-query-form p{
    font-size: 20px;
}
.corporate-banner .drop-query-form .btn {
    font-size: 16px;
    font-weight: 600;
}
/*==============================
      TESTIMONIAL SECTION
==============================*/
.testimonial-sec{
    position: relative;
    width: 100%;
    min-height: 400px;
    background-image: url(../images/corporate/testimonial-bg.jpg);
    /*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
    margin-top: 100px;
}
.testimonial-row {
    display: flex;
    justify-content: center;
    margin-top: 100px;
}
.testimonial-content {
    flex: 1;
    padding-left: 50px;
}
.user-img-wrap {
    width: 190px;
    height: 190px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    overflow: hidden;
    padding: 15px;
}
.user-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    object-position: top;
}
.testimonial-content h5{
    font-size: 20px;
    color: var(--orange);
    font-weight: 700;
    margin-bottom: 0;
}
.testimonial-content h6{
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}
.testimonial-content p{
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito Sans";
    margin-bottom: 40px;
}
.testimonial-content .btn{
    font-weight: 700;
}
/*==============================
     POPULAR COURSES SECTION
==============================*/
.corporate-pc-sec{

}
.corpo-course-card {
    position: relative;
    width: 100%;
    padding: 30px;
    padding-bottom: 0;
    border: 1px solid #d1cfcf;
    border-radius: 2px;
    text-align: center;
    margin-bottom: calc(var(--bs-gutter-x) * 2);
}
.corpo-course-card img{
    width: 100px;
    height: 100px;
    object-fit: contain;
    background-color: #e8e8e8;
}
.corpo-course-card h5 {
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    font-family: "Nunito Sans";
    margin: 20px 0;
}
.corpo-course-card p {
    font-size: 16px;
    line-height: 26px;
    color: var(--black);
    font-weight: 700;
    font-family: "Nunito Sans";
    margin-bottom: 0;
    margin-left: -33%;
}
.corpo-course-card p span {
    color: var(--black);
    display: inline-block;
    width: 1px;
    padding-left: 10px;
    font-weight: 400;
}
.corpo-course-card .btn{
    transform: translateY(20px);
}
/*==============================
      TESTIMONIAL SECTION
==============================*/
.technical-slider-sec{
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-image: url(../images/corporate/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}
.technical-slider-sec .titles{
    text-align: center;
    margin-bottom: 80px;
}
.technical-slider-sec .titles h3{
    font-size: 30px;
    color: var(--orange);
    font-weight: 700;
    margin-bottom: 25px;
}
.technical-slider-sec .titles p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito Sans";
    margin-bottom: 0;
}
.technical-logo-wrap{
    position: relative;
    width: 145px;
    height: 80px;
    border-radius: 2px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px;
}
.technical-logo-wrap:before{
    content: '';
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    position: absolute;
    top: -15px;
    left: -15px;
    background-color: rgba(225,225,225,0.2);
    border-radius: 2px;
}
.technical-logo-wrap img{
    max-width: 100%;
    max-height: 100%;
    width: auto !important;
}


/*=====================================
    CORPORATE TRAINING FORM SECTION
=====================================*/
.corpo-training-sec{
    position: relative;
    padding-top: 100px;
    margin-bottom: 90px;
}
.corpo-training-sec .course-sec-title{
    margin-bottom: 50px;
}
.course-sec-title {
    font-size: 35px;
    line-height: 45px;
    color: #000000;
    font-weight: 300;
    font-family: "Nunito Sans";
    margin: 0;
    padding-bottom: 20px;
    display: inline-block;
}
.course-sec-title strong {
    display: block;
    color: var(--orange);
    font-weight: 800;
}
.corpo-training-sec .image-caption{
    height: 510px;
    display: inline-block;
}
.corpo-training-sec .image-caption img{
    /*width: 80%;*/
    height: 100%;
}
.corporate-training-form {
    position: relative;
    background-color: var(--cardBG);
    padding: 30px;
    border-radius: 5px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
}
.corporate-training-form .form-control{
    background-color: transparent;
    color: var(--black);
    border-color: #cdc7c7;
}
.corporate-training-form .form-control::placeholder{
    color: var(--placeholder);
}
.corporate-training-form .form-check{
    color: var(--placeholder);
}
.corporate-training-form .form-check-input{
    border-color: var(--black);
}
.corporate-training-form .btn{
    font-size: 18px;
    text-transform: uppercase;
}
.corporate-training-form-wrap {
    padding-left: 50px;
}
.corporate-training-form .form-fix-txt {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 30px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Nunito Sans";
    text-align: center;
    padding: 25px 8px;
    border-radius: 0 5px 5px 0;
    background-color: #f58200;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    left: -46px;
    writing-mode: vertical-lr;
    pointer-events: none;
    z-index: -1;
}


/*==============================
      OUR SOLUTIONS SECTION
==============================*/
.our-solutions-sec{
    position: relative;
    padding-bottom: 9vw;
}
.solutions-img-wrap{
    position: relative;
    width: 80%;
    margin: auto;
    text-align: center;
}
.solutions-img-wrap .main-img{
    width: 38.625vw; /*618px*/
    height: 38.625vw; /*618px*/
}
.solutions-img-content{
    max-width: 18.75vw; /*300px*/
    text-align: left;
    position: absolute;
    z-index: 1024;
}
.solutions-img-content h4{
    font-size: 1.5625vw ; /*25px*/
    color: var(--orange);
    font-weight: 600;
}
.solutions-img-content p{
    font-size: 1vw; /*16px*/
    font-weight: 400;
    margin-bottom: 0;
}
.solutions-img-content.one{
    left: 0;
    top: 0;
}
.solutions-img-content.two{
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.solutions-img-content.three{
    left: 0;
    bottom: 0;
}
.solutions-img-content.four{
    right: 0;
    top: 0;
    text-align: right;
}
.solutions-img-content.five{
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}
.solutions-img-content.six{
    right: 0;
    bottom: 0;
    text-align: right;
}
.solutions-img-content.seven{
    bottom: -10vw;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.solutions-img-content.one h4,
.solutions-img-content.four h4{
    padding-top: 2vw;
}
.solutions-img-content.three p,
.solutions-img-content.six p{
    padding-bottom: 1vw;
}
.solutions-img-content img{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.solutions-img-content.active img{
    opacity: 1;
    visibility: visible;
}
.solutions-img-content.one img,
.solutions-img-content.three img,
.solutions-img-content.four img,
.solutions-img-content.six img{
    width: 24.75vw; /*396px*/
    height: 9.0625vw; /*145px*/
}
.solutions-img-content.two img,
.solutions-img-content.five img,
.solutions-img-content.seven img{
    width: 17.25vw; /*276px*/
    height: 13.5625vw; /*217px*/
}
.solutions-img-content.one img {
    top: 2.3vw;
    right: -21vw;
}
.solutions-img-content.four img {
    top: 2.3vw;
    left: -21vw;
    transform: rotateY(180deg);
}
.solutions-img-content.three img {
    bottom: 2.4vw;
    right: -21vw;
    transform: rotateX(190deg);
}
.solutions-img-content.six img {
    bottom: 2.4vw;
    left: -21vw;
    transform: rotateY(187deg) rotateX(182deg);
}
.solutions-img-content.two img {
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: -14.9vw;
}
.solutions-img-content.five img {
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    left: -14.9vw;
}
.solutions-img-content.seven img {
    bottom: 8vw;
    left: 50%;
    transform: translateX(-50%);
}

/*===================================================
                    Responsive View
===================================================*/
/*1199px*/
@media (max-width: 1199px) {
    .container-lg {
        max-width: 100%;
    }
    .corpo-course-card{
        padding: 20px;
        padding-bottom: 0;
    }
    .corpo-course-card p{
        margin-left: -40%;
    }
}


/*991px*/
@media (max-width: 991px) {
    .pt-100, .py-100 {
        padding-top: 50px;
    }
    .pb-100, .py-100 {
        padding-bottom: 50px;
    }
    .corpo-sec-title{
        font-size: 28px;
    }
    .technical-slider-sec{
        padding: 50px 0;
    }
    .technical-slider-sec .titles{
        margin-bottom: 30px;
    }
    .technical-slider-sec .titles h3{
        margin-bottom: 0;
    }
    .corporate-banner-content{
        padding-right: 0;
    }
    .corpo-course-card{
        padding: 16px;
        padding-bottom: 0;
    }
    .corpo-course-card p{
        margin-left: -37%;
    }
    .technical-logo-wrap{
        width: auto !important;
    }
    .corpo-training-sec .image-caption img{
        height: auto;
    }

}

/*767px*/
@media (max-width: 767px) {
    .pb-100, .py-100 {
        padding-bottom: 25px;
    }

    .pt-100, .py-100 {
        padding-top: 25px;
    }

    .corpo-sec-title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .technical-slider-sec .titles h3 {
        margin-bottom: 18px;
        font-size: 28px;
    }

    .corporate-banner-content h3 {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .corporate-banner-content p {
        font-size: 16px;
        text-align: justify;
    }

    .corporate-banner {
        padding: 30px 0;
    }

    .corporate-banner-content {
        text-align: center;
        margin-bottom: 30px;
    }

    .user-img-wrap {
        width: 150px;
        height: 150px;
        padding: 12px;
    }

    .corporate-pc-sec {
        padding-bottom: 0;
    }

    .corpo-course-card p {
        margin-left: -25%;
    }

    .solutions-img-wrap {
        width: 100%;
        padding-right: var(--bs-gutter-x, .75rem);
        padding-left: var(--bs-gutter-x, .75rem);
    }

    .solutions-img-wrap .main-img,
    .solutions-img-content img {
        display: none;
    }

    .solutions-img-content {
        position: relative;
        max-width: 100%;
        margin-bottom: 15px;
        padding-left: 28px;
    }
    .solutions-img-content:before {
        content: '\f0a4';
        font-family: "Font Awesome 5 Free";
        color: var(--orange);
        position: absolute;
        left: 0;
    }
    .solutions-img-content.one,
    .solutions-img-content.two,
    .solutions-img-content.three,
    .solutions-img-content.four,
    .solutions-img-content.five,
    .solutions-img-content.six,
    .solutions-img-content.seven{
        top: inherit;
        left: inherit;
        right: inherit;
        bottom: inherit;
        text-align: left;
        transform: inherit;
    }
    .solutions-img-content h4 {
        font-size: 18px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .solutions-img-content p {
        font-size: 16px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .testimonial-sec{
        margin-top: 0;
    }

    .corpo-training-sec{
        padding-top: 50px;
        /*padding-bottom: 50px;*/
        margin-bottom: 50px;
    }
    .corpo-training-sec .image-caption{
        display: none;
    }
    .corpo-training-sec .course-sec-title {
        margin-bottom: 30px;
    }
    .course-sec-title{
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 10px;
    }



}

/*575px*/
@media (max-width: 575px) {
    .corpo-sec-title {
        font-size: 24px;
    }
    .technical-slider-sec .titles h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .corporate-banner-content h3 {
        font-size: 28px;
    }
    .testimonial-sec{
        min-height: 420px;
    }
    .testimonial-sec{
        margin-top: 0;
    }
    .testimonial-row {
        display: block;
        justify-content: center;
        margin-top: 30px;
        text-align: center;
    }
    .user-img-wrap {
        width: 130px;
        height: 130px;
        padding: 10px;
        margin: auto;
    }
    .testimonial-content {
        flex: 1;
        padding-left: 0;
    }
    .corpo-course-card{
        padding: 20px 15px;
    }
    .corpo-course-card img {
        width: 80px;
        height: 80px;
    }
    .corpo-course-card h5 {
        font-size: 17px;
    }
    .corpo-course-card p {
        font-size: 14px;
        line-height: 24px;
    }
    .corpo-course-card .btn{
        transform: translateY(40px);
    }
    .corpo-sec-title span{
        font-size: 60%;
    }

    .corpo-training-sec{
        padding-top: 30px;
        /*padding-bottom: 50px;*/
        margin-bottom: 30px;
    }
    .corpo-training-sec .course-sec-title {
        margin-bottom: 50px;
    }
    .corporate-training-form .form-fix-txt {
        top: -45px;
        left: 50%;
        padding: 8px 25px;
        border-radius: 5px 5px 0 0;
        writing-mode: initial;
        -webkit-transform: translateX(-50%) rotate(
                0deg);
        transform: translateX(-50%) rotate(
                0deg);
        white-space: nowrap;
    }
    .corporate-training-form-wrap {
        padding-left: 0;
    }



}

/*480px*/
@media (max-width: 480px) {

}

/*420px*/
@media (max-width: 420px) {

}

/*375px*/
@media (max-width: 375px) {

}


