@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body{
	line-height: 1.5;
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	overflow-x: hidden;
}
*{
	margin:0;
	box-sizing: border-box;
}
:before,:after{
	box-sizing: border-box;
}
.container{
	max-width: 1500px;
	margin:auto;
	padding: 0 15px;
}
.row{
	display: flex;
	flex-wrap: wrap;
}


.container-box{
	padding: 0 30px ;
}


.container-box1{
	padding:0 15px;
		max-width: 1200px;
	margin:auto;
}

.row.about-row .col-md-6 {
    padding-right: 10px;
}


/*menu*/

.header .menu{
	display: flex;
	justify-content: end;
	align-items: center;
}

.logo{
	width: 214px;
	height: 60px;
}
.logo img {
    width: 100%;
	height: 100%;
}
.v-center{
	align-items: center;
}
ul{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
/* header */
.header{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding:15px;
	background-color: #f4f4f4 ;
}
.header-transparent{
	background-color: transparent;
}
.header .item-left{
	flex:0 0 20%;
}
.header .logo a{
	font-size: 30px;
	color:#000000;
	font-weight: 700;
	text-decoration: none;
}
.header .item-center{
	flex:0 0 80%;
}
.header .menu{
	text-align:left;
	}
.header .item-right{
	flex:0 0 17%;
	display: flex;
	justify-content: flex-end;
}
.header .item-right a{ 
     text-decoration: none;
     font-size: 16px;
     color:#555555;
     display: inline-block;
     margin-left: 10px;
     transition: color 0.3s ease;
}
.header .menu > ul > li{
	display: inline-block;
	position: relative;
	/* line-height: 50px;
	margin-left: 25px; */
}
.header .menu > ul > li > a{
	font-size: 15px;
	color:#000000;
	position: relative;
    text-transform: capitalize !important;
	transition: color 0.3s ease;
    color: #44414d;
    font-weight: 600;
	margin-right: 45px !important;
    padding: 15px 0 !important;
    text-decoration: none;
    border-color: #fff;
	
}

.modal{
	z-index: 99999999;
}

.header .menu > ul > li > a:after {
    background-color: #5025d1!important;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: width .4s ease-in-out;
    width: 0;
}

.header .menu > ul > li a:hover{color: #363636 !important;}
.header.herder-transparent .menu > ul > li > a:after {
    background-color: #f7e902!important;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: width .4s ease-in-out;
    width: 0;
}
.header .menu > ul > li > a:after {
    background-color: #f7e902;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: width .4s ease-in-out;
    width: 0;
}




.header.active .menu > ul > li > a:after{
	background-color: #6b40ee;
	transition: width .4s ease-in-out;
}

.header.active .menu > ul > li > a:hover:after{
	width: 100%;
}

ul.menu-main {
    width: auto;
    float: left;
}

.social-icon {
    width: auto;
    float: right;
	margin-right: 28px;
/* 
	width: 16%;
    float: right;
    text-align: center;
    display: flex
;
    justify-content: center;
    align-items: center; */
}


.social-icon ul{
	display: flex;

}

.social-icon ul li a i{
	color: #190065;
	font-size: 23px;
}

.social-icon ul li a{
	width: 32px;
	text-align: center;
	height: 32px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

.modal-main-header {
    width: auto;
    float: right;
}

.modal-main-header .btn{
	background-color: #f7e902 !important;
	color: #060a3a;
    font-size: 14px ;
    font-weight: 700 ;
    line-height: 100% ;
    padding: 16px 36px ;
    text-transform: uppercase;
	transition: 0.4s;
}


.modal-main-header .btn:hover{
	background-color: #ffffff !important;
}



.header .menu > ul > li > a:hover:after{
	width: 100%;
}

.header .menu > ul > li:hover a{
    color: #818181 !important;
}

.header .menu > ul > .menu-item-has-children a  {
	text-transform: uppercase;
}
.header .menu > ul > li .sub-menu{
	position: absolute;
	z-index: 500;
	background-color: #ffffff !important;
	box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
	padding: 20px 30px;
	transition: all 0.5s ease;
	margin-top: 56px;
	opacity:0;
	visibility: hidden;
}


.sub-menu.mega-menu.mega-menu-column-4.about {
    width: 285px !important;
}

.about .list-item{
	width: 100% !important;
}
@media(min-width: 992px){

.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
	background-color: #4848488a;
}
}
.header .menu > ul > li .sub-menu > ul > li{
	line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
	display: inline-block;
	padding: 10px 0;
	font-size: 15px;
	color: #555555;
	transition: color 0.3s ease;
	text-decoration: none;
	text-transform: capitalize;
}
.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: 15px;
	color:#555555;
	transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{
    top: 40px;
    left: 56%;
    transform: translateX(-50%);
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
  max-width: 1100px;
  width: 100%; 	
  display: flex;
  flex-wrap: wrap;
  padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
	width: 10%;
    padding: 0 0px;
    /* text-align: center; */
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title a{
	font-size: 16px;
    cursor: pointer;
    color: #0a0a0a !important;
    font-weight: 500;
    line-height: 1;
    padding: 10px 0;
    text-transform: capitalize;
	display: block;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
    display: block;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    cursor: pointer;
    color: #333 !important;
    font-weight: 600;
    line-height: 25px;
    padding: 10px 0;
    text-transform: capitalize;
}


.sub-cun-mune {
    width: auto;
    position: absolute;
    right: -219px;
    top: 30px;
    background-color: #ffffff !important	;
	    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
	    padding: 20px 30px;
		    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
}




.list-item  .sub-cun-mune ul li{
	padding: 10px 0px;
	color: #000;
}

header.header.header-transparent .menu > ul > li a

header .menu-main .new .sub-cun-mune ul.main-cl li a{
	color: #333 !important;
	font-size: 15px ;
	font-weight: 600;
}

header .menu-main .new .sub-cun-mune .main-cl li a {
	    color: #333 !important;
    font-size: 15px;
    font-weight: 600;
	text-transform: none !important;
}

.list-item:hover .sub-cun-mune{
	        margin-top: 0;
        visibility: visible;
        opacity: 1;
}

.product .list-item .title small {
    color: #333;
    font-size: 11px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}

.product .list-item .title small:hover{
	font-weight: 700;
}

.sub-menu > .list-item.text-center .title:hover {
    font-weight: 500 !important;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title a:hover{
	font-weight: 600 !important;
}
.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%;
	width: 100%;
	vertical-align: middle;
	margin-top: 10px;
	height: 300px;
	object-fit: cover;
}
.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:#ea4636;
}
/* banner section */
.banner-section{
  background-image: url('../img/banner.jpg');
  background-size: cover;
  background-position: center;
  height: 700px;
  width: 100%;
  display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
	display: none;
}

.img-boxx img {
    width: 100%;
}

.img-boxx {
    padding-left: 14px;
    width: 129px;
	display: none;
}



.icon-respo{
	position: absolute;
	right: 21px;
	top: 10px;
	display: none;
}

.mian-text-details-p ul li{
	margin-bottom: 10px;
	font-size: 17px;
}


.icon-respo i{
	color: #333;
	font-size: 16px;
}

.menu-item-has-children{
	position: relative;
}

.servies-end-main-heading p b i {
    margin-right: 10px;
}

/*responsive*/


@media(max-width: 991px){

	.social-icon-rspn{
		display: block !important;
	}

	.modal-main-header-11{
		display: block !important;
	}
.header .menu{
	text-align:left!important;
	}
	.header .item-center{
		order:3;
		flex:0 0 100%;
	}
	.header .item-left,
	.header .item-right{
		flex:0 0 auto;
	}
	.v-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: #333333;
		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: #333333;
	}
	.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: 320px;
		background-color:#ffffff;
		left:0;
		top:0;
		height: 100%;
		overflow: hidden;
		transform: translate(-100%);
		transition: all 0.5s ease;
		z-index: 1099;
	}
	.header .menu.active{
	   transform: translate(0%);	
	}
	.header .menu > ul > li{
		line-height: 1;
		margin:0;
		display: block;
	}
	.header .menu > ul > li > a{
		line-height: 50px;
		height: 50px;
		padding:0 50px 0 15px;
		display: inline-block;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		text-transform: uppercase;
	}

	.icon-respo{
		display: block;
	}

	.header .menu > ul > li{
		 border-bottom: 1px solid #ddd;
		 text-align: left;
	}

	li.menu-item-has-children
 {
    border-bottom: 1px solid #ddd;
}
	.header .menu > ul > li > a i{
		position: absolute;
		height: 50px;
		width: 50px;
		top:0;
		right: 0;
		text-align: center;
		line-height: 50px;
		transform: rotate(-90deg);
	}
	.header .menu .mobile-menu-head{
		display: flex;
		height: 50px;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		justify-content: space-between;
		align-items: center;
		position: relative;
		z-index: 501;
		position: sticky;
		background-color: #ffffff;
		top:0;
	}
	.header .menu .mobile-menu-head .go-back{
		height: 50px;
		width: 50px;
		border-right: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;
		font-size: 16px;
		display: none;
	}
	
	.header .menu .mobile-menu-head.active .go-back{
		display: none;
	}
	.header .menu .mobile-menu-head .current-menu-title{
		font-size: 15px;
		font-weight: 500;
		color:#000000;
	}
	.header .menu .mobile-menu-head .mobile-menu-close{
	    height: 50px;
		width: 50px;
		border-left: 1px solid rgba(0,0,0,0.1);
		cursor: pointer;
		line-height: 50px;
		text-align: center;
		color:#000000;	
		font-size: 25px;
	}
	.header .menu .menu-main{
		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;
}
@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;
	}
	.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
		margin-bottom: 15px;
	}
	.menu-overlay{
		position: fixed;
		background-color: #fff !important;
		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;	
	}
}


@media(max-width: 1293px){
	.social-icon{
		display: none;
	}
.header .item-center {
    flex: 0 0 75%;
}

ul.menu-main {
    width: 100%;
    float: left;
    text-align: center;
}

.modal-main-header .btn
 {
    background-color: #f7e902 !important;
    color: #060a3a;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    padding: 0px;
    text-transform: uppercase;
    transition: 0.4s;
    width: 140px;
    height: 45px;
}


.header .menu > ul > li > a{
	    margin-right: 33px !important;
}



   

}

  /* pages css */


  .social-icon-rspn{
	display: none ; 
	width: 100%;
	    float: left;
    padding: 15px;

  }

  
 .social-icon-rspn ul{
	display: flex;

}

 .social-icon-rspn ul li a i{
	color: #190065;
	font-size: 23px;
}

 .social-icon-rspn ul li a{
	width: 32px;
	text-align: center;
	height: 32px;
	border-radius: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px;
}

  .modal-main-header-11 .btn
 {
    background-color: #f7e902 !important;
    color: #060a3a;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    padding: 0px;
    text-transform: uppercase;
    transition: 0.4s;
    width: 140px;
    height: 45px;
}

  .modal-main-header-11{
	display: none;
	float: inline-start;
    padding: 15px;
	margin-top: 10px;
  }

header{
	z-index: 999;
    top: 0;
    position: sticky;
    color: #fff;
    background: #494949;
    padding: 20px;
}



.banner{
	width: 100%;
	float: left;
}

.video-sec {
    width: 100%;
    display: flex;
  
}

.video-sec video {
    width: 100%;
	object-fit: cover;
    height: 100%;
}

.about{

	width: 20% !important;
	display: flex;
}

/* .about .list-item{
	width: 1% !important;
} */

/* footer.footer.position-relative {
    width: 100%;
    float: left;
	padding: 60px 0;
	background: #e2e4e5;
	margin-top: 20px;
} */

.product{
    left: 50% !important;
	max-width: 100% !important;
	transform: translateX(-50%);
	padding: 20px 0px !important;
}


.inner-container{
	width: 60% !important;
    text-align: center;
	padding: 50px;
	
}

.main-about{
	width: 100%;
}

.heading-box {
    width: 100%;
    display: flex;
    justify-content: end;
	margin-bottom: 30px;
}

.heading-box h2{
	font-family: "Roboto", Sans-serif;
    font-size: 52px;
    font-weight: 700;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #000000;
	position: relative;
}


.heading-box h2::after{
	    border-radius: 20px;
    bottom: -16px;
    right: 0;
    content: '';
    position: absolute;
    background: #ffc738;
    height: 6px;
    width: 111px;
}




.main-about p{
	font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
}

.banner{
	height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
	top: -91px;
}

.video-play{
	height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


.bannner-main{
	width: 100%;
	float: left;
}
.video-text{
	position: absolute;
	top: 45%;
}

.video-text .title{
    background-color: #fff;
    padding: 40px 50px !important;
}
.video-text .title h1{
	-webkit-text-fill-color: transparent;
	background: linear-gradient(283.11deg, #2a00a7 -3.09%, #7b4fff 79.65%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 68px !important;
    line-height: 88px;
    margin-bottom: 0;
}

.fw-medium {
    font-weight: 500 !important;
}
.fw-bold {
    font-weight: 700 !important;
}
.fw-normal {
    font-weight: 400 !important;
}

.link-text a {
	align-items: center;
    border-radius: 0 0 24px 24px;
    color: #060a3a;
    display: inline-flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    padding: 36px 60px !important;
    text-transform: uppercase;
    transition: .5s;
    background: #f2e402;
}


.link-text a:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #060a3a !important;
}



.link-text a:hover i {
    transform: translateX(6px);
}

.link-text a i{
	margin-left: 24px;
	transition: 0.5s;
}

.link-text {
    width: 100%;
    display: flex;
    justify-content: end;
}



.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
	display: none;
}




/*about*/


.about-new{
	width: 100% !important;
	float: left;
	padding-bottom: 6.25rem !important;
    /* padding-top: 6.25rem !important; */
	position: relative;
}


.about-main{
	width: 100% ;
	float: left;
}

.about-row{
	display: flex;

}

.about-top-box{
	background-color: #edf1f2;
    margin-bottom: 20px !important;
    padding: 45px 45px;
	border-radius: 36px;
}

.about-top-box h2{
	color: #000;
    font-size: 38px;
    font-weight: 600;
	margin-bottom: 12px;
}

.about-top-box p{
    color:#000;
	font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


.about-dwon-text-box{
    margin-bottom: 20px !important;
	background-color: #e4ecf5 !important;
    padding: 42px 45px;
	border-radius: 36px;
}

.about-dwon-icon{
margin-bottom: 24px;
}


.about-dwon-text-box h2{
	color: #000;
    font-size: 40px;
    font-weight: 500;
	margin-bottom: 12px;
}

.about-dwon-text-box p{
	color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}


.about-right-img{
	position: absolute;
	width: 950px;
	height: 612px;
}

.about-right-img img{
	height: auto;
    max-width: 100%;
}


.main-top-team-bg{
	width: 100%;
	float: left;
}

.main-top-team-bg img{
	width: 100%;
}


/*think-team*/

.think-team{
	width: 100%;
	float: left;
	padding-bottom: 5rem !important;
    padding-top: 5rem !important;
}

.think-team-main{
	margin-left: auto !important;
    margin-right: auto !important;
	text-align: center;
}

.think-team-main .main-titlt {
    color: #000;
    font-size: 65px;
    font-weight: 300;
    margin-bottom: 50px !important;
	text-align: center;
}

.think-team-main  .main-titlt span {
    color: #3600d6 !important;
    font-weight: 600 !important;
}

.think-team-main .sub-title {
    color: #303030;
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    margin-bottom: 20px !important;
	text-align: center;
}

.think-team-main .sub-title span {
    color: #000;
    font-weight: 700;
}

.think-team-main .dec {
    color: #303030;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 44px !important;
	text-align: center;
}

.inner-button{
	border-radius: 12px !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 16%;
    line-height: 100%;
    padding: 24px 36px !important;
    text-transform: uppercase;
	text-align: center;
	background-color: #f7e902 !important;
	transition: 0.5s;
    border-color: #f7e902 !important;
}

.inner-button:hover {
    background-color: #fff !important;
    border-color: #060a3a !important;
    color: #060a3a !important;
}





/*values*/


.values .content{
	background-color: #f3f3f3;
    padding: 50px 0 !important;
    width: 100%;
    float: left;
}

.values-text{
	width: 100%;
	float: left;
	text-align: center;
}

.values-text .title{
	color: #000;
    font-size: 68px !important;
    font-weight: 600;
    line-height: 100%;
}

.container-inner{
	padding: 0 100px;
	width: 100%;
	margin: auto;
}

.values-text .dec{
	color: #303030;
    font-size: 20px !important;
    font-weight: 500;
    line-height: 30px;
}

.values .ourvalue-card-main{
	padding: 20px 10px !important;
	width: 100%;
	float: left;
}

.ourvalue-box-img-mian{
	height: 455px;
    overflow: hidden;
    position: relative;
	transition: 0.5s;
}
.ourvalue-box .col-3:nth-child(even) .ourvalue-bg{
	background-color: #14222d;
}
.ourvalue-bg{
	background-color: #6d859f;
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .5s ease;
	
    width: 100%;
    z-index: 2;
}

.ourvalue-box-img-mian:hover .ourvalue-bg{
	
	transform: translateY(-100%);
}

.ourvalue-box-img-mian img{
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.ourvalue-text{
    border-radius: 10px;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    left: 0;
    padding: 50px 18px 50px 50px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}

.ourvalue-text img{
	width: 50px;
	height: 50px;
	vertical-align: middle;
}


.our-text h3{
	color: #fff;
    font-size: 38px;
    font-weight: 700;
}

.our-text p{
	line-height: 22px;
	color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(20px);
    transition: all .4s ease;
}

.ourvalue-box-img-mian:hover .our-text p{
	max-height: max-content;
	opacity: 1;
	transform: translateY(0);
}



.services{
	background: linear-gradient(292.23deg, #27009c 8.65%, #6531ff 87.02%);
    overflow: hidden;
    padding-top: 160px !important;
    position: relative;
	width: 100%;
}

.services .content .title {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px;
    text-transform: capitalize;
}

.services .content .dec {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 50px;
}



.services .content .btn {
    color: #060a3a;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 16%!important;
    line-height: 100% !important;
    padding: 24px 36px !important;
    text-transform: uppercase;
	background-color: #f7e902;
}

.btn.services-btn:hover {
    background-color: #fff !important;
    border-color: #060a3a !important;
    color: #060a3a !important;
}


.our-service-main{
	position: relative;
    width: 100%;
	    pointer-events: none;
}

.our-service-main img{
	width: 950px;
	height: 950px;
	margin-bottom: -198px;
}


.service-modal-icon-contant-1{
	left: -12%;
    top: 50%;
	width: 100%;
	position: absolute;
}

/* button.btn.servis-img-md p {
    position: absolute;
    top: 185px;
    color: white;
    font-size: 15px;
    font-weight: 500;
} */

.service-modal-icon-contant-2{
	left: 4%;
    top: 9%;
	position: absolute;
}

.service-modal-icon-contant-3{
	left: 50%;
    top: -10%;
	position: absolute;
}

.service-modal-icon-contant-4{
	right: -10%;
    top: 5%;
	position: absolute;
}


.service-modal-icon-contant-5{
    left: 15%;
    top: 35%;
	position: absolute;
}


.service-modal-icon-contant-6{
	left: 61%;
    top: 17%;
	position: absolute;
}


.service-modal-icon-contant-7{
	right: -8%;
    top: 50%;
	position: absolute;
}

button.btn.servis-img-md {
    width: 200px;
    height: 140px;
    float: left;
}

button.btn.servis-img-md p{
	color: #ffffff;
}

.servis-img-md img{
	width: 100%;
	height: 100%;
	margin-bottom: 0 !important;
}

.header.active .menu > ul > li > a {
    color: #44414d!important;
}
.header.active {
    position: fixed;
    top: -1px;
    left: 0;
	background-color: #f4f4f4 !important;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, .122);
}



.modal-body {
    border-radius: 36px !important;
    padding: 30px 30px 30px 50px !important;
}

.modal.show .modal-dialog {
    transform: none;
	min-width: 800px;
}


.serves-modal-con-main{
	
}


.serves-mod-col .content .dec {
    color: #303030;
    font-size: 16px;
    font-weight: 600;
}

.serves-mod-col .content .title {
    color: #3600d6 !important;
    font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 100% !important;
	margin-bottom: 20px !important;
}


.serves-mod-col .content .btn {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding: 24px 36px;
	background-color: #f7e902;
}
.serves-mod-col .btn:hover {
    background-color: #fff !important;
    border-color: #060a3a !important;
    color: #060a3a !important;
}

.right-modal-img img{
	width: 100%;
	border-radius: 8px;
}




.approach {
    padding: 100px 0;
    text-align: center;
}

.approach-title{
	border-bottom: 4px solid rgba(70, 82, 94, .4);
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 80px;
    padding-bottom: 50px;
}

.approach-main{
	padding: 0 20px;
}


.approach .approach-card {
    background: #fff;
    border: 3px solid #14222d;
    border-radius: 32px;
    height: 100%;
    padding: 36px 48px !important;
    position: relative;
    text-align: left;
}



.approach .connector {
    align-items: center;
    display: flex;
    flex-direction: column;
    left: 50%;
    position: absolute;
    top: -95px;
    transform: translateX(-50%);
}


.approach .connector .dot {
    background: #14222d;
    border-radius: 50%;
    height: 19px;
    width: 19px;
}

.approach .line {
    background: #000;
    height: 75px;
    width: 3px;
}

.approach .approach-card h3 {
    color: #14222d;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px !important;
}


.approach .approach-card ul li {
    color: #242424;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}


.approach .approach-card ul {
    list-style-type: disc;
}


.ourtarget-markets {
    background-color: #14222d;
    padding-top: 78px !important;
	overflow: hidden;
}


.market-heading h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 50px !important;
    text-align: center;
    text-transform: capitalize;
}



.market-img{
	background-image: url(../images/market-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	align-items: end;
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    height: 500px;
	width: 268px;
    overflow: hidden;
}

.market-img-2{
	background-image: url(../images/market-2.jpg);
}

.market-img-3{
	background-image: url(../images/market-3.png);
}


.market-img-4{
	background-image: url(../images/market-4.jpg);
}


.market-img-5{
	background-image: url(../images/market-5.png);
}


.market-img-6{
	background-image: url(../images/market-6.png);
}

.market-img .content {
    align-items: end;
    background: linear-gradient(0deg, #000 -3.24%, transparent 77.88%);
    display: flex;
    height: 339px;
    justify-content: center;
    padding: 50px 16px;
    transition: transform .3s ease;
    width: 100%;
}

.market-img .content h3 {
    color: #fff !important;
    font-size: 21px !important;
    font-weight: 700 !important;
    margin-bottom: 0 !important;
    opacity: 1;
    text-align: center !important;
    transition: transform .4s ease, opacity .4s ease;
}

.markets-img-box .market-img:hover .content h3 {
    opacity: 1;
    transform: translateY(-15px);
}


.client{
	padding: 100px 0;
}


.client-img{
	align-items: center;
    border: 1.5px solid #d4d4d4;
    display: flex;
    height: 150px;
    justify-content: center;
	padding: 35px;
}

.client-img img{
	height: auto;
    max-width: 100%;
}

.client-img-mai .col-6{
	padding: 0px !important;
}



.client-center-img{
	height: 100%;
	width: 100%;
	display: flex;
	text-align: center;
}

.client-center-img img{
	max-width: 100%;
	height: 100%;
}

.customer-support{
	background-color: #46525e;
    padding: 35px 0;
	width: 100%;
	float: left;
}

.costomer{
	display: block;
	margin-block-end: 1.33em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	font-weight: bold;
	unicode-bidi: isolate;
	font-size: 18px;
}

.img-costumer img{
	width: 65px;
	height: 65px;
}






.header-modal.modal .madal-form-header .close-btn {
    border-radius: 0 0 0 12px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 0;
}

.madal-form-header{
	padding: 0 !important;
}

.border-main{
	border-radius: 25px !important;
}

.madal-form-header .contact-section .contact-form {
    background: linear-gradient(283.11deg, rgba(105, 62, 236, .208) -3.09%, rgba(123, 79, 255, .451) 79.65%);
    border-radius: 25px;
    padding: 50px;
}

.fw-semibold.modal-h {
	font-size: 48px;
	color: #000;
    font-weight: 600 !important;
}


.main-form-header .form-label{
	color: #000;
	float: left;
}

.contact-section .main-form-header .form-control {
    border-radius: 12px;
    padding: 12px 24px;
    transition: .3s ease-in-out !important;
}

.contact-section .main-form-header .form-control:focus {
    border-color: #000 !important;
    box-shadow: none !important;
}

.text-color{
	color: rgba(0, 0, 0, .678);
    font-weight: 500;
    line-height: 24px;
	font-size: 13px !important;
	
}

 .madal-form-header .header-close {
    border-radius: 0 0 0 12px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    padding: 8px 16px !important;
	background-color: #000;
    position: absolute !important;
    right: 0 !important;
	color: white;
	border: none;
    top: 0 !important;
	transition: 0.5s;
}

button.btn-dark.close-btn.header-close:hover {
    background-color: white;
    color: #000;
}












.footer{
	background-color: #14222d;
    padding-top: 43px;
	width: 100%;
	float: left;
}

.footer-left-text{
	width: 100%;
	float: left;
}

.footer-left-text a img{
	width: 292px ;
	height: 112px;
	max-width: 100%;
	margin-bottom: 80px;
}

.social-icon-footer{
    align-items: center;
    display: flex;
	margin-bottom: 30px;
}


.social-icon-footer p{
	color: #c5c5c5;
	margin-right: 38px;
    font-size: 12px;
    font-weight: 600;
}

.footer-icon  img{
width: 30px;
height: 30px;
margin-left: 16px;
}

.footer-icon a{
	    width: 32px;
    text-align: center;
    height: 32px;
    border-radius: 50%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.footer-icon{
	display: flex;
}


.footer-icon a i{
	    color: #190065;
    font-size: 23px;
}

.copy-right{
	color: #c5c5c5;
	font-size: 12px;
	font-weight: 600;
}


.footer-contact{
	width: 100%;
	float: left;
}

.f-contact{
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.f-contact img{
	width: 50px;
	height: 50px;
}


.f-contact .content {
	margin-left: 20px !important;
}
.f-contact .content p{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-decoration: none;
}

.f-contact .content p a{
	color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    text-decoration: none;
	line-height: 1px;
}

.map img{
	width: 100%;
	height: 550px;
}




.form-but {
    align-items: center;
    border-radius: 24px;
    color: #060a3a;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    padding: 24px 36px !important;
    text-transform: uppercase;
	background-color: #f7e902;
    transition: .5s;
}


.form-but img{
	width: 22px;
	height: 16px;
	margin-left: 24px;
	transition: transform .3s ease;
}

.form-but:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #060a3a !important;
}
.form-but:hover img {
    transform: translateX(6px);
}

.inner-buuton .close-but{
	align-items: center  !important;
    border-radius: 24px  !important;
    color: #ffffff  !important;
    display: inline-flex  !important;
    font-size: 14px  !important;
    font-weight: 700  !important;
    line-height: 100%  !important;
    padding: 24px 36px !important;
    text-transform: uppercase;
	background-color: #515e5f !important;
    transition: .5s  !important;
}

.inner-buuton .close-but:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #060a3a !important;
}


.footer-main{
	align-items: center;
}




/*about-page-main*/


.about-page-main{
	width: 100%;
	height: 440px;
	background-image: url(../images/about_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: -92px;
}

.about-page-main::after{
    position: absolute;
	content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: linear-gradient(90deg, rgb(39 20 99 / 78%) 6%, rgb(15 0 60 / 68%) 100%);
/* background: linear-gradient(to right, rgb(19 1 54 / 71%), rgb(41 32 96 / 78%)), url(your-background-image.jpg); */
    background-size: cover;
    background-position: center;
}




/* .about-page-main::after{
    position: absolute;
	content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background: linear-gradient(90deg, rgb(39 20 99 / 78%) 6%, rgb(15 0 60 / 68%) 100%);
background: linear-gradient(to right, rgb(19 1 54 / 71%), rgb(41 32 96 / 78%)), url(your-background-image.jpg);
    background-size: cover;
    background-position: center;
} */


section.about-page {
    width: 100%;
    float: left;
    top: -35px;
    position: relative;
    height: auto;
}


.about-titel{
	z-index: 1;
	position: absolute;
	background-color: #fff;
    padding: 15px 70px !important;
	top: 52%;
}

.about-titel h1{
	-webkit-text-fill-color: transparent;
    background: linear-gradient(283.11deg, #2a00a7 -3.09%, #7b4fff 79.65%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 48px !important;
    margin-bottom: 0;
}


.company-history{
  /* padding-top: 6.25rem !important; */
  padding-bottom: 6.25rem !important;
}

.company-history-main.row {
   
}


.company-history-box .about-dwon-text-box {
    background: #edf1f2 !important;
    border-radius: 36px;
}


.inner-history-box{
	padding: 30px 30px !important;
	height: 100%;
}

.mission-main{
	width: calc(50% - 165px);
	float: left;
}

.company-history-box{
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
	z-index: 3;
}

.company-history-main.row {
    justify-content: space-between;
    position: relative;
}

.company-mission-box{
	width: 100%;
	float: left;
	height: 100%;
	position: relative;
	z-index: 6;
}

.mid-img-company-main {
	    position: absolute;
	    left: 0;
	    bottom: -100px;
	    width: 415px;
	    z-index: 3;
	    margin-top: 92px;
	    right: 0;
	    margin: auto;
}

.inner-history-box p{
	margin-top: 18px;
}


.modal.show .modal-dialog-2 {
    transform: none;
    min-width: 650px !important;
}

ul.read-more{
	list-style-type: disc;
}

.read-more li{
	margin-bottom: 20px;
	font-size: 15px;
}

.read-main p{
	font-size: 15px;
	font-weight: 500;
}


.mid-img-company {
    width: 100%;
}

.mid-img-company img{
width: 100%;
}


.clientele{
	background: linear-gradient(292.23deg, #27009c 8.65%, #6531ff 87.02%);
    overflow: hidden;
    padding-top: 160px !important;
	padding-bottom: 160px;
	position: relative;
	z-index: 3;
	width: 100%;
	float: left;
}

.clientele-box-heading{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}


.clientele-box-heading h3{
	font-size: 41px;
	font-weight: 300;
	color: #ffffff;
}

.clientele-box-heading h3 b{
	font-weight: 500 !important;
}

.clientele-box-heading a{
	font-size: 16px;
	font-weight: 600;
	color: #f7e902;
	text-decoration: underline;
}

.clientele-box-inner .col-6:nth-last-child(-n + 2)  .clientele-box-inner-main::after{
	display: none;
  }


  .clientele-box-inner .col-6:nth-last-child(-n + 2)  .clientele-box-inner-main::before{
	display: none;
  }



.clientele-main{
	width: 100%;
	float: left;
}

.clientele-box-inner .col-6{
	position: relative;
	margin-bottom: 85px;
}

.clientele-box-inner .col-6 .clientele-box-inner-main{
	border: 1px solid #d4d4d4;
	border-radius: 19px;
    padding: 15px 25px;
	position: relative;
	height: 205px;
	
}

.clientele-box-inner-main h2{
	font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}

.clientele-box-inner-main p{
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
}


.about-button-main{
	background-color: #f7e902;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0px 0px 9px 9px;
    position: absolute;
    right: 28px;
    bottom: -46px;
    padding: 13px 15px;
}

.about-button-main:hover {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #060a3a !important;
} 

.about-button-main:hover i {
    transform: translateX(6px);
}

.about-button-main i {
    margin-left: 10px;
    transition: 0.5s;
}

.clientele-box-inner-main::after{
	height: 30px;
    width: 30px;
	border-radius: 50%;
	background-color: #ffffff;
	content: "";
	position: absolute;
	left: 17px;
	bottom: -14px;
}


.clientele-box-inner-main::before{
    height: 80px;
    width: 4px;
    background-color: #ffffff;
    content: "";
    position: absolute;
    left: 30px;
    bottom: -87px;
}



.about-right-img-main{
	width: 326px;
    height: 356px;
    background-color: #bba5ff21;
    border-radius: 30px 0px 0px 30px;
	margin-left: 113px;
	padding-top: 58px;
}

.about-right-img-innner{
	width: 326px;
    height: 295px;
    background-color: #6741da52;
    border-radius: 30px 0px 0px 30px;
    box-shadow: 0 0 4px #6741da52;
	margin-left: 95px;
}

.tree-img{
	position: relative;
	top: 55px;
}

.main-img-right{
	height: 600px;
    width: 380px;
    position: absolute;
    top: 180px;
    left: 85px;
}

.main-img-right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 30px;

}



.leadership{
    padding: 100px 0;
    text-align: center;
    width: 100%;
    float: left;
	position: relative;
}

.leadership-logo{
	width: 100%;
	position: absolute;
	z-index: 1;
	top: -191px;

}

.leadership-logo img{
	width: 644px;
}


.leadership-main{
	width: 100%;
	float: left;
}

.leadership-main-heading{
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 124px;
    margin-bottom: 51px;
    position: relative;
    z-index: 1;
}

.leadership-main-heading h2{
       font-size: 64px;

}

.leadership-main-heading h2 b{
	    -webkit-text-fill-color: transparent;
    background: linear-gradient(283.11deg, #2a00a7 -3.09%, #7b4fff 79.65%);
    background-clip: text;
    -webkit-background-clip: text;
}

.leadership-main-heading p{
	font-size: 36px;
}


.founder-main{
	width: 100%;
	float: left;
	padding: 70px 0;
	justify-content: center;
	align-items: center;
}


.founder-img-main{
	width: 409px;
	height: 500px;
	position: relative;
}

.founder-name-main{
	width: 100%;
    position: absolute;
    bottom: 0;
    background: #5E32DF;
    background: linear-gradient(360deg, rgba(94, 50, 223, 0.89) 35%, rgb(94 50 223 / 0%) 72%);
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: end;
    height: 45%;
}

.founder-name{
	width: auto;
	float: left;
	text-align: left;
}


.founder-name h2{
	font-size: 35px;
	color: #ffffff;
	font-weight: 400;
	margin: 0;
}


.founder-name small{
	font-size: 16px;
	color: #ffffff;
	font-weight: 300;
}

.founder-img-main img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.founder-text-main{
	width: 500px;
	float: left;
	margin-left: 15px;
	position: relative;
}

.founder-text-main p{
	font-size: 24px;
	font-weight: 400;
	font-style: italic;
	text-align: left;
}

.founder-text-main p span{
	font-size: 24px;
	display: block;
	font-weight: 500;
	font-style: italic;
	text-align: right;
    right: 35px;
    position: absolute;
}

.founder-name-button .founder-modal-main-md i{
	background-color: #f7e902;
    padding:  13px 14px;
    border-radius:6px;
}

.founder-set{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
}

.founder-icon{
	width: 50px;
	float: left;
}

.founder-icon img{
	width: 100%;
}


.col-5.founder-set-img {
    display: flex;
    justify-content: center;
}




.founders-intro{
	width: 100%;
	float: left;
	padding: 30px 30px 30px 43px !important;
	
}

.founders-intro .row{
	justify-content: space-between;
}

.fonunder-br{
	border-radius: 18px;
}


.col-5.founders-intro-img{
	padding: 0 !important;
}

.destination h2 {
	margin-bottom: 0px;
	margin-top: 20px;
	-webkit-text-fill-color: transparent;
    background: linear-gradient(283.11deg, #2a00a7 -3.09%, #7b4fff 79.65%);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 24px !important;
	font-weight: 600;
	


}

.modal {
    background: rgb(0 0 0 / 50%);
}

.founders-text-italic p {
	font-style: italic;
	color: #000;
}

.founders-text-italic p b{
	font-weight: bolder;
	font-style: normal;
	
}

.destination small {
	font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px !important;
    display: block;
}

.modal-foun-img{
	width: 250px;
    height: 300px;
}

.founders-intro-img img{
	width: 100%;
    height: 100%;
	object-fit: cover;
	border-radius: 8px;
	object-position: top;
}


.col-7.founders-intro-text p{
	color: rgba(0, 0, 0, .678);
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 10px !important;
}

.col-7.founders-intro-text{
	padding: 0 !important;
}

button.btn-close.somya-close {
    padding: 10px 15px;
    font-size: 15px;
    color: #000000 !important;
}

/* button.btn-close.somya-close:hover {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #000;
} */

.values{
	width: 100%;
	float: left;
}


.client {
    width: 100%;
    float: left;
}

.ourtarget-markets {
    width: 100%;
    float: left;
}


.approach {
    width: 100%;
    float: left;
}






.banner-industries{
    width: 100%;
    float: left;

}



.industries-banner{
	width: 100%;
	float: left;
	height: auto;
}

.industries-banner img{
	width: 100%;
}


.main-industries{
	background: #f7f7f7!important;
	width: 100%;
	float: left;
	position: relative;
}

.founder-name-main-1{
	 width: 100%;
    position: absolute;
    bottom: 0;
    background: #5E32DF;
    background: linear-gradient(360deg, rgba(94, 50, 223, 0.89) 35%, rgb(94 50 223 / 0%) 72%);
    left: 0;
    display: flex
;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: end;
    height: 45%;
	border-radius: 0px 0px 30px 30px;
}


.industries-heading{
	width: 100%;
	float: left;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -358px;
	left: 0;
}


.industries-logo-heading{
    width: 120px;
    height: 120px;
	    background-color: white;
	border-radius: 50%;
	float: left;
}

.industries-logo-heading img{
	width: 100%;
	 height: 100%;
    border-radius: 50%;
}


.industries-heading h2{
	    -webkit-text-fill-color: transparent;
    background: linear-gradient(283.11deg, #2a00a7 -3.09%, #7b4fff 79.65%);
    /* background-clip: text; */
    -webkit-background-clip: text;
    font-size: 48px ;
    margin-bottom: 0;
}

.industries-heading p{
	font-size: 30px;
	color: #787575;
	font-weight: 500;
}





.main-industries-boxs{
	width: 100%;
	float: left;
	margin: 85px 0px;
	    display: flex;
        gap: 40px;
		padding: 0px 49px;
}

.main-industries-img-boxs-kpo{
	width: 45%;
	float: left;
}


.main-industries-text-boxs-kpo{
	align-items: center;
    display: flex;
	width: 55%;
	float: left;
	padding: 20px 20px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.main-industries-img-boxs{
	width: 100%;
	float: left;
	position: relative;
    z-index: 2;
    box-shadow: 1px 7px 6px #5332d44f;
    border-radius: 30px;
}

.main-industries-img-boxs:after {
   left: 8.5%;
   position: absolute;
   width: 83%;
   content: "";
   border: 1px solid #7652df42;
   height: 100%;
   top: 35px;
   border-radius: 30px;
   z-index: -1;
}





.main-industries-img-boxs::before {
       position: absolute;
       width: 90%;
       content: "";
       border: 1px solid #7652df4d;
       height: 100%;
       left: 5%;
       top: 21px;
       border-radius: 30px;
       z-index: -1;
}




.main-industries-img-boxs img{
	width: 100%;
	border-radius: 30px;
}


.main-industries-text-boxs{
	width: 100%;
	float: left;
}


.mian-text-industries {
    width: 100%;
    float: right;
}


.mian-text-industries h2{
	-webkit-text-fill-color: transparent;
        background: linear-gradient(283.11deg, #121212 -3.09%, #444444 79.65%);
    -webkit-background-clip: text;
    font-size: 37px;
    margin-bottom: 0;
	text-align: start;
}

.mian-text-industries-1 h2{
	text-align: end;
}

.mian-text-industries-p{
	width: 100%;
	float: right;
}

.mian-text-industries-p-1 p{
text-align: end !important;
}

.mian-text-industries-p p{
font-size: 16px;
    color: #7a7a7a;
	    margin: 34px 0px;
    font-weight: 400;
	text-align: start;
}

.industry-icon{
	background-color: #f7e902;
	width: 45px;
	height: 45px;
	border-radius: 6px;
	text-decoration: none;
	color: #000;
	position: absolute;
	right: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: -24px;
}

.industry-icon-left{
	left: 50px;
}



.show-button{
	width: 100%;
	float: left;
	text-align: center;
		border-top: 1px solid #ddd;
		margin-top: 85px;
}


.show-button button{
	
		margin: 80px 0px ;
	    width: 170px;
    height: 60px;
    border-radius: 9px;
    background-color: #f7e902;
    border: none;
    box-shadow: 0px 0px 4px #ddd;
    font-size: 16px;
    font-weight: 600;
}


.main-show-box-cont{
	width: 100%;
	float: left;
	display: none;
}



.less-button{
	width: 100%;
	float: left;
	text-align: center;
		border-top: 1px solid #ddd;
		margin-top: 85px;
		display: none;
}


.less-button button{
	
		margin: 80px 0px ;
	    width: 170px;
    height: 60px;
    border-radius: 9px;
    background-color: #f7e902;
    border: none;
    box-shadow: 0px 0px 4px #ddd;
    font-size: 16px;
    font-weight: 600;
}







.main-detail{
	    width: 100%;
    float: left;
    position: relative;
}

.details-heading{
	    width: 100%;
    float: left;
    display: flex
;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -338px;
    left: 0;
}


.details-logo-heading{
	    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 50%;
    float: left;
}



.details-logo-heading img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.details-heading h2{
		-webkit-text-fill-color: transparent;
		background: linear-gradient(283.11deg, #121212 -3.09%, #444444 79.65%);
		-webkit-background-clip: text;
		font-size: 45px;
		margin-bottom: 0;
}


.details-heading p{
		-webkit-text-fill-color: transparent;
    background: linear-gradient(283.11deg, #121212 -3.09%, #444444 79.65%);
    -webkit-background-clip: text;
    font-size: 48px;
    margin-bottom: 0;
}

.main-details-boxs{
	    width: 100%;
		float: left;
    float: left;
    padding: 0px 49px;
	    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.main-details-img-boxs-kpo{
	    width: 100%;
	    margin-top: -43px;
	    float: left;
	    display: flex;
	    justify-content: center;
}

.main-details-img-boxs{
	    width: 100%;
		max-width: 650px;
    float: left;
    position: relative;
    z-index: 2;
    box-shadow: 1px 7px 6px #5332d44f;
    border-radius: 30px;
}

.main-details-img-boxs img{
	    width: 100%;
    border-radius: 30px;
}

.main-details-img-boxs::before {
    position: absolute;
    width: 90%;
    content: "";
    border: 1px solid #7652df42;
    height: 100%;
    left: 5%;
    top: 21px;
    border-radius: 30px;
    z-index: -1;
}

.main-details-img-boxs:after {
    position: absolute;
    width: 80%;
    content: "";
    border: 1px solid #7652df42;
    height: 100%;
    left: 10%;
    top: 35px;
    border-radius: 30px;
    z-index: -1;
}

.main-details-text-boxs-kpo{
	width: 100%;
	float: left;
	    display: flex;
    justify-content: center;
	
}

.mian-text-details-p{
	/* max-width: 650px; */
	width: 100%;
	float: left;
	margin-top: 80px;
}

.mian-text-details-p p{
	font-size: 16px;
	font-weight: 400;
	text-align: left;
}


.what-offer{
	width: 100%;
	float: left;
	margin: 50px 0px;
}

.what-we-offer{
	width: 100%;
	float: left;
}


.what-we-offer h2{
	color: #5b30dc;
	font-size: 18px;
	font-weight: 700;
	position: relative;
	text-align: center;
}



.what-we-offer h2::after{
	width: 44%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	top: 13px;
	background-color: #ddd;
	z-index: -1;
}



.what-we-offer h2::before{
	width: 44%;
	height: 2px;
	content: "";
	position: absolute;
	right: 0;
	top: 13px;
	background-color: #ddd;
	z-index: -1;
}

.what-we-offer h2 span {
    background: white;
    padding: 0px 8px;
}







.offer-list-main{
	width: 100%;
	float: left;
}

.offer-list-main{
	width: 100%;
	float: left;
}

.offer-list-main ul li{
font-size: 16px;
position: relative;
font-weight: 400;
color: #000;
padding: 10px 0px;
}


.offer-list-main ul li::after{
    width: 19px;
    height: 6px;
    content: "";
    position: absolute;
    left: -31px;
    top: 24px;
    background-color: #19006594;
    transform: rotate(-32deg);
    border-radius: 10px;
}

.offer-list-main ul li::before{
    width: 19px;
    height: 6px;
    content: "";
    position: absolute;
    left: -30px;
    top: 17px;
    background-color: #19006594;
    transform: rotate(32deg);
    border-radius: 10px;
}

.offer-list-main ul li b{
	font-weight: 600;
}

.offer-list-main p{
	font-size: 16px;
	font-weight: 400;
	padding: 0px 15px;
	margin: 15px 0px;
}
.offer-list-main ul {
    padding: 0px 44px;
}


.go-back-1{
 width: 100%;
 float: left;
 margin-bottom: 130px;
 margin-top: 100px;
}



.what-we-offer h2 a:after {
    position: absolute;
    content: "";
    width: 49px;
    height: 40px;
    background: #f7e902;
    left: -14px;
    top: -11px;
    z-index: -1;
    border-radius: 8px;
}

.what-we-offer h2 a
 {
    font-size: 14px;
    position: relative;
    color: #333;
}


.what-we-offer h2 a i{
	margin-right: 6px;
}







.services-page{
	width: 100%;
	float: left;
	position: relative;
	top: -0px;
}




.services-page-main{
	width: 100%;
	height: 500px;
	background-image: url(../images/ser-bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top: -0px;
}




.founder-name-main-sec{
	width: 100%;
    position: absolute;
    bottom: 0;
    background: #5E32DF;
    background: linear-gradient(360deg, rgba(94, 50, 223, 0.89) 35%, rgb(94 50 223 / 0%) 72%);
    left: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    align-items: end;
    height: 90%;
}



.services-containt-boxs-heading{
	width: 100%;
	float: left;
	text-align: center;
	    position: absolute;
    left: 0;
    top: -216px;
}

.services-containt-boxs-heading h2{
    -webkit-text-fill-color: transparent;
    background: linear-gradient(283.11deg, #ffffff -3.09%, #ffffff 79.65%);
    -webkit-background-clip: text;
    font-size: 48px;
    margin-bottom: 0;
}

.services-containt-boxs-heading p{
	font-size: 30px;
	font-weight: 500;
	color: #ffffff;
	margin-top: 10px;
}


.services-containt-boxs{
	width: 100%;
	float: left;
}

.services-containt-boxs-main{
	width: 100%;
	position: relative;
	top: -90px;
	float: left;
}



.services-hiring-box-main{
	width: 100%;
	float: left;
	margin-top: -18px;
}

.services-hiring-box{
	width: 100%;
	float: left;
	background: #ffffff;
    padding: 60px 50px;
	    box-shadow: 0px -26px 20px #0000002e;
}

.services-hiring-box-sm{
	width: 100%;
	float: left;
	background: #ffffff;
    padding: 60px 50px;
}

.services-hiring-box-img-main{
	width: 30%;
    float: left;
    display: flex;
    justify-content: center;
}


.services-hiring-box-img{
	width: 100%;
	float: left;
	    max-width: 350px;
    height: 350px;
}

.services-hiring-box-img a img{
	width: 100%;
	height: 100%;
	box-shadow: 0px 1px 9px #6035e28c;
}


.services-hiring-box-text-main{
	width: 70%;
	float: left;
	    padding-left:50px;
}


.services-hiring-box-text{
	width: 100%;
	float: left;
	position: relative;
	    padding: 0px 50px;
}
header.header.header-transparent .logo img {
    filter: brightness(100);
}
header.header.header-transparent.active .logo img {
    filter: none;
}
header.header.header-transparent .menu > ul > li a {
    color: #fff!important;
}
header.header.header-transparent.active .menu > ul > li a {
    color:#44414d!important;
}
	/* position: relative;
	    padding: 0px 35px;
		height: 350px;
} */




.services-hiring-box-text  h2{
	-webkit-text-fill-color: transparent;
    background: linear-gradient(283.11deg, #121212 -3.09%, #444444 79.65%);
    -webkit-background-clip: text;
    font-size: 42px;
	text-align: center;
    margin-bottom: 0;
}


.services-hiring-box-text  p{
	text-align: center;
	font-size: 16px;
    color: #9b9b9b;
    font-weight: 400;
	  height: 234px;
	  padding-top: 30px;
}

.services-hiring-box-text p b{
	color: #686868;
}

.services-hiring-box-text:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ddd;
    left: 0;
    bottom: 0;
}

.services-hiring-box-text::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #ddd;
    right: 0;
    bottom: 0;
}


.box-gaps-main{
	width: 100%;
	float: left;
	margin: 10px 0px;
}

.services-hiring-box-text-main-sm{
	padding-right: 50px;
	padding-left: 0;
	
}

.services-hiring-box-text-sm::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #ddd;
    left: 0;
    bottom: 0;
}



a.industry-icon.services-hiring-box-text-icon {
    left: 50%;
    z-index: 95;
}





.main-detail-servies{
	padding-top: 39px;
	width: 100%;
	float: left;
	margin-top: 80px;
}

.main-detail-servies-box{
	width: 100%;
	float: left;
}
.main-detail-servies-box-img{
	width: 100%;
	float: left;
}

.main-detail-servies-box-img-lft{
	width: 40%;
	float: left;
	position: relative;
	    display: flex;
    justify-content: center;
}


.main-detail-servies-box-img-lft::before {position: absolute;width: 90%;content: "";border: 1px solid #7652df42;height: 84%;left: 21px;top: -38px;border-radius: 30px;z-index: -1;}



.main-detail-servies-box-img-lft:after {
 position: absolute;
 width: 85%;
 content: "";
 border: 1px solid #7652df42;
 height: 88%;
 left: 70px;
 top: -11px;
 border-radius: 30px;
 z-index: -1;
}

.main-detail-servies-box-img-lft img{
	width: 100%;
	max-width: 350px;
	    height: 100%;
    box-shadow: 0px 4px 12px #6035e28c;
}

.main-detail-servies-box-text{
	width: 60%;
	float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.main-detail-servies-box-text-logo{
	width: 100%;
	max-width: 150px;
	background-color: #ffffff;
	float: left;
}

.main-detail-servies-box-text-logo img{
	width: 100%;
}

.main-detail-servies-box-text-cont{
	width: 100%;
	float: left;
	padding: 0px 50px;
}


.main-detail-servies-box-text-cont h2{
	    -webkit-text-fill-color: transparent;
    background: linear-gradient(283.11deg, #121212 -3.09%, #444444 79.65%);
    -webkit-background-clip: text;
    font-size: 40px;
    margin-bottom: 0;
	margin-top: 20px;
    text-align: center;
}

.main-detail-servies-box-text-cont p{
	     font-size: 16px;
	     color: #333;
	     font-weight: 400;
	     text-align: center;
	     margin-top: 40px;
}











.servies-end-main{
	width: 100%;
	float: left;
	margin-top: 80px;
	    padding: 0px 10px;
}

.servies-end-main-heading{
	width: 100%;
	float: left;
	margin-top: 50px;
	
}

.servies-end-main-heading h3{
	font-size: 20px;
	color: #5a2fdb;
	font-weight: 700;
	position: relative;
	
}

.servies-end-main-heading h3 span{
	display: inline-block;
	z-index: 1;
	width: auto;
	background-color: #ffffff;
	padding-right: 15px;
	position: relative;
}

.servies-end-main-heading h3::after{
	width: 100%;
	height: 2px;
	background-color: #ddd;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
}


.servies-end-main-heading p{
	    font-size: 16px;
	    color: #333;
	    font-weight: 400;
	    margin-top: 16px;
}

.servies-end-main-heading-li{
	width: 100%;
	float: left;
	margin-top: 50px;
}


.servies-end-main-heading-li h3 {
font-size: 20px;
	color: #5a2fdb;
	font-weight: 700;
	position: relative;
}

.servies-end-main-heading-li h3 span{
font-size: 20px;
	color: #5a2fdb;
	font-weight: 700;
	position: relative;
	background-color: #ffffff;
	width: auto;
	display: inline-block;
	padding-right: 15px;
	z-index: 1;
}


.servies-end-main-heading-li h3::after{
	width: 100%;
	height: 2px;
	background-color: #ddd;
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
}


.servies-end-main-heading-li ul{
	    padding: 0px 50px;
		margin-top: 20px;
}

.servies-end-main-heading-li ul li{
	font-size: 16px;
	font-weight: 400;
    position: relative;
    color: #000;
    padding: 10px 0px;
}


.servies-end-main-heading-li ul li::before {
    width: 19px;
    height: 6px;
    content: "";
    position: absolute;
    left: -45px;
    top: 17px;
    background-color: #19006594;
    transform: rotate(32deg);
    border-radius: 10px;}


.servies-end-main-heading-li ul li::after {
    width: 19px;
    height: 6px;
    content: "";
    position: absolute;
    left: -45px;
    top: 24px;
    background-color: #19006594;
    transform: rotate(-32deg);
    border-radius: 10px;
}



.servies-end-main-heading-li ul li b{
	font-weight: 700;
}






.conatct-form-main{
	width: 100%;
	float: left;
	margin-top: 40px;
}



.conatct-form{
	    margin-top: -27px;
	width: 100%;
	float: left;
	margin-bottom: 50px;
	    display: flex;
    justify-content: center;
    align-items: center;
}

.conatct-form-hed{

	width: 40%;
	float: left;
}


.conatct-form-hed h2{
	
margin-top: 91px;
	
-webkit-text-fill-color: transparent;
	
background: linear-gradient(283.11deg, #2a00a7 -3.09%, #7b4fff 79.65%);
	
background-clip: text;
	
-webkit-background-clip: text;
	
font-size: 52px !important;
	
margin-bottom: 0;
	
padding-bottom: 30px;
	
position: relative;
}


.conatct-form-hed h2::after{
	width: 100px;
	height: 10px;
	background-color: #f7e902;
	border-radius: 10px;
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
}

.conatct-form-img-main{
	width: 60%;
	float: left;
}

.conatct-form-img::before{
	    width: 22px;
    border-radius: 50%;
    height: 22px;
    background: #333;
    position: absolute;
    left: 123px;
    bottom: -65px;
    content: "";
    z-index: 2;
}


.conatct-form-img::after{
    width: 5px;
    height: 50px;
    background: #333;
    position: absolute;
    left: 131px;
    bottom: -48px;
    content: "";
    z-index: 1;
}


.conatct-form-img{
	width: 950px;
	float: left;
	padding-left: 50px;
	position: relative;
}


.conatct-form-img img{
	width: 100%;
}





.talk-to-experts-main{
	    margin: 50px 0px 90px 0px;
	/* margin: 40px 5% 120px 5%; */
    width: 100%;
    float: left;
}




.talk-to-experts-lft{
	width: 40%;
	float: left;
}

.talk-to-experts {
    width: 100%;
    float: left;
	display: flex;
	gap: 100px;
}


.talk-to-experts-lft-text{
	width: 100%;
	float: left;
	
}

.talk-to-experts-top{
	width: 100%;
	float: left;
}


.talk-to-experts-top a{
color: #673be9;
text-decoration: none;
font-size: 17px;
font-weight: 600;
}

.talk-to-experts-top p{
    color: #878787;
    font-size: 16px;
    font-weight: 400;
	line-height: 28px;
	margin-bottom: 35px;
}


.talk-to-experts-top h2{
    font-size: 43px;
    color: #000;
    font-weight: 500;
    margin: 16px 0px;
}

.talk-to-experts-top h3{
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 24px 0px;
}

.talk-to-experts-top ul{

}

.talk-to-experts-top ul li{
    font-size: 16px;
       color: #878787;
    display: flex
;
    align-items: baseline;
    gap: 11px;
    padding: 10px 0px;
    font-weight: 400;

}

.talk-to-experts-top ul li span {

display: inline-block;
    width: auto;
}

i.fas.fa-phone-alt.call {
    transform: rotate(90deg);
	
}

.company-history {
    /* padding-top: 6.25rem !important; */
    padding-bottom: 6.25rem !important;
    width: 100%;
    float: left;
}

.talk-to-experts-top ul li span i{
	margin-right: 8px;
	color: #673be9;
}


.talk-to-experts-rht-main{
	width: 60%;
	float: left;
	position: relative;
	
}

.talk-to-experts-rht{
	width: 100%;
	float: left;
	border: 2px solid #bfbfbf;
	border-radius: 18px;
    padding: 45px 35px;
	position: relative;
}


.input-box-fm-full {
    width: 100%;
    float: left;
	    padding: 0px 10px;

}



.input-box-fm-full input{
    width: 100%;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #ddd;
	   margin: 20px 0px;
 
}
.input-box-fm {
    width: 50%;
    float: left;	
	    padding: 0px 10px;

}


.input-box-fm input {
    width: 100%;
    padding: 12px 20px;
	    border-radius: 10px;
    border: 1px solid #ddd;
  
}

.input-box-fm input:focus-visible{
	border: 1px solid #707070 !important;
}

.input-box-main {
    width: 100%;
    float:left;
}


.input-box-fm-full textarea
 {
    width: 100%;
    padding: 20px;
    height: 250px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.input-box-fm ::placeholder{
	font-size: 16px;
	font-weight: 500;
	color: #9c9c9c;
}

.input-box-fm-full ::placeholder{
	font-size: 16px;
	font-weight: 500;
	color: #9c9c9c;
}

.input-box-fm-full textarea:focus{
	outline: none;
}

.input-box-fm-full textarea:focus-visible{
	border: 1px solid #707070 !important;

}


.talk-form-buttn{
width: 100px;
float: left;
    margin-top: 30px;
	    padding: 0px 10px;

}

.input-box-fm-full input:focus-visible{
	border: 1px solid #707070 !important;
}
.input-box-fm input:focus{
	outline: none;
}
.input-box-fm-full input:focus{
	outline: none;
}

.talk-form-buttn button{
    text-decoration: none;
    color: #ffffff;
    width: 190px;
    float: left;
    background-color: #5a2fdccf;
	border: 1px solid #5a2fdccf;
    height: 50px;
    border-radius: 30px;
    display: flex;
	font-size: 16px;
	font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 10px;
	    transition: 0.8s;
}
.talk-form-buttn button:hover {
	 background-color: #ffffff;
	 border: 1px solid #333333;
	 color: #333333;
}

.talk-form-buttn button i{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5a2fdc;
    width: 40px;
    background-color: #ffffff;
    height: 40px;
    border-radius: 50%;
    transform: rotate(-33deg);
    font-size: 21px;
    margin-left: -4px;
	    transition: 0.8s;
}

.talk-form-buttn button:hover  i{
	transform: rotate(0deg);
	color: #ffffff;
	background-color: #5a2fdc;

}

.talk-to-experts-rht:after {
    width: 5px;
    height: 50px;
    background: #333;
    position: absolute;
    right: 45px;
    bottom: -50px;
    content: "";
	z-index: 1;
}

.talk-to-experts-rht::before {
 width: 22px;
    border-radius: 50%;
    height: 22px;
    background: #333;
    position: absolute;
    right: 36px;
    bottom: -65px;
    content: "";
    z-index: 2;
}

.offer-list-main h2 {
    font-size: 20px;
    color: #5a2fdb;
    font-weight: 700;
    position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
}

.offer-list-main h2 span{
	    font-size: 20px;
    color: #5a2fdb;
    font-weight: 700;
    position: relative;
    background-color: #ffffff;
    width: auto;
    display: inline-block;
    padding-right: 15px;
    z-index: 1;
}


.servies-bg-img-mainmid{
	width: 100%;
	float: left;
	margin: 40px 0px;
}

.servies-bg-img-mainmid img{
	width: 100%;
}

.offer-list-main h2::after {
    width: 100%;
    height: 2px;
    background-color: #ddd;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
}




.tram-main{
	width: 100%;
	float: left;
	margin: 30px 0px;
}

.trams-main-heading {
    width: 100%;
    float: left;
}

.trams{
	width: 100%;
	float: left;
}

.trams-headig{
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 10px;
}

.trams-text{
	width: 100%;
	float: left;
}

.trams-text h2{
	    -webkit-text-fill-color: transparent;
    background: linear-gradient(283.11deg, #121212 -3.09%, #444444 79.65%);
    -webkit-background-clip: text;
    font-size: 40px;
    margin-bottom: 0;
    margin-top: 20px;
    text-align: center;
}


.policy-menu{
	width: 100%;
	float: left;
	margin-bottom: 30px;
}
.policy-menu ul{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.policy-menu ul li a{
	font-size: 12px;
	    color: #c5c5c5;
	font-weight: 600;
	border-bottom: 1px solid;

}

.trams-main-heading h3{
	    font-size: 20px;
    color: #5a2fdb;
    font-weight: 700;
}

.trams-main-heading p{
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 20px;
}

.trams-end-main-heading-li {
	    width: 100%;
    float: left;
    margin-top: 20px;
}



.trams-end-main-heading-li h3{
	  font-size: 20px;
    color: #5a2fdb;
    font-weight: 700;
	position: relative;
}



.trams-end-main-heading-li h3 span{
	    font-size: 20px;
    color: #5a2fdb;
    font-weight: 700;
    position: relative;
    background-color: #ffffff;
    width: auto;
    display: inline-block;
    padding-right: 15px;
    z-index: 1;
}



.trams-end-main-heading-li ul{
    padding: 0px 50px;
    margin-top: 20px;		
}

.trams-end-main-heading-li ul li{
  font-size: 16px;
  font-weight: 400;
    position: relative;
    color: #000;
    padding: 10px 0px;	
}


.trams-end-main-heading-li h3 span {
    font-size: 20px;
    color: #5a2fdb;
    font-weight: 700;
    position: relative;
    background-color: #ffffff;
    width: auto;
    display: inline-block;
    padding-right: 15px;
    z-index: 1;
}





.trams-end-main-heading-li ul li b{
      font-weight: 600;
}


.trams-end-main-heading-li ul li::before {
    width: 19px;
    height: 6px;
    content: "";
    position: absolute;
    left: -45px;
    top: 17px;
    background-color: #19006594;
    transform: rotate(32deg);
    border-radius: 10px;
}

.trams-end-main-heading-li ul li::after {
    width: 19px;
    height: 6px;
    content: "";
    position: absolute;
    left: -45px;
    top: 24px;
    background-color: #19006594;
    transform: rotate(-32deg);
    border-radius: 10px;
}

.trams-end-main-heading{
	    width: 100%;
    float: left;
    margin-top: 20px;
}

.trams-end-main-heading  h3 {
    font-size: 20px;
    color: #5a2fdb;
    font-weight: 700;
    position: relative;
	margin-bottom: 10px;
}


.trams-end-main-heading  h3 span {
    font-size: 20px;
    color: #5a2fdb;
    font-weight: 700;
    position: relative;
    background-color: #ffffff;
    width: auto;
    display: inline-block;
    padding-right: 15px;
    z-index: 1;
}

 .trams-end-main-heading h3::after {
    width: 100%;
    height: 2px;
    background-color: #ddd;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
}

 .trams-end-main-heading-li h3::after {
    width: 100%;
    height: 2px;
    background-color: #ddd;
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
}

.trams-end-main-heading  p {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin-top: 16px;
}
