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

.desktop-contact {
    display: none;
    position: fixed;
    bottom: 32px;
    right: 32px;
    z-index: 9999;
    flex-direction: column;
    gap: 14px;
    align-items: flex-end;
  }

  @media (min-width: 768px) {
    .desktop-contact { display: flex; }
  }

  .desktop-contact a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #fff !important;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 14px;
    border-radius: 50px;
    box-shadow: 0 6px 24px rgba(0,0,0,0.25);
    transition: max-width 0.35s cubic-bezier(.4,0,.2,1),
                padding 0.35s cubic-bezier(.4,0,.2,1),
                transform 0.2s, box-shadow 0.2s;
    white-space: nowrap;
    overflow: hidden;
    max-width: 52px;
    text-align: center;
  }

  .desktop-contact a:hover {
    max-width: 260px;
    padding: 14px 22px 14px 18px;
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(0,0,0,0.3);
  }

  .desktop-contact a .icon {
    font-size: 20px;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
    margin: 0 !important;
  }

  .desktop-contact a .label {
    opacity: 0;
    transform: translateX(10px);
    transition: opacity 0.2s 0.1s, transform 0.2s 0.1s;
    font-size: 14px;
  }

  .desktop-contact a:hover .label {
    opacity: 1;
    transform: translateX(0);
  }

  .desk-call      { background: #1D403F; }
  .desk-whatsapp  { background: #328006; }

  .desk-whatsapp .icon {
    animation: pulse 2.2s ease-in-out infinite;
  }

  @keyframes pulse {
    0%,100% { transform: scale(1); }
    50%      { transform: scale(1.2); }
  }


  /* ════════════════════════════
     MOBILE — bara sticky jos
  ════════════════════════════ */
  .mobile-contact {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 60px;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.2);
  }

  @media (min-width: 768px) {
    .mobile-contact { display: none; }
  }

  .mobile-contact a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    font-family: 'Segoe UI', sans-serif;
    font-size: 15px;
    font-weight: 700;
    transition: filter 0.15s, transform 0.1s;
    -webkit-tap-highlight-color: transparent;
  }

  .mobile-contact a:active {
    filter: brightness(0.85);
    transform: scale(0.97);
  }

  .mobile-contact a .icon { font-size: 20px; }

  .mob-call      { background: #1D403F; border-right: 1px solid rgba(255,255,255,0.12); }
  .mob-whatsapp  { background: #328006; }

  .mob-whatsapp .icon {
    animation: pulse 2.2s ease-in-out infinite;
  }

  @supports (padding-bottom: env(safe-area-inset-bottom)) {
    .mobile-contact {
      padding-bottom: env(safe-area-inset-bottom);
      height: calc(60px + env(safe-area-inset-bottom));
    }
  }
.logo img, .navbar-header .logo img {
 max-width: 230px;
 width: 100%;
}
:root {
    scroll-behavior: inherit;
    --nm-clr-pr-1: #057DD1;
    --nm-clr-pr-2: #005aff;
    --nm-clr-pr-3: #DC3DF1;
    --nm-clr-sd-1: #dddd;
    --nm-clr-sd-3: #3558FE;
    --nm-clr-h-1: #090b28;
    --nm-clr-p-1: #b5b5b5;
    --nm-clr-black-1: #171619;
    --nm-clr-black-2: #111111;
    --nm-clr-black-3: #282828;
    --nm-clr-black-4: #1a1a1a;
    --nm-clr-gd-1: linear-gradient(62deg, rgb(9, 229, 255) 0%, rgb(8, 35, 242) 100%);
    --nm-clr-gd-3: linear-gradient(130deg, rgb(220, 62, 240) 21%, rgb(53, 88, 254) 58%, rgb(75, 175, 255) 100%);
    --nm-cube-1: 
cubic-bezier(0.55, 0.085, 0, 0.99);
    --nm-font-3: "Mona Sans", sans-serif;
    --nm-clr-h-4: #0A0A0A;
}


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

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

body {
    color: #111;
    background-color: #fff;
    font-family: 'Readex Pro', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #111;
}
a:hover, a:focus {
    color: unset;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #fff;
}
ol.breadcrumb li a {
    color: #fff;
}
ol.breadcrumb li {
    color: #fff !important;
    line-height: 1;
    font-size: 16px;
}

/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 16px 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: #057DD1  !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: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    color: #fff;
    display: none;
}
#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: #328006 !important;
    }


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: #f4faef;
    border-radius: 0;
    padding: 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;
    color: #23ABEF;
}
div#navbar {
    text-align: center;
    padding: 0px;
    width: calc(100% - 525px);
}
.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: #171619;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 2px solid var(--nm-clr-pr-1);
}


#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: #fff;
    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: -webkit-fill-available;
    display: inline-block;
    margin: 0 !important;
    text-align: center;
    position: relative;
    z-index: 3;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 17px 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; */
}
.gt_selected a:after {
    display: none !IMPORTANT;
}
.gt_selected a,
.gt_option{
    padding: 0 !important;
    /* width: auto !important; */
    color: transparent;
    border: 0 !important;
    background: transparent !important;
}
.gt_selected,
.gt_option a{
    background: #f6f6f6 !important;
    padding: 5px !important;
    /* border: 1px solid #ccc; */
}
a.glink {
    display: inline-block !important;
    padding: 0 5px;
}

.gtranslate_wrapper {
    display: inline-flex;
    float: left;
    width: 35px;
    background: #f6f6f6;
    border-radius: 5px !important;
    overflow: hidden;
    min-width: 35px;
    border: 1px solid #ccc;
    border-radius: 100px !important;
    margin: 19px 10px 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: 70px;
    padding: 0px 8px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Readex Pro', Arial;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    color: #232121;
    /* 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: #ccc;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 21px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 360px;
}
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: 50%;
    float: left;
}
.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: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Readex Pro', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #fff!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #ccc !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    text-align: left;
    padding-right: 5px;
}
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: #ccc;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 5px;
    color: #328006;
}
aside#media_image-3 {
    TEXT-ALIGN: left;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #328006 !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;
    overflow: hidden;
}
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: 30px 15px !important;
}
.footer-row-1 .sidebar-1 #media_image-2 img {
    margin-bottom: 5px;
    max-width: 260px !important;
    /* filter: brightness(0) invert(1); */
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
.social-f
    a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
};
}
p.copyright {
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Readex Pro', Arial;
}
p.copyright a {
    color: #328006;
    font-weight: 400;
}

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

footer {
    background-color: #232121;
    clear: both;
    background-image: url(../images/footer1.png);
    background-size: cover;
    background-position: bottom;
}

/* 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: #328006;border: none;color: #fff;font-size: 16px;padding: 0 25px;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; */font-family: "Readex Pro", Arial;border-radius: 10px;}

.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: #ff6600;
}
.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: Readex Pro;margin: 5px 0 0px;font-weight: 400;border: 1px solid #ccc;}
.itexclusiv-contact {
    max-width: 600px;
    margin: 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: 200px;
    }
.itexclusiv-contact select {
    color: #111;

}
.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: 36px;
    line-height: 42px;
    color: #fff;
    font-weight: 900;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 110px 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: #555969;
    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: 'Nunito', Arial; 
}



a {
    font-family: 'Readex Pro', Arial; 
}

p {
    font-family: 'Readex Pro', Arial; 
}
@media(min-width: 1600px) {
    .container {
        width: 1570px;
    }
}


.static-btn a.default-btn2 {
    font-size: 16px;
    font-weight: 600;
    /* text-transform: capitalize; */
    line-height: 16px;
    letter-spacing: 0px;
    padding: 15px 30px 15px 30px;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-color: #1D403F;
    border-radius: 10px 10px 10px 10px;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: inline-block;
}

.static-btn a.default-btn2::after, .static-btn a.default-btn2::before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

span.blob-dl-btn__inner {
    background: #328006;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
    border-radius: 10px;
    opacity: .9;
}

span.blob-dl-btn__blobs {
    position: relative;
    display: block;
    height: 100%;
}

span.blob-dl-btn__blobs span {
    background: #1D403F;
    position: absolute;
    top: 2px;
    width: 25%;
    height: 100%;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
}

span.blob-dl-btn__blobs span:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
}

span.blob-dl-btn__blobs span:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
}

span.blob-dl-btn__blobs span:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
}

span.blob-dl-btn__blobs span:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
}

.static-btn a.default-btn2:hover {
    color: #fff;
}

.default-btn2:hover .blob-dl-btn__blobs span {
    transform: translateZ(0) scale(1.7);
}

header .static-btn {
    margin-top: 11px;
    text-align: right;
    position: relative;
    z-index: 2;
    display: inline-block;
}

.home-section1 {
    background: #f4faef;
    /* height: 100vh; */
    border-bottom: 1px solid #ccc;
}
.navbar-header.col-md-3.col-sm-2 {
    width: 270px;
}

.navbar2.col-md-3 {
    width: 255px;
}

.home-section1 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}


.nm-pr-btn-1 {
  background: #328006;
  font-weight: 600;
  border-radius: 5px;
  padding: 6px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-left: 30px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  transition: 0.2s;
  margin: 20px 0;
}
.nm-pr-btn-1 .icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  background: var(--nm-clr-black-1);
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.nm-pr-btn-1 .icon svg {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-pr-btn-1 .icon svg:nth-child(1) {
  position: absolute;
  transform: translateX(-50px);
  color: #fff;
}
.nm-pr-btn-1 .icon svg:nth-child(2) {
  position: relative;
  color: #fff;
}
.nm-pr-btn-1 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff;
  transition: all 0.5s var(--nm-cube-1);
  /* font-family: 'Space Grotesk', Arial; */
  margin-right: 10px;
}
.nm-pr-btn-1 .text::after {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: all 0.5s var(--nm-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.nm-pr-btn-1 .text::before {
  top: 0;
  left: 0;
  display: block;
  transition: all 0.5s var(--nm-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.nm-pr-btn-1:hover .icon svg:nth-child(1) {
  transform: translateX(0px);
}
.nm-pr-btn-1:hover .icon svg:nth-child(2) {
  transform: translateX(50px);
}
.nm-pr-btn-1:hover .text::after {
  transform: translateY(0%);
}
.nm-pr-btn-1:hover .text::before {
  transform: translateY(-100%);
}
.nm-pr-btn-1:is(.has-v2) {
  background: var(--nm-clr-black-3);
  font-size: 16px;
}
.nm-pr-btn-1:is(.has-v2) .icon {
  width: 42px;
  height: 42px;
  background: var(--nm-clr-pr-1);
  color: var(--nm-clr-black-1);
  font-size: 16px;
}
.nm-pr-btn-1:is(.has-v2) .text {
  color: #fff;
}
.nm-pr-btn-1:is(.has-v2):hover {
  background: var(--nm-clr-pr-1);
}
.nm-pr-btn-1:is(.has-v2):hover .text {
  color: #fff;
}
.nm-pr-btn-1:is(.has-v2):hover .icon {
  background: #000;
  color: var(--nm-clr-pr-1);
}

.contact-bar {
    width: 100%;
    background: linear-gradient(270deg, #328006, #1D403F, #328006);
    background-size: 300% 300%;
    animation: gradientMove 8s ease infinite;
    color: #fff;
    padding: 12px 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    font-family: Arial, sans-serif;
    font-size: 15px;
    flex-wrap: wrap;
}

/* elemente */
.contact-item {
    display: flex;
    align-items: center;
    gap: 6px;
}

.contact-apps {
    display: flex;
    gap: 10px;
}

/* linkuri */
.contact-bar a {
    color: #E6CC4A;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.contact-bar a:hover {
    color: #fff;
}

/* divider */
.contact-divider {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.4);
}

/* iconuri */
.contact-bar i:not(.fa-brands) {
    color: #E6CC4A;
    animation: pulse 1.8s infinite;
}

/* animatie gradient */
@keyframes gradientMove {
    0% {background-position: 0% 50%;}
    50% {background-position: 100% 50%;}
    100% {background-position: 0% 50%;}
}

/* animatie icon */
@keyframes pulse {
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}
}

/* responsive */
@media (max-width: 768px) {
    .contact-bar {
        font-size: 14px;
        gap: 15px;
        text-align: center;
    }
}
a.video-btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    background-color: #0d0d0d;
    border-radius: 50%;
    position: relative;
    z-index: 6;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    padding: 10px;
    font-size: 14px;
}

a.video-btn::before, a.video-btn::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #1F3E40;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}

@keyframes button-ripple {
    70% {
        -webkit-box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        box-shadow: 0 0 0 var(--glow-size,15px) currentColor;
        opacity: 0
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 currentColor;
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

a.video-btn i::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: 2;
}

a.video-btn:hover {
    background: #328006;
    color: #fff;
}

.sweetthemes_button22 span {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    /* font-family: 'Space Grotesk', Arial; */
    color: #1F3E40;
}

.sweetthemes_button22 {
    display: inline-flex;
    align-items: center;
    position: relative;
    top: 3px;
    z-index: 9;
}

.sweetthemes_button {
    display: inline-block;
    margin-right: 40px;
}

.sweetthemes_button a {
    margin: 0;
}

header.header2 {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* left: 0; */
    /* z-index: 1; */
    border-bottom: 1px solid #ccc;
}

.home-section1 > div .vc_col-sm-8 > .vc_column-inner > div {
    /* padding-left: 10%; */
    max-width: 650px;
    margin: 0;
}




.home-section1 > div h1 {
    font-size: 42px;
    line-height: 52px;
    font-family: 'Nunito', arial;
    font-weight: 900;
    color: #1F3E40;
    max-width: 1110px;
    margin-bottom: 14px;
    position: relative;
    z-index: 3;
}

.home-section1 > div h1 + p {
    font-size: 16px;
    line-height: 31px;
    max-width: 800px;
    position: relative;
    z-index: 3;
}



.svg-bot .elementor-icon-wrapper .elementor-icon { position: relative; }

.svg-bot .elementor-icon-wrapper .elementor-icon::before {content: '';position: absolute;width: 100%;height: 100%;transform: scale(1.4);background-color: #328006;border-radius: 1000px;top: -25px;left: 0;right: 0;bottom: auto;margin: auto;-webkit-transition: 0.8s cubic-bezier(0,.6,.63,1.54);transition: 0.8s cubic-bezier(0,.6,.63,1.54);}

.svg-bot .elementor-icon-wrapper .elementor-icon:hover::before{
transform: scale(1.8);
}

.svg-bot .elementor-icon-wrapper .elementor-icon svg { animation: mouse-move-anim 0.6s linear infinite alternate; }

@keyframes mouse-move-anim { to { transform: translateY(5px); } }

@-webkit-keyframes mouse-move-anim { to { transform: translateY(5px); } }

.svg-bot .elementor-icon-wrapper .elementor-icon::after {content: '';position: absolute;width: 100%;height: 100%;-webkit-mask-image: url(../images/Pty-Scroll-icon-Overlay-svg.svg);mask-image: url(../images/Pty-Scroll-icon-Overlay-svg.svg);-webkit-mask-position: left bottom;mask-position: left bottom;-webkit-mask-repeat: no-repeat;mask-repeat: no-repeat;-webkit-mask-size: cover;mask-size: cover;border-radius: 1000px;background-color: #ccc;transform: scale(6);top: 0;left: 0;right: 0;bottom: auto;margin: auto;}

@media only screen and (max-width: 1280px) {
.svg-bot .elementor-icon-wrapper .elementor-icon::before { top: -15px; transform: scale(1.2); }
}

.svg-bot .elementor-icon svg {
    height: 40px;
        animation: mouse-move-anim 0.6s linear infinite alternate;
            fill: #232121;
            width: 40px;
            display: block;
            position: relative;
}


.svg-bot {
    position: absolute;
    bottom: 0;
    left: 80px;
}

.home-section1 > div .vc_col-sm-8 {
    position: relative;
    overflow: hidden;
}


.img-slider-slick-shortcode button.slick-prev.slick-arrow, .img-slider-slick-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 50px;
    width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    line-height: 36px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
    bottom: 30px;
    border: 2px solid #1F3E40 !important;
}

.img-slider-slick-shortcode button.slick-prev.slick-arrow::before, .img-slider-slick-shortcode button.slick-next.slick-arrow::before {
    font-size: 16px;
    font-family: FontAwesome;
    color: #1F3E40;
    position: relative;
    text-align: ce;
}

.img-slider-slick-shortcode button.slick-prev.slick-arrow::before {
    content: '\f104';
}

.img-slider-slick-shortcode button.slick-next.slick-arrow::before {
    content: '\f105';
}
.img-slider-slick-shortcode button.slick-prev.slick-arrow {
    left: unset !important;
    right: 53px !important;
}


.svg-bot2 .elementor-icon {
    color: #E1E1E1;
    border-color: #E1E1E1;
        font-size: 180px;
            display: inline-block;
    line-height: 1;
    transition: all .3s;
}

.svg-bot2 .elementor-icon svg {
        fill: #E1E1E1;
            height: 180px;
            width: 180px;
            display: block;
            position: relative;
}


.svg-bot2 .elementor-icon svg .service-sidenav-content-foot-icon-1,
.svg-bot2 .elementor-icon svg .service-sidenav-content-foot-icon-2,
.svg-bot2 .elementor-icon svg .service-sidenav-content-foot-icon-3{
    opacity: 0;
    -webkit-animation: service-sidenav-foot-ani 2s linear infinite;
    animation: service-sidenav-foot-ani 2s linear infinite;
}

.svg-bot2 .elementor-icon svg .service-sidenav-content-foot-icon-2{
    animation-delay: 0.5s;
}

.svg-bot2 .elementor-icon svg .service-sidenav-content-foot-icon-3{
    animation-delay: 0.8s;
}

@keyframes service-sidenav-foot-ani{
    25%  {opacity: 1;}
    100% {opacity: 0;}
}

@-webkit-keyframes service-sidenav-foot-ani{
    25%  {opacity: 1;}
    100% {opacity: 0;}
}

.svg-bot2 {
    position: absolute;
    top: 150px;
    right: 100px;
}
.block1 h3 {
    font-size: 18px;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-family: 'Nunito', arial;
    LINE-HEIGHT: 26PX;
    color: #1F3E40;
}

.block1 h3 + p {
    font-size: 14px;
    line-height: 20px;
}

.home-section2 .wpb_content_element {
    margin: 0 !important;
    padding: 30px 0px;
}

.home-section2 .wpb_content_element video#myvid {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    object-fit: cover;
    top: 0;
    right: 0;
    height: 100%;
    object-position: center;
}

.home-section2 .vc_column-inner {
    background-size: contain;
    background-position: center;
    height: 100%;
    display: block !important;
    background-repeat: no-repeat;
    BACKGROUND-COLOR: #F4FAEF;
}

.home-section2 .vc_column-inner > div {
    height: 100% !important;
}

.home-section2 .vc_column-inner > div > .vc_row {
    height: 100%;
}

.home-section2 .vc_column-inner > div > .vc_row .vc_col-sm-6 {
    background: #f4faef;
}

.home-section2 .vc_column-inner > div > .vc_row .vc_col-sm-6:first-child::before {
    content: '';
    position: absolute;
    top: 50px;
    bottom: 0;
    height: calc(100% - 100px);
    background: #ccc;
    width: 1px;
    right: 0px;
    z-index: 3;
}

.home-section1 > div .vc_col-sm-4 > div {
    padding-left: 0;
    padding-right: 0;
}

.home-section3 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 75px 0 60px;
}

.home-section3 > div .title-space h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Nunito', arial;
    font-weight: 900;
    color: #1F3E40;
    position: relative;
}
.home-section3 > div .title-space h3 + p {
    text-align: center;
    font-size: 18px;
    line-height: 31px;
    max-width: 800px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}
.home-section3 > div .title-space h3::before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../images/paw.svg);
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: .1;
}
.title-space {
    margin-bottom: 40px !important;
}

.law_slider_box_shortcode_logo2 {
    padding: 15px;
}

.law_slider_box_shortcode_logo3 {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 20px;
    background: #f4faef;
}

.law_slider_box_shortcode_logo3 img {
    border-radius: 20px;
}

.law_slider_box_title {
    padding: 20px 0 10px;
    font-size: 22px;
    font-weight: 800;
    font-family: 'Nunito', arial;
}

.law_slider_box_title2 {
    /* background: #328006; */
    /* padding: 5px 20px; */
    border-radius: 100px;
    display: inline-block;
    color: #686868;
    margin-bottom: 20px;
}
a.rezerva-loc {
    display: block;
    height: 50px;
    line-height: 46px;
    border: 2px solid #1F3E40;
    margin-top: 20px;
    text-align: center;
    color: #1F3E40;
    border-radius: 100px;
    font-size: 18px;
}

a.rezerva-loc::after {
    content: '\f133';
    font-family: 'Font Awesome 6 Free';
    margin-left: 10px;
}
a.rezerva-loc:hover {
    background: #328006;
    border-color: #328006;
    color: #fff;
}

.marque-section {
    display: block;
    unicode-bidi: isolate;
    background: #0c2f25;
    position: relative;
    overflow: hidden;
    clear: both;
    background: #f4faef;
}

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background-color: var(--theme2);
    z-index: 9
}
.html-video video {
    width: 100%;
    max-width: 520px;
}
.text-slider {
    font-size: 21px;
    height: 95px;
    font-weight: 800;
    color: #fff;
    padding: 33px 55px;
    position: relative;
    line-height: 28px;
    font-family: 'Nunito', arial;
    color: #1F3E40;
}
span.text-slider::after {
    content: "";
    width: 90px;
    height: 45px;
    position: absolute;
    right: -47px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    display: block;
    background-image: url(../images/favicon.png);
    background-size: cover;
    background-repeat: no-repeat;
    /* filter: brightness(0) invert(1); */
    background-position: center;
}
@media (max-width: 767px) {
    .marquee-wrapper {
        transform:rotate(0)
    }

    .text-slider {
        font-size: 16px;
        padding: 10px 5px;
        height: 50px;
        padding-right: 35px;
    }
}

.text-slider.style-2 {
    color: #1F3E40;
    font-weight: 400;
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%
}

.marquee-list,.s2-box {
    width: 50%;
    float: left
}

.marquee-item {
    float: left;
    transition: animation .2s ease-out
}

@keyframes marqueeLeft {
    0% {
        left: 0
    }

    to {
        left: -100%
    }
}

.marquee-inner.to-right {
    animation: 25s linear infinite marqueeRight
}

ul.marqee-list.d-flex {
    display: flex;
}
@keyframes marqueeRight {
    0% {
        right: 0
    }

    to {
        right: -100%
    }
}

.marque-section .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin: 0!important
}
.home-section4 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 45px 0 15px;
}

.home-section4 > div  h3 {
    text-align: left;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Nunito', arial;
    font-weight: 900;
    color: #1F3E40;
    position: relative;
    margin-bottom: 30px;
}
.home-section4 > div  h3::before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../images/paw.svg);
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    opacity: .1;
}
.title-space {
    margin-bottom: 40px !important;
}

.home-section4 > div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 30px;
}
.home-section4 > div ul li {
    padding-left: 50px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #1F3E40;
}
.home-section4 > div ul li::before {
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../images/paw.svg);
    background-size: cover;
    position: absolute;
    top: -11px;
    left: 0;
    opacity: .1;
}

.home-recenzii {
    background: #f4faef;
}

.home-recenzii > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 85px 0 60px;
}
.social-f a[title="facebook"] {
    background-color: #1877F2;
}

/* TikTok */
.social-f a[href*="tiktok"] {
    background-color: #000000;
}

/* Instagram */
.social-f a[title="instagram"] {
    background: linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);
}

/* hover effect */
.social-f a:hover {
    transform: translateY(-3px);
    opacity: 0.9;
}
.home-recenzii > div .title-space h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Nunito', arial;
    font-weight: 900;
    color: #1F3E40;
    position: relative;
    margin-top: 0;
}
.home-recenzii > div .title-space h3 + p {
    text-align: center;
    font-size: 14px;
    line-height: 31px;
    max-width: 800px;
    position: relative;
    z-index: 3;
    margin: 0 auto;
}
.home-recenzii > div .title-space h3::before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../images/paw.svg);
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    opacity: .1;
}
.title-space {
    margin-bottom: 40px !important;
}
.home-recenzii > div > div {
    padding-top: 0 !important;
}

.social-f a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
}
.footer-top {
    padding: 60px 0 50px;
}
span.wpcf7-form-control-wrap * {
    font-weight: 400;
}
/* Wrapper pentru icon */
.field-icon {
    position: relative;
}

.field-icon input {
    padding-right: 40px !important;
}

/* Icon calendar */
.field-date::after {
    content: "\f073";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #264065;
    pointer-events: none;
    opacity: .3;
    font-size: 19px;
}

/* Icon ceas */
.field-time::after {
    content: "\f017";
    font-family: "Font Awesome 6 Free";
     font-weight: 400;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #264065;
    pointer-events: none;
    opacity: .3;
    font-size: 19px;
}
.itexclusiv-contact > .row {
    margin-bottom: 15px;
}
.rezervarer-row2 {
    padding-bottom: 20px;
}

.rezervarer-row2 img {
    border-radius: 20px;
}
@media(min-width: 1300px) {
    .container {
        width: 1270px;
    }
}
.home-section2 {
    max-width: 1270px !important;
    margin: 0 auto !important;
    float: none !important;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 0;
}
.despre-noi-row1 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0 25px;
}
.fig11 > figure, .fig22 figure{
    border-radius: 10px;
    border: 5px solid #F4FAEF;
}
.fig11 img, .fig22 img{
    border-radius: 10px;
}
.fig22 figure {
    transform: rotateZ(12deg);
}
.fig22 {
    margin-top: -30px;
    text-align: right !important;
    position: relative;
    right: 90px;
}
.fig11 img {
    max-width: 420px !important;
}
.despre-row2 {
    background: #F4FAEF;
}

.despre-noi-row1  h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Nunito', arial;
    font-weight: 900;
    color: #1F3E40;
    position: relative;
    text-align: left;
    margin-top: 0;
}

.despre-noi-row1 h3::before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../images/paw.svg);
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    opacity: .1;
}

.despre-noi-row1 > div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.despre-noi-row1 > div ul li {
    padding-left: 42px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #1F3E40;
}
.despre-noi-row1 > div ul li::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/paw.svg);
    background-size: cover;
    position: absolute;
    top: -3px;
    left: 0;
    opacity: .1;
}
.despre-noi-row1 h4 {
    font-size: 22px;
    font-weight: 900;
    margin-top: 20px;
}

.despre-row2 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0 25px;
}


.despre-row2  .vc_col-sm-6:last-child h3 {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
    font-family: 'Nunito', arial;
    font-weight: 900;
    color: #1F3E40;
    position: relative;
    text-align: left;
    margin-top: 0;
}

.despre-row2 .vc_col-sm-6:last-child h3::before {
    content: '';
    width: 100px;
    height: 100px;
    background-image: url(../images/paw.svg);
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    opacity: .1;
}

.despre-row2 .vc_col-sm-6:last-child ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.despre-row2 .vc_col-sm-6:last-child ul li {
    padding-left: 42px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #1F3E40;
}
.despre-row2 .vc_col-sm-6:last-child ul li::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/paw.svg);
    background-size: cover;
    position: absolute;
    top: -3px;
    left: 0;
    opacity: .1;
}
.despre-row2 .vc_col-sm-6:last-child h4 {
    font-size: 22px;
    font-weight: 900;
    margin-top: 20px;
}

.block22 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 20px;
}
.block22 ul li {
    padding-left: 42px;
    position: relative;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #fff;
}
.block22 ul li::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../images/paw.svg);
    background-size: cover;
    position: absolute;
    top: -3px;
    left: 0;
    opacity: 1;
    filter: brightness(0) invert(1);

}
.block22 h4 {
    font-size: 22px;
    font-weight: 800;
    margin-top: 20px;
    color: #fff;
}
.block22 p {
 
    color: #fff;
}
.block22 {
    padding: 30px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.block22::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #373739;
    opacity: .7;
}

.block22 h3 {
    font-size: 36px;
    line-height: 42px;
    font-family: 'Nunito', arial;
    font-weight: 800;
    color: #fff;
    position: relative;
    text-align: left;
    margin-top: 0;
}

.block22 > div {
    position: relative;
    z-index: 3;
}

.despre-noi-row1 img,
.despre-row2 img {
    border-radius: 20px;
}
.gallery_image4 ul.wpb_image_grid_ul li a {
    position: relative;
}

.gallery_image4 ul.wpb_image_grid_ul li a::before {
    content: '\f055';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    z-index: 3;
    background-color: rgb(50 128 6 / 80%);
    left: 0;
    right: 0;
    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_image4 ul.wpb_image_grid_ul li a:hover::before {
    visibility: visible;
    transform: scale(1);
}

.gallery_image4 ul.wpb_image_grid_ul li {
    padding: 10px !important;
    width: 16.666% !important;
    text-align: center;
    margin: 0 !important;
}

.gallery_image4 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-radius: 20px;
}

.gallery_image4 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}
.galerie-row .wpb_gallery {
    margin: 0 !important;
}

body:not(.home) .law_slider_box_shortcode_parent > div {
    width: 33.33%;
    float: left;
}

.blog-section .vc_col-sm-12 {
    height: 100%;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
}
.blog-section .vc_col-sm-12 h3 {
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto Condensed', arial;
    font-size: 40px;
    color: #080337;
    line-height: 50px;
    max-width: 900px;
    margin: 0px auto 40px;
    text-transform: uppercase;
}


.blog_custom {
    box-shadow: 0 3px 20px rgb(0 26 41 / 11%);
    background: #fff;
    overflow: hidden;
    border-radius: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog_custom .col-md-12 {
    padding: 0;
    overflow: hidden;
}

.post-name a {
    font-size: 16px;
    line-height: 26px;
    /* font-family: 'Roboto Condensed', arial; */
    color: #080337;
    font-weight: 600;
    padding: 0 30px;
    display: block;
    /* text-transform: uppercase; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'noto sans', Arial;
}

span.time-n-date {
    position: absolute;
    top: 0;
    right: 0;
    /* font-family: 'Roboto Condensed', arial; */
    background: #328006;
    color: #fff;
    min-height: 50px;
    min-width: 50px;
    padding: 9px 0;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;
    border-radius: 0;
    font-size: 12px;
}

span.time-n-date span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

.post-totl {
    padding: 30px  30px 10px;
}

span.author-p {
    font-weight: 400;
}

span.author-p a {
    color: #111;
    font-weight: 400;
    font-size: 14px;
}

span.author-p a::before {
    content: '\f2c0';
    font-family: 'FontAwesome';
    margin-right: 5px;
    color: #111;
}

span.post-tags-list {
    font-weight: 400;
    margin-left: 15px;
    font-size: 14px;
}

span.post-tags-list::before {
    content: '\f02b';
    font-family: 'FontAwesome';
    margin-right: 5px;
    opacity: 1;
    font-weight: 400;
    color: #111;
}

img.blog_post_image {
    transition: all 300ms ease;
    /* border-bottom: 2px solid #832B27; */
}

.blog_custom:hover img {
    transform: scale(1.1);
}

.post-name a:hover {
    color: #328006;
}
.post-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 30px;
    padding-top: 15px;
}
.high-padding {
    padding: 60px 0;
}

.sweetthemes-pagination-holder {
    text-align: center;
}
.pagination a.page-numbers:hover {
    background-color: #3137fd;
    color: #fff;
}
.pagination .page-numbers {
    background-color: #fff;
    color: #252525;
    float: left;
    line-height: 1.42857;
    margin: 0 5px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 0px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .02);
    font-weight: 600;
}
.pagination a.page-numbers::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3137fd;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.pagination a.page-numbers:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.sweetthemes-pagination.pagination .page-numbers.current {
    background: #3137fd;
    color: #fff;
}
nav.navigation.pagination {
    background: transparent;
}
h2.screen-reader-text {
    display: none;
}

.header-title-breadcrumb.relative {
    position: relative;
    overflow: hidden;
}


span.post-categories i {
    color: #111;
    padding-right: 2px
}

span.post-categories a {
    font-weight: 400;
    color: #111;
    font-size: 15px
}

span.post-date i {
    color: #111;
    padding-right: 5px
}

.single-post span.post-categories {
    margin-right: 15px
}

.single-post .main-content .post-category-comment-date {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px 20px 0;
    font-size: 15px
}

.sidebar-content .widget .widget-title {
    margin: 0 -20px 40px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #3137fd;
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid #cccccc2e
}

.sidebar-content .widget_search form.search-form {
    padding-top: 0!important;
    overflow: hidden
}

.sidebar-content .widget_search label {
    width: 70%;
    float: left;
    margin: 0
}

.sidebar-content .widget_search label input.search-field {
    padding: 0 25px;
    border: 0!important;
    color: #fff;
    transition: .3s ease-in-out;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 15px;
    background: #1a1a1a;
    outline: 0!important
}

.sidebar-content .widget_search .search-submit {
    width: 30%;
    padding: 0 10px;
    margin-left: 0;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    height: 50px;
    position: relative;
    -webkit-transform: translateZ(0);
    overflow: hidden;
    font-size: 15px;
    background: #832B27;
    border: 1px solid #a55d07;
    color: #111;
    font-weight: 600
}

.widget_sweetthemes_recent_entries_with_thumbnail .post-thumbnail {
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0px;
    transition: .3s;
    -webkit-transition: .3s;
    will-change: opacity
}

.widget_sweetthemes_recent_entries_with_thumbnail .post-thumbnail:hover {
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07)
}

.widget_sweetthemes_recent_entries_with_thumbnail .post-date {
    border-radius: 0;
    color: #686868;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0 0;
    display: block;
    line-height: 1
}

.widget_sweetthemes_recent_entries_with_thumbnail li {
    list-style: none;
    margin: 0 0 20px
}

.widget_sweetthemes_recent_entries_with_thumbnail li:last-child {
    margin-bottom: 5px
}

.widget_sweetthemes_recent_entries_with_thumbnail li a {
    color: #111;
    font-weight: 600;
    display: block;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    font-size: 14px;
    line-height: 18px;
    font-family: 'noto sans', Arial;
}

.sidebar-content .widget_nav_menu li {
    position: relative;
    line-height: 30px
}

.widget_sweetthemes_recent_entries_with_thumbnail li img {
    border-radius: 0
}

.widget_categories .cat-item,.widget_categories li a {
    color: #ccc;
    font-weight: 400;
    font-size: 15px;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    padding: 5px 0
}

body.single-post .col-md-9.main-content .article-content-single {
    background: #f6f6f6;
    padding: 0 30px 15px;
    /* box-shadow: 0 0 30px 5px rgba(0,0,0,.05); */
    /* -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.05); */
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    border-radius: 0 0 20px 20px
}

.single-post h1.post-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'noto sans', Arial;
}

.social-sharer li a {
    display: block;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    line-height: 35px;
    background: transparent;
    /* width: 35px; */
    /* height: 35px; */
    color: #3137fd !important;
    border-radius: 100px;
    font-size: 20px;
}

.social-sharer>li {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 0px 0!important;
    text-align: center;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

ul.social-sharer {
    overflow: hidden;
    padding: 0 15px;
    margin: 0
}

p.comment-form-cookies-consent label {
    font-weight: 400
}

span.share {
    color: #111;
    margin-right: 14px;
    /* position: relative; */
    /* bottom: 18px; */
    font-weight: bold;
}

img.profile-pic {
    max-width: 80px;
    border-radius: 21px;
    margin: -40px auto 0;
    position: relative;
    background: #fff;
    padding: 10px
}

body.single-post div#primary article {
    padding: 50px 0
}

.sidebar-content.sidebar-right .widget {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    font-size: 15px;
    padding: 0 20px 40px;
    /* box-shadow: 0 0 30px 5px rgba(0,0,0,.05); */
    /* -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.05); */
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    border-radius: 10px;
    overflow: hidden;
    background: #f6f6f6;
}

body.single-post .thumbnail-single {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    text-align: center;
}

.widget_categories li a::before {
    content: '\f178';
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.single-post .article-content ol li,.single-post .article-content ul:not(.social-sharer) li {
    margin-bottom: 0;
    color: #686868;
    position: relative;
    font-size: 15px
}

.prev-next-post {
    float: left;
    margin-bottom: 70px;
    margin-top: 30px;
    width: 100%
}

.prev-next-post .rotate45 {
    background: rgba(0,0,0,0);
    border: 1px solid #c1c1c1;
    width: 36px
}

.prev-next-post .prev-post a span {
    margin-left: 5px
}

.prev-next-post .next-post a span {
    margin-right: 5px
}

.prev-next-post a span {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -6px
}

.next-post,.prev-post {
    padding: 0
}

.next-post a i,.prev-post a i {
    color: #000;
    font-size: 30px;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    opacity: .3
}

.about-us-section2.erp-section>div h1,.parerea-clientilor-row>div h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center
}

.post-navigation {
    position: relative;
    padding: 0;
    margin: 50px 0 0;
    display: flex;
    clear: both;
    border-radius: 20px;
    overflow: hidden
}

.post-navigation .next-post,.post-navigation .prev-post {
    position: relative;
    color: #000;
    background: #f6f6f6;
    box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    display: flex
}

.post-navigation .next-post span,.post-navigation .prev-post span {
    text-transform: uppercase;
    color: #832B27;
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin: 0 0 10px;
    transition: 250ms ease-in-out;
    -webkit-transition: 250ms ease-in-out
}

.post-navigation .next-post a,.post-navigation .prev-post a {
    font-size: 14px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    color: #111;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 700;
    font-family: 'noto sans', Arial;
    display: block;
}

.post-navigation .next-post a:hover,.post-navigation .prev-post a:hover {
    color: #832B27
}

.next-post-content,.prev-post-content {
    padding: 25px;
    width: 70%
}

.navigation-thumbnail {
    display: inline-block;
    width: 30%
}
.widget_sweetthemes_recent_entries_with_thumbnail ul {
    list-style: none;
    padding: 0;
}

.single-post-share.col-md-6.no-tags-cls {
    padding: 5px 0;
}

.article-details {
    text-align: center;
}
nav.navigation.pagination {
    background: #fff;
}

.container.blog-posts > .row {
    display: flex;
    flex-flow: row wrap;
}
.gdpr-container > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 30px 0;
}
.col-md-3.sidebar-content.sidebar-right {
    position: sticky;
    top: 25px
}

body.single-post .header-title-breadcrumb-overlay h1 {
    font-size: 24px;
    line-height: 32px;
}

body.single-post .thumbnail-single figcaption {
    display: none;
}

.social-sharer li a i {
    font-family: 'Font Awesome 5 Brands';
}

p.byline.text-right {
    font-weight: bold;
    color: #111;
}

.navigation-thumbnail a {
    display: block;
    height: 100%;
}

.navigation-thumbnail a img {
    height: 100%;
    object-fit: cover;
}

span.post-tags-list a {
    color: #111;
}
.gdpr-container > .vc_col-sm-12 {
    max-width: 1270px !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 30px 0;
}
.contact-section1 {
    padding: 30px 0 0px;
    max-width: 1270px !important;
    float: none;
    margin: 0 auto !important;
}

.vc_section.echipa-section {
    background-position: top !important;
    background-size: contain !important;
    background-color: #F5F5F5;
}
aside#media_image-3 img {
    max-width: 300px !important;
}
.contact-section1 h2 {
    font-size: 27px;
    color: #303849;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    /* text-transform: uppercase; */
    /* font-family: 'Anton', arial; */
    /* text-transform: uppercase; */
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #328006;
    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: 16PX;
    COLOR: #111;
}

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

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

.wpcf7-acceptance * {
    font-weight: 400;
}
.contact-section {
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 30px;
    background: #F4FAEF;
}

.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: #328006;
    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;
    color: #fff;
}

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

h5.project_cat {
    color: #f2c01b;
}

.ttm-icon p, .ttm-icon i {
    font-size: 18px;
}
 @media (min-width: 767px) and (max-width: 1024px) {
      .slik-slide {
        height: auto;
        overflow: hidden;
    }
    .home-section2 .vc_col-sm-8 {
        width: 100%;
    }

    .home-section2 .vc_column-inner > div > .vc_row .vc_col-sm-4 {
        width: 100%;
    }

    .home-section2 .vc_column-inner > div > .vc_row .vc_col-sm-6 {
        width: 100%;
    }

    .home-section2 .vc_col-sm-4 {
        width: 100% !important;
    }

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

    div#navbar {
        width: 100%;
    }

    nav#sweetthemes-main-head {
        text-align: center;
    }

    .navbar2.col-md-3 {
        width: 100%;
        text-align: center;
    }

    header .static-btn {
        text-align: center;
    }

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

    .home-section1 .vc_column-inner {
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .svg-bot2 {
        display: none;
    }

    .home-section1 .wpb_single_image {
        margin: 0 !important;
    }

    .home-section2 .vc_column-inner {
        min-height: 250px;
    }

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

    .home-section2 .wpb_content_element video#myvid {
    }

    .home-section2 .vc_column-inner > div > .vc_row .vc_col-sm-4:first-child {
        display: none;
    }

    .home-section3 > div .title-space h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section2 {border-radius: 0;border: 0;}

    span.text-slider::after {
        width: 20px;
        height: 30px;
        right: 0;
        background-size: contain;
    }

    .home-section3 > div {
        padding-top: 40px;
    }

    .home-section4 > div h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-recenzii > div .title-space h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .footer-row-1 .col-md-4 {
        overflow: hidden;
        padding: 15px;
    }
    .sweetthemes_button a {
        padding: 6px !important;
    }
    header .navbar-toggle i {
        color: #fff;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 18px;
        line-height: 25px;
    }

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

    .despre-noi-row1 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .despre-noi-row1 > div {
        padding: 30px 0;
    }
    ol.breadcrumb li {
        font-size: 12px;
    }
    .fig22 {
        margin: 0 !important;
        position: static;
    }
    .despre-row2 .vc_col-sm-6:last-child h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .fig22 figure {
        transform: none;
    }
    body:not(.home) .law_slider_box_shortcode_parent > div {
        width: 100%;
    }
    .fig11 img {
        max-width: 100% !important;
    }
    .despre-row2 > div {
        padding-top: 40px;
    }
    .gallery_image4 ul.wpb_image_grid_ul li {
        width: 50% !important;
    }
    .block22 h3 {
        font-size: 22px;
        line-height: 32px;
    }

}

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

    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: 100%;
    }

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

    .navbar-header {
        padding: 0 15px;
        width: 100% !important;
        text-align: left;
    }

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

    nav#sweetthemes-main-head {
        text-align: center;
    }

    .navbar2.col-md-3 {
        width: 100%;
        text-align: center;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    header .static-btn {
        text-align: center;
        float: left;
        margin-top: 0;
    }

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

    .home-section1 .vc_column-inner {
        padding-top: 0 !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .svg-bot2 {
        display: none;
    }

    .home-section1 .wpb_single_image {
        margin: 0 !important;
    }

    .home-section2 .vc_column-inner {
        min-height: 230px;
        background-size: contain;
        background-repeat: no-repeat;
    }

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

    .home-section2 .wpb_content_element video#myvid {
    }

    .home-section2 .vc_column-inner > div > .vc_row .vc_col-sm-4:first-child {
        /* display: none; */
        margin-top: 15px;
    }

    .home-section3 > div .title-space h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section2 {border-radius: 0;border: 0;}

    span.text-slider::after {
        width: 20px;
        height: 30px;
        right: 0;
        background-size: contain;
    }

    .home-section3 > div {
        padding-top: 40px;
    }

    .home-section4 > div h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-recenzii > div .title-space h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .footer-row-1 .col-md-4 {
        overflow: hidden;
        padding: 15px;
    }
    .sweetthemes_button a {
        padding: 6px !important;
    }
    header .navbar-toggle i {
        color: #fff;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 18px;
        line-height: 25px;
    }

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

    .despre-noi-row1 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .despre-noi-row1 > div {
        padding: 30px 0;
    }
    ol.breadcrumb li {
        font-size: 12px;
    }
    .fig22 {
        margin: 0 !important;
        position: static;
    }
    .despre-row2 .vc_col-sm-6:last-child h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .fig22 figure {
        transform: none;
    }
    body:not(.home) .law_slider_box_shortcode_parent > div {
        width: 100%;
    }
    .fig11 img {
        max-width: 100% !important;
    }
    .despre-row2 > div {
        padding-top: 40px;
    }
    .gallery_image4 ul.wpb_image_grid_ul li {
        width: 50% !important;
    }
    .block22 h3 {
        font-size: 22px;
        line-height: 32px;
    }
    #moove_gdpr_cookie_info_bar {
        z-index: 999999 !important;
    }
    .contact-divider {
        display: none;
    }
    .gtranslate_wrapper {
        margin-top: 0 !important;
    }
    .html-video video {
        max-width: 100%;
    }
}