 /*
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: 76px;
 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: 'Poppins', Arial;
}
p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #8592a6;
}
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(48 61 124 / 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: 19px 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: #738D8C  !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    color: #fff;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    /* text-transform: uppercase; */
    display: inline-block;
    margin-right: 3px;
    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: #A4B5B4 !important;
    }


   

}

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


#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: #222;
    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: 5px 0;
    text-align: center;
    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 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Inter', Arial;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #111;
    /* text-transform: uppercase; */
}
.navbar-header-top h1.logo {
    margin: 25px 0;
    position: relative;
    text-align: left;
    display: inline-block;
}

.sticky nav#sweetthemes-main-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding-top: 10px;
}
.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}
.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}
.header-infos ul.social-links li {
    display: inline-block;
}
.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #111;
    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: 300px;
}
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: 0px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Inter', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #111!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #111!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: #111;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 4px;
    color: #738D8D;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #fff !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: 30px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
}
p.copyright {
    color: #111;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', Arial;
}
p.copyright a {
    color: #738D8D;
    font-weight: 400;
}

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

footer {
    background-color: #e6ecee;
    clear: both;
    background-image: url(../images/footer-bg3.png);
    background-size: cover;
    background-position: bottom;
    border-top: 1px solid #ccc;
}

/* 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: #738D8C;border: none;color: #fff;font-size: 14px;padding: 0 25px;line-height: 50px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0;position: relative;display: inline-block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;font-weight: 600;outline: none;white-space: nowrap;/* text-transform: uppercase; */font-family: "Ysabeau Infant", Arial;border-radius: 0;}

.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: #111;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {background-color: transparent;height: 50px;border: 2px solid #f4f7f7;color: #000;padding: 0px 0px;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;margin: 5px 0 0px;font-weight: 400;border: 0;border-bottom: 1px solid #ccc;}
.itexclusiv-contact {
    max-width: 600px;
    margin: 0px auto 0;
    background: #f6f6f6;
    padding: 30px;
    border: 1px solid #ccc;
}
.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: 135px !important;
    padding: 15px;
    min-height: 164px;
    border: 1px solid #ccc;
    }
.itexclusiv-contact select {
    color: #111;

}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
.text-block > div {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    background: #F9F7F5;
    padding: 30px;
    border: 1px solid #ccc;
}

.text-block > div h2 {
    font-size: 32px;
    line-height: 42px;
    font-family: 'Gilda Display', ARIAL;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    color: #373531;
}
.itexclusiv-contact textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.itexclusiv-contact textarea::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.itexclusiv-contact textarea:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.itexclusiv-contact textarea:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

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


.header-title-breadcrumb-overlay h1 {
    font-size: 46px;
    line-height: 62px;
    color: #fff;
    font-weight: 700;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}


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




@-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: #8592a6;
    font-size: 14px;
}

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



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

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

.law_slider_box-slide {
    background-size: cover;
    background-position: center;
    position: relative;
    height: 850px;
}

.law_slider_box-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #738D8C;
    opacity: .75;
    display: block;
}

header.header2 {
    left: 0;
    position: static;
    width: 100%;
    z-index: 40;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.45) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.navbar-header.col-md-3.col-sm-2 {
    width: 120px;
    background: #fff;
}
.col-md-3.navbar-header3 {
    width: 150px;
    text-align: right;
    padding-right: 0;
}
@media(min-width:1200px) {
    body #navbar ul:not(.sub-menu) > .current_page_item:not(.contact-li) > a::before {
        content: '';
        width: 22px;
        height: 18px;
        background: url(../images/menu-sprite.svg);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
}


ul.social-icons2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    float: right;
    padding-right: 15px;
}

.d-flex1r {
    display: inline-flex;
    float: right;
    background: #738D8C;
    align-items: center;
    height: 95px;
    padding-right: 30px;
}

ul.social-icons2 li {
    display: inline-block !important;
    padding-left: 0px;
    margin: 0px;
    min-width: 23px;
    border: none;
    font-size: 14px;
}

ul.social-icons2 li a {
    border: none;
    /* width: 50px; */
    /* height: 95px; */
    border-radius: 0;
    /* line-height: 95px; */
    display: block;
    /* min-width: 26px; */
    text-align: center;
    color: #738D8C;
    font-size: 16px;
    padding: 0 10px;
}

a.ttm-social-facebook {
    /* background-color: #385da9; */
}

a.ttm-social-instagram {
    /* background: #E1306C; */
}

a.ttm-social-linkedin {
    background-color: #0073b1;
}

.ttm-icon {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
    height: 67px;
    width: 67px;
    line-height: 80px;
    color: #fff;
}

.ttm-icon i {
    font-size: 37px;
    font-weight: 400;
}

h6.margin_bottom0 {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    text-align: left;
    margin: 0;
}

h5.margin_bottom1 {
    line-height: 23px;
    font-size: 17px;
    color: #fff;
    margin: 0;
}

.law_slider_box-child.container {
    position: relative;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 65px;
}

.law_slider_box-child2 h2 {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    margin-left: 100px;
    margin-top: 0;
}

.law_slider_box-child2 h2 strong {
    font-weight: 500;
}

.law_slider_box-child2 h2 strong:not(:last-child)::after {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    display: inline-block;
    border-radius: 100px;
    margin: 0 7px 0 10px;
    position: relative;
    bottom: 1px;
}

.law_slider_box-child2 h3 {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.law_slider_box-child2 h4 {
    font-size: 70px;
    line-height: 80px;
    color: #fff;
    font-weight: 700;
    max-width: 800px;
}

.buttons-slli a {
    display: inline-block;
    height: 54px;
    line-height: 50px;
    border: 2px solid #fff;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

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

.law_slider_box-child2 h4 strong {
    color: #d1d1d1;
}

.buttons-slli a i {
    margin-left: 10px;
}

.law_slider_box-child2 h2::before {
    content: '';
    width: 42px;
    height: 53px;
    background-image: url(../images/logo-icon-21.png);
    display: inline-block;
    position: relative;
    top: 18px;
    margin-right: 20px;
}

.law_slider_box-child1 {
    /* padding-left: 70px; */
}

.law_slider_box-child2::before {
    content: '';
    width: 8px;
    height: 240px;
    background: #d1d1d1;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
}

.law_slider_box-child2 {
    position: relative;
    padding-left: 70px;
}

.law_slider_box-child2::after {
    content: '';
    width: 150px;
    height: 8px;
    background: #d1d1d1;
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
}

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

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

.home-section1 .vc_col-sm-12 .title-space h3{
    font-size: 43px;
    line-height: 53px;
    text-align: center;
    font-weight: 800;
    margin-top: 0;
}
.home-section1 .vc_col-sm-12 .title-space h3 strong {
    color: #738D8C;
    font-weight: 800;
}
.home-section1 .vc_col-sm-12 .title-space h3 + p {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.featured-imagebox22 {
    padding: 0 15px;
}

.featured-imagebox2 {
    position: relative;
    background-color: #fff;
    padding: 20px 20px 50px 20px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    text-align: center;
    margin-bottom: 30px !important;
    margin-top: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    overflow: visible;
}

.featured-thumbnail2 {
    position: relative;
    overflow: hidden;
}

.featured-thumbnail2 img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}

.featured-thumbnail2 .ttm-media-link2 {
    opacity: 0;
    position: absolute;
    color: #fff;
    width: 70px;
    height: 70px;
    text-align: center;
    left: 0px;
    bottom: 0px;
    line-height: 83px;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    -moz-transition: all .9s ease;
    transition: all .9s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
}

.featured-thumbnail2 .ttm-media-link2 a.ttm-icon2 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    box-sizing: content-box;
    position: relative;
    margin-bottom: 14px;
    background: #111;
    height: 67px;
    width: 67px;
    line-height: 80px;
}

.featured-thumbnail2 .ttm-media-link2 a.ttm-icon2 i {
    font-size: 42px;
    color: #fff;
}

.featured-content2 {
    padding: 30px 0px 0;
}

.featured-title2 h3 {
    position: relative;
    overflow: hidden;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0;
    min-height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.featured-title2 h3 a {
    color: #111;
}

.featured-desc2 {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-imagebox2 > .ttm-details-link2 {
    position: relative;
    overflow: visible;
}

.featured-imagebox2 > .ttm-details-link2 a {
    position: absolute;
    bottom: -79px;
    right: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    background-color: #738D8C;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    border-radius: 50%;
    color: #fff;
    transition: all .5s;
    font-size: 13px;
}

.featured-imagebox2 > .ttm-details-link2 a i {
    font-size: 15px;
    line-height: 40px;
}

.featured-imagebox2:hover {
    margin-bottom: -10px !important;
}

.featured-imagebox2:hover .featured-thumbnail2 img {
    -moz-transform: scale(1.09);
    -webkit-transform: scale(1.09);
    -ms-transform: scale(1.09);
    transform: scale(1.09);
}

.featured-imagebox2:hover .featured-thumbnail2 .ttm-media-link2 {
        opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}

.featured-imagebox2:hover > .ttm-details-link2 a {
    z-index: 1;
    opacity: 1;
    bottom: -68px;
}

.law_slider_box_shortcode_parent button.slick-prev.slick-arrow, .law_slider_box_shortcode_parent button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: 35%;
    margin: 0;
    width: 35px;
    height: 35px;
    background: #738D8C;
    text-align: center;
    line-height: 35px;
    border-radius: 0;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

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

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

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

.home-section1 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.home-section1 .vc_col-sm-12 > div {
    padding-top: 0 !important;
}

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

.home-section2 .vc_column-inner {
    background-size: cover;
    background-position: center;
}

@media(min-width: 1800px) {
    .home-section2 > .vc_col-sm-6:first-child .vc_column-inner {
        margin-left: -500px;
    }
}

.home-section2 > .vc_col-sm-6:last-child > .vc_column-inner > div {
    padding-left: 20px;
    margin-bottom: -80px;
}
.home-section2 .title-space h4 {
    font-size: 43px;
    line-height: 53px;
    font-weight: 800;
    margin-top: 0;
}

.home-section2 .title-space h4 strong {
    color: #738D8C;
    font-weight: 800;
}
.home-section2 .title-space h3 {
    font-size: 12px;
    letter-spacing: 2px;
    color: #738D8C;
    font-weight: 600;
}

.home-section2 .title-space {
    border-left: 5px solid #d1d1d1;
    padding-left: 30px;
}

.home-section2 .vc_row {
    background: #f6f6f6;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    padding-right: 0;
}

.home-section2 .vc_row > .vc_col-sm-6 > div > div {
    display: flex;
    align-items: center;
    padding: revert-layer;
}

.home-section2 .vc_row > .vc_col-sm-6 > div > div .html-icon i {
    color: #738D8C;
    font-size: 60px;
}

.home-section2 .vc_row > .vc_col-sm-6 > div > div h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
}

.html-icon {
    padding-right: 15px;
}

.home-section2 .vc_row > .vc_col-sm-6:first-child {
    border-right: 1px solid #ccc;
}

.home-section2 .vc_row:last-child {
    margin-bottom: -80px;
}
.home-proiecte {
    background: #161C1B;
}
.home-proiecte >  .vc_col-sm-12 {
    /* max-width: 1800px; */
    margin: 0 auto;
    float: none;
    padding: 160px 0 55px;
}
.home-proiecte .title-space h3 {
    font-size: 43px;
    line-height: 53px;
    font-weight: 800;
    margin-top: 0;
    color: #ffffff;
    text-align: center;
}

.home-proiecte .title-space h3 strong {
    color: #d1d1d1;
    font-weight: 800;
}

.home-proiecte .title-space p {
    text-align: center;
    color: rgba(255, 255, 255, 0.75);
    max-width: 800px;
    margin: 0 auto 10px;
}
.flota-details {
    padding: 0 15px;
}

.title-n-excerpt {
    text-align: center;
}

.post-name {
    padding-top: 20px;
    font-size: 22px;
    color: #fff;
    max-width: 600px;
    margin: 0 auto 20px;
}

.post-name a {
    color: #fff;
    font-weight: 600;
    display: block;
}

.flota_custom p.button-blog a {
    background: #d1d1d1;
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #111;
    border-radius: 0;
    font-weight: 600;
}

.post-desc p {
    color: rgba(255, 255, 255, 0.75);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

p.button-blog {
    margin-top: 20px;
}

.post-desc {
    max-width: 500px;
    margin: 0 auto 20px;
    padding: 0 15px;
}

.flota-posts button.slick-prev.slick-arrow, .flota-posts button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: 35%;
    margin: 0;
    width: 35px;
    height: 35px;
    background: #738D8C;
    text-align: center;
    line-height: 35px;
    border-radius: 0;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

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

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

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

.thum-pro {
    position: relative;
    display: block;
}

.thum-pro::before {
    content: '\f055';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    z-index: 3;
    background-color: rgb(209 209 209 / 30%);
    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;
}

.thum-pro:hover::before {
    visibility: visible;
    transform: scale(1);
}
.post-name a:hover {
    color: #d1d1d1;
}
.flota_custom p.button-blog a:hover {
    background: #fff;
}


 .faq-container {
            max-width: 800px;
            margin: 0 auto;
            font-family: Arial, sans-serif;
        }
        
        .faq-item {
            margin-bottom: 15px;
            border: 1px solid #ccc;
            border-radius: 0;
            overflow: hidden;
            background: #F9F7F5;
        }
        
        .faq-question {
            padding: 20px;
            padding-right: 60px;
            cursor: pointer;
            background: #f6f6f6;
            position: relative;
            transition: background 0.3s ease;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            /* text-transform: uppercase; */
        }
        
        .faq-question span {
            font-weight: 600;
            color: #111;
        }
        
        .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;
            color: #373531;
            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: transparent;
        }
        
        .faq-answer-inner {
            padding: 20px 0;
            border-top: 1px solid #ccc;
        }
        
        .faq-answer p {
            margin: 0;
            line-height: 1.6;
            color: #111;
        }

.home-faq {
    padding: 0 !important;
    padding-bottom: 0px !important;
}
.home-faq > .vc_row {
    height: 100%;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    padding-top: 80px;
}



.home-faq .h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 800;
    text-align: center;
    margin-top: 0;
    color: #111;
    font-family: 'Inter', Arial;
}



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

span.wpcf7-form-control.wpcf7-acceptance input {
    position: relative;
    top: 1px;
}

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


.col-md-3.sidebar-3::before {
    content: '';
    width: 1px;
    height: 165px;
    background: #cccccc21;
    display: block;
    position: absolute;
    top: 50px;
    left: -11px;
}

.col-md-3.sidebar-3::after {
    content: '';
    width: 1px;
    height: 165px;
    background: #cccccc21;
    display: block;
    position: absolute;
    top: 50px;
    right: 7px;
}

.col-md-3.sidebar-1 {
    width: 18%;
}

.col-md-3.sidebar-2 {
    width: 30%;
}

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

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

aside#media_image-2 {
    /* background: #fff; */
    padding: 10px;
    max-width: 170px;
}

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

nav#sweetthemes-main-head > div > div {
    display: flex;
    align-items: center;
}

.featured-imagebox33 {
    max-height: 530px;
}


.header-title-breadcrumb-overlay::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #738D8C;
    opacity: .75;
    display: block;
}

.header-title-breadcrumb-overlay .container {
    position: relative;
    z-index: 3;
}

ol.breadcrumb li:first-child::before {
    content: '\f015';
    font-family: 'Font Awesome 5 Pro';
    margin-right: 10px;
}

ol.breadcrumb {
    background: transparent;
    padding: 10px 0 0;
    margin: 0;
}

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

.despre-noi-row1 {
    background: #f6f6f6;
}

.despre-noi-row1 .vc_row {
    background: #fff;
}

.despre-noi-row1 > div .vc_col-sm-6 > .vc_column-inner {
    background-size: cover;
    padding: 50px 30px 20px;
}

.despre-noi-row1 > div .vc_col-sm-6 > .vc_column-inner h3 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    margin: 0 0 20px;
}

a.btn-style1 {
    display: inline-block;
    height: 54px;
    line-height: 50px;
    border: 2px solid #fff;
    padding: 0 30px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #738D8C;
}

a.btn-style1::after {
    content: "\f178";
    font-family: 'Font Awesome 5 Pro';
    margin-left: 10px;
}

a.btn-style1:hover {
    background: #111;
}

.text-ma2, .text-ma1 {
    border-left: 5px solid #d1d1d1;
    padding-left: 30px;
}

.despre-inner-s {
    background: #f6f6f6 !important;
    margin: 30px 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    padding-right: 0;
    padding-top: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.despre-inner-s .vc_col-sm-3 > div > div {
    display: flex;
    align-items: center;
    padding: revert-layer;
}

.despre-inner-s .html-icon i {
    color: #738D8C;
    font-size: 60px;
}

.despre-inner-s h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
}

.despre-inner-s .vc_col-sm-3 {
    border-right: 1px solid #ccc;
    min-height: 215px;
}

.servicii-row1 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 90px 0;
    position: relative;
    z-index: 4;
}
.servicii-row1 .title-space h4 {
    font-size: 43px;
    line-height: 53px;
    font-weight: 800;
    margin-top: 0;
    max-width: 700px;
}

.servicii-row1 .title-space h4 strong {
    color: #738D8C;
    font-weight: 800;
}
.servicii-row1 .title-space h3 {
    font-size: 12px;
    letter-spacing: 2px;
    color: #738D8C;
    font-weight: 600;
    text-transform: uppercase;
}

.servicii-row1 .title-space {
    border-left: 5px solid #d1d1d1;
    padding-left: 30px;
}


.servicii-row1 .title-space h4 + p {
    max-width: 600px;
}
.servicii-row1 {
    position: relative;
}
.servicii-row1::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/circuit-board-1.png);
    top: 0;
    bottom: 0;
    display: block;
    opacity: .09;
    background-repeat: repeat;
    background-size: 160px auto;
    display: block !important;
}

.proiecte-row  > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 90px 0;
    position: relative;
    z-index: 4;
}



.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: #738D8C;
    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: 70px 0 40px;
    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: #738D8C;
    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;
    /* padding-bottom: 30px; */
}

#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;
}
.pll-parent-menu-item ul.sub-menu {
    width: 100px !important;
}
.listabs {
    max-width: 400px;
    margin-top: -415px;
    margin-bottom: 0 !important;
}

@media (min-width:767px) and (max-width:1024px) {
     div#navbar {
        overflow: hidden !important;
        padding: 0;
        border: 0;
        width: 100%;
    }
    .logo img, .navbar-header .logo img {
        max-width: 80px;
    }
    .navbar-header {
        padding: 0 15px;
    }
    .navbar-header.col-md-3.col-sm-2 {
        width: 100%;
        display: block;
        text-align: center;
    }

    nav#sweetthemes-main-head > div > div {
        display: block;
    }



    nav#sweetthemes-main-head {
        position: relative;
    }

    .col-md-3.navbar-header3 {
        width: auto;
        position: absolute;
        top: 30px;
        left: 0;
        text-align: left;
        display: inline-block;
    }

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

    .law_slider_box-slide {
        height: unset;
    }

    .law_slider_box-child.container {
        padding: 30px 15px 80px;
        display: block;
    }

    .law_slider_box-child2 {
        padding-left: 30px;
    }

    .law_slider_box-child2::after {
        width: 50px;
    }

    .law_slider_box-child2 h2 {
        margin-left: 20px;
        font-size: 12px;
    }

    .law_slider_box-child2 h2::before {
        margin-right: 10px;
    }

    .law_slider_box-child2 h2 strong:not(:last-child)::after {
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }

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

    .home-section1 .vc_col-sm-12 .title-space h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .featured-title2 h3 {
        min-height: unset;
    }

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

    .law_slider_shortcode {
        margin: 0 -15px;
    }

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

    .home-section2 > .vc_col-sm-6:first-child .vc_column-inner {
        min-height: 250px !important;
    }

    .home-section2 .title-space h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section2 > .vc_col-sm-6:last-child > .vc_column-inner > div {
        margin-bottom: 0 !important;
        padding-left: 0;
    }

    .home-section2 .title-space {
        padding-left: 15px;
    }

    .home-section2 .vc_column-inner {
        min-height: unset;
        margin-bottom: 30px;
    }

    .home-section2 .vc_row > .vc_col-sm-6 > div > div {
        display: b;
    }

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

    .home-section2 .vc_row > .vc_col-sm-6 {
        border: 1px solid #ccc !important;
    }

    .home-section2 .vc_row > .vc_col-sm-6 {
    }

    .home-section2 .vc_row > .vc_col-sm-6 .html-icon + div {
        margin: 0 !important;
    }

    .home-proiecte > .vc_col-sm-12 {
        padding: 30px 0;
    }
    .home-proiecte .title-space h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-faq .h3 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .faq-container {
        margin-bottom: 50px;
    }

    .itexclusiv-contact .row > div {
        margin-bottom: 20px;
    }

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

    .footer-row-1 .col-md-3 {
        width: 100%;
        overflow: hidden;
        padding: 15px 15px;
    }

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

    aside#media_image-2 {
        padding: 0;
        margin-bottom: 0 !important;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
    }

    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }
    .featured-imagebox33 {
        max-height: 450px !important;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .despre-noi-row1 > div {
        padding: 30px 0;
    }

    .despre-noi-row1 > div .vc_col-sm-6 > .vc_column-inner {
        padding: 30px 15px 0;
    }

    .text-ma2, .text-ma1 {
        padding-left: 15px;
    }

    .despre-noi-row1 > div .vc_col-sm-6 > .vc_column-inner {
        min-height: 250px;
    }

    .despre-inner-s .vc_col-sm-3 {
        min-height: unset;
    }

    .despre-inner-s .vc_col-sm-3 .wpb_text_column.wpb_content_element {
        margin: 0 !important;
    }

    .despre-noi-row1 .vc_row {
        padding-bottom: 30px;
        margin-bottom: 30px !important;
    }
    .servicii-row1 .title-space h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .contact-section1 {
        padding: 30px 0 15px;
    }
    .servicii-row1 > div {
        padding: 30px 0;
    }
    .contact-section1 h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .servicii-row1 .vc_empty_space {
        height: 5px !important;
    }
    .proiecte-row > div {
        padding: 30px 0;
    }
    .st-servicii-wrap {
        padding: 10px !important;
    }

}
@media(max-width: 767px) {
  
    header nav ul {
        display: block;
        width: 100%;
    }
    #navbar .sub-menu {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        text-align: center;
        opacity: 1;
        visibility: visible;
        display: none;
        max-width: 100%;
        border: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding: 10px 0;
    }
    #navbar .sub-menu .menu-item > a {
        padding: 10px 15px !important;
        font-size: 14px !important;
        border-color: rgb(204 204 204 / 30%);
        padding: 10px 30px !important;
        border: 0;
        text-align: left;
    }
    #navbar .menu-item > a {
        line-height: 50px;
        border-bottom: 1px solid rgb(204 204 204 / 30%);
        text-align: left;
        padding: 0 15px;
        color: #000;
        width: 100%;
        display: block;
        max-width: 100%;
    }
    span.expand {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }
    .action-expand::after {
        content: "\f107";
        font-family: FontAwesome;
        color: #000 !important;
        padding: 15px;
        display: block;
    }
    .show-menu .action-expand::after {
        content: "\f106";
    }
    .menu .menu-item {
        display: block;
    }
    div#navbar {
        overflow: hidden !important;
        padding: 0;
        border: 0;
        width: 100%;
    }
    .logo img, .navbar-header .logo img {
        max-width: 80px;
    }
    .navbar-header {
        padding: 0 15px;
    }
    .navbar-header.col-md-3.col-sm-2 {
        width: 100%;
        display: block;
        text-align: center;
    }

    nav#sweetthemes-main-head > div > div {
        display: block;
    }



    nav#sweetthemes-main-head {
        position: relative;
    }

    .col-md-3.navbar-header3 {
        width: auto;
        position: absolute;
        top: 30px;
        left: 0;
        text-align: left;
        display: inline-block;
    }

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

    .law_slider_box-slide {
        height: unset;
    }

    .law_slider_box-child.container {
        padding: 30px 15px 80px;
        display: block;
    }

    .law_slider_box-child2 {
        padding-left: 30px;
    }

    .law_slider_box-child2::after {
        width: 50px;
    }

    .law_slider_box-child2 h2 {
        margin-left: 20px;
        font-size: 12px;
    }

    .law_slider_box-child2 h2::before {
        margin-right: 10px;
    }

    .law_slider_box-child2 h2 strong:not(:last-child)::after {
        width: 5px;
        height: 5px;
        margin: 0 5px;
    }

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

    .home-section1 .vc_col-sm-12 .title-space h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .featured-title2 h3 {
        min-height: unset;
    }

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

    .law_slider_shortcode {
        margin: 0 -15px;
    }

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

    .home-section2 > .vc_col-sm-6:first-child .vc_column-inner {
        min-height: 250px !important;
    }

    .home-section2 .title-space h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section2 > .vc_col-sm-6:last-child > .vc_column-inner > div {
        margin-bottom: 0 !important;
        padding-left: 0;
    }

    .home-section2 .title-space {
        padding-left: 15px;
    }

    .home-section2 .vc_column-inner {
        min-height: unset;
        margin-bottom: 30px;
    }

    .home-section2 .vc_row > .vc_col-sm-6 > div > div {
        display: b;
    }

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

    .home-section2 .vc_row > .vc_col-sm-6 {
        border: 1px solid #ccc !important;
    }

    .home-section2 .vc_row > .vc_col-sm-6 {
    }

    .home-section2 .vc_row > .vc_col-sm-6 .html-icon + div {
        margin: 0 !important;
    }

    .home-proiecte > .vc_col-sm-12 {
        padding: 30px 0;
    }
    .home-proiecte .title-space h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-faq .h3 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .faq-container {
        margin-bottom: 50px;
    }

    .itexclusiv-contact .row > div {
        margin-bottom: 20px;
    }

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

    .footer-row-1 .col-md-3 {
        width: 100%;
        overflow: hidden;
        padding: 15px 15px;
    }

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

    aside#media_image-2 {
        padding: 0;
        margin-bottom: 0 !important;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
    }

    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }
    .featured-imagebox33 {
        max-height: 450px !important;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .despre-noi-row1 > div {
        padding: 30px 0;
    }

    .despre-noi-row1 > div .vc_col-sm-6 > .vc_column-inner {
        padding: 30px 15px 0;
    }

    .text-ma2, .text-ma1 {
        padding-left: 15px;
    }

    .despre-noi-row1 > div .vc_col-sm-6 > .vc_column-inner {
        min-height: 250px;
    }

    .despre-inner-s .vc_col-sm-3 {
        min-height: unset;
    }

    .despre-inner-s .vc_col-sm-3 .wpb_text_column.wpb_content_element {
        margin: 0 !important;
    }

    .despre-noi-row1 .vc_row {
        padding-bottom: 30px;
        margin-bottom: 30px !important;
    }
    .servicii-row1 .title-space h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .contact-section1 {
        padding: 30px 0 15px;
    }
    .servicii-row1 > div {
        padding: 30px 0;
    }
    .contact-section1 h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .servicii-row1 .vc_empty_space {
        height: 5px !important;
    }
    .proiecte-row > div {
        padding: 30px 0;
    }
    .st-servicii-wrap {
        padding: 10px !important;
    }
}