
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');



body {
    overflow-x: hidden;
    background: #fff;
    font-family: 'Roboto Condensed', sans-serif,serif;
}

/*======================common css==============*/
p {
    text-align: left;
    margin: 0;
    color: #000;
    padding: 0;
}

.alinur {
    font-family: "Alinur Banglaborno", sans-serif;
}

button,
button:focus,
button:active {
    outline: none !important;
    box-shadow: 0 0 !important;
}

form input::placeholder {
    font-size: 15px;
    color: #888;
    text-align: left !important;
    /*float:left !important;*/
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    display: inline-block;
    list-style: none;
}

a,
a:hover,
a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
    outline-offset: 0;
    outline: 0;
    font-family: 'Oswald', sans-serif;
}

button,
button:focus,
button:active {
    text-decoration: none;
    border: 0;
    outline: 0;
}

.form-control,
.form-control:focus,
input,
input:focus {
    outline: 0;
    border: 0;
    box-shadow: 0 0 !important;
}

.parsley-errors-list {
    color: #01808c;
}

.parsley-error {
    border: 1px solid #01808c !important;
}

img {
    max-width: 100%;
    height: 100%;
}

button {
    padding: 0;
    border: 0;
}

.color_white {
    color: #c9c5c5 !important;
}
.color_black {
    color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Oswald', sans-serif;
}

svg {
    height: 16px;
    width: 16px;
}

.cursor {
    cursor: pointer;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.container {
    max-width: 1000px;
}

.container-fluid {
    padding: 0 27px;
}

footer {
    padding: 0 0;
}

.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer_nav ul li a span {
    display: block;
}

.footer_nav ul li {
    position: relative;
}

.footer_nav ul li i {
    font-size: 16px;
}

.meta-date.meta {
    color: #000;
}

.separator {
    padding: 35px 0px;
}

.section_title {
    display: flex;
    padding: 0px 0px 80px;
    align-items: center;
    justify-content: center;
}

.section_title h4 {
    font-size: 48px;
    color: #ffffff;
    font-weight: 500;
}

/*============ header css start =========== */

.section_padding {
    padding: 80px 0 0px 0px;
}

.section_pd_all {
    padding: 50px 0;
}

section.topbar {
    background: #1B1B1B;
}

.top_bar_menu {
    display: none;
}

.header-top {
    text-align: -webkit-auto;
}

.main_header_top_bar {
    display: none;
}

.header-top ul li {
    margin: 0 10px;
}


.header-top ul li a {
    color: #fff !important;
    display: inline-block;
    padding-top: 11px;
}

ul.top_bar_section li a i {
    margin-right: 5px;
    color: #f90;
}

.main__header_top {
    display: flex;
    justify-content: space-between;
}

.mobile-header {
    display: none;
}

.heder-social ul li a {
    margin-left: 6px;
    background: var(--m-color);
    height: 30px;
    width: 30px;
    line-height: 32px;
    color: #fff !important;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border-radius: 50px;
}

.header-top ul li a {
    color: #fff !important;
    display: inline-block;
}

.header-branches {
    text-align: right;
}

.header-social {
    text-align: right;
}

.header-branches ul li a {
    color: #fff;
    margin-right: 10px;
}

li.custom-dropdown a i {
    font-size: 15px;
    margin-left: 1px;
}

.header-book {
    text-align: right;
}

.booknow_btn,
.booknow_btn:hover {
    background: var(--m-color);
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}

.heder-social {
    text-align: end;
}

.header_social li {
    padding: 0px 16px;
    transition: 0.35s all;
    line-height: 46px;
}

.header_social li i {
    color: #f90;
}

.header_social li:hover {
    color: #fff;
    background: red;
}

.logo-area {
    width: auto;
    height: 100px;
    text-align: start;
}

.logo-area a {
    height: 100%;
    display: block;
    padding: 5px;
    position: relative;
}

.logo-area a span,
.footer-logo a span {
    position: absolute;
    top: 0;
    left: 18px;
    font-size: 10px;
    font-weight: 600;
    color: #7c043d;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.footer-logo a span {
    top: 10px;
    left: 38px;
}

.logo-area a img {
    height: 100%;
    width: auto;
    object-fit: contain;
}

.mobile-menu {
    display: none;
}

.menu-area {
    text-align: center;
    transition: 0.35s all;
}
.menu-start {
    text-align: start;
}
.menu-center a {
    text-transform: capitalize !important;
}


.menu-center a {
    font-size: 18px !important;
}

.menu-end {
    text-align: end;
}
.menu-end a{}

.top-contact {

}
.top-contact a {
    color: #ffffff !important;
    line-height: 30px !important;
    transition: 0.35s all;
}

.top-contact a:hover {
    background: #ffffff;
    color: #000 !important;
}

.menu-area ul li a {
    color: #ffffff;
    text-align: right;
    margin-right: 5px;
    font-size: 17px;
    font-weight: 700;
    line-height: 78px;
    padding: 8px 1px;
    transition: all 0.5s ease;
    text-transform: capitalize;
    position: relative;
}

.menu-area ul li a::after {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    background: #ffffff;
    left: 0;
    bottom: 5px;
    visibility: hidden;
    opacity: 0;
    transition: 0.35s all;
}

.site_name {
    margin-left: 43px;
}
.site_name a {
    font-size: 18px;
}

.menu-area ul li a:hover::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff;
    visibility: visible;
    opacity: 1;
}

.col-sm-12.application__form {
    width: 75%;
    margin: 0 auto !important;
    padding: 50px 0;
}

button.btn__application {
    background: #fff;
    width: 100%;
    border: 1px solid var(--p-color);
    border-radius: 3px;
    padding: 8px;
    color: var(--p-color);
    transition: all 0.3s ease-in-out;
}

button.btn__application:hover {
    background: var(--p-color);
    color: #fff;
}

.menu-area ul li a:hover {
    color: #ff9800;
}

.menu-area .active {
    transition: all 0.35s all;
    color: var(--m-color);

}

.menu-area .active:hover {
    color: var(--m-color);
}

.menu {
    cursor: pointer;
}

.menu-area ul li {
    position: relative;
    display: inline-block;
}

section.header {
    background: #7AB2D3;
    box-shadow: 0px 1px 10px #6c6c6c3d;
}

.fixed-top {
    background: #7ab2d3 !important;
}

.home_content {
    background: #7ab2d3 !important;
}

/*==== header area end ====*/



.banner_video_text {
    z-index: 99;
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: 580px;
    padding-left: 28px;
    opacity: 0.7;
}

.banner_video_text h2 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
}

.banner_video_text p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #ffffff;
}

.content {
    height: 500px;
    margin: 10px;
    position: relative;
}

.content img {
    width: 100%;
}

.box_overlay {
    position: absolute;
}


.bg_video {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.bg_video::after {
    content: '';
    position: absolute;
    background: #080808b3;
    width: 100%;
    height: 100%;
}

#myVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
}

/* ============Slider css end ===========*/


.content_section {
    background: #7AB2D3;

}
.content_section_m {
    display: none;
}

.flim_box {
    position: relative;
    margin-right: 20px;
}

.workshop_box {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}
.audio_box {
    position: relative;
    margin-top: 70px;
    margin-left: 20px;
    margin-right: 20px;
}
.photography_box {
    position: relative;
    margin-left: 20px;
}
.writing_box {
    position: relative;
    margin-top: 70px;
    margin-left: 20px;
}

.box_overlay {
    position: absolute;
    color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.box_overlay h4 {
    font-size: 29px;
    font-weight: 700;
    line-height: 47px;
    color: #ffffff;
}

.box_overlay h5 {}


/* ============Content css end ===========*/

.video_section {
    margin-top: 50px;
}

.video__all_items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.video_item {
    width: 100%;
    height: 300px;
}

.video_item iframe {
    width: 100%;
    height: 100%;
}

.all_title {
    text-align: center;
    margin: 40px 0;
}
.all_title h2 {
    font-size: 55px;
    color: #b70707;
}
.video_title {
    text-align: center;
    margin: 18px 0;
    height: 57px;
}
.video_title h3 {
    font-size: 16px;
    color: #423b3b;
}
.video_description {}
.video_description p {
    text-align: center;
}
.watch_more {
    margin: 40px 0 55px;
    text-align: center;
}
.watch_more a {
    background: #7ab2d3;
    color: #fff;
    font-weight: 600;
    padding: 14px 28px;
    transition: 0.35s all;
}

.watch_more a:hover {
    background: #800000;
    color: #fff;
    font-weight: 600;
    padding: 14px 28px;
}

/* ============Video css end ===========*/
.photo-section {
    margin-bottom: 65px;
}
.photo_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}

.photo_item {}

.inner_photo {
    height: 400px;
    width: 100%;
}
.inner_photo img {
    width: 100%;
    height: 100%;
}
.photo_title {
    margin-top: 18px;
}
.photo_title p {
    font-size: 26px;
}
.gall_d_head {
    margin-bottom: 50px;
    text-align: center;
}
.inner_photo_d {}

.inner_photo_d img {
    width: 100%;
}


.workshop_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.work_img_box {
    height: 500px;
    width: 100%;
}

.work_img_box img {
    height: 100%;
}

/* ============Gallery css end ===========*/
.word_info {
    padding: 15px;
}
.item-image {
    margin: 45px;
    height: 280px;
}

.item-image img {
    width: 100%;
    height: 100%;
    display: block;
}

.word_info a {
    font-size: 28px;
    margin: 10px 0;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 24px;
    line-height: 38px;
    border-bottom: 1px solid #080808;
    display: inline;
}

.word_info p {
    font-size: 18px;
    color: #424242;
    margin-top: 25px;
    font-family: serif;
    font-style: italic;
    font-weight: 600;
}

.word_info span {
    font-size: 16px;
    color: #363535;
    display: block;
    font-weight: 500;
    margin-top: 30px;
}

/* For spacing between alternating sections */
.mb-4 {
    margin-bottom: 1.5rem;
}

/* Flexbox for alignment */
.d-flex {
    display: flex;
    justify-content: space-between;
}

/* Reverse the order of text and image on odd rows */
.flex-row-reverse {
    flex-direction: row-reverse;
}

@media (max-width: 768px) {
    .d-flex {
        flex-direction: column;
    }
}

/* Research css start */

.research_img {
   margin-right: 10px;
   height: 220px;
   width: 100%;
   margin: 15px 0;
}

.research_img img {
    width: 100%;
    height: 100%;
}

.research_title {
    margin: 15px 0;
    padding-top: 40%;
    transform: translateY(-50%);
}
.research_title h5 {
    color: #b72121;
    border-bottom: 1px solid red;
    display: inline;
    cursor: pointer;
}

.research_title h6 {
    padding-top: 25px;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Figtree';
}
.research_d_img {
    width: 100%;
    height: 500px;
}
.research_d_img img{
    width: 100%;
    height: 100%;
}
.research_d_title {}

.research_d_title h5 {
    margin: 38px 0 25px;
    background: #5a000038;
    padding: 10px;
    border-radius: 6px;
    font-weight: 700;
    color: #683232;
}

.research_d_des {}

.research_d_des p {

}




/*======== Research css End======== */

.about_bio_sec {
    margin-bottom: 60px;
}


.bio_img {

}

.bio_img img {
    width: 100%;
    height: 100%;
}
.bio_text {
    margin-top: 30px;
}
.award_title {
    margin: 36px 0;
    text-align: center;
}

.award_title h4 {
    border-top: 1px solid #ad3333;
    border-bottom: 1px solid #ad3333;
    padding: 37px 0;
    font-style: italic;
    color: #7AB2D3;
    font-size: 27px;
    font-weight: 600;
}

.awards_list {

}
.awards_list ul {}

.awards_list ul li {
    list-style: square;
    line-height: 31px;
    font-family: math;
    font-size: 17px;
    padding-left: 34px;
}

/*===== Bio css End ==========*/

.contact_img {

}
.contact_img img {

}
.contact_box {}
.contact_box {}
.contact_box  .dflex {
    display: flex;
}
.contact_box  .dflex i {
    margin-top: 6px;
    font-size: 19px;
}

.contact_box  .dflex p {
    border-bottom: 1px solid #7AB2D3;
    font-size: large;
    font-family: auto;
    cursor: pointer;
    margin-left: 10px;
}

.contact_pd {
    padding-top: 50%;
    transform: translatey(-50%);
    padding-left: 85px;
}
.contact_h1 {
    font-size: 57px;
    margin-bottom: 15px;
    font-weight: 600;
    font-family: sans-serif;
    color: #7AB2D3;
}

/*===== Contact css End ==========*/


/* footer css start */


.footer_area {
    padding: 65px 0;
    width: 100%;
    background: #7AB2D3;
}

footer {
    padding: 0 0;
}

.footer_nav {
    display: none;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #ddd;
}

.footer_nav ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.footer_nav ul li a span {
    display: block;
}

.footer_nav ul li {
    position: relative;
    color: #fff;
}

.footer_nav ul li a {
    color: #fff;
}

.footer_nav ul li i {
    font-size: 16px;
}



.footer_social_midea ul li {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
}

.footer_social_midea {
    margin-top: 13px;
}

.footer_social_midea ul li a i {
    color: rgb(255 255 255);
    font-size: 19px;
    transition: all 0.3s ease;
}

.footer_social_midea {
    text-align: left;
    /*margin-left: 30px;*/
    margin-top: -7px;
}

.footer_social_midea ul li {
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    margin-right: 7px;
}

.footer_social_midea {
    display: flex;
    align-items: end;
    justify-content: center;
    float: inline-end;
}



.fd_tittle h4 {
    color: #fff;
    margin-right: 26px;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.2px;
}

.fd_tittle h3 {
    color: white;
    font-size: 20px;
    margin: 17px 0px;
}


.main_footer_bottom {
    margin-top: 47px;
}
/* footer css end */
.scrolltop {
    position: fixed;
    right: 12px !important;
    bottom: 20px !important;
    width: 40px !important;
    background: #ff3b00 !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50% !important;
    text-align: center !important;
    color: #ffff !important;
    font-size: 24px !important;
    cursor: pointer;
    z-index: 99;
}
