 /*
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: 160px;
 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: #F7F8ED;
    font-family: 'Bricolage Grotesque', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #6d827c;
}
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(32 63 39 / 80%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
}

.gallery_image4 ul.wpb_image_grid_ul li a:hover::before {
    visibility: visible;
    transform: scale(1);
}

.gallery_image4 ul.wpb_image_grid_ul li {
    padding: 10px !important;
    width: 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;
}


.gallery_image3 ul.wpb_image_grid_ul li a {
    position: relative;
}

.gallery_image3 ul.wpb_image_grid_ul li a::before {
    content: '\f055';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    z-index: 3;
    background-color: rgb(32 63 39 / 80%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
}

.gallery_image3 ul.wpb_image_grid_ul li a:hover::before {
    visibility: visible;
    transform: scale(1);
}

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

.gallery_image3 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_image3 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: #c7dc49  !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    color: #fff;
}
#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: #C7DC49 !important;
    }


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0;
    padding: 0 30px;
}
/*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: #c7dc49;
}
div#navbar {
    text-align: center;
    padding: 0px;
    width: calc(100% - 660px);
}
.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: 5px;
    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 #c7dc49;
}


#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;
    text-align: center;
    background: #fff;
    padding: 0 10px;
    margin: 15px 0 !important;
    border-radius: 10px;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 20px 0;
    text-align: left;
    position: relative;
    z-index: 9;
}
body.sticky .header2 .navbar-header .img-logo img {
    /* max-width: 130px; */
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    /* margin: 20px 12px 12px 0; */
}

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 65px;
    padding: 0px 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Bricolage Grotesque', Arial;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    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: #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: 'Bricolage Grotesque', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #fff!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #ccc !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    text-align: left;
    padding-right: 5px;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
}
.footer-details p span {
    display: inline-block;
    padding-left: 25px;
    color: #ccc;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 5px;
    color: #c7dc49;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #23ABEF !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: 'Bricolage Grotesque', Arial;
}
p.copyright a {
    color: #c7dc49;
    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;
    border:  1px solid #e0e0e0;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    background: #fff;
}
.wpcf7-form .wpcf7-submit {background-color: #c7dc49;border: none;color: #111;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;font-family: "Bricolage Grotesque", Arial;border-radius: 5px;}

.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: #1D4027;
}
.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: Bricolage Grotesque;
    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;
}

.header-title-breadcrumb-overlay h1 {
    font-size: 46px;
    line-height: 58px;
    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: 150px 0;
    background-size: cover;
    background-position: center center;
    text-align: left;
    background-repeat: repeat;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
}




@-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: 'Bricolage Grotesque', Arial; 
}

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

a {
    font-family: 'Bricolage Grotesque', Arial; 
}

p {
    font-family: 'Bricolage Grotesque', Arial; 
}

.law_slider_box-slide {
    /* height: 945px; */
    background-size: cover;
    background-position: center;
    /* padding: 150px 0; */
}

.law_slider_shortcode {
    /* padding: 0 40px; */
}

.law_slider_box-slide::after {
    background-image: linear-gradient(225deg, #21262129 0%, #0F352DE5 73%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.law_slider_shortcode {
    position: relative;
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    overflow: hidden;
}


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

  to {
    stroke-dashoffset: 0;
  }
}
.home-section0 {
    padding: 0 40px 40px;
}

.col-md-3.navbar-header3 {
    text-align: right;
    width: 460px;
}

.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: #637B76;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.28px;
}

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

 .icon {
    background-color: #c7dc49;
    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: #000000;
    font-size: 20px;
    line-height: 60px;
}

.icon-box-wrapper:hover .icon-wrapper .icon {
    transform: rotateY(180deg);
}

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

.btn-style2 {
    display: inline-flex;
    align-items: center;
    gap: 0px;
    position: relative;
    transition: all 400ms ease;
    height: 56px;
    line-height: 56px;
    background: #c7dc49;
    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;
}
.btn-style2 .theme-btn-arrow-right i {
    rotate: -30deg;
}
.btn-style2:hover {
    padding-right: 38px;
    padding-left: 10px !important;
    gap: 0;
}
.btn-style2:hover .theme-btn-arrow-left {
    scale: 1;
    left: 10px;
}
.btn-style2:hover .theme-btn {
    transform: translateX(55px);
    color: #0c2f25;
}
.btn-style2:hover .theme-btn-arrow-right {
    scale: 0;
}
.btn-style2 .theme-btn-arrow-left {
    scale: 0;
    left: 0;
    right: auto;
    position: absolute;
}

.navbar-header.col-md-3.col-sm-2 {
    width: 200px;
}
.law_slider_box-child.container {
    height: 100%;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    position: relative;
    z-index: 9;
    padding: 150px 0;
}

.law_slider_box-child2 h1 {
    font-size: 64px;
    color: #fff;
    line-height: 74px;
    /* max-width: 800px; */
    margin-bottom: 30px;
}

.law_slider_box-child1 {
    position: relative;
    z-index: 999;
}

.law_slider_box-child2 h1 STRONG {
    color: #C7DC49;
    text-decoration: underline !important;
}

.law_slider_box-child2 h2 {
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    max-width: 800px;
}
@supports (contain-intrinsic-size: 1px) {
  .lazy-section {
    contain-intrinsic-size: 3000px 1500px;
  }
}

.p-1 {
    display: flex;
    max-width: 700px;
    border-radius: 30px;
    overflow: hidden;
    border: 1px solid #FFFFFF1A;
    margin: 30px 0;
}

.p-1 > p {
    width: 50%;
    float: left;
    padding: 27px;
    font-size: 20px;
    margin: 0;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 60px;
    color: #fff;
}

.p-1 > p:first-child {
    background-color: #FFFFFF1A;
}

.p-1 > p::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    position: absolute;
    left: 15px;
}
.home-section1 {
    padding: 90px 40px 40px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top left;
}

.home-section1 h3 {
    background: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 19px 6px 36px;
    position: relative;
    border-radius: 100px;
}

.home-section1 h3::before {
    position: absolute;
    left: 18px;
    top: calc(50% - 3px);
    background-color: #c7dc49;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}

.home-section1 h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 80px !important;
}

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

.block-y > div {display: inline-block;width: 190px;height: 200px;background-image: url(../images/sp.png);padding: 20px 40px;}

.block-y {
    text-align: right;
    padding-right: 40px;
}

.block-y > div p {
    font-size: 16px;
    line-height: 30px;
    color: #0c2f25;
}

.block-y > div p strong {
    font-size: 73px;
    line-height: 95px;
    font-weight: 500;
    color: #10551f;
}

.home-section1 .vc_col-sm-8 .vc_col-sm-6:first-child > div {
    max-width: 90%;
    background-size: cover;
    border-radius: 20px;
}

.home-section1 .vc_col-sm-8 .vc_col-sm-6:last-child > div {
    max-width: 90%;
}

.home-section1 .vc_col-sm-8 .vc_col-sm-6:last-child > div ul {
    list-style: none;
    padding: 0;
    margin: 30px 0;
    overflow: hidden;
    gap: 40px;
    display: flex;
}

.home-section1 .vc_col-sm-8 .vc_col-sm-6:last-child > div ul li {
    width: 50%;
    float: left;
    font-size: 20px;
    line-height: 28px;
    color: #0c2f25;
}

.home-section1 .vc_col-sm-8 .vc_col-sm-6:last-child > div ul li:first-child {
    border-right: 1px solid #ccc;
}
.home-section1 .vc_col-sm-8 .vc_col-sm-6:last-child > div ul li img {
    display: block;
}

.home-section1 .vc_col-sm-8 .vc_col-sm-6:last-child > div ul li strong {
    font-weight: 400;
    margin-top: 20px;
    display: inline-block;
    max-width: 300px;
    margin-left: ;
}

.home-section1 >  .vc_col-sm-4 > div {
    background-size: cover;
    border-radius: 20px;
}
.home-section2-row1 {
    max-width: 1270px;
    margin: 0 auto !important;
}


.home-section2-row1 .title-space h3 {
    background: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 19px 6px 36px;
    position: relative;
    border-radius: 100px;
}

.home-section2-row1 .title-space h3::before {
    position: absolute;
    left: 18px;
    top: calc(50% - 3px);
    background-color: #c7dc49;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}

.home-section2-row1 .title-space h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 80px !important;
}

.home-section2-row2 {
    max-width: 1470px;
    margin: 0 auto !important;
    padding-bottom: 80px;
}


.home-section2-row2 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    padding: 50px 28px 28px;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 30px;
}

.home-section2-row2 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin: 0 !important;
    position: relative;
    border-radius: 20px;
    -webkit-mask-image: url(../images/service3-1.png);
    -webkit-mask-position: bottom center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    object-fit: cover;
    max-height: 294px;
}

a.btn-style3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #0c2f25;
    display: inline-block;
    margin-top: 20px;
}

.block1 {
    margin-bottom: -25px !important;
    position: relative;
    z-index: 3;
}

.desc-p {
    min-height: 150px;
}

.block1 h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    margin-top: 40px;
}

a.btn-style3::after {}

a.btn-style3::after {
    content: '\f178';
    font-family: 'Font Awesome 6 Free';
    margin-left: 10px;
}

a.btn-style3:hover {
    color: #c7dc49;
}


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

.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background-color: var(--theme2);
    z-index: 9
}

.text-slider {
    font-size: 26px;
    height: 95px;
    font-weight: 600;
    color: #fff;
    padding: 33px 45px;
    position: relative;
    line-height: 28px;
}
span.text-slider::after {
    content: "";
    width: 44px;
    height: 44%;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
    display: block;
    background-image: url(../images/svg.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .marquee-wrapper {
        transform:rotate(0)
    }

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

.text-slider.style-2 {
    color: #fff;
    font-weight: 200
}

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

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

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

@keyframes marqueeLeft {
    0% {
        left: 0
    }

    to {
        left: -100%
    }
}

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

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

    to {
        right: -100%
    }
}

.marque-section .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin: 0!important
}
.marque-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(270deg, #02010100 0%, #121212 76%);
    display: block !important;
    z-index: 33;
    width: 40%;
}
.marque-section::after {
     display: block !important;
     z-index: 33;
     width: 40%;
     background-image: linear-gradient(-270deg, #02010100 0%, #121212 76%);
     content: '';
     position: absolute;
     top: 0;
     right: 0;
     /* left: 0; */
     bottom: 0;
}
.recenzii-row {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 80px 0;
}

.recenzii-row .title-space1 h3 {
    background: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 19px 6px 36px;
    position: relative;
    border-radius: 100px;
}

.recenzii-row .title-space1 h3::before {
    position: absolute;
    left: 18px;
    top: calc(50% - 3px);
    background-color: #c7dc49;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}

.recenzii-row .title-space1 h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 40px !important;
    max-width: 900px;
    margin: 0 auto;
}
.footer-top {
    padding: 40px 0 60px;
}
.title-space1 {
    text-align: center;
}

.social-f a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
}
.recenzii-row  img {
    max-height: 80px;
    width: auto;
    padding: 0 30px;
}


.proiecte-row {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 80px 0 0;
}

.proiecte-row .title-space h3 {
    background: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 19px 6px 36px;
    position: relative;
    border-radius: 100px;
}

.proiecte-row .title-space h3::before {
    position: absolute;
    left: 18px;
    top: calc(50% - 3px);
    background-color: #c7dc49;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}
.proiecte-row .title-space {
    text-align: center;
}
.proiecte-row .title-space h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 40px !important;
    max-width: 900px;
    margin: 0 auto;
}

.law_slider_box_shortcode_port2 {
    padding: 0 15px;
    position: relative;
}

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

.law_slider_box_shortcode_port2 h3 {
    position: absolute;
    bottom: 5px;
    left: 30px;
    right: 30px;
    background: #fff;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
}



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

.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: #111;
    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';
}
.header-title-breadcrumb.relative {
    padding: 0 40px 0px;
}

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

.header-title-breadcrumb-overlay.text-left::after {
    background-image: linear-gradient(225deg, #21262129 0%, #0F352DE5 73%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

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

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

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

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

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

@media(min-width: 1300px) {
    .container {
        width: 1270px;
    }
}
.service-row1 .vc_col-sm-8 img {
    border-radius: 10px;
}
.whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}
.whatsapp-button img {
  width: 60px;
  height: 60px;
}


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

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

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

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

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

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

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

.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading {
     background: #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 span{
    color: #111;
}

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

.vc_tta-color-green.vc_tta-style-classic .vc_tta-panel:not(.vc_active) .vc_tta-panel-heading  i::before {
    border-color: #111 !important;
     font-weight: 400;
}
.project_tabs_wrapper {
    margin: 30px 0;
}

.project-nav-tabs {
    border-bottom: 0;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.project-nav-tabs > li > a {
    font-weight: 400;
    padding: 12px 25px;
    background: #c7dc49;
    color: #111 !important;
    border: 1px solid #ccc !important;
}

.project-nav-tabs > li.active > a {
    border-bottom: 3px solid #ccc;
}

.project_item_slide {
    padding: 15px;
}

.project_item_inner {
    background: #fff;
    border: 1px solid #eee;
    padding: 15px;
    text-align: center;
    transition: all 0.3s;
    border-radius: 10px;
}

.project_item_inner:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.project_item_inner img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
}

.project_item_inner h3 {
    font-size: 18px;
    margin: 0;
}

.port-row1 > div {
        max-width: 1270px;
        margin: 0 auto !important;
        float: none !important;
        padding: 55px 0 60px;
}


.project_tabs_wrapper    button.slick-prev.slick-arrow, .project_tabs_wrapper    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;
    width: 40px;
    height: 40px;
    background: #c7dc49;
    text-align: center;
    line-height: 38px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
    border: 1px solid #fff !important;
}

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

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

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

.despre-row1 h3 {
    background: #fff;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    padding: 6px 19px 6px 36px;
    position: relative;
    border-radius: 100px;
}

.despre-row1 h3::before {
    position: absolute;
    left: 18px;
    top: calc(50% - 3px);
    background-color: #c7dc49;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}

.despre-row1 h4 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
    margin-bottom: 20px !important;
}
.despre-row1 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0;
}

.despre-row1 ul {
    list-style: none;
    padding: 0 0 20px;
    margin: 0;
}

.despre-row1 ul li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #c7dc49;
    display: inline-block;
    position: absolute;
    margin-right: 10px;
    top: 7px;
    left: 0;
}

.despre-row1 ul li {
    position: relative;
    padding-left: 15px;
    color: #111;
    font-size: 16px;
    margin-bottom: 5px;
}

.fig11 > figure, .fig22 figure{
    border-radius: 10px;
    border:5px solid #fff;
}
.fig11 img, .fig22 img{
    border-radius: 10px;
}
.fig22 figure {
    transform: rotateZ(12deg);
}
.fig22 {
    margin-top:-200px;
    text-align: right !important;
    position: relative;
    right: 50px;
}
.fig11 img {
    max-width: 420px !important;
}



.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: #c7dc49;
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

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



.ttm-icon p {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #111;
    font-size: 22px !important;
}
.featured-content {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}
.featured-title h5 {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px !important;
    /* font-family: 'Anton', arial; */
}
.featured-icon-box.featured-icon-box-last {
    border: 0;
}

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

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

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


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #c7dc49;
    display: block;
    margin: 20px 0 10px;
    border-radius: 10px;
    box-shadow: rgb(152 149 165 / 14%) 1px 1px 0px 1px;
}

 .featured-icon-box {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    max-width: 500px;
}
.featured-icon {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    padding-top: 5px;
}
.featured-desc * {
    FONT-SIZE: 16PX;
    COLOR: #111;
}

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

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

.wpcf7-acceptance * {
    font-weight: 400;
}
.contact-section {
    background-repeat: no-repeat;
    background-position: top left;
}

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

.servicii-inner1 > div img {
    border-radius: 20px;
}

.servicii-inner1 > div .abs-t1 a {
    position: absolute;
    bottom: 15px;
    left: 30px;
    right: 30px;
    background: #fff;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    border-radius: 20px;
    margin: 0 !important;
    display: block;
}

.servicii-inner1 > div .abs-t1 h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}

.servicii-inner1 > div .abs-t1 h3 a {
    color: #111;
}

.servicii-inner1 > div .wpb_single_image {
    margin: 0 !important;
    overflow: hidden;
    border-radius: 20px;
}

.abs-t1 {
    margin: 0 !important;
}

.servicii-inner1 > div .wpb_single_image img {
    transition: all 300ms ease;
}

.servicii-inner1 > div .vc_col-sm-4:hover img {
    transform: scale(1.1);
}

.servicii-inner1 > div .abs-t1 a:hover {
    background: #c7dc49;
}

.galerie-foto-row1 > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 90px 0;
}
.galerie-foto-row1 > div h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 500;
    margin-bottom: 20px !important;
    text-align: center;
    margin-top: 0;
}

.galerie-foto-row1 > div .wpb_single_image {
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #ccc;
}

.galerie-foto-row1 > div .vc_row-fluid {
    background: #fff;
    padding-top: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid #ccc;
}

@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: 120PX;
    }

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

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

    .navbar-default {
        PADDING: 0;
    }

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

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

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

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

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

    .icon-wrapper {
        display: none;
    }

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

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

    .home-section0 {
        padding: 0;
    }

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

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

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

    .law_slider_shortcode {
        border-radius: 0;
    }

    .law_slider_box-child2 h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .p-1 {
        display: block;
    }

    .p-1 > p {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 24px;
        padding: 20px;
        padding-left: 40px;
    }

    .p-1 > p::before {
        font-size: unset;
    }

    .law_slider_shortcode ul.prezentari-dots {
        display: none !important;
    }

    .home-section1 {
        padding: 0;
    }

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

    .home-section1 h4 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0 !important;
    }

    .block-y {
        padding: 0;
        text-align: left;
    }

    .block-y > div {
        width: auto;
        background: #C7DC49;
        padding: 10px;
        height: unset;
        border-radius: 10px;
    }

    .block-y > div p strong {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section1 .vc_col-sm-8 .vc_col-sm-6:first-child > div {
        max-width: unset;
        min-height: 300px;
        margin-bottom: 30px;
    }

    .home-section1 .vc_col-sm-8 .vc_col-sm-6:last-child > div {
        max-width: unset;
    }

    .home-section1 .vc_col-sm-8 .vc_col-sm-6:last-child > div ul li strong {
        font-size: 16px;
        line-height: 24px;
        padding-right: 10px;
    }

    .home-section1 > .vc_col-sm-4 > div {
        min-height: 300px;
    }

    .recenzii-row .title-space1 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .recenzii-row {
        padding: 20px 0;
    }
    .parteneri-row5 >  .wpb_column {
        width: 50% !important;
        float: left;
        margin-bottom: 10px;
    }

    .parteneri-row5 > .wpb_column:last-child {
        width: 100% !important;
    }

    .parteneri-row6 >  .wpb_column {
        width: 50% !important;
        float: left;
    }


    .parteneri-row5 > .wpb_column img.vc_single_image-img {
        padding: 0 10px;
    }

    .parteneri-row6 > .wpb_column img {
        padding: 10px;
    }

    .home-section2-row1 .title-space h3 {
        font-size: 12px;
    }

    .home-section2-row1 .title-space h4 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0 !important;
    }

    .home-section2-row1 .wpb_raw_code.wpb_raw_html {
        text-align: left !important;
    }

    .block1 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }

    .desc-p {
        min-height: unset;
    }

    .desc-p p {
        font-size: 14px;
        line-height: 20px;
    }

    a.btn-style3 {
        font-size: 14px;
    }

    .home-section2-row2 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        padding: 20px 10px 10px;
    }

    .home-section2-row2 {
        padding-bottom: 0;
    }

    .proiecte-row {
        padding: 30px 0;
    }

    .proiecte-row .title-space h4 {
        font-size: 24px;
        line-height: 32px;
    }   
    .header2 .menu.nav-effect.nav-menu {
        width: 100%;
    }

    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }

    .footer-top .widget_nav_menu ul {
        overflow: hidden;
    }

    .footer-top .col-md-4 {
        overflow: hidden;
        padding: 0 15px;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 18px;
        line-height: 32px;
    }
    .servicii-inner1 > div {
        padding: 30px 0;
    }
    .port-row1 > div {
        padding: 0;
    }

    .port-row1 {
        padding: 15px;
    }

    .cd-tab-filter a {
        line-height: 16px !important;
    }
    .fig11 img {
        max-width: unset !important;
        width: 100% !IMPORTANT;
    }

    .fig22 {
        DISPLAY: NONE;
    }

    .despre-row1 > div {
        PADDING: 20PX 0;
    }

    .despre-row1 h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .servicii-inner1 .wpb_column {
        margin-bottom: 30px !important;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0;
        border-radius: 0;
    }
    .home-section2 .vc_empty_space {
        height: 20px !important;
    }
    .header-title-breadcrumb.relative {
        padding: 0;
    }
    .footer-top {
        padding-bottom: 20px;
    }
    .galerie-foto-row1 > div h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .galerie-foto-row1 > div {
        padding: 30px 0;
    }

    .galerie-foto-row1 > div .vc_row-fluid {
        margin-bottom: 30px !important;
    }
    .gallery_image4 ul.wpb_image_grid_ul li {
        width: 50% !important;
    }
    .service-row1 {
        display: flex;
        flex-direction: column;
        padding-bottom: 0;
        padding-top: 30px;
    }

    .service-row1 .vc_col-sm-4 {
        order: 2;
    }
}

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

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

    #navbar .sub-menu {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        text-align: center;
        opacity: 1;
        visibility: visible;
        display: none;
        max-width: 100%;
        border: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding: 10px 0;
    }

    #navbar .sub-menu .menu-item > a {
        padding: 10px 15px !important;
        font-size: 14px !important;
        border-color: rgb(204 204 204 / 30%);
        padding: 10px 30px !important;
        border: 0;
        text-align: left;
    }

    #navbar .menu-item > a {
        line-height: 50px;
        border-bottom: 1px solid rgb(204 204 204 / 30%);
        text-align: left;
        padding: 0 15px;
        color: #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: 120PX;
    }

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

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

    .navbar-default {
        PADDING: 0;
    }

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

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

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

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

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

    .icon-wrapper {
        display: none;
    }

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

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

    .home-section0 {
        padding: 0;
    }

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

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

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

    .law_slider_shortcode {
        border-radius: 0;
    }

    .law_slider_box-child2 h2 {
        font-size: 16px;
        line-height: 24px;
    }

    .p-1 {
        display: block;
    }

    .p-1 > p {
        width: 100%;
        float: left;
        font-size: 16px;
        line-height: 24px;
        padding: 20px;
        padding-left: 40px;
    }

    .p-1 > p::before {
        font-size: unset;
    }

    .law_slider_shortcode ul.prezentari-dots {
        display: none !important;
    }

    .home-section1 {
        padding: 0;
    }

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

    .home-section1 h4 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0 !important;
    }

    .block-y {
        padding: 0;
        text-align: left;
    }

    .block-y > div {
        width: auto;
        background: #C7DC49;
        padding: 10px;
        height: unset;
        border-radius: 10px;
    }

    .block-y > div p strong {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section1 .vc_col-sm-8 .vc_col-sm-6:first-child > div {
        max-width: unset;
        min-height: 300px;
        margin-bottom: 30px;
    }

    .home-section1 .vc_col-sm-8 .vc_col-sm-6:last-child > div {
        max-width: unset;
    }

    .home-section1 .vc_col-sm-8 .vc_col-sm-6:last-child > div ul li strong {
        font-size: 16px;
        line-height: 24px;
        padding-right: 10px;
    }

    .home-section1 > .vc_col-sm-4 > div {
        min-height: 300px;
    }

    .recenzii-row .title-space1 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .recenzii-row {
        padding: 20px 0;
    }
    .parteneri-row5 >  .wpb_column {
        width: 50% !important;
        float: left;
        margin-bottom: 10px;
    }

    .parteneri-row5 > .wpb_column:last-child {
        width: 100% !important;
    }

    .parteneri-row6 >  .wpb_column {
        width: 50% !important;
        float: left;
    }


    .parteneri-row5 > .wpb_column img.vc_single_image-img {
        padding: 0 10px;
    }

    .parteneri-row6 > .wpb_column img {
        padding: 10px;
    }

    .home-section2-row1 .title-space h3 {
        font-size: 12px;
    }

    .home-section2-row1 .title-space h4 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0 !important;
    }

    .home-section2-row1 .wpb_raw_code.wpb_raw_html {
        text-align: left !important;
    }

    .block1 h3 {
        font-size: 18px;
        line-height: 24px;
        margin-top: 10px;
    }

    .desc-p {
        min-height: unset;
    }

    .desc-p p {
        font-size: 14px;
        line-height: 20px;
    }

    a.btn-style3 {
        font-size: 14px;
    }

    .home-section2-row2 > .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
        padding: 20px 10px 10px;
    }

    .home-section2-row2 {
        padding-bottom: 0;
    }

    .proiecte-row {
        padding: 30px 0;
    }

    .proiecte-row .title-space h4 {
        font-size: 24px;
        line-height: 32px;
    }   
    .header2 .menu.nav-effect.nav-menu {
        width: 100%;
    }

    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }

    .footer-top .widget_nav_menu ul {
        overflow: hidden;
    }

    .footer-top .col-md-4 {
        overflow: hidden;
        padding: 0 15px;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 18px;
        line-height: 32px;
    }
    .servicii-inner1 > div {
        padding: 30px 0;
    }
    .port-row1 > div {
        padding: 0;
    }

    .port-row1 {
        padding: 15px;
    }

    .cd-tab-filter a {
        line-height: 16px !important;
    }
    .fig11 img {
        max-width: unset !important;
        width: 100% !IMPORTANT;
    }

    .fig22 {
        DISPLAY: NONE;
    }

    .despre-row1 > div {
        PADDING: 20PX 0;
    }

    .despre-row1 h4 {
        font-size: 24px;
        line-height: 32px;
    }
    .servicii-inner1 .wpb_column {
        margin-bottom: 30px !important;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0;
        border-radius: 0;
    }
    .home-section2 .vc_empty_space {
        height: 20px !important;
    }
    .header-title-breadcrumb.relative {
        padding: 0;
    }
    .footer-top {
        padding-bottom: 20px;
    }
    .galerie-foto-row1 > div h3 {
    font-size: 24px;
    line-height: 32px;
}

.galerie-foto-row1 > div {
    padding: 30px 0;
}

.galerie-foto-row1 > div .vc_row-fluid {
    margin-bottom: 30px !important;
}
.gallery_image4 ul.wpb_image_grid_ul li {
    width: 50% !important;
}
	.gallery_image3 ul.wpb_image_grid_ul li {
    width: 50% !important;
}
.service-row1 {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    padding-top: 30px;
}

.service-row1 .vc_col-sm-4 {
    order: 2;
}
}