body {
	color: #1A1A1A;
	background-color: #EEF0F3;
	font-family: "Inter", sans-serif;
}
a:hover {
	text-decoration: none;
}
a {
	transition: all .4s ease-in-out;
	text-decoration: unset;
	color: #1A1A1A;
}
p {
	color: #1A1A1A;
	line-height: 1.4;
	font-size: 15px;
	margin-bottom: 14px;
}
h1, h2, h3, h4, h5 {
	color: #1A1A1A;
	margin-bottom: 15px;
	font-weight: 600;
	text-transform: capitalize;
}
ul,
ol {
	margin-left: 20px;
	padding-left: 0;
}
.text-dark {
	color: #1A1A1A !important;
}
img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
.img-responsive {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.object-fit-contain {
	object-fit: contain !important;
}
.common-pd {
	padding: 60px 0;
}
.common-big-pd {
	padding: 90px 0;
}
.common-exbig-pd {
	padding: 110px 0;
}
.common-small-pd {
	padding: 60px 0;
}
.inner-container {
	padding: 0 100px;
}
.inner-small-container {
	padding: 0 40px;
}
.common-big-title {
	font-weight: 600;
	font-size: 42px;
	line-height: 1.3;
	color: #1A1A1A;
	margin-bottom: 14px;
}
.common-sec-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.3;
	color: #1A1A1A;
	margin-bottom: 12px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
}
.common-sec-title:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 1.6px;
	width: 110px;
	background: linear-gradient(90deg, #EF4023 0%, #0B71B9 46.5%, #F9C920 68.5%, #14A850 100%);
}
.common-med-title {
	font-weight: 600;
	font-size: 30px;
	line-height: 1.3;
	color: #1A1A1A;
	margin-bottom: 12px;
	text-transform: uppercase;
}
.common-desc {
	color: #1A1A1A;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	margin-bottom: 14px;
}
.common-desc.editor p:last-child {
	margin-bottom: 0;
}
.common-sec-space {
	margin-top: 45px;
}
.common-row-gap {
	row-gap: 30px;
}
.theme-btn {
	padding: 11px 16px 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	border: 2px solid transparent;
	border-radius: 6px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: capitalize;
	background:
			linear-gradient(#fff, #fff) padding-box,
			linear-gradient(270deg, #F33C2B 0%, #FECA1E 50%, #13A64E 75%, #0571B9 100%) border-box;
	transition: all .4s ease;
}
.theme-btn:hover {
	background: linear-gradient(270deg, #F33C2B 0%, #FECA1E 50%, #13A64E 75%, #0571B9 100%);
	color: #fff;
}
.theme-btn.red {
	border-color: #F33C2B;
}
.theme-btn.yellow {
	border-color: #FECA1E;
}
.theme-btn.green {
	border-color: #13A64E;
}
.theme-btn.blue {
	border-color: #0571B9;
}
@keyframes Color{
   0%{
    color:#ef4023;
  }
  25%{
    color:#f9c920;
  }
  50%{
    color:#14a850;
  }
  100%{
    color:#0b71b9;
  }
}
@-moz-keyframes Color{
  0%{
    color:#ef4023;
  }
  25%{
    color:#f9c920;
  }
  50%{
    color:#14a850;
  }
  100%{
    color:#0b71b9;
  }
}
@-webkit-keyframes Color{
   0%{
    color:#ef4023;
  }
  25%{
    color:#f9c920;
  }
  50%{
    color:#14a850;
  }
  100%{
    color:#0b71b9;
  }
}
.header .header-nav {
	padding: 0 0 10px;
}
.header-nav .custom-logo {
	height: 90px;
	object-position: left;
}
.header-nav .nav-link {
	font-size: 15px;
	font-weight: 500;
	padding: 10px !important;
	color: #1A1A1A;
}
.header-nav .header-flex {
	display: flex;
	align-items: center;
	padding-right: 20px;
}
.header-nav .header-content {
	display: flex;
	align-items: center;
}
.header-nav .header-flex .heading {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 2px;
	line-height: 1.2;
}
.header-nav .header-flex .date {
	animation: Color 1.5s linear infinite;
	-webkit-animation: Color 1.5s ease-in-out infinite;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	text-transform: uppercase;
}
.header-nav .header-flex .icon {
	border: 1px solid #1A1A1A;
	border-radius: 50%;
	height: 46px;
	width: 46px;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-nav .header-flex .info {
	padding-left: 10px;
}
.banner-sec .video-block {
	position: relative;
	height: 560px;
	overflow: hidden;
	/* border-bottom: 1px solid #000000; */
}
.banner-sec .video-block iframe,
.banner-sec .video-block video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	mix-blend-mode: multiply;
	transform: scale(1.4) scaleX(-1);
}
.banner-sec .tech-partner {
	display: inline-flex;
	align-items: center;
	position: relative;
	top: -10px;
	padding-left: 10px;
}
.banner-sec .tech-partner .icon {
	height: 40px;
	width: 40px;
	background: #D9D9D9;
	border-radius: 50%;
	padding: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #EEF0F3;
}
.banner-sec .tech-partner .icon:nth-child(2) {
	margin-left: -10px;
}
.banner-sec .tech-partner .icon:nth-child(3) {
	margin-left: -10px;
}
.banner-sec .banner-title-block {
	position: relative;
}
.banner-sec .heading-title {
	position: absolute;
	left: -12%;
	top: 44%;
	transform: rotate(271deg);
	text-transform: uppercase;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}
.banner-sec .banner-info {
	margin-left: 30px;
	border-left: 1px solid #1A1A1A;
	padding-left: 20px;
}
.banner-sec .banner-title {
	font-size: 48px;
	text-transform: uppercase;
	font-weight: 400;
	display: inline;
}
.banner-sec .banner-title span {
	font-weight: 700;
}
.banner-sec .content-block {
	padding-right: 6em;
	padding-left: 1em;
	height: 100%;
	place-content: center;
}
.banner-sec .buy-button {
	margin-top: 50px;
}
.banner-sec .buy-button.after {
	margin-right: 30px;
	position: relative;
}
.banner-sec .buy-button.card-block .theme-btn {
	padding: 12px 16px 11px;
	min-width: 110px;
}
.banner-sec .buy-button.after:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	height: 0.8px;
	width: 66%;
	transform: translateY(-50%);
	background: #1A1A1A;
}
footer.footer {
	background: #4A4A4A;
}
footer.footer .custom-logo {
	height: 105px;
	object-position: left;
}
footer.footer .footer-title {
	font-size: 80px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding-right: 60px;
	line-height: 1.1;
	margin-top: 40px;
}
footer.footer .social-block {
	background: #FFFFFF;
	border: 2px solid #000;
	border-radius: 10px;
	margin-bottom: 10px;
}
footer.footer .social-block a {
	padding: 20px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer.footer .social-block .title {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
footer.footer .social-block svg {
	font-size: 20px;
}
footer.footer .social-block.green {
	border-color: #13A64E;
}
footer.footer .social-block.green:hover {
	background: #13A64E;
}
footer.footer .social-block:hover * {
	color: #fff;
}
footer.footer .social-block.yellow {
	border-color: #FECA1E;
}
footer.footer .social-block.yellow:hover {
	background: #FECA1E;
}
footer.footer .social-block.blue {
	border-color: #0571B9;
}
footer.footer .social-block.blue:hover {
	background: #0571B9;
}
footer.footer .social-block.red {
	border-color: #F33C2B;
}
footer.footer .social-block.red:hover {
	background: #F33C2B;
}
footer.footer .footer-nav-links {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}
footer.footer .footer-nav-links .nav-link {
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	text-transform: uppercase;
}
footer.footer .copyright-text {
	color: #fff;
	text-align: center;
	font-size: 15px;
}
footer.footer .copyright-text a { 
	color: #fff;
}
footer.footer .copyright-sec {
	border-top: 1px solid #FFFFFF;
	margin-top: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.industries-sec {
	position: relative;
}
.industries-sec:after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	height: 1px;
	width: 100%;
	background:#A8A8A8;
	z-index: -1;
}
.industries-sec .bg-block {
	background: #FFFFFF;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
}
.industries-sec .bg-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 0 solid transparent;
	border-bottom: 20px solid #A8A8A8;
	z-index: -1;
}
.industries-sec .bg-block:after {
	content: '';
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-right: 20px solid transparent;
	border-left: 0 solid transparent;
	border-bottom: 20px solid #A8A8A8;
	z-index: -1;
}
.industries-sec .info-block {
	padding: 60px 70px 50px;
}
.industries-sec .info-block .common-desc {
	padding-left: 30px;
}
.industries-sec .info-block .image-block {
	padding: 0 20px;
}
.industries-sec .slider-block .icon {
	background: #EAEAEA;
	border-radius: 50%;
	height: 50px;
	width: 50px;
	padding: 10px;
}
.industries-sec .slider-block {
	display: flex;
	align-items: center;
	gap: 15px;
	justify-content: center;
	border: 1px solid #D8D8D8;
	border-left: 0;
	border-bottom: 0;
	padding: 15px;
}
.industries-sec .slider-block .title {
	font-size: 17px;
}
.live-words-sec {
	border-top: 1px solid #1A1A1A;
}
.live-words-sec .image-block {
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.live-words-sec .video-block {
	padding: 0 15px;
	text-align: center;
}
.live-words-sec .image-block:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #0000004D;
}
.live-words-sec .image-block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url(../images/play-img.png);
}
.live-words-sec .image-block:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	height: 45px;
	width: 45px;
	background: url(../images/play-img.png);
	background-repeat: no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
}
.live-words-sec .video-block .speaker-title {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.live-words-sec .video-block .speaker-designation {
	font-size: 16px;
	margin-bottom: 0;
}
.live-words-sec .video-block .info {
	padding: 0 30px;
}
.banner-sec .card-space {
	padding-bottom: 10em;
}
@keyframes exanding {
  0% {
    bottom: 30%;
		width: 40%;
  }
  30% {
    bottom: -5%;
		width: 100%;
  }
  50% {
		bottom: -5%;
		width: 100%;
  }
  100% {
		bottom: -5%;
		width: 100%;
  }
}
@keyframes exanding-rev {
  0% {
		bottom: -5%;
		width: 100%;
  }
	30% {
		bottom: -5%;
		width: 100%;
	}
  50% {
		bottom: -5%;
		width: 100%;
  }
	100% {
		bottom: 30%;
		width: 40%;
	}
}
@keyframes exanding-block {
  0% {
    height: 46px;
		color: #1A1A1A;
  }
  20% {
		height: 120px;
		color: transparent;
	}
  30% {
    height: 150px;
		color: transparent;
  }
  50% {
		height: 150px;
		color: transparent;
  }
  100% {
		height: 150px;
		color: transparent;
  }
}
@keyframes exanding-block-rev {
  0% {
		height: 150px;
		color: transparent;
  }
  20% {
		height: 150px;
		color: transparent;
	}
  30% {
    height: 150px;
		color: transparent;
  }
  50% {
		height: 120px;
		color: transparent;
  }
  100% {
    height: 46px;
		color: #1A1A1A;
  }
}
@keyframes exanding-block-hidden {
  0% {
    height: 0;
    width: 0;
		opacity: 0;
		color: transparent;
  }
  30% {
    height: 0;
		width: 100%;
		opacity: 0.6;
		color: #fff;
  }
  35% {
		height: 100%;
		opacity: 1;
		color: #fff;
  }
  100% {
		height: 100%;
		width: 100%;
		opacity: 1;
		color: #fff;
  }
}
@keyframes exanding-block-hidden-rev {
  0% {
		height: 100%;
		width: 100%;
		opacity: 1;
		color: #fff;
  }
  30% {
		height: 100%;
		width: 100%;
		opacity: 1;
		color: #fff;
  }
	35% {
		height: 0;
		width: 100%;
		opacity: 0.6;
		color: #fff;
	}
	50% {
		height: 0;
		width: 60%;
		opacity: 0;
		color: #fff;
	}
  100% {
    height: 0;
    width: 0;
		opacity: 0;
		color: transparent;
  }
}
.banner-sec .animate-sec {
	position: relative;
}
.banner-sec .card-block {
  display: flex;
  gap: 15px;
	position: absolute;
	bottom: 30%;
}
.banner-sec .card-block .theme-btn {
	position: relative;
}
.banner-sec .card-block .theme-btn .hidden {
	height: 0;
	width: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}
.banner-sec .card-block .theme-btn .hidden:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 170px;
	width: 170px;
	background: url(../images/bg-img.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.banner-sec .card-block.expand-cards .theme-btn .hidden {
	height: 0;
	width: 0;
	opacity: 0;
	color: transparent;
	animation: exanding-block-hidden 3s ease forwards;
	padding: 20px;
}
.banner-sec .card-block.expand-cards.reverse .theme-btn .hidden {
	animation: exanding-block-hidden-rev 3s ease forwards;
}
.banner-sec .card-block.expand-cards {
	animation: exanding 3s ease forwards;
}
.banner-sec .card-block.expand-cards.reverse {
	animation: exanding-rev 3s ease forwards;
}
.banner-sec .card-block.expand-cards .theme-btn {
	flex: 1;
	height: 46px;
	animation: exanding-block 3s ease forwards;
}
.banner-sec .card-block.expand-cards.reverse .theme-btn {
	animation: exanding-block-rev 3s ease forwards;
}
.banner-sec .card-block.expand-cards .theme-btn.red {
	background: #F33C2B;
}
.banner-sec .card-block.expand-cards .theme-btn.yellow {
	background: #FECA1E;
}
.banner-sec .card-block.expand-cards .theme-btn.green {
	background: #13A64E;
}
.banner-sec .card-block.expand-cards .theme-btn.blue {
	background: #0571B9;
}
.banner-sec .card-block.expand-cards.reverse .theme-btn.red {
	background: #fff;
}
.banner-sec .card-block.expand-cards.reverse .theme-btn.yellow {
	background: #fff;
}
.banner-sec .card-block.expand-cards.reverse .theme-btn.green {
	background: #fff;
}
.banner-sec .card-block.expand-cards.reverse .theme-btn.blue {
	background: #fff;
}
.banner-sec .card-block .theme-btn .hidden .title {
	font-size: 17px;
	font-weight: 400;
}
.banner-sec .card-block .theme-btn .hidden .date {
	font-size: 18px;
	font-weight: 700;
}
.banner-sec .card-block .theme-btn:hover {
	background: #fff;
	color: #1A1A1A;
}
.sec-padding{ 
padding:4em 0px;
}
.sec-ttlblk
{
	margin-bottom: 3.5em;
}
.sec-title {
	font-size: 38px;
	margin-bottom: 30px;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	color: #1A1A1A;
	position: relative;  
}
.sec-ttlblk.text-center .sec-title::after {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0px;
	margin: 0px auto;
}
.sec-title::after {
	content: '';
	background: linear-gradient(90deg, #EF4023 0%, #0B71B9 46.5%, #F9C920 68.5%, #14A850 100%);
	width: 120px;
	height: 1.5px;
	position: absolute;
	bottom: -15px;
	left: 0;
}
.teghmabtsec
{
	position: relative;
}
.teghmabtsec .teghmabtrow
{
	background: #F6F6F6;
	border-radius: 20px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	margin-top: 2em;
}
.teghmabtsec .teghmabtrow:after
{
	content: '';
	position: absolute;
	top: -1.5em;
	right: -2.8em;
	z-index: -1;
	width: 410px;
	height: 230px;
	background-image: url(../images/teg-pattern.png);
	background-size: cover;
	background-position: center;
	opacity: 0.3;
}
.teghmabtsec .teghmabtimgblk
{
	position: relative;
	z-index: 0;
}
.teghmabtsec .teghmabtimgblk:before
{
	content: '';
	position: absolute;
	left: -20em;
	top: -7.2em;
	height: 750px;
	width: 750px;
	background: #F6F6F6;
	border-radius: 50%;
	border: 3em solid #eef0f3;
	z-index: -1;
}
.teghmabtsec .teghmabtcntblk
{
	padding: 7em 8em 7em 4em;
}
.teghmabtsec .teghmabtcntblk .abtttl
{
	font-weight: 700;
	font-size: 30px;
}
.teghmabtsec .teghmabtcntblk .abtttl span
{
	font-weight: 400;
}
.teghmabtsec .teghmabtcntblk .desc
{
	margin-bottom: 3em;
}
.teghmabtsec .teghmabtcntblk .teghmabtmvblk
{
	padding-right: 35px;
	position: relative;
}
.teghmabtsec .teghmabtcntblk .teghmabtmvblk:after
{
	content: '';
	position: absolute;
			right: -12px;
	top: 0;
	width: 1.3px;
	height: 100%;
	background: linear-gradient(360deg, #EF4023 0%, #0B71B9 46.5%, #F9C920 68.5%, #14A850 100%);
}
.teghmabtsec .teghmabtcntblk .teghmabtmvblk .abtmvblk
{
	background: #fff;
	padding: 30px 20px;
	border-radius: 8px;
	border: 1.6px solid #B8B8B8;
	margin-bottom: 7px;
}
.teghmabtsec .teghmabtcntblk .teghmabtmvblk .abtmvblk:last-child
{
	margin-bottom: 0px;
}
.teghmabtsec .teghmabtcntblk .teghmabtmvblk .abtmvblk .mvttl
{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.teghmabtsec .teghmabtcntblk .teghmabtmvblk .abtmvblk .mvdesc::-webkit-scrollbar {
	width: 4px;
}
.teghmabtsec .teghmabtcntblk .teghmabtmvblk .abtmvblk .mvdesc::-webkit-scrollbar-track {
	background: #f1f1f1;
}
.teghmabtsec .teghmabtcntblk .teghmabtmvblk .abtmvblk .mvdesc::-webkit-scrollbar-thumb {
	background: #F33C2B;
	border-radius: 10px;
}
.teghmabtsec .teghmabtcntblk .teghmabtmvblk .abtmvblk .mvdesc::-webkit-scrollbar-thumb:hover {
	background: #c92f22;
}
.teghmabtsec .teghmabtcntblk .teghmabtmvblk .abtmvblk .mvdesc
{
	font-size: 14px;
	margin-bottom: 0;
	height: 70px;
	overflow-y: scroll;
	padding-right: 5px;
}
.teghmabtsec .teghmabtcntblk .teghmabtnumsblk
{
	padding-left: 35px;
	position: relative;
}
.teghmabtsec .teghmabtcntblk .teghmabtnumsblk .abtnumblk
{
	margin-bottom: 45px;
}
.teghmabtsec .teghmabtcntblk .teghmabtnumsblk .abtnumblk:last-child
{
	margin-bottom: 0;
}
.teghmabtsec .teghmabtcntblk .teghmabtnumsblk .abtnumblk .numcnt
{
	margin-bottom: 5px;
	font-size: 3em;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 1px;
}
.teghmabtsec .teghmabtcntblk .teghmabtnumsblk .abtnumblk .numtxt
{
	margin-bottom: 0;
	font-size: 20px;
	text-transform: capitalize;
}
.teghmabtsec .teghmabtcntblk .teghmabtnumsblk .abtnumblk:nth-child(1) .numcnt
{
	color: #13A64E;
}
.teghmabtsec .teghmabtcntblk .teghmabtnumsblk .abtnumblk:nth-child(2) .numcnt
{
	color: #0571B9;
}
.teghmvideosec .teghmvideotabsblk
{
	text-align: center;
}
.teghmvideosec .teghmvideotabsblk .videottl
{
	font-size: 22px;
	margin-bottom: 30px;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs
{
	border: none;
	display: flex;
	justify-content: center;
	margin-bottom: 3em;
	margin-left: 0;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item
{
	margin: 0 6px;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item .nav-link
{
	color: #1A1A1A;
	text-transform: capitalize;
	font-size: 14px;
	background: #fff;
	border-radius: 7px;
	border: 2px solid #1A1A1A;
	padding: 12px 20px;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item .nav-link.active
{
	background: #1A1A1A;
	color: #fff;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item:nth-child(1) .nav-link
{
	border: 2px solid #F33C2B;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item:nth-child(2) .nav-link
{
	border: 2px solid #FECA1E;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item:nth-child(3) .nav-link
{
	border: 2px solid #13A64E;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item:nth-child(4) .nav-link
{
	border: 2px solid #0571B9;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item:nth-child(1) .nav-link.active
{
	background: #F33C2B;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item:nth-child(2) .nav-link.active
{
	background: #FECA1E;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item:nth-child(3) .nav-link.active
{
	background: #13A64E;
}
.teghmvideosec .teghmvideotabsblk ul.nav-tabs li.nav-item:nth-child(4) .nav-link.active
{
	background: #0571B9;
}
.teghmvideosec .videoblk {
	height: 605px;
}
.teghmvideosec .videoblk iframe
{
	margin-bottom: 0px;
	border-radius: 20px;
}
.teghmvideotestisec
{
	border-top: 1px solid #1A1A1A;
	padding-top: 4em;
	padding-bottom: 4em;
}
.teghmvideotestisec .teghmvideotestiblk
{
	margin-top: 1em;
}
.teghmvideotestisec .videotestiblk
{
			margin: 0 30px;
	text-align: center;
}
.teghmvideotestisec .videotestiblk .videothumb
{
	position: relative;
	border-radius: 12px;
	z-index: 0;
	margin-bottom: 30px;
}
.teghmvideotestisec .videotestiblk .videothumb:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.5;
	border-radius: 12px;
}
.teghmvideotestisec .videotestiblk .videothumb img
{
	border-radius: 12px;
}
.teghmvideotestisec .videotestiblk .videothumb .videoicon
{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 40px;
	width: 40px;
}
.teghmvideotestisec .videotestiblk .videothumb .videoicon img
{
	height: 40px;
}
.teghmvideotestisec .videotestiblk .videocnt
{
	padding: 0 20px;
}
.teghmvideotestisec .videotestiblk .videocnt .ttl
{
	font-size: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.teghmvideotestisec .videotestiblk .videocnt .desig
{
	margin-bottom: 0;
}
.teghmglimpsesec
{
	background: #fff;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.teghmglimpsesec:after
{
	content: '';
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: -1;
	width: 264px;
	height: 457px;
	background-image: url(../images/glimpseback.png);
	background-size: cover;
	background-position: center;
	opacity: 0.7;
}
.teghmglimpsesec .teghmglimpsergtblk
{
	padding: 0 6em;
}
.teghmglimpsesec .glimpsetxt
{
	text-align: right;
	padding: 3em 2em;
	text-transform: capitalize;
}
.teghmglimpsesec .glimpseimg img
{
	border-radius: 8px;
}
.glimpseslider .slick-list {
	border-radius: 8px;
	overflow: hidden;
}
.teghmglimpsesec .glimpselogo
{
	padding: 1em 2em;
}
.teghmglimpsesec .glimpselogo .logoblk
{
	background: #F4F4F4;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px dashed #000;
}
.teghmglimpsesec .glimpselogo .logoblk img
{
	height: 50px;
}
.teghmglimpsesec .glimpseslider
{
	border-radius: 8px;
}
.teghmteamsec .teghmteamblk ul.nav-tabs
{
	border: none;
	display: flex;
	justify-content: center;
	margin-bottom: 3em;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item
{
	margin: 0 6px;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item .nav-link
{
	color: #1A1A1A;
	text-transform: capitalize;
	font-size: 14px;
	background: #fff;
	border-radius: 7px;
	border: 2px solid #1A1A1A;
	padding: 12px 20px;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item .nav-link.active
{
	background: #1A1A1A;
	color: #fff;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item:nth-child(1) .nav-link
{
	border: 2px solid #F33C2B;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item:nth-child(2) .nav-link
{
	border: 2px solid #FECA1E;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item:nth-child(3) .nav-link
{
	border: 2px solid #13A64E;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item:nth-child(4) .nav-link
{
	border: 2px solid #0571B9;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item:nth-child(1) .nav-link.active
{
	background: #F33C2B;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item:nth-child(2) .nav-link.active
{
	background: #FECA1E;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item:nth-child(3) .nav-link.active
{
	background: #13A64E;
}
.teghmteamsec .teghmteamblk ul.nav-tabs li.nav-item:nth-child(4) .nav-link.active
{
	background: #0571B9;
}
.teghmteamsec .team-block
{
	border: 0.87px solid #000000;
	border-radius: 8px;
	position: relative;
	margin: 0 6px;
	z-index: 0;
}
.teghmteamsec .team-block .team-img
{
	position: relative;
	z-index: 0;
}
.teghmteamsec .team-block .team-img:after
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 47.18%, #000000 106.58%);
}
.teghmteamsec .team-block .team-img img
{
	border-radius: 8px;
}
.teghmteamsec .team-block .team-info
{
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 0 20px;
}
.teghmteamsec .team-block .team-info .name
{
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.teghmteamsec .team-block .team-info .designation
{
	margin-bottom: 0;
	color: #fff;
	font-weight: 400;
	font-size: 13px;
}
.teghmspeakersec
{
	background: #FFFFFF;
}
.teghmspeakersec .teghmspeakersblk ul.speakerslst
{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style: none;
	flex-wrap: wrap;
	row-gap: 50px;margin: 0;
}
.teghmspeakersec .teghmspeakersblk ul.speakerslst li
{
	width: 20%;
}
.teghmspeakersec .teghmspeakersblk ul.speakerslst li .speakerblk
{
	background: #EEF0F3;
	border: 2px solid #B8B8B8;
	border-radius: 10px;
	margin: 0 5px;
	margin-top: 7em;
}
.teghmspeakersec .teghmspeakersblk ul.speakerslst li .speakerblk:hover .speakerimg img
{
	filter: grayscale(1);
}
.teghmspeakersec .teghmspeakersblk ul.speakerslst li .speakerblk .speakerimg
{
	position: relative;
	margin-top: -8em;
}
.teghmspeakersec .teghmspeakersblk ul.speakerslst li .speakerblk .speakerimg:after
{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: linear-gradient(90deg, #EF4023 0%, #0B71B9 46.5%, #F9C920 68.5%, #14A850 100%);
}
.teghmspeakersec .teghmspeakersblk ul.speakerslst li .speakerblk .speakerinfo
{
	text-align: center;
	padding: 20px 20px;
	min-height: 100px;
}
.teghmspeakersec .teghmspeakersblk ul.speakerslst li .speakerblk .speakerinfo .name
{
	margin-bottom: 6px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
}
.teghmspeakersec .teghmspeakersblk ul.speakerslst li .speakerblk .speakerinfo .designation
{
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 13px;
}
.teghmtickitsec
{
	background: #fff;
}
.teghmtickitsec .tickitrow .col-xxl-4:nth-child(1) .tickitblk
{
	border: 1.5px solid #F33C2B;
}
.teghmtickitsec .tickitrow .col-xxl-4:nth-child(2) .tickitblk
{
	border: 1.5px solid #0571B9;
}
.teghmtickitsec .tickitrow .col-xxl-4:nth-child(3) .tickitblk
{
	border: 1.5px solid #13A64E;
}
.teghmtickitsec .tickitblk {
	background: #F6F6F6;
	border-radius: 10px;
	border: 1.5px solid #1A1A1A;
	padding: 5em 2.5em 4em;
	position: relative;
	margin-top: 1em;
	margin-bottom: 1em;
	z-index: 0;
	overflow: hidden;
}
.teghmtickitsec .tickitblk:after {
	content: '';
	position: absolute;
	bottom: -2em;
	right: -1em;
	z-index: -1;
	width: 230px;
	height: 410px;
	background-image: url(../images/teg-pattern1.png);
	background-size: cover;
	background-position: center;
	opacity: 0.3;
}
.tickittag
{
	position: absolute;
	left: 40px;
	top: 0;
	background: #F33C2B;
	color: #fff;
	padding: 4px 10px;
	border-bottom-left-radius: 7px;
	border-bottom-right-radius: 7px;
}
.teghmtickitsec .tickitblk .tickit-ttl
{
	border-bottom: 1px solid #1A1A1A;
	margin-bottom: 30px;
}
.teghmtickitsec .tickitblk .tickit-ttl .plan
{
	text-transform: capitalize;
	font-size: 15px;
	margin-bottom: 3px;
}
.teghmtickitsec .tickitblk .tickit-ttl .price
{
	font-size: 3em;
	font-weight: 700;
	line-height: 1.2;
}
.teghmtickitsec .tickitblk .tickit-ttl .price .sign
{
	font-weight: 600;
	font-size: 30px;
	position: relative;
	top: -13px;
}
.teghmtickitsec .tickitblk .tickit-ttl .price .txt
{
	font-weight: 400;
	font-size: 16px;
}
.teghmtickitsec .tickitblk .tickit-info
{
	margin-bottom: 30px;
}
.teghmtickitsec .tickitblk .tickit-info ul
{
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.teghmtickitsec .tickitblk .tickit-info ul li
{
	position: relative;
	margin-bottom: 8px;
}
.teghmtickitsec .tickitblk .tickit-info ul li::before {
	content: '\f058';
	font-family: "Font Awesome 6 Free";
	margin-right: 10px;
	font-weight: 900;
	color: #1A1A1A;
	font-size: 14px;
}
.teghmtickitsec .tickitblk .tickit-btn .buynowbtn
{
	background: #000000;
	width: 100%;
	display: block;
	color: #fff;
	padding: 13px 20px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
}
.teghmtickitsec .tickitrow .col-xxl-4:nth-child(1) .tickitblk .tickit-btn .buynowbtn:hover
{
	background: #F33C2B;
}
.teghmtickitsec .tickitrow .col-xxl-4:nth-child(2) .tickitblk .tickit-btn .buynowbtn:hover
{
	background: #0571B9;
}
.teghmtickitsec .tickitrow .col-xxl-4:nth-child(3) .tickitblk .tickit-btn .buynowbtn:hover
{
	background: #13A64E;
}
.teghmexhibitorsec .border-sec {
	border-top: 1px solid #564303;
}
.teghmexhibitorsec .exhibitorlst {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(3, 130px);
	padding: 0;
	margin: 0;
	list-style: none;
	border: 1px solid #eef0f3;
	overflow: hidden;
}

.teghmexhibitorsec .exhibitorlst li {
	height: 130px;
	border: 3px solid #eef0f3;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	overflow: hidden;
	perspective: 1000px;
	transition: all 0.5s ease;
}
.teghmexhibitorsec .exhibitorlst li img {
	max-width: 120px;
	max-height: 60px;
	transition: all 0.9s ease;
	transform-origin: center;
}
.effect-slide img {
	transform: translateY(-120%) scale(0.8);
	opacity: 0;
}
.effect-rotate img {
	transform: rotate(360deg) scale(0.6);
	opacity: 0;
}
.effect-flip img {
	transform: rotateY(180deg) scale(0.8);
	opacity: 0;
}
.effect-fade img {
	opacity: 0;
	transform: scale(0.9);
}
.effect-zoom img {
	transform: scale(0);
	opacity: 0;
}
.effect-bounce img {
	transform: translateY(-30px) scale(0.8);
	opacity: 0;
}
.effect-tilt img {
	transform: rotate(-20deg) scale(0.8);
	opacity: 0;
}



.innovation-sec {
	overflow: hidden;
}
.carousel-container {
  position: relative;
  width: 350px;
  height: 420px;
	margin: 0 auto;
}
.carousel-container .carousel {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-container .card {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #00000033;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.6s ease-in-out;
  z-index: 0;
}
.carousel-container .card.active {
	border: 1px solid #000000;
	opacity: 1;
}
.carousel-container .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.carousel-container .card .image-block {
	position: relative;
	width: 100%;
  height: 100%;
	transition: all 0.6s ease-in-out;
}
.carousel-container .card.active .image-block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.65%, #000000 100%);
}
.carousel-container .card .image-block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
  height: 100%;
	opacity: 0.8;
	transition: all 0.6s ease-in-out;
	background: #FFFFFF;
}
.carousel-container .card.active {
  transform: translateX(0);
  z-index: 5;
}
.carousel-container .card.prev1 {
  transform: translateX(-30%) rotate(-4deg);
  z-index: 4;
	top: 40px;
}
.carousel-container .card.next1 {
  transform: translateX(30%) rotate(4deg);
  z-index: 4;
	top: 40px;
}
.carousel-container .card.prev2 {
  transform: translateX(-60%) rotate(-4deg);
  z-index: 3;
	top: 100px;
}
.carousel-container .card.next2 {
  transform: translateX(60%) rotate(4deg);
  z-index: 3;
	top: 100px;
}
.carousel-container .btn {
	position: absolute;
	top: 50%;
	width: 34px;
	height: 34px;
	transform: translateY(-50%);
	background: #1A1A1A;
	color: #fff;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
}
.carousel-container .prev {
  left: -95%;
}
.carousel-container .next {
  right: -95%;
}
.carousel-container .card .info {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	place-content: end;
	padding: 30px;
	z-index: 4;
	opacity: 0;
	transition: all 0.6s ease-in-out;
}
.carousel-container .card.active .info {
	opacity: 1;
}
.carousel-container .card .info .title {
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}
.carousel-container .card .info .desc {
	color: #fff;
}
.preload {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgb(249, 249, 249);
	background-image: url(../images/loader-img.png);
	background-repeat: no-repeat;
	background-size: 75px;
	background-position: center center;
}
.preload:after {
	content: '';
	position: absolute;
	height: 120px;
	width: 120px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	padding: 2px;
	background: linear-gradient(90deg, #EF4023 0%, #0B71B9 46.5%, #F9C920 68.5%, #14A850 100%);
	-webkit-mask: 
			linear-gradient(#fff 0 0) content-box, 
			linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	animation: spin 1.5s linear infinite;
}
@keyframes spin {
	0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
	100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}
.sponsor-sec .bg-block {
	background: #FFFFFF;
	border-radius: 10px;
	border: 1px solid #B1B1B1;
	margin: 0 25px;
}
.sponsor-sec .package-block .img-block {
	height: 55px;
}
.sponsor-sec .package-block .package-title {
	text-align: center;
	padding-top: 14px;
	margin: 0;
	font-size: 20px;
}
.sponsor-sec .bg-block .package-block {
	padding: 25px 60px 20px;
	border-bottom: 1px solid #B1B1B1;
}
.sponsor-sec .bg-block .main-sponsor-block {
	padding: 70px 45px;
}
.sponsor-sec .bg-block .sponsor-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sponsor-sec .sponsor-block .image-block {
	width: 50%;
	padding: 10px 20px;
	border-bottom: 1px solid #B1B1B1;
	height: 55px;
}
.sponsor-sec .sponsor-block .image-block:last-child, .sponsor-sec .sponsor-block .image-block:nth-last-child(2) {
	border-bottom: 0;
}
.sponsor-sec .bg-block .sponsor-block:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 1px;
	background: #B1B1B1;
}
.sponsor-sec .theme-btn {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 50px;
}
.event-listing-sec {
	position: relative;
}
.event-listing-sec:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/bg-pattern.png);
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	opacity: 0.1;
	z-index: -1;
}
.teghmexhibitorsec .theme-btn {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 50px;
}
.event-listing-sec .nav-tabs {
	margin: 0;
	border: 0;
	flex-flow: column;
	gap: 6px;
	padding-bottom: 120px;
}
.event-listing-sec .nav-item.red .nav-link.active {
	background: #F33C2B;
}
.event-listing-sec .nav-item.red .nav-link {
	border: 2px solid #F33C2B;
}
.event-listing-sec .nav-item.yellow .nav-link.active {
	background: #FECA1E;
}
.event-listing-sec .nav-item.yellow .nav-link {
	border-color: #FECA1E;
}
.event-listing-sec .nav-item.green .nav-link.active {
	background: #13A64E;
}
.event-listing-sec .nav-item.green .nav-link {
	border-color: #13A64E;
}
.event-listing-sec .nav-item.blue .nav-link.active {
	background: #0571B9;
}
.event-listing-sec .nav-item.blue .nav-link {
	border-color: #0571B9;
}
.event-listing-sec .nav-item .nav-link.active {
	color: #fff;
}
.event-listing-sec .nav-item .nav-link {
	border: 2px solid #1A1A1A;
	background: #fff;
	border-radius: 5px;
	color: #1A1A1A;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 16px;
}
.event-listing-sec .left-block {
	position: sticky;
	top: 0;
	margin-left: 20px;
	padding-bottom: 60px;
}
.event-listing-sec .left-block .after-title {
	font-size: 120px;
	position: relative;
	left: -130px;
	top: 0;
	font-weight: 600;
	color: #D9D9D9;
	writing-mode: vertical-rl;
	transform: rotate(180deg);
}
.event-listing-sec .flex-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}
.event-listing-sec .flex-sec .day-title {
	font-size: 24px;
	text-transform: uppercase;
}
.event-listing-sec .flex-sec .time-title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
}
.event-listing-sec .schedule-block {
	border: 2px solid #fff;
	border-radius: 10px;
	position: relative;
}
.event-listing-sec .schedule-list .schedule-block:nth-child(4n+1) {
	border-color: #F33C2B;
}
.event-listing-sec .schedule-list .schedule-block:nth-child(4n+2) {
	border-color: #0571B9;
}
.event-listing-sec .schedule-list .schedule-block:nth-child(4n+3) {
	border-color: #13A64E;
}
.event-listing-sec .schedule-list .schedule-block:nth-child(4n+4) {
	border-color: #FECA1E;
}
.event-listing-sec .schedule-block .event-flex {
	display: flex;
	align-items: center;
	border-top: 1px solid #1A1A1A;
	background: #E8E8E8;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.event-listing-sec .schedule-block .event-block {
	width: 33.33%;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	border-right: 1px solid #1A1A1A;
	padding: 10px;
}
.event-listing-sec .schedule-block .event-block:last-child {
	border-right: 0;
}
.event-listing-sec .event-block .img {
	height: 26px;
	border-radius: 50%;
	overflow: hidden;
}
.event-listing-sec .event-block .title {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}
.event-listing-sec .schedule-block .event-info {
	padding: 22px 25px;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.event-listing-sec .schedule-list {
	padding-left: 70px;
	position: relative;
}
.event-listing-sec .schedule-block .event-time {
	color: #555555;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 500;
}
.event-listing-sec .schedule-block .event-title {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}
.event-listing-sec .schedule-block .event-desc {
	font-size: 14px;
	color: #555555;
}
.event-listing-sec .schedule-list:after {
	content: '';
	position: absolute;
	top: 0;
	left: 27px;
	height: 100%;
	width: 1px;
	background: #1A1A1A;
}
.event-listing-sec .schedule-block .after-title {
	position: absolute;
	top: -2px;
	left: -75px;
	z-index: 1;
	background: #FFFFFF;
	padding: 2px;
	text-transform: uppercase;
	font-size: 14px;
	min-width: 60px;
	text-align: center;
	font-weight: 500;
}
.banner-sec .video-block:after {
	content: '';
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 360px;
	width: 360px;
	background: #fff;
	z-index: -1;
	border-radius: 50%;
}