.elementor-kit-8{--e-global-color-primary:#4A90F2;--e-global-color-secondary:#000000;--e-global-color-text:#0C002C;--e-global-color-accent:#4A90F2;--e-global-color-0a67f04:#F8FAFC;--e-global-color-24b5eb6:#4A90F2;--e-global-color-ce260d4:#1A2A54;--e-global-color-483c1b4:#0F1120;--e-global-color-e216a6c:#050709;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
	/****all custom color****/
	--White: #ffffff;
	--Light_purple: #4A90F2;
	--dark_purple: #1A2A54;
	--purple_bg: #0F1120;
	--black_bg: #050709;
}

.grad{
background: linear-gradient(to right, var(--Light_purple) 0%, var(--White) 100%);
        -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  }
.img_hover_color:hover img{
	border-color:var(--Light_purple) !important
}
.service_hover:hover .elementor-heading-title{
	color: var(--White) !important;
}
.service_hover:hover .e-font-icon-svg {
	transform:rotate(-90deg);
	fill: var(--White) !important;
}
.elpt-portfolio-filter .portfolio-filter-item.item-active {
	background: #2A1454;
}
/* Gradient bg */
.gradient_bg_right::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 322px;
	height: 308px;
	border-radius: 50%;
	filter: blur(150px);
	margin-right: -5%;
	margin-top: -5%;
	background: var(--Light_purple);
}

.gradient_bg_center::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 45%;
	width: 322px;
	height: 308px;
	border-radius: 50%;
	filter: blur(150px);
	margin-right: -5%;
	margin-top: -5%;
	background: var(--Light_purple);
}
.gradient_bg_img img{
	z-index: 1;
	position: relative;
}
.gradient_bg_img ::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 322px;
	height: 308px;
	border-radius: 50%;
	filter: blur(150px);
	margin-right: -5%;
	margin-top: -5%;
	background: var(--Light_purple);
}

.elpt-portfolio-filter .portfolio-filter-item {
	background: #050709;
}
.skill_hover:hover .elementor-image-box-title {
	color: var(--Light_purple) !important;
}
.skill_hover:hover .elementor-image-box-img img{
	filter:saturate( 100% ) !important;
}
#mobile-dropdown {
	background-color: var(--purple_bg) !important;
}
#mobile-dropdown ul li a {
	text-align: center !important;
}
a:hover, a:active, a:focus {
  outline: 0 !important;
}
.page-header {
	padding: 120px 0 36px 0;
	display: none;
}/* End custom CSS */