.Call-us{
	background-color: white !important;
	color: black !important;
	z-index: 15 ;
	cursor: pointer ;
	border-radius: 5px ;
	border: 1px solid #000 !important;
	font-weight: 600 !important;
}
.Call-us:hover{
	color: white !important;
	background-color: #7019DC !important;
	border-color: transparent !important;
}

.navTrigger{
	background-color: transparent !important;
	border: none;
/* 	width:55px; */
	margin-top:2px;
	border: none !important;
}
.top{
	position: absolute;
    content: "";
    background-color: white;
    width: 30px;
    height: 3px;
    top: 40%;
    left: 82%;
}
.top-active{
	position: absolute;
    content: "";
    background-color: white;
    width: 30px;
    height: 3px;
    top: 4%;
    left: 82%;
	transform: rotate(315deg);
}
.middle {
	position: absolute;
    content: "";
    background-color: white;
    width: 30px;
    height: 3px;
    top: 50%;
    left: 82%;
}
.bottom{
	position: absolute;
    content: "";
    background-color: white;
    width: 30px;
    height: 3px;
    top: 60%;
    left: 82%;
}
.bottom-active{
	position: absolute;
    content: "";
    background-color: white;
    width: 30px;
    height: 3px;
    top: 4%;
    left: 82%;
	transform: rotate(45deg);
}
.radius{
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
}
.menu {
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 20px 20px;
	background-color:#491cb1;
	margin-top: 10px;
	position: relative;
	
}
.mobile-menu{
    border-radius: 9px;
    margin: 20px;
    background-color: #491cb1;
	display: none;
}
.site-logo{
    display: flex;
    justify-content: center;
	margin-top: 10px;
}
.site-logo img{
    width: 100%;
}
.site-menu{
    padding: 10px 40px 40px 40px;
    background-color: #49249D;
}
.site-menu__nav{
	margin: 20px 0px 30px 60px;
}
.site-menu__nav>div>a{
	font-size:16px;
}
.site-menu__nav__first{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
}
.menu-font{
    display: block;
    color: white;
    padding-block: 10px;
    border-bottom: solid 1px #80808021;
    width: 100%;
    font-size: 19px;
    font-weight: 400;
}
.menu-font:hover{
    color: white !important;
}
.big{
    font-weight: 600 !important;
}
.site-main__industries, .site-main__insights{
    display: block;
    color: white;
    padding-block: 10px;
    border-bottom: solid 1px #80808021;
    width: 100%;
    font-weight: 600;
    letter-spacing: 1.2px;
    font-size: 26px;
}
.site-main__industries:hover{
	color: white !important;
}
.site-main__enquire, .site-main__phone{
    display: block !important;
    width: 90% !important;
    background-color: white !important;
    color: black !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    border: none !important;
    padding: 5px 15px !important;
    margin-block: 20px !important;
}
.site-main__enquire:hover {
	background-color: #7019DC !important;
}
.site-main__phone:hover{
	background-color: #7019DC !important; 
}
.site-main__indu.site-main__industries{
    color: white;
}
.site-main__insights:hover{
    color: white;
}
.site-main{
    padding: 0px 40px 40px;
}
.site-sub-menu {
	    background: #3B168F;
    margin-right: -40px;
    margin-left: -40px;
}
.ta-custom-font-eca .elementor-widget-container .elementor-shortcode .navMenu .site-menu  a.has-child {
	border-bottom: none;
    margin-bottom: 10px;
	line-height: 24px;
    padding-bottom: 0;
}
.ta-custom-font-eca .elementor-widget-container .elementor-shortcode .navMenu .site-menu  .has-child-span svg {
	display: block;
	margin-left: 45px;
	margin-bottom: 10px;
}