.dropdowns-content {
	background-color: #fff !important;
	max-width: 90%;
	margin: auto;
	z-index: 9;


	box-shadow: 0 10px 30px rgba(0, 0, 0, 10%) !important;
}
.nav_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.social_links a {
	color: #24313d;
	background-color: #FFFFFF;
	border-radius: 50px 50px 50px 50px;
	box-shadow: 0px 3px 10px 0px rgba(0, 69.00000000000021, 255, 0.2);
	width: 24px;
	height: 24px;
	transition: 0.3s;
	display: inline-block;
	text-align: center;
	font-size: 15px;
}


ul.social_links a:hover {
	color: #fff;
	background-color: #f1833e;

	box-shadow: 0px 3px 10px 0px rgba(0, 69.00000000000021, 255, 0.2);

}

.menu-icons {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin-right: 10px;
    background-color: #f7f8fc;
    padding: 4px;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 4px 0px;
    font-size: 25px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #24313d;
}



li.services_submenu_list {
	width: calc(33.33% - 20px);
}

.services_submenu_link {
    width: 100%;
    font-size: 14px;
    padding: 5px;
    color: #000;
    transition: color 0.4s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
}

a.services_submenu_link:hover {
	background-color: #f1833e;
	border-radius: 5px;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	color: #fff;
}

.dipanshutech-logo {
	max-width: 210px;
}

.services_submenu {
	padding-left: 0px;
	display: flex;
	flex-wrap: wrap;
	padding: 50px;
	gap: 10px;
}

.header {

	z-index: 11111111;
	width: 100%;

	height: auto;
	background-color: #fff;
	box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.03), 0 1px 0 0 rgba(0, 0, 0, 0.04), 0 -1px 0 0 rgba(0, 0, 0, 0.04);
}

section.dipanshutech_top_bar {
	background-color: #24313d;
	padding: 8px 0px;
}

.brand {
	font-family: inherit;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	color: var(--color-blue-300);
}

.dipanshutech_navbar {
	width: 100%;
	height: 4.5rem;
	margin-inline: auto;
}

.dipanshutech_navbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 100%;
	height: 100%;
}

.dipanshutech_navbar-block {
	position: absolute;
	left: 0;
	width: 100%;
	height: calc(100vh - 4rem);
	opacity: 0;

	pointer-events: none;
	background-color: var(--color-white-100);
	transition: opacity 0.4s ease;
}

.dipanshutech_navbar-block.is-active {
	opacity: 1;
	pointer-events: initial;
}

@media screen and (min-width: 62rem) {
	.dipanshutech_navbar {
		display: flex;
		justify-content: space-between;
	}

	.dipanshutech_navbar-block {
		position: initial;
		height: initial;
		opacity: 1;

		pointer-events: visible;
		background: none;
		transition: none;
	}
}

.menu {
	padding-block: 1rem;
	padding-inline: auto;
	background-color: #fff;
	 
}

.dipanshutech-menu-link {
	color: #000;
	line-height: inherit;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-block: 0.5rem;
	padding-inline: 1.5rem;
	font-size:15px;
	transition: color 0.3s ease;
}

@media screen and (min-width: 62rem) {
	span.dipanshutech-menu-link.dropdowns-toggle i {
    font-size: 18px !important;
    font-weight: bold;
}
span.dipanshutech-menu-link.dropdowns-toggle {
    padding-left: 5px;
}
	.menu {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		-moz-column-gap: 5px;
		column-gap: 5px;
		height: 100%;
		padding: unset;
	}

	.menu-item {
		display: flex;
		cursor: pointer;
		padding-inline: 0.4rem;
		        align-items: center;
	}

	.dipanshutech-menu-link {
		padding: unset;
	}
}

.dropdowns-toggle {
	cursor: pointer;
	outline: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dropdowns-toggle i {

	line-height: inherit;
	transition: rotate 0.4s ease;
}

.dropdowns-content {
	height: 0;
	overflow: hidden;

	transition: height 0.5s ease;
}

.dropdowns-column,
.dropdowns-group,
.dropdowns-items {
	display: grid;
}

.dropdowns-group {
	padding-bottom: 1rem;
	padding-inline: 1.5rem;
}

.dropdowns-title {
	display: flex;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	align-items: center;
	padding-inline: 1rem;
}

.dropdowns-icon i.bx {
	font-size: 1.5rem;
	line-height: 1.5;
	color: var(--color-blue-300);
}

.dropdowns-items {
	row-gap: 0.5rem;
	padding-inline: 3.5rem;
	padding-top: 0.35rem;
}

.dropdowns-link {
	font-size: var(--text-base);
	font-weight: 400;
	line-height: inherit;
	color: var(--color-black-500);
	transition: color 0.3s ease;
}

.dropdowns-show>.dropdowns-toggle i {
	rotate: 180deg;
}

.dropdowns-block {
	display: flex;
	align-items: flex-start;
	-moz-column-gap: 1rem;
	column-gap: 1rem;
	padding-top: 1rem;
	padding-inline: 1rem;
}

@media screen and (min-width: 62rem) {
	.dropdowns-toggle {
		-moz-column-gap: 0.35rem;
		column-gap: 0.35rem;
		pointer-events: none;
	}

	.dropdowns-content {
		position: absolute;
		left: 0;
		right: 0;
		top: 6rem;
		opacity: 0;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		pointer-events: none;
		background-color: var(--color-white-100);
		border-top: 2px solid var(--color-white-200);
		box-shadow: var(--shadow-large);
		transition: top 0.4s, opacity 0.3s ease;
	}
    .sticky .dropdowns:hover>.dropdowns-content {
        cursor: initial;
        top: 4.5rem !important;
        opacity: 1;
        pointer-events: initial;
    }
	.dropdowns-column {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		-moz-column-gap: 2rem;
		column-gap: 2rem;
		max-width: 75rem;
		margin-inline: auto;
	}

	.dropdowns-group {
		align-content: baseline;
		row-gap: 1.25rem;
		padding-block: 4rem;
	}

	.dropdowns-group:first-child,
	.dropdowns-group:last-child {
		margin: unset;
	}

	.dropdowns-items {
		padding-top: unset;
	}

	.dropdowns-block {
		padding-top: unset;
		padding-inline: unset;
	}

	.dropdowns:hover>.dropdowns-content {
		cursor: initial;
		top: 6.8rem;
		opacity: 1;
		pointer-events: initial;
	}

	.dropdowns:hover>.dropdowns-toggle i {
		rotate: 180deg;
	}
}

.burger {
	position: relative;
	display: block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 1.5rem;
	height: 1rem;
	border: none;
	outline: none;
	visibility: visible;
}

.burger-line {
	position: absolute;
	display: block;
	right: 0;
	width: 100%;
	height: 2.15px;
	opacity: 1;
	rotate: 0deg;
	border-radius: 0.15rem;
	background-color: #000;
	transition: all 0.3s ease;
}

.burger-line:nth-child(1) {
	top: 0px;
}

.burger-line:nth-child(2) {
	top: 0.5rem;
	width: 70%;
}

.burger-line:nth-child(3) {
	top: 1rem;
}

.burger.is-active>.burger-line:nth-child(1) {
	top: 0.5rem;
	rotate: 135deg;
}

.burger.is-active>.burger-line:nth-child(2) {
	opacity: 0;
}

.burger.is-active>.burger-line:nth-child(3) {
	top: 0.5rem;
	rotate: -135deg;
}

@media screen and (min-width: 62rem) {
	.burger {
		display: none;
		visibility: hidden;
	}
}

@media screen and (max-width: 62rem) {
	ul.menu {
    z-index: 99;
    position: relative;
}

	ul.services_submenu {
    z-index: 9;
    position: relative;
    background-color: white;
}
.services_submenu
	.menu {
	 
		z-index: 99;
		position: relative;
	}
	.dropdowns-content {
		width: 100%;
	}

	.dipanshutech_navbar-block {
		overflow: auto;
	}

	.services_submenu {

		padding: 30px;

	}

	ul.menu {
		padding: 10px;
	}

	li.services_submenu_list {
		width: calc(50% - 20px);
	}
}

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

		padding: 20px;

	}

	li.services_submenu_list {
		width: calc(100% - 20px);
	}
}

 