

.container_box_shadow{
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    padding:20px;
    color:black;
    margin:20px 7px;
    border-right:1px dashed #ff6600;
    border-left:1px dashed #ff6600;
    border-top:5px solid #ff6600;
    border-bottom:5px solid #ff6600;
}
.container_box_shadow h1,
.container_box_shadow h2,
.container_box_shadow h3,
.container_box_shadow h4,
.container_box_shadow h5{
    font-weight:700;
}




/* =======================
        ABOUT US PAGE START 
            ================================*/

.our_team_and_staff img{
    height: 250px;
    width:100%;
    border-radius:10px;
}







/* =======================
        ABOUT US PAGE END 
            ================================*/            
/* =======================
        PTE PAGE DESIGN START 
            ================================*/        
            
            

.theme_card_bg_color{
    padding:20px 10px;
    width:100%; 
    position: relative;
    border-radius: 10px;
    height:300px;
    margin:30px 0px; 
    cursor: pointer;
    transition-delay: .3s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.theme_card_bg_color:hover{
    background-color: darkblue;
    transition-duration: .5s;
    transition-delay: .3s;
}

.theme_card_bg_color:hover > .theme_icon_area .card_button a{
    background-color:white;
    color:darkblue;

}

.theme_card_bg_color:hover > .theme_icon_area .card_title{
    color: white;
}
.theme_card_bg_color:hover > .theme_icon_area .body_title{
    color: white;
}

.theme_card_bg_color .theme_icon_area{
    position:absolute;
    top:-25px;
}   

.theme_card_bg_color .theme_icon_area .icons_here{
    border-radius: 100%;
    padding:10px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: white;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:55px;
}
.theme_card_bg_color .theme_icon_area .icons_here i{
    color:darkblue;
    font-size: 30px;
}

.theme_card_bg_color .theme_icon_area .card_title{
    margin:10px 0px;
    color:darkblue;
    padding:20px;
    text-align: center;
    transition-delay: .3s;
}

.theme_card_bg_color .theme_icon_area .body_title{
    padding:10px 0px;
    color:black;
    text-align: center;
    transition-delay: .3s;
}

.theme_card_bg_color .theme_icon_area .card_button{
    text-align: center;
}

.theme_card_bg_color .theme_icon_area .card_button a{
    border-radius:5px;
    font-size: 14px;
    padding:5px 15px;
    font-weight: 700;
    background-color:darkblue;
    color:white;
    transition-delay: .3s;
}

/* Reading Writing Speaking Listening Section Start */

.bg_color_first{
    background-color: #fc9f61;
}
.bg_color_second{
    background-color:darkblue;
}
.bg_color_thid{
    background-color: #ff6600;
}
.bg_color_fourth{
    background-color:rgb(84, 84, 247);
}

.ielts_pte_band_score_area .main_card_bg_area{
    color: white;
    padding: 20px 10px;
    border-radius: 10px;
    margin:10px 0px;
}
.ielts_pte_band_score_area .main_card_bg_area .main_icons_area img{
    height: 50px;
    width: 50px;
}

.ielts_pte_band_score_area .main_card_bg_area .main_icons_area{
   text-align: center;
}

.ielts_pte_band_score_area .main_card_bg_area .main_icons_area i{
    font-size: 40px;
    text-align: center;
}

.ielts_pte_band_score_area .main_card_bg_area .main_card_titles{
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    font-weight: 700;
}
.ielts_pte_band_score_area .main_card_bg_area .main_card_description{
    width: 100%;
    height:0px;
    font-size: 15px;
    padding:10px 0px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
}

.ielts_pte_band_score_area .main_card_bg_area:hover > .main_card_description{
    opacity: 1;
    visibility: visible;
    height: auto;
}



/* Reading Writing Speaking Listening Section Start */

/* Circle Card New Section Area Start */

.circle_card_section_area{
    background-color:#dce8ff;
    padding:50px 0px;
}

.circle_card_section_area .circle_card_main{
    border-radius: 100%;
    background-color:white;
    padding: 20px;
   
    height: 250px;
    width: 250px;
    overflow: hidden;
    margin:20px auto;

}
.circle_card_section_area .circle_card_main .circle_card_icon{
    text-align: center;
}

.circle_card_section_area .circle_card_main .circle_card_title{
    font-size: 50px;
    font-weight: 700;
    text-align:center;
    padding:20px 0px ;
    color:#ff6600;
}
.circle_card_section_area .circle_card_main .circle_card_description{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: black;
    font-weight: 700;
}

.circle_card_section_area .circle_card_main .circle_card_description .sub_decription{
    font-size: 16px;
    font-weight: 500;
}



.stripped_book_now{
    background-color: white;
    padding:15px 20px;
    margin:20px 0px;
    border-radius: 10px;
}

.stripped_book_now .des{
    padding:15px 15px;
    font-size: 18px;
}

.stripped_book_now .chat_icon{
    background-color:#dce8ff;
    padding:5px;
    border-radius: 100%;
    margin:5px 5px;
}

.stripped_book_now .chat_icon img{
    height: 45px;
    width: 45px;
}












/* Circle Card New Section Area End */








/* =======================
        PTE PAGE DESIGN END 
            ================================*/        




 /*==================================
            About us Webpages  Directors & Founder Area CSS Start 
                                ==================================================*/


 /* .carousel-container {
    display: flex;
    align-items: center;
} */



.background_color_benner{
    background-color:#dce8ff;
    padding:30px 0px;
}

.main-image {
    width: 100%;
    height: 500px;
    margin-right: 20px;
}

.main-image img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    border-radius:10px;
}

.thumbnail-container {
    display: flex;
    align-items: center;
}

.thumbnails {
    display: flex;
    /* flex-direction: column; */
}

.thumbnail {
    width: 120px;
    height: 150px;
    object-fit: cover;
    cursor: pointer;
    margin-bottom: 10px;
    margin:5px;
    border-radius:10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.thumbnail-container .hidden {
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}
.thumbnail-container .visible {
    opacity: 1;
    transform: scale(1);
}

.thumbnail-container button {
    background-color:darkblue;
    border: none;
    padding: 5px;
    cursor: pointer;
    font-size: 15px;
    color:white;
}

.thumbnail-container button:hover {
    background-color: blue;
}





 /*==================================
            About us Webpages  Directors & Founder Area CSS End 
                                ==================================================*/