@font-face {
	font-family: 'p-regular';
	src: url('/wp-content/themes/supreme/inc/assets/newfonts/ProximaNova/ProximaNova-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'p-bold';
	src: url('/wp-content/themes/supreme/inc/assets/newfonts/ProximaNova/ProximaNova-Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'p-extrabold';
	src: url('/wp-content/themes/supreme/inc/assets/newfonts/ProximaNova/ProximaNova-Extrabld.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

.header-two .header-item-center ul {
	margin-bottom: 0px;
}

.header-two .header-item-center .title {
	text-shadow: none;
}

.header-two .btn-sec {
	display: flex;
	align-items: center;
	position: relative
}

.header-two .btn-sec .btn {
	padding: 13px 60px 13px 20px;
	background: #fff;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 7px;
	font-weight: 500;
	position: relative;
	border-radius: 100px !important;
	transition: all .3s ease;
	margin-left: 30px;
	cursor: pointer
}

.header-two .btn-sec .btn::before {
	transition: all .85s cubic-bezier(.68, -.55, .265, 1.55);
	transition: all .3s ease;
	content: '';
	width: 50%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 2px;
	right: 2px
}

.header-two .btn-sec .btn.rounded .text-white {
	color: #05164d !important;
	position: relative;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	font-family: 'p-bold';
}

li.cta-wrap.numberwrap {
	margin-left: 20px;
}

li.cta-wrap.numberwrap a {
	display: flex;
	align-items: center;
	gap: 6px;
}

.header-two .btn-sec .btn.rounded::before {
	border-radius: 50px;
	width: 42px;
	height: 42px;
	background: #ffad00 url("https://supremetechnologies.us/wp-content/uploads/2025/09/right-chevron.png") 0 0 no-repeat;
	background-size: 15px;
	background-position: center right 10px
}

.header-two .btn-sec .btn.rounded:hover::before {
	/* background: #ffad00 url(../images/btn-icon.svg) 0 0 no-repeat; */
	background-position: center right 13px;
	background-size: 15px;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0
}

.header-two .btn-sec .btn:hover {
	border-color: #ffad00;
	background: #ffad00
}

.header-two .btn-sec .btn:hover .text-white {
	color: #05164d
}



.header-two nav#menu ul li {
	position: unset !important;
}

.header-two nav#menu ul li .title {
	min-height: unset !important;
	padding: 0 !important;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
}

.header-two nav#menu ul li.small-menu {
	position: relative !important;
}

@media only screen and (max-width: 991px) {
	.btn-sec .btn {
		font-size: 16px;
		padding: 14px 70px 14px 25px
	}

	.btn-sec .btn::before {
		top: 3px;
		right: 3px
	}

	.btn-sec .btn.rounded::before {
		width: 45px;
		height: 45px;
		background-size: 16px;
		background-position: center right 15px
	}

	.btn-sec .btn.rounded:hover::before {
		background-position: center right 15px
	}
}

.header-two {
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 25px 0;
	padding-top: 10px;
	z-index: 99;
	transition: all .3s ease-in-out
}

.header-two.header-bg {
	padding: 15px 0
}

.header-two.header-bg .header-item-center {
	opacity: 1;
}

.header-two.header-bg .header-item-left .menu {
	opacity: 1;
}

/* .header-two.header-bg.sc-up {
	background: #124775;
	z-index: 999;
} */
 .header-two.header-bg.sc-up {
    z-index: 99999 !important;
    background: #124775d1;
    backdrop-filter: blur(5px);
}

.header-two.header-bg.sc-up .header-item-center {
	opacity: 1
}

.header-two.header-bg.sc-up .header-item-left .menu {
	opacity: 1
}

.header-two {
	background: transparent;
}
.category .header-two {
    background: #124775;
}
/* .header-two.sc-down.header-bg {
	background: #124775;
} */
 .header-two.sc-down.header-bg {
    /* background: #124775; */
    background: #124775d1;
    backdrop-filter: blur(5px);
	z-index: 999999 !important;
}


.header-two:hover .header-item-center {
	opacity: 1
}

.header-two:hover .header-item-left .menu {
	opacity: 1
}

.header-two:hover.sc-down .small {
	opacity: 0
}

.header-two:hover.sc-down .large {
	opacity: 1
}

.header-two .large {
	transition: all .7s ease-in-out
}

.header-two .large img {
	max-width: 340px;
	width: 250px;
	height: 49px;
	text-indent: -999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 201px 98px;
}

.header-two .small {
	opacity: 0;
	display: grid;
	background: #ececec;
	padding: 10px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 10px;
	transition: all .7s ease-in-out
}

.header-two.sc-up .large {
	opacity: 1
}

.header-two.sc-down .small {
	opacity: 1
}

.header-two.sc-down .large {
	opacity: 0
}

.header-two .wrapper {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	align-items: center;
	justify-content: space-between;
	position: static;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

.header-two .header-item-left {
	display: flex;
	flex: 0 0 35%;
	align-items: center
}

.header-two .header-item-left .menu {
	position: relative;
	margin-left: 15px
}

.header-two .header-item-left .menu .for-product {
	padding: 0 15px 20px
}

.header-two .header-item-left .menu:before {
	background: #bdb7b7;
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 50px;
	top: 9px
}

.header-two .header-item-center {
	display: flex;
	transition: all .3s ease-in-out
}

.header-two .header-item-center .brand img {
	display: none
}

.header-two .width-20 {
	flex-basis: 20%
}

.header-two .width-25 {
	flex-basis: 25%
}

.header-two .width-30 {
	flex-basis: 30%
}

.header-two .width-35 {
	flex-basis: 35%
}

.header-two .width-33 {
	flex-basis: 33.33%
}

.header-two .width-40 {
	flex-basis: 40%
}

.header-two .width-45 {
	flex-basis: 50%
}

.header-two .width-55 {
	flex-basis: 50%;
	background: #f8f8fb
}

.header-two .width-50 {
	flex-basis: 50%
}

.header-two .width-60 {
	flex-basis: 60%
}

.header-two .width-66 {
	flex-basis: 66.6%
}

.header-two .width-65 {
	flex-basis: 65%
}

.header-two .width-75 {
	flex-basis: 75%
}

.header-two .width-100 {
	flex-basis: 100%
}

.header-two .padding-l-40 {
	padding-left: 40px
}

.header-two .margin-t-60 {
	margin-top: 60px
}

.header-two .header-menu {
	display: none
}

.header-two .header-menu.active {
	display: block
}

.header-two .day-theme-logo {
	display: none
}

.header-two.header-mobile {
	display: none
}

.header-two .with-border {
	padding-bottom: 5px;
	position: relative
}

.header-two .with-border::before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 47px;
	height: 2px;
	background: #60b741
}

.header-two .menu ul li {
	display: inline-block;
	transition: color .3s ease
}

.dis-flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-2 {
	width: 50%;
}

.header-two .menu ul li .menu-mega .landing-menu .flex-3:last-child,
.header-two .menu ul li .menu-mega .landing-menu .detail-list:last-child {
	background: #f8f8fb;
}

.header-two .menu ul li .menu-mega .flex-3,
.header-two .menu ul li .menu-mega .flex-4,
.header-two .menu ul li .menu-mega .detail-list {
	padding: 40px;
}

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

	.container,
	.hero-section::after,
	.second-level-section::after,
	.hero-img-section h1 {
		max-width: 1160px;
	}
}

@media only screen and (max-width: 1440px) {
	.container {
		max-width: 1260px;
	}
}

@media only screen and (max-width: 1600px) {
	.container {
		max-width: 1380px;
	}
}

.container {
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 20px;
}

.header-two .menu ul li a {
	position: relative;
	text-decoration: none !important;
	font-size: 18px;
	line-height: 20px;
	border: none;
	outline: none;
	color: #fff;
	font-family: 'p-regular';
	transition: color .3s ease
}

.header-two .menu ul li.menu-item-has-children>a {
	font-family: 'p-bold';
	letter-spacing: 0.6px;
	text-transform: uppercase;
}

.header-two .menu ul li.menu-item-has-children>.arrow-btn {
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
	transition: 0.5s ease-in-out;
	width: 12px;
	height: 8px;
	margin-left: 6px;
	background-position: 50%;
	background-size: 11px;
	background-repeat: no-repeat;
	transition: all .3s;
	filter: brightness(0) invert(1);
}

.header-two .menu ul li.numberwrap .btn-sec a {
	font-family: 'p-bold';
	letter-spacing: 0.6px;
	color: #ffad00;
}

.header-two .menu ul li.numberwrap .btn-sec a svg {
	fill: #ffad00;
}

.header-two .menu ul li.menu-item-has-children:hover .arrow-btn {
	transform: rotate(180deg);
}

.header-two .menu ul li .menu-mega {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 0;
	z-index: 1;
	display: block;

}

.header-two .menu ul li .menu-mega .container {
	padding: 0;
	background: #fff;
	box-shadow: 4px 4px 60px rgba(112, 144, 176, .25);
	border-radius: 20px;
	margin: 0;
	overflow: hidden;
	margin-top: 20px;
	width: 100% !important;
}

.header-two .menu ul li .menu-mega .flex-3,
.header-two .menu ul li .menu-mega .flex-4,
.header-two .menu ul li .menu-mega .detail-list {
	padding: 40px
}

.header-two .menu ul li .menu-mega .flex-3 a,
.header-two .menu ul li .menu-mega .flex-4 a,
.header-two .menu ul li .menu-mega .detail-list a {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #5d6579;
	display: block;
	margin: 0 0 15px;
	padding-left: 45px;
	position: relative
}

.header-two .menu ul li .menu-mega .flex-3 a:hover,
.header-two .menu ul li .menu-mega .flex-4 a:hover,
.header-two .menu ul li .menu-mega .detail-list a:hover {
	text-decoration: underline;
	color: #212121
}

.header-two .menu ul li .menu-mega .flex-3 .head,
.header-two .menu ul li .menu-mega .flex-4 .head,
.header-two .menu ul li .menu-mega .detail-list .head {
	font-weight: 500;
	font-size: 14px;
	line-height: 25px;
	text-transform: uppercase;
	color: #9f9f9f;
	display: block;
	margin: 0 0 10px;
	min-height: 28px;
}

.header-two .menu ul li .menu-mega .flex-3 .title,
.header-two .menu ul li .menu-mega .flex-4 .title,
.header-two .menu ul li .menu-mega .detail-list .title {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	display: block;
	transition: all .3s ease-in-out;
	margin-bottom: 2px
}

.header-two .menu ul li .menu-mega .without-icon a {
	padding-left: 0 !important
}

.header-two .menu ul li .menu-mega .without-icon a::before {
	display: none
}

.header-two .menu ul li .menu-mega .without-icon:last-child {
	padding-left: 24px
}

.header-two .menu ul li .menu-mega .bg-gray {
	background: #f6f8fb;
	border-radius: 0 0 10px 0;
	position: relative
}

.header-two .menu ul li .menu-mega .bg-gray::before {
	content: "";
	clear: both;
	display: block;
	background: #f6f8fb;
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	z-index: -1
}

.header-two .menu ul li .menu-mega .left-list {
	border-right: 2px solid #f2f2f2;
	padding-right: 60px
}

.header-two .menu ul li .menu-mega .left-list a {
	color: #000;
	display: block;
	padding: 20px 30px;
	border-bottom: 2px solid #f2f2f2;
	font-size: 16px;
	position: relative;
	font-weight: 600
}

.header-two .menu ul li .menu-mega .left-list a:last-child {
	border-bottom: 0
}

.header-two .menu ul li .menu-mega .left-list a.active {
	background: #f2f2f2
}

.header-two .menu ul li .menu-mega .flex-3,
.header-two .menu ul li .menu-mega .flex-4,
.header-two .menu ul li .menu-mega .detail-list {
	padding: 40px;
}

.flex-3 {
	flex-basis: 33.33%;
}

.header-two .menu ul li .menu-mega .left-list a.active::after {
	content: "";
	clear: both;
	display: block;
	background: url(../images/button-icons-sprite.png) -30px -54px no-repeat;
	width: 10px;
	height: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;


}

.header-two .menu ul li .menu-mega .left-list a:hover {
	background: #f2f2f2
}

.header-two .menu ul li .menu-mega .left-list a.cursor-pointer {
	cursor: pointer
}

.header-two .menu ul li .menu-mega .header-menu.for-padding,
.header-two .menu ul li .menu-mega .left-list.for-padding,
.header-two .menu ul li .menu-mega .middle-list.for-padding,
.header-two .menu ul li .menu-mega .last-list.for-padding {
	padding: 40px 50px
}

.header-two .menu ul li .menu-mega .middle-list a,
.header-two .menu ul li .menu-mega .last-list a {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #212121;
	display: block;
	margin-top: 15px;
}

.header-two .menu ul li .menu-mega .middle-list a.active,
.header-two .menu ul li .menu-mega .middle-list a:hover,
.header-two .menu ul li .menu-mega .last-list a.active,
.header-two .menu ul li .menu-mega .last-list a:hover {
	color: #1d1d3a;
	text-decoration: underline
}

.header-two .menu ul li .menu-mega .middle-list a:first-child,
.header-two .menu ul li .menu-mega .last-list a:first-child {
	margin-top: 0
}

.header-two .menu ul li .menu-mega .middle-list a.menu-btn,
.header-two .menu ul li .menu-mega .last-list a.menu-btn {
	display: inline-block
}

.header-two .menu ul li .menu-mega .middle-list .head,
.header-two .menu ul li .menu-mega .last-list .head {
	font-weight: 500;
	font-size: 16px;
	line-height: 25px;
	text-transform: uppercase;
	color: #9f9f9f;
	display: block;
	margin-bottom: 35px
}

.header-two .menu ul li .menu-mega .middle-list .head.active,
.header-two .menu ul li .menu-mega .last-list .head.active {
	text-decoration: none
}

.header-two .menu ul li .menu-mega .middle-list strong,
.header-two .menu ul li .menu-mega .last-list strong {
	color: #000
}

.header-two .menu ul li .menu-mega .middle-list .sub-child,
.header-two .menu ul li .menu-mega .last-list .sub-child {
	padding-left: 20px;
	list-style-type: disc
}

.header-two .menu ul li .menu-mega .middle-list .sub-child a,
.header-two .menu ul li .menu-mega .last-list .sub-child a {
	display: list-item;
	font-weight: 500;
	margin-top: 15px
}

.header-two .menu ul li .menu-mega .middle-list .sub-child a:last-child,
.header-two .menu ul li .menu-mega .last-list .sub-child a:last-child {
	margin-bottom: 40px
}

.header-two .menu ul li .menu-mega .middle-list {
	padding: 0 20px 0 50px
}

.header-two .menu ul li .menu-mega .middle-list a {
	margin-top: 22px
}

.header-two .menu ul li .menu-mega .middle-list.title-list .head {
	margin-top: 15px
}

.header-two .menu ul li .menu-mega .middle-list.title-list .head:first-child {
	margin-top: 0
}

.header-two .menu ul li .menu-mega .last-list {
	padding-left: 20px
}

.header-two .menu ul li .menu-mega .last-list:first-child {
	padding-left: 0
}

.header-two .menu ul li .menu-mega .last-list .col-title {
	flex-basis: 100%
}

.header-two .menu ul li .menu-mega .last-list .soluton-col {
	margin-top: -24px;
	flex-basis: 50%
}

.header-two .menu ul li .menu-mega .last-list .soluton-col .dis-flex {
	justify-content: space-between
}

.header-two .menu ul li .menu-mega .last-list .ind-col {
	display: flex;
	flex-basis: 50%
}

.header-two .menu ul li .menu-mega .last-list a:hover {
	color: #1d1d3a;
	text-decoration: underline
}

.header-two .menu ul li .menu-mega .last-list a.margin-t-40 {
	margin-top: 40px
}

.header-two .menu ul li .menu-mega .last-list a.menu-btn {
	background: #60b741;
	border-radius: 7px;
	padding: 14px 30px;
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	text-decoration: none;
	margin-top: 16px;
	transition: all .3s ease-in-out
}

.header-two .menu ul li .menu-mega .last-list a.menu-btn:hover {
	background-color: #ffb81d;
	text-decoration: none
}

.header-two .menu ul li .menu-mega .last-list strong {
	text-transform: uppercase;
	font-size: 15px
}

.header-two .menu ul li .menu-mega .last-list .menu-inline a {
	display: inline-block
}

.header-two .menu ul li .menu-mega .last-list.bg-gray {
	padding-left: 70px
}

.header-two .menu ul li .menu-mega .for-platform {
	padding-left: 0% !important;
}

.header-two .menu ul li .menu-mega p {
	font-size: 14px;
	color: rgba(117, 117, 117, .81);
	font-weight: 400;
	line-height: 28px;
	margin-top: 20px
}

.header-two .menu ul li .menu-mega p strong {
	display: block;
	margin-bottom: 15px;
	position: relative;
	padding-top: 10px;
	font-size: 14px
}

.header-two .menu ul li .menu-mega p strong::before {
	content: "";
	clear: both;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #60b741;
	height: 2px;
	width: 50px
}

.header-two .menu ul li .menu-mega.width-menu {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
	right: 0;
	padding-left: 20px;
	border-radius: 20px
}

/*--	.header-two .menu ul li .menu-mega .landing-menu .flex-3:nth-of-type(2):not(.without-icon) a:first-of-type,
	.header-two .menu ul li .menu-mega .landing-menu .detail-list:nth-of-type(2):not(.without-icon) a:first-of-type {
		margin-top: 60px
	}
---*/
.header-two .menu ul li .menu-mega .landing-menu .flex-3:last-child,
.header-two .menu ul li .menu-mega .landing-menu .detail-list:last-child {
	background: #f8f8fb
}

.header-two .menu ul li .menu-mega .w-14 {
	max-width: 1400px
}

.header-two .menu ul li .menu-mega .devops {
	max-width: 100%;
	margin: 0 auto;
	background: 0 0;
	box-shadow: none;
	border-radius: 0
}

.header-two .menu ul li .menu-mega .devops .dis-flex {
	max-width: 300px;
	margin: 0 auto;
	position: absolute;
	right: 20%
}

.header-two .menu ul li .menu-mega .devops .dis-flex .flex-3 {
	flex-basis: 100%;
	background: #fff;
	background: #fff;
	box-shadow: 4px 4px 60px rgba(112, 144, 176, .25);
	border-radius: 20px;
	margin: 0;
	overflow: hidden
}

.header-two .menu ul li .menu-mega .devops .dis-flex .flex-3 a:last-child {
	margin: 0
}

.header-two .menu ul li .menu-mega .single-row-ico .dis-flex {
	max-width: 400px
}

.header-two .menu ul li .menu-mega .single-row-ico .dis-flex .flex-3 a {
	align-items: flex-start;
	flex-direction: column
}

.header-two .menu ul li .menu-mega .single-row-ico .menuicon {
	top: 5px
}

.header-two .menu ul li .menu-mega .w-900 {
	max-width: 970px;
	margin: 0 auto
}

.header-two .menu ul li .menu-mega .w-900 .flex-3 {
	flex-basis: 50%
}

.header-two .menu ul li .menu-mega .w-100 {
	width: 100%
}

.header-two .menu ul li .ecom .flex-3:nth-of-type(2) a:first-of-type {
	margin-top: auto !important
}

.header-two .menu ul li .artificial-intell .flex-4:last-child {
	background: #f8f8fb
}

.header-two .menu ul li .artificial-intell .flex-4 .view-more {
	color: #ffad00;
	padding: 15px 0 0;
	transition: all .3s ease-in-out;
	border-top: 1px solid rgba(0, 0, 0, .2);
	margin: 0;
	font-weight: 500;
	position: relative
}

.header-two .menu ul li .artificial-intell .flex-4 .view-more:after {
	content: '';
	background: url(../menu-images/menu-arrow-icon.svg) no-repeat center;
	width: 10px;
	display: inline-block;
	height: 8px;
	margin-left: 5px;
	transition: all .3s ease-in-out
}

.header-two .menu ul li .artificial-intell .flex-4 .view-more:hover:after {
	margin-left: 10px;
	background: url(../menu-images/menu-arrow-black.svg);
	width: 10px;
	height: 8px
}



.header-two .menu ul li.small-menu .active-pcat {
	color: #fff;
	font-size: 20px
}

.header-two .menu ul li.small-menu .arrow-btn {
	position: relative
}

.header-two .menu ul li.small-menu .arrow-btn::before {
	content: "";
	clear: both;
	display: inline-block;
	background: url(../menu-images/arrow-down.png) 0 0 no-repeat;
	width: 17px;
	height: 11px;
	margin-left: 10px;
	transition: all .3s ease-in-out
}

.header-two .menu ul li.small-menu.for-company .arrow-btn::before {
	display: none
}

.header-two .menu ul li.small-menu.for-product .small-menu-inner a:nth-of-type(1)::before {
	background-position: 0 0
}

.header-two .menu ul li.small-menu.for-product .small-menu-inner a:nth-of-type(2)::before {
	background-position: 0 -44px
}

.header-two .menu ul li.small-menu.for-product .small-menu-inner a:nth-of-type(3)::before {
	background-position: 0 -459px
}

.header-two .menu ul li.small-menu.for-product .small-menu-inner a:nth-of-type(4)::before {
	background-position: 0 -499px
}

.header-two .menu ul li.small-menu.for-product .small-menu-inner a:nth-of-type(5)::before {
	background-position: 0 -539px
}

.header-two .menu ul li.small-menu.for-product .small-menu-inner a:nth-of-type(6)::before {
	background-position: 0 -575px
}

.header-two .menu ul li.small-menu:hover .arrow-btn::before {
	transform: rotate(180deg)
}

.header-two .menu ul li.small-menu .small-menu-inner {
	position: absolute;
	left: -50px;
	width: max-content;
	height: auto;
	margin-top: 20px;
	padding: 10px 35px 40px;
	z-index: 1;
	background: #fff;
	border-radius: 20px;
	/* display: none */
}

.header-two .menu ul li.small-menu .small-menu-inner img {
	display: none;
}

/* #landing-menu .menuicon {
		display: none;
	} */

#landing-menu a {
	padding-left: 20px;
}

.header-two .menu ul li.small-menu .small-menu-inner a {
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-top: 26px;
	border-radius: 10px;
	display: block;
	position: relative;
	padding-left: 0px
}

.header-two .menu ul li.small-menu .small-menu-inner a:hover {
	color: #1d1d3a;
	text-decoration: underline
}

.detail-list.without-icon .flex-1 {
	padding: 20px;
}

.header-two .menu ul li.small-menu .small-menu-inner.ai-techmenu {
	padding: 0
}

.header-two .menu ul li.small-menu .small-menu-inner.ai-techmenu a {
	padding: 0;
	margin: 0 0 15px
}

.header-two .menu ul li.small-menu .small-menu-inner.ai-techmenu a:last-child {
	padding: 0
}

.header-two .menu ul li.for-product {
	min-width: 290px
}

.header-two .menu ul li.menu-item-has-children {
	padding: 0 23px 20px;
}

.header-two .menu ul li.menu-item-has-children:hover>a {
	position: relative;
	text-decoration: underline
}

.header-two .menu ul li.menu-item-has-children:hover>a::after {
	content: "";
	clear: both;
	display: block;
	/* background: url(../menu-images/polygon-icon.png) 0 0 no-repeat; */
	width: 26px;
	height: 23px;
	position: absolute;
	top: 33px;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: none;
}

.header-two .menu ul li.menu-item-has-children.for-case:hover>a::after {
	display: none
}



.header-two .menu ul li.cta-wrap .cta-btn a {
	margin-left: 30px;
	border: 1px solid #fff;
	transition: all .3s ease-in-out;
	padding: 15px 72px 15px 20px
}

.header-two .menu ul li.cta-wrap .cta-btn a .arrow {
	top: 11px
}

.header-two .menu ul li.cta-wrap .cta-btn a:hover {
	border-color: #ffad00;
	color: #05164d
}

.header-two .menu ul li .menuicon {
	position: absolute;
	left: -16px;
	top: 5px;
}

.header-two .hiremenu .hr-list-item a {
	color: #9f9f9f !important;
	text-transform: uppercase;
	margin: 0 0 20px
}

.header-two .menu ul li.for-product {
	margin-top: 20px
}

.header-two .menu ul li.for-product .menuicon {
	top: 0
}

.header-two .menu ul li.small-menu .menuicon {
	top: 0
}

.header-two .menu ul li.for-product .menu-mega a {
	height: 30px;
	border-radius: 0;
	display: flex !important;
	align-items: center
}

.header-two .cta-btn {
	margin-top: 3px
}

.header-two .menu ul li .menu-mega .devops .menuicon {
	top: 0
}

.header-two .menu ul li .menu-mega .single-row-ico .menuicon {
	top: 5px
}

.header-two .menu ul li .menu-mega .devops a {
	display: flex;
	align-items: center
}

.header-two .menu ul li .menu-mega .last-list a.margin-t-40 {
	margin-top: 20px
}

@media only screen and (max-width: 1780px) {
	.header-two .header-item-left .menu .for-product {
		padding: 0 15px 20px
	}

	.header-two .menu ul li.menu-item-has-children {
		padding: 0 14px 20px
	}

	.header-two .menu ul li.contact-nav a {
		min-width: auto;
		margin-left: 20px;
		padding: 14px 45px 14px 25px
	}

	.header-two .menu ul li .menu-mega.width-menu {
		max-width: 80%;
		right: -14%
	}

	.header-two .menu ul li .menu-mega .detail-list .head,
	.header-two .menu ul li .menu-mega .flex-3 .head {
		margin: 0 0 25px
	}

	.header-two .menu ul li .menu-mega .last-list .head {
		margin: 0 0 25px
	}

	.header-two .menu ul li .menu-mega .w-14 {
		max-width: 90%
	}

	.header-two .menu ul li .menu-mega .w-900 {
		max-width: 65%
	}

	.header-two .menu ul li .menu-mega .landing-menu .flex-3:nth-of-type(2):not(.without-icon) a:first-of-type,
	.header-two .menu ul li .menu-mega .landing-menu .detail-list:nth-of-type(2):not(.without-icon) a:first-of-type {
		margin-top: 51px
	}

	.header-two .large img {
		max-width: 240px
	}

	.header-two .header-item-left {
		margin-top: 0
	}

	.header-two .header-item-left .menu:before {
		height: 45px;
		top: 8px
	}
}

@media only screen and (max-width: 1690px) {
	.header-two .small {
		width: 50px;
		height: 50px
	}

	.header-two .menu ul li.menu-item-has-children {
		padding: 0 11px 20px
	}

	.header-two .menu ul li.small-menu .small-menu-inner {
		padding: 10px 25px 30px
	}

	.header-two .menu ul li.small-menu .small-menu-inner a {
		margin-top: 22px
	}

	.header-two .menu ul li .menu-mega .detail-list,
	.header-two .menu ul li .menu-mega .flex-4,
	.header-two .menu ul li .menu-mega .flex-3 {
		padding: 30px
	}

	.header-two .menu ul li .menu-mega .detail-list .head,
	.header-two .menu ul li .menu-mega .flex-4 .head,
	.header-two .menu ul li .menu-mega .flex-3 .head {
		margin: 0 0 20px
	}

	.header-two .menu ul li .menu-mega .last-list.for-padding {
		padding: 35px 40px
	}

	.header-two .menu ul li .menu-mega .last-list a {
		margin: 0 0 10px
	}

	.header-two .menu ul li .menu-mega .last-list a.margin-t-40 {
		margin-top: 20px
	}

	.header-two .menu ul li .menu-mega .last-list .head {
		margin: 0 0 20px
	}

	.header-two .menu ul li .menu-mega .header-menu.for-padding {
		padding: 35px 40px
	}

	.header-two .menu ul li .menu-mega .landing-menu .flex-3:nth-of-type(2):not(.without-icon) a:first-of-type,
	.header-two .menu ul li .menu-mega .landing-menu .detail-list:nth-of-type(2):not(.without-icon) a:first-of-type {
		margin-top: 0px
	}

	.header-two .large img {
		max-width: 220px
	}

	.header-two .menu ul li.small-menu .active-pcat {
		color: #fff
	}

	.header-two .menu ul li .menu-mega .flex-3 a,
	.header-two .menu ul li .menu-mega .detail-list a {
		margin: 0 0 25px
	}
}

@media only screen and (max-width: 1470px) {
	.header-two {
		padding: 20px 0
	}

	.header-two .header-item-left .menu:before {
		height: 40px
	}

	.header-two .header-item-left .menu .for-product {
		padding: 5px 14px 20px;
		margin-top: 12px
	}

	.header-two .menu ul li.menu-item-has-children {
		padding: 0 11px 20px
	}

	.header-two .menu ul li a {
		font-size: 16px
	}

	.header-two .menu ul li.cta-wrap .cta-btn a {
		margin-left: 18px
	}

	.header-two .menu ul li.small-menu .arrow-btn:before {
		right: -20px;
		background-size: 100%;
		width: 13px;
		height: 9px
	}

	.header-two .menu ul li.small-menu .small-menu-inner a {
		font-size: 14px;
		margin-top: 20px
	}

	.header-two .menu ul li.contact-nav a {
		padding: 13px 35px 13px 15px
	}

	.header-two .menu ul li .menu-mega .detail-list,
	.header-two .menu ul li .menu-mega .flex-4,
	.header-two .menu ul li .menu-mega .flex-3 {
		padding: 25px
	}

	.header-two .menu ul li .menu-mega .detail-list a,
	.header-two .menu ul li .menu-mega .flex-4 a,
	.header-two .menu ul li .menu-mega .flex-3 a {
		margin: 0 0 20px;
		font-size: 12px;
		line-height: 19px
	}

	.header-two .menu ul li .menu-mega .detail-list a .title,
	.header-two .menu ul li .menu-mega .flex-4 a .title,
	.header-two .menu ul li .menu-mega .flex-3 a .title {
		font-size: 14px;
		line-height: 24px;
		margin: 0
	}

	.header-two .menu ul li .menu-mega .detail-list .head,
	.header-two .menu ul li .menu-mega .flex-4 .head,
	.header-two .menu ul li .menu-mega .flex-3 .head {
		margin: 0 0 15px;
		font-size: 12px
	}

	.header-two .menu ul li .menu-mega .last-list.for-padding {
		padding: 25px 30px
	}

	.header-two .menu ul li .menu-mega .last-list a {
		font-size: 12px;
		margin: 0 0 12px
	}

	/* body .dis-flex img {
		width: 30px !important;
		height: 30px !important;
		margin-right: 10px !important;
	} */

	.header-two .menu ul li .menu-mega .last-list .head {
		margin: 0 0 15px;
		font-size: 12px
	}

	.header-two .menu ul li .menu-mega .middle-list a {
		font-size: 14px
	}

	.header-two .menu ul li .menu-mega .header-menu.for-padding {
		padding: 25px 30px
	}

	.header-two .large img {
		max-width: 190px
	}

	.header-two .menu ul li .menu-mega {
		margin: 0px auto;
		max-width: 96%;
	}
}

@media only screen and (min-width: 1200px) {

	.header-two .menu-item-has-children:hover .menu-mega.small-menu-inner,
	.header-two.sc-down .menu-item-has-children:hover .menu-mega.small-menu-inner {
		top: 60px;
	}

	body .header-two.sc-down .menu-item-has-children:hover .menu-mega.small-menu-inner {
		top: 70px;
	}
}

@media only screen and (max-width: 1439px) {
	.header-two .menu ul li a {
		font-size: 14px
	}

	.header-two .menu ul li.small-menu .small-menu-inner a {
		font-size: 14px
	}

	.header-two .menu ul li .menu-mega .detail-list a .title,
	.header-two .menu ul li .menu-mega .flex-3 a .title {
		font-size: 14px
	}

	.header-two .menu ul li .menu-mega .last-list a {
		font-size: 14px
	}
}

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

	.header-two .menu ul li .menu-mega .detail-list,
	.header-two .menu ul li .menu-mega .flex-4,
	.header-two .menu ul li .menu-mega .flex-3 {
		padding: 20px
	}

	body .header-two .menu ul li .menu-mega .flex-3 {
		padding: 45px;
	}

	body .header-two .menu ul li .menu-mega .width-75 .flex-3 {
		padding: 0;
	}
}

@media only screen and (max-width: 1320px) {
	.header-two .header-item-left {
		align-items: center;
		flex: 0 0 30%
	}

	.header-two .header-item-left .menu:before {
		height: 40px
	}

	.header-two .header-item-left .menu .for-product {
		padding: 0 10px 20px;
		margin-top: 14px
	}

	.header-two .menu ul li.menu-item-has-children {
		padding: 0 12px 20px
	}

	.header-two .menu ul li.menu-item-has-children:hover>a::after {
		top: 33px
	}

	.header-two .menu ul li.cta-wrap .cta-btn a {
		margin-left: 15px;
		padding: 15px 60px 15px 20px
	}

	.header-two .menu ul li.cta-wrap .cta-btn a .arrow-wrap {
		right: 50px;
		top: 6px
	}

	.header-two .menu ul li.small-menu .small-menu-inner {
		margin-top: 20px
	}

	.header-two .menu ul li .menu-mega {
		margin-top: 20px
	}

	.header-two .menu ul li .menu-mega .detail-list,
	.header-two .menu ul li .menu-mega .flex-3 {
		padding: 20px
	}

	.header-two .menu ul li .menu-mega .detail-list a,
	.header-two .menu ul li .menu-mega .flex-3 a {
		margin: 0 0 15px;
		line-height: 19px
	}

	.header-two .menu ul li .menu-mega .last-list.for-padding {
		padding: 20px 30px
	}

	.header-two .menu ul li .menu-mega .header-menu.for-padding {
		padding: 20px 30px
	}

	.header-two .large img {
		max-width: 180px
	}

	.header-two .menu ul li.for-product {
		min-width: 230px
	}

	.header-two .menu ul li.for-product .small-menu-inner {
		padding: 10px 20px 30px
	}

	.header-two .menu ul li.for-product .small-menu-inner a {
		padding-left: 42px
	}

	.header-two .menu ul li .menu-mega .devops .dis-flex {
		right: 24%
	}
}

@media only screen and (max-width: 1240px) {
	.header-two .menu ul li.for-product .small-menu-inner {
		padding: 10px 20px 30px
	}

	.header-two .menu ul li.for-product .small-menu-inner a {
		padding-left: 38px
	}
}

@media only screen and (max-width: 1140px) {
	.header-two .menu ul li.for-product {
		min-width: auto
	}
}

@media only screen and (min-width: 1500px) {

	header.header-two.sc-down.header-bg .container,
	.header-two .container {
		max-width: 1750px !important;
		width: 1750px !important;
	}
}

@media only screen and (min-width: 1200px) {
	body .header-two .menu ul li.menu-item-has-children {
		padding: 0 14px 0px;
		height: 59px;
		display: flex;
		align-items: center;
	}

	.header-two .btn-sec .btn {
		padding: 11px 47px 11px 10px;
		margin-left: 10px;
	}

	li.cta-wrap.numberwrap {
		margin-left: 5px;
	}

	.header-two .btn-sec .btn.rounded .text-white {
		font-size: 17px;
	}

	.header-two .btn-sec .btn.rounded::before {
		width: 38px;
		height: 38px;
	}

	/* header.header-two.sc-up .container {
			max-width: 1750px !important;
			width: 1750px  !important;
		} */

	body .header-two .header-item-center ul {
		margin-bottom: 0px;
		display: flex;
		align-items: center;
	}

	body .gt_float_switcher .gt-selected {
		background-color: transparent;
	}

	body .gt_float_switcher .gt-selected .gt-current-lang {
		padding: 0;
	}

	header.header-two.sc-down.header-bg .container,
	.header-two .container {
		max-width: 1750px !important;
		/* width: 1750px !important; */
	}

	#gt_float_wrapper .gt-selected {
		padding: 10px 15px;
	}

	body .gt_float_switcher {
		background-color: transparent;
	}

	body .gt_float_switcher .gt_options a {
		padding-bottom: 20px;
	}

	body .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
		color: #fff;
		text-transform: capitalize;
		font-size: 16px;
		top: 0;
	}

	.gt_float_switcher .gt_options.gt-open a {
		padding-top: 20px;
	}

	body .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
		filter: brightness(0) invert(1);
	}

	body #gt_float_wrapper .gt-selected {
		padding: 4px 15px;
	}

	.gt_float_switcher .gt_options {
		position: absolute !important;
	}

	.translated-ltr body .header-two .menu ul li.menu-item-has-children {
		padding: 0 12px 0px;
	}

	body .header-two .header-item-left {
		flex: auto;
	}

	.gt_float_switcher .gt_options a:hover {
		background: transparent !important;
	}

	div#gt_float_wrapper {
		line-height: 10px;
	}
}

@media only screen and (min-width: 390px) {
	.gt_float_switcher .gt-selected .gt-current-lang {
		padding: 10px 0px !important;
	}

	body .gt_float_switcher .gt_options.gt-open {
		box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
		transform: translateY(0px);
		background: #fff;
		border-radius: 10px;
	}

	body #gt_float_wrapper .gt-selected {
		padding: 4px 0px !important;
	}

	body .gt_float_switcher .gt-selected {
		background-color: transparent;
	}

	#gt_float_wrapper .gt-selected {
		padding: 10px 15px;
	}

	body .gt_float_switcher {
		background-color: transparent;
		box-shadow: none;
	}

	.gt_float_switcher .nturl img {
		margin: -5px 5px 0 0;
	}

	.gt_float_switcher .gt_options a:hover {
		background: transparent !important;
	}

	div#gt_float_wrapper {
		line-height: 10px;
	}

	body .gt_float_switcher .gt_options.gt-open a {
		color: #000;
		padding: 10px;
	}

	body #gt_float_wrapper .gt-selected {
		padding: 4px 15px;
	}

	.gt_float_switcher .gt_options {
		position: absolute !important;
	}

	.translated-ltr body .header-two .menu ul li.menu-item-has-children {
		padding: 0 8px 0px;
	}

	body .gt_float_switcher .gt_options a {
		padding-bottom: 20px;
	}

	body .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
		color: #fff;
		text-transform: uppercase;
		font-size: 16px;
		top: 1px;
	}

	.gt_float_switcher .gt_options.gt-open a {
		padding-top: 20px;
	}

	body .gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow {
		filter: brightness(0) invert(1);
	}
}

@media (max-width: 1300px) and (min-width:1200px) {
	.header-two .large img {
		max-width: 175px;
	}

	body .translated-ltr body .header-two .menu ul li.menu-item-has-children {
		padding: 0 8px 0px !important;
	}

	body .header-two .header-item-left {
		flex: auto;
	}
}

@media only screen and (min-width: 1140px) {

	.header-two .menu ul li.menu-item-has-children:hover .menu-mega,
	.header-two .menu ul li.menu-item-has-children:hover .small-menu-inner {
		display: block
	}

	.header-two .mback {
		display: none
	}

	.header-two nav#menu {
		position: unset !important;
		width: 100% !important;
		background: none !important;
		overflow: initial !important;
	}
}

@media only screen and (max-width: 1139px) {
	.header-two {
		position: fixed;
		top: 0;
		width: 100%;
		background: #1d1c39;
		z-index: 99;
		padding: 20px 0
	}

	.header-two.header-bg .header-item-center {
		display: block
	}

	.header-two .header-item-center .brand img {
		display: block
	}

	.header-two .width-20,
	.header-two .width-30,
	.header-two .width-33,
	.header-two .width-40,
	.header-two .width-45,
	.header-two .width-60,
	.header-two .width-65,
	.header-two .width-50,
	.header-two .width-25,
	.header-two .width-35 {
		flex-basis: 100%
	}

	.header-two .width-55 {
		flex-basis: 100%;
		background: #1d1c39
	}

	.header-two .header-item-left {
		display: flex;
		flex-basis: 100%;
		justify-content: space-between;
		align-items: center;
		margin: 0
	}

	.header-two .header-item-left .menu {
		display: none
	}

	.header-two.sc-down .large {
		display: block;
		opacity: 1 !important
	}

	.header-two .small {
		display: none !important;
		opacity: 1 !important
	}

	.header-two .brand img {
		max-width: 260px;
		height: 50px;
	}

	.header-two .menu ul {
		margin: 30px 0 0
	}

	.header-two .menu ul li {
		display: block;
		margin-top: 20px
	}

	.header-two .menu ul li.menu-item-has-children {
		padding: 0
	}

	.header-two .menu ul li.contact-nav a {
		margin-left: 0;
		font-size: 18px;
		width: 100%
	}

	.header-two .menu ul li.cta-wrap {
		margin-top: 30px
	}

	.header-two .menu ul li.cta-wrap .cta-btn {
		justify-content: center
	}

	.header-two .menu ul li.cta-wrap .cta-btn a {
		margin-left: 0
	}

	.header-two .menu ul li.menu-item-has-children>a {
		font-size: 15px
	}

	.header-two .menu ul li.menu-item-has-children:hover>a {
		color: #fff
	}

	.header-two .menu ul li.menu-item-has-children:hover>a::after {
		display: none
	}

	.header-two .menu ul li.small-menu .small-menu-inner {
		position: relative;
		width: 100%;
		padding: 0;
		background: 0 0;
		padding-left: 10px
	}

	.header-two .menu ul li.small-menu .small-menu-inner a {
		color: #b5b5b5;
		font-size: 14px
	}

	.header-two .menu ul li.small-menu .small-menu-inner a:hover {
		color: #fff;
		text-decoration: none
	}

	/* .header-two .menu ul li .menuicon {
			display: none
		} */

	.header-two .menu ul li .ecom .flex-3:nth-of-type(2) a:first-of-type {
		margin-top: auto !important
	}

	.header-two .menu ul li.small-menu {
		position: relative
	}

	.header-two .menu ul li.small-menu .arrow-btn {
		position: relative
	}

	.header-two .menu ul li.small-menu .arrow-btn::before {
		content: "";
		clear: both;
		display: inline-block;
		background: url(../menu-images/arrow-down.png) 0 0 no-repeat;
		width: 17px;
		height: 11px;
		position: absolute;
		top: 8px;
		right: -30px;
		transition: all .3s ease-in-out
	}

	.header-two .menu ul li.small-menu:hover .arrow-btn::before {
		transform: rotate(180deg)
	}

	.header-two .menu ul li.small-menu .small-menu-inner {
		position: static;
		left: 0;
		/* width: max-content; */
		height: auto;
		margin-top: 20px;
		padding: 0;
		background: #1d1c39;
		border-radius: 0;
		display: none
	}

	.header-two .menu ul li.small-menu .small-menu-inner a {
		font-size: 14px;
		line-height: 20px;
		color: #b5b5b5;
		margin-top: 20px;
		border-radius: 0;
		display: block;
		position: relative;
		padding-left: 0
	}

	.header-two .menu ul li.small-menu .small-menu-inner a:before {
		display: none
	}

	.header-two .menu ul li.menu-item-has-children {
		padding: 0
	}

	.header-two .menu ul li.menu-item-has-children:hover>a {
		position: relative;
		text-decoration: underline
	}

	.header-two .menu ul li.menu-item-has-children:hover>a::after {
		content: "";
		clear: both;
		display: block;
		/* background: url(../menu-images/polygon-icon.png) 0 0 no-repeat; */
		width: 26px;
		height: 23px;
		position: absolute;
		top: 33px;
		right: 0;
		left: 0;
		margin: 0 auto
	}

	.header-two .menu ul li.menu-item-has-children.for-case:hover>a::after {
		display: none
	}

	.header-two .menu ul li.contact-nav {
		display: none
	}

	.header-two .menu ul li .menu-mega {
		position: relative;
		display: none;
		background: 0 0;
		margin-top: 20px;
		padding-left: 0
	}

	.header-two .menu ul li .menu-mega .without-icon:last-child {
		padding-left: 0
	}

	.header-two .menu ul li .menu-mega.width-menu {
		max-width: 100%;
		right: 0;
		margin-top: 0;
		padding-left: 0 !important;
		border-radius: 0
	}

	.header-two .menu ul li .menu-mega .header-menu.for-padding {
		padding: 0;
		margin: 12px 0 0
	}

	.header-two .menu ul li .menu-mega .container {
		box-shadow: none;
		background: #1d1c39;
		border-radius: 0
	}

	.header-two .menu ul li .menu-mega .w-900 {
		width: 100%;
		max-width: 100%
	}

	.header-two .menu ul li .menu-mega .w-900 .flex-3 {
		flex-basis: 100%
	}

	.header-two .menu ul li .menu-mega .devops .dis-flex {
		max-width: 100%;
		position: initial
	}

	.header-two .menu ul li .menu-mega .devops .dis-flex .flex-3 {
		box-shadow: none;
		border-radius: 0
	}

	.header-two .menu ul li .menu-mega .single-row-ico .dis-flex {
		max-width: 100%
	}

	.header-two .menu ul li .menu-mega .detail-list,
	.header-two .menu ul li .menu-mega .flex-4,
	.header-two .menu ul li .menu-mega .flex-3 {
		padding: 0
	}

	.header-two .menu ul li .menu-mega .detail-list .head,
	.header-two .menu ul li .menu-mega .flex-4 .head,
	.header-two .menu ul li .menu-mega .flex-3 .head {
		margin: 0 0 15px;
		font-size: 12px
	}

	.header-two .menu ul li .menu-mega .detail-list a,
	.header-two .menu ul li .menu-mega .flex-4 a,
	.header-two .menu ul li .menu-mega .flex-3 a {
		font-size: 12px;
		padding-left: 0;
		color: #b5b5b5;
		line-height: 20px;
		margin: 0 0 20px
	}

	.header-two .menu ul li .menu-mega .detail-list a:before,
	.header-two .menu ul li .menu-mega .flex-4 a:before,
	.header-two .menu ul li .menu-mega .flex-3 a:before {
		display: none
	}

	.header-two .menu ul li .menu-mega .detail-list a .title,
	.header-two .menu ul li .menu-mega .flex-4 a .title,
	.header-two .menu ul li .menu-mega .flex-3 a .title {
		font-size: 14px;
		margin-bottom: 0;
		color: #fff
	}

	.header-two .menu ul li .menu-mega .detail-list a:hover,
	.header-two .menu ul li .menu-mega .flex-4 a:hover,
	.header-two .menu ul li .menu-mega .flex-3 a:hover {
		color: #fff
	}

	.header-two .menu ul li .menu-mega .detail-list .title,
	.header-two .menu ul li .menu-mega .flex-4 .title,
	.header-two .menu ul li .menu-mega .flex-3 .title {
		font-size: 14px;
		margin-bottom: 0;
		color: #fff
	}

	.header-two .menu ul li .menu-mega .artificial-intell .flex-4 .view-more {
		padding: 10px 0 20px;
		border-top: 1px solid rgba(255, 255, 255, .2)
	}

	.header-two .menu ul li .menu-mega .artificial-intell .flex-4 .view-more:hover:after {
		background: url(../menu-images/menu-arrow-white.svg);
		width: 10px;
		height: 8px
	}

	.header-two .menu ul li .menu-mega .artificial-intell .flex-4:last-child {
		background: 0 0
	}

	.header-two .menu ul li .menu-mega ::-webkit-scrollbar {
		width: 6px;
		height: 85px;
		border-radius: 5px;
		overflow: scroll
	}

	.header-two .menu ul li .menu-mega ::-webkit-scrollbar-track {
		border-radius: 5px
	}

	.header-two .menu ul li .menu-mega ::-webkit-scrollbar-thumb {
		background: #60b741;
		border-radius: 10px
	}

	.header-two .menu ul li .menu-mega ::-webkit-scrollbar-thumb:hover {
		background: #ffb81d
	}

	.header-two .menu ul li .menu-mega.m-active {
		display: block;
		padding: 0
	}

	.header-two .menu ul li .menu-mega.width-menu {
		padding-left: 0
	}

	.header-two .menu ul li .menu-mega .left-list {
		border: 0;
		padding-right: 0
	}

	.header-two .menu ul li .menu-mega .left-list .list-item {
		display: flex;
		align-items: center
	}

	.header-two .menu ul li .menu-mega .left-list a {
		color: #fff;
		font-weight: 500;
		border: 0;
		display: inline-block;
		font-size: 14px
	}

	.header-two .menu ul li .menu-mega .left-list a.active,
	.header-two .menu ul li .menu-mega .left-list a.hover {
		background: 0 0
	}

	.header-two .menu ul li .menu-mega .left-list a.active::after,
	.header-two .menu ul li .menu-mega .left-list a.hover::after {
		display: none
	}

	.header-two .menu ul li .menu-mega .last-list,
	.header-two .menu ul li .menu-mega .padding-l-40 {
		padding-left: 0
	}

	.header-two .menu ul li .menu-mega .header-menu.for-padding,
	.header-two .menu ul li .menu-mega .left-list.for-padding,
	.header-two .menu ul li .menu-mega .middle-list.for-padding,
	.header-two .menu ul li .menu-mega .last-list.for-padding {
		padding-top: 0;
		padding-bottom: 0
	}

	.header-two .menu ul li .menu-mega .header-menu a,
	.header-two .menu ul li .menu-mega .left-list a,
	.header-two .menu ul li .menu-mega .middle-list a,
	.header-two .menu ul li .menu-mega .last-list a {
		color: #fff;
		width: calc(100% - 70px);
		display: inline-block
	}

	.header-two .menu ul li .menu-mega .middle-list .two-col,
	.header-two .menu ul li .menu-mega .last-list .two-col {
		margin-top: 0
	}

	.header-two .menu ul li .menu-mega .middle-list .head,
	.header-two .menu ul li .menu-mega .last-list .head {
		margin-top: 0;
		color: #ffffff;
		font-weight: 500;
		font-size: 12px
	}

	.header-two .menu ul li .menu-mega .middle-list a,
	.header-two .menu ul li .menu-mega .last-list a {
		color: #b5b5b5;
		font-size: 14px
	}

	.header-two .menu ul li .menu-mega .middle-list a.active,
	.header-two .menu ul li .menu-mega .middle-list a:hover,
	.header-two .menu ul li .menu-mega .last-list a.active,
	.header-two .menu ul li .menu-mega .last-list a:hover {
		color: #fff
	}

	.header-two .menu ul li .menu-mega .middle-list br,
	.header-two .menu ul li .menu-mega .last-list br {
		display: none
	}

	.header-two .menu ul li .menu-mega .middle-list .sub-child,
	.header-two .menu ul li .menu-mega .last-list .sub-child {
		padding-left: 15px
	}

	.header-two .menu ul li .menu-mega .middle-list .sub-child a,
	.header-two .menu ul li .menu-mega .last-list .sub-child a {
		display: block;
		margin-top: 0
	}

	.header-two .menu ul li .menu-mega .middle-list .sub-child a:last-child,
	.header-two .menu ul li .menu-mega .last-list .sub-child a:last-child {
		margin-bottom: 0
	}

	.header-two .menu ul li .menu-mega .middle-list {
		padding: 0
	}

	.header-two .menu ul li .menu-mega .middle-list:last-child {
		padding-left: 0
	}

	.header-two .menu ul li .menu-mega .middle-list.title-list .head {
		margin-top: 0
	}

	.header-two .menu ul li .menu-mega .middle-list .head {
		margin-top: 0;
		padding: 8px 0;
		color: #b5b5b5
	}

	.header-two .menu ul li .menu-mega .middle-list a {
		padding: 8px 0
	}

	.header-two .menu ul li .menu-mega .middle-list a:first-child {
		margin-top: 0
	}

	.header-two .menu ul li .menu-mega .last-list a {
		font-size: 14px
	}

	.header-two .menu ul li .menu-mega .last-list .soluton-col {
		margin-top: 0;
		flex-basis: 100%
	}

	.header-two .menu ul li .menu-mega .last-list .ind-col {
		display: none;
		flex-basis: 100%
	}

	.header-two .menu ul li .menu-mega .hr-list-item {
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.header-two .menu ul li .menu-mega .hr-menu-mega {
		display: none;
		padding-left: 10px
	}

	.header-two .menu ul li .menu-mega .hr-menu-mega.m-active {
		display: block
	}

	.header-two .menu ul li .menu-mega .container {
		padding: 0
	}

	.header-two .menu ul li .menu-mega .landing-menu .flex-3:nth-of-type(2):not(.without-icon) a:first-of-type,
	.header-two .menu ul li .menu-mega .landing-menu .detail-list:nth-of-type(2):not(.without-icon) a:first-of-type {
		margin-top: 0
	}

	.header-two .menu ul li .menu-mega .landing-menu .flex-3:last-child {
		background: #1d1c39
	}

	.header-two .menu ul li a {
		padding-right: 0;
		border: 0
	}

	.header-two .header-menu {
		padding-right: 0
	}

	.header-two .header-menu.width-75 {
		display: none;
		flex-basis: 100%;
		position: fixed;
		top: 55px;
		left: 0;
		background: #1d1c39;
		width: 100%;
		height: 100%;
		padding: 20px 20px 100px !important;
		overflow-y: auto
	}

	.header-two .header-menu.width-75.active {
		display: none
	}

	.header-two .logo {
		max-width: 200px
	}

	.header-two .arrow-btn,
	.header-two .hr-arrow-btn {
		display: inline-block;
		position: relative;
		width: 70px;
		height: 24px;
		background: url('./wp-content/uploads/2024/05/mobile-btn.webp') 40px -2px no-repeat;
		vertical-align: top;
		text-align: right;
		float: right
	}

	.header-two .arrow-btn.rot,
	.header-two .hr-arrow-btn.rot {
		background-position: 36px -33px
	}

	.header-two .mob-nav {
		position: fixed !important;
		width: 100%;
		height: 100%;
		top: 0 !important;
		left: 0 !important;
		background: #1d1c39;
		padding: 20px;
		display: none;
		overflow-y: auto;
	}

	.header-two .mob-nav.active {
		display: block
	}

	.header-two .menu-list.first ul {
		margin-top: 40px
	}

	.header-two .menu-list.first li {
		margin-top: 35px
	}

	.header-two .menu-list.second {
		display: none
	}

	.header-two .menu-list.second ul {
		margin-top: 20px
	}

	.header-two .menu-list.second.active {
		display: block
	}

	.header-two .menu-list img {
		max-width: 148px
	}

	.header-two .first-inner {
		display: none;
		margin-left: 50px
	}

	.header-two .first-inner a {
		display: block;
		margin-top: 15px;
		font-size: 16px;
		line-height: 22px;
		color: #b5b5b5
	}

	.header-two .first-inner:active {
		display: block
	}

	.header-two .first-inner.hire-title a {
		display: inline-block
	}

	.header-two .first-inner.hire-title .hire-inner {
		display: none;
		margin-left: 10px
	}

	.header-two .first-inner.hire-title .hire-inner a {
		display: block;
		margin-left: 20px
	}

	.header-two .first-inner.service-title {
		margin-left: 10px
	}

	.header-two .first-inner.service-title a {
		display: inline-block
	}

	.header-two .inner-list {
		display: none;
		margin-left: 40px
	}

	.header-two .inner-list a {
		display: block;
		margin-top: 20px;
		font-size: 16px;
		line-height: 20px;
		color: #b5b5b5
	}

	.header-two .inner-list.active {
		display: block
	}

	.header-two .inner-list.service-inner {
		margin-left: 20px
	}

	.header-two .header-top {
		display: flex;
		justify-content: space-between
	}

	.header-two .header-top .mobile-logo {
		flex-basis: 60%
	}

	.header-two .bar1,
	.header-two .bar2,
	.header-two .bar3 {
		width: 25px;
		height: 2px;
		background: #fff;
		border-radius: 1px;
		margin: 6px 0;
		transition: all .3s ease-in-out
	}

	.header-two .mback {
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		color: #fff !important;
		padding-left: 12px;
		position: relative;
		display: block;
		margin: 10px 0
	}

	.header-two .mback::before {
		content: "";
		clear: both;
		display: block;
		background: url(../images/button-icons-sprite.png) -21px -47px no-repeat;
		width: 18px;
		height: 20px;
		position: absolute;
		top: 3px;
		left: 0;
		margin: 0 auto;
		transform: rotate(-180deg)
	}

	.header-two .hamberger-menu {
		transition: all .3s ease-in-out;
		z-index: 999;
		height: 100%;
		padding: 0 5px;
		position: relative
	}

	.header-two .open-close .bar1 {
		transform: rotate(-45deg) translate(-9px, 6px)
	}

	.header-two .open-close .bar2 {
		opacity: 0
	}

	.header-two .open-close .bar3 {
		transform: rotate(45deg) translate(-5px, -3px)
	}

	.header-two .menu ul li.menu-item-has-children:hover>a::after {
		display: none
	}

	.header-two .menu ul li.small-menu .active-pcat {
		font-size: 15px
	}

	.header-two .menu ul li .menu-mega .hiremenu .last-list a.margin-t-40 {
		margin-top: 0
	}

	.header-two .menu ul li .menu-mega .w-900 .bg-light {
		background: 0 0 !important
	}

	.header-two .menu ul li.for-product .menu-mega a {
		height: initial;
		flex-wrap: wrap
	}

	.header-two .btn-sec .btn {
		margin-left: 0
	}

	.header-two .btn-sec {
		justify-content: center
	}

	.header-two .header-item-center {
		width: 100%;
	}

	body .header-two .menu ul li .menu-mega .flex-3 {
		padding: 20px;
	}
body .header-two .menu ul li .menu-mega .width-75 .flex-3 {
    padding: 0;
    display: block;
    padding: 40px;
}
.header-two .width-75 {
    flex-basis: 100%;
}

}

.scrollSlider {
	max-height: 800px;
	overflow-y: auto;
}

.header-two .menu ul li .menu-mega .without-icon:last-child {
	padding-left: 24px;
	background: #f8f8fb;
	border-radius: 25px;
}


.scrollSlider::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
}

.scrollSlider::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.scrollSlider::-webkit-scrollbar-thumb {
	background-color: #51b7fe;
}

.desk-show {
	display: block;
}

.mob-show {
	display: none;
}

.innerwrap .desk-show a {
	display: flex;
	align-items: center;
	/* background: rgb(188 209 138);
		padding: 16px 20px 16px 26px; */
	border-radius: 10px;
}

.innerwrap .desk-show a span {
	font-size: 23px;
	padding-right: 36px;
	line-height: normal;
	text-align: center;
	font-weight: 600;
}

.innerwrap .desk-show a img {
	width: 100%;
	border-radius: 10px;
	max-height: 135px;
}

.header-two .header-item-center .portfolio-menu ul {
	display: flex;
	align-items: center;
}

.header-two .menu ul li .menu-mega .header-menu.portfolio-menu {
	padding: 16px 16px;
	text-align: center;
}

.header-two .menu ul li .menu-mega .header-menu.portfolio-menu ul li:last-child img,
.header-two .menu ul li .menu-mega .header-menu.portfolio-menu ul li:last-child a {
	margin-right: 0;
}

.innerwrap .desk-show a:first-child {
	margin-right: 20px;
}

/* .innerwrap .last-child .desk-show a {
		background: #f5a94d;
	} */

.header-two .menu ul li .menu-mega .transparent-container {
	background: #f8f8fb;
}

.header-two.header-bg .small {
	top: 15px;
}

body .menu-img .dis-flex img {
	width: 30px;
	height: 30px;
	margin-right: 10px;
}

.header-two .menu ul li.small-menu .small-menu-inner {
	margin-top: 0;
}

@media (min-width:1201px) {
	.header-two .menu ul li .menu-mega.container {
		padding-left: 20px;
		right: 0;
	}
}

@media only screen and (max-width: 1139px) {
	.header-two .menu ul li .menu-mega.m-active {
		margin-left: 0;
	}
}

@media (max-width:1199px) {
	.header-two .menu ul li .menu-mega .without-icon:last-child {
		padding-left: 0px;
		background: transparent;
	}

	.header-two .menu ul li .menu-mega .header-menu.portfolio-menu {
		text-align: left;
	}

	.header-two .header-item-center .portfolio-menu ul {
		display: block;
		margin-top: 0;
	}

	body .scrollSlider {
		max-height: 100%;
	}

	.header-two .menu ul li .menu-mega .header-menu.portfolio-menu {
		padding: 0;
	}

	.desk-show {
		display: none;
	}

	.mob-show {
		display: block;
	}

	.mob-show img {
		margin-right: 10px !important;
	}

	/* body .dis-flex img {
			filter: brightness(0) invert(1);
		} */

	.header-two .menu ul li .menu-mega .transparent-container {
		background-color: transparent;
	}
}


@media (max-width:767px) {
	body .dis-flex {
		display: block;
	}

	body .detail-list.without-icon .flex-1 {
		padding: 0;
	}
}

@media (min-width:1199px) {
	.header-two .menu-item-has-children .menu-mega {
		z-index: 9999;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		top: 120px;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}

	.header-two .menu-item-has-children:hover .menu-mega {
		top: 70px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		margin-top: 0;
	}

	.header-two.sc-down .menu-item-has-children:hover .menu-mega {
		top: 75px;
	}

	.header-two .menu ul li.small-menu .small-menu-inner {
		max-width: max-content;
	}
}

.header-two .width-75 .dis-flex img {
	position: absolute;
	left: -40px;
	top: 5px;
}

.header-two .large img.gif-logo {
	max-width: 58px;
	width: 58px;
	margin-left: 8px;
	height: 58px;
	margin-top: 14px;
	display: none;
}

.header-two.sc-up .large {
	display: flex;
	align-items: center;
}

.logoImageGif {
	display: none;
}

.header-two.sc-down .logoImageGif {
	display: inline-block;
	position: absolute;
	top: 15px;
	margin-left: 67px;
	margin-top: 5px;
	display: none;
}

.header-two.sc-down .logoImageGif img {
	width: 58px;
	height: 58px;
}

.header-two .large {
	display: flex;
	align-items: center;
}

.header-two.sc-down.header-bg .large .gif-logo {
	display: none;
}

.menu.mob-nav.active .gif-logo {
	display: none !important;
}


@media(min-width:1200px) and (max-width:1556px) {
	.gt_float_switcher img {
		margin: 0 3px 0 0;
	}

	body .gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
		font-size: 14px;
	}

	body .header-two .menu ul li.menu-item-has-children {
		padding: 0 7px 0px;
	}

	.header-two .btn-sec .btn.rounded .text-white {
		font-size: 14px;
	}
}

#popup textarea {
	height: 120px !important;
}

@keyframes snow-loader {
	from {
		transform: rotateY(0deg);
	}

	to {
		transform: rotateY(90deg);
	}
}

@keyframes snow-loader-zoom {
	from {
		transform: scale(1, 1) rotateZ(0deg);
		color: rgb(200, 241, 255, 0.8);
	}

	to {
		color: #123;
		transform: scale(200, 200) rotateZ(360deg);
	}
}

.loader-text {
	font-size: 25px;
	color: rgb(200, 241, 255);
}

.main {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#123, #111);
	opacity: 0;
	animation: main-loadup 1s forwards linear, main-loadup-bg 10s forwards linear;
	animation-delay: 7s, 8s;
}

@keyframes main-loadup {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes main-loadup-bg {
	from {
		background-size: 100% 100%;
		background-position: 0% 0%;
	}

	to {
		background-size: 400% 400%;
		background-position: 0% 100%;
	}
}
form#wpforms-form-3265 input, form#wpforms-form-3265 select , form#wpforms-form-3265 textarea {
    border-radius: 5px !important;
}