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

@font-face{font-family:"flaticon";
    src:url(../fonts/flaticon/flaticon.ttf?e4436ee6406fabdba2c0e4aa8370daa0) format("truetype"),
    url(../fonts/flaticon/flaticon.woff?e4436ee6406fabdba2c0e4aa8370daa0) format("woff"),
    url(../fonts/flaticon/flaticon.woff2?e4436ee6406fabdba2c0e4aa8370daa0) format("woff2"),
    url(../fonts/flaticon/flaticon.eot?e4436ee6406fabdba2c0e4aa8370daa0#iefix) format("embedded-opentype"),
    url(../fonts/flaticon/flaticon.svg?e4436ee6406fabdba2c0e4aa8370daa0#flaticon) format("svg")

}

i[class^=flaticon-]:before,i[class*=" flaticon-"]:before{font-family:flaticon !important;font-style:normal;font-weight:400 !important;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flaticon-cardiovascular:before{content:"\f101"}.flaticon-map:before{content:"\f102"}.flaticon-heart-beat:before{content:"\f103"}.flaticon-send:before{content:"\f104"}.flaticon-first-aid-kit:before{content:"\f105"}.flaticon-heart:before{content:"\f106"}.flaticon-support:before{content:"\f107"}.flaticon-cardiology:before{content:"\f108"}.flaticon-healthcare:before{content:"\f109"}.flaticon-cardiogram:before{content:"\f10a"}.flaticon-call:before{content:"\f10b"}.flaticon-shopping-cart:before{content:"\f10c"}.flaticon-search:before{content:"\f10d"}.flaticon-exit:before{content:"\f10e"}.flaticon-microsurgery:before{content:"\f10f"}.flaticon-phone-call:before{content:"\f110"}.flaticon-email:before{content:"\f111"}.flaticon-clock:before{content:"\f112"}.flaticon-share:before{content:"\f113"}.flaticon-chat:before{content:"\f114"}.flaticon-pdf:before{content:"\f115"}.flaticon-arrow-down:before{content:"\f116"}.flaticon-straight-quotes:before{content:"\f117"}.flaticon-veterinarian:before{content:"\f118"}.flaticon-hospital:before{content:"\f119"}.flaticon-heart-disease:before{content:"\f11a"}.flaticon-cardiology-2:before{content:"\f11b"}.flaticon-diagnosis:before{content:"\f11c"}.flaticon-arrow-pointing-to-right:before{content:"\f11d"}.flaticon-map-1:before{content:"\f11e"}.flaticon-heart-1:before{content:"\f11f"}.flaticon-heart-2:before{content:"\f120"}.flaticon-organ-transplantation:before{content:"\f121"}.flaticon-heart-attack:before{content:"\f122"}.flaticon-heart-3:before{content:"\f123"}.flaticon-vaccine:before{content:"\f124"}.flaticon-heart-4:before{content:"\f125"}.flaticon-heart-5:before{content:"\f126"}.flaticon-cardiologist:before{content:"\f127"}.flaticon-health-care:before{content:"\f128"}.flaticon-heart-6:before{content:"\f129"}.flaticon-defribillator:before{content:"\f12a"}.flaticon-heart-7:before{content:"\f12b"}.flaticon-emergency-call:before{content:"\f12c"}.flaticon-awards:before{content:"\f12d"}.flaticon-ecg-reading:before{content:"\f12e"}.flaticon-patient:before{content:"\f12f"}.flaticon-patient-1:before{content:"\f130"}.flaticon-medical-insurance:before{content:"\f131"}.flaticon-search-1:before{content:"\f132"}.flaticon-placeholder:before{content:"\f133"}.flaticon-healthcare-2:before{content:"\f134"}.flaticon-file:before{content:"\f135"}.flaticon-tick-mark:before{content:"\f136"}.flaticon-doctor:before{content:"\f137"}.flaticon-doctor-1:before{content:"\f138"}.flaticon-right-arrow:before{content:"\f139"}.flaticon-share-1:before{content:"\f13a"}.flaticon-left-quote:before{content:"\f13b"}


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

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

body {
    color: #252122;
    background-color: #fff;
    font-family: 'Nunito Sans', Arial;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #585858;
}
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;
}

body::-webkit-scrollbar {
  width: 12px;
}
body::-webkit-scrollbar-track {
  background: #E9E9E7;

}
body::-webkit-scrollbar-thumb {
  background-color: #01162C;
  outline: 1px solid #01162C;
}


/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 10px 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: #c100c1 !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: 1px;
    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;
}
.moove-gdpr-branding-cnt {
    display: none;
}
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: #c100c1 !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%); */
    padding: 0;
}
/*2. Navbar sub menus*/
#navbar .sub-menu .menu-item > a {
font-weight: 400;
    line-height: normal;
    padding: 10px 3px !important;
    text-transform: capitalize;
    position: relative;
    text-align: left;
    font-size: 14px;
}
#navbar .sub-menu .menu-item > a.menu_black {
    color: #151D24;
}
#navbar .sub-menu .menu-item:last-child > a {
    padding-bottom: 3px !important;
}
p.glsr-no-margins {
    display: none;
}
#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; */
    width: calc(100% - 300px);
}
.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: inline-block;
    margin: 0 !important;
    text-align: right;
    float: right;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 5px 0;
    text-align: left;
    position: relative;
    z-index: 9;
}
body.sticky .header2 .navbar-header .img-logo img {
    /* max-width: 130px; */
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    /* margin: 20px 12px 12px 0; */
}

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 90px;
    padding: 0px 10px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Oswald', Arial;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #01162c;
    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: rgba(255,255,255,.7);
    font-size: 16px;
    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: 'Nunito Sans', ARIAL;
    FONT-WEIGHT: 700;
    COLOR: #fff!important;
    font-family: 'Oswald', Arial;
    text-transform: uppercase;
}
footer .footer-top .menu .menu-item a {
    font-size: 16px;
    line-height: 20px;
    color: rgba(255,255,255,.7) !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 10px 0;
    font-family: Nunito 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: rgba(255,255,255,.7);
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 4px;
    color: #c100c1;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #c100c1 !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: 25px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 220px !important;
}
p.copyright {
    color: rgba(255,255,255,.7);
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    font-weight: 400;
    font-family: 'Nunito Sans', Arial;
}
p.copyright a {
    color: #c100c1;
    font-weight: 600;
}

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

footer {
    background-color: #01162C;
    clear: both;
    background-image: url(../images/footerbg.png);
    background-size: cover;
    background-position: top;
}

/* 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: #c100c1;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: "Oswald", Arial;border-radius: 0;letter-spacing: 1px;}

.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: #01162C;
}
.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: Nunito 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: 46px;
    line-height: 62px;
    color: #fff;
    font-weight: 600;
    margin: 0 !important;
    display: block;
    position: relative;
    padding: 0;
    text-align: left;
    font-size: 44px;
    line-height: 54px;
    font-family: 'Oswald', Arial;
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    text-align: left;
    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: 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: 'Nunito Sans', Arial; 
}

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

a {
    font-family: 'Nunito Sans', Arial; 
}

p {
    font-family: 'Nunito Sans', Arial; 
}

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

.contact-info-top {
    display: inline-block;
    float: right;
    margin-left: 10px;
}

.suna-l-1 i {
    font-size: 35px;
    color: #c100c1;
    position: relative;
    top: 5px;
}

d {}

.suna-l {
    display: inline-flex;
    margin-top: 24px;
    margin-right: 10px;
    margin-top: 20px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}

.suna-l-1 {
    margin-right: 10px;
    padding-top: 3px;
}

.suna-l-2 p {
    margin: 0;
    font-weight: 600;
    line-height: 21px;
    color: #111;
    padding-top: 5px;
}

.suna-l-2 a {
    color: #585858;
    font-size: 14px;
}

.adresa-l-1 i {
    font-size: 35px;
    color: #c100c1;
    line-height: 1;
    position: relative;
    top: 5px;
}

.adresa-l {
    display: inline-flex;
    margin-right: 15px;
    margin-top: 20px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}

.adresa-l p {
    margin: 0;
    font-weight: 600;
    line-height: 21px;
    color: #111;
    padding-top: 5px;
}

.adresa-l p a {}

.adresa-l-2 a {
    color: #585858;
    font-size: 14px;
}

.adresa-l-1 {
    margin-right: 10px;
    padding-top: 3px;
}

.adresa-l-2 a:hover {
    color: #c100c1;
}

.suna-l-2 a:hover {
    color: #c100c1;
}

.appoit {
    display: inline-flex;
    margin-top: 24px;
    position: relative;
    bottom: 5px;
}

.appoit a {
    line-height: 44px;
    height: 44px;
    display: inline-block;
    background: #c100c1;
    color: #fff;
    padding: 0 20px;
    font-family: 'Oswald', Arial;
    text-transform: uppercase;
    font-weight: 600;
}


.navbar-header.col-md-2.col-sm-2 {
    width: 300px;
    padding-right: 0;
}

.law_slider_box-child2.col-md-5 {
    /* height: 100%; */
    /* padding: 170px 30px 170px 80px; */
    text-align: left;
    background-size: cover !important;
    background-position: CENTER !important;
    background-repeat: no-repeat;
}
.gdpr-container .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto !important;!I;!;
    float: none !important;!I;!;
    padding: 40px 0;
}
.law_slider_box-child.row {
    display: flex;
    box-sizing: border-box;
}

.law_slider_box-child1.col-md-7 {
    background-image: url(../images/slider-img2.jpg);
    background-size: contain !important;
    background-repeat: repeat;
    background-position: center !important;
    /* display: flex; */
    /* align-items: center; */
    background-color: #01152E;
}

.law_slider_box-child2 {
    /* padding: 115px; */
}

.law_slider_box-child2 h4 {
    font-size: 18px;
    line-height: 22px;
    color: rgb(224, 224, 224);
    letter-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 0;
}

.law_slider_box-child2 h4 + p {
    color: #fff;
    font-size: 52px;
    line-height: 68px;
    font-family: 'Oswald', Arial;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 650px;
}

.law_slider_box-child1.col-md-7 > div {
    padding: 170px 100px;
    background-image: url(../images/q.png);
    background-repeat: no-repeat;
    background-position: center;
}

.law_slider_box-child1.col-md-7 a {
    display: inline-block;
    margin-top: 40px;
    line-height: 44px;
    height: 50px;
    padding: 0 20px;
    font-family: 'Oswald', Arial;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border: 2px solid #fff;
}

.law_slider_box-child1.col-md-7 a:hover {
    background: #c100c1;
    border-color: #c100c1;
}

.home-section2 {
    background: #f2f2f2;
}

.law_slider_shortcode {
    background-color: #01152E;
}

.home-section2 > .vc_col-sm-12 {
    padding: 50px;
}

.home-section2 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    background: #fff;
    padding: 30px;
    padding-left: 100px;
    position: relative;
}

.home-section2 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0 !important;!i;!;,
    animation: ;,
    animation: 0;,
    animation: 0;
}

.home-section2 > .vc_col-sm-12 .vc_col-sm-3  h3 {
    margin-top: 0;
    font-family: 'Oswald', Arial;
    text-transform: uppercase;
    color: #01162c;
    font-size: 19px;
    line-height: 26px;
}

.home-section2 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper::before {
    font-family: flaticon;
    content: "\f109";
    font-size: 50px;
    color: #c100c1;
    position: absolute;
    top: 20px;
    left: 30px;
}

.home-section2 > .vc_col-sm-12 .vc_col-sm-3:nth-child(2) > .vc_column-inner > .wpb_wrapper::before {
    content: '\f138';
}

.home-section2 > .vc_col-sm-12 .vc_col-sm-3:nth-child(3) > .vc_column-inner > .wpb_wrapper::before {
    content: "\f126";
}

.home-section2 > .vc_col-sm-12 .vc_col-sm-3:nth-child(4) > .vc_column-inner > .wpb_wrapper::before {
    content: "\f105";
}

.home-section2 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper:after {
     content: '';
     position: absolute;
     left: 0;
     bottom: 0;
     width: 100%;
     border-bottom: 3px solid #c100c1;
     transition: all .3s ease;
     -moz-transition: all .3s ease;
     -webkit-transition: all .3s ease;
     -ms-transition: all .3s ease;
     -o-transition: all .3s ease;
     -ms-transform: scaleX(0);
     transform: scaleX(0);
     z-index: 2;
     display: block;
}
.home-section2 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner:hover > .wpb_wrapper:after, .home-section2 > .vc_col-sm-12 .vc_col-sm-3:nth-child(2) > .vc_column-inner > .wpb_wrapper:after {
        transform: scaleX(1);
    -ms-transform: scaleX(1);
}
@keyframes hertbeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


.home-section2 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner:hover > .wpb_wrapper::before {
    animation: hertbeat 1.3s ease-in-out 50ms;
}
.home-section3-title h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #c100c1;
}

.home-section3-title {
    padding-top: 60px;
    padding-bottom: 30px;
}

.home-section3-title h3 + p {
    text-align: center;
    font-size: 44px;
    line-height: 54px;
    font-family: 'Oswald', Arial;
    color: #01162c;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 650px;
    margin: 0 auto;
}
.home-section3 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    /* padding-bottom: 100px; */
    margin-bottom: -585px !important;!I;!;
}

.home3-inner1 .vc_column-inner {
    min-height: 585px;
    background-size: cover;
    display: flex;
    align-items: self-end;
    position: relative;
}

.home3-inner1 .vc_column-inner::after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5) 10%, transparent 60%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 10%, transparent 60%);
    content: '';
    z-index: 2;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.home3-inner1 .vc_column-inner > .wpb_wrapper {
    position: relative;
    z-index: 3;
    padding: 15px;
}

.home3-inner1 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0 0 15px !important;!i;!;
}

.home3-inner1 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element h4 {
    font-size: 24px;
    font-family: 'Oswald', arial;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 350px;
    line-height: 40px;
    margin-bottom: 20px;
}

.home3-inner1 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element p {
    color: #fff;
}

.home3-inner1 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Oswald', arial;
    text-transform: uppercase;
    font-weight: 600;
}

.home3-inner1 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a::after {
    content: "\f11d";
    font-family: flaticon !important;
    margin-left: 10px;
}

.home3-inner3 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Oswald', arial;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px !important;
    display: block;
}

.home3-inner3 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a::after {
    content: "\f11d";
    font-family: flaticon !important;
    margin-left: 10px;
}

.home3-inner1 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a:hover {
    color: #c100c1;
}

.home3-inner3 .vc_col-sm-6:first-child > .vc_column-inner {
    background: #01162C;
    padding: 60px 15px 60px 23px;
    height: 300px;
}

.home3-inner3 .vc_col-sm-6:last-child > .vc_column-inner {
    background: #c100c1;
    padding: 60px 15px 60px 23px;
    height: 300px;
}

.home3-inner3 .vc_col-sm-6:first-child > .vc_column-inner h4 {
    color: #c100c1;
    font-family: 'Oswald', Arial;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 0;
}

.home3-inner3 .vc_col-sm-6:first-child > .vc_column-inner h4 + p {
    color: #fff;
    font-family: 'Oswald', Arial;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    /* margin-bottom: 30px; */
}

.home3-inner3 .vc_col-sm-6:first-child > .vc_column-inner h4 + p strong {
    color: #c100c1;
}

.home3-inner3 .vc_col-sm-6:first-child > .vc_column-inner .wpb_text_column.wpb_content_element {
    margin: 0;
}

.home3-inner3 .vc_col-sm-6:last-child > .vc_column-inner .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0px !important;
    margin-top: -15px;
}

.home3-inner3 .vc_col-sm-6:last-child > .vc_column-inner .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.home3-inner3 .vc_col-sm-6:last-child > .vc_column-inner .wpb_raw_code.wpb_raw_html.wpb_content_element i {
    font-size: 55px;
    color: #fff;
}

.home3-inner3 .vc_col-sm-6:last-child > .vc_column-inner .wpb_text_column.wpb_content_element p {
    color: rgb(255 255 255 / 75%);
    font-size: 14px;
    line-height: 22px;
}

/* Modal Header */
.modal-header {
  padding: 2px 16px;
  background-color: transparent;
  color: #111;
  text-align: center;
}

/* Modal Body */
.modal-body {padding: 2px 16px;}

/* Modal Footer */
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 50px auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 600px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.home3-inner2 .vc_col-sm-6:first-child > .vc_column-inner {
    background: #01162C;
    padding: 60px 15px 60px 23px;
    height: 300px;
}
.home3-inner2 .vc_col-sm-6:first-child > .vc_column-inner .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0px !important;
    margin-top: -15px;
}

.home3-inner2 .vc_col-sm-6:first-child > .vc_column-inner .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.home3-inner2 .vc_col-sm-6:first-child > .vc_column-inner .wpb_raw_code.wpb_raw_html.wpb_content_element i {
    font-size: 55px;
    color: #fff;
}

.home3-inner2 .vc_col-sm-6:first-child > .vc_column-inner .wpb_text_column.wpb_content_element p {
    color: rgb(255 255 255 / 75%);
    font-size: 14px;
    line-height: 22px;
}
.home3-inner2 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Oswald', arial;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px !important;
    display: block;
}

.home3-inner2 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a::after {
    content: "\f11d";
    font-family: flaticon !important;
    margin-left: 10px;
}




.home3-inner2 .vc_col-sm-6:last-child .vc_column-inner {
    min-height: 585px;
    background-size: cover;
    display: flex;
    align-items: self-end;
    position: relative;
}

.home3-inner2 .vc_col-sm-6:last-child  .vc_column-inner::after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5) 10%, transparent 60%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 10%, transparent 60%);
    content: '';
    z-index: 2;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.home3-inner2 .vc_col-sm-6:last-child  .vc_column-inner > .wpb_wrapper {
    position: relative;
    z-index: 3;
    padding: 15px;
}

.home3-inner2 .vc_col-sm-6:last-child  .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0 0 15px !important;!i;!;
}

.home3-inner2 .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element h4 {
    font-size: 24px;
    font-family: 'Oswald', arial;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 350px;
    line-height: 40px;
    margin-bottom: 20px;
}

.home3-inner2 .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element p {
    color: #fff;
}

.home3-inner2 .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Oswald', arial;
    text-transform: uppercase;
    font-weight: 600;
}

.home3-inner2 .vc_col-sm-6:last-child  .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a::after {
    content: "\f11d";
    font-family: flaticon !important;
    margin-left: 10px;
}





.modal-header h2 {
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 18px;
}



.home3-inner4 .vc_column-inner {
    min-height: 585px;
    background-size: cover;
    display: flex;
    align-items: self-end;
    position: relative;
}

.home3-inner4   .vc_column-inner::after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, .5) 10%, transparent 60%);
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 10%, transparent 60%);
    content: '';
    z-index: 2;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.home3-inner4  .vc_column-inner > .wpb_wrapper {
    position: relative;
    z-index: 3;
    padding: 15px;
}

.home3-inner4   .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0 0 15px !important;!i;!;
}

.home3-inner4  .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element h4 {
    font-size: 24px;
    font-family: 'Oswald', arial;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    max-width: 350px;
    line-height: 40px;
    margin-bottom: 20px;
}

.home3-inner4  .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element p {
    color: #fff;
}

.home3-inner4  .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Oswald', arial;
    text-transform: uppercase;
    font-weight: 600;
}

.home3-inner4  .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a::after {
    content: "\f11d";
    font-family: flaticon !important;
    margin-left: 10px;
}




.home3-inner5 .vc_col-sm-6:first-child > .vc_column-inner {
    background: #c100c1;
    padding: 60px 15px 60px 23px;
    height: 285px;
}


.home3-inner5 .vc_col-sm-6:first-child  > .vc_column-inner .wpb_raw_code.wpb_raw_html.wpb_content_element {
    margin-bottom: 0px !important;
    margin-top: -15px;
}

.home3-inner5 .vc_col-sm-6:first-child  > .vc_column-inner .wpb_text_column.wpb_content_element {
    margin: 0 !important;
}

.home3-inner5 .vc_col-sm-6:first-child  > .vc_column-inner .wpb_raw_code.wpb_raw_html.wpb_content_element i {
    font-size: 55px;
    color: #fff;
}

.home3-inner5 .vc_col-sm-6:first-child > .vc_column-inner .wpb_text_column.wpb_content_element p {
    color: rgb(255 255 255 / 75%);
    font-size: 14px;
    line-height: 22px;
}


.home3-inner5 .vc_col-sm-6:first-child .wpb_wrapper .wpb_text_column.wpb_content_element a {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Oswald', arial;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px !important;
    display: block;
}

.home3-inner5 .vc_col-sm-6:first-child  .wpb_wrapper .wpb_text_column.wpb_content_element a::after {
    content: "\f11d";
    font-family: flaticon !important;
    margin-left: 10px;
}

.home3-inner5 .vc_col-sm-6:first-child  .wpb_wrapper .wpb_text_column.wpb_content_element a:hover {
    color: #01162C;
}

.home-section4 .vc_col-sm-12 > .vc_column-inner {
    max-width: 1170px;
    margin: 0 auto !important;!i;!;
    float: none;
    /* padding-bottom: 80px; */
    padding-top: 0 !important;!I;!;
}

.home-section4 .vc_col-sm-12  h3 {
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    color: #c100c1;
}



.home-section4 .vc_col-sm-12 h3 + p{
    text-align: left;
    font-size: 44px;
    line-height: 54px;
    font-family: 'Oswald', Arial;
    color: #01162c;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 650px;
    margin: 0 auto 25px;
}

.home-section4 {
    background-color: #F2F2F2;
    background-size: cover;
    padding-top: 685px;
    background-position: top;
    /* padding-bottom: 100px; */
    background-position: center;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 65px;
}

.home-section4 .vc_col-sm-12 {
    background: linear-gradient(90deg, #fff 50%, transparent 50%);
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner {
    /* background: linear-gradient(180deg, #fff 50%, transparent 50%); */
    background-size: cover;
}

.home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child {
    padding-left: 50px;
    background: linear-gradient(0deg, #fff 50%, transparent 50%);
}

.home-section4 .vc_col-sm-12  ul {
    column-count: 2;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 30px;
}

.home-section4 .vc_col-sm-12 ul li::before {
    content: "\f123";
    font-family: flaticon !important;
    font-style: normal;
    font-weight: 400 !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 45px;
    position: absolute;
    left: 0;
    color: #c100c1;
}

.home-section4 .vc_col-sm-12 ul li {
    position: relative;
    padding-left: 60px;
    margin-right: -35px;
}

.home-section4 .vc_col-sm-12 ul li:nth-child(2)::before {
    content: "\f129";
}

.home-section4 .vc_col-sm-12 ul li strong {
    font-family: 'Oswald', Arial;
    color: #01162c;
    font-size: 19px;
    line-height: 26px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    padding-right: 35px;
}

.home-section4 .vc_col-sm-12 ul li br {
    display: none;
}

.home-section4 .vc_col-sm-12 h4 {
    font-family: 'Oswald', Arial;
    font-size: 22px;
    text-transform: uppercase;
    border-top: 3px solid #c100c1;
    padding-top: 30px;
    font-weight: 800;
}

.btn-style1 {
    color: #01162c;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Oswald', arial;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px !important;
    display: block;
}

.btn-style1::after {
    content: "\f11d";
    font-family: flaticon !important;
    margin-left: 10px;
}

.btn-style1:hover {
    color: #c100c1;
}



.blog-section .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    /* padding: 70px; */
    padding-bottom: 15px;
}


.blog-section .vc_col-sm-12 h3::after {
    /* content: ''; */
    width: 60px;
    height: 6px;
    background: #7542C6;
    display: block;
    margin: 20px auto 40px;
    border-radius: 30px;
}
.blog_custom img {
    border-radius: 9;
}

span.post-tags-list {
    background: #c100c1;
    color: #fff;
    line-height: 35px;
    height: 35px;
    display: inline-block;
    padding: 0 20px;
    border-radius: 0;
    font-weight: bold;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 14px;
}

.blog_custom .col-md-12 {
    padding: 0;
    float: none;
}

.title-n-excerpt {
    padding: 30px;
    margin: -30px 20px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
    position: relative;
    background: #fff;
    border-radius: 0;
}

.blog_custom .post-excerpt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 22px;
}

h2.post-name a {
    font-size: 18px;
    line-height: 24px;
    color: #111;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: 'Albert Sans', ARIAL;
    font-family: 'Oswald', Arial;
    color: #01162c;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
}

.post-excerpt {
    padding: 5px 0 10px;
}

p.button-blog a {
    font-size: 14px;
    color: #343434;
    font-weight: 600;
    color: #01162c;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Oswald', arial;
    text-transform: uppercase;
    font-weight: 600;
    /* margin-top: 25px !important; */
    display: block;
}

p.button-blog a i {
    margin-left: 5px;
}

.blog_custom h2.post-name {
    margin-top: 10px;
}

.date-ex {
    font-size: 13px;
    font-weight: 600;
    color: #343434;
}

.date-ex::before {
    content: '\f073';
    font-family: 'FontAwesome';
    margin-right: 7px;
    font-weight: 400;
    color: #c100c1;
}

p.button-blog {
    margin: 0;
}
body.single-post span.post-date {
    margin-bottom: 20px;
    display: block;
}
.blog-section {
    background: #fff;
    padding-top: 135px;
    margin-top: -100px;
}
body.blog .high-padding {
    padding: 60px 0 30px;
}
body.single-post .high-padding {
    padding: 60px 0 30px;
}


.blog-section h3 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #c100c1;
}



.blog-section h3 + p {
    text-align: center;
    font-size: 44px;
    line-height: 54px;
    font-family: 'Oswald', Arial;
    color: #01162c;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 450px;
    margin: 0 auto 65px !important;!i;!;
}


.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: #c100c1;
}
.breadcrumb {
    margin-bottom: 0;
    /* padding-bottom: 0; */
    background: #c100c1;
    display: inline-block;
    margin-top: 20px;
}
.social-f a i {
    font-size: 16px !important;
}

.social-f {
    padding-top: 10px;
    text-align: left;
}
.col-md-4.sidebar-2 p {
    max-width: 100%;
    padding-top: 20px;
}



.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: #c100c1;
    text-align: center;
    line-height: 41px;
    border-radius: 5px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

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

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

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

p.button-blog a:hover,
h2.post-name a:hover {
    color: #c100c1;
}
.col-md-4.sidebar-2 {
    width: 40%;
}
.home3-inner2 .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a:hover,
.home3-inner3 .vc_col-sm-6:first-child .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a:hover {
    color: #c100c1;
}
.home3-inner3 .vc_col-sm-6:last-child .vc_column-inner > .wpb_wrapper .wpb_text_column.wpb_content_element a:hover {
    color: #01162C;
}
.col-md-4.sidebar-3 {
    width: 26.3333%;
}


@media(min-width:1270px) {
        body #navbar ul:not(.sub-menu) > .menu-item > a:before {
        content: '';
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 41px;
        margin: auto;
        background-color: rgba( 174,16,16 , 0.13);
        height: 7px;
        transform-origin: right center;
        -webkit-transform-origin: right center;
        -webkit-transform: scale(0, 1);
        -khtml-transform: scale(0, 1);
        -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        -khtml-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
        -moz-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
        -ms-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
        -o-transition: transform .25s cubic-bezier(.37, .31, .2, .85);
        transition: transform .25s cubic-bezier(.37,.31,.2,.85);
        bottom: 32px;
    }

    
   body #navbar ul:not(.sub-menu) > .current_page_item > a:before {
        /* bottom: 32px; */
    }


     body #navbar ul:not(.sub-menu) > .current_page_item > a:before, body #navbar ul:not(.sub-menu) > .menu-item:hover > a::before {
        transform-origin: left center;
        -webkit-transform-origin: left center;
        -webkit-transform: scale(1, 1);
        -khtml-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
        /* bottom: 31px; */
    }

}


    .appoit a:hover {
    background: #01162c;
}


.recenzii-row .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding-top: 60px;
}

.recenzii-row .vc_col-sm-12 h3 {
    text-align: center;
    font-size: 44px;
    line-height: 54px;
    font-family: 'Oswald', Arial;
    color: #01162c;
    text-transform: uppercase;
    font-weight: 600;
    max-width: 450px;
    margin: 0 auto 65px !important;
}

.recenzii-row .vc_col-sm-12 .glsr-form-wrap {
    margin-bottom: 50px;
}
span.glsr-field-toggle {
    margin: 20px 0;
}
.recenzii-row .vc_col-sm-12 .glsr-form-wrap button {
    background: #c100c1;
    border: 0;
    line-height: 50px;
    height: 50px;
    color: #fff;
    padding: 0 20px;
    margin-top: 20px;
    font-weight: bold;
}

.recenzii-row .vc_col-sm-12 .glsr-form-wrap label span {font-weight: bold;display: block;margin-top: 10px;font-size: 16px;}

.recenzii-row .vc_col-sm-12 .glsr-review {
    background: #f6f6f6;
    padding: 30px;
    border: 1px solid #ccc;
}
.home-section4.despre-page1 {
    padding-top: 80px;
}

.preturi-section .vc_col-sm-12 {
    max-width: 1170px;
    margin: 0 auto;
    float: none;
    padding: 60px 0 30px;
}

.preturi-section .vc_col-sm-12 table.vc-table-plugin-theme-classic {
    width: 100%;
}


table.vc-table-plugin-theme-classic tr:nth-child(2n+1), table.vc-table-plugin-theme-classic tr:hover {
    background: #ecdcec !important;!i;!;!i;!;
}

table.vc-table-plugin-theme-classic td:first-child span {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #000;
}

table.vc-table-plugin-theme-classic td:last-child span {
    font-size: 20px;
    font-weight: bold !important;!I;!;
}

.preturi-section .vc_col-sm-12 table.vc-table-plugin-theme-classic tr.vc-th td {
    background: #01162C !important;!I;!;
}

.preturi-section .vc_col-sm-12 table.vc-table-plugin-theme-classic tr.vc-th td span {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    font-family: 'Oswald', arial;
}




.ttm-icon {
    height: 56px;
    width: 56px;
    line-height: 56px;
    border-radius: 50%;
    margin-bottom: 0;
    background: #c100c1;
    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: 60px 0 0px;
    /* background: #fff; */
    max-width: 1170px !important;
    float: none;
    margin: 0 auto !important;
}

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

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


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


.featured-content p a {
    color: #c100c1;
}

body.blog ol.breadcrumb {
    display: none;
}

body .booked-calendar-wrap {
    height: auto !important;
}

body table.booked-calendar thead th .monthName {
    font-size: 18px !important;
    font-weight: 700 !important;
}

body table.booked-calendar tr.days th {
    font-size: 16px !important;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
    font-size: 12px !important;
}

body .booked-calendar-wrap .booked-appt-list .timeslot .timeslot-people button {
    font-size: 16px !important;
    border-radius: 100px !important;
}

h4.modal-title {
    text-align: center;
    font-size: 26px;
    color: #111;
    font-weight: 600;
    font-family: 'Oswald', arial;
    text-transform: uppercase;
    font-size: 32px;
}


.despre-page1 p {
    font-size: 14px;
}


@media (min-width:767px) and (max-width:1024px) {
        .law_slider_box-child2.col-md-5 {
    display: none;
}

.vc_row {
    margin: 0 !important;!i;!;
}

.home-section2 > .vc_col-sm-12 .vc_col-sm-3 {
    width: 50%;
    margin-bottom: 30px;
}

.home-section2 > .vc_col-sm-12 .vc_row-fluid {
    display: flex;
    flex-flow: row wrap;
}

.home-section3 .wpb_column {
    width: 100%;
}

.home-section3 .wpb_column > div {
    min-height: unset !important;!I;!;
    height: unset !important;!i;!;
    background-position: center;
}

.home-section4 {
    padding-top: 0;
}

.home-section4 .vc_col-sm-12 h3 + p {
    font-size: 32px;
    line-height: 42px;
}

.footer-row-1 .col-md-4 {
    width: 100%;
    overflow: hidden;
    padding: 30px 15px;
}

.law_slider_box-child1.col-md-7 {
    width: 100%;
}
}

@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;
    }
    body div.booked-calendar-wrap div.booked-calendar .bc-body .bc-row.week .bc-col {
        font-size: 14px;
    }
    #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%;
    }
    .mobile-programare.hidden {
        visibility: visible !important;
        display: block !important;
        text-align: center;
        padding: 20px 0;
    }
    body .booked-calendar-wrap .booked-appt-list .timeslot .spots-available {
        color: #fff !important;
    }
    body .booked-calendar .booked-appt-list .timeslot {
        margin-bottom: 5px !important;
    }
    .mobile-programare.hidden a {
        line-height: 40px;
        height: 40px;
        display: inline-block;
        background: #c100c1;
        color: #fff;
        padding: 0 20px;
        font-family: 'Oswald', Arial;
        text-transform: uppercase;
        font-weight: 600;
    }
    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;
        width: 100%;
    }

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

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

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


    header .navbar-toggle i {
        color: #fff;
    }
    .vc_row {
        margin: 0 !important;!i;!;
    }

    .navbar-header.col-md-2.col-sm-2 {
        width: 100%;
    }

    .law_slider_box-child2 h4 + p {
        font-size: 24px;
        line-height: 34px;
    }

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

    .law_slider_box-child1.col-md-7 > div {
        padding: 30px 15px;
        background-size: 80%;
    }

    .law_slider_shortcode {
        margin: 0 -15px;
    }

    .law_slider_box-child.row {
        display: block;
        margin: 0;
    }

    .law_slider_box-child2.col-md-5 {
        min-height: 250px;
        padding: 0;
    }

    .law_slider_box-child2 h4 {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 1px;
    }

    .home-section2 > .vc_col-sm-12 {
        padding: 0;
    }

    .home-section2 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
        margin-bottom: 30px;
        padding: 15px 010px;
        padding-left: 70px;
    }

    .home-section2 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper::before {
        left: 10px;
        top: 0;
        font-size: 50px;
    }

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

    .home-section3-title {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .home-section3-title h3 + p {
        font-size: 24px;
        line-height: 32px;
    }

    .home3-inner1 .vc_column-inner {
        min-height: 300px;
    }

    .home3-inner2 .vc_col-sm-6:last-child .vc_column-inner {
        min-height: 300px;
    }

    .home3-inner3 .vc_col-sm-6:last-child > .vc_column-inner {
        height: unset;
    }

    .home3-inner4 .vc_column-inner {
        min-height: 250px;
    }

    .home3-inner5 .vc_col-sm-6:first-child > .vc_column-inner {
        height: unset;
    }

    .home-section4 {
        padding-top: 0;
        background: #fff;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:first-child > .vc_column-inner {
        padding-top: 0;
        padding-bottom: 30px;
    }

    .home-section4 .vc_col-sm-12 h3 + p {
        font-size: 24px;
        line-height: 34px;
    }

    .home-section4 .vc_col-sm-12 ul {
        column-count: 1;
        padding-bottom: 0;
    }

    .home-section4 .vc_col-sm-12 ul li {
        margin-bottom: 30px;
        margin-right: 0;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child > .vc_column-inner {
        min-height: 300px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .home-section4 .vc_col-sm-12 .vc_col-sm-6:last-child {
        background: transparent;
        padding: 0;
    }

    .home-section4 .vc_col-sm-12 {
        background: transparent;
    }

    .blog-section {
        padding-top: 0;
    }

    .blog-section h3 + p {
        margin-bottom: 20px !important;!I;!;
        font-size: 24px;
        line-height: 34px;
    }

    .blog_custom {
        margin-bottom: 30px;
    }

    .recenzii-row .vc_col-sm-12 h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 0 !important;!i;!;
    }

    .footer-row-1 .col-md-4 {
        width: 100%;
        overflow: hidden;
    }

    .footer-row-1 .col-md-4.sidebar-2 {
        padding: 40px 15px;
    }

    .footer-top .widget_nav_menu li {
        width: 100%;
    }

    .title-n-excerpt {
        padding: 15px;
    }

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

    .contact-info-top {
        display: none;
    }

    .header2 .menu.nav-effect.nav-menu {
        float: none;
        width: 100%;
    }

    .recenzii-row .vc_col-sm-12 {
        padding-top: 0;
    }
    .header-title-breadcrumb-overlay h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .header-title-breadcrumb-overlay {
        padding: 30px 0;
    }

    .home-section4.despre-page1 {
        padding-top: 15px;
    }
    .post-category-comment-date {
        padding-top: 20px;
    }
    .contact-section1 h2 {
        font-size: 24px;
        line-height: 34px;
    }

    ol.breadcrumb li {
        font-size: 12px;
    }

    ol.breadcrumb {
        padding: 3px;
    }
    table.vc-table-plugin-theme-classic td:first-child span {
        font-size: 14px;
        line-height: 22px;
    }

    table.vc-table-plugin-theme-classic td:last-child span {
        font-size: 16px;
    }

    .preturi-section .vc_col-sm-12 table.vc-table-plugin-theme-classic tr.vc-th td span {
        font-size: 16px;
    }

    .preturi-section .vc_col-sm-12 {
        padding: 15px 0 0;
    }
}