/*
Theme Name: Ptwins
Theme URI: #
Description: # 
Text Domain: Ptwins
Domain Path: /languages
Tags: theme-options, threaded-comments, translation-ready, one-column, two-columns, three-columns, left-sidebar, right-sidebar, e-commerce, blog

======
Note: Do not edit this file. If you wish to add your own CSS we strongly recommend creating your own child theme, or installing a custom CSS plugin.
======
*/

@import "https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css";

/* ! ─────────────────────────────────────────────────────────────────────────────────────  UN */

/* ? Computer ─────────────────────────────────────────── */

@media all {

    .header-menu-sidebar {
        padding: 0;
        position: fixed;
        width: 100%;
        max-width: 70%;
        top: 0;
        z-index: 999900;
        visibility: hidden;
    }

    .header-menu-sidebar-bg {
        position: relative;
        word-wrap: break-word;
        min-height: 100%;
        display: block;
    }

    .header-menu-sidebar-inner {
        position: relative;
        word-wrap: break-word;
        min-height: 100%;
        display: block;
        padding: 1.2em 0;
    }

    .header-menu-sidebar.dark-mode .builder-item-sidebar {
        border-color: rgba(255, 255, 255, 0.08);
    }

    .builder-item-sidebar.mobile-item--html {
        display: none;
    }

    .header-menu-sidebar.dark-mode .header-menu-sidebar-bg:before {
        background: #339c7e;
    }

    .header-menu-sidebar-bg:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: block;
        min-height: 100%;
        height: 100%;
    }

    .header-menu-sidebar-bg a {
        color: white !important;
    }

    .header-menu-sidebar .item--inner {
        -webkit-transition: transform 0.3s, opacity 0.3s;
        transition: opacity 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, opacity 0.3s;
        transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translateY(45px);
        -ms-transform: translateY(45px);
        transform: translateY(45px);
        opacity: 0;
        -moz-transition: transform 0.3s, opacity 0.3s;
        -ms-transition: transform 0.3s, opacity 0.3s;
        -o-transition: transform 0.3s, opacity 0.3s;
    }

    .is-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
        z-index: 999900;
        height: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
        visibility: visible;
    }

    .header--row.header-main .customify-grid,
    .header--row.header-main .style-full-height .primary-menu-ul>li>a {
        min-height: 90px;
    }

    .hiding-header-menu-sidebar {
        overflow-x: hidden;
        position: relative;
        width: 100%;
        display: block;
    }

    .hiding-header-menu-sidebar.menu_sidebar_slide_overlay .header-menu-sidebar {
        z-index: 0;
        opacity: 0;
        height: 100%;
    }

    .hiding-header-menu-sidebar.menu_sidebar_slide_left .header-menu-sidebar {
        height: 100%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
            -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    }

    .hiding-header-menu-sidebar .header-menu-sidebar {
        visibility: visible;
    }

    .hiding-header-menu-sidebar.menu_sidebar_slide_right .header-menu-sidebar {
        -webkit-transform: translateX(200%);
        -ms-transform: translateX(200%);
        transform: translateX(200%);
        height: 100%;
    }

    #pl-44 .so-panel {
        margin-bottom: 0px !important;
    }

}

/* ? Mobile ───────────────────────────────────────────── */

@media all {

    .builder-item-sidebar a {
        color: white;
    }

    .header-main {
        border-bottom: 1px solid rgba(128, 128, 128, 0.25);
    }

    .header-main .light-mode {
        box-shadow: 0 1px 2px 0 #e1e5ea;
        background: #fff;
    }

    .site-header .customify-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    @media screen and (min-width: 1325px) {

        .customify-grid .hide-on-desktop,
        .hide-on-desktop {
            display: none;
        }
    }

    .customify-col-3_md-3_sm-3.builder-item.builder-first--logo {
        float: left;
    }

    a {
        transition: .5s;
    }

    a:visited {
        color: #757686;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        font-weight: 600;
    }

    .site-img-logo {
        width: 14em;
        padding: 16px 20px;
        vertical-align: baseline;
        border-style: none;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    .site-img-logo--1 {
        width: 11em;
        padding: 22px 20px !important;
    }

    .customify-col-9_md-9_sm-9.builder-item.builder-first--primary-menu {
        padding: 28px 0;
    }

    .item--inner a:hover {
        color: white !important;
    }

    .item--inner.builder-item--primary-menu.has_menu {
        width: 83%;
        float: right;
        padding: 0 10px 0 0;
        letter-spacing: 1px;
    }

    .nav-menu-desktop .menu {
        list-style: none;
        padding: 0;
        margin: 0;
        float: right;
    }

    .site-navigation ul {
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        padding: 0;
        overflow: auto;
        background: transparent;
    }

    .nav-menu-desktop .menu li {
        display: inline-block;
        position: relative;
    }

    .site-navigation a {
        display: block;
        outline: none;
        padding: 12px 26px;
        color: #212529;
        text-decoration: none;
        text-transform: uppercase;
    }

    .nav-menu-desktop .menu>li>a {
        padding: 12px 10px 12px;
        outline: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 0.85em;
        line-height: 1;
    }

    .nav-menu-desktop .menu>li>a:focus {
        color: #339c7e !important;
    }

    .nav-menu-desktop .menu>li>a:hover {
        color: #339c7e !important;
    }

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

    div#page-titlebar {
        display: none;
    }

    div#n2-ss-1-align {
        margin-top: 7.5em;
    }

    body:before {
        -webkit-transition: all 0.5s linear;
        transition: all 0.5s linear;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: -1;
        content: " ";
        background: rgba(0, 0, 0, 0.5);
        visibility: hidden;
        opacity: 0;
    }

    .menu_sidebar_slide_left .header-menu-sidebar {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
        width: 360px;
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        transition: -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
        transition: transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86),
            -webkit-transform 0.5s cubic-bezier(0.79, 0.14, 0.15, 0.86);
    }

    .customify-col-5_md-5_sm-5.builder-item.builder-first--logo {
        float: left;
    }

    a.skip-link.screen-reader-text,
    h1.titlebar-title.h4,
    .site-name-desc {
        display: none;
    }

    .widget-title {
        display: none;
    }

    .customify-col-3_md-3_sm-3.builder-item.builder-first--nav-icon {
        float: right;
        padding: 30px;
        color: #339c7e;
    }

    .site-title a {
        color: #fff;
        text-decoration: none;
    }

    .item-button {
        display: inline-block;
    }

    .menu-mobile-toggle {
        cursor: pointer;
        text-align: center;
        background: 0 0;
        box-shadow: none;
        color: currentColor;
        -webkit-transition: border 0.3s, background 0.3s, box-shadow 0.3s,
            opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
        transition: border 0.3s, background 0.3s, box-shadow 0.3s, opacity 0.3s,
            color 0.3s, -webkit-transform 0.3s;
        transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
            opacity 0.3s, color 0.3s;
        transition: transform 0.3s, border 0.3s, background 0.3s, box-shadow 0.3s,
            opacity 0.3s, color 0.3s, -webkit-transform 0.3s;
    }

}

@media screen and (min-width: 1025px) {
    .is-size-desktop-medium .hamburger .hamburger-box {
        margin-top: -2px;
        width: 22px;
    }

    .is-size-desktop-medium .hamburger .hamburger-inner,
    .is-size-desktop-medium .hamburger .hamburger-inner::after,
    .is-size-desktop-medium .hamburger .hamburger-inner::before {
        width: 22px;
        height: 2px;
    }

    .is-size-desktop-medium .hamburger .hamburger-inner::before {
        top: -7px;
    }

    .is-size-desktop-medium .hamburger .hamburger-inner {
        margin-top: -1px;
    }

    .is-size-desktop-medium .hamburger .hamburger-inner::after {
        bottom: -7px;
    }
}

@media screen and (max-width: 1324px) {
    .hide-on-mobile {
        display: none;
    }

    .is-size-tablet-medium .hamburger .hamburger-box {
        margin-top: -2px;
        width: 22px;
    }

    .is-size-tablet-medium .hamburger .hamburger-inner,
    .is-size-tablet-medium .hamburger .hamburger-inner::after,
    .is-size-tablet-medium .hamburger .hamburger-inner::before {
        width: 22px;
        height: 2px;
    }

    .is-size-tablet-medium .hamburger .hamburger-inner {
        margin-top: -1px;
    }

    .is-size-tablet-medium .hamburger .hamburger-inner::before {
        top: -7px;
    }

    .is-size-tablet-medium .hamburger .hamburger-inner::after {
        bottom: -7px;
    }
}

/* ? Submenu ──────────────────────────────────────────── */

@media all {

    .header-menu-sidebar-bg a {
        color: white !important;
    }

    a:hover,
    a:active {
        outline: 0;
        list-style: none;
    }

    a:hover,
    a:focus,
    a:active {
        color: #383749;
    }

    a:focus {
        outline: thin dotted;
    }

    .hamburger-inner::after,
    .hamburger-inner::before {
        content: "";
        display: block;
        background-color: inherit;
    }

    .hamburger--squeeze .hamburger-inner::before {
        -webkit-transition: top 75ms 0.12s ease, opacity 75ms ease;
        transition: top 75ms 0.12s ease, opacity 75ms ease;
    }

    .hamburger {
        padding: 0;
        display: inline-block;
        cursor: pointer;
        -webkit-transition-property: opacity, -webkit-filter;
        transition-property: opacity, -webkit-filter;
        transition-property: opacity, filter;
        transition-property: opacity, filter, -webkit-filter;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: linear;
        transition-timing-function: linear;
        font: inherit;
        color: inherit;
        text-transform: none;
        background-color: transparent;
        border: 0;
        margin: 0;
        overflow: visible;
    }

    .hamburger-box {
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

    .hamburger--squeeze .hamburger-inner {
        -webkit-transition-duration: 75ms;
        transition-duration: 75ms;
        -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger-inner {
        display: block;
        top: 50%;
        background-color: currentcolor;
    }

    .hamburger-inner,
    .hamburger-inner::after,
    .hamburger-inner::before {
        /* border-radius: 0; */
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }

    .is-menu-sidebar .header-menu-sidebar {
        overflow: auto;
    }

    .is-menu-sidebar,
    .is-mobile-form-panel {
        overflow-x: hidden;
    }

    .is-menu-sidebar:before,
    .is-mobile-form-panel:before {
        z-index: 999897;
        visibility: visible;
        opacity: 1;
    }

    .is-menu-sidebar .header-menu-sidebar .item--inner,
    .is-mobile-form-panel .header-menu-sidebar .item--inner {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    .is-menu-sidebar.menu_sidebar_slide_left .menu-mobile-toggle {
        opacity: 0;
    }

    #submenu {
        background: #339c7e;
        height: 34px;
        padding: 0px;
        margin: 0px;
        width: 100%;
        display: flow-root;
    }

    #submenu div {
        float: right;
        padding: 0 .1% 0 0;
    }

    .subicon {
        padding: 6px;
        margin-right: 0.1em;
        width: 2em;
    }

}

/* ! ─────────────────────────────────────────────────────────────────────────────────────  UI */

/* ? Pattern ──────────────────────────────────────────── */

@media all {

    body {
        font-size: 16px;
        line-height: 1.8;
        margin: 0;
        overflow-x: hidden;
    }

    a {
        outline: none !important;
        text-decoration: none;
        color: black;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
}

    a:hover {
        outline: none !important;
        text-decoration: none;
        color: white;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    i {
        color: white;
    }

    textarea:focus,
    input:focus {
        outline: none;
    }

    label {
        display: block;
    }

    h1 {
        margin: 0;
        font-size: 1.7em;
        font-weight: bold;
        letter-spacing: 1.3px;
    }

    h2 {
        font-size: 1.4em;
        font-weight: 400;
    }

    h3 {
        font-size: 0.9em;
        letter-spacing: 1.7px;
        color: rgba(0, 0, 0, 0.6392156862745098);
    }

    .section {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .section-2 {
        padding: 1.2em 0;
    }

    .section-3 {
        padding: 3.18em 0;
    }

    .p-row {
        text-align: justify;
        text-align-last: center;
        -moz-text-align-last: center;
        font-size: 16px;
    }

    .p-col {
        padding: 0 10px;
        text-align: justify;
        font-size: 16px;
    }

    .line-row {
        width: 3em;
        margin: 2% auto 2% auto;
    }

    .line-col {
        width: 2em;
        margin: 6% auto 5% auto;
    }

    .divider {
        margin: 0 auto .5em auto;
    }

    .divider-2 {
        margin: 0 auto 1em auto;
    }

    .divider--1em {
        margin: 0 auto 1em auto;
    }

    .divider--1_5em {
        margin: 0 auto 1.5em auto;
    }

    .img {
        width: 45%;
    }

    .button {
        border: 1px solid black;
        margin: 0 auto;
        width: 13em;
        padding: 0.3em;
        text-align: center !important;
        letter-spacing: 4px;
        cursor: pointer;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    .button:hover {
        border: 1px solid white;
        color: white;
    }

    .invisible {
        display: none;
    }

    .white-text {
        color: white;
    }

    .green-text {
        color: #339c7e;
    }

    .white-border {
        border: 1px solid white;
    }

    .green-border {
        border: 1px solid #339c7e;
    }

    .black-background {
        background-color: #2f2f2f;
    }

}

/* ? Special case ─────────────────────────────────────── */

@media all {

    .black-background-footer {
        background-color: #28313d;
    }

    .white-text-footer {
        padding: 15px 0;
        margin: 0px;
        letter-spacing: 0.4px;
    }

}

/* ? Devices ───────────────────────────────────────────── */

@media only screen and (min-width: 800px) and (orientation: portrait)  {

    /* Pilots */

    .n2-section-smartslider {
        opacity: .7;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    .n2-section-smartslider:hover {
        opacity: 1;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.55);
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transition: 2s;
        -webkit-transition: 2s;
        -moz-transition: 2s;
        -ms-transition: 2s;
        -o-transition: 2s;
    }

}

@media only screen and (min-width: 800px) {

    /* * Delivarable */

    .table__col3--icon {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    tr:hover .table__col3--icon {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }
}

/* ! ─────────────────────────────────────────────────────────────────────────────────────  UX */

/* ? Pattern ──────────────────────────────────────────── */

@media all {

    .center .hero-content {
        background: url("../images/ptwist_header.png") no-repeat center;
    }

    .hero-content-overlay {
        text-align: center;
        color: #ffffff;
    }

    .hero-content-overlay footer {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-content-overlay footer.read-more a {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #339c7e;
    }

    .hero-content-overlay footer.read-more a:hover {
        background-color: #339c7e;
        border-color: #ffffff;
        color: #ffffff;
    }

    .hero-content .top-header-bar {
        background-color: #339c7e;
    }

    .ptwist-row {
        padding: 50px 0;
    }

    .ptwist-row-with-bg {
        background-color: #339c7e;
    }

    .ptwist-row-with-bg2 {
        background-color: white;
    }

    .ptwist-without-row-padding {
        margin-top: -50px;
        margin-bottom: -50px;
    }

    .ptwist-colored-text {
        color: #339c7e;
    }

    .ptwist-row .btn {
        background-color: #339c7e;
        border-color: #339c7e;
        color: #ffffff;
    }

    .ptwist-row .btn:hover {
        background-color: #ffffff;
        border-color: #339c7e;
        color: #339c7e;
    }

    .ptwist-row-with-bg .btn {
        background-color: #ffffff;
        border-color: #ffffff;
        color: #339c7e;
    }

    .ptwist-row-with-bg .btn:hover {
        background-color: #339c7e;
        border-color: #ffffff;
        color: #ffffff;
    }

    .ptwist-separator-row {
        background-color: #2f2f2f;
        color: #ffffff;
        padding: 20px 0;
    }

    .ptwist-values-list h4 {
        margin: 0px;
        font-size: 16px;
        font-weight: bold;
    }

    .with-errors {
        color: #dc3545;
    }

    .ptwist-partner-list img {
        max-height: 200px;
        max-width: 200px;
    }

    footer#site-footer {
        display: none;
    }

}

/* ? Black_block ──────────────────────────────────────── */

@media all {

    .black-block__title {
        letter-spacing: 1px;
    }

    th,
    td {
        vertical-align: middle !important;
    }

    .table__col1 {
        text-align: center;
        padding: 10px 10px !important;
    }

    .table__col2 {
        vertical-align: middle;
        text-align: left;
        padding: 10px 30px !important;
    }

    h2.black-block__title {
        padding: 0px;
        margin: 0px;
    }

    .black-block {
        background-color: #313b48;
        color: white;
        padding: 100px 0;
    }

    .black-block__line {
        background-color: #28313d;
        color: white;
    }

    p.black-bloc__line--text {
        padding: 15px 0;
        margin: 0px;
        letter-spacing: 0.4px;
    }

    .black-block__text0 {
        margin: 0;
        padding: 0 0 17px 0;
        text-align: justify;
    }

    .black-block__row {
        padding: 0 0 15px 0;
    }

    .black-block__img {
        padding: 15px 0 0 20px;
        width: 17em;
    }

}

/* ? White_block ──────────────────────────────────────── */

@media all {

    .white-block0 {
        padding: 65px 0 45px 0;
    }

    .white-block {
        padding: 55px 15px 45px 15px;
    }

    .white-block__divider {
        padding: 25px 0 0 0;
    }

    .white-block__ul {
        /* <h#> */
        padding: 0;
    }

    .white-block__column--title {
        /* <h#> */
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }

    .white-block__column--subtitle {
        /* <h#> */
        font-size: 14px;
        font-weight: 300;
        text-align: center;
    }

    .white-block__title {
        /* <h#> */
        padding: 0 0 1.8% 0;
        font-size: 1.9em;
        letter-spacing: 1.3px;
        text-align: center;
    }

    .white-block__title--green {
        /* <span> */
        color: #339c7e;
    }

    .white-block__subtitle {
        /* <p> */
        text-align: center;
    }

    .white-block__text {
        /* <p> */
        padding: 0 20px;
        font-size: 16px;
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center;
    }

    .white-block__text2 {
        /* <p> */
        padding: 0 20px;
        font-size: 16px;
        text-align: justify;
    }

    .white-block__line {
        width: 30%;
        margin: 4% auto 0% auto;
        border: 1.5px solid #339c7e;
    }

    .white-block__line2 {
        width: 3em;
        margin: 0 auto 2.8% auto;
        border: 1.5px solid #339c7e;
    }

    .white-block__column {
        text-align: center;
    }

    .white-block__subblock {
        padding-top: 35px;
    }

    .white-block__image {
        width: 45%;
    }

    .white-block__partners--title {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
    }

    p.white-block__partners--subtitle {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 100;
    }

    .white-block__line3 {
        width: 2em;
        margin: 4% auto 2.8% auto;
        border: 1px solid #339c7e;
    }

    .white-block3 {
        margin-bottom: 20px;
    }

    .white-block__img {
        text-align: center;
        padding: 0px;
    }

    .white-block__text3 {
        padding: 0px;
        font-size: 16px;
        text-align: justify;
    }

    .white-block__img--profile {
        width: 80%;
    }

}

/* ? Green_block ───────────────────────────────────────── */

@media all {

    .green-block i {
        color: white;
    }

    .green-block {
        padding: 70px 0 60px 0;
    }

    .green-block__line {
        width: 2em;
        margin: 6% auto 5% auto;
        border: 1px solid white;
    }

    .green-block__line2 {
        width: 2em;
        margin: 2% auto 2% auto;
        border: 1px solid white;
    }

    .green-block__title {
        text-align: center;
        padding: 0 0 0 0;
        font-size: 1.9em;
        letter-spacing: 1.3px;
    }

    .green-block__subtitle {
        /* <p> */
        text-align: center;
        padding: 0 0 2% 0;
    }

    .green-block__text {
        /* <p> */
        font-size: 16px;
        text-align: justify;
    }

    .green-block__text {
        /* <p> */
        font-size: 16px;
        text-align: justify;
        padding: 0 20px;
    }

    .green-block__column--title {
        /* <h#> */
        font-size: 20px;
        font-weight: 400;
        text-align: center;
    }

    .green-block__title2 {
        text-align: left;
        padding: 0 0 0 0;
        font-size: 1.9em;
        letter-spacing: 1.3px;
    }

    .green-block__line3 {
        width: 2em;
        margin: 4% 0;
        border: 1px solid white;
    }

}

/* ? Special_case ──────────────────────────────────────── */

@media all {

    .tablet .col-md-3 {
        max-width: 100%;
    }

    .img__content--1 {
        max-width: 85%;
        min-height: 75%;
        margin-top: -51px;
        margin-bottom: -51px;
    }

    .post-edit-link {
        display: none;
    }

    .entry-title {
        display: none;
    }

    .builder-header-html-item.item--html {
        font-weight: 600;
        letter-spacing: 4px;
        color: white;
    }

    .screen-reader-text {
        display: none;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
        width: 92%;
        padding: .5em 1.5em;
        letter-spacing: 3px;
        border: 1px solid white;
        font-family: monospace;
        font-size: 18px;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:hover {
        color: white;
        background: #339c7e;
        border: 1px solid white;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
        color: white;
        background: #339c7e;
        border: 1px solid white;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:hover::placeholder {
        color: white;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus::placeholder {
        color: white;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    input.wpcf7-form-control.wpcf7-submit {
        cursor: pointer;
        width: 70%;
        margin-left: 20px;
        letter-spacing: 3px;
        background: white;
        color: #9a9aa0;
        padding: 0.7em 4em;
        transition: .5s;
        border: 1px solid white;
    }

    input.wpcf7-form-control.wpcf7-submit:hover {
        background: #339c7e;
        color: white;
        border: 1px solid white;
    }

    textarea.wpcf7-form-control.wpcf7-textarea {
        width: 92%;
        height: 8em;
        padding: 1em 1.1em;
        letter-spacing: 2px;
        border: 1px solid white;
        font-family: monospace;
        font-size: 18px;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    textarea.wpcf7-form-control.wpcf7-textarea:hover {
        color: white;
        background: #339c7e;
        border: 1px solid white;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    textarea.wpcf7-form-control.wpcf7-textarea:focus {
        color: white;
        background: #339c7e;
        border: 1px solid white;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    textarea.wpcf7-form-control.wpcf7-textarea:focus::placeholder {
        color: white;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    textarea.wpcf7-form-control.wpcf7-textarea:hover::placeholder {
        color: white;
        transition: 1s;
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    form.wpcf7-form {
        text-align: center;
        padding: 40px 1em;
        background-color: #339c7e;
    }

    span.wpcf7-not-valid-tip {
        padding: 20px 0 0 0;
        margin: 0;
    }

    div.wpcf7-validation-errors,
    div.wpcf7-acceptance-missing {
        border: 0 !important;
        color: red;
    }

    img.fb-icon {
        width: 17%;
        padding: 10px;
    }

    ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        font-weight: 500;
        color: #9a9a9a;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        font-weight: 500;
        color: #9a9a9a;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        font-weight: 500;
        color: #9a9a9a;
    }

    :-moz-placeholder {
        /* Firefox 18- */
        font-weight: 500;
        color: #9a9a9a;
    }

    div#wpadminbar {
        display: block;
        padding-bottom: 22px;
    }

    iframe#twitter-widget-0 {
        width: 100% !important;
    }

    .team-wrapper .team-social a:hover {
        color: #2299a1;
    }

    .fa {
        padding: 10px 5px 20px 5px;
        color: black;
    }

    .fa:hover {
        color: #757686;
    }

    .green-block2 {
        padding: 4em 0 0 0;
    }

    .tweet-block {
        padding: 0 15px 45px 15px;
    }

    span.wpcf7-not-valid-tip {
        color: #313b48 !important;
    }

    div.wpcf7-validation-errors,
    div.wpcf7-acceptance-missing {
        color: #313b48 !important;
    }

    .contact-block__line {
        width: 1em;
        margin: 4% 0;
        border: 1px solid #339c7e;
        background: #339c7e;
    }

    .SandboxRoot.env-bp-970 .timeline-Tweet-text {
        font-size: 18px;
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #000000 !important;
    }

    /* Deliverables */
    
    .table__col3 {
        text-align: center;
    }
    
    .table__col3--icon {
        width: 4em;
        padding: .8em;
    }

    /* Pilots */

    #pilots--content {
        visibility: hidden;
        overflow: hidden;
        max-height: 0px;
        transition: max-height 1.5s ease-out;
        -webkit-transition: max-height 1.5s ease-out;
        -moz-transition: max-height 1.5s ease-out;
        -ms-transition: max-height 1.5s ease-out;
        -o-transition: max-height 1.5s ease-out;
    }

    .img-partners {
        width: 9em;
        margin-bottom: 4%;
        transform: scale(1);
        transition: .5s;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        -ms-transition: .5s;
        -o-transition: .5s;
    }

    .img-partners:hover {
        transform: scale(1.2);
        transition: 1s;
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transition: 1s;
        -moz-transition: 1s;
        -ms-transition: 1s;
        -o-transition: 1s;
    }

    .title-partners {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1px;
    }

    .subtitle-partners {
        font-size: 14px;
        letter-spacing: 1px;
        font-weight: 100;
    }

    .img-advisotory {
        width: 15em;
        margin: 2% 0 5% 0;
    }

    .p-row-advisotory {
        text-align: left;
        font-size: 16px;
    }

    .p-col-advisotory {
        text-align: justify;
        font-size: 16px;
    }

    .n2-section-smartslider {
        border: 1px solid white;
        background-color: #339c7e;
    }

    .n2-padding {
        background-color: white;
    }

    /* Contact form */

    .wpcf7-recaptcha>div:first-child {
        width: 100% !important;
    }

    .wpcf7-form p label:last-child {
        display: none;
    }

    .wpcf7-form p br:last-of-type {
        display: none;
    }

    .wpcf7-form-control-wrap {
        margin-bottom: 5%;
    }

    .line-row-contact {
        width: 3em;
        margin: 5% 0;
    }

    .section-footer {
        padding: 4em 0;
    }

    .divider-footer {
        padding: 0 0 15px 0;
    }

}

/* ? Devices ────────────────────────────────────────────── */

@media only screen and (min-width: 800px) {

    /* * Delivarable */

    .table__col2 {
        padding: 10px 30px !important;
    }

}

@media only screen and (max-device-width: 800px) {

    /* * Pattern */

    .line-row {
        margin: 6% auto 5% auto;
    }

    .black-block__text0 {
        text-align: center;
    }

    /* * Delivarable */

    .table-wrapper {
        font-size: 3vw;
    }

    .table__col2 {
        padding: 2px !important;
    }

    /* * Special case */

    .nav__scroll--0 {
        max-height: 60px !important;
    }

    .site-img-logo {
        width: 10em;
        padding: 25px 20px;
    }

    div#n2-ss-1-align {
        margin-top: 5.8em;
    }

    #deliverables--content__1 {
        display: none;
    }

    .line-row-contact {
        margin: 5% auto;
        text-align: center;
    }

    #n2-ss-1-align {
        margin-top: 124px;
    }

    .siteorigin-widget-tinymce.textwidget {
        text-align: center;
    }

    .divider-footer {
        padding: 0 0 15px 0;
    }


    /* ? ─────────────────────────────────────────  - - - */

}

/* ! ─────────────────────────────────────────────────────────────────────────────────────  AN */

/* ? Navigation ────────────────────────────────────────── */

.nav__scroll--0 {
    max-height: 90px;
    transition: max-height .5s ease-out;
    -webkit-transition: max-height .5s ease-out;
    -moz-transition: max-height .5s ease-out;
    -ms-transition: max-height .5s ease-out;
    -o-transition: max-height .5s ease-out;
}

.nav__scroll--1 {
    max-height: 60px;
    transition: max-height .5s ease-out;
    -webkit-transition: max-height .5s ease-out;
    -moz-transition: max-height .5s ease-out;
    -ms-transition: max-height .5s ease-out;
    -o-transition: max-height .5s ease-out;
}

/* ? Pilots ────────────────────────────────────────────── */

.pilots__button--1 {
    max-height: 245vw !important;
    transition: max-height 3s ease-out !important;
    -webkit-transition: max-height 3s ease-out !important;
    -moz-transition: max-height 3s ease-out !important;
    -ms-transition: max-height 3s ease-out !important;
    -o-transition: max-height 3s ease-out !important;
}

@keyframes fadein {
    from {
        opacity: 0;
        height: 0%;
    }

    to {
        opacity: 1;
        height: 100%;
    }
}

@-moz-keyframes fadein {

    /* Firefox */
    from {
        opacity: 0;
        height: 0%;
    }

    to {
        opacity: 1;
        height: 100%;
    }
}

@-webkit-keyframes fadein {

    /* Safari and Chrome */
    from {
        opacity: 0;
        height: 0%;
    }

    to {
        opacity: 1;
        height: 100%;
    }
}

@-o-keyframes fadein {

    /* Opera */
    from {
        opacity: 0;
        height: 0%;
    }

    to {
        opacity: 1;
        height: 100%;
    }
}

.fadein {
    visibility: inherit !important;
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}

.fadeout {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .4s, opacity .4s linear;
    -webkit-transition: visibility 0s .4s, opacity .4s linear;
    -moz-transition: visibility 0s .4s, opacity .4s linear;
    -ms-transition: visibility 0s .4s, opacity .4s linear;
    -o-transition: visibility 0s .4s, opacity .4s linear;
}

/* ? Deliverables ──────────────────────────────────────── */

@keyframes fadeout-2 {
    from {
        opacity: 1;
        height: 100%;
    }

    to {
        opacity: 0;
        height: 0%;
    }
}

@-moz-keyframes fadeout-2 {

    /* Firefox */
    from {
        opacity: 1;
        height: 100%;
    }

    to {
        opacity: 0;
        height: 0%;
    }
}

@-webkit-keyframes fadeout-2 {

    /* Safari and Chrome */
    from {
        opacity: 1;
        height: 100%;
    }

    to {
        opacity: 0;
        height: 0%;
    }
}

@-o-keyframes fadeout-2 {

    /* Opera */
    from {
        opacity: 1;
        height: 100%;
    }

    to {
        opacity: 0;
        height: 0%;
    }
}

.fadeout-2 {
    visibility: inherit !important;
    animation: fadeout-2 1s;
    -moz-animation: fadeout-2 1s;
    -webkit-animation: fadeout-2 1s;
    -o-animation: fadeout-2 1s;
}

/* ! ─────────────────────────────────────────────────────────────────────────────────────  ... */

div#n2-ss-1 .n2-style-675b32e25e962d27aba13cf03044f3c5-heading {
    border: 1px solid black;
    background-color: unset;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

div#n2-ss-1 .n2-style-675b32e25e962d27aba13cf03044f3c5-heading {
    border: 1px solid white;
    background-color: unset;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

div#n2-ss-1 .n2-font-1103-link a {
    color: black;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

div#n2-ss-1 .n2-font-1103-link a:hover {
    color: white;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.sub-menu {
    position: absolute;
}

.sub-menu.sub-lv-0 {
    position: absolute;
    /* visibility: hidden; */
    transition: 1s;
    display: none;
}
/**vision & mision**/
li#menu-item--main-desktop-186:hover {
    height: 10em;
}

li#menu-item--main-desktop-186:hover .sub-menu.sub-lv-0 {
	display: block;border: 1px solid #e0e3e7;
	margin-top: 1.5em;
	background-color: white;}


li#menu-item--main-desktop-187 {
    width: 100%;
    border-bottom: 1px solid #e0e3e7;
}

li#menu-item--main-desktop-186:hover {
    height: 10em;
}
li#menu-item--main-desktop-187 {
    transition: 1s;
}
li#menu-item--main-desktop-188 {
    width: 100%;
}
/*******************************/

/**project**/
li#menu-item--main-desktop-190:hover {
    height: 10em;
}


li#menu-item--main-desktop-190:hover .sub-menu.sub-lv-0 {
	display: block;border: 1px solid #e0e3e7;
	margin-top: 1.5em;
	background-color: white;}

li#menu-item--main-desktop-877 {
    width: 100%;
    border-bottom: 1px solid #e0e3e7;
	transition: 1s;
}
li#menu-item--main-desktop-192 {
    width: 100%;
    border-bottom: 1px solid #e0e3e7;
	transition: 1s;
}

li#menu-item--main-desktop-193 {
    width: 100%;
}
/*******************************/

/**pilots**/
li#menu-item--main-desktop-191:hover {
    height: 10em;
}


li#menu-item--main-desktop-191:hover .sub-menu.sub-lv-0 {
	display: block;border: 1px solid #e0e3e7;
	margin-top: 1.5em;
	background-color: white;}


li#menu-item--main-desktop-894 {
    width: 100%;
    border-bottom: 1px solid #e0e3e7;
	transition: 1s;
}
li#menu-item--main-desktop-905 {
    width: 100%;
    border-bottom: 1px solid #e0e3e7;
	transition: 1s;
}


li#menu-item--main-desktop-906 {
    width: 100%;
}
/*******************************/

/**supporters**/
li#menu-item--main-desktop-878:hover {
    height: 10em;
}


li#menu-item--main-desktop-878:hover .sub-menu.sub-lv-0 {
	display: block;border: 1px solid #e0e3e7;
	margin-top: 1.5em;
	background-color: white;}


li#menu-item--main-desktop-879 {
    width: 100%;
    border-bottom: 1px solid #e0e3e7;
	transition: 1s;
}
li#menu-item--main-desktop-880 {
    width: 100%;
    border-bottom: 1px solid #e0e3e7;
	transition: 1s;
}


li#menu-item--main-desktop-881 {
    width: 100%;
}
/*******************************/

.sub-lv-0 li:hover {
    background-color: #339c7e !important;
    color: white !important;
    transition: 1s;
}

ul.sub-menu.sub-lv-0 {
    font-size: 0.85em;
    text-align: center;
}

#pg-44-1> .panel-row-style, #pg-44-2> .panel-row-style, #pg-44-4> .panel-row-style, #pg-44-6> .panel-row-style, #pg-44-7> .panel-row-style, #pg-44-13> .panel-row-style, #pg-44-14> .panel-row-style {
    padding: 0px !important;
}
