.trainOverSec {
    .sectionInner {
        .trainOverLft {}

        .trainOverRgt {
            height: 100%;

            .trainOverSlide {
                padding-bottom: 40px;

                .eachTrainSlide {
                    .trainSlideImg {
                        height: 300px;

                        img {
                            width: 100%;
                            height: 100%;
                            object-fit: cover;
                            object-position: right;
                            border-radius: 20px;
                        }
                    }
                }

                .slick-arrow {
                    top: auto;
                    bottom: 0;
                    transform: translateY(0%);

                    &.slick-prev {
                        left: calc(50% - 50px);
                    }

                    &.slick-next {
                        left: calc(50% - 10px);
                        right: auto;
                    }
                }
            }

        }
    }
}

.trainTechBtm {
    margin-top: 15px;

    .techCard {
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
        border-radius: 20px;
        overflow: hidden;
        background-color: #fff;

        .resHead {
            display: none;
        }

        .techCardHead {
            margin-bottom: 10px;
            color: #1d1358;
            font-weight: 600;
            font-size: 24px;
        }

        .techCardRow {
            align-items: center;

            .techCardImg {
                width: 100%;
                height: 300px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    object-position: top;
                }
            }

            .techCardTxt {
                padding: 25px;
                padding-left: 0;

                .techCardTxtInn {
                    max-height: 190px;
                    overflow-y: auto;
                    padding-right: 10px;
                }
            }
        }

        &:nth-child(2n) {
            .techCardRow {
                flex-direction: row-reverse;
            }

            .techCardTxt {
                padding-left: 25px;
                padding-right: 0;
            }
        }

    }

    .echTrainTech {
        margin-bottom: 20px;

        .trainTechCard {
            height: 100%;
            background-color: #fff;
            box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.18);
            border-radius: 15px;
            padding: 20px;

            .trainTechHead {
                font-family: "Roboto", sans-serif;
                color: #0C0056;
                font-weight: 600;
                font-size: 30px;
                margin-bottom: 10px;
            }

            p {}
        }
    }
}

.trainGlrySec {
    .trainGlryBtm {
        .echTrainGlry {
            margin: 0 10px;

            .echTrainInn {
                width: 100%;
                height: 300px;

                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-radius: 15px;
                }
            }
        }
    }
}

/* Start responsive */

@media(max-width: 991px) {
    .headingWrap {
        padding-bottom: 10px;
    }

    .trainOverSec {
        .sectionInner {
            text-align: center;

            .trainOverRgt {
                margin-top: 25px;

                .trainOverSlide {
                    .eachTrainSlide {
                        margin: 0 10px;
                    }
                }
            }
        }
    }

    /* training */
    .trainGlrySec {
        padding-bottom: 80px;

        .trainGlryBtm {
            .trainglrySlide {
                padding-bottom: 40px;

                .echTrainGlry {
                    margin: 0 10px;
                }

                .slick-arrow {
                    top: auto;
                    bottom: 0;
                    transform: translateY(0);

                    &.slick-prev {
                        left: calc(50% - 36px);
                    }

                    &.slick-next {
                        right: auto;
                        left: calc(50% - (-8px));
                    }
                }
            }
        }
    }
}

@media(max-width: 767px) {
    .trainTechBtm {
        margin-top: 0;
        .techCard {
            height: auto;
            text-align: center;
            padding: 20px;

            .resHead {
                display: block;
                margin-bottom: 10px;
                color: #1d1358;
                font-weight: 600;
                font-size: 20px;
            }

            .techCardRow {
                .techCardImg {
                    img {
                        border-radius: 15px;
                    }
                }
            }

            .techCardTxt {
                padding: 0;
                padding-top: 20px;

                .techCardHead {
                    display: none;
                }
            }

        }
    }
}

/* end responsive */