 /*
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: 204px;
 width: 100%;
 background: #fff;
 padding: 10px;
 border-radius: 5px;
}
:root {
    scroll-behavior: inherit;
    --nm-clr-pr-1: #ffd15b;
    --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: #707070;
    background-color: #fff;
    font-family: 'Work Sans', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #707070;
}
a:hover, a:focus {
    color: unset;
}

ol.breadcrumb{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    margin: 0 0 15px;
    padding:0;
    list-style:none;
    background:transparent;
    justify-content: center;
}

ol.breadcrumb li{
    display:flex;
    align-items:center;
    color:#94a3b8;
    font-size:14px;
    font-weight:500;
    line-height:1.7;
}

ol.breadcrumb li+li:before{
    content:"\f105";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    margin: 0 5px;
    color:#cbd5e1;
    font-size: 12px;
}

ol.breadcrumb li:first-child a:before{
    content:"\f015";
    font-family:"Font Awesome 5 Free";
    font-weight:900;
    margin-right:8px;
}

ol.breadcrumb li a{
    color: #fff;
    text-decoration:none;
    transition:.3s ease;
}

ol.breadcrumb li a:hover{
    color: #ffd15b;
}

ol.breadcrumb li.active{
    color: #fff;
    font-weight:600;
}

@media(max-width:768px){

    ol.breadcrumb{
        font-size:13px;
        margin-bottom:25px;
    }

    ol.breadcrumb li.active{
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
        max-width:220px;
    }

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


   

}

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


#navbar .menu-item.menu-item-has-children .sub-menu .menu-item.menu-item-has-children > a::after {
    position: absolute;
    right: 20px;
    top: 10.5px;
    margin-left: 0px;
    content: '\f0da';
    font-family: 'fontawesome';
    opacity: 1;
    font-size: 14px;
}
.header2 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 15px;
}
#navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 5px;
}
header nav ul {
    display: inline-table;
}
.navbar-nav > li > a {
    padding-bottom: 30px;
    padding-top: 30px;
}
.navbar ul li:hover > ul.sub-menu {
    opacity: 1 !important;
    top: 100% !important;
    visibility: visible !important;
}
#navbar ul.sub-menu li a {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 3px 13px;
}
#navbar li li {
    display: list-item; 
    list-style: none; 
    position: relative;
}
nav ul li {
    display: inline-block;
    vertical-align: top;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.logo a {
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}
.logo a:hover {
    color: #ffffff;
}
.navbar-collapse.collapse.in .menu .menu-item {
    text-align: center;
    width: 100%;
}
/* 15. Navbar styling */

.navbar-header .logo {
    margin: 7px 0;
    text-align: left;
}
.menu .item {
    display: inline-block;
}


.navbar-nav > li > a:hover {
    text-decoration: none;
}
nav {
    background: #2f383d;
}
.menu .menu-item {
    display: b;
    position: relative;
}

.navbar-header .logo > a:hover,
.navbar-header .logo > a {
    color: #000000;
}
/*  16. ---  FRAMEWORK-HEADER 2   ---  */
.header2 .menu.nav-effect.nav-menu {
    width: auto;
    display: block;
    margin: 0 !important;
    text-align: center;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 10px 0;
    text-align: left;
    position: relative;
    z-index: 9;
}
body.sticky .header2 .navbar-header .img-logo img {
    /* max-width: 130px; */
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    /* margin: 20px 12px 12px 0; */
}

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 95px;
    padding: 0px 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Work Sans', Arial;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.navbar-header-top h1.logo {
    margin: 25px 0;
    position: relative;
    text-align: left;
    display: inline-block;
}

.sticky nav#sweetthemes-main-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding-top: 10px;
}
.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}
.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}
.header-infos ul.social-links li {
    display: inline-block;
}
.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 23px;
    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: 0px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Work Sans', ARIAL;
    FONT-WEIGHT: 600;
    COLOR: #fff!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #ccc !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    text-align: left;
    padding-right: 5px;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 4px;
}
.footer-details p span {
    display: inline-block;
    padding-left: 25px;
    color: #ccc;
}
.footer-details p {
    margin-bottom: 10px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 4px;
    color: #ffd15b;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #ffd15b !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;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}
p.copyright {
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Work Sans', Arial;
}
p.copyright a {
    color: #ffd15b;
    font-weight: 400;
}

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

footer {
    background-color: #005252;
    clear: both;
    background-image: url(../images/footer-bg1-1.png);
    background-size: cover;
    background-position: bottom;
    max-width: 1510px;
    margin: 0 auto;
    border-radius: 20px;
}

/* 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: #FFD15D;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: 600;outline: none;white-space: nowrap;text-transform: uppercase;font-family: "Work Sans", Arial;border-radius: 10px;}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #005252;
}
.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: Work Sans;
    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: 62px;
    color: #fff;
    font-weight: 900;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}


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




@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

ul li, ol li {
    color: #555969;
    font-size: 16px;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

h1, h2, h3, h4, h5, h6 {
     font-family: 'Manrope', Arial; 
}



a {
    font-family: 'Work Sans', Arial; 
}

p {
    font-family: 'Work Sans', Arial; 
}
@media(min-width: 1750px) {
    nav#sweetthemes-main-head .container {
        width: 1510px;
    }
}


.col-md-3.navbar-header3 {
    text-align: right;
    padding-right: 0;
    /* width: 230px; */
}
.nm-pr-btn-1 {
  background: #ffd15b;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding-left: 15px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  transition: 0.2s;
}
.nm-pr-btn-1 .icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  background: #24201f;
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.nm-pr-btn-1 .icon i {
  transition: all 0.5s var(--nm-cube-1);
}
.nm-pr-btn-1 .icon i:nth-child(1) {
  position: absolute;
  transform: translateX(-50px);
  color: #fff;
}
.nm-pr-btn-1 .icon i:nth-child(2) {
  position: relative;
  color: #fff;
}
.nm-pr-btn-1 .text {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #24201f;
  transition: all 0.5s var(--nm-cube-1);
}
.nm-pr-btn-1 .text::after {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: all 0.5s var(--nm-cube-1);
  position: absolute;
  content: attr(data-back);
  transform: translateY(100%);
}
.nm-pr-btn-1 .text::before {
  top: 0;
  left: 0;
  display: block;
  transition: all 0.5s var(--nm-cube-1);
  position: relative;
  content: attr(data-front);
  transform: translateY(0);
}
.nm-pr-btn-1:hover .icon i:nth-child(1) {
  transform: translateX(0px);
}
.nm-pr-btn-1:hover .icon i:nth-child(2) {
  transform: translateX(50px);
}
.nm-pr-btn-1:hover .text::after {
  transform: translateY(0%);
}
.nm-pr-btn-1:hover .text::before {
  transform: translateY(-100%);
}
.nm-pr-btn-1:is(.has-v2) {
  background: var(--nm-clr-black-3);
  font-size: 16px;
}
.nm-pr-btn-1:is(.has-v2) .icon {
  width: 42px;
  height: 42px;
  background: var(--nm-clr-pr-1);
  color: var(--nm-clr-black-1);
  font-size: 16px;
}
.nm-pr-btn-1:is(.has-v2) .text {
  color: #fff;
}
.nm-pr-btn-1:is(.has-v2):hover {
  background: var(--nm-clr-pr-1);
}
.nm-pr-btn-1:is(.has-v2):hover .text {
  color: #fff;
}
.nm-pr-btn-1:is(.has-v2):hover .icon {
  background: #000;
  color: var(--nm-clr-pr-1);
}

nav#sweetthemes-main-head .container > .row {
    display: flex;
    align-items: center;
}
header.header2 {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 40;
    top: 15px;
}
.home-section1 {
    position: relative;
    background-size: cover;
}
.home-section1::before {
    position: absolute;
    content: "";
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 49, 48, 0.4)), color-stop(83%, #0B3130));
    background-image: linear-gradient(180deg, rgba(11, 49, 48, 0.4) 0%, #0b3130 83%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.home-section1 > div {
    max-width: 1510px;
    margin: 0 auto;
    float: none;
    padding: 250px 0 0;
    position: relative;
    z-index: 3;
}
.home-section1 > div h2 {
    color: #ffd15b;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
}


.prime-btn{
    position:relative;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height: 45px;
    padding: 0 18px 0 45px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing:.3px;
    text-decoration:none;
    transition:.35s;
    margin-right: 20px;
}

.prime-btn:before{
    position:absolute;
    left: 15px;
    font-family:"Font Awesome 5 Pro";
    font-weight:400;
    font-size: 18px;
    transition:.35s;
}

/*--------------------*/
/* PRIMARY */
/*--------------------*/

.prime-btn-primary{
    background:#ffd15b;
    color: #24201f !important;
    border: 1px solid #ffd15b;
    box-shadow:0 18px 35px rgba(215,25,32,.30);
}

.prime-btn-primary:before{
    content:"\f2b5"; /* fa-user-tie */
}

.prime-btn-primary:hover{
    transform:translateY(-4px);
    background:#bf1018;
    border-color:#bf1018;
    color: #fff !important;
}

/*--------------------*/
/* SECONDARY */
/*--------------------*/

.prime-btn-secondary{
    color:#fff;
    border: 1px solid rgba(255,255,255,.28);
    background:rgba(255,255,255,.04);
    backdrop-filter:blur(6px);
}

.prime-btn-secondary:before{
    content:"\f07c"; /* fa-folder-open */
}

.prime-btn-secondary:hover{
    background:#fff;
    color:#1b1b1b;
    border-color:#fff;
}

.prime-btn-secondary:hover:before{
    /* color:#ffd15b; */
}
.home-section1 > div h3 {
    font-size: 52px;
    line-height: 62px;
    max-width: 600px;
    font-weight: 600;
    color: #fff;
}

.prime-counter{
    display:flex;
    margin: 0 auto;
    margin: 0 auto;
    /* padding:35px 20px; */
    list-style:none;
    /* border-top: 1px solid rgba(255,209,91,.18); */
    border-radius: 10px;
    backdrop-filter: blur(10px);
    margin-top: 100px;
    padding: 0;
    padding-top: 30px;
    max-width: 1270px;
    align-items: center;
}

.prime-counter li{
    position:relative;
    flex:1;
    padding: 4px 15px 0 68px;
    color: #cdcbcb;
    font-size: 14px;
    font-weight: 400;
    line-height:1.45;
    margin-right: 20px;
}

.prime-counter li:not(:last-child){
    border-right:1px solid rgba(255,255,255,.12);
}

.prime-counter li strong{
    display:block;
    margin-bottom: 4px;
    font-size: 26px;
    line-height:1;
    font-weight: 700;
    color:#fff;
}

/* Cerc */

.prime-counter li:before{
    position:absolute;
    left: 0;
    top:50%;
    transform:translateY(-50%);
    width: 55px;
    height: 55px;
    border: 1px solid #ffd15b;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffd15b;
    font-family:"Font Awesome 5 Pro";
    font-size: 22px;
    font-weight:400;
}

/* ICONIÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡E */

.prime-counter li:nth-child(1):before{
    content:"\f15c"; /* file-alt */
}

.prime-counter li:nth-child(2):before{
    content:"\f57d"; /* globe-europe */
}

.prime-counter li:nth-child(3):before{
    content:"\f0c0"; /* users */
}

.prime-counter li:nth-child(4):before{
    content:"\f1ad"; /* building */
}

.home-section1 > div h3 + p {
    max-width: 550px;
    margin: 30px 0;
    color: #fff;
}

.prime-counter li br {
    display: none;
}

.progress-label {
            /* display: flex; */
            margin-bottom: 0px;
            font-size: 14px;
            color: #24201f;
            /* justify-content: right; */
            place-content: space-between;
            text-transform: uppercase;
            font-weight: 700;
            opacity: 1;
        }

        .progress-bar-wrapper {
            width: 100%;
            height: 3px;
            background: #fff;
            border-radius: 0;
            overflow: hidden;
            position: relative;
            margin: 10px 0;
        }

        .progress-bar-fill {
            height: 100%;
            background: #000000;
            border-radius: 0;
            width: 0;
            transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
            position: relative;
        }

        .progress-bar-fill::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(90deg, transparent, rgb(0 0 0 / 20%), transparent);
            animation: shimmer 2s infinite;
        }

        @keyframes shimmer {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(100%);
            }
        }

        .percentage {
            font-weight: 600;
            color: #24201f;
            font-size: 72px;
            line-height: 1;
            /* margin-right: 35px; */
            margin-bottom: 0px;
            display: block;
        }





.bg1 > div {
    display: inline-flex;
    background: #ffd15b;
    padding: 30px;
    border-radius: 20px;
    gap: 10px;
    align-items: center;
    float: auto;
}

.progress-item {
    max-width: 200px;
}

.img-s {
    max-height: 180px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 20px;
}
.progress-item p {
    font-size: 24px;
    line-height: 32px;
    margin: 20px 0;
    color: #111;
    font-weight: 600;
}
.home-section1 > div h2::before {
    content: '';
    width: 30px;
    height: 2px;
    background: #ffd15b;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-right: 10px;
}

.home-section2 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 60px 0;
}

.home-section2 > .vc_col-sm-12 h2 {
    color: #111;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    border-radius: 100px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.home-section2 > .vc_col-sm-12 h3 {
    font-size: 42px;
    line-height: 52px;
    color: #111;
    font-weight: 600;
    margin: 10px 0 15px !important;
}

.home-section2 > .vc_col-sm-12 ol {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clear: both;
    margin: 30px 0 15px;
}

.home-section2 > .vc_col-sm-12 ol li {
    font-size: 20px;
    line-height: 30px;
    width: 50%;
    float: left;
    color: #24201f;
    padding-left: 75px;
    position: relative;
    font-weight: 500;
}

.home-section2 > .vc_col-sm-12 ol li::before {
    content: "\f105";
    font-family: "FlaticonSetHumanResource";
    font-size: 56px;
    position: absolute;
    left: 0;
    line-height: 1;
    color: #005252;
}

.home-section2 > .vc_col-sm-12 ol li::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    background-color: #F2F3F6;
    border-radius: 50%;
    left: 11%;
    bottom: 10%;
    z-index: -1;
}

.home-section2 > .vc_col-sm-12 ol li:nth-child(2)::before {
    content: "\f107";
}

.home-section2 > .vc_col-sm-12 ul {
    font-weight: 600;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.home-section2 > .vc_col-sm-12 ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    padding-right: 10px;
    color: #005252;
    position: relative;
    top: 1px;
}

.home-section2 > .vc_col-sm-12 ul li {
    color: #24201f;
    margin-bottom: 10px;
}

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

.fig2 {
    position: absolute;
    bottom: 50px;
    right: 30px;
    border: 10px solid #fff;
    border-radius: 10px;
}

.fig2 img {
    border-radius: 0;
}


.fig1::after {
    content: '';
    width: 15px;
    height: 200px;
    background: #005252;
    display: inline-block;
    position: absolute;
    right: 45px;
    border-radius: 100px;
}

.home-servicii {
    max-width: 1510px;
    margin: 0 auto !important;
    padding: 60px 0;
    background-size: cover;
    background-position: center;
    background-color: #f6f6f6;
    border-radius: 30px;
}

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

.home-servicii .title-space h2 {
    color: #111;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    border-radius: 100px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.home-servicii .title-space {
    text-align: center;
}

.home-servicii .title-space h3 {
    font-size: 42px;
    line-height: 52px;
    color: #111;
    font-weight: 600;
    margin: 10px auto 15px !important;
    max-width: 800px;
}

.services-section .outer-box .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.services-section .outer-box .bg-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-section .bottom-box .inner-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}
.services-section .bottom-box .inner-box .cat {
  position: relative;
  display: inline-block;
  padding: 3px 26px;
  border-radius: 30px;
  background-color: var(--theme-color3);
  text-transform: uppercase;
  color: var(--theme-color3-text-color);
}
.services-section .bottom-box .inner-box a {
  color: var(--theme-color3);
  text-decoration: underline;
}

.services-block .inner-block {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  background-color: #fff;
  padding-left: 20px;
  padding-bottom: 30px;
  overflow: hidden;
}
.services-block .inner-block:hover:before {
  opacity: 1;
  height: 100%;
}
.services-block .inner-block:hover .content .title {
  color: #111;
}
.services-block .inner-block:before {
  position: absolute;
  content: "";
  background-color: #ffd15b;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.services-block .inner-block .image {
  position: relative;
  margin-left: 20px;
  margin-bottom: 15px;
  -webkit-mask-size: cover;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
}

.services-block .inner-block .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.services-block .inner-block .content {
  position: relative;
  padding-right: 20px;
}
.services-block .inner-block .content .title {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  margin-bottom: 10px;
  margin-top: 0;
  min-height: 45px;
  display: flex;
  align-items: center;
}
.services-block {
    padding: 0 15px;
}
.services-block .inner-block .content .title a {
    font-size: 18px;
    line-height: 24px;
    color: #111;
    /* min-height: 45px; */
    display: block;
}

.services-block .inner-block .text {
    color: #707070;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 80px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.btna a {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}
body.single-post .col-md-12.main-content {
    padding: 40px 15px;
}

.post-category-comment-date {
    padding: 20px 0;
}
.btna a::after {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    margin-left: 5px;
    font-size: 14px;
}

.law_slider_box_shortcode_parent {
    padding-top: 26px;
}

.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: #0b3130;
    text-align: center;
    line-height: 41px;
    border-radius: 5px;
    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;
}

.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-servicii > div > div {
    padding-top: 0 !important;
}

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

.home-dece1 > div .sweetthemes_button {
    text-align: right;
}

.home-dece2 {
    max-width: 1235px;
    margin: 20px auto 90px !important;
    float: none;
}

.home-dece2 .vc_column-inner {
    background-size: cover;
    border-radius: 20px;
}

.home-dece2 .vc_column-inner .wpb_raw_code {
    margin-bottom: 5px !important;
    display: inline-block;
    height: 70px;
    width: 70px;
    font-size: 37px;
    font-weight: 400;
    line-height: 70px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 27px;
    background-color: #005252;
    color: #ffd15b;
}

.home-dece2 .vc_col-sm-4:not(.empty) > div > div {
    background: #f6f6f6;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.home-dece2 .vc_col-sm-4 > div > div h3 {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #111;
}

.home-dece2 .vc_col-sm-4 > div > div .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.home-dece1 > div .title-space h2 {
    color: #111;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    border-radius: 100px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.home-dece1 > div .title-space h3 {
    font-size: 42px;
    line-height: 52px;
    color: #111;
    font-weight: 600;
    margin: 10px 0 15px !important;
}

.mb-0 .vc_col-sm-6 > div > div {
    margin-bottom: 0 !important;
}
.home-dece2 .vc_col-sm-4 {
    padding-right: 15px;
}


 .faq-container {
            max-width: 800px;
            margin: 0 auto;
            font-family: Arial, sans-serif;
        }
        
        .faq-item {
            margin-bottom: 15px;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid #ccc;
        }
        
        .faq-question {
            padding: 20px;
            padding-right: 60px;
            cursor: pointer;
            position: relative;
            transition: background 0.3s ease;
            margin: 0;
            font-size: 18px;
            font-weight: 7;
            /* text-transform: uppercase; */
            color: #111;
            background: #fff;
        }
        
        .faq-question span {
            font-weight: 700;
        }
        
        .faq-question:hover {
            opacity: 0.9;
        }
        
        .faq-question::after {
            content: '\f067';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 13px;
            font-weight: 3;
            color: #373531;
            transition: transform 0.3s ease;
            font-family: 'FontAwesome';
            background: #005252;
            padding: 5px;
            color: #fff;
            border-radius: 100px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            text-align: center;
            padding: 0;
        }
        
        .faq-question.active::after {
            content: '\f068';
            /* transform: translateY(-50%) rotate(180deg); */
        }
        
        .faq-answer {
            display: none;
            padding: 0 20px;
            background: #fff;
        }
        
        .faq-answer-inner {
            padding: 0 0 20px;
        }
        
        .faq-answer p {
            margin: 0;
            line-height: 1.6;
            /* color: #fff; */
        }
.home-faq {
    padding-bottom: 80px;
}
.home-faq  {
    height: 100%;
    max-width: 1270px !important;
    margin: 0 auto !important;
    float: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    padding: 85px 0;
}



.title-faq p:first-child {
color: #111;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    border-radius: 100px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.title-faq h2 {
    font-size: 42px;
    line-height: 52px;
    color: #111;
    font-weight: 600;
    margin: 10px 0 15px !important;
    max-width: 600px;
    }



.title-faq p {
    max-width: 550px;
}


 .news-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 28px;
      /* margin-top: 64px; */
      margin-top: 60px;
    }
    .news-card {
      /* background: #fff; */
      overflow: hidden;
      /* border: 1px solid #EAEDF3; */
      transition: all 400ms ease;
      /* border-radius: 16px; */
      margin-bottom: 30px;
    }
    .news-card:hover {
      /* transform: translateY(-6px); */
      /* box-shadow: 0 28px 56px rgba(0, 0, 0, 0.11); */
    }
    .news-card-img {
      position: relative;
      height: 230px;
      overflow: hidden;
      border-radius: 20px;
    }
    .news-card-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
      /* border-radius: 20px; */
    }
    .news-card:hover .news-card-img img {
      transform: scale(1.06);
    }
    .news-card-category {
        font-size: 14px;
        color: #139A68;
        font-weight: 400;
        line-height: 171%;
    }
    .news-card-body {
      /* padding: 28px 28px 32px; */
      padding: 20px 0;
    }
    .news-card-date {
      font-size: 10px;
      font-weight: 700;
      color: #1A9BD8;
      margin-bottom: 12px;
      text-transform: uppercase;
    }
    .news-card-title {
      font-size: 24px;
      font-weight: 600;
      /* text-transform: uppercase; */
      line-height: 32px;
      margin: 5px 0 12px;
    }
    .news-card-excerpt {
      font-size: 16px;
      /* font-weight: 400; */
      /* line-height: 22PX; */
      margin: 0 0 22px;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      line-height: 24px;
      /* min-height: 98px; */
      /* display: none; */
    }
    .news-card-link {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: #1A9BD8;
      transition: all 300ms ease;
    }
    .news-card-link:hover {
      color: #111;
      gap: 14px;
    }
    .news-card-link i {font-size: 10px;transition: all 300ms ease;}

.home-blog {
    height: 100%;
    max-width: 1270px !important;
    margin: 0 auto !important;
    float: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    padding: 90px 0 25px;
    float: none;
}


.svc-card:hover .svg-img {-webkit-transition: all .5s ease-in-out;transition: all .5s ease-in-out;}

.news-card-title a {
    display: block;
    position: relative;
    padding-right: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    overflow: hidden;
    font-size: 22px;
    line-height: 28px;
    /* min-height: 64px; */
    color: #273a29;
    font-weight: 500;
}

.news-card-title a:hover {
    color: #005252;
}
.news-card-title a::before {
    content: '\f061';
    font-family: 'FontAwesome';
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    right: 0;
}

.home-blog .title-faq p {
    text-align: center;
    max-width: unset;
}

.home-blog .title-faq h2 {
    max-width: 900px;
    margin: 0 auto !important;
    text-align: center;
}
.title-faq {
    /* text-align: center; */
    margin-bottom: 50px !im;
}

.footer-top {
    padding: 60px 0 45px;
}
.col-md-3.sidebar-2 {
    width: 15%;
}

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

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

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



.faq-parent {
    background: #f6f6f6;
    max-width: 1510px;
    margin: 0 auto !important;
    border-radius: 20px;
}
div#page {
    padding-bottom: 30px;
}
.social-f a {
    display: inline-block;
    color: #111;
    font-size: 14px;
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 100px;
    line-height: 27px;
    text-align: center;
    margin-left: 5px;
}
footer.footer1 .container {
    width: 1270px;
}
.home-dece2 .vc_col-sm-4 > div > div h3 + p {
    min-height: 80px;
}
.service-list{
    display:flex;
    flex-direction:column;
    gap:22px;
  }
  .service-card{
    display:grid;
    grid-template-columns:76px 1fr;
    gap:26px;
    padding:36px;
    border-radius:var(--radius);
    background:var(--cream);
    border:1px solid var(--line);
    transition:border-color .2s ease, background .2s ease;
  }
  .service-card:hover{
    background:#fff;
    border-color:var(--yellow);
    box-shadow:0 18px 40px -24px rgba(12,47,43,.25);
  }
  .service-icon{
    width:76px;height:76px;
    border-radius:16px;
    background:var(--teal-900);
    color:var(--yellow);
    display:flex;align-items:center;justify-content:center;
    font-size:26px;
    flex-shrink:0;
  }
  .service-card .num{
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    color:var(--yellow-dark);
    text-transform:uppercase;
    margin-bottom:6px;
    display:block;
  }
  .service-card h3{
    font-size: 22px;
    font-weight:800;
    margin:0 0 12px;
    color: #111;
  }
  .service-card p{
    color:var(--muted);
    font-size:15px;
    line-height:1.7;
    margin:0 0 16px;
    max-width:820px;
  }
  .service-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:6px;
  }
  .tag{
    font-size:12.5px;
    font-weight:600;
    color:var(--teal-800);
    background:#fff;
    border:1px solid var(--line);
    padding:7px 13px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    gap:6px;
  }
  .tag i{color:var(--yellow-dark);font-size:11px;}

  .service-simple{
    grid-template-columns:76px 1fr;
    align-items:center;
  }
  .service-simple p{margin:0;}

  :root{
    --teal-900:#0c2f2b;
    --teal-800:#0f3b36;
    --teal-700:#144a43;
    --yellow:#f6c445;
    --yellow-dark:#e8b52f;
    --cream:#f7f6f2;
    --ink:#12211f;
    --muted:#5c6d6a;
    --line:#e4e2db;
    --radius:18px;
  }
.services-row > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 60px 0;
}

  .services-row > .vc_col-sm-12 .title-space h2 {
    color: #111;
    height: 30px;
    border: 1px solid #ccc;
    font-size: 14px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 0 20px;
    border-radius: 100px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 1px;
}

.services-row > .vc_col-sm-12 .title-space h3 {
    font-size: 42px;
    line-height: 52px;
    color: #111;
    font-weight: 600;
    margin: 10px auto 15px !important;
    text-align: center;
    max-width: 800px;
}
.services-row > .vc_col-sm-12 .title-space {
    text-align: center;
}

.services-row > .vc_col-sm-12 .title-space h3 + p {
    max-width: 800px;
    margin: 0 auto;
}


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

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



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

h5.project_cat {
    color: #f2c01b;
}
.gdpr-container > .vc_col-sm-12 {
    max-width: 1270px !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 30px 0;
}
.contact-section1 {
    padding: 30px 0 0px;
    max-width: 1270px !important;
    float: none;
    margin: 0 auto !important;
}

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

.contact-section1 h2 {
    font-size: 27px;
    color: #111;
    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: #005252;
    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;
}

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

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

    .col-md-3.navbar-header3 {
        width: 250px;
    }

    div#navbar {
        width: calc(100% - 450px);
    }

    .home-section1 > div {
        max-width: 1270px;
        padding-top: 200px;
    }

    .prime-counter {
        margin-top: 30px;
    }

    div#page {
        padding: 0;
    }

    footer.footer1 {
        border-radius: 0;
    }
}



@media(max-width: 1024px) {
  
    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;
        background: #fff;
    }
    .logo img, .navbar-header .logo img {
        max-width: 203px;
    }
    .navbar-header {
        padding: 0 15px;
    }
    .slik-slide {
        height: auto;
        overflow: hidden;
    }
    .header-top {
        display: none;
    }    
    header .navbar-toggle i {
        color: #111;
    }
    .vc_row, .vc_section {
        margin: 0 !important;
    }
    .home-section1 > div h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .percentage {
        font-size: 32px;
        line-height: 42px;
    }

    .progress-item p {
        font-size: 14px;
        line-height: 18px;
    }

    nav#sweetthemes-main-head .container > .row {
        display: block;
    }
    .prime-counter {
        max-width: unset;
        display: block;
        padding-top: 0;
        margin-top: 0;
        padding: 0 15px;
    }

    footer.footer1 .container {
        width: auto;
    }

    .logo.img-logo {
        display: inline-block;
    }

    .col-md-3.navbar-header3 {
        display: none;
    }

    .home-section1 > div {
        padding-top: 135px;
    }

    .prime-btn {
        margin-right: 5px;
    }

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

    .prime-counter li {
        border: 0 !important;
        margin-bottom: 25px !important;
    }

    .fig2 {
        display: none !important;
    }

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

    .home-section2 > .vc_col-sm-12 ol li {
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }

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

    .home-section2 > .vc_col-sm-12 > div {
        padding: 0 !important;
    }

    .home-section2 > .vc_col-sm-12 h2 {
        margin-top: 0;
    }

    .home-servicii .title-space h3 {
        font-size: 24px;
        line-height: 42px;
    }

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

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

    .home-dece1 > div {
        padding-top: 0 !important;
        padding-bottom: 30px;
    }

    .title-faq h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .faq-container {
        margin: 30px 0 !important;
    }

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

    .news-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .news-card {
        margin-bottom: 0;
    }

    .news-card-body {
        padding-bottom: 0;
    }

    div#page {
        padding-bottom: 0;
    }

    footer {
        border-radius: 0;
    }

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

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

    .home-blog {
        padding: 30px 0;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .header-title-breadcrumb-overlay {
        padding-top: 120px;
        padding-bottom: 0;
    }
    .home-dece2 .vc_col-sm-4 {
        padding-right: 0px;
    }
    .services-row > .vc_col-sm-12 .title-space h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .services-row > .vc_col-sm-12 {
        padding: 20px 0;
    }

    .service-card {
        display: block;
    }

    .service-card-body {
        padding-top: 30px;
    }
}