/*==/ 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";
    display: inline-block;
    margin: 0;
    padding-bottom: 20px;
}
.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: -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;
}
.book-list{
    margin: 0;
    padding: 0;
    list-style: none;
}
.book-list li,
.book-list p{
    position: relative;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    font-family: "Nunito Sans";
    list-style: none;
    padding-left: 30px;
    margin-bottom: 8px;
    line-height: 27px;
}
.book-list li:before,
.book-list p:before{
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 15px;
    background-image: url(../images/book.png);
    background-repeat: no-repeat;
    background-size: contain;
}
/*=====================================
    DEVELOPMENT / COACHING SECTION
=====================================*/
.development-coaching-sec{
    position: relative;
    background-color:#e9e7ef;
}
.development-coaching-sec .description {
    font-size: 15px;
    line-height: 24px;
    color: var(--black);
    font-weight: 600;
    text-align: justify;
    margin-bottom: 0;
}
.development-coaching-sec .triangle-img{
    z-index: 50;
}
.development-coaching-sec .triangle-img.left:after{
    display: none;
}

/*=====================================
    BEHAVIORAL TRAININGS SECTION
=====================================*/
.agile-transformation-sec{
    position: relative;
    background-image: url(../images/technical-transformation/worldmap-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #e9e7ef;
}
.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{
    font-size: 15px;
    line-height: 24px;
    color: #000000;
    font-weight: 400;
    font-family: "Nunito Sans";
    text-align: left;
    margin-bottom: 50px;
}
.rehavioral-row{
/*    display: flex;*/
}
.rehavioral-card {
    position: relative;
    height: 180px;
    padding: 20px;
    text-align: center;
    background-color: var(--orange);
    color: #FFF;
    display: block;
}
.rehavioral-card p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 10px;
}
.rehavioral-card.Orange p{
    top: 20px;
}
.rehavioral-card.Black p{
    bottom: 20px;
}
.rehavioral-card .icon-circle {
    width: 72%;
    /*height: 116px;*/
    background-color: #dcdae2;
    border-radius: 50%;
    padding: 15%;
    margin: auto;
    position: absolute;
    left: 14%;
}
.rehavioral-card .icon-circle-inner {
    width: 100%;
    height: 100%;
    background-color: #f58200;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rehavioral-card .icon-circle-inner img{
    width: 100%;
    height: 100% !important;
    padding: 14px;
    object-fit: contain;
}
.rehavioral-card.Orange{
    background-color: var(--orange);
    margin-top: 150px;
} 
.rehavioral-card.Black{
    background-color: var(--black);
}
.rehavioral-card.Orange .icon-circle{
    /*bottom: -4.6vw;*/
    bottom: -28.68%;
}
.rehavioral-card.Black .icon-circle{
    /*top: -4.6vw;*/
    top: -28.68%;
}
.rehavioral-card.Black .icon-circle-inner{
    background-color: var(--black);
}
.rehavioral-card.Orange:before,
.rehavioral-card.Black:before{
    content: '';
    position: absolute;
    right: -64%;
    width: calc(100% + 30px);
    height: 170%;
}
.rehavioral-card.Orange:before {
    bottom: -80%;
    background-image: url(../images/street-bulb-shap-orange.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.rehavioral-card.Black:before {
    top: -80%;
    background-image: url(../images/street-bulb-shap-black.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.behavioralSlider .owl-item{
    padding: 160px 0;
}
.behavioralSlider .owl-item:last-child .rehavioral-card.Orange:before,
.behavioralSlider .owl-item:last-child .rehavioral-card.Black:before{
    display: none;
}


/*========================================
            EXPERT SECTION
*========================================*/
.expert-section {
    position: relative;
    padding: 80px 0 0 0;
}
.expert-section .container-lg{
    max-width: 80%;
}
.expert-section-row {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-wrap: wrap;*/
}
.expert-box {
    position: relative;
    width: 250px;
    height: 300px;
    background-color: var(--orange);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    box-shadow: 5.5px 9.526px 5.5px rgba(150,156,156,0.75) !important;
}

.expert-icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,225,0.10);
    border-radius: 4px;
    transition: 0.5s;
}
.expert-icon-box:before,
.expert-icon-box:after {
    content: '';
    width: 30px;
    height: 30px;
    background-color: rgba(255,255,225,0.10);
    position: absolute;
    border-radius: 1px;
}
.expert-icon-box:before{
    top: -15px;
    left: -15px;
}
.expert-icon-box:after{
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
}
.expert-box p{
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 21px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Nunito Sans";
    margin-top: 50px;
    margin-bottom: 0;
    transition: 0.5s;
    text-transform: uppercase;
}
.expert-box:hover p{
    transform: translateY(10px);
}
.expert-box:hover .expert-icon-box{
    transform: translateY(-10px);
}
.expert-box.exbox2 {
    background-color: #2a2622;
    margin: 0 28px;
    position: relative;
}

/*=====================================
    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;
    height: 56px;
}
.consult-card p{
    font-size: 15px;
    color: var(--black);
    font-weight: 600;
    height: 63px;
    margin: 20px 0;
}
.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;
}
/*=====================================
        JOURNEY SECTION
=====================================*/
.journey-sec{
    position: relative;
}
.journey-container {
    position: relative;
    width: 34.5625vw; /*553px*/
    height: 17.3125vw; /*277px*/;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10.9375vw; /*175px*/
    margin-bottom: 10.9375vw; /*175px*/
}
.journey-container .half-circle-img{
    width: 100%;
    height: 100%;
}
.journey-title {
    width: 21.9375vw; /*351px*/
    height: 21.9375vw; /*351px*/
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: -10.96875vw; /*-175.5px*/
    transform: translateX(-50%);
    padding: 1.25vw; /*20px*/
    background-color: #eef0f2;
    -webkit-filter: drop-shadow(5.5px 9.526px 5.5px rgba(195,205,205,0.75));
    filter: -webkit-drop-shadow(5.5px 9.526px 5.5px rgba(195,205,205,0.75));
    filter: drop-shadow(5.5px 9.526px 5.5px rgba(195,205,205,0.75));
}
.journey-title .journey-title-inn {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-background-image: linear-gradient(0deg, #dde3e8 0%, #e5e9ec 50%, #dde3e8 100%);
    background-image: linear-gradient(0deg, #dde3e8 0%, #e5e9ec 50%, #dde3e8 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    -webkit-filter: drop-shadow(5.5px 9.526px 5.5px rgba(195,205,205,0.75));
    filter: -webkit-drop-shadow(5.5px 9.526px 5.5px rgba(195,205,205,0.75));
    filter: drop-shadow(5.5px 9.526px 5.5px rgba(195,205,205,0.75));
}
.journey-title .journey-title-inn h1{
    font-size: 35px;
    line-height: 45px;
    color: var(--black);
}
.journey-title .journey-title-inn h1 span{
    display: block;
    color: var(--orange);
}
.journey-title .journey-title-inn .dot{
    display: inline-block;
    width: 0.625vw; /*10px*/
    height: 0.625vw; /*10px*/
    border-radius: 50%;
    background-color: var(--black);
    margin-left: 0.125vw; /*2px*/
}
.journey-title .journey-title-inn .dot:first-of-type{
    margin-left: 0;
}
.journey-title .journey-title-inn .dot.active{
    background-color: var(--orange);
}

.journey-container .content-box{
    position: absolute;
    transition: 0.3s;
}
.journey-container .content-box:hover {
    transform: scale(1.03);
}
.journey-container .content-box .text-col {
    position: absolute;
    width: 12.5vw; /*200px*/
    font-size: 1.125vw; /*18px*/
    color: var(--black);
    font-weight: 600;
}
.journey-container .content-box.one {
    top: -3.125vw; /*-50px*/
    left: -11.125vw; /*-178px*/
}
.journey-container .content-box.one .text-col{
    top: 50%;
    transform: translateY(-50%);
    left: -12.5vw; /*-200px*/
    text-align: right;
    padding-right: 1.25vw; /*20px*/
    color: var(--orange);
}
.content-box.six {
    top: -3.125vw; /*-50px*/
    right: -11.125vw; /*-178px*/
}
.content-box.six .text-col{
    top: 50%;
    transform: translateY(-50%);
    right: -12.5vw; /*-200px*/
    text-align: left;
    padding-left: 1.25vw; /*20px*/
}
.content-box.two {
    top: 8.125vw; /*130px*/
    left: -6.875vw; /*-110px*/
}
.content-box.two .text-col{
    top: 70%;
    transform: translateY(-50%);
    left: -12.5vw; /*-200px*/
    text-align: center;
}
.content-box.five {
    top: 8.125vw; /*130px*/
    right: -6.875vw; /*-110px*/
}
.content-box.five .text-col{
    top: 70%;
    transform: translateY(-50%);
    right: -12.5vw; /*-200px*/
    text-align: center;
    text-align: left;
    padding-left: 1.25vw; /*20px*/
    color: var(--orange);
}
.content-box.three {
    top: 14.6875vw; /*235px*/
    left: 4.375vw; /*70px*/
}
.content-box.three .text-col{
    bottom: 0;
    left: -12.5vw; /*-200px*/
    text-align: center;
    text-align: right;
    padding-right: 0.625vw; /*10px*/
    color: var(--orange);
}
.content-box.for {
    top: 14.6875vw; /*235px*/
    right: 4.375vw; /*70px*/
}
.content-box.for .text-col{
    bottom: 0;
    right: -12.5vw; /*-200px*/
    text-align: center;
    text-align: left;
    padding-left: 0.625vw; /*10px*/
}
.journey-container .content-box.one img{
    width: 12.8125vw; /*205px*/
    height: 7.9375vw; /*127px*/
}
.journey-container .content-box.two img{
    width: 11.375vw; /*182px*/
    height: 10.1875vw; /*163px*/
}
.journey-container .content-box.three img{
    width: 9.1875vw; /*147px*/
    height: 12.1875vw; /*195px*/
}
.journey-container .content-box.for img{
    width: 9.25vw; /*148px*/
    height: 12.1875vw; /*195px*/
}
.journey-container .content-box.five img{
    width: 11.5vw; /*184px*/
    height: 10.1875vw; /*163px*/
}
.journey-container .content-box.six img{
    width: 12.9375vw; /*207px*/
    height: 7.9375vw; /*127px*/
}
.journey-container .content-box.one img,
.journey-container .content-box.three img,
.journey-container .content-box.five img{
    filter: grayscale(1);
    transition: 0.3s;
}
.journey-container .content-box.one:hover img,
.journey-container .content-box.three:hover img,
.journey-container .content-box.five:hover img{
    filter: grayscale(0);
}
.journey-container .content-box.two img,
.journey-container .content-box.for img,
.journey-container .content-box.six img{
    filter: invert(0.7);
    transition: 0.3s;
}
.journey-container .content-box.two:hover img,
.journey-container .content-box.for:hover img,
.journey-container .content-box.six:hover img{
    filter: invert(0);
}


/*=====================================================================
                            RESPONSIVE VIEWS
=====================================================================*/
@media(max-width: 1440px) {
    .rehavioral-card .icon-circle-inner img {
        padding: 11px;
    }
}
    @media(max-width: 1199px){
        .rehavioral-card .icon-circle-inner img{
            padding: 8px;
        }
        .expert-box{
            margin: 0 14px 28px 14px;
        }
        .expert-box:last-child{
            margin-bottom: 28px;
        }
        .expert-box.exbox2{
            margin: 0 14px 28px 14px;
        }
    }

    @media(max-width: 1023px){
        .rehavioral-card .icon-circle{
            left: 22%;
            width: 55%;
        }
}

@media(max-width: 991px){

    .triangle-img.left:after{
        top: -60px;
    }
    .py-100{
        padding: 60px 0 !important;
    }
    .agile-transformation-sec .course-sec-title:before{
        height: 60px;
        top: -60px;
    }
    .corpo-training-sec{
        padding-top: 60px;
    }
    .expert-section{
        padding: 60px 0 0 0;
    }
    .corpo-training-sec .image-caption img{
        height: auto;
    }
    .expert-section .container-lg{
        width: 100%;
        max-width: 100%;
    }
    .course-sec-title{
        font-size: 30px;
    }

}

@media(max-width: 767px){
    .expert-box.exbox2{
        margin: 0 14px 28px 14px;
    }
    .triangle-img.left:after{
        display: none;
    }
    .py-100 {
        padding: 40px 0 !important;
    }
    .technical-trainings-sec .image-box{
        margin-bottom: 30px;
    }
    .agile-transformation-sec .course-sec-title:before {
        height: 40px;
        top: -40px;
    }
    .agile-transformation-sec .sub-para{
        margin-bottom: 20px;
    }
    .expert-section{
        padding: 40px 0 0 0;
    }
    .journey-sec{
        overflow: hidden;
    }
    .journey-container{
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 0;
    }
    .journey-container .half-circle-img{
        display: none;
    }
    .journey-title{
        display: none;
    }
    .journey-container .content-box{
        position: relative;
        margin-bottom: 15px;
        padding-left: 25px;
    }
    .journey-container .content-box:before {
        content: '\f0a4';
        font-family: "Font Awesome 5 Free";
        color: var(--orange);
        position: absolute;
        left: 0;
    }
    .journey-container .content-box:last-child{
        margin-bottom: 0;
    }
    .journey-container .content-box.one,
    .journey-container .content-box.two,
    .journey-container .content-box.three,
    .journey-container .content-box.for,
    .journey-container .content-box.five,
    .journey-container .content-box.six{
        top: inherit;
        left: inherit;
        bottom: inherit;
        right: inherit;
        transform: inherit;
    }
    .journey-container .content-box img{
        display: none;
    }
    .journey-container .content-box .text-col {
        position: relative;
        width: 100%;
        font-size: 16px;
        color: var(--black) !important;
        font-weight: 600;
        text-align: left !important;
        top: inherit !important;
        left: inherit !important;
        bottom: inherit !important;
        right: inherit !important;
        transform: inherit!important;
    }
    .journey-container .content-box.one .text-col br {
        display: none;
    }
    .expert-section-row{
        display: block;
    }
    .expert-section{
        padding: 25px 0 0 0;
    }
    .expert-section .container-lg {
        max-width: 100%;
    }
    .expert-box {
        margin: 0;
        width: 100%;
    }
    .expert-box.exbox2 {
        margin: 25px 0;
    }
    .development-coaching-sec .triangle-img {
        margin-bottom: 25px;
    }



}

@media(max-width: 575px){
    .py-100 {
        padding: 25px 0 !important;
    }
    .course-banner {
        padding: 30px 0;
    }
    .course-banner-row img {
        display: none;
    }
    .banner-course-name {
        padding-left: 0;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 0;
    }
    .course-sec-title {
        font-size: 25px;
        line-height: 32px;
    }
    .technical-trainings-sec,
    .agile-transformation-sec{
        width: 100%;
        overflow: hidden;
    }
    .technical-trainings-sec .image-box {
        margin-bottom: 25px;
    }
    .agile-transformation-sec .container-lg{
        max-width: 100%;
    }
    .agile-transformation-sec .course-sec-title:before{
        display: none;
    }
    .rehavioral-card.Black .icon-circle{
        top: -22.68%;
    }
    .rehavioral-card.Orange .icon-circle{
        bottom: -20.68%;
    }
    .rehavioral-card.Black .icon-circle{
        top: -20.68%;
    }
    .rehavioral-card.Orange .icon-circle{
        bottom: -19.68%;
    }
    .rehavioral-card.Orange:before, .rehavioral-card.Black:before{
        right: -70%;
    }
    .rehavioral-card.Black:before{
        top: -68%;
    }
    .rehavioral-card.Orange:before{
        bottom: -68%;
    }
    .expert-section-row{
        display: block;
    }
    .expert-section{
        padding: 25px 0 0 0;
    }
    .expert-section .container-lg {
        max-width: 100%;
    }
    .expert-box {
        margin: 0;
        width: 100%;
    }
    .expert-box.exbox2 {
        margin: 25px 0;
    }
    .corpo-training-sec {
        padding-top: 10px;
        padding-bottom: 25px;
    }
    .corpo-training-sec .image-caption {
        display: none;
    }
    .corporate-training-form .form-fix-txt {
        font-size: 15px;
        padding: 2px 35px;
        top: -22px;
    }
    .corporate-training-form-wrap {
        padding-left: 0;
    }
    .corporate-training-form .form-fix-txt {
        transform: translateX(-50%) rotate(0deg);
        top: -45px;
        left: 50%;
        writing-mode: horizontal-tb;
        padding: 8px 25px;
        border-radius: 5px 5px 0 0;
    }

    .development-coaching-sec .course-sec-title{
        padding-bottom: 10px;
    }



}




