/*
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;
}



@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');


.logo img, .navbar-header .logo img {
 max-width: 230px;
 width: 50%;
 padding-top: 0px;
 margin-left: 90px;
}


// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.raleway-<uniquifier> {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.ubuntu-light {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ubuntu-medium {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.ubuntu-bold {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.ubuntu-light-italic {
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.ubuntu-regular-italic {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.ubuntu-medium-italic {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.ubuntu-bold-italic {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-style: italic;
}



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

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

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



/* 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: #003c72;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    color: #fff;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 7px;
    display: none;
    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 > a {
        color: #000;
    }


   

}

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;border-top: 1px solid #f6f6f6;}
#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 {
    width: 80%;
}
.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;
    margin: 0px !important;
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 0px !important;
    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: #000;
    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;
    width: 200px;
}
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: 95px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: "Raleway", sans-serif;
    text-align: center;
    /* font-weight: 600; */
    font-size: 14px;
    padding: 0px 15px 0px 7px;
    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: #fff;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 26px;
    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: 22px;
    margin-bottom: 10px;
    margin-top: 0px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
    font-family: "Raleway", sans-serif;
    FONT-WEIGHT: 700;
    COLOR: #fff!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 16px;
    line-height: 20px;
    color: #fff !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 10px 0;
    font-family: Open Sans, 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: #fff;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 4px;
    color: #fff;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #fff;
}
 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: 25px 0 !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 150px !important;
    /* filter: invert(1); */
}
p.copyright {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    font-weight: 300;
    font-family: "Raleway", sans-serif;
}
p.copyright a {
    color: #00aeef;
    font-weight: 600;
}

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

footer {
    background-color: #282828;
    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: #2270ff;border: none;color: #fff;font-size: 16px;padding: 0 36px;line-height: 50px;-webkit-transition: all .3s linear 0ms;-khtml-transition: all .3s linear 0ms;-moz-transition: all .3s linear 0ms;-ms-transition: all .3s linear 0ms;-o-transition: all .3s linear 0ms;transition: all .3s linear 0ms;-webkit-border-radius: 0px;-khtml-border-radius: 0px;-moz-border-radius: 0px;-ms-border-radius: 0px;-o-border-radius: 0px;border-radius: 0;position: relative;display: inline-block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;font-weight: 600;outline: none;white-space: nowrap;/* text-transform: uppercase; */font-family: "Open Sans", Arial;border-radius: 5px;}

.wpcf7-form .wpcf7-submit:hover {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #ff6600;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {
background-color: #fff;
    height: 50px;
    border: 2px solid #f4f7f7;
    color: #000;
    padding: 0px 15px;
    line-height: normal;
    font-size: 16px;
    -webkit-transition: all .3s linear 0ms;
    -khtml-transition: all .3s linear 0ms;
    -moz-transition: all .3s linear 0ms;
    -ms-transition: all .3s linear 0ms;
    -o-transition: all .3s linear 0ms;
    transition: all .3s linear 0ms;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0;
    width: 100%;
    outline: none;
    font-family: Open Sans;
    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: 32px;
    line-height: 62px;
    color: #FFF;
    font-weight: 700;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 10px;
    padding: 0;
}


.header-title-breadcrumb-overlay {
    background: rgb(0,60,114) !important;
    padding: 60px 0;
    background-size: unset;
    background-position: center;
    text-align: center;
    /* background-image: url(https://itextrem.com/tekton/wp-content/uploads/2024/05/banner1.jpg) !important; */
    background-repeat: repeat;
}




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

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

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

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

ul li, ol li {
    color: #686868;
    font-size: 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: "Raleway", sans-serif; 
}

h1, h2 {
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}
h3 {
    font-weight: 700;
}
h5 {
    font-family: "Open Sans", Arial;
    font-weight: 600;
}

a {
    font-family: "Raleway", sans-serif; 
}

p {
    font-family: "Raleway", sans-serif; 
}

@media(min-width: 1280px) {
    header .contact-li a {
        background: rgb(0,60,114);
        color: #fff  !important;
        line-height: 45px !important;
        margin: 25px 30px;
        font-weight: 300 !important;
        padding: 0 20px !important;
        /* border-radius: 5px; */
        font-size: 16px !important;
        letter-spacing: 0.45px;
    }
    body #navbar ul:not(.sub-menu) > .menu-item.contact-li:hover > a {
        background: #000;
        color: #fff !important;
    }
    header .contact-li::before {
        content: '';
        width: 1px;
        height: 30px;
        background: #cccccc;
        display: block;
        position: absolute;
        top: 32px;
        opacity: 1;
    }

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

.header-top {
    background: #3F3E3E;
    /* padding: 8px 0; */
    display: none;
}

.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 200px;
    background-size: cover;
}

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

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

.law_slider_box-child2 h4 {
    font-size: 65px;
    font-weight: 800;
    /* max-width: 700px; */
    margin-bottom: 30px;
    color: #fff;
}

.law_slider_box-child2 p {
    font-size: 16px;
    line-height: 32px;
    max-width: 600px;
    color: #fff;
    font-weight: bolder;
    text-transform: uppercase;
    margin: 0 auto;
    padding-bottom: 10px;
}

.law_slider_box-child2 a {
    background: rgb(0,60,114);
    line-height: 50px;
    height: 50px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    /* border-radius: 5px; */
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 16px;
    margin-top: 17px;
    text-transform: uppercase;
}
.law_slider_box-child1 {
    text-align: center;
}

.home-section2 .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 80px 0 80px 0;
}

.home-section2 .vc_col-sm-12 img {
    /* max-height: 49px; */
    width: auto;
    margin: 0 auto;
}

.home-section2 .vc_col-sm-12 .wpb_content_element {
    text-align: center;
    margin-bottom: 0 !important;
}



.home-section2 .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    background: #f6f6f6;
    border: 1px solid #ccc;
    padding: 35px 20px;
    margin-top: -50px;
    border-radius: 5px;
}

.home-section2 .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper h3 {
    font-size: 18px;
}

.home-section2 .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
}
.home-section3 .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 80px 0 80px 0;
}
.home-section3 .vc_col-sm-12 h4 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}
a.btn-style1 {
    background: rgb(0,60,114);
    line-height: 50px;
    height: 50px;
    color: #fff;
    display: inline-block;
    padding: 0 30px;
    border-radius: 15px;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 16px;
    margin-top: 45px;
    text-transform: uppercase;
}
.home-section3 .vc_col-sm-12 .vc_inner {
    margin-bottom: 40px;
    counter-reset: dsvybox3;
}

.home-section3 .vc_col-sm-12 .vc_inner img {
    border-radius: 10px;
    border: 1px solid #ccc;
}
.footer-top {
    padding: 60PX 0 50PX;
}

.social-f a {
    display: inline-block;
    padding-right: 19px;
    color: #fff;
    font-size: 15px;
}

.social-f a:hover {
    /* color: rgb(0,60,114); */
}
.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;
    max-width: 182px;
    line-height: 30px;
    min-height: 47px;
    margin: 0 auto;
    min-width: 600px;
}
.wpcf7-acceptance {
    display: block;
    margin: 20px 0 30px !important;
}

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




.law_slider_box-child2 a {
     position: relative;
     display: inline-block;
     padding-right: 30px
                    }

.law_slider_box-child2 a:before {
      position: absolute;
      content: "";
      width: 35px;
      height: 2px;
      right: -10px;
      top: 49%;
      -webkit-transition: all .25s ease-in-out;
      transition: all .25s ease-in-out;
      background-color: #fff;
      display: none;
}

.law_slider_box-child2 a:after {
      position: relative;
      content: "\f178";
      top: 0px;
      right: -10px;
      font-size: 15px;
      line-height: normal;
      font-weight: normal;
      font-family: fontawesome;
}

.law_slider_box-child2 {
    left: 0;
    display: block;
    margin-top: 70px;
    position: relative;
}

.law_slider_box-child.container {
    left: -400px;
    position: relative;
    display: block;
}

.law_slider_box-child2 a:hover {
    /* background-color: transparent; */
    /* color: rgb(0,60,114); */
    /* border: 1px solid rgb(0,60,114); */
}

.slick-initialized .slick-slide {
    background-position: center !important;
    height: 93vh;
}

.law_slider_box-child2 span {
    display: block;
    color: #fff;
    text-align: center;
    max-width: 675px;
    margin: 0 auto;
    /* padding: 0 0 20px 0; */
    line-height: 28px;
}

.law_slider_box-child2 p::before {
    content: '';
    position: absolute;
    top: 9%;
    width: 312PX;
    height: 2px;
    background-color: rgb(0,60,114);
}


a.telefon {
    background: transparent;
}

a.telefon::after {
    display: none;
}

a.telefon:hover {
    background-color: transparent;
    border-color: transparent;
}



a.telefon {
    margin-left: 50px;
}

.telefon .fa.fa-phone {
    font-size: 35px;
    display: block;
    position: absolute;
    top: 8px;
    left: -9px;
}

.home-section1 .slick-slide {
    min-height: 100%;
    background: url(https://picsum.photos/id/1043/800/600) rgb(0 0 0 / 45%);
    background-size: cover;
    background-blend-mode: multiply;
}


.home-section2 h3 {
    font-size: 14px;
    text-align: left;
    color: gray;
    text-transform: uppercase;
}



.home-section2 h3::before {
    content: '';
    position: absolute;
    width: 158px;
    height: 3px;
    background-color: rgb(0,60,114);
    margin-top: 16px;
}

.home-section2 h4 {
    font-size: 37px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: left;
    margin-top: 30px;
}

.home-section2 p {
    text-align: left;
    padding-top: 10px;
}

a.btn-style1:hover {
    background-color: transparent;
    color: rgb(0,60,114);
    border: 1px solid rgb(0,60,114);
}


a.btn-style1::after {
    position: relative;
    content: "\f178";
    top: 0px;
    right: -10px;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    font-family: fontawesome;
}


.home-section3 h3 {
    font-size: 14px;
    text-align: center;
    color: gray;
    text-transform: uppercase;
}



.home-section3 h3::before {
    content: '';
    position: absolute;
    top: 152px;
    width: 78px;
    height: 3px;
    background-color: rgb(0,60,114);
}

.home-section3 h4 {
    font-size: 37px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

.home-section3 p {
    text-align: left;
    padding-top: 10px;
}


.home-section3 {
    /* background-color: #f6f6f6; */
}


.home-section3 .vc_col-sm-3 .vc_column-inner::after {
    content: "0" counter(dsvybox3) "";
    counter-increment: dsvybox3;
    position: absolute;
    top: 50px;
    right: 40px;
    font-size: 175px;
    font-weight: 900;
    color: transparent;
    z-index: 1;
    -webkit-text-stroke: 3px #000000;
    opacity: 0.1;
    display: block;
}

.home-section3 .vc_col-sm-3 .vc_column-inner {
    min-height: 300px;
    background-color: rgb(0,60,114);
    display: flex !important;
    margin: 5px;
    flex-direction: column;
    border: 1px solid transparent;
    transition: 0.5s;
}

.home-section3 h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}


.home-section3 .vc_col-sm-3 .vc_column-inner:hover {
    background-color: #f6f6f6;
    border-color: rgb(0,60,114) !important;
}

.home-section3 a {
    width: 250px;
    display: block;
    position: relative;
    height: 285px;
    padding-top: 106px;
    color: #fff;
    font-size: 21px;
    line-height: 2;
    transition: 0.5s;
    z-index: 9999;
}

.home-section3 a:hover {
    color: #000;
}


.home-section4 .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 70px 0 80px 0;
}


--- 

.home-section4 h3 {
    font-size: 14px;
    text-align: left;
    color: gray;
    text-transform: uppercase;
}



.home-section4 h3::before {
    content: '';
    position: absolute;
    top: 32%;
    width: 100px;
    height: 3px;
    background-color: rgb(0,60,114);
}

.home-section4 h4 {
    font-size: 37px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: left;
    margin-top: 30px;
}

.home-section4 p {
    text-align: left;
    padding-top: 10px;
}

a.btn-style1:hover {
    background-color: #fff;
    color: rgb(0,60,114);
    border: 1px solid rgb(0,60,114);
}


a.btn-style1::after {
    position: relative;
    content: "\f178";
    top: 0px;
    right: -10px;
    font-size: 15px;
    line-height: normal;
    font-weight: normal;
    font-family: fontawesome;
}


.home-section4 h3 {
    font-size: 14px;
    text-align: center;
    color: gray;
    text-transform: uppercase;
}



.home-section4 h3::before {
    content: '';
    position: absolute;
    top: 153px;
    width: 105px;
    height: 3px;
    background-color: rgb(0,60,114);
    top: 15%;
}

.home-section4 h4 {
    font-size: 37px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
}

.home-section4 p {
    text-align: center;
    padding-top: 10px;
}


.home-section4 {
    background-color: #fff;
}


.home-section4 h5 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bolder;
    text-align: center;
}


.blog_custom1 {
    overflow: hidden;
    /* border-radius: 20px; */
    border: 1px solid #ccc;
    margin: 0 0 30px;
}

.txt-b {
    box-shadow: 0px 5px 83px 0px rgba(13, 14, 67, 0.12);
    padding: 10px 0px 0px 10px;
    background: #f5f5f5;
    /* border: 1px solid #ccc; */
}

span.post-tags-list {
    background: #051135;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    border-radius: 5px;
    position: absolute;
    top: -40px;
    right: 15px;
    position: relative;
    z-index: 999;
    right: 0;
}

.post-details {
    position: relative;
    background-color: #3F3E3E;
    /* border-radius: 20px; */
    z-index: 1;
    top: -32px;
    max-width: 330px;
    left: 15px;
}

h2.post-name a {
    /* font-family: 'Lexend'; */
    font-weight: 800;
    font-size: 19px;
    line-height: 27px;
    display: block;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    padding-top: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

h2.post-name {
    font-weight: 500;
    margin-top: 0;
}

.post-excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    /* font-size: 15px; */
    /* line-height: 26px; */
    text-align: center;
}

p.button-blog a {
    font-weight: 600;
    font-size: 15px;
    line-height: 23px;
    color: #fff;
    display: inline-block;
}

p.button-blog a i {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 22px;
    font-weight: 700;
    margin-right: 1px;
    display: inline-block;
    font-style: unset;
    /* background: #fff; */
    color: #fff;
    text-align: center;
    line-height: 26px;
    position: relative;
    top: 3px;
}

.blog-section {
    /* background: #f6f6f6; */
    /* padding-top: 100px; */
    padding-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.blog-section a.btn-style1 {
    margin-top: 60px;
}

span.time-n-date {
    position: absolute;
    top: 0;
    left: 15px;
    background: #35B1E3;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
}

span.time-n-date span:first-child {
    background: #93358D;
    color: #fff;
}

span.time-n-date span {
    padding: 0 15px;
    background: #35B1E3;
    line-height: 50px;
    display: inline-block;
}
span.time-n-date span:last-child {
    font-size: 16px;
    font-weight: 800;
    line-height: 50px;
    height: 50px;
    padding: 0 20px;
    line-height: 50px;
}

p.button-blog {
    text-align: center;
    padding-bottom: 10px;
}

.social-div {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

img.blog_post_image {
    border-radius: 20px;
    z-index: 999;
    position: relative;
}
.thumbnail-single {
    padding-top: 33px;
    max-width: 1200px;
}

.post-category-comment-date {
    text-align: center;
    padding-top: 20px;
}

.article-content {
    padding-top: 20px;
}
.thumbnail-single img {
    width: 1200px;
}

.single-post ul li {
    color: #000;
}

.fa-linkedin:before {
    color: #fff;
    padding: 10px;
}

.fa-twitter:before {
    padding: 10px;
    color: #fff;
}

.fa-facebook-f:before, .fa-facebook:before {
    color: #fff;
    padding: 10px;
}


footer .menu .menu-item a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    position: relative;
    text-transform: none;
    border-bottom: 1px solid rgb(204 204 204 / 40%);
}


footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 6px 0;
    max-width: 128px;
    text-align: left;
    border: 0;
}


.law_slider_box button.slick-prev.slick-arrow, .law_slider_box button.slick-next.slick-arrow {
    font-size: 0;
    padding: 0 12px;
    background: transparent;
    border: 0 !important;
    line-height: 1;
    outline: 0;
    margin: 0 30px;
    width: 40px;
    height: 40px;
    background: rgb(0 0 0 / 30%);
    text-align: center;
    line-height: 41px;
    border-radius: 5px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

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

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

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

/* Style Cursor */
::-webkit-scrollbar {
  width: 10px; 
}

::-webkit-scrollbar-thumb {
  background-color: rgb(0,60,114) !important; 
  border-radius: 0px; 
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fff; 
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-track:hover {
  background: #fff; 
}
/* Style Cursor */


#myBtn {
   position: fixed;
   bottom: 50px;
   right: 30px;
   z-index: 99;
   border: none;
   outline: none;
   background-color: rgb(0,60,114);
   color: white;
   cursor: pointer;
   padding: 15px;
   border-radius: 10px;
   width: 50px;
   font-size: 18px;
   height: 50px;
   border-radius: 200px;
}

#myBtn:hover {
  background-color: #555; 
}

#myBtn::before {
  content: '\f106';
  font-weight: 900;
  font-family: 'FontAwesome';
  font-size: 18px;
  display: block;
  top: -2px;
  position: relative;
}



.portofoliu .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 50px 0 80px 0;
}


.portofoliu.home h3 {
    font-size: 14px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}



.portofoliu.home h3::before {
    content: '';
    position: absolute;
    top: 10%;
    width: 91px;
    height: 3px;
    background-color: #fff;
}

.portofoliu h4 {
    font-size: 37px;
    font-weight: bolder;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

.gallery_image3 ul.wpb_image_grid_ul li {
    padding: 18px !important;
    width: 33.3% !important;
    text-align: center;
    margin: 0 !important;
}

.gallery_image3 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;
    /* border: 1px solid #CCC; */
}

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

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

.gallery_image3 ul.wpb_image_grid_ul li a::before {
    content: '\f002';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    z-index: 3;
    background-color: gray;
    left: 0;
    right: 0;
    opacity: .8;
    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_image3 ul.wpb_image_grid_ul li a:hover::before {
    visibility: visible;
    transform: scale(1);
}


.home-section2 ul li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    background: rgb(0,60,114);
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    line-height: 29px;
    top: -3px;
}

.home-section2 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: section;
    padding-top: 10px;
}

.home-section2 ul li {
    position: relative;
    /* padding-left: 41px; */
    padding-bottom: 22px;
    max-width: 175px;
    color: #111;
}

.portofoliu .btn-style1 {
    margin 0 auto;
}


.navbar .container {
}

.navbar-header.col-md-3.col-sm-2 {
    width: 20%;!i;!;
}

.section-dali .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 20px 0 20px 0;
}




.section-dali ul li::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    background: rgb(0,60,114);
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    line-height: 29px;
    top: -3px;
}

.section-dali ul{
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: section;
    padding-top: 10px;
}

.section-dali ul li {
    position: relative;
    padding-left: 41px;
    padding-bottom: 22px;
    color: #111;
}

.section-dali a {
    color: rgb(0,60,114);
}

.section-dali strong {
    color: rgb(0,60,114);
}






.contact-section1 {
    /* padding: 60px 0 30px; */
    background: #fff;
}

.contact-section1 h2 {
    font-size: 30px;
    color: #111;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
    margin-top: 0;
}


.contact-section1 h2::after {
    content: '';
    width: 100px;
    height: 3px;
    background: rgb(0,60,114) !important;
    display: block;
    margin: 20px 0 10px;
    border-radius: 10px;
    /* box-shadow: rgb(152 149 165 / 54%) 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: #2E7DEC;
}

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

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

.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 30%;
    margin-bottom: 0;
    background-color: rgb(0,60,114) !important;
    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;
}


.itexclusiv-contact textarea {
    min-height: 120px;
    padding: 15px;
    }
.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: #8f8bb8;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #8f8bb8;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #8f8bb8;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #8f8bb8;
}

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


.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
    border-radius: 0px;
    outline: 0 !important;
    /* background: #f4f7f7; */
}
.wpcf7-form .wpcf7-submit {background-color: rgb(0,60,114);border: none;color: #fff;font-size: 14px;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;border-radius: 0px !important;overflow: hidden;z-index: 1;border-radius: 15px;font-weight: 600;outline: none;white-space: nowrap;text-transform: uppercase;letter-spacing: .2em;font-family: "Plus Jakarta Sans", Arial;}

.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;
    cursor: pointer;
    background: rgb(0,60,114);
    border-radius: 15px;
}






.contact-section1 .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 80px 0 80px 0;
}


p.fa.fa-phone {
    color: #fff;
}

p.fa.fa-envelope {
    color: #fff;
}

::before {}

p.fa.fa-university {

    color: #fff;
}


.featured-content {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}
.featured-title h5 {
    margin-top: 3px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px !important;
    /* text-transform: uppercase; */
}
.featured-icon-box.featured-icon-box-last {
    border: 0;
}

.portofoliu {
    background-color: rgb(0,60,114);
}

.portofoliu-pag {
    background-color: #f6f6f6;
}

.gdpr-page .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 80px 0 80px 0;
}


.home-section2 {
    border-bottom: 1px solid #f6f6f6;
}


.contact-section1 a {
    color: rgb(0,60,114) !important;
}


#navbar .sub-menu .menu-item>a {
    font-weight: 400;
    line-height: normal;
    padding: 10px 12px !important;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid rgb(204 204 204 / 30%);
}


#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: 0;
    border-radius: 0;
    background-color: #fff;
    right: 0;
    left: 0;
    margin: 0 auto;
    border-top: 4px solid rgb(0,60,114) !important;
}

.echipa-row1 .vc_col-sm-3 {
    padding-top: 50px;
}


.echipa-row1 .vc_col-sm-9 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
}

.echipa-heading h3 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 30px;
}


.echipa-heading h4 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.echipa-heading p {
    color: #686868;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    max-width: 800px;
}


.echipa-row1 .vc_col-sm-9 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    border: 1px solid #ccc;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 20px 0;
    min-height: 370px;
}

.echipa-row1 .vc_col-sm-9 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper img {
    max-width: 130px;
    border-radius: 300px;
}

.echipa-row1 .vc_col-sm-9 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper p {
    font-size: 14px;
    text-align: center;
    color: rgb(0,60,114);
    font-weight: 600;
    min-height: 32px;
}

.echipa-row1 .vc_col-sm-9 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 19px !important;
}

.echipa-row1 .vc_col-sm-9 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper  h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 14px;
    /* margin-bottom: 30px; */
}

.echipa-row1 .vc_col-sm-9 .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}

.echipa-heading h3 strong {
    color: #93358D;
}

.echipa-row1 .vc_col-sm-12 {
    /* max-width: 1270px; */
    /* margin: 0 auto !important; */
    /* float: none; */
    /* padding: 80px 0 30px; */
}

.echipa-row1 .vc_col-sm-12 h3 {
    /* text-align: center; */
    /* margin-top: 0; */
    /* font-size: 20px; */
    /* MARGIN-TOP: -10PX; */
    text-align: left;
    /* color: #fff; */
    font-size: 23px;
    margin-top: 0;
    line-height: 33px;
    margin-bottom: -10px !important;
}

.echipa-row1 .vc_col-sm-12 p {
    text-align: center;
    color: #111;
    /* text-transform: uppercase; */
    font-size: 16px;
    font-weight: 400;
    MARGIN: 0 5PX;
}

.parteneri-col .vc_col-sm-12 .wpb_single_image {
 display: inline-block;
 max-width: 95px;
 border: 1px solid #ccc;
 margin-right: 10px;
 margin-bottom: 7.5px;
 border-radius: 20px;
 overflow: hidden;
}

.echipa-row1 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    /* padding: 50px 0; */
}

.parteneri-col > .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 40px 30px 15px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0px 4px 48px 0px rgba(0, 0, 0, 0.08);
}

.intrebari-box {
    padding: 50px 30px;
    border-radius: 20px;
    overflow: hidden;
    background-color: rgb(0,60,114);
}

.intrebari-box h3 {
    text-align: left;
    color: #fff;
    font-size: 28px;
    margin-top: 0;
}

.intrebari-box a {
    background: rgb(255 255 255);
    line-height: 45px;
    height: 45px;
    color: #111;
    display: block;
    padding: 0 35px;
    border-radius: 100px;
    font-weight: 600;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
}

.intrebari-box a:hover {
    background: #111;
    color: #fff;
}

.intrebari-box p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding-top: 5px;
}
header .contact-li a:before {
    content: '\f095';
    font-family: 'FontAwesome';
    margin-right: 10px;
}
.despre-noi-section2 {
    padding-top: 40px;
}

@media(max-width: 767px){
    .navbar-header.col-md-3.col-sm-2 {
        width: 100%;
    }
    .logo img, .navbar-header .logo img {
        margin-left: 0px;

    }
    header .navbar-toggle {
        margin: 25px 15px 0 !important;
    }
    div#navbar {
        width: 100%;
        padding: 0 !important;!i;!;
        overflow-y: initial;
    }

    #navbar .menu-item > a {
        line-height: 70px;
        text-align: left;
        border-bottom: 1px solid gainsboro;
        width: 100%;
    }

    .contact-li {
        background-color: #003c72;
        color: #fff;
    }

    #navbar .contact-li> a {
        color: #fff !important;!i;!;
    }

    .law_slider_box-child.container {
        left: 0;
    }

    .slick-initialized .slick-slide {
        padding: 20px 0;
        max-height: 63vh;
    }

    .law_slider_box-child2 h4 {
        font-size: 29px;
    }

    .law_slider_box-child2 p {
        font-size: 14px;
    }

    .law_slider_box-child2 span {
        font-size: 14px;
    }

    .law_slider_box-child2 {
        margin-top: 25px;
    }

    .law_slider_box button.slick-prev.slick-arrow, .law_slider_box button.slick-next.slick-arrow {
        margin-left: 0px;
        !i;!;
        margin-right: 0px;
        
        !i;!;
    }

    .law_slider_box-child2 a {}

    a.telefon {
        margin: 0;
        display: inline-block;
        width: 50%;
        padding-left: 0px;!i;!;
        padding-right: 0px;
    }

    a.contact {
        display: inline-block;
    }

    a.contact {
        margin-right: 25px;
    }

    .law_slider_box-child2 h4 {
        margin: revert-layer;
    }

    .home-section2 .vc_col-sm-12 {
        padding-top: 20px;
    }

    .home-section2 h3 {
        text-align: center;
    }

    .home-section2 h4 {
        text-align: center;
        font-size: 30px;
    }

    .home-section2 p {
        text-align: center;
    }

    .home-section3 .vc_col-sm-12 {
        padding-top: 0px;
    }

    .home-section2 .vc_col-sm-12 {
        padding-bottom: 20px;
    }

    .home-section3 h3::before {
        top: 71px;
    }

    .home-section3 .vc_col-sm-12 h4 {
        font-size: 30px;
    }

    .home-section3 .vc_col-sm-3 .vc_column-inner::after {right: 70px;}

    .home-section3 a {
        right: 0;
        margin: auto;
        font-size: 21px;
    }

    .home-section3 .vc_col-sm-12 {
        padding-bottom: 0px;
    }

    .portofoliu.home h3::before {
        top: 73px;
    }

    .home-section2 h3::before {
        width: 165px;
    }

    ol.breadcrumb {
        min-width: 0;
        margin: 0 auto;
    }

    .footer-top {padding-top: 20px;10px:;10px: 0;10px: 0;padding-bottom: 10px;}

    p.copyright {
        font-size: 14px;
    }

    #myBtn {
        right: 10px;
    }

    .law_slider_box-child2 p::before {
        top: 6%;
        width: 283px;
    }

    .portofoliu .vc_col-sm-12 {
        padding: 0;
    }

    .portofoliu h4 {
        font-size: 30px;
    }

    .gallery_image3 ul.wpb_image_grid_ul li img {padding: 0;!i;!;}

    .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        padding: 5px !important;!i;!;
    }

    a.btn-style1 {
        border-radius: 0;
    }


     nav#sweetthemes-main-head .buttons {
        display: none;
    }

    .social-div {
        display: none;
    }

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

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

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

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

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

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

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

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

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

    .logo img, .navbar-header .logo img {
        max-width: 203px;
    }

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

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

   

    header .navbar-toggle i {
        color: #fff;
    }

    .col-md-4.sidebar-2 {
    overflow: hidden;
    padding: 30px 15px 50px;
}

    .contact-section1 .vc_col-sm-12 {
    padding-bottom: 0px;
}
}
