/*.hero-banner .left-circle{
	position: absolute;
	width: 600px;
    height: 600px;
    left: 0px;
    top: 0px;
}
.hero-banner .right-circle{
	position: absolute;
	width: 600px;
    height: 600px;
    bottom: 0px;
    right: 0px;
}

.hero-banner .right-circle::before {
    position: absolute;
    content: '';
    border-radius: 50%;
	width:400px;
	height:400px;
    border: 60px solid #a3c5e4;
    opacity: .3;
    bottom: -210px;
    right: -200px;
}

.hero-banner .left-circle::before {
    position: absolute;
    content: '';
    border-radius: 50%;
	width:400px;
	height:400px;
    border: 60px solid #a3c5e4;
    opacity: .3;
    left: -210px;
    top: -200px;
}

*/

header .navbar-nav.akdropdown .dropdown-menu {
    max-width: none;
}


header .navbar-nav.akdropdown .dropdown-menu[data-bs-popper] {
	/*	top: inherit;
		left: inherit;   */
	}
	
header .navbar-nav.akdropdown .dropdown-menu .container {
	max-width: none;
    width: 95%;
}	

header .navbar-nav.akdropdown .dropdown-menu .col-lg-3.d-flex.align-items-end {
    width: 100%;
    display: block !important;
    float: none;
    clear: left;
}


.software-ai-tool {
    font-size: 13px;
    color: #ffffff;
    border-radius: 4px;
    font-weight: 500;
    padding: 2px 10px;
    background-image: linear-gradient(90deg, #9A65FE, #E065FE);
	display: block;
}

.footer-main-links {
    padding: 50px 0 0px;
    background: #081625;
}

.footer-menu-inner h5 {
    color: #c7cfe7;
	font-size: 18px;
}

.footer-menu-inner ul li a {
    color: #c7cfe7;
}

.footer-menu-inner ul li a:hover {
    color: #fff;
}

.footer-menu-inner ul {
    list-style: none;
	padding-left: 0;
    margin-left: 0;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav.akdropdown .dropdown-menu {
        position: fixed;
		top: 75px;
		left: 0 !important;
		min-height: 85vh;
		max-height: 85vh;
		overflow-y: auto;
    }
	
	
}

.header-sidebar-open {
	font-size: 35px;
	display: none;
}

.header-sidebar-close {
	font-size: 40px;
	display: none;
}


 @media only screen and (max-width: 991px) {
	 
	 .header-sidebar-open {
		display: block;
		}
	
	 .header-buttons-show, .header-menu-show {
		 display: none ;
	 }
	
	 .header-menu-show  {
		width: 100%;
		background-color: white !important;
		position: absolute;
		top: 73px;
		right: 0;
	}

	.header-buttons-show {
		width: 100%;
		background-color: white !important;
		position: absolute;
		top: 238px;
		right: 0;
		padding: 15px;
	}
	
	.header-buttons-show ul {
		justify-content: center;
		column-gap: 20px;
	}
} 
