/*
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: 255px;
 width: 100%;
 /* filter: invert(1); */
}

.gdpr-container > .vc_col-sm-12 {
    max-width: 1270px !important;
    float: none !important;
    margin: 0 auto !important;
    padding: 30px 0;
}

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

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

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



/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 19px 15px 0 !important;
    padding: 0px 15px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    background: #2A9699 !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    color: #fff;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    color: #fff;
}
#navbar .menu-item.selected > a,
#navbar .menu-item:hover > a {
    background: transparent;
}
.is_header_semitransparent .sticky-wrapper {
    position: absolute;
    width: 100%;
}
.is_header_semitransparent .navbar-default {
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

body.is_header_semitransparent .is-sticky #mt-nav-burger span{
    background: #000000;
}
body.is_header_semitransparent header .is-sticky .right-side-social-actions .mt-search-icon i, 
body.is_header_semitransparent .is-sticky #navbar .menu > .menu-item > a, 
body.is_header_semitransparent header .is-sticky .right-side-social-actions .social-links i {
    color: #000000;
}
body.is_header_semitransparent #mt-nav-burger span {
    background: #000 none repeat scroll 0 0;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
    background: rgba(0, 175, 239, 0.95) none repeat scroll 0 0;
}
.is_header_semitransparent .header-title-breadcrumb-overlay > .container {
    padding-top: 80px;
}
.is_header_semitransparent #navbar .menu-item > a {
    color: #fff;
}

@media(min-width: 767px) {
    body #navbar ul:not(.sub-menu) > .menu-item:hover > a, body #navbar ul:not(.sub-menu) > .current_page_item:not(.contact-li) > a {
        color: #111 !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 10px #11111117;
}
/*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: #71a60d;
}
div#navbar {
    /* text-align: center; */
    /* padding: 0px; */
    /* padding-right: 30px; */
    width: calc(100% - 480px);
    text-align: right;
    padding: 0;
}
.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: 300px;
    top: 100%;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    visibility: hidden;
    padding: 0px;
    border-radius: 0px;
    background-color: #002855;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
}

a.btn-style1.top1 {
    margin-top: 28px !important;
}


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

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

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


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

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

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 80px;
    padding: 0px 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Mada', Arial;
    text-align: center;
    font-weight: 600;
    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: #111;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 25px;
    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: #fff;
    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: 25px;
    text-align: left;
    font-family: 'Frank Ruhl Libre', arial;
    FONT-WEIGHT: 400;
    COLOR: #2A9699 !important;
    padding-top: 0px;
}
footer .footer-top .menu .menu-item a {
    font-size: 16px;
    line-height: 22px;
    color: #111!important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px;
    font-family: Mada, 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: 25px;
    color: #111;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 3px;
    color: #2A9699;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #2A9699  !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: 235px !important;
    /* filter: invert(1); */
    transform: rotate(90deg);
    transform-origin: left top;
    text-align: center;
    position: relative;
    left: 160px;
    top: -17px;
}
p.copyright {
    color: #111;
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 400;
    font-family: 'Mada', Arial;
}
p.copyright a {
    color: #2A9699;
    font-weight: 400;
}

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

footer {
    background-color: #f6f6f6;
    clear: both;
    background-size: cover;
    background-position: center;
}

/* 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: #2A9699;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: poMada;position: relative;overflow: hidden;z-index: 1;font-weight: 400;outline: none;white-space: nowrap;text-transform: uppercase;font-family: "Mada", Arial;border-radius: 100px;}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #632D73;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {
background-color: #fff;
    height: 50px;
    border: 2px solid #f4f7f7;
    color: #000;
    padding: 0px 15px;
    line-height: normal;
    font-size: 16px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    width: 100%;
    outline: none;
    font-family: Mada;
    margin: 5px 0 20px;
    font-weight: 400;
    border: 1px solid #111;
}
.itexclusiv-contact {
    max-width: 600px;
    margin: 0px auto 0;
}
.wpcf7-form .input-filled {
    position: relative;
    margin-bottom: 15px;
}
.ct-contact-form-modern .ct-contact-holder .wpcf7-form-control-wrap {
    margin-bottom: 24px;
    display: block;
}
.wpcf7-form .input-filled>i {
    color: #c9cce4;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    right: 36px;
    z-index: 1;
}
.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px;
    min-height: 200px;
    }
.itexclusiv-contact select {
        color: #111;
   
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

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

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

.header-title-breadcrumb-overlay h1 {
    font-size: 41px;
    line-height: 54px;
    color: #111;
    font-weight: 400;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
    font-family: "Frank Ruhl Libre", serif;
}


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




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

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

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

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

ul li, ol li {
    color: #686868;
    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: 'Mada', Arial; 
}

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

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

p {
    font-family: 'Mada', Arial; 
}
@media(min-width: 1280px) {
    header .contact-li a {
        background: #3F50A2;
        color: #fff  !important;
        line-height: 45px !important;
        margin: 12px 30px;
        font-weight: 400 !important;
        padding: 0 20px !important;
        border-radius: 0;
        font-size: 16px !important;
        letter-spacing: 0.45px;
    }
    body #navbar ul:not(.sub-menu) > .menu-item.contact-li:hover > a {
        background: #de0e15;
        color: #fff !important;
    }
    header .contact-li::before {
        content: '';
        width: 1px;
        height: 25px;
        background: #cccccc;
        display: block;
        position: absolute;
        top: 22px;
        opacity: 1;
    }

  header  .contact-li {
        position: relative;
        margin-left: 15px;
    }
}

.header-top {
    background: #2A9699;
    /* padding: 8px 0; */
}

.header-top-item {
    display: inline-block;
    padding: 10px 0px 10px 18px;
}

.header-top-item * {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
}


.header-top-item i {
    font-size: 16px !important;
    margin-right: 5px;
    position: relative;
    top: 1px;
    color: #fff;
}

.header-top-item a:hover, .header-top-item a:focus {
    color: #fff!important;
}


    

.header-top .social-f {
    padding-top: 0px;
    text-align: right;
    display: inline;
    margin-left: 20px;
}

.navbar-header.col-md-3.col-sm-2 {
    width: 280px;
}
.login-btn a:hover {
    transform: translateY(-2px);
    box-shadow: #2A969969 0px 6px 25px;
}
.login-btn 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: #2A9699;
    padding: 0 20px;
    letter-spacing: .5px;
    position: relative;
    border: 0;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
}

.login-btn a span {
    color: #fff;
    position: relative;
}

.login-btn {
    display: inline-block;
    position: relative;
    /* padding-left: 10px; */
    width: 150px;
    float: left;
    /* position: absolute; */
    /* top: 44px; */
    right: 0;
    width: 200px;
    text-align: right;
    margin: 20px 0;
}

.login-btn img {
    image-rendering: -webkit-optimize-contrast;
    filter: brightness(0) invert(1);
    max-width: 16px;
    position: relative;
    bottom: 1px;
}


header .social-f a {
    line-height: 30px;
    display: inline-block;
    width: 30px;
    background: #00a4b7;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    border-radius: 100px;
}
.social-f span {
    display: inline-block;
    color: #fff;
    padding-right: 5px;
    font-size: 14px;
}

header .social-f a img {
    max-width: 14px;
    filter: invert(1);
}

.header-top .social-f::before {
    content: '';
    width: 1px;
    height: 25px;
    background: #00a4b7;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: 7px;
}

@media(min-width: 1300px) {
    .container {
        width: 1270px;
    }
}
.law_slider_box-child > .container {
    min-height: 650px;
    display: flex;
    align-items: center;
    height: 70vh;
}
.law_slider_box-child {
    /* padding: 200px 0; */
    background-size: cover;
    background-position: center;
    min-height: 600px;
}
.law_slider_box-child h3 {
    font-size: 58px;
    font-weight: 900;
    /* max-width: 650px; */
    margin-bottom: 30px;
    color: #0e204d;
    margin: 10px 0 10px;
    /* font-family: arial; */
    /* text-transform: uppercase; */
    font-family: 'Frank Ruhl Libre', arial;
    line-height: 68px;
    max-width: 700px;
}

.law_slider_box-child h4 {
    font-size: 71px;
    font-weight: 800;
    /* max-width: 650px; */
    margin-bottom: 30px;
    color: #fff;
    margin: 10px 0 10px;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}
.law_slider_box-child .law_slider_btn {
    background: #00a4b7;
    margin-right: 30px;
    line-height: 55px;
    height: 55px;
    color: #fff;
    display: inline-block;
    padding: 0 40px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 10px;
}

.law_slider_box-child .law_slider_btn {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all .5s linear;
}

.law_slider_box-child .law_slider_btn:before {
    position: absolute;
    content: "";
    background-color: #F69EB7;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.law_slider_box-child .law_slider_btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #F69EB7;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    z-index: -1;
}
.law_slider_box-child .law_slider_btn:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
.law_slider_box-child .law_slider_btn:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}

.law_slider_box-child .law_slider_btn:hover {
    color: #fff;
}


.law_slider_box-child .law_slider_btn2 {
    background: #fff;
    line-height: 53px;
    /* margin: 0 15px; */
    height: 55px;
    color: #0e204d;
    display: inline-block;
    padding: 0 40px;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    margin-top: 10px;
    border: 1px solid #fff;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all .5s linear;
}


.law_slider_box-child .law_slider_btn2:before {
    position: absolute;
    content: "";
    background-color: #F69EB7;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.law_slider_box-child .law_slider_btn2:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #F69EB7;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    z-index: -1;
}
.law_slider_box-child .law_slider_btn2:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
.law_slider_box-child .law_slider_btn2:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}

.law_slider_box-child h3 + p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
    font-weight: 500;
    color: #0e204d;
}

.law_slider_box-child .law_slider_btn2:hover {
    color: #fff;
}

header.header2 {
    position: relative;
    z-index: 2;
}
.home-section1 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 90px 0 60px;
}

.home-section1 > .vc_col-sm-12 .vc_col-sm-6:last-child {
    /* margin-top: 150px; */
    /* overflow: hidden; */
}

.home-section1 > .vc_col-sm-12 .vc_col-sm-6 h3 {
    font-family: 'Frank Ruhl Libre', arial;
    font-size: 40px;
    line-height: 58px;
    color: #0e204d;
    margin-top: 0;
}

.home-section1 > .vc_col-sm-12 .vc_col-sm-6 blockquote {
    font-size: 16px;
    line-height: 24px;
    border-left: 3px solid #0e204d;
    margin: 30px 20px;
}

.home-section1 > .vc_col-sm-12 .vc_col-sm-6 blockquote p {
    color: #0e204d;
    font-weight: 600;
}

.home-section1 > .vc_col-sm-12 .vc_col-sm-6:last-child > div {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 150px 0 !important;
    /* overflow: hidden; */
    position: relative;
    top: 189px;
    background-position: center;
}
.home-section1 > .vc_col-sm-12 .vc_col-sm-6:last-child > div::after {
    content: '';
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    background-image: linear-gradient(180deg, #00000000 63%, #061733 100%);
    opacity: 0.3;
    display: block;
    border-radius: 20px;
}

a.popup-vimeo-youtube img {
    /* filter: invert(1); */
    background: #fff;
    border-radius: 1000px;
}


.btn-style1 {
    background: #2A9699;
    margin-right: 30px;
    line-height: 55px;
    height: 55px;
    color: #fff !important;
    display: inline-block;
    padding: 0 60px;
    border-radius: 100px;
    font-weight: 500;
    font-size: 18px;
    margin-top: 0;
}

.btn-style1 {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all .5s linear;
}

.btn-style1:before {
    position: absolute;
    content: "";
    background-color: #811229;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.btn-style1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #811229;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    z-index: -1;
}
.btn-style1:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
.btn-style1:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}
a.btn-style1:hover {
    color: #fff;
}
.home-section2 {
    background: #EBFBFA;
    background-size: contain;
}
.home-section2 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 170px 0 90px;
}
.home-section2 > .vc_col-sm-12  h3 {
    font-family: 'Frank Ruhl Libre', arial;
    font-size: 40px;
    line-height: 58px;
    color: #0e204d;
    margin-top: 0;
}

.home-section2 > .vc_col-sm-12 h3 + p {
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
    font-weight: 500;
    color: #0e204d;
}

.home-recenzii .vc_col-sm-12 {
    height: 100%;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    padding-top: 40px;
    padding-bottom: 65px;
}

ul.prezentari-dots li {
    display: inline-block;
}
ul.prezentari-dots li {
    cursor: pointer;
}

ul.prezentari-dots {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}
ul.prezentari-dots li svg.fp-arc-loader .path {
    display: none;
}
ul.prezentari-dots li.slick-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    animation: dash ease-in 3s;
    animation-iteration-count: unset;
}
ul.prezentari-dots {
    position: static;
    bottom: -10px;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
ul.prezentari-dots li.slick-active circle.path {
    stroke: #2A9699;
}
ul.prezentari-dots li.slick-active circle.path + circle {
    fill: #2A9699;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.home-recenzii .vc_col-sm-12 h3 {
       font-family: "Frank Ruhl Libre", serif;
       color: #111;
       font-weight: 400;
       font-size: 36px;
       line-height: 42px;
       margin-bottom: 20px;
       margin-top: 0;
       text-align: center;
}



.testimonial01_item {
    padding: 0 15px;
    text-align: center;
}
.home-recenzii .vc_col-sm-12 > div {
    background-repeat: no-repeat;
    background-position: center;
}
.testimonial01_item > div {
    background: #fff;
    padding: 30px;
    border: 1px solid #FFFFFF2B;
    border-radius: 15px;
    position: relative;
}

.testimonial01-ppo1 img {
    max-width: 80px;
    border-radius: 120px;
}

.testimonial01-ppo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
}
.rnb-component-wrapper {
    margin: 0;
}
.testimonial01-ppo1, .testimonial01-ppo2 {
    padding: 0 5px;
    text-align: left;
}
.name-pos {
    /* text-transform: uppercase; */
    color: #686868;
    /* font-size: 12px; */
    font-weight: 400;
}
.stars img {
    max-width: 80px;
    margin-bottom: 10px;
}
.name-test {
    font-size: 16px;
    color: #111;
    font-weight: 600;
}

.testimonail01-content p {
    color: #080337;
    font-weight: 600;
}


.testimonial01_item > div::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    15px: 0;
    left: 15px;
    top: 15px;
    font-size: 40px;
    z-index: 1;
    opacity: .1;
}

.home-recenzii {
    background: #F5F3ED;
}
.flota_custom {
    padding: 15px;
}

.flota-details {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(14, 32, 77, 0.08);
}

.flota_custom .post-name {
    padding: 30px 30px 20px;
}

.flota_custom .post-name a {
    font-size: 23px;
    font-family: 'Frank Ruhl Libre', arial;
    color: #0e204d;
    font-weight: 700;
}

p.desc-list {
    padding: 0 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

p.desc-list p {}

.flota_custom p.button-blog {
    padding: 15px 30px;
}

p.button-blog a {
    color: #0e204d;
    font-weight: 600;
}

p.button-blog a::after {
    content: '\f101';
    font-family: 'FontAwesome';
    font-weight: 400;
    margin-left: 5px;
}

.flota-posts {
    margin: 0 -15px;
    position: relative;
}


.law_slider_box_shortcode_nav > div {
    border: 2px solid #00a4b7;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    color: #00a4b7;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    transition: all 300ms ease;
}

.law_slider_box_shortcode_nav {
    position: absolute;
    top: -94px;
    right: 0;
}

.law_slider_box_shortcode_parent2 {
    position: relative;
}

.law_slider_box_shortcode_nav > div:hover {
    background: #00a4b7;
    color: #fff;
}
a.popup-vimeo-youtube {
    position: relative;
    z-index: 9;
}


.home-section3 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 80px 0 90px;
    position: relative;
    z-index: 3;
}

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

.home-section3 {
    background-size: cover;
    position: relative;
}

.home-section3 > .vc_col-sm-12 h3 {
    font-family: 'Frank Ruhl Libre', arial;
    font-size: 40px;
    line-height: 58px;
    color: #fff;
    margin-top: 0;
    text-align: center;
}

.home-section3 > .vc_col-sm-12 h3 + p {
    font-size: 18px;
    line-height: 26px;
    max-width: 500px;
    font-weight: 500;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.home-section3 > .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}

.home-section3 > .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    padding: 0 30px;
}

.home-section3 > .vc_col-sm-12 h4 {
    font-size: 23px;
    font-family: 'Frank Ruhl Libre', arial;
    color: #0e204d;
    font-weight: 700;
}

.home-section3 > .vc_col-sm-12 h4 + p {
    font-size: 16px;
    line-height: 26px;
    max-width: 600px;
    font-weight: 500;
    color: #0e204d;
}
.home-section3::after {
    background-color: transparent;
    background-image: linear-gradient(180deg, #00a4b7fa 70%, #02727fa1 100%);
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block !important;
    width: 100%;
    HEIGHT: 100%;
    CLEAR: UNSET;
}

.blog-section .vc_col-sm-12 {
    height: 100%;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding-bottom: 0px;
    position: relative;
    z-index: 2;
    padding-top: 65px;
    padding-bottom: 80px;
}
.blog-section .vc_col-sm-12 h3 {
       font-family: 'Frank Ruhl Libre', arial;
       font-size: 40px;
       line-height: 58px;
       color: #0e204d;
       margin-top: 0;
       TEXT-ALIGN: CENTER;
}

.blog_custom {
    box-shadow: 0 3px 20px rgb(0 26 41 / 11%);
    background: #fff;
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 30px;
}

.blog_custom .col-md-12 {
    padding: 0;
    overflow: hidden;
}

.blog_custom .post-name a {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Frank Ruhl Libre', arial;
    color: #0e204d;
    font-weight: 800;
    padding: 0 30px;
    display: block;
}

span.time-n-date {
    position: absolute;
    top: 15px;
    right: 15px;
    font-family: 'Frank Ruhl Libre', arial;
    background: #00a4b7;
    color: #fff;
    min-height: 77px;
    min-width: 67px;
    padding: 11px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 10px;
}

span.time-n-date span {
    display: block;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
}

.post-totl {
    padding: 30px  30px 10px;
}

span.author-p {
    font-weight: 400;
}

span.author-p a {
    color: #686868;
    font-weight: 400;
    font-size: 14px;
}

span.author-p a::before {
    content: '\f2c0';
    font-family: 'FontAwesome';
    margin-right: 5px;
}

span.post-tags-list {
    font-weight: 400;
    margin-left: 15px;
    font-size: 14px;
}

span.post-tags-list::before {
    content: '\f02b';
    font-family: 'FontAwesome';
    margin-right: 5px;
    opacity: .5;
    font-weight: 400;
}

img.blog_post_image {
    transition: all 300ms ease;
}

.blog_custom:hover img {
    transform: scale(1.1);
}

.post-name a:hover {
    color: #00a4b7;
}

.call-action-ssection {
        background: #3B715A;
        padding-top: 45px;
        padding-bottom: 5px;
        background-size: cover;
        background-position: top;
}

.call-action-ssection .vc_col-sm-12 {
    height: 100%;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
}

.call-action-ssection .vc_col-sm-12 h3 {
    text-align: left;
    font-weight: 700;
    font-family: 'Frank Ruhl Libre', arial;
    font-size: 32px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 13px;
}

.call-action-ssection .vc_col-sm-12 h3 + p {
    color: #fff;
}

.call-action-ssection .vc_col-sm-12 > div {
    padding-top: 0 !important;
}

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

.col-md-3.sidebar-2 {
    WIDTH: 20%;
}

.blog-section .vc_col-sm-12 > DIV {
    padding-top: 0 !important;
}

.blog-posts {
    padding-top: 15px;
}

.col-md-3.sidebar-1 {
    width: 18%;
    /* padding-top: 20px; */
}

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

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

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

.col-md-3.sidebar-3 .widget-title {
    text-align: left;
}

.col-md-3.sidebar-4 .widget-title {
    /* text-align: center; */
    margin: 0 !important;!I;!;
}

.col-md-3.sidebar-4 p {
    /* text-align: center; */
}

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

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

.footer-top {
    padding: 60px 0 60px;
}
 .social-f a {
    display: inline-block;
    padding-right: 19px;
    color: #2A9699;
    font-size: 15px;
}

 .social-f a:hover {
    color: #111;
}
.breadcrumb {
    margin-bottom: 0;
    /* padding-bottom: 0; */
    background: transparent;
}
.social-f a i {
    font-size: 21px !important;
}

.home-section11 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 65px 0 40px;
    position: relative;
    z-index: 9;
}


.home-section11 > .vc_col-sm-12 H3 {
    font-family: "Frank Ruhl Libre", serif;
    color: #111;
    font-weight: 400;
    font-size: 52px;
    line-height: 64px;
    margin-bottom: 20px;
    margin-top: 0;
    /* max-width: 300px; */
}

.home-section11 > .vc_col-sm-12 h3 +  p {
    font-size: 22px;
    line-height: 27px;
    color: #2A9699;
    border-left: 3px solid #2A9699;
    padding-left: 15px;
}

.home-section11 {
    background-size: cover;
    background-position: bottom;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.home-section22 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 45px 0 60px;
    position: relative;
    z-index: 9;
}
.home-section22 > .vc_col-sm-12 H3 {
    font-family: "Frank Ruhl Libre", serif;
    color: #111;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 50px;
    margin-top: 0;
}

.box-serv {
    box-shadow: 0px 3px 15px 0px rgba(16, 16, 16, 0.1);
    padding: 0px 30px 5px;
    border-bottom: 5px solid #2A9699;
    transition: all 300ms ease;
    background: #fff;
}

.box-serv h4 {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all 300ms 
ease;
    color: #000;
    min-height: 64px;
    line-height: 32px;
}

a.btn-small1 {
    font-size: 14px;
    font-weight: 600;
    opacity: 0;
    transition: all 300ms ease;
    margin-top: 20px;
    display: block;
}

.box-serv > div {
    transform: translateY(30px);
    transition: all 300ms 
ease;
}

.box-serv:hover {
    background: #2A9699;
    overflow: hidden;
}

.box-serv:hover > div {
    transform: translateY(-10px);
}

.box-serv:hover a.btn-small1 {opacity: 1;color: #fff;}

.box-serv:hover p {
    color: #fff;
}

.box-serv:hover img {
    opacity: 0;
}

.box-serv:hover h4 {
    color: #fff;
}

a.btn-small1::after {
    content: '\f138';
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.box-serv h4 + p {
    min-height: 150px;
    transition: all 300ms ease;
}
.box-serv img {
    transition: all 300ms ease;
}
.home-section22 {
    background: #F8F8F8;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.popup-vimeo-youtube {
  position: relative;
  z-index: 1;
}

/* Creăm wave-ul cu pseudo-elementul */
.popup-vimeo-youtube::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;  /* același ca butonul */
  height: 70px;
  background: rgba(130, 189, 65, 0.6); /* culoare semi-transparentă */
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(1);
  animation: pulse 1s infinite;
  z-index: 0;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

.home-section33 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 65px 0 45px;
    position: relative;
    z-index: 9;
    /* border-top: 1px solid #ccc; */
}
.home-section33 > .vc_col-sm-12 H3 {
    font-family: "Frank Ruhl Libre", serif;
    color: #111;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
    margin-top: 0;
}
.home-section33 > .vc_col-sm-12 h4 {
    font-family: "Frank Ruhl Libre", serif;
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 20px;
    margin-top: 20px;
    transition: all 300ms 
ease;
    color: #000;
}

a.btn-small2 {
    font-weight: 600;
    color: #811229;
}

a.btn-small2::after {
    content: '\f138';
    font-family: 'FontAwesome';
    margin-left: 10px;
}
.home-section33 > .vc_col-sm-12 h4 + p {
    min-height: 115px;
    color: #111;
}

.call-action > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 55px 0 70px;
    position: relative;
    z-index: 9;
    text-align: center;
}
.call-action > .vc_col-sm-12 H3 {
    font-family: "Frank Ruhl Libre", serif;
    color: #2A9699;
    font-weight: 400;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}

.call-action > .vc_col-sm-12 H3 + p {
    font-size: 18px;
    color: #111;
    font-weight: 600;
    font-size: 22px;
}

.call-action {
    background-size: cover;
    background-position: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.call-action > .vc_col-sm-12 a.btn-style1 {
    margin-top: 40px;
}
.video-html video {
    width: 100%;
    border: 5px solid #2A9699;
}
.abs1 {
    position: absolute;
    top: 0;
    max-width: 300px;
    z-index: -1;
    right: 0;
}

.home-section33 > .vc_col-sm-12  img {
    border-radius: 20px;
}

.home-section33 > .vc_col-sm-12 H3::after {
    content: '';
    position: relative;
    width: 100%;
    max-width: 80px;
    height: 4px;
    background: #632D73;
    border-radius: 50%;
    display: block;
    margin: 10px auto 5px 0;
}

.home-section22 > .vc_col-sm-12 H3::after {
    content: '';
    position: relative;
    width: 100%;
    max-width: 80px;
    height: 4px;
    background: #632D73;
    border-radius: 50%;
    display: block;
    margin: 10px auto 5px 0;
}

.home-section33 > .vc_col-sm-12 a.btn-style1 {
    padding: 0 10px;
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 16px;
}

.home-section33 > .vc_col-sm-12 h4 img {
    position: relative;
    bottom: -2px;
    border-radius: 0;
}
.despre-row1 {
    background: #F8F8F8;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.despre-row1 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 75px 0 35px;
    position: relative;
    z-index: 9;
}
.despre-row1 > .vc_col-sm-12 H2 {
    font-size: 22px;
    line-height: 27px;
    color: #2A9699;
    border-left: 3px solid #2A9699;
    padding-left: 15px;
    margin-top: 0;
}
.despre-row1 > .vc_col-sm-12 H3 {
    font-family: "Frank Ruhl Libre", serif;
    color: #111;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-top: 0;
    /* max-width: 300px; */
}
.despre-row1 > .vc_col-sm-12 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.despre-row1 > .vc_col-sm-12 ul li {
    padding-left: 40px;
    margin-bottom: 20px;
    position: relative;
}

.despre-row1 > .vc_col-sm-12 ul li::before {content: '\f00c';font-family: 'FontAwesome';position: absolute;left: 0;top: 0;width: 30px;height: 30px;background: #2A9699;text-align: center;line-height: 30px;border-radius: 100px;color: #fff;}

.despre-row1 > .vc_col-sm-12 ul li strong {
    color: #111;
}

.despre-row1 > .vc_col-sm-12 img {
    border-radius: 10px;
}

.home-section33 {
    border-top: 1px solid #ccc;
}

.clase-row1 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 65px 0 65px;
    position: relative;
    z-index: 9;
    /* border-top: 1px solid #ccc; */
}
.clase-row1 > .vc_col-sm-12 H3 {
    font-family: "Frank Ruhl Libre", serif;
    color: #111;
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 30px;
    margin-top: 0;
}
.clase-row1 {
    background: #F8F8F8;
}

.clase-row1 > .vc_col-sm-12 .vc_column-inner {
    background: #fff;
    background-size: cover;
    background-position: center;
}

.clase-row1 > .vc_col-sm-12 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    padding: 30px 30px 15px;
}

.clase-row1 > .vc_col-sm-12 H3::after {
    content: '';
    position: relative;
    width: 100%;
    max-width: 80px;
    height: 4px;
    background: #632D73;
    border-radius: 50%;
    display: block;
    margin: 10px auto 5px 0;
}
.clase-row1 > .vc_col-sm-12 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper a.btn-style1 {
    margin-top: 30px;
}

.partneri-row1 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 65px 0 5px;
    position: relative;
    z-index: 9;
}
.partneri-row2 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 35px 0 35px;
    position: relative;
    z-index: 9;
    box-shadow: 0 8px 24px hsla(210, 8%, 62%, .2);
    padding: 30px;
}
.partneri-row3 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 65px 0 65px;
    position: relative;
    z-index: 9;
}
.partneri-row1 > .vc_col-sm-12 H3 {
    font-family: "Frank Ruhl Libre", serif;
    color: #111;
    font-weight: 400;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
.partneri-row2 > .vc_col-sm-12 H3 {
    font-family: "Frank Ruhl Libre", serif;
    color: #111;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-top: 0;
    /* max-width: 300px; */
}
.partneri-row2 > .vc_col-sm-12 H3::after {
    content: '';
    position: relative;
    width: 100%;
    max-width: 80px;
    height: 4px;
    background: #632D73;
    border-radius: 50%;
    display: block;
    margin: 10px auto 5px 0;
}
.partneri-row3 > .vc_col-sm-12 H3 {
   font-family: "Frank Ruhl Libre", serif;
    color: #111;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-top: 0;
    /* max-width: 300px; */
}
.partneri-row3 > .vc_col-sm-12 H3::after {
    content: '';
    position: relative;
    width: 100%;
    max-width: 80px;
    height: 4px;
    background: #632D73;
    border-radius: 50%;
    display: block;
    margin: 10px auto 5px 0;
}
.partneri-row1 > .vc_col-sm-12 h4 {
    text-align: center;
}

.partneri-row3 > .vc_col-sm-12 .vc_column-inner {
    background-size: cover;
    background-position: bottom;
    border-radius: 10px;
}
.contact-p {
    margin-bottom: 10px !important;
}

.contact-p h4 {
    font-size: 22px;
    line-height: 27px;
    color: #2A9699;
    border-left: 3px solid #2A9699;
    padding-left: 15px;
}


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


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

h5.project_cat {
    color: #f2c01b;
}

.contact-section1 {
    padding: 60px 0 30px;
    /* 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: 400;
    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; */
    font-family: "Frank Ruhl Libre", serif;
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #2A9699;
    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; */
}

.get-touch-row4 > .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 50px  0 50px;
}
.get-touch-row4 > .vc_col-sm-12 h3 {
        font-family: "Frank Ruhl Libre", serif;
    color: #111;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-top: 0;
    text-align: center;
}
.get-touch-row4 > .vc_col-sm-12 h3 + p {
        color: rgba(71, 84, 103, 1);
    font-size: 20px;
    max-width: 900px;
    line-height: 34px;
    text-align: center;
    margin: 0 auto;
}

.get-touch-row4 > .vc_col-sm-12 span.vc_tta-title-text {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    color: #111;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel  > div {
    padding: 15px;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 20px !important;
    border-radius: 10px;
    overflow: hidden;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-body p {
    padding: 0 45px;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel.vc_active > div.vc_tta-panel-heading {
    padding-bottom: 0;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel.vc_active > div.vc_tta-panel-body {
    padding-top: 0;
    padding-bottom: 35px;
}

.get-touch-row4 > .vc_col-sm-12 .vc_tta.vc_general .vc_tta-panel.vc_active > div {
    background: #F9FAFB !important;
}

.get-touch-row4 > .vc_col-sm-12 .vc_general {
    max-width: 900px;
    margin: 0 auto;
}

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

.gallery_image4 ul.wpb_image_grid_ul li a::before {
    content: '\f055';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    z-index: 3;
    background-color: rgba(247,148,29,.7);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 44px !important;
    color: #fff;
    transform: scale(0);
    visibility: hidden;
    transition: all 400ms ease;
}

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

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

.gallery_image4 ul.wpb_image_grid_ul li img {
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}

.gallery_image4 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}

@media (min-width:767px) and (max-width:1024px) {
     .vc_row, .vc_section {
        margin: 0 !important;
    }
    div#navbar {
        width: 100%;
        text-align: center;
    }

    .home-section11 > .vc_col-sm-12 H3 {
        font-size: 32px;
        line-height: 42px;
    }

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

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

    .home-section33 > .vc_col-sm-12 {
        padding: 30px 0 0;
    }
    .navbar-header {
        padding: 0 15px;
        width: 100% !important;
        text-align: center;
    }
    .header-top-item.header-top-item-location {
        display: none;
    }
    .call-action > .vc_col-sm-12 H3 {
        font-size: 32px;
        line-height: 42px;
    }

    .call-action > .vc_col-sm-12 H3 + p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .btn-style1 {
        margin: 0;
    }

    .call-action > .vc_col-sm-12 {
        padding: 20px 0;
    }

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

    .get-touch-row4 > .vc_col-sm-12 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .get-touch-row4 > .vc_col-sm-12 {
        padding: 15px 0;
    }

    .footer-row-1 .sidebar-1 img {
        transform: none !important;
        position: static;
    }

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

    .footer-top .widget_nav_menu ul {
        overflow: hidden;
    }
    .login-btn {
        display: block;
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .despre-row1 > .vc_col-sm-12 H3 {
        font-size: 24px;
        line-height: 32px;
    }

    .despre-row1 > .vc_col-sm-12 {
        padding: 30px 0px;
    }

    .despre-row1 > .vc_col-sm-12 H2 {
        font-size: 16px;
        padding: 0;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
    }
    .footer-top {
        padding: 15px 0;
    }
    .clase-row1 > .vc_col-sm-12 .vc_column-inner {
        min-height: 300px;
    }

    .clase-row1 > .vc_col-sm-12 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        padding: 15px 0;
    }

    .clase-row1 > .vc_col-sm-12 .vc_row:nth-child(2n+1) {
        display: flex;
        flex-direction: column;
    }

    .clase-row1 > .vc_col-sm-12 .vc_row:nth-child(2n) > div:first-child {
        order: 2;
    }

    .clase-row1 > .vc_col-sm-12 H3 {
        font-size: 26px;
        line-height: 38px;
        margin: 20px 0;
    }
    .partneri-row2 > .vc_col-sm-12 {
        padding: 0;
    }

    .partneri-row2 > .vc_col-sm-12 H3 {
        font-size: 24px;
        line-height: 32px;
    }

    .partneri-row1 > .vc_col-sm-12 H3 {
        font-size: 32px;
        line-height: 42px;
    }
    .gallery_image4 ul.wpb_image_grid_ul li {
        width: 100% !important;
    }
    .partneri-row1 > .vc_col-sm-12 {
        padding: 30px 0 0;
    }
    .clase-row1 > .vc_col-sm-12 {
        padding: 15px 0;
    }
}

@media(max-width: 767px) {
   
    header nav ul {
        display: block;
        width: 100%;
    }

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

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

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

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

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

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

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

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

    .logo img, .navbar-header .logo img {
        max-width: 200px;
    }
    .vc_row, .vc_section {
        margin: 0 !important;
    }

    .home-section11 > .vc_col-sm-12 H3 {
        font-size: 32px;
        line-height: 42px;
    }

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

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

    .home-section33 > .vc_col-sm-12 {
        padding: 30px 0 0;
    }
    .navbar-header {
        padding: 0 15px;
        width: 100% !important;
    }
    .header-top-item.header-top-item-location {
        display: none;
    }
    .call-action > .vc_col-sm-12 H3 {
        font-size: 32px;
        line-height: 42px;
    }

    .call-action > .vc_col-sm-12 H3 + p {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    .btn-style1 {
        margin: 0;
    }

    .call-action > .vc_col-sm-12 {
        padding: 20px 0;
    }

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

    .get-touch-row4 > .vc_col-sm-12 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .get-touch-row4 > .vc_col-sm-12 {
        padding: 15px 0;
    }

    .footer-row-1 .sidebar-1 img {
        transform: none !important;
        position: static;
    }

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

    .footer-top .widget_nav_menu ul {
        overflow: hidden;
    }
    .login-btn {
        display: block;
        width: 100%;
        margin: 0;
        padding: 15px;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .despre-row1 > .vc_col-sm-12 H3 {
        font-size: 24px;
        line-height: 32px;
    }

    .despre-row1 > .vc_col-sm-12 {
        padding: 30px 0px;
    }

    .despre-row1 > .vc_col-sm-12 H2 {
        font-size: 16px;
        padding: 0;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
    }
    .footer-top {
        padding: 15px 0;
    }
    .clase-row1 > .vc_col-sm-12 .vc_column-inner {
        min-height: 300px;
    }

    .clase-row1 > .vc_col-sm-12 .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        padding: 15px 0;
    }

    .clase-row1 > .vc_col-sm-12 .vc_row:nth-child(2n+1) {
        display: flex;
        flex-direction: column;
    }

    .clase-row1 > .vc_col-sm-12 .vc_row:nth-child(2n) > div:first-child {
        order: 2;
    }

    .clase-row1 > .vc_col-sm-12 H3 {
        font-size: 26px;
        line-height: 38px;
        margin: 20px 0;
    }
    .partneri-row2 > .vc_col-sm-12 {
        padding: 0;
    }

    .partneri-row2 > .vc_col-sm-12 H3 {
        font-size: 24px;
        line-height: 32px;
    }

    .partneri-row1 > .vc_col-sm-12 H3 {
        font-size: 32px;
        line-height: 42px;
    }
    .gallery_image4 ul.wpb_image_grid_ul li {
        width: 100% !important;
    }
    .partneri-row1 > .vc_col-sm-12 {
        padding: 30px 0 0;
    }
    .clase-row1 > .vc_col-sm-12 {
        padding: 15px 0;
    }
}