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

aside#custom_html-5 .icon-text .content {
    color: #111;
}

.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: 26px;
    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: rgb(236 64 10 / 70%);
    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: 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: 33px 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: #178D15  !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    color: #fff;
    z-index: 99;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    /* text-transform: uppercase; */
    display: inline-block;
    margin-right: 3px;
    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: #EC400A !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: #EC400A;
}
div#navbar {
    text-align: center;
    padding: 0px;
    width: calc(100% - 720px);
}
.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 #EC400A;
}


#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;
    /* margin-left: 60px; */
    background: transparent;
    border-radius: 10px;
}
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 9px;
    -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: 5px;
    color: #EC400A;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #EC400A !important;
}
 footer .widget_nav_menu li, footer .widget_recent_entries li {
    margin-bottom: 1px;
    position: relative;
}
.footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
ul.social-links {
    padding: 0;
    list-style: none;
}
ul.social-links li {
    display: inline-block;
    padding: 0 20px 0 0px;
}
ul.social-links li a {
    font-size: 24px;
    color: #ff8a8b;
}
.read-more-continut h1, .read-more-continut h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 25px 0;
}

footer .menu .menu-item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    position: relative;
    text-transform: none;
}

footer .widget {
    clear: both;
    margin-bottom: 20px;
}
footer .footer .container {
    padding: 20px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 220px !important;
}
p.copyright {
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Outfit', Arial;
}
p.copyright a {
    color: #EC400A;
    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: 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: #EC400A;border: none;color: #fff;font-size: 16px;padding: 0 36px;line-height: 50px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0;position: relative;display: inline-block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;font-weight: 400;outline: none;white-space: nowrap;/* text-transform: uppercase; */font-family: "Outfit", Arial;border-radius: 100px;}

.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: #178D15;
}
.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: Outfit;
    margin: 5px 0 20px;
    font-weight: 400;
    border: 1px solid #111;
}
.itexclusiv-contact {
    max-width: 600px;
    margin: 0px auto 0;
}
.wpcf7-form .input-filled {
    position: relative;
    margin-bottom: 15px;
}
.ct-contact-form-modern .ct-contact-holder .wpcf7-form-control-wrap {
    margin-bottom: 24px;
    display: block;
}
.wpcf7-form .input-filled>i {
    color: #c9cce4;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    right: 36px;
    z-index: 1;
}
.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px;
    min-height: 200px;
    }
.itexclusiv-contact select {
    color: #86898c;
    background-image: url(../images/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

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

div.pp_default .pp_top, div.pp_default .pp_bottom, div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
    background: none!important;
}
.pp_bottom,
.pp_top {
    display: none !important;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-top: 5px;
}
.service-row1 .vc_col-sm-8 h1 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px !important;
}
.header-title-breadcrumb-overlay .title {
    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;
}

.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 * {
    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;
}



.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: 420px;
    padding: 17px 0px;
}

.icon-box-wrapper {
    display: inline-flex;
    margin-right: 30px;
    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: #fff;
    letter-spacing: -1.2px;
}

 .icon {
    background-color: #EC400A;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 10px 10px 10px 10px;
}

 .icon-wrapper {
    position: relative;
    z-index: 0;
}
.icon {
    margin-right: 20px;
    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;
}
.btn-style2 {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    position: relative;
    transition: all 400ms ease;
    height: 56px;
    line-height: 56px;
    background: #EC400A;
    color: #0c2f25;
    gap: 10px;
    border-radius: 40px;
    padding-right: 10px;
    padding-left: 30px;
}

.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;
}
.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: 300px;
    PADDING: 0;
}

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

.law_slider_box-child2 h3 {
    font-size: 50px;
    line-height: 66px;
    max-width: 800px;
    color: #fff;
    font-weight: 600;
}

.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;
}
BODY.single-post article {
    padding: 30px 0;
}

BODY.single-post article .article-header {
    padding: 20px 0;
}
.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: #EC400A;
  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 {}
.floating-contact{
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 9999;
}

.float-btn{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.2s ease;
}

.float-btn:hover{
    transform: scale(1.1);
}

/* Telefon */
.phone{
    background: #007bff;
}

/* WhatsApp */
.whatsapp{
    background: #25D366;
}
.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;
    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;
}



body.home .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: 75px;
    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: center;
    margin-top: 0;
    color: #111;
}

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

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

.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: #EC400A;
    padding: 30px 20px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.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: 20px !important;
}
.service-row1  .vc_col-sm-8 ul {
    list-style: none;
    padding: 0 0 20px;
    margin: 0;
    overflow: hidden;
}

.service-row1 .vc_col-sm-8 ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #EC400A;
    display: inline-block;
    position: absolute;
    margin-right: 10px;
    top: 9px;
    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: #000;
    font-size: 16px;
    margin-bottom: 5px;
    width: 50%;
    float: left;
    padding-right: 15px;
}

.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: #178D15 !important;
     color: #fff !important;
     border-color: #178D15 !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;
}


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

.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: #EC400A;
    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;
}
.sidebar123 ul li.current_page_item a {
    color: #EC400A;
}

body.home .home-section2a > div {
    margin-top: -180px !important;
}

body:not(.home) .law_slider_box {
    width: 33.33%;
    float: left;
}

@media screen and (min-width: 767px) and (max-width: 1024px) {
      header.header2 {
        position: static;
        background: #222;
    }
    .navbar-header.col-md-3.col-sm-2 {
        width: 20%;
        /* text-align: center; */
    }
    #navbar .menu-item > a {
    font-size: 14px !important;
}
 .phone-number.hidden {
        visibility: visible !important;
        display: block !important;
        background: #178D15;
        text-align: center;
        padding: 5px 0;
        color: #fff;
    }

    .phone-number.hidden span {
        display: inline-block;
        background: #EC400A;
        color: #fff;
        padding: 5px 15px;
        margin-left: 5px;
        border-radius: 5px;
    }

    .phone-number.hidden a {
        color: #fff;
    }

.logo img, .navbar-header .logo img {
    max-width: 230px;
}
    .count-box p:first-child, .count-box p:nth-child(3) {
        font-size: 22px;
        line-height: 32px;
    }

    .count-box > div {
        padding: 10px;
    }

    div#navbar {
        width: 80%;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        text-align: center;
    }
    .header-top .col-lg-8.text-right {
        display: none;
    }

    .col-md-3.navbar-header3 {
        width: 100%;
        position: absolute;
        top: 5px;
        right: 0;
        padding: 0 15px;
        display: none;
    }

    .icon-box-wrapper {
        margin: 0;
        padding: 0;
        position: relative;
        top: 20px;
    }

    header a.btn-style2 {
        display: none;
    }

     .icon {
        margin-right: 5px;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .icon i {
        font-size: 16px;
        line-height: 40px;
    }

    .icon-text .content {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 23px;
    }

    .icon-text .content a {
        display: block;
    }
    .law_slider_box-child2 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .law_slider_box-child1 {
        padding: 30px 0;
    }

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

    .law_slider_shortcode {
        margin: 0 -15px !important;
    }

    .p-title h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section {
        padding: 30px 0 !important;
    }

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

    .home-section ul {
        padding-top: 0;
    }

    .html-call {
        margin-top: 30px;
    }

    .p-title2 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .p-desc2 {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

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

    body.home .home-section2a > div {
        margin: 0 !important;
        padding-bottom: 20px;
    }

    body.home .law_slider_box_shortcode_parent {
        margin: 0 !important;
    }

    h3.law_slider_box_title {
        font-size: 18px;
        line-height: 24px;
    }

    .home-recenzii .vc_col-sm-12 {
        padding-bottom: 30px;
        padding-top: 50px;
    }

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

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

    .blog_custom {
        margin-bottom: 30px;
    }

    .post-name a {
        min-height: unset;
        font-size: 16px;
        line-height: 24px;
    }
    .header-top {
        display: none;
    }
    .slik-slide {
        height: auto;
        overflow: hidden;
    }
    .footer-top .col-md-4 {
        overflow: hidden;
        padding: 15px;
    }

    .footer-top {
        padding: 20px 0;
    }
    span.stars-div {
        font-size: 12px;
    }

    span.stars-div i {
        padding: 0;
    }

    span.stars-div span {
        margin: 0;
    }
    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }

    .home-section ul li strong {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-section .vc_col-sm-12 {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0;
    }

    .header-title-breadcrumb-overlay .title {
        font-size: 20px;
        line-height: 32px;
        margin: 0 !important;
    }

    ol.breadcrumb {
        padding-top: 0;
    }
    .service-row1 .vc_col-sm-8 ul li {
        width: 100%;
    }
    .service-row1 {
        padding: 30px 0;
    }
    body:not(.home) .law_slider_box {
        width: 50%;
    }
    .gallery_image4 ul.wpb_image_grid_ul li {
        width: 50% !important;
    }
    .service-row1 .vc_col-sm-8 h1 {
        margin: 0 0 10px !important;
        font-size: 24px;
        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: #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: 14px;
        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: 170px;
    }

    .navbar-header.col-md-3.col-sm-2 {
        padding: 0 15px;
        width: 100% !important;
        /* display: inline-block; */
        z-index: 999;
        position: relative;
    }
    header.header2 {
        position: static;
        background: #222;
    }

    .header-top .col-lg-8.text-right {
        display: none;
    }

    .col-md-3.navbar-header3 {
        width: 100%;
        position: absolute;
        top: 5px;
        right: 0;
        padding: 0 15px;
        z-index: 99;
        display: none;
    }

    .icon-box-wrapper {
        margin: 0;
        padding: 0 15px;
        position: relative;
        top: 0;
        align-content: space-evenly;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        flex-direction: row;
    }

    header a.btn-style2 {
        display: none;
    }

     .icon {
        margin-right: 5px;
        width: 30px;
        height: 30px;
        line-height: 40px;
    }

    .icon i {
        font-size: 14px;
        line-height: 30px;
    }

    .icon-text .content {
        font-size: 14px;
        letter-spacing: 0;
        line-height: 23px;
    }

    .icon-text .content a {
        display: block;
    }
    .law_slider_box-child2 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .law_slider_box-child1 {
        padding: 30px 0;
    }

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

    .law_slider_shortcode {
        margin: 0 -15px !important;
    }

    .p-title h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section {
        padding: 30px 0 !important;
    }

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

    .home-section ul {
        padding-top: 0;
    }

    .html-call {
        margin-top: 30px;
    }

    .p-title2 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .p-desc2 {
        margin-top: 0 !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

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

    body.home .home-section2a > div {
        margin: 0 !important;
        padding-bottom: 20px;
    }

    body.home .law_slider_box_shortcode_parent {
        margin: 0 !important;
    }

    h3.law_slider_box_title {
        font-size: 18px;
        line-height: 24px;
    }

    .home-recenzii .vc_col-sm-12 {
        padding-bottom: 30px;
        padding-top: 50px;
    }

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

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

    .blog_custom {
        margin-bottom: 30px;
    }

    .post-name a {
        min-height: unset;
    }
    .header-top {
        display: none;
    }
    .slik-slide {
        height: auto;
        overflow: hidden;
    }
    .footer-top .col-md-4 {
        overflow: hidden;
        padding: 15px;
    }

    .footer-top {
        padding: 20px 0;
    }
    span.stars-div {
        font-size: 12px;
    }

    span.stars-div i {
        padding: 0;
    }

    span.stars-div span {
        margin: 0;
    }
    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }

    .home-section ul li strong {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-section .vc_col-sm-12 {
        padding-bottom: 0;
        padding-top: 30px;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0;
    }

    .header-title-breadcrumb-overlay .title {
        font-size: 20px;
        line-height: 32px;
        margin: 0 !important;
    }

    ol.breadcrumb {
        padding-top: 0;
    }
    .service-row1 .vc_col-sm-8 ul li {
        width: 100%;
    }
    .service-row1 {
        padding: 30px 0;
    }
    body:not(.home) .law_slider_box {
        width: 100%;
    }
    .gallery_image4 ul.wpb_image_grid_ul li {
        width: 50% !important;
    }
    .service-row1 .vc_col-sm-8 h1 {
        margin: 0 0 10px !important;
        font-size: 24px;
        line-height: 32px;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
    }
    .phone-number.hidden {
        visibility: visible !important;
        display: block !important;
        background: #178D15;
        padding: 4px;
        text-align: center;
    }
    h6.icon-box-title {
        display: none;
    }
    .icon-wrapper {
    order: 2;
}

}