body{
	line-height: 1.5;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-400.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth; /* Enables smooth scrolling for the entire page */
}
*{
	margin:0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
}

.row{
	display: flex;
	flex-wrap: wrap;
}
.v-center{
	align-items: center;
	justify-content: space-between;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}

/*footer css*/


.footer {
    position: relative;
    padding: 60px 0 20px 0;
    background-color: #000000;
    color: #adb5bd;
  }
  .footer-bg {
    background: #000000;
}
.m-dotted-line {
    border-top: 1px dotted rgba(188,176,176,.9);
    margin: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    opacity: 9;
}
  .footer h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
   }
   .footer h3 a{
    color: #6D08BE;
   }
   .footer h3 a:hover{
    color: #FFB703;
   }
   .footer h4 {
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    margin-bottom: 1rem;
    font-weight: 700;
   }
   .footer ul {
    margin: 0;
    padding: 0;
   }
   .footer li {
    margin-bottom: 0.4rem;
    position: relative;
    list-style: none;
   }
   .footer li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 500;
   }
   .footer li a:hover {
    color: #FFB703;
   }
  
   .footer li a p{
     color: #000;
     font-size: 0.75rem;
     line-height: 18px;
   }
.address p span {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.address p {
    color: #ffffff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.social-icons li {
     display: inline-block;
     margin: 0 0.7rem 0 0;
   }
   .social-icons > li > a {
     border: 0.125rem solid #fff;
     border-radius: 50%;
     text-align: center;
     width: 1.875rem;
     height: 1.875rem;
     font-size: 0.875rem;
     display: inline-block;
     line-height: 1.625rem;
   }
   .social-icons > li > a i {
     color: #fff;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     transition: 0.5s;
   }
   
   .social-icons > li > a:hover,
   .social-icons > li > a:focus {
     background:none;
     border:0.125rem solid #6D08BE;
   }
   .social-icons > li > a:hover i{
     color: #6D08BE;
   }
   
   .footer-copyright {
     padding: 0.938rem 0;
     color: #000000;
   }
   .w-70 {
    width: 68%;
}

.subscribe input {
    width: 100%;
    padding: 7px 20px;
    color: #000;
    font-size: 12px;
    border-radius: 8px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.14);
}
.address p a {
    color: #ffffff;
}.navmenufooter ul {
     margin-bottom: 0.313rem;
     padding: 0px;
   }
   .navmenufooter ul li {
     color: #fff;
     display: inline-block;
     margin: 0 0rem;
     font-size: 12px;
   }
   .navmenufooter ul li a {
     position: relative;
     color: #fff;
     font-size: 12px;
     line-height: 20px;
     font-weight: 500;
   }
   .navmenufooter ul li a:hover{
     color: #6D08BE;
   }
   .navmenufooter p {
     font-size: 12px;
     color: #fff;
     margin-right: 20px;
     font-weight: 500;
   }

.subscribe input[type=submit] {
    background-image: linear-gradient(to right, #ff0e00 0%, #6d08be 51%, #ff0e00 100%);
    font-size: 14px;
    padding: 0.5rem 2rem;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
    border: 0;
}
.white-border-line {
    margin: 1rem 0;
    border: 0;
    border-top: 1px solid #fff;
    opacity: .25;
}



/*header*/

.header{
/*	display: block;*/
	width: 100%;
	position: absolute;
	z-index: 99;
	padding:20px 0 20px 0;
	top:0%;
	border-bottom:1px solid #d5d3d3;
}
.header .item-left{
	flex:0 0 10%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 55%;
	display: flex;
        justify-content: flex-start;
}
.header .item-right{
	flex:0 0 27%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 12px;
     color:#fff;
     display: inline-block;
    
     transition: color 0.3s ease;
}
.header .item-right:hover a{
	color: #fff !important;
}
.header .item-right a i{
	margin-right: 8px;
}
.header .menu > ul > li{
	display: inline-block;
	line-height: 50px;
	margin-left: 10px;
}
.header .menu > ul > li:first-child{
	margin-left: 0;

}
.header .menu > ul > li > a{
	font-size: 14px;
	font-weight: 500;
	color:#fff;
	position: relative;
font-style: normal;
font-weight: 500;
line-height: 103.607%; /* 12.433px */



	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color:#ffffff;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top:25px;
	opacity:0;
	visibility: hidden;
}
@media(min-width: 992px){
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
	        background: #fff;
        border-radius: 16px;
        box-shadow: 0 0 3px rgba(60, 72, 88, 0.15);
}
.pad-0{
	padding: 0 !important;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
	text-align: left;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 14px;
	color: #03386F;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
	font-weight: 600;
}
.header .menu > ul > li .single-column-menu{
	min-width: 280px;
	max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
   line-height: 1;
   display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
	padding:10px 0;
	display: inline-block;
	font-size: 12px;
	color:#000;
	font-weight: 400;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title i{
	color: #F26527;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
    left: 50%;
    transform: translateX(-50%);	
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 85%;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-1{
	max-width: 95%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 25px;
	background: #fff !important;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-2{
	max-width: 95%;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px 25px;
	background: #fff !important;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
  flex:0 0 60%;
  
  text-align: left;
      text-align: left;
    background: #fff;
    padding: 22px 25px;
    border-radius: 16px 0 0 16px;

}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-1{
  flex:0 0 40%;
  
  text-align: left;
      background: #4F0174;
    padding: 40px 40px;
    border-radius: 0px 16px 16px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-1 > .list-item{
  flex:0 0 50%;
  
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
    

}
.header .menu > ul > li .sub-menu.mega-menu-column-4-1 > .list-item-1{
  flex:0 0 50%;
  
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-3 > .list-item{
  flex:0 0 33%;
  
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-3 > .list-item-1{
  flex:1 0 30%;
  
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-3{
	padding: 0;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4-2 > .list-item{
  flex:0 0 25%;
  
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
    

}
.header .menu > ul > li .sub-menu.mega-menu-column-4-4 > .list-item{
  flex:0 0 70%;
 
  text-align: left;
  padding: 40px 20px 30px 30px;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-4{
	max-width: 1120px;
	padding: 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-3{
	max-width: 1140px;
}
.cnt-para{
	font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
    color: #fff;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
	    font-size: 14px;
    color: #000;
    font-weight: 600;
	line-height: 1;
	padding:10px 0 15px 0;
	
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-1.text-center .title{
	text-align: center;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item-1 .title{
	    font-size: 14px;
    color: #000;
    font-weight: 600;
	line-height: 1;
	padding:10px 0 15px 0;
	
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
	text-align: center;
}


.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
	max-width: 100%;
	
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item ul{
	margin-bottom: 30px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
	color:#7C07DB;
}
.header .menu > ul > li:hover > a svg{
	fill: #7C07DB;
}

.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

/*responsive*/
@media(max-width: 991px){

	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
	
	}
	.v-center {
  align-items: center;
  justify-content: space-between;
}
	.header .mobile-menu-trigger{
		display: flex;
		height: 30px;
		width: 30px;
		margin-left: 15px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
	}
	.header .mobile-menu-trigger span{
		display: block;
		height: 2px;
		background-color: #fff;
		width: 24px;
		position: relative;
	}
	.header .mobile-menu-trigger span:before,
	.header .mobile-menu-trigger span:after{
		content: '';
		position: absolute;
		left:0;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	.header .mobile-menu-trigger span:before{
		top:-6px;
	}
	.header .mobile-menu-trigger span:after{
		top:6px;
	}
	.header .item-right{
		align-items: center;
	}

	.header .menu{
		position: fixed;
		width: 90%;
		background-color:#000;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header.clr-black .menu{
background: #fff;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
		text-align: left;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: block;
		border-bottom: 1px solid rgb(137 8 207);
	}
	.header .menu > ul > li > a svg{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
		width: 20px;
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 66px;
		border-bottom: 1px solid #000;
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #000;
		top:0;
	}
	.header.clr-black .menu .mobile-menu-head{
background: #fff;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.7);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#fff;
		font-size: 16px;
		display: none;
	}
	.header.clr-black .menu .mobile-menu-head .go-back{
color: #000;
	}
	.header .menu .mobile-menu-head.active .go-back{
		display: block;
	}
	.header .menu .mobile-menu-head.active .go-back i{
		font-style: normal;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
	color: #fff;
		padding: 10px 0;
	}
	.header.clr-black .menu .mobile-menu-head .current-menu-title{
color: #000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.7);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#fff;	
		font-size: 25px;
	}
	.header.clr-black .menu .mobile-menu-head .mobile-menu-close{
		color: #000;
	}
	.header .menu .menu-main{
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.header .menu > ul > li .sub-menu.mega-menu,
	.header .menu > ul > li .sub-menu{
		visibility: visible;
		opacity: 1;
		position: absolute;
		box-shadow: none;
		margin:0;
		padding:15px;
		top:0;
		left:0;
		width: 100%;
		height: 100%;
		padding-top: 65px;
		max-width: none;
		min-width: auto;
		display: none;
		transform: translateX(0%);
		overflow-y: auto;
	}
.header .menu > ul > li .sub-menu.active{
	display: block;
	background: #fff;
}
@keyframes slideLeft{
	0%{
		opacity:0;
		transform: translateX(100%);
	}
	100%{
	    opacity:1;
		transform: translateX(0%);	
	}
}
@keyframes slideRight{
	0%{
		opacity:1;
		transform: translateX(0%);
	}
	100%{
	    opacity:0;
		transform: translateX(100%);	
	}
}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
		margin-top:0;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
		margin-bottom: 20px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
		margin-bottom:0px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
		flex: 0 0 100%;
        padding: 0px;
	}
	.header .menu > ul > li .sub-menu > ul > li > a,
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
		display: block;
		color: #000;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 0px;
	}
	.menu-overlay{
		position: fixed;
		background-color: rgba(0,0,0,0.5);
		left:0;
		top:0;
		width: 100%;
		height: 100%;
		z-index: 1098;
		visibility: hidden;
		opacity:0;
		transition: all 0.5s ease;
	}
	.menu-overlay.active{
	  visibility: visible;
	  opacity:1;	
	}
}


.logo img{
	max-width: 180px;
}
.header .item-right .header-btns{
font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.20);
    padding: 10px 12px;
    border-radius: 10px;
    color: #fff;
    line-height: normal;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}
.header .item-right .header-btns-2{
font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    background: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    color: #000 !important;
    border:1px solid #fff;
    line-height: normal;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}
.header .item-right .header-btns-1{
font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    background: #130A39;
    padding: 10px 12px;
    border-radius: 10px;
    color: #fff;line-height: normal;
    border:1px solid #fff;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition */
}
.gradient-btns-head {
    border-radius: 10px;
    background: transparent;
    padding: 10px 12px;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
    
}
.gradient-btns-head:hover {
    background: #740c9a;
    color: #fff;
}
.fadeInUpUnique, .fadeInDownUnique, .fadeInLeftUnique, .fadeInRightUnique {
  opacity: 0;
  transform: translate(0, 50px); 
  transition: opacity 1s ease-out, transform 1s ease-out; 
}


.fadeInUpUnique {
  transform: translate(0, 50px); 
}

.fadeInDownUnique {
  transform: translate(0, -50px); 
}

.fadeInLeftUnique {
  transform: translate(-50px, 0); 
}

.fadeInRightUnique {
  transform: translate(50px, 0); 
}


.fadeInUpUnique.visible, .fadeInDownUnique.visible, .fadeInLeftUnique.visible, .fadeInRightUnique.visible {
  opacity: 1;
  transform: translate(0, 0); 
}


.fadeInUpUnique[data-delay], 
.fadeInDownUnique[data-delay], 
.fadeInLeftUnique[data-delay], 
.fadeInRightUnique[data-delay] {
  transition-delay: var(--delay);
}



.custom-tab-headings {
  display: flex;
  flex-direction: column;  /* Stack tabs vertically */
      border-right: 1px solid #A4B2D5;
       padding: 30px 30px !important;
    margin-right: 40px;
}

.custom-tab-link {
  padding: 15px;
    cursor: pointer;
    margin-bottom: 10px;
    text-decoration: none;
    color: #43249C;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.custom-tab-content {
  width: 50%;  /* Adjust the width for content area */
  padding: 30px 30px !important;

}

.custom-tab-pane {
  display: none; /* Hide individual tab content by default */

 
}

.custom-tab-image {
  width: 25%;  /* Adjust width for the image */
  padding: 10px;
}
.custom-tab-image img{
	height: 100%;
}
.custom-tab-link.megamenu-tab-active {
 
      border-radius: 9px;
    background: #E0EBF8;
    padding: 15px;
        color: #43249c;
    font-weight: bold;
}

.custom-tab-pane.megamenu-tab-content-active {
  display: block; /* Only the active tab's content will be visible */
 
}

.custom-tab-pane.megamenu-tab-content-active li{
	    color: #000;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.3em; /* Space for the icon */
}
.custom-tab-pane.megamenu-tab-content-active li a{
	color: #000;
}
.custom-tab-pane.megamenu-tab-content-active  ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 15px;
   
}


.custom-tab-pane.megamenu-tab-content-active li::before {
    content: "\f0da"; 
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; 
    position: absolute;
    left: 0;
    color: #8E96A0; 
}


/* Hide mobile container on desktop */
.mob-custom-container {
  display: none;
}

/* Mobile Styles */
@media only screen and (max-width: 991px) {
  /* Hide desktop layout on mobile */
  .custom-tab-headings,
  .custom-tab-content {
    display: none !important;
  }
  
  /* Show mobile container */
  .mob-custom-container {
    display: block !important;
    width: 100%;
    padding: 15px;
  }
  
  /* Adjust image for mobile */
  .custom-tab-image {
    width: 100% !important;
    padding: 15px;
  }
  
  /* Mobile Custom Styles */
  .mob-custom-item {
    margin-bottom: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 9px;
    overflow: hidden;
  }
  
  .mob-custom-header {
    padding: 15px;
    background: #fff;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: #43249C;
    text-transform: capitalize;
  }
  
  .mob-custom-header.mob-custom-header-active {
    background: #E0EBF8;
    color: #43249c;
  }
  
  .mob-custom-header i {
    transition: transform 0.3s ease;
  }
  
  .mob-custom-header.mob-custom-header-active i {
    transform: rotate(180deg);
  }
  
  /* Hide all mobile content by default */
  .mob-custom-content {
    display: none;
    padding: 15px;
    background: #fff;
    border-top: 1px solid #e0e0e0;
  }
  
  .mob-custom-content.mob-custom-content-active {
    display: block;
  }
  
  .mob-custom-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
  .mob-custom-content li {
    color: #000;
    
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
    padding-left: 1.3em;
  }
  
  .mob-custom-content li::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #8E96A0;
  }

}



.meg-both{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b7b6b6;
    padding-bottom: 25px;
    gap: 2%;
}

.meg-cnt h3{
 font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.3;	
}

.meg-cnt p{
   
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.meg-btns a{
	
    padding: 10px 13px;
    
    font-size: 12px;
    border-radius: 10px;
    line-height: normal;
    text-align: center;
    
    font-weight: 600;
    letter-spacing: 0.98px;
    
    
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
    .meg-btns .megabtns-trial{
    	background: #760e7d;
    	color: #fff;
    	margin-right: 15px;
    	border:2px solid #760e7d;
    }

    .meg-btns .megabtns-products{
    
    background: #fff;
color: #760e7d;
border:2px solid #760e7d;
    }

    /*.inside-mega-set{
    display: flex;
    gap: 20px;
    padding: 20px 10px;
    margin-top: 20px;
    }*/

    .inside-mega-cnt-all ul{
    	
    }
    /*.inside-mega-cnt-all li::before{
    	    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #760e7d;
    }*/
    .inside-mega-cnt-all li i {
    padding-right: .5rem;
    font-style: normal;
    color: #760e7d;
}
    .inside-mega-cnt-all ul{
    	margin-bottom: 0;
    }
    .inside-mega-cnt-all li{
    	color: #000;
    
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 8px;
    position: relative;
    
    display: flex;
    }
    .inside-mega-cnt-all li a{
    	    color: #000;
    font-weight: 400;
    font-size: 12px;
    }
    .inside-svg-mega {
    	display: flex;
    }
.inside-mega-cnt-all h3{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.inside-mega-cnt-all h3 a{
	color: #000;
}
.inside-mega-cnt-all p{
        font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}
.inside-mega-cnt-all p a{
	color: #000000;
    font-size: 12px;
    font-weight: 500;
}
.inside-mega-cnt-all .inside-mega-cnt-btns{
	line-height: normal;
}
.inside-mega-cnt-all .inside-mega-cnt-btns a{

    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}
  



.header.clr-black .menu > ul > li > a{
color: #000;
}


.header.clr-black .mobile-menu-trigger span{
display: block;
height: 2px;
background-color: #000;
width: 24px;
position: relative;
}
.header.clr-black .mobile-menu-trigger span:before,
.header.clr-black .mobile-menu-trigger span:after{
content: '';
position: absolute;
left:0;
width: 100%;
height: 100%;
background-color: #000;
}

.plain-btns:hover,.header .item-right .header-btns:hover{
	background: #fff;
	color: #000 !important;
}

.header .item-right .header-btns-1:hover{
background: #241565;
}
.header .item-right .header-btns-2:hover{
background: rgba(255, 255, 255, 0.20);
color: #fff;
}


.gradient-btns{
border-radius: 10px;
background: #760e7d;
padding: 13px 20px;
color: #fff;
letter-spacing: 1px;
border: none;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition */
/*  border: 1px solid #760e7d;*/
}
.gradient-btns:hover {
    background: #740c9a;
}


/*page css*/
.hero-img {
  height: auto;
  max-width: 100%;
  display: block;
}

.about-banner{
	padding: 180px 0 60px 0;
}

.about-banner span a{
	color: #000;
}

.about-banner span{
	color: #7325C6;
	font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: capitalize;
}


.about-banner .about-banner-cnt{
padding-right: 60px;
}
.about-banner .about-banner-cnt h1{
	color: #252525;
	font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 130%;
text-transform: capitalize;
margin-bottom: 30px;
margin-top: 10px;
}

.about-banner .about-banner-cnt p{
	color: #01284C;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150.9%; /* 30.18px */
text-transform: capitalize;
margin-bottom: 20px;
}

.blue-btns{
	font-size: 12px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    background: #130A39;
    padding: 13px 20px;
    border-radius: 10px;
    color: #fff;
    border: 1px solid #fff;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.margin-top-30{
	margin-top: 30px;
}
.industr-redefine{
	padding: 60px 0 30px 0;
}

.about-common-heading-2 h2{
	color: #000;
font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 52px */
text-transform: capitalize;
margin-bottom: 30px;
}

.about-common-heading-2 p{
 color: #252525;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150.9%; /* 24.144px */
}
.about-trusted{
	padding: 30px 0 60px 0;
}
.about-trusted h2{
	color: #000;
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%;
text-transform: capitalize;
margin-bottom: 50px;
}

.about-trusted-inside{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 50px;
}

.about-trusted-inside .abt-img img{
	max-width: 125px;
}

.evolution-excellence{
	padding: 60px 0;
}

.evolution-excellence .evolution-excellence-inside
{
	    border-radius: 15px;
    background: #F1F5FD;
    padding: 80px 60px 80px 60px;
}
.evolution-excellence .evolution-content{
	margin-bottom: 50px;
}
.evolution-excellence .evolution-content h3{
color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 14px 14px 0 0;
    background: #2D025B;
    padding: 20px;
    height:70px;
    /* text-align: center; */
    margin-bottom: 0;
}
.evolution-excellence .evolution-content p{
	padding: 30px 25px;
   
border: 1px solid #7445F7;
background: rgba(255, 255, 255, 0.32);
    border-radius: 0 0 16px 16px;
    border-top: 0;
    color: #000;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 130px;
    border-top: none;
}
.about-common-heading-1 h2{
color: #000;

font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 52px */
text-transform: capitalize;
margin-bottom: 20px;
}
.about-common-heading-1 p{
	color: #000;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150.9%; /* 24.144px */
margin-bottom: 50px;
}

.para-evolution{
	color: #000;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150.9%; /* 24.144px */
}
.purpose-vision-main{
	padding: 60px 0;
}
.purpose-vision-main .purpose-vision{
	background: url(../images/purpose-vision.webp);
	    width: 100%;
    height: 100%;
    padding: 60px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    background-color: #16024b;
    border-radius: 16px;

}

.purpose-vision-main .purpose-vision h2{
	color: #FFF;

font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 130%;
}


.vision-mision{
	padding: 60px 0;
}
.vision-mision .vision-mision-inside{
	border-radius: 12px;
    background: #F2F3F8;
    padding: 40px;
    margin-bottom: 30px;
}
.vision-mision .vision-mision-inside h3{
color: #412397;
    
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.4%;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.vision-mision .vision-mision-inside p{
	color: #000;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.4%;
    text-transform: capitalize;
}

.comilance {
    padding: 60px 0;
}

.comilance-row {
    display: flex;
    flex-wrap: wrap;
/*    justify-content: space-between;*/
    gap: 5%;
    align-items: center;
}

.comilance-inside {
    /*flex: 1 1 calc(15% - 16px);
    padding: 0 px;*/
}

.comilance-inside img {
    
}

.trust-heading h2{
	color: #000;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 166.4%;
    text-transform: capitalize;
    margin-bottom: 40px;
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
    .comilance-inside {
        flex: unset;
        padding: 0 10px;
        margin-bottom: 15px;
    }
    .comilance-row{
gap: 16px;

    }
}

.max-second{
	    width: 70px;
    height: 70px;
    aspect-ratio: 1 / 1;
}
.max-third{
	width: 70px;
    height: 70px;
    
}
.max-fourth{
/*	width: 175px;*/
    height: 45px;
   
}
.max-fifth{
/*    width: 120px;*/
    height: 50px;
    
}
.max-firs{
	
    height: 50px;
}
.leader-ship-main{
	background: url(../images/leader-ship.webp);
	    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
    width: 100%;
     margin: 60px 0;
}

.leadership-inside{
	    padding: 80px 0;
    padding-right: 60px;

}

.leadership-content h2{
color: #FFF;
    
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130.4%;
    margin-bottom: 30px;
}
.leadership-content p{
	color: #FFDFDF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.4%;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.leadership-inside .leadership-heading-3 h3{
color: #FFF;
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 138.4%;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.leadership-inside .leadership-heading-3 p.border-dot{
	    color: #FFDFDF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.4%;
    text-transform: capitalize;
    border-bottom: 1px dotted #DBD8D8;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.leadership-inside .leadership-heading-3 p{
	    color: #FFDFDF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 138.4%;
    text-transform: capitalize;
   
    margin-bottom: 20px;
}

.team-main{
	padding: 60px 0;
}

.team-main .team-cnt{
	padding-left: 50px;
}

.team-main .team-cnt p{
color: #000;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 27px */
text-transform: capitalize;
}
.team-main .team-cnt h3{

color: #000;

font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
text-transform: capitalize;
}

.team-member img{
	margin-bottom: 15px;
}
.team-member h3{
color: #000;

font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 27px */
text-transform: capitalize;
margin-bottom: 5px;
}
.team-member p{
	color: #000;

font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 150%; /* 27px */
text-transform: capitalize;
margin-bottom: 0px;
}
.team-member{
	margin-bottom: 60px;
}

.global-reach{
	padding: 60px 0;
}
.global-reach h2{
	color: #000;

font-size: 40px;
font-style: normal;
font-weight: 400;
line-height: 130%;
text-transform: capitalize;
margin-bottom: 60px;
}
.global-reach .global-reach-inside h3{
color: #BA0D70;

font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 36px */
text-transform: capitalize;
}
.global-reach .global-reach-inside p{
color: #000;

font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 150%;
text-transform: capitalize;
margin-bottom: 5px;
}
.global-reach .global-reach-inside span a{
	color: #000;

font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%;
text-transform: capitalize;
}
.vis-hid{
	visibility: hidden;
}
.global-reach .global-reach-inside{
padding-right: 20px;
    margin-right: 20px;
    height: 100%;
    
  }

  .border-global-reach{
  	 border-right: 1px solid #D4D4D4;
  }
  .global-reach .col-lg-3{
  	margin-bottom: 40px;
  }

  .final-img{
  	padding: 60px 0;
  }






@media screen and (max-width: 991px) {

.about-banner{
	padding: 100px 0 30px 0;
}
.industr-redefine,.evolution-excellence,.purpose-vision-main,.vision-mision,.comilance-1,.leadership-inside,.team-main,.global-reach,.final-img{
	padding: 30px 0;
}
.global-reach h2,.about-common-heading-2 h2,.about-common-heading-1 h2,.purpose-vision-main .purpose-vision h2,.leadership-content h2{
	font-size: 25px;
}
.about-banner .about-banner-cnt,.leadership-inside{
	padding-right: 0;
}
.about-banner .about-banner-cnt h1{
	font-size: 30px;
}
.about-banner .about-banner-cnt p,.evolution-excellence .evolution-content,.team-member,.global-reach h2{
	margin-bottom: 20px;
}
.about-banner .about-banner-cnt p br,  .about-trusted h2 br{
	display: none;
}
.about-banner img{
	margin-top: 20px;
}
.evolution-excellence .evolution-excellence-inside{
	padding: 50px 30px;
}
.purpose-vision-main .purpose-vision{
	padding: 30px;
	background-position: left;
}
.leader-ship-main{
	margin: 30px 0;
	background-position: left;
}

.team-main img{
	width: 100%;
	max-width: 100%;margin-bottom: 20px;
}
.team-main .team-cnt{
	padding-left: 0;
}
   .border-global-reach{
  	border-right: 0;
  }
}

@media screen and (max-width: 575px) {

 .comilance-1 .col-sm-4 {
        width: 50%;
    }

  }

@media screen and (max-width: 767px) {
  .global-reach .global-reach-inside{
  	padding-right: 0;
  	margin-right: 0;
  }
  .global-reach .col-lg-3{
  	margin-bottom: 20px;
  }
  
  .vis-hid{
  	display: none;
  }
  .about-banner .about-banner-cnt h1{
  	font-size: 25px !important;
  }
}


@media (min-width: 992px) and (max-width: 1199px) {
	.team-main img{
		width: 100%;
	}
	.about-banner .about-banner-cnt{
		padding-right: 30px;
	}
}


/*testinonials*/
.testimonial-banner{
	padding: 200px 0 120px 0;
	background: linear-gradient(0deg, #EFE8FF 20.67%, #FFF 100%);
}

 .text-yellow-400 {
    color:#fdc700;
  }
  .fill-yellow-400 {
    fill:#fdc700;
  }
  .fill-gray{
  	color: gray;
  }
  .testimonial-banner h1{
		font-size: 40px;
    font-weight: 700;
    text-align: center;
    line-height: 130%;
    margin-bottom: 30px;
    color: #000;
  }

  .testimonial-banner p{
  	text-align: center; 
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
    margin-bottom: 30px;
  }


.testimonial-banner .testi-flx{
	display: flex;
	justify-content: center;
	align-items: center;gap: 5rem;
}

.testimonial-banner .testi-flx .testi-cnt{
color: #3a0a3e;
font-weight: 700;
font-size: 35px;
margin-bottom: 10px;
line-height: normal;
}

.testimonial-banner .testi-flx .testi-txt{
	color: #4a5565;
	font-size: 16px;
	font-weight: 500;

}

.about-trusted-1{
	padding: 60px 0;
}

.customer-testimonial-main{
	padding: 60px 0;
	background: #f9fafb;
}
.customer-testimonial-main .customer-testimonial-inside .customer-testimonial-inside-rating{
	display: flex;
	align-items: center;
	gap: .5rem;
	margin-bottom: 50px;
}
.customer-testimonial-main  .customer-testimonial-inside .cust-arrow{
	color: #3a0a3e;
    opacity: 0.8;
    width: 2.5rem;
    height: 2.5rem;
}
.customer-testimonial-main .customer-testimonial-inside .customer-testimonial-inside-rating svg{
	width: 1rem;
	height: 1rem;
}

.customer-testimonial-main .customer-testimonial-inside .customer-testi-para 
{
        font-size: 14px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 40px;
   }
.customer-testimonial-main .customer-testimonial-inside{
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
  }

.customer-testimonial-main .customer-testimonial-inside:hover{
box-shadow:0 20px 25px -5px #1414141a, 0 8px 10px -6px #00000036;
}
  .customer-testimonial-main .customer-testimonial-inside .customer-author{
  	display: flex;
  	align-items: center;
  	gap: 20px;
  }
.customer-testimonial-main .customer-testimonial-inside .customer-author img{
	object-fit: cover;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.customer-testimonial-main .customer-testimonial-inside .customer-author .customer-author-cnt .customer-author-name{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px
}
.customer-testimonial-main .customer-testimonial-inside .customer-author .customer-author-cnt .customer-author-designation{
font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}
.customer-testimonial-main .customer-testimonial-inside .customer-author .customer-author-cnt .customer-author-company{
font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #3a0a3e;
}
.unique-heading-2 h2{
		color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 20px;
  }


.unique-heading-2 p
{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.9%;
    margin-bottom: 50px;
  }

  .customer-heading h2{
		color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 20px;
  }


.customer-heading p
{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.9%;
    margin-bottom: 50px;
  }

  .unique-heading-white h2{
		color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 20px;
  }


.unique-heading-white p
{
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.9%;
    margin-bottom: 50px;
  }

  .customer-rating-review-main{
  	padding: 60px 0;
  }
  .customer-rating-review-main .review-both{
display: flex;
gap: 4rem;
justify-content: space-between;
  }
  .customer-rating-review-main .review-both .review-left{
text-align: center;
  }
  .customer-rating-review-main .review-both .review-left .review-number{
  	font-size: 65px;
  	color: #3a0a3e;
  	font-weight: 700;
  }
  .customer-rating-review-main .review-both .review-left .review-starss{
  	display: flex;
	align-items: center;
	gap: .6rem;
	margin-bottom: 20px;
	justify-content: center;
  }
  .customer-rating-review-main .review-both .review-left p{
  	font-size: 16px;
  	font-weight: 400;
  	text-align: center;

  }
.review-right-inside {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}
.review-row {
  display: flex;
  align-items: center;
 gap: 3rem;
justify-content: center;
}
.review-star-number {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 50px;
  flex-shrink: 0;
}
.review-star-number span{
    font-weight: 600;
    font-size: 16px;
  }
  .review-star-number  svg{
  	width: 16px;
  }

.reviews-bars {
  flex: 1;                
  height: 15px;
  background-color: #e5e7eb50;
  overflow: hidden;
  border-radius: 30px;
    min-width: 250px;
}
.review-row {
  display: flex;         
  align-items: center;
  gap: 12px;
  width: 100%;
}
.reviews-bars-inside {
  height: 100%;
  background-color: #3a0a3e;
  border-radius: 30px;
}
.review-per {
  width: 4rem;
  text-align: right;
  color: #000;
  flex-shrink: 0;
}
.review-coun {
  width: 6rem;
  text-align: right;
  color: #000;
  flex-shrink: 0;
}


.all-customer-test{
	padding: 60px 0;
	background: #f9fafb;
}

.testimonial-search-wrapper {
  width: 100%;
}

.testimonial-search {
  display: flex;
  align-items: center;
  width: 100%;
  border: 1px solid #d1d5db; /* gray border */
  border-radius: 10px;
  padding: 15px 20px;
 
}

.testimonial-search .search-icon {
  color: #9ca3af; /* gray icon */
  margin-right: 10px;
  font-size: 16px;
  line-height: 1;
}

.testimonial-search input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 16px;
  color: #374151; /* text color */
  background: transparent;
}

.testimonial-search input::placeholder {
  color: #9ca3af; /* gray placeholder */
}




.segmented-tabs {
  width: 100%;
  padding: 20px 0;
}

.segmented-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: #fff;
  padding: 8px;
  border-radius: 10px;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 20px;
}

.segmented-item {
  padding: 7px 15px;
  cursor: pointer;
  font-weight: 500;
  color: #000;
  background: transparent;
  border-radius: 8px;
  transition: all 0.25s ease;
  white-space: nowrap;
  font-size: 14px;
}

.segmented-item:hover {
  background: #760e7d;
    color: #fff;
}

.segmented-item.is-active {
 background: #760e7d;
    color: #fff;
}

.segmented-content {
  background: transparent;
}

.segmented-panel {
  display: none;
}

.segmented-panel.is-active {
  display: block;
}




.main-testimonial-inside .main-testimonial-rating-main{
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.main-testimonial-rating-main span{
    background: #eceef2;
    color: #000;
    font-size: 11px;
    padding: 4px 10px;
    border-radius: 7px;
    font-weight: 500;;
}
.main-testimonial-inside  .main-testimonial-inside-rating{
	display: flex;
	align-items: center;
	gap: .5rem;
	
}

.main-testimonial-inside  .main-testimonial-inside-rating svg{
	width: 1rem;
	height: 1rem;
}
.main-testimonial-inside hr{
	    padding-bottom: 20px;
    margin-bottom: 20px;
}

.main-testimonial-inside  .main-testi-para 
{
 font-size: 16px;
    color: #000;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: 0.3px;
   }
.main-testimonial-inside {
    background: #fff;
    padding: 30px;
    border-radius: 16px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
  }

.main-testimonial-inside:hover{
box-shadow:0 20px 25px -5px #1414141a, 0 8px 10px -6px #00000036;
}
  .main-testimonial-inside  .main-author{
  	display: flex;
  	align-items: center;
  	gap: 20px;
  	margin-bottom: 30px;
  }
.main-testimonial-inside  .main-author img{
	object-fit: cover;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.main-testimonial-inside  .main-author .main-author-cnt .main-author-name{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px
}
.main-testimonial-inside  .main-author .main-author-cnt .main-author-designation{
font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}
.main-testimonial-inside  .main-author .main-author-cnt .main-author-company{
font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #3a0a3e;
}

.main-testimonial-inside .main-employee-like{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.main-testimonial-inside .main-employee-like .employye-count{
font-size: 14px;
}

.main-testimonial-inside .main-employee-like .like-count{
font-size: 14px;
display: flex;
align-items: center;
gap: 2px;
}

.main-testimonial-inside .main-employee-like .like-count svg{
	width: 18px;
	height: 18px;
}

.testimonial-filterbar{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:10px;
  padding:10px 12px;
  margin-bottom: 20px;
}
.filterbar-left{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap: wrap;
}
.filter-ic{ width:18px; height:18px; color:#760e7d; }
.filter-label{
  font-size:14px;
  font-weight:600;
  color:#760e7d;
  margin-right: 2px;
}
.filter-select{
  border:1px solid #d1d5db;
  border-radius:10px;
  padding:8px 10px;
  font-size:14px;
  outline:none;
  background:#fff;
  color:#111827;
}
.filterbar-right{
  font-size:14px;
  color:#374151;
  white-space: nowrap;
}

.testimonial-footerbar{
  margin-top: 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:12px;
}

.footer-showing{
  font-size:14px;
  color:#000;
}

.success-stories-right, .success-stories-left{
	padding: 60px 0;
}

.success-stories-right img{
border-radius: 16px 0 0 16px;
}

.success-stories-right-cnt {
   padding: 40px;
    background: linear-gradient(116deg, #220C2F 58.33%, #5D0754 99.79%);
    border-radius: 0 16px 16px 0px;
    
  }
.success-stories-left-cnt {
   padding: 40px;
    background: linear-gradient(116deg, #220C2F 58.33%, #5D0754 99.79%);
    border-radius: 16px 0 0 16px;
    
  }
  .success-stories-left img{
border-radius: 0 16px 16px 0px;
}
  .success-stories-right-cnt span ,.success-stories-left-cnt span{
  	   background: #ffffff;
    padding: 3px 8px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    color: #380a3d;
  }
  .success-stories-right-cnt h2, .success-stories-left-cnt h2{
    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 15px;
  }

 .success-stories-right-cnt h3 , .success-stories-left-cnt h3{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 10px;
  }

.success-stories-right-cnt p ,.success-stories-left-cnt p{
      font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
  }

  .success-stories-right-cnt h4 ,.success-stories-left-cnt h4{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 20px;

  }
.success-counter{
      border-radius: 20px;
    border: 1px solid #A0A1B4;
    padding: 30px 15px;
    text-align: center;
    margin-bottom: 20px;
    flex: 1;
}
.success-counter svg{
	color: #fff;
	width: 30px;
	height: 30px;
	margin-bottom: 15px;
}
.success-counter-names{
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
  }
.success-counter-numbers{

        font-weight: 700;
    font-size: 30px;
    color: #fff;
  }
  .success-readmore a{
  	color: #fff;
  	font-size: 16px;
  	font-weight: 700;
  }
  .success-readmore a i{
  	font-style: normal;
  }


  .customer-videos-main{
  	padding: 80px 0;
  	background: #250739;
  	margin-top: 60px;
  	
  	
  }
  .customer-videos-inside{
  	margin-bottom: 30px;
  	
  }
  .customer-videos-inside .customer-videos-inside-cnt{
    background: #2d025b;
    padding: 50px 30px;
    border-radius: 0 0 16px 16px;
/*    border: 1px solid #777575;*/
    border-top: 0;
    margin-top: -8px;
  }
  .customer-videos-inside .customer-videos-inside-cnt .vid-cmp-pname{
  	color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 10px;
    
  }

  .customer-videos-inside .customer-videos-inside-cnt .vid-cmp-desc{
  	font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
  }
  .customer-videos-inside .customer-videos-inside-cnt .vid-cmp-name{
  	font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
  }

  .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000; /* fallback while loading */
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}


.ready-to-join{
    padding: 80px 0;
    background: linear-gradient(116deg, #220C2F 58.33%, #5D0754 99.79%);
    

  }

  .ready-to-join .ready-to-join-inside{

  }
  .ready-to-join .ready-to-join-inside h2{
  	    color: #fff;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 20px;
    text-align: center;
  }
  .ready-to-join .ready-to-join-inside p{
  	    color: #fff; 
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.9%;
    margin-bottom: 40px;
    text-align: center;
  }
  .ready-to-join .ready-to-join-inside .ready-list-main{
  	display: flex;
  	gap: 50px;
  	justify-content: center;
  	margin-bottom: 30px;
  }
  .ready-to-join .ready-to-join-inside .ready-list-main .ready-list li{
  color: #fff;
  font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.9%;
    margin-bottom: 20px;	
  }
.ready-to-join .ready-to-join-inside .ready-list-main .ready-list li i
{
font-style: normal;
padding-right: 10px;
}
  .plain-btns{
border-radius: 10px;
background: rgba(255, 255, 255, 0.20);
padding: 13px 20px;
color: #fff;
letter-spacing: 1px;
text-align: center;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease; /* Smooth transition */

}

.plain-btns:hover,.header .item-right .header-btns:hover{
	background: #fff;
	color: #000 !important;
}


@media screen and (max-width: 991px) {
.customer-rating-review-main .review-both,.ready-to-join .ready-to-join-inside .ready-list-main{
	display: unset;
}
.testimonial-banner .testi-flx,.testimonial-filterbar{
	flex-wrap: wrap;
	gap: 1rem;
}
.testimonial-banner h1, .unique-heading-2 h2, .success-stories-right-cnt h2, .success-stories-left-cnt h2,.ready-to-join .ready-to-join-inside h2{
	font-size: 25px;
}
.testimonial-banner{
	padding: 150px 0 60px 0;
}
.customer-videos-main,.ready-to-join,.about-trusted-1,.customer-testimonial-main,.customer-rating-review-main,.all-customer-test,.success-stories-right, .success-stories-left{
	padding: 30px 0;
}
.ready-to-join{
	margin-top: 0px;
}
.customer-testimonial-main .customer-testimonial-inside{
	padding: 20px;
	margin-bottom: 20px;
}
.ready-to-join .ready-to-join-inside .ready-list-main, .customer-testimonial-main .customer-testimonial-inside .customer-testimonial-inside-rating,.unique-heading-2 p,.main-testimonial-inside .main-testimonial-rating-main{
	margin-bottom: 20px;
}
.ready-to-join .ready-to-join-inside .ready-list-main .ready-list li{
	display: flex;
}
.testimonial-filterbar{
	padding: 20px;
}
.success-stories-right img,.success-stories-left-cnt{
	border-radius: 16px 16px 0 0;
}
.success-stories-right-cnt,.success-stories-left img{
	border-radius: 0 0 16px 16px;
}
.success-stories-right-cnt,.success-stories-left-cnt{
	padding: 40px 25px;
}
.small-bt {
display: unset;
gap: 15px;
}
}

@media screen and (max-width: 767px) {
.reviews-bars{
	min-width: 120px;
}
.review-per,.review-coun{
	width: unset;
}

}

@media screen and (max-width: 767px) {

}
@media (min-width: 992px) and (max-width: 1199px) {

}
/*contact css*/
.contact-page{
	    background: linear-gradient(0deg, #EFE8FF 20.67%, #FFF 100%);
    padding: 160px 0 80px 0;
}

.contact-page span{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    text-transform: capitalize;
}
.contact-page h1{
	    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.contact-page p{
	    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}

  .contact-page .para-contac{
  	color: #000;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 20px;
  }
.lbb-sales-contact-section {
  padding: 15px 0;
}

.lbb-sales-contact-form {
  width: 100%;
}

.lbb-field-wrap {
  width: 100%;
  margin-bottom: 20px;
}
.lbb-field-wrap label{
	color: #000;
font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 20.8px */
text-transform: capitalize;
margin-bottom: 8px;
}
.lbb-input-field,
.lbb-select-field,
.lbb-textarea-field {
  width: 100%;
 
  background: transparent;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-transform: capitalize;
  padding: 12px 15px;
      border-radius: 15px;
    border: 1px solid #000;
}
::placeholder{
	font-size: 14px;
}
.lbb-input-field:focus,
.lbb-select-field:focus,
.lbb-textarea-field:focus {
  border-bottom: 1px solid #000;
  outline: none;
  box-shadow: none;
}

.lbb-input-field::placeholder,
.lbb-textarea-field::placeholder {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  text-transform: capitalize;
  opacity: 1;
}

.lbb-select-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 16px;
  padding-right: 24px;
}

.lbb-select-field option {
  color: #000;
  font-size: 16px;
  font-weight: 300;
}

.lbb-textarea-field {
 /* min-height: 40px;
  resize: none;*/
  line-height: 70%;
}

.lbb-checkbox-wrap {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 6px;
  margin-bottom: 15px;
}

.lbb-checkbox-input {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-top: 2px;
  accent-color: #000;
  cursor: pointer;
}

.lbb-checkbox-label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  margin: 0;
  cursor: pointer;
}

.lbb-consent-text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin: 0;
}

.lbb-submit-btn {
 background: #6D08BE;
    
    padding: 7px 20px;
    font-size: 14px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    /* background: #130A39; */
    padding: 10px 28px;
    border-radius: 6px;
    color: #fff;
    line-height: normal;
    border: 1px solid #6D08BE;
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.lbb-submit-btn:hover {
  background: transparent;
  color: #000;
}

@media (max-width: 767.98px) {
  .lbb-sales-contact-section {
    padding: 20px 0;
  }

  .lbb-input-field,
  .lbb-select-field,
  .lbb-textarea-field,
  .lbb-checkbox-label {
    font-size: 15px;
  }

  .lbb-consent-text {
    font-size: 13px;
  }

  .lbb-submit-btn {
    width: 100%;
  }
}

.priv{
	color: #2A3154;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: uppercase;
}
.priv a{
	color: #2A3154;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
text-transform: uppercase;
}

@media screen and (max-width: 991px) {
.contact-page h1{
	font-size: 25px;
}
.contact-page h1 br{
	display: none;
}
}


.bg-black-color{
	background: #000;
}

.meg-both{
	display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #b7b6b6;
    padding-bottom: 25px;
    gap: 2%;
}

.meg-cnt h3{
 font-size: 16px;
    font-weight: 700;
   margin-bottom: 0;
    line-height: 1.3;	
}

.meg-cnt p{
   
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
}

.meg-btns a{
	
    padding: 10px 12px;
    
    font-size: 12px;
    border-radius: 10px;
    line-height: normal;
    text-align: center;
    ;
    font-weight: 600;
    letter-spacing: 0.98px;
    
    
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}
    .meg-btns .megabtns-trial{
    	border-radius: 10px;
background: #3C11A5;
  color: #fff;  	
    	border:2px solid #3C11A5;
    	
    }

    .meg-btns .megabtns-products{
    
    background: #fff;
color: #760e7d;
border:2px solid #760e7d;
    }

    .inside-mega-set{
    display: flex;
    gap: 8px;
/*    padding: 20px 10px;*/
    margin-top: 20px;
        margin-bottom: 10px;
    align-items: center;
    }

    .inside-mega-cnt-all ul{
    	
    }
    .inside-mega-cnt-all li i{
padding-right: .5rem;
font-style: normal;
color: #760e7d;

    }
    /*.inside-mega-cnt-all li::before{
    	    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #760e7d;
    }*/
    .inside-mega-cnt-all ul{
    	margin-bottom: 0;
    }
    .inside-mega-cnt-all li{
    	color: #000;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: capitalize;
    margin-bottom: 8px;
    position: relative;
    display: flex;
   
    }
    .inside-mega-cnt-all li a{
    	    color: #000;
    font-weight: 400;
    font-size: 12px;
    }
    .inside-svg-mega {
    	display: flex;
    }
.inside-mega-cnt-all h3{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
}
.inside-mega-cnt-all h3 a{
	color: #000;
}
.inside-mega-cnt-all p{
        color: #000;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;
}
.inside-mega-cnt-all p a{
	color: #000000;
    font-size: 12px;
    font-weight: 500;
}
.inside-mega-cnt-all .inside-mega-cnt-btns{
	line-height: normal;
}
.inside-mega-cnt-all .inside-mega-cnt-btns a{

    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}
  


 .mega-svg-heads3{
 	display: flex;
  gap: 10px;
   margin-bottom: 5px;
   align-items: center;
 }

 .mega-svg-heads3 span{
 	line-height: normal;
 }

 .header .menu > ul > li .sub-menu.mega-menu-column-4-4 > .list-item-1{
  flex:0 0 30%;
 
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
}


.mega-full-bg{
	background: #3C11A5;
	height: 100%;
	padding: 70px 30px;
	border-radius: 0 16px 16px 0;
	    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
}
.mega-full-bg h3{
	color: #FFF;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
}
.mega-full-bg a{
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
text-transform: capitalize;
}

.mega-para-others{

}

.meg-border-r{
	border-right: 1px solid #b7b6b6;
}
.meg-border-b{
	border-bottom: 1px solid #b7b6b6;
}
.mega-para-others p{
        color: #000;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-transform: capitalize;

}
.mega-para-others p a{
	color: #000000;
    font-size: 12px;
    font-weight: 500;

}
.mega-other-listing{
	margin-bottom: 0 !important;
}
.mega-other-listing li {
color: #000;
font-size: 12px;
font-style: normal;
font-weight: 400;
line-height: 220%; /* 26.4px */
text-transform: capitalize;
margin-bottom: 5px;
}
.mega-other-listing li a{
	color: #000;
}
.mega-other-listing li svg{
	margin-right: 10px;
}

.mega-hori{
	margin: 1.5rem 0;
}


.header .menu > ul > li .sub-menu.mega-menu-column-4-5 > .list-item{
  flex:0 0 100%;
 
  text-align: left;
  padding: 30px 20px 30px 30px;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-5{
	max-width: 1120px;
/*	padding: 40px 25px;*/
padding: 0;

}

.header .menu > ul > li .sub-menu.mega-menu-column-4-5 > .list-item-1{
flex:0 0 100%; 
border-radius: 0 0 16px 16px;
background: #3C11A5;
  text-align: left;
  padding: 20px 30px 20px 30px;	
}

.solution-fx{
	    display: flex;
    justify-content: space-between;
    gap: 0%;
    align-items: center;
}
.solution-fx p{
	color: #FFF;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: capitalize;
    margin-bottom: 0;
}

.solution-fx a{
	color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: auto;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
text-transform: capitalize;
}


.header .menu > ul > li .sub-menu.mega-menu-column-4-6 > .list-item{
  flex:0 0 75%;
 
  text-align: left;
  padding: 40px 20px 30px 30px;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-6{
	max-width: 1120px;
/*	padding: 40px 25px;*/
padding: 0;
}


.header .menu > ul > li .sub-menu.mega-menu-column-4-6 > .list-item-1{
  flex:0 0 25%;
 
  text-align: left;
  padding: 0;
  background: unset;
  border-radius: 0;
     
}
.inside-mega-cnt-all h3  svg{
	margin-left: 7px;
}


.header .menu > ul > li .sub-menu.mega-menu-column-4-7{
	max-width: 920px;
/*	padding: 40px 25px;*/
padding: 0;
}


.header .menu > ul > li .sub-menu.mega-menu-column-4-7 > .list-item{
  flex:0 0 100%;
 
  text-align: left;
  padding: 40px 30px 40px 30px;
  background: unset;
  border-radius: 0;
     
}
.header .menu > ul > li .sub-menu.mega-menu-column-4-7{
	left: 42%;
}
.pad-two-side{
	padding: 0 20px;
}

.pad-ri-mega{
	padding-right: 30px;
}
.pad-le-mega{
	padding-left: 30px;
}
.meg-cnt h3 a{
	color: #000;
}
.meg-cnt:hover h3 a,.inside-mega-cnt-all:hover h3 a,.mega-other-listing li:hover a{
	color: #7C07DB;
}

@media screen and (max-width: 991px) {
	.mega-svg-heads3{
		margin-top: 15px;
	}
	.mega-full-bg{
		display: none;
	}
	.meg-border-r{
		border-right: unset;
	}
	.mb-m-t-15{
		margin-top: 40px;
	}
	.header .menu > ul > li .sub-menu.mega-menu-column-4-7{
		left: 0;
	}
	.pad-le-mega{
		padding-left: unset;
	}
	.pad-ri-mega{
		padding-right: unset;
	}
}