:root{
    --black-color:black;
    --primary-color:#f58a07;
    --secondary-color:blue;
    --white-color:white;
    --box-shaddow:rgba(0, 0, 0, 0.16) 0px 1px 4px;
}


.accordian_area h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--black-color);
    text-align: center;
    padding: 20px;
}

.accordian_area #hl1 {
    /* background-color: var(--primary-color); */
    padding: 20px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: var(--box-shaddow);
    border-left: 8px solid var(--primary-color);
    border-right: 2px dotted var(--primary-color);
    border-top: 2px dotted var(--primary-color);
    border-bottom: 2px dotted var(--primary-color);
    cursor: pointer;
}

.accordian_area #hl1:hover {
    box-shadow: var(--box-shaddow);
    border-right: 8px solid var(--primary-color);
    border-left: 2px dotted var(--primary-color);
    border-top: 2px dotted var(--primary-color);
    border-bottom: 2px dotted var(--primary-color);
    transition-duration: 0.5s;
    background-color: var(--primary-color);
    color: var(--white-color);
}


.accordian_area #hl2 {
    background-color: var(--white-color);
    padding: 20px;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: var(--box-shaddow);
    border-right: 8px solid var(--primary-color);
    border-left: 2px dotted var(--primary-color);
    border-top: 2px dotted var(--primary-color);
    border-bottom: 2px dotted var(--primary-color);
    cursor: pointer;
}
.accordian_area #hl2:hover {
    transition-duration: 0.5s;
    box-shadow: var(--box-shaddow);
    border-left: 8px solid var(--primary-color);
    border-right: 2px dotted var(--primary-color);
    border-top: 2px dotted var(--primary-color);
    border-bottom: 2px dotted var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color);
}


.first_image_area img {
    border-radius: 10px;
    height: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}


/* Short Glips */


.event_in_person_image h2 {
    font-weight: 700;
    font-size: 35px;
    position: relative;
    padding-bottom: 5px;
}

.bg_colors_meet_our {
    background-color: var(--grey-color);
}

.event_in_person_image img {
    height: 350px;
    width: 100%;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    .event_in_person_image h2 {
        font-size: 20px;
    }

    .event_in_person_image img {
        height: 170px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .event_in_person_image img {
        height: 170px;
    }

}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .event_in_person_image img {
        height: 180px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

    .event_in_person_image img {
        height: 200px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .event_in_person_image img {
        height: 350px;
    }

}


/*New themes Update by Shiv Web Developer*/

.short_glips_right_sections{
    padding: 10px;
    text-align: center;
}

.short_glips_right_sections img{
    height: 550px;
    width: 90%;
    box-shadow: var(--box-shaddow) !important;
    padding: 10px !important;
    border-radius: 0px !important;
}

.seminar_testimonials {
    background-color: var(--black-color);
    padding: 20px 20px;
    margin-top: 95px;
    border-radius: 15px;

}

@media only screen and (max-width: 600px) {

    .themes_layout_design .row_s {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .short_glips_right_sections img{
        height: 350px;
        width: 90%;
        box-shadow: var(--box-shaddow) !important;
        padding: 10px !important;
        border-radius: 0px !important;
        margin-top:20px;
    }


    .themes_layout_design .row_s img {
        width: 100px !important;
        height: 100px !important;
        object-fit: cover;
        transition: transform .2s;
        border-radius: 10px;
    }

    .themes_layout_design .row_s img:hover {
        transform: scale(1.5);
        z-index: 5;
    }

    .themes_layout_design .center:hover {
        transform: scale(1.2);
        z-index: 5;
    }



    .themes_layout_design .top {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    .themes_layout_design .middle {
        display: flex;
        grid-row: 2 / 3;
        grid-column: 1 / 4;
    }

    .themes_layout_design .left {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .themes_layout_design .center_image {
        max-width: 100px !important;
        max-height: 100px !important;
    }

    .themes_layout_design .center_image img {
        max-width: 150px !important;
        max-height: 150px !important;

    }

    .themes_layout_design .center img {
        transform: rotate(-45deg);
        max-width: 100px !important;
        max-height: 100px !important;
        border: 5px solid var(--white-color);
    }


    .themes_layout_design .right {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .themes_layout_design .bottom {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
    }


}

@media only screen and (min-width: 600px) {

    .themes_layout_design .row_s {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .themes_layout_design .row_s img {
        width: 150px !important;
        height: 150px !important;
        object-fit: cover;
        transition: transform .2s;
        border-radius: 10px;
    }


    .themes_layout_design .row_s img:hover {
        transform: scale(1.5);
        z-index: 5;
        box-shadow: var(--box-shaddow) !important;
    }

    .themes_layout_design .center:hover {
        transform: scale(1.2);
        z-index: 5;
        box-shadow: var(--box-shaddow) !important;
    }



    .themes_layout_design .top {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    .themes_layout_design .middle {
        display: flex;
        grid-row: 2 / 3;
        grid-column: 1 / 4;
    }

    .themes_layout_design .left {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .themes_layout_design .center_image {
        max-width: 150px !important;
        max-height: 150px !important;
    }

    .themes_layout_design .center_image img {
        max-width: 250px !important;
        max-height: 250px !important;
    }

    .themes_layout_design .center img {
        transform: rotate(-45deg);
        max-width: 230px !important;
        max-height: 230px !important;
        border: 5px solid var(--white-color);

    }

    .themes_layout_design .right {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .themes_layout_design .bottom {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
    }



}

@media only screen and (min-width: 768px) {

    .themes_layout_design .row_s {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .themes_layout_design .row_s img {
        width: 200px !important;
        height: 200px !important;
        object-fit: cover;
        transition: transform .2s;
        border-radius: 10px;
    }

    .themes_layout_design .row_s img:hover {
        transform: scale(1.5);
        z-index: 5;
    }

    .themes_layout_design .center:hover {
        transform: scale(1.2);
        z-index: 5;
    }



    .themes_layout_design .top {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    .themes_layout_design .middle {
        display: flex;
        grid-row: 2 / 3;
        grid-column: 1 / 4;
    }

    .themes_layout_design .left {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .themes_layout_design .center_image {
        max-width: 250px !important;
        max-height: 250px !important;
    }

    .themes_layout_design .center_image img {
        max-width: 300px !important;
        max-height: 300px !important;

    }

    .themes_layout_design .center img {
        transform: rotate(-45deg);
        max-width: 250px !important;
        max-height: 250px !important;
        border: 5px solid var(--white-color);

    }

    .themes_layout_design .right {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .themes_layout_design .bottom {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
    }

}

@media only screen and (min-width: 992px) {


    .themes_layout_design .row_s {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .themes_layout_design .row_s img {
        width: 200px !important;
        height: 200px !important;
        object-fit: cover;
        transition: transform .2s;
        border-radius: 10px;
    }

    .themes_layout_design .row_s img:hover {
        transform: scale(1.5);
        z-index: 5;
    }

    .themes_layout_design .center:hover {
        transform: scale(1.2);
        z-index: 5;
    }

    .themes_layout_design .top {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    .themes_layout_design .middle {
        display: flex;
        grid-row: 2 / 3;
        grid-column: 1 / 4;
    }

    .themes_layout_design .left {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .themes_layout_design .center_image {
        max-width: 250px !important;
        max-height: 250px !important;
    }

    .themes_layout_design .center_image img {
        max-width: 300px !important;
        max-height: 300px !important;

    }

    .themes_layout_design .center img {
        transform: rotate(-45deg);
        max-width: 250px !important;
        max-height: 250px !important;
        border: 5px solid var(--white-color);

    }

    .themes_layout_design .right {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .themes_layout_design .bottom {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
    }


}

@media only screen and (min-width: 1200px) {


    .themes_layout_design .row_s {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .themes_layout_design .row_s img {
        width: 200px !important;
        height: 200px !important;
        object-fit: cover;
        transition: transform .2s;
        border-radius: 10px;
    }

    .themes_layout_design .row_s img:hover {
        transform: scale(1.5);
        z-index: 5;
    }

    .themes_layout_design .center:hover {
        transform: scale(1.2);
        z-index: 5;
    }



    .themes_layout_design .top {
        grid-row: 1 / 2;
        grid-column: 2 / 3;
    }

    .themes_layout_design .middle {
        display: flex;
        grid-row: 2 / 3;
        grid-column: 1 / 4;
    }

    .themes_layout_design .left {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .themes_layout_design .center_image {
        max-width: 250px !important;
        max-height: 250px !important;
    }

    .themes_layout_design .center_image img {
        max-width: 300px !important;
        max-height: 300px !important;

    }

    .themes_layout_design .center img {
        transform: rotate(-45deg);
        max-width: 250px !important;
        max-height: 250px !important;
        border: 5px solid var(--white-color);

    }

    .themes_layout_design .right {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .themes_layout_design .bottom {
        grid-row: 3 / 4;
        grid-column: 2 / 3;
    }




}
