/*
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: 180px;
 width: 100%;
}



.navbar-default .navbar-nav>li>a {
    color: #85888b;
}
.moove-gdpr-branding-cnt {
    display: none;
}
img {
    max-width: 100%;
    height: auto;
}

body {
    color: #252122;
    background-color: #fff;
    font-family: 'Open Sans', Arial;
    counter-reset: section;
}
p {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #000;
}
a:hover, a:focus {
    color: unset;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #111;
}
ol.breadcrumb li a {
    color: #111;
}
ol.breadcrumb li {
    color: #111 !important;
    line-height: 1;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.gdpr-container {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 40px 0;
}


/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 21px 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: #2C3E50 !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
body .navbar-default .navbar-toggle span {
    font-weight: 600;
    font-size: 14px;
    /* text-transform: uppercase; */
    display: inline-block;
    margin-right: 2px;
    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;
}

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;
}

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


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: #F8F5F2;
    border-radius: 0;
    box-shadow: 0 5px 20px rgb(17 17 17 / 5%);
}
/*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;
}
.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;
    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;
}
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: 86px;
    padding: 0px 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Open Sans', Arial;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #111;
    /* 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 */
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #111;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 20px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 320px;
}
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;
    width: 100%;
}
.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: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    FONT-WEIGHT: 400;
    COLOR: #93358D !important;
    /* text-transform: uppercase; */
    font-family: 'Playfair Display', arial;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 15px;
    color: #111 !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    font-family: Open Sans, Arial;
    text-align: left;
    padding-left: 15px;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
}
.footer-details p span {
    display: inline-block;
    padding-left: 24px;
    color: #111;
}
.footer-details p {
    margin-bottom: 10px !important;
}
.footer-details i {
    padding-right: 9px;
    position: absolute;
    top: 5px;
    color: #93358D;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #93358D!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: 400;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    position: relative;
    text-transform: none;
}

footer .widget {
    clear: both;
    margin-bottom: 20px;
}
footer .footer .container {
    padding: 25px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 0;
    max-width: 220px !important;
}
p.copyright {
    color: #111;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
    /* font-family: 'Roboto', Arial; */
}
p.copyright a {
    color: #93358D;
    font-weight: 400;
}

.footer-div-parent {
    border-top: 1px solid #8E77B5;
    background: transparent;
    border-radius: 0;
}

footer {
    background-color: #F8F5F2;
    clear: both;
    border-top: 1px solid #8E77B5;
}


/* 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: #3F50A2;border: none;color: #fff;font-size: 16px;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: 400;outline: none;white-space: nowrap;text-transform: uppercase;font-family: "Open Sans", Arial;border-radius: 0px;display: inline-block !important;background: #2C3E50;padding: 0 0px 0 20px !important;height: 45px !important;line-height: 45px !important;color: #fff !important;font-weight: 600 !important;font-size: 14px !important;/* margin-left: 30px; */position: relative;top: 0px;font-family: 'Montserrat', Arial;border-radius: 200px;overflow: hidden;}

.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;
    background: #8E77B5;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {
background-color: #fff;
    height: 50px;
    border: 2px solid #f4f7f7;
    color: #000;
    padding: 0px 15px;
    line-height: normal;
    font-size: 16px;
    -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: Open Sans;
    margin: 5px 0 20px;
    font-weight: 400;
    border: 1px solid #111;
}
.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;
    min-height: 100px;
    }
.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: #000;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

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

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: 46px;
    line-height: 62px;
    color: #fff;
    font-weight: 400;
    margin: 0 0 10px !important;
    display: block;
    position: relative;
    padding: 0;
    font-family: arial;
    /* text-transform: uppercase; */
    font-family: 'Playfair Display', arial;
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    text-align: left;
    background-repeat: repeat;
}




@-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: 'Open Sans', Arial; 
}

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

a {
    font-family: 'Open Sans', Arial; 
}

p {
    font-family: 'Open Sans', Arial; 
}


    .contact-li a {
        display: inline-block !important;
        background: #2C3E50;
        padding: 0 0px 0 20px !important;
        height: 45px !important;
        line-height: 45px !important;
        color: #fff !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        margin-left: 30px;
        position: relative;
        top: 2px;
        font-family: 'Montserrat', Arial;
        border-radius: 300px;
        overflow: hidden;
    }
    .contact-li a::after {
        content: "\f105";
        font-family: 'FontAwesome';
        width: 45px;
        height: 45px;
        background: #7e63aa;
        line-height: 45px !important;
        font-size: 20px !important;
        text-align: center;
        margin-left: 20px;
        display: inline-block;
    }

    body #navbar ul:not(.sub-menu) > .menu-item.contact-li:hover > a{
        background:  #8E77B5 !important;
        color: #fff !important;
    }
    
    



.header-top {
    background: #2C3E50;
    /* padding: 8px 0; */
}

.header-top-item {
    display: inline-block;
    padding: 7px 25px 11px 0px;
}

.header-top-item * {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}
.title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}


.header-top-item i {
    font-size: 16px !important;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.header-top-item a:hover, .header-top-item a:focus {
    color: #fff!important;
}


.header-top .social-f a {
    display: inline-block;
    padding-right: 20px;
    color: #d61414;
    font-size: 25px;
}
.header-top .social-f a:hover {
    color: #34C5A1;
}
.header-top .social-f a i {
    font-size: 40px !important;
    color: #3b5998;
}
.header-top .social-f {
    padding-top: 7px;
    text-align: right;
}

.law_slider_box-slide {
    /* padding: 200px 0; */
    background-size: cover;
    background-position: center;
    min-height: 700px;
}

.home-section1 >  .vc_col-sm-12 {}

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

.law_slider_box-child2 h4 {
    font-size: 42px;
    line-height: 52px;
    font-weight: 400;
    max-width: 650px;
    margin-bottom: 30px;
    color: #fff;
    margin: 10px 0 25px;
    font-family: 'Playfair Display', arial;
}

.law_slider_box-child2 p {
    font-size: 16px;
    line-height: 23px;
    max-width: 600px;
    color: #fff;
    margin: 0;
}


.slider-btn1 {
        display: inline-block !important;
        background: #2C3E50;
        padding: 0 0px 0 20px !important;
        height: 45px !important;
        line-height: 45px !important;
        color: #fff !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        /* margin-left: 30px; */
        position: relative;
        top: 0px;
        font-family: 'Montserrat', Arial;
        border-radius: 200px;
        overflow: hidden;
    }
.slider-btn1::after {
        content: "\f105";
        font-family: 'FontAwesome';
        width: 45px;
        height: 45px;
        background: #7e63aa;
        line-height: 45px !important;
        font-size: 20px !important;
        text-align: center;
        margin-left: 20px;
        display: inline-block;
    }

        .slider-btn1:hover {
        background: #8E77B5 !important;
        color: #fff !important;
    }

.slider-btn2 {
        display: inline-block !important;
        background: #2C3E50;
        padding: 0 0px 0 20px !important;
        height: 45px !important;
        line-height: 45px !important;
        color: #fff !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        margin-left: 30px;
        position: relative;
        top: 0px;
        font-family: 'Montserrat', Arial;
        border-radius: 200px;
        overflow: hidden;
    }
.slider-btn2::after {
        content: "\f105";
        font-family: 'FontAwesome';
        width: 45px;
        height: 45px;
        background: #7e63aa;
        line-height: 45px !important;
        font-size: 20px !important;
        text-align: center;
        margin-left: 20px;
        display: inline-block;
    }

        .slider-btn2:hover {
        background:  #8E77B5 !important;
        color: #fff !important;
    }

.law_slider_box-child1 {
    /* text-align: center; */
    position: relative;
    z-index: 3;
}

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

.social-f a {
    display: inline-block;
    /* padding-right: 19px; */
    color: #fff;
    font-size: 15px;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(204 204 204 / 20%);
    line-height: 40px;
    text-align: center;
    margin-right: 15px;
}

.social-f a:hover {
    color: #5A7CBE;
}
.breadcrumb {
    margin-bottom: 0;
    /* padding-bottom: 0; */
}
.social-f a i {
    font-size: 16px !important;
}

.social-f {
    padding-top: 10px;
    text-align: left;
}
aside#media_image-3 {
    TEXT-ALIGN: LEFT;
    display: inline-block;
    width: 50%;
    position: relative;
    top: -5px;
}
aside#media_image-3 img {
    padding-top: 10px;
}
aside#media_image-4 {
    display: inline-block;
    width: 50%;
    position: relative;
    right: -5px;
}
ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    background: #D4AF37;
    display: inline-block;
    padding: 3px 19px;
    border-radius: 100px;
}
.wpcf7-acceptance {
    display: block;
    margin: 20px 0 30px !important;
}

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

@media(min-width:1300px) {
    .container {
        width: 1270px;
    }
}

.law_slider_box-slide::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .3;
    background: linear-gradient(90deg, rgba(44,62,80,1) 35%, rgba(17,16,0,1) 100%);
}

.law_slider_box-child2 h3 {
    font-size: 14px;
    line-height: 13px;
    text-transform: uppercase;
    color: #2C3E50;
    font-weight: 400;
    margin-top: 0;
    background: #D4AF37;
    display: inline-block;
    padding: 5px 30px;
    font-weight: bold;
    border-radius: 100px;
}

.buttons-slli a:first-child {
    margin-right: 20px;
}

.buttons-slli a:last-child {background: #303d7c;}

.law_slider_box-child2 a:first-child:hover {
    /* box-shadow: #3F50A2 0 10px 20px 0; */
    background: #2C3E50;
}

.law_slider_box-child2 a:last-child:hover {
    background: #2C3E50;
}


.law_slider_shortcode  button.slick-prev.slick-arrow, .law_slider_shortcode  button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: unset;
    margin: 0 15px;
    width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    line-height: 38px;
    border-radius: 0;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
    border: 1px solid #fff !important;
    border-radius: 100px;
    bottom: 15px;
}

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

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

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



.law_slider_shortcode ul.prezentari-dots li {
    display: inline-block;
}
.law_slider_shortcode ul.prezentari-dots li {
    cursor: pointer;
}

.law_slider_shortcode ul.prezentari-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
.law_slider_shortcode ul.prezentari-dots li svg.fp-arc-loader .path {
    display: none;
}
.law_slider_shortcode ul.prezentari-dots li.slick-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash ease-in 3s;
    animation-iteration-count: unset;
}
.law_slider_shortcode ul.prezentari-dots {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
.law_slider_shortcode ul.prezentari-dots li.slick-active circle.path {
    stroke: #D4AF37;
}
.law_slider_shortcode ul.prezentari-dots li.slick-active circle.path + circle {
    fill: #D4AF37;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.law_slider_box-child.container {
    min-height: 80vh;
    display: flex;
    align-items: center;
}




.move-icon1 {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10%;
}

@keyframes MoveUpDown {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 20px;
  }
}

.move-icon1 {
    animation: MoveUpDown 3s linear infinite;
}


.move-icon2 {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 10%;
}

@keyframes MoveUpDown2 {
  0%, 100% {
    right: 10%;
  }
  50% {
    right: 11%;
  }
}

.move-icon2 {
    animation: MoveUpDown2 3s linear infinite;
}

.home-section2 .vc_inner {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 0px 0 40px;
}

.s2-img1 {
    position: relative;
    max-width: 500px;
}

.s2-img1::after {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    height: 20px;
    background-color: #3F50A2;
    content: "";
}


.s2-img2 {
    position: absolute;
    bottom: -120px;
    right: 0;
    padding: 20px;
    background-color: #fff;
    /* animation: 5s ease-out 0s infinite normal none running pxl_right_left; */
}

@keyframes pxl_right_left {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(10px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

.home-section2 .vc_col-sm-12 h3 {
      font-size: 14px;
      line-height: 13px;
      text-transform: uppercase;
      color: #2C3E50;
      font-weight: 400;
      margin-top: 0;
      background: #D4AF37;
      display: inline-block;
      padding: 5px 30px;
      font-weight: bold;
      border-radius: 10px;
}

.home-section2 .vc_col-sm-12 h4 {
       font-size: 40px;
       font-weight: 400;
       margin-bottom: 20px;
       line-height: 44px;
       max-width: 550px;
       margin: 0 0 17px;
       text-align: left;
       padding-top: 10px;
       font-family: 'Playfair Display', arial;
       color: #2C3E50;
       line-height: 56px;
}

.home-section2 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
    padding-right: 70px;
}

.home-section2 .vc_col-sm-12 h5 {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 10px 0 10px;
}



a.btn-style1 {
        display: inline-block !important;
        background: #2C3E50;
        padding: 0 0px 0 20px !important;
        height: 45px !important;
        line-height: 45px !important;
        color: #fff !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        /* margin-left: 30px; */
        position: relative;
        top: 0px;
        font-family: 'Montserrat', Arial;
        border-radius: 200px;
        overflow: hidden;
    }
a.btn-style1::after {
        content: "\f105";
        font-family: 'FontAwesome';
        width: 45px;
        height: 45px;
        background: #7e63aa;
        line-height: 45px !important;
        font-size: 20px !important;
        text-align: center;
        margin-left: 20px;
        display: inline-block;
    }

  a.btn-style1::hover {
        background: #2C3E50 !important;
        color: #fff !important;
    }

.call-s2::before {
    content: '';
    width: 70px;
    height: 70px;
    display: inline-block;
    background-image: url(../images/call-icon.png);
    background-size: 55%;
    background-color: #f6f6f6;
    BACKGROUND-POSITION: CENTER;
    background-repeat: no-repeat;
    border-radius: 100px;
    position: absolute;
    left: 0;
    animation: tada 2s linear infinite;
}

.call-s2 {
    position: relative;
    padding-left: 85px;
    margin-bottom: 25px !important;
}

.call-s2 h6 {
    font-size: 18px;
    line-height: 1.67;
    font-weight: 700;
    color: #726f84;
    margin-bottom: 0;
    padding-top: 5px;
}

.call-s2 h6 + p a {
    font-size: 18px;
    color: #151515;
    font-weight: 700;
}

.home-section2 {
    background-size: 400px !important;!I;!;!i;!;!;
    background-repeat: no-repeat !important;!i;!;
    background-position: center right !important;!i;!;
    padding-top: 30px;
    padding-bottom: 25px;
    /* background: #F8F5F2; */
}

.home-section2 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
    padding-left: 0px;
}

.home-section2 .vc_col-sm-12  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-section2 .vc_col-sm-12  ul li {
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 31px;
    position: relative;
    color: #2C3E50;
    min-height: 35px;
}

.home-section2 .vc_col-sm-12  ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #2C3E50;
    border-radius: 100px;
    line-height: 23px;
    text-align: center;
    background: #2C3E50;
    color: #fff;
}

.vertical-text p {
    color: #F7F1EE;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 20px;
    text-transform: uppercase;
}

.vertical-text {
    transform: rotate(-180deg);
    writing-mode: tb-rl;
    text-align: center;
    position: absolute;
    top: 10px;
    left: -40px;
    margin: 0 !important;
}


@keyframes tada {
    from,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

.tada {
    animation-name: tada
}


.btn-style1:hover {
    /* box-shadow: #3F50A2 0 10px 20px 0; */
}

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

.home-section5 .vc_col-sm-12 h3 {
    text-align: left;
    margin-top: 0;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #686868;
    margin-top: 0;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.home-section5 .vc_col-sm-12 h4 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #303d7c;
    text-align: left;
    margin-bottom: 20px !important;
}

.box-h2 {
    /* width: 50%; */
    /* float: left; */
}

.box-h2 h5 + p {
    font-size: 20px;
    line-height: 25px;
    padding-right: 10px;
    color: #303d7c;
    font-weight: 800;
}

.box-h2 > .wpb_wrapper {
    display: flex;
}

.box-h2 > .wpb_wrapper .flex1 {
    min-width: 90px;
    padding-right: 10px;
}

.box-h2 > .wpb_wrapper .flex2 h5 {
    font-size: 12px;
    margin-top: 0;
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}


.box-h2 h5 + p + p {
    max-width: 400px;
    font-size: 14px;
    line-height: 20px;
}

.home-section5 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 35px 0;
    border-top: 1px solid #ccc;
}
.home-section5 .vc_col-sm-6:last-child > .vc_column-inner {
    padding-left: 55px;
}

.box-h2 > .wpb_wrapper .flex1 img {
    max-width: 70px;
    image-rendering: -webkit-optimize-contrast;
}

.h3-img2 img {
    max-width: 300px !important;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 30%); */
    /* border-radius: 5px; */
    padding: 20px;
    background-color: #fff;
}

.h3-img2 {
    margin: 0;
    /* position: absolute; */
    /* top: 205px; */
    margin-top: -150px;
    margin-bottom: 0 !important;
    position: relative;
}
.h3-img1 img {
    max-width: 470px !important;
    /* border-radius: 10px; */
}

.h3-img1 {
    text-align: right !important;
    margin: 0;
    position: relative;
}

.h3-img1::after {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    height: 20px;
    background-color: #3F50A2;
    content: "";
}
.home-logori {
    padding: 60px 0;
    -webkit-box-shadow: inset 0 3px 12px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 3px 12px 1px rgb(0 0 0 / 5%);
}

.home-logori img {
    max-height: 80px;
    width: auto !important;
    margin: 0 auto;
}

.home-logori .vc_column-inner {
    padding: 0 !important;
}


.law_slider_box_shortcode_logo 
 > a {
    min-height: 80px;
    display: flex;
    align-items: center;
}

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



.contact-li {
    padding: 18px 0;
}

.slider-btns {
    margin-top: 35px;
}

.wpb_column.vc_column_container.vc_col-sm-8 {}

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

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

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner {
    background: #364c62;
    height: 40vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_row {
    margin: 0;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6.h1-box1 > .vc_column-inner {
    background: #202d3b;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6.h1-box2 > .vc_column-inner {
    background: #2C3E50;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6.h1-box3 > .vc_column-inner {
    background: #243241;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner p a {
    font-size: 24px;
    color: #fff;
    font-family: 'Playfair Display', arial;
    /* padding: 0 15px; */
    text-align: center;
    display: block;
    line-height: 32px;
    font-weight: 400;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner p a::after {
    content: '\f105';
    font-family: 'FontAwesome';
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    color: #fff;
    display: block;
    line-height: 41px;
    font-size: 25px;
    margin: 20px auto 0;
    border-radius: 100px;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6.h1-box4 > .vc_column-inner p a {
    /* color: #111; */
}

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6.h1-box4 > .vc_column-inner p a::after {
    /* border-color: #7e63aa; */
    /* color: #7e63aa; */
}
.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner .wpb_single_image {
    margin-bottom: 15px;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner .wpb_single_image img {
    max-width: 65px;
    filter: invert(1);
}
.home-section1 .vc_col-sm-4 {
    width: 600px;
}

.home-section1 .vc_col-sm-8 {
    width: calc(100% - 600px);
}

.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner .wpb_text_column.wpb_content_element {
    margin: 0;
}
.home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6.h1-box4 > .vc_column-inner 
 .wpb_single_image img {
    /* filter: none; */
}


.parteneri-section {
    margin-top: 20px;
    margin-bottom: 35px;
    text-align: center;
}

.parteneri-section .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding-top: 20px;
    padding-bottom: 0px;
}

.parteneri-section .vc_col-sm-12 h3 {
         font-size: 14px;
         line-height: 13px;
         text-transform: uppercase;
         color: #2C3E50;
         font-weight: 400;
         margin-top: 0;
         background: #D4AF37;
         display: inline-block;
         padding: 5px 30px;
         font-weight: bold;
         border-radius: 100px;
}

.parteneri-section .vc_col-sm-12 h4 {
       font-size: 42px;
       font-weight: 400;
       margin-bottom: 20px;
       line-height: 52px;
       max-width: 950px;
       margin: 0 auto 40px;
       text-align: center;
       padding-top: 10px;
       font-family: 'Playfair Display', arial;
       color: #2C3E50;
}


.law_slider_box_shortcode1 img {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto;
}


.h1-img1 {
    text-align: right !important;
    margin: 0 !important;
}

.h1-img1 img {
    border-radius: 30px;
}

.h1-img2 {
    text-align: left !important;
    !i;!;
    margin: 0 !important;
    margin-top: -100px !important;
}

.h1-img2 img {
    border-radius: 30px;
}

.h1-img3 {
    margin: 0 !important;
    margin-top: -100px !important;
}

.h1-img3 img {
    border-radius;
    border-radius: 30px;
    }

footer .footer-top .menu .menu-item a::before {
    content: '\f101';
    font-family: 'FontAwesome';
    color: #93358D;
    position: absolute;
    left: 0;
}
.law_slider_box_shortcode1 {
    text-align: center;
}
.home-section3 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 0px 0 75px;
}
.home-section3 .vc_col-sm-12 h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 44px;
    margin: 0 0 14px;
    text-align: left;
    padding-top: 10px;
    font-family: 'Playfair Display', arial;
    color: #2C3E50;
    line-height: 42px;
    max-width: 700px;
}
.home-section3 .vc_col-sm-12 h3 + p {
    /* font-size: 18px; */
    max-width: 800px;
    /* line-height: 32px; */
}

.home-section3 .vc_col-sm-12 .vc_col-sm-3 h4 {
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.home-section3 .vc_col-sm-12 .vc_col-sm-3 p {
    font-size: 14px;
    line-height: 22px;
}

.home-section3 .vc_col-sm-12 .vc_col-sm-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-section3 .vc_col-sm-12 .vc_col-sm-3 ul li {
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 31px;
    position: relative;
    color: #fff;
}

.home-section3 .vc_col-sm-12 .vc_col-sm-3 ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #fff;
    border-radius: 100px;
    line-height: 23px;
    text-align: center;
}

.home-section3 .vc_col-sm-12 .vc_col-sm-3:nth-child(1) .vc_column-inner {
    background:  #2C3E50;
}
.home-section3 .vc_col-sm-12 .vc_col-sm-3:nth-child(2) .vc_column-inner {
    background: #D4AF37;
}

.home-section3 .vc_col-sm-12 .vc_col-sm-3:nth-child(3) .vc_column-inner {
    background: #8E77B5;
}


.home-section3 .vc_col-sm-12 .vc_col-sm-3 .vc_column-inner {
    padding-top: 5px;
    background: #fff;
}

.home-section3 .vc_col-sm-12 .vc_col-sm-3:last-child .vc_column-inner h4 {color: #2C3E50;}

.home-section3 .vc_col-sm-12 .vc_col-sm-3:last-child .vc_column-inner li {
    color: #2C3E50;
}

.home-section3 .vc_col-sm-12 .vc_col-sm-3:last-child .vc_column-inner li::before {border-color: #2C3E50;}

.home-section3 .vc_col-sm-12 .vc_row:last-child {
    overflow: hidden;
    border-radius: 15px;
    border: 1px solid #ccc;
}

.home-section22 {
    background-size: 450px !important;
    background-repeat: no-repeat !important;
    background-position: center left !important;
    padding-bottom: 80px;
    padding-top: 40px;
    background-size: contain;
    counter-reset: section;
}

.home-section22 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
    padding-left: 0px;
}


.home-section22 .vc_inner {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 0px 0 0px;
}


.home-section22 .vc_col-sm-12 h3 {
       font-size: 32px;
       font-weight: 400;
       margin-bottom: 20px;
       line-height: 44px;
       /* max-width: 550px; */
       margin: 0 0 20px;
       text-align: left;
       padding-top: 10px;
       font-family: 'Playfair Display', arial;
       color: #2C3E50;
       line-height: 42px;
}

.home-section22 .vc_col-sm-12  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-section22 .vc_col-sm-12  ul li {
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 31px;
    position: relative;
    color: #2C3E50;
    min-height: 35px;
}

.home-section22 .vc_col-sm-12  ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #2C3E50;
    border-radius: 100px;
    line-height: 23px;
    text-align: center;
    background: #2C3E50;
    color: #fff;
}
.h1-img11 {
    text-align: center!important;
    margin: 0 !important;
}

.h1-img11 img {
    border-radius: 30px;
}

.h1-img22 {
    text-align: left !important;
    !i;!;
    margin: 0 !important;
    margin-top: -100px !important;
}

.h1-img22 img {
    border-radius: 30px;
}
.home-section3 {
    background: #F8F5F2;
    padding-top: 15px;
}



.evenimente-row {
    background: #F8F5F2;
    padding: 45px 0 25px;
    background-size: UNSET;
    BACKGROUND-REPEAT: REPEAT;
}



.evenimente-row  h3 {
         font-size: 14px;
         line-height: 13px;
         text-transform: uppercase;
         color: #2C3E50;
         font-weight: 400;
         margin-top: 0;
         background: #D4AF37;
         display: inline-block;
         padding: 5px 30px;
         font-weight: bold;
         border-radius: 100px;
}

.evenimente-row  h4 {
       font-size: 42px;
       font-weight: 400;
       margin-bottom: 20px;
       line-height: 52px;
       max-width: 950px;
       margin: 0 auto 40px;
       text-align: center;
       padding-top: 10px;
       font-family: 'Playfair Display', arial;
       color: #2C3E50;
}
.evenimente-row h4 strong {
    color: #8E77B5;
}

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


.flota-posts  .blog-posts-shortcode {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0px 50px 15px;
    !im;
}

.flota-posts  .blog_custom {
    background: #fff;
    overflow: hidden;
    /* margin-top: -200px; */
    border-radius: 8px;
    border-radius: 10px;
    margin-bottom: 50px;
    background-image: url(../images/18225-NRKILZ.jpg);
    box-shadow: 0 5px 10px #d4af3791;
}

.flota-posts  .blog_custom .post-thumbnail {
    position: relative;
    max-height: 205px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.flota-posts  img.white-bgog {
    position: absolute;
    /* bottom: -5px; */
    left: 0;
    right: 0;
    width: 100%;
    height: unset !important;
    top: 0;
    display: none;
}





.flota-posts  .post-date {
    box-shadow: 0px 16px 16px 0px #3333331c;
    background: #fff;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    min-width: 90px;
    margin-top: -50px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
}

.flota-posts  .post-date1:last-child {
    background: #2C3E50;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 400;
    padding: 3px 10px;
    color: #fff;
}
.flota-posts  .post-date1:first-child {
    font-size: 40px;
    font-weight: 800;
    padding: 4px 0;
    color: #011532;
}

.flota-posts  .blog_custom .post-name a {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    color: #011532;
    margin-bottom: 10px;
    display: block;
    line-height: 34px;
    margin-top: 5px;
    /* font-family: 'Playfair Display', arial; */
    /* min-height: 72px; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.flota-posts  p.button-blog a {
     display: inline-block !important;
     background: #2C3E50;
     padding: 0 0px 0 20px !important;
     height: 45px !important;
     line-height: 45px !important;
     color: #fff !important;
     font-weight: 600 !important;
     font-size: 14px !important;
     /* margin-left: 30px; */
     position: relative;
     top: 0px;
     font-family: 'Montserrat', Arial;
     border-radius: 200px;
     overflow: hidden;
}

.flota-posts  .blog_custom .post-details.col-md-12 {
    padding: 30px 30px 20px;
}


.flota-posts .post-name {
    /* min-height: 98px; */
    /* display: flex; */
    /* align-items: center; */
}



.home-blog .date-p {
    background: #8E77B5;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 500;
    font-size: 12px;
    /* text-transform: uppercase; */
    border-radius: 5px 0;
}

.evenimente-row h3 + p {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 30px;
}
.flota-posts p.button-blog a::after {
    content: "\f105";
    font-family: 'FontAwesome';
    width: 45px;
    height: 45px;
    background: #7e63aa;
    line-height: 45px !important;
    font-size: 20px !important;
    text-align: center;
    margin-left: 20px;
    display: inline-block;
}

.post-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

a.btn-style1:hover, .flota-posts p.button-blog a:hover {
    background:  #8E77B5;
}

@media(max-width:1600px) {
    .home-section1 .vc_col-sm-4 {
        width: 600px;
    }

    .home-section1 .vc_col-sm-8 {
        width: calc(100% - 600px);
    }

    .home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner p a {
        font-size: 18px;
        line-height: 24px;
    }

    .home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner {
        height: 35vh;
    }

    .law_slider_box-child.container {
        min-height: 70vh;
    }
}



.vc_tta-panel {
    margin-bottom: 15px;
}

.vc_tta-panel-heading {
    border-radius: 48px !important;
    background: transparent !important;
    border-color: #93358D !important;
}
.vc_tta-panel .vc_tta-panel-title>a {
    color: #fff !important;
    font-size: 18px;
    /* letter-spacing: 1px; */
    /* word-spacing: 1px; */
    line-height: 23px;
    background: #2C3E50 !important;
    border-radius: 100px;
    text-align: center;
    /* text-transform: uppercase; */
    /* font-weight: 900; */
}

.vc_tta-panel-body {
    background: transparent !important;
    border-color: #93358D !important;
    border-radius: 24px !important;
    margin-top: 5px;
    margin-bottom: 30px;
    background: #f6f6f6 !important;
    text-align: center;
}
.vc_tta-panel-body p:not(:last-child) {
    color: #111;
    font-size: 16px;
    padding: 10px;
    text-align: left;
    border: 1px solid #93358D;
    margin: 10px 0;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    flex-direction: row;
    place-content: space-between;
    align-items: center;
}

.vc_tta-panel-body p strong {
    /* font-family: 'Gilroy-Bold', Arial; */
}

i.vc_tta-controls-icon.vc_tta-controls-icon-chevron {
    background: #93358D;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    border-radius: 100px;
    right: 5px !important;
    /* transform: none !important; */
    font-family: 'FontAwesome' !important;
    font-style: unset;
    color: #fff;
}

.vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    border-color: transparent !important;
    content: '\f107' !important;
    font-family: 'FontAwesome' !important;
    transform: rotate(0deg) !important;
    position: static !important;
    padding: 0 !important;
    font-size: 30px !important;
    margin: 0 !important;
    border: 0 !important;
    line-height: 40px;
    letter-spacing: 0 !important;
    font-style: unset !important;
}

.intrebari-row 
 a.slick-button2 {
    color: #fff;
}
.vc_tta .vc_active .vc_tta-controls-icon.vc_tta-controls-icon-chevron::before {
    content: '\f106' !important;
    letter-spacing: 0 !important;
}

.intrebari-row {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    /* padding-top: 30px; */
    padding-bottom: 50px;
    padding-top: 70px;
}

.vc_tta-panel-body a.btn-style1 {
    margin-top: 20px;
}
.vc_tta-panel-body p strong {
    /* float: right; */
    min-width: 90px;
    text-align: right;
    color: #2C3E50;
    font-weight: 700;
    font-size: 18px;
}

.vc_tta-panel-body p:nth-child(2n):not(:last-child) {
    background: #fff;
}

.vc_tta-container {
    max-width: 600px;
    margin: 0 auto 30px !important;!I;!;
}

.intrebari-row h3 {
    text-align: center;
    font-weight: 400;
    font-family: 'Playfair Display', arial;
    font-size: 26px;
    /* margin-top: 30px; */
    /* margin-bottom: -15px !important; */!I;!;
    margin-top: 0;
}


.intrebari-row .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 50px;
}
.intrebari-row .vc_col-sm-6  .vc_column-inner {
    padding-top: 0 !important;
}


.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-9 .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;
    min-height: 430px;
}

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

.echipa-row1 .vc_col-sm-9 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p {
    font-size: 14px;
    text-align: center;
    color: #93358D;
    font-weight: 500;
    min-height: 48px;
}

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

.echipa-row1 .vc_col-sm-9 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper  h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
}

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

.echipa-heading h3 strong {
    color: #93358D;
}
@media(min-width:1300px) {
    .container {
        width: 1270px;
    }
}



.medic-template1 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 50px 0;
}

.medic-template1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
}

.medic-template1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_content_element {
    margin: 0;
}

.medic-template1 .vc_col-sm-4 > .vc_column-inner {
    padding-right: 35px;
}

}
.cv-doctor-pret  .vc_column-inner > .wpb_wrapper {
    border-radius: 0px !important;
    overflow: hidden;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: #fff;
}





.cv-doctor-pret  h3 {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 20px;
}

.doctor-arii-expertiza-tags {
    padding: 10px 20px;
}

.doctor-arii-expertiza-tags p {
    display: inline-block;
    color: #1a1a1a;
    font-weight: 400;
    padding: 4px 10px;
    background: #0000000D;
    border-radius: 24px;
    margin: 20px 5px 0 0;
}

.doctor-arii-expertiza-tags h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.program-doctor-text {
    margin-bottom: 30px !important;
    padding: 0 20px;
}

.program-doctor-text h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
}

.program-doctor-text h4 {
    font-size: 16px;
    color: #686868;
    font-weight: 400;
    padding-top: 10px;
}

.program-doctor-text h4 strong {
    float: right;
    color: #33B3E4;
    font-weight: 400;
}

.medic-template1 .vc_tta-container {
    padding: 30px;
    background: #fff;
    margin: 30px 0;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
    max-width: unset;
    margin-top: 60px !important;!i;!;
}

.medic-template1 .vc_tta-container h5 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 30px;
}


.programare-doctor-row {
    padding: 30px;
    background: #fff;
    margin: 30px 0;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
}

.programare-doctor-row h3 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 30px;
}

.echipa-row1 {
    max-width: 1270px;
    margin: 70PX auto !important;
    float: none;
    /* BORDER: 1PX SOLID #CCC; */
    /* PADDING: 50PX 15PX; */
}


.intrebari-box {
    padding: 50px 30px;
    border-radius: 20px;
    overflow: hidden;
}

.intrebari-box h3 {
    text-align: left;
    color: #fff;
    font-size: 28px;
    margin-top: 0;
}

.intrebari-box a {
    background: #93358D;
    line-height: 45px;
    height: 45px;
    color: #fff;
    display: block;
    padding: 0 35px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
}

.intrebari-box a::before {
    content: '\f095';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.intrebari-box a i {margin-right: 10px;}

.intrebari-box a:hover {
    background: #33B3E4;
}


.parteneri-col > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 40px 30px 15px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
}

.parteneri-col .vc_col-sm-12 .wpb_single_image {
 display: inline-block;
 max-width: 95px;
 border: 1px solid #ccc;
 margin-right: 10px;
 margin-bottom: 7.5px;
 border-radius: 20px;
 overflow: hidden;
}


.echipa-row1 .vc_col-sm-12 .echipa-heading h3 {
    /* text-align: center; */
    /* margin-top: 0; */
    /* font-size: 20px; */
    /* MARGIN-TOP: -10PX; */
    text-align: center;
    /* color: #fff; */
    font-size: 42px;
    margin-top: 0;
    line-height: 52px;
    /* margin-bottom: -10px !important; */
    font-family: 'Playfair Display', arial;
    font-weight: 400;
    margin-bottom: 60px !important;!i;!;
}

.medic-template1 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 50px 0;
}

.medic-template1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
}

.medic-template1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_content_element {
    margin: 0;
}

.medic-template1 .vc_col-sm-4 > .vc_column-inner {
    padding-right: 35px;
}
@media(min-width:767px) {
    .medic-titlu-mobil {
        display: none;
    }
}
.breadcrumbs-medic h3 {
    margin-top: 0;
    font-weight: 500;
    font-size: 16px;
    color: #33B3E4;
}

.breadcrumbs-medic h4 {
    font-size: 27px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 5px;
}

.breadcrumbs-medic ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs-medic ul li {
    display: inline-block;
}

.breadcrumbs-medic ul li a::after {
    content: '/';
    padding-left: 5px;
}
.cv-doctor-pret  .vc_column-inner > .wpb_wrapper {
    border-radius: 0px !important;
    overflow: hidden;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
    padding: 30px;
    background: #fff;
}



.breadcrumbs-medic h1 {
    font-family: 'Playfair Display', arial;
    margin-top: 0;
    font-weight: 400;
    font-size: 32px;
}

.servicii-parent .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 80px 0;
}

.post-navigation .prev-post, .post-navigation .next-post {
    position: relative;
    color: #000;
    background: #f6f6f6;
    padding: 0;
    /* border: 1px solid #ccc; */
}
.post-navigation .prev-post span, .post-navigation .next-post span {
    text-transform: uppercase;
    color: #7e63aa;
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin: 0 0 10px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.post-navigation .prev-post span:hover, .post-navigation .next-post span:hover {
    color: #000;
}
.post-navigation .prev-post a, .post-navigation .next-post a {
    font-size: 19px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    color: #000;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}
.post-navigation .prev-post a:hover, 
.post-navigation .next-post a:hover  {
    color: #7e63aa;
}
.post-navigation .prev-post img, .post-navigation .next-post img {
    border-radius: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
}
.post-navigation .prev-post img:hover, .post-navigation .next-post img:hover {
        -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}
.post-navigation .prev-post img {
    float: left;
    margin-right: 30px;
}
 .post-navigation .next-post img {
    float: right;
    margin-left: 30px;
 }
.post-navigation .next-post {
    text-align: right;
}

.servicii-parent .vc_col-sm-12 .vc_col-sm-4 > div > div {
    background: #fff;
    padding-bottom: 5px;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.servicii-parent {
    background: #f6f6f6;
}

.servicii-parent .vc_col-sm-12 .vc_col-sm-4 h3 {
    /* text-align: center; */
    font-size: 20px;
    margin-bottom: 20px;
    padding: 0px 15px;
}

.servicii-parent .vc_col-sm-12 .vc_col-sm-4 p {
    padding: 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: left !important;!i;!;
}
.home-section22 .vc_col-sm-12 h5 {
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin: 10px 0 10px;
}

.home-section22 .vc_col-sm-12  ol {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: section;
}

.home-section22 .vc_col-sm-12   ol  li{
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 31px;
    position: relative;
    color: #2C3E50;
    min-height: 35px;
}

.home-section22 .vc_col-sm-12  ol li::before {
        counter-increment: section;
        content: counter(section);
        position: absolute;
        left: 0;
        width: 25px;
        height: 25px;
        border: 1px solid #2C3E50;
        border-radius: 100px;
        line-height: 23px;
        text-align: center;
        background: #2C3E50;
        color: #fff;
}

.intrebari-row-section {
    background: #F8F5F2;
    padding-top: 81px !important;!I;!;
}
.intrebari-row-section .vc_row {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 0px 0 75px;
}
.intrebari-row-section  h3 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 44px;
    /* max-width: 550px; */
    margin: 0 0 20px;
    text-align: left;
    padding-top: 10px;
    font-family: 'Playfair Display', arial;
    color: #2C3E50;
    line-height: 42px;
}
.intrebari-row-section .vc_row .vc_tta-panel .vc_tta-panel-title>a {
    text-align: left;
}

.intrebari-row-section ol {
    list-style: none;
    padding: 0;
    margin: 0;
    /* counter-reset: section; */
}

.intrebari-row-section  li{
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 31px;
    position: relative;
    color: #111;
    min-height: 37px;
    font-weight: 400;
}

.intrebari-row-section  ol li::before {
        counter-increment: section;
        content: counter(section);
        position: absolute;
        left: 0;
        width: 25px;
        height: 25px;
        border: 1px solid #2C3E50;
        border-radius: 100px;
        line-height: 23px;
        text-align: center;
        background: #2C3E50;
        color: #fff;
        top: -2px;
}
.intrebari-row-section li a {
    color: #111;
}
body.blog .high-padding {
    background: #f6f6f6;
    padding-top: 80px;
}


.ttm-icon {
    /* height: 46px; */
    width: 30px;
    /* line-height: 56px; */
    border-radius: 50%;
    margin-bottom: 0;
    background-color: transparent;
    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;
    text-align: center;
    top: 3px;
}

a.whatsapp-mob {
    padding-left: 8px;
}



.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: matrix(1, 0, 0, 1, 0, 0);
    color: #2C3E50;
    font-size: 22px !important;
}
.featured-content {
    padding-left: 14px;
    display: table-cell;
    vertical-align: middle;
}
.featured-title h5 {
    margin-top: 3px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px !important;
    /* font-family: 'Anton', arial; */
    /* font-family: 'FuturaPTBold', Arial; */
}
.featured-icon-box.featured-icon-box-last {
    border: 0;
}

h5.project_cat {
    color: #f2c01b;
}

.contact-section1 {
    padding: 60px 0 45px;
    /* background: #fff; */
    max-width: 1270px !important;
    float: none;
    margin: 0 auto !important;
    border-bottom: 1px soli;
}

.contact-section1 h2 {
    font-size: 30px;
    color: #303849;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    /* font-family: 'FuturaPTDemi', Arial; */
    /* text-transform: uppercase; */
    /* font-family: 'Anton', arial; */
    /* text-transform: uppercase; */
    /* font-family: 'FuturaPTBold', Arial; */
    font-weight: 400;
    font-family: 'Playfair Display', arial;
}

.gdpr-page > .vc_col-sm-12 {
    float: none;
    margin: 0 auto;
    max-width: 1170px;
}

body.blog img.blog_post_image {
}

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

.home-shop h4 {
    text-align: center;
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #7e63aa;
    display: block;
    margin: 20px 0 10px;
    border-radius: 10px;
    /* box-shadow: rgb(152 149 165 / 14%) 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: 15PX;
    COLOR: #111;
}

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

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

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

.wpb_gmaps_widget.wpb_content_element {
    margin: 0 0 30px;
}

div#programarionline {
    max-width: 1270px;
    margin: 0 auto !important;
}

div#programarionline h3 {
    font-size: 30px;
    color: #303849;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 0;
    /* font-family: 'FuturaPTDemi', Arial; */
    /* text-transform: uppercase; */
    /* font-family: 'Anton', arial; */
    /* text-transform: uppercase; */
    /* font-family: 'FuturaPTBold', Arial; */
    font-weight: 400;
    font-family: 'Playfair Display', arial;
}


.header-top .col-lg-3.text-right {
    padding-left: 0;
}


div#programarionline h3::after {
    /* content: ''; */
    width: 100px;
    height: 5px;
    background: #33B3E4;
    display: block;
    margin: 20px 0 10px;
    border-radius: 10px;
    box-shadow: rgb(152 149 165 / 14%) 1px 1px 0px 1px;
}

blockquote {
    background: #2C3E50;
    color: #fff;
    padding: 20px 25px;
    border-color: #8E77B5 !important;
    border-left: 10px solid;
}

.wpcf7-form .wpcf7-submit::after {}

.wpcf7-form .wpcf7-submit::after {
        content: "\f105";
        font-family: 'FontAwesome';
        width: 45px;
        height: 45px;
        background: #7e63aa;
        line-height: 45px !important;
        font-size: 20px !important;
        text-align: center;
        margin-left: 20px;
        display: inline-block;
    }


blockquote p {
    color: #fff;
}

.echipa-row1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    DISPLAY: FLEX;
    align-items: center;
}

.echipa-row1 .vc_col-sm-4 > .vc_column-inner .wpb_wrapper .wpb_single_image {
    WIDTH: 40%;
    border-radius: 10px;
    overflow: hidden;
}

.echipa-row1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h3 {
    font-size: 16px;
    margin-top: 0;
    font-weight: 700;
}

.echipa-row1 .vc_col-sm-4 > .vc_column-inner .wpb_wrapper  .wpb_text_column {
    width: 61%;
    padding-left: 15px;
}

.echipa-row1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p {
    font-size: 14px;
}

.echipa-row1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p a.btn-style1:after {
    content: '\f073';
    font-size: 14px !important;
    font-weight: 400;
    margin-left: 10px;
    width: 40px;
}

.echipa-row1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p a.btn-style1 {
    font-size: 14px !important;

}

.echipa-row1 .vc_col-sm-12 .echipa-heading h3 strong {
    font-weight: 400;
}
.medic-sec1 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 60px 0 0;
}
.medic-sec1 .vc_col-sm-12 h3 {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 0;
}

.medic-sec1 .vc_col-sm-12 h4 {
    font-size: 14px;
    margin-bottom: 20px;
}

.medic-sec1 .vc_col-sm-12 .wpb_single_image {
    border-radius: 10px;
    overflow: hidden;
}

.medic-sec1 .vc_col-sm-12 p {
    margin-bottom: 3px;
}
.medic-sec1 .vc_col-sm-12 p strong {
    color: #2C3E50;
}

.medic-sec1 .vc_col-sm-12 a.btn-style1:after {
    content: '\f073';
    font-size: 14px !important;
    font-weight: 400;
    margin-left: 10px;
    /* width: 40px; */
}

.medic-sec1 .vc_col-sm-12 p a.btn-style1 {
    font-size: 14px !important;
    padding-right: 20px;
}
.program-medic p {
    margin-bottom: 15px !important;
    font-weight: 500;
}

.meniu-categorii .vc_col-sm-12 {
    max-width: 1240px;
    margin: 0 auto 15px;
    float: none;
    background: #2C3E50;
    border-radius: 5px;
    overflow: hidden;
}

.meniu-categorii .vc_col-sm-12 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.meniu-categorii .vc_col-sm-12 ul li {
    display: inline-block;
    flex: 1;
    text-align: center;
}

.meniu-categorii .vc_col-sm-12 .wpb_text_column.wpb_content_element {
    margin: 0;
}

.meniu-categorii .vc_col-sm-12 ul li a {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #fff;
    display: block;
}

.meniu-categorii .vc_col-sm-12 ul li a:hover {
    background: #8E77B5;
}

.meniu-categorii .vc_col-sm-12 > div {
    padding: 0 !important;
}

.educatie-row1 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
}
.educatie-row2  {
        padding-top: 15px;
        background: #7e63aa;
}
.educatie-row2 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
}
.educatie-row2 .vc_col-sm-12 h3 {
    color: #fff;
}

.educatie-row2 .vc_col-sm-12 p {
    color: #fff;
}
.featured-desc p {
    display: inline-block;
}

.featured-desc p a {
    text-decoration: underline !important;!i;!;
    display: inline-block;
    margin-right: 12px;
}

.contact-section1 .wpb_text_column.wpb_content_element {
    margin: 0  0 10px !important;!i;!;
}

.contact-section1 h3 {
    font-size: 30px;
    color: #303849;
    font-weight: 400;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 0px;
    margin-top: 31px;
    /* font-family: 'FuturaPTDemi', Arial; */
    /* text-transform: uppercase; */
    /* font-family: 'Anton', arial; */
    /* text-transform: uppercase; */
    /* font-family: 'FuturaPTBold', Arial; */
    font-weight: 400;
    font-family: 'Playfair Display', arial;
}

.servicii-parent .vc_col-sm-12 .vc_col-sm-4 > div > div .wpb_text_column.wpb_content_element {
    margin-bottom: 20px !important;
}

body.single-post article {
    padding: 60px 0;
}

.post-category-comment-date {
    padding-bottom: 20px;
}
.article-details > h2 {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Playfair Display', arial;
}

body.single-post article  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body.single-post article  ul li {
    font-size: 14px;
    padding-bottom: 10px;
    padding-left: 31px;
    position: relative;
    color: #2C3E50;
    min-height: 35px;
}

body.single-post article ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #2C3E50;
    border-radius: 100px;
    line-height: 23px;
    text-align: center;
    background: #2C3E50;
    color: #fff;
}
header.header2 {
    min-height: 125px;
}

.row.post-navigation.post-navigation-line {
    margin: 30px 0;
    /* background: red; */
    overflow: hidden;
}

.next-post-content, .prev-post-content {
    padding: 20px;
}
.facebook {
    position: fixed;
    right: 10px;
    z-index: 99999;
    bottom: 10px;
}


@media (min-width:767px) and (max-width:1024px) {
    .header-top {
        text-align: center;
    }

    .header-top .col-lg-6.text-right {
        text-align: center;
    }

    .navbar-header.col-md-3.col-sm-2 {
        width: 100%;
        text-align: center;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        text-align: center;
    }

    .header2 .menu.nav-effect.nav-menu {
        text-align: center;
    }

    div#navbar {
        padding-right: 0;
        width: 100%;
    }

    .vc_row, .vc_section {
        margin: 0 !important;!I;!;
    }

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

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

    .home-section1 .vc_col-sm-4 {
        width: 350px;
    }

    .home-section1 .vc_col-sm-8 {
        width: calc(100% - 350px);
    }

    .law_slider_box-child2 h4 {
        font-size: 32px;
        max-width: 400px;
        line-height: 42px;
    }

    .law_slider_box-child2 h3 {
        max-width: 400px;
        display: inline-block;
        padding: 10px;
    }

    #navbar .menu-item > a {
        font-size: 14px;
        padding: 0 10px;
    }

    .contact-li a {
        margin-left: 10px;
    }

    .h1-img1, .h1-img2, .h1-img3 {
        margin: 30px 0 !important;!I;!;
    }

    .home-section2 .vc_col-sm-12 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section3 .vc_col-sm-12 .vc_col-sm-3 h4 {
        font-size: 14px;
        line-height: 22px;
    }

    .home-section3 .vc_col-sm-12 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section22 .vc_col-sm-12 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .h1-img22, .h1-img11, .h1-img33 {
        margin: 10px 0 !important;!i;!;
    }

}


@media(max-width: 767px) {
  

    header nav ul {
        display: block;
        width: 100%;
    }

    #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%;
        margin: 0 !important;!I;!;
        border-radius: 0;
        !I;!I;!;
    }

    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;
        padding: 0 !important;!I;!;!I;!;
    }

    div#navbar {
        overflow: hidden !important;
        padding: 0;
        border: 0;
    }

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

    .navbar-header {
        padding: 0 15px;
    }

    .slik-slide {
        height: auto;
        overflow: hidden;
    }
    .header-top .col-md-6 {
        display: none;
    }

    .header-top-item.header-top-item-mail {
        display: none;
    }

    .vc_row, .vc_section {
        margin: 0 !important;!I;!;
    }

    .home-section1 .vc_col-sm-8 {
        width: 100%;
    }

    .home-section1 .vc_col-sm-4 {
        width: 100%;
    }
    .law_slider_shortcode {
        /* margin: 0 -15px; */
    }
    .home-section1 .vc_col-sm-8 > .vc_column-inner {
        padding-left: 0;
    }

    .law_slider_box-child.container {
        min-height: unset;
        padding: 50px 15px 90px;
    }

    .law_slider_box-child2 h4 {
        font-size: 26px;
        line-height: 36px;
        text-align: center;
    }

    .slider-btn2 {
        margin-left: 5px;
    }

    .law_slider_box-child2 h3 {
        line-height: 18px;
        padding: 5px 15px;
        text-align: center;
    }

    .law_slider_box-child2 p {
        text-align: center;
        max-width: 290px;
        min-height: 184px;
        margin: 0 auto;
    }

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

    .logo.img-logo {
        display: inline-block;
    }

    body .navbar-default .navbar-toggle i {
        color: #fff;
    }

    .home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner {
        height: unset !important;!i;!;
        padding: 30px 15px;
        min-height: 255px;
    }

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

    .home-section1 .vc_col-sm-4 > .vc_column-inner .vc_row {
        display: flex;
    }

    .home-section1 .vc_col-sm-4 > .vc_column-inner .vc_row .vc_col-sm-6 {
        width: 50%;
    }

    .home-section1 .vc_col-sm-4 > .vc_column-inner .vc_col-sm-6 > .vc_column-inner p a {
        font-size: 15px;
        line-height: 24px;
        max-width: 150px;
        margin: 0 auto;
        /* min-height: 115px; */
    }
    .h1-img1, .h1-img2, .h1-img3 {
        margin: 15px 0 !important;!I;!;
    }

    .home-section2 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
        padding-right: 0;
    }

    .home-section2 .vc_inner {
        display: flex;
        padding-bottom: 0;
    }

    .home-section2 .vc_inner .vc_col-sm-6:first-child {
        order: 2;
    }

    .home-section2 .vc_col-sm-12 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section2 .vc_col-sm-12 h3 {
        line-height: 18px;
    }

    .home-section2 {
        padding-top: 0;
    }

    .home-section3 .vc_col-sm-12 h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .home-section3 {
        padding-top: 0;
    }

    .home-section3 .vc_col-sm-12 {
        padding-bottom: 30px;
    }
    .home-section22 .vc_col-sm-12 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section22 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .h1-img22, .h1-img11, .h1-img33 {
        margin: 15px 0 !important;!I;!;
    }

    .home-section22 {
        background-size: 100px !important;!I;!;
    }

    .evenimente-row h4 {
        font-size: 32px;
        line-height: 44px;
    }

    .evenimente-row {
        padding-top: 0;
        padding-bottom: 0;
    }

    .flota-posts .blog_custom .post-details.col-md-12 {
        padding: 15px 15px 0;
    }
    .contact-li a::after {
        margin: 0;
        right: 0;
        position: absolute;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .header-title-breadcrumb-overlay {
        padding: 30px 0;
    }
    .intrebari-row {
        padding: 30px 0;
    }

    .intrebari-row .vc_col-sm-6:last-child .vc_column-inner {
        padding-left: 15px !important;!I;!;
    }
    .echipa-row1 .vc_col-sm-12 .echipa-heading h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .echipa-row1 {
        padding-top: 30px;
    }

    .echipa-row1 .vc_row .vc_column-inner {
        padding: 0;
    }
    .servicii-parent .vc_col-sm-12 {
        padding: 15px 0;
    }

    .servicii-parent .vc_col-sm-12 .vc_col-sm-4 h3 {
        font-size: 18px;
        line-height: 24px;
    }
    .vc_tta-panel-body p:not(:last-child) {
        display: block;
        text-align: center;
    }

    .vc_tta-panel-body p:not(:last-child) strong {
        display: block;
        float: none;
        text-align: center;
    }

    .vc_tta-panel .vc_tta-panel-title>a {
        font-size: 16px;
    }
    ol.breadcrumb li {
        text-transform: capitalize;
        font-size: 12px;
        font-weight: 400;
    }
    body.blog .high-padding {
        padding-top: 30px;
    }
    .article-details > h2 {
        font-size: 22px;
        padding-top: 20px;
    }
    .header-top .col-lg-6.text-right {
        text-align: center;
    }

    .header-top-item {
        padding: 7px 10px;
    }
}