 /*
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: 150px;
 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: 'Outfit', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #434343;
}
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;
}

.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: #222;
    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;
    background-image: linear-gradient(110deg, #1FB6A6 0%, #8BC34A 45%, #F5A623 100%);
    background-size: 150% 150%;
    background-position: left center;
    opacity: .6;
}

.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: 25% !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;
}

.gallery_image4 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}
/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 17px 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: #222 !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    background-image: linear-gradient(110deg, #1FB6A6 0%, #8BC34A 45%, #F5A623 100%) !important;
    color: #fff;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    color: #fff;
}
#navbar .menu-item.selected > a,
#navbar .menu-item:hover > a {
    background: transparent;
}
.is_header_semitransparent .sticky-wrapper {
    position: absolute;
    width: 100%;
}
.is_header_semitransparent .navbar-default {
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

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: #F2B627  !important;
    }


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0;
}
/*2. Navbar sub menus*/
#navbar .sub-menu .menu-item > a {
font-weight: 400;
    line-height: normal;
    padding: 10px 3px !important;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-size: 14px;
}
#navbar .sub-menu .menu-item > a.menu_black {
    color: #151D24;
}
#navbar .sub-menu .menu-item:last-child > a {
    padding-bottom: 3px !important;
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
    background: none repeat scroll 0 0 #fff;
    border-top: 0 none;
    left: 0px;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 130%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}
#navbar .sub-menu .menu-item > a:hover {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #F2B627;
}
div#navbar {
    text-align: center;
    padding: 0px;
    width: calc(100% - 610px);
}
.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 #F2B627;
}


#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: auto;
    display: block;
    margin: 0 !important;
    text-align: center;
}
.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: 95px;
    padding: 0px 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Outfit', Arial;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    /* 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: 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: 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: 'Outfit', ARIAL;
    FONT-WEIGHT: 600;
    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: 4px;
    color: #F2B627;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #F2B627 !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: 20px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 120px !important;
}
p.copyright {
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Outfit', Arial;
}
p.copyright a {
    color: #F2B627;
    font-weight: 400;
}

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

footer {
    background-color: #000;
    clear: both;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: top;
}

/* 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: 600;outline: none;white-space: nowrap;font-family: "Outfit", Arial;border-radius: 10px;background-image: linear-gradient(110deg, #1FB6A6 0%, #8BC34A 45%, #F5A623 100%);background-size: 150% 150%;background-position: left center;}

.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; */
    background-position: right center;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {background-color: #222;height: 55px;border: 2px solid #f4f7f7;color: #fff;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: Outfit;margin: 5px 0 20px;font-weight: 400;border: 1px solid #cccccc54;}
.itexclusiv-contact {
    max-width: 600px;
    margin: -5px 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: 200px;
    }
.itexclusiv-contact select {
    color: #fff;
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

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

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: 50px;
    line-height: 66px;
    color: #fff;
    font-weight: 600;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
    position: relative;
    z-index: 3;
}


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

.header-title-breadcrumb-overlay::after {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(104deg, #222222 15.39%, #22222200 62.56%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
}



.header-title-breadcrumb-overlay::before {
    background-image: linear-gradient(101deg, #222222 22.5%, #22222200 96.23%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '';
}


@-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;
    line-height: 24px;
}

.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: 'Outfit', Arial; 
}

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

a {
    font-family: 'Outfit', Arial; 
}

p {
    font-family: 'Outfit', Arial; 
}

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

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

.header-top-item *:not(i) {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.social-f a {
    display: inline-block;
    color: #111;
    font-size: 14px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 100px;
    line-height: 27px;
    text-align: center;
    margin-left: 5px;
}

.header-top-item i {
    position: relative;
    top: 1px;
    margin-right: 5px;
}

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

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

video#myvid {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}

.law_slider_box-child1 {
    position: relative;
    z-index: 3;
    padding-top: 250px;
    padding-bottom: 200px;
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}



.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: 42%;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    line-height: 38px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
    border: 1px solid #fff !important;
}

.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: #A6C951;
}
.law_slider_shortcode ul.prezentari-dots li.slick-active circle.path + circle {
    fill: #A6C951;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}
header.header2 {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 40;
    background-color: transparent;
    background-image: linear-gradient(180deg, #222222 0%, #00000000 100%);
}

.col-md-3.navbar-header3 {
    text-align: right;
    width: 410px;
    padding: 17px 0px;
}

.icon-box-wrapper {
    display: inline-flex;
    margin-right: 20px;
    text-align: left;
}

.icon-wrapper {
    position: relative;
    z-index: 0;
}

.icon-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

h6.icon-box-title {
    margin: 0px 0px -5px 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.28px;
    font-weight: 300;
}

.icon-text .content {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #0F352D;
    letter-spacing: -1.2px;
}

 .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 10px 10px 10px;
     background-image: linear-gradient(110deg, #1FB6A6 0%, #8BC34A 45%, #F5A623 100%);
    background-size: 150% 150%;
    background-position: left center;
}

 .icon-wrapper {
    position: relative;
    z-index: 0;
}
.icon {
    margin-right: 10px;
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;
}

.icon i {
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}

.icon-box-wrapper:hover .icon-wrapper .icon {
    transform: rotateY(180deg);
    /* background: #178D15; */
    background-position: right center;
}
.btn-style2 {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    position: relative;
    transition: all 400ms ease;
    height: 56px;
    line-height: 56px;
    color: #0c2f25;
    gap: 10px;
    border-radius: 40px;
    padding-right: 10px;
    padding-left: 30px;
    background-image: linear-gradient(110deg, #1FB6A6 0%, #8BC34A 45%, #F5A623 100%);
    background-size: 150% 150%;
    background-position: left center;
}

.btn-style2 .theme-btn-arrow-left, .btn-style2 .theme-btn-arrow-right {
    height: 40px;
    line-height: 40px;
    width: 40px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #0c2f25;
    border-radius: 50%;
    transition: 0.4s;
    text-align: center;
}
.btn-style2 .theme-btn {
    font-weight: 400;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.4s;
    color: #fff;
}
.btn-style2 .theme-btn-arrow-right i {
    rotate: -30deg;
}
.btn-style2:hover {
    padding-right: 38px;
    padding-left: 10px !important;
    gap: 0;
    /* background: #178D15; */
    background-position: right center;
}
.btn-style2:hover .theme-btn-arrow-left {
    scale: 1;
    left: 10px;
}
.btn-style2:hover .theme-btn {
    transform: translateX(55px);
    /* color: #0c2f25; */
}
.btn-style2:hover .theme-btn-arrow-right {
    scale: 0;
}
.btn-style2 .theme-btn-arrow-left {
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
}


.navbar-header.col-md-3.col-sm-2 {
    width: 200px;
}

.icon-text .content a {
    color: #fff;
}
.law_slider_box-slide::after {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(104deg, #222222 15.39%, #22222200 62.56%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
}

.law_slider_box-slide {
    position: relative;
}

.law_slider_box-slide::before {
    background-image: linear-gradient(101deg, #222222 22.5%, #22222200 96.23%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '';
}
.law_slider_box-child2 h2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    TEXT-ALIGN: CENTER;
}

.law_slider_box-child2 h1 {
    font-size: 50px;
    line-height: 66px;
    max-width: 800px;
    color: #fff;
    font-weight: 600;
    TEXT-ALIGN: CENTER;
    margin: 20px auto 0;
}

.law_slider_box-child2 p {
    color: #fff;
    max-width: 600px;
    font-weight: 400;
}

.buttons-slli {
    margin-top: 40px;
}


span.stars-div {
    padding-top: 30px;
    display: block;
    color: #fff;
    font-size: 16px;
}

span.stars-div i {
    color: #FFC527;
    padding-right: 5px;
}

span.stars-div span {
    display: inline-block;
    margin-right: 15px;
}
.home-section {
    background-position: center left;
    background-repeat: no-repeat;
    padding: 90px 0 !important;
}
.home-section > .vc_row {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.p-title h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #434343;
    letter-spacing: 2px;
    margin-top: 0;
}

.p-title h4 {
    font-size: 42px;
    line-height: 62px;
    max-width: 800px;
    color: #222;
    font-weight: 600;
    max-width: 676px;
}

.vc-box img {
    border-radius: 20px;
}

.p-desc {
    padding-left: 30px;
    border-left: 2px solid #43434342;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}

.home-section > .vc_row  > .vc_col-sm-6:last-child > div {
    padding-left: 50px;
}

.home-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 60px;
}

.home-section ul li strong {
    font-size: 22px;
    line-height: 29px;
    color: #222;
    margin-bottom: 10px;
    display: inline-block;
}

.home-section ul li {
    margin-bottom: 30px;
    color: #434343;
    font-size: 16px;
    padding-left: 105px;
    position: relative;
}

.home-section ul li::before {
    content: '';
    width: 58px;
    height: 58px;
    background-image: url(../images/icon1.svg);
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 10px;
    /* background-color: #EDEDED; */
    z-index: 3;
    top: 20px;
}

.home-section ul li::after {
    width: 80px;
}

.home-section ul li::after {
    content: '';
    width: 76px;
    height: 76px;
    background-color: #EDEDED;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 100px;
}
.home-section ul li:nth-child(2)::before {
    background-image: url(../images/icon2.svg);
}
.home-section ul li:nth-child(3)::before {
    background-image: url(../images/icon3.svg);
}
.home-section ul li:nth-child(4)::before {
    background-image: url(../images/icon4.svg);
}
.count-box {
    position: absolute;
    top: calc( 50% + 60px );
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.count-box > div {
    text-align: center;
    background: #178D15;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.count-box p:first-child, .count-box p:nth-child(3) {
    font-size: 56px;
    color: #fff;
    line-height: 64px;
    margin: 0;
}

.count-box p:nth-child(2),  .count-box p:nth-child(4) {
    color: #fff;
}


.nm-pr-btn-1 {
  background: transparent;
  font-weight: 600;
  border-radius: 100px;
  padding: 6px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-right: 30px;
  color: #fff;
  font-size: 18px;
  overflow: hidden;
  transition: 0.2s;
  border: 1px solid rgb(204 204 204 / 80%);
}
.nm-pr-btn-1 .icon {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  background: #F2B627;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0;
}
.nm-pr-btn-1 .icon i {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-pr-btn-1 .icon i:nth-child(1) {
  position: absolute;
  transform: translateX(-50px);
  color: #fff;
  font-size: 14px;
}
.nm-pr-btn-1 .icon i:nth-child(2) {
  position: relative;
  color: #fff;
  transform: rotate(-45deg);
  font-size: 14px;
}
.nm-pr-btn-1 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #111;
  transition: all 0.5s var(--nm-cube-1);
  font-size: 16px;
}
.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 i:nth-child(1) {
  transform: translateX(0px) rotate(-45deg);
}
.nm-pr-btn-1:hover .icon i: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);
}
.wdt-content-elements-group.wdt-content-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    /* margin-left: -10px; */
    /* margin-right: -10px; */
    align-items: center;
    position: relative;
    top: 15px;
}

.wdt-content-icon-wrapper {
    margin: 0 10px 10px;
    display: inline-flex;
}

.wdt-content-title-group.below {
    margin: 0 10px 10px;
}

.wdt-content-item .wdt-content-icon-wrapper, .wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon {
    display: inline-flex;
}

.wdt-content-icon-wrapper span {
    border: 0;
    font-size: 40px;
    height: auto;
    width: auto;
    line-height: 0;
    padding: 0;
}

.wdt-content-title-group.below svg {}

.wdt-content-icon svg {
    width: 40px;
    height: 40px;
    display: inline-block;
    fill: #EC400A;
}

.wdt-content-title h5 {
    font-size: 22px;
    color: #111;
    margin: 0;
}

.wdt-content-title h5 a {
    color: #111;
}

.html-call {
    display: inline-block;
}

.home-section .sweetthemes_button {
    display: inline-block;
    margin-right: 30px;
}


.home-section2 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}
.home-section2a > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    margin-top: -180px !important;
    padding-bottom: 80px;
}

.home-section2 {
    background: #222;
    padding: 90px 0 180px;
}
.p-title2 h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    margin-top: 0;
}
.p-title2 h4 {
    font-size: 42px;
    line-height: 62px;
    max-width: 800px;
    color: #fff;
    font-weight: 600;
    max-width: 676px;
}
.p-desc2 {
    padding-left: 30px;
    border-left: 2px solid #cccccc40;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.p-desc2 p {
    color: #fff;
}



.law_slider_box_shortcode_parent {
    margin-right: -25vw;
    margin-left: -15px;
}

.law_slider_box1 {
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.law_slider_box1 img {
    /* border-radius: 20px; */
    transition: all 600ms ease;
    transform: scale(1.0);
}

.law_slider_box2 {
    position: absolute;
    padding: 15px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: self-end;
}




.law_slider_box11 {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.law_slider_box11::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    z-index: 2;
    background: linear-gradient(
  180deg,
  rgba(185, 183, 174, 0) 0%,
  rgba(185, 183, 174, 0.1) 15%,
  rgba(134, 132, 126, 0.3) 30%,
  rgba(0, 0, 0, 0.5) 55%,
  rgba(0, 0, 0, 0.7) 100%
);
}

.home-servicii > div .vc_col-sm-4 {
    width: 43%;
}

.home-servicii > div .vc_col-sm-8 {
    width: 57%;
}

.law_slider_box22 {
    position: relative;
    z-index: 3;
    padding: 15px 15px 5px;
}

h3.law_slider_box_title {
    color: #fff;
    font-size: 24px;
    line-height: 31px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px !important;
}
p.law_slider_box_desc {
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

p.law_slider_box_count {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    z-index: 3;
    text-shadow: 0 1px 2px #111;
}
.home-section2a {
    background: #F9F9F9;
}
.law_slider_box1:hover img {
    transform: scale(1.1);
}


.home-recenzii .vc_col-sm-12 {
    height: 100%;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    padding-top: 85px;
    padding-bottom: 80px;
}

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

ul.prezentari-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
ul.prezentari-dots li svg.fp-arc-loader .path {
    display: none;
}
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;
}
ul.prezentari-dots {
    position: static;
    bottom: -10px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
ul.prezentari-dots li.slick-active circle.path {
    stroke: #EC400A;
}
ul.prezentari-dots li.slick-active circle.path + circle {
    fill: #EC400A;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}



.home-recenzii .vc_col-sm-12 h3 {
    font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    color: #111;
}



.testimonial01_item {
    padding: 0 15px;
    text-align: center;
}
.home-recenzii .vc_col-sm-12 > div {
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial01_item > div {
    background: #F9F9F9;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.testimonial01-ppo1 img {
    max-width: 80px;
    border-radius: 120px;
}

.testimonial01-ppo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}
.stars img {
    max-width: 80px;
    margin-bottom: 10px;
}

.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: 65px;
    padding-bottom: 86px;
}
.blog-section .vc_col-sm-12 h3 {
      font-size: 42px;
    line-height: 46px;
    font-weight: 600;
    text-align: center;
    margin-top: 0;
    color: #111;
}

.blog-section .vc_col-sm-12 h3::after {
      content: '';
    width: 100%;
    height: 2px;
    background: #43434342;
    display: block;
    margin: 20px 0 30px;
    opacity: .32;
}

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

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

.post-name a {
    font-size: 22px;
    line-height: 32px;
    color: #111;
    font-weight: 600;
    padding: 0 30px;
    min-height: 64px;
    display: block;
}

span.time-n-date {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #EC400A;
    color: #fff;
    min-height: 73px;
    min-width: 67px;
    padding: 8px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 10px;
    font-size: 14px;
}

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

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

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

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

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

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: .5;
    font-weight: 400;
}

img.blog_post_image {
    transition: all 300ms ease;
}

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

.post-name a:hover {
    color: #EC400A;
}

.blog-section {
    background: #F9F9F9;
}
.footer-top {
    padding: 60px 0 60px;
}

ol.breadcrumb {
    background: transparent;
    text-align: left;
    padding: 0;
    padding-top: 15px;
    position: relative;
    z-index: 3;
}

.header-title-breadcrumb-overlay.text-left::after {
    content: '';
}

.video-l {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    object-fit: cover;
}

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

.video-l video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.service-row1 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.sidebar123 aside {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}

.sidebar123 .widget-title {
    background: #222;
    padding: 30px 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-image: linear-gradient(110deg, #1FB6A6 0%, #8BC34A 45%, #F5A623 100%);
    background-size: 150% 150%;
    background-position: left center;
}

.sidebar123 ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
    background: #f6f6f6;
}

.sidebar123 ul li {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc82;
    overflow: hidden;
    clear: both;
}

.sidebar123 ul li:last-child {
    border: 0;
}

.sidebar123 ul li a {
    color: #111;
    font-size: 16px;
}

.sidebar123 ul li a::after {
    content: "\f061";
    font-family: 'Font Awesome 5 Free';
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
}

.service-row1 {
    padding: 70px 0;
}

.sidebar123 .textwidget.custom-html-widget h3, .sidebar123 .textwidget.custom-html-widget p {
    padding: 0 20px;
}

.sidebar123 aside .textwidget.custom-html-widget {
    padding-bottom: 20px;
    background: #f6f6f6;
}

.sidebar123 .textwidget.custom-html-widget h3 {
    font-size: 20px;
    line-height: 26px;
}

.sidebar123 .textwidget.custom-html-widget .icon-box-wrapper {
    padding-top: 30px;
    display: flex;
    border-top: 1px solid #ccc;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}
.service-row1 .vc_col-sm-8 img {
    border-radius: 10px;
}

.service-row1  > .vc_col-sm-4 {
    position: sticky;
    top: 20px;
}

.service-row1 .vc_col-sm-8 h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 0 !important;
}
.service-row1  .vc_col-sm-8 ul {
    list-style: none;
    padding: 0 0 20px;
    margin: 0;
}

.service-row1 .vc_col-sm-8 ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #c7dc49;
    display: inline-block;
    position: absolute;
    margin-right: 10px;
    top: 7px;
    left: 0;
}
#navbar .menu-item.menu-item-has-children > a::after {
    content: "\f107";
    font-family: fontawesome;
    position: relative;
    opacity: 1;
    display: inline-block;
    margin: 0 auto;
    top: 2px;
    padding: 0 0px 0 7px;
}
.service-row1  .vc_col-sm-8 ul li {
    position: relative;
    padding-left: 15px;
    color: #111;
    font-size: 16px;
    margin-bottom: 5px;
}

.service-row1 .vc_col-sm-8  p strong {
    color: #111;
}

.vc_tta-color-green.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: #fff;
}

.vc_tta-color-green.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background-color: #fff;
}

.vc_tta-color-green.vc_tta-style-classic .vc_tta-tab:not(.vc_active) >a {
    background: #c7dc49 !important;
    color: #111 !important;
    border-color: #c7dc49 !important;
}

.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading {
     background: #222 !important;
     color: #fff !important;
     border-color: #222 !important;
}
.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading span{
    color: #fff;
}

.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading span {
    font-size: 16px;
    font-weight: 600;
    color: #111;
}

.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading  i::before {
    border-color: #fff!important;
    font-weight: 400;
}

.service-row1 h6.icon-box-title {
    color: #111;
}


.icon-box-wrapper:hover .icon-wrapper .icon i {
    color: #fff;
}

.atractie-box {
    min-height: 300px;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background-position: center;
}

.atractie-box h3 {
    backdrop-filter: blur(3px) saturate(100%);
    background: rgb(255 255 255 / 10%);
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    position: absolute;
    top: 15px;
    margin: 0;
    left: 15px;
    z-index: 2;
}

.atractie-box .b1 {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: translate(0, 0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0, 0);
    transition: transform 200ms ease-out, top 200ms ease-out;
    -moz-transition: transform 200ms ease-out,top 200ms ease-out;
    -o-transition: transform 200ms ease-out,top 200ms ease-out;
    -webkit-transition: transform 200ms ease-out, top 200ms ease-out;
    z-index: 3;
}

.atractie-box .b1 h4 {
    padding: 5px 15px 20px;
    text-align: center;
    transform: translate(0, -100%);
    -moz-transform: translate(0,-100%);
    -webkit-transform: translate(0, -100%);
    transition: transform 200ms ease-out, padding 200ms ease-out;
    -moz-transition: transform 200ms ease-out,padding 200ms ease-out;
    -o-transition: transform 200ms ease-out,padding 200ms ease-out;
    -webkit-transition: transform 200ms ease-out, padding 200ms ease-out;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}



.atractie-box .b1 p {
    padding: 0 15px;
    color: #fff;
    text-align: center;
}

.atractie-box:hover .b1 {
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0, -50%);
}

.atractie-box:hover h4 {
    padding-bottom: 8px;
    transform: translate(0, 0);
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0, 0);
}

.atractie-box::after {
    content: '';
    position: absolute;
    /* top: 0; */
    right: 0;
    bottom: 0;
    left: 0;
    background: #111;
    opacity: .6;
    height: 50px;
    -webkit-transition: all 300ms ease;
}
.atractie-box:hover::after {
    height: 100%;
}
.atractii-row2 > div {
    max-width: 1270px;
    margin: 90px auto 55px !important;
    float: none !important;
}
.atractii-row2 {
    clear: both;
    overflow: hidden;
}

.atractie-box h4 a {
    color: #fff;
}

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

.home-section1 {
    padding: 90px 0 65px;
    clear: both;
    /* background: #f6f6f6; */
}

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

.home-section1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image > figure {
    border-radius: 10px 10px 10px 10px;
    background: #222;
    background-image: linear-gradient(110deg, #1FB6A6 0%, #8BC34A 45%, #F5A623 100%);
    width: 80px;
    padding: 10px;
    text-align: center;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image > figure img {
    filter: brightness(0) invert(1);
    width: 50px;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element {
    padding-left: 20px;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element h3 {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}

.home-section1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 1px;
    color: #111;
}
.home-section1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element  ul li::before {
    content: '\f560';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #118498;
}
.home-section1 {
    background-size: unset;
    background-repeat: no-repeat;
    background-position: center right;
}

.home-section1 .title-space h3 {
    font-size: 34px;
    line-height: 52px;
    text-align: center;
}

.home-section1 > div > div {
    padding-top: 0 !important;
}



 .faq-container {
            max-width: 800px;
            margin: 0 auto;
            font-family: Arial, sans-serif;
        }
        
        .faq-item {
            margin-bottom: 15px;
            border: 1px solid #cccccc38;
            border-radius: 0;
            overflow: hidden;
            background: transparent;
        }
        
        .faq-question {
            padding: 20px;
            padding-right: 60px;
            cursor: pointer;
            background: #222;
            position: relative;
            transition: background 0.3s ease;
            margin: 0;
            font-size: 18px;
            font-weight: 600;
            color: #fff;
            /* text-transform: uppercase; */
        }
        
        .faq-question span {
            font-weight: 400;
            color: #fff;
        }
        
        .faq-question:hover {
            opacity: 0.9;
        }
        
        .faq-question::after {
            content: '\f067';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 16px;
            font-weight: 3;
            transition: transform 0.3s ease;
            font-family: 'FontAwesome';
        }
        
        .faq-question.active::after {
            content: '\f068';
            transform: translateY(-50%) rotate(180deg);
        }
        
        .faq-answer {
            display: none;
            padding: 0 20px;
            background: #222;
        }
        
        .faq-answer-inner {
            padding: 20px 0;
            border-top: 1px solid #333;
        }
        
        .faq-answer p {
            margin: 0;
            line-height: 1.6;
            color: #fff;
        }


        .home-faq > .vc_row {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 60px 0 60px;
}

.home-faq > .vc_row h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 600;
}

.home-faq {
    background-size: cover;
    padding-top: 0 !important;
}

span.wpcf7-form-control.wpcf7-acceptance * {
    font-weight: 400;
    color: #fff;
}
.header-top-item a:hover {
    color: #F2B627;
}
.home-recenzii .vc_col-sm-12 .vc_col-sm-6:last-child {
    text-align: right;
}
.atractie-box h4 a:hover {
    color: #F2B627;
}

.sidebar123 .icon-text .content a {
    color: #111;
}

.sidebar123 ul li.current-menu-item a {
    color: #30B897;
}
.icon-text .content a:hover {
    color: #30B897;
}

.logo-furn img.vc_single_image-img.attachment-full {
    max-height: 80px;
    width: auto;
    max-width: 200px;
    margin: 0 auto;
}
.page-id-247 span.wpcf7-form-control.wpcf7-acceptance * {
    color: #111;
}


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

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: #111;
    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;
}

.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;
    /* background: #fff; */
    max-width: 1170px !important;
    float: none;
    margin: 0 auto !important;
    border-bottom: 1px soli;
}

.vc_section.echipa-section {
    background-position: top !important;
    background-size: contain !important;
    background-color: #F5F5F5;
}

.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: #c7dc49;
    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: top left;
}

@media(max-width: 767px) {
    .galerie-foto-row1 > div .vc_row-fluid .wpb_column {
        width: 50% !important;
        float: left;
    }

    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: #fff;
        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: #fff !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: 100PX;
    }

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

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

    .navbar-default {
        PADDING: 0;
    }

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

    nav#sweetthemes-main-head > div > div {
        DISPLAY: BLOCK;
    }

    .col-md-3.navbar-header3 a.btn-style2 {
        DISPLAY: NONE;
    }

    .col-md-3.navbar-header3 {
        WIDTH: auto;
        position: absolute;
        top: 15px;
        right: 15px;
        padding: 2px 0;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        DISPLAY: INLINE-BLOCK;
        margin: 8px 0;
        margin-left: 70px;
    }

    .icon-wrapper {
        display: none;
    }

    .icon-box-wrapper {
        margin: 0;
    }

    .law_slider_box-child.container {
        padding: 0 !important;
    }

    .home-section0 {
        padding: 0;
    }

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

    .home-section0 > div > div {
        padding: 0 !important;
    }

    .law_slider_box-child2 h1 {
        font-size: 26px;
        line-height: 34px;
    }

    .law_slider_shortcode {
        border-radius: 0;
        margin: 0 -15px;
    }
    .header-top {
        display: none;
    }

    header.header2 {
        position: static;
        background: #222;
    }

    .law_slider_box-child1 {
        padding: 50px 15px;
        min-height: unset;
    }

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

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

    .home-section1 .title-space h3 {
        font-size: 24px !important;
        line-height: 32px;
        max-width: 250px;
        margin: 0 auto;
    }

    .home-faq > .vc_row h3 {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
    }

    .home-faq > .vc_row {
        padding: 30px 0;
    }

    .home-recenzii .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 32px;
        text-align: center;
    }

    .home-recenzii .vc_col-sm-12 .vc_col-sm-6:last-child {
        text-align: center;
        margin-bottom: 30px;
    }

    .home-recenzii .vc_col-sm-12 {
        padding: 40px 0;
    }

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

    .footer-row-1 .col-md-4 {
        padding: 15px 15px;
    }

    .testimonial01_item > div {
        padding: 10px 5px;
    }

    .home-section1 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper > .wpb_text_column.wpb_content_element h3 {
        font-size: 16px;
        line-height: 24px;
    }

    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 42px;
    }

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

    .service-row1 {
        padding-bottom: 15px;
        padding-top: 15px;
    }

    .gallery_image4 ul.wpb_image_grid_ul li {
        width: 50% !important;
    }
    .law_slider_box-child2 h2 {
        font-size: 16px;
        line-height: 24px;
    }
}