/*
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: 240px;
 width: 100%;
}



.navbar-default .navbar-nav>li>a {
    color: #85888b;
}

img {
    max-width: 100%;
    height: auto;
}

body {
    color: #252122;
    background-color: #fff;
    font-family: 'Outfit', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #3a3a3a;
}
a:hover, a:focus {
    color: unset;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #111;
}
ol.breadcrumb li a {
    color: #fff;
}
ol.breadcrumb li {
    color: #fff !important;
    line-height: 1;
    font-size: 16px;
}



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


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0;
    /* box-shadow: 0 5px 20px rgb(17 17 17 / 5%); */
}
/*2. Navbar sub menus*/
#navbar .sub-menu .menu-item > a {font-weight: 400;line-height: normal;padding: 10px 3px !important;/* text-transform: capitalize; */position: relative;text-align: left;font-size: 14px;}
#navbar .sub-menu .menu-item > a.menu_black {
    color: #151D24;
}
#navbar .sub-menu .menu-item:last-child > a {
    /* padding-bottom: 3px !important; */
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
    background: none repeat scroll 0 0 #fff;
    border-top: 0 none;
    left: 0px;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 130%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}
#navbar .sub-menu .menu-item > a:hover {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #EAD1B2;
}
div#navbar {
    /* text-align: center; */
    /* padding: 0px; */
    text-align: center;
}
.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: 340px;
    top: 100%;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    visibility: hidden;
    padding: 0px;
    border-radius: 10px;
    background-color: #111;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    /* border-top: 2px solid rgb(255 255 255 / 20%); */
    background: linear-gradient(135deg, #816936  10%, #B4903A 35%, #816936 100%);
}


#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: inline-block;
    margin: 0 !important;
    text-align: right;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 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: 60px;
    padding: 0px 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Outfit', Arial;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    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: 0px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Outfit', 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;
    font-family: Outfit, Arial;
    text-align: left;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
}
.footer-details p span {
    display: inline-block;
    padding-left: 20px;
    color: #ccc;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 4px;
    color: #bc9c6a;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #bc9c6a !important;
}
 footer .widget_nav_menu li, footer .widget_recent_entries li {
    margin-bottom: 1px;
    position: relative;
}
.footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
ul.social-links {
    padding: 0;
    list-style: none;
}
ul.social-links li {
    display: inline-block;
    padding: 0 20px 0 0px;
}
ul.social-links li a {
    font-size: 24px;
    color: #ff8a8b;
}
.read-more-continut h1, .read-more-continut h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 25px 0;
}

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

footer .widget {
    clear: both;
    margin-bottom: 20px;
}
footer .footer .container {
    padding: 30px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 212px !important;
    image-rendering: -webkit-optimize-contrast;
}
p.copyright {
    color: #ccc;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
    font-family: 'Outfit', Arial;
}
p.copyright a {
    color: #bc9c6a;
    font-weight: 400;
}

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

footer {
    background-color: #040404;
    clear: both;
}

/* 6. SHORTCODES */


a {
    color: #86898c;
    text-decoration: none;
}
td, th {
    padding: 10px !important;
    text-align: center;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    background: #fff;
}
.wpcf7-form .wpcf7-submit {background-color: #3F50A2;border: none;color: #fff;font-size: 16px;padding: 0 36px;line-height: 50px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0;position: relative;display: inline-block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;font-weight: 400;outline: none;white-space: nowrap;text-transform: uppercase;font-family: "Outfit", Arial;border-radius: 0px;font-size: 16px;line-height: 48px;height: 50px;color: white;border: none;border-radius: 50px;font-weight: 400;cursor: pointer;transition: all 0.3s ease;box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);background: linear-gradient(135deg, #FFE5A6 10%, #B4903A 55%, #816936 100%);padding: 0 40px;letter-spacing: .5px;position: relative;border: 1px solid #fff;box-shadow: 0 5px 15px rgb(0 0 0 / 10%);margin-top: 30px;}

.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;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(196, 169, 97, 0.4);
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {background-color: transparent;height: 45px;border: 2px solid #f4f7f7;color: #000;padding: 0px 20px;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: 20px;width: 100%;outline: none;font-family: Outfit;margin: 5px 0 5px;font-weight: 400;border: 1px solid #1111116b;line-height: 43px;}
.itexclusiv-contact {
    max-width: 900px;
    margin: 60px 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: 2px 20px;
    min-height: 155px;
    }
.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: #3a3a3a;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #3a3a3a;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #3a3a3a;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #3a3a3a;
}

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

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 {
      text-align: center;
      font-family: 'Cormorant SC', arial;
      font-size: 46px;
      line-height: 56px;
      font-weight: 400;
      margin-top: 0;
}


.header-title-breadcrumb-overlay {
      background: transparent;
      padding: 350px 0 100px;
      background-size: cover;
      background-position: center;
      text-align: center;
      background-repeat: repeat;
      border-bottom: 1px solid #cccccc2b;
}




@-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: #3a3a3a;
    font-size: 16px;
}

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

h1, h2, h3, h4, h5, h6 {
     font-family: 'Outfit', Arial;
     color: #3a3a3a;
}

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

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

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

header.header2 {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 40;
    top: 0;
}
.home-section1 {
    background-size: cover;
    background-position: bottom;
}

body #navbar ul:not(.sub-menu) > .current_page_item:not(.contact-li) > a {
    font-weight: 800;
}

@media(min-width:1500px) {
    .container {
        width: 1470px;
    }
}

nav#sweetthemes-main-head > .container {
    padding: 10px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, .75));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.home-section1 .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
    padding: 350px 0 60px;
}

.home-section1 .vc_col-sm-12 h3 {
    text-align: center;
    font-family: 'Cormorant SC', arial;
    font-size: 80px;
    font-weight: 400;
    color: #3a3a3a;
    margin-top: 50px;
}

.home-section1 .vc_col-sm-12 ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 35px;
    text-align: center;
}

.home-section1 .vc_col-sm-12 ul li {
    display: inline-block;
    font-size: 24px;
    padding: 10px 50px 10px 80px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    font-weight: 700;
    color: #3a3a3a;
    margin: 0 15px;
}

.home-section1 .vc_col-sm-12 ul li::before {
    content: '';
    font-family: fontawesome;
}

.home-section1 .vc_col-sm-12 ul li::before {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url(../images/check.svg);
    background-size: cover;
    display: block;
    position: absolute;
    left: 15px;
}
.home-section1 .vc_col-sm-12 .vc_col-sm-8 p {
    font-size: 22px;
    text-align: center;
    line-height: 32px;
}
.home-section1 .vc_col-sm-12 ul::after {
    content: '';
    width: 740px;
    height: 4px;
    background-image: url(../images/separator-p.png);
    display: block;
    margin: 45px auto 0;
    background-size: cover;
}

a.btn-style1 {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    line-height: 48px;
    height: 50px;
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    background: linear-gradient(135deg, #FFE5A6 10%, #B4903A 55%, #816936 100%);
    padding: 0 40px;
    letter-spacing: .5px;
    position: relative;
    border: 1px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

a.btn-style1::after {
    content: '';
    background-image: url(../images/arrow.svg);
    width: 13px;
    height: 10px;
    display: inline-block;
    background-size: cover;
    margin-left: 10px;
}
.btn-style1:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(196, 169, 97, 0.4);
}

.login-btn {
    display: inline-block;
    position: relative;
    top: 17px;
    padding-right: 30px;
    padding-left: 30px;
}

.login-btn img {
    image-rendering: -webkit-optimize-contrast;
}

.home-section2 .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
}
.home-section2 .vc_col-sm-12 > div {
    padding-top: 0 !important;
}

.card-box {
    padding: 60px 030px;
    text-align: right;
    background-size: cover;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 1px solid #bc9c6a;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.card-box h3 {
    font-family: 'Cormorant SC', arial;
    font-size: 46px;
    font-weight: 600;
    color: #3a3a3a;
    line-height: 46px;
    min-height: 92px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-top: 0;
}

.card-box h3 strong {
    font-weight: 600;
}

.home-section3 .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
}

.home-section3 {
    background-size: cover;
    background-position: top;
    padding-top: 150px;
    padding-bottom: 100px;
}

body.home .home-section2 .vc_col-sm-12 .vc_row:last-child > .vc_col-sm-4 {
    margin-bottom: -150px;
}

.home-section3 .vc_col-sm-12 h3 {
    font-family: 'Cormorant SC', arial;
    font-size: 46px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 46px;
}

.curs-val-box1,
.curs-val-box2 {
    background: #fff;
    padding: 30px;
    text-align: center;
    border: 1px solid #bc9c6a;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0 !important;
}

.curs-val-box1 h4,
.curs-val-box2 h4 {
    font-weight: 700;
    margin: 0;
    font-size: 16px;
}

.curs-val-box1 ul,
.curs-val-box2 ul  {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    column-count: 2;
}
.curs-val-box2 {
    background: #F3F3F3;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.list-conv ul {
    list-style: none;
    padding: 0;
    margin: 0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 1px solid #bc9c6a;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
}

.list-conv ul li {
    display: inline-block;
}

.list-conv ul li:first-child {
    background-image: url(../images/aur.png);
    font-size: 14px;
    padding: 15px;
    background-size: contain;
    min-width: 140px;
    color: #fff;
    text-shadow: 0 1px 2px #111;
}

.list-conv ul li:first-child strong {
    font-size: 18px;
}

.list-conv ul li:not(:first-child) {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 12px 10px 12px;
    border-right: 1px solid #bc9c6a;
    min-width: 135px;
    text-align: center;
}

.list-conv ul li:last-child {
    border-right: 0;
    /* padding-right: 0; */
}
.list-conv {
    margin-bottom: 10px !important;
}
.list-conv.argint-conv ul li:first-child {
    background-image: url(../images/argint.png);
}

.list-conv.platina-conv ul li:first-child {
    background-image: url(../images/platina.png);
}

.home-section4 .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
    padding: 60px 0 90px;
}

.img-slider-slick-navigation {
    position: absolute;
    bottom: 5px;
    right: 5px;
    z-index: 3;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6  > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

.img-slider-slick-navigation > div {
    background: #fff;
    display: inline-block;
    width: 50px;
    margin: 5px;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.img-slider-slick-navigation > div i {
    font-size: 24px;
    position: relative;
    top: 2px;
}

.img-slider-slick-navigation > div.img-slider-slick-navigation-next {
    background: #bc9c6a;
    color: #fff;
}

.image-slide-inner img {
    border-radius: 10px;
}
.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child {
    width: 60%;
    margin-left: -10%;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
    padding: 30px 50px 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper h3 {
    font-family: 'Cormorant SC', arial;
    font-size: 46px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 46px;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper h4 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 30px;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper h4::after {
    content: '';
    width: 650px;
    height: 2px;
    background-image: url(../images/separator-p.png);
    display: block;
    margin: 20px 0 30px;
    background-size: cover;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li {
    padding-left: 55px;
    position: relative;
    margin-bottom: 15px;
    font-size: 16px;
    margin-left: 30px;
    line-height: 22px;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li::before {
    content: '';
    width: 30px;
    height: 34px;
    background-image: url(../images/19.svg);
    display: inline-block;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}
.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper  a.btn-style1 {
    margin-left: 25px;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li:nth-child(2)::before {
    background-image: url(../images/20.svg);
    height: 30px;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li:nth-child(3)::before {
    background-image: url(../images/21.svg);
    height: 32px;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li:nth-child(4)::before {
    background-image: url(../images/22.svg);
    height: 30px;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li:nth-child(5)::before {
    background-image: url(../images/23.svg);
    height: 30px;
}

.home-section3 .vc_col-sm-12 .vc_col-sm-4 p {
    margin-right: -35px;
}
.locatii-row {
    background-size: cover;
    background-position: center;
}
.locatii-row .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
    padding: 60px 0 60px;
}

.locatii-row .vc_col-sm-12 h3 {
    font-family: 'Cormorant SC', arial;
    font-size: 46px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 46px;
}

.locatii-row .vc_col-sm-12 h4 {
    font-size: 22px;
    font-weight: 300;
    color: #3a3a3a;
    margin-bottom: 30px;
}
.locatii-row .vc_col-sm-12  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    padding-top: 30px;
    max-width: 650px;
}

.locatii-row .vc_col-sm-12 ul li {
    position: relative;
    line-height: 45px;
    border: 1px solid #bc9c6a;
    background: #fff;
    border-radius: 1000px;
    margin-bottom: 10px;
    overflow: hidden;
}

.locatii-row .vc_col-sm-12 ul li a {
    color: #111;
    padding: 0 30px 0 50px;
    display: block;
}
.locatii-row .vc_col-sm-12 ul li a:hover {
    background: #FFE5A6;
}
.locatii-row .vc_col-sm-12 h4 + p {
    max-width: 650px;
}

.locatii-row .vc_col-sm-12 ul li a::after {
    content: '\f18e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    font-size: 22px;
    font-weight: 400;
    color: #bc9c6a;
}






.locatii-row-section {
    background-size: cover;
    background-position: center;
}
.locatii-row-section .vc_row {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
    padding: 60px 0 60px;
}

.locatii-row-section .vc_row h3 {
    font-family: 'Cormorant SC', arial;
    font-size: 46px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 46px;
}

.locatii-row-section .vc_row h4 {
    font-size: 22px;
    font-weight: 300;
    color: #3a3a3a;
    margin-bottom: 30px;
}
.locatii-row-section .vc_row  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 2;
    padding-top: 30px;
    max-width: 650px;
}

.locatii-row-section .vc_row ul li {
    position: relative;
    line-height: 45px;
    border: 1px solid #bc9c6a;
    background: #fff;
    border-radius: 1000px;
    margin-bottom: 10px;
    overflow: hidden;
}

.locatii-row-section .vc_row ul li a {
    color: #111;
    padding: 0 30px 0 50px;
    display: block;
}
.locatii-row-section .vc_row ul li a:hover,
.locatie-row2 .vc_col-sm-12 ul li a:hover {
    background: #FFE5A6;
}
.locatii-row-section .vc_row h4 + p {
    max-width: 650px;
}

.locatii-row-section .vc_row ul li a::after {
    content: '\f18e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    font-size: 22px;
    font-weight: 400;
    color: #bc9c6a;
}
.locatii-row-section .vc_row ul li a::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background-image: url(../images/steluta.png);
    background-size: contain;
    top: 6px;
}
.sbvcgmap-map-wrapper .gm-style-iw-d img {
    max-width: 250px;
    border-radius: 5px;
}

.sbvcgmap-map-wrapper {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}
.sbvcgmap-map-wrapper p {
    max-width: 250px;
    white-space: normal; /* asigură wrap-ul */
    overflow-wrap: break-word; /* rupe cuvintele lungi */
    word-break: break-word; /* fallback pentru browsere mai vechi */
}


.evaluator-container {
    position: relative;
    padding: 10px 0px;
}
.evaluator-box {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    background: rgb(255 255 255 / 60%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #bc9c6a;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}
.evaluator-title {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #3a3a3a;
    text-align: center;
}

.evaluator-line {
    position: relative;
    display: flex;
    margin-bottom: 5px;
}
.evaluator-line b {
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    flex: 1 1 50%;
}
.evaluator-line .form-control {
    display: inline-block;
    width: auto;
    min-width: 150px;
    border-radius: 4px;
    vertical-align: middle;
    color: #000000;
    flex: 1 1 50%;
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    border-radius: 100px;
    border: 1px solid #bc9c6a;
    outline: 0;
    margin: 0 auto;
    float: none;
}

.evaluator-result {
    margin-top: 20px;
    text-align: center;
}

.evaluator-result .btn {
    border-radius: 25px;
    font-size: 24px;
    padding: 10px 25px;
    background: linear-gradient(135deg, #FFE5A6 10%, #B4903A 55%, #816936 100%);
    font-size: 16px;
    border: 0 !important;
    outline: 0 !important;
}

.evaluator-err {
    position: relative;
    display: block;
    margin: 3px;
    font-size: 13px;
    line-height: 13px;
    color: #ff0000;
}
.locatii-row .vc_col-sm-12 ul li a::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background-image: url(../images/steluta.png);
    background-size: contain;
    top: 6px;
}

.locatii-row .vc_col-sm-12 img {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.info-row .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
    padding: 60px 0 90px;
}


.info-row .vc_col-sm-12 h3 {
    font-family: 'Cormorant SC', arial;
    font-size: 46px;
    font-weight: 400;
    color: #3a3a3a;
    line-height: 46px;
}

.info-row .vc_col-sm-12 h4 {
    font-size: 22px;
    font-weight: 300;
    color: #3a3a3a;
    margin-bottom: 30px;
}
.info-row .vc_col-sm-12 h4::after {
    content: '';
    width: 650px;
    height: 2px;
    background-image: url(../images/separator-p.png);
    display: block;
    margin: 30px 0;
    background-size: cover;
}


.info-row .vc_col-sm-12 .vc_col-sm-6:last-child {
    width: 60%;
    margin-left: -10%;
}

.info-row .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
    padding: 30px 50px 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.info-row .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner {
    padding: 360px 0 !important;
    border-radius: 10px;
}




.contact-row .vc_col-sm-12 h3 {
    font-family: 'Cormorant SC', arial;
    font-size: 46px;
    font-weight: 400;
    color: #3a3a3a;
    text-align: center;
    line-height: 46px;
    margin-top: 0;
}

.contact-row .vc_col-sm-12 h4 {
    font-size: 22px;
    font-weight: 300;
    color: #3a3a3a;
    margin-bottom: 30px;
    text-align: center;
}
.contact-row {
    background-size: cover;
    background-position: center;
}

.contact-row .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
    padding: 65px 0 45px;
}

.contact-row .vc_col-sm-12 > div {
    padding-top: 0 !important;
}
.footer-top {
    padding: 60px 0 45px;
}

.social-f a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
    background: #1877F2;
    border-radius: 1000px;
}

.social-f a:hover {
    color: #fff;
}
.social-f a:nth-child(2) {
    background: #f09433; 
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.footer-row-1 .sidebar-1 .social-f a img {
    max-width: unset !important;
    border-radius: 1000px;
    margin: 0 !important;
    position: relative;
    bottom: 1px;
    filter: invert(1);
    filter: brightness(0) invert(1);
}

.social-f a:last-child {
    background: transparent;
}

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

.col-md-3.sidebar-4 {
    width: 20%;
}
.calculator-slide {
    background: rgb(255 255 255 / 60%);
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #bc9c6a;
}
.calculator-wrap {
    background: rgb(255 255 255 / 60%);
    padding: 10px;
    border-radius: 10px;
    max-width: 340px;
    margin: 0 auto;
    float: none;
    /* margin-right: 0; */
    margin: 0;
}

.calc-btn {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

.calc-btn .btn-calc {
    border: 1px solid #3a3a3a;
    color: #3a3a3a;
    text-transform: uppercase;
    line-height: 30px;
    width: 100%;
    margin: 0 3px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    border-radius: 100px;
    cursor: pointer;
}

.calc-btn .btn-calc.active {
    background: #EAD1B2;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.calculator-wrapp {
    padding: 20px 15px 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin: 20px 0;
    border-radius: 10px;
    background: #fff;
}

.calculator-title {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3a3a3a;
}

.calc-input {
    max-width: 130px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
}

.calc-input input {
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    border-radius: 100px;
    border: 1px solid #bc9c6a;
    outline: 0;
    margin: 0 auto;
    float: none;
}

.calc-input span {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 3px;
}

.calculator-title2 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3a3a3a;
    margin-top: 20px;
}

.calc-btn2 {
    display: flex;
    justify-content: space-between;
    margin: 0 -3px;
}

.btn-calc2 {
    border: 1px solid #9b9b9b;
    color: #9b9b9b;
    text-transform: uppercase;
    line-height: 39px;
    width: 100%;
    margin: 0 1px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border-radius: 1000px;
    cursor: pointer;
    padding: 0 3px;
}

.btn-calc2.active {
    background: #EAD1B2;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    color: #3a3a3a;
}

.calculator-title3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #3a3a3a;
    margin-top: 20px;
    border-top: 1px solid #9b9b9b;
    padding-top: 15px;
}

.evaluare-div {
    border: 1px solid #9b9b9b;
    padding: 10px;
    border-radius: 10px;
}

.evaluare-inner1 p {
    font-size: 14px;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.evaluare-inner1 {
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.evaluare-inner2 p {
    font-size: 14px;
    margin: 0;
    justify-content: space-between;
    display: flex;
}
.evaluare-inner2 p strong {
    padding-left: 10px;
    display: inline-block;
    min-width: 85px;
    text-align: right;
}

.evaluare-btn {
    text-align: center;
    margin: 15px 0;
}

.evaluare-btn .btn-eval {
    border: 1px solid #3a3a3a45;
    color: #3a3a3a;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    padding: 0 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.calc-bt {
    display: flex;
}

.calc-bt .calc-btn1 {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
    height: 35px;
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    background: #3A3A3A;
    padding: 0 0px;
    letter-spacing: .5px;
    position: relative;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    margin: 0 5px;
    width: calc(50% - 5px);
    text-align: center;
}

.calc-bt .calc-btn2 {
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    line-height: 32px;
    height: 35px;
    color: white;
    border: none;
    border-radius: 50px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
    background: linear-gradient(135deg, #FFE5A6 10%, #B4903A 55%, #816936 100%);
    padding: 0 10px;
    letter-spacing: .5px;
    position: relative;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    margin: 0 5px;
    width: calc(50% - 5px);
    text-align: center;
}


.marquee {
  overflow: hidden;
  background-color: #EAD1B2;
  color: #ffffff;
  display: flex;
  margin-bottom: 0;
}

.marquee span{
  color: #3a3a3a;
  font-size: 19px;
  line-height: 50px;
  white-space: nowrap;
  /* text-transform: uppercase; */
  display: inline;
  font-weight: 800;
}
.text-yellow{
  color: #FEB20D;
  font-weight: 400 !important;
}

.calc-btn-fixed {
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 9;
}

.calc-btn-fixed-btn {
    display: block;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: linear-gradient(135deg, #FFE5A6 10%, #B4903A 55%, #816936 100%);
    padding: 20px 10px;
    letter-spacing: .5px;
    position: relative;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    text-shadow: 0 1px 2px #111;
    font-weight: 800;
    text-transform: uppercase;
    border-radius: 100px;
    cursor: pointer;
}

.calc-btn-fixed-btn i {
    font-weight: 400;
    margin-bottom: 5px;
    transform: rotate(90deg);
}


/* FIXED SIDEBAR */
.fixed-sidebar-menu::-webkit-scrollbar {
  width: 5px;
}
.fixed-sidebar-menu::-webkit-scrollbar-track {
  background: #222227;

}
.fixed-sidebar-menu::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  outline: 1px solid #222227;
}

.header7 .fixed-sidebar-menu .contact-details p, .header7 .fixed-sidebar-menu .contact-details a {
    color: rgb(255 255 255 / 75%);
}
.fixed-sidebar-menu.open .left-side a.btn.btn-style1 {
    color: #fff !important;
    margin-top: 50px;
    margin-right: 0;
    -webkit-box-shadow: 0 0 10px #000;
}


.header7 .fixed-sidebar-menu .contact-details a:hover {
    color: #00ACEC;
}
.fixed-sidebar-menu-overlay {
    background: rgb(255 255 255 / 60%) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    cursor: url(../images/burger-close.webp), auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, .6));
}
.fixed-sidebar-menu-overlay.visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.fixed-sidebar-menu {
    background: #fff;
    position: fixed;
    width: 400px;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    z-index: 999999999;
    padding: 0;
    top: 0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    border-left: 2px solid #bc9c6a;
}
.header7 .fixed-sidebar-menu.open {
    right: 0%;
}
.header7 .fixed-sidebar-menu {
    right: -400px;
}
.fixed-sidebar-menu.open {
    padding: 0;
    width: 400px;
}
.fixed-sidebar-menu-holder .close-sidebar {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px !important;
    cursor: pointer;
    z-index: 2252;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.fixed-sidebar-menu-holder .close-sidebar:before, 
.fixed-sidebar-menu-holder .close-sidebar:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #111;
}
.close-sidebar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.close-sidebar:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.header7 .fixed-sidebar-menu.open .close-sidebar:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.fixed-sidebar-menu > div {
    height: auto;
}
.fixed-sidebar-menu .left-side {
    box-sizing: border-box;
    float: left;
    height: 100%;
    padding: 100px 15px 30px;
    width: 100%;
}
.fixed-sidebar-menu.open .left-side {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.fixed-sidebar-menu .widget-title {
     text-align: center;
     font-size: 24px;
     font-weight: 800;
     color: #3a3a3a;
}

.fixed-sidebar-menu .left-side .calculator-btn {
    padding: 15px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    margin: 20px 0;
    border-radius: 10px;
    background: #fff;
    position: relative;
    cursor: pointer;
    transition: all 300ms ease;
}

.fixed-sidebar-menu .left-side .calculator-btn span {
    font-size: 18px;
    padding-left: 50px;
    display: inline-block;
}

.fixed-sidebar-menu .left-side .calculator-btn span strong {
    color: #111;
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
}

.fixed-sidebar-menu .left-side .calculator-btn img {
    transform: rotate(90deg);
    position: absolute;
    top: 30px;
    left: -5px;
    max-width: 80px;
}

.fixed-sidebar-menu .left-side .calculator-btn::after {
    content: '';
    background-image: url(../images/arrow.svg);
    width: 30px;
    height: 22px;
    display: inline-block;
    background-size: cover;
    margin-left: 10px;
    filter: brightness(0%);
    transform: rotate(90deg);
    right: 15px;
    position: absolute;
    top: 34px;
    background-size: cover;
}
.fixed-sidebar-menu .left-side .calculator-btn:hover,
.fixed-sidebar-menu .left-side .calculator-side.active .calculator-btn {
    background: #EAD1B2;
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
}

.calculator-left-wrap img {
    max-width: 220px;
    margin: 0 auto;
    float: none;
}

.calculator-left-wrap {
    text-align: center;
}

.footer-icons {
    position: fixed;
    right: -5px;
    top: calc(31% + 190px);
    z-index: 999999999999999;
    width: 50px;
}

.footer-icons a {
    display: block;
    max-width: 40px;
    margin-bottom: 10px;
}



.top-header {
    margin-bottom: 20px;
}

.top-header > div {
    padding: 0;
    margin-top: 10px;
}
.inner-section1 {
    background-size: cover;
    background-position: bottom;
}


.inner-section1 .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
    padding: 320px 0 30px;
}

.inner-section1 .vc_col-sm-12 h3 {
    text-align: left;
    font-family: 'Cormorant SC', arial;
    font-size: 40px;
    font-weight: 400;
    color: #3a3a3a;
    margin-top: 0px;
    margin-bottom: 30px;
}

.inner-section1 .vc_col-sm-12 ul {
    list-style: none;
    padding: 0;
    margin: 30px 0 35px;
    text-align: left;
}

.inner-section1 .vc_col-sm-12 ul li {
    display: inline-block;
    font-size: 17px;
    padding: 10px 50px 10px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 100px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    font-weight: 600;
    color: #3a3a3a;
    margin: 0 0px 20px;
    background: #fff;
    margin-right: 15px;
}

.inner-section1 .vc_col-sm-12 ul li::before {
    content: '';
    font-family: fontawesome;
}

.inner-section1 .vc_col-sm-12 ul li::before {
    content: '';
    width: 25px;
    height: 25px;
    background-image: url(../images/check.svg);
    background-size: cover;
    display: block;
    position: absolute;
    left: 15px;
}

.inner-section1 .vc_col-sm-12 h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.inner-section1 .vc_col-sm-12 .vc_col-sm-5 {
    width: 35%;
}

.inner-section1 .vc_col-sm-12 .vc_col-sm-2 {
    width: 30%;
}

.inner-section1 .vc_col-sm-12 > div {
    padding-top: 0 !important;
}

.inner-section1 .vc_col-sm-5 p {
    margin-bottom: 30px;
}

.inner-section2 {
    background-size: cover;
    background-position: bottom;
    border-top: 1px solid rgb(188 156 106 / 30%);
}


.inner-section2 .vc_col-sm-12 {
    max-width: 1470px;
    margin: 80px  auto;
    float: none;
    padding: 60px 0 60px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    border: 1px solid rgb(188 156 106 / 30%);
}

.inner-section2 .vc_col-sm-12 h3 {
    text-align: center;
    font-family: 'Cormorant SC', arial;
    font-size: 42px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
    /* max-width: 1000px; */
}
.inner-section2 .vc_col-sm-12 > div {
    padding: 0 60px 0 !important;
}

.inner-section2 .vc_col-sm-12 h3 + p {
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    LINE-HEIGHT: 32PX;
}

.inner-section2 .vc_col-sm-12 h3 + p::after {
    display: block;
    content: '';
    background: rgb(188 156 106 / 30%);
    width: 800px;
    height: 1px;
    margin: 30px auto 40px;
}

.inner-section2 .vc_col-sm-12 h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.inner-section2 .vc_col-sm-12 .list-conv ul {
    display: block;
    padding-left: 150px;
    position: relative;
    min-height: 60px;
}

.inner-section2 .list-conv ul li:first-child {
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-section2 .list-conv ul li:first-child {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    /* border: 2px solid #fff; */
    min-height: 50px;
}

.inner-section2 .list-conv ul li:first-child strong {
    margin-right: 7px;
}


.inner-section2 .list-conv.platina-conv ul li:not(:first-child) {
    padding: 17px 12px 17px 12px;
}

.inner-section2 .list-conv ul li:nth-child(2), .list-conv ul li:nth-child(3), .list-conv ul li:nth-child(4) {
    border-bottom: 1px solid #bc9c6a;
}

.inner-section2 .list-conv ul li:nth-child(4) {
    border-right: 0;
}

.inner-section2 .list-conv.argint-conv ul li:last-child {
    border-right: 1px solid #bc9c6a;
}

.inner-section2 .list-conv.platina-conv ul li {
    border-bottom: 0;
}


.inner-section3 {
    background-size: cover;
    background-position: bottom;
    border-top: 1px solid rgb(188 156 106 / 30%);
}


.inner-section3 .vc_col-sm-12 {
    max-width: 1470px;
    margin: 70px  auto;
    float: none;
}

.inner-section3 .vc_col-sm-12 h3 {
    text-align: center;
    font-family: 'Cormorant SC', arial;
    font-size: 42px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
    max-width: 1000px;
}
.inner-section3 .vc_col-sm-12 > div {
    padding: 0 15px 0 !important;
}

.inner-section3 .vc_col-sm-12 h3 + p {
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
}

.inner-section3 .vc_col-sm-12 .wpb_single_image {
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    border: 1px solid rgb(188 156 106 / 30%);
    overflow: hidden;
    margin-bottom: 20px !important;
}

.inner-s-box-title {
    text-align: center;
    border: 1px solid rgb(188 156 106 / 30%);
    padding: 15px 15px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    margin-bottom: 20px !important;
}

.inner-s-box-title h4 {
    margin: 0;
    font-family: 'Cormorant SC', arial;
    font-size: 22px;
    font-weight: 700;
}

.inner-s-box-desc {
    text-align: center;
    border: 1px solid rgb(188 156 106 / 30%);
    padding: 15px 15px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-s-box-desc p {
    font-size: 15px;
}

.inner-s-box-desc a {
    display: inline-block;
    background: #333333;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 100px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    max-width: 150px;
    margin: 0 auto;
}

.inner-s-box-desc a:hover {
    background: #EAD1B2;
    color: #111;
}

.home-section4 {
    background-size: cover;
}

.locatii-row1 {
    background-size: cover;
    background-position: center;
    text-align: center;
    border-bottom: 1px solid rgb(188 156 106 / 60%);
}


.locatii-row1 .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
    /* padding: 320px 0 30px; */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
}

.locatii-row1 .vc_col-sm-12 h3 {
    text-align: center;
    font-family: 'Cormorant SC', arial;
    font-size: 44px;
    font-weight: 500;
    color: #3a3a3a;
    margin: 0 auto 0px;
}
.locatii-row1 .vc_col-sm-12 h3 + p {
    max-width: 950px;
    margin: 0 auto;
}

.locatii-row1 .vc_col-sm-12 h3::after {
    display: block;
    content: '';
    background: rgb(188 156 106 / 60%);
    width: 800px;
    height: 1px;
    margin: 20px  auto;
}






.locatie-row2 .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
    /* padding: 320px 0 30px; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 0 60px;
}

.locatie-row2 .vc_col-sm-12 h3 {
    text-align: center;
    font-family: 'Cormorant SC', arial;
    font-size: 44px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0 auto 20px;
}
.locatie-row2 .vc_col-sm-12 h3 + p {
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
}


.locatie-row2 .vc_col-sm-12  ul {
    list-style: none;
    padding: 0;
    margin: 0;
    column-count: 4;
    padding-top: 30px;
    /* max-width: 650px; */
}

.locatie-row2 .vc_col-sm-12 ul li {
    position: relative;
    line-height: 45px;
    border: 1px solid #bc9c6a;
    background: #fff;
    border-radius: 1000px;
    margin-bottom: 10px;
    overflow: hidden;
}

.locatie-row2 .vc_col-sm-12 ul li a {
    color: #111;
    padding: 0 30px 0 50px;
    display: block;
}

.locatie-row2 .vc_col-sm-12 h4 + p {
    max-width: 650px;
}

.locatie-row2 .vc_col-sm-12 ul li a::after {
    content: '\f18e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 15px;
    font-size: 22px;
    font-weight: 400;
    color: #bc9c6a;
}

.locatie-row2 .vc_col-sm-12 ul li a::before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 15px;
    background-image: url(../images/steluta.png);
    background-size: contain;
    top: 6px;
}





.locatii-child-row1 {
    background-size: cover;
    background-position: center;
    text-align: center;
    border-bottom: 1px solid rgb(188 156 106 / 60%);
}


.locatii-child-row1 .vc_col-sm-12 {
    max-width: 970px;
    margin: 0 auto;
    float: none;
    /* padding: 320px 0 30px; */
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 200px;
}

.locatii-child-row1 .vc_col-sm-12 h3 {
    text-align: center;
    font-family: 'Cormorant SC', arial;
    font-size: 44px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 10px auto 0px;
}
.locatii-child-row1 .vc_col-sm-12 h3 + p {
    max-width: 950px;
    margin: 0 auto;
}

.locatii-child-row1 .vc_col-sm-12 h3::after {
    display: block;
    content: '';
    background: rgb(188 156 106 / 60%);
    width: 800px;
    height: 1px;
    margin: 20px  auto;
}

.locatii-child-row1 .vc_col-sm-12  > div {
    background: rgb(255 255 255 / 90%);
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    padding: 0 30px;
}


.locatii-child-row2 {
    background-size: cover;
    background-position: bottom;
    border-top: 1px solid rgb(188 156 106 / 30%);
}


.locatii-child-row2 .vc_row {
    max-width: 1470px;
    padding: 55px  0 80px;
    float: none;
    margin: 0 auto;
}

.locatii-child-row2 .vc_row h3 {
    text-align: center;
    font-family: 'Cormorant SC', arial;
    font-size: 42px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
    max-width: 1000px;
}
.locatii-child-row2 .vc_row p {
    margin-bottom: 5px;
}
.locatii-div strong.mijloace-icon::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/04.svg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.locatii-div strong.punct-icon::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/05.svg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.locatii-div strong.telefoane-icon::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/06.svg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 4px;
    margin-right: 5px;
}
.locatii-div strong.servicii-icon::before {
    content: '';
    width: 20px;
    height: 20px;
    background-image: url(../images/icons/07.svg);
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
    margin-right: 5px;
}

strong.adresa-icon::before {
    content: '\f041';
    font-family: 'FontAwesome';
    color: #bc9c6a;
    font-size: 20px;
    margin-right: 5px;
    width: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 1px;
}

strong.program-icon::before {
    content: '\f017';
    font-family: 'FontAwesome';
    color: #bc9c6a;
    font-size: 20px;
    margin-right: 5px;
    width: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    top: 1px;
    font-weight: 400;
}

strong.program-icon {
    display: inline-block;
    margin-top: 30px;
}

.locatii-child-row2 img {
    /* border: 1px solid #bc9c6a; */
    border-radius: 10px;
}
#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;
}
.inner-section2 .vc_col-sm-12 .wpb_single_image:not(.inline-img) {
        border-radius: 10px;
    border: 1px solid #bc9c6a;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    overflow: hidden;
}








.inner-section22 {
    background-size: cover;
    background-position: bottom;
    border-top: 1px solid rgb(188 156 106 / 30%);
}


.inner-section22  .vc_row {
    max-width: 1470px;
    margin: 80px  auto;
    float: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    border: 1px solid rgb(188 156 106 / 30%);
    padding: 60px 0;
}

.inner-section22 .vc_col-sm-12 h3 {
    text-align: center;
    font-family: 'Cormorant SC', arial;
    font-size: 42px;
    font-weight: 400;
    color: #3a3a3a;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 30px;
    /* max-width: 1000px; */
}
.inner-section22 .vc_col-sm-12 > div {
    padding: 0 60px 0 !important;
}

.inner-section22 .vc_col-sm-12 h3 + p {
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 300;
    LINE-HEIGHT: 34PX;
}

.inner-section22 .vc_col-sm-12 h3 + p::after {
    display: block;
    content: '';
    background: rgb(188 156 106 / 30%);
    width: 800px;
    height: 1px;
    margin: 30px auto 60px;
}

.inner-section22 .vc_col-sm-12 h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
}

.inner-section22 .vc_col-sm-12 .list-conv ul {
    display: block;
    padding-left: 150px;
    position: relative;
    min-height: 60px;
}

.inner-section22 .list-conv ul li:first-child {
    position: absolute;
    left: 0;
    display: block;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-section22 .list-conv ul li:first-child {
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    /* border: 2px solid #fff; */
    min-height: 50px;
}

.inner-section22 .list-conv ul li:first-child strong {
    margin-right: 7px;
}


.inner-section22 .list-conv.platina-conv ul li:not(:first-child) {
    padding: 17px 12px 17px 12px;
}

.inner-section22 .list-conv ul li:nth-child(2), .list-conv ul li:nth-child(3), .list-conv ul li:nth-child(4) {
    border-bottom: 1px solid #bc9c6a;
}

.inner-section22 .list-conv ul li:nth-child(4) {
    border-right: 0;
}

.inner-section22 .list-conv.argint-conv ul li:last-child {
    border-right: 1px solid #bc9c6a;
}

.inner-section22 .list-conv.platina-conv ul li {
    border-bottom: 0;
}
.banner-aplicatie {
    width: 100%;
    image-rendering: -webkit-optimize-contrast;
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, .75));
    padding: 0 5px;
}

.banner-aplicatie img {
    max-height: 114px;
    width: auto;
}

.banner-apl-box1 {text-align: right;padding-right: 50px;position: relative;}

.banner-apl-box2 {
    text-align: right;
}

.banner-aplicatie .col-md-6:last-child {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.banner-aplicatie > .row {
    display: flex;
    align-items: center;
}

span.span1 {
    display: block;
    color: #bc9c6a;
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
}

span.span2 {
    color: #111;
    font-size: 12px;
    font-style: italic;
}

.banner-aplicatie .col-md-6:first-child {
    padding: 0 35px;
}

.telsp1 a {
    font-weight: 600;
    color: #111;
    font-size: 12px;
}
.inner-section22 .vc_row ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.inner-section22 .vc_row ul li {
    margin-bottom: 20px;
}
.telsp1::before {
    content: '\f095';
    font-family: 'FontAwesome';
    color: #bc9c6a;
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 2px;
    min-width: 16px;
    text-align: center;
    display: inline-block;
}

.telsp1 a:hover {
    color: #bc9c6a;
}

.emailsp1 a {
    font-weight: 600;
    color: #111;
    font-size: 12px;
}

.emailsp1 a:hover {
    color: #bc9c6a;
}

.emailsp1::before {
    content: '\f003';
    font-family: 'FontAwesome';
    color: #bc9c6a;
    margin-right: 5px;
    font-size: 16px;
    position: relative;
    top: 2px;
    min-width: 16px;
    text-align: center;
    display: inline-block;
}

span.span3 {
    display: block;
    color: #111;
    font-size: 14px;
}

span.span4 {
    color: #bc9c6a;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

span.span5 {
    color: #111;
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.banner-apl-box1::before {
    content: '\f178';
    color: #111;
    margin-left: 5px;
    font-size: 16px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 18px;
    right: 18px;
    font-weight: 400;
}

.telsp1 {
    padding-top: 3px;
}
ol.breadcrumb {
    background: transparent;
    text-align: center;
    padding: 0;
    margin: 0;
}

.single-flota article {
    padding: 60px 0;
}
ol.breadcrumb  a {
    color: #fff;
    /* font-family: 'Noto Serif', arial; */
    color: #111 !important;
    line-height: 1;
    font-size: 14px;
    /* font-family: 'Noto Serif', arial; */
    font-style: italic;
    font-weight: 200;
}
ol.breadcrumb li {
    color: #111 !important;
    line-height: 1;
    font-size: 14px;
    /* font-family: 'Noto Serif', arial; */
    font-style: italic;
    font-weight: 200;
}
body.category .high-padding {
    background-image: url(../images/bg.jpg);
    background-size: cover;
    background-position: top;
    padding-top: 40px;
}

body.blog .high-padding {
    background-size: cover;
    background-position: top;
    padding-top: 40px;
}



body:not(.home) .blog_custom img.blog_post_image {
    margin: 30px 0 -30px;
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.header-title-breadcrumb-overlay .col-md-12.col-sm-12.col-xs-12   {
    padding: 30px 50px 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, .75));
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 2px solid #fff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    display: inline-block;
    width: 1050px;
    border-radius: 30px;
    margin: 0 auto !important;
    float: none;
}



body.category .high-padding .post-details,
body.blog .high-padding .post-details  {
    clear: both;
    overflow: hidden;
    backdrop-filter: blur(5px) saturate(1.8) brightness(1.05);
    box-shadow: 0 5px 10px rgb(17 17 17 / 10%);
    border-radius: 20px;
    padding: 70px 25px 25px;
    position: relative;
    z-index: 9;
}

body.category .high-padding .blog_custom .col-md-12.post-thumbnail,
body.blog .high-padding .blog_custom .col-md-12.post-thumbnail {
    position: relative;
    z-index: 99;!;!i;!;
}


.home-blog h3 {
    font-family: Maginia, arial;
    text-transform: uppercase;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: center;
    color: #b44c00;
}

.home-blog h4 {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}

.home-blog .vc_col-sm-12 {
    max-width: 100%;
    margin: 0 auto !important;
    float: none;
    margin-top: 10px !important;
    /* padding: 0 5%; */
    max-width: 1300px;
    padding-bottom: 0;
}

.home-blog h4 + p {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px !important;!I;!;
}

.blog-posts-shortcode {
    backdrop-filter: blur(5px) saturate(1.8) brightness(1.05);
    box-shadow: 0 5px 10px rgb(17 17 17 / 30%);
    border-radius: 20px;
    padding: 0 25px;
    margin-bottom: 100px;
}

.blog_custom img.blog_post_image {
    margin-top: 30px;
    border-radius: 20px;
    box-shadow: 0 5px 10px rgb(17 17 17 / 30%);
    margin-bottom: 30px;!;
    position: relative;
}

body.category .high-padding .blog_custom {
    /* margin-bottom: 50px; */
}

.blog--grup1 .post-name a {
    color: #3a3a3a;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 51px;
}

.blog--grup1 {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #bc9c6a;
}

.blog--grup1 .post-excerpt p {
    font-weight: 600;
}

.desc-excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    min-height: 72px;
}

p.button-blog a {
       display: inline-block;
       font-size: 14px;
       line-height: 40px;
       height: 40px;
       color: white;
       border: none;
       border-radius: 50px;
       font-weight: 400;
       cursor: pointer;
       transition: all 0.3s ease;
       box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
       background: linear-gradient(135deg, #FFE5A6 10%, #B4903A 55%, #816936 100%);
       padding: 0 30px;
       letter-spacing: .5px;
       position: relative;
       border: 1px solid #fff;
       box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

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

p.button-blog a:hover {
        transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(196, 169, 97, 0.4);
}
.gdpr-container .vc_col-sm-12 {
    max-width: 1470px;
    margin: 0 auto;
    float: none;
    padding: 60px 0;
}
/*Blog: Pagination*/
.sweetthemes-pagination.pagination .page-numbers.current {
    color: #fff;
    background: #bc9c6a;
    background-color: #bc9c6a;
}
.container-pagination {
    text-align: center;
}
.sweetthemes-pagination{
    background: transparent;
}
.pagination {
    padding: 0 15px;
    margin: 55px 0 70px 0;
    font-weight: 600;
    vertical-align: bottom;
    border-radius: 0;
}
.page-template-template-portfolio .pagination {
    padding: 0;
    position: relative;
}
.pagination > li > a {
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    color: rgb(144, 157, 165);
}
.pagination > li > a.current,
.pagination > li > a:hover {
    background-color: #00ADF1;
    color: #fff;
}
.sweetthemes-pagination .pagination {
    margin: 0;
    background:transparent;
}
.sweetthemes-pagination .pagination h2 {
    display: none;
}
.pagination a.page-numbers::before {
        background: #17a5a8 !important;
}
.sweetthemes-pagination-holder {
    text-align: center;
}
.pagination a.page-numbers:hover {
    background-color: #bc9c6a;
    color: #fff;
}
.pagination .page-numbers {
    background-color: #fff;
    color: #252525;
    float: left;
    line-height: 1.42857;
    margin: 0 5px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 0px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .02);
    border-radius: 5px;
}

.container.blog-posts .main-content {
    display: flex
;
    flex-flow: row wrap;
}
body.single-post .header-title-breadcrumb-overlay h1 {
    font-size: 32px;
    margin-top: 0;
    padding-top: 0;
}
.article-content br + br {display: none;}

.article-content *:not(.fa) {
    font-family: Outfit, Arial !important;
}

body.single-post .col-md-12.main-content {
    max-width: 1050px;
    margin: 0 auto;
    padding: 60px 15px;
    float: none;
    text-align: center;
}

.post-category-comment-date {
    padding: 15px 0;
    font-weight: bold;
}
body.single-post .col-md-12.main-content img {
    border-radius: 20px;
}
.inline-img {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 0;
}

.inline-img img {
    max-height: 160px;
    width: auto;
}
.job_custom {
    background: #fff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 1px solid #bc9c6a;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    padding: 20px;
}

.job-flex1 {
    display: flex;
}

.job-tags {
    background: #F3F3F3;
    padding: 5px 0px;
    font-size: 13px;
    margin-top: 20px;
    border-radius: 10px;
    word-spacing: 3px;
    text-align: center;
}

.job-name a {
    font-size: 17px;
    color: #111;
    font-weight: 600;
}

.job-titles {
    padding-left: 6px;
}

.job-locatie span {
    color: #686868;
    font-size: 14px;
}

.job-det1 {
    padding: 10px 0;
}

.job-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.job-desc1 span {
    color: #686868;
    font-size: 14px;
    padding-right: 5px;
    font-weight: 300;
}

.job-desc1 span i {
    color: #bc9c6a;
}

p.button-blog {
    text-align: right;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    margin-top: 30px;
}

.job-ex p {
    font-size: 14px;
}
.itexclusiv-contact.itexclusiv-contact-block.itexclusiv-contact-block-job {
   margin: 0;
}
body.single-flota .header-title-breadcrumb-overlay h1 {
    font-size: 42px;
}
.single-flota article .col-md-4 {
    position: sticky;
    top: 15px;
}
.single-flota article .col-md-8 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 800px;
    margin-bottom: 30px;
}
.single-flota article .col-md-8 ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

.contact-section1 {
    padding: 55px 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: 32px;
    color: #303849;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    /* font-family: 'FuturaPTDemi', Arial; */
    /* text-transform: uppercase; */
    /* font-family: 'Anton', arial; */
    /* text-transform: uppercase; */
    text-transform: uppercase;
    font-family: 'Cormorant SC', arial;
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #bc9c6a;
    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-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    /* padding-top: 55px; */
    /* padding-bottom: 55px; */
}


.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: #bc9c6a;
    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: 22px;
    font-weight: 700;
    margin-bottom: 5px !important;
    /* font-family: 'Anton', arial; */
}
.featured-icon-box.featured-icon-box-last {
    border: 0;
}

.contact-section1 .col-md-4 {
    WIDTH: 100%;
}

.contact-section1 .col-md-8 {
    WIDTH: 100%;
}

.contact-section1 .itexclusiv-contact.itexclusiv-contact-block.itexclusiv-contact-block-sidebar {
    MARGIN: 0;
}

.single-flota article .col-md-8 ul li::before {
    content: '\f00c';
    font-family: fontawesome;
    background: #bc9c6a;
    width: 25px;
    height: 25px;
    display: inline-block;
    position: absolute;
    left: 0;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
}
.single-flota article .col-md-8 h3 {
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0;
}
.form-sidebar-job {
    background: #fff;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    border: 1px solid #bc9c6a;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    padding: 20px;
    margin-top: 0;
}

.form-sidebar-job h3 {
    margin-top: 20px;
    margin-bottom: 30px;
}

.page-id-90 .calc-btn {
    display: none;
}

.page-id-90  .calc-bt {
    display: none;
}
.page-id-90 .calculator-slide {
    padding: 0px 20px;
}


.page-id-156 .calc-btn {
    display: none;
}

.page-id-156  .calc-bt {
    display: none;
}
.page-id-156 .calculator-slide {
    padding: 0px 20px;
}


.page-id-648 .calc-btn {
    display: none;
}

.page-id-648  .calc-bt {
    display: none;
}
.page-id-648 .calculator-slide {
    padding: 0px 20px;
}

.left-side  .calc-bt {
    display: none;
}


/*.left-side .calc-btn {
    display: none;
}

*/

.meniu_fix {
    position: fixed;
    bottom: 100px;
    right: 5px;
    z-index: 99999;
}

.meniu_fix a {
    width: 50px;
    display: block;
    height: 50px;
    background: #2BB43E;
    margin-bottom: 10px;
    border-radius: 100px;
    line-height: 58px;
    text-align: center;
    color: #fff;
}

.meniu_fix a svg {
    width: 20px !important;
    height: 20px !important;
}

a.facebook {
   
    background: #3b5998;
}

a.instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}




@media(max-width: 1500px) {
    .container {
        width: 1270px;
    }
    #navbar .menu-item > a {
        font-size: 16px;
        padding: 0 10px;
    }

    .home-section1 .vc_col-sm-12 {
        max-width: 1270px;
        padding-top: 260px;
        padding-bottom: 20px;
    }

    .home-section2 .vc_col-sm-12 {
        max-width: 1270px;
    }

    .card-box h3 {
        font-size: 42px;
    }

    .home-section3 .vc_col-sm-12 {
        max-width: 1270px;
        margin: 0 auto;
    }

    .list-conv ul {
        display: block;
    }

    .list-conv ul li:first-child {
        font-size: 14px;
    }

    .list-conv ul li:not(:first-child) {
        font-size: 14px;
        padding: 10px 10px;
        min-width: unset;
    }

    .home-section3 .vc_col-sm-12 .vc_col-sm-4 p {
        margin: 0;
    }

    .home-section4 .vc_col-sm-12 {
        max-width: 1270px;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
        padding: 15px 20px 0px;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper ul li {margin-left: 10px;}


    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child {
        width: 70%;
        margin-left: -20%;
    }

    .locatii-row .vc_col-sm-12 {
        max-width: 1270px;
    }
    .locatii-row-section .vc_row {
        max-width: 1270px;
    }

    .info-row .vc_col-sm-12 {
        max-width: 1270px;
    }
    .inner-section1 .vc_col-sm-12 {
        max-width: 1270px;
        padding-top: 260px;
        padding-bottom: 20px;
    }
    .inner-section2 .vc_col-sm-12 {
        max-width: 1270px;

    }
    .inner-section3 .vc_col-sm-12 {
        max-width: 1270px;
    }

    .locatii-child-row2 .vc_row,
     .locatie-row2 .vc_col-sm-12{
        max-width: 1270px;
    }
}


@media (min-width:767px) and (max-width:1024px) {
    #navbar .sub-menu {
        width: 200px;
    }

    .home-section1 .vc_col-sm-12 .vc_col-sm-4 {
        display: none;
    }

    .home-section1 .vc_col-sm-12 .vc_col-sm-8 {
        width: 100%;
    }

    .info-row .vc_col-sm-12 .vc_col-sm-6 {
        width: 100%;
    }

    .logo img, .navbar-header .logo img {
        max-width: 170px;
    }

    .navbar-header {
        padding: 0 15px;
        width: 100%;
        text-align: center;
    }

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

    nav#sweetthemes-main-head > .container {
        width: 100%;
        padding: 0 15px;
    }

    .container {
        width: 100%;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper h4::after,
    .inner-section2 .vc_col-sm-12 h3 + p::after {
        width: 100%;
    }

    header .navbar-toggle i {
        color: #fff;
    }
    .inner-section1 .vc_col-sm-12 .vc_col-sm-5, .inner-section1 .vc_col-sm-12 .vc_col-sm-2 {
        width: 100%;
    }

    header.header2 {
        position: static;
    }

    .vc_row {
        margin: 0 !important;
    }

    .marquee span {
        font-size: 14px;
        line-height: 35px;
    }

    .banner-aplicatie > .row {justify-content: center;margin: 0;}

    .banner-aplicatie .col-md-6:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-apl-box1 {
        display: none;
    }

    .banner-aplicatie .col-md-6:last-child {
        padding-left: 15px;
        width: 131px;
        padding-right: 0;
    }

    span.span2 {
        display: none;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
        margin: 5px 0px;
    }

    .top-header {
        margin-bottom: 5px;
    }
    .inner-section1 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

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

    .inner-section1 .vc_col-sm-12 > div {
        padding: 0 !important;
    }

    .calculator-wrap {
        padding: 0;
        max-width: 300px;
        margin: 0 auto;
    }

    .calculator-slide {
        padding: 10px 10px 10px !important;
    }

    .calculator-wrapp {margin: 0 !important;padding: 10px 5px;}

    .inner-section1 .vc_col-sm-12 h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .inner-section1 .vc_col-sm-12 ul li {
        font-size: 15px;
        padding-left: 42px;
        margin-bottom: 10px;
    }

    .inner-section1 .vc_col-sm-12 ul li::before {
        width: 20px;
        height: 20px;
        background-size: cover;
        left: 10px;
    }

    .inner-section1 .vc_col-sm-12 {
    }

    .inner-section2 .vc_col-sm-12 {margin: 0;padding: 30px 0;}

    .inner-section2 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

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

    .inner-section2 .vc_col-sm-12 h3 + p {
        font-size: 18px;
        line-height: 24px;
    }

    .inner-section2 .list-conv ul li:first-child {
        position: static;
        background-size: 150%;
        border-radius: 0;
    }

    .inner-section2 .vc_col-sm-12 .list-conv ul {
        padding: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .list-conv ul li:not(:first-child) {
        border-top: 1px solid #bc9c6a;
        display: block;
    }

    .list-conv ul li:not(:first-child) {
        border-bottom: 0 !important;
        border-right: 0;
        border-left: 0;
    }

    .inner-section3 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .inner-section3 .vc_col-sm-12 {
        margin: 20px auto !important;
    }

    .inner-section3 .vc_col-sm-12 h3 + p {
        font-size: 18px;
        line-height: 30px;
    }

    .inner-s-box-desc {
        min-height: unset;
    }

    .header2 .menu.nav-effect.nav-menu {
        display: block;
        max-width: 600px;
        margin: 0 auto !important;
        text-align: center;
    }

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

    div#navbar .login-btn {
        display: none;
    }
    .calc-btn-fixed-btn span {
        display: none;
    }

    .calc-btn-fixed-btn {
        padding: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        letter-spacing: 0;
    }

    .calc-btn-fixed-btn i {
        font-size: 20px;
        margin: 0;
        transform: none;
        position: relative;
        right: -2px;
    }

    .calc-btn-fixed {
        top: unset;
        bottom: 17px;
        right: unset;
        left: 5px;
    }

    .meniu_fix {
        bottom: 11px;
        left: 60px;
    }

    .meniu_fix a {
        margin-bottom: 5px;
        display: inline-block;
    }
    .home-section1 .vc_col-sm-12 h3 {
        font-size: 42px;
        line-height: 52px;
        margin: 0;
    }

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

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

    .home-section1 .vc_col-sm-12 ul li {
        font-size: 18px;
        padding: 6px 20px 6px 80px;
        padding-left: 40px;
        margin: 0;
        margin-bottom: 10px;
    }

    .home-section1 .vc_col-sm-12 ul li::before {
        width: 20px;
        height: 20px;
        background-size: cover;
        top: 10px;
    }

    .home-section1 .vc_col-sm-12 ul::after {
        width: 100%;
    }

    .info-row .vc_col-sm-12 h4::after {
        width: 100%;
    }

    .home-section1 .vc_col-sm-12 .vc_col-sm-8 p {
        font-size: 20px;
        line-height: 35px;
    }

    .calc-bt {
        display: none;
    }

    body.home .home-section2 .vc_col-sm-12 .vc_row:last-child > .vc_col-sm-4 {
        margin: 0 !important;
    }

    .card-box h3 {
        font-size: 21px;
        line-height: 24px;
        display: block;
        /* min-height: unset; */
    }

    .card-box {
        text-align: center;
        padding: 15px;
    }

    .calc-btn {
        padding-bottom: 10px;
    }

    .home-section3 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
        margin-top: 0;
    }

    .home-section3 {
        padding: 0 0 20px;
    }

    .list-conv ul li:first-child {
        position: static;
        background-size: 150%;
        border-radius: 0;
        display: block;
        min-width: unset;
        text-align: center;
        background-position: center;
    }

    .list-conv ul {
        border-radius: 15px;
        overflow: hidden;
    }

    .curs-val-box1 ul, .curs-val-box2 ul {
        column-count: 1;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child {
        width: 100%;
        margin: 0;
    }

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

    .home-section4 .vc_col-sm-12 {
        padding: 15px 0;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper h4 {
        font-size: 18px;
        line-height: 26px;
        margin: 0;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
        padding: 15px 15px 0;
    }

    .locatii-row .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .locatii-row .vc_col-sm-12 ul {
        column-count: 1;
    }

    .locatii-row .vc_col-sm-12 > div {
        padding: 0 !important;
    }

    .locatii-row .vc_col-sm-12 ul li a {
        font-size: 14px;
    }

    .locatii-row .vc_col-sm-12 {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .locatii-row .vc_col-sm-12 h4 {
        font-size: 18px;
        line-height: 24px;
    }


    .locatii-row-section .vc_row h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .locatii-row-section .vc_row ul {
        column-count: 1;
    }

    .locatii-row-section .vc_row > div {
        padding: 0 !important;
    }

    .locatii-row-section .vc_row ul li a {
        font-size: 14px;
    }

    .locatii-row-section .vc_row {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .locatii-row-section .vc_row h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .info-row .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner {
        padding: 0 !important;
        min-height: 300px;
        background-size: cover;
        margin-bottom: 15px;
    }

    .info-row .vc_col-sm-12 .vc_col-sm-6:last-child {
        width: 100%;
        margin: 0;
    }

    .info-row .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
        padding: 15px;
    }

    .info-row .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .info-row .vc_col-sm-12 h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .info-row .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner {
        padding: 0 !important;
    }

    .info-row .vc_col-sm-12 {
        padding-bottom: 20px;
    }

    .contact-row .vc_col-sm-12 h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0 !important;
    }

    .contact-row .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .contact-row .vc_col-sm-12 {
        padding: 30px 0 0;
    }

    .itexclusiv-contact {
        margin-top: 15px;
    }

    .footer-row-1 .col-md-3 {
        width: 50%;
        overflow: hidden;
        margin-bottom: 30px;
        float: left;
    }

    .footer-top {
        padding-bottom: 0;
    }
    .locatii-child-row1 .vc_col-sm-12 {
        padding: 30px 15px !important;
        height: unset;
    }

    .locatii-child-row1 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .inline-img {margin: 0 !important;padding: 0 5px;max-width: 100px;margin-bottom: 30px !important;}

    .locatii-child-row1 .vc_col-sm-12 h3::after {
        width: 100%;
    }
    .fixed-sidebar-menu.open {
        width: 100%;
        right: 0  !important;
    }

    .fixed-sidebar-menu {
        width: 300px;
        right: -300px !important;
    }

    .fixed-sidebar-menu .widget-title {
        font-size: 18px;
        line-height: 32px;
    }

    .fixed-sidebar-menu .left-side {
        padding-top: 40px;
    }

    .fixed-sidebar-menu-holder .close-sidebar {
        top: 10px;
        right: 10px;
    }
    .locatii-child-row1 .vc_col-sm-12 > div {
        padding: 0 15px;
    }
    .header-title-breadcrumb-overlay .col-md-12.col-sm-12.col-xs-12 {
        width: 100%;
        padding: 15px;
    }

    .header-title-breadcrumb-overlay h1 {
        font-size: 24px !important;
        line-height: 32px;
    }

    .header-title-breadcrumb-overlay {
        padding: 30px 15px;
    }
    .inner-section22 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .inner-section22 .vc_col-sm-12 > div {
        padding: 30px   15px !important;
    }

    .inner-section22 .vc_row {
        padding: 10px 0;
    }

    .inner-section22 .vc_col-sm-12 h3 + p {
        font-size: 18px;
        line-height: 28px;
    }

    .inner-section22 .vc_col-sm-12 h3 + p::after {
        width: 100%;
        margin: 20px 0 !important;
    }
    table {
        width: 100% !important;
    }
        .inner-section22 .vc_row {background: transparent !important;}
        .locatii-row1 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .locatii-row1 .vc_col-sm-12 h3::after {
        width: 100%;
    }

    .locatii-row1 .vc_col-sm-12 {
        padding: 30px 0;
        height: unset;
    }

    .locatie-row2 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .locatie-row2 .vc_col-sm-12 ul {
        column-count: 1;
    }
    .job_custom {
        margin-bottom: 30px;
    }
    .vc_section {
        margin: 0 !important;
    }
    .locatii-child-row2 .vc_row {
        margin: 0 !important;
    }

    .locatie-row2 .vc_col-sm-12 {
        padding: 0 !important;
    }
}


@media(max-width: 767px) {
   

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

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

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

    #navbar .menu-item > a {
        line-height: 50px;
        border-bottom: 1px solid rgb(204 204 204 / 30%);
        text-align: left;
        padding: 0 15px;
        color: #000;
        width: 100%;
        display: block;
        max-width: 100%;
    }

    span.expand {
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
        display: block;
    }

    .action-expand::after {
        content: "\f107";
        font-family: FontAwesome;
        color: #000 !important;
        padding: 15px;
        display: block;
    }

    .show-menu .action-expand::after {
        content: "\f106";
    }

    .menu .menu-item {
        display: block;
    }

    div#navbar {
        overflow: hidden !important;
        padding: 0;
        border: 0;
    }

    .logo img, .navbar-header .logo img {
        max-width: 170px;
    }

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

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

    nav#sweetthemes-main-head > .container {
        width: 100%;
        padding: 0 15px;
    }

    .container {
        width: 100%;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper h4::after,
    .inner-section2 .vc_col-sm-12 h3 + p::after {
        width: 100%;
    }

    header .navbar-toggle i {
        color: #fff;
    }
    .inner-section1 .vc_col-sm-12 .vc_col-sm-5, .inner-section1 .vc_col-sm-12 .vc_col-sm-2 {
        width: 100%;
    }

    header.header2 {
        position: static;
    }

    .vc_row {
        margin: 0 !important;
    }

    .marquee span {
        font-size: 14px;
        line-height: 35px;
    }

    .banner-aplicatie > .row {justify-content: center;margin: 0;}

    .banner-aplicatie .col-md-6:first-child {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-apl-box1 {
        display: none;
    }

    .banner-aplicatie .col-md-6:last-child {
        padding-left: 15px;
        width: 131px;
        padding-right: 0;
    }

    span.span2 {
        display: none;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
        margin: 5px 0px;
    }

    .top-header {
        margin-bottom: 5px;
    }
    .inner-section1 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

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

    .inner-section1 .vc_col-sm-12 > div {
        padding: 0 !important;
    }

    .calculator-wrap {
        padding: 0;
        max-width: 300px;
        margin: 0 auto;
    }

    .calculator-slide {
        padding: 10px 10px 10px !important;
    }

    .calculator-wrapp {margin: 0 !important;padding: 10px 5px;}

    .inner-section1 .vc_col-sm-12 h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .inner-section1 .vc_col-sm-12 ul li {
        font-size: 15px;
        padding-left: 42px;
        margin-bottom: 10px;
    }

    .inner-section1 .vc_col-sm-12 ul li::before {
        width: 20px;
        height: 20px;
        background-size: cover;
        left: 10px;
    }

    .inner-section1 .vc_col-sm-12 {
    }

    .inner-section2 .vc_col-sm-12 {margin: 0;padding: 30px 0;}

    .inner-section2 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

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

    .inner-section2 .vc_col-sm-12 h3 + p {
        font-size: 18px;
        line-height: 24px;
    }

    .inner-section2 .list-conv ul li:first-child {
        position: static;
        background-size: 150%;
        border-radius: 0;
    }

    .inner-section2 .vc_col-sm-12 .list-conv ul {
        padding: 0;
        border-radius: 20px;
        overflow: hidden;
    }

    .list-conv ul li:not(:first-child) {
        border-top: 1px solid #bc9c6a;
        display: block;
    }

    .list-conv ul li:not(:first-child) {
        border-bottom: 0 !important;
        border-right: 0;
        border-left: 0;
    }

    .inner-section3 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .inner-section3 .vc_col-sm-12 {
        margin: 20px auto !important;
    }

    .inner-section3 .vc_col-sm-12 h3 + p {
        font-size: 18px;
        line-height: 30px;
    }

    .inner-s-box-desc {
        min-height: unset;
    }

    .header2 .menu.nav-effect.nav-menu {
        display: block;
    }

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

    div#navbar .login-btn {
        display: none;
    }
    .calc-btn-fixed-btn span {
        display: none;
    }

    .calc-btn-fixed-btn {
        padding: 0;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        letter-spacing: 0;
    }

    .calc-btn-fixed-btn i {
        font-size: 20px;
        margin: 0;
        transform: none;
        position: relative;
        right: -2px;
    }

    .calc-btn-fixed {
        top: unset;
        bottom: 17px;
        right: unset;
        left: 5px;
    }

    .meniu_fix {
        bottom: 11px;
        left: 60px;
    }

    .meniu_fix a {
        margin-bottom: 5px;
        display: inline-block;
    }
    .home-section1 .vc_col-sm-12 h3 {
        font-size: 42px;
        line-height: 52px;
        margin: 0;
    }

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

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

    .home-section1 .vc_col-sm-12 ul li {
        font-size: 18px;
        padding: 6px 20px 6px 80px;
        padding-left: 40px;
        margin: 0;
        margin-bottom: 10px;
    }

    .home-section1 .vc_col-sm-12 ul li::before {
        width: 20px;
        height: 20px;
        background-size: cover;
        top: 10px;
    }

    .home-section1 .vc_col-sm-12 ul::after {
        width: 100%;
    }

    .info-row .vc_col-sm-12 h4::after {
        width: 100%;
    }

    .home-section1 .vc_col-sm-12 .vc_col-sm-8 p {
        font-size: 20px;
        line-height: 35px;
    }

    .calc-bt {
        display: none;
    }

    body.home .home-section2 .vc_col-sm-12 .vc_row:last-child > .vc_col-sm-4 {
        margin: 0 !important;
    }

    .card-box h3 {
        font-size: 32px;
        line-height: 42px;
        display: block;
        min-height: unset;
    }

    .card-box {
        text-align: center;
        padding: 15px;
    }

    .calc-btn {
        padding-bottom: 10px;
    }

    .home-section3 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
        margin-top: 0;
    }

    .home-section3 {
        padding: 0 0 20px;
    }

    .list-conv ul li:first-child {
        position: static;
        background-size: 150%;
        border-radius: 0;
        display: block;
        min-width: unset;
        text-align: center;
        background-position: center;
    }

    .list-conv ul {
        border-radius: 15px;
        overflow: hidden;
    }

    .curs-val-box1 ul, .curs-val-box2 ul {
        column-count: 1;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child {
        width: 100%;
        margin: 0;
    }

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

    .home-section4 .vc_col-sm-12 {
        padding: 15px 0;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper h4 {
        font-size: 18px;
        line-height: 26px;
        margin: 0;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
        padding: 15px 15px 0;
    }

    .locatii-row .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .locatii-row .vc_col-sm-12 ul {
        column-count: 1;
    }

    .locatii-row .vc_col-sm-12 > div {
        padding: 0 !important;
    }

    .locatii-row .vc_col-sm-12 ul li a {
        font-size: 14px;
    }

    .locatii-row .vc_col-sm-12 {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .locatii-row .vc_col-sm-12 h4 {
        font-size: 18px;
        line-height: 24px;
    }

     .locatii-row-section .vc_row h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .locatii-row-section .vc_row ul {
        column-count: 1;
    }

    .locatii-row-section .vc_row > div {
        padding: 0 !important;
    }

    .locatii-row-section .vc_row ul li a {
        font-size: 14px;
    }

    .locatii-row-section .vc_row {
        padding-bottom: 20px;
        padding-top: 0;
    }

    .locatii-row-section .vc_row h4 {
        font-size: 18px;
        line-height: 24px;
    }
        .locatii-row-section {
    padding: 0 !important;
}

body .locatii-row-section .sbvcgmap-map-wrapper iframe{
    margin-bottom:  30px !important ;
}
    .info-row .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner {
        padding: 0 !important;
        min-height: 300px;
        background-size: cover;
        margin-bottom: 15px;
    }

    .info-row .vc_col-sm-12 .vc_col-sm-6:last-child {
        width: 100%;
        margin: 0;
    }

    .info-row .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
        padding: 15px;
    }

    .info-row .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .info-row .vc_col-sm-12 h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .info-row .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner {
        padding: 0 !important;
    }

    .info-row .vc_col-sm-12 {
        padding-bottom: 20px;
    }

    .contact-row .vc_col-sm-12 h4 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0 !important;
    }

    .contact-row .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .contact-row .vc_col-sm-12 {
        padding: 30px 0 0;
    }

    .itexclusiv-contact {
        margin-top: 15px;
    }

    .footer-row-1 .col-md-3 {
        width: 100%;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .footer-top {
        padding-bottom: 0;
    }
    .locatii-child-row1 .vc_col-sm-12 {
        padding: 30px 15px !important;
        height: unset;
    }

    .locatii-child-row1 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .inline-img {margin: 0 !important;padding: 0 5px;max-width: 100px;margin-bottom: 30px !important;}

    .locatii-child-row1 .vc_col-sm-12 h3::after {
        width: 100%;
    }
    .fixed-sidebar-menu.open {
        width: 100%;
        right: 0  !important;
    }

    .fixed-sidebar-menu {
        width: 300px;
        right: -300px !important;
    }

    .fixed-sidebar-menu .widget-title {
        font-size: 18px;
        line-height: 32px;
    }

    .fixed-sidebar-menu .left-side {
        padding-top: 40px;
    }

    .fixed-sidebar-menu-holder .close-sidebar {
        top: 10px;
        right: 10px;
    }
    .locatii-child-row1 .vc_col-sm-12 > div {
        padding: 0 15px;
    }
    .header-title-breadcrumb-overlay .col-md-12.col-sm-12.col-xs-12 {
        width: 100%;
        padding: 15px;
    }

    .header-title-breadcrumb-overlay h1 {
        font-size: 24px !important;
        line-height: 32px;
    }

    .header-title-breadcrumb-overlay {
        padding: 30px 15px;
    }
    .inner-section22 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .inner-section22 .vc_col-sm-12 > div {
        padding: 30px   15px !important;
    }

    .inner-section22 .vc_row {
        padding: 10px 0;
    }

    .inner-section22 .vc_col-sm-12 h3 + p {
        font-size: 18px;
        line-height: 28px;
    }

    .inner-section22 .vc_col-sm-12 h3 + p::after {
        width: 100%;
        margin: 20px 0 !important;
    }
    table {
        width: 100% !important;
    }
        .inner-section22 .vc_row {background: transparent !important;}
        .locatii-row1 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .locatii-row1 .vc_col-sm-12 h3::after {
        width: 100%;
    }

    .locatii-row1 .vc_col-sm-12 {
        padding: 30px 0;
        height: unset;
    }

    .locatie-row2 .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .locatie-row2 .vc_col-sm-12 ul {
        column-count: 1;
    }
    .job_custom {
        margin-bottom: 30px;
    }
    .vc_section {
        margin: 0 !important;
    }
    .locatii-child-row2 .vc_row {
        margin: 0 !important;
    }

    .locatie-row2 .vc_col-sm-12 {
        padding: 0 !important;
    }
    .sbvcgmap-map-wrapper p {
        font-size: 12px;
        line-height: 14px !important;
        margin-bottom: 5px !important;
        max-width: 160px !important;
    }

    .sbvcgmap-map-wrapper p img {
        max-width: 150px !important;
    }

    .sbvcgmap-map-wrapper .gm-style-iw-d img {
        max-width: 150px !important;
    }
}