/*
Theme Name:  Secury Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Secury Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     1.1.1
Template:    secury
Tags:        portfolio
Text Domain: secury-child
*/


/* =Theme customization starts here
-------------------------------------------------------------- */

body {
    padding-top: 80px;
}

.site-header.original {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
}


.admin-bar .site-header.original {
    top: 32px;
}

.post-header {
    display: var(--page-title-display) !important;
}

.nav-menu ul li a {
    font-family: "Open Sans", Sans-serif;
}


.cardStyle {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    padding: 16px;
    overflow: hidden !important;
}

.cardStyle-heading {}

.cardStyle-description .elementor-widget-container>*:last-child {
    margin-bottom: 0 !important;
}

.cardStyle-btn {
    margin-top: auto !important;
}

.cardStyle-image img {
    display: block;
    border-radius: 16px;
}



/**/
.bdt-prime-slider-dragon .bdt-ps-dragon-slide-image .bdt-ps-slide-img {
    background-position: 77% 0 !important;
}

/**/


.nav-menu ul li.btn a {
    background-color: #d84156;
    line-height: 1.2;
    color: #FFF;
    border-radius: 30px;
    margin-left: 8px;
    position: relative;
    overflow: hidden;
}

.nav-menu ul li.btn a:hover::before {
    width: 100%;
}

.nav-menu ul li.btn a::before {
    display: block;
    content: "";
    width: 0;
    padding-top: 100%;
    border-radius: 100%;
    background-color: #ad1a2e;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.25s ease;
}

.nav-menu ul li.btn a .link-text {
    position: relative;
    z-index: 2;
}

html.loaded .nav-menu ul li.btn a .link-text:before {
    display: none !important;
}




/**/
.call-buton {
    position: fixed;
    right: 17px;
    bottom: 17px;
    display: flex;
    align-items: center;
    background: #6e0d1a;
    border-radius: 30px;
    z-index: 999;

}

.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    background: #d84156;
    padding: 10px 15px 10px 10px;
    border-radius: 70px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 16px;
    color: #000000;
    width: 30px;
    height: 30px;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(216, 65, 86, 0.2), 0 0 0 0 rgba(216, 65, 86, 0.2), 0 0 0 5px rgba(216, 65, 86, 0.2), 0 0 0 10px rgba(216, 65, 86, 0.2);
        box-shadow: 0 4px 10px rgba(216, 65, 86, 0.2), 0 0 0 0 rgba(216, 65, 86, 0.2), 0 0 0 5px rgba(216, 65, 86, 0.2), 0 0 0 10px rgba(216, 65, 86, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(216, 65, 86, 0.2), 0 0 0 5px rgba(216, 65, 86, 0.2), 0 0 0 10px rgba(216, 65, 86, 0.2), 0 0 0 20px rgba(216, 65, 86, 0);
        box-shadow: 0 4px 10px rgba(216, 65, 86, 0.2), 0 0 0 5px rgba(216, 65, 86, 0.2), 0 0 0 10px rgba(216, 65, 86, 0.2), 0 0 0 20px rgba(216, 65, 86, 0);
    }
}


.call-buton .cc-calto-action-ripple span.num {
    position: relative;
    top: 6px;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin-left: 8px;
}

.call-buton .cc-calto-action-ripple span.num .tollfree {
    position: absolute;
    font-size: 10px;
    top: -10px;
    display: block;
    text-align: left;
}

/**/
.footer-insta {
    background-color: #e7e7e7;
    padding: 30px;
}

.footer-insta .wp-block-columns {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    gap: 30px;
}



.footer-insta .wp-block-column figure {
    margin: 0;
    background: #FFF;
    border-radius: 10px;
    padding: 20px;

}

.footer-insta .wp-block-column figure img {
    display: block;
    height: auto;
    min-width: 200px !important;
}

.site-footer .widget-area .widget {
    margin: 0;
}

/**/
ul.sshare {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 10px;
}
ul.sshare a.social-link {
    margin: 0 !important;
}

/**/
.pdfCard-content .elementor-widget-container > *:last-child {
    margin-bottom: 0;
}

.menu-style-1 .hfe-nav-menu {
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    overflow: hidden;
}
/**/
.industries-box-list .hentry {
    margin: 0 !important;
}
.industries-box:hover::before {
    opacity: 0.8;
}
/**/
@media screen and (min-width: 992px) {

    .nav-menu ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }

    .nav-menu ul li.btn {
        line-height: 1.2 !important;
    }

    .nav-menu ul ul {
        width: 250px;
    }



    .site-main {
        padding: 0;
    }

    .is-header-row .header-wrap-inner {
        padding: 0;
    }

    .is-header-row:not(.is-header-smaller) .site-header .site-navigation {
        padding-bottom: 0 !important;
    }

    .is-menu-hover-solid .nav-menu>ul>li>a .link-text {
        padding: 12px 16px;
    }

    .site-title img {
        max-height: 60px !important;
        margin-top: 8px;
    }

    .bdt-prime-slider ul {}

    .vb-hero .bdt-scroll-down-wrapper {
        display: none !important;
    }

    /**/
    .vb-hero-dragon .bdt-overlay-default.bdt-position-cover {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.53) 0%, rgba(0, 0, 0, 0.42) 25%, rgba(0, 0, 0, 0) 100%) !important;
    }

    /**/
}

@media (min-width: 1024px) {
    .vb-hero-dragon .bdt-prime-slider-dragon .bdt-ps-dragon-slide-image {
        -webkit-mask-image: initial !important;
        mask-image: initial !important;
    }
}



@media screen and (max-width: 991px) {
    .site-branding-wrap {
        padding: 20px 0 !important;
    }

    .site-branding {
        text-align: left;
        padding-left: 20px;
    }

    .menu-toggle {
        width: 48px;
        height: 48px;
        background: #d84156;
        color: #FFF !important;
        position: absolute;
        right: 20px;
        top: -18px;
        transform: translateY(-100%);
        border-radius: 10px;
    }

    .footer-widgets .col-sm-6 {
        margin-bottom: 20px;
    }

    .site-main {
        padding: 0 !important;
    }

    .site-navigation .layout-medium {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }

    .nav-menu {
        padding-top: 0;
    }

    .nav-menu ul li.btn a {
        margin: 30px 0 0 0;
        padding: 17px 20px;
        text-align: center;
    }

    .site-navigation .nav-menu {
        max-height: calc(100dvh - 85px);
        overflow: auto;
    }
}

@media screen and (max-width: 767px) {
    .home .bdt-prime-slider ul.bdt-slideshow-items {
        aspect-ratio: 1 / 0.7 !important;
        min-height: 400px !important;
    }

    .home .bdt-overlay-default.bdt-position-cover {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .home .bdt-prime-slider-content {
        padding-top: 0 !important;
        padding-right: 90px !important;
    }

    .site-footer .site-info {
        padding-bottom: 80px;
    }

    .footer-insta .wp-block-columns {
        display: block !important;
    }
}