.elementor-kit-69{--e-global-color-primary:#272727;--e-global-color-secondary:#B9B9B9;--e-global-color-text:#565656;--e-global-color-accent:#FFFFFF;--e-global-color-1ce7e0a:#FF0000;--e-global-color-8de5002:#C70000;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:20px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.1em;font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-kit-69 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-69{--e-global-typography-primary-font-size:42px;--e-global-typography-secondary-font-size:23px;--e-global-typography-text-font-size:18px;--e-global-typography-accent-font-size:18px;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-69{--e-global-typography-primary-font-size:34px;--e-global-typography-secondary-font-size:21px;--e-global-typography-text-font-size:17px;font-size:var( --e-global-typography-text-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden !important;
}



.cus-btn a{
    clip-path: polygon(0% 0%, 75% 0%, 87% 50%, 75% 100%, 0% 100%);
}

.cus-small-title h2{
    position: relative;
    z-index: 1;
}

.cus-small-title h2:after{
    position: absolute;
    left: 0;
    bottom: 0px;
    height: 55%;
    width: 110%;
    content: '';
    background: rgb(152 158 166 / 0.1);
    z-index: -1;
    left: 0%;
    
}

.cus-small-title2 h2:after{
    background: #DCE1E6;
    height: 50%;
    bottom: -3px;
}


.cus-service-item-box:hover .cus-service-img{
    transform: scale(1.1);
}

.cus-service-img, .cus-service-name h2, .cus-service-desc, .cus-service-icon i{
    transition: 0.2s;
}

.cus-service-item-box:hover .cus-service-name h2, .cus-service-item-box:hover .cus-service-icon i{
    color: #FF0000 !important;
}

.cus-service-item-box:hover .cus-service-desc{
    color: #333 !important;
}






.cus-svg33, .cus-svg99, .cus-svg990{
    opacity: 0;
}


@media screen and (max-width: 1024px){
    .cus-svg11{
        opacity: 0;
        width: 100px;
        left: 0;
    }
    .cus-svg33{
        opacity: 1;
    }
}

@media screen and (max-width: 767px){
    .cus-svg33{
        opacity: 0;
        width: 100px;
        left: 0;
    }
    .cus-svg99{
        opacity: 1;
    }
}

@media screen and (max-width: 421px){
    .cus-svg99{
        opacity: 0;
        width: 100px;
        left: 0;
    }
    .cus-svg990{
        opacity: 1;
    }
}






/*
.cus-hero-sec-2{
    display: none;
}



@media screen and (max-width: 767px){
    .cus-hero-sec-2{
        display: block;
    }
    .cus-hero-sec-1{
        display: none;
    }
}
*/






/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}/* End custom CSS */