 /*
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;
}
.case-studies-row {
    background-size: cover;
    background-position: center;
}

.logo img, .navbar-header .logo img {
 max-width: 169px;
 width: 100%;
}
:root {
    scroll-behavior: inherit;
    --nm-clr-pr-1: #057DD1;
    --nm-clr-pr-2: #005aff;
    --nm-clr-pr-3: #DC3DF1;
    --nm-clr-sd-1: #dddd;
    --nm-clr-sd-3: #3558FE;
    --nm-clr-h-1: #090b28;
    --nm-clr-p-1: #b5b5b5;
    --nm-clr-black-1: #171619;
    --nm-clr-black-2: #111111;
    --nm-clr-black-3: #282828;
    --nm-clr-black-4: #1a1a1a;
    --nm-clr-gd-1: linear-gradient(62deg, rgb(9, 229, 255) 0%, rgb(8, 35, 242) 100%);
    --nm-clr-gd-3: linear-gradient(130deg, rgb(220, 62, 240) 21%, rgb(53, 88, 254) 58%, rgb(75, 175, 255) 100%);
    --nm-cube-1: 
cubic-bezier(0.55, 0.085, 0, 0.99);
    --nm-font-3: "Mona Sans", sans-serif;
    --nm-clr-h-4: #0A0A0A;
}


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

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

body {
    color: #111;
    background-color: #fff;
    font-family: 'Outfit', Arial;
}
.fig1 img {
    max-width: 50px !important;
}
p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #567472;
}
a:hover, a:focus {
    color: unset;
}
.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #fff;
}
ol.breadcrumb li a {
    color: #fff;
}
ol.breadcrumb li {
    color: #fff !important;
    line-height: 1;
    font-size: 16px;
}

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

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

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

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

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

.gallery_image4 ul.wpb_image_grid_ul li img:hover {
    opacity: .9;
}
/* 2. STYLE HEADERS */
header .navbar-toggle {
    margin: 11px 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: #567472  !important;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    color: #fff;
}
body .navbar-default .navbar-toggle span {
    font-weight: bold;
    font-size: 14px;
    /* text-transform: uppercase; */
    display: inline-block;
    margin-right: 4px;
    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: #567472 !important;
    }


   

}

body.is_header_semitransparent #navbar .current_page_item > a {
    color: #5e7279;
    
}
.navbar-default {
    border: 0;
    margin-bottom: 0px;
    background: transparent;
    border-radius: 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: center;font-size: 17px;}
#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: #ccc;
}
div#navbar {
    text-align: left;
    padding: 0px;
    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: transparent;
    /* 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: #567472 !important;
    display: block;
    font-size: 12px;
    padding: 3px 13px;
    background: #EAF8F7 !important;
    border: 1px solid #567472;
    border-radius: 10px;
}
#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: 12px 0;
    text-align: left;
}
.menu .item {
    display: inline-block;
}


.navbar-nav > li > a:hover {
    text-decoration: none;
}
nav {
    background: #2f383d;
}
.menu .menu-item {
    display: b;
    position: relative;
}

.navbar-header .logo > a:hover,
.navbar-header .logo > a {
    color: #000000;
}
/*  16. ---  FRAMEWORK-HEADER 2   ---  */
.header2 .menu.nav-effect.nav-menu {
    width: auto;
    display: block;
    margin: 0 !important;
    text-align: center;
}
.header2 .no-menu {
    margin: 34px 0;
}
body:not(.sticky) .header2 .navbar-header .img-logo {
    margin: 10px 0;
    text-align: left;
    position: relative;
    z-index: 9;
}
body.sticky .header2 .navbar-header .img-logo img {
    /* max-width: 130px; */
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 3;
    /* margin: 20px 12px 12px 0; */
}

.is_header_semitransparent .navbar-default .container div#navbar {
    margin: 0;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0 auto !important;
    vertical-align: top;
        margin-bottom: -1px !important;
}
.is_header_semitransparent .navbar-default .container {
    padding:  0;
    text-align: center;
}
.is_header_semitransparent .navbar-default {
    background-color: transparent !important;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
#navbar .menu-item > a {
    display: block;
    line-height: 95px;
    padding: 0px 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out 0s;
    font-family: 'Outfit', Arial;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #567472;
    text-transform: capitalize;
}
.navbar-header-top h1.logo {
    margin: 25px 0;
    position: relative;
    text-align: left;
    display: inline-block;
}

.sticky nav#sweetthemes-main-head {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    border-radius: 0;
    background: #fff !important;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    /* padding-top: 10px; */
}
.is_header_semitransparent.sticky .navbar-default .navbar-ceragem {
    background: none !important;
}
.is_header_semitransparent.sticky img.sticky {
    position: relative;
    bottom: 5px;
}
.header-infos ul.social-links li {
    display: inline-block;
}
.header-infos ul.social-links {
    list-style-type: none;
    padding: 0;
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 0;
}
.header-infos ul.social-links li {
    display: inline-block;
    padding: 0 5px;
}
/* 3. STYLE FOOTER */
footer .textwidget p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 24px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    max-width: 290px;
    margin: 0 auto !important;
}
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: #fff;
}
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: 26px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 800;
    text-align: left;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    font-family: 'Outfit', ARIAL;
    FONT-WEIGHT: 600;
    COLOR: #fff!important;
}
footer .footer-top .menu .menu-item a {
    font-size: 14px;
    line-height: 20px;
    color: #ccc !important;
    opacity: 1;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    padding: 5px 0;
    text-align: left;
    padding-right: 5px;
}
footer .footer-top .menu .menu-item:hover a {
    color: #fff;
}

.footer-details {
    padding-top: 0px;
    text-align: center;
}
.footer-details p span {
    display: inline-block;
    /* padding-left: 25px; */
    color: #fff;
}
.footer-details p {
    margin-bottom: 15px !important;
}
.footer-details i {
    padding-right: 10px;
    position: absolute;
    top: 5px;
    color: #23ABEF;
}
aside#media_image-3 {
    TEXT-ALIGN: CENTER;
}
aside#media_image-3 img {
    padding-top: 10px;
}
footer .footer-top .menu .menu-item a:hover {
    color: #23ABEF !important;
}
 footer .widget_nav_menu li, footer .widget_recent_entries li {
    margin-bottom: 1px;
    position: relative;
}
.footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
ul.social-links {
    padding: 0;
    list-style: none;
}
ul.social-links li {
    display: inline-block;
    padding: 0 20px 0 0px;
}
ul.social-links li a {
    font-size: 24px;
    color: #ff8a8b;
}
.read-more-continut h1, .read-more-continut h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 25px 0;
}

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

footer .widget {
    clear: both;
    margin-bottom: 20px;
}
footer .footer .container {
    padding: 20px 15px !important;
}
.footer-row-1 .sidebar-1 img {
    margin-bottom: 5px;
    max-width: 300px !important;
}
p.copyright {
    color: #B8B8B8;
    /* font-size: 14px; */
    /* line-height: 24px; */
    margin: 0;
    font-weight: 400;
    font-family: 'Outfit', Arial;
}
p.copyright a {
    color: #23ABEF;
    font-weight: 400;
}

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

footer {
    /* background-color: #000; */
    /* clear: both; */
    /* background-image: url(../images/footer-bg.jpg); */
    /* background-size: cover; */
    /* background-position: bottom; */
}

/* 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: #567472;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: "Outfit", Arial;border-radius: 100px;}

.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: #111;
}
.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: 15px;width: 100%;outline: none;font-family: Outfit;margin: 5px 0 20px;font-weight: 400;border: 1px solid #567472;}
.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: #567472;
}
.itexclusiv-contact input::-moz-placeholder { /* Firefox 19+ */
  color: #567472;
}
.itexclusiv-contact input:-ms-input-placeholder { /* IE 10+ */
  color: #567472;
}
.itexclusiv-contact input:-moz-placeholder { /* Firefox 18- */
  color: #567472;
}

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

div.pp_default .pp_top, div.pp_default .pp_bottom, div.pp_default .pp_content_container .pp_left, div.pp_default .pp_content_container .pp_right {
    background: none!important;
}
.pp_bottom,
.pp_top {
    display: none !important;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 !important;
}
span.wpcf7-not-valid-tip {
    font-size: 14px;
    padding-top: 5px;
}

.header-title-breadcrumb-overlay h1 {
    font-size: 46px;
    line-height: 62px;
    color: #fff;
    font-weight: 900;
    margin: 0 !important;
    display: inline-block;
    position: relative;
    padding: 0;
    /* font-family: arial; */
    /* text-transform: uppercase; */
}


.header-title-breadcrumb-overlay {
    background: #151d24;
    padding: 220px 0 80px;
    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: #567472;
    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: 'Outfit', Arial;
     color: #567472;
}



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

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

body.home header.header2 {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 40;
    top: 40px;
}

.home-section1 {
    /* height: 100vh; */
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-position: center;
    padding-top: 200px;
}

.home-section1 > div {
    max-width: 1270px;
    margin: 0 auto;
    float: none;
}

body #navbar ul:not(.sub-menu) > .current_page_item:not(.contact-li) > a {
    font-weight: 700;
}

@media(min-width: 1300px) {
    header .contact-li a {
        background: #567472;
        color: #fff  !important;
        line-height: 40px !important;
        margin: 27px 30px;
        font-weight: 700 !important;
        padding: 0 30px !important;
        border-radius: 100px;
        font-size: 18px !important;
    }
    

    header  .contact-li {
        position: relative;
        /* margin-left: 15px; */
    }
}
@media(min-width: 1600px) {
    .container {
        width: 1570px;
    }
}
@media (min-width:1270px) and (max-width:1600px) {
    .container {
        width: 1270px;
    }
}
.home-section1 > div h1 {
    font-size: 60px;
    line-height: 82px;
    text-align: center;
    font-weight: 300;
    color: #567472;
    /* max-width: 900px; */
    margin: 0 auto 40px;
}

a.btn-style1 {
    background: #567472;
    line-height: 50px;
    height: 50px;
    color: #fff;
    display: inline-block;
    padding: 0 60px;
    font-size: 22px;
    border-radius: 100px;
    font-weight: 400;
    margin-top: 50px;
}

.fig1::before {
    content: '';
    width: 2px;
    height: 70px;
    display: block;
    background: #567472;
    margin: 0 auto;
    opacity: .6;
}

.fig1::after {
    content: '';
    width: 2px;
    height: 70px;
    display: block;
    background: #567472;
    margin: 0 auto;
    opacity: .6;
}

.navbar-header.col-md-3.col-sm-2 {
    width: 300px;
}
.home-section2 {
    background: #567472;
    text-align: center;
}
.home-section2 > div {
    max-width: 1570px;
    margin: 0 auto;
    float: none;
    padding: 50px 0;
}

.home-section2 > div h3 {
    font-size: 52px;
    color: #D1EFED;
    font-weight: 300;
    margin-top: 15px;
    line-height: 52px;
}

.home-section3 > div {
    max-width: 1570px;
    margin: 0 auto;
    float: none;
    padding: 50px 0 90px;
}

.home-section3 > div .title-space h3 {
    text-align: center;
    font-size: 52px;
    line-height: 52px;
    font-weight: 700;
    color: #567472;
    margin-bottom: 60px !important;
}

.home-section3 {
    background-size: cover;
    background-color: #D1EFED;
    background-position: top !important;
}

.home-section3 > div .vc_col-sm-3 img {
    height: 120px;
    transition: all 300ms ease;
}

.home-section3 > div .vc_col-sm-3 > div > div {
    background: #FFFFFF;
    border: 1px solid #567472;
    border-radius: 20px;
    max-width: 320px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    position: relative;
    transition: all 300ms ease;
}

.home-section3 > div .vc_col-sm-3 > div > div h3 {
    font-size: 28px;
    font-weight: 800;
    line-height: 36px;
    color: #567472;
    min-height: 130px;
    position: relative;
    transition: all 300ms ease;
}

.home-section3 > div .vc_col-sm-3 > div > div ul {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
    min-height: 275px;
}

.home-section3 > div .vc_col-sm-3 > div > div ul li:not(:last-child)::after {
    content: '';
    width: 6px;
    height: 6px;
    background: #567472;
    display: block;
    margin: 5px auto 0;
    border-radius: 100px;
}

.home-section3 > div .vc_col-sm-3 > div > div ul li {
    color: #567472;
    margin-bottom: 10px;
    transition: all 300ms ease;
}

.home-section3 > div .vc_col-sm-3 > div > div h3::after {
    content: '';
    width: 100px;
    height: 1px;
    display: block;
    text-align: center;
    margin: 20px  auto;
    background: #567472;
    position: absolute;
    bottom: -15px;
    right: 0;
    left: 0;
}

.home-section3 > div .vc_col-sm-3 > div > div .wpb_raw_code {
    margin: 0 !important;
    position: absolute;
    bottom: 15px;
    right: 15px;
}

.home-section3 > div .vc_col-sm-3 > div > div .wpb_raw_code i.far.fa-chevron-right {
    background: #567472;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100px;
    color: #fff;
    font-weight: 600;
    transition: all 300ms ease;
}

.home-section2 > div p {
    color: #fff;
    /* font-size: 20px; */
    /* line-height: 34px; */
}

.testimonial01_item > div {
    background: #fff;
    padding: 30px;
    text-align: left;
    box-shadow: 0 5px 25px rgb(17 17 17 / 10%);
    border-radius: 20px;
    min-height: 250px;
    display: flex;
    align-items: center;
}

.testimonial01_item {
    padding: 30px;
}

.testimonials-container-3 {
    margin-bottom: 80px !important;
}

.testimonial01_item > div p {
    font-size: 16px;
    line-height: 29px;
}


.testimonials-container-3 button.slick-prev.slick-arrow, .testimonials-container-3 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;
    width: 40px;
    height: 40px;
    background: #567472;
    text-align: center;
    line-height: 41px;
    border-radius: 100px;
    font-size: 13px;
    color: transparent;
    cursor: pointer;
}

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

.testimonials-container-3 button.slick-prev.slick-arrow::before {
    content: '\f104';
}

.testimonials-container-3 button.slick-next.slick-arrow::before {
    content: '\f105';
}

.footer-top {
    background: #587673;
    padding: 160px 0 130px;
}

.col-md-12.footer-row-1 > .row {
    display: flex;
    align-items: center;
}

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

.social-f a {
    color: #86E9E5;
    font-size: 30px !important;
}

footer .footer-top .widget-title::after {
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 0 auto;
}

ul.gdpr-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.gdpr-links li {
    display: inline-block;
    color: #fff;
}

ul.gdpr-links li a {
    color: #B8B8B8;
    display: inline-block;
    margin-right: 10px;
}

ul.gdpr-links li:first-child a::after {
    content: '\f7d4';
    font-family: 'Font Awesome 5 Free';
    margin-left: 15px;
}
.home-section2-services h3 {
    margin-bottom: 30px;
}

.home-section2-services p {
    max-width: 800px;
    margin: 0 auto;
}
.services-page-s1 {
    background-size: cover;
    background-color: #D1EFED;
    background-position: top !important;
}
.services-page-s1 > div {
    max-width: 1570px;
    margin: 0 auto;
    float: none;
    padding: 50px 0 90px;
}
.t11 {
    background: #fff;
    padding: 30px;
    text-align: left;
    box-shadow: 0 5px 25px rgb(17 17 17 / 10%);
    border-radius: 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.t22 {
    background: rgb(86 116 114 / 90%);
    padding: 40px 30px;
    border-radius: 20px;
}

.t22 p {
    color: #fff;
    text-align: justify;
}
header.header2 {
    min-height: 95px;
}
.home-section2-services img {
    /* filter: brightness(0) invert(1); */
    width: 80px;
    height: 80px;
    /* opacity: .6; */
}

.home-section2-services .wpb_single_image {
    margin-bottom: 0 !important;
    margin-top: 30px;
}
.t33 {
    max-width: 800px;
    margin: 0 auto;
    background: #D1EFED;
    padding: 30px;
    text-align: left;
    border-radius: 20px;
    border: 1px solid #567472;
}

.t33 li {margin-bottom: 20px;padding-left: 40px;position: relative;text-align: justify;}

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

.t33 ul li::before {
    content: '\f00c';
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 18px;
    color: #567472;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    text-align: center;
    line-height: 30px;
}

.t33 li strong {
    color: #fff;
}

.t33 h3 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #567472;
    margin-bottom: 30px;
    margin-top: 0;
}

.t11 p {
    text-align: justify;
}

.human-row > div {
    max-width: 1570px;
    margin: 0 auto;
    float: none;
    padding: 50px 0 0;
}
#navbar .menu-item.menu-item-has-children > a::after {
    content: "\f107";
    font-family: fontawesome;
    position: relative;
    opacity: 1;
    display: inline-block;
    margin: 0 auto;
    top: 2px;
    padding: 0 0px 0 7px;
}

.case-row  .case-header {
    background: #4f6f69;
    color: white;
    padding: 10px;
    font-weight: bold;
}

/* Section */
.case-row  .case {
    display: flex;
    border: 1px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.case-row  .left {
    width: 30%;
    background: #c6ddd9;
    padding: 15px;
    font-weight: bold;
}

.case-row  .left p {
    margin: 10px 0;
}

.case-row  .right {
    width: 70%;
    padding: 15px;
}

.case-row  .right p {
    margin: 5px 0 0px 0;
}

.case-row  ul {
    margin: 5px 0 0px 20px;
    padding: 0 20px;
}

.case-row  li {
    margin-bottom: 5px;
}

/* Checkmark style */
.case-row  .checklist li::before {
    content: "✔ ";
    color: #4f6f69;
    font-weight: bold;
}

.case-row .feedback {
    font-style: italic;
    color: #333;
}
.case-row > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none;
}

ul.checklist {
    list-style: none;
    padding: 0;
}
.science-block {
    max-width: 960px;
    margin: 0 auto;
    margin-bottom: 35px !important;
    box-shadow: 0 5px 25px rgb(17 17 17 / 10%);
    border-radius: 20px;
    overflow: hidden;
    background: #fff;
}

.science-block h3 {
    background: #587673;
    color: var(--cs-white);
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

.science-block ul{
    list-style: none;
    padding: 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.science-block ul li {
    /* display: flex; */
    /* align-items: flex-start; */
    gap: 8px;
    font-size: 16px;
    line-height: 1.55;
    position: relative;
    color: #567472;
    padding-left: 20px;
}

.science-block li::before {
    content: '\f00c';
    color: var(--cs-check-color);
    font-weight: 700;
    font-size: 13px;
    margin-top: 2px;
    flex-shrink: 0;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: 0;
}
.science-row1 {
    padding: 60px 0;
    background-size: cover;
    background-position: center;
}
.science-block ul li a {
    color: #567472;
    font-weight: bold;
}
.reach-text {
    max-width: 960px;
    margin: 80px  auto 80px !important;
    box-shadow: 0 5px 25px rgb(17 17 17 / 10%);
    border-radius: 20px;
    overflow: hidden;
    padding: 60px 30px;
}
.reach-text h3 {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #567472;
    margin-bottom: 30px;
    margin-top: 0;
}
.wpcf7-acceptance {
    display: block;
    margin: 20px 0 !important;
}
.latest-row1 {
    padding: 0;
    background-size: cover;
    background-position: center;
}
.wpcf7-acceptance * {
    font-weight: 400;
}
.home-section3 > div .vc_col-sm-3 > div > div:hover {
    background: #567472;
}

.home-section3 > div .vc_col-sm-3 > div > div:hover img {
    filter: brightness(0) invert(1);
}

.home-section3 > div .vc_col-sm-3 > div > div:hover h3 {
    color: #fff;
}

.home-section3 > div .vc_col-sm-3 > div > div:hover h3::after {
    background: #fff;
}

.home-section3 > div .vc_col-sm-3 > div > div:hover ul li {
    color: #fff;
}

.home-section3 > div .vc_col-sm-3 > div > div:hover ul li:not(:last-child)::after {
    background: #fff;
}

.home-section3 > div .vc_col-sm-3 > div > div:hover .wpb_raw_code i.far.fa-chevron-right {
    background: #fff;
    color: #567472;
}
.gdpr-container > div {
    max-width: 1270px;
    margin: 0 auto !important;
    float: none !important;
    padding-top: 50px;
}







.page1 {
    width: 680px;
    min-height: 960px;
    background: #fff;
    position: relative;
    padding: 80px 50px 90px 50px;
    box-shadow: 0 5px 25px rgb(17 17 17 / 10%);
    margin: 0px auto 50px;
    border-radius: 20px;
  }

  /* Corner images */
  .page1 .corner {
    position: absolute;
    width: 40px;
  }
    .page1 .corner img { width: 100%; display: block; }

    .page1 .corner-tl {top: -5px;left: 9px;transform: rotate(39deg);}
    .page1 .corner-tr {top: -5px;right: 13px;transform: rotate(133deg);}
    .page1 .corner-bl {bottom: -5px;left: 12px;transform: rotate(-49deg);}
    .page1 .corner-br {bottom: -3px;right: 12px;transform: rotate(-140deg);}

  /* Date */
    .page1 .date {
    text-align: right;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #567472;
    letter-spacing: 0.06em;
    margin-bottom: 44px;
  }

  /* Salutation */
   .page1  .salutation {
    font-family: 'Outfit', sans-serif;
    font-size: 20px;
    color: #567472;
    margin-bottom: 0;
    font-weight: 500;
  }

  /* Body paragraphs */
    .page1.body-text {
    color: #567472;
    font-size: 15px;
    line-height: 1.85;
    font-weight: 300;
  }

    .page1 .body-text p {
    margin-bottom: 22px;
    text-align: justify;
    hyphens: auto;
  }

    .page1 .body-text p:last-child {
    margin-bottom: 0;
  }

  /* Sign-off */
    .page1 .signoff {
    margin-top: 50px;
    text-align: right;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #567472;
    line-height: 24px;
  }



@media(max-width: 1600px) {
    #navbar .menu-item > a {
        padding: 0 10px;
    }
   
    .home-section2 > div {
        max-width: 1270px;
    }
    .home-section3 > div {
        max-width: 1270px;
    }
    .home-section2 > div p {
        /* font-size: 18px; */
        /* line-height: 29px; */
    }

    .home-section2 > div h3 {
        font-size: 56px;
        line-height: 62px;
    }
    .home-section3 > div .vc_col-sm-3 > div > div {
        padding: 20px;
    }
}


@media (min-width: 1600px) and (max-width: 1270px) {
    .container {
        width: 1270px;
    }

    .footer-top > .container {
        width: 1170px;
    }
}


@media (min-width: 767px) and (max-width: 1024px) {
       body:not(.sticky) .header2 .navbar-header .img-logo {
        margin: 0;
        display: block;
        text-align: center;
    }

    header.header2 {
        position: static !important;
        padding: 10px 0;
    }

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

    .home-section1 > div h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .home-section1 {
        padding: 20px 0;
    }

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

    a.btn-style1 {
        margin-top: 0;
        font-size: 16px;
        padding: 0 30px;
    }

    .home-section2 > div h3 {
        font-size: 32px;
        line-height: 42px;
        margin-top: 0;
    }

    .home-section2 > div {
        padding: 15px 0;
    }

    .home-section2 > div p {
        font-size: 16px;
        line-height: 26px;
    }

    .home-section3 > div .title-space h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px !important;
    }

    .home-section3 > div .vc_col-sm-3 > div > div h3 {
        font-size: 18px;
        line-height: 24px;
        min-height: unset;
    }

    .home-section3 > div .vc_col-sm-3 > div > div h3::after {position: static;}

    .home-section3 > div .vc_col-sm-3 > div > div {
        margin-bottom: 30px;
    }

    .home-section3 > div .vc_col-sm-3 > div > div ul {
        min-height: unset;
    }

    .testimonial01_item {
        oad: ;
    }

    .title-space {
        margin-bottom: 0px !important;
    }

    .home-section3 > div {
        padding-bottom: 30px;
        padding-top: 0;
    }

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

    .footer-row-1 .sidebar-1 img {
        max-width: 260px !important;
    }

    ul.gdpr-links li {
        font-size: 14px;
    }

    p.copyright {
        font-size: 14px !important;
        text-align: center;
    }

    footer .footer-top .widget-title {
        font-size: 18px;
    }
    .services-page-s1 > div {
        padding: 0;
    }

    .t11 p {
        text-align: left;
    }

    .t33 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .t33 {
        padding: 20px 15px;
    }

    .t11 {
        padding: 10px;
    }
    .col-md-4.sidebar-3 {
        padding-top: 20px;
    }
    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }

    div#tw {
        width: 100% !important;
    }
    .cs-page-wrapper {
        padding: 10px 0 !important;
    }
    .tw-hdr {
        gap: 10px !important;
    }
    .science-row1 {
        padding-top: 0px;
    }
    .reach-text {
        padding: 30px 15px;
    }
    .footer-div-parent {
        text-align: center;
    }

    aside#media_image-2 {
        text-align: center;
    }
    .reach-text {
        margin-top: 0 !important;
    }
    div#navbar {
        width: 100%;
    }

    #navbar .menu-item > a {
        font-size: 14px;
    }

    .home-section3 > div .vc_col-sm-3 {
        width: 50% !important;
    }

    .home-section3 > div .vc_row-fluid {
        display: flex;
        flex-flow: row wrap;
    }

}

@media(max-width: 767px) {
   
    header nav ul {
        display: block;
        width: 100%;
    }
    #navbar .sub-menu {
        position: relative;
        width: 100%;
        left: 0;
        padding: 0;
        text-align: center;
        opacity: 1;
        visibility: visible;
        display: none;
        max-width: 100%;
        border: 0;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        /* padding: 10px 0; */
    }
    #navbar .sub-menu .menu-item > a {
        padding: 10px 15px !important;
        font-size: 14px !important;
        border-color: rgb(204 204 204 / 30%);
        padding: 10px 30px !important;
        border: 0;
        text-align: left;
    }
    #navbar .menu-item > a {
        line-height: 50px;
        border-bottom: 1px solid rgb(204 204 204 / 30%);
        text-align: left;
        padding: 0 15px;
        color: #000;
        width: 100%;
        display: block;
        max-width: 100%;
    }
    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: 150px;
    }
    .navbar-header {
        padding: 0 15px;
    }
    .col-md-12.footer-row-1 > .row {
        display: block;
    }
    body:not(.sticky) .header2 .navbar-header .img-logo {
        margin: 0;
        display: inline-block;
    }

    header.header2 {
        position: static !important;
        padding: 10px 0;
    }

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

    .home-section1 > div h1 {
        font-size: 24px;
        line-height: 32px;
    }

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

    .home-section1 {
        padding: 20px 0;
    }

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

    a.btn-style1 {
        margin-top: 0;
        font-size: 16px;
        padding: 0 30px;
    }

    .home-section2 > div h3 {
        font-size: 32px;
        line-height: 42px;
        margin-top: 0;
    }

    .home-section2 > div {
        padding: 15px 0;
    }

    .home-section2 > div p {
        font-size: 16px;
        line-height: 26px;
    }

    .home-section3 > div .title-space h3 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px !important;
    }

    .home-section3 > div .vc_col-sm-3 > div > div h3 {
        font-size: 18px;
        line-height: 24px;
        min-height: unset;
    }

    .home-section3 > div .vc_col-sm-3 > div > div h3::after {position: static;}

    .home-section3 > div .vc_col-sm-3 > div > div {
        margin-bottom: 30px;
    }

    .home-section3 > div .vc_col-sm-3 > div > div ul {
        min-height: unset;
    }

    .testimonial01_item {
        oad: ;
    }

    .title-space {
        margin-bottom: 0px !important;
    }

    .home-section3 > div {
        padding-bottom: 30px;
        padding-top: 0;
    }

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

    .footer-row-1 .sidebar-1 img {
        max-width: 260px !important;
    }

    ul.gdpr-links li {
        font-size: 14px;
    }

    p.copyright {
        font-size: 14px !important;
        text-align: center;
    }

    footer .footer-top .widget-title {
        font-size: 18px;
    }
    .services-page-s1 > div {
        padding: 0;
    }

    .t11 p {
        text-align: left;
    }

    .t33 h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .t33 {
        padding: 20px 15px;
    }

    .t11 {
        padding: 10px;
    }
    .col-md-4.sidebar-3 {
        padding-top: 20px;
    }
    #navbar .menu-item.menu-item-has-children > a::after {
        display: none;
    }

    div#tw {
        width: 100% !important;
    }
    .cs-page-wrapper {
        padding: 10px 0 !important;
    }
    .tw-hdr {
        gap: 10px !important;
    }
    .science-row1 {
        padding-top: 0px;
    }
    .reach-text {
        padding: 30px 15px;
    }
    .footer-div-parent {
        text-align: center;
    }

    aside#media_image-2 {
        text-align: center;
    }
    .reach-text {
        margin-top: 0 !important;
    }
    .page1 {
        width: 100%;
        padding: 80px 15px;
    }
    .human-row {
        padding-bottom: 30px;
    }
}