html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    font-family: "Poppins", sans-serif;
    color: #747794;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #020710;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

@font-face {
    font-family: 'Icons';
    font-style: normal;
    font-weight: normal;
    src: url('/wp-content/themes/condo/assets/fonts/icons.woff2') format('woff2'),
        url('/wp-content/themes/condo/assets/fonts/icons.woff') format('woff'),
        url('/wp-content/themes/condo/assets/fonts/icons.ttf') format('truetype');
}

h1 {
    font-size: 3rem;
    line-height: 4rem;
}

h2 {
    font-size: 2.5rem;
    line-height: 3rem;
}

h3 {
    font-size: 1.500rem;
    line-height: 2rem;
}

h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
}

h5 {
    font-size: 1.125rem;
    line-height: 1.575rem
}

h6 {
    font-size: 1rem;
}



h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
p span {
    color: #3f92d1;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

.container-w {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
    max-height: 100vh;
    padding: 20px;
    box-sizing: border-box;
    margin-top: -56px;
}

.blocks {
    display: flex;
    justify-content: space-between;
    gap: 10px;

}

.sticky-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #ffffff;
}

.block {
    flex: 1;
    background-color: #f1762f;
    /* height: 100px; */
    border-radius: 8px;
    cursor: pointer;
    margin: 0 5px;
    color: #FFFFFF;
}


/* CSS */
.button-25 {
    background-color: #f1762f;
    background-image: linear-gradient(#f18648, #f1762f);
    border: 1px solid #ee6414;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: -apple-system, ".SFNSDisplay-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 100%;
    margin: 0 5px;
    outline: 0;
    padding: 11px 15px 12px;
    text-align: center;
    transition: box-shadow .05s ease-in-out, opacity .05s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 100%;
}

.button-25:hover {
    box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
    text-decoration: none;
    transition-duration: .15s, .15s;
}

.button-25:active {
    box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
}

.button-25:disabled {
    cursor: not-allowed;
    opacity: .6;
}

.button-25:disabled:active {
    pointer-events: none;
}

.button-25:disabled:hover {
    box-shadow: none;
}

section.my-box {

    /* background-image: url('https://storage.googleapis.com/bd-md-01/buildings-v2/2560x1920/1860.jpg'); */
    background-size: cover;
    /* scale until the *short* side fits */
    background-position: center;
    /* keep the focus in the middle */
    background-repeat: no-repeat;
}

.btn-red {
    background-color: #ff6858 !important;
    border: 2px solid #ff6858;
    color: #fff !important;
    font-size: 13px !important;
    margin: 23px 10px 0 10px;
    margin: 0 10px;
    padding: 8px 15px !important;
    border-radius: 6px;
}

#homeSlider,
.slider {
    flex: 1;
    min-height: 0;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

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

.color-black {
    color: #000;
}

.home-text-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.home-text-container2 {
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.home-text-subcontainer {
    width: 100%;
    padding: 20px;
}

.home-text-subcontainer2 {
    width: 60%;
    padding: 20px;
}

.home-text-subcontainer3 {
    width: 100%;
    padding: 20px;
}

.slider_heder {
    font-size: 55px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1.25;
    margin-bottom: 15px;
}

.home-text-h1 {
    font-size: 45px;
    font-weight: 700
}

.home-text-h2 {
    font-size: 28px;
    font-weight: 400;
}

.home-text-separator {
    width: 3px;
    height: 55vh;
    max-height: 400px;
    background-color: #fff;
}

.icons-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.icons-container img {
    z-index: 3;
    margin: 3px;
}

span.orange {
    color: #ed5521 !important;
}

.slider.single-item h3 {
    font-size: 25px;
    color: white;
}

.slider.single-item p {
    font-size: 14px;
    color: white;
}

.slider.single-item .slick-dots {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.slider.single-item .slick-dots li {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-indent: -9999px;
    white-space: nowrap;
    border: 0;
    width: 144px;
    height: 40px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: transparent;
    box-shadow: 0 0 0 0 rgba(82, 156, 219, 0);
}

.slider.single-item .slick-dots li button {
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    background-color: transparent;
    font-size: 16px;
    color: #d3ddf0;
    font-weight: 600;
    text-align: center;
    outline: none;
    position: relative;
}

.slider.single-item .slick-dots li.slick-active button {
    color: #34a8ff;
}

.slider.single-item .slick-dots li button::before {
    content: '';
}

#homeSlider .slick-list {
    top: 50%;
    margin-top: -233px;
}

.full-wh>.full-wh,
.bgslider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100% !important;
}

.full-wh {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

section.download-section {
    padding: 100px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

section.download-section .container {
    position: relative;
    z-index: 1;
}

section.download-section h2 {
    color: #ffffff;
}

[data-bg-align*="-cover"],
.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
}

[data-bg-align*="center-center"],
.bg-cc {
    background-position: center center;
}

section.download-section .bg-section {
    top: 0;
}

.appstore-btn {
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    padding: 13px 20px 10px 60px;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    margin: 4px;
    text-align: left;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.appstore-btn.app-apple i {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 45px;
}

.appstore-btn.app-google-play i {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 30px;
}

.appstore-btn small {
    display: block;
    font-size: 12px;
    padding-left: 2px;
}

.appstore-btn:hover {
    font-family: Arial, Helvetica, sans-serif;
    color: #ff8f21;
    background-color: #000;
    border-radius: 4px;
    padding: 13px 20px 10px 60px;
    position: relative;
    display: inline-block;
    font-size: 25px;
    line-height: 1.2;
    margin: 4px;
    text-align: left;
}

.appstore-btn.app-apple i:hover {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 45px;
}

.appstore-btn.app-google-play i:hover {
    position: absolute;
    left: 15px;
    top: 10px;
    font-size: 30px;
}

.appstore-btn small:hover {
    display: block;
    font-size: 12px;
    padding-left: 2px;
}

.partners-slider img {
    display: block;
    width: 100%;
    height: 75px;
    object-fit: contain;
}

.action-lage {
    position: relative;
    width: 100%;

}

.fix {
    overflow: hidden;
}

.lightbg {
    background-color: #f2f2f2;
}

.bg-primary {
    background-color: #3f92d1;
}

.bg-blue {
    background-color: #3f92d1;
}

.bg-mega {
    background-color: #1b1b1b;
}

.bg-grey {
    background-color: #f5f5f5;
}

.bg-black {
    background-color: #222222;
}

.bg-white {
    background-color: #fff;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    -webkit-user-drag: none;
    -user-drag: none;
}

.widget_ab_item_text h6 {
    margin-bottom: 5px;
}

.widget_item h5 {
    font-weight: 700;
}

.widget_item .btn:hover {
    background-color: #3f92d1;
}

.widget_item li a {
    color: #aaa;
}

.widget_item li a:hover {
    color: #fff;
}

.widget_latst_item_text p {
    margin-bottom: 0px;
    color: #aaaaaa;
}

.widget_service li i,
.widget_latst_item_text a {
    font-size: 12px;
    color: #aaaaaa;
}

.widget_service li i {
    margin-right: 5px;
}

.widget_service li {
    font-size: 13px;
    border-bottom: 1px dashed #aaa;
    padding-bottom: 10px;
}

.widget_newsletter li a:hover i,
.widget_latst_item_text:hover p,
.widget_service li:hover,
.widget_service li:hover i {
    color: #fff;
}

.widget_ab_item .item_icon,
.widget_latst_item .item_icon {
    float: left;
    width: 20%;
    display: inline-block;
    margin-right: 15px;
}

.widget_ab_item .widget_ab_item_text,
.widget_latst_item .widget_latst_item_text {
    display: inline-block;
    width: 70%;
}

.widget_ab_item .item_icon {
    float: left;
    width: 10%;
    display: inline-block;
    margin-right: 15px;
    margin-top: -5px;
}

.widget_ab_item .widget_ab_item_text {
    display: inline-block;
    width: 80%;
}

.widget_newsletter .form-inline .form-group {
    display: block;
}

.widget_newsletter .form-control {
    width: 80%;
    height: 40px;
    background-color: #1a1a1a;
    border-color: #333333;
    display: inline-block;
}

.widget_newsletter .btn {
    width: 20%;
    padding: 0.65rem 1.2rem;
    background-color: #444444;
    border-color: #444444;
    color: #fff;
    border-radius: 0;
    margin-left: -4px;
    display: inline-block;
}

.widget_brand a {
    font-size: 30px;
    font-weight: 800;
    color: #aaa;
}

.widget_newsletter li a i {
    color: #aaa;
}


.main_footer i {
    padding: 0px 5px;
    color: #ff0000;
}

.m-top-30 {
    margin-top: 30px;
}

.p-top-40 {
    padding-top: 2.66rem;
}

.p-bottom-30 {
    padding-bottom: 1.875rem;
}

.m-top-80 {
    margin-top: 80px;
}

.footer-qr {
    text-align: right;
    padding-top: 30px;
}

.work_process_area {
    padding: 27px 0;
}

.condo-bottom-menu p {
    margin-bottom: 7px !important;
}

.condo-bottom-menu a,
.widget_ab_item_text {
    color: #747794;
}

.copyright.text-left {
    text-align: left;
    color: #747794;
}

.feature_icon {
    position: relative;
    z-index: 1;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-size: 3rem;
    margin: 0 auto 1rem;
    line-height: 1;
    width: 80px;
    height: 80px;
    background-color: #f5f5ff;
    border-radius: 50%;
    text-align: center;
}

.feature_icon i {
    line-height: 80px;
    font-size: 3rem;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff8f21), to(#ff8f21));
    background-image: linear-gradient(90deg, #ff8f21, #ff8f21);
}

h3.section_heading {
    margin-bottom: 15px;
    font-size: 2.1rem;
    line-height: 1.5;
}

div.line {
    width: 120px;
    height: 5px;
    margin: 30px auto 0;
    border-radius: 6px;
    background: #2d2ed4;
    background: -webkit-gradient(linear, left top, right top, from(#ff8f21), to(#ff8f21));
    background: linear-gradient(to right, #ff8f21, #ff8f21);
    border-top: none;
    margin-bottom: 70px;
}

ul.servicii {
    position: relative;
    list-style-type: none;
}

ul.servicii li {
    position: relative;
    padding-left: 25px;
    margin-top: 20px;
    text-align: left;
}

ul.servicii li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'fontawesome';
    color: orange;
}

#videoebloc {
    text-align: center;
}

#videoebloc video {
    width: 720px;
    height: 405px;

}

p.avantaje {
    font-size: 18px;
    text-transform: uppercase;
    color: #3b3b3b;
    font-weight: bold;

}

.avantaje-img img {
    width: 45px;

}

.avantaje-head {
    font-size: 30px;
    text-transform: uppercase;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 1.2;
    background-image: url(/wp-content/themes/condo/assets/images/dot-pattern.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 60px;
    padding-top: 10px;
    position: relative;

}

.avantaje-head::after {
    display: block;
    content: "";
    width: 40px;
    height: 30px;
    background-image: url(/wp-content/themes/condo/assets/images/ttl_after.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 6px;
    left: 195px;
}

.avantaje-head mark {
    padding: 0;
}

.banner1 {
    background-image: linear-gradient(0deg, rgb(236, 83, 32) 0%, rgb(251, 154, 65) 100%);
    display: flex;
    min-height: 93px;
    padding-left: 110px;
    padding-right: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 25px;
    position: relative;
    border-top: 2px solid #fff;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
}

.banner1::after {
    background-image: url(/wp-content/themes/condo/assets/images/icon-1.png);
    content: "";
    display: block;
    width: 80px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 10px;
}

.banner2 {
    background-image: linear-gradient(0deg, rgb(236, 83, 32) 0%, rgb(251, 154, 65) 100%);
    display: flex;
    min-height: 93px;
    padding-left: 110px;
    padding-right: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 25px;
    position: relative;
    border-top: 2px solid #fff;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
}

.banner2::after {
    background-image: url(/wp-content/themes/condo/assets/images/icon-2.png);
    content: "";
    display: block;
    width: 80px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 10px;
}

.banner3 {
    background-image: linear-gradient(0deg, rgb(236, 83, 32) 0%, rgb(251, 154, 65) 100%);
    display: flex;
    min-height: 93px;
    padding-left: 110px;
    padding-right: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 25px;
    position: relative;
    border-top: 2px solid #fff;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: bold;
    text-align: left;
}

.banner3::after {
    background-image: url(/wp-content/themes/condo/assets/images/icon-3.png);
    content: "";
    display: block;
    width: 80px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    z-index: 10;
    left: 15px;
    top: 10px;
}

.servicii-head {
    font-size: 30px;
    text-transform: uppercase;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 1.2;
    background-image: url(/wp-content/themes/condo/assets/images/dot-pattern.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 60px;
    padding-top: 10px;
    padding-left: 15px;
    position: relative;

}

.servicii-head::after {
    display: block;
    content: "";
    width: 40px;
    height: 30px;
    background-image: url(/wp-content/themes/condo/assets/images/ttl_after.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 6px;
    left: 285px;
}

.servicii-head mark {
    padding: 0;
}


.objects-txt {
    background-color: #ffffff;
    margin-bottom: 30px;
    font-size: 18px;
    padding: 45px 0 0 40px;
    min-height: 175px;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    border: 1px solid #ccc;
    font-weight: bold;
}

@media screen and (max-width:767px) {
    .objects-txt {
        padding: 40px 0 0 20px;
    }
}

@media screen and (max-width:575px) {
    .objects-txt {
        padding: 0 0 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .objects-txt p {
        margin-left: 20px;
    }
}

@media screen and (max-width:499px) {
    .objects-txt {
        padding-left: 10px;
        font-size: 18px;
        line-height: 1.1;
    }

    .objects-txt p {
        margin-left: 20px;
    }
}

.objects-txt:after {
    display: block;
    font-size: 112px;
    color: #eeeeee;
    position: absolute;
    right: 25px;
    top: 15px;
    line-height: 1;
}

@media screen and (max-width:1199px) {
    .objects-txt:after {
        font-size: 100px;
    }
}

@media screen and (max-width:767px) {
    .objects-txt:after {
        font-size: 70px;
    }
}

@media screen and (max-width:499px) {
    .objects-txt:after {
        font-size: 45px;
    }
}

@media screen and (max-width:399px) {
    .objects-txt:after {
        font-size: 34px;
        right: 10px;
        top: 5px;
    }
}

.objects-itm.fst.objects-txt:after {
    content: "01";
}

.objects-itm.scnd.objects-txt:after {
    content: "02";
}

.objects-itm.thrd.objects-txt:after {
    content: "03";
}

.objects-itm.foth.objects-txt:after {
    content: "04";
}

.objects-itm.five.objects-txt:after {
    content: "05";
}

.objects-itm.six.objects-txt:after {
    content: "06";
}

.objects-ico {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 22px;
}

@media screen and (max-width:575px) {
    .objects-ico {
        margin-bottom: 10px;
        margin-right: 20px;
    }
}

@media screen and (max-width:499px) {
    .objects-ico {
        width: 40px;
        height: 40px;
        background-size: contain;
        margin-right: 10px;
        margin-bottom: 0;
    }
}

.echipamente {
    padding: 30px;
    background-color: #ffffff;
    min-height: 517px;
}

h2.ech-head {
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    max-width: 555px;
    width: 100%;
    margin: 0 auto;
    padding-top: 27px;
    color: #ffffff;
    position: relative;
    background-image: url(/wp-content/themes/condo/assets/images/dot-pattern2.png);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    min-height: 165px;
    line-height: 1.2;
}

h2.ech-head::after {
    display: block;
    content: "";
    width: 40px;
    height: 30px;
    background-image: url(/wp-content/themes/condo/assets/images/ttl_after.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 20px;
    right: calc(50% - 20px);
}

p.ech-head {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    padding-top: 20px;
    min-height: 74px;
}

.echipamente p {
    color: #000000;
}

h2.efc-head {
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    max-width: 555px;
    width: 100%;
    margin: 0 auto;
    padding-top: 27px;
    color: #000000;
    position: relative;
    background-image: url(/wp-content/themes/condo/assets/images/dot-pattern.png);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    min-height: 165px;
    line-height: 1.2;
}

h2.efc-head::after {
    display: block;
    content: "";
    width: 40px;
    height: 30px;
    background-image: url(/wp-content/themes/condo/assets/images/ttl_after.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 20px;
    right: calc(50% - 20px);
}

.comanda {
    background-image: url(/wp-content/themes/condo/assets/images/av_bg.png);
    background-position: center bottom 70px;
    background-repeat: no-repeat;
}

.slugba__step {

    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
}

@media screen and (max-width:991px) {
    .slugba__step {
        margin-bottom: 50px;
    }
}

@media screen and (max-width:399px) {
    .slugba__step {
        margin-bottom: 10px;
        max-width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.slugba__step-img {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
}

.slugba__step-img img {
    padding: 10px;
    border-radius: 125px;
    -o-border-radius: 125px;
    -ms-border-radius: 125px;
    -webkit-border-radius: 125px;
    -moz-border-radius: 125px;
    border: 3px solid #eee;
    background-color: #ffffff;
    width: auto;
    height: 100%;
}

.slugba__step-img .number {
    position: absolute;
    color: #ffffff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(236, 83, 32)), to(rgb(251, 154, 65)));
    background-image: -o-linear-gradient(bottom, rgb(236, 83, 32) 0%, rgb(251, 154, 65) 100%);
    background-image: linear-gradient(0deg, rgb(236, 83, 32) 0%, rgb(251, 154, 65) 100%);
    width: 52px;
    height: 52px;
    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;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 15px;
    right: 40px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.43);
    border: 10px solid #fff;
}

@media screen and (max-width:399px) {
    .slugba__step-img {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:399px) {
    .slugba__step-img img {
        max-width: 140px;
        max-height: 140px;
    }
}

@media screen and (max-width:991px) {
    .slugba__step-big .slugba__step-img img {
        max-width: 178px;
        max-height: 178px;
    }
}

@media screen and (max-width:399px) {
    .slugba__step-big .slugba__step-img img {
        max-width: 140px;
        max-height: 140px;
    }
}

@media screen and (max-width:991px) {
    .slugba__step-img .number {
        right: 5px;
    }
}

@media screen and (max-width:399px) {
    .slugba__step-img .number {
        right: 50px;
    }
}

.slugba__step-big .slugba__step-img .number {
    right: 25px;
}

@media screen and (max-width:399px) {
    .slugba__step-big .slugba__step-img .number {
        right: 50px;
    }
}

.slugba__step-txt {
    color: #3b3b3b;
}

@media screen and (max-width:399px) {
    .slugba__step-txt {
        font-size: 14px;
    }
}

.ico {
    position: relative;
    background: antiquewhite;
    margin-bottom: 40px;
}

.ico p {
    margin: 5px !important;
}

.ico figure::before {
    content: '\E80D';
    position: absolute;
    top: 0;
    left: 10px;

    font: 42px/60px 'Icons';
    color: #ffc231;
    text-align: center;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.ico.s-1 figure::before {
    content: '\E850';
}

.ico.s-2 figure::before {
    content: '\E80D';
}

.ico.s-3 figure::before {
    content: '\E851';
}

h1.juridic {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.2;
}

.navbar {
    z-index: 1;
}

ul.navbar-nav>li.login>a {
    background-color: #ff6858 !important;
}

li.login a:hover {
    background-color: #fff !important;
    color: #ff6858 !important;
}

ul.navbar-nav li a:hover {
    background-color: #fff !important;
    color: #ff6858 !important;
}

ul.navbar-nav li.non-highlight a:hover {
    background-color: #ff6858 !important;
    color: #fff !important;
}

ul.navbar-nav li.non-highlight a.active {
    background-color: #ff6858 !important;
    color: #fff !important;
}


li.login a,
li.non-highlight a {
    border: 2px solid #ff6858;
    color: #fff;
    font-size: 15px !important;
    /* margin:23px 10px 0 10px; */
    margin: 0 6px;
    padding: 5px 10px !important;
    border-radius: 6px;
}

li.non-highlight a {
    color: #ff6858 !important;
}

.text-left-side .wp-block-media-text__content {
    padding: 0 8% 0 0;
}

.block-gray {
    /* background-color: #ededed; 
    background-image: url(/wp-content/themes/condo/assets/images/juridic-bg2.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size:2%; */
    padding: 4%;
}

.collection-service {
    background-image: url(/wp-content/themes/condo/assets/images/collection-service-05.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.facts-wr {
    padding: 4%;
}

.facts-wr .facts-in {
    background: rgba(29, 101, 178, 0.75);
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
}

.facts-wr .col-left,
.facts-wr .col-right {
    padding: 28px 35px 17px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.facts-wr .col-left {
    position: relative;
    float: left;
    width: 42%;
    color: #000;
    background: #fff;
    -moz-border-radius: 10px 10px 0 10px;
    -webkit-border-radius: 10px 10px 0 10px;
    border-radius: 10px 10px 0 10px;
}

.facts-wr .col-left .ttl {
    margin-bottom: 17px;
    color: #005bbf;
    font-size: 28px;
    line-height: 36px;
}

.facts-wr .col-left .wpcf7 {
    padding-bottom: 13px;
}

.facts-wr .col-right {
    margin-left: 42%;
}

.facts-wr .item {
    display: inline-block;
    min-width: 220px;
    margin: 5px 27px 15px;
    vertical-align: top;
    color: #ffffff;
}

.facts-wr .item i {
    display: block;
    color: #ffc231;
    font-size: 28px;
    line-height: 47px;
    font-style: normal;
}

.facts-wr .item i span {
    font-size: 18px;
}

.facts-wr .col-left:before {
    content: '\E802';
    position: absolute;
    top: 50%;
    right: -14px;
    margin: -6px 0 0;
    color: #fff;
    font: 25px/12px 'Icons';
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}


@media screen and (max-width: 1200px) {

    .facts-wr .facts-in {
        text-align: center;
    }

    .facts-wr .col-left {
        float: none;
        width: auto;
        padding: 28px 20px 10px;
        -moz-border-radius: 10px 10px 10px 10px;
        -webkit-border-radius: 10px 10px 10px 10px;
        border-radius: 10px 10px 10px 10px;
    }

    .facts-wr .col-left .ttl {
        margin: -10px 0 12px !important;
    }

    .facts-wr .col-left .more-space {
        margin: 0 0 12px;
    }

    .facts-wr .col-right {
        margin: 0;
        padding: 28px 10px 20px;
        font-size: 13px;
        line-height: 18px;
    }

    .facts-wr .col-left:before {
        top: auto;
        left: 0;
        right: 0;
        bottom: -10px;
        margin: 0;
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .facts-wr .item {
        min-width: inherit;
        margin: 0 10px 15px;
    }

    .facts-wr .item i {
        font-size: 25px;
    }

    .facts-wr .item i span {
        font-size: 16px;
    }

}


.before,
.after {
    margin: 0;
}

.before figcaption,
.after figcaption {
    background: rgba(255, 255, 255, 0.2);


    color: #FFFFFF;
    padding: 5px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    line-height: 100%;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;

}

.before figcaption {
    left: 12px;
}

.after figcaption {
    right: 12px;
}


h2.ccc-head {
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding-top: 27px;
    color: #000000;
    position: relative;
    background-image: url(/wp-content/themes/condo/assets/images/dot-pattern.png);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
    min-height: 165px;
    line-height: 1.2;
}

h2.ccc-head::after {
    display: block;
    content: "";
    width: 40px;
    height: 30px;
    background-image: url(/wp-content/themes/condo/assets/images/ttl_after.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 20px;
    right: calc(50% - 20px);
}

.curatare-tevi-canale {
    background-color: #eeeeee;
    padding: 20px;
}

.assen-bg {
    background-image: url(/wp-content/themes/condo/assets/images/assen_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 20px 8%;
    margin-bottom: 20px;
}

.assen-bg img {
    margin-top: 27%;
    ;
}

.df-head-text-color {
    color: #ed5521;
    font-size: 22px;
}

.df-text-color {
    color: #ffffff;
}

.dfh-head {
    font-size: 30px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.2;
    background-image: url(/wp-content/themes/condo/assets/images/dot-pattern2.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 22px;
    padding-top: 10px;
    padding-left: 0;
    position: relative;
    margin-top: 20px;

}

.dfh-head::after {
    display: block;
    content: "";
    width: 40px;
    height: 30px;
    background-image: url(/wp-content/themes/condo/assets/images/ttl_after.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 6px;
    left: 210px;
}

.dfh-head mark {
    padding: 0;
}

.esab__head {
    padding: 16px !important;
    background-color: #eeeeee !important;
}

.pricingTable-sign-up_516 {
    display: none;
}

.button-42 {
    background-color: initial;
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF !important;
    cursor: pointer;
    display: inline-block;
    font-family: Inter, -apple-system, system-ui, Roboto, "Helvetica Neue", Arial, sans-serif;
    height: 40px;
    line-height: 38px;
    outline: 0;
    overflow: hidden;
    padding: 0 20px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;

    z-index: 9;
    border: 0;
    transition: box-shadow .2s;
}

.button-42:hover {
    box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.centered-content {
    text-align: center;
}

.centered-content i {
    font-size: 41px;
}

.centered-content h3 {
    padding: 20px 0;
}

.centered-content i,
.centered-content h3,
.centered-content p {
    display: block;
    margin: 0 auto;
}

.content-section-bg {
    background-color: #262f38;
    padding: 45px;
    color: #ffffff !important;
}

.content-section-bg h2 {
    color: #ffffff;
}


ul.servicii li {
    position: relative;
    padding-left: 25px;
    margin-top: 20px;
    text-align: left;
}

ul.servicii li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'fontawesome';
    color: orange;
}

.calltoaction-section-2 {
    background-color: #FF7900;
    color: #ffffff;
    padding: 50px;
}

.calltoaction-section-2 h2 {
    color: #ffffff;
}

.button-serv a:hover {
    background-color: #3b4c5c !important;
    color: #ffffff !important;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.YTPOverlay.raster {
    background: url(/wp-content/themes/condo/assets/images/raster.png)
}


/* :: KEY :: */
.apland-load {
    -webkit-animation: apland-load 1500ms linear infinite;
    animation: apland-load 1500ms linear infinite;
    background-color: transparent;
    border-color: #ffffff;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    border-style: solid;
    border-width: 2px;
    height: 50px;
    left: calc(50% - 25px);
    position: relative;
    top: calc(50% - 25px);
    width: 50px;
    z-index: 9;
}

@-webkit-keyframes apland-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes apland-load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* :: KEY :: */

/* :: Work Process CSS */
.single_work_step {
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
    text-align: center;
}

.single_work_step1::before {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    content: '\ea46';
    top: 25%;
    right: -50px;
    font-family: 'LineIcons';
    font-size: 3rem;
    width: 70px;
    height: 70px;
    z-index: 1;
    line-height: 1;
    color: #020710;
}

@media only screen and (max-width: 767px) {
    .single_work_step1::before {
        display: none;
    }
}

.single_work_step .step-icon {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 30px;
}

.single_work_step .step-icon::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    border-radius: 50%;
    border: 5px dotted black;
    top: 0;
    left: 0;
}

.single_work_step .step-icon i {
    font-size: 3rem;
    line-height: 90px;
    color: black;
}

.single_work_step p {
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single_work_step p {
        font-size: 14px;
    }

    .single_work_step::before {
        right: -44%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single_work_step p {
        font-size: 14px;
    }
}

.single_work_step h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}

.single_work_step:hover::before,
.single_work_step:focus::before {
    color: #ff8f21;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

    .single_work_step:hover::before,
    .single_work_step:focus::before {
        right: -40%;
    }
}

.single_work_step:hover .step-icon::after,
.single_work_step:focus .step-icon::after {
    -webkit-animation: apland-load 4000ms linear infinite;
    animation: apland-load 4000ms linear infinite;
    border-color: #ff8f21;
}

.single_work_step:hover .step-icon i,
.single_work_step:focus .step-icon i {
    color: #ff8f21;
}

.single_work_step:hover h5,
.single_work_step:focus h5 {
    color: #ff8f21;
}

.work_process_area {
    position: relative;
    z-index: 1;
}

.work_process_area .row .col-12:last-child .single_work_step::before {
    display: none;
}

.cum-func {
    text-align: center;
}

.app-item img {
    height: 350px;
}

.app-item .slick-slide {
    text-align: center;
}

.app-item .slick-slide img {
    display: inline-block;
}

.go-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background: #f1762f;
    background-image: linear-gradient(#f18648, #f1762f);
    color: white;
    padding: 19px 19px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-size: 23px;
    z-index: 99999;
}

.go-to-top:hover {
    background: #f18648;
}

.ebloc-contact-form {
    border-radius: 8px;
    padding: 40px;
}

.ebloc-contact-form input,
.ebloc-contact-form textarea {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.05);
    color: #000;
    border-radius: 7px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #3b4c5c;
    font-size: 16px;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.ebloc-contact-form select {
    background-color: black;
    border-color: rgba(255, 255, 255, 0.05);
    color: #fff;
    border-radius: 7px;
    width: 100%;
    box-shadow: none;
    border: 1px solid #3b4c5c;
    font-size: 16px;
    height: auto;
    padding: 10px 15px;
    margin-bottom: 10px;
}

.ebloc-contact-form input:focus,
.ebloc-contact-form textarea:focus {
    border: 2px solid #eceef0;
}

.ebloc-contact-form button {
    border: 2px solid #3b4c5c;
    background-color: #3b4c5c;
    color: #000;

    border-radius: 4px;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 16px;

    display: block;
    width: 100%;
}

.ebloc-contact-form p {
    font-size: 25px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
}

.contact-title {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #fff;
}

.contact-title-h3 {
    font-weight: 500;
    color: #fff;
}

.contact-row {
    display: flex;
    align-items: center;
}

.contact-overlay {
    background-color: rgb(0 0 0 / 62%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.info-contact-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.info-contact-container i {
    font-size: 60px;
    color: #8BCE7B;
    line-height: inherit;
}

.info-contact-container h3 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 500;
}

.info-contact-container p {
    /* font-size: 13px;
    line-height: 1.6; */
    margin-bottom: 20px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 15px;
    font-weight: normal;
    display: block;
}

.wpcf7-form-control-wrap {
    position: relative;
    width: 100% !important;
}

.sb {
    color: #ffffff;
}


/* RESP */

@media (max-width: 767px) {
    .home-text-h1 {
        font-size: 27px;
        font-weight: 700;
        line-height: 1.5em;
    }

    .home-text-h2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5em;
    }

    .changeSlider {
        margin-bottom: 4px;
        margin-top: 4px;
    }
}

.contact-container {
    background: url(/wp-content/themes/condo/assets/images/bg19.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding-top: 150px;
    padding-bottom: 50px;
    width: 100%;
    /* height: 100vh; */
}

.contact-form-bg {
    background-color: rgba(0, 0, 0, 0.65);
}

.contact-form-bg h2 {
    color: #fff;
}

.contact-form-bg input,
.contact-form-bg select,
.contact-form-bg textarea {
    color: #ffffff;
}

.contact-info h2,
.contact-info h3,
.contact-info h5,
.contact-info p {
    color: #fff;
}

.contact-info a {
    color: #ff8f21;
}

.contact-overlay {
    background-color: rgb(0 0 0 / 62%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.overlay {
    background-color: rgb(0 0 0 / 62%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}