 /*
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: 200px;
 width: 100%;
}
:root {
    scroll-behavior: inherit;
    --nm-clr-pr-1: #3137fd;
    --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: 'Montserrat', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #686868;
}
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: 0px 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: #eded00  !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    color: #fff;
    display: none;
}
#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: #eded00 !important;
    }


   

}

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


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

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

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


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

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

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

.sticky nav#sweetthemes-main-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding-top: 10px;
}
.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}
.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}
.header-infos ul.social-links li {
    display: inline-block;
}
.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 21px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 320px;
}
footer .contact-details p {
    color: rgba(255,255,255,1);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin: 15px 0;
    opacity: 1;
    padding: 0;
    padding-left: 30px;
    position: relative;
}
footer .textwidget.custom-html-widget {
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    font-size: 13px;
}
.footer-logo {
    width: 250px;
}
.footer-top .widget_nav_menu li {
    display: block;
    /* width: 50%; */
    /* float: left; */
}
.footer-top .widget_nav_menu li:first-child {
    border: 0;
}
footer .textwidget p a {
    color: #757575;
}
footer aside#nav_menu-2 {
    text-align: left;
}
footer .footer-top h1.widget-title, footer .footer-top h3.widget-title, footer .footer-top .widget-title {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Montserrat', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #fff!important;
    font-family: 'noto sans', Arial;
}
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: #fff;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 5px;
    color: #eded00;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #eded00 !important;
}
 footer .widget_nav_menu li, footer .widget_recent_entries li {
    margin-bottom: 1px;
    position: relative;
}
.footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
ul.social-links {
    padding: 0;
    list-style: none;
}
ul.social-links li {
    display: inline-block;
    padding: 0 20px 0 0px;
}
ul.social-links li a {
    font-size: 24px;
    color: #ff8a8b;
}
.read-more-continut h1, .read-more-continut h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 25px 0;
}

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

footer .widget {
    clear: both;
    margin-bottom: 20px;
}
footer .footer .container {
    padding: 20px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 220px !important;
}
p.copyright {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Montserrat', Arial;
}
p.copyright a {
    color: #eded00;
    font-weight: 400;
}

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

footer {
    background-color: #000;
    clear: both;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: 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: #3137fd;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: 600;outline: none;white-space: nowrap;/* text-transform: uppercase; */font-family: "Montserrat", Arial;border-radius: 5px;}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #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: 0;
    width: 100%;
    outline: none;
    font-family: Montserrat;
    margin: 5px 0 20px;
    font-weight: 400;
    border: 1px solid #111;
}
.itexclusiv-contact {
    max-width: 600px;
    margin: 0px auto 0;
}
.wpcf7-form .input-filled {
    position: relative;
    margin-bottom: 15px;
}
.ct-contact-form-modern .ct-contact-holder .wpcf7-form-control-wrap {
    margin-bottom: 24px;
    display: block;
}
.wpcf7-form .input-filled>i {
    color: #c9cce4;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
    right: 36px;
    z-index: 1;
}
.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px;
    min-height: 200px;
    }
.itexclusiv-contact select {
    color: #86898c;
    background-image: url(../images/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #000;
}

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

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

.header-title-breadcrumb-overlay h1 {
    font-size: 54px;
    line-height: 64px;
    color: #fff;
    font-weight: 700;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 220px 0 80px;
    background-size: cover;
    background-position: center center;
    text-align: center;
    background-repeat: repeat;
}
.header-title-breadcrumb::before {
    background-image: linear-gradient(101deg, #091B32 22.5%, #091B3200 96.23%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '';
}



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

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

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

p {
    font-family: 'noto sans', 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;
    }
}

.

.law_slider_box-slide {
    /* padding: 200px 0; */
    background-size: cover;
    background-position: bottom;
    min-height: 700px;
}



.law_slider_box-child2 h4 {
    font-size: 48px;
    font-weight: 700;
    max-width: 850px;
    margin-bottom: 30px;
    color: #fff;
    margin: 10px 0 10px;
    /* font-family: arial; */
    /* text-transform: uppercase; */
    line-height: 62px;
}

.law_slider_box-child2 p {
    font-size: 16px;
    line-height: 32px;
    max-width: 600px;
    color: #fff;
    margin: 0;
    font-weight: 300;
    position: relative;
}

.law_slider_box-child2 a {
    background: #057DD1;
    line-height: 45px;
    height: 45px;
    color: #fff;
    display: inline-block;
    padding: 0 39px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 30px;
}
.law_slider_box-child1 {
    /* text-align: center; */
    position: relative;
    z-index: 3;
    padding-top: 50px;
}

.footer-top {
    padding: 50PX 0px 40PX;
}

.breadcrumb {
    margin-bottom: 0;
    /* padding-bottom: 0; */
}

aside#media_image-3 {
    TEXT-ALIGN: LEFT;
    display: inline-block;
    width: 50%;
    position: relative;
    top: -5px;
}
aside#media_image-3 img {
    padding-top: 10px;
}
aside#media_image-4 {
    display: inline-block;
    width: 50%;
    position: relative;
    right: -5px;
}
ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
    padding-top: 15px;
}
.wpcf7-acceptance {
    display: block;
    margin: 20px 0 30px !important;
}

.wpcf7-acceptance * {
    font-weight: 400;
}

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

.law_slider_box-slide::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .6;
}

.law_slider_box-child2 h3 {
    font-size: 14px;
    line-height: 21px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    margin-top: 0;
}

.buttons-slli a:first-child {
    margin-right: 20px;
}

.buttons-slli a:last-child {background: #057DD1;}

.law_slider_box-child2 a:first-child:hover {
    box-shadow: #3F50A2 0 10px 20px 0;
}

.law_slider_box-child2 a:last-child:hover {
    box-shadow: #303d7c 0 10px 20px 0;
}


.law_slider_shortcode  button.slick-prev.slick-arrow, .law_slider_shortcode  button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    top: 42%;
    margin: 0 10px;
    width: 40px;
    height: 40px;
    background: transparent;
    text-align: center;
    line-height: 38px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
    border: 1px solid #fff !important;
}

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

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

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



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

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

  to {
    stroke-dashoffset: 0;
  }
}

.law_slider_box-child.container {
    min-height: 750px;
    display: flex;
    align-items: center;
}


header.header2 {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 40;
    top: 0;
    /* overflow: hidden; */
    right: 0;
}

nav#sweetthemes-main-head > .container > .row {
    background: #3137fd;
    border-radius: 8px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.05);
}

.col-md-3.navbar-header3 {
    text-align: right;
    padding-right: 0;
}

a.pxl-item--icon {
    background-color: initial;
    border: 1px solid rgba(255, 255, 255, .13);
    color: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 43px;
    font-size: 18px;
}

a.pxl-item--icon i {
    font-size: 18px;
    animation: ring 3s ease infinite;
}

@keyframes ring {
    0% {
        transform: rotate3d(0,0,1,0)
    }

    20%,32%,44%,56%,68%,80% {
        transform: rotate3d(0,0,1,0)
    }

    23%,35%,47%,59%,71% {
        transform: rotate3d(0,0,1,15deg)
    }

    26%,38%,50%,62%,74% {
        transform: rotate3d(0,0,1,0)
    }

    29%,41%,53%,65%,77% {
        transform: rotate3d(0,0,1,-15deg)
    }

    100% {
        transform: rotate3d(0,0,1,0)
    }
}

.pxl-item--inner {
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}

.pxl-item--content {
    display: flex;
    flex-direction: column-reverse;
}

.pxl-item--content span {
    font-size: 15px;
    letter-spacing: -.3px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.75);
}

a.pxl-item--info {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    font-weight: 600;
}

.header-top {
    background: transparent;
    padding: 8px 0;
}

.header-top-item {
    display: inline-block;
    padding: 11px 25px 11px 0px;
}

.header-top-item * {
    font-size: 13px;
    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;
}

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


.social-f a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,.1);
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
}
.header-top .social-f a:hover {
    color: #34C5A1;
}
.header-top .social-f a i {
    font-size: 14px !important;
    color: #fff;
}
header .social-f {
    padding-top: 7px;
    text-align: right;
}
.home-section1 {
    /* min-height: 650px; */
    background-size: cover;
    background-position: center;
    /* height: 80vh; */
    padding: 280px 0 181px;
    position: relative;
}

.home-section1::after {
    content: '';
    background-color: transparent;
    background-image: linear-gradient(104deg, #091B32 15.39%, #091B3200 62.56%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
}

.home-section1 > div {
    display: flex;
    height: 100%;
    align-items: center;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 3;
}

.home-section1::before {
    background-image: linear-gradient(101deg, #091B32 22.5%, #091B3200 96.23%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '';
}

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

.home-section1 > div h1 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    max-width: 1100px;
    margin-bottom: 30px;
    color: #fff;
}

.home-section1 > div h1 + p {
    max-width: 700px;
    color: #fff;
}

.home-section1 > div h1 strong {
    color: #eded00;
}
.home-section2 > div {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: revert-layer;
    position: relative;
    z-index: 3;
}

.home-section2 {
    background: #eff1f3;
    position: relative;
    padding: 90px 0 65px;
}

.home-section2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/circuit-board-1.png);
    top: 0;
    bottom: 0;
    display: block;
    opacity: .09;
    background-repeat: repeat;
    background-size: 160px auto;
}

.home-section2 .vc_col-sm-4 > .vc_column-inner {
    height: 100%;
}

.block1 > div {
    padding: 350px 30px 30px;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.block1 h3 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
}

.block1 > div::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(180deg, #ffffff00 20%, rgb(0 41 98 / 90%) 80%);
}

.block1 > div {
    position: relative;
}

.block1 {
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

.block1 > div > * {
    position: relative;
    z-index: 3;
}

.block1 a.nm-pr-btn-1 {
    background: #eded00;
}

.block1 a.nm-pr-btn-1 span {
    color: #111 !important;
}

.block1 a.nm-pr-btn-1:hover span {
    color: #fff !important;
}

.block3 p:first-child {
    font-size: 12px;
    text-transform: uppercase;
    color: #686868;
    letter-spacing: 1px;
    font-weight: 600;
}

.block3 h2 {
    font-family: 'noto sans', Arial;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    padding-left: 140px;
    margin-bottom: 30px;
}

.block2 {
    background: #fff;
    padding: 20px;
    box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.block2 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 25px;
    line-height: 24px;
}

.block3 h2::before {
    content: '';
    background-image: url(../images/enel-logo-mic2.png);
    width: 120px;
    height: 43px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.block2::after {
    content: '01';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #eded00;
    border-radius: 0px 0px 0px 10px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
}

.home-section2 > div .vc_col-sm-6:last-child .block2::after {
    content: '02';
}

.home-section3 {
    padding-top: 30px !important;
}

.block4 {
    padding: 30px 20px;
    background-size: cover;
    background-position: 135px 50%;
    background-color: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    height: 300px;
}

.block4::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-image: linear-gradient(90deg, #fff 40%, #ffffff00 75%);
}

.block4 > div {
    position: relative;
    z-index: 2;
}

a.btn-style1 {
    line-height: 40px;
    height: 40px;
    display: inline-block;
    background: #eded00;
    color: #111;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 10px;
}

.block4 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}

.block4 p {
    max-width: 200px;
}

.home-section4 > div {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 3;
    padding: 79px 0;
}

.home-section4 {
    background: #f6f6f6;
    border-top: 1px solid #ccc;
    background-size: cover;
}

.home-section4 > div .title1 h2 {
    font-family: 'noto sans', Arial;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}

.home-section4 > div .title1 h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #686868;
    letter-spacing: 1px;
    font-weight: 600;
}

.block6 {
    background-size: cover;
    background-position: center;
    padding: 250px 30px 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.block6::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #00296290 50%, #002962 100%);
}

.block6 > div {
    position: relative;
    z-index: 3;
}

.block3 h2 strong {
    color: #3137fd;
}

.home-section4 > div .title1 strong {
    color: #3137fd;
}

.block6 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    color: #fff;
}

.block6 p {
    color: #fff;
    /* max-width: 300px; */
}

.block6::before {
    content: '01';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 53px;
    height: 53px;
    color: #eded00;
    background: #3137fd;
    z-index: 3;
    text-align: center;
    line-height: 53px;
    font-weight: 700;
    font-size: 22px;
    border-radius: 100px;
}

.home-section4 > div .title1 ul {
    list-style: none;
    padding: 0;
    margin: 35px -5px 0;
    overflow: hidden;
    clear: both;
}

.home-section4 > div .title1 ul li {
    display: inline-block;
    width: calc(25% - 10px);
    text-align: center;
    float: left;
    text-align: center;
    background: #3137fd;
    color: #fff;
    margin: 0 5px;
    padding: 10px 10px 20px;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
}

.home-section4 > div .title1 li::before {
    content: '\f573';
    font-family: 'Font Awesome 5 Pro';
    color: #eded00;
    font-size: 26px;
    display: block;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
}

.title2 {
    text-align: center;
}

.title2 + .wpb_raw_code.wpb_raw_html.wpb_content_element {
    text-align: center;
}

.title2 h3 {
    font-family: 'noto sans', Arial;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}

.block6 h3 strong {
    color: #eded00;
}

.block62::before {
    content: '02';
}
.block63::before {
    content: '03';
}
.block64::before {
    content: '04';
}
.block65::before {
    content: '05';
}
.block66::before {
    content: '06';
}
.block67::before {
    content: '07';
}

.home-section4 > div .title1 li:nth-child(2)::before {
    content: '\f542';
}

.home-section4 > div .title1 li:nth-child(3)::before {
    content: '\f4fc';
}

.home-section4 > div .title1 li:nth-child(4)::before {
    content: '\f7d9';
}
.home-section5 {
    background: #fff;
}
.home-section5 > div {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 3;
    padding: 55px 0  80px;
}

.t2, .t3 {
    box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.15);
    padding: 40px 30px 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.t2 h3, .t3 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}

.t2 p a:not(.btn-style1) {
    color: #eded00;
    font-weight: 800;
}

.t1 h3 {
    font-family: 'noto sans', Arial;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}

.t2 a.btn-style1, .t3 a.btn-style1 {
    margin-top: 20px;
}

.t2 {
    background-image: linear-gradient(165deg, #002962 20%, #3b8ea5 100%);
}

.t2 h3 {
    color: #fff;
}

.t2 p {
    color: #fff;
}

.t2::after {
    content: '\f505';
    font-family: 'Font Awesome 5 Pro';
    width: 190px;
    height: 190px;
    position: absolute;
    bottom: -40px;
    right: -40px;
    line-height: 190px;
    text-align: center;
    font-size: 80px;
    background-color: #D3D9DE20;
    color: #EFF1F320;
    border-radius: 100px;
}


.t3::after {
    content: '\f82c';
    font-family: 'Font Awesome 5 Pro';
    width: 190px;
    height: 190px;
    position: absolute;
    bottom: -40px;
    right: -40px;
    line-height: 190px;
    text-align: center;
    font-size: 80px;
    background-color: #D3D9DE5C;
    color: #fff;
    border-radius: 100px;
}

.home-section5 > div .vc_col-sm-4 .wpb_single_image {
    width: 25%;
    float: left;
    padding: 0 5px;
}
.clienti-rowq1 {
    background-size: cover;
    background-position: center;
    text-align: center;
}
.clienti-rowq1 > div {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 3;
    padding: 60px 0;
}

.clienti-rowq1 h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

.clienti-rowq1 h2 {
    font-family: 'noto sans', Arial;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
}

.clienti-rowq1 h2 strong {
    color: #3137fd;
}

.clienti-rowq1 h2 + p {
    max-width: 600px;
    margin: 30px auto;
    color: #fff;
}

.home-section5 > div .vc_row:last-child {
    margin-top: 50px;
}

.call-action > div {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 60px 0 30px;
}

.call-action {
    background-image: linear-gradient(165deg, #002962 20%, #3b8ea5 100%);
}

.call-action > div h3 {
    font-size: 32px;
    font-weight: 700;
    margin-top: 0;
    color: #eded00;
    text-transform: uppercase;
    line-height: 42px;
    font-family: 'noto sans', Arial;
}

.call-action > div p {
    color: #fff;
}

.call-action > div p {
    max-width: 700px;
}
.despre-row1 {
    /* min-height: 650px; */
    background-size: cover;
    background-position: center;
    /* height: 80vh; */
    padding: 280px 0 150px;
    position: relative;
}
.despre-row1::before {
    background-image: linear-gradient(101deg, #091B32 22.5%, #091B3200 96.23%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '';
}
.despre-row1 > div {
    display: flex;
    height: 100%;
    align-items: center;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 3;
}
.despre-row1 > div h1 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
.despre-row1 > div h1 strong {
    color: #eded00;
}
.despre-row1 > div h1 + p {
    max-width: 700px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.despre-row1 > div h1::after {
    content: '';
    background: #eded00;
    height: 3px;
    display: block;
    max-width: 70px;
    margin: 15px auto 5px;
}

.despre-row2 > div > div {
    padding-top: 0 !important;
}

.despre-row2 > div > div .vc_col-sm-6:first-child > div > div {

    padding: 80px 0;

}

.despre-row2 > div > div .vc_col-sm-6:first-child > div > div h2, .despre-row2 > div > div .vc_col-sm-6:first-child > div > div h3 {
    font-family: 'noto sans', Arial;
    font-size: 24px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}

.despre-row2 > div > div .vc_col-sm-6:first-child .wpb_single_image {
    width: 25%;
    float: left;
    padding: 0 5px;
}

.despre-row2 > div > div .vc_col-sm-6:last-child > div {
    background-size: cover;
    background-position: center;
}

.despre-row2 > div {
    max-width: 1270px !important;
    margin: 0 auto !important;
    float: none !important;
}
.despre-row2 {
    position: relative;
}

.despre-row2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/circuit-board-1.png);
    top: 0;
    bottom: 0;
    display: block;
    opacity: .09;
    background-repeat: repeat;
    background-size: 160px auto;
    display: block !important;
}

.home-section2.despre-row3 .block2 {
    min-height:300px;
}
.home-section2.despre-row3 > div .vc_col-sm-4:nth-child(2) .block2::after {
    content: '02';
}
.home-section2.despre-row3 > div .vc_col-sm-4:nth-child(3) .block2::after {
    content: '03';
}
.t3 * {
    position: relative;
    z-index: 3;
}

.despre-row4.home-section5 > div {
    padding: 0 0 20px;
}

.despre-row4.home-section5 > div .t3 > div, .despre-row4.home-section5 > div .t2 > div {
    min-height: 120px;
}



.servicii-row1 {
    /* min-height: 650px; */
    background-size: cover;
    background-position: center;
    /* height: 80vh; */
    padding: 280px 0 150px;
    position: relative;
}
.servicii-row1::before {
    background-image: linear-gradient(101deg, #091B32 22.5%, #091B3200 96.23%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block !important;
    content: '';
}
.servicii-row1 > div {
    display: flex;
    height: 100%;
    align-items: center;
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 3;
}
.servicii-row1 > div h1 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 700;
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}
.servicii-row1 > div h1 strong {
    color: #eded00;
}
.servicii-row1 > div h1 + p {
    max-width: 700px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.servicii-row1 > div h1::after {
    content: '';
    background: #eded00;
    height: 3px;
    display: block;
    max-width: 70px;
    margin: 15px auto 5px;
}

.servicii-row1 > div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.servicii-row1 > div ul li {
    width: 25%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.servicii-row1 > div ul li::before {
    content: '\f0e7';
    font-family: 'Font Awesome 5 Pro';
    display: block;
    font-size: 32px;
    font-weight: 400;
    color: #eded00;
}

.servicii-row2 {
    position: relative;
}
.servicii-row2 > div {
    max-width: 1270px !important;
    margin: 0 auto !important;
    float: none !important;
}
.servicii-row2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/circuit-board-1.png);
    top: 0;
    bottom: 0;
    display: block;
    opacity: .09;
    background-repeat: repeat;
    background-size: 160px auto;
    display: block !important;
}

.servicii-row2 div h2 {
    font-family: 'noto sans', Arial;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}
.servicii-row2 > div > div {
    padding-top: 0px !important;
}
.servicii-row2 > div > div .vc_col-sm-6:first-child > div > div {
    padding: 105px 0 80px;
}


.servicii-row3 {
    background: #eff1f3;
    position: relative;
    padding: 90px 0 65px;
}

.servicii-row3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/circuit-board-1.png);
    top: 0;
    bottom: 0;
    display: block !important;
    opacity: .09;
    background-repeat: repeat;
    background-size: 160px auto;
}
.servicii-row3 > div {
    max-width: 1270px !important;
    margin: 0 auto !important;
    float: none !important;
    position: relative;
    z-index: 3;
}

.servicii-row3 ol {
  counter-reset: ol-counter;
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.servicii-row3 ol li {
  counter-increment: ol-counter;
  position: relative;
  padding-left: 38px;
  margin-bottom: 12px;
  line-height: 1.6;
  font-family: 'noto sans', Arial;
}

.servicii-row3 ol li::before {
  content: counter(ol-counter);
  position: absolute;
  left: 0;
  top: -3px;
  width: 28px;
  height: 28px;
  background-color: #3137fd;
  color: #fff;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicii-row3 ul {
  list-style: none;
  padding-left: 0;
}

.servicii-row3 ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: 'noto sans', Arial;
}

.servicii-row3 ul li::before {
  content: "\f00c"; /* check */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; /* solid */
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #3137fd;
  font-size: 16px;
}
.servicii-row3 div h3 {
    font-family: 'noto sans', Arial;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}


.blcok-o {
    background-image: linear-gradient(165deg, #002962 20%, #3b8ea5 100%);
}

.blcok-o {
    box-shadow: 0px 5px 30px -5px rgba(0, 0, 0, 0.15);
    padding: 40px 30px 30px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.blcok-o h3 {
    color: #fff;
    margin-top: 0;
}

.blcok-o p {
    color: #fff;
}

.blcok-o::after {
    content: '\f505';
    font-family: 'Font Awesome 5 Pro';
    width: 190px;
    height: 190px;
    position: absolute;
    bottom: -40px;
    right: -40px;
    line-height: 190px;
    text-align: center;
    font-size: 80px;
    background-color: #D3D9DE20;
    color: #EFF1F320;
    border-radius: 100px;
}
.servicii-row3 > div img {
    border-radius: 20px;
}

#navbar .menu-item.menu-item-has-children > a::after {
    content: "\f107";
    font-family: fontawesome;
    position: relative;
    opacity: 1;
    display: inline-block;
    margin: 0 auto;
    top: 2px;
    padding: 0 0px 0 7px;
}


.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: 80px;
    padding-bottom: 80px;
}
.blog-section .vc_col-sm-12 h3 {
    text-align: center;
    font-weight: 700;
    font-family: 'Roboto Condensed', arial;
    font-size: 40px;
    color: #080337;
    line-height: 50px;
    max-width: 900px;
    margin: 0px auto 40px;
    text-transform: uppercase;
}


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

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

.post-name a {
    font-size: 16px;
    line-height: 26px;
    /* font-family: 'Roboto Condensed', arial; */
    color: #080337;
    font-weight: 600;
    padding: 0 30px;
    display: block;
    /* text-transform: uppercase; */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'noto sans', Arial;
}

span.time-n-date {
    position: absolute;
    top: 0;
    right: 0;
    /* font-family: 'Roboto Condensed', arial; */
    background: #3137fd;
    color: #fff;
    min-height: 50px;
    min-width: 50px;
    padding: 9px 0;
    text-align: center;
    /* text-transform: uppercase; */
    font-weight: 600;
    border-radius: 0;
    font-size: 12px;
}

span.time-n-date span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
}

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

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

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

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

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: 1;
    font-weight: 400;
    color: #111;
}

img.blog_post_image {
    transition: all 300ms ease;
    /* border-bottom: 2px solid #832B27; */
}

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

.post-name a:hover {
    color: #3137fd;
}
.post-desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding: 0 30px;
    padding-top: 15px;
}
.high-padding {
    padding: 60px 0;
}

.sweetthemes-pagination-holder {
    text-align: center;
}
.pagination a.page-numbers:hover {
    background-color: #3137fd;
    color: #fff;
}
.pagination .page-numbers {
    background-color: #fff;
    color: #252525;
    float: left;
    line-height: 1.42857;
    margin: 0 5px;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 0px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .02);
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, .02);
    font-weight: 600;
}
.pagination a.page-numbers::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3137fd;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.pagination a.page-numbers:hover::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.sweetthemes-pagination.pagination .page-numbers.current {
    background: #3137fd;
    color: #fff;
}
nav.navigation.pagination {
    background: transparent;
}
h2.screen-reader-text {
    display: none;
}

.header-title-breadcrumb.relative {
    position: relative;
    overflow: hidden;
}


span.post-categories i {
    color: #111;
    padding-right: 2px
}

span.post-categories a {
    font-weight: 400;
    color: #111;
    font-size: 15px
}

span.post-date i {
    color: #111;
    padding-right: 5px
}

.single-post span.post-categories {
    margin-right: 15px
}

.single-post .main-content .post-category-comment-date {
    margin-bottom: 15px;
    margin-top: 0;
    padding: 10px 20px 0;
    font-size: 15px
}

.sidebar-content .widget .widget-title {
    margin: 0 -20px 40px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #3137fd;
    border-radius: 0;
    position: relative;
    border-bottom: 1px solid #cccccc2e
}

.sidebar-content .widget_search form.search-form {
    padding-top: 0!important;
    overflow: hidden
}

.sidebar-content .widget_search label {
    width: 70%;
    float: left;
    margin: 0
}

.sidebar-content .widget_search label input.search-field {
    padding: 0 25px;
    border: 0!important;
    color: #fff;
    transition: .3s ease-in-out;
    width: 100%;
    height: 50px;
    font-weight: 400;
    font-size: 15px;
    background: #1a1a1a;
    outline: 0!important
}

.sidebar-content .widget_search .search-submit {
    width: 30%;
    padding: 0 10px;
    margin-left: 0;
    text-align: center;
    transition: .3s;
    -webkit-transition: .3s;
    height: 50px;
    position: relative;
    -webkit-transform: translateZ(0);
    overflow: hidden;
    font-size: 15px;
    background: #832B27;
    border: 1px solid #a55d07;
    color: #111;
    font-weight: 600
}

.widget_sweetthemes_recent_entries_with_thumbnail .post-thumbnail {
    padding: 0;
    overflow: hidden;
    border-radius: 0;
    -webkit-border-radius: 0px;
    transition: .3s;
    -webkit-transition: .3s;
    will-change: opacity
}

.widget_sweetthemes_recent_entries_with_thumbnail .post-thumbnail:hover {
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07)
}

.widget_sweetthemes_recent_entries_with_thumbnail .post-date {
    border-radius: 0;
    color: #686868;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 10px 0 0;
    display: block;
    line-height: 1
}

.widget_sweetthemes_recent_entries_with_thumbnail li {
    list-style: none;
    margin: 0 0 20px
}

.widget_sweetthemes_recent_entries_with_thumbnail li:last-child {
    margin-bottom: 5px
}

.widget_sweetthemes_recent_entries_with_thumbnail li a {
    color: #111;
    font-weight: 600;
    display: block;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    font-size: 14px;
    line-height: 18px;
    font-family: 'noto sans', Arial;
}

.sidebar-content .widget_nav_menu li {
    position: relative;
    line-height: 30px
}

.widget_sweetthemes_recent_entries_with_thumbnail li img {
    border-radius: 0
}

.widget_categories .cat-item,.widget_categories li a {
    color: #ccc;
    font-weight: 400;
    font-size: 15px;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    padding: 5px 0
}

body.single-post .col-md-9.main-content .article-content-single {
    background: #f6f6f6;
    padding: 0 30px 15px;
    /* box-shadow: 0 0 30px 5px rgba(0,0,0,.05); */
    /* -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.05); */
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    border-radius: 0 0 20px 20px
}

.single-post h1.post-title {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'noto sans', Arial;
}

.social-sharer li a {
    display: block;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    line-height: 35px;
    background: transparent;
    /* width: 35px; */
    /* height: 35px; */
    color: #3137fd !important;
    border-radius: 100px;
    font-size: 20px;
}

.social-sharer>li {
    display: block;
    float: left;
    margin: 0 20px 0 0;
    padding: 0px 0!important;
    text-align: center;
    transition: .3s;
    -o-transition: .3s;
    -ms-transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s
}

ul.social-sharer {
    overflow: hidden;
    padding: 0 15px;
    margin: 0
}

p.comment-form-cookies-consent label {
    font-weight: 400
}

span.share {
    color: #111;
    margin-right: 14px;
    /* position: relative; */
    /* bottom: 18px; */
    font-weight: bold;
}

img.profile-pic {
    max-width: 80px;
    border-radius: 21px;
    margin: -40px auto 0;
    position: relative;
    background: #fff;
    padding: 10px
}

body.single-post div#primary article {
    padding: 50px 0
}

.sidebar-content.sidebar-right .widget {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    font-size: 15px;
    padding: 0 20px 40px;
    /* box-shadow: 0 0 30px 5px rgba(0,0,0,.05); */
    /* -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.05); */
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    border-radius: 10px;
    overflow: hidden;
    background: #f6f6f6;
}

body.single-post .thumbnail-single {
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    text-align: center;
}

.widget_categories li a::before {
    content: '\f178';
    font-family: FontAwesome;
    margin-right: 10px;
    position: relative;
    top: 1px
}

.single-post .article-content ol li,.single-post .article-content ul:not(.social-sharer) li {
    margin-bottom: 0;
    color: #686868;
    position: relative;
    font-size: 15px
}

.prev-next-post {
    float: left;
    margin-bottom: 70px;
    margin-top: 30px;
    width: 100%
}

.prev-next-post .rotate45 {
    background: rgba(0,0,0,0);
    border: 1px solid #c1c1c1;
    width: 36px
}

.prev-next-post .prev-post a span {
    margin-left: 5px
}

.prev-next-post .next-post a span {
    margin-right: 5px
}

.prev-next-post a span {
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -6px
}

.next-post,.prev-post {
    padding: 0
}

.next-post a i,.prev-post a i {
    color: #000;
    font-size: 30px;
    transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    opacity: .3
}

.about-us-section2.erp-section>div h1,.parerea-clientilor-row>div h2 {
    font-size: 42px;
    line-height: 60px;
    font-weight: 300;
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: center
}

.post-navigation {
    position: relative;
    padding: 0;
    margin: 50px 0 0;
    display: flex;
    clear: both;
    border-radius: 20px;
    overflow: hidden
}

.post-navigation .next-post,.post-navigation .prev-post {
    position: relative;
    color: #000;
    background: #f6f6f6;
    box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    -webkit-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    -moz-box-shadow: 0 0 30px 5px rgba(0,0,0,.05);
    display: flex
}

.post-navigation .next-post span,.post-navigation .prev-post span {
    text-transform: uppercase;
    color: #832B27;
    font-weight: 600;
    font-size: 12px;
    display: block;
    margin: 0 0 10px;
    transition: 250ms ease-in-out;
    -webkit-transition: 250ms ease-in-out
}

.post-navigation .next-post a,.post-navigation .prev-post a {
    font-size: 14px;
    line-height: 1.5;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    color: #111;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-weight: 700;
    font-family: 'noto sans', Arial;
    display: block;
}

.post-navigation .next-post a:hover,.post-navigation .prev-post a:hover {
    color: #832B27
}

.next-post-content,.prev-post-content {
    padding: 25px;
    width: 70%
}

.navigation-thumbnail {
    display: inline-block;
    width: 30%
}
.widget_sweetthemes_recent_entries_with_thumbnail ul {
    list-style: none;
    padding: 0;
}

.single-post-share.col-md-6.no-tags-cls {
    padding: 5px 0;
}

.article-details {
    text-align: center;
}
nav.navigation.pagination {
    background: #fff;
}

.container.blog-posts > .row {
    display: flex;
    flex-flow: row wrap;
}
.gdpr-container > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 30px 0;
}
.col-md-3.sidebar-content.sidebar-right {
    position: sticky;
    top: 25px
}

body.single-post .header-title-breadcrumb-overlay h1 {
    font-size: 24px;
    line-height: 32px;
}

body.single-post .thumbnail-single figcaption {
    display: none;
}

.social-sharer li a i {
    font-family: 'Font Awesome 5 Brands';
}

p.byline.text-right {
    font-weight: bold;
    color: #111;
}

.navigation-thumbnail a {
    display: block;
    height: 100%;
}

.navigation-thumbnail a img {
    height: 100%;
    object-fit: cover;
}

span.post-tags-list a {
    color: #111;
}
.el-row1 {
    max-width: 1270px !important;
    margin: 0 auto !important;
    padding: 60px 0 80px;
}

.el-row1 h3 {
    text-align: center;
    background-image: linear-gradient(165deg, #002962 20%, #3b8ea5 100%);
    color: #fff;
    padding: 20px;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
}

.el-row1 .vc_col-sm-6 .vc_col-sm-6 {}

.el-row1 .vc_col-sm-6 .vc_col-sm-6 > div > .wpb_wrapper {
    background: #f6f6f6;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.el-row1 .vc_col-sm-6 .vc_col-sm-6 > div > .wpb_wrapper h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.el-row1 .vc_col-sm-6 .vc_col-sm-6 > div > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.el-row2 {
    background: #eff1f3;
    position: relative;
    padding: 63px 0 65px;
}
.el-row2::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/circuit-board-1.png);
    top: 0;
    bottom: 0;
    display: block !important;
    opacity: .09;
    background-repeat: repeat;
    background-size: 160px auto;
}
.el-row2 > div {
    max-width: 1270px !important;
    margin: 0 auto !important;
    float: none !important;
    position: relative;
    z-index: 3;
}
.el-row2 > div  h3 {
    font-family: 'noto sans', Arial;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}

.el-row2 ul {
  list-style: none;
  padding-left: 0;
  background: #fff;
  padding: 15px;
  border-radius: 20px;
  border: 1px solid #ccc;
}

.el-row2 ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: 'noto sans', Arial;
}

.el-row2 ul li::before {
  content: "\f00c"; /* check */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; /* solid */
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #3137fd;
  font-size: 16px;
}
.el-row1 .vc_col-sm-6 .vc_col-sm-6 > div > .wpb_wrapper h4 + p {
    min-height: 168px;
}

.el-row3 > div {
    max-width: 1270px !important;
    margin: 0 auto !important;
    float: none !important;
    position: relative;
    z-index: 3;
}

.el-row3 {
    padding: 60px 0;
}

.el-row3 > div h3 {
    font-family: 'noto sans', Arial;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}


.el-row3 ul {
  list-style: none;
  padding-left: 0;
  background: #fff;
}

.el-row3 ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: 'noto sans', Arial;
}

.el-row3 ul li::before {
  content: "\f00c"; /* check */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; /* solid */
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #3137fd;
  font-size: 16px;
}

.el-row4 ul {
  list-style: none;
  padding-left: 0;
  /* background: #fff; */
}

.el-row4 ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-family: 'noto sans', Arial;
}

.el-row4 ul li::before {
  content: "\f00c"; /* check */
  font-family: "Font Awesome 5 Pro";
  font-weight: 900; /* solid */
  position: absolute;
  left: 0;
  top: 0.15em;
  color: #3137fd;
  font-size: 16px;
}

.el-row4 .vc_row:nth-child(2n+1) .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    max-width: 600px;
    margin-left: auto;
    padding-right: 50px;
    padding-top: 65px;
    padding-bottom: 45px;
    min-height: 450px;
    /* display: flex; */
    align-items: center;
}

.el-row4 .vc_row:nth-child(2n) .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
    max-width: 600px;
    padding-left: 50px;
    padding-top: 80px;
    padding-bottom: 45px;
}

.el-row4 .vc_row .vc_col-sm-6 > .vc_column-inner {
    background-size: cover;
    background-position: center;
    background-color: #f6f6f6;
}

.el-row4 .vc_row .vc_col-sm-6 > .vc_column-inner h3 {
    font-family: 'noto sans', Arial;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-top: 20px;
    position: relative;
    margin-bottom: 10px;
    margin-top: 0;
}
.el-row4 > div > div {
    padding-top:0px !important;
}
.blcok-o img {
    filter: brightness(0) invert(1);
}

.blcok-o ul li {
    color: #fff;
}

.blcok-o ul li::before {
    color: #eded00;
}
/* ===================================
   CONTACT PAGE - GENERAL STYLES
=================================== */
.contact-page,
.contact-page2 {
    max-width: 1270px;
    margin: 0 auto !important;
    padding: 50px 20px;
    border: 1px solid #ccc;
    margin-top: 30px !important;
    border-radius: 15px !important;
}

.contact-page {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.contact-page2 {
    background: #ffffff;
}

/* ===================================
   CONTACT TITLE
=================================== */
.contact-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid #3137fd;
    position: relative;
    display: inline-block;
    width: 100%;
}

.contact-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #eded00;
}

.contact-title i {
    color: #3137fd;
    margin-right: 12px;
    font-size: 24px;
    vertical-align: middle;
    font-weight: 400;
}

/* ===================================
   CONTACT LIST
=================================== */
.contact-list {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.contact-list li {
    padding: 14px 0;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 1.8;
    border-bottom: 1px solid #e8e8e8;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #111;
}

.contact-list li:last-child {
    border-bottom: none;
}

.contact-list li:hover {
    padding-left: 10px;
    background: rgba(49, 55, 253, 0.02);
}

.contact-list li i {
    color: #3137fd;
    margin-right: 15px;
    font-size: 18px;
    width: 20px;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}

.contact-list li a {
    color: #3137fd;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    position: relative;
}

.contact-list li a:hover {
    color: #1a1f9e;
}

.contact-list li a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: #eded00;
    transition: width 0.3s ease;
}

.contact-list li a:hover::after {
    width: 100%;
}

.contact-list li strong {
    color: #2c2c2c;
    font-weight: 600;
}

/* ===================================
   COMPANY NAME
=================================== */
.company-name {
    font-weight: 700 !important;
    color: #3137fd !important;
    font-size: 18px !important;
    margin-top: 20px !important;
    padding: 15px !important;
    background: linear-gradient(135deg, rgba(49, 55, 253, 0.05) 0%, rgba(237, 237, 0, 0.05) 100%);
    border-left: 4px solid #3137fd;
    border-radius: 4px;
}

/* ===================================
   CONTACT FORM SECTION
=================================== */
.contact-page2 h3 {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.contact-page2 h3::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 35px;
    background: linear-gradient(180deg, #3137fd 0%, #eded00 100%);
    border-radius: 3px;
}

.contact-page2 p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Contact Form 7 Styling */

/* ===================================
   MAP SECTION
=================================== */
.contact-page2 iframe {
    width: 100%;
    height: 650px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

/* ===================================
   AVANTAJE ROW (Benefits Section)
=================================== */
.avantaje-row {
    max-width: 1270px;
    margin: 30px auto !important;
    padding: 60px 20px;
    background: linear-gradient(135deg, #3137fd 0%, #1a1f9e 100%);
    border-radius: 15px;
}

.bc-icon {
    text-align: center;
    padding: 35px 20px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bc-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3137fd 0%, #eded00 100%);
    transition: left 0.5s ease;
}

.bc-icon:hover::before {
    left: 0;
}

.bc-icon:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(49, 55, 253, 0.25);
    background: #ffffff;
}

.bc-icon h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    position: relative;
}

.bc-icon p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Icon Styling with Different Colors */
.bc-icon1::after,
.bc-icon2::after,
.bc-icon3::after,
.bc-icon4::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 0.1;
    transition: all 0.4s ease;
}

.bc-icon1::after {
    background: #3137fd;
}

.bc-icon2::after {
    background: #eded00;
}

.bc-icon3::after {
    background: #3137fd;
}

.bc-icon4::after {
    background: #eded00;
}

.bc-icon:hover::after {
    opacity: 0.2;
    transform: scale(1.2);
}

/* ===================================
   RESPONSIVE DESIGN
=================================== */
@media (max-width: 768px) {
    .contact-page,
    .contact-page2,
    .avantaje-row {
        padding: 40px 15px;
    }
    
    .contact-title {
        font-size: 18px;
    }
    
    .contact-list li {
        font-size: 14px;
        padding: 12px 0;
    }
    
    .contact-page2 h3 {
        font-size: 22px;
    }
    
    .wpcf7-form {
        padding: 25px;
    }
    
    .contact-page2 iframe {
        height: 300px;
    }
    
    .bc-icon {
        margin-bottom: 20px;
        min-height: 180px;
    }
    
    .bc-icon h3 {
        font-size: 18px;
    }
    
    .bc-icon p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 16px;
    }
    
    .contact-list li {
        font-size: 13px;
    }
    
    .wpcf7-form input[type="submit"] {
        width: 100%;
        padding: 14px 30px;
    }
}

/* ===================================
   ANIMATIONS
=================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact-page .vc_column_container,
.contact-page2 .vc_column_container {
    animation: fadeInUp 0.6s ease forwards;
}

.contact-page .vc_column_container:nth-child(2) {
    animation-delay: 0.2s;
}

/* ===================================
   UTILITIES
=================================== */
.text-highlight {
    color: #3137fd;
    font-weight: 700;
}

.bg-accent {
    background: linear-gradient(135deg, rgba(49, 55, 253, 0.05) 0%, rgba(237, 237, 0, 0.05) 100%);
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}

/* ===================================
   PORTFOLIO PAGE - MODERN DESIGN
=================================== */

/* Portfolio Header */
.portfolio-header {
    max-width: 1270px;
    margin: 0 auto auto !important;
    /* padding: 80px 20px 60px; */
}

.portfolio-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.portfolio-icon {
    margin-bottom: 25px;
}

.portfolio-icon i {
    font-size: 60px;
    color: #3137fd;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }
}

.portfolio-title {
      font-family: 'noto sans', Arial;
    font-size: 28px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 0;
    position: relative;
    margin-bottom: 10px;
}

.portfolio-divider {
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #3137fd 0%, #eded00 100%);
    margin: 0 auto 30px;
    border-radius: 2px;
}

.portfolio-description {
    /* font-size: 18px; */
    /* line-height: 1.8; */
    /* color: #666; */
    margin: 0;
    color: #111;
}

/* Portfolio Content */
.portfolio-content {
    max-width: 1270px;
    margin: 0 auto !important;
    padding: 40px 20px;
    background: #ffffff;
}

.portfolio-year {
    font-size: 32px;
    font-weight: 800;
    color: #3137fd;
    text-align: right;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 3px solid #eded00;
    position: relative;
}

.portfolio-year::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 60px;
    height: 3px;
    background: #3137fd;
}

.portfolio-projects {
    margin-bottom: 60px;
}

.project-item {
    background: #f8f9fa;
    padding: 20px 25px;
    margin-bottom: 15px;
    border-radius: 8px;
    border-left: 4px solid #3137fd;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.project-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(49, 55, 253, 0.03) 0%, rgba(237, 237, 0, 0.03) 100%);
    transition: left 0.4s ease;
}

.project-item:hover::before {
    left: 0;
}

.project-item:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 25px rgba(49, 55, 253, 0.15);
    border-left-color: #eded00;
}

.project-item h4 {
    font-size: 16px;
    font-weight: 600;
    color: #2c2c2c;
    margin: 0;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* Alternating colors for visual interest */
.project-item:nth-child(even) {
    background: #ffffff;
    border-left-color: #eded00;
}

.project-item:nth-child(even):hover {
    border-left-color: #3137fd;
}

/* Add icons to specific project types */
.project-item h4::before {
    content: '⚡';
    margin-right: 10px;
    color: #3137fd;
    font-size: 18px;
}

/* Responsive Timeline Effect */
@media (min-width: 992px) {
    .portfolio-content .vc_column_container {
        position: relative;
    }
    
    .portfolio-content .vc_column_container::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: linear-gradient(180deg, transparent 0%, #e0e0e0 10%, #e0e0e0 90%, transparent 100%);
    }
    
    .portfolio-content .vc_column_container:last-child::before {
        display: none;
    }
}

/* Responsive Design */
@media (max-width: 991px) {
    .portfolio-header {
        padding: 60px 15px 40px;
    }
    
    .portfolio-title {
        font-size: 32px;
    }
    
    .portfolio-description {
        font-size: 16px;
    }
    
    .portfolio-content {
        padding: 30px 15px;
    }
    
    .portfolio-year {
        font-size: 28px;
        text-align: left;
        margin-bottom: 25px;
    }
    
    .portfolio-year::after {
        left: 0;
        right: auto;
    }
    
    .portfolio-projects {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .portfolio-icon i {
        font-size: 50px;
    }
    
    .portfolio-title {
        font-size: 28px;
        letter-spacing: 1px;
    }
    
    .portfolio-year {
        font-size: 24px;
    }
    
    .project-item {
        padding: 18px 20px;
        margin-bottom: 12px;
    }
    
    .project-item h4 {
        font-size: 15px;
    }
    
    .project-item:hover {
        transform: translateX(5px);
    }
}

@media (max-width: 480px) {
    .portfolio-header {
        padding: 40px 15px 30px;
    }
    
    .portfolio-title {
        font-size: 24px;
    }
    
    .portfolio-description {
        font-size: 15px;
    }
    
    .portfolio-divider {
        width: 60px;
        height: 3px;
    }
    
    .project-item {
        padding: 15px 18px;
    }
    
    .project-item h4 {
        font-size: 14px;
    }
    
    .project-item h4::before {
        font-size: 16px;
        margin-right: 8px;
    }
}

/* Animation for page load */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.portfolio-intro {
    animation: fadeInUp 0.8s ease forwards;
}

.portfolio-year {
    animation: fadeInUp 0.6s ease forwards;
}

.project-item {
    animation: fadeInUp 0.4s ease forwards;
    opacity: 0;
}

.project-item:nth-child(1) { animation-delay: 0.1s; }
.project-item:nth-child(2) { animation-delay: 0.15s; }
.project-item:nth-child(3) { animation-delay: 0.2s; }
.project-item:nth-child(4) { animation-delay: 0.25s; }
.project-item:nth-child(5) { animation-delay: 0.3s; }
.project-item:nth-child(6) { animation-delay: 0.35s; }
.project-item:nth-child(7) { animation-delay: 0.4s; }
.project-item:nth-child(8) { animation-delay: 0.45s; }
.project-item:nth-child(9) { animation-delay: 0.5s; }
.project-item:nth-child(10) { animation-delay: 0.55s; }

/* Print styles */
@media print {
    .portfolio-header {
        background: #ffffff;
        padding: 40px 0;
    }
    
    .project-item {
        page-break-inside: avoid;
        box-shadow: none;
        border: 1px solid #e0e0e0;
    }
    
    .project-item:hover {
        transform: none;
    }
}

.clienti-rowq1.clienti-rowq1-gray {
    background: #eff1f3;
    overflow: hidden;
    position: relative;
}
.clienti-rowq1.clienti-rowq1-gray::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: url(../images/circuit-board-1.png);
    top: 0;
    bottom: 0;
    display: block !important;
    opacity: .09;
    background-repeat: repeat;
    background-size: 160px auto;
}

.clienti-rowq1.clienti-rowq1-gray h3 {
    color: #111;
}

.clienti-rowq1.clienti-rowq1-gray h2 {
    color: #111;
}

.clienti-rowq1.clienti-rowq1-gray p {
    color: #111;
}

.clienti-rowq1.clienti-rowq1-gray h2 strong {}

.clienti-rowq1.clienti-rowq1-gray > div {
    padding-bottom: 10px !important;
}

@media (min-width:767px) and (max-width:1024px) {
       header.header2 {
        position: static;
        background: #3137fd;
        text-align: center;
    }

    header .social-f {
        display: none;
    }

    nav#sweetthemes-main-head > .container > .row {
        display: block;
        padding: 0;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        text-align: left;
    }

    .col-md-3.navbar-header3 {
        margin-top: 20px;
        text-align: right;
        margin-bottom: 20px;
        padding-right: 15px;
        width: 100%;
        display: none;
    }

    .pxl-item--inner {
        align-items: self-end;
        text-align: left;
        margin-left: auto;
        justify-content: flex-end;
    }

    .pxl-item--container {
        text-align: right;
    }

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

    .home-section1 > div h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

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

    .block3 h2::before {
        position: static;
        display: block;
        margin-bottom: 15px;
    }

    .block3 h2 {
        padding: 0;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

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

    .home-section4 > div {
        padding: 10px 0;
    }

    .home-section4 > div .title1 ul li {
        width: 100%;
        MARGIN-BOTTOM: 20PX;
    }

    .block6 {
        padding-top: 120px;
    }

    .home-section4 > div .item-btn {
        margin-bottom: 30px !important;
    }

    .clienti-rowq1 h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .clienti-rowq1 > div {
        padding: 0 0 20px;
    }

    .home-section5 > div .vc_col-sm-2 {
        width: 50%;
    }

    .home-section5 > div {
        padding: 0;
    }

    .home-section5 > div .vc_col-sm-2 h3 {
        font-size: 17px;
    }

    .call-action > div h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .footer-row-1 .col-md-3 {
        overflow: hidden;
    }
    #navbar .menu-item.menu-item-has-children > a::after {
        display: none !important;
    }
    .despre-row1 > div h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .header-title-breadcrumb-overlay {
        padding: 60px 0;
    }
    .despre-row1 {
        padding: 40px 0;
    }
    .servicii-row1 > div h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .servicii-row1 > div ul li {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .servicii-row1 > div ul li::before {
        display: inline-block;
        font-size: 16px;
        margin-right: 10px;
    }

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

    .servicii-row2 > div > div .vc_col-sm-6:first-child > div > div {
        padding: 30px 0;
    }

    .servicii-row3 div h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .el-row1 .vc_col-sm-6 .vc_col-sm-6 > div > .wpb_wrapper {
        margin-bottom: 30px;
    }

    .el-row1 .vc_col-sm-6 .vc_col-sm-6 > div > .wpb_wrapper h4 + p {
        min-height: unset;
    }

    .el-row4 .vc_row:nth-child(2n) .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        padding: 30px 0;
    }
    .el-row4 .vc_row:nth-child(2n+1) .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        padding: 30px 0;
    }
    .blcok-o h3 {
        font-size: 18px;
    }
    .clienti-rowq1.clienti-rowq1-gray {
        padding-top: 50px;
    }
    .navbar-header.col-md-3.col-sm-2 {
        width: 100%;
    }

    .home-section2 .vc_col-sm-4 {
        width: 100%;
    }

    .home-section2.despre-row3 .block2 {
        min-height: unset;
    }
    .servicii-row2 > div .vc_column-inner {
        min-height: 150px;
        background-size: cover;
    }
}

@media(max-width: 767px) {
  
    header nav ul {
        display: block;
        width: 100%;
    }
    .servicii-row2 > div .vc_column-inner {
    min-height: 150px;
    background-size: cover;
}
.despre-row2 > div > div .vc_col-sm-6:last-child > div {
    min-height: 350px;
    background-size: cover;
    background-position: center;
}
    #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: #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: #fff!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: 150px;
    }
    .navbar-header {
        padding: 0 15px;
        display: block;
        width: 100%;
        text-align: left;
    }
    header.header2 {
        position: static;
        background: #3137fd;
        text-align: center;
    }

    header .social-f {
        display: none;
    }

    nav#sweetthemes-main-head > .container > .row {
        display: block;
        padding: 0;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        text-align: left;
    }

    .col-md-3.navbar-header3 {
        margin-top: 20px;
        text-align: right;
        margin-bottom: 20px;
        padding-right: 15px;
    }

    .pxl-item--inner {
        align-items: self-end;
        text-align: left;
        margin-left: auto;
        justify-content: flex-end;
    }

    .pxl-item--container {
        text-align: right;
    }

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

    .home-section1 > div h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

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

    .block3 h2::before {
        position: static;
        display: block;
        margin-bottom: 15px;
    }

    .block3 h2 {
        padding: 0;
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 20px;
    }

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

    .home-section4 > div {
        padding: 10px 0;
    }

    .home-section4 > div .title1 ul li {
        width: 100%;
        MARGIN-BOTTOM: 20PX;
    }

    .block6 {
        padding-top: 120px;
    }

    .home-section4 > div .item-btn {
        margin-bottom: 30px !important;
    }

    .clienti-rowq1 h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .clienti-rowq1 > div {
        padding: 0 0 20px;
    }

    .home-section5 > div .vc_col-sm-2 {
        width: 50%;
    }

    .home-section5 > div {
        padding: 0;
    }

    .home-section5 > div .vc_col-sm-2 h3 {
        font-size: 17px;
    }

    .call-action > div h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .footer-row-1 .col-md-3 {
        overflow: hidden;
    }
    #navbar .menu-item.menu-item-has-children > a::after {
        display: none !important;
    }
    .despre-row1 > div h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .header-title-breadcrumb-overlay {
        padding: 60px 0;
    }
    .despre-row1 {
        padding: 40px 0;
    }
    .servicii-row1 > div h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .servicii-row1 > div ul li {
        width: 100%;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .servicii-row1 > div ul li::before {
        display: inline-block;
        font-size: 16px;
        margin-right: 10px;
    }

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

    .servicii-row2 > div > div .vc_col-sm-6:first-child > div > div {
        padding: 30px 0;
    }

    .servicii-row3 div h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .el-row1 .vc_col-sm-6 .vc_col-sm-6 > div > .wpb_wrapper {
        margin-bottom: 30px;
    }

    .el-row1 .vc_col-sm-6 .vc_col-sm-6 > div > .wpb_wrapper h4 + p {
        min-height: unset;
    }

    .el-row4 .vc_row:nth-child(2n) .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        padding: 30px 0;
    }
    .el-row4 .vc_row:nth-child(2n+1) .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper {
        padding: 30px 0;
    }
    .blcok-o h3 {
        font-size: 18px;
    }
    .clienti-rowq1.clienti-rowq1-gray {
        padding-top: 50px;
    }
}