:root {
  --font-basic: 'Rational Display Book';
  --basic-font-size: 12px;
  --blue-color: #000f3c;
  --white-color: #ffffff;
  --pink-color: #ff8673;
  --yellow-color: #ffc945;
  --sky-blue: #a192b1;
  --blue-box: #9fe1f7;

}

body{
	margin: 0 !important;
	padding: 0;
	font-family: var(--font-basic);
	font-size: var(--basic-font-size);
	border-top: 10px solid var(--blue-color);
}
.container{
	max-width: 1200px;
	width: 100%;
}
/********************header-css***********************/
header{
	padding: 20px 0 15px 0;
}
.banner-content-block .banner{
	width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.text-align-center{
	text-align: center;
}
.banner-bottom-content-main{
	background-color: var(--blue-color);
	padding: 6vw 0 7vw 0;
	position: relative;
	z-index: 1;
	background-image: url(../images/round-layer1.png), url(../images/round-layer2.png);
	background-position: left 13%, right 15%;
    background-repeat: no-repeat, no-repeat;
    background-size: 18%, 12%;
}
.banner-bottom-content-main::after{
	content: '';
    width: 100%;
    height: 11vw;
    background: url(../images/shap1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: -1;
}
.top-content p{
	color: var(--white-color);
	font-size: 22px;
	line-height: 39px;
}
.top-content p strong{
	font-weight: bold;
}
.icon-row > div:first-child .icon-group{
	background-color: var(--yellow-color);
}
.icon-row > div:nth-child(2) .icon-group{
	background-color: var(--pink-color);
}
.icon-row > div:nth-child(3) .icon-group{
	background-color: var(--sky-blue);
}
/* .icon-row > div:nth-child(3) .icon-group img{
	margin-bottom: 30px;
} */

.icon-row > div:nth-child(4) .icon-group{
	background-color: #d6d3c4;
	padding-top: 44px;
}
.icon-row > div:last-child .icon-group{
	background-color: var(--blue-box);
	padding-top: 38px;
}
.icon-row{
	justify-content: center;
	row-gap: 20px;
}
.icon-group{
	text-align: center;
/*     display: flex; */
/*     align-items: baseline;
    flex-direction: column; */
     height: 178px;
    padding: 18px 30px 18px 30px;
/*     column-gap: 20px; */
/*     justify-content: center; */
}
.icon-group h3{
	font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    width: 100%;
}
.icon-group p{
	font-size: 20px;
	line-height: 26px;
	width: 100%;
	margin: 0;
}
.icon-group img{
	width: 25px;
    height: 50px;
    object-fit: contain;
    margin: 0 auto;
}
/* .icon-row > div:nth-child(2) .icon-group img{
	margin-bottom: 17px;
} */
.blue-block{
	background-color: var(--blue-box);
	width: 100%;
	padding: 15px 20px;
	border-radius: 5px;
	margin-top: 50px;
}
.blue-block p{
	font-size: 22px;
	line-height: 28px;
	color: var(--blue-color);
	margin-bottom: 0;
}
.blue-block p strong{
	font-weight: 600;
}
.blue-block p a{
	font-weight: 300;
	text-decoration: underline;
	color: var(--blue-color)
}
.banner-bt-block{
	color: var(--white-color);
	margin-top: 35px;
}
.banner-bt-block p:first-child strong{
	font-weight: 600;
	font-size: 22px;
}

.banner-bt-block ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
	counter-reset: counter;
}
.banner-bt-block ul li{
	font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 15px;
    position: relative;
}
.banner-bt-block ul li:last-child{
	margin-bottom: 5px;
}
.banner-bt-block ul li a{
	color: var(--white-color);
	text-decoration: none;
}
.banner-bt-block ul li::before{
	content: counter(counter);
    counter-increment: counter;
    color: var(--yellow-color);
    position: absolute;
    left: 0;
    top: 0px;
    font-size: 17px;
    font-weight: 600;
}
.banner-bt-block p{
	font-size: 22px;
    line-height: 34px;
}

.banner-bt-block h3{
	font-size: 30px;
	line-height: 38px;
	font-weight: 600;
}
.top-content{
	margin-bottom: 30px;
}

.why-attend-section{
	padding: 80px 0;
}

.why-attend-section .right-content-block h2, .inovation-section .left-content-block h2{
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: var(--blue-color);
	margin-bottom: 15px;
}

.why-attend-section .right-content-block ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.why-attend-section .right-content-block ul li{
	color: #4d5777;
	font-size: 22px;
	line-height: 32px;
	padding-left: 15px;
	margin-bottom: 10px;
	position: relative;
}
.inovation-section .left-content-block p, .mail-description p{
	color: #4d5777;
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
}
.mail-description p a{
	color: #4d5777;
}
.inovation-section .left-content-block p strong{
	font-weight: 600;
}
.why-attend-section .right-content-block ul li::before{
	content: '';
    width: 8px;
    height: 8px; 
    border-radius: 100%;
    background: #4d5777;
    position: absolute;
    left: 0;
    top: 10px;
}
.why-attend-section .right-content-block ul li strong{
	font-weight: 600;
}
.mail-description h3, .left-content-block h3{
	font-size: 27px;
	line-height: 37px;
	margin: 0;
	color: #4d5777;
	font-weight: 600;
	margin-bottom: 10px;
}
.left-content-block h3 a{
	color: #4d5777;
	text-decoration: none;
}
.left-content-block h3 a img{
	margin: 0 5px;
	width: 30px;
	position: relative;
	top: -3px;
}
.right-image-block{
	padding-right: 120px;
	position: relative;
}
.right-image-block .circle-content{
	width: 210px;
    height: 210px;
    background: var(--yellow-color);
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 18%;
}
.circle-content p{
	margin-bottom: 0;
	font-size: 27px;
	line-height: 37px;
	color: var(--blue-color);
}
.circle-content p strong{
	font-weight: 600;
}


.registration-information{
	background-color: var(--blue-color);
	padding: 9vw 0 4vw 0;
	position: relative;
	z-index: 1;
}
.registration-information::before{
	content: '';
    width: 100%;
    height: 11vw;
    background: url(../images/shap2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: -1;
}
.registration-information h2{
	font-weight: 600;
    font-size: 40px;
    line-height: 50px;
    color: var(--white-color);
    margin-bottom: 25px;
	text-align: center;
}

.registration-information ul li{
	font-size: 22px;
	color: var(--blue-color);
	line-height: 32px;
	font-weight: 300;
	padding: 10px 35px;
	margin-bottom: 15px;
}
.registration-information ul li a{
	color: var(--blue-color);
	text-decoration: none;
}
.registration-information ul li strong{
	font-weight: 600;
}
.registration-information ul li:first-child{
	background-color: #d6d3c4;
}
.registration-information ul li:last-child{
	background-color: var(--blue-color);
	text-align: center;
	font-size: 40px;
}
.registration-information ul li:last-child a{
	color: #ffffff;
}
.registration-information ul li:nth-child(2){
	background-color: var(--yellow-color);
}
.registration-information ul li:nth-child(3){
	background-color: var(--pink-color);
}
.registration-information ul li:nth-child(4){
	background-color: #a192b1;
}
.footer-block p{
	font-size: 20px;
	line-height: 30px;
	color: #000f3c;
	margin-bottom: 0;
	padding: 10px 0;
}
.footer-block .widget_block{
	margin-bottom: 0;
}
.tableft-content table{
	width: 100% !important;
	margin-bottom: 0;
}

.inovation-section{
	padding-top: 40px;
}


.event-overview{
	background-color: var(--blue-color);
	padding: 80px 0;
}

.event-overview h2{
	font-size: 40px;
	line-height: 50px;
	color: var(--white-color);
	font-weight: 600;
	text-align: center;
	width: 100%;
	margin-bottom: 35px;
}
.event-tab .nav-tabs{
	width: 100%;
    justify-content: center;
    gap: 20px;
    border: none;
	margin-bottom: 35px;
}
.event-tab .nav-tabs li a{
	font-size: 20px;
	color: var(--blue-color);
	font-weight: 600;
	border: none;
	background-color: var(--white-color);
	border-radius: 5px;
	transition: 0.5s ease-in;
}
.event-tab .nav-tabs li a:hover, 
.event-tab .nav-tabs .nav-item.show .nav-link, 
.event-tab .nav-tabs .nav-link.active{
	background-color: var(--yellow-color);
	border: none;
}
.event-tab .tableft-content table{
	border: none;
	border-collapse: separate;
	border-spacing: 20px 10px;
}

.event-tab .tableft-content table tbody tr td{
	border: 1px solid var(--white-color);
	padding: 10px 20px;
	color: var(--white-color);
	border-radius: 5px;
	font-size: 20px;
}
.event-tab .tableft-content table tbody tr td:first-child{
	font-weight: 600;
	padding: 10px 25px;
}
.event-tab .table-title{
	font-size: 22px;
    line-height: 32px;
    color: var(--white-color);
    margin-bottom: 21px;
    text-align: center;
}
.tableft-content p {
	font-size: 20px;
    line-height: 30px;
    color: var(--white-color);
    margin-left: 20px;
    text-align: center;
    margin-top: 20px;
}

.event-tab .tab-content{
    display: block !important;
    width: 100%  !important;
}
.page-template-landing-page-new .header-bg.show.expanded{
	height: 89px;
}
.page-template-landing-page-new #head-options ul li.head-search img{
	margin-bottom: 11px;
}

.banner-bt-block ul li a img, .registration-information ul li a img, .blue-block p a img{
	margin: 0 5px;
	width: 30px;
	position: relative;
	top: -3px;
}

.registration-information ul li a img{
	top: 0;
}
.registration-information ul li:nth-child(3) a img{
	top: -2px;
}
.registration-information ul li:last-child a img{
	width: 28px;
	top: 3px;
}
.simple-banner{
	z-index: 1 !important;
}
.simple-banner a img{
	width: 25px;
	position: relative;
    top: -2px;
}
.simple-banner a{
	text-decoration: none;
	color: var(--blue-color) !important;
}
.registration-information ul li:last-child a sup{
	font-size: 22px;
}
.left-content-block p{
	margin-bottom: 25px !important;
}
.icon-row > div:nth-child(4) .icon-group img{
	width: 23px;
}
.icon-row > div:last-child .icon-group img{
	width: 34px;
}
.kd-arrow-down{
    padding-left: 500px;
}

/************************scroll-down***************************/

.scroll-down-arrow {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2rem;
	animation: bounce 2s infinite;
	color: #fff;
	width: 40px;
	Height: 40px;
	border: 1px solid #fff;
	border-radius: 100%;
	z-index: 9999;
	transition: opacity 0.3s ease;
	display: flex;
	justify-content: center;
	align-items: center; 
}

.scroll-down-arrow.hidden {
  opacity: 0;
  pointer-events: none;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-10px);
  }
  60% {
    transform: translateX(-50%) translateY(-5px);
  }
}


@media(max-width: 1200px){
	.simple-banner {
		margin-top: 77px !important;
	}
}

@media(max-width: 749px){
	html, body{
		overflow-x: hidden;
	}
	header .site-branding a{
		display: block;
		text-align: center;
	}
	header .site-branding a img{
		width: 50%;
	}
	.banner-content-block .banner img{
		width: 70%;
	}
	.top-content p{
		font-size: 18px;
        line-height: 32px;
		text-align: center;
	}
	.icon-group{
		margin-bottom: 15px;
	}
	.blue-block p{
		font-size: 16px;
		line-height: 22px;
	}
	.banner-bt-block p{
		font-size: 18px;
		line-height: 28px;
	}
	.banner-bt-block ul li{
		font-size: 18px;
		line-height: 23px;
	}
	.banner-bt-block h3{
		font-size: 22px;
		line-height: 30px;
	}
	.banner-bottom-content-main{
		padding: 6vw 0 12vw 0;
	}
	.blue-block{
		margin-top: 20px;
	}
	.why-attend-section .right-content-block h2, 
	.inovation-section .left-content-block h2, .event-overview h2{
		font-size: 30px;
		line-height: 40px;
	}
	.why-attend-section .right-content-block ul li{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 5px;
	}
	.why-attend-section{
		padding: 60px 0;
	}
	.why-attend-section .right-content-block h2{
		margin-top: 20px;
	}
	.event-tab .nav-tabs li a{
		font-size: 11px;
	}
	.event-tab .nav-tabs{
		gap: 9px;
		margin-bottom: 22px;
		margin-left: 0;
	}
	.event-tab .table-title{
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 14px;
	}
	.event-tab .tableft-content table tbody tr td{
		font-size: 16px;
		line-height: 22px;
	}
	.inovation-section .left-content-block p, .mail-description p{
		font-size: 18px;
		line-height: 28px;
	}
	.registration-information ul{
		margin: 0;
		padding: 0;
	}
	.registration-information ul li{
		font-size: 17px;
		line-height: 27px;
		padding: 10px 18px;
	}
	.registration-information h2{
		font-size: 30px;
		line-height: 40px;
	}
	.registration-information{
		padding: 15vw 0 8vw 0;
	}
	.footer-block p{
		font-size: 15px;
		line-height: 23px;

	}
	.circle-content p{
		font-size: 20px;
		line-height: 28px;
	}
	.right-image-block .circle-content{
		width: 195px;
		height: 195px;
	}
	.tableft-content p {
		font-size: 18px;
		line-height: 28px;
		margin-left: 20px;
	}
	.registration-information ul li:last-child{
		font-size: 28px;
		line-height: 34px;
	}
	.registration-information ul li:last-child a sup{
		 font-size: 18px;
	}
	.page-template-landing-page-new header #logo a img{
		width: 83%;
	}
	.page-template-landing-page-new #head-options{
		display: none;
	}
	.icon-row > div:nth-child(3) .icon-group p{
	padding: 0;
}
	.icon-row > div:nth-child(3) .icon-group img{
	margin-bottom: 10px;
}
}

@media(max-width: 380px){
	.event-tab .tableft-content table tbody tr td{
		font-size: 12px;
        line-height: 18px;
	}
	.tableft-content p {
		font-size: 16px;
		line-height: 26px;
		margin-left: 20px;
	}
	.banner-bt-block ul li, 
	.inovation-section .left-content-block p, 
	.mail-description p, .event-tab .table-title, 
	.why-attend-section .right-content-block ul li, 
	.top-content p{
		font-size: 16px;
		line-height: 26px;
	}
	.banner-bt-block ul li{
		font-size: 16px;
		line-height: 23px;
	}
	.right-image-block{
		padding-right: 100px;
	}
	.right-image-block .circle-content{
		width: 165px;
		height: 165px;
		top: 5%;
	}
}

