:root {
    --colorWhite: #fff;
    --colorRed: #d31a2b;
    --colorDark: #1d1d1b;
}


/* header {
    z-index: 1 !important;
} */

.dn-sticky {
    display: none;
}

.db-stickyTop {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAniScrollTop 0.4s ease-in-out;
    animation: stickyAniScrollTop 0.4s ease-in-out;
}

.db-sticky {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: var(--white-color);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: stickyAniScroll 0.4s ease-in-out;
    animation: stickyAniScroll 0.4s ease-in-out;
}

.iconServices {
    width: 45px;
}

#pageServices .project-card-details {
    padding: 30px 30px 30px;
    margin-top: -116px;
    margin-bottom: 30px;
    filter: drop-shadow(0px 8px 10px #000);
    clip-path: none;
    border-radius: 8px;
}

#pageServices .project-card-icon {
    border: 2px solid #1d1d1b;
    height: 60px;
    width: 60px;
    line-height: 58px;
    -webkit-transform: translate(10px, -250px);
    -ms-transform: translate(10px, -250px);
    transform: translate(10px, -250px);
}

#pageServices .project-card-img img {
    border-radius: 10px;
    border: 2px solid #d31a2b;
}

#pageServices .project-card:hover .project-card-details,
#pageServices .project-card:hover .project-card-details p {
    color: #fff;
}

#pageServices .project-card:hover .project-card-img {
    border-radius: 10px;
    border: 2px solid #1d1d1b;
}

@-webkit-keyframes stickyAniScroll {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAniScroll {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@-webkit-keyframes stickyAniScrollTop {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

@keyframes stickyAniScrollTop {
    0% {
        -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
        transform: translate3d(0, -40px, 0) scaleY(0.8);
        opacity: 0.7
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0) scaleY(1);
        transform: translate3d(0, 0, 0) scaleY(1);
        opacity: 1
    }
}

#menuScroll .menu-area {
    background-color: var(--colorDark);
}

.logo-style1 {
    padding: 0 80px 0px 0px;
}

.hero-style1 .hero-subtitle img,
.sub-title img {
    margin-right: -5px;
}

#counter {
    margin: 100px 0;
}

#hero,
#pageAbout,
#pageProjects,
#pageContact {
    margin-top: 150px;
}

.cta-area-1 {
    margin-top: 80px;
    margin-bottom: 50px;
}

.service-thumb_img img {
    width: 80px;
}

#exampleModal,
.modal {
    z-index: 99;
}

.btn-primary,
.btn-primary:hover {
    background-color: #d31a2b;
    color: #fff;
    border: #d31a2b;
}

.modal-header,
.modal-footer {
    background-color: #000;
}

.modal-title {
    color: #fff;
}

.imagePayments {
    width: 30%;
}

input[type="radio"]~label::before {
    top: 9px;
}


/************************SUCCESS*****************************/


/* .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5)), url("../img/payment_success.jpg");
    background-size: cover;
    background-position: center;
} */

.modalbox.success,
.modalbox.error {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    padding: 25px 25px 15px;
    text-align: center;
    margin-top: 270px;
    margin-bottom: 80px;
}

.modalbox.success.animate .icon,
.modalbox.error.animate .icon {
    -webkit-animation: fall-in 0.75s;
    -moz-animation: fall-in 0.75s;
    -o-animation: fall-in 0.75s;
    animation: fall-in 0.75s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.modalbox.success h1,
.modalbox.error h1 {
    font-family: 'Montserrat', sans-serif;
    color: #222;
}

.modalbox.success p,
.modalbox.error p {
    font-family: 'Open Sans', sans-serif;
}

.modalbox.success a,
.modalbox.error a,
.modalbox.success a:active,
.modalbox.error a:active,
.modalbox.success a:focus,
.modalbox.error a:focus {
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-top: 15px;
    width: 80%;
    background: transparent;
    color: #19a30d;
    border-color: #19a30d;
    outline: none;
}

.modalbox.success a:hover,
.modalbox.error a:hover,
.modalbox.success a:active:hover,
.modalbox.error a:active:hover,
.modalbox.success a:focus:hover,
.modalbox.error a:focus:hover {
    color: #fff;
    background: #19a30d;
    border-color: transparent;
}

.modalbox.success .icon,
.modalbox.error .icon {
    position: relative;
    margin: 0 auto;
    margin-top: -75px;
    background: #19a30d;
    height: 100px;
    width: 100px;
    border-radius: 50%;
}

.modalbox.success .icon span,
.modalbox.error .icon span {
    position: absolute;
    font-size: 4em;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    margin: auto;
    display: block;
    left: 0;
    right: 0;
    top: 7px;
}

.modalbox.error button,
.modalbox.error button:active,
.modalbox.error button:focus {
    color: #f44336;
    border-color: #f44336;
}

.modalbox.error button:hover,
.modalbox.error button:active:hover,
.modalbox.error button:focus:hover {
    color: #fff;
    background: #f44336;
}

.modalbox.error .icon {
    background: #f44336;
}

.modalbox.error .icon span {
    padding-top: 25px;
}

.descriptionProject h2 {
    font-size: 22px;
}

.btn-close {
    /* background-color: red; */
    /* -webkit-mask-image: url('../images/icon/close.svg'); */
    /* mask-image: url('../images/icon/close.svg'); */
    mask: url('../images/icon/close.svg') no-repeat 100% 100%;
}

.indicatorsModal {
    width: 6px;
    height: 6px;
    padding: 6px;
    border-radius: 50px;
    border: 2px solid #d31a2b;
    margin: 6px 1px
}

.carousel-control-next,
.carousel-control-prev {
    opacity: .1;
    border: 0;
    background: #000;
}

.btnCall {
    position: fixed;
    background-color: #d31a2b;
    border-radius: 100px;
    color: #fff;
    width: 70px;
    height: 70px;
    z-index: 9999;
    right: 20px;
    bottom: 20px;
}

.btnCall i {
    font-size: 35px;
    margin-left: 20px;
    margin-top: 18px;
}

.header-layout1 .header-middle .header-link .header-single-link {
    font-size: 18px;
}

.process-card2 {
    max-width: 230px;
    height: 230px;
}

.process-card2:before {
    width: 260px;
    height: 260px;
}