@import 'https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;800&family=Roboto+Slab:wght@300;400&display=swap';@import "./vendor/bootstrap/bootstrap.css";@import "./vendor/fontawesome/all.min.css";@import "./vendor/owlcaraousel/owl.carousel.min.css";@import "./vendor/owlcaraousel/owl.theme.default.min.css";@import "./vendor/aos/aos.css";@import "./vendor/magnific.css";
:root {
    --basezero:  #FFFF;
    --base:  #f6f9ff;
    /*--base:  #EDF1FC;*/
    --base-blue: #3cabd9;
    --darker-blue: #1a80ab;
    --super-light-blue:  #d9e7f6;

    --base-two:  #3451B5;
    --base-tre:  #263F91;
    --base-four:  #2AA2E1;
    --base-five:  #33A9E9;
    --base-six:  #FED82B;
    --color:  #1E2434;
    --color-two:  #4e5968;
    --color-tre:  #FED82B;
    --color-four:  #FFFFFF;
    --color-five:  #263F91;
    --fontmain:  'Roboto Slab',  sans-serif;
    --fontsec:  'Plus Jakarta Sans',  sans-serif;
}
body {
    font-family: var(--fontmain);
    font-size: 13px;
    font-weight: 300;
    height: auto;
    background: var(--base);
    color: var(--basezero);
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

.btn-check {
    width: 50px !important;
}

a {
    cursor: pointer;
    text-decoration: none !important;
}
a:hover {
    color: var(--basezero);
}
a:-webkit-any-link {
    text-decoration: none !important;
}

input, textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 8px 15px 8px 16px;
    color: var(--color);
    border: none;
    font-size: 18px;
    border-bottom: 1px solid #d7d2bd;
    height: 50px;
    border-radius: 4px;
    background-color: var(--basezero);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
button {
    border: none;
}
em {
    display: block;
    position: relative;
    width: 100%;
    color: #cf0000;
    margin: 10px 0;
}
textarea {
    height: auto;
    resize: none;
}
input:focus, textarea:focus {
    outline: none;
    border-bottom: 1px solid #d09900;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input.error {
    border-color: #cf0000 !important;
}
div.col-lg-9.confirm-agreement em.error {
    position: absolute !important;
    top: 45px !important;
    z-index: 1000 !important;
}
div.col-lg-9.confirm-agreement input.error {
    border-color: #cf0000 !important;
}
div.col-lg-9.confirm-agreement label {
    max-width: 500px;
}
::placeholder {
    color: var(--h-grey);
    opacity: .5;
}
:-ms-input-placeholder {
    color: var(--h-grey);
}
::-ms-input-placeholder {
    color: var(--h-grey);
}
.inputform {
    height: 50px;
    width: 100%;
    border: none;
    background: var(--base);
    border-radius: 10px;
    padding-left: 20px;
}
.inputform:focus-visible {
    outline: none;
}
#submitsub {
    background: var(--base-six);
    border: none;
    width: 80px;
    position: absolute;
    height: 50px;
    font-size: 20px;
    right: 5px;
    top: 5px;
    border-radius: 10px;
}
.pad-half--sec {
    padding: 100px 0!important;
}
.pad-half {
    padding: 150px 0 100px!important;
}
.pad-full {
    padding: 150px 0 !important;
}

.pad-srad {
    padding: 0 0 150px!important;
}

.pad-srad3 {
    padding: 0 0!important;
}

.pad-full-gap {
    padding: 150px 0 200px!important;
}
.pad-up {
    padding: 150px 0 0!important;
}
.pad-down {
    padding: 0 0 150px!important;
}
.btn-light-line {
    color: var(--color-four);
    border-radius: 5px;
    font-size: 18px;
    font-family: var(--fontsec);
    display: inline-block;
    position: relative;
}
.btn-light-line>i {
    position: absolute;
    font-size: 15px!important;
    right: -30px;
}
.btn-light-line.non-button--light>i {
    top: 8px;
}
.btn-light-line.non-button>i {
    top: 18px;
}
.btn-light-line:hover {
    color: var(--color-four);
}
.btn-light-line.non-button:hover {
    color: var(--color-two)!important;
}
.btn-light-line.non-button--light:hover {
    color: var(--color-four)!important;
}
.btn-light {
    /*background: var(--base-two);*/
    background: #8fb637 !important;
    color: var(--color-four);
    font-family: var(--fontsec);
    border-radius: 100px;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.btn-light:before {
    content: "";
    position: absolute;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 250px;
    /*background: var(--base-tre);*/
    background: #7ba51b;
    border-radius: 50%;
    z-index: -1;
    transition: .7s all ease-in-out;
}
.btn-light span {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s all ease-in-out;
    z-index: 3;
    color: var(--color-four);
    position: relative;
}
.btn-light:hover {
    /*background: var(--base-two);*/
    background: #8fb637;
    color: var(--color-four);
}
.btn-light:active {
    /*background: var(--base-two);*/
    background: #8fb637;
    color: var(--color-four);
}
.btn-light:hover:before {
    bottom: -150px;
}
.btn-dark {
    background: var(--base) !important;
    color: var(--darker-blue);
    font-family: var(--fontsec);
    border-radius: 100px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn-dark:active {
    background: var(--base) !important;
    color: var(--darker-blue);
}
.btn-dark:before {
    content: "";
    position: absolute;
    bottom: -250px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 250px;
    background: var(--darker-blue) !important;
    border-radius: 50%;
    z-index: -1;
    transition: .7s all ease-in-out;
}
.btn-dark span {
    display: block;
    width: 100%;
    height: 100%;
    transition: .3s all ease-in-out;
    z-index: 3;
    color: var(--darker-blue);
    position: relative;
}
.btn-dark:hover {
    background: var(--base) !important;
}
.btn-dark:hover span {
    color: var(--base);
}
.btn-dark:hover:before {
    bottom: -150px;
}
.non-button {
    font-size: 18px;
    padding: 10px 0;
    position: relative;
}
.small-button {
    font-size: 15px;
    padding: 10px 30px;
}
.med-button {
    font-size: 15px;
    padding: 10px 50px;
}
.big-button {
    font-size: 18px;
    padding: 10px 60px;
}
.h3-extrabig {
    font-family: var(--fontsec);
    font-size: 150px;
    line-height: 1.3;
}
.h1-big {
    font-family: var(--fontsec);
    font-size: 56px;
    line-height: 1.3;
}
.h1-med {
    font-family: var(--fontsec);
    font-size: 40px;
    line-height: 1.3;
}
.h3-tagline {
    font-family: var(--fontsec);
    font-size: 40px;
    line-height: 1.3;
}
.h3-medium {
    font-family: var(--fontsec);
    font-size: 30px;
    line-height: 1.5;
}
.h3-small {
    font-family: var(--fontsec);
    font-size: 18px;
    line-height: 1.5;
}
.h3-big {
    font-family: var(--fontsec);
    font-size: 50px;
    line-height: 1.3;
}
.we-reg {
    font-weight: 400;
}
.we-med {
    font-weight: 600;
}
.we-bold {
    font-weight: 800;
}
.col-bgzero {
    background: var(--basezero);
}
.col-bgone {
    background: var(--base);
}
.col-bgtwo {
    background: var(--base-two);
}
.col-bgtre {
    background: var(--base-tre);
}
.col-bgfour {
    background: var(--base-four);
}
.col-bgfive {
    background: var(--base-five);
}
.col-bgsix {
    background: var(--color-tre);
}
.col-one {
    color: var(--color);
}
.col-two {
    color: var(--color-two);
}
.col-tre {
    color: var(--color-tre);
}
.col-four {
    color: var(--color-four);
}
.col-five {
    color: var(--color-five);
}
.titlemini {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1.5px;
    font-size: 13px;
    z-index: 1;
    padding: 0 65px;
}
.titlemini-noline {
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1.5px;
    font-size: 13px;
    z-index: 1;
}
.titlemini:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 50px;
    left: 0;
    top: 10px;
    background: var(--base-blue);
}
.p-tagline {
    font-size: 18px;
    line-height: 1.7;
}
.p-tagline--small {
    font-size: 15px;
    line-height: 1.7;
}
.p-tagline--mini {
    font-size: 13px;
    line-height: 1.7;
}
.fixi {
    background: var(--color-four);
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0/6%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0/6%);
    z-index: 9;
}
.strip-down:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 5px;
    background: var(--base-six);
    left: 0;
    right: 0;
    bottom: -30px;
    margin: auto;
}
.ornament4 {
    margin-top: -420px;
    margin-bottom: -2px;
    width: 100%;
    height: auto;
}
.ornament {
    margin-top: -240px;
    margin-bottom: -2px;
    width: 100%;
    height: auto;
}
.ornament3 {
    margin-top: -50px;
    margin-bottom: -2px;
    width: 100%;
    height: auto;
}

.ornament-2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.outline {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.outline:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 5px;
    height: 25px;
    left: 0;
    z-index: -1;
    background: var(--base-six);
}
.outline2 {
    position: relative;
    display: inline-block;
    z-index: 1;
}
.outline2:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 5px;
    height: 25px;
    left: 0;
    z-index: -1;
    background-color: #92b53e;
}
.video-play-button {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    box-sizing: content-box;
    display: block;
    width: 32px;
    height: 44px;
    border-radius: 50%;
    padding: 18px 20px 18px 28px;
    text-decoration: none;
    font-size: 30px;
}
.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--base);
    border-radius: 50%;
    animation: pulse 1500ms ease-out infinite;
}
.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: var(--base);
    border-radius: 50%;
    transition: all 200ms;
}
.video-play-button i {
    display: block;
    position: absolute;
    z-index: 3;
    width: 0;
    top: 30%;
    height: 0;
}
.font-main {
    font-family: var(--fontmain)!important;
}
.font-sec {
    font-family: var(--fontsec)!important;
}
.grad-left:before {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to right, rgba(237, 241, 252, 1) 35%, rgba(255, 255, 255, 0) 94%);
}
.grad-full:before {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    background: rgba(237, 241, 252, .9);
}
.grad-right:before {
    width: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
    background: linear-gradient(to left, rgba(237, 241, 252, 1) 35%, rgba(255, 255, 255, 0) 94%);
}
.accordion-item {
    border: none;
}
.accordion-button {
    border-top: 1px solid var(--base);
}
.accordion-button:focus {
    box-shadow: unset;
}
.accordion-button .counter {
    display: inline-block;
    width: 30px;
    height: 30px;
    font-weight: 600;
    vertical-align: middle;
    line-height: 30px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: var(--base);
    color: var(--base-tre);
    font-size: 12px;
    margin-right: 10px;
}
.accordion-button::after {
    background: 0 0;
}
.accordion-button:not(.collapsed)::after {
    background-image: unset;
}
.accordion-button {
    box-shadow: none;
    background: 0 0;
}
.accordion-button:not(.collapsed) {
    color: var(--color-four);
    background: var(--base-two);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
@keyframes pulse {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}@-webkit-keyframes float {
     0% {
         transform: translatey(0px);
     }
     50% {
         transform: translatey(-20px);
     }
     100% {
         transform: translatey(0px);
     }
 }@keyframes float {
      0% {
          transform: translatey(0px);
      }
      50% {
          transform: translatey(-20px);
      }
      100% {
          transform: translatey(0px);
      }
  }@media screen and (max-width:1440px) {
    /*.ornament {*/
    /*    margin-top: -200px !important;*/
    /*}*/
}@media screen and (max-width:999px) {
    /*.ornament {*/
    /*    top: -180px;*/
    /*}*/
    .h1-big {
        font-size: 60px;
        line-height: 1.3;
    }
    .h3-tagline {
        font-size: 30px;
        line-height: 1.3;
    }
    .grad-right:before {
        background: linear-gradient(to left, rgba(237, 241, 252, .8) 100%, rgba(255, 255, 255, 0) 94%);
    }
    .grad-left:before {
        background: linear-gradient(to right, rgba(237, 241, 252, .8) 100%, rgba(255, 255, 255, 0) 94%);
    }
}@media screen and (max-width:1366px) {
    /*.ornament {*/
    /*    top: -250px;*/
    /*}*/
}@media screen and (max-width:1024px) {
    /*.ornament {*/
    /*    top: -180px;*/
    /*}*/
    .step3-img {
        margin-top: 0px !important;
    }
    .step2-img {
        margin-top: -100px !important;
        margin-bottom: 100px !important;
    }
    .step1-img {
        margin-top: 0px !important;
    }
}@media screen and (max-width:899px) {
    /*.ornament {*/
    /*    top: -130px;*/
    /*}*/
    .step3-img {
        margin-top: 0px !important;
    }
    .step2-img {
        margin-top: -100px !important;
        margin-bottom: 100px !important;
    }
    .step1-img {
        margin-top: 0px !important;
    }
    div.col-lg-9.confirm-agreement em.error {
        position: absolute !important;
        left: 55px !important;
        top: 0px !important;
        z-index: 1000 !important;
    }
}@media screen and (max-width:680px) {
    .titlemini {
        font-size: 13px;
    }
    .h3-tagline {
        font-size: 25px;
    }
    .h3-medium {
        font-size: 18px;
    }
    .h3-big {
        font-size: 30px;
    }
    .p-tagline {
        font-size: 15px;
    }
    .p-tagline--small {
        font-size: 13px;
    }
    .step3-img {
        margin-top: 0px !important;
        margin-left: 100px !important;
    }
    .step2-img {
        margin-top: -100px !important;
        margin-left: 100px !important;
        margin-bottom: 100px !important;
    }
    div.col-lg-9.confirm-agreement em.error {
        position: absolute !important;
        left: 55px !important;
        top: 0px !important;
        z-index: 1000 !important;
    }
}@media screen and (max-width:599px) {
    /*.ornament {*/
    /*    top: -100px;*/
    /*}*/
    .h3-big {
        font-size: 25px;
    }
    .h1-big {
        font-size: 40px;
        line-height: 1.3;
    }
    .step3-img {
        margin-top: 0px !important;
        margin-left: 100px !important;
    }
    .step2-img {
        margin-top: -100px !important;
        margin-left: 100px !important;
        margin-bottom: 100px !important;
    }
    div.col-lg-9.confirm-agreement em.error {
        position: absolute !important;
        left: 55px !important;
        top: 0px !important;
        z-index: 1000 !important;
    }
}@media screen and (max-width:490px) {
    /*.ornament {*/
    /*    top: -70px;*/
    /*}*/
    .step3-img {
        margin-top: 0px !important;
        margin-left: 100px !important;
    }
    .step2-img {
        margin-top: -100px !important;
        margin-left: 100px !important;
        margin-bottom: 100px !important;
    }
    .step1-img {
        margin-top: 0px !important;
    }
    div.col-lg-9.confirm-agreement em.error {
        position: absolute !important;
        left: 55px !important;
        top: 0px !important;
        z-index: 1000 !important;
    }
}#preloader {
     position: fixed;
     display: table;
     table-layout: fixed;
     width: 100%;
     height: 100%;
     overflow: hidden;
     background: var(--base);
     z-index: 999999;
 }

.step3-img {
    margin-top: 400px;
    margin-left: 200px;
}

.step2-img {
    margin-top: 150px;
    margin-left: 200px;
}

.step1-img {
    margin-top: 200px;
}

.wrapload {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
}
.dotsload {
    position: absolute;
    width: 150px;
    height: 50px;
    transform: scale(.25, .25);
}
.dot {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translate(0, -30%);
    opacity: 0;
    border-radius: 50%;
    background-color: var(--base-four);
}
.dot-1 {
    animation: animation-dots 1.5s infinite linear 1s;
}
.dot-2 {
    animation: animation-dots 1.5s infinite linear .5s;
}
.dot-3 {
    animation: animation-dots 1.5s infinite linear;
}
@-moz-keyframes animation-dots {
    0% {
        left: -350px;
        opacity: 0;
    }
    20% {
        left: 0;
        opacity: 1;
    }
    80% {
        left: 250px;
        opacity: 1;
    }
    100% {
        opacity: 0;
        left: 550px;
    }
}@-webkit-keyframes animation-dots {
     0% {
         left: -350px;
         opacity: 0;
     }
     20% {
         left: 0;
         opacity: 1;
     }
     80% {
         left: 250px;
         opacity: 1;
     }
     100% {
         opacity: 0;
         left: 550px;
     }
 }@-o-keyframes animation-dots {
      0% {
          left: -350px;
          opacity: 0;
      }
      20% {
          left: 0;
          opacity: 1;
      }
      80% {
          left: 250px;
          opacity: 1;
      }
      100% {
          opacity: 0;
          left: 550px;
      }
  }@keyframes animation-dots {
       0% {
           left: -350px;
           opacity: 0;
       }
       20% {
           left: 0;
           opacity: 1;
       }
       80% {
           left: 250px;
           opacity: 1;
       }
       100% {
           opacity: 0;
           left: 550px;
       }
   }@media screen and (max-width:899px) {
    .wrapload {
        left: 25%}
}#headerwrap {
     position: fixed;
     width: 100%;
     z-index: 99;
 }
.logobrand {
    position: relative;
    z-index: 9;
}
.listnav li {
    list-style: none;
    margin: 0 15px;
    display: inline-block;
    position: relative;
}
.listnav li a {
    font-family: var(--fontsec);
    font-weight: 600;
    font-size: 15px;
    color: var(--color);
    position: relative;
}
.listnav li a.itemlink:after {
    content: "";
    width: 0;
    background: var(--base-blue);
    height: 2px;
    left: auto;
    bottom: -6px;
    border-radius: 5px;
    z-index: -1;
    right: 0;
    position: absolute;
    transition: ease all .3s;
}
.listnav li a.itemlink:hover {
    /*color: var(--base-blue);*/
    color: #1ea1d7;
}
.listnav li a.itemlink:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.listnav li.active a {
    color: black;
}
.listnav li.active a.itemlink:after {
    width: 100%;
    left: 0;
    right: auto;
}
.listnav li.has-child:after {
    font-family: FontAwesome;
    content: "\f078";
    color: var(--color);
    padding-left: 5px;
    font-size: 9px;
    position: relative;
    top: -2px;
}
.listnav li.has-child ul.submenu {
    padding: 0;
    width: 180px;
    height: auto;
    position: absolute;
    margin-top: 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    border-radius: 10px;
    background: var(--color-four);
    box-shadow: 0 10px 15px 0 rgba(155, 154, 154, .2);
    transition: all .2s ease;
}
.listnav li.has-child ul.submenu li {
    margin: 0!important;
    width: 100%;
    border-bottom: 1px solid rgba(155, 154, 154, .1);
    color: var(--color-two);
}
.listnav li.has-child ul.submenu li a {
    width: 100%;
    color: var(--color-two);
    font-size: 13px;
    display: inline-block;
    padding: 10px 0 10px 15px;
}
.listnav li.has-child ul.submenu li:last-child {
    border-bottom: none;
}
.listnav li.has-child ul.submenu li a:hover {
    background: var(--base-two);
    color: var(--color-four)!important;
}
.listnav li.has-child ul.submenu li.active a {
    background: var(--base-two);
    color: var(--color-four)!important;
}
.listnav li.has-child ul.submenu li.active:first-child a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.listnav li.has-child ul.submenu li:first-child a:hover {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.listnav li.has-child ul.submenu li:last-child a:hover {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.listnav li.has-child:hover>ul.submenu {
    visibility: visible;
    opacity: 1;
    margin-top: 10px;
}
.navicon {
    position: absolute;
    right: 0;
    top: 15px;
    width: 0;
    height: 0;
    padding: 23px 30px;
    cursor: pointer;
    text-align: center;
    z-index: 9;
    border-radius: 5px;
}
.navicon__bar {
    left: 25%;
    top: 10px;
    position: absolute;
}
.navicon__bar:before, .navicon__bar:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: var(--color);
}
.navicon:hover .navicon__bar:before, .navicon:hover .navicon__bar:after {
    background: var(--color);
}
.navicon__bar:before {
    transform: rotate(0deg) translate(0px, -4px);
}
.navicon__bar:after {
    transform: rotate(0deg) translate(0px, 4px);
}
.navicon.active .navicon__bar:before {
    transform: rotate(-45deg) translate(0px, 0px);
}
.navicon.active .navicon__bar:after {
    transform: rotate(45deg) translate(0px, 0px);
}
.navicon.active:hover .navicon__bar .navicon__bar:before {
    transform: rotate(0deg) translate(0px, 0px);
}
.navicon.active:hover .navicon__bar .navicon__bar:after {
    transform: rotate(0deg) translate(0px, 0px);
}
.menu-mobile {
    position: fixed;
    width: 100%;
    display: none;
    font-family: var(--fontsec);
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    z-index: 5;
    background: var(--color-four);
}
.wrap-navimobile {
    height: 100%;
    padding: 0 30px 150px;
    overflow-x: auto;
}
.wrap-navimobile .listnavmobile {
    padding-left: 0;
}
.wrap-navimobile .listnavmobile li {
    list-style: none;
    padding: 10px 0;
}
.wrap-navimobile .listnavmobile li a {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--color-two);
    text-decoration: none;
}
.wrap-navimobile .listnavmobile li a:hover {
    text-decoration: none;
    color: var(--color-five);
}
.submenulink-mobile i {
    position: absolute;
    font-size: 13px;
    right: 0;
    top: 10px;
    z-index: -1;
}
.submenulink-mobile>a.dropmenu {
    display: block;
    position: relative;
    cursor: pointer;
}
.dropdownopen {
    padding-bottom: 20px;
}
.submenulink-mobile a.dropmenu>span {
    position: absolute;
    right: 0;
}
.submenu-mobile {
    display: none;
    padding: 10px 0;
}
.submenu-mobile>li {
    border-bottom: none!important;
}
.submenu-mobile>li a {
    font-size: 15px!important;
    color: var(--color-two)!important;
}
.menu-mobile.active {
    display: none;
}
.submenulink-mobile.opensubmenu ul[class=submenu-mobile] {
    display: block!important;
}
@media(max-width:999px) {
    .menu-mobile.active {
        display: block;
        padding: 100px 0 0;
    }
}
.detailhero {
    margin-top: 60px;
    margin-bottom: 60px;
}
.privatehero {
    margin-top: 200px;
    margin-bottom: 200px;
}
.imghero {
     transform: translatey(0px);
     -webkit-animation: float 6s ease-in-out infinite;
     animation: float 6s ease-in-out infinite;
 }
.imghero img {
    width: 95%;
    float: right;
    margin-top: 50px;
}
.imgfoot img {
    width: 50%}

.footlink, .footlinksosmed {
    padding: 0;
    margin: 0;
}
.footlink li {
    list-style: none;
    margin: 10px 0;
}
.footlink li a {
    /*font-family: var(--fontsec);*/
    /*font-weight: 300;*/
    font-size: 15px;
    color: #4f4f4f;
}

.footlink a {
    color: #4f4f4f;
}

.footlink a:hover {
    color: #1ea1d7;
}
@media screen and (max-width:680px) {
    .imgfoot img {
        width: 30%}
}#aboutsection {
     background: url(../images/bg/bg-cir.png), var(--base-two);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: top center;
 }
.overlapsection {
    position: relative;
    top: -100px;
}
.itemslidewrap {
    padding: 50px 40px;
    color: var(--color-four);
    background: var(--base-five);
    position: relative;
    z-index: 1;
    min-height: 400px;
}
.itemslidewrap:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    transition: ease all .35s;
    background: var(--base-four);
    z-index: -1;
}
.itemslidewrap:hover:after {
    bottom: auto;
    top: 0;
    height: 100%}
.itemslidewrap i {
    font-size: 50px;
}
.itemslidewrap h3 {
    font-family: var(--fontsec);
    letter-spacing: 1.3px;
}
.imgagewrap {
    transform: translatey(0px);
    -webkit-animation: float 6s ease-in-out infinite;
    animation: float 6s ease-in-out infinite;
}
.imgagewrap img {
    width: 70%;
}

.confirm-agreement input:focus {
    /*display: none;*/
}

.confirm-agreement input:before {
    background-color: rgb(80, 168, 229, 0.5) !important;
    /*background-color: transparent !important;*/
}

.confirm-agreement input[type=checkbox]:checked {
    background-color: #92b53e !important;
}

.confirm-agreement input[type=checkbox]:checked:after {
    margin: 0px;
    margin-left: -3px;
}

.confirm-agreement label {
    float: left;
    color: var(--color-four);
}
.confirm-agreement input {
    float: left;
    overflow: hidden;
    height: 40px;
    background-color: rgb(80, 168, 229, 0.5)  !important;
    /*background-color: transparent !important;*/
    border: 2px solid #add7f4 !important;
    box-shadow: 0 4px 9px -4px #3b71ca !important;
}

.agree-btn {
    width: 50px;
    height: 50px;
    background: rgb(80, 168, 229, 0.5) !important;
    /*background: none !important;*/
    border: 2px solid #add7f4 !important;
}

.text-uncapitalize {
    text-transform: none !important;
}

.estimate-btn {
    width: 135px;
    height: 120px;
    background: rgb(80, 168, 229, 0.5) !important;
    /*background: none !important;*/
    border: 2px solid #add7f4 !important;
}

.estimate-btn:hover {
    border: 2px solid #add7f4;
    background-color: #92b53e !important;
}

.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    border: 2px solid #add7f4 !important;
    background-color: #92b53e !important;
}

.estimate-btn i {
    font-size: 30px;
}

.step-item {
    padding-bottom: 70px;
}

.itemcount {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-four);
}
.counter {
    font-size: 40px;
    letter-spacing: 1.5px;
}
a.contact-link {
    color: white;
}
a.contact-link:hover {
    color: white;
    text-decoration: underline !important;
}
#valuation-contact {
    background: url(../images/bg/line-2.png), var(--base-five);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#valuation {
    background: url(../images/bg/bg-line-2.png), var(--base-five);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center center;
}

#valuation3 {
    background: var(--base);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center center;
}
.itemtestimonial {
    padding: 80px 50px 20px;
    position: relative;
    background: var(--color-four);
    z-index: 1;
}
.itemtestimonial i {
    font-size: 80px;
    position: absolute;
    left: 50px;
    top: 30px;
    opacity: .1;
    color: var(--color-two);
}
.itemtestimonial:after {
    content: '';
    width: 100%;
    background: var(--base-two);
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.userdetail {
    width: 100%}
.userdetail img {
    width: 100px!important;
    margin: 30px auto;
    position: relative;
    top: 20px;
    z-index: 1;
    border-radius: 100%;
    outline: 8px solid var(--color-four);
}
.clientlist {
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.imgclient {
    padding: 0;
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%}
.imgclient a {
    padding: 0 20px;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.imgclient a img {
    max-width: 80%;
    vertical-align: middle;
    height: auto;
}
@media screen and (max-width:999px) {
    .imgclient {
        -webkit-box-flex: 0;
        max-width: 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%}
}@media screen and (max-width:576px) {
    .imgclient {
        -webkit-box-flex: 0;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%}
}#gapbottom {
     background-image: url(../images/office/bottom.jpg);
     background-position: center center;
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
     z-index: 1;
 }
#gapbottom:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--base);
}
.wrapimgbottom {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--base);
}
.wrapimgbottom i {
    position: absolute;
    transform: translate(-55%, -30%);
    left: 50%;
    font-size: 30px;
    width: 50px;
    height: 50px;
    border: 5px solid var(--base);
    border-radius: 100px;
    color: var(--base);
    text-align: center;
    padding: 5px 0;
    box-shadow: 0 4px 9px -4px #3b71ca !important;
}
#headersection {
    position: relative;
    z-index: 3;
}
.videopromotion {
    width: 100%;
    position: relative;
    height: 400px;
}
.dots {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: var(--base-two);
}
.dots:after {
    content: '';
    width: 50%;
    position: absolute;
    top: 10px;
    left: 60px;
    height: 3px;
    border-top: 3px dotted var(--base-two);
}
.step-one__count {
    width: 150px;
    height: 150px;
    background-color: var(--base-four);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    margin: 0 auto;
}
.step-one__count:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--base-four);
    transform: rotate(45deg);
    border-radius: 77.5px 77px 0 77.5px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.step-one__count span {
    position: relative;
    z-index: 1;
    font-family: var(--fontsec);
}
@media screen and (max-width:480px) {
    .step-one__count {
        width: 100px;
        height: 100px;
    }
}.itemservice {
     overflow: hidden;
     padding: 50px 30px;
     border-radius: 5px;
     position: relative;
     z-index: 1;
     transition: ease all .35s;
 }
.itemservice:after {
    content: " ";
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    height: 0;
    width: 100%;
    transition: ease all .35s;
    background: var(--base-two);
    z-index: -1;
}
.itemservice i {
    font-size: 30px;
    width: 70px;
    height: 70px;
    background: var(--base-two);
    color: var(--color-four);
    text-align: center;
    border-radius: 5px;
    padding: 20px 0;
}
.itemservice p {
    color: var(--color-two);
}
.itemservice:hover {
    box-shadow: 32px 32px 71px 0 rgba(2, 82, 205, .278);
    z-index: 3;
}
.itemservice:hover i {
    background: var(--base);
    color: var(--color-five);
}
.itemservice:hover p {
    color: var(--color-four);
}
.itemservice:hover h3 {
    color: var(--color-four);
}
.itemservice:hover:after {
    bottom: auto;
    top: 0;
    height: 100%}
.itemservice:hover:before {
    height: 10px;
}
.overlapsection-down {
    position: relative;
    top: 100px;
}
.inneroverlap {
    padding: 50px 60px;
    border-radius: 10px;
    background: url(../images/bg/bg-cir.png), var(--base-four);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.r-line {
    position: relative;
}
.r-line:before {
    position: absolute;
    content: '';
    background: rgba(255, 255, 255, .1);
    width: 1px;
    height: 170px;
    top: -28px;
    right: 0;
}
.r-line:last-child:before {
    background: unset;
}
@media screen and (max-width:480px) {
    .inneroverlap {
        padding: 50px 30px;
    }
}#porfolio-warp {
     position: relative;
     padding-left: 0;
     padding-right: 0;
     z-index: 1;
 }
.work-content.grid-gutter-md {
    margin-left: -8px;
    margin-right: -8px;
}
.portomasonry-item {
    cursor: pointer;
    margin: 0;
    position: relative;
    float: right;
    padding: 20px;
    width: 33.3333%;
    overflow: hidden;
}
.content-porto {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.titleporto {
    padding: 50px 30px 20px;
    background: var(--basezero);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.portomasonry-item a {
    position: relative;
}
.viewproject {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(.6);
    -ms-transform: translate(-50%, -50%) scale(.6);
    transform: translate(-50%, -50%) scale(.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 150px;
    height: 150px;
    padding: 30px;
    border-radius: 50%;
    background: var(--base-tre);
    text-align: center;
    opacity: 0;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 500;
    color: #fff;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.portomasonry-item:hover a .viewproject {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}
.filter {
    padding: 0;
}
.filter li {
    margin: 10px 15px;
    font-weight: 600;
    font-family: var(--fontsec);
    letter-spacing: 1px;
    display: inline-block;
    list-style: none;
    position: relative;
}
.filter li:after {
    content: "";
    width: 0;
    background: var(--base-tre);
    height: 2px;
    left: auto;
    bottom: -6px;
    z-index: 1;
    right: 0;
    position: absolute;
    transition: ease all .3s;
}
.filter li.active {
    color: var(--color-five);
}
.filter li.active:after {
    width: 100%;
    left: 0;
    right: auto;
}
@media screen and (max-width:1024px) {
    .portomasonry-item {
        width: 50%}
}@media screen and (max-width:699px) {
    .portomasonry-item {
        width: 100%;
        padding: 20px 10px;
    }
}.priceitem {
     background: var(--basezero);
     border-radius: 5px;
 }
.titleplan {
    padding: 30px 20px;
    border-bottom: 1px solid var(--base);
}
.pricelog {
    font-size: 50px;
}
.pricedetail {
    padding: 10px;
}
.featureswrap {
    width: 100%;
    display: flex;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
}
.featureswrap i {
    font-size: 20px;
}
.featureswrap:hover .feature-details {
    display: block;
}
.wrapgap-con {
    background: var(--basezero);
}
.imgpoto-detail {
    padding: 30px;
}
.imgpoto-detail i {
    font-size: 60px;
    color: var(--color-two);
    opacity: .3;
}
.teamlinksosmed {
    padding: 20px 0;
    margin: 0;
    border-top: 1px solid var(--base);
}
.teamlinksosmed li {
    list-style: none;
    margin: 0 15px;
    display: inline-block;
}
.teamlinksosmed li i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--color);
}
.teamlinksosmed li a {
    font-size: 15px;
    color: var(--color-four);
}
@media screen and (max-width:699px) {
    .wrapgap-con {
        background: 0 0;
    }
    .imgpoto-detail {
        background: var(--basezero);
    }
}.tab-content {
     display: none;
 }
.tab-content.active {
    display: block;
}
.tabnav {
    padding: 0;
}
.tabnav li a {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid var(--base-two);
}
.tabnav li {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
@media screen and (max-width:999px) {
    .tabnav li {
        margin: 10px;
    }
}iframe {
     width: 100%;
     height: 450px;
 }
.wrapinput-half {
    width: 100%;
    position: relative;
}
.wrapform {
    z-index: 9;
}
@media screen and (max-width:999px) {
    .wrapinput-half button {
        width: 100%}
}

.form-control {
    border: 2px solid #add7f4 !important;
    background-color: rgb(80, 168, 229, 0.5) !important;
    /*background-color: transparent !important;*/
    color: white !important;
    box-shadow: 0 4px 9px -4px #3b71ca !important;
}

.form-floating-label {
    color: white !important;
    margin-left: 13px;
    margin-top: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

.form-control:focus {
    border-color: #add7f4 !important;
    background-color: #95b444 !important;
    -webkit-box-shadow: none !important;
    outline: none !important;
    box-shadow: 0 4px 9px -4px #3b71ca !important;
}

textarea:focus, input:focus {
    outline: none !important;
    border-color: #add7f4 !important;
    color: white !important;
}

a.form-submit-btn {
    float: right;
    box-shadow: 0 4px 9px -4px #3b71ca !important;
}

.foot-info {
    width: 100%;
}
.foot-info i {
    width: 30px;
    margin-top: 20px;
    float: left;
}

.foot-info p {
    width: 150px;
    float: left;
}

.foot-logo {
    width: 150px !important;
}

.lost-banner {
    background: url("http://apsoft.pl/images/lost-banner.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.lost-logo {
    margin: 0 auto;
    width: 200px;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hero-private {
    background: url("../images/office/hero-2-1.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    /*height: 100%;*/
    height: auto;
    /*min-height: 700px;*/
    object-fit: cover;
    top: 0;
}

#hero-career {
    background: url("../images/office/hero-career.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 0;
}

#hero-contact {
    background: url("../images/office/hero-2-1.jpg") top no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    object-fit: cover;
    top: 0;
}

.menu-white {
    background-color: white;
}

#cb-cookie-banner { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; border-radius: 0; display: none; }

/*#background-video {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*    position: fixed;*/
/*    left: 0;*/
/*    right: 0;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    z-index: -1;*/
/*}*/