/*
1. BODY ELEMENTS
1.1 RESPONSIVE
2. STYLE HEADERS
3. STYLE FOOTER
4. MODULE NAVIGATION
5. MEDIA SCREEN
6. SHORTCODES
*/


/*
1. BODY ELEMENTS
*/
html,body { 
    height: 100%; 
    width: 100%; 
    -webkit-font-smoothing: antialiased;
}
body{
    overflow-x: hidden; 

}
* {
    word-wrap: break-word;
}
a,
button {
    -webkit-transition: all 300ms ease;
    -khtml-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none !important;
}


.logo img, .navbar-header .logo img {
 max-width: 2700px;
 width: 50%;
}



.navbar-default .navbar-nav>li>a {
    color: #85888b;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    color: #252122;
    background-color: #fff;
    font-family: 'Barlow', arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #686868;
    /* text-align: justify; */
}
a:hover, a:focus {
    color: unset;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #fff;
}
ol.breadcrumb li a {
    color: #000;
}
ol.breadcrumb li {
    color: #fff !important;
    line-height: 1;
    font-size: 14px;
}



/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 15px 15px 0 !important;
    padding: 0px 15px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    background: #000 !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    color: #fff;
}
#navbar .menu-item.selected > a,
#navbar .menu-item:hover > a {
    background: transparent;
}
.is_header_semitransparent .sticky-wrapper {
    position: absolute;
    width: 100%;
}
.is_header_semitransparent .navbar-default {
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
header.header2 {
    left: 0;
    /* position: absolute; */
    width: 100%;
    z-index: 40;
    top: 0px;
}
body.is_header_semitransparent .is-sticky #mt-nav-burger span{
    background: #000000;
}
body.is_header_semitransparent header .is-sticky .right-side-social-actions .mt-search-icon i, 
body.is_header_semitransparent .is-sticky #navbar .menu > .menu-item > a, 
body.is_header_semitransparent header .is-sticky .right-side-social-actions .social-links i {
    color: #000000;
}
body.is_header_semitransparent #mt-nav-burger span {
    background: #000 none repeat scroll 0 0;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
    background: rgba(0, 175, 239, 0.95) none repeat scroll 0 0;
}
.is_header_semitransparent .header-title-breadcrumb-overlay > .container {
    padding-top: 80px;
}
.is_header_semitransparent #navbar .menu-item > a {
    color: #fff;
}

.gdpr-page .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding-top: 60px;
}




@media(min-width: 767px) {
    body #navbar ul:not(.sub-menu) > .menu-item:hover > a,
    body #navbar ul:not(.sub-menu) > .current_page_item > a {
        color: #000;
    }


    

    #navbar .menu>.menu-item:not(.contact-li)>a::before {
        bottom: 25px;
        content: "";
        height: 3px;
        left: 13px;
        position: absolute;
        width: 0;
        transition: all 300ms ease-in-out;
        background: #EE4036;
        border-radius: 100px;
    }
    #navbar .menu>.menu-item:hover>a::before,
    #navbar .menu>.current_page_item a::before{
        width: calc(100% - 26px);
    }


}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: #F5F5F5 !important;
    border-radius: 0;
}
/*2. Navbar sub menus*/
#navbar .sub-menu .menu-item > a {
font-weight: 400;
    line-height: normal;
    padding: 10px 3px !important;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-size: 14px;
}
#navbar .sub-menu .menu-item > a.menu_black {
    color: #151D24;
}
#navbar .sub-menu .menu-item:last-child > a {
    padding-bottom: 3px !important;
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
    background: none repeat scroll 0 0 #fff;
    border-top: 0 none;
    left: 0px;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 130%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}
#navbar .sub-menu .menu-item > a:hover {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
div#navbar {
    /* text-align: center; */
    padding: 0px;
    padding-right: 30px;
    background-color: #F5F5F5;
}
.menu.nav-effect.nav-menu {
    margin: 0 auto;
    float: none;
    /* vertical-align: bottom; */
}
#navbar .menu-item:hover .sub-menu ~ .sub-menu{
    opacity: 0;
    visibility: hidden;
}
#navbar .menu-item:hover .sub-menu .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
}
#navbar .menu-item .sub-menu .menu-item:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}
#navbar .menu-item .sub-menu .sub-menu .sub-menu .sub-menu,
#navbar .menu-item:hover .sub-menu .sub-menu .sub-menu,
#navbar .menu-item.sub-menu .menu-item:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}
#navbar .menu-item .sub-menu .menu-item .sub-menu {
    left: 104%;
    top: -11px !important;
}
#navbar .menu-item:hover .sub-menu .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
#navbar .menu-item .sub-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 100%;
}
#navbar .sub-menu {
    text-align: center;
    opacity: 0;
    position: absolute;
    width: 250px;
    top: 100%;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    visibility: hidden;
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 2px solid rgb(255 255 255 / 20%);
    background-image: url(../images/patternLed.jpg);
}


#navbar .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a::after {
    position: absolute;
    right: 20px;
    top: 10.5px;
    margin-left: 0px;
    content: '\f0da';
    font-family: 'fontawesome';
    opacity: 1;
    font-size: 14px;
}
.header2 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 15px;
}
#navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 5px;
}
header nav ul {
    display: inline-table;
}
.navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
}
.navbar ul li:hover > ul.sub-menu {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
}
#navbar ul.sub-menu li a {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    padding: 3px 13px;
}
#navbar li li {
    display: list-item; 
    list-style: none; 
    position: relative;
}
nav ul li {
    display: inline-block;
    vertical-align: top;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo a {
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}
.logo a:hover {
    color: #ffffff;
}
.navbar-collapse.collapse.in .menu .menu-item {
    text-align: center;
    width: 100%;
}
/* 15. Navbar styling */

.navbar-header .logo {
    margin: 7px 0;
    text-align: left;
}
.menu .item {
    display: inline-block;
}


.navbar-nav > li > a:hover {
    text-decoration: none;
}
nav {
    background: #2f383d;
}
.menu .menu-item {
    display: b;
    position: relative;
}

.navbar-header .logo > a:hover,
.navbar-header .logo > a {
    color: #000000;
}
/*  16. ---  FRAMEWORK-HEADER 2   ---  */
.header2 .menu.nav-effect.nav-menu {
    width: auto;
    display: block;
    margin: 0 !important;
    background-color: #F5F5F5;
    text-align: right;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 10px 0;
    text-align: left;
    position: relative;
    z-index: 9;
    background-color: #F5F5F5;
}
body.sticky .header2 .navbar-header .img-logo img {
    /* max-width: 130px; */
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    /* margin: 20px 12px 12px 0; */
}

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 83px;
    padding: 0px 13px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Barlow', arial;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}
.navbar-header-top h1.logo {
    margin: 25px 0;
    position: relative;
    text-align: left;
    display: inline-block;
}

.sticky nav#sweetthemes-main-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding-top: 10px;
}
.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}
.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}
.header-infos ul.social-links li {
    display: inline-block;
}
.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #757575;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 28px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 429px;
}
footer .contact-details p {
    color: rgba(255,255,255,1);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin: 15px 0;
    opacity: 1;
    padding: 0;
    padding-left: 30px;
    position: relative;
}
footer .textwidget.custom-html-widget {
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    font-size: 13px;
}
.footer-logo {
    width: 250px;
}
.footer-top .widget_nav_menu li {
    display: block;
}
.footer-top .widget_nav_menu li:first-child {
    border: 0;
}
footer .textwidget p a {
    color: #757575;
}
footer aside#nav_menu-2 {
    text-align: left;
}
footer .footer-top h1.widget-title, footer .footer-top h3.widget-title, footer .footer-top .widget-title {
    font-size: 26px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Barlow', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #272d3a !important;
}
footer .footer-top .menu .menu-item a {
    font-size: 16px;
    line-height: 20px;
    color: #757575 !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 10px 0;
    font-family: 'Barlow', arial;
    text-align: left;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
}
.footer-details p span {
    display: inline-block;
    padding-left: 25px;
    color: #757575;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 4px;
    color: #EE4036;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #EE4036 !important;
}
 footer .widget_nav_menu li, footer .widget_recent_entries li {
    margin-bottom: 1px;
    position: relative;
}
.footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
ul.social-links {
    padding: 0;
    list-style: none;
}
ul.social-links li {
    display: inline-block;
    padding: 0 20px 0 0px;
}
ul.social-links li a {
    font-size: 24px;
    color: #ff8a8b;
}
.read-more-continut h1, .read-more-continut h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 25px 0;
}

footer .menu .menu-item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    position: relative;
    text-transform: none;
    border-bottom: 1px solid rgb(204 204 204 / 40%);
}

footer .widget {
    clear: both;
    margin-bottom: 20px;
}
footer .footer .container {
    padding: 25px 0 !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 156px !important;
}
p.copyright {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    font-weight: 300;
    font-family: 'Barlow', arial;
}
p.copyright a {
    color: #EE4036;
    font-weight: 600;
}

.footer-div-parent {
    border-top: 1px solid rgb(204 204 204 / 20%);
    background: #262261;
    border-radius: 0;
}

footer {
    background-color: #F6F6F6;
    background-image: url(../images/bg-footer.jpg);
}

/* 6. SHORTCODES */


a {
    color: #86898c;
    text-decoration: none;
}
td, th {
    padding: 10px !important;
    text-align: center;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    background: #fff;
}
.wpcf7-form .wpcf7-submit {background-color: #51B747;border: none;color: #000;font-size: 14px;padding: 0 36px;line-height: 50px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0;position: relative;display: inline-block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;font-weight: 600;outline: none;white-space: nowrap;text-transform: uppercase;letter-spacing: .2em;font-family: "Titillium Web", Arial;}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #2c2f66;
    background: #fbd75b;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {
        background-color: #f4f7f7;
        height: 50px;
        border: 2px solid #f4f7f7;
        color: #000;
        padding: 0px 15px;
        line-height: normal;
        font-size: 14px;
        -webkit-transition: all .3s linear 0ms;
        -khtml-transition: all .3s linear 0ms;
        -moz-transition: all .3s linear 0ms;
        -ms-transition: all .3s linear 0ms;
        -o-transition: all .3s linear 0ms;
        transition: all .3s linear 0ms;
        -webkit-box-shadow: none;
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 0px;
        -khtml-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
        border-radius: 0;
        width: 100%;
        outline: none;
        font-family: Titillium Web;
        margin: 5px 0;
        border: 1px solid #ccc;
}
.itexclusiv-contact {
    max-width: 600px;
    margin: 0px auto 0;
}
.wpcf7-form .input-filled {
    position: relative;
    margin-bottom: 15px;
}
.ct-contact-form-modern .ct-contact-holder .wpcf7-form-control-wrap {
    margin-bottom: 24px;
    display: block;
}
.wpcf7-form .input-filled>i {
    color: #c9cce4;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    right: 36px;
    z-index: 1;
}
.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px;
    }
.itexclusiv-contact select {
    color: #86898c;
    background-image: url(../images/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f8bb8;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #8f8bb8;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #8f8bb8;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #8f8bb8;
}

.itexclusiv-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f8bb8;
}
.itexclusiv-contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: #8f8bb8;
}
.itexclusiv-contact textarea:-ms-input-placeholder { /* IE 10+ */
  color: #8f8bb8;
}
.itexclusiv-contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #8f8bb8;
}

div.pp_default .pp_top, div.pp_default .pp_bottom, div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
    background: none!important;
}
.pp_bottom,
.pp_top {
    display: none !important;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-top: 5px;
}

.header-title-breadcrumb-overlay h1 {
    font-size: 40px;
    line-height: 60px;
    color: #000;
    font-weight: 600;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    font-weight: 800;
    margin-top: -20px;
}


.header-title-breadcrumb-overlay {
    background-image: url() !important;
    padding: 120px 0;
    background-size: unset;
    background-position: center center;
    text-align: center;
    background-repeat: repeat;
    background-color: #F5F5F5;
}




@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

ul li, ol li {
    color: #686868;
    font-size: 16px;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'Titillium Web', Arial; 
}

h1, h2 {
    font-weight: 600;
    font-family: 'Titillium Web', Arial;
}
h3 {
    font-weight: 700;
}
h5 {
    font-family: "Titillium Web", Arial;
    font-weight: 600;
}

a {
    font-family: 'Titillium Web', Arial; 
}

p {
    font-family: 'Titillium Web', Arial; 
}

.slik-slide {
    height: 100vh;
    background-size: cover;
}
.box-description.container {
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: left;
}



.homeSlider button.slick-prev.slick-arrow, .homeSlider button.slick-next.slick-arrow {
    font-size: 0;
    padding: 13px 0px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: 37%;
    margin: 0 10px;
    width: 50px;
    height: 50px;
    background: rgb(0 0 0 / 80%);
    text-align: center;
    line-height: 25px;
    border-radius: 5px;
}

.homeSlider button.slick-prev.slick-arrow, .homeSlider button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: 42%;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    background: #bb9964;
    text-align: center;
    line-height: 41px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

.homeSlider button.slick-prev.slick-arrow::before, .homeSlider button.slick-next.slick-arrow::before {
    font-size: 22px;
    font-family: FontAwesome;
    color: #fff;
    position: relative;
    text-align: ce;
}

.homeSlider button.slick-prev.slick-arrow::before {
    content: '\f104';
}

.homeSlider button.slick-next.slick-arrow::before {
    content: '\f105';
}

nav#sweetthemes-main-head .container {
    background: #F5F5F5;
    /* padding: 30px; */
    border-radius: 0px 0px 10px 10px;
}
.homeSlider {
    background: #120d18;
}


h4.slick-subheading {
    text-align: center;
    font-family: 'Barlow', arial;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    display: none;
}

h3.slick-heading {
    font-size: 44px;
    color: #fff;
    text-align: center;
    font-family: 'Barlow', arial;
    font-weight: 800;
    margin-bottom: 20px;
    display: none;
}

h3.slick-heading::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    background: #ffbc42 !important;
    margin-top: 10px;
    display: none;
}

p.slick-desc {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
    padding: 0px 137px;
}

.box-description-details-details-inner {
    text-align: center;
}

a.slick-button {
    background: #fff;
    line-height: 50px;
    height: 50px;
    color: #000;
    display: inline-block;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.home-section1 {
    /* padding: 70px 0 0; */
}

.home-section1 h3 {
    text-align: center;
    color: #757575;
    font-weight: 600;
    font-size: 18px;
}

.home-section1 h4 {
    font-size: 58px;
    text-align: center;
    font-family: 'Barlow', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #272d3a;
    line-height: 194px;
}
.search-placeholder {
    background: #ECECEC;
}


.home-section2 h3 {
    text-align: center;
    color: #757575;
    font-weight: 600;
    font-size: 18px;
}




.flota-posts button.slick-prev.slick-arrow, .flota-posts button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: 22%;
    width: 40px;
    height: 40px;
}

.flota-posts button.slick-prev.slick-arrow::before, .flota-posts button.slick-next.slick-arrow::before {
    font-size: 40px;
    font-family: FontAwesome;
    color: #111;
    text-shadow: 1px 2px #111;
}

.flota-posts button.slick-prev.slick-arrow::before {
    content: '\f104';
}

.flota-posts button.slick-next.slick-arrow::before {
    content: '\f105';
}

.title-n-excerpt {
    text-align: center;
    padding: 0 30px;
}

img.flota_img {
    max-width: 250px;
    border-radius: 20px;
    margin: 0 auto;
}

.flota-details h2 {
    font-size: 22px;
    color: #111;
    margin-bottom: 0;
}

.flota-details h2 a {
    color: #111;
}

p.term-list {
    color: #757575;
    font-weight: 700;
}


.flota-details p.button-blog a {
    background: #bb9964;
    line-height: 45px;
    height: 45px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    border-radius: 200px;
    font-weight: 600;
    font-size: 16px;
    margin-top: 10px;
}

.testimonials-section h3 {
    text-transform: uppercase;
    font-size: 15px;
    color: #b0d926;
    margin-top: 0;
}

.testimonials-section h4 {
    color: #111;
    font-size: 32px;
    text-transform: uppercase;
    text-shadow: 3px 2px rgb(17 17 17 / 18%);
    margin-bottom: 30px !important;
}


.testimonial01_item {
    padding: 0 15px;
}

.testimonial01_item > div {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 10px;
}

.testimonial01_item > div p {
    font-size: 16px;
    line-height: 26px;
}

h5.name-test {
    color: #111;
    font-size: 22px;
    text-shadow: 1px 2px rgb(17 17 17 / 18%);
    margin-top: 20px;
}

.testimonials-section a.btn-style2 {
    margin-top: 40px;
}

.img-slider-slick-navigation,
.img-slider-slick-navigation2 {
    position: absolute;
    top: 60px;
    right: 20px;
    z-index: 9;
}
.img-slider-slick-navigation > div,
.img-slider-slick-navigation2 > div {
    display: inline-block;
}
.img-slider-slick-navigation-prev i,
.img-slider-slick-navigation-prev2 i {
    width: 40px;
    height: 40px;
    background: #bb9964;
    line-height: 40px !important;
    font-size: 30px !important;
    text-align: center;
    color: #fff;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 100px;
    transition: all 300ms ease;
}
.img-slider-slick-navigation-next i ,
.img-slider-slick-navigation-next2 i {
   width: 40px;
   height: 40px;
   background: #bb9964;
   line-height: 40px !important;
   font-size: 30px !important;
   text-align: center;
   color: #fff;
   margin: 0 2px;
   cursor: pointer;
   border-radius: 100px;
   transition: all 300ms ease;
}
.img-slider-slick-navigation-next i:hover,
.img-slider-slick-navigation-prev i:hover {
    background: #111;
}
.img-slider-slick-navigation-next2 i:hover,
.img-slider-slick-navigation-prev2 i:hover {
    background: #fff;
    color: #111;
}

header .row {
    background-color: #F5F5F5;
}

.home-section2 h3 {
    text-align: left;
    color: #757575;
    font-weight: 600;
    font-size: 18px;
}

.home-section2 h4 {
    font-size: 32px;
    text-align: center;
    font-family: 'Barlow', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #fff;
    line-height: 9;
}



.home-section4 h3 {
    text-align: center;
    color: #EE4036;
    font-weight: 600;
    font-size: 18px;
}

.home-section4 h4 {
    font-size: 42px;
    text-align: center;
    font-family: 'Barlow', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #272d3a;
    margin-bottom: 50px !important;
    max-width: 600px;
    margin: 0 auto 50px !important;
}

.testimonials-container-3 {
    margin: 0 -15px;
}





.home-section4 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.home-section4 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper img {
    max-height: 80px;
    width: auto;
    margin-top: 0;
}

.navbar-header.col-md-3.col-sm-2 {
    background-color: #F5F5F5;
}

.home-section4 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper .wpb_content_element {
    margin-bottom: 10px;
    text-align: center;
}

.home-section4 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper .wpb_content_element h5 {
    font-size: 20px;
    padding: 5px 0;
}

.home-section4 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper .wpb_content_element p {
    padding: 0 15px;
    color: #111;
}

.home-section4 {
    padding: 15px 0 50px;
}


.blog-page-section1 {
    background: #fff;
    padding-top: 15px;
    padding-bottom: 50px;
}
.blog-page-section1 .blog_custom {
    margin-top: 0;
}

.single-post .header-title-breadcrumb-overlay h1 {
    font-size: 34px;
    line-height: 34px;
    margin-bottom: 20px !important;
}

.single-post .main-content {
    overflow: hidden;
    margin: 60px 0;
}

.single-post .main-content .post-category-comment-date {
    margin-bottom: 15px;
}

.blog-section1 {
    background: #f6f6f6;
    overflow: unset !important;
    padding-bottom: 20PX;
}

.blog_custom {
    background: #f6f6f6;
    margin-top: -50px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 30px;
}

.col-md-12.post-thumbnail {
    /* padding: 0 50px; */
    /* padding-top: 20px; */
    padding: 0;
}

.blog-posts-shortcode h2.post-name a {
    color: #111;
    font-size: 20px;
    line-height: 24px;
    display: block;
    font-weight: 700;
    /* border-bottom: 1px solid #09D6DC; */
    /* margin-bottom: 15px; */
    /* padding-bottom: 15px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-posts-shortcode h2.post-name {
    /* overflow: hidden; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 3; */
    /* -webkit-box-orient: vertical; */
    border-bottom: 1px solid #09D6DC;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
}

.blog-posts-shortcode .post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.blog-posts-shortcode span.time-n-date {
    background: #EFE39F;
    /* height: 25px; */
    color: #111;
    display: inline-block;
    line-height: 19px;
    padding: 5px 5px 5px;
    border-radius: 5px;
    font-weight: 400;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 0 20px rgb(0 0 0 / 30%);
}

.blog-section1 .wpb_column.vc_column_container.vc_col-sm-12 {
    max-width: 1000px;
    margin: 0 auto !important;
    float: none;
}
.blog-posts-shortcode .navbar-header.col-md-3.col-sm-2 {
    width: 200px;
}
.blog-posts-shortcode p.button-blog a {
    margin: 15px 0;
    display: block;
    color: #111;
    font-weight: 600;
}

.blog-posts-shortcode p.button-blog a i {
    margin-left: 5px;
}

.blog-posts-shortcode span.time-n-date SPAN {
    font-size: 24px;
    display: block;
    font-weight: 800;
    line-height: 1;
}

.blog-posts-shortcode .single-post .main-content img {
    border-radius: 10px;
}
.blog-posts-shortcode .social-div a {
    color: #111;
    margin: 12px 10px 5px 0;
    display: inline-block;
}

a.slick-button:hover {
    color: #fff;
    background: #EE4036;
}
.blog-posts-shortcode .title-n-excerpt {
    padding: 0;
    text-align: left;
}

.blog-posts-shortcode span.post-tags-list {
    padding-top: 20px;
    display: block;
}

.blog-page-section1 h3 {
    text-align: center;
    color: #757575;
    font-weight: 600;
    font-size: 18px;
}

.blog-page-section1 h4 {
    font-size: 42px;
    text-align: center;
    font-family: 'Barlow', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #272d3a;
    margin-bottom: 50px !important;
    max-width: 600px;
    margin: 0 auto 50px !important;
}
.social-f a {
    display: inline-block;
    padding-right: 20px;
    color: #bb9964;
    font-size: 25px;
}

.social-f a:hover {
    color: #111;
}

    header .contact-li a {
        background: #000;
        color: #fff !important;
        line-height: 45px !important;
        margin: 19px 0px 19px 30px;
        font-weight: 700 !important;
        padding: 0 20px !important;
        border-radius: 10px;
        /* font-size: 16px !important; */
        letter-spacing: 0.45px;
    }
    body #navbar ul:not(.sub-menu) > .menu-item.contact-li:hover > a {
        background: #EE4036;
        color: #fff !important;
    }
    header .contact-li::before {
        content: '';
        width: 1px;
        height: 25px;
        background: #ccc;
        display: block;
        position: absolute;
        top: 30px;
        opacity: 1;
    }

  header  .contact-li {
        position: relative;
        /* margin-left: 15px; */
    }
}


.home-section1 {
    padding: 70px 0 90px;
    background: #f5f5f5;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.home-section1 h3 {
    /* text-align: left; */
    /* font-family: 'Plus Jakarta Sans', arial; */
    /* color: #EE4036; */
    /* text-transform: uppercase; */
    /* font-size: 14px; */
    /* font-weight: 700; */
    /* letter-spacing: 3px; */
    /* word-spacing: 5px; */
    /* text-align: center; */
}

.home-section4 h5 {
    font-size: 44px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 57px;
    margin: 20px auto;
    color: #000;
    font-weight: 800;
}

.home-section4 h5::after {
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #FAAF40;
    margin: 25px auto 50px;
}


.home-section4 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding: 30px;
    background: #c0c0c014;
    border-radius: 20px;
    height: 280px;
}

.flex-title {
    display: flex;
    margin-bottom: 10px;
    padding-top: 10px;
}

.flex-title h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-top: 4px;
}

.flex-title p {
    margin-right: 15px;
    min-width: 55px;
    max-width: 55px;
}

.flex-title h4 strong {
    color: #EE4036;
}

a.btn-style1 {
    font-weight: 700;
    text-transform: uppercase;
    color: #111;
    margin-top: 25px;
    display: block;
    font-size: 14px;
}

a.btn-style1::after {
    content: '\f178';
    font-family: fontawesome;
    margin-left: 10px;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-bottom: 0;
}



.home-section2 {
    padding: 70px 0;
}


.home-section2 .vc_col-sm-5 
 > .vc_column-inner {
    padding-left: 35px;
}

.home-section3 .vc_col-sm-5 > .vc_column-inner h3 {
    font-size: 32px;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    line-height: 45px;
    margin: 20px auto;
    color: #fff;
    font-weight: 800;
    margin-top: 0;
}

.home-section3 .vc_col-sm-5 > .vc_column-inner h3::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    background: #ffbc42;
    margin: 25px 0 30px;
}

.home-section3 .vc_col-sm-5 > .vc_column-inner h4 {
    margin: 30px 0 15px;
    font-weight: 800;
    color: #ffbc42;
}

.home-section2 .vc_col-sm-5 > .vc_column-inner p strong {
    color: #111;
}


.valori-boxes-section .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
}

.vc_row.wpb_row.vc_row-fluid.valori-boxes-section {
    background-color: #262261;
    padding-bottom: 60px;
}



.clienti-row {
    padding: 20px 0 30px;
}

.clienti-row h3 {
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    line-height: 45px;
    color: #30373e;
    font-weight: 800;
    margin: 0;
}

.clienti-row h3::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    background: #ffbc42;
    margin: 25px auto 30px;
}

.col-md-4.sidebar-1 {
    width: 40%;
}

.col-md-4.sidebar-2 {
    width: 28%;
}

.footer-top {
    padding: 40px 0 20px;
}

.col-md-4.sidebar-1 p {
    padding-right: 31px;
}
.social-f a {
    display: inline-block;
    padding-right: 20px;
    color: #111;
    font-size: 25px;
}

.social-f a:hover {
    color: #EE4036;
}

.social-f a i {
    font-size: 25px !important;
}




.col-md-4.sidebar-3 {
    width: 28%;
}




.social-f {
    padding-top: 15px;
}
.social-f a i {
    font-size: 25px !important;
}

.social-f {
    padding-top: 15px;
}
.footer-top {
    padding: 50px 0 20px;
}

footer .footer-top .menu .menu-item:last-child a {
    border: 0;
}




.home-section2 .vc_col-sm-5 
 > .vc_column-inner {
    padding-left: 35px;
}



.home-section3 .vc_col-sm-5 > .vc_column-inner h4 {
    margin: 30px 0 15px;
    font-weight: 800;
    color: #EE4036;
}

.home-section3 .vc_col-sm-5 > .vc_column-inner p strong {
    color: #111;
}


.home-section3 {
    background-color: #262261;
}

.home-section1 .despre-noi img {
    filter: invert(1);
}



.boxes-home .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    /* background: #c0c0c014; */
    border-radius: 20px;
    height: 280px;
}

img.despre {
    border-radius: 20px;
    width: 360px;
    height: 280px;
    display: none;
}



.home-section2 h3 {
    text-align: left;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    text-align: center;
}

.home-section2 h5 {
    font-size: 44px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 57px;
    margin: 20px auto;
    color: #30373e;
    font-weight: 800;
    padding-bottom: 20px;
}

.home-section2 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.home-section3 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.home-section4 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.categorie-proiect .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}


.despre-noi .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.valori-boxes-section .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}


.echipa-row1 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.despre-noi3 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}


.contact-section1 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}


.servicii-section .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.portofoliu .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}



.proiecte .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}


.servicii-boxes-section2 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.despre-noi3-1 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.home-section3 h3 {
    color: #fff;
}

.home-section3 strong {
    color: #EE4036;
}

.home-section5 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}


.home-section2 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    /* padding: 30px; */
    /* background: #c0c0c014; */
    border-radius: 20px;
    height: 280px;
}



.home-section2 .boxes-home h5 {
    font-size: 27px;
    color: #fff;
}

img.despre:hover {
background-image: url("https://itextrem.com/mdttechnic/wp-content/uploads/2024/03/vcv1-white.png");
}



         
         .textbox {
            background-image: linear-gradient(to right, #EE4036 0%, #262261  51%, #DC2424  100%);
            margin: 10px;
            padding: 15px 45px;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: block;
            border-radius: 100px 0 100px 0;
          }

          .textbox:hover {
            background-position: right center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
          }
         









.box-description-details {
    /* background: rgb(168,0,0); */
    /* background: linear-gradient(90deg, rgba(168,0,0,1) 0%, rgba(0,0,0,1) 100%); */
    padding: 30px;
    border-radius: 501px;
}
.home-section3 p {
    color: #fff;
}




.home-section5 {
    padding: 70px 0 90px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #262261;
    background-position: right bottom;
}

.home-section5 h3 {
    text-align: left;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    text-align: center;
}

.home-section5 h5 {
    font-size: 44px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 57px;
    margin: 20px auto;
    color: #fff;
    font-weight: 800;
}

a.btn-style2:hover {
    background: #FAAF40;
    color: #fff;;
}

.home-section5 h5::after {
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #FAAF40;
    margin: 25px auto 50px;
}


.home-section5 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    /* padding: 30px; */
    /* background: #c0c0c014; */
    /* border-radius: 20px; */
    /* height: 280px; */
}

.revert-parteneri img {
    filter: invert(1);
}

.textbox a {
    display: block;
    width: 100%;
    height: 300px;
    color: #fff;
    /* border: 3px solid #FAAF40; */
    border-radius: 100px 0 100px 0;
}


.home-section2 h5::after {
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #FAAF40;
    margin: 25px auto 10px;
}


ol.breadcrumb {
    background: transparent;
}

.header-title-breadcrumb-overlay.text-left {
    padding: 60px;
    padding-top: 0;
    background-color: #F5F5F5;
}

.col-md-12.col-sm-12.col-xs-12 {
    height: 15vh;
    padding-top: 60px;
    z-index: 2;
}


.despre-noi .vc_col-sm-5 
 > .vc_column-inner {
    padding-left: 35px;
}

.despre-noi .vc_col-sm-5 > .vc_column-inner h3 {
    font-size: 32px;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    line-height: 45px;
    margin: 20px auto;
    color: #000;
    font-weight: 800;
    margin-top: 0;
}

.despre-noi .vc_col-sm-5 > .vc_column-inner h3::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    background: #FAAF40;
    margin: 25px 0 30px;
}

.despre-noi .vc_col-sm-5 > .vc_column-inner h4 {
    margin: 30px 0 15px;
    font-weight: 800;
    color: #EE4036;
}

.despre-noi .vc_col-sm-5 > .vc_column-inner p strong {
    color: #111;
}


.despre-noi p {
    color: #000;
}




.despre-noi2 {
    padding: 70px 0;
    background-color: #262261;
}

.despre-noi2 .vc_col-sm-5 {}

.despre-noi .vc_col-sm-5 
 > .vc_column-inner {
    padding-left: 35px;
}

.despre-noi2 .vc_col-sm-5 > .vc_column-inner h3 {
    font-size: 32px;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    line-height: 45px;
    margin: 20px auto;
    color: #fff;
    font-weight: 800;
    margin-top: 0;
}

.despre-noi2 .vc_col-sm-5 > .vc_column-inner h3::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    background: #FAAF40;
    margin: 25px 0 30px;
}

.despre-noi2 .vc_col-sm-5 > .vc_column-inner h4 {
    margin: 30px 0 15px;
    font-weight: 800;
    color: #EE4036;
}

.despre-noi2 .vc_col-sm-5 > .vc_column-inner p strong {
    color: #111;
}

a.btn-style2 {
    background: #EE4036;
    line-height: 45px;
    height: 45px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.despre-noi2 p {
    color: #fff;
}

a.btn-style-despre {
    background: #EE4036;
    line-height: 45px;
    height: 45px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}


a.btn-style-despre:hover {
    background: #FAAF40;
    color: #fff;
}



.despre-noi strong {
    color: #FAAF40;
}

.despre-noi2 strong {
    color: #FAAF40;
}




.despre-noi3 {
    padding: 64px 0;
    background-color: #fff;
}

.despre-noi3-1 {
    padding: 70px 0;
    background-color: #262261;
}


.despre-noi .vc_col-sm-5 
 > .vc_column-inner {
    padding-left: 35px;
}

.despre-noi3 .vc_col-sm-5 > .vc_column-inner h3 {
    font-size: 32px;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    line-height: 45px;
    margin: 20px auto;
    color: #000;
    font-weight: 800;
    margin-top: 0;
}


.despre-noi3-1 .vc_col-sm-5 > .vc_column-inner h3 {
    font-size: 32px;
    text-align: left;
    max-width: 700px;
    margin: 0 auto;
    line-height: 45px;
    margin: 20px auto;
    color: #fff;
    font-weight: 800;
    margin-top: 0;
}

.despre-noi3 .vc_col-sm-5 > .vc_column-inner h3::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    background: #FAAF40;
    margin: 25px 0 30px;
}

.despre-noi3-1 .vc_col-sm-5 > .vc_column-inner h3::after {
    content: '';
    display: block;
    height: 3px;
    width: 50px;
    background: #FAAF40;
    margin: 25px 0 30px;
}

.despre-noi3 .vc_col-sm-5 > .vc_column-inner h4 {
    margin: 30px 0 15px;
    font-weight: 800;
    color: #EE4036;
}


.despre-noi3-1 .vc_col-sm-5 > .vc_column-inner h4 {
    margin: 30px 0 15px;
    font-weight: 800;
    color: #EE4036;
}

.despre-noi3 .vc_col-sm-5 > .vc_column-inner p strong {
    color: #111;
}

.despre-noi3-1 .vc_col-sm-5 > .vc_column-inner p strong {
    color: #111;
}


.despre-noi3 p {
    color: #000;
}

.despre-noi3-1 p {
    color: #fff;
}



a.btn-style3 {
    background: #EE4036;
    line-height: 45px;
    height: 45px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.btn-style3:hover {
    background: #FAAF40;
    color: #fff;
}



.contact-section1 {
    padding: 60px 0 30px;
    background: #fff;
}

.contact-section1 h2 {
    font-size: 30px;
    color: #111;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #262261;
    display: block;
    margin: 20px 0 10px;
    border-radius: 10px;
    box-shadow: rgb(152 149 165 / 54%) 1px 1px 0px 1px;
}

 .featured-icon-box {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    max-width: 500px;
}
.featured-icon {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    padding-top: 5px;
}
.featured-desc * {
    FONT-SIZE: 16PX;
    COLOR: #111;
}

.featured-desc a:hover {
    color: #2E7DEC;
}

.wpcf7-acceptance {
    display: block;
    margin: 20px 0 30px !important;
}

.wpcf7-acceptance * {
    font-weight: 400;
}

.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 30%;
    margin-bottom: 0;
    background-color: #262261;
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}


.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px;
    }
.itexclusiv-contact select {
    color: #86898c;
    background-image: url(../images/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f8bb8;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #8f8bb8;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #8f8bb8;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #8f8bb8;
}

.itexclusiv-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8f8bb8;
}
.itexclusiv-contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: #8f8bb8;
}
.itexclusiv-contact textarea:-ms-input-placeholder { /* IE 10+ */
  color: #8f8bb8;
}
.itexclusiv-contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #8f8bb8;
}


.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    background: #f4f7f7;
}
.wpcf7-form .wpcf7-submit {background-color: #2c2f66;border: none;color: #fff;font-size: 14px;padding: 0 36px;line-height: 50px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0;position: relative;display: inline-block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;border-radius: 15px;font-weight: 600;outline: none;white-space: nowrap;text-transform: uppercase;letter-spacing: .2em;font-family: "Plus Jakarta Sans", Arial;}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    background: black;
    border-radius: 15px;
}


.featured-content {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}
.featured-title h5 {
    margin-top: 3px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px !important;
    /* text-transform: uppercase; */
}
.featured-icon-box.featured-icon-box-last {
    border: 0;
}


ol.breadcrumb li {
    color: #000 !important;
}

.breadcrumb>li+li:before {
    color: #000;
}
p.copyright a:hover {
    color: #00aeef;
}


.gallery_image3 ul.wpb_image_grid_ul li {
    padding: 18px !important;
    width: 33.3% !important;
    text-align: center;
    margin: 0 !important;
}

.gallery_image3 ul.wpb_image_grid_ul li img {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    /* border: 1px solid #CCC; */
}

.gallery_image3 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}

.gallery_image3 ul.wpb_image_grid_ul li a {
    position: relative;
}

.gallery_image3 ul.wpb_image_grid_ul li a::before {
    content: '\f002';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    z-index: 3;
    background-color: #FAAF40;
    left: 0;
    right: 0;
    opacity: .8;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
}

.gallery_image3 ul.wpb_image_grid_ul li a:hover::before {
    visibility: visible;
    transform: scale(1);
}


.despre-noi3 strong {
    color: #FAAF40;
}

.despre-noi3-1 strong {
    color: #FAAF40;
}

.ttm-icon p {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff !important;
    font-size: 22px !important;
}



.portofoliu  {
    padding: 70px 0 90px;
    background: #262261;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.portofoliu  h3 {
    text-align: left;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    /* text-align: center; */
}

.portofoliu  h5 {
    font-size: 36px;
    text-align: left;
    max-width: 700px;
    /* margin: 0 auto; */
    line-height: 57px;
    /* margin: 20px auto; */
    color: #fff;
    font-weight: 800;
}

.portofoliu h5::after {
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #FAAF40;
    margin: 22px 0px;
}


.portofoliu .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding: 30px;
    background: #c0c0c014;
    border-radius: 20px;
    height: 280px;
}

.portofoliu p {
    color: #fff;
}

.portofoliu-text {
    /* padding-top: 100px; */
}

.home-section2 .btn-style2 {
    margin-right: 50px;
}

.portofoliu strong {
    /* color: #FAAF40; */
}


.home .navbar-default {
    background: #F5F5F5;
}



.servicii-section {
    padding: 70px 0;
    background: #262261;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.servicii-section h3 {
    text-align: left;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    text-align: center;
}

.servicii-section h5 {
    font-size: 44px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 57px;
    margin: 20px auto;
    color: #fff;
    font-weight: 800;
}

.servicii-section h5::after {
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #FAAF40;
    margin: 25px auto 50px;
}


.servicii-section .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding: 30px;
    background: #262261;
    border-radius: 20px;
    transition: 1s;
}

.servicii-section .flex-title h4 {
    padding-left: 45px;
    margin-top: 16px;
}


.servicii-section strong {
    color: #fff;
}


.servicii-section ul li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    background: #ffbc42;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    line-height: 29px;
    top: -3px;
}

.servicii-section ul{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: section;
}

.servicii-section ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 22px;
    color: #fff;
}


.servicii-section .flex-title h4 {
    margin-bottom: 15px !important;
    padding: 0;
    font-size: 23px;
    margin: 0px;
}


.servicii-section p {
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
}
.box-text1 p {
    color: #fff;
    font-size: 17px;
}

.box-text1 {
    margin-top: 90px;
}


.flex-title-servicii h4 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    padding: 0 !important;
    font-weight: 800;
    padding-bottom: 12px;
    font-family: 'Titillium Web', Arial;
}


.servicii-boxes-section2 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper:hover {
    background: orange;
}





.servicii-boxes-section2 {
    background-size: contain;
    /* background-repeat: no-repeat; */
    padding: 70px;
    background-position: top;
}

.servicii-boxes-section2 h3 {
    text-align: left;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    text-align: center;
}

.servicii-boxes-section2 h5 {
    font-size: 44px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 57px;
    margin: 20px auto;
    color: #fff;
    font-weight: 800;
}

.servicii-boxes-section2 h5::after {
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #FAAF40;
    margin: 25px auto 50px;
}


.servicii-boxes-section2 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding: 30px;
    background: #262261;
    border-radius: 20px;
    transition: all 300ms ease;
}

.servicii-boxes-section2 .flex-title h4 {
    padding-left: 45px;
    margin-top: 16px;
}


.servicii-boxes-section2 strong {
    color: #fff;
}


.servicii-boxes-section2 ul li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    color: #000;
    text-align: center;
    border-radius: 100px;
    line-height: 29px;
    top: -3px;
}

.servicii-boxes-section2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: section;
}

.servicii-boxes-section2 ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 22px;
    color: #fff;
}


.servicii-boxes-section2 .flex-title h4 {
    margin-bottom: 15px !important;
    padding: 0;
    font-size: 23px;
    margin: 0px;
}


.servicii-boxes-section2 p {
    color: #fff;
    text-align: center;
    padding-bottom: 5px;
}

.text-box-serivcii {
    margin-top: 80px;
}





a.btn-style-servicii {
    background: #EE4036;
    line-height: 45px;
    height: 45px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.btn-style-servicii:hover {
    background: #fff;
    color: #000;
}


.valori-boxes-section ul {
    list-style: none;
    padding: 0;
}



.valori-boxes-section h3 {
    text-align: left;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    text-align: center;
    padding-top: 40px;
}

.valori-boxes-section .vc_col-sm-4 {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    transition: 1s;
    max-height: 340px;
    margin: 10px;
    transition: all 300ms ease;
}

.valori-boxes-section li {
    color: #fff;
}



.valori-boxes-section ul li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    background: #FAAF40;
    width: 40px;
    height: 40px;
    color: #000;
    font-family: 'FontAwesome';
    text-align: center;
    border-radius: 100px;
    line-height: 39px;
    top: -75px;
    left: -60px;
}

.valori-boxes-section ul{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: section;
}

.valori-boxes-section ul li {
    position: relative;
    /* padding-left: 40px; */
    /* padding-bottom: 22px; */
    color: #000;
}

.valori-boxes-section .vc_col-sm-4:hover {
    background: orange;
}


.echipa-row1 .vc_col-sm-3 {
    padding-top: 50px;
}


.echipa-row1 .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
}

.echipa-heading h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}


.echipa-heading h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.echipa-heading p {
    color: #686868;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    max-width: 800px;
}


.echipa-row1 .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 20px 0;
    background-color: #fff;
}

.echipa-row1 .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 20px 0;
    background-color: #fff;
}


.echipa-row1 .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper img {
    max-width: 170px;
    border-radius: 300px;
}

.echipa-row1 .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper img {
    max-width: 130px;
    border-radius: 300px;
}

.echipa-row1 .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p {
    font-size: 15px;
    text-align: center;
    color: #FAAF40;
    font-weight: 600;
}

.echipa-row1 .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper p {
    font-size: 14px;
    text-align: center;
    color: #FAAF40;
    font-weight: 600;
}

.echipa-row1 .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 19px !important;
}
.echipa-row1 .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 19px !important;
}

.echipa-row1 .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper  h5 {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}
.echipa-row1 .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper  h5 {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

.echipa-row1 .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}

.echipa-row1 {
    background-color: #fff;
    /* padding-top: 60px; */
    padding-bottom: 60px;
}


.echipa-row1 h3 {
    text-align: left;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    text-align: center;
}

a.btn-style-echipa {
  background: #FAAF40;
  line-height: 45px;
  height: 45px;
  color: #fff;
  display: inline-block;
  padding: 0 35px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 14px;
  margin-top: 20px;
  text-transform: uppercase;
}


.valori-boxes-section h4 {
    font-size: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 45px;
    margin: 20px auto;
    color: #fff;
    font-weight: 800;
    margin-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}



.valori-boxes-section h4::after {
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #FAAF40;
    margin: 25px auto 50px;
}


.echipa-row1 h4::after {
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #FAAF40;
    margin: 25px auto 50px;
}


.echipa-row1 h4 {
    font-size: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 45px;
    margin: 20px auto;
    color: #000;
    font-weight: 800;
    margin-top: 0;
    text-transform: uppercase;
    padding-bottom: 20px;
}





.slick-slider .slick-track .slick-slide img {
    /* height: 300px !important; */
    /* width: 300px !important; */
    padding-left: 10px;
}

.slick-track {
    max-height: 300px;
}

.law_slider_box_shortcode.slick-slide {
    /* height: 300px; */
    /* width: 300px; */
}


.valori-boxes-section strong {
    color: #000;
    font-size: 15px;
}


.proiecte h4 {
    font-size: 36px;
    text-align: center;
    color: #000;
    font-weight: 800;
}

.proiecte {
    /* position: relative; */
    left: -366.5px;
    /* box-sizing: border-box; */
    /* width: 1903px; */
    /* max-width: 1903px; */
    /* padding-left: 366.5px; */
    /* padding-right: 366.5px; */
    margin-top: 60px;
}

.cd-tab-filter a.selected {
    background-color: #262261 !important;
}

.cd-tab-filter a {
        font-size: 15px !important;
}

.box-project {
    max-height: 287px;
}

.proiecte h3 {
    text-align: center;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;

}

.proiecte p {
    color: #FAAF40;
    font-size: 17px;
    font-weight: 600;
    padding-top: 20px;
}

p.slick-desc {
    font-size: 44px;
    line-height: 62px;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
    font-weight: 700;
}


p.slick-desc2 {
    font-size: 44px;
    line-height: 62px;
    max-width: 1170px;
    padding: 0;
    margin: 0 auto;
    font-weight: 700;
    color: #fff;
    margin-top: 23px;
}

.slick-desc2 span {
    color: #FAAF40;
}

.slick-desc span {
    color: #FAAF40;
}


.law_slider_box button.slick-prev.slick-arrow, .law_slider_box button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: 42%;
    margin: 0 30px;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 30%);
    text-align: center;
    line-height: 41px;
    border-radius: 5px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

.law_slider_box button.slick-prev.slick-arrow::before, .law_slider_box button.slick-next.slick-arrow::before {
    font-size: 22px;
    font-family: FontAwesome;
    color: #fff;
    position: relative;
    text-align: ce;
}

.law_slider_box button.slick-prev.slick-arrow::before {
    content: '\f104';
}

.law_slider_box button.slick-next.slick-arrow::before {
    content: '\f105';
}


.law_slider_box-child2 h3 {
    font-size: 46px;
    color: #fff;
    /* text-transform: uppercase; */
    margin-bottom: 0;
    text-align: center;
}

.law_slider_box-child2 {
    /* border-left: 6px solid #93358D; */
    /* padding-left: 30px; */
    text-align: center;
    padding-top: 120px;
}

.law_slider_box-child.container {
    height: 100%;
    display: block;
    align-items: center;
    float: none;
    margin: 0 auto;
}


.law_slider_box-slide {
    padding: 60px 0 200px;
    background-size: cover;
    height: 92vh;
    width: 1912px;
    position: relative;
    left: 0px;
    top: 10px;
    z-index: 999;
    opacity: 1;
}

.home-section1 >  .vc_col-sm-12 > .vc_column-inner {
    padding: 0;
}

.law_slider_box-child2 h4 {
    font-size: 24px;
    font-weight: 400;
    /* max-width: 700px; */
    margin-bottom: 30px;
    color: #fff;
    margin: 20px 0 45px;
}

.law_slider_box-child2 p {
    font-size: 40px;
    color: #fff;
    /* text-transform: uppercase; */
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
}

.law_slider_box-child2 a {
    background: #000;
    color: #fff !important;
    line-height: 45px !important;
    margin: 19px 0px 19px 30px;
    font-weight: 700 !important;
    padding: 15px 20px !important;
    border-radius: 10px;
    /* font-size: 16px !important; */
    letter-spacing: 0.45px;
    font-size: 13px !important;
    text-transform: uppercase;
}

.law_slider_box-child1{
    text-align: left;
    max-width: 1200px;
}
 
.home-section3  h3 {
    color: #fff;
    font-size: 32px;
    padding-bottom: 20px;
}

.home-section3 strong {
    color: #EE4036;
}


.home-section3 a.btn-style2 {
    margin-right: 30px;
}

.home-section4 a.btn-style1 {
    margin: 0;
}


.home-section1 .slick-initialized .slick-slide {
    min-height: 100%;
    background: url(https://picsum.photos/id/1043/800/600) rgb(0 0 0 / 10%);
    background-size: cover;
    background-blend-mode: multiply;
}


.home-section2, .home-section3, .home-section4, .home-section5 {
    padding: 60px 0px 90px !important;
}


.law_slider_box-child2 a:hover {
    background: #EE4036;
    color: #fff !important;
}

.d-none {
    opacity: 0;
}

.footer-row-1 {
    margin-top: 70px !important;
}

.despre-noi h3 {
    font-size: 32px;
    color: #000;
    font-weight: 700;
    padding-bottom: 20px;
}



.boxuripro p {
    color: #000;
    font-size: 23px;
    font-weight: 600;
    line-height: 140px;
}

.boxuripro .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
}

.inviz {display: none !important;}

.boxuripro .vc_col-sm-12 a {
    color: #000;
    width: 100%;
    overflow: hidden;
    display: block;
    height: 100%;
    font-size: 27px;
    order: 1;
    padding-left: 20px;
    opacity: 1 !important;
    /* text-align: center; */
}

.boxuripro .vc_col-sm-6 {
    display: flex;
    /* padding: 30px; */
    background: #fff;
    max-height: 340px;
    margin: 10px;
    transition: all 300ms ease;
    border-bottom: 5px solid #262261;
    height: 212px;
    /* opacity: 0.6; */
    max-width: 615px;
}

.boxuripro .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    display: flex;
}

.inviz {
    display: none;
}



.gallery_image3 ul.wpb_image_grid_ul li {
    padding: 18px !important;
    width: 33.3% !important;
    text-align: center;
    margin: 0 !important;
}

.gallery_image3 ul.wpb_image_grid_ul li img {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    /* border: 1px solid #CCC; */
}

.gallery_image3 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}

.gallery_image3 ul.wpb_image_grid_ul li a {
    position: relative;
}

.gallery_image3 ul.wpb_image_grid_ul li a::before {
    content: '\f055';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    z-index: 3;
    background-color: #262261;
    left: 0;
    right: 0;
    opacity: .8;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
}

.gallery_image3 ul.wpb_image_grid_ul li a:hover::before {
    visibility: visible;
    transform: scale(1);
}

.home-section4 {
    background: #000000;
    overflow: hidden;
    padding: 80px 15px 15px;
}

.home-section4 h3 {
    text-align: left;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    text-align: center;
}


.servicii .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.servicii h4 {
    color: #fff;
    padding-top: 23px;
}

.servicii p {
    text-align: center;
}

.servicii .vc_row-fluid {
    display: flex;
}



.servicii .vc_col-sm-12 .vc_col-sm-4 .btn-tab {
    display: flex;
    margin-top: 24px;
    border: 1px solid;
    height: 294px;
    margin-left: 40px;
    background-color: #262261;
    border-radius: 20px;
    text-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.servicii .vc_col-sm-12 {
    display: flex;
}

.servicii img {
    /* filter: invert(1); */
    border: 1px solid #000;
    padding: 10px;
    background-color: #FAAF40;
    border-radius: 20px;
}






.btn-desc {
    display: flex;
    margin-top: 24px;
    border: 1px solid;
    /* height: 270px; */
    margin-left: 40px;
    background-color: #262261;
    border-radius: 20px;
    text-align: center;
    align-items: center;
    padding: 17px;
    justify-content: center;
}

.btn-desc p {
    color: #fff !important;
}

.btn-desc li {
    color: #fff;
    text-align: left;
}



.btn-desc ul li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    background: #fff;
    width: 30px;
    height: 30px;
    color: #000;
    text-align: center;
    border-radius: 100px;
    line-height: 29px;
    top: -3px;
}

.btn-desc ul{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: section;
}

.btn-desc ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 22px;
    color: #fff;
}


a.btn-servicii-tabs {
    background: #EE4036;
    line-height: 45px;
    height: 45px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    border-radius: 10px;
    font-weight: 800;
    font-size: 13px;
    margin-top: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

a.btn-servicii-tabs:hover {
    background: #fff;
    color: #000;
}

.btn-tab {
    padding-bottom: 12px;
}



.boxvalori ul {
    list-style: none;
    padding: 0;
}



.boxvalori h3 {
    text-align: left;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    text-align: center;
    padding-top: 40px;
}

.boxvalori .vc_col-sm-4 {height: 200px;width: 200px;background-color: #fff;border-radius: 50%;display: inline-block;float: none;margin: 0 auto;position: relative;top: 0;background-color: #FAAF40;order: 1;cursor: pointer;}

.boxvalori li {
    color: #fff;
}



.boxvalori ul li::before {
    content: '\f00c';
    position: absolute;
    left: 0;
    background: #FAAF40;
    width: 40px;
    height: 40px;
    color: #000;
    font-family: 'FontAwesome';
    text-align: center;
    border-radius: 100px;
    line-height: 39px;
    top: -75px;
    left: -60px;
}

.boxvalori ul{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: section;
}

.boxvalori ul li {
    position: relative;
    /* padding-left: 40px; */
    /* padding-bottom: 22px; */
    color: #000;
}



.boxvalori .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.boxvalori .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
}

.vc_row.wpb_row.vc_row-fluid.boxvalori {
    background-color: #262261;
    padding-bottom: 60px;
}


.boxvalori h4 {
    font-size: 32px;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    line-height: 45px;
    margin: 20px auto;
    color: #fff;
    font-weight: 800;
    margin-top: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
}



.boxvalori h4::after {
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #FAAF40;
    margin: 25px auto 50px;
}

.detalii p {
    color: #fff;
    text-decoration: underline;
    margin-top: 20px;
}
.vc_col-has-fill>.vc_column-inner {
    padding-top: 0 !important   ;
}

.boxvalori p {
  display: flex;
  /* flex-direction: column; */
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.boxvalori img {
    position: absolute;
    left: -50px;
    top: -50px;
    min-width: 300px;
    min-height: 300px;
    border-radius: 20px;
    padding: 10px;
    order: 1;
    filter: invert(1);
}

.randudejos {
    margin-top: 125px;
    margin-bottom: 30px;
}

.boxvalori strong {
    max-width: 250px;
    text-align: center;
    padding-left: 0px;
    text-transform: uppercase;
    color: #000;
    display: block;
    position: relative;
    z-index: 3;
}

.boxvalori p br {
    display: none;
}


.boxvalori .vc_col-sm-4:hover {
    background-color: #fff;
}

.boxdesc2 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
}

.boxdesc2 p {
    color: #000;
    font-size: 14px;
}

.boxdesc2 li {
    color: #000;
}


.boxdesc2 ul li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    background: #ffbc42;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    line-height: 29px;
    top: -3px;
}

.boxdesc2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: section;
}

.boxdesc2 ul li {
    position: relative;
    padding-left: 40px;
    padding-bottom: 22px;
    color: #000;
}
.boxdesc2 {
    padding-top: 60px;
}

.boxdesc2 h4::after {
    content: '';
    display: block;
    height: 3px;
    width: 75px;
    background: #FAAF40;
    margin: 25px auto 50px;
}

.boxdesc2 h4 {font-size: 32px;text-align: center;max-width: 700px;margin: 0 auto;line-height: 45px;margin: 20px auto;color: #000;font-weight: 800;margin-top: 0;/* padding-bottom: 20px; */text-transform: uppercase;}

.boxdesc2 h3 {
    text-align: left;
    font-family: 'Plus Jakarta Sans', arial;
    color: #EE4036;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 3px;
    word-spacing: 5px;
    text-align: center;
    padding-top: 40px;
}



@media(max-width: 767px) {

    header nav ul {
        display: block;
        width: 100%;
    }
    .medic-titlu-mobil {
        display: block;
    }
    .medic-titlu-desktop {
        display: none;
    }
    #navbar .sub-menu {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        text-align: center;
        opacity: 1;
        visibility: visible;
        display: none;
        max-width: 100%;
        border: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding: 10px 0;
    }

    #navbar .sub-menu .menu-item > a {
        padding: 10px 15px !important;
        font-size: 14px !important;
        border-color: rgb(204 204 204 / 30%);
        padding: 10px 30px !important;
        border: 0;
        text-align: left;
    }

    #navbar .menu-item > a {
        line-height: 50px;
        border-bottom: 1px solid rgb(204 204 204 / 30%);
        text-align: left;
        padding: 0 15px;
        color: #000;
        width: 100%;
        display: block;
        max-width: 100%;
    }

    span.expand {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    .action-expand::after {
        content: "\f107";
        font-family: FontAwesome;
        color: #000 !important;
        padding: 15px;
        display: block;
    }

    .show-menu .action-expand::after {
        content: "\f106";
    }

    .menu .menu-item {
        display: block;
    }

    div#navbar {
        overflow: hidden !important;
        padding: 0;
        border: 0;
        width: auto;
        max-height: 250px;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
    }

    .logo img, .navbar-header .logo img {
        max-width: 230px;
    }

    .navbar-header {
        padding: 0 15px;
        width: auto !important;
    }

    .slik-slide {
        height: auto;
        overflow: hidden;
    }

    .law_slider_box-slide {
}

    .law_slider_box-slide {
        height: 44vh;
    }

    .law_slider_box-child2 {
        padding: 0;
    }

    .law_slider_box-child2 h3 {
        font-size: 18px;
    }

    .law_slider_box-child2 p {
        font-size: 18px;
        max-height: 30px;
    }

    .law_slider_box button.slick-next.slick-arrow {
        margin: 0 0px;
        top: 50%;
    }

    .law_slider_box button.slick-next.slick-arrow {}

    button.slick-prev.slick-arrow {}

    button.slick-prev.slick-arrow {margin: 0 0px !important;top: 50% !important;}

    .home-section2 {
        padding-top: 20px;
    }

    .vc_row.wpb_row.vc_row-fluid.home-section2.vc_custom_1713437135259.vc_row-has-fill {
        padding-top: 0px !important;
    }

    .home-section2 h3 {
        font-size: 12px !important;
    }

    .home-section2 h5 {
        font-size: 27px;
        margin: 0;
        padding: 0;
    }

    .textbox {
        max-height: 220px;
        max-width: 300px;
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        float: none;
        margin-top: 10px;
    }

    .textbox a {line-height: 180px;}

    .home-section2 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        max-height: 220px;
    }

    .home-section2 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        padding-bottom: 0px;
    }

    .vc_row.wpb_row.vc_row-fluid.home-section2.vc_custom_1713437135259.vc_row-has-fill {
        padding-bottom: 20px !important;
    }

    .home-section2, .home-section3, .home-section4, .home-section5 {
        padding: 0px 0 30px !important;
    }

    .home-section3 a.btn-style2 {
        text-align: center;
        margin-right: 10px;
        margin-left: 5px;
    }

    .home-section4 h3 {
        font-size: 12px !important;
    }

    .home-section4 h5 {
        font-size: 27px;
        margin: 0;
        padding: 0;
    }

    .home-section4 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 20px;
    }

    .home-section5 h3 {
        font-size: 12px !important;
    }

    .home-section5 h5 {
        font-size: 22px;
        margin: 0;
        padding: 0;
    }

    .home-section5 h5::after {
        margin-bottom: 20px;
    }

    .slick-slider .slick-track .slick-slide img {
        max-width: 90%;
        display: flex;
        float: none;
        padding-left: 35px;
        margin: 0px;
    }

    .footer-top {
        padding: 0px 0 20px;
    }

    .col-md-4.sidebar-1 p {
    margin: 0;
    }

    .col-md-4.sidebar-1 {width: 100%;}

    .col-md-4.sidebar-2 {
        width: 100%;
        padding-top: 20px;
    }

    .col-md-4.sidebar-3 {
        width: 100%;
        padding-top: 15px;
    }

    .law_slider_box-child2 a {
    margin: 0;
}

    .home-section1 {
    padding-top: 0px;
}

    .fa-bars::before {
    color: #fff;
}

    #navbar .menu-item > a {
    margin: 0;
    width: 100%;
    background-color: #fff !important;
    color: #000 !important;
    padding: 0 15px !important;
}

    header .contact-li a {
    padding: 0px !important;
    width: 100%;
    border-radius: 0;
}

    .navbar-collapse.collapse.in .menu .menu-item {
    margin: 0px;
}
    body #navbar ul:not(.sub-menu) > .menu-item.contact-li:hover > a {
    background: #fff !important;
    color: #000 !important;
}

    .home-section3 h3 {
    font-size: 27px;
}

    .home-section2 h4 {
    font-size: 27px;
}


    .header-title-breadcrumb-overlay.text-left {
    padding-top: 0px;
}

    .col-md-12.col-sm-12.col-xs-12 {
    padding: 30px;
}

    .header-title-breadcrumb-overlay.text-left {
    padding-bottom: 30px;
}

    .despre-noi h3 {
    font-size: 27px;
}

    .vc_col-sm-6 img {
    margin-top: 20px;
}

    .boxvalori h3 {
    margin: 0;
    padding: 20px;
}

    .boxvalori h4 {
    padding: 0;
}

    .boxvalori h4::after {
    margin-bottom: 10px;
}

    .boxuritotalevalori {
    margin-top: 70px;
}

    .boxvalori .vc_col-sm-4 {
    margin-bottom: 100px;
}


    .boxdesc2 {
    padding: 20px;
}

    .boxdesc2 h4 {
    font-size: 27px;
}

    .boxdesc2 h4::after {
    margin-bottom: 20px;
}

    .boxvalori .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: grid;
    margin: 0 auto;
}

    .vc_row.wpb_row.vc_row-fluid.boxvalori {
    padding-bottom: 0;
}

    .despre-noi3-1 {
    padding: 0px 0px;
}

    .despre-noi3-1 .vc_col-sm-5 > .vc_column-inner h3 {
    font-size: 27px;
}

    .despre-noi3 {
    padding: 20px;
    display: flex;
    flex-direction: column;
}

    .despre-noi3 img {
    order: 2;
}

    .despre-noi3 .vc_col-sm-12 .vc_col-sm-7 {
    order: 2;
}

    .despre-noi3 .vc_col-sm-5 > .vc_column-inner h3 {
    font-size: 27px;
}

    footer .footer-top .menu .menu-item a {
        display: block;
        line-height: 50px;
        padding: 0px 0px;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out 0s;
        font-family: 'Barlow', arial;
        text-align: left;
        font-size: 14px;
        color: #000;
        text-transform: uppercase;
}

    .servicii-section h3 {
    font-size: 12px !important;
}

    .servicii-section h5 {
    font-size: 27px;
}

    .servicii-section h5::after {
    margin-bottom: 20px;
}

    .servicii-section p {
    text-align: left;
}

    .servicii-section {
    padding-bottom: 20px;
}

    .servicii .vc_col-sm-12 .vc_col-sm-4 .btn-tab {
    margin: 20px;
}

    .servicii .vc_row-fluid {
    display: grid;
}

    .btn-desc {
    margin: 20px;
}

    .portofoliu h3 {
    font-size: 12px;
}

    .portofoliu h5 {
    font-size: 27px;
}

    .portofoliu {
    padding-bottom: 20px;
}

    .proiecte h3 {
    font-size: 12px;
}

    .proiecte h4 {
    font-size: 27px;
}

    .boxuripro .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: grid;
    max-width: 366px;
}


    .boxuripro .vc_col-sm-12 a {
    line-height: 100px;
    margin: 0;
    padding: 0;
}

    .header-title-breadcrumb-overlay h1 {
    font-size: 27px;
}


    .gallery_image3 ul.wpb_image_grid_ul li {
    width: 50% !important;
    padding: 5px !important;
}

    .page-id-659 .header-title-breadcrumb-overlay h1 {
    font-size: 19px;
}


    .page-id-654 .header-title-breadcrumb-overlay h1 {
    font-size: 17px;
}

    .despre-noi {
    background-position: bottom;
}


    .echipa-row1 .d-none {
    display: none;
}


    .echipa-row1 .vc_col-sm-12 {
    top: -50px;
}

    .echipa-row1 {
    padding-bottom: 0px;
}
    .echipa-row1 h4 {
    padding: 0px;
}

    h4.widget-title {
    margin: 0px;
    padding: 0px !important;
}

    .social-f {
    padding-top: 5px;
}

    .footer-details {
    padding-bottom: 10px;
}
    .page-id-829 .header-title-breadcrumb-overlay h1 {
    font-size: 19px;
}

    .gdpr-page .vc_col-sm-12 {
    padding-top: 20px;
}
}

