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



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

img {
    max-width: 100%;
    height: auto;
}
.btn-crypto-btn a strong {
    transform: skewX(10deg);
    display: block;
}
body {
    color: #252122;
    background-color: #fff;
    font-family: 'Inter', Arial;
}
p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #111;
}
a:hover, a:focus {
    color: unset;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #111;
}
ol.breadcrumb li a {
    color: #111;
}
ol.breadcrumb li {
    color: #111 !important;
    line-height: 1;
    font-size: 16px;
}

.article-content-single.col-md-8 {
    padding: 80px 0;
}

/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 19px 15px 0 !important;
    padding: 0px 12px;
    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-color: #207683 !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: linear-gradient(to right, hsl(190deg 60% 45%), hsl(5deg 85% 55%));
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 3px;
    color: #fff;
}
#navbar .menu-item.selected > a,
#navbar .menu-item:hover > a {
    background: transparent;
}
.is_header_semitransparent .sticky-wrapper {
    position: absolute;
    width: 100%;
}
.is_header_semitransparent .navbar-default {
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}

body.is_header_semitransparent .is-sticky #mt-nav-burger span{
    background: #000000;
}
body.is_header_semitransparent header .is-sticky .right-side-social-actions .mt-search-icon i, 
body.is_header_semitransparent .is-sticky #navbar .menu > .menu-item > a, 
body.is_header_semitransparent header .is-sticky .right-side-social-actions .social-links i {
    color: #000000;
}
body.is_header_semitransparent #mt-nav-burger span {
    background: #000 none repeat scroll 0 0;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
    background: rgba(0, 175, 239, 0.95) none repeat scroll 0 0;
}
.is_header_semitransparent .header-title-breadcrumb-overlay > .container {
    padding-top: 80px;
}
.is_header_semitransparent #navbar .menu-item > a {
    color: #fff;
}

@media(min-width: 767px) {
    body #navbar ul:not(.sub-menu) > .menu-item:hover > a, body #navbar ul:not(.sub-menu) > .current_page_item:not(.contact-li) > a {
        color: #207683 !important;
    }


   

}

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


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

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

.navbar-header .logo {
    margin: 22px 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;
}

svg.lucide.lucide-globe.w-6.h-6.text-primary {
    color: #217683;
}

.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 {
    text-align: left;
    position: relative;
    z-index: 9;
    background: transparent;
    /* padding: 12px 0px; */
    text-align: center;
    margin-bottom: 0;
}
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: 80px;
    padding: 0px 15px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Inter', Arial;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #686868;
    /* 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: 0;
}
.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}
.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}
.header-infos ul.social-links li {
    display: inline-block;
}
.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #ccc;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
    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: center;
}
footer .footer-top h1.widget-title, footer .footer-top h3.widget-title, footer .footer-top .widget-title {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 25px;
    text-align: left;
    font-family: 'Oswald', ARIAL;
    FONT-WEIGHT: 600;
    COLOR: #fff!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 16px;
    line-height: 20px;
    color: #ccc !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: inline-block;
    padding: 5px 0;
    font-family: Inter, Arial;
    text-align: center;
    padding-right: 0;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
}
.footer-details p span {
    display: inline-block;
    padding-left: 25px;
    color: #ccc;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 4px;
    color: #71a60d;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #E41F28 !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;
    text-align: left;
}
ul.social-links {
    padding: 0;
    list-style: none;
}
ul.social-links li {
    display: inline-block;
    padding: 0 20px 0 0px;
}
ul.social-links li a {
    font-size: 24px;
    color: #ff8a8b;
}
.read-more-continut h1, .read-more-continut h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 25px 0;
}

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

footer .widget {
    clear: both;
    margin-bottom: 20px;
}
footer .footer .container {
    padding: 20px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 25px;
    max-width: 160px !important;
}
p.copyright {
    color: rgb(255 255 255 / 50%);
    font-size: 16px;
    line-height: 25px;
    margin: 0;
    font-weight: 200;
    font-family: 'Inter', Arial;
}
p.copyright a {
    color: #71a60d;
    font-weight: 400;
}

.footer-div-parent {
    background: transparent;
    border-radius: 0;
}

footer {
    clear: both;
    background-image: url(../images/45.png);
    background-size: cover;
    background-position: center;
    background-color: #32505B;
}

/* 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: #33C1AF;border: none;color: #fff;font-size: 22px;padding: 0 15px;line-height: 60px;-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: block;text-align: center;cursor: pointer;position: relative;overflow: hidden;z-index: 1;font-weight: 400;outline: none;white-space: nowrap;/* text-transform: uppercase; */font-family: "Inter", Arial;border-radius: 10px;width: 100%;margin-top: 15px;}

.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: #E41F28;
}
.itexclusiv-contact input:not([type='checkbox']), .itexclusiv-contact textarea, .itexclusiv-contact select {background-color: #fff;height: 60px;border: 2px solid #f4f7f7;color: #000;padding: 0px 15px;line-height: normal;font-size: 18px;-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: 10px;width: 100%;outline: none;font-family: Inter;margin: 5px 0 20px;font-weight: 400;border: 2px solid rgb(204 204 204 / 50%);}
.itexclusiv-contact {
    /* max-width: 600px; */
    margin: 20px auto 0;
    border: 2px solid rgb(204 204 204 / 50%);
    padding: 50px;
    border-radius: 10px;
    background: #def3f6;
}
.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;
    margin-bottom: 20px !important;
}
.itexclusiv-contact input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #86898c;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #86898c;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #86898c;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #86898c;
}

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

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: 24px;
    line-height: 32px;
    color: #002855;
    font-weight: 900;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 80px 0;
    background-size: cover;
    background-position: center center;
    text-align: center;
    background-repeat: repeat;
}




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

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

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

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

ul li, ol li {
    color: #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: 'Oswald', Arial;
}

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

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

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

.header-top {
    background: transparent;
    /* padding: 8px 0; */
    border-bottom: 1px solid #ccc;
}

.header-top-item {
    display: inline-block;
    padding: 10px 15px 10px 0px;
}

.header-top-item * {
    font-size: 16px;
    color: #161f40;
    font-weight: 300;
    opacity: .8;
}

.header-top-item i {
    font-size: 16px !important;
    margin-right: 5px;
    color: rgb(22 31 64 / 100%);
    position: relative;
    top: 1px;
    font-weight: 400;
}

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


.header-top .social-f a {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}
.header-top .social-f a:hover {
    color: #34C5A1;
}
.header-top .social-f a i {
    font-size: 18px !important;
    color: rgb(22 31 64 / 80%);
}
.header-top .social-f {
    text-align: right;
    display: inline-block;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 10px 1px;
}

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

.header-top-item:not(:last-child)::after {
    content: '';
    width: 1px;
    height: 15px;
    background: #111;
    display: inline-block;
    position: relative;
    top: 3px;
    margin-left: 15px;
}

.header-top .col-md-9 {
    padding-left: 225px;
}

.navbar-header.col-md-3.col-sm-2 {
    width: 200px;
}

.navbar-header2 {
    width: 200px;
}

.btn-crypto-btn a {
    background: #207683;
    display: block;
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 15px;
    transform: skewX(-10deg);
}

header.header2 {
    border-bottom: 1px solid #ccc;
}

.home-section1 > .vc_col-sm-12 {
    max-width: 1600px;
    margin: 0 auto !important;
    float: none;
    text-align: center;
    padding: 55px 0 60px;
    position: relative;
}

.home-section1 {
    background-size: cover;
}

.home-section1 > .vc_col-sm-12 h3 {
    font-size: 82px;
    line-height: 94px;
    color: #32505B;
    font-weight: 600;
    background-image: linear-gradient(to right, hsl(190deg 60% 45%), hsl(5deg 85% 55%));
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.home-section1 > .vc_col-sm-12 > div {
    padding-top: 0 !important;
}

.home-section1 > .vc_col-sm-12 h3 + p {
    max-width: 900px;
    margin: 0 auto;
    padding: 15px 0;
    font-size: 32px;
    line-height: 34px;
    font-weight: 700;
    color: #2EA1AE;
}

a.btn-style1 {
    background: #207683;
    line-height: 43px;
    height: 45px;
    display: inline-block;
    padding: 0 35px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #207683;
    /* margin: 0 30px; */
    min-width: 205px;
    text-align: center;
    font-weight: 600;
}

a.btn-style1::after {
    content: "\f178";
    font-family: "Font Awesome 5 Free";
    margin-left: 25px;
}

a.btn-style2 {
    color: #16203e;
    border: 1px solid #16203e;
    line-height: 43px;
    height: 45px;
    display: inline-block;
    padding: 0 40px;
    /* margin: 0 30px; */
    min-width: 205px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.home-section2 > .vc_col-sm-12 > div {
    padding-top: 0 !important;
}

.home-section2 > .vc_col-sm-12 > div .wpb_single_image * {
    width: 100%;
}
.home-section3 > .vc_col-sm-12 .vc_col-sm-6:last-child .vc_column-inner {
    padding: 160px 50px;
    background-size: cover;
}
.home-section4 > .vc_col-sm-12 .titles-s4 h4 + p {
    max-width: 600px;
    margin: 0 auto 50px !important;
    text-align: center;
    color: #686868;
    font-weight: 600;
}

.home-section2 .wpb_single_image {
    margin: 0 !important;
}
.home-section3 > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 0;
}
.home-section3 > .vc_col-sm-12 .vc_col-sm-6:first-child ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 20px;
}
.leading-provider ul li strong {
    color: #207683;
    font-size: 22px;
    font-weight: 800;
}

.home-section3 > .vc_col-sm-12 p:last-child {
    font-size: 14px;
    line-height: 24px;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.leading-provider p {
    font-size: 16px;
    line-height: 24px;
}
.home-section3 > .vc_col-sm-12 .vc_col-sm-6:first-child ul li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
    color: #111;
    font-weight: 600;
}

.home-section3 > .vc_col-sm-12 .vc_col-sm-6:first-child ul li::before {
    content: '\f00c';
    font-family: fontawesome;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #207683;
    line-height: 26px;
    text-align: center;
    border-radius: 100px;
    top: -4px;
}
.home-section44 > div .box-service {
    border: 0;
    padding: 0;
    background: transparent;
}

.leading-provider {
    border: 1px solid #32505B;
    padding: 30px 30px 25px;
    border-radius: 20px;
    box-shadow: 0 10px 40px -10px hsl(190 60% 45% / .3);
    background: rgb(234 234 234 / 80%);
}

.leading-provider h5 {
    color: #111;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}


.home-blog > .vc_col-sm-12 .titles-s4 h4 + p {
    max-width: 600px;
    margin: 0 auto 50px !important;
    text-align: center;
    color: #686868;
    font-weight: 600;
}
.home-blog > .vc_col-sm-12 .titles-s4 h3 {
       font-size: 16px;
       line-height: 32px;
       margin: 0;
       color: #207683;
       font-weight: 600;
       text-transform: uppercase;
       text-align: center;
}

.home-blog > .vc_col-sm-12 .titles-s4 h4 {
    font-size: 54px;
    line-height: 64px;
    color: #32505B;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px !important;
    background-image: linear-gradient(to right, hsl(190deg 60% 45%), hsl(5deg 85% 55%));
    background-clip: text;
    color: transparent;
    max-width: 700px;
    margin: 0 auto;
}
    .home-blog > .vc_col-sm-12 .titles-s4 h3::before {
    content: '';
    width: 32px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/16.svg);
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.leading-provider ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    clear: both;
    padding: 20px 0 0;
}

.leading-provider ul li {
    width: 50%;
    float: left;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}

.home-section3 > .vc_col-sm-12 h3 {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    color: #207683;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
}

.home-section3 > .vc_col-sm-12 h4 {
    font-size: 60px;
    line-height: 74px;
    color: #32505B;
    font-weight: 600;
    background-image: linear-gradient(to right, hsl(190deg 60% 45%), hsl(5deg 85% 55%));
    background-clip: text;
    color: transparent;
}
.col-md-3.sidebar-2 {
    width: 20%;
}

.col-md-3.sidebar-3 {
    width: 15%;
}

.col-md-3.sidebar-4 {
    width: 40%;
}

.sid2 p {
    font-size: 14px;
    line-height: 24px;
    color: #ccc;
    margin: 0;
}
.svg-icon1 {
    width: 50px;
    height: 50px;
    border: 1px solid rgb(13 223 191 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(13 223 191 / 50%);
    margin-bottom: 21px !important;
}

.svg-icon1 img {
    width: 100%;
}

.bbtn-style1 a {
    margin: 0 30px;
}
.home-section3 > .vc_col-sm-12 h3::before {
    content: '';
    width: 32px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/16.svg);
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.home-section3  .vc_col-sm-6:last-child img {
    border-radius: 10px;
}

.awwards-l {
    position: absolute;
    top: -70px;
    left: 0;
    background: #207683;
    display: inline-block;
    max-width: 275px;
    padding: 30px 30px 35px;
    border-radius: 10px;
}

.awwards-l p {
    color: #fff;
}
.fig1 {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.home-section1 > .vc_col-sm-12 .wpb_content_element:not(.wpb_single_image) {
    position: relative;
    z-index: 3;
}

.awwards-l h5 {font-size: 24px;color: #fff;padding-left: 56px;position: relative;font-weight: 300;margin-bottom: 30px;line-height: 33px;}



.home-section3 > .vc_col-sm-12 p {
    max-width: 560px;
    font-weight: 400;
}

.awwards-l p {
    font-weight: 300 !important;
}


.home-section4 {
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
    padding: 0;
    background-color: #fff;
}

.home-section4 > div {
    background: #fff;
    padding: 75px 30px 15px;
    border-radius: 0;
    margin-bottom: 80px;
    border: 1px solid #ccc;
}

.home-section4 > .vc_col-sm-12 .titles-s4 h3 {
       font-size: 16px;
       line-height: 32px;
       margin: 0;
       color: #207683;
       font-weight: 600;
       text-transform: uppercase;
       text-align: center;
}

.home-section4 > .vc_col-sm-12 .titles-s4 h4 {
    font-size: 54px;
    line-height: 64px;
    color: #32505B;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px !important;
    background-image: linear-gradient(to right, hsl(190deg 60% 45%), hsl(5deg 85% 55%));
    background-clip: text;
    color: transparent;
    max-width: 700px;
    margin: 0 auto;
}
    .home-section4 > .vc_col-sm-12 .titles-s4 h3::before {
    content: '';
    width: 32px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/16.svg);
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.box-service {
    background: #fff !important;
    border-radius: 5px;
    padding: 0  30px 30px !important;
    border: 1px solid rgb(13 223 191 / 30%) !important;
    margin-bottom: 30px !important;
    box-shadow: 6px 6px 7px #9f9f9f;
}

.box-service img {
    width: 65px;
    height: 65px;
    border: 1px solid rgb(13 223 191 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(13 223 191 / 50%);
    margin-bottom: 10px !important;
    margin-top: 30px;
    background: #fff;
}

.box-service h3 {
    font-size: 18px;
    margin: 15px 0 10px;
    font-weight: 600;
    line-height: 32px;
}

.box-service h3 + p {font-size: 16px;line-height: 26px;color: #686868;font-weight: 400;}
.box-service-link a {
    display: block;
    width: 100%;
    height: 248px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #207683;
    border-radius: 5px;
    padding-top: 15px;
}


.box-service-link a strong {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.box-service-link a strong::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    display: block;
    text-align: center;
    font-size: 42px;
    line-height: 62px;
    font-weight: 400;
}

.box-service-link a:hover {
    background: #E41F28;
}
.home-section5 > .vc_col-sm-12 {
    max-width: 1570px;
    margin: 0 auto !important;
    float: none;
    padding: 0px 0 55px;
}
.home-section5 > .vc_col-sm-12 .titles-s4 h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #E41F28;
    font-weight: 600;
    text-align: center;
}

.home-section5 > .vc_col-sm-12 .titles-s4 h4 {
    font-size: 54px;
    line-height: 74px;
    color: #32505B;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px !important;
}
    .home-section5 > .vc_col-sm-12 .titles-s4 h3::before {
    content: '';
    width: 32px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/16.svg);
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
}
.home-section5 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper {
    max-width: 335px;
    margin: 0 auto;
    position: relative;
}

.svg-share {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0 !important;
    width: 45px;
    height: 45px;
    background: #207683;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
}

.svg-share img {
    filter: brightness(0%);
    filter: brightness(0) invert(1);
    Show code snippet;
}

.home-section5 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper .wpb_single_image  img {
    border-radius: 10px 10px 0 0;
}
.member-box {
    background: #F5F6F7;
    text-align: center;
    padding: 25px 5px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 8px rgb(13 223 191 / 50%);
    margin-bottom: 60px !important;
}

.member-box h3 {
    margin: 0;
    color: #16203e;
    font-weight: 600;
}

.home-section5 > .vc_col-sm-12 .vc_col-sm-3 > .vc_column-inner > .wpb_wrapper .wpb_single_image {
    margin-bottom: 0 !important;
}



.home-section6 {
    background: #F5F6F7;
}
.home-section6 > .vc_col-sm-12 {
    max-width: 1570px;
    margin: 0 auto !important;
    float: none;
    padding: 120px 0 90px;
}

.home-section6 > .vc_col-sm-12 .titles-s6 h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #E41F28;
    font-weight: 600;
    margin-top: -20px;
}

.home-section6 > .vc_col-sm-12 .titles-s6 h4 {
    font-size: 60px;
    line-height: 74px;
    color: #32505B;
    font-weight: 600;
}
.home-section6 > .vc_col-sm-12 .titles-s6 h3::before {
    content: '';
    width: 32px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/16.svg);
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

article.single-post1 {
    background: #fff;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgb(13 223 191 / 50%);
    border-radius: 10px;
    overflow: hidden;
}

.col-md-3.post-thumbnail2 {
    width: 180px;
}

.post-details2.col-md-9 {
    width: calc(100%  - 180px);
}

h3.post-name2 a {
    margin: 0;
    color: #32505B;
    font-weight: 600;
    font-size: 24px;
}

h3.post-name2 {
    margin-top: 15px;
}

.post-excerpt2 p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0 !important;
}

p.button-blog2 a {
    font-weight: 600;
    color: #32505B;
    font-size: 16px;
}

p.button-blog2 a i {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

p.button-blog2 {
    margin: 0 !important;
    padding-top: 5px;
}

.post-excerpt2 {
    padding-right: 15px;
}

.home-section6 > .vc_col-sm-12 p {
    max-width: 650px;
    font-weight: 400;
    margin-bottom: 30px;
}



.home-section7 > .vc_col-sm-12 {
    max-width: 1570px;
    margin: 0 auto !important;
    float: none;
    padding: 160px 0 75px;
}

.home-section7 > .vc_col-sm-12 .titles-s7 h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #E41F28;
    font-weight: 600;
    margin-top: -20px;
}

.home-section7 > .vc_col-sm-12 .titles-s7 h4 {
    font-size: 60px;
    line-height: 74px;
    color: #32505B;
    font-weight: 600;
}
.home-section7 > .vc_col-sm-12 .titles-s7 h3::before {
    content: '';
    width: 32px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/16.svg);
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

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

.home-section44 > div {
    padding: 75px 0px 55px;
    max-width: 1170px;
    margin: 0 auto !important;
    float: none;
}
.home-section44 > .vc_col-sm-12 .titles-s4 h4 + p {
    max-width: 600px;
    margin: 0 auto 50px !important;
    text-align: center;
    color: #686868;
    font-weight: 600;
}
.home-section44 > .vc_col-sm-12 .titles-s4 h3 {
       font-size: 16px;
       line-height: 32px;
       margin: 0;
       color: #207683;
       font-weight: 600;
       text-transform: uppercase;
       text-align: center;
}

.home-section44 > .vc_col-sm-12 .titles-s4 h4 {
    font-size: 54px;
    line-height: 64px;
    color: #32505B;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px !important;
    background-image: linear-gradient(to right, hsl(190deg 60% 45%), hsl(5deg 85% 55%));
    background-clip: text;
    color: transparent;
    max-width: 700px;
    margin: 0 auto;
}
    .home-section44 > .vc_col-sm-12 .titles-s4 h3::before {
    content: '';
    width: 32px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/16.svg);
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
}


article.single-post2 {
    background: #F5F5F5;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    position: relative;
    max-width: 650px;
    padding-top: 0;
    padding-bottom: 5px;
}

.col-md-3.post-thumbnail3 {
    width: 180px;
}

.post-details3.col-md-9 {
    width: calc(100%  - 180px);
}

h3.post-name3 a {
    margin: 0;
    color: #32505B;
    font-weight: 600;
    font-size: 24px;
    max-width: 550px;
    display: block;
    line-height: 34px;
}

h3.post-name3 {
    margin-top: 15px;
}

.post-excerpt3 p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0 !important;
}

p.button-blog3 a {
    font-weight: 600;
    color: #32505B;
    font-size: 16px;
}
.col-md-12.post-thumbnail4 a {
    display: block;
    box-shadow: 0 2px 8px rgb(13 223 191 / 50%);
    width: 50px;
    height: 50px;
    border: 1px solid rgb(13 223 191 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgb(13 223 191 / 50%);
    margin-bottom: 25px !important;
    background: #fff;
}

.col-md-12.post-thumbnail4 a svg {
    height: 44px;
}

span.post-date44::before {
    content: '\f073 ';
    font-family: fontawesome;
    font-weight: 400;
    display: inline-block;
    margin-right: 5px;
}

span.post-tags-list {
    position: absolute;
    top: 0;
    right: 15px;
}

.post-details4.col-md-12 {
    position: static;
    padding-top: 10px;
}

p.button-blog22 a {
    font-weight: 600;
    font-size: 14px;
    color: #111;
}

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

span.post-tags-list a:hover {
    background: #ee3b2b;
}

p.button-blog22 {
    margin: 0;
}
p.button-blog3 a i {
    margin-left: 5px;
    position: relative;
    top: 1px;
}

p.button-blog3 {
    margin: 0 !important;
    padding-top: 10px;
}

.post-excerpt3 {
    padding-right: 0;
}

span.post-date2 {
    position: absolute;
    right: 0;
    top: 0;
    background: #32505B;
    color: #fff;
    padding: 5px 25px;
    border-radius: 0 10px 0 10px;
    font-weight: 600;
    font-size: 16px;
}

.post-details3.col-md-12 {
    position: static;
    padding-left: 30px;
}

.blog-posts3 {
    margin-bottom: 35px;
}

.awwards-l3 {
    position: absolute;
    top: -70px;
    left: 0;
    background: #207683;
    display: inline-block;
    max-width: 275px;
    padding: 25px 30px 25px;
    border-radius: 10px;
}

.awwards-l3 p {
    color: #fff;
    line-height: 24px;
}

.awwards-l3 h5 {font-size: 24px;color: #fff;padding-left: 74px;position: relative;font-weight: 300;margin-bottom: 15px;line-height: 28px;}

 .awwards-l3 h5::before {
    content: '';
    width: 62px;
    height: 84px;
    display: inline-block;
    background-image: url(../images/36.svg);
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
}
.home-section7 .vc_col-sm-6:last-child img {
    border-radius: 10px;
}



.home-blog {
    background: #F5F6F7;
}
.home-blog > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 75px 0 90px;
}

.home-blog > .vc_col-sm-12 .titles-blog h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #E41F28;
    font-weight: 600;
    margin-top: -20px;
}

.home-blog > .vc_col-sm-12 .titles-blog h4 {
    font-size: 60px;
    line-height: 74px;
    color: #32505B;
    font-weight: 600;
}
.home-blog > .vc_col-sm-12 .titles-blog h3::before {
    content: '';
    width: 32px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/16.svg);
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
}
span.post-date4 {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #207683;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

p.subtitlu {
    max-width: 600px;
    margin: 5px auto 50px !important;
    text-align: center;
    color: #686868;
    font-weight: 600;
}

.col-md-12.post-thumbnail4 {
    position: static;
    max-height: 300px;
    overflow: hidden;
}

.blog_custom4 {
    position: relative;
    background: #fff;
    BORDER: 1px solid #ccc;
    padding: 30px 30px 25px;
    border-radius: 10px;
    box-shadow: 6px 6px 7px #9f9f9f;
    margin-bottom: 30px;
}

.col-md-12.post-thumbnail4 img {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.col-md-12.post-thumbnail4 img {
    border-radius: 0;
    max-height: 300px;
    width: 100%;
    object-fit: cover;
}

h3.post-name4 a {
      font-size: 18px;
      margin: 15px 0 10px;
      font-weight: 600;
      line-height: 26px;
      color: #111;
}

.blog-posts4 {
    margin-top: 30px;
}

span.post-date4 strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

span.post-tags-list a {
    display: block;
    margin-top: 15px;
    font-weight: 400;
    padding: 5px 15px;
    background: #207683;
    border-radius: 100px;
    font-size: 14px;
    color: #ffff;
}

h3.post-name4 {
    margin-top: 5px;
    min-height: 62px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-excerpt4 p {
    line-height: 26px;
    font-weight: 400;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


.home-contact > .vc_col-sm-12 {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
    padding: 100px 0 75px;
}

.home-contact > .vc_col-sm-12 .titles-contact h3 {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #e5727b;
    font-weight: 600;
    margin-top: -20px;
}

.home-contact > .vc_col-sm-12 .titles-contact h4 {
    font-size: 60px;
    line-height: 74px;
    color: #32505B;
    font-weight: 600;
}
.home-contact > .vc_col-sm-12 .titles-contact h3::before {
    content: '';
    width: 32px;
    height: 31px;
    display: inline-block;
    background-image: url(../images/16.svg);
    background-size: contain;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.home-contact > .vc_col-sm-12 p {
    margin-bottom: 0;
}

.home-contact > .vc_col-sm-12 p strong {
    display: block;
    margin-top: 20px;
}

p.telp {
    display: block;
    margin-top: 10px;
}

p.officep {
    margin-bottom: 20px !important;
    font-weight: 300;
}

.social-f1 a {
    display: inline-block;
    background: #207683;
    line-height: 50px;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    margin-right: 10px;
}

p.mailp a {
    color: #111;
    font-weight: 300;
}

p.mailp a::before {
    content: "\f0e0";
    font-family: "Font Awesome 6 Free";
    margin-right: 8px;
    position: relative;
    top: 1px;
}

p.telp a {
    color: #111;
    font-weight: 300;
}

ol.breadcrumb {background: transparent;}
p.telp a::before {
    content: "\f095";
    font-family: "Font Awesome 6 Free";
    margin-right: 8px;
    position: relative;
    top: 1px;
}

p.officep::before {
    content: "\f017";
    font-family: "Font Awesome 6 Free";
    margin-right: 8px;
    position: relative;
    top: 1px;
}

.titles-contact {
    margin-bottom: 15px !important;
}

.wpcf7-form .wpcf7-submit::after {
    content: "\f178";
    font-family: "Font Awesome 5 Pro";
    margin-left: 15px;
    position: relative;
    top: 1px;
}
.footer-top {
    padding: 60px 0 40px;
}

.footer-div-parent  .container {
    border-top: 1px solid rgb(204 204 204 / 15%);
}



footer .footer-top .menu .menu-item:last-child a::after {
    display: none;
}

footer .footer-top .menu .menu-item:last-child a {
    padding-right: 30px;
}

.col-md-meniu > div {
    display: block;
    margin: 10px 0;
}

.col-md-meniu > div a {
    color: #ccc;
    font-size: 15px;
    font-weight: 400;
}

.col-md-meniu > div a i {
    font-weight: 400;
    opacity: 1;
    margin-right: 12px;
    position: relative;
    top: 1px;
    width: 20px;
    text-align: center;
}
.footer-top-item-location {
    display: block !important;
    width: 100%;
}

.footer-top-item-location a {
    display: inline-block;
}

.col-md-4.sid1 p {
    text-align: left;
    color: rgb(255 255 255 / 50%);
    font-size: 16px;
    padding: 0 30px;
    font-weight: 200;
    margin: 0;
}

.col-md-4.sid2 p {
    color: rgb(255 255 255 / 50%);
    font-size: 16px;
    font-weight: 200;
    margin: 0;
}

.col-md-4.sid3 ul {
    list-style: none;
    padding: 0;
    text-align: right;
    margin: 0;
}

.col-md-4.sid3 ul li {
    display: inline-block;
}
.btn-crypto-btn a:hover {
    background-color: #e5727b;
}

.col-md-4.sid3 ul li a {
    padding: 0 20px;
    border-right: 1px solid;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #ccc;
}

.col-md-4.sid3 ul li:last-child a {
    border-right: 0;
    padding-right: 0;
}
.btn-crypto-btn a:hover {
    opacity: .9;
}

.btn-crypto-btn {
    padding-top: 8px;
    padding-bottom: 8px;
}

a.btn-style1:hover, a.btn-style2:hover {
    background: #e5727b;
    color: #fff;
    border-color: #e5727b;
}

.social-f1 a:hover {
    background: #E41F28;
    color: #fff;
}

.col-md-4.sid3 ul li a:hover {
    color: #fff;
}

.col-md-meniu > div a:hover {
    color: #E41F28;
}

@media(max-width: 1600px) {
    .container {
        width: 1170px;
    }
    .home-section3 > .vc_col-sm-12 {
        max-width: 1170px;
        padding-top: 100px;
        padding-bottom: 50px;
    }

    .home-section3 > .vc_col-sm-12 h4 {
        font-size: 42px;
        line-height: 52px;
    }

    p {
        font-size: 16px;
        line-height: 24px;
    }

    .home-section4 > .vc_col-sm-12 .titles-s4 h4 {
        font-size: 42px;
        line-height: 52px;
    }

    .box-service {
        padding: 15px;
    }

    .box-service-link a {
        height: 242px;
    }

    .home-section5 > .vc_col-sm-12 .titles-s4 h4 {
        font-size: 42px;
        line-height: 52px;
    }

    .home-section5 > .vc_col-sm-12 {
        max-width: 1270px;
    }
    .home-section6 > .vc_col-sm-12 {
        max-width: 1270px;
        padding-top: 65px;
        padding-bottom: 55px;
    }
    .member-box h3 + p {
        min-height: 48px;
    }

    .home-section6 > .vc_col-sm-12 .titles-s6 h4 {
        font-size: 42px;
        line-height: 52px;
    }
    .home-section5 > .vc_col-sm-12 {
        padding-bottom: 40px;
    }

    .member-box {
        margin-bottom: 30px !important;
    }
    h3.post-name2 a {
        font-size: 20px;
    }

    .post-excerpt2 p {
        font-size: 16px;
        line-height: 24px;
    }
    .home-section4 > div {
        padding-bottom: 15px;
        margin-bottom: 65px;
    }
    .home-section7 > .vc_col-sm-12 {
        max-width: 1270px;
        padding-top: 130px;
    }
    .home-section7 > .vc_col-sm-12 .titles-s7 h4 {
        font-size: 42px;
        line-height: 52px;
    }
    .post-excerpt3 p {
        font-size: 16px;
        line-height: 24px;
    }

    h3.post-name3 a {
        font-size: 20px;
        max-width: 450px;
    }
    .home-blog > .vc_col-sm-12 {
        max-width: 1170px;
        padding-top: 130px;
    }
    .home-blog > .vc_col-sm-12 .titles-blog h4 {
        font-size: 42px;
        line-height: 52px;
    }
    .home-contact > .vc_col-sm-12 {
        max-width: 1170px;
        padding-top: 130px;
    }
    .home-contact > .vc_col-sm-12 .titles-contact h4 {
        font-size: 42px;
        line-height: 52px;
    }
}


@media (min-width:767px) and (max-width:1024px) {
      .container {
        WIDTH: 100%;
    }

    div#navbar {
        width: 100%;
        text-align: center;
    }

    .header2 .menu.nav-effect.nav-menu {
        text-align: center;
    }
    .vc_row, .vc_section {
        margin: 0 !important;
    }

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

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

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

    .btn-crypto-btn a {
        line-height: 45px;
    }

    .home-section1 > .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section1 > .vc_col-sm-12 {
        padding: 15px 0;
    }

    .bbtn-style1 a.btn-style1 {
        margin-bottom: 15px;
    }

    .fig1 {
        opacity: .3;
    }

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

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

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

    .home-section3 > .vc_col-sm-12 .vc_col-sm-6:last-child .vc_column-inner {
        padding: 30px 15px;
    }

    .leading-provider ul li {
        width: 100%;
    }

    .leading-provider {
        margin-bottom: 0 !important;
    }

    .home-section4 > div {
        padding: 30px 0 !important;
    }

    .home-section4 > .vc_col-sm-12 .titles-s4 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section44 > .vc_col-sm-12 .titles-s4 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section44 > div {
        padding: 30px 0;
    }

    .home-blog > .vc_col-sm-12 .titles-s4 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-blog > .vc_col-sm-12 {
        padding: 15px 0;
    }

    .blog_custom4 {
        margin-bottom: 30px;
    }

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

    .home-contact > .vc_col-sm-12 {
        padding: 40px 0;
    }

    .home-contact > .vc_col-sm-12 p a {
        font-size: 14px;
    }

    .home-contact > .vc_col-sm-12 > div {
        padding: 0 !important;
    }

    .itexclusiv-contact {
        padding: 15px;
    }

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

    .col-md-4.sid3 ul {
        text-align: center;
        padding-top: 15px;
    }

    .home-section3 > .vc_col-sm-12 > div {
        padding: 0 !important;
    }
    .navbar-header {
        padding: 0 15px;
        WIDTH: 100% !IMPORTANT;
        text-align: center;
    }

}


@media(max-width: 767px) {
  

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

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

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

    #navbar .menu-item > a {
        line-height: 50px;
        border-bottom: 1px solid rgb(204 204 204 / 30%);
        text-align: center;
        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;
        width: 100%;
    }

    .logo img, .navbar-header .logo img {
        max-width: 203px;
    }
    .container {
        WIDTH: 100%;
    }

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

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

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

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

    .btn-crypto-btn a {
        line-height: 45px;
    }

    .home-section1 > .vc_col-sm-12 h3 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section1 > .vc_col-sm-12 {
        padding: 15px 0;
    }

    .bbtn-style1 a.btn-style1 {
        margin-bottom: 15px;
    }

    .fig1 {
        opacity: .3;
    }

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

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

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

    .home-section3 > .vc_col-sm-12 .vc_col-sm-6:last-child .vc_column-inner {
        padding: 30px 15px;
    }

    .leading-provider ul li {
        width: 100%;
    }

    .leading-provider {
        margin-bottom: 0 !important;
    }

    .home-section4 > div {
        padding: 30px 0 !important;
    }

    .home-section4 > .vc_col-sm-12 .titles-s4 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section44 > .vc_col-sm-12 .titles-s4 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-section44 > div {
        padding: 30px 0;
    }

    .home-blog > .vc_col-sm-12 .titles-s4 h4 {
        font-size: 32px;
        line-height: 42px;
    }

    .home-blog > .vc_col-sm-12 {
        padding: 15px 0;
    }

    .blog_custom4 {
        margin-bottom: 30px;
    }

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

    .home-contact > .vc_col-sm-12 {
        padding: 40px 0;
    }

    .home-contact > .vc_col-sm-12 p a {
        font-size: 14px;
    }

    .home-contact > .vc_col-sm-12 > div {
        padding: 0 !important;
    }

    .itexclusiv-contact {
        padding: 15px;
    }

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

    .col-md-4.sid3 ul {
        text-align: center;
        padding-top: 15px;
    }

    .home-section3 > .vc_col-sm-12 > div {
        padding: 0 !important;
    }
    .navbar-header {
        padding: 0 15px;
        WIDTH: 100% !IMPORTANT;
    }
}