/*
Theme Name: Avada Child
Theme URI: http://example.com/avada-child
Description: Avada Child Theme
Author: Ashraful Sarkar Naiem
Author URI: https://github.com/ashrafulsarkar/
Template: Avada
Version: 1.0.0
*/

/* Import the parent theme's stylesheet */
@import url("../Avada/style.css");

:root {
    --primary: #0179c1;
    --primary-light: #a9cbdf;
}

.trans-3 {
    transition: all .3s ease;
}

/* Add your custom CSS below */

.col-sec {
    width: 50%;
}
.fusion-title.title.fusion-title-1.fusion-title-text.fusion-title-size-two h1 {
    font-size: 24px !important;
    font-weight: 500 !important;
}
.fusion-column-wrapper.fusion-flex-column-wrapper-legacy .fusion-text.fusion-text-1 h4, .fusion-column-wrapper.fusion-flex-column-wrapper-legacy .fusion-text.fusion-text-1 h1 {
    margin: 0 !important;
}
.fusion-title.title.fusion-title-1.fusion-title-text.fusion-title-size-two .title-sep.sep-single.sep-solid{margin-top:5px !important;}
.two-table-sec {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
}
.two-table-sec .col-sec th{background-color:#f3f4f4;border: 2px solid #000;color:#000; font-size:16px;padding:5px;text-align: left;line-height: 20px;}
.two-table-sec .col-sec caption{color: #1470a3 !important;font-size: 20px;margin-top: 20px;}
.two-table-sec .col-sec td{border-color: #000;color:#000; font-size:16px;padding:5px;text-align: left;}
.two-table-sec.dark-color .col-sec{width: 100%;}
.two-table-sec.dark-color {
    background-color: #d2d4d6;
    padding: 30px;
    column-gap: 0;
}
.two-table-sec.dark-color h3.heading-title {
    text-align: center;
    color: #1470a3 !important;
    font-size: 26px;
    margin-top: 0;
    font-weight: 600;
}
.two-table-sec.dark-color .col-sec td{background-color:#fff;}
.research_page {
    margin-left: 0 !important;
}

.research_page .avada-page-titlebar-wrapper {
    display: none;
}

.research_page #main {
    padding: 50px 30px !important;
}

.research_page .fusion-footer-widget-area {
    border-top: 0;
}

.cus_header {
    padding: 26px 30px;
    background: #0179C1;
}

.cus_header_part {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cus_header .fusion-row {
    max-width: var(--site_width);
}

.cus_header_title h2 {
    margin: 0;
}

.cus_header_title h2 a {
    font-size: 40px;
    color: #fff;
}

.cus_search_box {
    width: 554px;
    position: relative;
    z-index: 1;
	margin-top: 15px;
}

.cus_search_box input.s {
    border: none !important;
    height: 50px !important;
    border-radius: 6px 6px 6px 6px !important;
    padding-left: 55px !important;
}

.cus_search_box .search-button {
    position: absolute;
    width: 50px;
    height: 50px;
}

.cus_search_box .search-button input {
    height: 50px !important;
    width: 50px !important;
    background: none !important;
    color: #8F8F8F !important;
    border-radius: 12px !important;
}

.search_btn {
    display: none;
}

.research_paper {
    padding: 24px;
    background: #F9F9F9;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 16px;
}

.paper_img {
    min-width: 100px;
}

.paper_img img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.paper_details h3 {
    margin: 0;
    line-height: 1.2;
    font-size: 22px;
}

.paper_details h3 a {
    color: #020202;
    font-weight: bold;
}

.paper_meta_data ul {
    padding: 0;
    margin: 10px 0;
}

.paper_meta_data ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.paper_meta_data ul li {
    font-weight: 700;
    font-size: 16px;
    color: #020202;
}

.paper_meta_data p {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 16px;
    color: #020202;
}

.paper_btn a {
    color: #0179C1;
    border: 1px solid #0179C1;
    padding: 8px 16px;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    border-radius: 6px;
}

.paper_btn a:hover {
    text-decoration: none;
    color: #020202;
}

.research-category {
    overflow-y: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    scrollbar-color: transparent transparent;
    padding: 16px 16px;
}

.research-category .btn-cat {
    display: none;
}

.research_cat_part {
    display: flex;
    gap: 10px 17px;
    align-items: center;
    flex-wrap: wrap;
}

.research-category-content h4 {
    margin: 0;
}

.research-category-content h4 a {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 14px;
    opacity: 0.5;
    padding-bottom: 8px;
    color: #020202;
    white-space: nowrap;
}

.research-category-image {
    min-width: 14px;
    height: 14px;
}

.research-category-image img {
    width: 14px;
    height: 14px;
}

.research-category-content.selected h4 a {
    opacity: 1;
}

.research-category-content.selected h4 {
    border-bottom: 1px solid #020202;
}

.sidebar_form {
    padding: 32px;
    box-shadow: 0 0 0 1px #D9D9D9;
    border-radius: 12px;
}

.sidebar_form .image_part {
    text-align: center;
}

.sidebar_form .image_part h4 {
    margin: 0;
    font-size: 28px;
}

.sidebar_form .gform_wrapper {
    margin-bottom: 0 !important;
}

.sidebar_form label {
    font-size: 16px !important;
    padding-bottom: 10px !important;
}

.sidebar_form input {
    height: 37px !important;
    border: 1px solid #EAEAEB !important;
    border-radius: 6px !important;
}

.sidebar_form textarea {
    height: 100px !important;
    border: 1px solid #EAEAEB !important;
    border-radius: 6px !important;
}

.sidebar_form input[type="submit"] {
    width: 100%;
    text-align: center;
    border: none !important;
    box-shadow: none !important;
    background: #0179C1 !important;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}

.recent_post h3 {
    font-size: 28px !important;
    margin: 50px 0 32px 0;
    position: relative;
}

.recent_post h3::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 150px;
    background: #D9D9D9;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.research-paper-recent {
    background: #F9F9F9;
    padding: 24px;
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 16px;
    border-radius: 12px;
}

.research-paper-recent h4 {
    font-size: 18px;
    line-height: 24px !important;
    margin: 0;
}

.research-paper-recent h4 a {
    color: #020202 !important;
}

.research-paper-excerpt p {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.research-paper-excerpt p b {
    font-weight: 400;
}

.single_research_paper .peper_title h3 {
    font-size: 40px !important;
    margin: 0;
    line-height: 48px !important;
    color: #000000;
    margin-bottom: 32px !important;
}

.single_research_paper .paper_details {
    display: flex;
    flex-wrap: wrap;
}

.single_research_paper .paper_details .content {
    flex: 1;
    padding-right: 2rem;
    text-align: justify;
}

.single_research_paper .paper_details .paper_img_full {
    flex: 0 0 40%;
}

.paper_img_full img {
    width: 100%;
}

.post-type-archive-research_paper .avada-page-titlebar-wrapper,
.tax-research_category .avada-page-titlebar-wrapper,
.single-research_paper .avada-page-titlebar-wrapper {
    display: none;
}

.csingle_page_btn {
    margin: 20px 0;
}

.csingle_page_btn a {
    background: #007bbe;
    color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    border-radius: 8px;
    text-align: end;
    display: inline-block;
    margin-bottom: 8px;
}

.research_page_pagination {
    margin-bottom: 30px;
}
.research_page_pagination.top .navigation {
    margin:0
}
.research_page_pagination nav {
    justify-content: center;
}

.research_page_pagination .page-numbers {
    font-size: 16px;
    min-width: 26px;
    text-align: center;
    display: inline-block;
    border-radius: 50% !important;
}

@media (max-width:1080px) {
	.two-table-sec.dark-color {
    background-color: #d2d4d6;
    padding: 15px;
    column-gap: 0;
    margin: 0;
}
	.two-table-sec.dark-color table.big-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}
    .banner .container,.research-category-banner p#breadcrumbs {left: 0px !important;}
	.heading-button-listing{display: block !important;}
	.heading-button-sec{margin-top: 15px;}
	.heading-button-sec a{font-weight: 500 !important;font-size: 14px !important;}
	.research_paper_sec {width: 49% !important;}
	.paper_details h3,.paper_meta_data ul li{font-size:16px;}
    .single_research_paper .paper_details {
        display: flex;
    }

    .single_research_paper .paper_details .content {
        order: 2;
        padding: 0;
    }

    .single_research_paper .paper_details .paper_img_full {
        order: 1;
        flex: 0 0 100%;
    }
}

@media screen and (max-width: 992px) {
	.two-table-sec .col-sec {
    width: 100%;
}
	.two-table-sec {
    display: flex;
    column-gap: 30px;
    justify-content: space-between;
    flex-direction: column;
		margin: 0 15px;
}
    .cus_header_title h2 {
        font-size: 24px !important;
        line-height: 1 !important;
    }

    .cus_header_title h2 a {
        font-size: 24px !important;
        line-height: 1 !important;
    }

    .cus_search_box {
        width: 380px;
    }
}

@media screen and (max-width: 767px) {
		.research-category-banner .home_slider_content{font-size:16px !important;}
	.research-category-banner .home_slider_content h2 {font-size: 22px !important;line-height: 26px !important;}
	.research-category-banner .home_slider_content p{margin-top:0 !important;}
	.paper_details h3{font-size:18px !important;}
	.research_paper_sec {width: 49% !important;}
    .cus_header_part {
        display: block;
        position: relative;
    }

    .cus_header_title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .search_btn {
        display: block;
        color: #fff;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        cursor: pointer;
    }

    .cus_search_box {
        width: 100%;
        position: absolute;
        left: 0;
        top: 46px;
        box-shadow: 0px 0px 4px 0px #00000038;
    }

    .cus_search_box.chide {
        display: none;
    }

    .research_paper,
    .research-paper-recent {
        display: block;
    }

    .paper_img {
        margin-bottom: 24px;
    }

    .recent_post h3::before {
        width: 0px;
    }

    .single_research_paper .peper_title h3 {
        font-size: 24px !important;
        line-height: 32px !important;
        margin-bottom: 16px !important;
    }
}


@media (max-width:600px) {
	.research-category-banner .home_slider_content,.research-category-banner p#breadcrumbs {font-size: 14px !important;}
	.heading-button-sec {display: flex;align-items: flex-start !important;column-gap: 15px;flex-direction: column !important;row-gap: 15px !important;}
	.paper_details h3 a {font-size: 18px !important;}
	.research_paper_sec{width: 100% !important;}

    .research-category .btn-cat {
        display: block;
        padding: 5px 10px;
        font-size: 15px;
        font-family: Lato, sans-serif;
        border: 1px solid var(--primary-light);
        background: none;
        transition: all .3s ease;
        cursor: pointer;
    }

    .research-category .btn-cat.active i {
        transform: rotate(180deg);
    }

    .research-category {
        margin-bottom: 15px;
    }

    .research-category .btn-cat:hover,
    .research-category .btn-cat.active {
        background: var(--primary);
        color: #fff;
        border-color: var(--primary);
    }

    .research-category .btn-cat i {
        margin-left: 5px;
        font-size: 70%;
    }

    .research-category .btn-cat:hover i {
        color: #fff;
    }

    .research_cat_part {
        display: none;
        margin-top: 15px;
        box-shadow: 0 5px 1rem rgba(0, 0, 0, .1);
    }

    .research-category-content h4 a {
        padding-bottom: 5px;
    }

    .research-category-content {
        padding: 5px 10px;
    }

    .custom_card_cat .research-category-content {
        width: 100%;
    }

    .custom_card_cat .research-category-content .research-category-title a {
        font-size: 16px;
        display: block !important;
        width: 100%;
        text-align: center;
        white-space: unset;
        padding: 6px 20px;
    }
	.heading-button-sec a{padding: 5px 10px !important;}
}
/***** | Google Scholar section | ***************/
.tax-research_category #main{background-color: #eee !important;}
.tax-research_category #main .fusion-row{max-width:100% !important;}
.banner{position:relative}
.banner img{width:100%;min-height: 300px;}
.banner .container{padding-bottom: 15px;position: absolute; left:0px; top:50%; text-align:left; transform:translateY(-50%);background: rgb(7,119,188);
background: linear-gradient(90deg, rgba(7,119,188,1) 0%, rgba(7,119,188,0) 100%);width: 100%;}
.research-category-content h4 a{padding-bottom:0 !important;}
.research-category-content{background-color: #fff;padding: 10px;border-radius: 10px;}
.research-category-content.selected h4{border-bottom:none !important;}
.research-category-content.selected h4 a{color:#fff !important;}
.research-category-content.selected{background-color: #0777bc;}
.research-category{border-bottom: 1px solid #d2d2d2;padding: 16px 0 !important;}
.research-category-banner .home_slider_content{color: #fff;font-size: 18px;font-weight: 500;max-width: 600px;width: 100%;}
.research-category-banner .home_slider_content h2{color: #FFFFFF;font-size: 30px;font-weight: 700;line-height: 40px;margin: 10px 0;}
.research-category-banner p#breadcrumbs{position: absolute;bottom: 15px;left: 0px;color: #fff;font-size: 16px;font-weight: 500;background: linear-gradient(90deg, rgba(7, 119, 188, 1) 0%, rgba(7, 119, 188, 0) 100%);padding: 5px 10px;padding-left: 15px !important;}
.research-category-banner p#breadcrumbs a{color: #fff;font-weight: 400;}
.cat-sec{font-size: 18px;color: #000;margin-top: 20px;}
.cat-sec a{color:#0777BC;}
.cat-sec p{margin:5px 0;}
.research_paper{height:100%;position: relative;padding-bottom: 50px;align-items: flex-start;}
.research_paper_sec{width: 32%;margin-bottom: 30px;}
.research_paper_sec_list{display: flex;flex-wrap: wrap;align-items: stretch;column-gap: 2%;}
.research_paper_sec_list .research_paper_sec .paper_details {margin-bottom: 15px;}
.research_paper_sec_list .research_paper_sec .paper_btn { text-align: right; margin-top: 15px;position: absolute;right: 15px;bottom: 15px;}
.research_paper_sec_list .research_paper_sec .paper_btn a {border-radius: 40px;background-color: #B4B5B7;border-color: #B4B5B7;color: #fff; text-transform: capitalize;}
.research_paper:hover .paper_btn a{background-color: #0777BC;border-color: #0777BC;color: #fff;}
.research_paper:hover{box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;}
.heading-button-listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 30px;
	margin-top:15px;
}
.heading-button-listing h2 {
    color: #0777BC;
    font-size: 22px;
    font-weight: 600;
    width: fit-content;
	margin:0;
}
.heading-button-sec a {
    color: #fff;
    background-color: #0777BC;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
	font-size:18px;
}
.heading-button-sec a:hover{text-decoration:none;color:#fff;background-color:#B4B5B7;}
.heading-button-sec {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.heading-button-sec{width: fit-content;}
.archive.post-type-archive.post-type-archive-research_paper main#main .fusion-row, .single-research_paper main#main .fusion-row{width: 100%;max-width: 100% !important;}
.archive.post-type-archive.post-type-archive-research_paper main#main, .single-research_paper main#main{background-color:#eeeeee !important;}
.single-research_paper main#main .heading-button-sec,.heading-button-listing.all-archive-research {width: 100%;    justify-content: flex-end;margin-top: 20px;}
.single-research_paper main#main .single_research_paper {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0;
}
.single-research_paper main#main .single_research_paper .wp-block-button__link{background-color: #0777bc;    margin-bottom: 15px;}
.single-research_paper main#main .single_research_paper .content p{font-size:16px;color:#000;}
.single-research_paper main#main .single_research_paper .content p br {
    display: contents;
}
.single-research_paper main#main .single_research_paper .content h1 {
    margin: 0;
    line-height:28px;
    font-size: 26px;
    text-align: left;
    color: #000;
    font-weight: 600;
}
.single-research_paper main#main .single_research_paper .paper_img_full img{border-radius:10px;}
.single-research_paper main#main .heading-button-sec a.back-btn {
    color: #0777BC;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 18px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.single-research_paper main#main .single_research_paper .wp-block-button__link:hover{color:#fff;}
.single-research_paper .research-category-banner .home_slider_content h2{font-size: 18px !important;line-height: 22px !important;}
.home .custom_card_bottom .research-category-content h4 a{color: #0179c1 !important;}
.research-category-content.selected .research-category-image img, .research-category-content.selected .research-category-image svg{
    filter: invert(100%) sepia(0%) saturate(2958%) hue-rotate(69deg) brightness(95%) contrast(80%);}
.awb-imageframe-caption {
    font-size: 18px !important;
    font-family: 'Lato' !important;
    text-align: left !important;
    color: #000 !important;
    margin-bottom: 15px !important;
	font-weight:600 !important;
	margin-bottom: 0px !important;
}
.ilightbox-overlay.metro-white{background: #0079c0 !important;opacity: 1 !important;}
h2.awb-imageframe-caption-title,.ilightbox-holder.metro-white .ilightbox-inner-toolbar .ilightbox-title {display: none !important;}
ul.bk-sec {
   
    padding: 15px;
  
}

ul.bk-sec h3 {
    font-size: 20px;
    color: #000;
    font-style: italic;
    font-weight: 600;
    margin: 0;
}

ul.bk-sec li {
    font-size: 18px;
    color: #000;
}

/***** | footer css | ***************/
footer #nav_menu-3{margin-bottom: 10px !important;}
.fusion-social-networks.boxed-icons a:hover{color:fff !important;}
section#nav_menu-8 h4.widget-title{font-size:16px !important;}
.fusion-copyright-notice{color: #fff !important;font-size: 16px !important;}
footer#footer{background-color: #363839;}
.fusion-footer-widget-area .widget a:hover{color: #0079c1 !important;}
.fusion-footer-widget-area .widget-title{font-family: 'Segoe UI'!important;font-size: 18px !important;font-weight: 600!important;text-transform: capitalize !important;color: #fff !important;}
.fusion-footer-widget-area p, .fusion-footer-widget-area ul li a, .fusion-footer-widget-area .textwidget{font-family: 'Segoe UI'!important;font-size: 14px !important;font-weight: 400!important;color:#fff !important;}
.fusion-footer-widget-column{margin-bottom: 15px !important;}
#media_image-2 img{margin: 0 !important;padding-top: 6px;}
.fusion-social-links-footer{display: none !important;}
#nav_menu-3{margin-bottom:0 !important;}
#nav_menu-3 li, #nav_menu-8 li{padding-top:5px!important;padding-bottom:5px !important;border:none;}
.fusion-footer-widget-area .widget-title{margin: 0 0 15px !important;}
section#social_links-widget-2{margin: 0 !important;}
footer.fusion-footer-widget-area.fusion-widget-area{padding: 30px 30px 20px !important;}
.footer-contact-details li{display:flex;column-gap: 10px;}
