/* -------------------------------------------------------
                     1. Global 
-------------------------------------------------------- */

@import url('bootstrap.css');
@import url('fontawesome.css');
@import url('brands.css');
@import url('solid.css');
@import url('../../admin/style.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    color: #2C466E;
    padding: 0px !important;
    position: relative;
}

input,
textarea {
    background: rgba(243, 248, 251, 0.58);
    border: 1px solid #DCEBF4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
}

textarea {
    height: 170px;
}

label {
    display: inline-block;
    width: 100%;
    max-width: 570px;
}

[type=submit] {
    background: linear-gradient(270deg, #FF6E1D 0%, #F7931E 100%);
    border-radius: 10px;
    color: #fff;
    width: 120px;
    font-weight: 600;
    font-size: 18px;
}

/* 2. Header & Navigation */

.bg-pattern {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50%;
    z-index: 99;
    background: #FF6E1D url(../img/header.svg) repeat;
}

header {
    position: absolute;
    width: 100%;

}

header li.contact {
    background: #fff;
    border-radius: 10px;
    padding: 5px 20px;
}

header li.contact>a {
    color: #FF6E1D !important;
}

header a {
    font-size: 16px;
    font-weight: 600 !important;
    color: #000 !important;
    text-decoration: none;
}

a.nav-link {
    font-weight: 500 !important;
}

header .white a {
    color: #fff !important;
}

header .navbar {
    transition: width 0s ease 0s, padding .5s ease 0s, background .5s ease 0s;
    -webkit-transition: width 0s ease 0s, padding .2s ease 0s, background .5s ease 0s;
}

nav {
    z-index: 9999999;
    background: #fff;
}

nav .logo img {
    max-width: 210px;
    min-width: 210px;
    width: 100%
}

header nav li {
    padding: 5px 1px;
}

nav#navbar_top.whitebg {
    background: #fff;
    box-shadow: 10px 10px 30px #e1f0f9;
    transition: width 0s ease 0s, padding .5s ease 0s, background .5s ease 0s;
    -webkit-transition: width 0s ease 0s, padding .2s ease 0s, background .5s ease 0s;
}

nav#navbar_top.whitebg ul.dropdown-menu.show {
    background: #fff;
}

nav#navbar_top.fixed-top.whitebg a {
    color: #000 !important;
}

header nav .lang-item a {
    padding: 5px 5px !important;
}

/* 3. hero section */

.hero {
    position: relative;
    overflow: hidden;
    padding-top: 50px;
}

.hero .container {
    position: relative;
}

.hero h2 {
    font-weight: 800;
    font-size: 35px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 154.9%;
}

.hero span,
.hero strong {
    color: #FF6E1D;
}

.hero .info {
    padding-top: 40%;
}

.hero .bg {
    position: relative;
}

.hero .png-img {
    position: absolute;
    margin: auto;
    text-align: center;
    bottom: 0px;
    margin-left: 0%;
    z-index: 99;
}

.hero .png-img img {
    width: 100%;
    max-width: 660px;
    padding-top: 7%;

}

.hero .description:before {
    width: 500000px;
    left: -15000px;
    top: 0;
    background: #F3F8FB;
    position: absolute;
    content: "";
    height: 100%;
    overflow: hidden;
    z-index: -3;
    overflow-x: hidden;
    overflow-y: hidden;
}

.hero .description {
    padding-top: 40px;
    padding-bottom: 30px;
    position: relative;
    min-height: 340px;
    line-height: 29px;
}

.hero .description .cta {
    margin-top: 30px;
}

.hero ul {
    list-style: none;
    padding-left: 10px;
}

.hero ul li {
    line-height: 37px;
}

.hero ul li::before {
    content: "\2022";
    color: #FF6E1D;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}


/* 3. services section */

.services {
    padding-top: 70px;
}

.services .about-img img {
    width: 100%;
}

.services .services-set {
    padding-top: 20px;
    max-width: 580px;
    margin-left: 0px;
}

.services .services-set h3 {
    font-weight: 800;
    font-size: 36px;
    padding-bottom: 10px;
}

.services .services-set h3 strong {
    font-weight: 800;
    color: #FF6E1D;
}

.services .services-set .card-body {
    padding-left: 80px;
    margin-top: -20px;
    line-height: 30px;
}

.services .services-set .accordion .collapsed p, 
.services .services-set .accordion .collapsed span {
    color: #0C2957;
    margin-bottom: 16px;
}

.accordion-button:not(.collapsed) {
    padding-bottom: 5px;
}

.services .services-set .accordion button p ,
.services .services-set .accordion span{
    padding-left: 20px;
    padding-top: 20px;
    font-weight: 600;
    color: #FF6E1D;
    line-height: 26px;
    padding-right: 20px;
}

.services .services-set .accordion img {
    max-width: 40px;
}

.services .cta,
.cta {
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    margin-top: 30px;
    text-align: center;
    max-width: 150px;
    padding: 20px;
    background: linear-gradient(270deg, #FF6E1D 0%, #F7931E 100%);
    border-radius: 10px;
}

.services .cta a {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}

/* about section  */

.about {
    padding-top: 100px;
}

.about .title {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    padding-bottom: 30px;
    text-align: center;
}

.about .text {
    padding-bottom: 10px;
}

.about .content p,
.about .content ul li {
    color: #2C466E;
    font-size: 17px;
    line-height: 39px;
}

.about .content {
    margin-right: 70px;
    max-width: 630px;
    margin-left: auto;
    padding: 30px;
}

.about img {
    width: 100%;
    padding-top: 20px;
}

.about a {
    background: linear-gradient(270deg, #FF6E1D 0%, #F7931E 100%);
    border-radius: 10px;
    max-width: 130px;
    padding: 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    font-weight: 600;
}

/* competencies section */

.competencies .section-t {
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 50px;
}

.competencies {
    padding: 100px 0px 0px 0px;
}

.competencies .boxs {
    box-shadow: 10px 10px 30px #E1F0F9;
    border-radius: 20px;
    margin-bottom: 20px;
    background: #fff;
    text-align: center;
}

.competencies .boxs .icon {
    text-align: center;
    border-radius: 50px;
    background: #FFF5F0;
    margin: 30px auto;
    width: 107px;
    height: 107px;
}

.competencies .boxs .icon img {
    padding: 20px;
}

.competencies .tags {
    text-align: center;
    min-height: 125px;
}

.competencies .tags p {
    display: inline-block;
    padding: 2px 10px;
    background: #FFF7ED;
    border-radius: 50px;
    color: #E48412;
    font-size: 12px;
}

.competencies .title {
    text-align: center;
    color: #0C2957;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.competencies .content {
    text-align: center;
    font-size: 14px;
    color: #2C466E;
    padding: 10px 35px 0px 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

/* cta section */

.cta-section {
    margin: 100px 0px 0px 0px;
    padding: 70px 0px;
    text-align: center;
}

.cta-section p {
    font-weight: 800;
    font-size: 48px;
    color: #fff;
    text-transform: capitalize;
    line-height: 74px;
}

.cta-section a {
    color: #FF6E1D;
    background: #fff;
    padding: 20px;
    max-width: 180px;
    border-radius: 10px;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

/* contact section */

.contact {
    padding-top: 100px;
}

.contact .contact-content {
    padding: 35px;
    overflow: hidden;
}

.contact img {
    width: 100%;
}

.contact .title {
    margin-top: 30px;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    margin-bottom: 30px;
    text-align: center;
}

.contact #myTab {
    margin-bottom: 30px;
}

.contact .nav-link.active {
    box-shadow: 10px 10px 30px #e1f0f9;
}

.contact .nav-item:first-child a {
    border-radius: 10px 0px 0px 10px;
}

.contact .nav-item:last-child a {
    border-radius: 0px 10px 10px 0px;
}

.contact .nav-tabs .nav-link {
    background: #F3F8FB;
    padding: 15px 30px;
    border: none;
    font-weight: 600;
    color: #7d8ea7;
}

.contact .nav-tabs .nav-link.active {
    color: #FF6E1D;
    background: #fff;
}

/* footer */

footer {
    margin-top: 100px;
    padding: 50px 0px;
    background: linear-gradient(270deg, #060606 0%, #2B2B2B 100%);
}

footer .top-footer {
    border-bottom: 1px solid #414141;
    padding-bottom: 50px;
    position: relative;
    text-align: center;
}

footer .top-footer a:hover {
    color: #FF6E1D;
}

footer .copyright {
    text-align: center;
    padding-top: 30px;
}

footer .footer-nav {
    text-align: right;
    padding-top: 30px;
}

footer .social-networks {
    text-align: right;
}

footer .social-networks a {
    padding-left: 0px;
}

footer .social-networks ul li i {
    display: inline-block;
    padding: 7px;
    width: 30px;
    height: 30px;
}

footer .social-networks ul li i:hover {
    background: #FF6E1D;
    border-radius: 50%;
}

footer .social-networks ul li a:hover {
    color: #fff;
}

footer .impressum {
    padding-top: 20px;
}

footer .copyright p,
footer .impressum  {
    color: #696969;
    font-weight: 500;
}

footer ul {
    padding: 0px;
}

footer ul li {
    display: block;
    padding: 10px 0px;
    text-align: center;
}

footer a {
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    padding-left: 0px;
}


/* 404 */

.error404 header nav a {
    color: #000 !important;
}

.p404 {
    padding-top: 150px;
    text-align: center;
}

.p404 .title {
    padding-top: 150px;
}

.p404 a {
    background: linear-gradient(270deg, #FF6E1D 0%, #F7931E 100%);
    border-radius: 10px;
    max-width: 200px;
    padding: 15px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    display: block;
    margin: auto;
    margin-top: 50px;
}

.p404 a p {
    margin-bottom: 0px;
}

.p404 img {
    width: 100%;
    max-width: 350px;
}

/* custom */

.home .default-page-section{
    padding-top: 0px;
}

.home .title-page {
    display: none;
}

.page-template-default .title-page{
    text-align: center;
    padding: 50px 0;
}

.page-template-default  header nav li.white a{
    color: #000 !important; 
}

.default-page-section{
    padding-top: 50px;
}

.rightarrow,
.leftarrow {
    position: relative;
}

.rightarrow:before {
    width: 180px;
    left: 560px;
    top: 300px;
    background: url(https://lkurki-ff.hipdev.pro/wp-content/themes/lauri_kurki/assets/img/arrow.svg) no-repeat;
    position: absolute;
    content: "";
    height: 100%;
    overflow: hidden;
    z-index: -3;
    overflow-x: hidden;
    overflow-y: hidden;
}

.leftarrow:before {
    width: 180px;
    right: 600px;
    top: 120px;
    background: url(https://lkurki-ff.hipdev.pro/wp-content/themes/lauri_kurki/assets/img/arrow.svg) no-repeat;
    position: absolute;
    content: "";
    height: 100%;
    overflow: hidden;
    z-index: -3;
    overflow-x: hidden;
    overflow-y: hidden;
    transform: rotate(-230deg);
}

.mr-20 {
    margin-right: -20%;
}

.mf-20 {
    margin-left: -30%;
}

.custom-builder {
    padding-top: 70px;
}

.custom-builder .title {
    margin-top: 30px;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    line-height: 154.9%;
}

.ct-ft {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 36px;
}

.ct-ft p {
    max-width: 500px;
    margin: 0px auto;
    width: 100%;
    padding: 5% 0px;
    text-align: center;
}

.mar-10 {
    margin-top: -10%;
}

.custom-content {
    text-align: center;
    /*
    margin-bottom: 100px;*/
}

.custom-content img {
    max-width: 100%;
    height: auto;
}

.mobile {
    display: inline-block;
    overflow: hidden;
}

.mobile .boxs {
    padding: 20px;
}

.mobile .competencies .tags {
    text-align: center;
    min-height: auto;
}

.competencies .boxs {
    /*
    margin: 10px;*/
}

.competencies .boxs {
    margin: 0px;
    padding-top: 10px;
    min-height: 640px;
    margin-bottom: 20px;
}

.image-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    z-index: 50;
}

/* responsive */

@media (min-width: 1079px) {
    body {
        padding: 0px;
    }

    .about .content {
        padding: 0px;
    }

    .services .services-set {
        padding-top: 20px;
        max-width: 570px;
        margin-left: 40px;
    }

    header .white a,
    .pll-parent-menu-item a {
        color: #fff !important;
    }

    nav {
        background: none;
    }

    .hero h2 {
        text-align: left;
    }

    .about img {
        width: 100%;
        padding-top: 0px;
    }



    .contact .contact-content {
        padding: 0px 60px;
    }

    .contact .title,
    .about .title {
        text-align: left;
    }

    .ct-ft p {
        text-align: left;
    }

    footer ul {
        padding: 0px;
        text-align: right;
    }

    footer ul li {
        display: inline;
    }

    footer a {
        padding-left: 50px;
    }

    footer .social-networks a {
        padding-left: 20px;
    }

    footer .copyright {
        text-align: left;
    }

    footer .top-footer {
        text-align: left;
    }

    .mar-10 {
        margin-top: -5%;
    }
}

@media (min-width: 1200px) {
    .bg-pattern {


        width: calc(50% - 52px);

    }
}

@media (min-width: 1400px) {
    .bg-pattern {
        width: calc(50% - 113px);


    }
}

@media (max-width: 1200px) {
    nav ul li a {
        padding: 0px 7px !important;
    }

    .services {
        padding-right: 20px;
        padding-left: 20px;
    }

    .competencies .boxs {
        margin: 20px 0px;
    }

    nav ul li.white a,
    .pll-parent-menu-item a {
        color: #000 !important;
    }

    .r-5 {
        margin-top: 0%;
        margin-bottom: 0%;
    }

    .r-10 {
        margin-top: auto;
        margin-bottom: 10%;
    }

    .about .content {
        max-width: 100%;
        margin: 0 50px;
    }

    footer ul,
    footer .top-footer,
    footer .copyright {
        text-align: center;
    }

    .services .services-set {
        padding-top: 20px;
        width: 100%;
        margin: 0px 50px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .rightarrow:before {
        width: 180px;
        left: -150px;
        top: 280px;
        background: url(https://lkurki-ff.hipdev.pro/wp-content/themes/lauri_kurki/assets/img/arrow.svg) no-repeat;
        position: absolute;
        content: "";
        height: 100%;
        overflow: hidden;
        z-index: -3;
        overflow-x: hidden;
        overflow-y: hidden;
        transform: rotate(-290deg);
    }

    .leftarrow:before {
        width: 50px;
        right: 10px;
        top: 350px;
        background: url(https://lkurki-ff.hipdev.pro/wp-content/themes/lauri_kurki/assets/img/arrow2.svg) no-repeat;
        position: absolute;
        content: "";
        height: 100%;
        overflow: hidden;
        z-index: -3;
        overflow-x: hidden;
        overflow-y: hidden;
        transform: rotate(0deg);

    }

    .hero .info {
        padding-top: 20%;
    }

}


.lang-switcher ul li {
    display: inline;

}

.lang-switcher ul {
    margin-top: 15px;
    padding-left: 0px;
}

@media (max-width: 991px) {
    header nav li {
        padding: 10px 0px;
        width: 100%;
        text-align: center;
    }

    .lang-item {
        display: none;
    }

    .lang-switcher select {
    border: none;
    max-width: 55px;
    font-weight: 600;
}

    .about .content {
        max-width: 100%;
        margin: 0 0px;
    }

    .services .services-set {
        padding-top: 20px;
        width: 100%;
        margin: 0px 0px;
    }

    .mf-20,
    .mr {
        margin: 0px;
    }



    #myTab .nav-item {
        width: 50%;
        text-align: center;
    }

    .hero h2 {
        font-size: 32px;
    }

    .hero .description,
    .services .services-set .accordion button p,
    .services .cta {
        font-size: 14px;
    }

    .services .services-set h3 {
        font-size: 24px;
        padding-bottom: 0px;
    }

    .competencies .section-t {
        font-size: 24px;
    }

    .ct-ft p {
        font-size: 12px;
        max-width: 230px;
    }

    .cta-section p {
        font-size: 24px;
        line-height: 37px;
    }

    footer ul li {
        padding-bottom: 5px;
    }

    footer .social-networks ul li {
        display: inline;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 25px;
    }

    footer .social-networks ul li i {
        width: 40px;
        height: 40px;
    }

    input,
    textarea {
        font-size: 14px;
    }

    [type=submit],
    .cta {
        display: block;
        margin: auto;
        font-size: 14px;
    }

    .contact img {
        padding-left: 20px;
    }

    .about .content p,
    .about .content ul li {
        font-size: 14px;
        line-height: 25px;
    }

    .about .text {
        text-align: center;
    }

    .about {
        padding-top: 70px;
    }



    .r-5 {
        margin-top: -5%;
        margin-bottom: 5%;
    }

    .r-10 {
        margin-top: -10%;
        margin-bottom: 10%;
    }
}