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



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

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

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

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

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

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

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

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

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


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 0;
    box-shadow: 0 5px 20px rgb(17 17 17 / 5%);
}
/*2. Navbar sub menus*/
#navbar .sub-menu .menu-item > a {
font-weight: 400;
    line-height: normal;
    padding: 10px 3px !important;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-size: 14px;
}
#navbar .sub-menu .menu-item > a.menu_black {
    color: #151D24;
}
#navbar .sub-menu .menu-item:last-child > a {
    padding-bottom: 3px !important;
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
    background: none repeat scroll 0 0 #fff;
    border-top: 0 none;
    left: 0px;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 130%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}
#navbar .sub-menu .menu-item > a:hover {
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
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: 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: 69px;
    padding: 0px 14px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Roboto', Arial;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #111;
    /* text-transform: uppercase; */
}
.navbar-header-top h1.logo {
    margin: 25px 0;
    position: relative;
    text-align: left;
    display: inline-block;
}

.sticky nav#sweetthemes-main-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    padding-top: 10px;
}
.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}
.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}
.header-infos ul.social-links li {
    display: inline-block;
}
.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 21px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: left;
    max-width: 320px;
}
footer .contact-details p {
    color: rgba(255,255,255,1);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    margin: 15px 0;
    opacity: 1;
    padding: 0;
    padding-left: 30px;
    position: relative;
}
footer .textwidget.custom-html-widget {
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
    font-size: 13px;
}
.footer-logo {
    width: 250px;
}
.footer-top .widget_nav_menu li {
    display: block;
    width: 50%;
    float: left;
}
.footer-top .widget_nav_menu li:first-child {
    border: 0;
}
footer .textwidget p a {
    color: #757575;
}
footer aside#nav_menu-2 {
    text-align: left;
}
footer .footer-top h1.widget-title, footer .footer-top h3.widget-title, footer .footer-top .widget-title {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: 'Roboto', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #fff!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #ccc !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    font-family: Roboto, 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: #ccc;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 4px;
    color: #5A7CBE;
}
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: 20px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 220px !important;
}
p.copyright {
    color: #ccc;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
    font-family: 'Roboto', 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: #303d7c;
    clear: both;
}

/* 6. SHORTCODES */


a {
    color: #86898c;
    text-decoration: none;
}
td, th {
    padding: 10px !important;
    text-align: center;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    background: #fff;
}
.wpcf7-form .wpcf7-submit {background-color: #3F50A2;border: none;color: #fff;font-size: 16px;padding: 0 36px;line-height: 50px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0;position: relative;display: inline-block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;font-weight: 400;outline: none;white-space: nowrap;text-transform: uppercase;font-family: "Roboto", 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: #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: Roboto;
    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: 46px;
    line-height: 62px;
    color: #fff;
    font-weight: 900;
    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;
}




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

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

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

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

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

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

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

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

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

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

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

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

.header-top {
    background: #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: 200px 0; */
    background-size: cover;
    background-position: center;
    min-height: 700px;
}

.home-section1 >  .vc_col-sm-12 {}

.home-section1 >  .vc_col-sm-12 > .vc_column-inner {
    padding: 0;
}

.law_slider_box-child2 h4 {
    font-size: 71px;
    font-weight: 800;
    /* max-width: 650px; */
    margin-bottom: 30px;
    color: #fff;
    margin: 10px 0 10px;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}

.law_slider_box-child2 p {
    font-size: 18px;
    line-height: 32px;
    max-width: 600px;
    color: #fff;
    margin: 0;
}

.law_slider_box-child2 a {
    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;
}
.law_slider_box-child1 {
    /* text-align: center; */
    position: relative;
    z-index: 3;
}

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

.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: 16px !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: 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: #303d7c;}

.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: 0;
    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: #de0e15;
}
.law_slider_shortcode ul.prezentari-dots li.slick-active circle.path + circle {
    fill: #de0e15;
}
@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: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 0px 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 {
    margin-top: 0;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #686868;
    margin-top: 0;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.home-section2 .vc_col-sm-12 h4 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #303d7c;
}

.home-section2 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
    padding-right: 70px;
}

.home-section2 .vc_col-sm-12 h5 {
    color: #00A0D6;
    font-size: 22px;
    font-weight: 500;
    line-height: 40px;
    margin: 20px 0;
}

a.btn-style1 {
   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;
}
.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: 55px;
}

.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;
    transform: translateY(130px);
    display: block;
    color: #fff;
    min-height: 85px;
    /* display: none; */
}

.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: 22px;
    line-height: 32px;
    color: #fff;
    margin: 0 0 10px;
    /* 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;
    /* min-height: 64px; */
}

.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;
    /* 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;
    top: 0;
}


.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;
}

.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: 70px 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;
}
.contact-section {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    /* padding-top: 55px; */
    /* padding-bottom: 55px; */
}


.servicii-parent-row .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 60px 0 30px;
}

.servicii-parent-row {
    background: #f6f6f6;
}

.servicii-parent-row .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.servicii-parent-row .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0 !important;!I;!;
    padding: 0 30px;
}

.servicii-parent-row .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 215px;
}

.servicii-parent-row .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.servicii-parent-row .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper ul li::before {
    content: '\f046';
font-family: 'FontAwesome';
position: absolute;
left: 0;;
color: #3F50A2;
}

.servicii-parent-row .vc_col-sm-12 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper h3 {
    font-size: 20px;
    line-height: 27px;
    min-height: 51px;
}
.single-proiect article {
    padding: 40px 0;
}

.seriviciu-row1 .vc_col-sm-12 {
    max-width: 1270px;
    float: none;
    margin: 0 auto;
    padding: 30px 0;
}

.seriviciu-row1 .vc_col-sm-12 h3 {
    color: #fff;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 20px;
    margin-top: 0;
}
.seriviciu-row1 .vc_col-sm-12 p {
    color: #fff;
    max-width: 800px;
}

.seriviciu-row1 {
    background-size: cover;
    background-position: center;
}

.seriviciu-row2 > .vc_col-sm-12 {
    max-width: 1270px;
    float: none;
    margin: 0 auto;
    padding: 30px 0;
}
.seriviciu-row2 .vc_row {
    margin-bottom: 50px;
}
.seriviciu-row2 h3 {
        font-size: 48px;
        line-height: 54px;
        margin-bottom: 60px !important;!I;!;
        text-align: center;
}
.seriviciu-row2 h4 {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 30px;
}

.seriviciu-row2 h4 strong {
    font-weight: 800;
}

.seriviciu-row2 .vc_column-inner {
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

.seriviciu-row1 .vc_col-sm-12 h3::after {
    content: '';
    display: block;
    width: 180px;
    height: 5px;
    background: #E9D620;
    margin-top: 25px;
    margin-bottom: 30px;
}

.seriviciu-row1 .vc_col-sm-12 h3::after {
    content: '';
}

.seriviciu-row2 h3::after {
    content: '';
    display: block;
    width: 180px;
    height: 5px;
    margin: 0 auto;
    background: #E9D620;
    margin-top: 25px;
    margin-bottom: 30px;
}

.seriviciu-row2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seriviciu-row2 ul li::before {
    content: '\f046';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    color: #D82028;
}

.seriviciu-row2 ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #111;
}




.seriviciu-row3 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

.seriviciu-row3-box {
    background: rgb(255 255 255 / 90%);
    display: inline-block;
    padding: 65px 50px 65px;
    border-bottom: 20px solid #3F50A2;
    margin: 80px 0 95px !important;
}

.seriviciu-row3-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;
}

.seriviciu-row3-box h4 {
    font-size: 32px;
    42px: 58px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #303d7c;
}


.seriviciu-row3 {
    background-attachment: fixed;
    background-size: cover;
}

.seriviciu-row3-box  ol li {
    color: #111;
    font-weight: 400;
    counter-increment: item;
    margin-bottom: 5px;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 16px;
}

.seriviciu-row3-box  ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    margin-bottom: 10px;
    padding-top: 5px;
}

.seriviciu-row3-box  ol li::before {
    margin-right: 10px;
    content: counter(item);
    background: #D82028;
    border-radius: 100%;
    color: #fff;
    width: 25px;
    text-align: center;
    display: inline-block;
    height: 25px;
    position: absolute;
    left: 0;
    line-height: 25px;
    top: 1px;
    font-weight: bold;
}

.seriviciu-row3-box ol li strong {
    color: #303d7c;
}

.call-action1 {
    background: #404FA1;
}

.call-action1 .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
    padding: 20px 0;
}
.call-action1 .vc_col-sm-12 p {
    color: #fff;
}
.call-action1 .vc_col-sm-12 h3 {
        color: #fff;
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px;
        margin-top: 0;
}

.call-action1 .vc_col-sm-12 a.btn-style1 {
    background: #E9D620;
    color: #111;
    font-weight: bold;
}

    #CallNow-trigger:before {
  
  background-image: url(../images/phone-call.svg) !important;
  filter: invert(1);
}
#CallNow-holder.isActive .btn-call:before {
 background-image: url(../images/phone-call.svg) !important;
 filter: invert(1);
}

/*CALL NOW*/

#CallNow-holder{
  z-index: 9902;
  padding: 0px;
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1); 
}

#CallNow-holder.isActive{
  /* padding: 20px; */
  border-radius: 0px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius:30px;
  background-color: #ffffff;
  box-shadow: 
  0 4px 2px  #830E0610,
  0 8px 4px  #830E0610,
  0 16px 8px #830E0610,
  0 32px 16px#830E0610,
  0 0 72px   #830E0615;
  width: auto;
  height: auto;
  bottom: 16px;
  right: 16px;
}

.CallNow__content{
  display: none;
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1); 
}

#CallNow-holder.isActive .CallNow__content{
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 260px;
}

#CallNow-trigger{
  border-radius: 50%;
  position: absolute;
  bottom: -15px;
  right: -15px;
  height:60px;
  width: 60px;
  padding: 15px;
  background: #3F50A2;
  transition: box-shadow .2s ease-in-out, background .2s ease-in-out;
  box-shadow: inset 0px -2px 5px 0px #ffffff24,
  0 2px 1px   #830E0600, 
  0 4px 2px   #830E0600, 
  0 8px 4px   #830E0600, 
  0 16px 8px  #830E0600,
  0 32px 16px #830E0600;
}

#CallNow-holder.isActive #CallNow-trigger{
  bottom: 0px;
  right: 0px;
}

#CallNow-trigger:hover{
  box-shadow:   inset 0px -2px 5px 0px #ffffff24,
  0 2px 1px   #D7B56D612, 
  0 4px 2px   #D7B56D612, 
  0 8px 4px   #D7B56D612, 
  0 16px 8px  #D7B56D612,
  0 32px 16px #D7B56D612;
  background: #de0e15;
}

#CallNow-holder.isActive #CallNow-trigger{
  box-shadow: none;
}

#CallNow-trigger:before{
  position: absolute;
  content: '';
  width: 29px;
  height: 29px;
  left: 48%;
  top: 52%;
  transform: translate(-50%, -50%);
  background: url(../images/telephone@2x.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}

.CallNow__content h3{
  font-weight: 700;
  font-size: 22px;
  width: fit-content;
  background: var(--color1);
  font-weight: 600;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0px;
  margin-top: 10px;
}

.CallNow__content p{
  font-size: 14px!important;
  margin-bottom: 15px;
}

.CallNow__content{
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);;
  padding-bottom: 60px;
}

.CallNow__content img{
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 0%;
}
.CallNow__content .x-btn-clean{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  display: block;
  width: 100%;
  text-align:center;
  padding-top:15px;
}

.CallNow__content .x-btn-clean:hover{
  box-shadow: inset var(--shadow-light);
}


.CallNow__content .x-btn-call{
  text-align: center;
  line-height: 2em;
  font-size: 18px;
  margin-bottom: 0px;
  display: block;
  width: calc(100% + 40px);
  border-radius: 0;
  border: none;
  background: var(--color1);
  height: 2.25em;
  color: var(--color1);
  margin-left: 0px;
}

.CallNow__content .x-btn{
  height: 64px;
}

.CallNow__content .x-btn .x-btn__text{
  padding-bottom: 20px;
}

.CallNow__content .x-btn-call:focus{
  /* box-shadow: none; */
}


.CallNow__content .x-btn-call span:before,
.CallNow__content .x-btn-call span:after{
  background-color: #3bd3f7;
}

.CallNow-close{
  color: #fff;
  cursor: pointer;
  position: absolute;
  font-weight: 600;
  top: 10px;
  height: 32px;
  width: 32px;
  /* background-color: var(--color1-high); */
  display: block;
  right: 10px;
  border-radius: 40px;
  padding-left: 0px;
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}


.CallNow-close:hover{
  background-color: #001a57;
  box-shadow: 0 0 0 3px #fff;
}

.CallNow-close:focus,
.CallNow-close:focus-within,
.CallNow-close:active{
  box-shadow: inset 0 4px 2px  #00000015,
              inset 0 8px 4px  #00000015,
              inset 0 16px 8px #00000015;
}

.CallNow-close span{
  position: absolute;
    display: inline-block;
    width: 17px;
    height: 0px;
    top: 49%;
    right: 6px;
    transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}

.CallNow-close:hover span{
    right: 6px;
}

.CallNow-close span:after,
.CallNow-close span:before{
  position: absolute;
  content: '';
  display: inline-block;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #001a57;
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
}

.CallNow-close span:before{
  transform-origin: center;
  transform: rotateZ(45deg);
}

.CallNow-close span:after{
  transform-origin: center;
  transform: rotateZ(-45deg);
}

.CallNow-close:hover span:before{
  transform-origin: center;
  background-color: #fff;
  transform: rotateZ(-45deg);
}

.CallNow-close:hover span:after{
  transform-origin: center;
  background-color: #fff;
  transform: rotateZ(-135deg);
}

.modal-container .modal-content .modal-close-cross{
  color: var(--color1);
  opacity: 1;
  font-size: 19px;
  right: 30px;
  font-weight: 500;
  top: 22px;
}



#CallNow-holder.isActive .btn-call{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
    font-size: 18px;
    border-bottom-right-radius: 0px;
    position: absolute;
    bottom: 0px;
    height: 60px;
    width: 100%;
    right: 0;
    text-decoration: none;
    display: block;
    color: #fff;
    background: #001a57;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 19px 30px 16px;
    transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    box-shadow: inset 0px -5px 13px -10px #ffffff63;
}
#CallNow-holder.isActive .btn-call:hover{
  background: #de0e15;
}
#CallNow-holder.isActive .btn-call:focus,
#CallNow-holder.isActive .btn-call:focus-within,
#CallNow-holder.isActive .btn-call:active{
  color: #fff;
  text-decoration: none;
  box-shadow: inset 0 4px 2px #00000010,
              inset 0 8px 4px #00000010,
              inset 0 16px 8px #00000010,
              inset 0 32px 16px #00000010;
}

#CallNow-holder.isActive .btn-call:before{
  position: absolute;
  content: '';
  width: 29px;
  height: 29px;
  right:28px;
  top: 50%;
  transform: translateY(-50%);
  /* background: url(../images/telephone@2x.png); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
  transform-origin: center;
}
a.whatsapps-call {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 18px;
    border-bottom-right-radius: 0px;
    position: relative;
    bottom: 0px;
    height: 60px;
    width: 100%;
    right: 0;
    text-decoration: none;
    display: block;
    color: #fff;
    background: #25D366;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 19px 30px 16px;
    transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    box-shadow: inset 0px -5px 13px -10px #ffffff63;
    margin-top: 15px;
}
#CallNow-holder.isActive .whatsapps-call:before {
    position: absolute;
    content: '';
    width: 29px;
    height: 29px;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
    /* background: url(../images/telephone@2x.png); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s cubic-bezier(0, 0.275, 0.125, 1);
    transform-origin: center;
        background-image: url(../images/icons8-whatsapp.svg) !important;
    filter: invert(1);
}

#CallNow-holder.isActive .whatsapps-call:hover {
    background: #de0e15;
}

@media (min-width:767px) and (max-width:1024px) {

    .header-top {
        text-align: center;
    }

    .header-top .col-lg-6.text-right {
        text-align: center;
    }

    .header2 .menu.nav-effect.nav-menu {
        text-align: center;
    }

    .navbar-header.col-md-3.col-sm-2 {
        width: 100%;
        text-align: center;
    }

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

    .h3-img1 img {
        max-width: 100% !important;
    }
}



@media(max-width: 767px) {
  

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

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

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

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

    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: 180px;
    }

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

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

    .header-top {
        display: none;
    }

    header .navbar-toggle i {
        color: #fff;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        margin: 17px 0;
        display: inline-block;
    }

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

    .law_slider_box-child2 h4 {
        font-size: 32px;
        line-height: 37px;
    }

    .law_slider_box-child.container {
        min-height: unset;
        padding: 50px 15px 70px;
    }

    .law_slider_shortcode button.slick-prev.slick-arrow, .law_slider_shortcode button.slick-next.slick-arrow {
        display: none !important;
    }

    .law_slider_shortcode {
        margin: 0 -15px !important;
    }

    .law_slider_box-child2 a {
        padding: 0 10px;
        line-height: 40px;
        height: 40px;
    }

    .vertical-text p {
        display: none;
    }

    .s2-img2 {
        position: static;
        padding: 0;
    }

    .home-section2 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner > .wpb_wrapper {
        padding: 0;
    }

    .home-section2 {
        padding: 0;
    }

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

    .home-section3 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section3 {
        padding: 0;
    }

    .home-section4-box {
        padding: 30px;
        margin: 0 0 35px!important;
    }

    .home-section4-box h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .h3-img1 img {
        max-width: 100% !important;
    }

    .h3-img2 img {
        padding: 0;
        max-width: 100% !important;
        margin-top: 30px;
    }

    .h3-img2 {
        position: static;
        margin: 0 0 30px !important;
    }

    .home-section5 .vc_col-sm-6:last-child > .vc_column-inner {
        padding-left: 15px;
    }

    .home-section5 .vc_col-sm-12 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section5 {
        padding: 0;
    }

    .footer-row-1 .col-md-4 {
        overflow: hidden;
    }
    .home-section3 .vc_col-sm-12 {
        padding-top: 30px;
    }
    .home-section5 .vc_col-sm-12 {
        padding: 0;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .header-title-breadcrumb-overlay {
        padding: 20px 0;
    }
    .cd-gallery ul {
        padding: 0 15px;
    }

    .cd-tab-filter a {
        line-height: 16px;
        padding: 10px 15px;
    }
    .seriviciu-row1 .vc_col-sm-12 h3 {
        font-size: 24px;
        line-height: 33px;
    }

    .seriviciu-row1 .vc_col-sm-12 {
        padding: 0;
    }

    .seriviciu-row2 h3 {
        font-size: 24px;
        line-height: 34px;
    }

    .seriviciu-row2 .vc_column-inner {
        padding-top: 0 !important;
    }

    .seriviciu-row2 .vc_column-inner {
        min-height: 300px;
        margin-bottom: 30px;
    }

    .seriviciu-row2 h4 {
        margin-bottom: 10px;
    }

    .seriviciu-row3-box {
        padding: 15px;
        margin: 0 0 30px !important;
    }

    .seriviciu-row3-box h4 {
        font-size: 24px;
        line-height: 32px;
    }
}