body {
    overflow-x: hidden;
}


.justify-content-center {
    justify-content: center !important;
}

.allsection_wrapper .col-lg-1,
.allsection_wrapper .col-lg-2,
.allsection_wrapper .col-lg-3,
.allsection_wrapper .col-lg-4,
.allsection_wrapper .col-lg-5,
.allsection_wrapper .col-lg-6,
.allsection_wrapper .col-lg-7,
.allsection_wrapper .col-lg-8,
.allsection_wrapper .col-lg-9,
.allsection_wrapper .col-lg-10,
.allsection_wrapper .col-lg-11,
.allsection_wrapper .col-lg-12 {
    float: none !important;
}


.allsection_wrapper .row {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}


.allsection_wrapper {
    margin-top: 80px;
}

.banner-wrap {
    background-image: url("/wp-content/plugins/sync-course/image/banner-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 61vh;
}


.banner-wrap .text-filed {
    margin: 100px 0;
    font-style: italic;
}

.banner-wrap .text-filed h3 {
    color: #F98000;
    font-size: 25px;
}

.banner-wrap .text-filed span {
    color: #46CF59;
    font-size: 18px;
    font-weight: bold;
}

.banner-wrap .text-filed p {
    color: #000;
    font-size: 16px;
}

.cst-margin {
    margin-top: 30px !important;
}

.box .bg-box {
    border: 5px solid;
    border-radius: 30px;
    position: relative;
    /* min-width: 325px; */
    min-height: 270.61px;
}

.classes-section .box a {
    display: block;
    color: unset;
    text-decoration: none;
}


.box .bg-box .title-float {
    width: 200px;
    border: 1px solid #000;
    margin: auto;
    text-align: center;
    border-radius: 50px;
    transform: translateY(-11px);
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-style: italic;
}

.para-parent {
    margin: 30px 0;
    font-style: italic;
    font-weight: 700;
    padding: 0 2px;
}

.topic-parent {
    font-style: italic;
    font-weight: 700;
}


.accelaration-section {
    background-color: #F98000;
    padding: 20px 0;
}


.cylinder-box {
    border: 1px solid #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
}


.cylinder-box .cst-circle {
    width: 151.32px;
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 20px solid #fff;
    font-size: 50px;
    transform: translate(-26px, 0px);
}

.cylinder-box .cst-circle-text {
    border: 1px solid;
    border-radius: 50px;
    background-color: #fff;
    min-height: 140px;
}

.cylinder-box .cst-circle-text h5 {
    font-style: italic;
    font-weight: bold;
}

.cylinder-box .cst-circle-text p {
    font-style: italic;
    font-weight: bold;
}


.cylinder-box .cst-circle i {
    color: #fff;
}


.gift-section {
    background-color: #EBEBEB;
}

.box_student>img {
    max-width: 58%;
}


.gift-section .cst-gift-text-parent p:first-child {
    font-size: 25px;
    font-style: italic;
    font-weight: bolder;
    line-height: normal;
    color: #33C74C;
}

.gift-section .cst-gift-text-parent p:last-child {
    font-size: 20px;
    line-height: normal;
    font-style: italic;
    color: #000;
    font-weight: bolder;
}

.cst-gift-img-parent {
    position: relative;
}

.cst-gift-img-parent img.src {
    position: absolute;
    top: -59%;
    right: 85px;
}

.child_pic_section .content .text-wrap h1 {
    color: #FF7F35;
    font-size: 40px;
    font-weight: bold;
}

.child_pic_section .text-wrap p {
    font-weight: bold;
    font-size: 20px;
    color: #000;
}


.child_footer {
    position: relative;
}


.child_footer .column_one_image img.src {
    width: 60%;
    object-fit: fill;
    filter: drop-shadow(2px 4px 6px black);
    position: absolute;
    left: 0;
    right: 0;
    /* top: -6%; */
    margin: 0 auto;
    border-bottom: 2px solid #fb9c1b;
}

.child_footer .column_two_image img.src {
    width: 100%;
}

.child_footer .column_two_image {
    z-index: 1;
    position: relative;
}

/* ## difine global class for margin and padding ### */

.my-1 {
    margin: 10px 0;
}

.my-2 {
    margin: 20px 0;
}

.mx-1 {
    margin: 0px 10;
}

.mx-2 {
    margin: 0px 20;
}

.py-1 {
    padding: 10px 0;
}

.py-2 {
    padding: 20px 0;
}

.px-1 {
    padding: 0px 10;
}

.px-2 {
    padding: 0px 20;
}

/* ## difine global class for margin and padding ###*/


/* ########### Strat global class for color  */

/* red */
.bg-red {
    background-color: #F90404;
}

.border-red {
    border-color: #F90404 !important;
}

.text-red {
    color: #F90404;
}

/* red */


/* Honey  */

.bg-honey {
    background-color: #F39317;
}

.border-honey {
    border-color: #F39317 !important;
}

.text-honey {
    color: #F39317;
}

/* Honey  */


/* d-green */

.bg-darkgreen {
    background-color: #6BAE18;
}

.border-darkgreen {
    border-color: #6BAE18 !important;
}

.text-darkgreen {
    color: #6BAE18;
}

/* d-green */


/* light red */


.bg-l-red {
    background-color: #D74726;
}

.border-l-red {
    border-color: #D74726 !important;
}

.text-l-red {
    color: #D74726;
}

/* light red */


/* skyblue */
.bg-blue {
    background-color: #00A1DE;
}

.border-blue {
    border-color: #00A1DE !important;
}

.text-blue {
    color: #00A1DE;
}

/* skyblue */


/* purple */
.bg-purple {
    background-color: #8D33AA;
}

.border-purple {
    border-color: #8D33AA !important;
}

.text-purple {
    color: #8D33AA;
}

/* purple */

/* darkgreen */

.bg-d-green {
    background-color: #0B863C;
}

.border-d-green {
    border-color: #0B863C !important;
}

.text-d-green {
    color: #0B863C;
}

/* darkgreen */


/* violet */

.bg-v {
    background-color: #3F51B5;
}

.border-v {
    border-color: #3F51B5 !important;
}

.text-v {
    color: #3F51B5;
}

/* violet */



/* pink */
.bg-p {
    background-color: #FF0080;
}

.border-p {
    border-color: #FF0080 !important;
}

.text-p {
    color: #FF0080;
}

/* pink */


/* darkblue */
.bg-d-b {
    background-color: #0080FF;
}

.border-d-b {
    border-color: #0080FF !important;
}

.text-d-b {
    color: #0080FF;
}

/* darkblue */




/* START NEW ALL CLASSES STYLE */

.classes-section .box .sub-title {
    font-weight: bold;
    font-size: 12px;
    white-space: nowrap;
    padding: 0;
}

.classes-section .box .sub-title::before {
    display: none !important;
}




/* END NEW ALL CLASSES STYLE */







/* #############  ALL MEDIA QUERY IS  START HERE ! ########### */


@media (max-width:1200px) {
    .classes-section .box .row.align-items-center {
        flex-direction: column;
        align-items: start !important;
    }

    .classes-section .box .sub-description {
        font-size: 12px;
        padding: 0;
        margin: 5px 0;
        width: 100% !important;
    }

    .classes-section .sub-skill {
    color: #FF7426;
    border-right: 2px solid;
    border-left: 0 !important;
    padding: 0px;
    width: 25%;
    white-space: nowrap;
}


}


@media (max-width:1199px) {
    .cylinder-box {
        flex-direction: column;
        min-height: 350px;
    }

    .cylinder-box .cst-circle-text {
        min-height: 192px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .cylinder-box .cst-circle {
        transform: none;
    }

    .banner-wrap .cst-column-1 {
        text-align: left;
    }

    .banner-wrap .cst-column-1 img {
        min-height: 400px;
        max-height: 400px;
    }

    .banner-wrap .cst-column-2 {
        text-align: center;
        margin: 10px 0 !important;
    }

    .banner-wrap .cst-column-3 {
        text-align: right;
    }

    .banner-wrap .cst-column-3 img {
        min-height: 400px;
        max-height: 400px;
    }
}


@media (max-width:992px) {
    .classes-section .sub-skill {
        width: 38%;
    }

    .classes-section .box .img-parent {
        min-height: 170px;
    }

    .gift-section .cst-gift-text-parent p:first-child {
        font-size: 20px;
    }

    .gift-section .cst-gift-text-parent p:last-child {
        font-size: 16px;
    }

    .cst-gift-img-parent img.src {
        top: -68%;
    }

    .banner-wrap .cst-column-1 img {
        min-height: 300px;
        max-height: 300px;
    }

    .banner-wrap .cst-column-3 img {
        min-height: 300px;
        max-height: 300px;
    }
}


@media (max-width:767px) {

    .topic-parent,
    .para-parent {
        font-size: 20px;
    }

    .cst-gift-img-parent img.src {
        display: none;
    }

    .box_student {
        text-align: center;
    }

    .gift-section .cst-gift-text-parent p:first-child {
        text-align: center;
    }

    .gift-section .cst-gift-text-parent p:last-child {
        text-align: center;
    }

    .cylinder-box h5 {
        font-size: 20px;
    }

    .graphics img.src {
        width: 321px;
    }
}


@media (max-width:578px) {

    .topic-parent,
    .para-parent {
        font-size: 18px;
        padding: 0 2px;
    }
}


@media(max-width:575px){
	.classes-section .sub-skill {
    width: 65px;
}
}


@media (max-width:400px) {
    .graphics img.src {
        width: 221px;
    }

    .child_pic_section .content .text-wrap h1 {
        font-size: 25px;
    }

    .graphics img.src {
        width: 226px;
    }
}



/* #############  ALL MEDIA QUERY IS  END  HERE ! ########### */



/* ########### End global class for color  */


.box .img-parent {
    width: 100%;
/*    overflow: hidden;
    min-height: 208px;
    max-height: 208px;*/
}

.box .img-parent img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.Courses-title h5 {
    text-transform: uppercase;
}

.box .sub-title {
    font-weight: bold;
    font-size: 14px;
}

.box .sub-description {
    font-size: 12px;
}

.sub-skill {
    color: #FF7426;
    border-left: 2px solid;
}