/*==/ 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 /==*/
.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;
}

.triangle-img.left {
    position: relative;
    display: table;
    margin: auto;
    padding-left: 6%;
    padding-bottom: 6%;
}
.triangle-img.left:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--orange);
    clip-path: polygon(0 0%, 0% 100%, 90% 100%);
    z-index: -1;
}
.triangle-img.left:after {
    content: '';
    width: 60%;
    height: 60%;
    border: 2px solid var(--orange);
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: -100px;
    right: -4vw;/*-88px*/
    z-index: -1;
}

/*==============================
            BANNER
==============================*/
.course-banner{
    position: relative;
    width: 100%;
    padding: 5vw 0 1.875vw 0; /*80px 0 30px 0*/ 
    background-image: url(../images/course/course-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    overflow: hidden;
}
.course-banner .container-lg{
    max-width: 80%;
}
.course-banner-row{
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-course-name{
    font-size: 3.125vw; /*50px*/
    line-height: 4.6875vw; /*75px*/
    color: #ffffff;
    font-weight: 700;
    font-family: "Nunito Sans";
    padding-left: 6vw;
}
.banner-course-name span{
    display: block;
    color: #000;
}
.banner-icon{
    width: 15vw;
    filter: -webkit-drop-shadow(5.5px 9.526px 5.5px rgba(0,0,0,0.25));
    -webkit-filter: drop-shadow(5.5px 9.526px 5.5px rgba(0,0,0,0.25));
    filter: drop-shadow(5.5px 9.526px 5.5px rgba(0,0,0,0.25));
}
.banner-img{
    width: 30vw;
    margin-left: 10vw;
    margin-bottom: -1.875vw;
}
/*=====================================
    TECHNICAL TRAININGS SECTION
=====================================*/
.technical-trainings-sec{
    position: relative;
}
.technical-trainings-sec .description {
    font-size: 15px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    font-family: "Nunito Sans";
    text-align: justify;
}
/*=====================================
    AGILE TRANSFORMATION SECTION
=====================================*/
.agile-transformation-sec{
    position: relative;
    background-image: url(../images/technical-transformation/worldmap-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.agile-transformation-sec .container-lg{
    max-width: 80%;
}
.agile-transformation-sec .course-sec-title{
    position: relative;
}
.agile-transformation-sec .course-sec-title:before {
    content: '';
    width: 2px;
    height: 100px;
    background-color: var(--orange);
    position: absolute;
    top: -100px;
    left: 50px;
}
.agile-transformation-sec .sub-para p{
    max-width: 573px;
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Nunito Sans";
    text-align: left;
    margin-bottom: 100px;
}
.popular-courses-card {
    position: relative;
    padding: 25px;
    border-radius: 5px;
    background-image: url(../images/course-card-white-bg.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100% 85%;
    margin-bottom: 30px;
    filter: drop-shadow(5.5px 9.526px 5.5px rgba(0,0,0,0.1));
    z-index: 150;
}
.course-img{
    width: 80%; /*175px*/
    height: 12vw; /*175px*/
    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: 18px;
    color: #000000;
    font-weight: 600;
    font-family: "Nunito Sans";
    margin: 20px 0;
    height: 43px;
}
.icon-list{
    position: relative !important;
    font-size: 15px!important;
    line-height: 26px!important;
    color: var(--black)!important;
    font-weight: 400!important;
    font-family: "Nunito Sans"!important;
    margin-bottom: 8px!important;
    padding-left: 26px!important;
    margin-left: 0px !important;
    text-align: left;
}
.icon-list i{
    color: var(--orange);
    display: inline-block;
    width: 1px;
    position: absolute;
    left: 0;
    top: 4px;

}
.popular-courses-card .btn{
    font-weight: 600;
    padding: .275rem .675rem;
    margin-top: 20px;
}
/*=====================================
    CORPORATE TRAINING FORM SECTION
=====================================*/
.corpo-training-sec{
    position: relative;
    padding-top: 100px;
}
.corpo-training-sec .course-sec-title{
    margin-bottom: 50px;
}
.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;
}
/*=====================================
        CONSULTING SECTION
=====================================*/
.consulting-sec{
    position: relative;
    padding-top: 110px;
    padding-bottom: 100px;
}
.consulting-sec .container-lg{
    max-width: 80%;
}
.consulting-sec .course-sec-title{
    position: relative;
    margin-bottom: 115px;
    display: block;
}
.consulting-sec .course-sec-title:before {
    content: '';
    width: 175px;
    height: 100px;
    background-color: transparent;
    border-right: 2px solid var(--orange);
    position: absolute;
    top: -100px;
    left: 44.3%;
    transform: translateX(-50%);
}
.consulting-sec .course-sec-title:after {
    content: '';
    width: 175px;
    height: 175px;
    background-color: transparent;
    border-right: 2px solid var(--orange);
    border-bottom: 2px solid var(--orange);
    position: absolute;
    bottom: -175px;
    left: 44.3%;
    transform: translateX(-50%);
}
.consulting-sec .Row{
    /*    display: flex;*/
}
.consulting-sec .Cols{
    width: 50%;
    position: relative;
}
.consulting-sec .Cols.Col-Left{
    margin-right: auto;
}
.consulting-sec .Cols.Col-Right{
    margin-left: auto;
    margin-top: -98px;
}
.consult-card-wrap-left{
    position: relative;
    padding-right: 100px;
}
.consult-card-wrap-right{
    position: relative;
    padding-left: 100px;
}
.consult-card {
    position: relative;
    padding: 20px;
    background-color: #FFF;
    border: 1px solid #d1cfcf;
    border-radius: 3px;
    max-height: 290px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.consult-card h5{
    font-size: 18px;
    line-height: 28px;
    color: var(--orange);
    font-weight: 700;
}
.consult-card .text-truncate2{
    height: 56px;
}
.consult-card .text-truncate3{
    height: 63px;
    margin: 20px 0;
}
.consult-card p{
    font-size: 15px;
    color: var(--black);
    font-weight: 600;
}
.consult-card .btn{
    font-size: 15px;
    padding: 8px 20px;
    font-weight: 600;
    text-transform: capitalize;

}
.consult-card .img-wrap{
    width: 150px;
    height: 150px;
    border-radius: 3px;
    background-color: #CCC;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.consult-card .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.consult-card.left{
    padding-right: 90px;
    margin-top: -65px;
}
.consult-card.left .img-wrap{
    right: -75px;
}
.consult-card.right{
    padding-left: 90px;
    text-align: right;
}
.consult-card.right .img-wrap{
    left: -75px;
}
.consulting-sec .Cols.Col-Left:after {
    content: '';
    width: 60%;
    height: 50px;
    background-color: transparent;
    border-bottom: 2px solid var(--orange);
    border-left: 2px solid var(--orange);
    position: absolute;
    right: -30px;
}
.consulting-sec .Cols.Col-Right:after {
    content: '';
    width: 60%;
    height: 50px;
    background-color: transparent;
    border-bottom: 2px solid var(--orange);
    border-right: 2px solid var(--orange);
    position: absolute;
    left: -30px;
}
.consulting-sec .Cols.Col-Left:last-child:after {
    width: calc(60% - 30px);
    right: 0;
}
.consulting-sec .Cols.Col-Right:last-child:after {
    width: calc(60% - 30px);
    left: 0;
}
.consulting-sec .Cols.Col-Left:last-child:before {
    content: '';
    width: 1px;
    height: 50px;
    border-right: 2px solid var(--orange);
    position: absolute;
    right: 0;
    bottom: -100px;
}
.consulting-sec .Cols.Col-Right:last-child:before {
    content: '';
    width: 1px;
    height: 50px;
    border-right: 2px solid var(--orange);
    position: absolute;
    left: 0;
    bottom: -100px;
}


.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;
    margin-top: 90px;
}
.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;
}

/*===================================================
                    Responsive View
===================================================*/
/*1350px*/
@media (max-width: 1350px) {
    .container-lg{
        max-width: 100%;
    }
    .consulting-sec .container-lg,
    .agile-transformation-sec .container-lg{
        max-width: 100%;
    }
}
/*1199px*/
@media (max-width: 1199px) {
    .triangle-img.left:after{
        height: 62%;
        right: -22px;
    }
}
/*991px*/
@media (max-width: 991px) {
    .course-img{
        height: 20.6vw;
    }
    .agile-transformation-sec .sub-para{
        margin-bottom: 50px;
    }
    .corpo-training-sec .image-caption img{
        height: auto;
    }
    .technical-slider-sec{
        margin-top: 60px;
    }
    .technical-slider-sec{
        padding: 50px 0;
    }
    .technical-slider-sec .titles{
        margin-bottom: 30px;
    }
    .technical-slider-sec .titles h3{
        margin-bottom: 0;
    }
    .technical-logo-wrap{
        width: auto !important;
    }

}

/*767px*/
@media (max-width: 767px) {
    .pb-100, .py-100 {
        padding-bottom: 50px;
    }
    .pt-100, .py-100 {
        padding-top: 50px;
    }
    .corpo-training-sec{
        padding-top: 50px;
        /*padding-bottom: 50px;*/
    }
    .agile-transformation-sec{
        padding-bottom: 40px;
    }
    .triangle-img.left:after{
        display: none;
    }
    .triangle-img.left{
        margin-bottom: 50px;
    }
    .triangle-img.left, .triangle-img.left img{
        width: 100%;
    }
    .course-sec-title{
        font-size: 28px;
        line-height: 36px;
        padding-bottom: 10px;
    }
    .agile-transformation-sec .course-sec-title:before{
        display: none;
    }
    .agile-transformation-sec .sub-para {
        margin-bottom: 20px;
    }
    .course-img {
        height: 32vw;
    }
    .corpo-training-sec .image-caption{
        display: none;
    }
    .corpo-training-sec .course-sec-title {
        margin-bottom: 30px;
    }
    .consulting-sec {
        padding-top: 50px;
        padding-bottom: 0;
    }
    .consulting-sec .course-sec-title:before{
        width: 0;
        height: 50px;
        top: -50px;
        left: 50%;
        transform: translateX(-50%);
    }
    .consulting-sec .course-sec-title:after{
        width: 0;
        height: 50px;
        bottom: -40px;
        left: 50%;
        transform: translateX(-50%);
    }
    .consulting-sec .course-sec-title{
        margin-bottom: 40px;
    }
    .consulting-sec .Cols{
        width: 100%;
        margin-bottom: 50px;
    }
    .consult-card-wrap-left{
        padding-right: 75px;
    }
    .consult-card-wrap-right{
        padding-left: 75px;
    }
    .consult-card.left, .consulting-sec .Cols.Col-Right{
        margin-top: 0;
    }
    .consulting-sec .Cols.Col-Left:after{
        width: 1px;
        height: 100px;
        left: 40px;
        border-bottom:0;
    }
    .consulting-sec .Cols.Col-Right:after{
        width: 1px;
        height: 100px;
        right: 40px;
        border-bottom:0;
        left: auto;
    }
    .consulting-sec .Cols.Col-Left:last-child:before,
    .consulting-sec .Cols.Col-Right:last-child:before{
        display: none;
    }
    .consulting-sec .Cols.Col-Left:last-child:after,
    .consulting-sec .Cols.Col-Right:last-child:after {
        width: 1px;
        left: 50%;
        height: 50px;
        transform: translateX(-50%);
    }
    .technical-slider-sec{
        margin-top: 40px;
    }
    .technical-slider-sec .titles h3 {
        margin-bottom: 18px;
        font-size: 28px;
    }

}

/*575px*/
@media (max-width: 575px) {
    .pb-100, .py-100 {
        padding-bottom: 30px;
    }
    .pt-100, .py-100 {
        padding-top: 30px;
    }
    .course-sec-title {
        font-size: 26px;
        line-height: 34px;
    }
    .course-banner-row img {
        display: none;
    }
    .course-banner {
        padding: 30px 0;
    }
    .banner-course-name {
        padding-left: 0;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 0;
    }
    .corpo-training-sec{
        padding-top: 30px;
        /*padding-bottom: 50px;*/
    }
    .agile-transformation-sec{
        padding-bottom: 20px;
    }
    .triangle-img.left:after{
        display: none;
    }
    .triangle-img.left{
        margin-bottom: 30px;
    }
    .agile-transformation-sec .row .col-sm-6 {
        width: 50%;
    }
    .course-img {
        height: 29.26vw;
    }
    .agile-transformation-sec .sub-para{
        margin-bottom: 0;
    }
    .corpo-training-sec .course-sec-title {
        margin-bottom: 50px;
    }
    .corporate-training-form-wrap {
        padding-left: 0;
    }
    .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;
    }
    .consult-card-wrap-left {
        padding-right: 50px;
    }
    .consult-card-wrap-right {
        padding-left: 50px;
    }
    .consult-card .img-wrap{
        width: 100px;
        height: 100px;
    }
    .consult-card.left{
        padding-right: 58px;
    }
    .consult-card.right{
        padding-left: 58px;
    }
    .consult-card.right .img-wrap {
        left: -50px;
    }
    .consult-card.left .img-wrap {
        right: -50px;
    }
    .consulting-sec .Cols.Col-Left:after {
        height: 150px;
        left: 20px;
    }
    .consulting-sec .Cols.Col-Right:after {
        height: 150px;
        right: 20px;
    }
    .consult-card .btn {
        font-size: 14px;
        padding: 4px 12px;
    }
    .technical-slider-sec{
        margin-top: 30px;
    }
    .technical-slider-sec .titles h3 {
        font-size: 24px;
        margin-bottom: 18px;
    }

}

/*480px*/
@media (max-width: 480px) {
    .agile-transformation-sec .row .col-sm-6 {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .course-img {
        height: 51.64vw;
    }
}
/*375px*/
@media (max-width: 375px) {
    .agile-transformation-sec .row .col-sm-6 {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .course-img {
        height: 64.024vw;
    }
}