/*
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;
    --color-gradient-4: linear-gradient(90deg, #122F3D 0%, #7BBD28 100%);
    --body: #fff;
    --black: #000;
    --white: #fff;
    --theme: #259230;
    --theme2: #C4E3AC;
    --theme3: #FF9900;
    --header: #232323;
    --base: #EC2D2D;
    --text: #888888;
    --border: #8888884d;
    --border2: #272727;
    --bg: #0E0E0E;
    --bg2: #191919;
    --bg3: #ffffff33;
    --color-gradient-1: linear-gradient(90deg, #FF9900 0%, #CC2500 100%);
    --color-gradient-2: linear-gradient(102.27deg, #0E0E0E 0%, rgba(35, 35, 35, .29) 100%);
    --color-gradient-3: linear-gradient(180deg, rgba(255, 153, 0, 0) 0%, #EE332B 100%);
    --color-gradient-4: linear-gradient(226.22deg, rgba(255, 153, 0, 0) 0%, #259230 84.75%);
    --color-gradient-5: linear-gradient(96.78deg, #0E0E0E 2.09%, rgba(35, 35, 35, .29) 75.55%);
}
* {
    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: 100px;
 width: 100%;
}



.navbar-default .navbar-nav>li>a {
    color: #85888b;
}

img {
    max-width: 100%;
    height: auto;
}
.wpcf7 form.sent .wpcf7-response-output {
    color: #111;
}
body {
    color: #fff;
    background-color: #0E0E0E;
    font-family: 'Prompt', Arial;
}
p {
    font-weight: 200;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
}
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;
}



/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 22px 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: #7BBD28 !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: #000;
}
#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: #BEE0AB !important;
    }


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: #0E0E0E;
    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;
}
div#navbar {
    /* text-align: center; */
    padding: 0px;
    /* padding-right: 30px; */
}
.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: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 2px solid rgb(255 255 255 / 20%);
    background-image: url(../images/patternLed.jpg);
}


#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: #bdbdbd;
    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: 17px 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: 108px;
    padding: 0px 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Prompt', Arial;
    text-align: center;
    font-weight: 500;
    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: #888;
    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: 'Prompt', ARIAL;
    FONT-WEIGHT: 600;
    COLOR: #fff!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #888 !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    font-family: Prompt, Arial;
    text-align: left;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
}
.footer-details p span {
    display: inline-block;
    padding-left: 25px;
    color: #888;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 4px;
    color: #C4E3AC;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #de0e15 !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: 220px !important;
}
p.copyright {
    color: #888;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    font-weight: 400;
    font-family: 'Prompt', Arial;
}
p.copyright a {
    color: #5A7CBE;
    font-weight: 400;
}

.footer-div-parent {
    border-top: 1px solid rgb(204 204 204 / 20%);
    background: transparent;
    border-radius: 0;
}

footer {
    background-color: #0E0E0E;
    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: #7BBD28;border: none;color: #111;font-size: 16px;padding: 0 36px;line-height: 50px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0;position: relative;display: inline-block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;font-weight: 600;outline: none;white-space: nowrap;/* text-transform: uppercase; */font-family: "Prompt", Arial;border-radius: 0px;}

.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: #111;
    background: #C4E3AC;
}
.itexclusiv-contact input:not([type='checkbox']):not([type='radio']), .itexclusiv-contact textarea, .itexclusiv-contact select {background-color: #fff;height: 40px;border: 2px solid #f4f7f7;color: #000;padding: 0px 0px;line-height: normal;font-size: 14px;-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: Prompt;margin: 0px 0 0px;font-weight: 400;border: 0;border-bottom: 1px solid #111;}
.itexclusiv-contact {
    /* max-width: 1100px; */
    margin: 0;
    background: #fff;
    padding: 21px;
}
.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 0;
    min-height: 100px;
    }
.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: 40px;
    line-height: 54px;
    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: 80px 0;
    background-size: cover;
    background-position: center center;
    text-align: center;
    background-repeat: repeat;
    background-size: 50%;
    position: relative;
    /* padding-top: 20px; */
    /* padding-bottom: 60px; */
    background-repeat: no-repeat;
    background-position: right;
    background-color: #0A0B0D;
}




@-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: 15px;
}

.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: 'Prompt', Arial; 
}

h1, h2 {
    font-weight: 600;
    font-family: 'Prompt', Arial;
}
h3 {
    font-weight: 700;
}
h5 {
    font-family: "Prompt", Arial;
    font-weight: 600;
}

a {
    font-family: 'Prompt', Arial; 
}

p {
    font-family: 'Prompt', Arial; 
}

@media(min-width: 1280px) {
    header .contact-li a {
        background: transparent;
        color: #888888 !important;
        line-height: 57px !important;
        margin: 24px 0px 25px 20px;
        font-weight: 700 !important;
        padding: 0 45px !important;
        border-radius: 0;
        font-size: 16px !important;
        /* letter-spacing: 0.45px; */
        border: 1px solid #888888;
        position: relative;
        overflow: hidden;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
    }
    body #navbar ul:not(.sub-menu) > .menu-item.contact-li:hover > a {
        /* background: #de0e15; */
        color: #fff !important;
    }


  header  .contact-li {
        position: relative;
        margin-left: 15px;
    }
}

.header-top {
    background: #3F50A2;
    /* padding: 8px 0; */
}

.header-top-item {
    display: inline-block;
    padding: 7px 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;
}


.header-top .social-f a {
    display: inline-block;
    padding-right: 20px;
    color: #d61414;
    font-size: 25px;
}
.header-top .social-f a:hover {
    color: #34C5A1;
}
.header-top .social-f a i {
    font-size: 40px !important;
    color: #3b5998;
}
.header-top .social-f {
    padding-top: 7px;
    text-align: right;
}

.law_slider_box-slide {
    /* padding: 300px 0 200px; */
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    height: calc(100vh - 110px);
    display: flex;
    align-items: center;
}

.home-section1 >  .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
}

.home-section1 >  .vc_col-sm-12 > .vc_column-inner {
    padding: 0;
}

.law_slider_box-child2 h4 {
    font-size: 82px;
    font-weight: 800;
    /* max-width: 800px; */
    margin-bottom: 30px;
    color: #fff;
    margin: 0 auto 0px;
    font-weight: 700;
    line-height: 98px;
}

.law_slider_box-child2 p {
    font-size: 20px;
    line-height: 30px;
    max-width: 900px;
    color: #fff;
    margin: 0 auto;
    font-weight: 300;
}

.law_slider_box-child2 .law_slider_btn {
    background: #7BBD28;
    margin: 0 15px;
    line-height: 55px;
    height: 55px;
    color: #fff;
    display: inline-block;
    padding: 0 40px;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 35px;
}
.law_slider_box-child1 {
    text-align: center;
    position: relative;
    z-index: 3;
    /* padding-top: 60px; */
}
.footer-top {
    padding: 50PX 0px 50PX;
}

.social-f a {
    display: inline-block;
    /* padding-right: 19px; */
    color: #fff;
    font-size: 15px;
    /* width: 40px; */
    /* height: 40px; */
    border: 1px solid rgb(204 204 204 / 20%);
    /* line-height: 40px; */
    text-align: center;
    margin-right: 15px;
}

.social-f a:hover {
    color: #5A7CBE;
}
.breadcrumb {
    margin-bottom: 0;
    /* padding-bottom: 0; */
}
.social-f a i {
    font-size: 21px !important;
}

.social-f {
    padding-top: 10px;
    text-align: left;
}
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: .3;
}

.law_slider_box-child2 h3 {
    font-size: 14px;
    line-height: 13px;
    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: #303d7c;}

.law_slider_box-child2 a:first-child:hover {
    /* box-shadow: #3F50A2 0 10px 20px 0; */
}

.law_slider_box-child2 a:last-child:hover {
       color: #fff;
    border-color: #7BBD28;
}





.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: #7BBD28;
}
.law_slider_shortcode ul.prezentari-dots li.slick-active circle.path + circle {
    fill: #7BBD28;
}
@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.law_slider_box-child.container {
    /* min-height: 750px; */
    display: flex;
    align-items: center;
}




.move-icon1 {
    margin: 0;
    position: absolute;
    top: 0;
    left: 10%;
}

@keyframes MoveUpDown {
  0%, 100% {
    top: 0;
  }
  50% {
    top: 20px;
  }
}

.move-icon1 {
    animation: MoveUpDown 3s linear infinite;
}


.move-icon2 {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 10%;
}

@keyframes MoveUpDown2 {
  0%, 100% {
    right: 10%;
  }
  50% {
    right: 11%;
  }
}

.move-icon2 {
    animation: MoveUpDown2 3s linear infinite;
}

.home-section2 .vc_inner {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 50px 0 0px;
}

.s2-img1 {
    position: relative;
    max-width: 500px;
}

.s2-img1::after {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    height: 20px;
    background-color: #3F50A2;
    content: "";
}


.s2-img2 {
    position: absolute;
    bottom: -120px;
    right: 0;
    padding: 20px;
    background-color: #fff;
    /* animation: 5s ease-out 0s infinite normal none running pxl_right_left; */
}

@keyframes pxl_right_left {
    0% {
        transform: translateX(0)
    }

    25% {
        transform: translateX(10px)
    }

    50% {
        transform: translateX(0)
    }

    75% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(0)
    }
}

.home-section2 .vc_col-sm-12 h3 {
      color: rgb(136, 136, 136);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    letter-spacing: .5px;
}

.home-section2 .vc_col-sm-12 h4 {
       font-size: 40px;
       line-height: 54px;
       font-weight: 600;
       color: #fff;
       margin-bottom: 30px;
}

.home-section2 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
    padding-right: 30px;
    position: relative;
}

.home-section2 .vc_col-sm-12 h5 {
    color: #00A0D6;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    margin: 20px 0;
}

 {
   background: #3F50A2;
    line-height: 50px;
    height: 50px;
    color: #fff;
    display: inline-block;
    padding: 0 39px;
    border-radius: 0;
    font-weight: 400;
    font-size: 14px;
    margin-top: 30px;
}


.btn-style1 {
    background: transparent;
    line-height: 68px;
    /* margin: 0 15px; */
    height: 70px;
    color: #888888;
    display: inline-block;
    padding: 0 60px;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    /* margin-top: 35px; */
    border: 1px solid #8888;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all .5s linear;
    margin-right: 15px;
}


.btn-style1:before {
    position: absolute;
    content: "";
    background-color: #7BBD28;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.btn-style1:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #7BBD28;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    z-index: -1;
}
.btn-style1:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
.btn-style1:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}

.call-s2::before {
    content: '';
    width: 70px;
    height: 70px;
    display: inline-block;
    background-image: url(../images/call-icon.png);
    background-size: 55%;
    background-color: #f6f6f6;
    BACKGROUND-POSITION: CENTER;
    background-repeat: no-repeat;
    border-radius: 100px;
    position: absolute;
    left: 0;
    animation: tada 2s linear infinite;
}

.call-s2 {
    position: relative;
    padding-left: 85px;
    margin-bottom: 25px !important;
}

.call-s2 h6 {
    font-size: 18px;
    line-height: 1.67;
    font-weight: 700;
    color: #726f84;
    margin-bottom: 0;
    padding-top: 5px;
}

.call-s2 h6 + p a {
    font-size: 18px;
    color: #151515;
    font-weight: 700;
}

.home-section2 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding-top: 55px;
    padding-bottom: 100px;
}

.home-section2 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
    padding-left: 0px;
}


.vertical-text p {
    color: #F7F1EE;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 20px;
    text-transform: uppercase;
}

.vertical-text {
    transform: rotate(-180deg);
    writing-mode: tb-rl;
    text-align: center;
    position: absolute;
    top: 10px;
    left: -40px;
    margin: 0 !important;
}


@keyframes tada {
    from,to {
        transform: scale3d(1,1,1)
    }

    10%,20% {
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }
}

.tada {
    animation-name: tada
}
.home-section3 {
    background: #f6f6f6;
    padding: 45px 0 55px;
}

.home-section3 h3 {
    text-align: center;
    margin-top: 0;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #686868;
    margin-top: 0;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.home-section3 h4 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #303d7c;
    text-align: center;
    margin-bottom: 50px !important;
}

.home-section3 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}


.law_slider_box_shortcode {
    height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-bottom: 45px;
    border-bottom: 10px solid #3F50A2;
}

.law_slider_box_shortcode::after {
    content: '';
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: opacity .3s ease-out, background-color .3s ease-out;
    -ms-transition: opacity .3s ease-out, background-color .3s ease-out;
    transition: opacity .3s ease-out, background-color .3s ease-out;
}

.law_slider_box_shortcode1 {
    height: 100%;
    display: flex;
    align-items: self-end;
}

.law_slider_box_shortcode1 a {
    height: 100%;
    display: flex;
    align-items: self-end;
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding: 35px;
}

.law_slider_box_shortcode1-link h6 + span {
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    display: block;
    color: #fff;
}

.law_slider_box_shortcode1-link h5 {
    font-family: arial;
    position: absolute;
    left: 30px;
    top: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    opacity: 0;
    margin: 0;
    transition: all 300ms ease;
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.law_slider_box_shortcode1-link h6 {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 10px;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transform .3s ease-out;
    font-weight: 500;
}

.law_slider_box_shortcode1 a:hover h6, .law_slider_box_shortcode1 a:hover p {
    transform: none;
}

.law_slider_box_shortcode1-link:hover h6 + span {}

.law_slider_box_shortcode1 a:hover h6 + span {
    transform: none;
}

.law_slider_box_shortcode1 a:hover h5 {
    opacity: 1;
    transform: none;
}


.law_slider_box_shortcode:hover::after {
    background: #3F50A2;
    opacity: .9;
}

.law_slider_box_shortcode1-link p {
    font-size: 12px;
    line-height: 18px;
    color: #ccc;
    margin: 0 0 10px;
    -webkit-transform: translateY(75px);
    -ms-transform: translateY(75px);
    transform: translateY(75px);
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease-out;
    -ms-transition: -ms-transform .3s ease-out;
    transition: transform .3s ease-out;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}


.home-section4 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.home-section4-box {
    background: rgb(255 255 255 / 90%);
    display: inline-block;
    max-width: calc(815px - 215px);
    padding: 65px 50px 65px;
    border-bottom: 20px solid #3F50A2;
    margin: 80px 0 95px !important;
}

.home-section4-box h3 {
    margin-top: 0;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #686868;
    margin-top: 0;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.home-section4-box h4 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #303d7c;
}


.home-section4 {
    background-attachment: fixed;
    background-size: cover;
}

.btn-style1:hover {
    /* box-shadow: #3F50A2 0 10px 20px 0; */
    color: #fff;
    border-color: #7BBD28;
}

.home-section5 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 40px 0;
}

.home-section5 .vc_col-sm-12 h3 {
    text-align: left;
    margin-top: 0;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #686868;
    margin-top: 0;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.home-section5 .vc_col-sm-12 h4 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #303d7c;
    text-align: left;
    margin-bottom: 20px !important;
}

.box-h2 {
    /* width: 50%; */
    /* float: left; */
}

.box-h2 h5 + p {
    font-size: 20px;
    line-height: 25px;
    padding-right: 10px;
    color: #303d7c;
    font-weight: 800;
}

.box-h2 > .wpb_wrapper {
    display: flex;
}

.box-h2 > .wpb_wrapper .flex1 {
    min-width: 90px;
    padding-right: 10px;
}

.box-h2 > .wpb_wrapper .flex2 h5 {
    font-size: 12px;
    margin-top: 0;
    color: #686868;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}


.box-h2 h5 + p + p {
    max-width: 400px;
    font-size: 14px;
    line-height: 20px;
}

.home-section5 {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    padding: 35px 0;
    border-top: 1px solid #ccc;
}
.home-section5 .vc_col-sm-6:last-child > .vc_column-inner {
    padding-left: 55px;
}

.box-h2 > .wpb_wrapper .flex1 img {
    max-width: 70px;
    image-rendering: -webkit-optimize-contrast;
}

.h3-img2 img {
    max-width: 300px !important;
    /* box-shadow: 0 5px 10px rgb(0 0 0 / 30%); */
    /* border-radius: 5px; */
    padding: 20px;
    background-color: #fff;
}

.h3-img2 {
    margin: 0;
    /* position: absolute; */
    /* top: 205px; */
    margin-top: -150px;
    margin-bottom: 0 !important;
    position: relative;
}
.h3-img1 img {
    max-width: 470px !important;
    /* border-radius: 10px; */
}

.h3-img1 {
    text-align: right !important;
    margin: 0;
    position: relative;
}

.h3-img1::after {
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    height: 20px;
    background-color: #3F50A2;
    content: "";
}
.home-logori {
    padding: 60px 0;
    -webkit-box-shadow: inset 0 3px 12px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 3px 12px 1px rgb(0 0 0 / 5%);
}

.home-logori img {
    max-height: 80px;
    width: auto !important;
    margin: 0 auto;
}

.home-logori .vc_column-inner {
    padding: 0 !important;
}


.law_slider_box_shortcode_logo 
 > a {
    min-height: 80px;
    display: flex;
    align-items: center;
}

.proiecte-row1 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 40px 0 40px;
}




.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: #3F50A2;
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

a.whatsapp-mob {
    padding-left: 8px;
}



.ttm-icon p {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 22px !important;
}
.featured-content {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}
.featured-title h5 {
    margin-top: 3px;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px !important;
    /* font-family: 'Anton', arial; */
}
.featured-icon-box.featured-icon-box-last {
    border: 0;
}

h5.project_cat {
    color: #f2c01b;
}

.contact-section1 {
    padding: 30px 0 0px;
    /* background: #fff; */
    max-width: 1170px !important;
    float: none;
    margin: 0 auto !important;
    border-bottom: 1px soli;
}

.vc_section.echipa-section {
    background-position: top !important;
    background-size: contain !important;
    background-color: #F5F5F5;
}

.contact-section1 h2 {
    font-size: 27px;
    color: #303849;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
    font-family: 'FuturaPTDemi', Arial;
    /* text-transform: uppercase; */
    /* font-family: 'Anton', arial; */
    /* text-transform: uppercase; */
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 5px;
    background: linear-gradient(to right, #1273eb, #4ac4f3, #1273eb);
    display: block;
    margin: 20px 0 10px;
    border-radius: 10px;
    box-shadow: rgb(152 149 165 / 14%) 1px 1px 0px 1px;
}

 .featured-icon-box {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
    max-width: 500px;
}
.featured-icon {
    display: table-cell;
    vertical-align: middle;
    vertical-align: top;
    padding-top: 5px;
}
.featured-desc * {
    FONT-SIZE: 16PX;
    COLOR: #111;
}

.featured-desc a:hover {
    color: #f2c014;
}

.wpcf7-acceptance {
    display: block;
    /* margin: 20px 0 30px !important; */
}

.wpcf7-acceptance * {
    font-weight: 400;
    text-transform: unset !important;!I;!;
}
.contact-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    /* padding-top: 55px; */
    /* padding-bottom: 55px; */
}


header .contact-li a:before {
    position: absolute;
    content: "";
    background-color: #7BBD28;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
header .contact-li a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #7BBD28;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    z-index: -1;
}
header .contact-li a:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
header .contact-li a:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}
.contact-li img {
    position: absolute;
    bottom: 6px;
    right: 6px;
    transition: all .4s ease-in-out;
}


.law_slider_box-child2 h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-top: 0;
    background: #ffffff33;
    display: inline-block;
    padding: 15px 20px;
    text-transform: uppercase;
}

video#myvid {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(-50%);
}

.law_slider_box-slide::after {
    content: '';
    background: #0E0E0E;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.law_slider_box-child.container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}



.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 20px;
    width: 35px;
    height: 35px;
    background: #ffffff33;
    text-align: center;
    line-height: 35px;
    border-radius: 0;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

.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';
}


.cub-arrow svg {
    margin-top: 10px;
}

.cub-arrow svg {-webkit-animation: arrow 1.5s linear infinite;animation: arrow 1.5s linear infinite;fill: #fff;}


@-webkit-keyframes arrow {
    0% {
        -webkit-transform: translate(0, 0) scale3D(1, 1, 1);
        transform: translate(0, 0) scale3D(1, 1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        opacity: 0
    }
}

@keyframes arrow {
    0% {
        -webkit-transform: translate(0, 0) scale3D(1, 1, 1);
        transform: translate(0, 0) scale3D(1, 1, 1);
        opacity: 1
    }
    100% {
        -webkit-transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        transform: translate(0, 5px) scale3D(1.2, 1.2, 1.2);
        opacity: 0
    }
}


.cub-arrow {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
}

.law_slider_box-child2 h4 strong {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
}

.law_slider_box-child2 .law_slider_btn {
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all .5s linear;
}

.law_slider_box-child2 .law_slider_btn:before {
    position: absolute;
    content: "";
    background-color: #fff;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.law_slider_box-child2 .law_slider_btn:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #fff;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    z-index: -1;
}
.law_slider_box-child2 .law_slider_btn:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
.law_slider_box-child2 .law_slider_btn:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}

.law_slider_box-child2 .law_slider_btn:hover {
    color: #111;
}


.law_slider_box-child2 .law_slider_btn2 {
    background: transparent;
    line-height: 53px;
    margin: 0 15px;
    height: 55px;
    color: #fff;
    display: inline-block;
    padding: 0 40px;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    margin-top: 35px;
    border: 1px solid #fff;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    position: relative;
    overflow: hidden;
    transition: all .5s linear;
}


.law_slider_box-child2 .law_slider_btn2:before {
    position: absolute;
    content: "";
    background-color: #7BBD28;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1;
}
.law_slider_box-child2 .law_slider_btn2:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #7BBD28;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
    z-index: -1;
}
.law_slider_box-child2 .law_slider_btn2:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1,0,.3,1);
}
.law_slider_box-child2 .law_slider_btn2:hover:after {
    transform: translateZ(0);
    transition-duration: .05s;
    transition-delay: .4s;
    transition-timing-function: linear;
}
.law_slider_box-child2 .law_slider_btn2 img {
    position: absolute;
    bottom: 6px;
    right: 6px;
    transition: all .4s ease-in-out;
    max-width: 22px;
    height: 18px !important;!I;!;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: #222227;

}
body::-webkit-scrollbar-thumb {
  background-color: #707070;
  outline: 1px solid #222227;
}

.home-section1 {
    background: #0E0E0E;
    padding: 100px 0;
}

.home-section1 .titles-section1 h3 {
    color: rgb(136, 136, 136);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    letter-spacing: .5px;
}
.home-section1 .titles-section1 h4 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    color: #fff;
}
.btn-style1 strong::before {
    content: '';
    background-image: url(../images/arrow-shape.png);
    width: 22px;
    height: 18px !important;
    display: block;
    position: absolute;
    right: 5px;
    bottom: 5px;
}



.service-box-items {
    margin-top: 30px;
    padding: 45px 40px;
    overflow: hidden;
    height: 100%;
    position: relative;
    background-color: var(--bg2)
}

@media (max-width: 767px) {
    .service-box-items {
        height:initial;
        margin-top: 0
    }
}

@media (max-width: 575px) {
    .service-box-items {
        padding:40px 30px
    }
}

.service-box-items:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: var(--color-gradient-1);
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease,-webkit-transform .4s ease;
    transform-origin: top right;
    -webkit-transform: scale(1,0);
    transform: scaleY(0)
}

.service-box-items:after {
    position: absolute;
    bottom: 6px;
    right: 6px;
    content: "";
    background-image: url(../../assets/img/arrow-shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 21px;
    height: 18px;
    transition: all .4s ease-in-out
}

.service-box-items .icon {
    transition: all .4s ease-in-out
}

.service-box-items .content {
    margin-top: 30px;
    position: relative;
    z-index: 9
}

@media (max-width: 575px) {
    .service-box-items .content {
        margin-top:20px
    }
}

.service-box-items .content h3 {
    margin-bottom: 15px
}

@media (max-width: 575px) {
    .service-box-items .content h3 {
        margin-bottom:10px
    }
}

.service-box-items .content h3 a:hover {
    color: var(--theme2)
}

.service-box-items:hover:before {
    -webkit-transform: scale(1,1);
    transform: scale(1);
    transform-origin: bottom center
}

.service-box-items:hover:after {
    filter: grayscale(100%) brightness(300%)
}

.service-box-items:hover .icon {
    filter: grayscale(100%) brightness(300%)
}

.service-box-items:hover .content h3 a,.service-box-items:hover .content p {
    color: var(--white)
}

.service-box-items.active:before {
    -webkit-transform: scale(1,1);
    transform: scale(1);
    transform-origin: bottom center
}

.service-box-items.active:after {
    filter: grayscale(100%) brightness(300%)
}

.service-box-items.active .icon {
    filter: grayscale(100%) brightness(300%)
}

.service-box-items.active .content h3 a,.service-box-items.active .content p {
    color: var(--white)
}

.service-wrapper {
    margin-right: -45%;
    margin-left: -10px;
}

@media (max-width: 1899px) {
    .service-wrapper {
        margin-right:-30%
    }
}

@media (max-width: 1600px) {
    .service-wrapper {
        margin-right:-25%
    }
}

@media (max-width: 575px) {
    .service-wrapper {
        margin-right:0
    }
}

.service-wrapper .single-service-items {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    padding: 0 10px;
}

@media (max-width: 575px) {
    .service-wrapper .single-service-items br {
        display:block
    }
}

.service-wrapper .single-service-items .service-image {
    max-width: 450px;
    height: 531px;
    position: relative;
    background-size: cover;
    background-position: center;
}

@media (max-width: 767px) {
    .service-wrapper .single-service-items .service-image {
        height:500px
    }
}

@media (max-width: 575px) {
    .service-wrapper .single-service-items .service-image {
        height:450px;
        max-width: 540px
    }
}

.service-wrapper .single-service-items .service-image img {
    width: 100%;
    height: 100%
}

.service-wrapper .single-service-items .service-image:before {
    background-image: var(--color-gradient-4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    visibility: hidden;
    content: ""
}

.service-wrapper .single-service-items .service-image .post-box {
    position: absolute;
    top: -40px;
    right: 20px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: var(--white);
    text-align: center;
    font-size: 28px;
    color: var(--theme);
    display: inline-block;
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.service-wrapper .single-service-items .service-image .service-content {
    position: absolute;
    bottom: -50px;
    left: 30px;
    /* transform: rotate(-90deg); */
    transition: all .4s ease-in-out;
    opacity: 0;
    visibility: hidden
}

.service-wrapper .single-service-items .service-image .service-content h3 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}

.service-wrapper .single-service-items:hover .service-image:before {
    opacity: 1;
    visibility: visible
}

.service-wrapper .single-service-items:hover .service-image .service-content {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.service-wrapper .single-service-items:hover .service-image .post-box {
    top: 20px;
    opacity: 1;
    visibility: visible
}
.service-wrapper .single-service-items .service-image .service-content h3 a {
    color: #fff;
    max-width: 250px;
    display: inline-block;
}


.marquee-wrapper {
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    background-color: var(--theme2);
    transform: rotate(4deg);
    z-index: 9;
    /* right: -10px; */
}

@media (max-width: 767px) {
    .marquee-wrapper {
        transform:rotate(0)
    }
}

.text-slider {
    font-size: 66px;
    height: 130px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black);
    padding: 50px 5px;
    line-height: 28px;
}

@media (max-width: 767px) {
    .text-slider {
        font-size: 22px;
        padding: 30px 0;
        height: 90px
    }
}

.text-slider.style-2 {
    color: var(--black);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--black);
    -webkit-text-fill-color: transparent
}

.marquee-inner {
    position: absolute;
    display: inline-flex;
    width: 200%;
}

.marquee-list {
    float: left;
    width: 50%
}

.marquee-item {
    float: left;
    transition: animation .2s ease-out;
}

.marquee-inner.to-left {
    animation: marqueeLeft 25s linear infinite
}

@keyframes marqueeLeft {
    0% {
        left: 0
    }

    to {
        left: -100%
    }
}

.marquee-inner.to-right {
    animation: marqueeRight 25s linear infinite
}

@keyframes marqueeRight {
    0% {
        right: 0
    }

    to {
        right: -100%
    }
}

ul.marqee-list.d-flex {
    display: flex;
}

.marque-section .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin: 0 !important;!I;!;
}
.home-section2 .vc_col-sm-12 ul {
    column-count: 2;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 20px;
}

.home-section2 .vc_col-sm-12 ul li {padding: 0 5px;color: #fff;line-height: 20px;position: relative;padding-left: 25px;margin-bottom: 15px;font-weight: 200;}

.home-section2 .vc_col-sm-12 ul li::before {
    content: '\f046';
font-family: 'FontAwesome';
position: absolute;
left: 0;
}

.home-section1 a.btn-style1 {
    margin-top: 35px;
}
.marque-section {
    display: block;
    unicode-bidi: isolate;
}


a.btn-style2 {
    color: #7BBD28;
    font-size: 14px;
    font-weight: bold;
}

a.btn-style2::before {
    content: '\f095';
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff33;
    border-radius: 100px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
}

.btns-home2 p {
    color: #fff;
    font-weight: 400;
}

.home-section2 .vc_col-sm-12 h3::before {
    content: '';
    width: 50px;
    height: 50px;
    background: url(../images/logo3-1.png);
    display: block;
    background-size: contain;
    margin-bottom: 20px;
    margin-top: 10px;
}

.home-section2 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper .wpb_single_image::after {
    content: '';
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    background: #C4E3AC;
}
.years-experience {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
    background-color: var(--theme);
    /* transform: rotate(-90deg); */
    margin: 0 !important;!I;!;
}

.years-experience p {
    margin: 0;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.home-section2 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_center.wpb_content_element {
    margin: 0 !important;!i;!;
}

.portfolio-showcase {
    background: #fff;
    padding: 80px 0 15px;
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #C4E3AC 50%, #C4E3AC   100%);
}

.portfolio-showcase h3 {
    color: #111;
    color: rgb(136, 136, 136);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    letter-spacing: .5px;
    text-align: center;
}

.portfolio-showcase h4 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    color: #259230;
    margin-bottom: 30px;
    text-align: center;
}

.image-slide-inner {
    padding: 10px;
}

a.btn-style3 {
    margin-top: 30px;
    display: block;
    color: #000;
    font-weight: 500;
}

a.btn-style3 strong {
    color: #259230;
}

a.btn-style3::after {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-left: 10px;
    position: relative;
    top: 1px;
}


.col-md-3.sidebar-1 {
    width: 20%;
}

.col-md-3.sidebar-2 {
    width: 28%;
}

.col-md-3.sidebar-3 {
    width: 27%;
}

.col-md-3.sidebar-4 {
    width: 25%;
}

.col-md-3.sidebar-3 .widget-title {
    text-align: left;
}

.col-md-3.sidebar-4 .widget-title {
    /* text-align: center; */
    /* margin: 0 !important; */!I;!;
}

.col-md-3.sidebar-4 p {
    /* text-align: center; */
}

.col-md-3.sidebar-3::before {
    content: '';
    width: 1px;
    height: 185px;
    background: #cccccc3b;
    display: block;
    position: absolute;
    top: 20px;
    left: -11px;
}

.col-md-3.sidebar-3::after {
    content: '';
    width: 1px;
    height: 185px;
    background: #cccccc3b;
    display: block;
    position: absolute;
    top: 20px;
    right: 7px;
}

.about-us-v1 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 2;
}

.about-us-v1 {
    background-size: 50%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #0A0B0D;
}

.about-us-v1::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    /* background-image: var(--color-gradient-5); */
}
.partners-row {
    background: #fff;
}

.partners-row .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 60px 0;
}
.partners-row .vc_col-sm-12 h3 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    color: #259230;
    margin-bottom: 30px;
    text-align: center;
}
.about-us-v1 h3 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    color: #fff;

}
.about-us-v1 ul {
    column-count: 2;
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 10px;
    margin-bottom: 15px;
}

.about-us-v1 ul li {padding: 0 5px;color: #C4E3AC;line-height: 20px;position: relative;padding-left: 25px;margin-bottom: 8px;font-weight: 400;font-size: 15px;}

.about-us-v1 ul li::before {
    content: '\f046';
font-family: 'FontAwesome';
position: absolute;
left: 0;
}

.about-us-v2 {
        background: linear-gradient(90deg, rgba(231, 231, 231, 1) 46%, #134853 43%);
        padding: 40px 0;
        position: relative;
}
.about-us-v2::before {
    content: " ";
    position: absolute;
    background-color: #FFFFFF;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 330px;
    width: 50%;
}

.about2-box > div {
    background: #222222;
    display: inline-block;
    padding: 24px 20px;
    max-width: 420px;
    min-width: 420px;
    margin-left: 100px;
}

.about2-box > div h5 {
    color: #C4E3AC;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.about2-box > div h5 + p {
    color: #fff !important;!i;!;
    font-size: 16px;
    font-weight: 600 !important;!i;!;
}

.about2-box > div li {
    color: #888;
    font-weight: 300;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.about-us-v2 .vc_col-sm-12 {
    max-width: 1100px;
    margin: 0 auto;
    float: none;
}

.about-us-v2 .vc_col-sm-12 h3 {
    color: #7BBD28;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: .5px;
}

.about-us-v2 .vc_col-sm-12 h4 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
}

.about-us-v2 .vc_col-sm-12 p {
    color: #888;
    font-weight: 400;
    color: #111;
}

.about-us-v3 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 2;
}

.about-us-v3 {
    background-size: 50%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #000;
}
.about-us-v3 h3 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
    color: #fff;
}
.about-us-v3 p strong {
    color: #C4E3AC;
}

.about2-box > div ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about2-box > div ul li::before {
    content: '\f046';
    font-family: fontawesome;
    position: absolute;
    left: 0;
}





.sectors-row1 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 2;
}

.sectors-row1 {
    background-size: 50%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #0A0B0D;
}

.sectors-row1 .vc_col-sm-12 h3 {
      color: rgb(136, 136, 136);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    letter-spacing: .5px;
}

.sectors-row1 .vc_col-sm-12 h4 {
       font-size: 40px;
       line-height: 54px;
       font-weight: 600;
       color: #fff;
       margin-bottom: 15px;
}

.sectors-row2 {
    background-size: 50%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #F1F1F1;
}
.sectors-row2 .vc_col-sm-12 {
    max-width: 1245px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 2;
}




.sectors-row2 .vc_col-sm-12 h3 {
       font-size: 26px;
       line-height: 32px;
       font-weight: 700;
       color: #fff;
       margin-bottom: 15px;
}

.sec2-coltext {
    width: calc(50% + 80px) !important;!I;!;
    margin-right: -80px;
    position: relative;
    /* background: #101010; */
    /* z-index: 2; */
    /* margin-top: 50px; */
    /* margin-bottom: 50px; */
    padding: 50px 0;
}

.sec2-colimg {
    position: relative;
    z-index: 3;
}
.sec2-colimg .wpb_single_image {
    margin-bottom: 0 !important;!I;!;
}

.sec2-coltext > div {
    background: #222222;
    padding-right: 110px !important;!i;!;
    padding-left: 55px !important;!I;!;
    padding-top: 25px;
    padding-bottom: 15px;
    position: relative;
}
.sectors-row2 .vc_col-sm-12 .vc_row {
    display: flex;
    /* align-items: center; */
    margin-bottom: 50px;
}
.sec2-colimg > div {
    background-size: cover;
    background-position: center;
}
.sectors-row2 {
    position: relative;
}
a.btn-style4::after {
    content: '\f178';
    font-family: 'FontAwesome';
    margin-left: 10px;
    position: relative;
    top: 1px;
}

a.btn-style4 {
    color: #C4E3AC;
    font-weight: 600;
}
.sec2-coltext > div::after {
    content: '';
    display: block;
    width: 30px;
    height: calc(100% - 60px);
    background: #C4E3AC;
    position: absolute;
    left: -15px;
    top: 30px;
}
.proiecte-row1 {
    background: #F1F1F1;
}

.sec2-coltext.sec2-coltext-right > div::after {
    left: unset;
    right: -15px;
}

.sec2-coltext-right {
    margin-right: 0 !important;!i;!;
    margin-left: -80px;
    position: relative;
    z-index: 3;
}

.sectors-row2::after {
    content: " ";
    position: absolute;
    height: 1200px;
    width: 100%;
    background: linear-gradient(to bottom, #134853  40%, #FFF 40%);
    top: 700px;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.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;
    background-image: var(--color-gradient-4);
}

.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;
}

.single-proiect article {
    padding: 60px 0 30px;
}


.portfolio-showcase .vc_col-sm-12 > .vc_column-inner {
    padding-top: 0 !important;
}

a.apply {
    background: #7BBD28;
    color: #111;
    font-weight: 600;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    padding: 0 20px;
    margin-top: 20px;
}
.apply-row1 {
    background: #f1f1f1;
}
.apply-row1 > div{
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 60px 0 35px;
}

.apply-row1 h3 {
    color: #111;
    color: rgb(136, 136, 136);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: .5px;
}

.apply-row1 h4 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    max-width: 450px;
}

.apply-row1 p {
    color: #111;
    font-weight: 400;
}

.apply-row2 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 30px 0;
}

.apply-row2 .vc_col-sm-12 p {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500;
    color: #111;
    margin-bottom: 15px;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.apply-row2 {
    background-size: cover;
    background-position: bottom;
    /* background-attachment: fixed; */
}

.apply-row2 .vc_col-sm-12 p strong {
    color: #7BBD28;
}


.apply-row3 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 2;
    padding: 40px 0;
}

.apply-row3 {
    background: #f1f1f1;
}
.apply-row3 .vc_col-sm-12 h3 {
    color: rgb(136, 136, 136);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    letter-spacing: .5px;
}

.apply-row3 .vc_col-sm-12 h4 {
    font-size: 33px;
    line-height: 44px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    /* max-width: 450px; */
}
.apply-row3 p {
    color: #111;
    font-weight: 400;
}

.apply-row3  .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
    padding-right: 100px;
    position: relative;
}
.grow-notice {
    position: absolute;
    background-color: #FFFFFF;
    padding: 10px 22px 0px 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 18.6px 0px rgba(0, 0, 0, 0.15);
    bottom: 48px;
    border-left: 20px solid #7BBD28;
    left: -20px;
}

.apply-row3 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper p strong {
    font-size: 90px;
    display: block;
    line-height: 1;
}







.apply-row4 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    position: relative;
    z-index: 2;
}

.apply-row4 {
    background-size: 50%;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #0A0B0D;
    background-size: 100% 62%;
    background-position: top;
    background-color: #F2F2F2;
}

.apply-row4 .vc_col-sm-12 h3 {
      color: rgb(136, 136, 136);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    letter-spacing: .5px;
}

.apply-row4 .vc_col-sm-12 h4 {
       font-size: 33px;
       line-height: 42px;
       font-weight: 600;
       color: #fff;
       margin-bottom: 15px;
       max-width: 600px;
}
.apply-row4 .vc_col-sm-12 h5 {
    font-size: 33px;
    line-height: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
    max-width: 600px;
}

.apply-row4 .vc_col-sm-12 h5 + p {
    color: #111;
    font-weight: 400;
    margin-bottom: 30px;
}

.itexclusiv-contact p label:not(.input-label-file) {
    color: #111;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.row.mt-3 {
    margin-top: 20px;
}

.cv-div.mt-4 {
    margin-top: 30px;
}

.codedropz-upload-inner {
    color: #111;
}

.codedropz-upload-handler {
    color: #111;
    font-weight: 400;
}

.codedropz-upload-handler {
    border-color: #111;
    border: 1px solid #111;
    border-radius: 0;
}

a.apply:hover {
    background: #C4E3AC;
    color: #111;
}
a.btn-style4:hover {
    color: #7BBD28;
}

body .contact-section-parent {
    background-repeat: no-repeat !important;
    background-size: 66% 100% !important;
    background-position: left;
    padding: 80px 15px !important;
    background: #134853;
}

body .contact-section-parent > .vc_row-fluid {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
}

body .contact-section-parent .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

body .contact-section-parent > .vc_row-fluid  h3 {
      color: rgb(136, 136, 136);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    letter-spacing: .5px;
}

    body .contact-section-parent > .vc_row-fluid  h4 {
       font-size: 40px;
       line-height: 54px;
       font-weight: 600;
       color: #fff;
       margin-bottom: 40px;
}


body .contact-section-parent > .vc_row-fluid p strong {
    FONT-WEIGHT: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: rgb(136, 136, 136);
}

body .contact-section-parent > .vc_row-fluid p em {
    font-style: unset;
    font-size: 12px;
}

body .contact-section-parent > .vc_row-fluid p {
    font-weight: 400;
}

body .contact-section-parent h5 {
    font-size: 33px;
    line-height: 42px;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
    max-width: 600px;
}

body .contact-section-parent h5 + p {
    color: #111;
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 14px;
}

body .contact-section-parent > .vc_row-fluid .vc_col-sm-6:first-child p a {
    color: #fff;
}

body .contact-section-parent > .vc_row-fluid p a:hover {
    text-decoration: underline !important;
}

body .contact-section-parent > .vc_row-fluid .social-f {
    padding-top: 0;
}

body .contact-section-parent > .vc_row-fluid .wpb_raw_code.wpb_raw_html.wpb_content_element {
    padding-top: 10px;
}

.itexclusiv-contact br {
    display: none;
}

.input-wrap {
    margin-bottom: 20px;
}

.itexclusiv-contact h6 {
    color: #CBCBCB;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
}

span.wpcf7-form-control.wpcf7-radio > span, span.wpcf7-form-control.wpcf7-checkbox > span {
    display: inline-block;
    margin-right: 15px !important;
}

span.wpcf7-form-control.wpcf7-radio input, span.wpcf7-form-control.wpcf7-checkbox input {
    position: relative;
    top: 1px;
}
.row.mt-4 {
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.wpcf7-acceptance a {
    text-decoration: underline !important;
    color: #111;
}

.wpcf7-acceptance input {
    position: relative;
    top: 2px;
}

.input-label-file-container span {
    color: #959595;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
}
.input-label-file {
    border-radius: 1.5px;
    background: #242424;
    padding: 7px 12px;
    min-height: 30px;
    min-width: 80px;
    color: #E9E9E9;
    font-size: 11px;
    font-weight: 700;
    line-height: 17.753px;
    letter-spacing: 0.518px;
    cursor: pointer;
    background-image: url(../images/attachment.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 90%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    transition: all .4s;
    max-width: unset;
    display: inline-block;
}
.input-wrap-file input[type="file"] {
    display: none;
}
.input-label-file-container > p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
    border-bottom: 1px solid #222;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.input-wrap.input-wrap-file p {
    margin: 0;
}


.download-brochure-text-download-flex {
    display: flex;
    gap: 25px;
    align-items: flex-end;
    margin-top: 0;
    align-items: center;
    justify-content: space-between;
}

.download-brochure-text-download-flex a {
    color: #FFF;
    font-size: 14px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    padding: 8px 20px;
    text-decoration: none;
    background-color: #3B3B3B;
    position: relative;
    display: flex;
    align-items: center;
    transition: all .4s;
}

.download-brochure-text-download-flex a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #B42121;
}

.download-brochure-text-download-flex a::after {
    content: " ";
    position: relative;
    display: inline-block;
    height: 16px;
    width: 16px;
    background-image: url(../images/download-button.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
}

.download-brochure-text-wrapper p {
    /* max-width: 286px; */
    margin: 0 !important;
}

.download-brochure {
    background-color: #1B1B1B;
    padding: 20px 35px 20px 20px;
}

.download-brochure h4 {
    margin: 0;
}
p.text-center.mt-4 {
    margin-top: 20px;
}

.itexclusiv-contact .row {
    margin-bottom: 20px;
}
.sectors-row2 .vc_col-sm-12 h4 {
    font-size: 42px;
    text-align: center;
    color: #111;
    font-weight: 700;
}

.partner-r .vc_column-inner {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.gdpr-container {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding: 20px 0;
}
.gdpr-container li {
    color: #fff;
    font-weight: 300;
}
.gdpr-container li a {
    color: #fff;
    font-weight: 300;
}
ul.polylang-ul {
    margin-top: 37px;
    margin-left: 0;
}

ul.polylang-ul li {
    margin-left: 20px;
}
ul.polylang-ul img {
    max-width: 30px;
}

@media (min-width:767px) and (max-width:1024px) {
    .navbar-header.col-md-1.col-sm-1 {
        width: 100%;
        text-align: center;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        text-align: center;
    }

    div#navbar {
        width: 100% !important;
        text-align: center;
    }
    #navbar .menu-item > a {
        font-size: 14px;
    }

    .navbar-header2.col-md-2.col-sm-2 {
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .law_slider_box-child2 h4 {
        font-size: 32px;
        line-height: 32px;
    }

    .law_slider_box-slide {
        height: unset;
        padding: 40px 0;
    }

    .header2 .menu.nav-effect.nav-menu {
        text-align: center;
    }

    .vc_row, .vc_section {
        margin: 0 !important;
    }

    .footer-top .col-md-3 {
        width: 100% !important;
        overflow: hidden;
    }

    .home-section1 .titles-section1 h4 {
        font-size: 32px;
        line-height: 42px;
    }
    .service-wrapper {
        margin: 0 !important;
    }
}

@media(max-width: 767px) {
    .service-wrapper {
    margin: 0 !important;
}

    header nav ul {
        display: block;
        width: 100%;
    }

    #navbar .sub-menu {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        text-align: center;
        opacity: 1;
        visibility: visible;
        display: none;
        max-width: 100%;
        border: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        padding: 10px 0;
    }

    #navbar .sub-menu .menu-item > a {
        padding: 10px 15px !important;
        font-size: 14px !important;
        border-color: rgb(204 204 204 / 30%);
        padding: 10px 30px !important;
        border: 0;
        text-align: left;
    }

    #navbar .menu-item > a {
        line-height: 50px;
        border-bottom: 1px solid rgb(204 204 204 / 30%);
        text-align: left;
        padding: 0 15px;
        color: #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: 80px;
    }

    .navbar-header {
        padding: 0 15px;
        text-align: center;
    }

    body:not(.sticky) .header2 .navbar-header .img-logo {
        text-align: center;
        display: inline-block;
        margin: 5px 0;
    }

    .navbar-header2.col-md-2.col-sm-2 {
        position: absolute;
        top: 0;
        left: 0;
    }

    ul.polylang-ul li {
        margin-left: 0;
        margin-right: 10px;
    }

    .law_slider_box-child2 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .law_slider_box-child2 h3 {
        font-size: 12px;
        line-height: 16px;
        padding: 10px;
    }

    .law_slider_box-slide {
        height: unset;
        padding: 60px 0;
    }

    .law_slider_box-child2 .law_slider_btn {
        padding: 0 15px;
        margin: 30px 5px 0;
    }

    .law_slider_shortcode ul.prezentari-dots {
        display: none !important;
    }

    .law_slider_shortcode button.slick-prev.slick-arrow, .law_slider_shortcode button.slick-next.slick-arrow {
        display: none !important;
    }

    .law_slider_box-child2 .law_slider_btn2 {
        padding: 0 15px;
        margin: 30px 5px 0;
    }

    header .navbar-toggle i {
        color: #fff;
    }
    .vc_row, 
    .vc_section {
        margin: 0 !important;
    }
    video#myvid {width: 300vw;}

    .law_slider_shortcode {
        margin: 0 -15px !important;
    }
    .home-section1 .titles-section1 h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .home-section1 > .vc_col-sm-12 p {
        text-align: left !important;
    }

    .btn-style1 {
        margin-top: 0 !important;
        padding: 0 30px;
        line-height: 43px;
        height: 45px;
    }

    .home-section1 {
        padding: 40px 0;
    }

    .vc_row.wpb_row.vc_row-fluid.marque-section {}

    .marque-section .vc_col-sm-12 > div {
        padding: 0 !important;
    }

    .home-section2 .vc_inner {
        padding: 0;
    }

    .home-section2 .vc_col-sm-12 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-section2 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner > .wpb_wrapper {
        margin-top: 30px;
    }

    .home-section2 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
        padding: 0;
    }

    a.btn-style2 {
        display: inline-block;
        margin-top: 20px;
    }

    .home-section2 {
        padding-bottom: 0;
    }

    .portfolio-showcase h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .portfolio-showcase {
        padding: 40px 0 10px;
    }

    .footer-row-1 .col-md-3 {
        width: 100%;
        overflow: hidden;
        padding-bottom: 0;
    }

    .download-brochure-text-download-flex {
        display: block;
    }

    .download-brochure-text-download-flex a {
        margin-top: 20px;
        display: inline-block;
    }

    .footer-top {
        padding: 30px 0;
    }
    .footer-row-1 .sidebar-1 img {
        max-width: 80px !important;
    }
    .about-us-v1 h3 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 0;
    }

    .about-us-v1 ul {
        column-count: 1;
    }

    .about-us-v1 {
        padding: 0;
    }

    .about-us-v2 {
        background: rgba(231, 231, 231, 1);
    }

    .about-us-v2 .vc_col-sm-12 h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .about-us-v2 .vc_col-sm-12 {}

    .about-us-v2 {
        padding-top: 0;
    }

    .about2-box > div {
        margin-left: 0;
        max-width: unset;
        min-width: unset;
    }

    .about-us-v2 {
        padding-bottom: 0;
    }

    .about-us-v3 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .about-us-v3 {
        padding: 0;
    }
    .sectors-row1 .vc_col-sm-12 h4 {
        font-size: 24px;
        line-height: 32px;
    }

    .sectors-row1 {
        padding: 0;
        background-size: cover;
    }

    .sec2-coltext {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sec2-coltext > div::after {
        display: none;
    }

    .sec2-coltext > div {
        padding: 15px !important;
    }

    .vc_column-inner.vc_custom_1743594786558 {}

    .sec2-colimg > div {
        min-height: 250px;
    }

    .sectors-row2 .vc_col-sm-12 .vc_row:nth-child(2n) > div:first-child {
        order: 2;
    }

    .sectors-row2 .vc_col-sm-12 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .sectors-row2 .vc_col-sm-12 h4 {
        font-size: 24px;
        line-height: 32px;
        margin-top: 30px;
    }

    .sectors-row2 .vc_col-sm-12 > div {
        padding: 0 !important;
    }

    .sectors-row2 {
        padding: 0;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 18px;
        line-height: 25px;
    }

    ol.breadcrumb li {
        font-size: 12px;
    }

    .header-title-breadcrumb-overlay {
        background-size: cover;
        padding: 30px 0;
    }

    .gallery_image4 ul.wpb_image_grid_ul li {
        width: 50% !important;
    }
    .apply-row1 h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .apply-row2 .vc_col-sm-12 p {
        font-size: 18px;
        line-height: 24px;
    }

    .apply-row2 .vc_col-sm-12 {
        padding: 0;
    }

    .apply-row3 .vc_col-sm-12 h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .apply-row3 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper p strong {
        font-size: 32px;
        line-height: 42px;
    }

    .apply-row3 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
        padding-right: 0;
    }

    .apply-row3 .vc_col-sm-12 {
        padding: 0;
    }

    .apply-row4 .vc_col-sm-12 h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .apply-row4 .vc_col-sm-12 h5 {
        font-size: 18px;
        line-height: 32px;
    }

    .itexclusiv-contact h6 {
        font-size: 16px;
    }

    .row.mt-4 {
        display: block;
    }

    .wpcf7-form .wpcf7-submit {
        margin-top: 30px;
    }

    .apply-row1 > div .vc_col-sm-4 {
        width: 33.33%;
        float: left;
    }

    .apply-row1 .vc_col-sm-4 h3 {
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0;
        margin: 0 -15px;
    }

    section.vc_section.apply-row1 {
        padding: 0;
    }

    .apply-row1 > div {
        padding: 30px 0 0;
    }

    .apply-row4 {
        padding-bottom: 0;
    }
    body .contact-section-parent > .vc_row-fluid h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    body .contact-section-parent {
        background-size: cover !important;
        padding: 30px 0 !important;
    }
    .proiecte-row1 .vc_col-sm-12 {
        padding: 0 !important;
    }
    .proiecte-row1 .vc_col-sm-12 > div{
        padding-top: 0 !important;
    }
    .home-section2 .vc_col-sm-12 ul {
        column-count: 1;
    }
}