.elementor-kit-284738{--e-global-color-primary:#E63329;--e-global-color-secondary:#17191C;--e-global-color-text:#B4BECC;--e-global-color-accent:#FFFFFF;--e-global-color-485195f:#212428;--e-global-color-fd3690d:#FF014F;--e-global-color-456f40f:#F7B538;--e-global-color-6dcdd89:#218380;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-485195f );color:var( --e-global-color-text );}.elementor-kit-284738 e-page-transition{background-color:#FFBC7D;}.elementor-kit-284738 a{font-family:"Montserrat", Sans-serif;}.elementor-kit-284738 h2{font-family:"Montserrat", Sans-serif;}.elementor-kit-284738 h3{font-family:"Montserrat", Sans-serif;}.elementor-kit-284738 h4{font-family:"Montserrat", Sans-serif;}.elementor-kit-284738 h5{font-family:"Montserrat", Sans-serif;}.elementor-kit-284738 h6{font-family:"Montserrat", Sans-serif;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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{
    --shadow1: 10px 10px 19px #1c1e22, -10px -10px 19px #262a2e;
	--background-color-1: linear-gradient(145deg, #1e2024, #23272b);
	--background-color-hover:#1B1D21;
	--inner-shadow: 1px 4px 2px -3px rgba(0,0,0,.7) inset, -1px -3px 3px -2px rgba(255,255,255,.2) inset;
}

/*shadow box*/
.elementor-widget-social-icons .elementor-grid-item a,.shadow_box,  .wpr-story-info-vertical, .wpr-testimonial-content-inner, .wpforms-submit-container .wpforms-submit,.shadow_box_only, .menu_btn{
  box-shadow: var(--shadow1) !important;	
	background: var(--background-color-1) !important;
	transition:0.6s;
}
/*Shadow box hover*/
.shadow_box:hover, .wpr-story-info-vertical:hover, .wpr-testimonial-content-inner:hover, .wpforms-submit-container, .menu_btn:hover, .wpr-mobile-toggle-wrap:hover{
	background: var(--background-color-hover) !important;
}

.wpr-testimonial-content-inner {
	margin: 20px;
}

.wpr-story-info-vertical {
	margin-right: 20px;
	margin-bottom: 20px;
}
.box_h{
	height:320px;
} 
.show_hover{
	height:0;
	opacity:0;
	transition:0.6s;
}
.shadow_box:hover .show_hover{
	height:20px;
	opacity:1;
}

.elementor-image-box-img img {
	width: 100%;
}


/********body padding **********/
.header {
	margin: 20px 20px 0 20px;
	max-width: calc(100% - 40px) !important;
}
#content {
	padding: 0px 20px 0 20px;
}
.footer {
	margin: 0px 20px 20px 20px;
	max-width: calc(100% - 40px) !important;
}

/***** Form Style *****/
.wpforms-field input, .wpforms-field textarea {
	background-color: #191b1e !important;
	transition: 0.6s !important !important;
	padding: 0 15px !important !important;
 	box-shadow: var(--inner-shadow) !important;
}
.wpforms-submit:hover, .menu_btn:hover {
	transform: translateY(-2px);
}

@media screen and (max-width: 480px) {
.wpforms-container .wpforms-one-half {
	margin-left: 0px !important;
	width: 100% !important;
}
}

/* Progress bar  */
.wpr-prbar-hr-line{
	box-shadow: var(--inner-shadow) !important;
	background-color: #212428 !important;
}

/* Sticky Header */
.she-header:not(.elementor-sticky){
	margin: 0px 20px 0 20px;
	max-width: calc(100% - 40px) !important;
	z-index:100 !important;
}

/*mobile-toggle*/
.wpr-mobile-toggle-wrap {
	box-shadow: var(--shadow1) !important;	
	background: var(--background-color-1) !important;
	transition:0.6s;
	padding: 6px 0px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center !important;
}/* End custom CSS */