/*
Theme Name: Clexio
*/


/* Fonts */

@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/wp-content/themes/Clexio/assets/fonts/Mukta_400.woff2) format('woff2');
}

@font-face {
    font-family: 'Mukta';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/wp-content/themes/Clexio/assets/fonts/Mukta_700.woff2) format('woff2');
}

@font-face {
    font-family: 'Aglet Sans';
    src: url('/wp-content/themes/Clexio/assets/fonts/Aglet_Sans_Bold.eot');
    src: url('/wp-content/themes/Clexio/assets/fonts/Aglet_Sans_Bold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/Clexio/assets/fonts/Aglet_Sans_Bold.woff2') format('woff2'), url('/wp-content/themes/Clexio/assets/fonts/Aglet_Sans_Bold.woff') format('woff');
    font-weight: 700;
}

@font-face {
    font-family: 'Aglet Sans';
    src: url('/wp-content/themes/Clexio/assets/fonts/Aglet_Sans_Regular.eot');
    src: url('/wp-content/themes/Clexio/assets/fonts/Aglet_Sans_Regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/Clexio/assets/fonts/Aglet_Sans_Regular.woff2') format('woff2'), url('/wp-content/themes/Clexio/assets/fonts/Aglet_Sans_Regular.woff') format('woff');
    font-weight: 400;
}


/* General CSS */

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Aglet Sans';
    color: #0E1738;
}

html.no-scorll,
html.no-scorll body {
    overflow: hidden;
}

h1 {
    font-size: 40px;
    line-height: 1.25em;
}

h2 {
    font-size: 36px;
    line-height: 1.22em;
    margin-bottom: 20px;
}

h2.with-mark {
    position: relative;
    z-index: 2;
    padding-left: 10px;
    font-size: 32px;
}

h2.with-mark:before {
    content: '';
    width: 215px;
    height: 215px;
    display: block;
    position: absolute;
    left: -50px;
    top: 50%;
    margin-top: -95px;
    background-image: url(/wp-content/uploads/2021/04/clexio_journey.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.inner-pipeline h2.with-mark:before,
.fusion h2.with-mark:before {
    background-image: url(/wp-content/uploads/2021/04/Fill.svg);
    height: 150px;
    width: 106px;
    margin-top: -75px;
    left: -50px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h2.left-mark {
    padding-left: 20px;
    position: relative;
    margin: 0;
}

h2.left-mark:after {
    content: '';
    width: 2px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FF551E;
}

h2 span,
h1 span {
    color: #0072FF;
}

p {
    font-family: 'Mukta';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44em;
    margin-bottom: 20px;
}

a {
    font-family: 'Mukta';
    position: relative;
    font-weight: 700;
    color: #0072FF;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    position: relative;
    transition: color .35s ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #0E1738;
}

a.cta {
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 13px;
    border: 2px solid #0072FF;
    padding: 12px 34px;
    text-align: center;
    transition: all .35s ease-in-out;
}

a.cta:hover {
    border: 2px solid white;
    color: white;
    background-color: #0072FF;
}

a.url,
.content-warp a {
    font-size: 18px;
    white-space: normal;
    word-break: break-all;
}

.content-warp p {
    line-height: 1.5em;
}

.content-warp ul li {
    font-family: 'Mukta';
    font-weight: 400;
    font-size: 18px;
    line-height: 1.44em;
    margin-bottom: 20px;
}

.owl-padding {
    margin-top: 5rem;
}

a.cta.upload {
    color: white;
    border-radius: 10px;
    height: 40px;
    padding: 5px 0;
    text-transform: none;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    border: 0;
    background-color: #0072FF;
    width: 100%;
    max-width: 400px;
    line-height: 1.7em;
    margin-bottom: 50px;
    margin-top: 60px;
}

a.cta.upload img {
    margin-bottom: 5px;
    margin-left: 7px;
}

a[aria-current="page"],
.current-menu-parent a {
    color: #0e1738;
}

.flex-center {
    align-items: center;
    justify-content: center;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1200px;
    }
}

.double-arrow {
    position: absolute;
    left: 35px;
    bottom: -15vh;
    transform: rotate(90deg);
    margin-bottom: 45px;
}

.arrow-owl .owl-carousel .owl-nav button.owl-next,
.arrow-owl .owl-carousel .owl-nav button.owl-prev,
.arrow-owl .owl-carousel button.owl-dot {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 15px;
    font-size: 80px;
    transition: all .15s ease-in-out;
    opacity: 0.8;
    line-height: 1em;
    font-family: 'Aglet Sans';
}

.arrow-owl .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: black;
    opacity: 1;
    transform: scale(1.1);
}

.arrow-owl .owl-theme .owl-nav {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -40px;
}

.arrow-owl .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 25px;
}

.arrow-owl .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 25px;
}


/* Style */

header {
    padding: 55px 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: all .35s ease-in-out;
    opacity: 1;
    z-index: 999;
    background-color: rgb(255 255 255 / 90%);
}

header.hide {
    top: -134px;
    opacity: 0;
}

header.clean,
header.is-active {
    background-color: transparent;
}

.front-1 header a {
    color: #0E1738;
}

header .menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

header .menu>li {
    display: inline-block;
    margin-right: 35px;
    text-transform: uppercase;
}

header .menu li.menu-item-has-children {
    position: relative;
}

header .menu li .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    position: absolute;
    padding: 25px 30px;
    background-color: white;
    list-style: none;
    top: 100%;
    margin-top: 10px;
    box-shadow: 0 0 15px 7px rgb(223 223 223 / 50%);
    transition: all .35s ease-in-out;
}

header .menu li.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

header .menu li.menu-item-has-children:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: 100%;
    margin-left: 7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0;
    border-color: #0e1738 transparent transparent;
    transform: rotate(0deg);
    transition: transform .35s ease-in-out;
}

header .menu li.menu-item-has-children:hover:after {
    transform: rotate(180deg);
}

header .menu li .sub-menu a {
    font-weight: 400;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 18px;
    color: #0e1738;
}

header .menu li .sub-menu li {
    margin-bottom: 10px;
}

header .menu li .sub-menu li a {
    transition: color .35s ease-in-out;
}

header .menu li .sub-menu li:hover a {
    color: #0072ff;
}

header .menu li .sub-menu li:last-child {
    margin-bottom: 0;
}

header .menu li.current_page_item a {
    color: #0E1738;
}

header .logo img {
    width: 100%;
    margin: 0;
}

header .logo {
    margin-right: 40px;
    display: inline-block;
    max-width: 134px;
}

.front-1 header .logo {
    display: none;
}

.top-banner {
    background-size: cover;
    background-position: center center;
    margin-bottom: 9rem;
}

.top-banner.home .logo {
    position: relative;
    margin-top: 40px;
}

.top-banner.home .logo .mimark {
    position: absolute;
    left: 0;
    bottom: 100%;
    margin: 0;
    margin-bottom: -66px;
    margin-left: -54px;
    z-index: 0;
}

.top-banner.home .logo .mimark:before {
    animation-name: heightMark;
    animation-duration: 0.7s;
    animation-delay: 0.2s;
    animation-timing-function: ease-out;
    content: '';
    display: block;
    height: auto;
    width: 100%;
    background-color: white;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-banner.home .logo .mimark img {
    margin: 0;
}


/*@keyframes heightMark {
  0% {height: 100%;}
  100% {height: 0}
}*/

@-moz-document url-prefix() {
    header .logo img {
        width: 134px;
    }
}

.top-banner h1 {
    max-width: 520px;
}

.top-banner .small-header {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

.top-banner .warp {
    height: 77vh;
    max-height: 675px;
}

.top-banner .inner-page {
    margin-top: 5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.top-banner .pipeline-page {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}

.top-banner .inner-page .warp {
    height: 55vh;
}

.top-banner .pipeline-page .warp {
    max-height: 350px;
}

.top-banner.pipeline-page {
    margin-bottom: 15px;
}

.logo>img {
    max-width: 134px;
    margin-bottom: 24px;
    position: relative;
}

.info {
    margin-bottom: 6rem;
}

.info .col-lg-6:first-child {
    border-right: 2px solid #F1F1F1;
}

.info .col-lg-6:last-child .warp {
    margin-left: auto;
}

.info .warp {
    max-width: 480px;
}

.info .warp p {
    margin-bottom: 48px;
}

.products-table .col-lg-12>p {
    max-width: 685px;
    margin-bottom: 32px;
}

.menu-main-container {
    display: inline-block;
}


/* pipline */

#pipline {
    margin-bottom: 130px;
}

#pipline .t-row {
    border-top: 2px solid #F1F1F1;
    min-height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#pipline .t-row h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

#pipline .t-row h3 span {
    font-size: 24px;
    font-weight: 700;
}

#pipline .t-header {
    display: flex;
}

#pipline .t-header div {
    text-align: center;
    color: #D0D0D0;
    padding: 11px 0;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 100%;
    position: relative;
}

#pipline .t-header div>i {
    content: '';
    position: absolute;
    width: 2px;
    height: 590px;
    background-color: #F1F1F1;
    opacity: 0.9;
    right: 0;
    top: 0;
    z-index: -1;
}

#pipline .t-header div:last-child i {
    display: none;
}

#pipline .row-product {
    width: 50%;
    border-radius: 20px;
    background-color: #f79336;
    color: #fff;
    font-size: 18px;
    padding: 7px 20px;
    position: relative;
    display: block;
    font-weight: 400;
    text-transform: capitalize;
}

#pipline .row-product.two {
    padding: 2px 20px;
    line-height: 1em;
}

#pipline .row-product:nth-child(2) {
    margin-top: 20px;
}

#pipline .row-product span {
    font-size: 14px;
}

#pipline .row-product i {
    content: '';
    display: block;
    width: 100%;
    border-radius: 20px;
    position: absolute;
    height: 40px;
    z-index: -1;
    left: 0;
    top: 50%;
    margin-top: -20px;
    opacity: 0.2;
}

.facts {
    text-align: center;
}

.facts h2 {
    margin-bottom: 45px;
}

.facts .warp {
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 24px;
}

.facts .warp img {
    height: 50px;
    width: auto;
    margin-bottom: 25px;
}

.facts .warp h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
}

.facts .warp p {
    margin-bottom: 0;
}

footer {
    font-family: 'Mukta';
    background-color: #0E1738;
    color: #F0FCFF;
    padding: 40px 0;
    font-weight: 400;
    margin-top: 150px;
}

footer p {
    font-size: 16px;
    margin-bottom: 0;
}

footer a {
    transition: color .35s ease-in-out;
}

footer a:hover {
    color: #0072FF;
}

footer h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-img {
    width: 100%;
    max-width: 97px;
}

.footer-contact {
    margin-left: 65px;
}

.footer-contact ul,
.footer-address ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-address ul li {
    font-size: 15px;
}

.footer-contact ul li a {
    color: white;
    text-transform: lowercase;
}

.footer-contact ul li a:hover {
    color: #0072FF;
}

.footer-contact ul li img {
    display: inline-block;
    margin-right: 7px;
}

.menu-footer a {
    color: white;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
}

.menu-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
    padding: 10px 0;
    position: relative;
}

.menu-footer ul:after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 2px;
    background-color: #1A2980;
}

.copyrights {
    font-size: 14px;
    color: white;
    font-weight: 400;
    text-align: center;
    padding-top: 20px;
}

.copyrights a {
    color: white;
    font-weight: 500;
}

#extra-info .content-warp {
    padding-left: 70px;
    max-width: 760px;
}

#extra-info .content-warp img {
    width: 100%;
    height: auto;
    padding: 55px 0;
}

.inner-pipeline #extra-info {
    padding-top: 120px;
}

.inner-pipeline #extra-info .content-warp {
    padding-left: 0;
    max-width: 100%;
}

.inner-pipeline #extra-info .content-warp h3 {
    font-size: 18px;
    font-weight: 700;
}

.team .nav {
    display: flex;
    border: 0;
    margin-bottom: 70px;
    margin-top: 130px;
}

.team .nav>li {
    flex: 1;
}

.team .nav-tabs .nav-link {
    border: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    min-height: 108px;
    border-right: 2px solid #f1f1f1;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0072ff;
    padding: 0;
}

.team .nav-tabs .nav-link.active {
    color: #121212;
    position: relative;
}

.team .nav-tabs .nav-link span {
    position: relative;
    max-width: 200px;
    display: inline-block;
}

.team .nav-tabs .nav-link.active span:after {
    content: '';
    width: 120px;
    height: 55px;
    display: block;
    position: absolute;
    left: 0;
    margin-left: -30px;
    bottom: 100%;
    margin-bottom: -35px;
    background-image: url(/wp-content/uploads/2021/04/About-Profile-headline-line.svg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

.team .nav-tabs li:last-child .nav-link {
    border-right: 0;
}

.team .nav-tabs .nav-link:focus,
.team .nav-tabs .nav-link:hover {
    outline: 0;
}

#teamTabContent .item {
    color: #121212;
    text-transform: capitalize;
    max-width: 320px;
    display: block;
    margin: 0 auto;
    margin-bottom: 58px;
}

#teamTabContent .item img {
    width: 100%;
}

#teamTabContent .item .img-warp {
    margin-bottom: 24px;
    position: relative;
}

#teamTabContent .item .img-warp label {
    position: absolute;
    display: inline-block;
    padding: 7px 15px;
    background-color: rgb(255 255 255 / 75%);
    color: #000;
    font-size: 18px;
    text-align: center;
    bottom: 25px;
    right: 0;
    font-weight: 700;
}

#teamTabContent .item .img-warp label span {
    font-weight: 400;
}

#teamTabContent .item h3 {
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 700;
}

#teamTabContent .item div {
    font-size: 18px;
    font-family: 'Mukta';
    font-weight: 400;
}

.inner-team {
    margin-top: 25vh;
}

.inner-team .social>a {
    display: inline-block;
    margin-right: 30px;
    max-width: 30px;
}

.inner-team .social>a.linkedin svg g>g,
.inner-team .social>a.emailicon svg #Group-3>path,
.inner-team .social>a.emailicon svg #Email>path {
    transition: all .35s ease-in-out;
}

.inner-team .social>a.linkedin:hover svg g>g,
.inner-team .social>a.emailicon:hover svg #Group-3>path,
.inner-team .social>a.emailicon:hover svg #Email>path {
    fill: #0072ff;
}

.inner-team .social>a>img {
    width: 100%;
}

.inner-team .profile-image>img {
    width: 100%;
}

.inner-team .profile-image {
    margin-bottom: 40px;
    position: relative;
}

#teamTabContent .item .img-warp:after {
    content: '';
    opacity: 0;
    display: block;
    transition: all .35s ease-in-out;
}

.inner-team .profile-image:after,
#teamTabContent .item .img-warp:hover:after {
    content: '';
    position: absolute;
    display: block;
    width: 108%;
    height: 108%;
    background-image: url(/wp-content/uploads/2021/04/Image-frame.svg);
    background-repeat: no-repeat;
    background-position: center center;
    top: -14px;
    left: -14px;
    background-size: contain;
    opacity: 1;
}

.inner-team .warp {
    position: relative;
    padding-left: 15px;
}

.inner-team .warp .role {
    font-size: 18px;
    padding-bottom: 30px;
}

.inner-team .warp h1 {
    font-size: 38px;
    font-weight: 400;
    line-height: 1em;
    margin-bottom: 10px;
}

.inner-team #back-a {
    opacity: 40%;
    position: absolute;
    left: 100%;
    margin-left: 30px;
    white-space: nowrap;
    top: -50px;
    color: #000;
    text-transform: uppercase;
}

.pipeline-content {
    padding-top: 170px;
}

.pipeline-content #pipline {
    margin-bottom: 130px;
}

.pipeline-content .item {
    padding-left: 85px;
    position: relative;
    margin-bottom: 120px;
}

.pipeline-content .item h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 2px;
}

.pipeline-content .item h3>span {
    color: #121212;
}

.pipeline-content .item .num {
    position: absolute;
    font-size: 70px;
    font-weight: 700;
    color: #121212;
    opacity: 10%;
    left: 0;
    top: 0;
    line-height: 0.8em;
}

.pipeline-content .item .num:after {
    content: '';
    display: block;
    width: 6px;
    height: 120%;
    position: absolute;
    left: 100%;
    margin-left: 10px;
    top: 0px;
    background-color: #121212;
}

.info-owl {
    text-align: center;
    position: relative;
    max-width: 450px;
    margin: 0 auto;
    margin-top: 100px;
}

.pipeline-row .info-owl {
    margin-top: 75px;
}

.info-owl:after {
    content: '';
    width: 115px;
    height: 90px;
    display: block;
    background-image: url(/wp-content/uploads/2021/04/double-art.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -6vh;
    bottom: 7vh;
}

.info-owl .c-item {
    max-width: 450px;
    margin: 0 auto;
}

.info-owl .c-item p {
    margin: 0;
    text-decoration: underline;
    text-decoration-color: #d8d8d8;
    text-decoration-thickness: 2px;
    line-height: 1.75rem;
    font-style: italic;
}

.info-owl .c-item .auther {
    font-family: 'Mukta';
    font-weight: 400;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #d8d8d8;
    text-decoration-thickness: 2px;
}

.info-owl .owl-prev {
    transform: rotate(180deg);
    position: absolute;
    left: -40%;
}

.info-owl .owl-next {
    position: absolute;
    right: -40%;
}

.info-owl .owl-nav>button {
    line-height: 1em !important;
    margin: 0 !important;
    padding: 15px;
}

.info-owl .owl-nav>button:active,
.info-owl .owl-nav>button:focus,
.info-owl .owl-nav>button:hover {
    background-color: transparent !important;
    border: 0 !important;
    outline: 0 !important;
}

.info-owl .owl-nav {
    position: absolute;
    margin: 0;
    width: 100%;
    top: 50%;
    margin-top: -15px;
    display: block;
}

.pipeline-row .info-owl {
    padding-top: 0;
}

.pipeline-row .info-owl,
.pipeline-row .info-owl .c-item {
    max-width: 550px;
}

.pipeline-row .info-owl:after {
    display: none;
}

.pipeline-cat {
    padding-top: 140px;
    padding-bottom: 40px;
}

.pipeline-cat ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.pipeline-cat ul li {
    flex: 1;
}

.pipeline-cat ul li a {
    border: 0;
    margin: 0;
    text-align: center;
    width: 100%;
    border-radius: 0;
    background-color: transparent;
    min-height: 108px;
    border-right: 2px solid #f1f1f1;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0072ff;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Aglet Sans';
}

.pipeline-cat ul li a.active {
    color: #0e1738;
    font-weight: 700;
    border: 2px solid #0072FF;
}

.pipeline-cat ul li a div {
    width: 100%;
    line-height: 1em;
    text-align: center;
}

.pipeline-cat ul li:first-child,
.pipeline-cat ul li:last-child {
    flex: 0.65;
}

.pipeline-cat ul li:first-child a {
    text-align: left;
}

.pipeline-cat ul li:last-child a {
    text-align: right;
    border: 0;
}

.pipeline-cat ul li a span {
    font-size: 18px;
    font-weight: 400;
    display: block;
    text-align: center;
    text-transform: capitalize;
}

.inner-pipeline>.pipeline-row {
    padding: 55px 0;
}

.inner-pipeline>.pipeline-row:nth-child(even) {
    background-color: #F1F1F1;
}

.fusion {
    padding-top: 100px;
    font-family: 'Mukta';
}

.fusion h2 {
    font-family: 'Aglet Sans';
    margin: 0;
}

.fusion-row {
    display: flex;
    position: relative;
    padding-left: 35px;
}

.fusion-row:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #0072ff;
    left: -9px;
    top: 35px;
    border: 10px solid white;
}

.fusion-row:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #f3f3f3;
    left: 5px;
    top: 0;
    margin-top: 35px;
}

.fusion-row:last-child:before {
    display: none;
}

.fusion-row>.left {
    flex: 0.75;
}

.fusion-row>.left>.warp {
    max-width: 400px;
}

.fusion-row>.left h3 {
    padding-top: 20px;
    font-size: 36px;
    margin-bottom: 4px;
    position: relative;
    font-family: 'Aglet Sans'
}

.fusion-row>.left h3>span {
    font-size: 70px;
    opacity: 5%;
    font-weight: 700;
    position: absolute;
    left: -10px;
    bottom: -9px;
}

.fusion-row>.left p {}

.fusion-row>.right {
    flex: 1;
}

.fusion-row>.right>.warp {
    padding: 0 40px;
    border-top: 2px solid #e7e8ec;
    border-bottom: 2px solid #e7e8ec;
    min-height: 165px;
    display: flex;
    align-items: center;
    margin-bottom: 150px;
}

.fusion-row>.right>.warp>img {
    padding-right: 65px;
}

.fusion-row>.right>.warp>.quete {
    font-size: 18px;
}

.fusion-row>.right>.warp>.quete>span {
    display: block;
    font-weight: 700;
    font-family: 'Aglet Sans';
}

.fusion-carousel {
    padding-top: 130px;
}

.fusion-carousel img {
    opacity: 40%;
    transition: opacity .35s ease-in-out;
}

.fusion-carousel .center>img {
    opacity: 1;
}

#accordionCareers {
    padding-left: 70px;
}

#accordionCareers .short-des span {
    margin-right: 10px;
}

#accordionCareers>.item {
    width: 100%;
    border-bottom-width: 2px;
    border-image-slice: 1;
    border-bottom-style: solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-image-source: linear-gradient(90deg, rgba(0, 114, 255, 1) 0%, rgba(0, 114, 255, 0.28) 64%, rgba(0, 114, 255, 0) 100%);
}

#accordionCareers>.item .head {
    cursor: pointer;
    min-height: 200px;
    display: flex;
    align-items: center;
    position: relative;
}

#accordionCareers>.item .head div[data-bs-toggle="collapse"] {
    width: 100%;
}

#accordionCareers>.item .head .mk {
    font-size: 36px;
    display: block;
    position: absolute;
    color: #0072FF;
    top: 50%;
    right: 0;
    transform: rotate(90deg);
    font-weight: 700;
    margin-top: -30px;
    transition: transform .35s ease-in-out;
}

#accordionCareers>.item .head div[aria-expanded="true"] .mk {
    transform: rotate(-90deg);
}

#accordionCareers>.item h2 {
    margin-bottom: 10px;
}

#accordionCareers>.item .inner-warp {
    padding-left: 90px;
}

#accordionCareers>.item .inner-warp h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#accordionCareers>.item .inner-warp ul {
    padding: 0;
    padding-left: 35px;
    margin: 0;
    list-style: none;
    margin-bottom: 40px;
}

#accordionCareers>.item .inner-warp ul li {
    position: relative;
    padding-bottom: 20px;
    font-size: 18px;
}

#accordionCareers>.item .inner-warp ul li:last-child {
    padding-bottom: 0;
}

#accordionCareers>.item .inner-warp ul li:after {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2021/04/VV.svg);
    display: block;
    position: absolute;
    left: -35px;
    top: 0;
    margin-top: 5px;
    background-size: cover;
}

#accordionCareers .accordion-collapse {
    border: 0;
}

.cv-warp {
    background-color: #F1F1F1;
    padding: 30px 90px;
    margin: 0 auto;
    border-radius: 13px;
    margin-top: 70px;
    position: relative;
}

.contact {
    margin-top: 170px;
}

.contact .cv-warp {
    padding: 50px;
    max-width: 600px;
    margin-right: 0;
    margin-top: 0;
}

.contact .left-warp h2 {
    padding-top: 50px;
    margin-bottom: 36px;
}

.contact .left-warp ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact .left-warp ul li {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin-bottom: 20px;
}

.contact .left-warp ul li a {
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    flex: 1;
    text-transform: capitalize;
}

.contact .left-warp ul li:first-child a {

    text-transform: unset;
}

.contact .left-warp ul li img {
    flex: 0.25;
    max-width: 35px;
    margin-right: 35px;
}

.contact .cv-warp .input-warp {
    max-width: 100%;
}

.careers #file-name {
    position: absolute;
    top: 100%;
    left: 0;
}

.cv-warp h4 {
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.cv-warp .input-warp {
    display: flex;
    align-items: center;
    max-width: 95%;
    margin-bottom: 30px;
    position: relative;
}

.cv-warp .input-warp.hide >span   {
    display: none;
}

.cv-warp .input-warp label {
    flex: 0.25;
}

.cv-warp .input-warp>span,
.cv-warp .input-warp label[for="file"] {
    flex: 1;
    display: block;
    font-size: 18px;
}

.cv-warp .input-warp>span.file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.cv-warp .input-warp input,
.cv-warp .input-warp textarea,
.cv-warp .input-warp label[for="file"] {
    width: 100%;
    font-size: 18px;
    padding-left: 15px;
    height: 40px;
    border: 0;
    outline: 0;
    border-radius: 10px;
    background-color: white;
    position: relative;
}

.cv-warp .input-warp.mas {
    align-items: end;
}

.cv-warp .input-warp textarea {
    height: auto;
}

.cv-warp .input-warp label[for=file] {
    text-align: center;
    padding: 5px 0;
    background-color: #0072FF;
    color: white;
    cursor: pointer;
}

.cv-warp .input-warp label[for=file] img {
    margin-bottom: 5px;
    margin-left: 7px;
}

.cv-warp .input-warp.submit {
    text-align: right;
    display: block;
    margin: 0;
    position: relative;
}

.cv-warp .input-warp input[type=submit] {
    color: #0072FF;
    background-color: white;
    border-radius: 13px;
    text-align: center;
    text-transform: uppercase;
    border: 2px solid #0072FF;
    margin-bottom: 0;
    height: 50px;
    display: inline-block;
    max-width: 160px;
    font-weight: 700;
    padding: 0;
    transition: all .35s ease-in-out;
}

.cv-warp .input-warp input[type=submit]:hover {
    color: white;
    background-color: #0072FF;
    border: 2px solid white;
}

.cv-warp .wpcf7-not-valid-tip {
    position: absolute;
    right: 10px;
    font-size: 12px;
    top: 5px;
}

.wpcf7 .ajax-loader {
    position: absolute;
    right: 20px;
    top: 13px;
    margin: 0;
    z-index: 99;
}

.wpcf7 form.sent .wpcf7-response-output {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f1f1f1;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.wpcf7 form.sent .wpcf7-response-output:after {
    content: '';
    width: 83px;
    height: 83px;
    left: 50%;
    top: 50%;
    background-image: url(/wp-content/uploads/2021/04/Validate.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    order: -1;
}

.wpcf7 form.sent .wpcf7-response-output:before {
    content: 'We will be in touch';
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    font-size: 18px;
    order: 1;
}

#cv-form .wpcf7 form.sent .wpcf7-response-output:before {
    content: 'We will review your application and get back to you soon';
}

#contact-form .wpcf7 form.sent .wpcf7-response-output:before {
    content: 'We will get back to you as soon as possible';
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    display: none;
}


/* Arrow Transtion */

a.arrow {
    text-transform: uppercase;
}

a.arrow::after,
a.arrow::before,
li.arrow>a::before,
li.arrow>a::after,
#pipline .row-product::after,
#pipline .row-product::before {
    content: '';
    display: block;
    background-image: url(/wp-content/uploads/2021/04/SingleArrow.svg);
    position: absolute;
    bottom: 0;
    margin-left: 0;
    width: 12px;
    height: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    left: 110%;
    margin-top: -6px;
}

a.arrow.left::after,
a.arrow.left::before {
    transform: rotate(180deg);
    left: auto;
    right: 110%;
    margin-left: auto;
    margin-right: 0;
}

#pipline .row-product::after,
#pipline .row-product::before {
    left: 105%;
}

a.arrow.double-arrow::after,
a.arrow.double-arrow::before {
    width: 25px;
    height: 25px;
}

a.arrow.double-arrow::before {
    margin-left: 16px;
}

a.arrow::before,
li.arrow>a::before,
#pipline .row-product::before {
    margin-left: 8px;
}

a.arrow.left::before {
    margin-right: 8px;
    margin-left: 0;
}

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(10px) scale(0.9);
    }
    26% {
        opacity: 0;
        transform: translateX(-10px) scale(0.9);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

@keyframes bounceAlphaD {
    0% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
    25% {
        opacity: 0;
        transform: translateX(20px) scale(0.8);
    }
    26% {
        opacity: 0;
        transform: translateX(-20px) scale(0.8);
    }
    55% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

a.arrow:hover:after,
li.arrow>a:after,
#pipline .row-product:hover::after {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

a.arrow:hover::before,
li.arrow>a::before,
#pipline .row-product:hover::before {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

a.arrow.left:hover::before {
    animation: none;
}

a.arrow.left:hover::after {
    animation: none;
}

a.arrow.double-arrow:hover:after {
    animation-name: bounceAlphaD;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

a.arrow.double-arrow:hover::before {
    animation-name: bounceAlphaD;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

header .menu .two-col .sub-menu {
    display: flex;
}

header .menu .two-col .sub-menu:after {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    background-color: #1a2980;
    left: 50%;
    margin-top: -75px;
    top: 50%;
    margin-left: -45px;
}

.two-col .sub-menu>div:first-child {
    width: 200px;
}

.top-banner .warp>.col-lg-12 {
    position: relative;
}

.c-100 a {
    color: #F79336 !important;
}

.c-400 a {
    color: #1A2980 !important;
}

.c-500 a {
    color: #1A2980 !important;
}

.c-600 a {
    color: #0072FF !important;
}

.c-olar a {
    color: #0E1738 !important;
}

.mobile {
    display: none;
}

.publications .loctaion {
    font-size: 18px;
    line-height: 1.44;
    color: #808080;
    margin-bottom: 5px;
}

.publications .title {
    font-size: 36px;
    font-weight: 500;
    line-height: 1.29;
}

.publications .cta-button {
    font-size: 18px;
    margin-right: 15px;
    text-transform: capitalize;
    text-align: right;
    font-weight: 400;
}

.publications .row.b-top {
    padding: 50px 0;
    border-bottom: 2px solid #ccc;
}

.publications .row.b-top>div:nth-child(2)>div {
    display: block;
    padding-top: 40px;
}

.publications .row.b-top>div:nth-child(2)>div p {
    margin-bottom: 10px;
}

.publications .row.b-top:last-child {
    border-bottom: 0;
}

.publications .circle {
    border: 1px solid #0E1738;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.publications .circle .small-circle {
    width: 28px;
    height: 28px;
    background-color: #0E1738;
    position: absolute;
    top: 5px;
    left: -5px;
    border-radius: 100%;
    opacity: 0.75;
    margin-left: auto;
}

.cookies-pop a {
    color: white;
    text-decoration: underline;
}

.cookies-pop a:hover {
    color: white;
}

.cookies-pop .message {
    text-align: left;
}

#cookie-law-info-bar {
    padding-top: 15px;
}

.cookies-pop .button-warp {
    text-align: right;
    margin-top: 15px;
}

.cookies-pop .button-warp a {
    font-size: 18px !important;
    line-height: 1.61em !important;
    text-align: center !important;
    color: white !important;
    border: solid 2px white !important;
    padding: 6px 24px !important;
    display: inline-block !important;
    font-weight: 400 !important;
    text-decoration: none;
    background-color: transparent !important;
}

.no-whitespace a {
    white-space: normal !important;
}

/* accordionPipeline */

#accordionPipeline .accordion-button{
    padding: 0;
    border: 0;
    font-size: 1.75rem;
    font-weight: 700;
    padding-bottom: 7px;
}

#accordionPipeline .accordion-button:not(.collapsed){
    background-color: transparent;
    color: #0E1738;
}

#accordionPipeline .accordion-button:focus{
    border: 0;
    box-shadow: none;
}

#accordionPipeline .accordion-body{
    padding: 0;
}

#accordionPipeline .accordion-body img{
    width: 100%;
}
#accordionPipeline .accordion-collapse{
    border: 0;
}
#accordionPipeline .accordion-item{
    padding-top: 60px;
    padding-bottom: 20px;
    border-bottom: 2px solid transparent; /* Defines the border, make it transparent initially */
    border-image: linear-gradient(to right, #0072FF, #0072FF00) 1;
}

/* Adding post-types - itamar 19/05/2024 */

section.news-wrap {
   
}

.news-wrap .item {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #0e173824;
    padding-bottom: 40px;
    margin-bottom: 30px;
}

.news-wrap .item:last-child {
    border-bottom: unset;
}

.news-wrap .item .img-wrap {
    margin-right: 25px;
    width: 100%;
    max-width: 385px;
    height: auto;
    text-align: center;
}

.news-wrap .item .img-wrap img{
    width: 385px;
    height: 150px;
    object-fit: contain;
}

.news-wrap span {
    font-family: Mukta;
    color: #808080;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 5px;
}
.news-wrap h2 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}


/* 404 page */

.error-wrap .wrapper {
    min-height: 100vh;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    background-image: url(/wp-content/uploads/2024/07/Group-84.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.error-wrap .wrapper h1> p {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 50px;
    font-family: 'Aglet Sans';
}

.error-wrap .wrapper a {
    color: #0072FF;
    border: 2px solid #0072FF;
    padding: 11px 27px;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 15px;
}
/* end 404 */

@media only screen and (max-width: 767px) {
    .error-wrap {
        margin-top: 108px;
    }
    .error-wrap .wrapper {
        background-image: none;
        height: unset;
        min-height: unset;
    }

    .error-wrap img {
        width: 100%;
        height: auto;
    }
    .error-wrap .wrapper h1> p {
        font-size: 30px;
        line-height: 37px;
        padding-right: 80px;
    }
    .error-wrap .wrapper h1> p br {
        display: none;
    }





    .news-wrap .item .img-wrap img{
        width: 100%;
        height: 125px;
    }

    body.page-883 .top-banner .top-img>img {
        min-height: 550px;
    }
    body.page-883 .top-banner>.container {
        background-image: url('<?php echo get_field('$background_image', 883); ?>') !important;
    }

    .news-wrap .item {
        flex-direction: column;
    }

    .news-wrap .item .img-wrap {
        margin-right: unset;
        margin-bottom: 20px;
    }

    .news-wrap h2 {
        font-size: 22px;
    }
}

/* end news */

/* Menu Mobile */

@media only screen and (max-width: 991px) {
    .mobile-menu.owl-carousel .owl-prev.disabled,
    .mobile-menu.owl-carousel .owl-next.disabled {
        transition: opacity .35s ease-in-out;
        opacity: 0;
    }
    .mobile-menu.owl-carousel>.owl-nav {
        position: absolute;
        top: 50%;
        z-index: 1;
        background: #7d7d7d14;
        width: 100%;
        margin-top: -20px;
    }
    .mobile-menu.owl-carousel button {
        width: 40px;
    }
    .mobile-menu.owl-carousel button:hover,
    .mobile-menu.owl-carousel button:focus {
        outline: 0 !important;
        background-color: transparent !important;
        background: transparent !important;
        border: 0 !important;
    }
    .mobile-menu.owl-carousel button a {
        transform: scale(1.5);
    }
    .mobile-menu.owl-carousel .owl-next {
        position: absolute;
        right: 20px;
        left: auto;
    }
    .mobile-menu.owl-carousel .owl-prev {
        position: absolute;
        left: 20px;
        right: auto;
        transform: rotate(180deg);
    }
    #accordionCareers {
        padding-left: 0;
    }
    #accordionCareers>.item .head {
        min-height: 150px;
    }
    .content-warp p:last-child {
        margin-bottom: 0;
    }
    h2.left-mark {
        margin-bottom: 15px;
        padding-left: 10px;
    }
    .inner-team #back-a {
        position: static;
        margin: 0;
        margin-bottom: 20px;
    }
    .inner-pipeline>.pipeline-row {
        padding: 50px 0;
    }
    .fusion {
        padding-top: 90px;
    }
    .inner-pipeline h2.with-mark:before,
    .fusion h2.with-mark:before {
        height: 120px;
        width: 85px;
        margin-top: -65px;
        left: 0;
    }
    .fusion-carousel {
        padding: 0 12px;
        padding-top: 40px;
    }
    .fusion-row {
        padding-left: 50px;
        flex-direction: column;
    }
    .fusion-row:last-child {
        margin-bottom: 120px;
    }
    .fusion-row>.left>.warp img {
        height: 50px;
        width: auto;
    }
    .fusion-row>.right>.warp {
        padding: 0;
        min-height: 100%;
        border: 0;
        margin-bottom: 70px;
    }
    .fusion-row:after {
        top: 80px;
    }
    .fusion-row:before {
        margin-top: 95px;
    }
    .cv-warp,
    .contact .cv-warp {
        padding: 40px 20px;
    }
    .cv-warp .input-warp input[type=submit] {
        font-size: 16px;
    }
    .cv-warp h2 {
        text-align: center;
    }
    .cv-warp .input-warp {
        justify-content: space-between;
        max-width: 100%;
    }
    .cv-warp .input-warp.submit {
        text-align: center;
    }
    .cv-warp .input-warp>span,
    .cv-warp .input-warp label[for=file] {
        flex: 0.75;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        text-align: center;
        padding: 0 2vw;
        line-height: 1.2em;
        font-size: 30px;
    }
    .wpcf7 form.sent .wpcf7-response-output:before {
        line-height: 1.4em;
        margin-top: 10px;
    }
    .wpcf7 form.sent .wpcf7-response-output:after {
        margin-bottom: 5px;
    }
    .contact {
        margin-top: 0;
    }
    .contact .left-warp {
        max-width: 65%;
        margin: 0 auto;
        padding-bottom: 100px;
    }
    .contact .left-warp h2 {
        text-align: center;
        padding: 0;
    }
    .contact .left-warp ul li:last-child {
        margin-bottom: 0;
    }
    .page-269 #extra-info {
        display: none;
    }
    a.cta.upload {
        margin-top: 0;
    }
    #accordionCareers>.item .inner-warp {
        padding-left: 10vw;
    }
    #extra-info .content-warp img {
        padding: 40px 0;
    }
    .pipeline-row .info-owl {
        padding: 0;
        margin: 0 auto;
        margin-top: 40px;
        padding-bottom: 50px;
    }
    .header-items {
        padding: 0;
    }
    footer {
        margin-top: 140px;
    }
    .inner-team h1 {
        font-size: 24px;
        margin-bottom: 0;
        font-weight: 700;
    }
    .inner-team .role {
        margin-bottom: 24px;
    }
    .inner-team .social {
        margin-bottom: 20px;
    }
    .inner-team .profile-image {
        margin-bottom: 24px;
    }
    .inner-team {
        margin-top: 12vh;
    }
    header.is-active .logo {
        visibility: hidden;
    }
    .inner-team .warp {
        padding: 0;
    }
    .inner-team .profile-image:after,
    #teamTabContent .item .img-warp:hover:after {
        display: none;
    }
    header .logo img {
        max-width: 80px;
    }
    #teamTabContent .item {
        margin-bottom: 0;
    }
    .inner-page-v2 h2.with-mark {
        margin-top: 30px;
    }
    h2.with-mark {
        padding-left: 40px;
        margin-bottom: 60px;
    }
    h2.with-mark:before {
        background-image: url(/wp-content/uploads/2021/05/clexio_journey-mob.svg);
        height: 123px;
        width: 154px;
        left: 0;
        margin-top: -70px;
    }
    .team .nav {
        margin: 70px 0;
        min-height: 50px;
        border-radius: 25px;
        border: 1px solid #0E1738;
        padding: 3px;
        margin-bottom: 45px;
    }
    .team .nav>li {
        width: 33%;
    }
    .team .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 1em;
        text-transform: capitalize;
        min-height: 100%;
        border-radius: 25px;
        border: 0;
        transition: all .35s ease-in-out;
    }
    .team .nav-tabs .nav-link.active {
        color: white;
        background-color: #0E1738;
        position: relative;
    }
    .team .nav-tabs .nav-link.active span:after {
        display: none;
    }
    .team .nav-tabs .nav-link span {
        position: relative;
        max-width: 110px;
        line-height: 1.2em;
        font-weight: 700;
        display: inline-block;
    }
    #extra-info .content-warp {
        max-width: 100%;
        padding: 0;
    }
    .top-banner .inner-page {
        margin-top: 0;
    }
    .top-banner>.container {
        background-image: none !important;
    }
    .top-banner .top-img>img {
        width: 100%;
        min-height: 350px;
    }
    .top-banner .inner-page .warp {
        height: auto;
    }
    .facts .warp {
        padding-bottom: 80px;
    }
    #pipline .row-product::after,
    #pipline .row-product::before {
        display: none;
    }
    #pipline .row-product a::after,
    #pipline .row-product a::before {
        content: '';
        display: block;
        background-image: url(/wp-content/uploads/2021/04/SingleArrow.svg);
        position: absolute;
        bottom: 0;
        margin-left: 0;
        width: 12px;
        height: 12px;
        background-size: contain;
        background-repeat: no-repeat;
        top: 50%;
        left: 110%;
        margin-top: -6px;
    }
    #pipline .row-product a::before {
        margin-left: 8px;
    }
    #pipline .row-product:hover a::after {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    #pipline .row-product:hover a::before {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }
    #pipline .row-product:nth-child(2) {
        margin-top: 0;
        margin-bottom: 20px;
    }
    #pipline .row-product:nth-child(1) {
        margin-bottom: 20px;
    }
    #pipline {
        margin: 0 -12px;
        margin-bottom: 150px;
    }
    #pipline .t-row h3 {
        padding-top: 15px;
        padding-bottom: 35px;
    }
    #pipline .t-header div:first-child {
        display: none;
    }
    #pipline .t-header div {
        font-size: 12px;
        text-align: center;
    }
    #pipline .t-row {
        position: relative;
        padding: 0 20px;
        border-top: 2px solid #ffffff;
    }
    #pipline .t-row>i {
        display: block;
        width: 100%;
        position: absolute;
        z-index: -2;
        height: 100%;
        opacity: 0.05;
    }
    #pipline .row-product {
        width: auto;
        background-color: transparent;
        color: #0E1738;
        padding: 0;
    }
    #pipline .row-product .lines {
        width: 100%;
        position: absolute;
        top: 100%;
    }
    #pipline .row-product.two {
        padding: 0;
    }
    #pipline .t-header div>i {
        background-color: white;
    }
    #pipline .row-product i {
        height: 2px;
        margin: 0;
    }
    #pipline .row-product .main-line {
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
    }
    #pipline .row-product>a {
        color: #0E1738;
        margin-bottom: 10px;
    }
    hr {
        margin: 50px 0;
        background-color: #bfbfbf;
        height: 2px;
    }
    .mobile {
        display: block;
    }
    .front-1 header .logo {
        display: block;
        visibility: hidden;
    }
    .menu-footer {
        margin-bottom: 23px;
    }
    footer {
        padding: 40px;
        padding-bottom: 20px;
    }
    .order3 {
        order: 3;
    }
    .copyrights {
        padding-top: 60px;
    }
    .footer-address {
        margin-bottom: 20px;
    }
    .footer-contact ul {
        display: flex;
    }
    .footer-contact ul li:first-child {
        padding-right: 25px;
    }
    .footer-img {
        margin-bottom: 28px;
    }
    .footer-contact {
        margin-left: 0;
    }
    .menu-footer ul li {
        padding-bottom: 15px;
    }
    .menu-footer ul li:last-child {
        padding-bottom: 0;
    }
    h2 {
        font-size: 30px;
    }
    header {
        padding: 15px 0;
    }
    .info .warp p {
        margin-bottom: 22px;
    }
    .top-banner,
    .top-banner .pipeline-page {
        margin-bottom: 7vh;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom center;
    }
    .top-banner .pipeline-page .warp {
        max-height: 100%;
    }
    .top-banner .warp {
        height: 95vh;
        padding-top: 10vh;
        align-items: start;
        justify-content: start;
        position: relative;
        max-height: 100%;
    }
    .top-banner .warp>.col-lg-12 {
        position: static;
    }
    .top-banner.home .warp {
        height: 110vh;
    }
    .top-banner.home .logo {
        margin-top: 0;
    }
    .top-banner.home .logo .mimark {
        display: none;
    }
    .top-banner.home {
        margin-bottom: 13vh;
    }
    .double-arrow {
        top: 100%;
        left: 50%;
        margin-left: -17px;
        margin-bottom: 0;
        bottom: auto;
    }
    .top-banner h1 {
        font-size: 30px;
    }
    .header-items {
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*padding: 0 1.75rem;*/
    }
    .hamburger {
        font: inherit;
        display: inline-block;
        overflow: visible;
        margin: 0;
        cursor: pointer;
        transition-timing-function: linear;
        transition-duration: .3s;
        transition-property: opacity, filter;
        text-transform: none;
        color: inherit;
        border: 0;
        background-color: transparent
    }
    .hamburger.is-active:hover,
    .hamburger:hover {
        opacity: .7;
    }
    .hamburger.is-active .hamburger-inner,
    .hamburger.is-active .hamburger-inner:after,
    .hamburger.is-active .hamburger-inner:before {
        background-color: #00a1ff;
    }
    .hamburger-box {
        position: relative;
        display: inline-block;
        width: 25px;
        height: 21px;
    }
    .hamburger-inner {
        top: 50%;
        display: block;
        margin-top: -2px;
    }
    .hamburger-inner,
    .hamburger-inner:after,
    .hamburger-inner:before {
        position: absolute;
        width: 25px;
        height: 3px;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: transform;
        border-radius: 4px;
        background-color: #0E1738;
    }
    .hamburger-inner:after,
    .hamburger-inner:before {
        display: block;
        content: "";
    }
    .hamburger-inner:before {
        top: -9px;
    }
    .hamburger-inner:after {
        bottom: -9px;
    }
    .hamburger--slider .hamburger-inner {
        top: 3px;
    }
    .hamburger--slider .hamburger-inner:before {
        top: 10px;
        transition-timing-function: ease;
        transition-duration: .3s;
        transition-property: transform, opacity;
    }
    .hamburger--slider .hamburger-inner:after {
        top: 20px;
    }
    .hamburger--slider.is-active .hamburger-inner {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }
    .hamburger--slider.is-active .hamburger-inner:before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }
    .hamburger--slider.is-active .hamburger-inner:after {
        transform: translate3d(0, -20px, 0) rotate(-90deg);
    }
    /* Menu */
    .mobile-menu {
        height: 100vh;
        background-color: #fff;
        overflow: auto;
        position: fixed;
        width: 100%;
        z-index: 9;
        top: 0;
        left: 0;
    }
    .mobile-menu img {
        max-width: 130px;
        display: inline-block;
    }
    .mobile-menu .top-menu {
        background-color: #0E1738;
        padding: 25px;
        padding-top: 3rem;
        color: white;
        padding-bottom: 47px;
        height: 100vh;
    }
    .mobile-menu .bottom-menu {
        padding: 60px 25px;
    }
    .mobile-menu .bottom-menu>a.arrow {
        margin-left: 20px;
        margin-bottom: 10px;
    }
    .mobile-menu .bottom-menu h4 {
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 24px;
        color: #121212;
    }
    .mobile-menu ul {
        margin: 47px 0;
        margin-bottom: 0;
        padding-left: 15px;
        list-style: none;
        position: relative;
    }
    .mobile-menu .bottom-menu ul {
        margin: 0;
        padding-left: 15px;
    }
    .mobile-menu ul:after {
        content: '';
        display: block;
        left: 0;
        position: absolute;
        top: 0;
        height: 100%;
        width: 2px;
        background-color: #1A2980;
    }
    .mobile-menu .top-menu ul li {
        padding-bottom: 15px;
    }
    .mobile-menu .bottom-menu ul li {
        padding-bottom: 24px;
    }
    .mobile-menu .top-menu ul li:last-child,
    .mobile-menu .bottom-menu ul li:last-child {
        padding-bottom: 0;
    }
    .mobile-menu ul li a {
        font-size: 24px;
        color: white;
        font-weight: 400;
    }
    .mobile-menu .bottom-menu ul li a {
        color: #0E1738;
        font-size: 20px;
    }
    .pipeline-content {
        padding-top: 70px;
    }
    .pipeline-content #pipline {
        margin-bottom: 100px;
    }
    .pipeline-content .item h3>span {
        display: block;
    }
    .pipeline-content .item {
        padding-left: 20vw;
        margin-bottom: 70px;
    }
    .pipeline-content .item p {
        margin-bottom: 15px;
    }
    .info-owl .owl-next {
        right: 2vw;
    }
    .info-owl .owl-prev {
        left: 2vw;
    }
    .info-owl:after {
        left: 5vw;
        bottom: 3vh;
    }
    .info-owl .owl-nav {
        display: none;
    }
    .info-owl .owl-dots.disabled {
        display: block;
    }
    .pipeline-cat {
        display: none;
    }
    .publications .title {
        font-size: 26px;
    }
    .publications .row.b-top>div:nth-child(2)>div {
        padding-top: 15px;
    }
    .publications .row.b-top>div:nth-child(2)>div p {
        margin-bottom: 50px;
    }
    .publications .circle {
        transform: scale(0.7);
        margin-top: -65px;
        margin-left: auto;
    }
    .publications .row.b-top {
        padding: 25px 0;
    }
}

@media only screen and (max-width: 450px) {
    .fusion-row>.left h3>span {
        font-size: 58px;
    }
    footer {
        padding: 15px;
        margin-top: 100px;
    }
    .fusion-row:last-child {
        margin-bottom: 70px;
    }
    #pipline .row-product a::after,
    #pipline .row-product a::before {
        left: 103%;
    }
}