.elementor-kit-319{--e-global-color-primary:#D21A26;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#D21A26;--e-global-color-f089394:#1D1E22;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--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;}.elementor-kit-319 p{margin-bottom:0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-319 e-page-transition{background-color:#FFBC7D;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@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 */.header-top {
    background: #1D1E22;
    position: relative;
    z-index: 1;
}
.header-top::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: -1px;
    width: 55%;
    background: #d21a26;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    z-index: -1;
}

#btn-contact {
    padding: 15px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #dd0733;
    transition: all 0.5s ease-in-out;
    position: relative
}
#btn-contact a{
    color:#fff !important;
}


#btn-contact:hover {
    background: #16171a;
    transition: all 500ms ease-in-out;
}

#btn-contact .e-n-menu-icon svg {
    fill: #ffffff !important;
}


.hero-single::after {
    content: "";
    position: absolute;
    left: unset;
    top: 50%;
    left: 52%;
    height: 500px;
    width: 500px;
    border-radius: 50%;
    border: 5px dashed #fff;
    transform: translateY(-50%);
    background: #d21a26;
    z-index: -1;
}


@media (max-width: 767px){
    .hero-single::after {
    width: 350px;
    height: 350px;
    bottom: 30px;
    right: 10px;
} 
}


@media (max-width: 991px){
.hero-single::after {
    top: unset;
    transform: none;
    bottom: 100px;
    right: 120px;
}
}

@media (max-width: 1199px){
 .hero-single::after {
    right: 40px;
}  
}


footer a{
    color: #7A7A7A !important;
}/* End custom CSS */