.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#FFFFFF;--e-global-color-accent:#61CE70;--e-global-color-a4c5bd5:#000000;--e-global-color-99ebd3a:#CC2647;--e-global-color-9cbbb63:#A12339;--e-global-color-c6164f8:#3D646B;--e-global-color-d7ee424:#202020;--e-global-color-2d33219:#E3E3E3;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:1em;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-secondary-font-family:"Lato";--e-global-typography-secondary-font-size:1em;--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;color:var( --e-global-color-text );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h1{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h2{font-family:"Roboto", Sans-serif;font-size:43px;text-transform:uppercase;}.elementor-kit-6 h3{font-family:"Roboto", Sans-serif;font-size:42px;}.elementor-kit-6 h4{font-family:"Roboto", Sans-serif;font-size:30px;font-weight:400;}.elementor-kit-6 h5{font-family:"Roboto", Sans-serif;}.elementor-kit-6 h6{font-family:"Roboto", Sans-serif;}.elementor-kit-6 img{border-style:solid;border-width:0px 0px 0px 0px;border-radius:0px 0px 0px 0px;}.elementor-kit-6 input:not([type="button"]):not([type="submit"]),.elementor-kit-6 textarea,.elementor-kit-6 .elementor-field-textual{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 */.Red {
    color: #CC2647;
}

.fade-to-black {
	position: relative;
	--fade-opacity: 0;
	overflow: hidden;
}

.fade-to-black::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%; /* Full height of the container */
	width: 100%;
	background: linear-gradient(to top, rgba(0, 0, 0, var(--fade-opacity)), rgba(0, 0, 0, 0));
	transition: background 0s linear;
	pointer-events: none;
	z-index: 3;
}

h2 {
    text-transform: uppercase !important;
}

h3 {
    font-size: 1.2em;
    text-transform: uppercase;
}

.spaced-title {
    letter-spacing: 2px;
    text-transform: uppercase;
}


p {
    margin-bottom: 0;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.fancy::after {
     content: "";
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100px;
    height: 1px;
    background-color :#cc2647;
    opacity: .5;
}

.main-content {
    min-height: 400px;
    justify-content: center;
}

.main-content::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 20%;
    height: 100%;
    background-color:#CC2647;
    z-index: -1;
    border-radius: 15px;
    opacity: .6 !important;
}

.icon-md {
    width: 200px;
}

.img-lg {
    max-width: 400px;
    min-width: 250px;
}

.elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-nav-menu--main .elementor-item.current-menu-item {
    position: relative;
}

.elementor-nav-menu--main .elementor-item.elementor-item-active::after,
.elementor-nav-menu--main .elementor-item.current-menu-item::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #cc2647;
}

.e-n-accordion-item-title {
    border-style: solid;
    border-bottom: 8px solid rgba(204, 38, 71, 0.2) !important;
    border-top: 2px solid rgba(227, 227, 227, 0.2)!important;
}

.box {
    min-height: 45%;
    max-height: 45%;
    max-width: 300px;
    min-width: 275px;
    position: relative;
}

.box .top-element {
    background-color: #fff;
    min-height: 40%;
    max-height: 40%;
}

.box .top-element p {
    line-height: 16px;
    margin-top: 8px;
}

.box .btm-element {
    transition: transform .5s ease 0s;
}

.box .mid-element {
        background-color: #000;
        transition: transform .5s ease 0s;
}

.box:hover > .btm-element {
    transform: translateY(0px)
}

.mid-element img {
    transition: transform .5s ease 0s;
}

.box:hover > .mid-element img {
    transform: scale(1.1);
}

.box-title {
    position: relative;
}

.box {
    position: relative;
}

.box-title::after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  opacity: .3;
  background-color: #CC2647;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
}

/* Business Creation (getting started) */

.e-n-tabs-heading button {
    min-width: 283px;
}

.e-n-tab-title {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.e-n-tab-title:focus,
.e-n-tab-title:active {
  background-color: #CC2647 !important;
  outline: none !important;
}

.e-n-tab-title[aria-selected="true"]::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    opacity: 1;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 5px solid white;
}

.bio-box .bio-img {
  transition: transform 0.3s ease;
}

.bio-box .bio-img:hover {
  transform: scale(1.05);
}/* End custom CSS */