
@font-face { font-family: "Hero-Light"; src: url("../fonts/Hero_Light.otf"); }
@font-face { font-family: "Poppins"; src: url("../fonts/Poppins-Regular.ttf"); }
@font-face { font-family: "Poppins-Black"; src: url("../fonts/Poppins-Black.ttf"); }
@font-face { font-family: "Poppins-Bold"; src: url("../fonts/Poppins-Bold.ttf"); }
@font-face { font-family: "Poppins-Medium"; src: url("../fonts/Poppins-Medium.ttf"); }
@font-face { font-family: "Poppins-SemiBold"; src: url("../fonts/Poppins-SemiBold.ttf"); }
@font-face { font-family: "Poppins-Light"; src: url("../fonts/Poppins-Light.ttf"); }
@font-face { font-family: "Poppins-ExtraBold"; src: url("../fonts/Poppins-ExtraBold.ttf"); }

@font-face { font-family: "Jost-Black"; src: url("../fonts/Jost-Black.ttf"); }
@font-face { font-family: "Jost-Bold"; src: url("../fonts/Jost-Bold.ttf"); }
@font-face { font-family: "Jost-Light"; src: url("../fonts/Jost-Light.ttf"); }
@font-face { font-family: "Jost-Medium"; src: url("../fonts/Jost-Medium.ttf"); }
@font-face { font-family: "Jost"; src: url("../fonts/Jost-Regular.ttf"); }
@font-face { font-family: "Jost-SemiBold"; src: url("../fonts/Jost-SemiBold.ttf"); }


@font-face { font-family: "Nunito-Black"; src: url("../fonts/Nunito-Black.ttf"); }
@font-face { font-family: "Nunito"; src: url("../fonts/Nunito-Regular.ttf"); }
@font-face { font-family: "Nunito-SemiBold"; src: url("../fonts/Nunito-SemiBold.ttf"); }
@font-face { font-family: "Nunito-Medium"; src: url("../fonts/Nunito-Medium.ttf"); }
@font-face { font-family: "Nunito-Bold"; src: url("../fonts/Nunito-Bold.ttf"); }
@font-face { font-family: "Nunito-Light"; src: url("../fonts/Nunito-Light.ttf"); }


@font-face { font-family: "Montserrat"; src: url("../fonts/Montserrat-Regular.otf"); }

/*
@import url(https://db.onlinewebfonts.com/c/e8ac99972012d5f7a415f5299e95ffdf?family=Hero+Light+Regular);


@font-face {
     font-family: "Hero Light";
    src: url("https://db.onlinewebfonts.com/t/e8ac99972012d5f7a415f5299e95ffdf.eot");
    src: url("https://db.onlinewebfonts.com/t/e8ac99972012d5f7a415f5299e95ffdf.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/e8ac99972012d5f7a415f5299e95ffdf.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/e8ac99972012d5f7a415f5299e95ffdf.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/e8ac99972012d5f7a415f5299e95ffdf.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/e8ac99972012d5f7a415f5299e95ffdf.svg#Hero Light")format("svg");
    font-weight:normal;
    font-style:normal;
    font-display:swap;
}
*/

html, body{height:100%;margin:0;padding:0;}

body{
    font-family:Poppins, Sans-serif;
    font-size: 15px;
    color: #000;
}

img{max-width:100%;}

.navbar-brand img {
  width: 110px;
}
.btn-outline-custom.rqstbtn {
  border: 1px solid #00e0ff;
  color: black;
  border-radius: 30px;
  padding: 6px 20px;
  font-weight:400;
  font-size:18px;
  font-family:Poppins, sans-serif;
  box-shadow:inset 0 0 0 0 #00e0ff;
  transition:ease-out 0.3s;
  position: relative;
    z-index: 1055;
}
.btn-outline-custom:hover {
  background: #00e0ff;
  box-shadow:inset -300px 0px 0px 0px  #00e0ff;
  color: #fff;
} 


.navshdow{
	box-shadow: 0 0px 10px rgb(0 0 0 / 60%);
	z-index:10012;
}

.navbar-expand-lg .navbar-nav .nav-link{
	color:#333;
	font-family:Poppins, sans-serif;
	font-weight:500;
	font-size:16px;
}

.dropdown-toggle::after {
  content: "\f078"; /* Unicode for fa-chevron-down */
  font-family: "Font Awesome 6 Free"; /* Font Awesome font */
  font-weight: 900; /* Required for solid style */
  margin-left: 10px;
      font-size: 15px;
  vertical-align: middle;
  border:none;
  transition: transform 0.3s;
}

.dropdown:hover .dropdown-toggle::after {
  transform: rotate(180deg);
}


.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu.navdrpdspn {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1050;
  border-top: 1px solid #ddd;
  background: #FEFEFE;
}

.navmegamnu h5{
	font-family: Poppins;
	font-weight: 600;
	font-size: 16px;
	color: #263238;
	margin-top:1rem;
	margin-bottom:2rem;
	text-align:left;
}

.navmegamnu .cadtext{
	font-family: Poppins;
	font-weight:400;
	font-size: 13px;
	vertical-align: middle;
	color:#263238;
	text-align:left;
}


.navmegamnu h6{
	font-family:Poppins;
	font-weight: 500;
	font-size: 14px;
	color:#333;
	margin-bottom: 0.2rem;
}

.navmegamnu ul{list-style-type: disc;padding-left: 15px;}
.navmegamnu ul li{
	font-family: Poppins;
    font-weight: 400;
    font-size: 12px;
	color:#5C5C5C;
}
.navmegamnu .nvdrplnk{
    font-family: Poppins;
    font-weight: 500;
    font-size: 13px;
    line-height: 28px;
    color: #1FDCF2;
    text-decoration: none;
	color:#1FDCF2;
	background:none;
	padding-left:0rem;
}

.navmegamnu .nvdrplnk:hover{background:none;color:#1FDCF2;}

.dflxmnu{
	display:flex;
	gap: 5px;
	margin-bottom: 0.6rem;
	    align-items: start;
    justify-content: start;
}

.nvmnuiconbg{position:relative;margin-right:2px;}
.nvmnuiconbg::after {
    content: '';
    position: absolute;
    left: -45%;
    right:auto;
    top: -5px;
    background-color: #ffe669;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px;
}
.nvmnuiconbg img {
    min-width:34px;
    position: relative;
    z-index: 5;
}


.offcanvas.offcanvas-end{border:none;}

.nvmnsde p{
	font-family:Poppins;
	font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #263238;
	color:#263238;
}



.nveventste {
  position: relative;
  padding: 0 32px; /* space for before and after images */
  list-style:none;
}

.nviconlst .nveventste{padding-left: 2.5rem;}

.nviconlst .nveventste::before, .nviconlst .nveventste::after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 0;
}

.nviconlst .nveventste::before {
	background-image: url('../images/bgiconylow.svg'); /* First image */
	left: -13.5%;
	width: 45px;
	height: 45px;
	top: -8px;
}

.nviconlst .mnusltnicon1 .nveventste::after {
	background-image: url('../images/sltnmnu-icon1.svg'); /* Second image */
	left: -5%;	
	right:auto;	
	width: 36px;	
	height: 36px;
	top: -2px;
}

.nviconlst .mnusltnicon2 .nveventste::after {
	background-image: url('../images/sltnmnu-icon2.svg'); /* Second image */
	left: -5%;	
	right:auto;	
	width: 36px;	
	height: 36px;
	top: -4px;
}

.nviconlst .mnusltnicon3 .nveventste::after {
	background-image: url('../images/sltnmnu-icon3.svg'); /* Second image */
	left: -6%;
    right: auto;
    width: 43px;
    height: 32px;
    top: -2px;
}

.nviconlst .mnusltnicon4 .nveventste::after {
	background-image: url('../images/sltnmnu-icon4.svg'); /* Second image */
	left: -7%;
    right: auto;
    width: 38px;
    height: 38px;
    top: -4px;
}

.nviconlst .crcleclr .nveventste::before {
	left: -9%;
}

.nviconlst .mnuprdcticon1 .nveventste::after {
	background-image: url('../images/prdct-icon1.svg'); /* Second image */
	left: -6%;
    right: auto;
    width: 45px;
    height: 45px;
    top: -6px;
}

.nviconlst .mnuprdcticon2 .nveventste::after {
	background-image: url('../images/prdct-icon2.svg'); /* Second image */
	left: -4%;
    right: auto;
    width: 36px;
    height: 40px;
    top: -8px;
}

.nviconlst .mnuprdcticon3 .nveventste::after {
	background-image: url('../images/prdct-icon3.svg'); /* Second image */
	left: -4%;
    right: auto;
    width: 38px;
    height: 36px;
    top: -5px;
}

.nviconlst .crcleclrsrce .nveventste::before {
	left: -9.5%;
}

.nviconlst .mnuresrcicon1 .nveventste::after {
	background-image: url('../images/resource-icon1.svg'); /* Second image */
	left: -3%;
    right: auto;
    width: 40px;
    height: 42px;
    top: -4px;
}

.nviconlst .mnuresrcicon2 .nveventste::after {
	background-image: url('../images/resource-icon2.svg'); /* Second image */
	left: -3.5%;
    right: auto;
    width: 33px;
    height: 52px;
    top: -8px;
}

.nviconlst .mnuresrcicon3 .nveventste::after {
	background-image: url('../images/resource-icon3.svg'); /* Second image */
	left: -5%;
    right: auto;
    width: 50px;
    height: 42px;
    top: -8px;
}

.nviconlst .crcleclcmpny .nveventste::before {
	left: -10%;
}

.nviconlst .mnucmpnyicon1 .nveventste::after {
	background-image: url('../images/cmpny-icon1.svg'); /* Second image */
	left: -4%;
    right: auto;
    width: 40px;
    height: 36px;
    Top: -2px;
}

.nviconlst .mnucmpnyicon2 .nveventste::after {
	background-image: url('../images/cmpny-icon2.svg'); /* Second image */
	left: -4%;
    right: auto;
    width: 39px;
    height: 39px;
    top: -8px;
}

.nviconlst .mnucmpnyicon3 .nveventste::after {
	background-image: url('../images/cmpny-icon3.svg'); /* Second image */
	left: -6%;
    right: auto;
    width: 45px;
    height: 40px;
    top: -2px;
}




.carousel-inner {
    padding-top:0%;
}

.carousel-item {
  height: 100vh;
  min-height: 400px;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  left: 8%;
  right: 5%;
  text-align: left;
}

.carousel-indicators {
  bottom: 20px;
  z-index: 1002;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.5;
  transition: opacity 0.3s;
}


.carousel-caption h1{
	font-family: Poppins;
	font-weight: 600;
	font-size: 3.5rem;
	vertical-align: middle;
}

.carousel-caption p.wtlead{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	vertical-align: middle;
	color:#fff;
}

/* .carousel-item.frsrslde {background:  #20dcf2;} */
/* .carousel-item.scndslde {background:  #FFE979;} */
/* .carousel-item.thrdslde {background:  #1FDCF2;} */


.carousel-item.frsrslde::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color:rgb(31 220 242 / 40%); */
    z-index: 1;

}

.carousel-item.frsrslde .carousel-caption {
    z-index: 2; /* Keep caption above the overlay */
}

 #heroCarousel {
	position: relative;
	overflow: hidden;
}

#heroCarousel .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: 0;
	object-fit: fill;
	opacity: 0.1; /* optional overlay effect */
}

#heroCarousel .carousel-inner,
#heroCarousel .carousel-caption {
	z-index:1001;
}


#heroCarousel .carousel-indicators [data-bs-target] {background:none;opacity:1;border:2px solid #fff;}
#heroCarousel .carousel-indicators .active[data-bs-target] {background-color:#FFE979;opacity:1;border:2px solid #fff;}

.carousel-item.frsrslde {background:  #20dcf2;} 
.carousel-item.scndslde {background:  #FFE979;} 
.carousel-item.thrdslde {background:  #1FDCF2;} 


/* Optional: Add a dark overlay */
#heroCarousel::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index:100;
}

.txtclrblk{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	vertical-align: middle;
	color:#191C26;
}

.btn.btndv{
	font-family: Poppins;
	font-weight:600;
	display: flex;
    justify-content: center;
    align-items: center;
	width:250px;
	height:50px;
	border:none;
	color:#000;
	background:#ffe979;
	border-radius:10px;
	box-shadow:inset 0 0 0 0 #bce69e;
	transition:ease-out 0.3s;
	font-size:18px;
	outline:none;
	/* border: 1px solid #bce69e; */
	background: linear-gradient(#ffe979, #ffe979) padding-box,
              linear-gradient(90deg, #1FDCF2, #FFE979, #1FDCF2) border-box;
  border: 2px solid transparent;
  background-size: 200% 100%;
  background-position: 0% 0%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: all 0.3s ease;

}

.btn.btndv:hover{
	box-shadow:inset -300px 0px 0px 0px  #1fdcf2;
	color:#fff;
	animation: borderLoop 3s linear infinite;
}

/* Keyframes for animated border */
@keyframes borderLoop {
  0% {background-position: 0% 0%;}
  100% {background-position: 200% 0%;}
}

.btnslide{
	position:relative;
}
.btnslide::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
	border-top: 50px solid transparent;
	border-bottom-width: 30px;
	border-bottom-style: solid;
	border-bottom-color: #bce69e;
	clear: both;
    clear: both;
	border-bottom-right-radius: 10px;
	transition: border-color 0.3s ease;
}

.btnslide:hover::after {
	border-bottom-color: #1fdcf2 !important;
}



.btn.btndv.sldbtn2{
	background:#1fdcf2;
	border:1px solid #1fdcf2;
	box-shadow:inset 0px 0px 0px 0px  #ffe979;
	background: linear-gradient(#1fdcf2, #1fdcf2) padding-box,
              linear-gradient(90deg, #1FDCF2, #1FDCF2, #ffe979) border-box;
  border: 2px solid transparent;
}

.btn.btndv.sldbtn2{position:relative;color:#fff;}

.btn.btndv.sldbtn2::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-top: 50px solid transparent;
    border-bottom: 30px solid #ffe979;
    clear: both;
	border-bottom-right-radius: 5px;
}

.btnsldecr{position:relative;}
.btnsldecr::after{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-top: 50px solid transparent;
    border-bottom: 30px solid #bce69e;
    clear: both;
	border-bottom-right-radius: 10px;
}

.btn.btndv.sldbtn2:hover{
	box-shadow:inset -300px 0px 0px 0px  #ffe979;
	animation: borderLoop 3s linear infinite;
}

/* Image Slider */
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select: none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent; overflow-x: hidden;}
.slick-list{position: relative;display:block;overflow:hidden;margin:0;padding:0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor:pointer;cursor: hand;}
.slick-slider .slick-track, .slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}
.slick-track{position:relative;top:0;left:0;display:flex;justify-content:center;align-items:center;}
.slick-track:before, .slick-track:after{display:table;content:'';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display: none;float:left;height:100%;min-height:1px;}
[dir='rtl'] .slick-slide{float:right;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;text-align:center;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent;}

/* Slick Arrows */
.slick-prev, .slick-next{font-size:0;line-height:0;position:absolute;top: 50%;display:block;width:20px;height:20px;margin-top:-10px;padding:0;cursor:pointer;color:transparent;border:none;outline:none;background:transparent;}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{opacity: 1;}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{opacity:.25;}
.slick-prev{left:-25px;z-index:1;}
.slick-next{right:-25px;}
/* .slick-prev{background:url('../images/left.png') no-repeat scroll center center;padding:10px 20px;background-size:40px;} */
/* .slick-next{ background:url('../images/right.png') no-repeat scroll center center;padding:10px 20px;background-size:40px;} */
/*end slider*/

.sldpd{
  padding: 0 2.5rem; /* Equal padding left and right */
  box-sizing: border-box;
}
.sldpd.slick-slide img {
    max-width: 100%;
    height:40px;
}


.nmbrtxthd h2{
	font-family: Poppins;
	font-weight: 600;
	font-size: 32px;
	text-align: center;
	margin-bottom:1.5rem;
	color:#000;
	
}

.nmbrtxthd h2 span{
	background:#FFE979;
	padding:10px 3rem;
	border-radius:5px;
}

.nmbrtxthd p{
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
}

.numrmgctxts{
	border-top:2px solid #000;
	border-right:2px solid #000;
	border-top-right-radius:15px;
	padding:15px 15px;
	border-top-left-radius: 15px;	
}

.numrmgctxts.dvlne1{border-top-left-radius:0px;}
.numrmgctxts.dvlne4{border-top-right-radius:0px;border-right:none;}

.numrmgctxts h5{
	font-family: Poppins;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0%;
	color:#000;
}

.numrmgctxts p{
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	color:#000;
}

.sltionsbg{
	background: #E0FAFF;
	padding:0rem 0rem;
	height:100%;
}

.sltionsbg h3{
	font-family: Poppins;
	font-weight: 600;
	font-size:36px;
	color:#fff;
	margin-bottom:1rem;
}

.dvbgtabclr{
	background: #03BBDD;
	padding:1rem 0rem;
	height:100%;
}

.sltionsbg .nav-pills .nav-link{
	font-family: Poppins;
	font-weight: 400;
	font-size:20px;
	line-height: 33px;
	padding:2.5rem 1rem;
	color:#fff;
	width:100%;
	display:flex;
	justify-content: space-between;
	align-items: center;
	border-radius:0;
	border-bottom:1px solid #fff;
}
.sltionsbg .nav-pills .nav-link:last-child{border:none;}

.nav-pills .nav-link.active, .nav-pills .nav-link:hover, .nav-pills .show>.nav-link{
	background:#1edcf0;
}

.sltionsbg .nav-pills .nav-link i{color:#FFE979;}
 
.dvtab1cnt p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height:28px;
	color:#000
}
.dvtab1cnt p span{
	display:block;
	background: #1FDCF2;
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	color:#fff;
	padding:5px 10px;
} 

.icon-bg img{
	height:44px;
	position: relative;
    z-index: 5;
}

.icon-bg {position:relative;margin-bottom:1rem;}
.icon-bg::after{
  content:'';
  position:absolute;
  left:0;
  right:10%;
  top:-1px;
  background-color: #ffe669;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 10px;
}

.cnticnlst img::after{
	content:
	height:44px;
}
.cnticnlst p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	color:#000
}
/*2nd Tabs*/


.scndtab{
	box-shadow: 0 0px 2px rgb(251 251 251 / 20%);
    border-radius: 12px;
	border: 2px solid #ECF1F9;
}
.scndtbhrzntl .tab-button {
	flex: 1;
	border: none;
	background: #F3F7FB;
	padding: 10px;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	vertical-align: middle;
	text-transform: capitalize;
	color: #AEB0B7;
	border-bottom:none;
	border-top: 4px solid #ECF1F9;
	border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.scndtbhrzntl .tab-button:nth-child(1){ border-top-right-radius:0px;}
.scndtbhrzntl .tab-button:nth-child(2){ border-radius:0px;}
.scndtbhrzntl .tab-button:nth-child(3){ border-top-left-radius:0px;}


.scndtbhrzntl .tab-button.active {
    background-color: #fff;
	border-top: 4px solid #1FDCF2;
	color: #000;
}
.scndtbhrzntl .tab-icon {width:45px;padding-right:5px;}
.scndtbhrzntl .tab-content-custom { display: none;}
.scndtbhrzntl .tab-content-custom.active {  display: block;}


.scndvtb h6{
	font-family: Poppins;
	font-weight: 600;
	font-size: 23px;
	vertical-align: middle;
	text-transform: capitalize;
	color:#000;
}

.scndvtb p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	vertical-align: middle;
	text-transform: capitalize;
	color:#000;
}

.scndvtb ul li p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	vertical-align: middle;
	text-transform: capitalize;
	color:#000;
}

.scndvtb h4{
	font-family: Poppins;
	font-weight: 600;
	font-size:26px;
	vertical-align: middle;
	text-transform: capitalize;
	color:#000;
	margin-top:2.5rem;
	margin-bottom:2rem;
}

.scndvtb h4 span{background: #FFE14B;padding:5px 10px;border-radius:7px;}

.scndvtb ul{ list-style:none; padding-left:15px;}
.scndvtb ul li{padding-bottom:15px;}
.scndvtb.clmns ul{column-count: 2;}



.dvblkbg{
	background:#000;
	padding:2.5rem 2.5rem;
	border-radius:10px;
}

.dvblktxt{
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
}
.dvblktxt p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	color:#fff;
}

.lrnmre{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
	color:#1FDCF2;
	text-decoration:none;
}
.lrnmre i{ transform: rotate(-45deg); }

.dvblkbg .rgtbrdr{ border-right:1px solid #fff;}

.testmnlsbg{background: #1FDCF2; padding:2rem 1rem;border-radius:12px;}

.swiperslde .testimonial-card {
      background-color: #1f1f1f;
      color: white;
      border-radius: 10px;
      padding: 20px;
      margin: 15px 0px;
      position: relative;
      height:30vh;
	  font-family: Poppins;
		font-weight: 400;
		font-size:16px;

}

.swiperslde .testimonial-arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #1f1f1f;
    position: absolute;
    bottom: -18px;
	left: 5%;
	transform: translateX(-5%);
}

.pdlft{padding-left:2.5rem;padding-top:1rem;}

.swiperslde .author-name {
	color: #fff;
	font-weight: bold;
	font-size: 1.1rem;
}
.author-title { color: #fff; font-size: 0.9rem; }

.swiper.swiperslde  {
	position: relative;
	padding-bottom:6%;
	height: auto;
}

.swiperslde  .swiper-slide {
  justify-content: center;
  height: auto;
}

/* Custom long arrow buttons */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  bottom: 30px;
  top: auto;
  width: 50px;
  height:50px;
  color: #fff;
  font-size: 20px;
  background: none;
  font-weight: bold;
  display:block;
  top: 100%;
  transform: translateY(-50%); /* Vertically center the arrows */
  z-index: 100; /* Ensure the arrows are above the content */
}

.swiper-button-prev {left:25%; }
.swiper-button-next {right:25%; }
.swiper-button-prev::after, .swiper-button-next::after {
  font-size: 2rem;
  font-weight: bold;
  content: '';
  font-family: "Font Awesome 6 Free";
}

.swiper-button-prev::after {content: '\f177'; /* Long left arrow */}
.swiper-button-next::after {content: '\f178'; /* Long right arrow */ }

/* Pagination dots */
.swiper-pagination {bottom:20px !important; }
.swiper-pagination-bullet {background: #fff;opacity: 1;}
.swiper-pagination-bullet-active {background: #FFE979;}


.swiper-pagination-bullet {
  background: transparent;
  width: 20px;
  height: 20px;
  border-radius: 50%; /* Keep it circular for now */
  display: inline-block;
  position: relative;
}

.swiper-pagination-bullet:before {
  content: '★';  /* Unicode character for a filled star */
  font-size:18px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'Arial', sans-serif;
}

.swiper-pagination-bullet-active:before {
  color: #ffd700;  /* Gold color for active star */
}

/* Optionally, you can also customize the hover effect */
.swiper-pagination-bullet:hover:before {
  color: #ffcc00;  /* Change color on hover */
}


.testmnlsbg .carousel-item {
  height: auto;
 min-height: 420px;
}

.testmnlsbg .carousel-indicators {
    bottom: 12px;
	position:relative;
}

.testmnlsbg .carousel-control-next, .testmnlsbg .carousel-control-prev {
	display:inline-flex;
	top:80%;
	width:30%;
	z-index:100;
}


.testmnlsbg .carousel-control-prev {
    left: 15%;
}


.testmnlsbg .carousel-control-next {
    right: 15%;
}



.dvasdcnt h4{
	font-family: Poppins;
	font-weight: 600;
	font-size: 35px;
	color: #0F2239;
}

.dvasdcnt h6{
	font-family: Poppins;
	font-weight: 600;
	font-size: 28px;
	line-height:35px;
	color: #0F2239;
}

.dvasdcnt p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #4D5765;
}

.bgbox{
	border: 1px solid #D0DBE9;
	padding:2rem 2.5rem;
	height:100%;
	border-radius:5px;
}

.bgbox .icon-bg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -7px;
    background-color: #1FDCF2;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px;
}

.bgbox p{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	vertical-align: middle;
	color:#0F2239;
}

.frmtstbg{
	background: linear-gradient(to right, #1FDCF2 0%, #F9C638 100%);
	padding:2rem 15px;
}


.frmhdtxt{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	color:#fff;
}

.lbtxt {
	font-family: Poppins;
	font-weight: 400;
	font-size: 20px;
	vertical-align: middle;
	color:#fff;
}

.subscribe-form {
  background:none);
  border-radius: 50px;
  padding:0px;
}

.subscribe-btn {
  border-radius: 50px;
  background-color: black;
  color: white;
  padding: 0 30px;
  font-weight: 500;
  height: 48px;
  white-space: nowrap;
  transition: background 0.3s ease;
}

.subscribe-btn:hover {
  background-color: #333;
  color:#fff;
}



.dvform {
    width: 100% !important;
    background: #fff;
    border-radius: 50px;
    padding: 5px 0;
}



.dvform .input-group-text, .dvform .form-control{
	background:none;
	border:none;
	padding: 1px 5px;

}


.dvform .form-control{
	padding:5px 2rem;
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	vertical-align: middle;
	color:#B1B5BB;
}

.dvform .form-control:focus{outline:none;box-shadow:none;}



.dvform .form-control::-webkit-input-placeholder{color:#B1B5BB;}
.dvform .form-control:-ms-input-placeholder{color:#B1B5BB;}
.dvform .form-control::-moz-placeholder{color:#B1B5BB;}


.footrbg{
	background:#37383C;
	padding:3rem 15px 4rem;
	color:#fff;
}

.footrbg h6{
	font-family: Poppins;
	font-weight: 500;
	font-size: 20px;
	line-height:25px;
	letter-spacing: 0%;
	vertical-align: middle;
	color:#fff;
	margin-bottom:1rem;
}

.footrbg .small{
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	vertical-align: middle;
	color:#fff;
}

.footrbg ul li a{
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	line-height:20px;
	vertical-align: middle;
	color:#fff;
}
.footrbg ul li{margin-bottom:1rem;}

.ftrcpybg{
	background:#000;
	color:#fff;
	padding:1rem 1rem;
}

.demo-card {
  background-color: #00cfff;
  color: #000;
  border-radius: 1rem;
  overflow: hidden;
  max-width:300px;
  margin:0.5rem auto;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
}
.demo-image-container {
  height: 100px;
  width: 100%;
  overflow: hidden;
}
.demo-image {
	width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
 .btn-yellow {
	font-family: Poppins;
	background-color: #ffe17b;
	color: #000;
	font-weight: 600;
	display: table;
	font-size: 14px;
    padding: 3px 10px;
    margin-top: 10px;
}

.btn-yellow:hover {
  background-color: #ffd950;
  color: #000;
}



/* end Home Styles*/



/* End Contact css */

.cntcbnrbg{
	background: #FFE14B;
	padding:1rem 1rem;
	height:auto;
}

.asdcntxt p{
	font-family: Poppins;
	font-weight: 600;
	font-size: 28px;
	vertical-align: middle;
	color:#222633;
}

.cntctadres h3{
	font-family: Poppins;
	font-weight:600;
	font-size:28px;
	line-height: 40px;
	vertical-align: middle;
	color: #0F2239;
}

.cntctadres p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0%;
	vertical-align: middle;
	color: #4D5765;
}
.dvadrs ul{list-style:none;padding-left:1px;}

.dvadrs ul li{
	padding: 1rem 1.5rem;
    border: 1px solid #ECF1F9;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    display: flex;
    gap: 2rem;
}

.dvicnbg{
	width:65px;
	height:65px;
	background: #1FDCF2;
	padding:5px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:10px;
}

.dvicnbg.wtclr{
	width:65px;
	height:65px;
	background: #0D5EF412;
	padding:5px;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:10px;
	background: #0D5EF412;
}

.dvadrs ul li h5{
	font-family: Poppins;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	vertical-align: middle;
	color: #0F2239;
}
.dvadrs ul li p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	vertical-align: middle;
	color: #4D5765;
}

.brdrbtm{
	width: 80px;
    height: 4px;
    background: #1ed4e9;
    display: block;
    margin: 0.5rem 0 1rem;
    border-radius: 30px;
}

.cntctformbg .form-container {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 2rem;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.cntctformbg h4{
	font-family: Poppins;
	font-weight: 600;
	font-size: 26px;
	color: #191C26;
}

.form-label{
	font-family: Poppins;
	font-weight: 600;
	font-size: 15px;
	color: #333333;
	margin: 0;
}

.cntctformbg .form-control{
	height:42px;
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	vertical-align: middle;
	background-color: #f8fafc;
	border: 1px solid #BFBFBF;
	color:#B8BCCA;
}

.cntctformbg .form-control::placeholder {
    color: #B8BCCA !important;
    opacity: 1;
}

.cntctformbg .form-control::-webkit-input-placeholder{color:c0c3d0;}
.cntctformbg .form-control:-ms-input-placeholder{color:c0c3d0;}
.cntctformbg .form-control::-moz-placeholder{color:c0c3d0;}

.lblsmltxt{
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	color: #5C5C5C;

}

.form-label .text-danger {margin-left:2px;}
.form-check-label {
	font-family: Poppins;
	font-weight: 600;
	font-size:13px;
	vertical-align: middle;
	color: #3B4256;
}


.form-check-input[type="radio"], .form-check-input[type="checkbox"] {
    border-color: #3B4256;
    border-width: 2px;
}

 
.form-check-label.chklbl {
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.5px;
	vertical-align: middle;
	color: #333;
}

.form-check-label.chklbl a{
	text-decoration:none;
	color: #333;
} 

.form-check-inline {margin-right: 0.25rem;}
.form-check-input[type="radio"] {margin-top: 0.3rem;}

.submit-btn {
	font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size:20px;
  text-align: center;
  color: #1FDCF2;
  border: none;
  border-radius: 50px;
  padding:4px 30px;
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(90deg, #1FDCF2 50%, #FFE979 100%) border-box;
  border: 2px solid transparent;
  position: relative;
}
.btn.submit-btn:hover,.btn.submit-btn:focus {
	color: #fff;
	background: linear-gradient(#1FDCF2, #1FDCF2) padding-box,
              linear-gradient(90deg, #FFE979 50%, #1FDCF2 100%) border-box;
}

/* End Contact css */

/*  Start Aboutus */

.abtusbgclr{
	background:#1FDCF2;
	padding: 1rem 1rem;
    height: auto;
}

.abtustxt h2 {
    font-family: Poppins;
	font-weight: 600;
	font-size: 3.5rem;
	vertical-align: middle;
	color:#fff;
}

.abtustxt p {
	font-family: Poppins;
	font-weight: 400;
	font-size:20px;
	vertical-align: middle;
	color:#fff;
}

.abthdvtxt h4{
	font-family: Poppins;
	font-weight: 600;
	font-size: 32px;
	line-height: 54px;
	vertical-align: middle;
	color:#0F2239;
}
.abthdvtxt p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color:#263238
}

.sltionsbg {
    background: #F1F6FA;
    padding: 2rem 0rem 1rem;
    height: 100%;
}

.abticnbglst{
	background:#fff;
	padding:1.5rem 10%;
	box-shadow: 0px 10px 30px 0px rgb(206 211 230 / 35%);
	height:100%;
	border-radius:10px;
}

.abticon-bg {
    position: relative;
    margin-bottom: 1rem;
	z-index:100;
}

.abticon-bg img {
    height: 50px;
    position: relative;
    z-index: 5;
}


.abticon-bg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 15%;
    top: -1px;
    background-color: #1FDCF2;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px;
}

.abticnbglst h5{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #0F2239;
}

.abticnbglst p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #4D5765;
}

.abtsbhd h4 {
    font-family: Poppins;
    font-weight: 600;
    font-size: 25px;
    vertical-align: middle;
    text-transform: capitalize;
    color: #0F2239;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
}

.abtsbhd h4 span {
    background: #FFE14B;
    padding: 5px 10px;
	border-radius:7px;
}

.abtsbhd p{
	font-family: Poppins;
	font-weight: 400;
	font-size:16px;
	color:#000
}

.dvprmsbg{
	background:#fff;
	padding:1.5rem 6% 0.5rem;
	height:100%;
	border: 1px solid #D0DBE9;
	border-radius:10px;
}

.dvprmsbg h5{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height:22px;
	text-align: center;
	vertical-align: middle;
	color: #0F2239;
	margin-top:1.5rem;
	margin-bottom:1rem;
}

.dvprmsbg p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #4D5765;
}

.abtprds img{
	background: #ffe979;
    border-radius: 10px;
}

.abtbrndbg{
	background: #1FDCF2;
    padding: 2rem 0rem 2rem;
    height: 100%;
}


.abtbrndtxt ul {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 0 auto;
}

.abtbrndtxt ul li {
	background: #ffffff;
	padding: 15px 20px;
	border-radius: 10px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: Poppins;
	font-weight:600;
	font-size:14px;
	line-height: 22px;
	vertical-align: middle;
	color:#0F2239;
}

.abtbrndtxt p{
	font-family: Poppins;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

.abtbrndtxt p span{
    font-weight: 700;
}

.cta-button {
  display: inline-block;
  margin-top: 30px;
  background: #FFEB84;
  padding:10px 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  color: #000;
  box-shadow: 0px 6px 16px 0px rgb(13 94 244 / 24%);
  font-family: Poppins;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;

}

.abtimpctbg{
	background: #F1F6FA;
    padding: 3rem 0rem 1rem;
    height: 100%;
}

.abtsbtxt h2 {
    font-family: Poppins;
    font-weight: 600;
    font-size:28px;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #000;
}

.abtsbtxt h2 span {
    background: #FFE14B;
    padding: 8px 20px;
	border-radius:7px;
}
.abtsbtxt p.fntppns {font-family: Poppins;}

.abtsbtxt p {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
}

.abtsbtxt.fntppns p{font-family: Poppins;}

 .book-demo-btn {
  display: inline-flex;
  align-items: center;
  justify-content:center;
  background-color: #1FDCF2;
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 10px;
  font-family: Poppins;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.book-demo-btn:hover {
  background-color: #00c4de;
}

.book-demo-btn .icon {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  display: inline-block;
}

.book-demo-btn .icon svg {
  width: 100%;
  height: 100%;
  fill: #ffffff;
}

/*  End Aboutus */

/*Career css*/

.btnslide.brdrdus{border-radius:30px;}

.carercrcle-bg { position: relative; margin-bottom: 1rem; z-index: 100;}
.carercrcle-bg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 12%;
    top: 5px;
    background-color: #1FDCF2;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px auto 10px;
}

.carercrcle-bg img {height: 55px;  position: relative; z-index: 5; }
.creericnlst .dvprmsbg:hover .carercrcle-bg::after{	background: #8EF3FF; }
.creericnlst .dvprmsbg:hover{ background:#1FDCF2; box-shadow: 0px 13px 30px 0px #0D5EF466;}

.creericnlst .dvprmsbg:hover h5, .creericnlst .dvprmsbg:hover p{ color:#fff;	}



.crercrd {
	padding: 20px;
	border-radius: 10px;
	font-family: Arial, sans-serif;
	color: #000;
	background: #FFFFFF;
	border: 1px solid #AEB0B7;
	box-shadow: 0px 4px 4px 0px #00000040;
	transition:ease-out 0.3s;
}

.crercrd:hover{
	background:#ffe979;
	box-shadow: none;
	border: 1px solid #ffe979;
}

.crercrd a{text-decoration:none;}

.crercrd h2 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	color:#000;
	margin-bottom:4px;
}
.crercrd p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 17px;
	text-align: center;
	color: #333;
}
.crercrd .redmre {
	font-family: Poppins;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	color: #000;
	display: inline-flex;
	align-items: center;
	text-decoration:none;
}
.crercrd .redmre::after {
	content: '→';
	margin-left: 8px;
}

.crermdlbg{
	border: 1px solid #ECF1F9;
	box-shadow: 0px 9px 14px 0px #FBFBFB;
}

.crermdlbg .modal-header{background: #F3F7FB;}

.modal-title.mdlcrerhd{
	font-family: Poppins;
	font-weight: 600;
	font-size:24px;
	line-height: 28px;
	vertical-align: middle;
	color: #0F2239;
	
}

.crermdl h5{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	vertical-align: middle;
	color:#263238;
	margin-top:1.5rem;
}

.crermdl p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	line-height:22px;
	vertical-align: middle;
}


.navbar .nav-link.dropdown-toggle:hover, .navbar .nav-link.dropdown-toggle:focus, .navbar .nav-item.dropdown.show > .nav-link.dropdown-toggle {
    color: #0fcce8 !important; /* Change text color on hover/active */
    border-radius: 4px;
}

/* Highlight inside dropdown menu */
.navdrpdspn .dropdown-item:hover { color: #000 !important; border-radius: 4px; } 
.navdrpdspn h5 {color: #333;}
.navdrpdspn .col-md-3:hover h6, .navdrpdspn .col-md-4:hover h6 { color: #000;}

/*End Career css*/


/*Events and Expo css*/

.evntsexpotxt h2 {
	font-family: Poppins;
    font-weight: 400;
    font-size: 3.5rem;
    vertical-align: middle;
    color: #fff;
}

.evntsexpotxt h6 {
	font-family: Poppins;
	font-weight: 400;
	font-size:21px;
	vertical-align: middle;
	color: #fff;
}

.evntsexpotxt p {
	font-family: Poppins;
	font-weight: 400;
	font-size: 20px;
	color: #fff;
}

.bgylefull{background-color: #ffe66d;}

.left-col {
	background-color: #ffe66d;
	display: flex;
	align-items: center;
	justify-content: start;
    padding:5rem 8%;
    text-align: left;
}

.right-col {
	background-color: #2f3e55;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.left-text {
	font-family: Poppins;
	font-weight: 600;
	font-size: 26px;
	line-height: 30px;
	color: #222633;
}

.play-button {
	width: 60px;
    height: 60px;
    border: 4px solid #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.3s;
}

.play-button i {
	border-style: solid;
	border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent white;
	margin-left: 4px;
}

.play-button:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.evntslst ul{
	list-style:none;
	padding-left:0;
}

.evntslst .custom-accordion .accordion-item {
    border: none;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 2rem;
    box-shadow: 0 4px 0 #191A23;
	background: #12d9f0;
}

 .evntslst .custom-accordion .accordion-button {
	font-family: Poppins;
	font-weight: 600;
	font-size: 22px;
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.5rem 2rem;
	border: none;
	border-radius: 0.5rem;
	box-shadow: 0px 5px 0px 0px #191A23;
	position: relative;
	background: #F3F3F3;
	transition: background-color 0.3s ease;
	color:#000000;
}

    /* Active header color */
.custom-accordion .accordion-button:not(.collapsed) {
    background-color: #12dcf4;
	box-shadow: none;
    color: #000;
}

.custom-accordion .number {
	font-family: Poppins;
	font-weight: 600;
	font-size: 28px;
	color: #1d2230;
}

.custom-accordion .accordion-button .icon-wrapper {
	position: absolute;
	right: 1.5rem;
	width: 30px;
	height: 30px;
	border: 1px solid #1d2230;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	color: #1d2230;
	font-size: 1rem;
}

.custom-accordion .accordion-button.collapsed .fa-minus {
	display: none;
}

.custom-accordion .accordion-button:not(.collapsed) .fa-plus {
	display: none;
}

.evntslst .custom-accordion .accordion-body {
	padding: 2rem 2rem;
	background-color: #12dcf4;
	color: #000;
	border-top: 1px solid #1d2230;
	text-align:left;
}
	
.evntslst .custom-accordion .accordion-body p{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.evntslst .custom-accordion .accordion-body ul {
	padding-left: 1.2rem;
	margin-bottom:1.5rem;
}
	
.evntslst .custom-accordion .accordion-body ul li{
	list-style: disc;
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}

.evntslst .custom-accordion .accordion-body .btn {
	border: 2px solid #FFFFFF;
	color: #fff;
	font-family: Poppins;
	font-weight: 600;
	font-size: 16px;
	vertical-align: middle;
	color:#fff;
}

.evntslst .custom-accordion .accordion-body .btn:hover {
	background-color: #fff;
	color: #12dcf4;
}
	
.evntslst .accordion-button::after, .evntslst .accordion-button:not(.collapsed)::after{background-image:none;}
	


/*End Events and Expo css*/

/*Ai Humans css*/

.aihumanbgclr {
    background: #FFE14B;
    padding: 1rem 1rem 0;
    height: auto;
}

.aihumans h2 {
    font-family: Poppins;
	font-weight: 600;
	font-size: 3rem;
	vertical-align: middle;
	color: #191C26;
}

.aihumans h6 {
   font-family: Poppins;
	font-weight: 600;
	font-size: 21px;
	vertical-align: middle;
	color: #191C26;
}

.aihumans p {
   font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	vertical-align: middle;
	color: #191C26;
}

.bgylefull.leftclr2 {background-color: #1FDCF2; }
.left-col.leftclr2{  background-color: #1FDCF2; }

.left-text.lfttxthd{color:#fff;}


.aiscndvtb h6{
	font-family: Poppins;
	font-weight: 600;
	font-size:20px;
	line-height:28px;
	text-transform: capitalize;
	color: #000000;
}


.aiscndvtb ul{
	padding-left:15px;
	margin-top:1rem;
	margin-bottom:1rem;
}
.aiscndvtb ul li{
	font-family: Poppins;
	font-weight: 400;
	font-size:18px;
	text-transform: capitalize;
	color: #000000;
}

.aiscndvtb p{
	font-family: Poppins;
	font-weight: 400;
	font-size:18px;
	text-transform: capitalize;
	color: #000000;
}

.aiscndvtb .ailsthmn{ list-style:none; padding-left:0;}

.aiscndvtb .ailsthmn li h6{ 
	font-family: Poppins;
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	color: #000000;
	margin-bottom:2px;
}

.aihmndvbgclr1{
	background: #03BBDD;
	padding:2.5rem 3rem;
	height:100%;
	border-radius:20px;
}

.aihmndvbgclr1 h6{
	font-family: Poppins;
	font-weight: 600;
	font-size: 25px;
	color: #FFFFFF;
}
.aihmndvbgclr1 p{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	color: #FFFFFF;
}
.aihmndvbgclr1 ul li{
	font-family: Poppins;
	font-weight: 400;
	font-size:18px;
	line-height: 28px;
	color: #FFFFFF;
}


.aihmndvbgclr2{
	background: #FFE979;
	padding:2.5rem 3rem;
	height:100%;
	border-radius:20px;
}

.aihmndvbgclr2 h6{
	font-family: Poppins;
	font-weight: 600;
	font-size: 25px;
	color: #222633;
}

.aihmndvbgclr2 p{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	color: #222633;
}


.aihmndvbgclr2 ul li{
	font-family: Poppins;
	font-weight: 400;
	font-size:18px;
	line-height: 28px;
	color: #222633;
}

/*End Ai Human css*/


/*Virtual Hybrid Event css*/

.vrtulhybrd h2{
	font-family: Poppins;
	font-weight: 600;
	font-size: 2.5rem;
	vertical-align: middle;
	color: #191C26;
}
.vrtulhybrd h3{
	font-family: Poppins;
	font-weight: 400;
	font-size: 26px;
	vertical-align: middle;
	color: #191C26;
}
.vrtulhybrd p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	vertical-align: middle;
	color: #191C26;
}


.brdrwdthbg{
	background: #FFFFFF;
	border: 1px solid #191A23;
	box-shadow: 0px 5px 0px 0px #191A23;
	padding:2rem 2.5rem;
	border-radius:15px;
}


.vhevntbrdrgt:nth-child(1){border-right: 1px solid #263238;border-bottom:1px solid #263238;}
.vhevntbrdrgt:nth-child(2){border-right: 1px solid #263238;border-bottom:1px solid #263238;}
.vhevntbrdrgt:nth-child(3){border-bottom:1px solid #263238;}

.vhevntbrdrgt:nth-child(4){border-right: 1px solid #263238;}
.vhevntbrdrgt:nth-child(5){border-right: 1px solid #263238;}

.vhevntbrdrgt.intrdzlc:nth-child(4){border-bottom: 1px solid #263238;}
.vhevntbrdrgt.intrdzlc:nth-child(5){border-bottom: 1px solid #263238;}
.vhevntbrdrgt.intrdzlc:nth-child(6){border-bottom: 1px solid #263238;}
.vhevntbrdrgt.intrdzlc:nth-child(7){border-right: 1px solid #263238;}
	

.vhevntbrdrgt .dvprmsbg{
	border:none;
	text-align:left;
}

.vhevntbrdrgt .dvprmsbg h5{text-align:left;}
.vhevntbrdrgt .dvprmsbg p{text-align:left;color: #000;}
.vhevntbrdrgt .icon-bg::after{right:auto;width:50px;height:50px;top:-2;}
.vhevntbrdrgt .icon-bg img{
	margin-left: 5%;
    right: auto;
    height:45px;
}

.vrtlhbrdtalkbg{
	background: #FFFFFF;
    border: 1px solid #D0DBE9;
    box-shadow: 0px 10px 12px 0px #1FDCF233;
    border-radius: 10px;
    padding: 2.5rem 3rem;
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
	height: 100%;
}

.vrtlhbrdtalkbg:hover{
	background: #1fdcf2;
}

.vrtlhbrdtalkbg h6{
	font-family: Poppins;
	font-weight:600;
	font-size:18px;
	line-height:26px;
	vertical-align: middle;
	color: #191C26;
}

.vrtlhbrdtalkbg .vrhbicnbg{
	width: 70px;
	height: 70px;
	background: #F3F7FB;
	border: 1px solid #D0DBE9;
	border-radius:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:15px;
	position: absolute;
    left: -10%;
}

.vrtlhbrdtalkbg:hover .vrhbicnbg{
	background: #1fdcf2;
	border: 1px solid #fff;
}

.custom-arrow-circle {
	background-color: #fff;
    color: #15e0f8;
    border-radius:40px 0px 10px 0px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: flex;
    align-items: end;
    justify-content: center;
    font-size: 18px;
	opacity:0;
}

.vrtlhbrdtalkbg:hover .custom-arrow-circle, .vrtlhbrdtalkbg:hover .custom-arrow-circle i{
	opacity:1;
	color:#1fdcf2;
}
  
/*End Virtual Hybrid Event css*/


/*Events tech Engagements css*/

.cnticnlst h6 {
	font-family: Poppins;
	font-weight: 600;
	font-size:18px;
	line-height:22px;
	text-align: center;
    color: #000;
}

.dvtab1cnt.spnylwclr p span{
	display: inline;
    background: #FFE14B;
	color: #000;
	font-weight: 600;
	padding:10px 1.5rem;
}

.icon-bg.engevnticn::after{
	width:50px;
	height:50px;
	right: 8%;
    top: -4px;
}
.icon-bg.evntengicn::after{
	right: 4%;
}

.btn.evnttabengbtn{
	background: #1FDCF2 !important;
	border:none;
	font-family: Poppins;
	font-weight: 600;
	font-size:16px;
	line-height: 28px;
	text-align:left;
	color:#000;
}

.btn.evnttabengbtn:hover{
	color:#fff;
}

.sltionsbg.evntkengtabs .nav-pills .nav-link {
	padding: 1.5rem 1rem;
}

/*End tech Engagements css*/


/* Case Study css*/

.csestdybgbx{
	border: 1px solid #DBE3EE;
	box-shadow: 0px 5px 30px 0px #4C58681A;
	padding:1.5rem 2rem;
}

.csestdhdtxt h3{
	font-family: Poppins;
	font-weight: 600;
	font-size:35px;
	line-height: 54px;
	color: #0F2239;

}

.sclicons a {
    width: 40px;
    height: 40px;
    display: inline-flex;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 3px;
	border: 1px solid #DBE3EE;
	text-decoration:none;
}

.sclicons a i{color:#4d5765;}
.sclicons a:hover{background-color: #00e3ff;border: 1px solid #00e3ff;}
.sclicons a:hover i{color:#fff;}

.info-title {
	font-family: Poppins;
	font-weight: 600;
	font-size: 20px;
	vertical-align: middle;
	margin-bottom:0px;
	color:#0F2239;
}

.info-detail {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #263238;
}

.highlight {
	font-family: Poppins;
	font-weight: 700;
	font-size: 48px;
	line-height: 26px;
	color: #03BBDD;
	font-weight: 700;
	font-size: 28px;
	margin-top: 0px;
	display: inline-block;
}

.inline-text {
	font-family: Poppins;
	line-height: 26px;
	font-family: Poppins;
	color: #263238;
	font-weight:500;
	font-size: 16px;
}

.dvhlgtxt h4{
	font-family: Poppins;
	font-weight: 600;
	font-size: 22px;
	line-height:26px;
	color: #0F2239;
}

.dvhlgtxt ul{padding-left:15px;}
.dvhlgtxt ul li{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height:26px;
	padding-bottom:10px;
	color: #263238;
}

/* End Case Study css*/


/* Industries css*/

.indstrytbl thead th {
	font-family: Poppins;
	font-weight: 600;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 3%;
	vertical-align: middle;
	text-transform: capitalize;
   color: #171C26;
   padding:15px 10px;
}

.indstrytbl table.table-bordered.dataTable {
    border-right-width: 0;
    border-color: #E9EDF5;
}

.indstrytbl thead th:nth-child(1) {background: #E4F0FF;}
.indstrytbl thead th:nth-child(2) {background: #F2E5E5;}
.indstrytbl thead th:nth-child(3) {background: #E4F0FF;}
.indstrytbl thead th:nth-child(4) {background: #F2E5E5;}

.indstrytbl tbody td{
	font-family: Poppins;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	vertical-align: middle;
	color: #171C26;
	 padding:5px 10px;
}

/* End Industries css*/


/* CheckIn App css*/

/*.chkinappsctnbg {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
}

.chkinappsctnbg::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/brderbg.png') no-repeat center center;
	background-size: cover;
	z-index: 0;
}

.chkinappsctnbg > * {
	position: relative;
	z-index: 1;
}*/


.chkinsldecntnt h3{
	font-family: Poppins;
	font-weight: 600;
	font-size:25px;
	line-height:28px;
	color:#0F2239;
}

.chkinsldecntnt p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	line-height: 24px;
	color:#0F2239;
}

.chkinsldecntnt .btn-info{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	vertical-align: middle;
	text-transform: uppercase;
	color:#fff;
	box-shadow: 0px 4px 10px 0px #074FD647;
}


.chkinsldecntnt .swiper-slide {
    background: #fff;
    border: 1px solid #F2F2F2;
   border-radius: 10px;
    padding:0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
   box-shadow: 0px 6px 20px 0px #0000000D;

}

.chkinsldecntnt .dvprmsbg{border:none;width:100%;padding: 2.5rem 6% 1.5rem;}

.chkinsldecntnt .dvprmsbg .icon-bg::after{
	/* width: 60px; */
    /* height:60px; */
	/* right: 15%; */
    /* top: -8px; */
	
	width: 55px;
    height: 55px;
    right: 16%;
    top: -20px;
}

.chkinsldecntnt .icon-bg.chkinsldicn img {width: 55px;}

.chkinsldecntnt .swiper-slide h5 {
    font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
    color: #0F2239;
}

.chkinsldecntnt .swiper-button-next, .chkinsldecntnt .swiper-button-prev {
    color: #00d1f7;
    position: static;
    margin: 0 5px;
}
.chkinsldecntnt .swiper-nav-top {
    display: flex;
    align-items: center;
    justify-content:end;
    margin-bottom: 10px;
}
  
  
.chkinsldecntnt .swiper-button-prev::after, .chkinsldecntnt .swiper-button-next::after {
    font-size: 1.2rem;
	color:#263238;
	background: #E4F0FF;	
	border-radius:10px;
	padding:8px 10px;

}

.dvbgtabclr.chkintbs{
	height:auto;
	background: #F3F7FB;
}

.dvbgtabclr.chkintbs img{
	width:55px; 
	margin-right:1rem;
}

.sltionsbg.chinbg {background:#f3f7fb;}

.sltionsbg .dvbgtabclr.chkintbs .nav-pills .nav-link{
	justify-content:start;
	color:#AEB0B7;
	border-right: 6px solid #F3F7FB;
	padding: 1.2rem 1rem;
	font-size:16px;
	text-align: left;
	line-height: 21px;
}




.sltionsbg .dvbgtabclr.chkintbs .nav-pills .nav-link.active, .sltionsbg .dvbgtabclr.chkintbs .nav-pills .nav-link:hover, .sltionsbg .dvbgtabclr.chkintbs .nav-pills .show>.nav-link{
	background: #fff;
	color:#222633;
	border-right: 6px solid #1FDCF2;
	font-weight: 600;
}


.chkinlsts h6 {
	font-family: Poppins;
	font-weight: 600;
	font-size: 20px;
	line-height:24px;
	vertical-align: middle;
	color:#0F2239;
	text-align: left;
}	


.chkinlsts p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	vertical-align: middle;
	
}

.chkinlsts ul{list-style:none;padding-left:0px;margin-top:1rem;}

.chkinlsts ul li{
	font-family: Poppins;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color:#4D5765;
	text-align: left;
	padding-bottom:1rem;
	text-indent: -36px;
    margin-left: 35px;
}

.chkinlsts ul li img{width:25px;margin-right:5px;}





.chkinlsts ul.chkintkmrk li{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	vertical-align: middle;
	color:#0F2239;
	text-align: left;
	padding-bottom:1rem;
	text-indent: -28px;
    margin-left: 18px;
}




.carercrcle-bg.chekinicnbg {
	margin-bottom:2.5rem;
}
.carercrcle-bg.chekinicnbg img {
	height:auto;
	width:35px;
}

.carercrcle-bg.chekinicnbg::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -40%;
    background-color: #1FDCF2;
    border-radius: 50%;
    width: 65px;
	height: 65px;
}

.creericnlst .dvprmsbg:hover .carercrcle-bg.chekinicnbg::after {
    background: #25c8da;
}

.chekinwrkslde .swiper-button-next, .chekinwrkslde .swiper-button-prev {
	background: #00C6FF;
	color: #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgba(0, 198, 255, 0.4);
}

.chekinwrkslde .swiper-button-next::after,
.chekinwrkslde .swiper-button-prev::after {
	font-size: 18px;
}
.mySwiper2 .swiper-slide {
	height: auto;
	box-sizing: border-box;
}
	
	
.mySwiper2 {
    width: 100%;
    margin: 0 auto; /* remove this if it centers the container */
	padding-left:5rem;
	padding-right:5rem;
}

.mySwiper2 .swiper-wrapper {
    justify-content: flex-start !important; /* Optional force */
}



.mySwiper2 .swiper-button-prev,
.mySwiper2 .swiper-button-next {
    position: absolute;
    top: 65%;
    transform: translateY(-65%);
    z-index: 99;
    width: 35px;
    height: 35px;
    background: #00C6FF;
    color: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(0, 198, 255, 0.4);
}

.mySwiper2 .swiper-button-prev {
    left: 2px;
}

.mySwiper2 .swiper-button-next {
    right: 2px;
}

.mySwiper2 .vrtlhbrdtalkbg{
	padding: 2rem 1rem 2rem 3rem;
}

.mySwiper2 .vrtlhbrdtalkbg h6{
	font-size: 16px;
	line-height: 22px;
}


.carercrcle-bg.chekinicnbg.engmnticnbg img { width: auto; height: 35px; }

.engmntlts .dvprmsbg h5{font-size:16px;}

/* End CheckIn App css*/

.btn.btndv.sldbtn2.brdrdus{border-radius:30px;color:#000;}

.blgdvbgbx {
    border: 1px solid #ECF1F9;
    box-shadow: 0px 7px 36px 0px #EAEDF280;
    padding: 1.5rem 2rem;
	border-radius:10px;
}


.blgimgcnt .blgengtxt p{
	font-family: Poppins;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	color: #4D5765;
}

.blgengtxt p i{ color: #0D5EF4; }

.blgimgcnt h2{
	font-family: Poppins;
	font-weight: 600;
	font-size:34px;
	line-height: 46px;
	color: #0F2239;
	text-align:left;
}

.blgimgcnt p{
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #4D5765;
	text-align:left;
}

.rdmredtl{
	font-family: Poppins;
	font-weight:600;
	font-size: 14px;
	vertical-align: middle;
	text-transform: uppercase;
	color: #0D5EF4;
	text-decoration:none;
}

.arwbg{
	background: #FFFFFF;
    border-radius: 100px;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arwbg .fa-arrow-left::before, .arwbg .fa-arrow-right::before{color:#0D5EF4;}

.blgimgcnt .carousel-control-next, .blgimgcnt .carousel-control-prev{
	bottom:auto;
	top: 45%;
	transform: translateY(-45%);
	font-size:8px;
	font-weight:400;
}

.blgimgcnt .carousel-item {
	margin-bottom:15px;
    height: auto;
	border-radius:10px;
	min-height: auto;
}

.blgimgcnt .carousel-item img{
	border-radius:10px;
}

.blgscntxt .search-box {
  background-color: #f5f9fc;
  border-radius: 50px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.blgscntxt .search-input.form-control {
	border: none;
	background: transparent;
	outline: none;
	flex: 1;
	font-size: 1rem;
	color: #495057;
	font-family: Poppins;
	font-weight: 600;
	font-size: 15px;
	vertical-align: middle;
	color: #4D5765;
}
.blgscntxt .search-input.form-control:focus {box-shadow:none;}

.blgscntxt .search-input::placeholder {color: #4D5765;}

.blgscntxt .search-icon {
  color: #0d6efd;
  font-size: 1.25rem;
  cursor: pointer;
}

.blgscntxt .search-divider {
  height: 20px;
  width: 1px;
  background-color: #0d6efd;
  margin: 0 10px;
}

.blgscntxt .section-title {
	font-family: Poppins;
	font-weight: 600;
	font-size: 24px;
	line-height: 34px;
	vertical-align: middle;
	color: #0c1b33;
	margin-bottom: 5px;
}

.blgscntxt .underline {
  height: 4px;
  background-color: #f1f5f9;
  position: relative;
  border-radius: 2px;
}

.blgscntxt .underline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 60px; /* Width of the cyan line */
  background-color: #18d9f7;
  border-radius: 2px;
}

.blgscntxt  .category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.blgscntxt .category-item {
	font-family: Poppins;
	font-weight: 400;
	font-size: 16px;
	vertical-align: middle;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ECF1F9;
    color: #4D5765;
}

.blgscntxt .category-item.active { color: #1FDCF2; font-weight: 600; } 
.blgscntxt .category-item .count { font-weight:400; } 
.blgscntxt .category-item.active .count {font-weight:600; color: #1FDCF2;}

.lstunstyled li h6{
	font-family: Poppins;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #0F2239;
}

.plrtgsbtn a{
	background: #F3F7FB;
	font-family: Poppins;
	font-weight: 400;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	color:#4D5765;
	text-decoration:none;
	padding:5px 6px;
	border-radius:5px;
	display: inline-flex;
    gap: 8px;
    margin: 6px 2px;
}

.rqstdbg{
	background-image:url("../images/rqstdemobg.jpg");
	width: 100%;
	height: auto;
	min-height: 100vh;
	background-size:100% 100%;
	background-repeat: no-repeat;
	position:relative;
	background-position:center center;
	padding-bottom: 10%;
}	


.rqstasdtxt h2{
	font-family: Montserrat;
	font-weight: 700;
	font-size:28px;
	color: #FD166F;
	background: linear-gradient(90deg, #FD166F 0%, #255CFB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	margin-bottom:5px;
}

.rqstasdtxt h5{
	font-family: Montserrat;
	font-weight: 600;
	font-size: 18px;
	color: #333333;
	margin-bottom:15px;
}

.rqstasdtxt ul{padding-left:20px;}

.rqstasdtxt ul li{
	font-family: Montserrat;
	font-weight: 500;
	font-size: 15px;
	color: #333333;
	padding-bottom:5px;
}

.cntctformbg h4.rqjnhd{
	font-family: Montserrat;
	font-weight: 700;
	font-size: 24px;
	color: #FD166F;
	background: linear-gradient(90deg, #FD166F 0%, #255CFB 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-align:center;
	margin-bottom:1.5rem;
}


.submit-btn.rqstbtn{
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #FD166F 50%, #255CFB 100%) border-box;
    border: 2px solid transparent;
	color:#255CFB;
}

.brdrlftlne{position:relative;}
.brdrlftlne::after{
	content: "";
    display: inline-block;
    background-image: url(../images/asidebrdrlne.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50vw;
    height: 60%;
    margin-left:0px;
    vertical-align: middle;
    position: absolute;
    left: -12%;
    padding: 5px;
    top: 9.4%;
}

.brdrbtmlne{position:relative;}
.brdrbtmlne::after{
	content: "";
    display: inline-block;
    background-image: url(../images/brdrbtmlne.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 88%;
    height: 100%;
    margin-left: 0;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    padding: 5px;
    top: 111%;
    bottom: auto;
}

.brdrtoplne{position:relative;}
.brdrtoplne::before{
	content: "";
    display: inline-block;
    background-image: url(../images/brdrtoplne.png);
    background-size: 80%;
    background-repeat: no-repeat;
    width: 98%;
    height: 100%;
    margin-left: 0;
    vertical-align: middle;
    position: absolute;
    left: 0%;
    padding: 5px;
    top: 8%;
    bottom: auto;
    border-top-left-radius: 10%;
}

.chkinsldecntnt .swiper-nav-top .swiper-button-next, .chkinsldecntnt .swiper-nav-top .swiper-button-prev{
	transform: translateY(20%);
}

.navbar-expand-lg .navbar-nav .nav-link.active{color:#0fcce8 !important;}
.navbar-expand-lg .navbar-nav .dropdown-item.active{color:#000 !important;}

.txtshadw{text-shadow: 1px 1px 15px rgba(255, 255, 255, 0.6);}
.txtshadw02{text-shadow:0px 10px 25px rgb(255 255 255 / 90%);}

@media (max-width: 767.98px) {
	
	.navbar-brand img { width: 100px; }
	.txtshadw{text-shadow:none;}
	.txtshadw02{text-shadow:none;}

	body {
        padding-top: 18%;
    }

	.carousel-item {
	 padding:1rem 1rem;
	  height: auto;
	  min-height:450px;
	}
	
	.dropdown-toggle::after{ float: right; } 
	.carousel-item img{ object-fit: cover; }
	
	.desktop-tabs { display: none; }
	.mobile-accordion { display: block; }
	.scndtbhrzntl .tabs-view {display: none;}
  
	.carousel-caption h1{font-size:1.5rem;}
	.lead {font-size: 1rem;}
	.nmbrtxthd h2 {font-size:16px;}
	.nmbrtxthd p { font-size: 15px; }
	
	.carousel-item.frsrslde {background:  #20dcf2;} 
	.carousel-item.scndslde {background:  #FFE979;} 
	.carousel-item.thrdslde {background:  #1FDCF2;} 


	.numrmgctxts {
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		border-top-right-radius: 15px;
		padding: 15px 15px;
		border-radius:15px;
		border-top-left-radius: 15px;
		border-top-right-radius: 15px;
		border-left: 2px solid #000;
	}
	.numrmgctxts.dvlne1 {border-top-left-radius: 15px;}
	.numrmgctxts.dvlne4 {
		border-top-right-radius:15px;
		border-right: 2px solid #000;
	}
	
	.dvasdcnt h4{font-size:22px; }
	.dvasdcnt h6{font-size:17px;line-height: 25px;}
	.dvasdcnt p{font-size:15px; }
	
	.dvasdcnt p { font-size: 15px; line-height: 24px; } 
	.dvform .form-control { padding: 5px 1rem; font-size: 11px; } 
	.testimonial-slider .testimonial-card{ height:auto; }
	
	.testmnlsbg .carousel-indicators {bottom: -15px;}
	.testmnlsbg .carousel-control-next, .testmnlsbg .carousel-control-prev{width: 15%;top:100%;}
	
	.scndvtb h6{font-size:17px;line-height: 25px;}
	.scndvtb p{font-size:15px;}
	
	.swiper-button-prev,  .swiper-button-next { font-size: 1.5rem; bottom: 20px; }
	.scndtab .accordion-button:not(.collapsed){ background:#F3F7FB; }
	
	.swiper.swiperslde { padding-bottom: 25%;}
	.swiper-button-prev { left: 10%;}
	.swiper-button-next { right: 10%;}
	
	.dvblkbg .rgtbrdr{border:none;} 
	.dvtabvrtcl{padding:0px;} 
	.navbar-toggler{border:none;padding:0;}
	.navbar-toggler:focus{box-shadow:none;border:none;padding:0;}
	
	.dvtab1cnt p{font-size:15px;}
	.dvtab1cnt p span { font-size:18px;}
	
	.acrdivrtcltab .accordion-button{background: #03BBDD; color: #fff;}
	/* .acrdivrtcltab .accordion-button{background: #1edcf0;} */
	
	.acrdivrtcltab .accordion-button:not(.collapsed){ background: #1edcf0; }
	
	.acrdivrtcltab .accordion-button::after{
		background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'><path d='m2 5 6 6 6-6'/></svg>");
	} 
	 
	.acrdivrtcltab .accordion-button:not(.collapsed)::after {
		background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round'><path d='m2 5 6 6 6-6'/></svg>")
	}
	
	.lbtxt {font-size:15px;}
	
	.accordion-button:focus{box-shadow:none;}
	.btn.btndv{margin: 0 auto;}
	
	.hrizentltab .accordion-button{background: #F3F7FB; color:#AEB0B7;}
	
	.hrizentltab .accordion-button:not(.collapsed){
		background: #f4f4f4;color:#222633;
		border-top:3px solid #1FDCF2;
	}

	.scndtbhrzntl .tab-content-custom.active {  display: none;}

	
	.scndvtb ul li p { font-size: 15px;}
	
	.navmegamnu h5{font-size:15px;}
	
	.dvblkbg { padding: 1.5rem 15px;}
	
	.scndvtb ul { padding-left: 10px; }
	
	.numrmgctxts p {font-size: 15px;}
	
	.footrbg h6{font-size: 15px;}
	.footrbg ul li {margin-bottom: 0.5rem;}
	
	.asdcntxt p {
		font-size: 15px;
		margin-bottom: 0.5rem;
	}
	.scndvtb.clmns ul {
		column-count: 1;
	}
	
	.cntctadres h3 {
    font-size: 18px;
    line-height: 25px;
	}
	.cntctadres p {
    font-size: 15px;
    line-height: 22px;
	}
	.cntctformbg .form-container{padding: 1rem;}
	
	.dvadrs ul li{ gap: 1rem; flex-direction: column; }
	.cntctformbg h4{font-size:18px;}
	
	.frmhdtxt { font-size: 16px; }
	
	.abtustxt h2 {font-size: 25px;}
	.abtustxt p {font-size: 15px;}
	
	.abtusbgclr {background: #1FDCF2;}
	.btn.btndv.btnslide{margin:0 0 auto;}
	.abthdvtxt h4{font-size:25px;line-height: 35px;}
	.abthdvtxt p {font-size: 15px; line-height:22px; }
	.abtsbtxt h2 {font-size: 22px;}
	.abtsbtxt p {font-size: 15px;}
	.abtsbtxt h2 {font-size: 18px;line-height: 28px;}
	.abtbrndtxt ul{grid-template-columns: 1fr;}
	
	.abtsbtxt h2 span {
		width: 100%;
		display: block;
	}	
	
	
	.crercrd h2{font-size: 16px;}
	.crercrd p{font-size: 15px;} 
	
	.right-col { clip-path: none; }
	
	.evntsexpotxt h2 { font-size: 25px;}
	.evntsexpotxt h6 {font-size: 18px;}
	.evntsexpotxt p {font-size: 16px;}
	
	.evntslst .custom-accordion .accordion-button{
		font-size: 15px;
		padding: 1rem 1rem;
		align-items: start;
	}
	.custom-accordion .number{ font-size:20px; }
	.left-text { font-size: 20px; }
	
	.evntslst .custom-accordion .accordion-body { padding: 1rem 1rem;}
	.evntslst .custom-accordion .accordion-body ul li { font-size: 14px;  line-height: 22px; }
	.evntslst .custom-accordion .accordion-body .btn{ font-size: 12px; }

	.aihumans h2{font-size:22.5px;}
	.aihumans h6{font-size:18px;}
	.aihumans p{font-size:16px;}

	.aihmndvbgclr1 h6 {font-size: 22px;}
	.aihmndvbgclr1 ul li {
		font-size: 16px;
		line-height: 20px;
	}
	

	.aihmndvbgclr1 {padding: 2rem 1.5rem;}
	.aihmndvbgclr2 {padding: 2rem 1.5rem;}

	.aihmndvbgclr2 h6 {font-size: 22px;}
	.aihmndvbgclr2 ul li {
		font-size: 16px;
		line-height: 20px;
	}

	.vrtulhybrd h2{font-size: 25px;}
	.vrtulhybrd h3{font-size: 20px;}
	.vrtulhybrd p{font-size: 16px;}

	.brdrwdthbg{padding: 2rem 1.5rem;}

	.vhevntbrdrgt:nth-child(1){border-right:none;}
	.vhevntbrdrgt:nth-child(2){border-right:none;}
	.vhevntbrdrgt:nth-child(3){border-right:none;}
	.vhevntbrdrgt:nth-child(4){border-right:none;border-bottom: 1px solid #263238;}
	.vhevntbrdrgt:nth-child(5){border-right:none;border-bottom: 1px solid #263238;}
	
	

	.vrtlhbrdtalkbg .vrhbicnbg {
		width: 60px;
		height: 60px;
		background: #F3F7FB;
		border: 1px solid #D0DBE9;
		border-radius: 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 12px;
		position: absolute;
		left: 50%;
		top: -50%;
		right: auto;
		transform: translateX(-50%) translateY(45%);
	}

	.csestdhdtxt h3{font-size: 22px;}
	.dvhlgtxt h4{font-size: 20px;line-height:24px;}
	.dvhlgtxt ul li{font-size:16px;}
	
	.acrdivrtcltab.chkintbs .accordion-button {
        background: #f5f5f5;
        color: #000;
        font-weight: 600;
    }
	
	
	.mySwiper2{padding: 3rem 3rem;}
	.mySwiper2 .vrtlhbrdtalkbg .vrhbicnbg{
		top: -35%;
		transform: translateX(-50%) translateY(35%);
	}

	.mySwiper2 .vrtlhbrdtalkbg h6{ font-size: 16px; line-height:22px; }
	.mySwiper2 .vrtlhbrdtalkbg{ padding: 2.5rem 1.25rem; }
	.chkinmbltbs img { width: 45px; margin-right: 1rem; }

	.chkinlsts ul li { font-size: 16px; }
	.chkinlsts ul.chkintkmrk li{ font-size: 16px; }
	
	.vhevntbrdrgt.intrdzlc:nth-child(7) {
		border-right:none;
	}
	
	.blgimgcnt h2 {
		font-size: 22px;
		line-height: 26px;
	}
	
	.blgdvbgbx {padding: 1.2rem 1.2rem;}
	
	.lstunstyled li h6 {font-size:16px; margin-top: 8px; }
	
	.brdrtoplne::before, .brdrbtmlne::after, .brdrlftlne::after{background:none;width:auto;left:0;top:0;bottom:0;border-radius:0;}
	
	.nmbrtxthd h2 span {
		width: 100%;
		display: inline-block;
	}
}

@media only screen and (min-device-width:320px) and (max-device-width:824px) and (orientation:landscape){
	.mySwiper2 .vrtlhbrdtalkbg .vrhbicnbg{
		top: -65%;
		transform: translateX(-50%) translateY(65%);
	}
	
	body {
        padding-top: 10.5%;
    }
}

@media (min-width: 768px) {
  .accordion-view { display: none;}
  .desktop-tabs { display: flex; }
  .mobile-accordion { display: none; }
  
  .carousel-caption p.wtlead {
    max-width: 60%;
	}
}


@media (min-width: 992px) {
	.navbar .dropdown:hover .dropdown-menu { display: block;background: rgb(255 255 255 / 97%) !important;}
} 


@media (min-width:1024px) {
	.swiperslde .testimonial-card{height: 30vh;}
	
	body { padding-top: 4.25%; } 
}


