<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 20 aug 2021 */
.single-presentations .bg-brown{
        background: #bea787;
    }
    .single-presentations .text-theme{
        color: #122441;
    }
    .single-presentations .font-weigth-bold{
        font-weight: bold;
    }
    .single-presentations .medium_Font{
        font-size: 19px;
        color: #122441;
    }

    .single-presentations .third .py-4{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .single-presentations .third .px-3 {
        padding-left: 19px;
        padding-right: 19px;
        margin-bottom: 40px;
    }
    .single-presentations .rounded{
        border-radius: 12px;
    }

    .single-presentations .student_Section .second{ 
        width: 42%;
        margin-left: 36px;
        margin-right: 20px;
     }
     .single-presentations .presentation__signlePageDesign .third {
        display: none;
     }
    .single-presentations .student_Section .third {
        width: 20%;
        margin: 0;
        display: block !important;
      }
      .single-presentations .student_Section .third h3 {
            font-size: 25px;
            color: #142a4c;
        }
        .single-presentations .student_Section .third p {
            font-size: 23px;
            line-height: 26px;
            font-weight: 100 !important;
            margin-top: 12px;
            letter-spacing: 0px;
} 
/* end 20 aug 2020 */
.presenter__container .el_after_av_heading {
    margin-top: 20px;
}
.presenter__container .el_after_av_heading label {
    font-weight: bold;
    font-size: 17px !important;
}
.bolgPage__conatiner{
	padding-top: 40px;
	padding-bottom:40px;
}
.bolgPage__conatiner .template-blog {
    margin: 0;
}
.bolgPage__conatiner .template-blog::after {
    content: "";
    clear: both;
    display: table;
}

.bolgPage__conatiner .template-blog .flex_column {
    margin: 0px;
    padding: 15px;
}
.bolgPage__singleBlogPost {
    box-shadow: rgba(10,31,68,0.04) 0 16px 32px 0;
    border-width: 2px;
    border-style: solid;
    border-color: #edf3f8 !important;
    padding: 15px;
}
.bolgPage__singleBlogPost .fet_img {
    margin: -15px -15px 15px;
}
.bolgPage__singleBlogPost .fet_img img{
	width: 100%;
	display:block;
	height:auto;
}
.bolgPage__singleBlogPost .wpgb-block-term {
    background: #b51f24;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    padding: 2px 10px 4px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
}
.bolgPage__singleBlogPost h1 {
    color: #003c4b;
    font-size: 24px;
    line-height: 24px;
    margin: 15px 0px 10px;
    font-weight: bold;
}
.bolgPage__singleBlogPost h3 {
    color: #333;
    font-size: 18px;
    line-height: normal;
    margin: 0px 0px 20px;
}
.bolgPage__singleBlogPost p {
    margin: 0px;
    font-size: 17px;
    line-height: normal;
    color: #666666;
}
.presenter_profile_title {
    padding: 46px 0;
    background-color: #b51f24;
}
.presenter_profile_title h1 {
    font-weight: 100;
    font-size: 34px;
    color: #333;
}
/* sidebar*/
.bolgPage__conatiner .custom_field_set .acf-label label:not(#asd) {
    color: #003c4b;
    font-size: 20px;
    line-height: 22px;
    margin: 0 0px 10px;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
}
.bolgPage__conatiner .custom_field_set .acf-input ul.acf-checkbox-list {
    margin-bottom: 20px;
}
.bolgPage__conatiner .custom_field_set .acf-input li {
    margin-bottom: 8px;
    color: #666;
}
.bolgPage__conatiner .custom_field_set .acf-input li label:not(#asd) {
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
}

.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"],
.bolgPage__conatiner input[type="checkbox"] {
    width: auto;
    height: 16px;
    margin-right: 0;
    border: none;
    display: inline-block;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"] ~ span,
.bolgPage__conatiner input[type="checkbox"] ~ span {
    
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    -webkit-transition: border-color ease 0.25s, background-color ease 0.25s;
    -o-transition: border-color ease 0.25s, background-color ease 0.25s;
    transition: border-color ease 0.25s, background-color ease 0.25s;
    margin-right: 8px;
    margin-bottom: -1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"] ~ span::after,
.bolgPage__conatiner input[type="checkbox"] ~ span::after{
    content: "";
    content: "";
    position: absolute;
    width: 20px;
    height: 8px;
    margin: 9px -6px;
    border: solid #000;
    border-width: 0px 3px 3px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    -webkit-transition: background-color ease 0.25s, -webkit-transform ease 0.25s;
    transition: background-color ease 0.25s, -webkit-transform ease 0.25s;
    -o-transition: transform ease 0.25s, background-color ease 0.25s;
    transition: transform ease 0.25s, background-color ease 0.25s;
    transition: transform ease 0.25s, background-color ease 0.25s, -webkit-transform ease 0.25s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
            transform-origin: top right;
}
.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]:checked ~ span,
.bolgPage__conatiner input[type="checkbox"]:checked ~ span  {
    background: #b51f24; 
	border-color: #b51f24;
	 -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-backface-visibility: visible;
            backface-visibility: visible; 
}
.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]:checked ~ span::after,
.bolgPage__conatiner input[type="checkbox"]:checked ~ span::after{
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
            transition-delay: 0.4s; 
}
.bolgPage__conatiner .blogPage__resetBtn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    border-radius: 4px;
    max-width: 300px;
    text-align: center;
	background-color: #003c4b;
    color: #ffffff;
    border-color: #001a29;
	cursor:pointer;
}
.bolgPage__conatiner .blogPage__resetBtn:hover {
    opacity: 0.6;
}

/* end side bar */


.bolgPage__singleBlogPost.presenter__singleBlogPost {
    padding: 0px;
    border: none;
    box-shadow: none;
}
.bolgPage__singleBlogPost.presenter__singleBlogPost .fet_img {
    margin: 0;
}
.presenter__container label {
    margin-right: 30px;
    margin-bottom: 10px;
    display: inline-block;
}
.bolgPage__singleBlogPost.presenter__singleBlogPost h1 {
    color: #003c4b;
}
.bolgPage__singleBlogPost.presenter__singleBlogPost p {
    color: #666666;
    font-weight: bold;
}

.bolgPage__singleBlogPost .fet_img {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}
.bolgPage__singleBlogPost .fet_img img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/* css for single page */
.custom__p15:not(#asd){
	padding:15px;
}

.bolgPage__singleBlogPost.presenter__singleBlogPost .fet_img {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

.bolgPage__singleBlogPost.presenter__singleBlogPost .fet_img img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}  
@media screen and (min-width: 769px){ 
.presentation__signlePageDesign__col {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
}
/******** END ***********/
@media screen and (max-width: 768px){
.bolgPage__conatiner .template-blog {
    margin: 0px 0px;
}
.bolgPage__conatiner .template-blog .flex_column {
    padding: 0px 0px 10px;
}
}

/*** custom radion checks ****/
.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"],
.presentation__signlePageDesign label input[type="checkbox"],
.presentation__signlePageDesign label input[type="radio"] {
    width: auto;
    height: 16px;
    margin-right: 0;
    border: none;
    display: inline-block;
    margin: 0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"] ~ span, 
.presentation__signlePageDesign label input[type="checkbox"] ~ span, 
.presentation__signlePageDesign label input[type="radio"] ~ span {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    cursor: pointer;
    -webkit-transition: border-color ease 0.25s, background-color ease 0.25s;
    -o-transition: border-color ease 0.25s, background-color ease 0.25s;
    transition: border-color ease 0.25s, background-color ease 0.25s;
    margin-right: 8px;
    margin-bottom: -1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"] ~ span::after,
.presentation__signlePageDesign label input[type="checkbox"] ~ span::after{
    content: "";
    position: absolute;
    width: 20px;
    height: 8px;
    margin: 9px -6px;
    border: solid #000;
    border-width: 0px 3px 3px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: rotate(45deg) scale(0);
    -ms-transform: rotate(45deg) scale(0);
            transform: rotate(45deg) scale(0);
    -webkit-transition: background-color ease 0.25s, -webkit-transform ease 0.25s;
    transition: background-color ease 0.25s, -webkit-transform ease 0.25s;
    -o-transition: transform ease 0.25s, background-color ease 0.25s;
    transition: transform ease 0.25s, background-color ease 0.25s;
    transition: transform ease 0.25s, background-color ease 0.25s, -webkit-transform ease 0.25s;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
            transform-origin: top right;
}
.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]:checked ~ span,
.presentation__signlePageDesign label input[type="checkbox"]:checked ~ span{
    background: #b51f24; 
	border-color: #b51f24;
	 -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
    -webkit-backface-visibility: visible;
            backface-visibility: visible; 
}
.bolgPage__conatiner .custom_field_set .acf-input li label input[type="checkbox"]:checked ~ span::after,
.presentation__signlePageDesign label input[type="checkbox"]:checked ~ span::after{
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
            transition-delay: 0.4s; 
}


.presentation__signlePageDesign label input[type="radio"]:checked ~ span {
}
.presentation__signlePageDesign label input[type="radio"]:checked ~ span {
    background: #b51f24;
    border-color: #b51f24;
}
.presentation__signlePageDesign label input[type="radio"] ~ span::after {
    content: "";
    width: 10px;
    height: 2px;
    background: red;
    position: absolute;
    left: 3px;
    top: 6.8px;
    transform: rotate(45deg);
    transform-origin: center center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.presentation__signlePageDesign label input[type="radio"] ~ span::before {
    content: "";
    width: 10px;
    height: 2px;
    background: red;
    position: absolute;
    right: 3px;
    top: 7px;
    transform: rotate(-45deg);
    transform-origin: center center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.presentation__signlePageDesign label input[type="radio"]:checked ~ span::after {
    background: #000;
    height: 2.5px;
    width: 9px;
    left: 1px;
    top: 7px;
}
.presentation__signlePageDesign label input[type="radio"]:checked ~ span::before {
    background: #000;
    right: -8px;
    top: 4px;
    width: 20px;
    height: 3px;
}
/*** ends custom radion checks ****/
.presentation__signlePageDesign {
    padding-top: 40px;
    padding-bottom: 40px;
}
.presentation__signlePageDesign h1 {
    color: #003c4b;
    line-height: normal;
    margin: 0px 0px 10px;
    font-weight: bold;
}
.presentation__signlePageDesign span.wpgb-block-term {
    background: #b51f24;
    color: #fff;
    font-size: 15px;
    line-height: normal;
    padding: 2px 10px 4px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
}
.presentation__signlePageDesign__col .acf-label label:not(#asd) {
    color: #003c4b;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0px 10px;
    font-weight: bold;
    margin-bottom: 14px;
    display: block;
}
.presentation__signlePageDesign__col .acf-input label {
    font-weight: normal !important;
}

.presentation__signlePageDesign label input[type="radio"] ~ span {
    border-radius: 50px;
}
.presentation__signlePageDesign label input[type="radio"] ~ span::after {
   
}
.custom__p15:not(#asd){
	padding:15px;
}
.bolgPage__singleBlogPost h4 {
    color: #000000;
    font-size: 22px;
    margin: 10px 0px;
    font-weight: 600;
}
.bolgPage__conatiner .template-blog .flex_column.av_one_third:nth-child(3n+1) {
    clear: both;
}
.bolgPage__conatiner .template-blog .custom__flex_column__33 {
    width: 33.33%;
}
@media (min-width: 769px) and (max-width: 991px){

.bolgPage__conatiner .template-blog .custom__flex_column__33{
    width: 49.99%!important;
}
#top .no_margin.av_one_fifth {
    width: 30%!important;
}

#top .no_margin.av_four_fifth {
    width: 70%!important;
}
.bolgPage__conatiner .template-blog .flex_column.av_one_third:nth-child(2n+1) {
    clear: both;
}
.bolgPage__conatiner .template-blog .flex_column.av_one_third:nth-child(3n+1) {
    clear: initial;
}
}


@media screen and (max-width: 767px){
.bolgPage__conatiner .template-blog .custom__flex_column__33{
    width: 100%;
}

}
.bolgPage__conatiner .template-blog &gt; .flex_column.av_one_fifth:nth-child(6n+1) {
   clear: both;
}
.custom_icon_img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin-right: 6px;
	object-fit: cover;
}
.author_detail{
	float: left;
    padding-right: 30px;
    /* text-align: center;*/
}


.custom__singleFounderPage__header {
    background-color: #e2e2e2;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.custom__singleFounderPage__header h1 {
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
    color: #222222;
    text-transform: uppercase !important;
    letter-spacing: 1px;
}
.custom__singleFounderPage__header .presentation_themes {
    font-size: 20px;
    line-height: 1.1em;
    margin-bottom: 8px;
    color: #222222;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: bold;
}
.custom__singleFounderPage .fet_img.author_detail {
    margin: 0;
    width: 100%;
    padding: 0px;
    float: none;
}
.custom__singleFounderPage .fet_img.author_detail img {
    width: 100%;
    height: auto;    border-radius: 3px;
}
.custom__singleFounderPage .fet_img.author_detail + ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.custom__singleFounderPage .fet_img.author_detail + ul img {
    width: 30px;
    height: 30px;
}
.topNoBorder{
	border:none;
}
@media screen and (max-width: 400px){
.author_detail{
	float: none;
    padding-right: none;
    text-align: center;
}
.inner-container {
    height: auto;
}
}


/*------------css added fro listing----------------------*/

.custom_field_set .date-serach-ul {
	width: 100%;
	border-bottom: 1px solid #003c4b !important;
}

.date-serach-ul li.selected {
	background: #b51f24;
	color: #fff !important;
}
.date-serach-ul li:hover {
	background: #b51f24;
	color: #fff !important;
}
.date-serach-ul li:focus {
	background: #b51f24;
	color: #fff !important;
}
.custom_field_set .acf-input .date-serach-ul li label {
	font-weight: 600 !important;
	letter-spacing: .4px;
}
main.template-page.content.av-content-full.alpha.units .custom_field_set {
	margin-bottom: 20px;
}
main.template-page.content.av-content-full.alpha.units .custom_field_set .acf-input .date-serach-ul li label {
	font-weight: 600 !important;
	letter-spacing: .4px;
	font-size: 17px !important;
}

.job_filters ul.acf-checkbox-list.acf-bl {
	display: flex;
	flex-wrap: wrap;
    width: 100% !important;
}
.job_filters ul.acf-checkbox-list.acf-bl li {
	margin: 10px;
	padding: 30px 18px;
	background: aliceblue;
	width: 23%;
}
.job_filters ul.acf-checkbox-list.acf-bl li label {
	margin-top: 15px;
	font-size: 18px !important;
	text-align: center;
	display: flex;
	cursor: pointer;
	flex-direction: column;
}
.job_filters ul.acf-checkbox-list.acf-bl li img {
	width: 80px;
	margin: auto;
	background: #ffffff;
	padding: 15px;
	border-radius: 27px;
	object-fit: contain !important;
	margin-bottom: 15px;
}
.job_filters ul.acf-checkbox-list.acf-bl li label input {
	display: none !important;
}
.flex_column.no_margin.fullWidthOn__992 .btn-group {
	display: flex;
	justify-content: flex-end;
	margin-right: 15px;
}
.flex_column.no_margin.fullWidthOn__992 .btn-group a {
	width: auto;
	padding: 10px 10px !important;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.template-blog.list-group-item .flex_column {
	float: unset;
	width: 100%;
}
.template-blog.list-group-item .flex_column .bolgPage__singleBlogPost {
	display: flex;
	flex-direction: row !important;
}
.template-blog.list-group-item .singleBlogPost_img {
	max-width: 180px !important;
	min-width: 180px !important;
	overflow: hidden !important;
}
.template-blog.list-group-item .singleBlogPost_img img {
	width: 100%;
	object-fit: cover;
}
.template-blog.list-group-item .flex_column .bolgPage__singleBlogPost .singleBlogPost_detail {
	margin-left: 20px;
}
.template-blog.list-group-item .bolgPage__singleBlogPost .fet_img {
	margin: 0 !important;
}
.flex_column.no_margin.fullWidthOn__992 .btn-group a img {
	width: 20px;
	object-fit: contain;
	margin-right: 7px;
}

.date-serach-ul li {
	
	width: auto;
	float: left !important;
	border: 1px solid;
	border-bottom: 0px;
	padding: 8px 15px !important;
	background: #bda786;
    color: #fff !important;
	margin-bottom: 0;
	transition: .2s ease-in-out;
	border-radius: 0px 25px 0px 0px;
	cursor: pointer;
}
.bolgPage__singleBlogPost.partner_blog {
	background: #003c4b40;
}
.custom_field_set .acf-input .date-serach-ul li label {
	font-weight: 600 !important;
	letter-spacing: .4px;
}
.group_header {
	display: flex !important;
	width: 100% !important;
	float: unset !important;
	margin: 15px 0px 0px 15px;
	padding: 5px 10px;
	background: #bca685;
	border-radius: 4px;
	font-weight: 600;
	
}
.bolgPage__conatiner .template-blog .flex_column.av_one_third:nth-child(3n+1) {
	clear: none !important;
}
#hiddenvalue {
	display: none;
}

div#result_inner {
	display: flex;
	flex-wrap: wrap;
}
.persenter_img_name {
	display: flex;
	align-items: center;
	justify-content: start;
	margin: 10px 0px;
}
.persenter_img_name .persenter_fet_img {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.persenter_img_name .persenter_fet_img img {
	width: 25px !important;
	height: 25px !important;
	max-width: unset;
	border-radius: 50px;
	display: inline-block;
}
.persenter_img_name h4 {
	margin: 0 !important;
	font-size: 14px !important;
	padding-left: 10px;
}
@media screen and (max-width: 768px) {

	.group_main_div .group_header {
		margin: 15px 0px 10px 0px;
		padding: 8px 15px;
	}
}
@media screen and (max-width: 467px) {

	.job_filters ul.acf-checkbox-list.acf-bl li {
		width: 100%;
	}
}
@media (min-width: 468px) and (max-width: 768px){

	.job_filters ul.acf-checkbox-list.acf-bl li {
		width: 45%;
	}
}


/****************css for single persentation*****************/

.custom_play_butons a {
     border: 3px solid #003c4c;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 15px 25px;
    background: #bef1ff14;
    margin-bottom: 13px;
    color: #003c4c;
    font-weight: 600;
    transition: .2s ease-in-out;
    text-transform: capitalize;
    max-width: 250px;
}

.custom_play_butons {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 25px 17px 0px;
}
.custom_play_butons a img {
    width: 30px;
    padding-right: 12px;
    
}
.custom_play_butons a:hover {
    background: #d6f6ff;
    color: #1d1d1d;
    text-decoration: unset !important;
}


/****************For author page**********************/

.custom__singleAuthorPage__header .fet_img.author_detail {
    margin: 0;
    width: 250px;
    padding: 0px;
    float: none;
    height: 260px;
    margin-bottom: 10px;
}

.custom__singleAuthorPage__header .fet_img.author_detail img {
    width: 100%;
    height: auto;
    border-radius: 3px;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.custom__singleAuthorPage__header .bolgPage__singleBlogPost .fet_img img {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    background: #003c4b;
}
.custom__singleAuthorPage__header .fet_img.author_detail {
    width: 240px;
    height: 200px;
}
.custom__singleAuthorPage__header .h-100{
	height: 100%;
}
.custom__singleAuthorPage__header .d-flex{
	display: flex;
}
.custom__singleAuthorPage__header .flex-column{
	flex-direction: column ;
}
.custom__singleAuthorPage__header .fet_img.author_detail img.h-100 {
width: 100%;
object-fit: contain;
} 
.custom__singleAuthorPage__header .flex_column.d-flex.flex-column.av_one_fourth.flex_column_div.av-zero-column-padding.first ul {
    display: flex;
}
.custom__singleAuthorPage__header .persentation_date {
    margin: 0 !important;
    font-size: 14px !important;
	color: #000;
}
.custom__singleAuthorPage__header .bolgPage__singleBlogPost .wpgb-block-term {
    background: #ffcf01;
    color: #000;
    font-size: 15px;
    line-height: normal;
    padding: 2px 10px 4px;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 0px;
    margin-bottom: 5px;
}


/**************persentation listing * **************************/


.presentation_list_table span.wpgb-block-term {
	background: #ffcf01;
	color: #000;
	font-size: 15px;
	line-height: normal;
	padding: 2px 10px 4px;
	border-radius: 3px;
	display: inline-block;
	letter-spacing: 0px;
}
@media screen and (max-width: 767px){
	.presentation_list_div {
		overflow-x: scroll;
	}
	.presentation_list_table th {
		line-height: normal;
		font-size: 12px;
		letter-spacing: 0; 
	}
	.presentation_list_table tr td {
		padding: 5px;
		vertical-align: top;
		font-size: 12px;
		font-weight: normal;
	}
	.presentation_list_table tr td .presentation_themes .wpgb-block-term {
		line-height: 13px;
		font-size: 13px;
		padding: 4px 6px;
		margin: 0px;
		display: inline-block;
		clear: both;
	}
	.presentation_list_table tr td .persenter_img_name h4 {
		padding-left: 4px;
		font-size: 13px !important;
	}
}

.no_pre_found {
    font-size: 28px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* 20 aug 2020 */
@media screen and (max-width: 1024px) and (min-width: 768px) {

.single-presentations .student_Section .second {
    width: 60% !important;
    margin-bottom: 18px !important;
}
.single-presentations .student_Section .third {
    width: 100% !important;
    margin-bottom: 40px !important;
}
}
/* //end 20 aug 2020 */

@media screen and (max-width: 767px) {
   ul.acf-checkbox-list.acf-bl.date-serach-ul li {
       border-bottom: 2px solid #142a4c;
   
   }
}
@media screen and (max-width: 376px) {


.flex_column.no_margin.fullWidthOn__992 .btn-group {
   display: flex;
   justify-content: flex-end;
   margin-right: 15px;
   flex-direction: column;
}


.flex_column.no_margin.fullWidthOn__992 .btn-group a {
   margin: 4px 0px;
}

}</pre></body></html>