@font-face {
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 400;
    src: local('Euclid Circular A'), url('/css/font/Euclid Circular A Regular.woff') format('woff');
}
@font-face {
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 300;
    src: local('Euclid Circular A'), url('/css/font/Euclid Circular A Light.woff') format('woff');
}
@font-face {
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    src: local('Euclid Circular A'), url('/css/font/Euclid Circular A Medium.woff') format('woff');
}
@font-face {
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 600;
    src: local('Euclid Circular A'), url('/css/font/Euclid Circular A SemiBold.woff') format('woff');
}
@font-face {
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 700;
    src: local('Euclid Circular A'), url('/css/font/Euclid Circular A Bold.woff') format('woff');
}

body{
    font-family: 'Euclid Circular A', sans-serif;
    color: #2d2d30;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .2px;
}
#header{
    position: absolute;
    z-index: 10;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    font-weight: 500;
    transition: background-color .3s;
    padding-top: 5px;
    padding-bottom: 5px;
}
#header.is-stuck{
    box-shadow: -2px 3px 90px -20px rgba(0,0,0,.25);
    position: fixed;
    animation: stickySlideDown .65s cubic-bezier(.23,1,.32,1) both;
    background: #fff;
}
@keyframes stickySlideDown {
    from {
        transform: translateY(-100%)
    }

    to {
        transform: translateY(0)
    }
}
#header .navbar-nav{
    text-transform: uppercase;
}
.navbar-expand-md .navbar-collapse{
    justify-content: center;
}

a{
    color: #212121;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover,.nav-link:hover, .nav-link:focus{
    color: #54af91;
}
input, button, textarea{
    box-shadow: none !important;
    border-radius: 0 !important;
}
textarea{
    height: auto !important;
}
h1{
    font-size: 34px;
    margin-bottom: 30px;
}
h2{
    font-size: 48px;
    margin-bottom: 50px;
}
p{
    font-size: 16px;
}
.btn{
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-contact{
    background-color: #54af91;
    color: #fff;
    font-weight: 500;
    min-width: 180px;
    padding: 13px 40px;
    border: none;
    cursor: pointer;
    border-radius: 50px !important;
}
.btn-contact:hover,.btn-contact:active{
    background-color: #54af91a1 !important;
    color: #fff !important;
}
.navbar-logo{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.navbar-logo span{
    font-size: 20px;
    font-weight: 500;
    color: #54af91;
    line-height: 20px;
    padding-left: 6px;
    max-width: 97px;
}
.logo{
    max-width: 170px;
}
.top-block{
    background: linear-gradient(90deg, #54af91 0.318471%, rgb(255, 175, 251) 97.1338%);
    padding-top: 100px;
    background: #f3f7ff;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background-image: url("/images/bg-pattern-3.svg");
    background-position: center center;
}
.top-block ul{
    list-style-type: none;
    padding: 0;
    margin-bottom: 30px;
}
.top-block ul li{
    background-image: url(data:image/svg+xml,%3Csvg\ viewBox=\'0\ 0\ 24\ 24\'\ fill=\'none\'\ xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cg\ id=\'SVGRepo_bgCarrier\'\ stroke-width=\'0\'%3E%3C/g%3E%3Cg\ id=\'SVGRepo_tracerCarrier\'\ stroke-linecap=\'round\'\ stroke-linejoin=\'round\'%3E%3C/g%3E%3Cg\ id=\'SVGRepo_iconCarrier\'%3E%3Cpath\ d=\'M19\ 7.34189C18.6095\ 6.95136\ 17.9763\ 6.95136\ 17.5858\ 7.34189L10.3407\ 14.587C9.95016\ 14.9775\ 9.31699\ 14.9775\ 8.92647\ 14.587L6.38507\ 12.0456C5.99454\ 11.6551\ 5.36138\ 11.6551\ 4.97085\ 12.0456C4.58033\ 12.4361\ 4.58033\ 13.0693\ 4.97085\ 13.4598L7.51774\ 16C8.68969\ 17.1689\ 10.5869\ 17.1677\ 11.7574\ 15.9974L19\ 8.7561C19.3905\ 8.36558\ 19.3905\ 7.73241\ 19\ 7.34189Z\'\ fill=\'%2354af91\'%3E%3C/path%3E%3C/g%3E%3C/svg%3E);
    background-position: 0 -4px;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 32px;
    font-weight: 500;
}
.top-block h2{
    font-size: 32px;
    background: linear-gradient(121deg,#54af91 .9554140127388535%,#3b59ff 98%);
    background-image: linear-gradient(121deg, rgb(84 175 145) 0.955414%, rgb(59, 89, 255) 98%);
    color: #fff;
    padding: 5px 10px;
}
.top-block .row{
    margin-bottom: 100px;
}


.service-block>.container-md{
    padding-bottom: 100px;
}
.service-item{
    padding-top: 20px;
}
.service-item:hover{
    background-color: #FFFFFF;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
}
.service-number{
    display: flex;
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    height: 125px;
    margin-bottom: 20px;
}
.service-number>span{
    z-index: 1;
    position: relative;
}
.service-number>svg{
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0;
    right: 0;
}
.service-title{
    font-size: 20px;
    font-weight: 500;
}
.service-description{
    color: #5d6371;
    padding: 20px;
}


.price-block>svg{
    background: #fff;
}
.price-block{
    background: #f3f7ff;
    /*background-image: url(https://startup.liquid-themes.com/wp-content/uploads/2021/11/bg-pattern-3.svg);*/
    /*background-position: center center;*/
}
.price-block .col-sm-4{
    margin-bottom: 20px;
    margin-top: 20px;
}
.price-item{
    max-width: 350px;
    box-shadow: 0 20px 40px 0 rgba(0,0,0,.050980392156862744);
    transition: background .3s,border .5s,border-radius .5s,box-shadow .5s;
    background: #fff;
    padding: 0 20px;
    margin: auto;
    cursor: pointer;
}
.price-item:hover{
    background: #201e32;
    color: #fff;
}
.price-item:hover small{
    color: #fff;
}
.price-item>div{
    padding: 20px 0;
    border-bottom: 1px solid #E7ECF0;
}
.price-name{
    font-size: 23px;
    font-weight: 700;
}
.price-title {
    font-size: 23px;
    font-weight: 500;
}
.price-title small{
    width: 100%;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    color: #5d6371;
}
.price-contact-block{
    border: none !important;
}
.price-description ul{
    list-style-type: none;
    padding: 0;
}
.price-description ul li{
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M19 7.34189C18.6095 6.95136 17.9763 6.95136 17.5858 7.34189L10.3407 14.587C9.95016 14.9775 9.31699 14.9775 8.92647 14.587L6.38507 12.0456C5.99454 11.6551 5.36138 11.6551 4.97085 12.0456C4.58033 12.4361 4.58033 13.0693 4.97085 13.4598L7.51774 16C8.68969 17.1689 10.5869 17.1677 11.7574 15.9974L19 8.7561C19.3905 8.36558 19.3905 7.73241 19 7.34189Z' fill='%2354af91'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-position: 0 -4px;
    background-repeat: no-repeat;
    padding-left: 40px;
    background-size: 32px;
}

.contact-block,.team-block{
    background: #f3f7ff;
    padding-top: 100px;
    padding-bottom: 100px;
}
.contact-block .container-fluid{
    border-radius: 10px;
    background-image: url('/images/bg-scaled.jpg');
    background-position: bottom center;
    background-size: cover;
    max-width: 900px;
    min-width: 95%;
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.contact-block h3{
    width: 100%;
    max-width: 690px;
    font-size: 43px;
    font-weight: 700;
}
.contact-block small{
    width: 100%;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.elementor-divider{
    width: 100%;
}
.elementor-divider span{
    border-top: 3px solid #54af91;
    max-width: 300px;
    width: 60%;
    display: inline-block;
    margin: 20px 20px 10px;
}
#contact-form{
    max-width: max-content;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
#contact-form label{
    color: #5d6371;
}
#contact-form>div{
    margin: 10px 15px;
}
#contact-form input{
    border-radius: 20px !important;
}
#contact-form input, #contact-form button{
    min-width: 250px;

}
#contact-form .btn-contact{
    height: 58px;
    font-size: 18px;
}
.path-svg{
    position: absolute;
    left: -219px;
    bottom: 26px;
}
.rocket-svg{
    position: absolute;
    left: -100px;
    top: -136px;
}

.team-img{
    width: 90%;
    margin: 5%;
    height: 280px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.slide-bg{
    top: 0;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #3b59ffe6;
    -webkit-transition: width 1s ease-in-out, height 1s ease-in-out;
    -o-transition: width 1s ease-in-out, height 1s ease-in-out;
    transition: width 1s ease-in-out, height 1s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.splide__slide:hover .slide-bg{
    width: 1500px;
    height: 1500px;
}

.slide-title{
    font-size: 22px;
    line-height: 36px;
    color: #111111;
    margin: 0;
}
.slide-title2{
    font-size: 16px;
    line-height: 30px;
    color: #646464;
    font-weight: 400;
}
.slide-quantity{
    position: absolute;
    top: 0;
    padding: 20px;
    width: 90%;
    margin: 5%;
    height: 250px;
    color: #fff0;
    z-index: 2;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.splide__slide:hover .slide-quantity{
    color: #fff;
}
.splide__arrow{
    background: #3b59ffe6 !important;
    top: 161px !important;
}
.splide__arrow svg{
    fill: #fff !important;
}
.testimonial-box{
    margin-bottom: 60px;
    margin-top: 40px;
    padding: 60px 40px 30px;
    position: relative;
    background-color: #f9f8ff;
    border-radius: 4px;
    background-image: url('/images/quote.svg');
    background-repeat: no-repeat;
    background-position: top right;
}
.testimonial-box:before{
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #473f6f;
    opacity: 0.03;
    width: calc(100% - 40px);
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    border-radius: 4px;
}
.testimonial-box:after {
    content: "";
    position: absolute;
    z-index: -2;
    background-color: #473f6f;
    opacity: 0.03;
    height: 100%;
    width: calc(100% - 80px);
    bottom: -30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 4px;
}
.feedback-title{
    margin-bottom: 0;
    line-height: 1.2;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.lqd-custom-shape{
    transform: rotate(180deg);
    fill: #f3f7ff;
}
.feedback-title span{
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 30px;
    color: #646464;
    font-weight: 400;
}
.feedback-block{
    background-image: url("/images/bg-pattern-3.svg");
    background-position: center center;
}
.feedback-block h2{
    margin-bottom: 20px;
}
.feedback-block h2+p{
    max-width: 600px;
    width: 100%;
    margin: auto;
}
.faq-block{
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url("/images/bg-pattern-3.svg");
    background-position: center center;
}
.faq-block img{
    width: 100%;
}
.accordion-item,.accordion-button{
    background: none !important;
    border: none;
}
.accordion-body{
    background: #f8f7fe;
    margin-bottom: 20px;
}
.accordion{
    background: #fff;
    max-width: 90%;
    border-top: 1px solid #d5d8dc;
}
.accordion-item{
    border-bottom: 1px solid #d5d8dc;
    border-radius: 0 !important;
}
.contact-block-b{
    background-color: transparent;
    background-image: linear-gradient(90deg, #9B52FF 0%, #130CB5 100%);

}
.contact-block-b img{
    max-width: 360px;
    width: 100%;
    height: auto;
}
.contact-block-b .row{
    padding-top: 50px;
    padding-bottom: 50px;
}
.contact-block-b h3{
    font-size: 38px;
    max-width: 350px;
    margin: 0 auto 30px;
}
#contact-form-3 .form-floating,
#contact-form-2 .form-floating{
    max-width: 350px;
    width: 100%;
    margin: 10px auto 20px ;
}
.lqd-custom-shape-b{
    fill: #fff;
    height: 150px;
    width: 100%;
    transform: rotate(180deg);
}

.has-error .form-control{
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.social-block a{
    margin: 0 10px;
}
div.social-block{
    margin-top: 10px;
}
.contact-block-b .social-block path{
    fill: #fff;
}
.social-block svg:hover path{
    fill: #54af91;
}
.splide__arrow--prev{
    left: -10px !important;
}
.splide__arrow--next {
    right: -10px !important;
}

.social-block-mob{
    display: none;
}
.navbar-expand-md.navbar{
    justify-content: flex-end;
}
@media (max-width: 767px) {
    #header .social-block{
        margin-top: 12px;
        margin-right: 10px;
        display: inline-block;
    }
}
@media (max-width: 575px) {
    .social-block-mob{
        display: inline-block;
        margin-top: 12px;
        margin-right: 10px;
    }
    #header .social-block{
        display: none;
    }
    .right-block-m{
        display: flex;
        justify-content: flex-end;
    }
    #w0-collapse{
        position: absolute;
        background: #fff;
        width: 100vw;
        z-index: 9;
        top: 56px;
        right: calc(-1.5rem * 0.5);
    }
}