.conf-cnt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ml1 {
    font-weight: 600;
    font-size: 1.5em;
    color: #eb265c;
}

.ml1 .letter {
    display: inline-block;
    line-height: 0em;
}

.ml1 .text-wrapper {
    position: relative;
    display: inline-block;
    padding-top: 0.1em;
    padding-right: 0.05em;
    padding-bottom: 0.15em;
}

.col-md-3.conf-sidebar input[type="radio"] {
    width: auto;
}

.ml1 .line {
    opacity: 0;
    position: absolute;
    left: 0;
    height: 3px;
    width: 100%;
    background-color: #fff;
    transform-origin: 0 0;
}

.ml1 .line1 {
    top: 0;
}

.ml1 .line2 {
    bottom: 0;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #d9ffc2 0%, #ffffff 29%, #ffffff 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 16px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

button {
    border: 0px !important;
}

button:hover {
    background: linear-gradient(#ea1f60, #f0583e);
    color: #fff;
    border: 0px;
}


.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.pagination a.active {
    background-color: #ef4d44;
    color: white;
    border-radius: 5px;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px;
}


.butnnew {
    display: inline-block;
    background: #bd071ce8;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px !important;
}

.butnnew1 {
    display: inline-block;
    background: #4175ad;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px !important;
}

.butnnew2 {
    display: inline-block;
    background: #1aab59e8;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px !important;
}

.butnnew3 {
    display: inline-block;
    background: #ddd;
    color: #000;
    padding: 4px 10px;
    font-size: 12px !important;
}

/* .bg-image-1 {
background-image: url(./img/banner-1000.jpg);
padding: 29px  50px 90px 50px;
} */
.ri-arrow-drop-right-line:before {
    content: "\f054";
    font-size: 11px;
    position: relative;
    top: -3px;
    left: 1px;
    color: #ef5013;
}

.title-conf h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 800;
    line-height: 35px;
    padding-left: 20px;
}

.title-conf h5 {
    font-size: 14px;
    margin-top: 13px;
    padding: 5px 10px;
    margin-bottom: 60px;
    margin-left: 21px;
    display: inline-block;
    background-color: #fff;
}

.title-conf h4 span {
    color: #f59d30;
}

.edu-breadcrumb-area {
    margin-top: 101px;
    position: relative;
    background: #e00;
    padding: 6px 0 13px;
    background: url(./img/bc-banner.jpg) rgb(6 5 6 / 65%);
    background-size: cover;
    background-blend-mode: multiply;
    background-position: left;
}

.bg-design {
    background-color: #e0e0e0;
    height: 0.06rem;
    margin: auto;
    margin-top: 20px;
    ;
    display: flex;
    justify-content: center;
    width: 75%;
}

@media (min-width: 992px) {
    .search-bar .search {
        min-width: 340px;
    }
}

.search-bar .filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* margin: 0 0.5rem; */
    border-left: 1px solid rgba(79, 79, 79, 0.2);
    padding: 0.5rem 1rem;
}

#submit {
    border: 0;
    margin: auto;
    border-radius: 0px;
    background: #fe5d22;
    color: white !important;
}

@media (min-width: 992px) {
    #submit {
        padding: 0px 65px !important;
        font-size: 22px !important;
    }
}

.section label {
    font-size: 1rem;
    color: #4f4f4f;
    font-family: "Roboto", sans-serif;
}

.bor-none {
    border: none !important;
}

@media only screen and (max-width: 600px) {

    .title-conf h4 {
        font-size: 20px;
        color: #fff;
        line-height: 28px;
        padding-bottom: 0px;
        padding-left: 20px;
    }
}

.section-btn {
    padding: 20px 10px 30px 25px;
    flex-wrap: wrap;

}
.mb-3{
margin-bottom: 20px !important;
}

.custom-button label {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin-left: 10px;
}

.custom-button circle {
    stroke-dasharray: 4;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

circle {
    fill: transparent;
    stroke: #ff5d0f;
    /* stroke-width: 2;
        stroke-dasharray: 3 2;*/
    transition: stroke-dasharray 0.3s;
}

.inside {
    display: inline !important;
}

.inside:hover .custom-button circle {
    stroke-dasharray: 126px;
    /* Increase the stroke-dasharray */
}

.conference-detais {
    padding: 20px;
    width: 100%;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.conference-detais img {
    display: flex;
    justify-content: center;
    margin: auto;
    padding-bottom: 20px;
}

.conference-logo-sec {
    height: 150px;
    padding: 5px;
    border-radius: 15%;
    width: 256px !important;
    background-color: #e6e6e661;
}

.conference-logo-sec img {
    height: 60px;
    background-color: #fff;
    width: auto;
    margin: 0px auto;
}

.inner-text {
    padding-top: 10px;
}

.inner-text h5 {
    color: #302f2f;
    font-size: 17px;
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 10px;
}

.inner-text h6,
.inner-text p {
    color: #424141;
    text-align: center !important;
    font-size: 15px !important;
    font-weight: bold;
    margin-bottom: 10px;
}

.conference-detais:hover .inner-text circle {
    stroke-dasharray: 126px;
    /* Increase the stroke-dasharray */
}

.inner-text circle {
    stroke-dasharray: 4;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

/* timer */
ul#countdown li {
    width: 80px !important;
    height: 80px !important;
    padding: 4px 3px;
    margin-bottom: 10px;
    text-align: center;
}

.e-time {
    margin: auto !important;
    padding: 4px;
}

.e-time li p {
    font-size: 14px !important;
    text-align: center !important;
}

ul#countdown li span {
    font-size: 27px !important;
    font-weight: 900;
    color: #fd4602;
    height: 108px;
    position: relative;
    text-shadow: 0.5px 0.5px #0e0a0a;
    text-align: center;
}

ul#countdown li {
    width: auto;
}

ul#countdown li {
    padding: 5px 4px;
    margin-bottom: 10px;
    text-align: center;
}

ul#countdown li span {
    font-size: 22px;
}

ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
    margin-top: 0px;
    font-size: 12px !important;
    margin-bottom: 0;
    color: #070a0e;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
}

.timer-section .inner-container.margin-top {
    margin-bottom: 48px;
}


ul#countdown li {
    display: inline-block;
    /*    background: #ffffff url(../images/timer-piece.png) no-repeat left top;*/
    width: auto;
    margin-bottom: 0;
    text-align: center;
    /* box-shadow: 0 0 6px rgb(255 255 255); */
    margin-top: 3px;
    margin-left: 3px;
    border: none !important;
    background: #fff;
}

/* speaker */
.pro-card {
    margin-bottom: 10px;
    padding: 15px 1px 7px;
    text-align: center;
    border: 1px solid #00000029;
    box-shadow: 0 0 9px rgb(225 225 225);
}

.pro-card img {
    margin-bottom: 4px;
    box-shadow: rgb(94 94 94 / 49%) 5px 0 1.25rem;
    width: 100px;
    height: 100px;
}

.pro-card h5 {
    font-size: 14px !important;
    color: #383838;
    padding-bottom: 1px !important;
    margin: 6px 0px 0px !important;
    border: none !important;
    font-weight: 600;
}


.pro-card h4 {
font-size: 16px;
margin-bottom: 0px;
font-weight: 600;
border-bottom: 2px dashed #0404048f;
color: #065179;
padding-top: 5px;
padding-bottom: 3px;
}

.pro-card p {
    text-align: center !important;
    margin-bottom: 0px;
    color: #000;
    font-weight: 500;
    line-height: 20px !important;
    font-size: 12px !important;
}

.e-card {
    border: 1px solid #3333333b;
    padding: 16px;
    margin-bottom: 10px !important;
}

.e-card h5 {
    font-size: 20px;
    margin: 6px 0px 15px;
    color: #231F40;
    border-bottom: 1px dashed #333333c9;
    padding-bottom: 7px;
}

.s-menu h3 {
    font-size: 17px;
    margin-bottom: 20px;
    margin-top: 24px;
    margin-left: 21px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.s-menu img {
    width: 60px;
    padding-left: 0;
    padding-top: 2px;
    padding-bottom: 8px;
}

.s-menu {
    border: 1px solid #333;
    margin-bottom: 30px;
    box-shadow: 2px 0px 15px rgb(33 33 33 / 22%);
}

.s-menu .col-sm-3 {
    background: #cee3f345;
    position: relative;
    left: 10px;
    box-shadow: 2px 0px 9px rgb(33 33 33 / 22%);
}

.sess-track p {
    text-align: left !important;
}


.events {
    padding: 10px 2px 3px;
    margin-bottom: 4px;
}

.events:nth-child(odd) {
    background-color: #e6f3ff;
}

.events .fa-calendar-o {
    color: #e46130;
    margin-right: 3px;
    font-weight: 600;
}

.datee {
    font-size: 11px;
    text-align: end;
    margin-top: 2px;
    line-height: 19px;
    color: #1d1d1d;
    font-weight: 600;
}

.events p {
/* margin: 0; */
color: #000;
line-height: 20px;
margin: 6px 0px;
font-size: 14px !important;
}

.edu-btn:hover {
    color: #fff !important;
}


#event .section-title .big-title {
    font-size: 19px;
    background: #f3f3f3;
    padding: 15px;
}

#event .event-details .event-title .event-title {
    margin: 0px;
    font-size: 27px;
}

#event .home-event-day {
    color: #fbfbfd;
    font-size: 26px;
    line-height: 1em;
    font-weight: 700;
    margin-bottom: 5px;
}

#event .title.hero {
    margin-right: 0px;

}

#event .slider-content h1 {
    margin-top: 0px;
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.297em;
    font-weight: 500;
}

#event .home-event-date-wrapper {
    margin-right: 0px;
}

#event .place {
    color: #fff;
    font-size: 23px;
    font-family: 'Patua One';
    margin-bottom: 25px;
}

#event .event-details .event-info-list ul li {
    width: 32.6%;
    padding: 15px;
    margin-right: 5px;
    border-radius: 3px;
    background-color: #f7f7f7;
    margin-top: 18px;
}

.content .title {
    font-size: 18px !important;
}

.eduvibe-post-share {
    margin: 10px 2px;
    display: flex;
    justify-content: center;
}

.eduvibe-post-share span {
    display: flex;
    align-items: center;
    /* font-weight: bold; */
    color:#fff;
    font-size:15px;
    margin-right: 6px;
}

.eduvibe-post-share a {
padding: 4px;
width: 30px;
height: 30px;
background: #fff;
line-height: 20px;
margin: 3px;
border: 1px solid #fff;
}

ul#countdown li {
    border: 1px dashed #505050;

}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 0px !important;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .edu-event-details .content .title {
        font-size: 16px;
        line-height: 30px;
    }

    .edu-event-details .content {
        margin-top: 20px;
    }

    .eduvibe-sidebar {
        margin-top: -8px;
        padding: 0 0px;
    }

    .datee {
        text-align: start;
    }

    p {
        line-height: 26px;
        font-size: 14px !important;
    }

    ul#countdown li span {
        font-size: 20px;
    }

    ul#countdown li {
        padding: 5px 12px;
    }

    #countdown {
        padding-left: 0px;
    }

    .start {
        font-size: 15px !important;
        line-height: 27px !important;
    }
    .flex-wrap{
        flex-wrap: wrap !important;
        justify-content: center;
    }
    .title-conf{
        text-align: center !important;
    }
    .title-conf h5 {
margin-bottom: 10px;

}

}

.ched h5 a:hover,
.ched h5 a:focus {
    color: #fff !important;
}

.edu-section-gap {
    padding: 25px 0 !important;
}

.benefits li {
    background: url(./img/point.png) no-repeat 3px 5px transparent;
    list-style-type: none;
    line-height: 27px;
    margin-bottom: 10px;
    margin: 0;
    padding: 0px 0px 7px 28px;
    vertical-align: middle;
}

.btn-white {
padding: 6px 6px;
font-size: 14px !important;
background-color: #fff;
cursor: pointer;
text-align: center;
margin:10px;
/* display: block; */
width: 100% !important;
border-radius: 5px;
font-weight: 700 !important;
color: #231f40 !important;
}
.e-card {
border:none !important;
padding: 16px;
margin-bottom: 20px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.eduvibe-widget {
background: #fff;
box-shadow: 2px 0 9px rgb(33 33 33 / 22%);
border-radius: 5px;
padding: 8px !important;
}
.link-to-another{
text-decoration: none !important;
color:#00acee;
}
.index-logo {
list-style: none !important;
display: flex;
flex-wrap: wrap;
padding: 0px !important;
margin-bottom: 0px !important;
}
.index-logo li {
border: 1px solid #b4b4b4;
height: auto;
width:47%;
padding: 6px;
margin: 3px;
}

.index-logo li img {
width: auto;
height: 50px;
margin: auto;
display: block;
}
.pp-post-item .pp-post-info h6 a {
color: #070B3B;
font-size: 13px;
}
.border-de {
border: 1px solid #bbb8b8;
padding: 0px 4px;
margin-bottom:15px;
}
.position-rel{
position:  relative !important;
}
.btn-comm {
background: linear-gradient(rgb(234, 31, 96), rgb(240, 88, 62));
padding: 3px 10px;
font-weight: 500;
border-radius: 5px;
font-size: 15px;
color: rgb(255, 255, 255) !important;
margin-left: 10px;
position: absolute;
right: 2px;
}
.eduvibe-widget .title {
                    font-weight: 700;
                    font-size: 20px;
                    line-height: 36px;
                    margin-bottom: 10px !important;
                    border-bottom: 1px dashed #333;
                    padding-bottom: 7px;
                }
   
    

                .events:nth-child(odd) {
                    background-color: #fff;
                }

                .border-de{
                    border: 1px solid #888;
padding: 0px 4px;
                }

                .whatsapp i {
                    color: #075e54;
                    font-weight: 800;
                }

                .youtube i {
                    color: #CD201F;
                    font-weight: 800;
                }

                .twitter i {
                    color: #00acee;
                    font-weight: 800;
                }

                .facebook i {
                    color: #3b5998;
                    font-weight: 800;
                }

                .linkedin i {
                    color: #0072b1;
                    font-weight: 800;
                }

                .nav-item-1 {
                    width: 50%;
                    margin: 0px;
                    padding: 0px;
                }
                .nav-tabs .nav-link {
margin-bottom: -1px;
background: 0;
text-align: center;
font-size: 15px;
color: #321d1e;
padding: 6px 5px;
border: 1px solid transparent;
border-top-left-radius: .25rem;
border-top-right-radius: .25rem;
}

                .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #fff !important;
font-size: 15px;
background-color: #f00;
border-color: #dee2e6 #dee2e6 #fff;
}

                .nav-tabs {
border-bottom: 1px solid #dee2e6;
background: #c7c4c4;
color: #000 !important;
}

 .pp-post-item {
text-align: left;
display: flex;
justify-content: center;
padding: 5px 10px;
margin-bottom:10px;
}

                .pp-post-img img{
                    width:55px;
                    border-radius: 4px;
                }

                .pp-post-item .pp-post-info {
                    width: calc(100% - 100px);
                    margin-left: 15px;
                    margin-top: 2px;
                }

                .pp-post-item .pp-post-info h6 {
                    font-size: 15px;
                    line-height: 1.5;
                    font-weight: 600;
                    margin-bottom: 10px;
                }

                /* .pp-post-item .pp-post-info h6 a {
                    color: #070B3B;
                } */

                .pp-post-item .pp-post-info span {
                    font-size: 14px;
                    line-height: 1;
                    text-align: left !important;
                    display: block;
                    position: relative;
                    padding-left: 22px;
                    color: #888888;
                    margin-bottom: 12px;       
                }
         .eduvibe-widget{
            border:1px solid #cccbca !important ;
         }

         table, td, th {
border: 1px solid;
}
td, th {
width: 50%;
padding: 10px !important;
font-size: 15px !important;
margin: 0px !important;
line-height: 20px;
color: #231f40;
}
table {
width: 100%;
border-collapse: collapse;
}
.pp-post-img-1{
width: 95px;
border: 1px solid #888;
padding: 5px;
border-radius: 4px;
}
.title-event{
color:#021856 !important;
text-align: left !important;
/* text-decoration: underline; */
}
.title-event-h{
padding: 5px 12px;
}
.title-event-h p i{
color:#eb245e;
}
.reset-css .title {
font-weight: 700;
font-size: 20px;
line-height: 36px;
margin-bottom: 10px !important;
border-bottom: 1px dashed #333;
padding-bottom: 7px;
}
table, td, th {
border: 1px solid;
border-color: #aba9a9;
}
