@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Quicksand:wght@300..700&display=swap');

body,
html {
    position: relative;
    margin: 0;
    padding: 0;
}

* {
    outline: none;
    box-sizing: border-box;
}

body {
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #232223;
    position: relative;
    background-color: #232323;
    /* padding-top: 135px; */
}

body.fixer {}

body.is-stuck {
    overflow: hidden;
    position: fixed;
}

p {
    margin: 0 0 30px 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    margin: 0;
    padding: 0;
    line-height: 1 !important;
}

.owl-carousel a[href]:not([href^="http"]):not([href^="/"]):not([href^="#"]) {
    pointer-events: none;
}

.container-fluid {
    display: block;
    clear: both;
    width: calc(100% - 80px);
    max-width: 1550px;
    margin: 0 auto;
}

.container {
    display: block;
    clear: both;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.container.narrow {
    display: block;
    clear: both;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.container.narrow2 {
    display: block;
    clear: both;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.container.narrow3 {
    display: block;
    clear: both;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.container.narrow2 {
    display: block;
    clear: both;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.clear {
    display: block;
    clear: both;
    width: 100%;
    max-width: 1400px;
}

#top {
    float: left;
    width: 100%;
    background-color: #2F52E0;
    padding: 0 0;
    text-align: center;
    height: 35px;
}

#top p {
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 35px;
}

#header {
    float: left;
    width: 100%;
    background-color: #232223;
    padding: 0 0;
    height: 120px;
    text-align: center;
}
body.home #header {background-color: transparent;}
body.home .up.show-header #header {background-color:#232223;}

.up {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 135px;
    float: left;
    transition: 300ms ease all;
}


.hide-header {
    opacity: 0;
    margin-top: -135px !important;
    transition: all 0.5s ease;
}

.show-header {
    opacity: 1;
    margin-top: 0px !important;
    transition: all 0.5s ease;
}

section {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 100px 0;
    height: auto;
    text-align: left;
}

#header ul {
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
}

#header ul li {
    float: left;
    width: auto;
    list-style: none;
    line-height: 120px;
}

#header ul li a {
    float: left;
    width: auto;
    line-height: 120px;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    padding: 0 20px;
    transition: 300ms ease all;
}

#team {
    padding: 100px 0 50px;
}

#news_events {
    padding: 100px 0 75px;
}

#news_events .owl-carousel .owl-dots.disabled {
    display: block !important;
}

#header ul li:last-child > a {
    border: 2px solid #2F52E0;
    border-radius: 30px;
    line-height: 1;
    padding: 12px 35px;
    position: relative;
    top: 38px;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

#header ul li.current_page_item > a,
#header ul li:hover > a {
    color: rgba(255, 255, 255, 1);
}

#header ul li:last-child:hover > a {
    border: 2px solid #2F52E0;
    background-color: #2F52E0;
    color: #fff;
}

#header .logo img {
    height: 40px;
    margin: 35px 0 0;
    float: left;
}

#footer {
    float: left;
    width: 100%;
    background-color: #232223;
    padding: 100px 0 50px;
    height: auto;
    text-align: center;
}

#footer .footer-logo img {
    height: 60px;
    margin: 0 0 0;
    float: left;
}

#events {
    padding: 75px 0;
    background-color: #f6f6f6;
}

#events .owl-item {
    padding: 30px;
    background-color: #fff;
    transition: 300ms ease all;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    min-height: 150px;
}

#events .owl-carousel .owl-stage-outer {
    height: calc(100% + 30px);
    margin: -15px;
    padding: 15px;
    width: calc(100% + 30px);
}

#events .owl-carousel {}

#events .owl-item h5 {
    color: #2F52E0;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 15px;
    float: left;
    width: 100%;
    text-transform: none;
}

#events .owl-item h5 a {
    color: #2F52E0;
    margin: 0 0 0 0;
    text-decoration: none;
}

#events .owl-item h4 {
    color: #232223;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-size: 18px;
    float: left;
    width: 100%;
    margin: 10px 0 7px;
}

#events .owl-item h4 a {
    color: #232223;
    margin: 0 0 0 0;
    text-decoration: none;
}

#events .owl-item p {
    color: #232223;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 15px;
    float: left;
    width: 100%;
    margin: 0 0;
    text-transform: none;
}

#events .owl-item p a {
    color: #232223;
    margin: 0 0 0 0;
    text-decoration: none;
}

#events .owl-stage-outer {
    padding: 20px;
}

#events .left {
    float: left;
    width: 20%;
    margin: 0 5% 0 0;
}

#events .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px !important;
}

#news_events .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px !important;
}

#events .right {
    float: left;
    width: 75%;
    margin: 0 0 0 0;
    padding: 0 20px 0 0;
}

#events h3 {
    color: #2F52E0;
    font-size: 59px;
    text-transform: uppercase;
    padding: 20px 0;
}

#footer p {
    color: #fff;
    text-decoration: none;
}

#footer p a {
    color: #fff;
    text-decoration: none;
}

.contact_details {
    float: right;
    text-align: left;
    color: #fff;
}

.contact_details .col_1 {
    float: left;
    margin: 0 100px 0 0;
}

.contact_details .col_2 {
    float: left;
    margin: 0 100px 0 0;
}

.contact_details .col_3 {
    float: left;
    margin: 0 0 0 0;
}

.banner_image_mobile {
    display: none;
}

#footer .copyright {
    display: block;
    clear: both;
    float: left;
    width: 100%;
    border-top: 1px solid #707070;
    margin: 75px 0 0;
    padding: 50px 0 0;
}

#footer .copyright p {
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

#footer .copyright ul {
    float: right;
    width: auto;
    margin: 0;
    padding: 0;
}

#footer .copyright ul li {
    float: left;
    width: auto;
    list-style: none;
    line-height: 1;
}

#footer .copyright ul li a {
    float: left;
    width: auto;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    padding: 0 0;
    margin: 0 0 0 20px;
    transition: 300ms ease all;
    font-size: 14px;
}

#contact {
    float: left;
    width: 100%;
    background-color: #2F52E0;
    padding: 75px 0;
    text-align: center;
    height: auto;
}

#contact h3 {
    font-size: 59px;
    color: #fff;
}

#contact p {
    margin: 20px 0 30px;
    color: #fff;
    text-align: center;
    font-size: 25px;
}

.link {
    color: #232223;
    font-weight: 600;
    text-decoration: underline;
    white-space: nowrap;
}

.btn,
.btn:visited {
    display: block;
    width: 100px;
    width: max-content;
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 30px;
    line-height: 1;
    padding: 12px 40px;
    font-weight: 400;
    text-decoration: none;
    margin: 0 auto;
    transition: 300ms ease all;
    appearance: none;
    cursor: pointer;
}

.btn:focus,
.btn:active,
.btn:hover {
    border-color: #2F52E0 !important;
    background-color: #2F52E0 !important;
    color: #fff !important;
}

#contact .btn:focus,
#contact .btn:active,
#contact .btn:hover {
    border-color: #fff !important;
    background-color: #fff !important;
    color: #2F52E0 !important;
}

.btn.btn-full,
.btn.btn-full:visited {
    color: #fff;
    border: 2px solid #2F52E0;
    background-color: #2F52E0;
}

.btn.btn-half,
.btn.btn-half:visited {
    color: #fff;
    border: 2px solid #2F52E0;
    background-color: transparent;
}

.post_content h1 {
    color: #232223;
    font-size: 82px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.post_content h2 {
    color: #232223;
    font-size: 45px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.post_content h3 {
    color: #232223;
    font-size: 40px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.post_content h4 {
    color: #232223;
    font-size: 35px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.post_content h5 {
    color: #232223;
    font-size: 30px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.post_content h6 {
    color: #232223;
    font-size: 25px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
}

.post_content p,
.post_content li {
    float: left;
    width: 100%;
    color: #232223;
    font-size: 18px;
}

.post_content p a {
    text-decoration: underline;
    color: #232223;
}

.post_content ul,
.post_content ol {
    margin: 0 0 30px 0;
    float: left;
    font-weight: 300;
    padding: 0 0 0 20px;
}

.post_content ul ul,
.post_content ol ol {
    margin: 30px 0 0px 0;
    padding: 0 0 0 20px;
    font-weight: 300;
}

.page-id-118 .post_content ul,
.page-id-118 .post_content ol {
    margin: 0px 0 0 0;
}

.wsp-container h2.wsp-posts-title {
    margin: 30px 0 30px 0 !important;
}

.page-id-118 .post_content ul ul,
.page-id-118 .post_content ol ol {
    margin: 0px 0 30px 0;
    padding: 0 0 0 0px;
    font-weight: 300;
    width: 100%;
}

.post_content p.date {
    color: #2F52E0;
    font-size: 18px;
    margin: 0 0 40px 0;
    font-weight: 500;
}

.post_content p.cats {
    color: #232223;
    font-size: 18px;
    margin: 0 0 30px 0;
    font-weight: 400;
}

.thumbnail img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}

#single-owl {
    float: left;
    width: 100%;
    margin: 0 0 30px 0;
}

#single-owl img {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 0 0;
}

.dots-right {
    background-image: url('img/dots-right.png') !important;
    background-repeat: no-repeat !important;
    background-size: 40% auto !important;
    background-position: right top !important;
}

.home #banner.dots-right,
.error404 #banner.dots-right {
    background-position: right bottom !important;
    background-image: url('img/dots-right-dark.png') !important;
    background-size: auto 500px !important;
}

.dots-left {
    background-image: url('img/dots-left.png') !important;
    background-repeat: no-repeat !important;
    background-size: 30% auto !important;
    background-position: left top !important;
}

.dots-left-dark {
    background-image: url('img/dots-left-dark-2.png'), url('img/dots-right-dark-2.png') !important;
    background-repeat: no-repeat, no-repeat !important;
    background-size: 30% auto, auto 100% !important;
    background-position: left top, 120% top !important;
}

.dots-right-dark {
    background-image: url('img/dots-right-dark.png') !important;
    background-repeat: no-repeat !important;
    background-size: 20% auto !important;
    background-position: right top !important;
}

.post_content {
    background-image: url('img/dots-left.png'), url('img/dots-right.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 20% auto, 30% auto;
    background-position: left 30%, right top;
}

#all {
    padding: 100px 0 50px;
}

.safari .wpcf7-list-item input {
    border: 1px solid #000 !important;
    opacity: 1 !important;
}

.contact_page {
    background-image: url('img/dots-left.png'), url('img/dots-right.png');
    background-repeat: no-repeat, no-repeat;
    background-size: 30% auto, 30% auto;
    background-position: left bottom, right top;
}

#related {
    background-color: #f2f2f2;
    padding: 100px 0;
    text-align: center;
}

#related.light_bg {
    background-color: #fff;
}

#related h3 {
    color: #232223;
    font-size: 59px;
    margin: 0 0 10px 0;
}

#related h6 {
    color: #2F52E0;
    font-size: 25px;
    margin: 0 0 50px 0;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
}

#related .owl-carousel {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#related .owl-carousel .item h4 a {
    color: #232223;
    font-size: 22px;
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    text-decoration: none;
    transition: 300ms ease all;
    float: left;
    width: 100%;
}

#related .owl-carousel .item p {
    color: #232223;
    font-size: 18px;
    margin: 0 0 0 0;
    line-height: 1.4;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    text-decoration: none;
    transition: 300ms ease all;
    float: left;
    width: 100%;
}

#related .owl-carousel .item .padding {
    padding: 30px 30px 0 30px;
}

#related .owl-carousel .item .padding h4 {
    max-width: 90%;
    margin: 0 auto;
}

.owl-theme .owl-dots .owl-dot span {
    background: rgba(47, 82, 224, 0.67) !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #2F52E0 !important;
}

#cta .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 255, 255, 0.27) !important;
}

#cta .owl-theme .owl-dots .owl-dot.active span {
    background: rgba(255, 255, 255, 1) !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 50px !important;
}

#single-owl .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px !important;
}

input[type="email"],
input[type="text"] {
    appearance: none;
    background-color: #F7F9FA;
    color: #232223;
    font-size: 18px;
    border: none;
    height: auto;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    font-family: "Quicksand", sans-serif;
    margin: 0 0 20px 0;
}

textarea {
    appearance: none;
    background-color: #F7F9FA;
    color: #232223;
    font-size: 18px;
    border: none;
    height: auto;
    float: left;
    width: 100%;
    padding: 20px;
    border-radius: 4px;
    font-family: "Quicksand", sans-serif;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #a7a7a7;
    opacity: 1;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #a7a7a7;
    opacity: 1;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #a7a7a7;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #a7a7a7;
    opacity: 1;
}

.wpcf7 form {
    float: left;
    width: 100%;
    padding: 50px 75px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
    position: relative;
}

.wpcf7 .row {
    float: left;
    width: 100%;
}

.wpcf7 .row .l {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
}

.wpcf7 .row .r {
    float: right;
    width: 48%;
    margin: 0 0 0 2%;
}

.video-trigger,
.video-playing {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.video-trigger video,
.video-playing video {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
}

.jaw_symbol {
    display: none !important;
}

.wpcf7 form .btn {
    float: left;
    margin: 30px 0 0 0;
    padding: 12px 40px;
}

.contact_page .left {
    float: left;
    width: 35%;
    margin: 0 5% 0 0;
    padding: 75px 0 0 0;
}

.contact_page .right {
    float: left;
    width: 60%;
    margin: 0 0 0 0;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-not-valid {
    border: 2px solid #2F52E0 !important;
}

.wpcf7 form.invalid:before {
    content: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgMTAuOTMgNS43MTktNS43MmMuMTQ2LS4xNDYuMzM5LS4yMTkuNTMxLS4yMTkuNDA0IDAgLjc1LjMyNC43NS43NDkgMCAuMTkzLS4wNzMuMzg1LS4yMTkuNTMybC01LjcyIDUuNzE5IDUuNzE5IDUuNzE5Yy4xNDcuMTQ3LjIyLjMzOS4yMi41MzEgMCAuNDI3LS4zNDkuNzUtLjc1Ljc1LS4xOTIgMC0uMzg1LS4wNzMtLjUzMS0uMjE5bC01LjcxOS01LjcxOS01LjcxOSA1LjcxOWMtLjE0Ni4xNDYtLjMzOS4yMTktLjUzMS4yMTktLjQwMSAwLS43NS0uMzIzLS43NS0uNzUgMC0uMTkyLjA3My0uMzg0LjIyLS41MzFsNS43MTktNS43MTktNS43Mi01LjcxOWMtLjE0Ni0uMTQ3LS4yMTktLjMzOS0uMjE5LS41MzIgMC0uNDI1LjM0Ni0uNzQ5Ljc1LS43NDkuMTkyIDAgLjM4NS4wNzMuNTMxLjIxOXoiLz48L3N2Zz4=");
    position: absolute;
    height: 40px;
    width: 40px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 1.00);
    right: 20px !important;
    top: 20px !important;
    color: #6B6D76 !important;
    font-size: 54px !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: transparent !important;
    cursor: pointer;
    opacity: 0.4;
}

.page-template-technology #content .btn.btn-half {
    color: #2F52E0;
    float: left;
}

#pum-342 video {
    float: left;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#pum-523 video {
    float: left;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#pum-355 video {
    float: left;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#pum-357 video {
    float: left;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

#pum-359 video {
    float: left;
    max-width: 100%;
    width: 100%;
    height: 100%;
}

body .pum-theme-137 .pum-content + .pum-close,
body .pum-theme-lightbox .pum-content + .pum-close {
    color: #fff !important;
}

#pum-523 .pum-content + .pum-close,
#pum-342 .pum-content + .pum-close,
#pum-355 .pum-content + .pum-close,
#pum-357 .pum-content + .pum-close,
#pum-359 .pum-content + .pum-close {
    color: #000 !important;
    font-size: 0px !important;
}

.pum-container .pum-content + .pum-close {
    min-width: 1px !important;
}

.pum-theme-lightbox .pum-content + .pum-close:before {
    content: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgMTAuOTMgNS43MTktNS43MmMuMTQ2LS4xNDYuMzM5LS4yMTkuNTMxLS4yMTkuNDA0IDAgLjc1LjMyNC43NS43NDkgMCAuMTkzLS4wNzMuMzg1LS4yMTkuNTMybC01LjcyIDUuNzE5IDUuNzE5IDUuNzE5Yy4xNDcuMTQ3LjIyLjMzOS4yMi41MzEgMCAuNDI3LS4zNDkuNzUtLjc1Ljc1LS4xOTIgMC0uMzg1LS4wNzMtLjUzMS0uMjE5bC01LjcxOS01LjcxOS01LjcxOSA1LjcxOWMtLjE0Ni4xNDYtLjMzOS4yMTktLjUzMS4yMTktLjQwMSAwLS43NS0uMzIzLS43NS0uNzUgMC0uMTkyLjA3My0uMzg0LjIyLS41MzFsNS43MTktNS43MTktNS43Mi01LjcxOWMtLjE0Ni0uMTQ3LS4yMTktLjMzOS0uMjE5LS41MzIgMC0uNDI1LjM0Ni0uNzQ5Ljc1LS43NDkuMTkyIDAgLjM4NS4wNzMuNTMxLjIxOXoiLz48L3N2Zz4=");
    position: absolute;
    height: 40px;
    width: 40px;
    left: -10px;
    top: -15px;
    opacity: 0.4;
}

.pum-content .wpcf7 form.sent:before {
    content: none;
}

.wpcf7 form.sent:before {
    content: url("data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTIgMTAuOTMgNS43MTktNS43MmMuMTQ2LS4xNDYuMzM5LS4yMTkuNTMxLS4yMTkuNDA0IDAgLjc1LjMyNC43NS43NDkgMCAuMTkzLS4wNzMuMzg1LS4yMTkuNTMybC01LjcyIDUuNzE5IDUuNzE5IDUuNzE5Yy4xNDcuMTQ3LjIyLjMzOS4yMi41MzEgMCAuNDI3LS4zNDkuNzUtLjc1Ljc1LS4xOTIgMC0uMzg1LS4wNzMtLjUzMS0uMjE5bC01LjcxOS01LjcxOS01LjcxOSA1LjcxOWMtLjE0Ni4xNDYtLjMzOS4yMTktLjUzMS4yMTktLjQwMSAwLS43NS0uMzIzLS43NS0uNzUgMC0uMTkyLjA3My0uMzg0LjIyLS41MzFsNS43MTktNS43MTktNS43Mi01LjcxOWMtLjE0Ni0uMTQ3LS4yMTktLjMzOS0uMjE5LS41MzIgMC0uNDI1LjM0Ni0uNzQ5Ljc1LS43NDkuMTkyIDAgLjM4NS4wNzMuNTMxLjIxOXoiLz48L3N2Zz4=");
    position: absolute;
    height: 40px;
    width: 40px;
    left: auto;
    right: -13px;
    bottom: auto;
    top: -13px;
    padding: 0px;
    color: #ffffff;
    font-family: Arial;
    font-weight: 100;
    font-size: 24px;
    line-height: 24px;
    border: 2px solid #ffffff;
    border-radius: 26px;
    box-shadow: 0px 0px 15px 1px rgba(2, 2, 2, 0.75);
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.23);
    background-color: rgba(0, 0, 0, 1.00);
    right: 20px !important;
    top: 20px !important;
    color: #6B6D76 !important;
    font-size: 54px !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: transparent !important;
    cursor: pointer;
    opacity: 0.4;
}

.wpcf7 form.sent .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 20px !important;
    border: none !important;
    position: absolute !important;
    background: #fff !important;
    top: 50% !important;
    left: 0 !important;
    height: auto;
    width: 100% !important;
    text-align: center !important;
    font-size: 19px;
    color: #A7A7A7;
}

.wpcf7 form.sent .wpcf7-response-output:before {
    content: 'THANK YOU';
    position: absolute;
    top: -67px;
    color: #2F52E0;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    left: 0;
    width: 100%;
    font-weight: 700;
}

.wpcf7 form.invalid .wpcf7-response-output {
    margin: 0 !important;
    padding: 0 20px !important;
    border: none !important;
    position: absolute !important;
    background: #fff !important;
    top: 50% !important;
    left: 0 !important;
    height: auto;
    width: 100% !important;
    text-align: center !important;
    font-size: 19px;
    color: #A7A7A7;
}

.wpcf7 form.invalid,
.wpcf7 form.sent {
    height: 300px;
    margin-top: 75px;
}

.wpcf7 form.invalid .wpcf7-response-output:before {
    content: 'SORRY';
    position: absolute;
    top: -67px;
    color: #2F52E0;
    font-size: 50px;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
    left: 0;
    width: 100%;
    font-weight: 700;
}

.wpcf7 form.sent .row,
.wpcf7 form.sent h1,
.wpcf7 form.sent h6,
.pum-content .wpcf7 form.sent h1,
.pum-content .wpcf7 form.sent h6,
.wpcf7 form.sent .btn {
    opacity: 0;
}

.wpcf7 form.invalid .row,
.pum-content .wpcf7 form.invalid h1,
.pum-content .wpcf7 form.invalid h6,
.wpcf7 form.invalid .btn {
    opacity: 0;
}

.pum-content .wpcf7 form.invalid:before {
    content: none;
}

.contact_page h1 {
    color: #232223;
    font-size: 94px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-align: center;
}

.contact_page h6 {
    color: #2F52E0;
    font-size: 25px;
    margin: 0 0 75px 0;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    text-align: center;
}

.pum-content h1 {
    color: #2F52E0;
    font-size: 57px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    text-align: center;
}

.pum-content h6 {
    color: #232223;
    font-size: 22px;
    margin: 0 0 50px 0;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    text-align: center;
}

.pum-content .wpcf7 form {
    float: left;
    width: 100%;
    padding: 50px;
    box-shadow: none;
    position: relative;
}

.pum-theme-137,
.pum-theme-lightbox {
    background-color: rgba(0, 0, 0, 0.80) !important;
}

.pum-content .wpcf7 form .btn {
    float: none;
    margin: 0 auto;
    padding: 12px 40px;
    position: relative;
    top: 20px;
}

.pum-theme-137 .pum-container,
.pum-theme-lightbox .pum-container {
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

.pum-theme-137 .pum-content + .pum-close,
.pum-theme-lightbox .pum-content + .pum-close {
    right: 10px !important;
    top: 20px !important;
    color: #6B6D76 !important;
    font-size: 54px !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    background-color: transparent !important;
}

.contact_page .left p {
    color: #2F52E0;
    font-size: 25px;
    margin: 0 0 30px 0;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    text-align: left;
}

.contact_page .left a {
    text-decoration: none;
    color: #2F52E0;
}

#banner {
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home #banner {
    background-color: #232223;
    padding: 100px 0 150px;
}
.page-template-home #banner {
    background-color: #232223;
    padding: 100px 0 150px;
}

.home #banner .left {
    float: left;
    width: 100%;
    margin: 0 5% 0 0;
	text-align: center;
}

.home #banner .right {
    float: right;
    width: 35%;
    margin: 0 0 0 0;
}
.page-template-home #banner .left {
    float: left;
    width: 60%;
    margin: 0 5% 0 0;
}

.page-template-home #banner .right {
    float: right;
    width: 35%;
    margin: 0 0 0 0;
}

#banner:after {
    max-width: 100%;
    width: 95%;
    height: auto;
}
.page-template-home #banner .right img {
    max-width: 100%;
    width: 95%;
    height: auto;
}

.error404 #banner {
    background-color: #232223;
}

.error404 #banner .left {
    float: left;
    width: 60%;
    margin: 0 5% 0 0;
}

.error404 #banner .right {
    float: right;
    width: 35%;
    margin: 0 0 0 0;
}

.error404 #banner .right img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

#banner:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(79, 78, 79, 0.90);
    mix-blend-mode: multiply;
}

.home #banner:after,
.error404 #banner:after {
    content: none;
}

#banner .container {
    z-index: 1;
    position: relative;
}

#banner h1 {
    color: #fff;
    text-align: center;
    font-size: 95px;
    margin: 0 0 30px 0;
    line-height: 1;
}

.page-template-about #banner h1 {
    color: #fff;
    text-align: center;
    font-size: 95px;
    margin: 0 auto 30px auto;
    line-height: 1;
    max-width: 80%;
}

.home #banner h1 {
    color: #fff;
    text-align: left;
    font-size: 100px;
    margin: 30px 0 30px 0;
    text-transform: uppercase;
    font-weight: 600;
    width: 620px;
    max-width: 100%;
    line-height: 1;
}

.error404 #banner h1 {
    color: #fff;
    text-align: left;
    font-size: 112px;
    margin: 0 0 30px 0;
    text-transform: uppercase;
    font-weight: 600;
}

#banner p {
    color: #BCED09;
    text-align: center;
    font-size: 30px;
    margin: 0 0 0 0;
    line-height: 1.4;
}

.home #banner p {
    color: #BCED09;
    text-align: left;
    font-size: 28px;
    margin: 0 0 0 0;
    line-height: 1.2;
    width: 730px;
    max-width: 100%;
}

.home #banner .btn {
    float: left;
    margin: 30px 0 0 0;
    background-color: #232323;
}

#testimonials {
    background-color: #BCED09;
    text-align: center;
    padding: 75px 0;
}

#testimonials .item p {
    color: #232223;
    font-size: 35px;
    font-weight: 600;
}

#testimonials .item h4 {
    color: #232223;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    margin: 0 0 10px 0;
    font-weight: 500;
}

#testimonials .item h5 {
    color: #232223;
    font-size: 18px;
    font-family: "Quicksand", sans-serif;
    margin: 0 0 0 0;
    font-weight: 300;
    line-height: 1.4;
}

#testimonials .owl-theme .owl-dots .owl-dot span {
    background: rgba(35, 34, 35, 0.67) !important;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span,
#testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #232223 !important;
}

#events .owl-theme .owl-dots .owl-dot span {
    background: #D3D3D3 !important;
}

#events .owl-theme .owl-dots .owl-dot.active span,
#events .owl-theme .owl-dots .owl-dot:hover span {
    background: #7B7A7B !important;
}

#news_events .owl-theme .owl-dots .owl-dot span {
    background: #D3D3D3 !important;
}

#news_events .owl-theme .owl-dots .owl-dot.active span,
#news_events .owl-theme .owl-dots .owl-dot:hover span {
    background: #7B7A7B !important;
}

#surgeons {
    background-color: #e9e9e9;
    padding: 100px 0;
    text-align: center;
}

#surgeons .owl-item {
    transition: 300ms ease all;
    box-shadow: none;
}

#surgeons .owl-item.active.center {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

#surgeons h3 {
    color: #232223;
    font-size: 59px;
    margin: 0 0 60px 0;
}

#surgeons .item {
    padding: 50px;
    background-color: #fff;
}

#surgeons .owl-stage-outer {
    padding: 125px 0;
}

#surgeons .item p {
    color: #4E4E4E;
    font-size: 18px;
}

#surgeons .item h4 {
    color: #4E4E4E;
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    margin: 0 0 5px 0;
    font-weight: 500;
}

#surgeons .item h5 {
    color: #4E4E4E;
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    margin: 0 0 0 0;
    font-weight: 300;
}

#surgeons .item img {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    margin: 0 auto 20px auto;
}

#logos {
    background-color: #f9f9fa;
    padding: 50px 0;
}

#logos .item {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 130px;
    padding: 15px;
}

#logos .item .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    width: 100%;
    height: 100px;
}

#logos .owl-carousel .owl-stage-outer {
    padding: 30px 0;
}

#logos .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 20px !important;
}

#awards {
    background-color: #232223;
}

#awards h3 {
    font-size: 59px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

#awards .awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 0 0;
}

#awards .awards .award-item {
    display: block;
    margin: 0;
    padding: 0;
    width: calc(100% / 4);
    border-right: 5px dotted rgba(255, 255, 255, 0.75);
}

#awards .awards .award-item .numbers {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: 100%;
}

#awards .awards .award-item .numbers .big {
    display: block;
    margin: 0 0 30px 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 200px;
    font-weight: 700;
    color: #BCED09;
    font-family: 'Oswald', sans-serif;
    line-height: 1;
}

#awards .awards .award-item .numbers .label {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    font-size: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -1px;
}

#awards .awards .award-item:last-of-type {
    border: 0;
}

.team.directors {
    background-color: #ededed;
}

.team ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.team ul li {
    width: 200px;
    margin: 50px;
    display: inline-block;
    vertical-align: top;
}

.team ul li .outer {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.team ul li .thumbnail {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 30px auto;
}

.team ul li h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 25px;
    margin: 0 0 15px 0;
    font-weight: 600;
    line-height: 1.2;
}

.team ul li h5 {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 15px 0;
    font-weight: 300;
}

.team h3 {
    font-size: 59px;
    color: #232223;
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

.team .owl-carousel {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 150%;
    left: -25%;
    position: relative;
}

.team .item {
    text-align: center;
}

.team .item .thumbnail {
    height: 105px;
    width: 105px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px auto;
}

.team .item h4 {
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    margin: 0 0 0px 0;
    font-weight: 600;
    text-align: center;
}

.team .item h5 {
    font-family: 'Quicksand', sans-serif;
    font-size: 8px;
    line-height: 1.4;
    margin: 0 0 5px 0;
    font-weight: 300;
}

.team .owl-carousel {
    display: none !important;
}

.team .owl-carousel .owl-stage-outer {
    padding: 75px 0 150px;
}

.team .item .li {
    width: 15px !important;
    height: 15px !important;
    margin: 0 auto;
}

.team .item .text {
    display: none;
}

.team .owl-carousel .active.center .text {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
}

.team .owl-carousel .active.center {
    -webkit-transform: scale(2);
    transform: scale(2);
    transform-origin: center;
    z-index: 10;
}

#news_events {
    background-color: #232223;
    padding: 50px 0;
    text-align: center;
    overflow: hidden;
}

#news_events .owl-carousel {
    width: 110%;
    left: -5%;
    position: relative;
}

#news_events .owl-item {
    transition: 300ms ease all;
    box-shadow: none;
}

#news_events .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    padding: 25px 0 260px;
}

#news_events .owl-carousel .active.center {
    -webkit-transform: scale(2);
    transform: scale(2);
    transform-origin: center;
    z-index: 10;
}

#news_events .owl-carousel .padding {
    display: none;
}

#news_events .owl-carousel .padding p {
    font-size: 10px;
}

#news_events .owl-carousel .active.center .padding {
    display: block;
    position: absolute;
    top: 100%;
    width: calc(100% - 20px);
    padding: 0 0;
}

#news_events .owl-carousel .active.center .padding h4 a {
    color: #fff;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-family: "Quicksand", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    text-decoration: none;
}

#news_events .owl-carousel .active.center .padding .link {
    color: #fff;
}

#news_events .owl-carousel .medium {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    transform-origin: center;
    z-index: 5;
}

#news_events h3 {
    color: #fff;
    font-size: 94px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

#news_events .item {
    padding: 10px;
    background-color: #232223;
}

#news_events .owl-stage-outer {
    padding: 100px 0;
}

#news_events .item p {
    color: #fff;
    font-size: 18px;
}

#news_events .item h4 {
    color: #fff;
    font-size: 23px;
    font-family: "Quicksand", sans-serif;
    margin: 0 0 10px 0;
    font-weight: 600;
    line-height: 0.7 !important;
}

#news_events .item h5 {
    color: #fff;
    font-size: 15px;
    font-family: "Quicksand", sans-serif;
    margin: 0 0 0 0;
    font-weight: 300;
}

#news_events .item .news-bg {
    width: 100%;
    height: auto;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    margin: 0 auto 0 auto;
    position: relative;
    aspect-ratio: 1.8 / 1;
    cursor: pointer;
}

#news_events .item .news-bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: 300ms ease all;
}

#news_events .owl-carousel .active.center .news-bg:after {
    background-color: rgba(0, 0, 0, 0);
}

#news_events .owl-carousel .medium .news-bg:after {
    background-color: rgba(0, 0, 0, 0.3);
}

.content {
    background-color: #fff;
    padding: 100px 0;
    text-align: center;
}

.content.dark {
    background-color: #363637;
}

.content.dark2 {
    background-color: #232223;
}

.content h3 {
    color: #232223;
    font-size: 59px;
    margin: 0 0 10px 0;
}

.content h3.buffer {
    color: #232223;
    font-size: 59px;
    margin: 0 0 50px 0;
}

.page-template-about #related h3.buffer {
    margin: 0 0 50px 0;
}


.content.dark h3,
.content.dark2 h3 {
    color: #fff;
}

.content h6 {
    color: #2F52E0;
    text-align: center;
    font-size: 25px;
    margin: 0 0 50px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
    line-height: 1.4;
}

.home .content h6 {
    color: #BCED09;
}

.home #content_2.content h6 {
    margin: 0 0 30px 0;
}

.home #content_2 {
    padding: 100px 0 30px;
}
.home #blue-banner  { position: relative; overflow: hidden; background: url('https://visievision.com/wp-content/uploads/2025/03/placeholder-blue-banner.png'); background-repeat: no-repeat; background-size: cover; background-position: center;}
.home #blue-banner #background-video { 
  width: 100vw;
   height: 100%;
   object-fit: cover;
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
}
.home #blue-banner .container div { max-width:525px; margin: 0 auto;}
.home #blue-banner h3 { color:white; text-decoration: none; text-transform: uppercase; position: relative; z-index: 100;}
.home #blue-banner h6 { color:white; text-decoration: none; margin: 0 auto; display: block; width:100%; position: relative; z-index: 100;}
.home #blue-banner a { color:white; text-decoration: none;}
.home #blue-banner p { margin: 0;}
.content .left {
    float: left;
    width: 55%;
    margin: 0 5% 0 0;
    padding: 0 0 0 0;
}

.content .right {
    float: left;
    width: 40%;
    margin: 0 0 0 0;
    text-align: left;
}

.page-template-about .content {
    background-color: #f9f9fa;
}

.page-template-about .content .left {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
    padding: 0 0 0 0;
    text-align: left;
}

.page-template-about .content .left .btn.btn-half {
    color: #2F52E0;
    float: left;
}

.page-template-technology #content_2 .btn.btn-half {
    color: #2F52E0;
    margin-top: 30px;
}

.page-template-about #related .btn.btn-half {
    color: #2F52E0;
    margin-top: 50px;
}

.page-template-about .content .right {
    float: left;
    width: 48%;
    margin: 0 0 0 2%;
    text-align: left;
}

.home .content .left {
    float: left;
    width: 40%;
    margin: 0 5% 0 0;
    padding: 0 0 0 0;
    text-align: left;
}

.home .content .right {
    float: left;
    width: 55%;
    margin: 0 0 0 0;
    text-align: left;
}

.home .content.dark2 .left {
    float: left;
    width: 48%;
    margin: 0 2% 0 0;
    padding: 0 0 0 0;
    text-align: left;
}

.home .content.dark2 .right {
    float: left;
    width: 48%;
    margin: 0 0 2% 0;
    text-align: left;
}

.home .content .right .btn {
    float: left;
}

.home .content.dark2 .left .btn {
    float: left;
    margin-top: 30px;
}

.content div.purple {
    margin: 0;
    color: #fff;
    padding: 30px 10px;
}

.home #content_2.content p {
    font-size: 18px;
    color: #fff;
}

.content div.purple h4 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 20px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

.content .right p {
    font-size: 18px;
}

.home .content .right p {
    font-size: 18px;
    color: #fff;
}

.home .content.dark2 p {
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 18px;
}

.content .right ul {
    margin: 0 0 30px 31px;
    padding: 0;
}

.content .right li {
    font-size: 18px;
    margin: 0 0 15px 0;
    font-weight: 300;
}

.home .content .left li {
    font-size: 18px;
    margin: 0 0 5px 0;
    color: #fff;
    font-weight: 300;
    list-style: none;
    position: relative;
}

.home #content_2.content .left li {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 300;
    list-style: none;
    position: relative;
}

.home .content .left li:before {
    content: '';
    position: absolute;
    left: -29px;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #BCED09;
    margin-top: -2px;
    border-radius: 50%;
}

.home .content .right li {
    font-size: 18px;
    margin: 0 0 5px 0;
    color: #fff;
    font-weight: 300;
    list-style: none;
    position: relative;
}

.content .right li {
    list-style: none;
    position: relative;
}

.home #content_2.content .right li {
    font-size: 20px;
    margin: 0 0 15px 0;
    color: #fff;
    font-weight: 300;
    list-style: none;
    position: relative;
}

.home .content .right li:before,
.content .right li:before {
    content: '';
    position: absolute;
    left: -29px;
    top: 50%;
    height: 6px;
    width: 6px;
    background-color: #BCED09;
    margin-top: -2px;
    border-radius: 50%;
}

.content img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

div.video {
    float: left;
    position: relative;
    width: 100%;
}

div.video:after {
    content: '';
    background-image: url('img/play.svg');
    background-size: 50px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 75px;
    width: 66px;
    background-position: center;
    transform: translate(-50%, -50%);
}

div.video.video-playing:after {
    content: none;
}

#cta {
    background-color: transparent;
    padding: 0 0 0 0;
    text-align: center;
}

#cta img {
    width: 125px;
    height: auto;
    margin: 0 auto 30px auto;
}

#cta h5 {
    font-size: 50px;
    margin: 0 0 30px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: #A154F4;
}

#cta h5.red {
    color: #F00859;
}

#cta h5.orange {
    color: #FF4A1C;
}

#table {
    background-color: #fcfcfc;
    padding: 100px 0;
    text-align: center;
}

#table h3 {
    color: #232223;
    font-size: 59px;
    margin: 0 0 10px 0;
}

#table h6 {
    color: #2F52E0;
    text-align: center;
    font-size: 25px;
    margin: 0 0 50px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
}

#table h5 {
    color: #232223;
    text-align: center;
    font-size: 24px;
    margin: 20px 0 20px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
}

#table h5.visie {
    color: #232223;
    text-align: center;
    font-size: 24px;
    margin: 20px 0 20px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    background-image: url(img/table-visie.svg);
    background-repeat: no-repeat;
    background-size: auto 18px;
    background-position: center top;
    text-indent: -9999999px;
}

#table p {
    color: #232223;
    text-align: center;
    font-size: 17px;
    margin: 0 0 0 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 300;
}

#table table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
}

#table table th {
    background-color: rgba(225, 225, 225, 0);
    padding: 30px;
    width: 33.3%;
}

#table small {
    float: right;
    margin: 75px 0 0 0;
}

#table table th img {
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 10px 60px;
    background: #fff;
}

#table table th:nth-of-type(2) {
    background-color: #BCED09;
    padding: 30px;
    width: 33.3%;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#table table td {
    background-color: rgba(225, 226, 228, 0.3);
    padding: 15px;
    width: 33.3%;
}

#table table tr:nth-of-type(even) td {
    background-color: rgba(196, 197, 200, 0.3);
}

#table table tr:nth-of-type(odd) td:nth-of-type(2) {
    background-color: #e3f497;
}

#table table tr:nth-of-type(even) td:nth-of-type(2) {
    background-color: #dcf27e
}

#table table tr:first-child td:first-child {
    border-radius: 0px;
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
}

#table table tr:last-child td:nth-of-type(2) {
    position: relative;
}

#table table tr:last-child td:nth-of-type(2):after {
    content: '';
    position: absolute;
    height: 30px;
    width: 100%;
    left: 0;
    top: 100%;
    background-color: #BCED09;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#table table tr:first-child td:last-child {
    border-radius: 0px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
}

#table table tr:last-child td:first-child {
    border-radius: 0px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}

#table table tr:last-child td:last-child {
    border-radius: 0px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}

.page-template-technology #content_2 .video {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
}

.page-template-technology #content_2 img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.page-template-technology #content_2 h5 {
    font-size: 50px;
    margin: 20px 0 20px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: #A154F4;
}

.page-template-technology #content_2 h5.red {
    color: #F00859;
}

.page-template-technology #content_2 h5.orange {
    color: #FF4A1C;
}

.page-template-technology #content_3 {
    background-color: #f9f9fa;
    padding: 100px 0;
    text-align: center;
}

.page-template-technology #content_3 img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

#all h3 {
    color: #232223;
    font-size: 59px;
    margin: 0 0 50px 0;
}

article h5 {
    color: #2F52E0;
    font-size: 15px !important;
    margin: 0 0 20px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
}

article h4 {
    color: #232223;
    font-size: 24px !important;
    margin: 0 0 20px 0;
    font-family: "Quicksand", sans-serif;
    font-weight: 600 !important;
    text-transform: uppercase;
    line-height: 1.2 !important;
}

article h4 a {
    color: #232223;
    text-decoration: none;
}

article .btn {
    color: #2F52E0 !important;
    margin: 0;
}

article {
    padding: 0 0 50px 0;
    margin: 0 0 50px 0;
    border-bottom: 1px solid rgba(35, 35, 35, 0.3);
}

article:last-child {
    border-bottom: none;
}

.navigation {
    width: 100%;
}

.navigation ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.navigation ul li {
    list-style: none;
    float: left;
    margin: 0 10px 0 0;
}

.navigation ul li a {
    color: #094856;
    text-decoration: none;
    font-size: 18px;
}

#all .search-form label {
    display: inline !important;
    line-height: none !important;
}

#all input[type="search"] {
    border: none;
    appearance: none;
    background-color: #F7F9FA;
    padding: 15px 15px 15px 35px;
    width: 100%;
    background-image: url('img/search.png');
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 19px auto;
    font-family: 'Arial' !important;
    font-size: 14px !important;
    line-height: normal !important;
}

#all input[type="submit"] {
    display: none;
}

#all .left {
    float: left;
    width: 78%;
    margin: 0 5% 0 0;
}

#all .right {
    float: left;
    width: 17%;
    margin: 0 0 0 0;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 30px;
    background-color: #fff;
}

#all .right > li {
    list-style: none;
    margin: 0 0 30px 0;
}

#all .right > li:last-child {
    margin: 0;
}

#all .right li ul {
    margin: 0;
    padding: 0;
}

#all .right li ul li {
    margin: 0;
    padding: 0;
    margin: 0 0 5px 0;
    list-style: none;
    line-height: normal;
}

#pum-523 video,
#pum-342 video,
#pum-355 video,
#pum-357 video,
#pum-359 video {
    max-width: 100% !important;
    max-height: 100% !important;
    width: 800px !important;
    height: auto !important;
}

#pum-523.pum-theme-lightbox .pum-content + .pum-close:before,
#pum-342.pum-theme-lightbox .pum-content + .pum-close:before,
#pum-355.pum-theme-lightbox .pum-content + .pum-close:before,
#pum-357.pum-theme-lightbox .pum-content + .pum-close:before,
#pum-359.pum-theme-lightbox .pum-content + .pum-close:before {
    opacity: 1;
    filter: invert(1);
}

#pum-523 .popmake,
#pum-342 .popmake,
#pum-355 .popmake,
#pum-357 .popmake,
#pum-359 .popmake {
    width: auto !important;
    height: auto !important;
}

#all .right li ul#categories-2 li:last-child {
    display: none;
}

#all .right li ul li a {
    color: #232223;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

#all .right li ul li a .month {
    color: #232223;
    text-decoration: none;
    font-weight: 400;
    margin: 5px 0 5px 25px;
    position: relative;
    float: left;
    width: 100%;
}

#all .right li ul li a .year {
    margin: 0 0 10px 0;
}

#all .right li ul li a .month:before {
    content: '>';
    margin: 0 5px 0 0;

}

#all .right li ul li.current-cat a,
#all .right li ul li a[aria-current='page'] {
    color: #2F52E0;
    text-decoration: underline;
    font-weight: 600;
}

#all .right li h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.wpcf7-list-item {
    margin: 5px 0;
    width: 40%;
}

.wpcf7-list-item input {
    border-color: #fff !important;
    margin: 0px 7px 0 0;
    height: 25px;
    width: 25px;
    position: relative;
    top: 8px;
    border-radius: 5px;
    opacity: 0.1;
    box-shadow: rgba(0, 0, 0, 0.84) 0px 3px 8px;
}

#events .item {
    text-transform: uppercase;
}

.wpcf7-list-item input:checked {
    opacity: 0.8;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
}

.wsp-container ul {
    padding: 0;
    margin: 0 0 30px 0;
}

.wsp-container ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.wsp-container h2 {
    width: 100% !important;
    float: left !important;
    font-size: 25px !important;
}

.wsp-container ul li a {
    color: #232223;
    text-decoration: none;
}

.table-mobile-1,
.table-mobile-2 {
    display: none;
}

.mobileMenu {
    display: none;
}

.hamburger {
    display: none !important;
}

@media all and (min-width:1000px) and (max-height:850px) {

    .home #banner {
        padding: 0 0 50px;
    }

    .home #banner h1 {
        font-size: 90px;
        width: 570px;
    }

    .home #banner p {
        font-size: 24px;
    }

    .home #banner .right img {
        width: 80%;
        position: relative;
        top: 30px;
    }

}

@media all and (max-width:1500px) {

    .container {
        max-width: 1230px;
    }

}

@media all and (max-width:1325px) {

    .home #banner h1 {
        font-size: 91px;
    }

    .home #banner p {
        font-size: 23px;
    }

    .container {
        max-width: 90%;
    }

}

@media all and (max-width:1100px) {

    .container.narrow3 {
        max-width: 90%;
    }

    #awards .awards .award-item .numbers .label {
        font-size: 24px;
    }

    #news_events .item h4 {
        font-size: 17px;
        line-height: 0.8 !important;
    }

    #news_events .owl-carousel .padding p {
        font-size: 8px;
    }

    #events h3 {
        font-size: 39px;
    }

    #all .left {
        width: 65%;
    }

    #all .right {
        width: 30%;
    }
}

@media all and (max-width:1000px) {

    #header .main-menu {
        display: none;
    }

    .container.narrow2 {
        max-width: 90%;
    }

    html.pum-open.pum-open-overlay.pum-open-scrollable body > :not([aria-modal=true]) {
        padding-right: 0 !important;
    }

    .pum-theme-137 .pum-container,
    .pum-theme-lightbox .pum-container {
        max-width: 90% !important;
        background-color: transparent !important;
    }

    .pum-theme-137 .pum-container {
        background-color: #fff !important;
        max-width: 90% !important;
    }

    #pum-359.pum-theme-137 .pum-container,
    #pum-355.pum-theme-137 .pum-container,
    #pum-357.pum-theme-137 .pum-container {
        background-color: #000 !important;
    }

    .mobileMenu {
        display: none;
        position: fixed;
        top: 135px;
        height: calc(100vh - 135px);
        width: 100%;
        background-color: rgba(35, 34, 35, 1);
        z-index: 99;
    }

    .hamburger {
        display: block !important;
        float: right !important;
        padding: 0 !important;
        margin: 37px 0 0 0 !important;
    }

    .hamburger:hover {
        opacity: 1 !important;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        background-color: #fff !important;
        height: 3px !important
    }

    .mobileMenu ul {
        float: right;
        width: 90%;
        margin: 0 5%;
        padding: 0;
    }

    .mobileMenu ul li {
        float: left;
        width: 100%;
        list-style: none;
        line-height: 1;
    }

    .mobileMenu ul li a {
        float: left;
        width: 100%;
        line-height: 1;
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        padding: 20px 0;
        transition: 300ms ease all;
        border-bottom: none;
        font-size: 25px;
        text-align: center;
    }

    .mobileMenu ul li:last-child > a {
        border: 2px solid #2F52E0;
        border-radius: 30px;
        line-height: 1;
        padding: 14px 15px;
        position: relative;
        top: 10px;
        margin: 0 auto;
        font-size: 23px;
        font-weight: 400;
        color: #fff;
        width: 250px;
        display: block;
        float: none;
    }

    .mobileMenu ul li.current_page_item > a,
    .mobileMenu ul li:hover > a {
        color: rgba(255, 255, 255, 1);
    }

    .wpcf7-list-item {
        width: 50% !important;
        font-size: 15px !important;
    }

}

@media all and (max-width:850px) {

    .btn,
    .btn:visited {
        transition: 30ms ease all;
    }

    p {
        line-height: 1.3;
        font-size: 22px;
    }

    #team .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 20px !important;
    }

    #team.directors .owl-carousel .owl-dots.disabled {
        display: block !important;
        margin: 30px 0 0 0 !important;
    }

    .home #content.content.dark h3,
    .content.dark2 h3 {
        max-width: 290px;
        margin: 0 auto 15px auto;
    }

    #news_events .item .news-bg:after {
        content: none;
    }

    .container.narrow,
    .container-fluid {
        max-width: 90%;
    }

    #table table.table-mobile-1,
    #table table.table-mobile-2 {
        position: relative;
    }

    #table table.table-mobile-1:after {
        content: '';
        position: absolute;
        height: 30px;
        width: 100%;
        left: 0;
        top: 100%;
        z-index: -1;
        background-color: #BCED09;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .page-template-about #banner h1 {
        font-size: 44px;
        max-width: 75%;
        margin: 0 auto 30px auto;
    }

    #table table.table-mobile-2:after {
        content: '';
        position: absolute;
        height: 30px;
        width: 100%;
        left: 0;
        top: 100%;
        z-index: -1;
        background-color: #fff;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

    .contact_details .col_2 p {
        margin: 0;
    }

    .page-template-technology #content .btn.btn-half,
    #contact .btn,
    article .btn,
    .home #content_2.content p,
    .page-template-technology #content_2 .btn.btn-half,
    .home #content_2.content .left li {
        font-size: 22px;
    }

    .post_content p.cats {
        margin: 0 0 10px 0;
    }

    #cta .btn.btn-half {
        background-color: #363637;
        font-size: 22px;
    }

    article {
        background-image: none !important;
        background-repeat: no-repeat !important;
        background-size: 60% auto !important;
        background-position: left top !important;
        overflow: hidden;
    }

    #news_events .owl-carousel .owl-stage {
        align-items: top;
        display: block;
    }

    article:last-of-type {
        margin-bottom: 0;
    }

    #news_events .item h4 {
        line-height: 1.1 !important;
    }

    #all.dots-left {
        background-image: none !important;
    }

    .page-template-technology #content.dots-right {
        background-size: 150% auto !important;
    }

    #testimonials .owl-carousel .owl-stage {
        display: flex;
        align-items: center;
    }

    .dots-right-dark {
        background-size: 100% auto !important;
    }

    .home #banner {
        padding-top: 15px;
    }

    #news_events .owl-item {
        opacity: 1;
    }

    #events .owl-carousel .owl-stage-outer {
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    #events .owl-item {
        padding: 10px;
        background-color: transparent;
        transition: 300ms ease all;
        box-shadow: none;
    }

    #events .item {
        padding: 30px;
        background-color: #fff;
        transition: 300ms ease all;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        float: left;
        width: 100%;
        height: 140px;
    }

    #all {
        padding: 50px 0 50px;
    }

    .content .right ul {
        margin: 0 0 30px 0px;
        padding: 0;
    }

    #events {
        padding: 50px 0;
    }

    #events .left {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
    }

    #events .right {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0;
    }

    article p {
        font-size: 18px;
    }

    #events h3 {
        color: #2F52E0;
        font-size: 47px;
        text-transform: uppercase;
        line-height: 1.1;
        padding: 20px 20px;
        text-align: center;
    }

    #news_events .owl-carousel .padding h4 a {
        color: #fff;
        font-size: 25px;
        text-decoration: none;
    }

    article .btn {
        margin: 0 auto;
        background: #fff !important;
    }

    #news_events .owl-carousel .padding p {
        font-size: 22px;
    }

    #events .owl-item h4 {
        font-weight: 600;
    }

    .wpcf7 .row p {
        margin: 0 0 20px 0;
    }

    #news_events .owl-carousel .padding .link {
        color: #fff;
    }

    #awards .awards {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 0 0;
        padding: 0;
    }

    .page-template-about .content .container {
        display: flex;
        flex-flow: column;
    }

    .page-template-about .content .right {
        order: 1;
    }
    
    .page-template-about .content .left {
        order: 2;
    }
    
    #all .container {
        display: flex;
        flex-flow: column;
    }

    #all .container .right {
        order: 1;
    }
    
    #all .container .left {
        order: 2;
    }
    
    .contact_page .container {
        display: flex;
        flex-flow: column;
    }

    .contact_page .container .right {
        order: 1;
    }
    
    .contact_page .container .left {
        order: 2;
    }

    .page-template-about .content .left {
        float: left;
        width: 100%;
        margin: 0 0 0px 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    #awards .awards .award-item .numbers .big {
        display: block;
        margin: 0 0 10px 0;
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 200px;
        font-weight: 700;
        color: #BCED09;
        font-family: 'Oswald', sans-serif;
        line-height: 1;
    }

    #awards .awards .award-item .numbers .label {
        display: block;
        margin: 0 0 30px 0;
        padding: 0;
        width: 100%;
        text-align: center;
        font-size: 40px;
        text-transform: uppercase;
        color: #FFFFFF;
        font-family: 'Quicksand', sans-serif;
        letter-spacing: -1px;
    }

    #logos .item .img {
        height: 70px;
    }

    #logos .item {
        height: 100px;
    }

    #awards .awards .award-item {
        display: block;
        margin: 0 0;
        padding: 0;
        width: 100%;
        border-right: none;
    }

    #awards .awards .award-item:after {
        content: '......................................................';
        position: absolute;
        top: 89%;
        left: 50%;
        width: auto;
        text-align: center;
        color: #ddd;
        transform: translate(-50%, 0);
        font-size: 30px;
    }

    #awards .awards .award-item {
        position: relative;
    }

    #awards .awards .award-item:last-child:after {
        content: none;
    }

    .page-template-about .content .right {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
        text-align: left;
    }

    .page-template-about .content .left .btn.btn-half {
        color: #2F52E0;
        float: none;
        font-size: 22px;
    }

    .home .content .right li {
        font-size: 17px;
        margin: 0 0 10px 0;
        color: #fff;
        list-style-position: inside !important;
        padding: 0;
    }

    .home #banner h1,
    #banner h1,
    .error404 #banner h1 {
        font-size: 61px;
    }

    .error404 #banner .left {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
    }

    #all input[type="search"] {
        padding: 15px;
        width: 100%;
    }

    #banner h1 {
        font-size: 43px;
    }

    #categories-2,
    #archives-2,
    .error404 #banner .right {
        display: none;
    }

    .content h3,
    #table h3,
    #surgeons h3,
    #news_events h3,
    #all h3,
    .team h3,
    .content h3.buffer,
    #awards h3 {
        font-size: 47px;
        line-height: 1.1;
        margin: 0 0 15px 0;
    }

    #all h3 {
        margin: 0 0 50px 0;
    }

    #table h3 {
        max-width: 70%;
        margin: 0 auto 15px auto;
    }

    .content h6 {
        font-size: 25px;
        max-width: 80%;
        margin: 0px auto;
        line-height: 1.3;
    }

    .home .content .right p,
    .home .content .right li {
        font-size: 22px;
    }

    #content_2 .content h6 {
        font-size: 18px;
        max-width: 100%;
        margin: 0px auto 30px;
    }

    #content_2 .content .right ul {
        margin: 0 0 30px 20px;
        padding: 0;
    }

    #surgeons .item img {
        width: 110px;
    }

    .page-template-technology #content_2 h5 {
        font-size: 40px;
        margin: 40px 0 20px 0;
        font-family: "Quicksand", sans-serif;
        font-weight: 700;
        color: #A154F4;
    }

    #news_events .owl-carousel .padding {
        display: block;
        position: relative;
    }

    .home #content_2 .content .right li {
        list-style-position: outside !important;
    }

    .page-template-technology .content h6 {
        font-size: 25px;
        max-width: 90%;
        margin: 0px auto 30px;
    }

    .page-template-about .content h6 {
        font-size: 25px;
        max-width: 90%;
        margin: 0px auto 30px;
    }

    .page-template-technology #content.content h3 {
        max-width: 90%;
        margin: 0px auto 15px;
    }

    .page-template-technology #content.content ul {
        margin: 0 0 30px 0px;
    }



    #table h5.visie {
        font-size: 30px;
        background-size: auto 28px;
    }

    .dots-left {
        background-size: 100% auto !important;
    }

    #all .right {
        box-shadow: none;
        padding: 0;
        background-color: #fff;
    }

    #surgeons .owl-stage-outer {
        padding: 0;
    }

    .page-template-technology #content_3,
    #surgeons,
    #news_events {
        padding: 50px 0;
    }

    #content_2 .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0px !important;
    }

    .page-template-about .content {
        background-size: 100% auto !important;
    }

    .team .item .li {
        margin: 5px auto;
    }

    .team .item h5 {
        margin: 5px 0 5px 0;
    }

    #team {
        padding: 50px 0 50px;
    }

    .team .item h4 {
        font-weight: 700;
    }

    .content .right p,
    .content .right li {
        font-size: 22px;
    }

    #table h6 {
        line-height: 1.3;
    }

    #banner p {
        font-size: 25px;
        font-weight: 400;
        line-height: 1.3;
    }

    .content .left {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .content .right {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        text-align: left;
    }

    .contact_details {
        width: 100%;
    }

    #surgeons .owl-item.active.center {
        -webkit-transform: none;
        transform: none;
    }

    #surgeons .item p {
        color: #4E4E4E;
        font-size: 20px;
        font-weight: 400;
    }

    #table small {
        float: none;
        margin: 45px auto 0 auto;
        max-width: 70%;
        display: block;
    }

    #table {
        padding: 50px 0;
    }

    #table table {
        display: none;
    }

    #cta {
        padding: 50px 0 30px 0;
    }

    .dots-left-dark {
        background-image: url('img/dots-left-dark-2.png'), url('img/dots-right-dark-2.png') !important;
        background-repeat: no-repeat, no-repeat !important;
        background-size: 110px auto, auto 100% !important;
        background-position: left top, -20% top !important;
    }

    #cta .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 0px !important;
        margin-bottom: 30px;
    }

    .content {
        background-color: #fff;
        padding: 50px 0;
        text-align: center;
    }

    .home .content.dark2 .left {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    .home .content.dark2 .left .btn {
        float: none;
        margin-top: 30px;
    }

    .home .content.dark2 .left {
        float: left;
        width: 100%;
        margin: 35px 0 0 0;
        text-align: left;
    }

    .home .content.dark2 .right {
        float: left;
        width: 100%;
        margin: 35px 0 0 0;
        text-align: left;
    }

    #testimonials .item p {
        font-size: 25px;
    }

    .home .content .right li {
        padding-left: 0;
        position: relative;
    }

    .content div.purple {
        margin: 0;
        color: #fff;
        padding: 10px 10px 0;
        text-align: left;
    }

    .home #content_2.content h6 {
        margin: 0 auto 30px auto;
        max-width: 90%;
    }

    .home .content .left ul {
        padding: 0;
    }

    .content .right ul li {
        padding: 0 0 0 15px;
    }

    .page-template-technology .content .right ul li:last-child {
        margin-bottom: 0;
    }

    .home .content .left li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        height: 6px;
        width: 6px;
        background-color: #BCED09;
        margin: 0;
        border-radius: 50%;
        display: inline-block;
    }

    .content .right li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        height: 6px;
        width: 6px;
        background-color: #BCED09;
        margin: 0;
        border-radius: 50%;
        display: inline-block;
    }

    #footer p a {
        display: block;
    }

    .home #content_2.dots-left-dark {
        background-image: url('img/home-a.png'), url('img/home-aa.png') !important;
        background-repeat: no-repeat, no-repeat !important;
        background-size: 100% auto, 100% auto !important;
        background-position: left top, right bottom !important;
    }

    .home #content_3.dots-right-dark {
        background-image: url('img/home-b.png') !important;
        background-repeat: no-repeat !important;
        background-size: auto 100% !important;
        background-position: left top !important;
    }

    #surgeons {
        background-image: url('img/surgeons.png') !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        background-position: left top !important;
    }

    .page-template-technology #content_3 {
        background-image: url('img/tec-a.png') !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        background-position: left top !important;
    }

    .home #content_2.content .left li,
    .home #content_2.content .right li {
        padding-left: 20px;
    }

    .page-template-about #content {
        background-image: url('img/about-a.png') !important;
        background-repeat: no-repeat !important;
        background-size: 100% auto !important;
        background-position: left top !important;
    }

    .page-template-about #team.dots-left {
        background-image: url('img/about-b.png') !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        background-position: left top !important;
    }

    .page-template-about #team.directors {
        background-image: url('img/about-c.png') !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        background-position: left top !important;
    }

    .page-template-about #related {
        background-image: url('img/about-d.png') !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        background-position: left top !important;
    }

    #events {
        background-image: url('img/events.png') !important;
        background-repeat: no-repeat !important;
        background-size: 100% 100% !important;
        background-position: left top !important;
    }

    #all.dots-left {
        background-image: url('img/all.png') !important;
        background-repeat: no-repeat !important;
        background-size: 100% auto !important;
        background-position: right 50% !important;
    }

    .post_content {
        background-image: url('img/single-a.png'), url('img/single-b.png') !important;
        background-repeat: no-repeat, no-repeat !important;
        background-size: 100% auto, 100% auto !important;
        background-position: left top, right bottom !important;
    }

    .single #related {
        background-image: url('img/single-c.png') !important;
        background-repeat: no-repeat !important;
        background-size: 100% auto !important;
        background-position: right 0 !important;
    }

    .home .content .right li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 11px;
        height: 6px;
        width: 6px;
        background-color: #BCED09;
        margin: 0;
        border-radius: 50%;
        display: inline-block;
    }

    .home .content.initial .right li:before {
        content: '';
        position: relative;
        left: -10px;
        top: -4px;
    }

    .home .content .right .btn {
        float: none;
        font-size: 22px;
    }

    #banner {
        padding: 60px 0;
    }

    .home .content .left {
        float: left;
        width: 100%;
        margin: 30px 0 30px 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    .home .content .right {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        text-align: center;
    }

    .home #banner .left {
        float: left;
        width: 100%;
        margin: 0 0 20px 0;
        text-align: left;
    }

    .home #banner .right {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        text-align: center;
    }

    .home #banner .btn {
        float: none;
        margin: 30px auto 0 auto;
    }

    .home #banner h1,
    .home #banner p {
        text-align: center;
    }

    .home #banner p {
        font-size: 25px;
        line-height: 1.2;
    }

    .banner_image {
        display: none;
    }

    .home #banner .btn {
        font-size: 22px;
    }

    .banner_image_mobile {
        display: block;
    }

    section,
    #related {
        padding: 50px 0;
    }

    .contact_page .left {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        text-align: center;
    }

    .wpcf7-list-item {
        display: inline-block;
        margin: 5px 0;
        width: 100%;
    }

    #top p {
        font-size: 10px;
    }

    #header {
        height: 100px;
    }

    #header .logo img {
        height: 40px;
        margin: 28px 0 0;
    }

    .contact_page {
        background-image: url('img/contact-a.png');
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: left top;
    }

    .pum-content h1,
    .post_content h1,
    .contact_page h1 {
        font-size: 34px;
    }

    .wpcf7 form .btn {
        float: none;
        margin: 0 auto 0 auto;
        padding: 15px 50px;
        font-size: 18px;
        display: block;
        clear: both;
        position: relative;
        top: 20px;
    }

    .contact_page h1 {
        font-size: 42px;
    }

    .contact_page h6 {
        margin: 0 0 45px 0;
    }

    #related h3,
    #contact h3 {
        font-size: 47px;
        line-height: 1.1;
        margin: 0 0 15px 0;
    }

    .page-template-about #related .btn.btn-half {
        margin-top: 30px;
        font-size: 22px;
    }

    #related .owl-carousel .item h4 a {
        font-weight: 700;
    }

    .contact_page h6 {
        font-size: 25px;
        line-height: 1.3;
    }

    .post_content p,
    .post_content li {
        font-size: 22px;
        line-height: 1.3;
        word-break: break-word;
    }

    .wpcf7 form.invalid .wpcf7-response-output:before {
        font-size: 35px;
    }

    .wpcf7 form.sent .wpcf7-response-output:before {
        font-size: 35px;
    }

    .wpcf7 form.invalid,
    .wpcf7 form.sent {
        height: 250px;
        margin-top: 0;
    }

    .contact_page .right {
        float: left;
        width: 100%;
        margin: 0 0 30px 0;
        background: #fff;
    }

    .contact_page .left p {
        font-size: 17px;
        margin: 0 0 30px 0;
        text-align: center;
    }

    #contact p {
        font-size: 25px;
        line-height: 1.3;
    }

    #footer {
        float: left;
        width: 100%;
        background-color: #232223;
        padding: 75px 0 40px;
        height: auto;
        text-align: center;
    }

    .pum-content .wpcf7 form {
        padding: 30px;
    }

    input[type="email"],
    input[type="text"] {
        margin: 0 0 10px 0;
    }

    #footer .footer-logo img {
        height: 50px;
        margin: 0 auto 40px;
        float: none;
    }

    .wpcf7 form {
        padding: 30px;
    }

    .wpcf7 .row .l,
    .wpcf7 .row .r {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
    }

    .contact_details .col_1 {
        float: left;
        margin: 26px 0 0 0;
        width: 100%;
        text-align: center;
    }

    .contact_details .col_2 {
        float: left;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .contact_details .col_3 {
        float: left;
        margin: 0;
        width: 100%;
        text-align: center;
    }

    .linkedin img {
        height: 45px;
    }

    #footer .copyright {
        margin: 65px 0 0;
        padding: 50px 0 0;
        text-align: center;
    }

    #footer .copyright p {
        font-size: 12px;
        width: 100%;
    }

    #footer .copyright ul li {
        width: 140px;
        display: inline-block;
        vertical-align: top;
        margin: 5px 0 6px 0;
        text-align: center;
        float: none;
    }

    #footer .copyright ul li:first-child {
        width: 100%;
        margin: 0 0 20px 0;
    }

    #footer .copyright ul li a {
        font-size: 12px;
        float: none;
        text-align: center;
        margin: 0;
    }

    .post_content h1 {
        font-size: 40px;
    }

    .post_content h2 {
        font-size: 35px;
    }

    #news_events .owl-stage-outer {
        padding: 0;
    }

    .post_content h3 {
        font-size: 30px;
    }

    #news_events .owl-carousel {
        width: 90%;
        left: 5%;
        position: relative;
    }

    .post_content h4 {
        font-size: 25px;
    }

    .post_content h5 {
        font-size: 18px;
    }

    .post_content h6 {
        font-size: 18px;
    }

    #related h6 {
        font-size: 25px;
        line-height: 1.3;
    }

    #news_events .owl-carousel .active.center,
    #news_events .owl-carousel .medium,
    #news_events .owl-carousel .big {
        -webkit-transform: none;
        transform: none;
    }

    #all .right {
        width: 100%;
    }

    #all .left {
        float: left;
        width: 100%;
        margin: 0 0 0 0;
    }

    .team {
        overflow: hidden;
    }

    .team ul {
        display: none !important;
    }

    .team .owl-carousel {
        display: block !important;
    }


    #table table.table-mobile-1,
    #table table.table-mobile-2 {
        display: table;
        max-width: 90%;
        margin: 0 auto;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        -webkit-border-radius: 8px;
        -webkit-border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        -moz-border-radius: 8px;
        -moz-border-radius-bottomright: 0;
        -moz-border-radius-bottomleft: 0;
        border-radius: 8px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        background: #fff;
    }

    #table table tr:last-child td:last-child {
        border-radius: 0px;
        -webkit-border-bottom-right-radius: 0;
        -moz-border-radius-bottomright: 0;
        border-bottom-right-radius: 0;
    }

    .page-template-technology #content_2 p {
        font-size: 20px;
    }

    #surgeons .item {
        box-shadow: rgba(0, 0, 0, 0.14) 0px 3px 8px;
        margin: 10px;
    }

    #table table.table-mobile-2 {
        margin-top: 75px;
    }

    #table table.table-mobile-1 th:first-child {
        display: none;
    }

    #table table.table-mobile-1 th:last-child {
        display: none;
    }

    #table table.table-mobile-1 td:first-child {
        display: none;
    }

    #table table.table-mobile-1 td:last-child {
        display: none;
    }

    #table table.table-mobile-2 th:nth-of-type(2) {
        display: none;
    }

    #table table.table-mobile-2 th:first-child {
        display: none;
    }

    #table table.table-mobile-2 td:nth-of-type(2) {
        display: none;
    }

    #table table.table-mobile-2 td:first-child {
        display: none;
    }

    #table table tr:nth-of-type(odd) td:nth-of-type(2) {
        background-color: #e3f497;
    }

    #table table tr:nth-of-type(even) td:nth-of-type(2) {
        background-color: #dcf27e;

    }

    [data-th]:before {
        content: attr(data-th);
        float: left;
        text-align: left;
        font-size: 16px;
        font-weight: 400;
    }

    #table {
        background-image: url('img/dots-left.png') !important;
        background-repeat: no-repeat !important;
        background-size: 100% auto !important;
        background-position: left 55% !important;
    }

    .team .owl-carousel .owl-stage-outer {
        padding: 75px 0 200px;
    }

    .team.directors .owl-carousel .owl-stage-outer {
        padding: 75px 0 110px;
    }

    #table table td {
        text-align: right;
        font-size: 16px;
        font-weight: 500;
    }


    .team .item .thumbnail {
        opacity: 0.7;
    }

    .team .active.center .item .thumbnail {
        opacity: 1;
    }

    #news_events .item .news-bg {
        margin: 0 auto 45px auto;
    }

    .pum-content h6 {
        margin: 0 0 30px 0;
    }

    #events .owl-item h5 {
        font-weight: 400;
    }


    #all input[type="search"] {
        padding: 20px 15px 20px 35px;
        width: 100%;
        font-size: 20px !important;
    }

    .wpcf7-list-item input {
        top: 4px;
    }

    article h4 {
        font-size: 18px !important;
    }

    #news_events .owl-theme .owl-nav.disabled + .owl-dots {
        margin-top: 10px !important;
    }

    #news_events .owl-carousel .owl-stage {

        padding: 0 0 0 !important;
    }

    #categories-2,
    #jal_widget-2,
    #jal_widget-3 {
        display: none !important;
    }

    .home #banner {
        padding: 15px 0 50px;
    }

    .pum-content h1 {
        font-size: 35px;
        margin-top: 20px;
    }



}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

    .home #banner h1,
    .home #banner p {
        text-align: center;
        width: 90%;
        margin: 0 auto 30px;
    }

    .home .content img,
    .home #banner .right img {
        width: 70%;
        margin: 0 auto;
    }

    .home .content .left ul,
    .home .content .right ul,
    .content div.purple h4 {
        text-align: center;
    }

    .home .content .left li:before,
    .home .content .right li:before {
        position: relative;
        left: -9px;
        top: -3px;
    }

    #top p {
        font-size: 16px;
    }

    #table {
        background-size: 40% auto !important;
    }

    #table table.table-mobile-1,
    #table table.table-mobile-2 {
        max-width: 60%;
    }

    [data-th]:before {
        width: 80%;
    }

    .contact_page,
    .post_content {
        background-image: url('img/dots-left.png'), url('img/dots-right.png') !important;
        background-repeat: no-repeat, no-repeat !important;
        background-size: 30% auto, 30% auto !important;
        background-position: left bottom, right top !important;
    }

    .home #banner.dots-right,
    .error404 #banner.dots-right {
        background-position: right bottom !important;
        background-image: url('img/dots-right-dark.png') !important;
        background-size: auto 340px !important;
    }

    .home #content_2.dots-left-dark {
        background-size: 42% auto, 50% auto !important;
        background-position: left top, right bottom !important;
    }

    .home #content_3.dots-right-dark {
        background-size: auto 70% !important;
        background-position: 120% bottom !important;
    }

    #contact,
    .home #content_2,
    #testimonials {
        padding: 50px 0 50px;
    }

    .page-template-technology #content.dots-right,
    .page-template-about #content,
    .page-template-about #team.directors {
        background-image: url(img/dots-right.png) !important;
        background-repeat: no-repeat !important;
        background-size: 40% auto !important;
        background-position: right top !important;
    }

    #surgeons h3 {
        margin: 0 0 30px 0;
    }

    #surgeons .item {
        max-width: 60% !important;
        margin: 0 auto !important;
    }

    .single #related,
    #events,
    #all.dots-left,
    .page-template-about #related,
    .page-template-technology #content_3,
    .page-template-about #team.dots-left {
        background-image: url(img/dots-left.png) !important;
        background-repeat: no-repeat !important;
        background-size: 30% auto !important;
        background-position: left top !important;
    }

    .team .container {
        max-width: 60%;
    }



}

@media only screen and (min-device-width: 857px) and (max-device-width: 860px) and (orientation: landscape) {

    #surgeons .owl-item.active.center {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
    }

}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .home #banner h1,
    .home #banner p {
        text-align: left !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    .home .content img,
    .home #banner .right img {
        width: 100% !important;
    }

    .home .content .left ul,
    .home .content .right ul,
    .content div.purple h4 {
        text-align: left !important;
    }

    .home .content .left li:before,
    .home .content .right li:before {
        position: absolute !important;
        left: -27px !important;
        top: 11px !important;
    }

    .team .container {
        max-width: 90% !important;
    }



}
.main-background-image h3 {
    font-size: 85px;
    color: #ffffff;
    line-height: 90px;
}
.home #banner.main-background-image  {padding: 300px 0 200px; margin-top: -100px;}
.home #banner.main-background-image h3 {text-transform: uppercase; text-align: center; font-size: 95px;line-height: 100px;}
.home #banner.main-background-image span {text-transform: uppercase; font-size: 22px;}
.page-template-home-background #banner.main-background-image p {width:100%;text-align: center; margin-bottom: 10px;}
.main-background-image h3 .green { color:#bced09;}
.page-template-home-background #banner p {
    color: #BCED09;
    text-align: left;
    font-size: 28px;
    margin:25px 0 0 0;
    line-height: 1.2;;
    max-width: 100%;
}
.page-template-home-background #banner .btn {
    float: none;
    margin: 45px auto 0;
    background-color: transparent;
}
.page-template-home-background #banner:after {
    opacity:0;
}
@media screen and (max-width:1250px){	
	.page-template-home-background #banner.main-background-image {
		background-size:110% 100% !important;
	}
}
@media screen and (max-width:1060px){	
    .page-template-home-background #banner.main-background-image {
        background-size: 150% 100% !important;
        background-position: 39% 100% !important;
    }
}
@media screen and (max-width:850px){	
    .page-template-home-background #banner.main-background-image {
        background-size:cover !important;
        background-position: 50% 100% !important;
    }

/*	.banner_image_mobile {width:100%;}*/
}
@media screen and (max-width:600px){	
	.home #banner.main-background-image  {padding: 200px 0 100px; margin-top: -100px;}
	.main-background-image h3 {font-size: 65px; line-height:75px;}
	.home #banner.main-background-image h3 {font-size: 65px; line-height:75px;}
}
