/*!
Theme Name: Battery-Technioc

*/

:root {
    --black: #000000;
    --white: #ffffff;
    --gray-color: #F2F2F2;
    --green-color: #418023;
    --mostly-black: #2A2727;
    --contrast-yellow: #ffe800;
}

body {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: var(--black);
    font-size: 16px;
    line-height: 23px;
}

a:hover {
    text-decoration: none;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

h1 {
    font-size: 50px;
    line-height: 60px;
}

h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700 !important;
    margin-bottom: 25px;
}

h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700 !important;
    margin-bottom: 25px;
}

p {
    margin-bottom: 30px;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 255, 255, 0) !important;
}

.btn-black {
    background: var(--black);
    color: var(--white);
    border: 2px solid var(--black);
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 30px;
}

.btn-black:hover, .btn-black:focus {
    background: transparent;
    color: var(--black);
}

.btn-back {
    background: var(--black);
    color: var(--white);
    border: 2px solid var(--black);
    font-size: 18px;
    border-radius: 25px;
    padding: 10px 30px;
}

.btn-back:hover, .btn-back:focus {
    background: transparent;
    color: var(--black);
}

.btn-read-more {
    color: var(--black);
    font-size: 18px;
    padding: 0;
    font-weight: 700;
}

.btn-read-more::after {
    content: url(assets/images/arrow.svg);
    width: 41px;
    height: 11px;
    position: relative;
    left: 20px;
}

.btn-read-more:hover {
    color: var(--green-color);
}

.btn-wcag {
    background: transparent;
    margin: 0 1px;
    border: 0;
    padding: 0 5px;
}

.btn-faq {
    text-align: left;
    background: transparent;
    font-weight: 700;
    padding: 0;
    align-items: center;
    display: flex;
}

.bg-gray {
    background: var(--gray-color);
}

.mt-100 {
    margin-top: 100px;
}

.pr-150 {
    padding-right: 150px;
}

.pr-100 {
    padding-right: 100px;
}

.pl-100 {
    padding-left: 100px;
}

.pt-100 {
    padding-top: 100px;
}

.px-240 {
    padding: 0 240px;
}

.font-16 {
    font-size: 16px !important;
    line-height: 23px !important;
}

.font-18 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
}

.font-32 {
    font-size: 32px;
    line-height: 44px;
}

.border-radius-50 {
    border-radius: 50px;
}

ul {
    padding-left: 15px;
}

ul li::marker {
    font-size: 12px;
    vertical-align: middle;
    line-height: 20px;
    color: var(--green-color);

}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 100%;
}

label {
    width: 100%;
}


.container {
    max-width: 1200px !important;
}

.navbar {
    width: 100%;
}

.navbar-dark .navbar-nav {
    align-items: center;
    text-align: center;
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--black);
    font-size: 16px;
    line-height: 21px;
    padding: 8px 13px;
    margin: 0 5px;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    background: var(--mostly-black);
    border-radius: 15px;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
    background: var(--mostly-black);
    border-radius: 15px;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff;
    background: var(--mostly-black);
    border-radius: 15px;
}

.navbar-dark .current_page_parent > .nav-link {
    color: #fff;
    background: var(--mostly-black);
    border-radius: 15px;
}

.navbar-nav .dropdown-menu .active > .nav-link {
    color: #212529;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
    color: #212529;
}

.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 {
    margin-top: 0 !important;
}

.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
    display: none;
}

.navbar-toggler {
    background-color: #343a40;
}

.header-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 700 !important;
    margin-bottom: 25px;
}

.home .header, .page-template-technology-templates .header {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 50px;
    z-index: 1;
}

.page-template-clients-templates .header, .page-template-instalator-templates .header {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 50px;
    z-index: 1;
}

.header {
    position: relative;
    padding: 50px 0;
}

.header .custom-logo-link {
    margin-right: 25px;
}

header.fixed .header {
    padding: 5px 0;
    background: var(--white);
}

header#masthead.fixed {
    position: fixed !important;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 1000;
    transition: padding .18s ease-in-out;
}

.header .custom-logo {
    height: 53px;
    width: auto;
}

.fixed .header .custom-logo {
    height: 45px;
    width: auto;
}



.home .section-header {
    height: 950px;
    display: block !important;
}

.home .section-header h1{
    margin-top: 45%;
}

.page-template-technology-templates .section-header {
    min-height: 100vh;
}

.page-template-clients-templates .section-header, .page-template-instalator-templates .section-header {
    padding-top: 120px;
    min-height: 100vh;
}

.site-content {
    position: relative
}

.section-header p {
    font-size: 18px;
    line-height: 28px;
}

.box-bg {
    background: var(--gray-color);
    padding: 45px;
    min-height: 320px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}

.three-box .box {
    border-radius: 13px;
    background: var(--gray-color);
    padding: 28px;
    min-height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.three-box .box .title {
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
}

.vision {
    position: relative;
    z-index: 0;
    padding: 20px 0 50px 0;
}

.vision::after {
    content: url(assets/images/street.svg);
    width: 417px;
    height: 196px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.vision img {
    background-size: cover;
    height: 100%;
    max-width: 100%;
}

.production {
    padding: 85px 0;
    margin-bottom: 150px;
}

.production .row:nth-child(1) {
    margin-bottom: 100px;
}

.production .row:nth-child(1) > div:nth-child(1) {
    z-index: 1;
    right: -140px;
    top: 50px;
}

.production .row:nth-child(1) > div:nth-child(2) {
    right: -60px;
}

.production .row:nth-child(1) > div:nth-child(3) {
    z-index: 1;
    right: 25px;
    top: -60px;
}

.production .row:nth-child(1) > div:nth-child(3) img {
    position: absolute;
    top: -60px;
    max-width: 249px;
}

.production .row:nth-child(2) {
    margin-bottom: 50px;
}

.production .row:nth-child(2) > div:nth-child(1) {
    z-index: 0;
    right: 10px;
    top: -60px;
}

.production .row:nth-child(2) > div:nth-child(1) img {
    position: absolute;
    top: -60px;
    max-width: 290px;
}

.production .row:nth-child(2) > div:nth-child(2) {
    right: -60px;
}

.production .row:nth-child(2) > div:nth-child(3) {
    z-index: 1;
    top: -30px;
}

.production .row:nth-child(3) > div:nth-child(1) {
    z-index: 1;
    right: 0px;
    top: 50px;
}

.production .row:nth-child(3) > div:nth-child(2) {
    right: 70px;
}

.production .row:nth-child(3) > div:nth-child(3) {
    z-index: 1;
    right: 138px;
    top: -138px;
}

.production .row:nth-child(3) > div:nth-child(3) img {
    position: absolute;
    top: 0;
    max-width: 308px;
}

.production .green-box {
    background: var(--green-color);
    border-radius: 53px;
    padding: 50px 120px;
    min-height: 445px;
}

.production .green-box p {
    color: var(--white);
}

.production .img-radius {
    border-radius: 53px;
}

.aplication {
    position: relative;
}

.aplication .content::after {
    content: '';
    background: url(assets/images/apka.png) no-repeat;
    background-size: cover;
    width: 288px;
    height: 460px;
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 1;
}

.aplication .content {
    padding: 25px 55px;
    margin: 30px 0 90px;
}

.news {
    background: var(--gray-color);
    padding: 60px 0;
}

.box-news .thumbnail img {
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 100%;
    object-fit: cover;
    height: 220px;
}

.box-news .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: var(--black);
}

.about-header {
    padding: 80px 0;
    margin-bottom: 65px;
}

.about-header .about-header-bg {
    background: rgb(242, 242, 242);
    background: linear-gradient(90deg, rgba(242, 242, 242, 1) 50%, rgba(0, 0, 0, 0) 50%);
    padding: 70px 0;
}

.about .box img {
    width: 288px;
    max-width: 100%;
    margin-bottom: 30px;
}

.about .box .title {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}

.card-header {
    padding: 20px 0 !important;
    background: transparent !important;
    border-bottom: 0;
}

.card-header button.collapsed::after {
    content: '';
    background: url(assets/images/dropdown.svg) no-repeat;
    width: 14px;
    height: 12px;
    right: 20px;
    position: absolute;
}

.card-header button::after {
    content: '';
}

.card {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0;
}

.card-body {
    padding: 0 !important;
    font-size: 16px !important;
}

.single .date {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}

.single img {
    border-radius: 20px;
    max-width: 100%;
}

.privacy-policy .site-content::after {
    content: '';
    background: url(assets/images/plus-big.svg) no-repeat;
    position: fixed;
    top: 20%;
    bottom: 0;
    right: 0;
    width: 430px;
    z-index: -1;
}

.header-app {
    height: 660px;
    padding: 100px 0;
}

.header-app .content {
    padding: 0 50px 0 0;
}

.header-app .content p{
    font-size: 14px;
}

.header-app .content img.img-app {
    width: auto;
    height: 50px;
    padding-bottom: 0;
}

img.img-app {
    width: auto;
    height: 50px;
}

.app-box {
    background: var(--gray-color);
    padding: 60px 0;
}

.app-box .box {
    border-radius: 15px;
    border: 3px solid var(--green-color);
    padding: 60px 20px 20px;
    text-align: center;
    position: relative;
    height: 100%;
}

.app-box .box::before {
    content: '';
    background: url(assets/images/plus.svg) no-repeat;
    position: absolute;
    top: -33px;
    left: 0;
    right: 0;
    width: 86px;
    height: 66px;
    margin: 0 auto;
}

.contact h1 {
    margin-top: 50px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 700 !important;
    margin-bottom: 25px;
    color: var(--green-color);
}

.contact h3 {
    margin-top: 50px;
}

.contact p {
    font-size: 19px;
    line-height: 28px;
}

.contact a {
    color: var(--black);
}

.contact a:hover {
    color: var(--green-color);
}

.contact-box {
    background: #E6E6E6;
    padding: 25px 30px;
}

.contact-box label {
    font-size: 14px;
    line-height: 17px;
    display: inline-flex;
}

.contact-box .wpcf7-list-item {
    margin: 0;
}

.contact-box input[type="text"], .contact-box input[type="email"], .contact-box input[type="tel"] {
    border: 1px solid var(--green-color);
    background: var(--white);
    height: 38px;
    padding: 0 10px;
}

.contact-box textarea {
    border: 1px solid var(--green-color);
    height: 55px;
    padding: 0 10px;
}

.contact-box input[type="checkbox"] {
    width: 18px;
    height: 21px;
    border: 1px solid var(--green-color);
    background: var(--white);
    margin-right: 10px;
}

.contact-box input[type="submit"] {

    background: var(--black);
    color: var(--white);
    border: 2px solid var(--black);
    font-size: 18px;
    border-radius: 15px;
    padding: 10px 30px;
}

.contact-box input[type="submit"]:hover, .contact-box input[type="submit"]:focus {
    background: transparent;
    color: var(--black);
    border: 2px solid var(--black);
}

.contact-box .wpcf7-spinner {
    display: none;
}

.contact-box .wpcf7-not-valid-tip {
    font-size: 12px;
}

.contact-box .wpcf7-response-output {
    font-size: 12px;
}

.contact-box .wpcf7-list-item input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.contact-box .wpcf7-list-item .wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    font-size: 12px;
    line-height: 14px;
    display: inline-flex;
    align-items: center;
}

.contact-box .wpcf7-list-item .wpcf7-list-item-label:before {
    content: '';
    -webkit-appearance: none;
    background-color: var(--white);
    border: 1px solid var(--green-color);
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    height: 26px;
    width: 20px;
    padding: 10px;
}

.contact-box .wpcf7-list-item input:checked + .wpcf7-list-item-label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid var(--green-color);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.contact-box .agreement{
    font-size: 12px;
}

.contact-box .agreement .collapse a{
    color: var(--green-color)
}

.contact-box .agreement a.collapsed{
    color: var(--green-color)
}
.cookie-notice-container .cn-text-container a{
    color: var(--green-color)
}


.page-nav-container .page-numbers {
    color: var(--black);
    font-size: 18px;
    margin: 0 5px;
}

.page-nav-container a.page-numbers:hover {
    color: var(--green-color);
    font-weight: 700;
}

.page-nav-container .page-numbers.current {
    font-weight: 700;
}

.column-count {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 50px; /* Chrome, Safari, Opera */
    -moz-column-gap: 50px; /* Firefox */
    column-gap: 50px;
}

.column-count p{
    margin-bottom: 20px;
}


footer {
    background: #E6E6E6;
    padding: 30px 0 60px;
    position: relative;
    margin-top: 100px;
}

.page-template-clients-templates footer, .page-template-instalator-templates footer {
    margin-top: 0;
}

footer::after {
    content: '';
    background: url(assets/images/street.svg) no-repeat;
    background-size: contain;
    width: 280px;
    height: 130px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    margin: 0 auto;
}

footer p {
    font-size: 14px;
    line-height: 18px;
}

footer ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 50px;
}

footer ul li a {
    color: var(--black);
    font-size: 14px;
}

footer ul li a:hover, footer ul li a:focus {
    color: var(--green-color);
}

.btn-modal{
    padding: 0 !important;
    border: 0 !important;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 50% !important;
        margin: 1.75rem auto;
    }
}

/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {

    body {
        font-size: 14px;
        line-height: 22px;
    }

    h1 {
        font-size: 32px;
        line-height: 42px;
    }

    h2 {
        font-size: 26px;
        line-height: 34px;
    }

    h3 {
        font-size: 18px;
        line-height: 24px;
    }

    p {
        font-size: 14px;
        line-height: 22px;
    }

    .btn-black {
        font-size: 14px;
        padding: 10px 15px;
    }

    .btn-back {
        font-size: 16px;
        border-radius: 15px;
        padding: 10px 20px;
    }

    .btn-read-more {
        font-size: 16px;
    }

    .mt-100 {
        margin-top: 50px;
    }

    .pr-100 {
        padding-right: 0;
    }

    .pl-100 {
        padding-left: 0;
    }

    .pt-100 {
        padding-top: 50px;
    }

    .px-240 {
        padding: 0 15px;
    }

    .font-18 {
        font-size: 16px;
        line-height: 18px;
    }

    .border-radius-50 {
        border-radius: 25px;
    }

    .header-title {
        font-size: 26px;
        line-height: 34px;
    }

    .header {
        padding: 30px 0;
    }


    .home .section-header {
        height: 520px;
    }

    .home .header, .page-template-technology-templates .header, .page-template-clients-templates .header, .page-template-instalator-templates .header {
        padding-top: 30px;
    }

    .page-template-clients-templates .section-header, .page-template-instalator-templates .section-header {
        padding-top: 0px;
    }

    .header .custom-logo {
        height: 35px;
        width: auto;
    }

    .navbar-collapse {
        background: var(--green-color);
        margin-top: 10px;
        border-radius: 0 0 10px 10px;
        position: absolute;
        top: 45px;
        z-index: 2;
        left: 15px;
        right: 15px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: var(--white);
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .header-app {
        background-image: none !important;
    }

    .header-app .content {
        padding: 0 20px;
    }

    .aplication .content {
        padding: 20px;
        margin: 30px 0;
    }

    .aplication .content::after {
        display: none;
    }

    .three-box .box {
        padding: 20px;
        min-height: auto;
    }

    .box-bg {
        padding: 20px;
        min-height: auto;
        display: block;
    }

    .vision::after {
        display: none;
    }

    .production {
        padding: 50px 0;
        margin-bottom: 50px;
    }

    .production .green-box {
        border-radius: 15px;
        padding: 20px;
        min-height: auto;
    }

    .production .img-radius {
        border-radius: 15px;
    }

    .production .row:nth-child(1) {
        margin-bottom: 80px;
    }

    .production .row:nth-child(1) > div:nth-child(1) {
        z-index: 1;
        right: 0;
        top: 0;
    }

    .production .row:nth-child(1) > div:nth-child(2) {
        right: 0;
    }

    .production .row:nth-child(1) > div:nth-child(3) {
        z-index: 1;
        right: 0;
        top: 0;
    }

    .production .row:nth-child(1) > div:nth-child(3) img {
        position: relative;
        top: 0;
        max-width: 100%;
    }

    .production .row:nth-child(2) {
        margin-bottom: 50px;
    }

    .production .row:nth-child(2) > div:nth-child(1) {
        z-index: 0;
        right: 0;
        top: 0;
    }

    .production .row:nth-child(2) > div:nth-child(1) img {
        position: relative;
        top: 0;
        max-width: 100%;
    }

    .production .row:nth-child(2) > div:nth-child(2) {
        right: 0;
    }

    .production .row:nth-child(2) > div:nth-child(3) {
        z-index: 1;
        top: 0;
    }

    .production .row:nth-child(3) > div:nth-child(1) {
        z-index: 1;
        right: 0;
        top: 0;
    }

    .production .row:nth-child(3) > div:nth-child(2) {
        right: 0;
    }

    .production .row:nth-child(3) > div:nth-child(3) {
        z-index: 1;
        right: 0;
        top: 0;
    }

    .production .row:nth-child(3) > div:nth-child(3) img {
        position: relative;
        top: 20px;
        max-width: 100%;
    }

    .about-header {
        padding: 50px 0;
        margin-bottom: 0;
        background-image: none !important;
    }

    .about-header .about-header-bg {
        background: var(--gray-color);
        background: var(--gray-color);
        padding: 50px 0;
    }

    .header-app {
        height: auto;
        padding: 50px 0;
    }

    .app-box {
        padding: 50px 0;
    }

    .privacy-policy .site-content::after {
        display: none;
    }

    .contact h1 {
        font-size: 18px;
        line-height: 24px;
    }

    .contact p {
        font-size: 14px;
        line-height: 22px;
    }

    .column-count {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
        -webkit-column-gap: 15px; /* Chrome, Safari, Opera */
        -moz-column-gap: 15px; /* Firefox */
        column-gap: 15px;
    }


    footer {
        margin-top: 50px;
        padding: 30px 0;
    }

    footer::after {
        display: none;
    }

    footer ul {
        display: block;
        columns: 2;
    }

    footer ul li {
        margin: 0 0 10px;
    }
}

/* contrast */

body.contrast {
    background: #000 !important;
    color: #fff !important
}

body.contrast nav, body.contrast li, body.contrast ol, body.contrast header, body.contrast footer, body.contrast section, body.contrast main, body.contrast aside, body.contrast article {
    background: #000 !important;
    color: #fff !important
}

body.contrast header.fixed .header {
    background: #000 !important;
    color: #fff !important
}

body.contrast h1, body.contrast h2, body.contrast h3, body.contrast h4, body.contrast h5, body.contrast h6, body.contrast p, body.contrast label, body.contrast strong, body.contrast em, body.contrast cite, body.contrast q, body.contrast i, body.contrast b, body.contrast u, body.contrast span {
    color: #fff !important
}

body.contrast a {
    color: #ff0 !important
}

body.contrast a * {
    color: #ff0 !important
}

body.contrast button, body.contrast input[type=button], body.contrast input[type=reset], body.contrast input[type=submit] {
    background: #ff0 !important;
    color: #000 !important;
    font-weight: bold;
    border: none !important
}

body.contrast img {
    filter: grayscale(100%) contrast(120%)
}

body.contrast input[type=text], body.contrast input[type=password], body.contrast input[type=url], body.contrast input[type=search], body.contrast input[type=email], body.contrast input[type=tel], body.contrast input[type=date], body.contrast input[type=month], body.contrast input[type=week], body.contrast input[type=datetime], body.contrast input[type=datetime-local], body.contrast textarea, body.contrast input[type=number] {
    background: #000 !important;
    border: 1px solid #fff !important;
    color: #fff !important
}

body.contrast #accessibilityBar * {
    background-color: #000 !important;
    color: #ff0 !important
}

body.contrast #accessibilityBar .setAccessibility {
    border: 1px solid !important
}

body.contrast #accessibilityBar .setAccessibility[data-accessibility=contrast] {
    background-color: #ff0 !important;
    color: #000 !important
}

body.contrast .btn-black, body.contrast .btn-back {
    border: 2px solid #ff0 !important;
}

body.contrast .three-box .box {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #fff;
}


body.contrast .box-bg {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #fff;
}

body.contrast .about-header .about-header-bg {
    background: #000 !important;
}

body.contrast .app-box .box {
    border: 3px solid #fff;
}

body.contrast .contact-box {
    background: #000 !important;
}

body.contrast .card {
    background: #000 !important;
}

body.contrast .card-header {
    background: #000 !important;
}


body.contrast .production .green-box {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #fff;
}

