html {
    scroll-behavior: smooth;
}
body {
    padding-top: 72px;
}
body, p {
    font-family: 'Lato', sans-serif;
}
.post, .page {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Franklin', sans-serif;
}
/* blue pagination */
.blue .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.blue .slick-dots li {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
}
.blue .slick-dots li button {
    background-color: transparent;
    border: 2px solid #081B67;
    font-size: 0;
    padding: 3px;
    border-radius: 50%;
    outline: 0;
}
.blue .slick-dots li.slick-active button {
    background-color: #081B67;
}
.blue .container .slick-arrow {
    padding: 24px;
    /* height: 24px;
    width: 24px; */
    border: 0;
    background-color: #fff;
    border-radius: 50%;
    font-size: 0;
    box-shadow: 0px 4px 4px rgba(168, 168, 168, 0.25);
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
}
.blue .container .slick-arrow.slick-next {
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url('../images/blue-right.svg');
}
.blue .container .slick-arrow.slick-prev {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-image: url('../images/blue-left.svg');
}
/* white pagination */
.white .slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.white .slick-dots li {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
}
.white .slick-dots li button {
    background-color: transparent;
    border: 2px solid #fff;
    font-size: 0;
    padding: 3px;
    border-radius: 50%;
    outline: 0;
}
.white .slick-dots li.slick-active button {
    background-color: #fff;
}
/* ends */

.main-navigation {
    display: block;
    width: auto;
}
.eventContainer {
    background-color: #081B67;
    color: #fff;
    padding: 80px 0;
}
.eventContainer .event-btn-group {
	display: flex;
    flex-wrap: wrap;
	grid-gap: 10px;
	padding-left: 20px !important;
}
.eventContainer .event-btn-group .btn {
	margin: 0;
}
.whyus {
    color: #081B67;
}
.newsHighlights {
    background-color: #F3F4F8;
    padding: 48px 0;
}
/*  */
.custom-logo-link {    
    max-width: 156px;
    width: 100%;
}
.heroBanner {
    position: relative;
    color: #fff;
}
.heroBanner .item {
/*     height: 95vh; */
	height: 80vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
    background-size: cover;
	align-items: center;
}
.heroBanner img{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.aboutInfo {
    padding: 120px 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.aboutInfo a {
    font-weight: 600;
    color: #0063FF;
}
.aboutInfo .p {
    max-width: 1088px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: rgba(51, 51, 51, 0.9);
}
.whyus {
    background-color: #F3F4F8;
    display: flex;
    align-items: center;
    min-height: 310px;
    color: #333333;
}
.whyus p {
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}
.whyus img {
    margin-bottom: 24px;
}
.whyus h3 {
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #081B67;
}
.whyus .col-md-4 {
    padding: 0 72px;
}
.eventSpeakers {
    background-color: #fff;
    margin-top: 112px;
    position: relative;
    height: 450px;
}
.eventSpeakers h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #081B67;
}
.eventSpeakers .item {
    padding: 0 16px;
    text-align: left;
}
.eventSpeakers .item .img {
    margin-bottom: 16px;
    overflow: hidden;
}
.eventSpeakers h3 {
    margin-bottom: 40px;
}
.eventSpeakers .item h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    text-align: left;
    margin: 0 0 6px 0;
    font-family: 'Lato', sans-serif;
}
.eventSpeakers .item p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
}
#moderatorsSpeakers {
    margin: 120px 0 !important;
}
.eventSpeakers .item a,
.moderators .item a {
    text-decoration: none;
}
.newsHighlights {
    padding: 48px 0 75px;
}
.newsHighlights .item {
    padding: 0 0 0px;
    text-align: left;
    margin: 0 16px;
}
.newsHighlights .item:hover {
    background: #fff;
    box-shadow: 0px 0px 12px 4px rgba(97, 97, 97, 0.1);
    position: relative;
    z-index: 1;
}
.newsHighlights .item .img {
    height: 228px;
    overflow: hidden;
    margin-bottom: 16px;
}
.newsHighlights .item .img img {
    width: 100%;
    height: auto;
}
.newsHighlights h3 {
    margin-bottom: 40px;
    color: #081B67;
}
.newsHighlights .item h3 {
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
    text-align: left;
    margin: 0 0 4px 0;
    font-family: 'Lato', sans-serif;
}
.newsHighlights .item .date {
    display: block;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #666666;
    margin: 12px 0;
}
.newsHighlights .item p {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #000;
}
.contentNews {
    padding: 0 14px 14px;
}
.contentNews .snippet {
    margin-bottom: 10px;
    display: -webkit-box;
    max-width: 200px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.contentNews .snippet p {
    margin: 0;
}
.contentNews a {
    color: #0063FF;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.contentNews a svg {
    margin-left: 4px;
}
/* Formatting */
.heroBanner h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
}
.heroBanner p {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
}
.gallery {
    padding: 120px 0;
    display: flex;
	margin-bottom: 0;
}
.gallery h3 {
    margin-bottom: 28px;
}
.imgGallery-nav .item {
    margin: 10px 5px;
}
.conclaveVenue {
    padding-top: 120px;
}
.conclaveVenue h3 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
}
.conclaveVenue p {
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    max-width: 864px;
    margin: 0 auto 32px;
}
.conclaveVenue .gridImg {
    margin-bottom: 28px;
}
.partners {
    padding-top: 120px;
}
.partners ul li {
    list-style: none;
}
.partners h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #081B67;
    margin-bottom: 35px;
}
.partners h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 22px;
}
.partners img {
    margin-bottom: 50px;
}
.hrLine {
    background-color: #D9D9D9;
    /* background-color: #000; */
    height: 1px;
    display: block;
    margin-bottom: 48px;
    margin-top: 24px;
}
.registration {
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: #F3F4F8;
}
.registration h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    color: #081B67;
    margin-bottom: 35px;
}
.registration h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 22px;
}
.registration ul {
    margin: 0;
    padding: 0;
}
.registration ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.registration p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    max-width: 528px;
}
.registration ul li a {
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    margin-left: 18px;
    color: #333333;
}
.registration ul li h3 {
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
    color: #333333;
    margin-top: 40px;
}
.regButton a {
    background: linear-gradient(180deg, #12277F 0%, #081B67 97.17%);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    display: inline-block;
    padding: 10px 43px;
    color: #fff;
    text-decoration: none;
}
.headerTC {
    height: auto;
    background-color: #fff;
    position: fixed !important;
    top: 0;
    width: 100%;
}
.headerTC .menu-item {
    margin: 0 16px;
    background-color: #fff;
    border-bottom: 2px solid #fff;
}
.headerTC .menu-item a {
    color: #081B67;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    padding: 23px 0;
    text-decoration: none;
}
.headerTC .menu-item.focus {
    border-bottom: 2px solid #081B67;
}
.headerTC .menu-item-has-children .sub-menu {
    flex-direction: column;
 }

.headerTC .menu-item-has-children .sub-menu li {
    display: block;
    background-color: #F6F6F6;
    margin: 0;
    padding: 0 16px;
}
.headerTC .menu-item-has-children .sub-menu li a {
    padding: 16px 0;
}
.footerTC {
    background-color: #081B67;
    color: #fff;
    padding: 18px;
}
.footerTC p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
}
.footerTC a {
    background-color: transparent;
    color: #fff;
    text-decoration: none;
}
.footerTC .menu-item {
    margin: 10px 4px;
    border-right: 1px solid #D9D9D9;
    height: 32px;
    padding-right: 8px;
    display: flex;
    align-items: center;
}
.footerTC .menu-item:last-child {
    border-right: 0;
}
.footerTC .menu-item a {
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    line-height: 28px;
    padding: 5px 0;
    text-decoration: none;
}
.footerTC .menu-item.focus {
    border-bottom: 2px solid #081B67;
}
.footerTC .menu-item-has-children .sub-menu {
    flex-direction: column;
 }

.footerTC .menu-item-has-children .sub-menu li {
    display: block;
    background-color: #F6F6F6;
    margin: 0;
    padding: 0 16px;
}

.container {
    max-width: 1311px;
    margin: 0 auto;
}

/* eventSpeakersHeroBanner */
.eventSpeakersHeroBanner {
    height: 312px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    background-color: #000;
    overflow: hidden;
}
.eventSpeakersHeroBanner h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
}
.eventSpeakersMain {
    padding-top: 100px;
} 
.eventSpeakersMain h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #081B67;
    margin-bottom: 40px;
} 
.eventSpeakersMain .name {
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 12px;
}
.eventSpeakersMain .designation {
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    color: #666666;
    margin-bottom: 28px;
}
.eventSpeakersMain .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}
.hrLineES {
    background-color: #D9D9D9;
    height: 1px;
    display: block;
    margin: 52px 0;
    width: 100%;
}
.event-img {
    z-index: 0;
    width: 100%;
}
.eventTitle,
.headerTC {
    position: relative;
    z-index: 2;
}

#pills-tabContent .row {
    padding-bottom: 24px;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 26px;
}

#pills-tabContent .row .timeIcon{
    height: 22px;
    width: 22px;
	min-width: 22px;
    /* margin-top: 12px; */
    display: inline-block;
    background-image: url('../images/timeIcon.svg');
    margin-right: 13px;
	margin-top: 2px;
}
.eventTime {
    font-weight: 600;
}
.agenda {
    background-color: #F3F4F8;
    padding: 48px 0;
}
.agenda h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    color: #081B67;
    margin-bottom: 40px;
}
.agenda .sidebarAgenda.nav-pills .nav-link, 
.agenda .sidebarAgenda.nav-pills .show>.nav-link{
    background-color: #fff;
    border-width: 1px;
    border-style: solid;
    border-color: #E2E2E2;
    border-radius: 0;
    padding: 32px 24px;
}
.agenda .sidebarAgenda.nav-pills .nav-link.active, 
.agenda .sidebarAgenda.nav-pills .show>.nav-link{
    background-color: #F7F7F7;
    border-width: 1px;
    border-style: solid;
    border-color: #E2E2E2;
    border-radius: 0;
    padding: 32px 24px;
}
.agenda .sidebarAgenda.nav-pills .day {
    font-weight: 700;
    font-size: 25px;
    line-height: 20px;
    color: #081B67;
}
.agenda .sidebarAgenda.nav-pills .date {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #666666;
    display: block;
    margin-top: 6px;
}
.dayEvent {
    border-bottom: 1px solid #EFEFEF;
}
.dayEvent .nav-link {
    font-weight: 700;
    font-size: 21px;
    line-height: 20px;
    color: #333333;
    padding-top: 24px;
    padding-left: 28px;
} 
.dayEvent .nav-link.active {
    border-bottom: 2px solid #081B67;
    padding-bottom: 30px;
    border-radius: 0;
    color: #333333;
    background-color: #fff;
}
.navi {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;
}
.tscLogo {
    display: flex;
    align-items: center;
}
.downloadBrochure,
.downloadBrochure:visited {
    /* float: right;  */
    top: 6px; 
    right:15px;
    color: #0063FF;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.downloadBrochure span {
    margin-left: 4px;
}
.arrangePartners {
    width: 100%;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.arrangePartners .col-md-4:nth-child(4) {
    margin-left: 20%;
}
.hurrytimer-timer-digit {
    font-weight: 700 !important;
    font-size: 60px !important;
    line-height: 38px !important;
}
.hurrytimer-timer-label {
    font-weight: 700 !important;
    font-size: 21px !important;
    line-height: 20px !important;
    text-transform: capitalize !important;
    margin-top: 20px !important;
    text-align: left !important;
}
.hurrytimer-timer-sep {
    margin-right: 78px !important;
    font-size: 0 !important;
}
.whitebtn,
.whitebtn:visited {
    display: inline-block;
    background: #FFFFFF;
    /* border: 1px solid #FFFFFF; */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #081B67;
    padding: 16px 40px;
    text-decoration: none;
    margin-right: 10px;
}
.outline,
.outline:visited {
    display: inline-block;
    background: #081B67;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 24px;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    padding: 16px 40px;
    text-decoration: none;
}
.moderators .img,
.whyusItems .img {
    height: auto;
    background-color: #dadada40;
}
.moderators .item img,
.whyusItems .item img {
    width: 100%;
    max-height: 256px;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
.breadcrumb {
    background-color: transparent;
    margin-top: 40px;
    margin-bottom: 36px;
}
.breadcrumb-item,
.breadcrumb-item a {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.15px;
    color: #081B67;
}
.breadcrumb-item.active {
    color: rgba(51, 51, 51, 0.6);
}
.newsHighlight {
    background-color: transparent;
}
.featuredImg {
    margin-bottom: 50px;
}
.newsHighlight h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    color: #333333;
    margin-bottom: 16px;
}
.newsHighlight .date {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 24px;
}
.newsHighlight .article {
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    color: #333333;
    margin-bottom: 100px;
    text-align: justify;
}

.banner-description {
    position: relative;
    z-index: 9;
}

.description ul{
	margin:0px ;
}
.eventSpeakersImg {
    max-width: 192px;
    width: 192px;
    max-height: 256px;
}
.blue .container .slick-arrow.slick-disabled {
    opacity: 0.7;
}

@media  (min-width: 1440px) {
	.heroBanner .item{
		    height: 88vh;
	}
}
@media  (min-width: 1600px) {
	.heroBanner .item{
		    height: 90vh;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
    .headerTC .menu-item {
        margin: 0;
        padding: 0 10px;
    }
	.heroBanner .item{
		height: 550px;
	}
	 .hurrytimer-timer{
		flex-wrap: nowrap;	
	}
	.hurrytimer-timer-digit {
		font-size: 48px !important;
	}
	.hurrytimer-timer-label {
		font-size: 21px !important;
		line-height: 20px !important;
	}
	#moderatorsSpeakers{
		margin: 70px 0 !important;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
    .headerTC .menu-item {
        margin: 0;
        padding: 0 10px;
    }
    .headerTC .menu-item a {
        padding: 15px 0;
        font-size: 11px;
    }
    /* .headerTC .menu-item.focus .sub-menu {
        float: none;
        position: relative;
        box-shadow: none;
    } */
    .headerTC .menu-item-has-children .sub-menu li {
        background-color: #FFFFFF;
    }
    .headerTC .menu-item-has-children.focus .sub-menu {
        width: 160px;
        left: -10px;
    }
	.heroBanner .item{
		height: 400px;
	}
	.hurrytimer-timer-digit {
		font-size: 48px !important;
	}
	.whyus .col-md-4{
		padding: 0 20px;
	}
	#moderatorsSpeakers{
		margin: 60px 0 !important;
	}
	.footerTC .menu-item a{
		 font-size: 18px;
	}
}

@media (max-width: 992px) {
    .tscLogo {
        display: flex;
        align-items: flex-start;
        padding: 20px 0 20px 25px ;
	}
    .menu-toggle {
        padding: 0;
        background-color: transparent;
        border: 0;
        height: 30px;
        width: 30px;
    }
    .main-navigation.toggled .menu-main-menu-container {
        position: fixed;
        left: 0;
        right: 0;
        top: 65px;
		background: #fff;
    }
    .whyus,
    .partners,
    .conclaveVenue,
    .aboutInfo {
        padding: 50px 15px;
    }
    .eventSpeakers {
        height: auto;
        margin: 0;
        padding: 50px 15px;
    }
    .imgGallery-for {
        display: none;
    }
    .footerTC p {
        font-size: 14px;
    }
	.eventContainer .event-title{
		text-align: center;
		margin-bottom: 20px;
	}
	.hurrytimer-timer-digit {
		font-size: 48px !important;
	}
	.aboutInfo h3{
		font-size: 26px;
	}
	.aboutInfo .p{
		font-size: 19px;
	}
	.eventSpeakers{
		padding: 50px 15px 0;
	}
	.eventSpeakers h3{
		font-size: 26px;
	}
	.eventContainer .event-btn-group{
		justify-content: center;
		margin-top: 20px;
	}
	.whyus h3{
		font-size: 26px;
	}
	.newsHighlights h3{
		font-size: 26px;
	}
	.gallery{
		padding: 70px 0;
	}
	.gallery h3{
		font-size: 26px;
	}
	.conclaveVenue h3{
		font-size: 26px;
	}
	.partners h2{
		font-size: 26px;
	}
	.registration h2{
		font-size: 26px;
	}
	.eventSpeakersMain{
		padding-top: 70px;
	}
	.agenda .sidebarAgenda.nav-pills .nav-link, .agenda .sidebarAgenda.nav-pills .show>.nav-link{
		padding: 25px 15px;
	}
	.agenda h2{
		font-size: 26px;
	}
	.agenda .sidebarAgenda.nav-pills .day{
		font-size: 18px;
	}
	.dayEvent .nav-link{
		font-size: 18px;
	}
}
@media (max-width: 767px){
	.blue .container .slick-arrow{
		padding: 20px;
		background-size: 10px;
	}
	.eventSpeakers .item p{
		margin-bottom: 0;
	}
	.eventSpeakers .whyusItems, .eventSpeakers .moderators{
		max-width: 500px;
		margin: 0 auto;
	}
	.eventSpeakersMain{
		padding-top: 40px;
	}
	.eventSpeakersMain .col-md-3 img{
		width: 150px;
	}
	.eventSpeakersMain h2{
		font-size: 24px;
	}
	.eventSpeakersMain .hrLineES{
		margin: 30px 0;
	}
	.eventSpeakersMain .name{
		font-size: 19px;
		margin: 15px 0 7px;
	}
	.eventSpeakersMain .designation{
		font-size: 16px;
    	line-height: 24px;
		margin-bottom: 15px;
	}	
	.eventSpeakersMain .description{
		font-size: 16px;
		line-height: 24px;
	}
	.eventSpeakersMain .description p{
		margin-bottom: 10px;	
	}
	.eventSpeakersMain .description p:last-child{
		margin-bottom: 0;	
	}
	.eventSpeakers.blue .container .slick-arrow{
		top: 35%;
	}
	.agenda{
		padding: 30px;
	}
	.downloadBrochure, .downloadBrochure:visited{
		top: 40px;
    	right: calc(50% - 95px);
	}
	.agenda .sidebarAgenda.nav-pills .nav-link.active,
	.agenda .sidebarAgenda.nav-pills .nav-link, 
	.agenda .sidebarAgenda.nav-pills .show >.nav-link{
		padding: 20px;
	}
	.dayEvent .nav-link{
		padding-top: 20px;
	}
	.dayEvent .nav-link.active{
		padding-bottom: 20px;
	}
	.eventTime{
		margin-bottom: 7px;
	}
	#pills-tabContent .row{
		padding-top: 20px;
		padding-bottom: 0;
		margin-bottom: 0;
	}
	
}

@media (max-width: 767px) and (min-width: 621px) {
	.heroBanner .item{
		height: 90vh;
	}
	   .headerTC .menu-item {
        margin: 0;
        padding: 0 10px;
    }
    .headerTC .menu-item a {
        padding: 15px 0;
        /* font-size: 11px; */
    }
    .headerTC .menu-item.focus .sub-menu {
        float: none;
        position: relative;
        box-shadow: none;
    }
    .headerTC .menu-item-has-children .sub-menu li {
        background-color: #FFFFFF;
    }
	.eventContainer{
		padding: 50px 0;
	}
	.eventContainer .event-title h3{
		font-size: 22px;
	}
	.hurrytimer-timer-digit {
		font-size: 35px !important;
	}
	.eventSpeakers.blue .slick-dots{
		position: relative;
		bottom: -10px;
	}
	#moderatorsSpeakers{
		margin: 0 !important;
	}
	.gallery {
		padding: 60px 0;
	}
	.partners{
		padding-top: 0;
	}
	.partners img{
		margin-bottom: 20px;
	}
	.registration p{
		max-width: 100%;
		font-size: 18px;
	}
	.registration h3, .registration ul li h3, .registration ul li a{
		font-size: 19px;
	}
}
@media (max-width: 620px) {
    .arrangePartners .col-md-4:nth-child(4) {
        margin-left: unset;
    }
    .headerTC .menu-item {
        margin: 0;
        padding: 0 10px;
    }
    .headerTC .menu-item a {
        padding: 15px 0;
        /* font-size: 11px; */
    }
    .headerTC .menu-item.focus .sub-menu {
        float: none;
        position: relative;
        box-shadow: none;
    }
    .headerTC .menu-item-has-children .sub-menu li {
        background-color: #FFFFFF;
    }
    .dayEvent .nav-link {
        padding-left: 18px;
    }
	.heroBanner .item{
		height: 75vh;
	}
	.eventContainer{
		padding: 50px 0;
	}
	.eventContainer .event-title h3 {
		font-size: 20px;
	}
	.eventSpeakers .whyusItems, .eventSpeakers .moderators{
		max-width: 250px;
	}
	.hurrytimer-timer{
		max-width: 300px;
	}
	.hurrytimer-timer-sep{
		display: none !important;
	}
	.hurrytimer-timer-block{
		margin: 0 15px;
	}
	.hurrytimer-timer-digit {
		font-size: 35px !important;
	}
	.hurrytimer-timer-label {
		font-size: 15px !important;
		margin-top: 10px !important;
	}
	.whyus, .partners, .conclaveVenue, .aboutInfo{
		padding: 40px 15px;
	}
	.aboutInfo h3{
		font-size: 24px;
	}
	.aboutInfo .p{
		font-size: 16px;
		line-height: 27px;
	}
	.whyus h3{
		font-size: 24px;
	}
	.eventSpeakers{
		padding: 40px 15px 20px;
	}
	.eventSpeakers h3{
		font-size: 24px;
	}
	.eventSpeakers .item p{
		margin: 0;
	}
	.eventSpeakers.blue .slick-dots{
		position: relative;
		bottom: 0;
		width: fit-content;
	}
	.eventSpeakers.blue .container .slick-arrow{
		top: 35% !important;
	}
	#moderatorsSpeakers{
		margin: 0 !important;
		padding: 20px 15px 0;
	}
	.newsHighlights h3{
		font-size: 24px;
	}
	.newsHighlights .slick-arrow.slick-next,
	.newsHighlights .slick-arrow.slick-prev{
		top: 30% !important;
	}
	.gallery{
		padding: 40px 0;
	}
	.gallery h3{
		font-size: 24px;
	}
	.conclaveVenue h3{
		font-size: 24px;
	}
	.conclaveVenue p{
		margin-bottom: 20px;
		font-size: 18px;
	}
	.conclaveVenue .gridImg{
		margin-bottom: 20px;
	}
	.hrLine{
		margin-bottom: 40px;
	}
	.partners{
		padding: 0 15px;
	}
	.partners h2{
		font-size: 24px;
	}
	.partners img{
		margin-bottom: 0;
	}
	.registration{
		padding-top: 40px;
	}
	.registration h2{
		font-size: 24px;
	}
	.registration h3{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.registration h3{
		font-size: 16px;
	}
	.registration p{
		font-size: 18px;
	}
	.registration ul li h3{
		font-size: 18px;
	}
	.registration ul li a{
		font-size: 18px;
	}
	.agenda .sidebarAgenda.nav-pills .nav-link.active,
	.agenda .sidebarAgenda.nav-pills .nav-link,
	.agenda .sidebarAgenda.nav-pills .show >.nav-link {
		padding: 15px;
	}
	.agenda{
		padding: 30px 15px;
	}
	.agenda h2{
		font-size: 24px;
	}
	.agenda .sidebarAgenda.nav-pills .day{
		font-size: 16px;
	}
	.dayEvent{
		margin-bottom: 0 !important;
	}
	.dayEvent .nav-link{
		font-size: 15px;
		padding-top: 15px;
	}
	.dayEvent .nav-link.active{
		padding-bottom: 15px;
	}
	#pills-tabContent .row{
		padding-top: 15px;
	}
	#pills-tabContent .row .timeIcon{
		height: 18px;
		width: 18px;
		min-width: 18px;
		margin-right: 8px;
		background-size: cover;
	}
	#pills-tabContent,
	#pills-tabContent p {
    	font-size: 14px;
	}
	.blue .container .slick-arrow{
		padding: 20px;
		background-size: 10px;
	}
}