/*
Theme Name: SeoFy Child
Author: WebGeniusLab
Author URI: http://webgeniuslab.net
Description: -
Version: 1.0
Template: seofy
Text Domain:  seofy-child
*/
.wgl_portfolio_item-slider{
    margin-bottom: 30px
}
.services_subtitle{
    margin-top: 20px
}
:root {
    --primary: #3563a8;
    --secondary: #cf0038;
    --third: #009ddf;
}

body *::selection {
    background-color: var(--primary) !important;
    color: white !important;
}

.default_logo, .logo-mobile {
    height: 70px !important;
}

button,svg,img,iframe,video,.icon, h1 {
    user-select: none !important;
}
.load_more_item{
    line-height: 1em
}
.headtitle {
    margin-top: -180px !important;
    z-index: 9999999 !important;
    position: relative !important;
}

.grecaptcha-badge {
    bottom: 120px !important;
}

.wgl-header-row.wgl-header-row-section_top {
    display: none;
}

.wgl-header-row.wgl-header-row-section_middle {
    background-color: #ffffff;
}

.wgl-sticky-header.sticky_active, .wgl-sticky-header.sticky_active .container-wrapper, .wgl-sticky-header.sticky_active .container-wrapper .wgl-header-row, .wgl-sticky-header.sticky_active .container-wrapper .wgl-header-row .wgl-header-row_wrapper {
    height: 80px !important;
}

.wgl-sticky-header.sticky_active .wgl-logotype-container>a>img {
    max-height: 60px !important;
}

.wgl-sticky-header.sticky_active + .wgl-mobile-header, .wgl-sticky-header.sticky_active + .wgl-mobile-header .wgl-header-row_wrapper {
    height: 80px !important;
}

.wgl-sticky-header.sticky_active + .wgl-mobile-header .wgl-logotype-container>a>img {
    height: 60px !important;
}

.counter_value_suffix {
    color: #009edf !important;
}

body > div.cky-consent-container.cky-banner-bottom > div > div > div > div.cky-notice-btn-wrapper > button.cky-btn.cky-btn-reject, body > div.cky-modal.cky-modal-open > div > div.cky-footer-wrapper > div.cky-prefrence-btn-wrapper > button.cky-btn.cky-btn-reject {
    background-color: transparent;
    background: transparent !important;
    border-color: #A83535;
    border: 2px solid;
    color: #A83535 !important;
}

body > div.cky-consent-container.cky-banner-bottom > div > div > div > div.cky-notice-btn-wrapper > button.cky-btn.cky-btn-customize, body > div.cky-modal.cky-modal-open > div > div.cky-footer-wrapper > div.cky-prefrence-btn-wrapper > button.cky-btn.cky-btn-preferences {
    background: transparent !important;
    color: var(--primary) !important;
    border-color: var(--primary) !important;
    border: 2px solid;
}

/* mobile nav */

.hamburger-inner:before, .hamburger-inner:after {
    background-color: black !important;
}

.hamburger-inner {
    background-color: black;
}


/* home clients section images */

.seofy_module_clients .clients_image img {
    border-radius: 15px !important;
}

@media (max-width: 1200px) {
    .seofy_module_clients .clients_image img {
        border-radius: 0px !important;
    }
}

@media (max-width: 967px) {
    .seofy_module_clients .clients_image img {
        border-radius: 15px !important;
    }
}

@media (max-width: 967px) {
    .seofy_module_clients {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
    }

    .seofy_module_clients .clients_image {
        padding: 0px;
        margin: 15px 0;
        width: 100% !important;
    }
}


/* home our team section */

.hidden-divider span.heading_divider {
    display: none;
}

.home .wpcf7-form {
    max-width: 530px !important;
    margin-inline: auto;
}

/* certifications & awards */

.infobox_icon_number.left_top {
    width: 40px;
    height: 40px;
    border-radius: 7px;
    font-size: 32px !important;
    background: white;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.16);
    color: var(--primary);
    font-weight: 700;
    align-items: center;
    display: flex;
    justify-content: center;
}

/* contact us */

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
    border-radius: 10px;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    background: #ffffffd4;
    border-color: #dc3232;
    backdrop-filter: blur(6px);
    border-radius: 10px;
}

.page-id-450 .seofy_module_infobox:not(.type_full_size) .infobox_icon_container{
    width: 50px !important;
    border-radius: 8px;
}

/* services tabs */
#aside-services {
    align-items: flex-start !important;
}
@media (max-width: 767px) {
    #services-right-side {
        max-height: 600px;
    }
    .wpb_column.vc_column_container .seofy_module_circuit_services.incoming-services, .wpb_column.vc_column_container .seofy_module_circuit_services.outgoing-services, .wpb_column.vc_column_container .seofy_module_circuit_services.other-services {
        width: 100%;
        position: relative;
    }
    .wpb_column.vc_column_container .seofy_module_circuit_services.incoming-services {
        top: 500px;
    }

    .wpb_column.vc_column_container .seofy_module_circuit_services.outgoing-services {
        top: 50px;
    }

    .wpb_column.vc_column_container .seofy_module_circuit_services.other-services {
        top: -500px;
    }

}
#services-radio {
    display: flex;
    justify-content: space-around;
    max-width: 100%;
}
#services-radio .load_more_item {
    border: 2px solid transparent;
}
#services-radio .load_more_item.selected {
    background: #fff;
    border: 2px solid #3563a8;
    color: #3563a8!important;
}

@media (max-width: 767px) {
    #services-radio {
        flex-direction: column;
        align-items: center;
        height: 180px;
    }
}

/* services our technology animation particles  */
.page-id-892 canvas.particles-js-canvas-el {
    width: 100%;
    height: 100%;
    position: relative;
    top: -900px;
    left: -600px;
}



/* about us icon boxes */
body.page-id-446 .infobox_wrapper {
    padding: 10px !important;
}

body.page-id-446 .seofy_module_infobox .infobox_icon_wrapper {
    margin-bottom: 0;
}

.seofy_module_infobox:not(.type_full_size) .infobox_icon_container {
    width: 35px !important;
}

/* portfolio single item page */
.tags_likes_wrap.clearfix, .seofy-post-navigation, #comments {
    display: none !important;
}

/* footer */
#footer > div.footer_top-area > div.wgl-container > div > div.vc_row.wpb_row.vc_row-fluid.vc_custom_1542704069755 > div.t-center.wpb_column.vc_column_container.vc_col-sm-6 > div > div > div.vc_row.wpb_row.vc_inner.vc_row-fluid.vc_row-o-content-middle.vc_row-flex {
    justify-content: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted  {
    border-color: #ffb900;
    background: #db881457;
    border-radius: 10px;
    margin-left: 0 !important;
}
.wpcf7-not-valid-tip {
    color: #e10404;
    font-weight: 500 !important;
    font-size: 1em;
    font-weight: 400;
    background: #ffffff87;
    display: inline;
    border-radius: 5px;
    padding: 10px 10px;
    vertical-align: middle;
    align-items: center;
    align-content: center;
    text-align: center;
    text-align: center;
}

#footer-submit {
    background: -webkit-linear-gradient(left,#ff9c00 0%,#df4100 50%,#ffa400 100%);
    background-size: 300%,1px;
    background-position: 0%;
}

.seofy_module_text.mobile-acenter p br {
    display: none;
}

.footer_top-area li::before {
    display: none;
}

.footer_top-area li {
    margin-bottom: 0;
}

.footer_top-area ul, .footer_top-area h6 {
    max-width: 250px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .footer_top-area h5, .footer_top-area .seofy_module_text {
        max-width: 250px;
        margin: 0 auto;
    }

    .footer_top-area .wpcf7-form-control-wrap {
        max-width: 300px;
        margin: 0 auto;
    }

    .footer_top-area .wpb_column {
        margin-bottom: 50px;
    }

    .footer_top-area .seofy_module_social 	{
        max-width: 250px;
        margin: 0 auto;
    }

    .wpcf7-spinner {
        display: none;
    }

    .footer_top-area input[type='submit'] {
        width: 50%;
    }

    .footer_top-area form p, .footer_top-area h5 {
        text-align: center !important;
    }

}

@media (max-width: 450px) {
    .seofy_module_text.mobile-acenter p br {
        display: initial;
    }
}

.copyright {
    display: none !important;
}