    .content{
            padding: 30px 20px;
            & h4 {
                font-weight: 600;
            }
            p {
                margin-bottom: 8px;
            }
            & .readmore_btn {
                font-weight: 600;
            }
        }
        &:hover {
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
    }
    .content {
        padding-top: 30px;
        h4 {
            color:  #575757;
            font-size:  22px;
            line-height: 30px;
            margin-bottom: 13px;
            padding: 0 9px;
        }
        p {
            color:  #818181;
            font-size:  14px;
            line-height:  24px;
            margin-bottom: 35px;
        }
        a {
            &.readmore_btn {
                height:  42px;
                border:  1px solid #0056ff;
                display:  inline-block;
                padding:  0 42px;
                line-height:  40px;
                font-size:  14px;
                border-radius: 30px;
                color:  #0056ff;
                font-weight:  600;
                transition: 0.5s;
                &:hover {
                    background:  #0056ff;
                    color: #fff;
                }
                &.btn-transparent{
                    border: 0 none;
                    width: inherit;
                    height: inherit;
                    color: #3f3f3f;
                    font-size: 14px;
                    font-family: $heading-font;
                    font-weight: 600;

                    &:hover{
                        color: $theme-color;
                        background: transparent;
                    }
                }
            }
        }
    }
    &.agency-service{
        background:  #f4f4f4;
        .content {
            padding-top: 30px;
            a{
                &.readmore_btn {
                    border:  1px solid $theme-color;
                    color:  $theme-color;
                    &:hover {
                        background:  $theme-color;
                        color: #fff;
                    }
                }
            }
        }
        &:hover{
            background:  #ffffff;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
    }

    &.repair-service{
        background:  #ffffff;
        .content {
            padding-top: 30px;
            a{
                &.readmore_btn {
                    border:  2px solid $theme-color;
                    color:  $theme-color;
                    line-height: 38px;
                    &:hover {
                        background:  $theme-color;
                        color: #fff;
                    }
                }
            }
        }
        &:hover{
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
    }

    &.carpenter-service{
        background:  #ffffff;
        .content {
            padding: 30px;
            a{
                &.readmore_btn {
                    border:  2px solid $theme-color;
                    color:  $theme-color;
                    line-height: 38px;
                    &:hover {
                        background:  $theme-color;
                        color: #fff;
                    }
                }
            }
        }
        &:hover{
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
    }

    &.popular-courses{
        background:  #f4f4f4;
        .content {
            padding-top: 30px;
            h4{
                padding: 0;
            }
            p{
                margin-bottom: 26px;
            }
            a{
                &.readmore_btn {
                    border:  1px solid $theme-color;
                    color:  $theme-color;
                    &:hover {
                        background:  $theme-color;
                        color: #fff;
                    }
                }
            }
            ul{
                padding: 0;
                display: flex;
                margin: 0;
                list-style: none;

                &.crs-meta{
                    margin-bottom: 17px;
                    li{
                        color: #6e6e6e;
                        font-size: 14px;
                        font-family: $heading-font;
                        margin-right: 14px;
                        a{
                            color: #6e6e6e;
                        }
                    }
                }

                &.crs-price{
                    justify-content: space-between;
                    li{
                        color: #6e6e6e;
                        font-size: 14px;
                        font-family: $heading-font;
                        margin-right: 14px;
                        i{
                            padding-right: 7px;
                        }
                        a{
                            color: #6e6e6e;
                        }
                        &.price{
                            color: $theme-color;
                        }
                    }
                }
            }

        }
        &:hover{
            background:  #ffffff;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
        }
    }

    &.body-fit-choose{
        background:  #ffffff;
        .content {
            padding: 40px;
            i{
                font-size: 69px;
                margin-bottom: 11px;
                display: inline-block;
                color: #404040;
            }
            h4{
                padding: 0;
                font-size: 22px;
                font-weight: 500;
            }
            p{
                margin-bottom: 26px;
                color: #4d4d4d;
                line-height: 27px;
            }
            a{
                &.readmore_btn {
                    border: 1px solid transparent;
                    padding: 0;
                    border-radius: inherit;
                    color: #404040;
                    &:hover {
                        background:  transparent;
                        color: $theme-color;
                    }
                }
            }


        }
        &:hover{
            background:  #fb5b21;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            .content {
                i{
                    color: #ffffff;
                }
                h4{
                    color: #ffffff;
                }
                p{
                    color: #ffffff;
                }
                a{
                    &.readmore_btn {
                        color: #fff;
                    }
                }


            }
        }
    }

    &.beauty-service{
        background:  #ffffff;
        .content {
            padding: 40px;
            h4{
                padding: 0;
                font-size: 22px;
                font-weight: 500;
            }
            p{
                margin-bottom: 13px;
                color: #5c5c5c;
                line-height: 27px;
            }
            a{
                &.readmore_btn {
                    border: 1px solid transparent;
                    padding: 0;
                    border-radius: inherit;
                    color: #404040;
                    height: auto;
                    line-height: initial;
                    &:hover {
                        background:  transparent;
                        color: $theme-color;
                    }
                }
            }
        }
        &:hover{
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
            .content {
                a{
                    &.readmore_btn {
                        color: #ff759d;
                    }
                }
            }
        }
    }
}

/* Cleaning Service Activation  */

.cln-service-activation{
    overflow: hidden;
    & button {
        position: absolute;
        top: 50%;
        left: 0px;
        color: #f4f4f4;
        border: 0 none;
        font-size: 30px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        background: #000000;
        transform: translateY(-50%);
        z-index: 2;
        border-radius: 100%;
        transition: 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden;

        &:hover{
            color: #ffffff;
            background: $theme-color;
        }
        &.clnService-next{
            left: auto;
            right: 0px;

        }
    }
    &:hover{
        & button {
        opacity: 1;
        visibility: visible;
        }
    }
}

/*--
    04.1 Service Style two
----------------------------------*/
.service-6 {
    margin-top: 12px;
    .icons {
        border:  1px solid #4e89fb;
        width: 100px;
        height:  100px;
        line-height:  100px;
        border-radius: 100%;
        float: left;
        text-align:  center;
        margin-right: 22px;
        margin-top: 10px;
        @media #{$large-mobile} {
            margin: auto;
            margin-bottom: 21px;
            float: inherit;
        }
    }
    .content {
        overflow:  hidden;
        p {
            font-size:  14px;
            line-height:  25px;
            color:  #5b5b5b;
        }
        h4 {
            color:  #5f5f5f;
            font-size:  24px;
            font-weight:  600;
            margin-bottom: 7px;
            @media #{$large-mobile} {
                font-size: 21px;
            }
        }
    }
    &.reapir-service{
        margin-top: 12px;
        .icons {
            border:  0 none;
            width: auto;
            height:  auto;
            line-height:  inherit;
            border-radius: inherit;
            float: left;
            text-align:  center;
            margin-right: 22px;
            margin-top: 10px;
        }
        .content {
            p {
                font-size:  16px;
                line-height:  30px;
                color:  #585757;
                max-width: 390px
            }
            h4 {
                color:  #3d3d3d;
            }
        }
    }

    &.medical-service{
        background: #f7f7f7;
        margin-top: 0;
        padding: 50px 69px;

        &.service-bg-2{
            background: #ededed;
        }
        .icons {
            border:  1px solid transparent;
            width: auto;
            height:  auto;
            line-height:  inherit;
            border-radius: inherit;
            float: left;
            text-align:  center;
            margin-right: 25px;
            margin-top: 10px;
            max-width: 60px;
        }
        .content {
            overflow:  hidden;
            h4 {
                color: $heading-font;
                font-size:  18px;
                font-weight:  500;
                margin-bottom: 7px;
                font-weight: 600;
            }
            p {
                font-size:  14px;
                line-height:  26px;
                color: $heading-font;
            }

        }

        @media #{$laptop-device}{
            padding: 30px 20px;
        }
        @media #{$desktop-device}{
            padding: 30px 20px;
            & .icons {
                max-width: 45px;
                margin-right: 15px;
            }
            & .content {
                h4 {
                    font-size:  16px;
                }
            }
        }
        @media #{$tablet-device}{
            padding: 25px 25px;
        }
        @media #{$large-mobile}{
            padding: 29px 15px;
        }

        @media #{$small-mobile}{
            padding: 39px 15px;
        }

    }
    .section-service {

        @media #{$tablet-device}{
            & .col-12 {
                &:nth-child(odd) {
                    & .service-6.medical-service {
                        padding-top: 0px;
                    }
                }
            }
        }
    }

    &.bd-service{
        .icons {
            border:  1px solid transparent;
            width: auto;
            height:  50px;
            line-height:  50px;
            border-radius: inherit;
            float: left;
            text-align:  center;
            margin-right: 24px;
            margin-top: 10px;
            padding-right: 17px;
            border-right: 1px solid #5e5e5e;
            i {
                color: #5e5e5e;
                font-size: 53px;
                transition: 0.4s ease-in-out;
                &:hover{
                    color: #fb5b21;
                }
            }

            @media #{$large-mobile} {
                margin: auto;
                margin-bottom: 21px;
                float: inherit;
            }
        }
        .content {
            p {
                font-size:  14px;
                line-height:  25px;
                color:  #5b5b5b;
            }
            h4 {
                color:  #565656;
                font-size:  22px;
                font-weight:  500;
                margin-bottom: 7px;
                @media #{$large-mobile} {
                    font-size: 21px;
                }
            }
        }
    }
}
.boxed-layout {
    & .medical-service {
        padding: 50px 30px;
        @media #{$laptop-device}{
            padding: 30px 20px;
        }
        @media #{$desktop-device}{
            padding: 30px 20px;
            & .icons {
                max-width: 45px;
                margin-right: 15px;
            }
            & .content {
                h4 {
                    font-size:  16px;
                }
            }
        }
        @media #{$tablet-device}{
            padding: 25px 25px;
        }
        @media #{$large-mobile}{
            padding: 29px 15px;
        }

        @media #{$small-mobile}{
            padding: 39px 15px;
        }
    }
}


.single-service {
    & img {
        width: 100%;
    }
    &:hover {
        & .service-content {
            box-shadow: 0 4px 18px 0 rgba(85, 85, 85, 0.2);
        }
    }
}
.service-content {
    background: $white;
    padding: 30px 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    & h3 {
        font-size: 22px;
        font-weight: 600;
    }
    & p {
        font-size: 16px;
        margin: 10px 0 10px 0;
    }
    & > a {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
        color: $theme-color;
        &:hover {
            color: #333;
        }
    }
}
.service-slider-active {
    & .slick-arrow {
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 0;
        right: auto;
        background: #ddd;
        border: none;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        z-index: 5;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s ease-in-out;
        &:hover {
            background: $theme-color;
            color: $white;
        }
        &.slick-next {
            right: 0;
            left: auto;
        }
    }
    &:hover .slick-arrow {
        transform: translateY(-50%);
        visibility: visible;
        opacity: 1;
    }
}
.service-area-tow {
    background: $theme-color;
    position: relative;
    padding-left: 20px;
    &::after {
        background:  $theme-color;
        position: absolute;
        content: "";
        left: 0;
        top: -19px;
        height: 20px;
        width: 80%;
        z-index: 9;
    }
    &::before {
        background:  $theme-color;
        position: absolute;
        content: "";
        left: 0;
        bottom: -19px;
        height: 20px;
        width: 80%;
        z-index: 9;
    }
    @media #{$large-mobile}{
        padding-left: 0px;
        &::after {
            display: none;
        }
        &::before {
            display: none;
        }
    }
    & .single-service {
        background: #f7f7f7;
        border-top: 1px solid #d0d5da;
        border-right: 1px solid #d0d5da;
        border-bottom: 1px solid #d0d5da;
        padding: 50px 30px;
        position: relative;
        &:hover {
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }
        & .service-icon {
            margin-bottom: 15px;
            & i {
                font-size: 38px;
            }
        }
        & .service-content-info {
           & h3 {
                font-size: 18px;
                font-weight: 600;
                margin-bottom: 10px;
                font-weight: 600;
            }
            & p {
                font-size: 14px;
            }
        }
    }
    & .col-lg-4{
        &:nth-child(4),
        &:nth-child(5),
        &:nth-child(6){
            & .single-service  {
                border-top: none;
            }
        }
        @media #{$tablet-device}{
            &:nth-child(4){
                & .single-service  {
                    border-top: 1px solid #d0d5da;
                }
            }
        }
        @media #{$large-mobile}{
            &:nth-child(3){
                & .single-service  {
                    border-top: none;
                }
            }
            &:nth-child(1),
            &:nth-child(2),
            &:nth-child(3),
            &:nth-child(4),
            &:nth-child(5),
            &:nth-child(6){
                & .single-service  {
                    border-left: 1px solid #d0d5da;
                }
            }
        }
    }
    & .single-service-title-area {
        height: 250px;
        & .service-title {
            font-weight: 600;
            transform: translateY(50%);
            padding: 0 25px 0 50px;
            @media #{$small-mobile}{
                padding: 0 25px 0 0px;
            }
            @media #{$large-mobile}{
                padding-left: 20px;
                transform:  translateY(50%)
            }
            @media #{$small-mobile}{
                padding-left: 20px;
                transform:  translateY(30%)
            }
            & h2 {
                font-size: 22px;
                color: $white;
                position: relative;
                padding-bottom: 16px;
                margin-bottom: 20px;
                font-weight: 700;
                letter-spacing: 1px;
                &::after {
                    position: absolute;
                    content: "";
                    left: 0;
                    bottom: 0;
                    width: 35px;
                    height: 1px;
                    background: #fff;
                }
            }
            & p {
                color: #fff;
            }
        }
    }
}
.service-details-menu {
    & li {
        & a {
            background: #f1f1f1;
            font-size: 16px;
            font-weight: 500;
            display: block;
            padding: 20px;
            text-align: center;
            &.active {
                background: $theme-color;
                color: $white;
            }
        }
        margin-bottom: 10px;
        &:last-child {
            margin-bottom: 0;
        }
    }
}
.service-details-content {
    & h4 {
        font-weight: 600;
        margin-bottom: 15px;
    }
    @media #{$large-mobile , $tablet-device}{
        margin-top: 30px;
    }
    & .service-details-image {
        @media #{$large-mobile , $tablet-device}{
            margin-top: 30px;
        }
    }
}
.service-details-content-inner {
    & h4 {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px;
    }
    & .service-details-list {
        margin-top: 30px;
        & li {
            margin-bottom: 10px;
            &:last-child {
                margin: 0;
            }
            & i {
                color: $theme-color;
                margin-right: 10px;
            }
        }
    }
}
.row-service-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    background: #EDEDED;
}

.back-background:after,
.card-background:after,
.front-background:after {
background-color:rgba(0, 0, 0, 0.15);
border-bottom: #f24d00 solid 10px;
}


.h1,
.h2,
.h3,
.h4,
body,
h1,
h2,
h3,
h4,
h5,
h6{
     font-family: Arial,
     Helvetica,
     sans-serif !important;
}

@media (min-width: 1200px) {.modal-xl {
    max-width: 1140px!important;
}
}



.modal-dialog{
    margin-top: 30px!important;
}

@media only screen and (min-width: 700px) {
    .bg-mov-stanga{
        background-image: linear-gradient(to right, #e9d0ec 60%, transparent 0)!important; 
        border-radius:50px 0 0 0;

}
}

@media only screen and (min-width: 700px) {
    .bg-mov-dreapta{
        background-image: linear-gradient(to left, #e9d0ec 60%, transparent 0)!important; 
        border-radius:0 0 50px 0;
}
}

@media only screen and (max-width: 700px) {
.bg-mov-stanga{
    background-image: linear-gradient(to right, #e9d0ec 100%, transparent 0)!important;  
    border-radius:50px 50px 50px 50px; 
}
}

@media only screen and (max-width: 700px) {

.bg-mov-dreapta{
    background-image: linear-gradient(to left, #e9d0ec 100%, transparent 0)!important;  
    border-radius: 50px 50px 50px 50px;  
}
}

@media only screen and (max-width: 700px) {

    .bg-mov-jos{
        background: linear-gradient(to top, #e9d0ec 89%, transparent 0)!important;  
        border-radius: 50px 50px 50px 50px;  
    }
    }
   
@media only screen and (min-width: 700px) {

    .bg-mov-jos{
        background: linear-gradient(to top, #e9d0ec 89%, transparent 0)!important;  
        border-radius: 50px 50px 50px 50px;  
}
}
    

@media only screen and (max-width: 700px) {

.overlay{
    background-color: rgba(0,0,0,0.3);
    margin-top: 15%;   
}
}
    
@media only screen and (min-width: 700px) {

.overlay{
    background-color: rgba(0,0,0,0.3);
    margin-top: -5%;  
}
}

@media only screen and (max-width: 700px) {

.img-max-width{
    max-width: 100%;
    }
    }

@media only screen and (min-width: 700px) {

.img-max-width{
    max-width: 85%;
}
}

.card-pricing ul li
{
    padding: 6px 0 !important;
    text-align: left !important;
    text:black;
}

.card-pricing ul
{
    max-width: none !important;
    text-align: left !important;
}

/* Typewriter effect */

.line-1{
    /* position: relative; */
    /* top: 50%;   */
    width: 15em;
    /* margin: 0 auto; */
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 250%;
    /* text-align: center; */
    white-space: nowrap;
    overflow: hidden;
    /* transform: translateY(-50%);     */
}

/* Animatia */
.anim-typewriter{
  animation: typewriter 2s steps(50) normal both,
             blinkTextCursor 500ms steps(50) infinite normal;
}
@keyframes typewriter{
  from{width: 0;}
  to{width: 15em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

/* END Typewriter effect */

/* UNDERLINE MENU EFFECT */

.nav-button::after {
    display: block;
    content: '';
    width: 0;
    margin: 0 auto;
    height: 2px;
    background:var(--primary-color);
    transition: width .4s;
}

.nav-button:hover::after {
    width: 75%;
    transition: width .4s;
}

/* END UNDERLINE MENU EFFECT */

.build-box {
    border: 1px solid rgba(236, 236, 236, 0.452);
    box-shadow: 2px 1px 30px 1px rgb(230, 230, 230);
    border-radius: 10px;
}
.icon-size {
    width: 60px;
    height: auto;
}

.image-size {
    width: 150px;
    height: auto;
}

.image-size-mobile {
    width: 100%;
    height: auto;
}

/* ---== COLORS ==--- */

:root {
    /* --primary-color: #29b6f6; */
    --primary-color: #0277bd;
    /* --secondary-color: #ff1744; */
    --secondary-color: #4a148c;
    --lighter-color: #73e8ff;
    --darker-color: #0086c3;
  }

.primary-color {
    background-color: var(--primary-color);
}

.primary-color-text {
    color: var(--primary-color)!important;
}

.secondary-color {
    background-color: #4a148c;
}

.text-black {
    color: rgb(0, 0, 0);
}

/* .text-black {
    color: rgb(40, 40, 40);
} */

.text-gray {
    color: #4b4b4b!important;
}

.emag-color {
    background-image: linear-gradient(to right, #e53f3f, #e41259, #d90076, #c20095, #9918b3, #802cc1, #5d3acc, #1645d6, #174ada, #184fde, #1953e1, #1b58e5);    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.emag-marketplace-color {
    background-image: linear-gradient(to right, #154ed1, #154ed1, #154ed1, #154ed1, #154ed1, #154ed1, #154ed1, #154ed1, #154ed1, #154ed1, #154ed1, #154ed1);
    color:transparent;
    -webkit-background-clip: text;
    background-clip: text;
}

.fs-1 {
    font-size: 14px!important;
}

.fs-2 {
    font-size: 16px!important;
}

.fs-3 {
    font-size: 18px!important;
}

.vl {
    border-left: 6px solid var(--primary-color);
}

.check-color {
    color: rgb(24, 182, 24)!important;
}

/* ---== END COLORS ==--- */


/* ---== FONT ==---*/

/* .nav-font {
    font-family: 'Poppins', sans-serif;
} */

.poppins-font {
    font-family: 'Poppins', sans-serif!important;
}

.roboto-font {
    font-family: 'Roboto', sans-serif!important;
}

/* ---== END FONT ==---*/


/* ---== BUTTONS ==--- */

.btn-primary {
    background-color: var(--primary-color)!important;
}

.btn-primary:hover {
    background-color: var(--darker-color)!important;
}

.primary-color {
    background-color:#29b6f6;
}
.light-blue {
    background-color:#73e8ff;
}

.btn-violet {
    color: #fff;
    background-color: var(--secondary-color);
    font-family: 'Poppins', sans-serif!important;
}

.btn-violet:hover {
    color: #fff;
    background-color:#5f27a3!important;
}

.btn-outline-violet {
    color: var(--secondary-color);
    background-color: #fff;
    border: 2px solid var(--secondary-color);
    font-family: 'Poppins', sans-serif!important;
}

.btn-outline-violet:hover {
    color: #fff;
    border: 2px solid var(--secondary-color);
    background-color: var(--secondary-color)!important;
}

.btn-violet-comanda {
    color: var(--secondary-color);
    font-family: 'Poppins', sans-serif!important;
    background-color: #fff;
}

.btn-violet-comanda:hover {
    color: #fff;
    background-color:var(--secondary-color)!important;
}

.dark-blue {
    background-color:#0086c3;
}
.dark-blue1 {
    color:#0086c3;
}
.home-premium-strip3 {
    background-image: linear-gradient(-45deg, #F0FDE2 0%, #F7EDFF 51%, #CEFFFF 100%);
    position: relative;
}

/* ---== END BUTTONS ==--- */

/* ---== FOOTER ==--- */

.footer-icon-color {
    color: #222;
}

.footer-color {
    background-color: var(--primary-color);
}

.footer-h {
    font-size: 17px;
    font-weight: 600!important;
    color: #fff;
    margin-bottom: 15px!important;
    font-family: 'Poppins', sans-serif!important;
}

.copyright {
    font-size: 17px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    margin: 0px 0px 0px!important;
}

.new-main-raised{
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 0%), 0 6px 30px 5px rgb(0 0 0 / 0%), 0 8px 10px -5px rgb(0 0 0 / 0%);
}

/* ---== SOCIAL MEDIA ICONS FOOTER ==--- */

.fab {
    font-size: 20px;
    border-radius: 50%;
}

.fa-facebook-f {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #4267B2;
    color: #fff;
}

.fa-whatsapp {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #25D366;
    color: #fff;
}

.fa-twitter {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #1DA1F2;
    color: #fff;
}

.fa-linkedin-in {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background: #024772;
    color: #fff;
}

.link-color {
    color: #fff;
}

.link-color:hover {
    color: rgb(255, 255, 255);
    transition: color .3s;
}

.underline {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    padding: 3px 3px 3px 0;
}

.underline .fas::after {
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    position: absolute;
    top: 10px;
    right: 0;
}

/* .filled {
    background: linear-gradient(to right, #000 50%, #ddd6d6 50%, #dad2d2);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    transition: 0.5s ease-in;
}

.filled:hover {
    background-position: -100%;
} */

/* ---== END SOCIAL MEDIA ICONS FOOTER ==--- */

/* ---== END FOOTER ==--- */

/* CONTACT UNDERLINE-VALIDATION */

.has-danger .form-control, .has-danger .form-control:invalid, .is-focused .has-danger .form-control {
    background-image: linear-gradient(
0deg
, #4a148c 2px, rgba(244, 67, 54, 0) 0), linear-gradient(
0deg
, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
}

.form-control:invalid {
    background-image: linear-gradient(
0deg
, #4a148c 2px, rgba(244, 67, 54, 0) 0), linear-gradient(
0deg
, #d2d2d2 1px, hsla(0, 0%, 82%, 0) 0);
}

/* END CONTACT UNDERLINE-VALIDATION */

.build-box {
    border: 1px solid rgba(236, 236, 236, 0.452);
    box-shadow: 2px 1px 30px 1px rgb(180 180 180);
    border-radius: 10px;
}

/*--------------------------------------------------------------
# Preturi
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: rgb(221, 240, 255);
    text-align: center;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
  
  .pricing .box h3 {
    font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #777777;
    background: #f8f8f8;
  }
  
  .pricing .box h4 {
    font-size: 36px;
    color: #0277bd;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
  }
  
  .pricing .box h4 sup {
    font-size: 20px;
    top: -15px;
    left: -3px;
  }
  
  .pricing .box h4 span {
    color: #646464;
    font-size: 16px;
    font-weight: 300;
  }
  
  .pricing .box ul {
    padding: 0;
    list-style: none;
    color: #444444;
    /* text-align: center; */
    line-height: 20px;
    font-size: 14px;
  }
  
  .pricing .box ul li {
    padding-bottom: 0.9em;
  }
  
  .pricing .box ul i {
    color: #0277bd;
    font-size: 18px;
    padding-right: 4px;
  }
  
  .pricing .optim {
    width: 200px;
    position: absolute;
    top: 18px;
    right: -68px;
    transform: rotate(45deg);
    z-index: 1;
    font-size: 14px;
    padding: 1px 0 3px 0;
    background: #0277bd;
    color: #fff;
  }

/*--------------------------------------------------------------
# Despre noi
--------------------------------------------------------------*/

@media only screen and (min-width: 100px) {
    .line::after {
        content: "";
        display: block;
        position: absolute;
        border-top: 3px solid #07db5f;
        width: 75px;
        margin-top: .1em;
        text-align: center;
    }
  }

@media only screen and (max-width: 1000px) {
    .line::after {
        content: "";
    }
  }

  .linee::after {
    content: "";
    display: block;
    border-top: 3px solid #07db5f;
    width: 75px;
    text-align: center;
    left: 0!important;
    right: 0!important;
    margin: 0 auto;
  }

/* .line::after {
    content: "";
    display: block;
    border-top: 3px solid #07db5f;
    width: 75px;
    margin-top: .1em;
    text-align: center;
} */

@media only screen and (max-width: 768px) {
    .mobile-bg {
        background-size: contain!important;
        background-repeat: no-repeat!important;
        background-position: bottom!important;
    }
  }

/*--------------------------------------------------------------
# Demo
--------------------------------------------------------------*/

.nav-pills .nav-item .nav-link.active {
    color: #fff;
    background-color: var(--primary-color);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(200 200 200 / 60%);
}

.box-shadow {
   box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(200 200 200 / 60%);
   background-color: rgb(208, 212, 231);
}

.image-overlay {
    position: relative;
    width: 100%;
  }
  
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 70%;
    opacity: 0;
    margin: 0 auto;
    transition: .5s ease;
    background-color: #242627;
    border-radius: 10px;
  }
  
  .image-overlay:hover .overlay {
    width: 70%;
    left: 0;
    opacity: 0.7;
  }
  
  .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: rgb(240, 240, 240);
  }

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/

.blog-main-raised {
    margin: -100px 0px 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgb(0 0 0 / 0%), 0 6px 30px 5px rgb(0 0 0 / 0%), 0 8px 10px -5px rgb(0 0 0 / 0%);
}

#recent-article .blog-link {
    color: #000;
    font-weight: 400!important;
    line-height: 30px;
    font-size: 0.9em!important;
}

#recent-article .blog-link:hover {
    color: var(--primary-color);
    transition: color .3s;
}

/*--------------------------------------------------------------
# Generale
--------------------------------------------------------------*/

.sticky-top {
    position: sticky;
    top: 110px;
    z-index: 1020;
}

.navbar.navbar-transparent {
    background-color: transparent!important;
    /* background-color: rgb(255, 255, 255, 0.7)!important; */
    box-shadow: none;
    padding-top: 15px;
    color: #000;
}

a {
    color: #000;
}

a:hover {
    color: var(--primary-color);
}

h1,h2,h3 {
    font-family: 'Poppins', sans-serif!important;
}

@media (max-width: 991px) {
    .navbar.navbar-transparent .navbar-toggler .navbar-toggler-icon {
        background-color: var(--primary-color);
    }
}

.navbar .navbar-toggler .navbar-toggler-icon {
    background-color: #000;
}

.breadcrumb-item+.breadcrumb-item:before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: 0;
    color: var(--primary-color);
    content: ">";
}

/* @media only screen and (max-width: 768px) {
    .page-header {
        height: 100vh;
        background-position: 90%;
        background-size: cover;
        margin: 0;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
    }
  }

@media only screen and (min-width: 768px) {
    .page-header {
        height: 100vh;
        background-position: 50%;
        background-size: cover;
        margin: 0;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
    }
  } */

@media only screen and (max-width: 768px) {
    .page-header {
        height: 100vh;
        background-position: bottom;
        background-position-x: right;
        background-size: 150% auto;
        background-repeat: no-repeat;
        margin: 0;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
    }
  }

@media only screen and (min-width: 768px) {
    .page-header {
        height: 100vh;
        background-position: 50%;
        background-size: cover;
        margin: 0;
        padding: 0;
        border: 0;
        display: flex;
        align-items: center;
    }
  }


.menu-active-color {
    color: var(--primary-color)!important;
}

@media (max-width: 991px) {
    .navbar-collapse .navbar-nav .nav-item .nav-link {
        color: inherit;
        margin: 5px 15px;
    }
}

#blog a {
    color: var(--primary-color);
    text-decoration: underline;
}
