/*
Theme Name:   Cybersprout Child
Theme URI:    http://www.cybersprout.com
Description:  Cybersprout
Author:       Cybersprout Team
Author URI:   http://www.cybersprout.com
Template:     cybersprout
Version:      1.0.0
Text Domain:  cybersprout
*/

/* Add your custom css below */

body.translatepress-ja:not([class*="compose-mode"]) .hide-in-ja {
    display: none !important;
}

body.translatepress-en_GB:not([class*="compose-mode"]) .hide-in-en {
    display: none !important;
}

a, .btn {
    transition: all .15s ease-in-out !important;
}

p a {
    color: #01B88E;
    text-decoration: underline;
}

.navbar {
    padding: 1rem 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    text-transform: none;
}

.navbar .nav-link img[alt="ja"],
.navbar .nav-link img[alt="en_GB"] {
    margin: -3px 0;
    width: 30px;
    height: auto;
    vertical-align: bottom;
}

.navbar .nav-link img[alt="ja"] {
    content: url("https://www.cybersprout.com/wp-content/uploads/2020/09/lang-jp-2x.png");
}

.navbar .nav-link img[alt="en_GB"] {
    content: url("https://www.cybersprout.com/wp-content/uploads/2020/09/lang-en-2x.png");
}

.vc_row.cs-section {
    padding: 90px 0 70px;
}

.cs-section--dark, .cs-section--dark p {
    color: #fff;
}

section.vc_section.cs-banner-subpage {
    margin-top: 70px !important;
}

.cs-title {
    font-weight: bolder;
}

.cs-title>* {
    display: inline;
}

.cs-title:after {
    content: "";
    background: #C1E65A;
    position: relative;
    top: -7px;
    margin-left: 8px;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 30px;
}

.cs-back-btn a {
    display: inline-block;
    background: none !important;
    border: none !important;
    color: #01B88E !important;
    padding: 0 !important;
}

.cs-back-btn a:hover {
    color: #02A67F !important;
}

.cs-link-ltgreen a {
    display: inline-block;
    color: #C1E65A;
    border-bottom: 1px solid #C1E65A;
    text-decoration: none !important;
}

.cs-link-ltgreen a:hover {
    color: #ABCC50;
    border-color: #ABCC50;
    text-decoration: none !important;
}

.cs-link-green a {
    display: inline-block;
    color: #01B88E;
    border-bottom: 1px solid #01B88E !important;
}

.cs-link-green a:hover {
    color: #02A67F;
    border-color: #02A67F !important;
}

mark, .underline-lightgreen {
    background: linear-gradient(rgba(193, 230, 90, 0.6) 0%, rgba(193, 230, 90, 0.6) 60%);
    color: unset;
    background-size: 105% 35%;
    background-repeat: no-repeat;
    background-position: 0 85%;
    padding: 0 0 1px;
    display: inline-block;
}

.cs-underline-lightgreen>h3 {
    background: linear-gradient(rgba(193, 230, 90, 0.6) 0%, rgba(193, 230, 90, 0.6) 60%);
    color: unset;
    background-size: 105% 35%;
    background-repeat: no-repeat;
    background-position: 0 85%;
    padding: 0 0 1px;
    display: inline;
}


/* section - home - hello */
.img-hello img {
    margin: -50px 0 -100px -80px;
    width: 505px;
    height: auto;
}

.text-hello {
    padding-left: 7rem;
}


/* section - home - what we do */
.what-we-do__icon img {
    height: 146px !important;
    max-width: unset !important;
}

/* section - home - why we're different */
.why-different-list li {
    padding-left: 45px;
    position: relative;
}

.why-different-list li b:before {
    content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(35deg, #01b88e 0%, #1bd37e 50%, #c1e65a 100%);
    border-radius: 20px;
    z-index: 10;
}

b[data-class*=why-different-list__title] {
    display: block;
    margin-top: 20px;
}

.why-different-list li:first-child b[data-class*=why-different-list__title] {
    margin-top: 0;
}

.img-whydifferent img {
    width: 848px;
    margin: 0 0 -300px;
}

/* section - home - services */
.img-svcs-left img {
    width: 506px;
}

.img-svcs-right img {
    width: 459px;
}


/* section - contact form */
.contact-form {
    max-width: 720px;
    margin: 0 auto;
}

.contact-form .form-control {
    background: #fff;
    border: 1px solid #DEDEDE;
}

.contact-form .custom-select {
    background: #fff;
    border: 1px solid #DEDEDE;
}

.contact-form .form-control:focus,
.contact-form .custom-select:focus {
    border-color: #01b88e;
}

[class*="quiz-"] input[type="text"] {
    border: 1px solid #dedede;
    border-radius: 3px;
    width: 100px;
    margin-left: 5px;
    padding: 5px;
}

.cs-select-arrow {
    display: inline-block;
    transform: rotate(135deg);
    font-size: 0;
    border-top: 2px solid #01b88e;
    border-right: 2px solid #01b88e;
    width: 8px;
    height: 8px;
    border-radius: 0px 2px 0 0;
    position: absolute;
    top: 22px;
    right: 30px;
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #01B88E !important;
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: #01B88E !important;
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #01B88E !important;
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    color: #01B88E !important;
}

.wpcf7-not-valid {
    border-color: #B80101;
}

.wpcf7-not-valid-tip {
    margin-top: -10px;
    margin-bottom: 20px;
    font-size: 0.9rem;
}

.wpcf7 form .wpcf7-response-output {
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 0.9rem;
    margin-top: 45px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 1px solid #dc3232;
    color: #dc3232;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid #6dc960;
    color: #4b9f3f;
}

[class*="quiz-"] .wpcf7-not-valid-tip {
    margin-top: 5px;
}

[class*="uploadedfile"] .wpcf7-not-valid-tip,
[class*="resume"] .wpcf7-not-valid-tip {
    margin-top: 10px;
    margin-bottom: 0;
}


/* about us */
.img_whyus img {
    width: 868px;
    height: auto;
}

.about-gallery {
    margin-top: 20px;
}

.about-gallery .prettyphoto {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.about-gallery .vc_images_carousel .vc_carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 2px solid #e3e3e3;
    background: transparent;
}

.about-gallery .vc_images_carousel .vc_carousel-indicators .vc_active {
    background: white;
    border: 2px solid white;
}

.about-gallery .vc_images_carousel .vc_carousel-control {
    color: #fff;
}

.about-gallery .vc_images_carousel .vc_carousel-control .icon-prev,
.about-gallery .vc_images_carousel .vc_carousel-control .icon-next {
    font-family: sans-serif;
    position: unset;
    width: unset;
    height: unset;
    margin: 0 !important;
}

.about-gallery .vc_images_carousel .vc_carousel-control .icon-prev:before {
    content: '\2329';
}

.about-gallery .vc_images_carousel .vc_carousel-control .icon-next:before {
    content: '\232A';
}



/* footer */
.footer .row {
    padding: 50px 0 0;
}

.footer *, .footer p {
    font-size: 15px;
    line-height: 1.4;
}

.footer h6 {
    margin-bottom: 15px;
}

.cs-footer-logo {
    max-width: 100%;
    margin: 0 -14px;
}

.footer-widget ul {
    display: flex;
    width: 100%;
}

.footer-widget li {
    flex: 0 0 24%;
    padding: 0 10px;
}

.footer-widget li:last-child {
    padding-right: 0;
}

.footer-widget li p a {
    margin-bottom: 5px;
    display: inline-block;
    letter-spacing: 0;
    text-decoration: none;
}

.footer .col-md-8 {
    padding: 0;
}

.footer .textwidget .row, .footer .bottom-footer {
    padding: 0;
}

.footer .bottom-footer {
    border: 0 !important;
}

.footer .bottom-footer .row {
    padding: 0 0 40px;
}

.footer .btn-cs-green a {
    padding: 10px;
    font-size: 14px;
}

.footer-copyright {
    text-align: center;
}

.footer-copyright p, .footer-copyright p * {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
}

.footer-copyright p span {
    font-weight: 400;
}

/* Accordion */
.cs-faq.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background: none !important;
}

.cs-faq.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body {
    padding: 0px 20px 35px !important;
}

.cs-faq.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-body ul {
    list-style: disc;
    margin-left: 20px;
}

.cs-faq h4 a {
    color: #00906F !important;
    padding-left: 20px !important;
    padding-right: 46px !important;
}

.cs-faq h4 a:hover {
    color: #009E79 !important;
}

.cs-faq h4 a .vc_tta-controls-icon {
    left: unset !important;
    right: 15px;
}

.cs-faq h4 a .vc_tta-controls-icon:before,
.cs-faq h4 a .vc_tta-controls-icon:after {
    border-color: #00906F !important;
}

.cs-faq .vc_tta-panel+.vc_tta-panel {
    border-top: 1px solid #CBCBCB;
}

/* Overwrite WP bakery default CSS */
.btn {
    font-family: 'Lato', sans-serif;
}

.row-inner-wrap {
    flex-wrap: wrap;
}

.option-list.theme-list .cbox-4 span {
    background: linear-gradient(35deg, #01b88e 0%, #1bd37e 50%, #c1e65a 100%);
    width: 18px;
    height: 18px;
}

.option-list.theme-list .cbox-4 span .fa-check {
    display: none;
}

.option-list.theme-list:before {
    background: #01B88E;
    left: 8px;
}

.option-list.theme-list:after {
    background: linear-gradient(35deg, #01b88e 0%, #1bd37e 50%, #c1e65a 100%);
    left: 6px;
}

.green-color, .green-color * {
    color: #01B88E;
}


/* Buttons */
.btn-preset2 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    border: 0;
    font-weight: 900;
    font-size: 0.95rem;
    text-transform: uppercase;
    padding: 10px 10px;
    border-radius: 50px;
    text-align: center;
}

.btn-preset2, .btn-cs-green button, .btn-cs-green a, .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
    background: linear-gradient(135deg, #01b88e 0%, #1bd37e 32%, #c1e65a 100%);
}

.btn-preset2:hover, .btn-cs-green button:hover, .btn-cs-green a:hover,
.btn-preset2:active, .btn-cs-green button:active, .btn-cs-green a:active,
.btn-preset2:focus, .btn-cs-green button:focus, .btn-cs-green a:focus {
    background: linear-gradient(135deg, #01AD86 0%, #1AC677 32%, #85D25F 100%) !important;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-preset2[title="Contact us"] {
    min-width: 170px;
}

.btn-cs-green, .btn-cs-white {
    margin-bottom: 0 !important;
}

.btn-cs-green button, .btn-cs-green a, .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern,
.btn-cs-white button, .btn-cs-white a, .vc_btn3.vc_btn3-color-green.vc_btn3-style-modern {
    display: inline-block;
    margin: 0 auto !important;
    width: 100%;
    max-width: 360px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
    font-weight: 900;
    font-size: 1.1rem;
    text-transform: uppercase;
    border-radius: 50px;
    text-align: center;
    letter-spacing: 0.03rem;
    border: 0;
}

.btn-cs-white button, .btn-cs-white a, .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern {
    background: #fff;
    color: #01B88E !important;
    max-width: 250px
}

.btn-cs-white button:hover, .btn-cs-white a:hover, .vc_btn3.vc_btn3-color-white.vc_btn3-style-modern:hover {
    border: 0;
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-modern:hover {
    background: linear-gradient(135deg, #01AD86 0%, #1AC677 32%, #85D25F 100%);
    color: #fff !important;
    text-decoration: none !important;
    border: 0;
}


/* /// End - Buttons */

@media (min-width: 576px) {
    .container {
        max-width: 640px;
    }

    .dsktp-linebrk {
        display: block;
        clear: both;
        width: 100%;
        height: 1px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 730px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }

    .navbar li.menu-item-2023 {
        margin-right: 0.3rem;
    }

    .navbar li.menu-item-2024 {
        margin: 0 3rem 0 0.3rem;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


@media (max-width: 991px) {
    .text-hello {
        padding: 0;
    }

    .img-whydifferent img {
        max-width: 160% !important;
        margin: 30px -20px -100px 0;
    }

    .img-svcs-left img,
    .img-svcs-right img {
        max-width: 120% !important;
        margin-top: 50px;
    }

    .cs-departments .wpb_single_image.vc_align_left.img-svcs-left {
        text-align: center;
    }

    .mobile-col-reverse .row-inner-wrap {
        flex-direction: column-reverse;
    }

    .mobile-col-reverse .row-inner-wrap img {
        margin: 0 auto 20px;
    }
}

@media (max-width: 767px) {
    .navbar {
        padding: 0.6rem 1rem !important;
    }

    /* sm */
    .img-hello img {
        margin: 0 0 -100px -50px;
        width: 120%;
    }

    .column-reverse, .column-reverse .row-inner-wrap {
        flex-direction: column-reverse;
    }

    .img-whydifferent img {
        max-width: 150% !important;
        margin: 0 -40px -120px;
    }

    /* footer */
    .footer-widget {
        text-align: center;
        margin-bottom: 20px;
    }

    .footer-widget ul {
        max-width: 380px;
        margin: 0 auto;
    }

    .textwidget li>p, .textwidget li .btn-cs-green {
        display: none;
    }

    .footer h6 a {
        text-decoration: underline;
    }

    .footer h6 a:hover {
        color: #c1e65a;
    }

    /* .wpb_column:not([class*="vc_hidden"]) + .wpb_column:not([class*="vc_hidden"]){
        margin-top: 50px;
    } */

    .about-gallery .vc_item,
    .about-gallery .vc_item *:not(img) {
        height: 40vh !important;
    }

    .about-gallery .vc_item img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center;
    }
}

@media (max-width: 575px) {

    /* xs */
    .vc_row.cs-section {
        padding: 50px 0 30px;
    }

    .img-svcs-left img,
    .img-svcs-right img {
        max-width: 100% !important;
        margin: 25px auto -35px;
    }

    .cs-title>*,
    .cs-underline-lightgreen>h3 {
        font-size: 2.2rem !important;
    }

    .cs-title:after {
        width: 12px;
        height: 12px;
        top: -5px;
    }

    .wide-60 {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .mob-linebrk {
        display: block;
        clear: both;
        width: 100%;
        height: 1px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

    /* ipad */
    .cs-footer-logo {
        max-width: 100%;
    }

}








#hero-9 {
    padding-top: 60px !important;
}


@media (min-width: 416px) and (max-width: 575.99px) {
    .navbar.scroll {
        padding: 1.25rem !important;
    }

    #hero-9 {
        padding-bottom: 0px !important;
    }

    .cs-banner-subpage [id^="hero-17"] {
        background-position: center right -650px !important;
    }

    .cs-banner-subpage [id^="hero-17"] h2 {
        font-size: 2.1rem !important;
    }

    .cs-banner-subpage .wpb_single_image.vc_align_left {
        text-align: center;
    }
}


@media (min-width: 321px) and (max-width: 415px) {
    .navbar.scroll {
        padding: 0.4rem 1rem !important;
    }

    #hero-9 {
        padding-bottom: 0px !important;
    }

    .cs-banner-subpage [id^="hero-17"] {
        background-position: center right -650px !important;
    }

    .cs-banner-subpage [id^="hero-17"] h2 {
        font-size: 2.1rem !important;
    }

    .cs-banner-subpage .wpb_single_image.vc_align_left {
        text-align: center;
    }
}