 /*
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: 220px;
 width: 100%;
}
:root {
    scroll-behavior: inherit;
    --nm-clr-pr-1: #057DD1;
    --nm-clr-pr-2: #005aff;
    --nm-clr-pr-3: #DC3DF1;
    --nm-clr-sd-1: #dddd;
    --nm-clr-sd-3: #3558FE;
    --nm-clr-h-1: #090b28;
    --nm-clr-p-1: #b5b5b5;
    --nm-clr-black-1: #171619;
    --nm-clr-black-2: #111111;
    --nm-clr-black-3: #282828;
    --nm-clr-black-4: #1a1a1a;
    --nm-clr-gd-1: linear-gradient(62deg, rgb(9, 229, 255) 0%, rgb(8, 35, 242) 100%);
    --nm-clr-gd-3: linear-gradient(130deg, rgb(220, 62, 240) 21%, rgb(53, 88, 254) 58%, rgb(75, 175, 255) 100%);
    --nm-cube-1: 
cubic-bezier(0.55, 0.085, 0, 0.99);
    --nm-font-3: "Mona Sans", sans-serif;
    --nm-clr-h-4: #0A0A0A;
}


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

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

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

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

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

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

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

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

.gallery_image4 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}
/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 19px 15px 0 !important;
    padding: 0px 15px;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    background: #ff3131  !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: #ff3131  !important;
    }


   

}

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


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

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

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


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

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

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 80px;
    padding: 0px 18px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Poppins', Arial;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.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: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 21px;
    text-align: left;
    position: relative;
    margin-bottom: 10px;
    text-align: left;
    /* max-width: 320px; */
    justify-content: flex-start !important;
}
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: #fff;
}
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: 21px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: right;
    font-family: 'Poppins', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #fff!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #fff!important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    text-align: left;
    padding-right: 5px;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
}
.footer-details p span {
    display: inline-block;
    padding-left: 25px;
    color: #ccc;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 5px;
    color: #23ABEF;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: var(--st-red)  !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: 140px !important;
    padding-right: 5px;
}
p.copyright {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Poppins', Arial;
}
p.copyright a {
    color: var(--st-red);
    font-weight: 400;
}

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

footer {
    background-color: #0a2f5c;
    clear: both;
    background-size: cover;
    background-position: bottom;
}

/* 6. SHORTCODES */


a {
    color: #86898c;
    text-decoration: none;
}
td, th {
    padding: 10px !important;
    text-align: center;
    border: 1px solid #ccc;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    background: #fff;
}
.wpcf7-form .wpcf7-submit {background-color: var(--st-red);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: 800;outline: none;white-space: nowrap;text-transform: uppercase;font-family: "Poppins", Arial;border-radius: 10px;width: 100%;letter-spacing: 2px;}

.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: #ff6600;
}
.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: 10px;width: 100%;outline: none;font-family: Poppins;margin: 5px 0 15px !important;font-weight: 400;border: 1px solid #ccc;}
.itexclusiv-contact {
    max-width: 500px;
    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: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: 600;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}


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




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

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

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

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

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

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

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

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

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

p {
    font-family: 'Poppins', Arial; 
}
.hoem-section1 {
    position: relative;
    background-size: cover;
    background-position: center;
}
.hoem-section1 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none!important;
    padding: 120px 0;
    position: relative;
    z-index: 3;
}
.hoem-section1::after {
    position: absolute;
    background: linear-gradient(135deg, rgba(10, 47, 92, 0.88) 0%, rgba(10, 47, 92, 0.55) 60%, rgba(10, 47, 92, 0.3) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
}
.hoem-section1 h2 {
    display: inline-block;
    background: #ff3131;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 6px 18px;
    border-radius: 5px;
    margin-bottom: 24px;
}
.hoem-section1 h3 {
        font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 1.05;
    color: #fff;
    letter-spacing: -1px;
    margin: 0 0 10px;
}
.hoem-section1 h3 strong {
    color: #ff3131;
}
.hoem-section1 h4 {
    font-size: 22px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    margin: 16px 0 10px;
    line-height: 1.5;
}
.btn-style1 {
    display: inline-block;
    background: #ff3131;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 10px 44px;
    border-radius: 10px;
    text-decoration: none;
    border: none;
    transition: background 0.2s, transform 0.2s;
    margin-right: 12px;
    margin-bottom: 12px;
}
.btn-style2 {
    display: inline-block;
    background: transparent;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 10px 36px;
    border-radius: 10px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.5);
    transition: border-color 0.2s, background 0.2s;
    margin-bottom: 12px;
}
.hoem-section1 p {
    font-size: 18px;
    line-height: 32px;
    max-width: 550px;
    color: #fff;
}
.hoem-section1 > div img {
    max-width: 350px;
}

.btn-style1:hover,
.btn-style2:hover {
    background: #cc0000;
    color: #fff;
    text-decoration: none;
    transform: translateY(-2px);
}

.home-section2 > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none!important;
    padding: 60px 0;
    position: relative;
    z-index: 3;
}


.home-section2 > div .title-space h2 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ff3131;
    margin-bottom: 12px;
}
.home-section2 > div .title-space h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 42px;
    color: #0a2f5c;
    margin: 0 0 16px;
    line-height: 1.1;
    letter-spacing: -1px;
}
.home-section2 > div .title-space h3 + p {
    max-width: 550px;
}



:root {
  --st-blue:        #0a2f5c;
  --st-red:         #ff3131;
  --st-red-hover:   #e02020;
  --st-blue-hover:  #0c3a72;
  --st-text:        #1a1a2e;
  --st-muted:       #6b7280;
  --st-border:      #e5e7eb;
  --st-bg-card:     #ffffff;
  --st-badge-red-bg:   rgba(255, 49, 49, 0.10);
  --st-badge-blue-bg:  rgba(10, 47, 92, 0.10);
  --st-radius:      16px;
  --st-radius-sm:   8px;
  --st-shadow:      0 4px 24px rgba(10, 47, 92, 0.10);
  --st-shadow-hover:0 12px 40px rgba(10, 47, 92, 0.18);
  --st-font:        'Poppins', sans-serif;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Wrapper / Grid ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.st-pricing-wrapper {
  display: grid;
  gap: 28px;
  font-family: var(--st-font);
  width: 100%;
  box-sizing: border-box;
}

.st-pricing-cols-1 { grid-template-columns: 1fr; max-width: 480px; margin: 0 auto; }
.st-pricing-cols-2 { grid-template-columns: repeat(2, 1fr); }
.st-pricing-cols-3 { grid-template-columns: repeat(3, 1fr); }
.st-pricing-cols-4 { grid-template-columns: repeat(4, 1fr); }

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Card ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.st-pricing-card {
  background: var(--st-bg-card);
  border-radius: var(--st-radius);
  box-shadow: var(--st-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 2px solid transparent;
  position: relative;
  margin-bottom: 40px;
}

.st-pricing-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--st-shadow-hover);
}

/* Featured card gets blue border accent */
.st-pricing-card.st-pc--featured {
  border-color: var(--st-blue);
}

.st-pc__image {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  flex-shrink: 0;
}

.st-pc__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.4s ease;
}

.st-pricing-card:hover .st-pc__image img {
  transform: scale(1.04);
}

.st-pc__body {
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.st-pc__badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
  width: fit-content;
}

.st-pc__badge--red {
  color: var(--st-red);
  background: var(--st-badge-red-bg);
}

.st-pc__badge--blue {
  color: var(--st-blue);
  background: var(--st-badge-blue-bg);
}

.st-pc__title {
  font-family: var(--st-font);
  font-size: 22px;
  font-weight: 800;
  color: var(--st-blue);
  margin: 0 0 8px 0;
  line-height: 1.2;
}

.st-pc__subtitle {
  font-size: 13.5px;
  color: var(--st-muted);
  margin: 0 0 18px 0;
  line-height: 1.5;
}

.st-pc__features {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.st-pc__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--st-border);
  position: relative;
  cursor: default;
}

.st-pc__feature:last-child {
  border-bottom: none;
}

.st-pc__feature-icon {
  font-size: 13px;
  color: var(--st-red);
  flex-shrink: 0;
  width: 20px;
  text-align: center;
  line-height: 1;
}

.st-pc__feature-label {
  font-size: 13.5px;
  color: var(--st-text);
  line-height: 1.4;
  flex: 1;
}

.st-pc__feature-label strong {
  font-weight: 700;
  color: var(--st-blue);
}

.st-pc__question {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--st-border);
  color: var(--st-muted);
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  user-select: none;
}

.st-pc__feature--has-tip:hover .st-pc__question {
  background: var(--st-blue);
  color: #fff;
}

.st-pc__tip {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  right: 0;
  background: var(--st-blue);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  padding: 10px 14px;
  border-radius: var(--st-radius-sm);
  box-shadow: 0 6px 24px rgba(10,47,92,0.22);
  z-index: 100;
  pointer-events: none;
}

.st-pc__tip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 24px;
  border: 6px solid transparent;
  border-top-color: var(--st-blue);
}

.st-pc__feature--has-tip:hover .st-pc__tip {
  display: block;
}

.st-pc__price-block {
  margin-top: auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.st-pc__old-price {
  display: block;
  font-size: 15px;
  color: var(--st-muted);
  text-decoration: line-through;
  font-style: italic;
  margin-bottom: 2px;
  margin-right: 15px;
}

.st-pc__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.st-pc__price {
  font-size: 52px;
  font-weight: 800;
  color: var(--st-blue);
  line-height: 1;
  letter-spacing: -1px;
}

.st-pc__currency {
  font-size: 18px;
  font-weight: 700;
  color: var(--st-blue);
  align-self: flex-end;
  margin-bottom: 6px;
}

.st-pc__suffix {
  font-size: 13px;
  color: var(--st-muted);
  align-self: flex-end;
  margin-bottom: 7px;
}

.st-pc__btn {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--st-font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 16px 24px;
  border-radius: 10px;
  transition: background 0.22s ease, transform 0.15s ease, box-shadow 0.22s ease;
  cursor: pointer;
  box-sizing: border-box;
}

.st-pc__btn--red {
  background: var(--st-red);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(255, 49, 49, 0.30);
}

.st-pc__btn--red:hover {
  background: var(--st-red-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 49, 49, 0.40);
  color: #fff;
}

.st-pc__btn--blue {
  background: var(--st-blue);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(10, 47, 92, 0.25);
}

.st-pc__btn--blue:hover {
  background: var(--st-blue-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(10, 47, 92, 0.35);
  color: #fff;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ Responsive ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
@media (max-width: 1024px) {
  .st-pricing-cols-4 { grid-template-columns: repeat(2, 1fr); }
  .st-pricing-cols-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
  .st-pricing-cols-2,
  .st-pricing-cols-3,
  .st-pricing-cols-4 {
    grid-template-columns: 1fr;
  }

  .st-pc__price { font-size: 42px; }
  .st-pc__title { font-size: 20px; }
  .st-pc__body  { padding: 20px 18px 24px; }
}
.home-section2 > div > div {
    padding-top: 0 !important;
}
.title-marinero {
  font-family: 'Poppins', sans-serif;
  font-size: 150px;
  font-weight: 400;
  line-height: 0.95;
  color: #0A2F5C;
  letter-spacing: 0.13em;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .title-marinero {
    font-size: 72px;
    letter-spacing: 0.10em;
  }
}

@media (max-width: 480px) {
  .title-marinero {
    font-size: 48px;
    letter-spacing: 0.08em;
  }
}

.event-card-marinero {
  width: 100%;
  max-width: 760px;
  margin: 0 auto 24px;
  border: 1px solid #dbe3ee;
  border-radius: 24px;
  overflow: hidden;
  background: #ffffff;
}

.event-card-marinero-toggle {
  list-style: none;
  cursor: pointer;
  background: #0A2F5C;
}

.event-card-marinero-toggle::-webkit-details-marker {
  display: none;
}

.event-card-marinero-top {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
}

.event-card-marinero-logo {
  width: 70px;
  height: 70px;
  flex: 0 0 70px;
}

.event-card-marinero-logo svg {
  width: 100%;
  height: 100%;
  display: block;
}

.event-card-marinero-date {
  min-width: 70px;
  text-align: center;
  color: #ffffff;
  line-height: 1;
}

.event-card-marinero-month {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.event-card-marinero-day {
  font-size: 36px;
  font-weight: 700;
}

.event-card-marinero-divider {
  width: 2px;
  height: 64px;
  background: rgba(255,255,255,0.35);
  border-radius: 999px;
}

.event-card-marinero-summary {
  flex: 1;
  color: #ffffff;
}

.event-card-marinero-title {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 6px;
}

.event-card-marinero-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.event-card-marinero-icon {
  position: relative;
  width: 46px;
  height: 46px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  flex: 0 0 46px;
}

.event-card-marinero-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 3px;
  background: #ffffff;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.event-card-marinero-icon span:last-child {
  transform: translate(-50%, -50%) rotate(90deg);
}

.event-card-marinero-content {
  background: #ffffff;
}

.event-card-marinero-inner {
  padding: 28px 28px 30px;
  color: #1f2937;
  font-size: 18px;
  line-height: 1.55;
}

.event-card-marinero-inner p {
  margin: 0 0 18px;
}

.event-card-marinero-inner ul {
  margin: 0 0 18px;
  padding-left: 24px;
}

.event-card-marinero-inner li {
  margin-bottom: 8px;
}

.event-card-marinero[open] .event-card-marinero-icon span:last-child {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleY(0);
}

@media (max-width: 768px) {
  .event-card-marinero {
    border-radius: 18px;
  }

  .event-card-marinero-top {
    padding: 18px;
    gap: 12px;
  }

  .event-card-marinero-logo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }

  .event-card-marinero-date {
    min-width: 52px;
  }

  .event-card-marinero-month {
    font-size: 12px;
  }

  .event-card-marinero-day {
    font-size: 26px;
  }

  .event-card-marinero-divider {
    height: 46px;
  }

  .event-card-marinero-title {
    font-size: 16px;
  }

  .event-card-marinero-subtitle {
    font-size: 12px;
  }

  .event-card-marinero-icon {
    width: 26px;
    height: 26px;
    flex-basis: 26px;
    flex: 0 0 26px;
  }

  .event-card-marinero-inner {
    padding: 20px 18px 22px;
    font-size: 16px;
  }
}

.home-calendar > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none !important;
    padding: 0px 0 85px;
    position: relative;
    z-index: 3;
}
.home-calendar > div > div {
    padding-top: 0px !important;
}
.home-calendar > div .title-space h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 42px;
    color: #0a2f5c;
    margin: 0 0 16px;
    line-height: 1.1;
    letter-spacing: -1px;
    text-align: center;
}

.home-mr1  {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none !important;
    padding: 0px 0 60px;
    position: relative;
    z-index: 3;
}
.home-mr1 > div > div {
    padding-top: 0px !important;
}

.home-mr1 > div .title-space h3 {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #ff3131;
    margin-bottom: 12px;
}
.moove-gdpr-branding-cnt {
    display: none;
}
.home-mr1 > div .title-space h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 42px;
    color: #0a2f5c;
    margin: 0 0 16px;
    line-height: 1.1;
    letter-spacing: -1px;
}
.home-mr1 > div .title-space h4 + p {
    max-width: 550px;
}
  .info-item {
      display: flex;
      gap: 20px;
      margin-bottom: 36px;
      align-items: flex-start;
    }
    .info-icon {
      width: 52px;
      height: 52px;
      background: rgba(255,49,49,0.1);
      border-radius: 14px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .info-icon i {
      color: #ff3131;
      font-size: 22px;
    }
    .info-text h4 {
      font-family: 'Poppins', sans-serif;
      font-weight: 700;
      font-size: 16px;
      color: #0a2f5c;
      margin: 0 0 6px;
    }
    .info-text p {
      font-size: 13px;
      color: #666;
      line-height: 1.6;
      margin: 0;
    }
    .cert-img-wrap {
      position: relative;
      text-align: center;
    }
    .cert-img-wrap img {
      width: 100%;
      max-width: 500px;
      border-radius: 16px;
      box-shadow: 0 20px 60px rgba(10,47,92,0.2);
    }
    .cert-float-badge {
      position: absolute;
      bottom: 30px;
      left: 0;
      background: #0a2f5c;
      color: #fff;
      border-radius: 12px;
      padding: 14px 20px;
      font-size: 12px;
      font-weight: 600;
      box-shadow: 0 8px 24px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      gap: 10px;
    }
.cert-float-badge strong {}

.cert-float-badge p {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    line-height: 20px;
    text-align: left;
    /* padding-left: 40px; */
}

.cert-float-badge::before {
    content: '';
    content: "\f3ed";
    font-family: 'Font Awesome 5 Pro';
    color: #ff3131;
    font-size: 30px;
}

.home-mr1 .wpb_single_image {
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(10, 47, 92, 0.2);
    overflow: hidden;
}
.home-inscriere {
    background: #f6f6f6;
    padding: 90px 0 45px;
}
.home-inscriere > div {
    max-width: 1170px;
    margin: 0 auto;
    float: none !important;
    /* padding: 0px 0 85px; */
    position: relative;
    z-index: 3;
}
.home-inscriere > div > div {
    padding-top: 0px !important;
}
.home-inscriere > div  h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 42px;
    color: #0a2f5c;
    margin: 0 0 16px;
    line-height: 1.1;
    letter-spacing: -1px;
    text-align: center;
}
.itexclusiv-contact p {
    margin: 0;
}

.form-separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 30px auto !important;
    color: #7b8794;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}


 .form-separator::before,
.form-separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #dfe5ec;
}

.form-separator span {
  white-space: nowrap;
}

.itexclusiv-contact br {
    display: none;
}

a.blue-wa-button {
    background: #25D366;
    display: block;
    border-radius: 5px;
    line-height: 60px;
    height: 60px;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
}
@media(min-width: 1280px) {
    header .contact-li a {
        background: #ff3131;
        color: #fff  !important;
        line-height: 45px !important;
        margin: 17px 30px;
        font-weight: 400 !important;
        padding: 0 20px !important;
        border-radius: 5px;
        /* font-size: 16px !important; */
        letter-spacing: 0.45px;
    }
    body #navbar ul:not(.sub-menu) > .menu-item.contact-li:hover > a {
        background: #cc0000;
        color: #fff !important;
    }
    header .contact-li::before {
        content: '';
        width: 1px;
        height: 25px;
        background: #cccccc;
        display: block;
        position: absolute;
        top: 28px;
        opacity: 1;
        opacity: .2;
    }

  header  .contact-li {
        position: relative;
        margin-left: 15px;
    }
}
.footer-company-info {
      font-size: 13px;
      color: #fff;
      line-height: 1.9;
      text-align: right;
    }
    .footer-company-info .label-uppercase {
      display: block;
      font-size: 11px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: #fff;
      margin-top: 14px;
      margin-bottom: 2px;
    }
    .footer-company-info .iban {
      font-size: 12px;
      color: #fff;
      word-break: break-all;
    }

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


.col-md-4.sidebar-2 h2 {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px;
    /* padding-top: 20px; */
    margin-top: 13px;
}

.col-md-4.sidebar-2 p {
    text-align: center;
}
aside#nav_menu-3 a {
    font-weight: bold;
}


 .faq-container {
            max-width: 800px;
            margin: 60px auto;
            font-family: Arial, sans-serif;
        }
        
        .faq-item {
            margin-bottom: 15px;
            border: 1px solid #cccccc61;
            border-radius: 10px;
            overflow: hidden;
            background: #F9F7F5;
        }
        
        .faq-question {
            padding: 20px;
            padding-right: 60px;
            cursor: pointer;
            background: #f6f6f6;
            position: relative;
            transition: background 0.3s ease;
            margin: 0;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            /* text-transform: uppercase; */
        }
        
        .faq-question span {
            font-weight: 600;
            color: #111;
        }
        
        .faq-question:hover {
            opacity: 0.9;
        }
        
        .faq-question::after {
            content: '\f067';
            position: absolute;
            right: 20px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 16px;
            font-weight: 3;
            color: #373531;
            transition: transform 0.3s ease;
            font-family: 'FontAwesome';
        }
        
        .faq-question.active::after {
            content: '\f068';
            transform: translateY(-50%) rotate(180deg);
        }
        
        .faq-answer {
            display: none;
            padding: 0 20px;
            background: transparent;
        }
        
        .faq-answer-inner {
            padding: 20px 0;
            border-top: 1px solid #3333331c;
        }
        
        .faq-answer p {
            margin: 0;
            line-height: 1.6;
            /* color: #fff; */
        }
.home-faq {
    padding-bottom: 80px;
}

.header-title-breadcrumb::after {
    position: absolute;
    background: linear-gradient(135deg, rgba(10, 47, 92, 0.88) 0%, rgba(10, 47, 92, 0.55) 60%, rgba(10, 47, 92, 0.3) 100%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '';
}
.header-title-breadcrumb.relative {
    position: relative;
}

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

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

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

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



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

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

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

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


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: #ff3131;
    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;
    margin: 0;
}

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

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

.wpcf7-acceptance * {
    font-weight: 400;
}
.contact-section {
    background-repeat: no-repeat;
    background-position: top left;
    padding-bottom: 30px;
}
.contact-section1 .itexclusiv-contact.itexclusiv-contact-block.itexclusiv-contact-block-sidebar {
    margin: 0;
}
.featured-title p {
    margin: 0;
}


.featured-icon-box a {
    color: #111;
}

.featured-icon-box a:hover {
    color: #ff3131;
}

@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: center;
        padding: 0 15px;
        color: #fff;
        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: 203px;
    }
    .navbar-header {
        padding: 0 15px;
    }
    .vc_row, .vc_section {
        margin: 0 !important;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        display: inline-block;
        margin: 22px 0;
    }

    .hoem-section1 > div {
        padding: 30px 0;
    }

    .hoem-section1 h3 {
        font-size: 32px;
        line-height: 38px;
    }

    .hoem-section1 > div img {
        max-width: 100%;
    }

    .hoem-section1 > div > DIV {
        PADDING: 0 !important;
    }

    .btn-style1, .btn-style2 {
        padding: 5px 20px;
        font-size: 12px;
        letter-spacing: 1px;
    }

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

    .st-pc__price-block {
        display: block;
    }

    .home-section2 > div {
        padding: 30px 0;
    }

    .st-pricing-card {
        margin-bottom: 0;
    }

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

    .home-calendar > div {
        padding-bottom: 30px;
    }

    .cert-float-badge {
        bottom: 0 !important;
        left: 0 !important;
    }

    .home-mr1 > div .title-space h4 {
        font-size: 32px;
        line-height: 38px;
    }

    .home-mr1 {
        padding-bottom: 30px;
    }

    .home-inscriere {
        padding: 40px 0;
    }

    .home-inscriere > div h3 {
        font-size: 32px;
        line-height: 42px;
    }

    footer .footer-top h1.widget-title, footer .footer-top h3.widget-title, footer .footer-top .widget-title {
        text-align: center;
    }

    .footer-company-info {
        text-align: center;
    }
    footer .textwidget p {
            justify-content: center !important;
    }
    .footer-top {
        padding: 40px 0 20px;
    }

    footer .footer-top .menu .menu-item a {
        text-align: center;
    }
    .header-title-breadcrumb-overlay {
        padding: 30px 0;
    }

    .header-title-breadcrumb-overlay h1 {
        font-size: 26px;
        line-height: 36px;
    }
    .col-md-12.footer-row-1 .col-md-4 {
        overflow: hidden;
    }
}