/* Body */
@font-face {
    font-family: "OpenSans";
    font-display: swap;
    src: url("../fonts/OpenSans.woff2") format("woff2");
}

@font-face {
    font-family: "Inter";
    font-display: swap;
    src: url("../fonts/Inter.woff2") format("woff2");
}

@font-face {
    font-family: "Andika";
    font-display: swap;
    src: url("../fonts/Andika.woff2") format("woff2");
}

@font-face {
    font-family: "FSMe";
    font-display: swap;
    src: url("../fonts/FSMe.woff2") format("woff2");
}

@font-face {
    font-family: "Tiresias";
    font-display: swap;
    src: url("../fonts/Tiresias.woff2") format("woff2");
}

@font-face {
    font-family: "OpenDyslexic";
    font-display: swap;
    src: url("../fonts/OpenDyslexic3.woff2") format("woff2");
}

html {
    font-size: 16px;
    height: 100%;
}

body {
    color: #000;
    font-family: OpenSans;
    background-color: #fff;
    line-height: 1.7;
}

    body.fontfamily_inter {
        font-family: Inter;
    }

    body.fontfamily_andika {
        font-family: Andika;
    }

    body.fontfamily_fsme {
        font-family: FSMe;
    }

    body.fontfamily_tiresias {
        font-family: Tiresias;
    }

    body.fontfamily_opendyslexic {
        font-family: OpenDyslexic;
    }

footer,
header,
nav,
section,
figcaption,
figure {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    color: #161616;
    text-decoration: none;
}

    a:hover,
    a:active,
    a:focus {
        outline: 0;
        text-decoration: underline;
    }

strong {
    font-weight: inherit;
}

strong {
    font-weight: 400;
}

img {
    border-style: none;
}

svg {
    height: 20px;
    width: auto;
}

    svg:not(:root) {
        overflow: hidden;
    }

button,
input,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

textarea {
    overflow: auto;
}

ul {
    list-style: none;
    padding-left: 0;
}

h1,
h2,
h3,
.close {
    line-height: 0.7;
    opacity: 1 !important;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[role="button"] {
    cursor: pointer;
}

#settings_close svg {
    height: 70%;
}

.jumbotron {
    padding-top: 200px;
    padding-bottom: 800px;
    text-align: center;
    background: #f4f7fc;
    background-image: url("../images/Hero-Image.jpeg");
    background-size: cover;
    background-position: center;
}

/* Accessibility */
body a:focus,
body input[type="text"]:focus,
body input[type="submit"]:focus,
body textarea:focus,
body *:focus {
    outline: 2px dotted gray;
    outline-offset: 0;
}

.block_settings {
    box-shadow: 3px 3px 10px -5px #444;
}

.open-accessibility button .lab-only {
    font-weight: normal;
    padding: 5px;
}

    .open-accessibility button .lab-only:hover {
        text-decoration: underline;
    }

.button,
button,
input[type="submit"] {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    height: auto;
    line-height: 1.5;
    border: none;
    background: #000;
    font-family: inherit;
    font-weight: inherit;
    padding: 15px 60px;
    color: #fff;
    text-transform: none;
    border-radius: 24px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

    .button:hover,
    button:hover,
    input[type="submit"]:hover,
    .button:focus,
    button:focus,
    input[type="submit"]:focus {
        text-decoration: none;
        color: #fff;
        background: #373737;
    }

    .button:active,
    button:active,
    input[type="submit"]:active {
        outline: 0;
    }

.footer-dark .call-to-action-button .wm-button:hover {
    background-color: #fff;
}

.footer-light input[type="submit"] {
    background: #fff;
    color: #000;
}

#lab-main .lab-wcag-settings {
    padding: 0 15px;
    display: block;
    width: 100%;
}

    #lab-main .lab-wcag-settings > li {
        clear: both;
        margin-top: 30px;
        font-weight: bold;
        float: left;
        width: 100%;
    }

        #lab-main .lab-wcag-settings > li:first-child {
            margin: 0;
        }

    #lab-main .lab-wcag-settings ul > li {
        width: 50%;
        float: left;
    }

    .open-accessibility,
    #lab-main .lab-wcag-settings li button {
        position: relative;
        background: #fff;
        color: #161616;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #lab-main .lab-wcag-settings li button {
        display: contents;
        vertical-align: baseline;
        padding: 3px 7px;
        text-decoration: none;
        border: none;
        margin: 0;
        border-radius: 0;
    }

        #lab-main .lab-wcag-settings li button:hover,
        #lab-main .lab-wcag-settings li button:focus {
            background: #000;
        }

.block-settings-wrapper {
    position: fixed;
    left: -403px;
    top: 17%;
    width: 400px;
    z-index: 70;
    -moz-transition: left 0.4s;
    -webkit-transition: left 0.4s;
    transition: left 0.4s;
}

    .block-settings-wrapper #settings_close {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        right: -50px;
        top: 15%;
        background-repeat: no-repeat;
        border-radius: 0 2px 2px 0;
        font-size: 30px;
        background-color: #000;
        color: white;
        text-align: center;
        padding: 4px;
        cursor: pointer;
        box-shadow: 5px 5px 25px -5px #444;
    }

#settings_close svg {
    vertical-align: baseline;
}

.block-settings-wrapper section {
    display: block;
    clear: both;
    padding: 15px 12px 15px 15px;
    height: 199px;
}

.opened-settings .block-settings-wrapper {
    left: 0;
}

body.font-readable button .lab-only {
    letter-spacing: 1px;
}

body.font-readable {
    letter-spacing: 0.12em;
    word-spacing: 0.16em;
}

    body.font-readable .button,
    body.font-readable button,
    body.font-readable input[type="submit"],
    body.font-readable input[type="button"],
    body.font-readable input[type="reset"],
    body.font-readable .page-header > h1,
    body.font-readable .page-header > h2,
    body.font-readable .page-header > h3,
    body.font-readable .page-header > h4,
    body.font-readable .page-header > h5,
    body.font-readable .page-header > h6,
    body.font-readable .page-header > p {
        letter-spacing: 0.12em;
        word-spacing: 0.16em;
    }

body.link-underline a,
body.link-underline a * {
    text-decoration: underline !important;
}

    body.link-underline a svg {
        border-bottom: 1px solid #000 !important;
    }

/* Font Size */
.fsize70,
.fsize70 #lab-main .lab-wcag-settings,
.fsize70 .menu ul li a,
.fsize70 #lab-logo-nav .lab-main-menu .nav-menu > .menu-item > a,
.fsize70 select,
.fsize70 textarea,
.fsize70 input,
.fsize70 button,
.fsize70 .btn,
.fsize70 .button {
    font-size: 11px;
}

.fsize80,
.fsize80 #lab-main .lab-wcag-settings,
.fsize80 .menu ul li a,
.fsize80 #lab-logo-nav .lab-main-menu .nav-menu > .menu-item > a,
.fsize80 select,
.fsize80 textarea,
.fsize80 input,
.fsize80 button,
.fsize80 .btn,
.fsize80 .button {
    font-size: 13px;
}

.fsize90,
.fsize90 #lab-main .lab-wcag-settings,
.fsize90 .menu ul li a,
.fsize90 #lab-logo-nav .lab-main-menu .nav-menu > .menu-item > a,
.fsize90 select,
.fsize90 textarea,
.fsize90 input,
.fsize90 button,
.fsize90 .btn,
.fsize90 .button {
    font-size: 15px;
}

.fsize110,
.fsize110 #lab-main .lab-wcag-settings,
.fsize110 .menu ul li a,
.fsize110 #lab-logo-nav .lab-main-menu .nav-menu > .menu-item > a,
.fsize110 select,
.fsize110 textarea,
.fsize110 input,
.fsize110 button,
.fsize110 .btn,
.fsize110 .button {
    font-size: 18px;
}

.fsize120,
.fsize120 #lab-main .lab-wcag-settings,
.fsize120 .menu ul li a,
.fsize120 #lab-logo-nav .lab-main-menu .nav-menu > .menu-item > a,
.fsize120 select,
.fsize120 textarea,
.fsize120 input,
.fsize120 button,
.fsize120 .btn,
.fsize120 .button {
    font-size: 19px;
}

.fsize130,
.fsize130 #lab-main .lab-wcag-settings,
.fsize130 .menu ul li a,
.fsize130 #lab-logo-nav .lab-main-menu .nav-menu > .menu-item > a,
.fsize130 select,
.fsize130 textarea,
.fsize130 input,
.fsize130 button,
.fsize130 .btn,
.fsize130 .button {
    font-size: 21px;
}

/* Skip menu */
.lab-skip-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    z-index: 999999;
}

    .lab-skip-menu ul.menu {
        margin: 0;
    }

        .lab-skip-menu ul.menu > li {
            padding: 0;
            margin: 0;
        }

            .lab-skip-menu ul.menu > li > a:before {
                display: none;
            }

            .lab-skip-menu ul.menu > li > a {
                color: #fff;
                background: #000;
                position: absolute;
                top: 0;
                left: -9999px;
                right: auto;
                white-space: nowrap;
                padding: 10px;
                border: none;
                line-height: 1.5;
            }

                .lab-skip-menu ul.menu > li > a:focus {
                    left: 0;
                }

                .lab-skip-menu ul.menu > li > a:hover,
                .lab-skip-menu ul.menu > li > a:focus {
                    color: #000;
                    background: #fff;
                }

/* header */
#lab-main {
    position: relative;
    background: #fff;
}

#lab-header {
    color: #161616;
    position: relative;
    padding-top: 149px;
}

    #lab-header.header-full .lab-widget {
        padding: 0;
        margin: 0;
    }

    #lab-header.header-full #lab-offcanvas .lab-widget {
        padding: auto 15px;
    }

    #lab-header .lab-widget {
        margin: 90px auto;
    }

.sticky-bar #lab-header:not(.top-bar-over-header) {
    padding-top: 110px;
}

/* Logo */

.sticky-bar #lab-logo-nav {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 50;
    -webkit-transition: background 0.15s linear;
    transition: background 0.15s linear;
}

#lab-logo-nav {
    color: #161616;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.topbar-mode-default #lab-logo-nav {
    background: #fff;
}

.topbar-shadow-default #lab-logo-nav {
    box-shadow: 5px 0 5px rgba(22, 22, 22, 0.2);
    padding-top: 1px;
}

#lab-logo-nav .lab-main-menu .nav-menu {
    margin: 0;
    padding: 0;
}

    #lab-logo-nav .lab-main-menu .nav-menu > .menu-item {
        float: left;
        position: relative;
        border: 1px dashed transparent;
        overflow: visible;
    }

        #lab-logo-nav .lab-main-menu .nav-menu > .menu-item:last-child {
            margin-right: 0;
        }

        #lab-logo-nav .lab-main-menu .nav-menu > .menu-item > a {
            display: block;
            position: relative;
            padding: 5px 10px;
            line-height: 1.5;
            color: #161616;
            font-weight: 400;
            font-style: normal;
            text-transform: capitalize;
            text-decoration: none;
            border-radius: 5px;
        }

        #lab-logo-nav .lab-main-menu .nav-menu > .menu-item:hover,
        #lab-logo-nav .lab-main-menu .nav-menu > .menu-item a:focus {
            background-color: #f8f8f8;
        }

#lab-bar-left {
    float: left;
    width: 60%;
}

    #lab-bar-left #lab-logo a {
        display: block;
        position: relative;
    }

/* Container */
.lab-container {
    max-width: 1930px;
    padding-bottom: 5px;
    margin: auto;
}

#lab-main .main-container {
    max-width: 1950px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 100px 0;
}

#lab-main .inside-container {
    padding: 1em;
}

.lab-container:before,
.lab-container:after {
    content: " ";
    display: table;
}

.lab-container:after {
    clear: both;
}

/* Row 1 */
.icon-scp-top-left {
    float: left;
    padding-top: 5px;
    padding-left: 25px;
}

.ml-auto.icon-scp-top {
    float: right;
    padding-top: 5px;
}

    .ml-auto.icon-scp-top svg {
        padding-left: 20px;
        padding-right: 20px;
        margin: 2px;
    }

    .ml-auto.icon-scp-top a:hover {
        text-decoration: none;
        cursor: pointer;
        background-color: #000;
        fill: #F4D03F;
    }

#lab-bar-right {
    float: right;
    width: 40%;
}

#menu-side-menu a:hover {
    background-color: transparent;
}

.sticky-bar.scrolled #lab-main #lab-wcag .icon-scp-top,
.sticky-bar.scrolled #lab-main #lab-wcag .icon-scp-top-left {
    display: none;
}

/* Menu */
#lab-main-menu {
    float: right;
    position: relative;
    z-index: 5;
}

.lab-main-menu {
    float: left;
}

.menu li {
    display: block;
    position: relative;
}

    .menu li a {
        display: block;
        color: inherit;
        line-height: 20px;
        padding: 5px 0;
        text-decoration: none;
    }

        .menu li a:hover,
        .menu li a:focus {
            color: #000;
        }

.menu > li {
    padding: 15px auto;
    border-top: 1px solid #ededed;
}

    .menu > li:first-child {
        border-top: none;
        padding-top: 0;
    }

    .menu > li:last-child {
        padding-bottom: 0;
    }

    .menu > li > a {
        padding: 0 0 0 30px;
        position: relative;
    }

        .menu > li > a:before {
            content: "";
            display: block;
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 0;
            right: auto;
            width: 8px;
            height: 8px;
            border: 1px solid #000;
            border-radius: 100%;
            margin-right: 22px;
        }

/* Off-Canvas Menu */
#lab-offcanvas-button {
    float: right;
    margin: 10px 0 0px 30px;
}

#lab-main .lab-offcanvas-menu {
    text-align: center;
}

.lab-offcanvas-menu .nav-menu .menu-item {
    width: 270px !important;
    overflow: visible;
}

#lab-main .lab-offcanvas-menu > ul,
#lab-main .lab-offcanvas-menu .menu-item {
    margin: 0;
    padding: 4px;
}

#lab-main .lab-offcanvas-menu .menu-item {
    text-align: left;
}

    #lab-main .lab-offcanvas-menu .menu-item a {
        display: block;
        padding: 5px 0;
        line-height: 1.5;
    }

        #lab-main .lab-offcanvas-menu .menu-item a:hover {
            color: #000;
            text-decoration: none;
        }

        #lab-main .lab-offcanvas-menu .menu-item a:focus-within {
            color: #000;
            text-decoration: none;
        }

    #lab-main .lab-offcanvas-menu .menu-item.current-menu-item > a {
        color: #000;
    }

#lab-main .lab-offcanvas-menu .nav-menu > .menu-item > a {
    padding: 20px 0;
}

#lab-main .lab-offcanvas-menu .nav-menu > .menu-item + .menu-item {
    border-top: 1px solid rgba(102, 102, 102, 0.2);
}

.menu-standard #lab-offcanvas-button,
.menu-standard #lab-offcanvas .lab-offcanvas-menu {
    display: none;
}

.call-to-action-button {
    text-align: center;
    margin-top: 35px;
}

    .call-to-action-button .wm-button {
        background-color: #000;
        color: #fff;
    }

.size-large {
    border-radius: 10px;
    padding: 25px 50px;
    display: block;
}

#lab-offcanvas {
    position: fixed;
    height: 100%;
    width: 300px;
    max-width: 100%;
    top: 0;
    z-index: 900;
    overflow: hidden;
}

    #lab-offcanvas #lab-offcanvas-content .lab-widget {
        margin: 0 auto 30px auto;
    }

    #lab-offcanvas.off-canvas-right {
        -webkit-transition: right 300ms ease-in-out;
        transition: right 300ms ease-in-out;
        right: -300px;
        left: auto;
    }

#lab-offcanvas {
    color: #666;
    background: #f6f6f6;
}

#lab-offcanvas-toolbar {
    padding: 15px;
}

#lab-offcanvas .toggle-nav.close {
    cursor: pointer;
    display: inline-block;
}

#lab-offcanvas-content {
    padding: 15px;
}

#lab-main .toggle-nav.open {
    cursor: pointer;
    display: block;
    color: #161616;
    line-height: 1.5;
    height: 20px;
    text-align: center;
}

    #lab-main .toggle-nav.open:hover,
    #lab-main .toggle-nav.open:focus {
        color: #000;
    }

/* Side Navigation */
.sidenav {
    background-color: #fff;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 5;
    top: 0;
    left: auto;
    right: 0;
    overflow: hidden;
    transition: 0.5s;
    padding-top: 60px;
    box-shadow: -1px 0 5px -2px #666;
    text-align: center;
    display: none;
}

.sidemenu-logo {
    margin: 50px 0;
    display: inline-block;
}

#sidemenu-logo a:hover {
    background-color: transparent;
}

.sidenav a {
    text-decoration: none;
    color: #161616;
    transition: 0.3s;
    text-align: center;
}

.menu-item:hover {
    text-decoration: underline;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
}

#closebtn:hover {
    background-color: transparent;
}

#off-canvas-btn {
    font-size: 20px;
    float: right;
    cursor: pointer;
}

/* Breadcrumb */

#lab-offcanvas-button {
    margin-left: 10px;
}

/* Section */
.section-bg {
    background-color: #f4f7fc;
}

.row-pad {
    padding: 35px;
}

.our-spec h3 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 25px;
    max-height: 70px;
    line-height: 1.5;
}

.our-spec p {
    text-align: center;
    min-height: 84px;
}

.our-spec svg {
    width: 208px;
    height: 208px;
    padding: 25px;
    margin: 25px;
    border-radius: 15px;
}

    .our-spec svg:hover {
        border: 1px solid;
    }

#portfolios .mix {
    padding: 0;
}

#portfolios .portfolio-item {
    padding: 10px;
}

.controls {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 100px;
}

    .controls .active {
        color: #373737;
        border-color: #373737;
        background: transparent;
    }

    .controls .btn.active {
        background-color: #fff;
        color: #373737;
    }

    .controls .btn:focus {
        outline: 2px dotted #f00;
        outline-offset: 0;
    }

    .controls .btn {
        text-align: center;
        text-decoration: none;
        color: #fff;
        border: 1px solid #373737;
        padding: 15px 60px;
        border-radius: 24px;
        margin-top: 5px;
    }

    .controls:hover {
        color: #fff;
        cursor: pointer;
    }

.btn-common {
    background-color: #373737;
    position: relative;
    z-index: 1;
    padding: 12px 32px;
    border-radius: 30px;
}

.shot-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .shot-item img {
        width: 100%;
        height: 100%;
        -webkit-transition-duration: 4000ms;
        -o-transition-duration: 4000ms;
        transition-duration: 4000ms;
    }

    .shot-item .single-content {
        background-color: rgba(22, 26, 39, 0.7);
        opacity: 1;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        -webkit-transition-duration: 500ms;
        -o-transition-duration: 500ms;
        transition-duration: 500ms;
        width: 100%;
    }

        .shot-item .single-content .fancy-table {
            display: table;
            height: 100%;
            left: 0;
            top: 0;
            position: relative;
            width: 100%;
            z-index: 2;
        }

        .shot-item .single-content .fancy-table {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

    .shot-item:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .shot-item:hover .single-content {
        opacity: 1;
        background-color: rgba(22, 26, 39, 0.3);
    }

.offcanvas-butns {
    padding: 10px 0;
}

.our-header h2 {
    text-transform: capitalize;
    text-decoration: none;
    font-size: 60px;
    text-align: center;
    line-height: 1.7;
    padding-bottom: 60px;
}

/* Team Section */
.team {
    text-align: center;
}

.section {
    padding: 0;
}

.team .team-item {
    text-align: left;
    margin-bottom: 30px;
}

    .team .team-item figure {
        position: relative;
        overflow: hidden;
    }


        .team .team-item figure figcaption {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            background: rgba(0, 0, 0, 0.6);
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .team .team-item figure figcaption .info {
                position: absolute;
                color: #fff;
                float: left;
                bottom: 10px;
                left: 20px;
                margin-left: -80px;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

        .team .team-item figure:hover figcaption {
            opacity: 1;
        }

        .team .team-item figure:focus figcaption,
        .team .team-item figure figcaption:focus-within {
            opacity: 1;
        }


        .team .team-item figure:hover figcaption .info {
            margin-left: 0;
        }

        .team .team-item figure figcaption .info h3 {
            font-size: 16px;
        }

        .team .team-item figure figcaption .info p {
            color: #fff;
            font-size: 14px;
            margin-bottom: 180px;
        }

        .team .team-item figure:hover figcaption .social {
            margin-bottom: 0;
        }

            .team .team-item figure:hover figcaption .social a:hover {
                text-decoration: none;
                cursor: pointer;
                background-color: #000;
                fill: #F4D03F;
            }

        .team .team-item figure:focus figcaption .social,
        .team .team-item figure:focus-within figcaption .social {
            margin-bottom: 0;
        }

        .team .team-item figure figcaption .social {
            position: absolute;
            float: right;
            bottom: 28px;
            margin-bottom: -80px;
            right: 20px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }

            .team .team-item figure figcaption .social a {
                color: #fff;
                font-size: 15px;
                width: 36px;
                height: 36px;
                background: #fff;
                display: inline-block;
                text-align: center;
                line-height: 36px;
                border-radius: 2px;
                margin: 4px;
            }

/* Contact */
.aligncenter,
div.aligncenter {
    display: block;
    margin: auto;
}

.contact-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-con {
    margin-right: 1em;
}

    .contact-con p {
        padding: 25px 0;
        font-weight: 400;
    }

    .contact-con h2,
    .author span {
        font-weight: 400;
        text-transform: capitalize;
    }

.contact {
    font-weight: 400;
    padding: 15px 40px;
    border-radius: 8px;
    color: #161616;
}

    .contact:hover {
        text-decoration: none;
    }

.img-box {
    width: 90px !important;
    max-height: 90px;
    border-radius: 50%;
    margin: auto;
}

.all-testimonial {
    padding: 30px 0;
    border: 1px solid #ececec;
}

.testimonial {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.stars-icon svg {
    fill: #FFFFFF;
}

.author {
    text-align: center;
    padding: 30px;
}

    .author p {
        font-weight: 400;
    }

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

/* News */
.lab-part-content {
    padding: 35px;
    background-color: #000;
    color: #fff;
    margin: 5px;
    border-radius: 20px;
}

.lab-bs-item-content {
    position: relative;
}

.lab-bs-item-date {
    font-weight: 400;
    margin-bottom: 12px;
    display: inline-block;
}

h3.lab-bs-item-title {
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 1.5;
}

.lab-bs-item-title {
    margin-top: 0;
}

.lab-bs-item-excerpt {
    margin-bottom: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #f2f2f2;
}

/* Counters */

/* Footer */
.footer-container {
    max-width: 1950px;
    width: 100%;
    overflow: hidden;
}

.footer-nav {
    margin-top: 0;
}

.footer-social-left {
    float: right;
    margin-right: 50px;
}

.foot-logo {
    margin-bottom: 1px;
    text-align: center;
}

    .foot-logo img {
        width: 400px;
    }

.foot-col-padd {
    padding: 0 20px;
}

.dream-text p {
    color: #000;
    padding-top: 20px;
    padding-left: 39px;
}

.foot-icon svg {
    fill: #000;
    margin: 25px 18px auto auto;
}

.foot-icon a:hover svg {
    text-decoration: none;
    cursor: pointer;
    background-color: #000;
    fill: #F4D03F;
}

.foot-icon svg:hover {
    fill: #000;
}

.footer-dark h3,
.footer-light h3 {
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

    .footer-dark h3:after,
    .footer-light h3:after {
        border-bottom: 1px solid #000;
        content: " ";
        width: 100%;
        display: block;
        position: relative;
        top: 15px;
        left: 0;
        clear: both;
        margin-bottom: 40px;
        text-align: center;
    }

.foot-icon {
    text-align: center;
}

.pop-link a {
    color: #000;
    margin-bottom: 20px;
    text-transform: capitalize;
    display: block;
}

.ltl-blog {
    display: inline-flex;
}

.blog-post {
    color: #000;
    padding-left: 30px;
}

.blog-vl {
    margin: 0 5px;
}

.blog-icon {
    margin-right: 5px;
}

    .blog-icon svg,
    .contact-icon svg {
        fill: #000;
    }

.footer-contact-icon {
    text-align: center;
}

.icon-footer-contact svg {
    width: 85px;
    height: 85px;
    border: 1px dashed;
    padding: 24px 0;
    font-size: 45px;
    fill: #fff;
    border-radius: 50%;
}

.contacts p {
    padding: 15px 0;
    text-align: center;
}

.contact-icon {
    border: 1px solid #000;
    border-radius: 50%;
    padding: 5px;
    width: 38px;
    height: 38px;
    text-align: center;
    margin: 0 20px;
    color: #fff;
}

.contact-row-margin {
    margin-top: 20px;
}

    .contact-row-margin p {
        margin: auto 0;
        color: #000;
    }

.copyright-text {
    color: #000;
}

    .copyright-text a {
        color: #000;
    }

        .copyright-text a:hover {
            color: #243659;
            text-decoration: none;
        }

.call-to-action-button .wm-button:hover {
    background-color: #373737 !important;
    color: #fff !important;
}

.our-spec h3,
.our-spec p {
    color: #161616;
}

.icon-footer-contact svg:hover {
    background-color: #fff !important;
    fill: #000;
    border: 1px solid;
}

/*footer opning time*/

.opening-time li {
    text-transform: capitalize;
}

.opening-time {
    padding-left: 0;
}

input.btnContact:hover {
    background-color: #fff !important;
    color: #000 !important;
}

.opening-time p {
    color: #fff;
}

.contact-form label,
.form-group label {
    font-weight: 400;
}

#email1:focus {
    outline: 2px dotted #f00;
    outline-offset: 0;
}

#msg1:focus {
    outline: 2px dotted #f00;
    outline-offset: 0;
}

.footer-dark {
    background-color: #e8e8e8;
    color: #000;
}

.footer-light {
    background-color: #000;
    color: #fff;
}

.footer-social-left svg {
    margin: 15px;
    fill: #000;
}

.footer-social-left a:hover svg {
    text-decoration: none;
    cursor: pointer;
    background-color: #000;
    fill: #F4D03F;
}

/* Tag Cloud */
.tagcloud ul.tagcloudul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

    .tagcloud ul.tagcloudul li {
        display: inline-block;
        margin: 0 0.3em 0.3em 1em;
        padding: 0;
    }

        .tagcloud ul.tagcloudul li a {
            position: relative;
            display: inline-block;
            height: 30px;
            line-height: 30px;
            padding: 0 1em;
            background-color: #fff;
            border-radius: 0 3px 3px 0;
            text-decoration: none;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

            .tagcloud ul.tagcloudul li a::before {
                position: absolute;
                top: 0;
                left: -15px;
                content: "";
                width: 0;
                height: 0;
                border-color: transparent #fff transparent transparent;
                border-style: solid;
                border-width: 15px 15px 15px 0;
                -webkit-transition: 0.2s;
                transition: 0.2s;
            }

            .tagcloud ul.tagcloudul li a::after {
                position: absolute;
                top: 50%;
                left: 0;
                z-index: 2;
                display: block;
                content: "";
                width: 6px;
                height: 6px;
                margin-top: -3px;
                background-color: #373737;
                border-radius: 100%;
            }

        .tagcloud ul.tagcloudul li span {
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            color: initial;
        }

        .tagcloud ul.tagcloudul li a:hover {
            background-color: #fff;
        }

            .tagcloud ul.tagcloudul li a:hover::before {
                border-right-color: #fff;
            }

.lab-footer-menu .nav-menu > .menu-item {
    float: left;
    position: relative;
    padding: 0;
    margin: 0 15px;
}

.lab-footer-menu {
    margin: auto;
}

#footer-menu li a {
    color: #000;
}

/* Back To Top */
#lab-back-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
    left: auto;
    z-index: 999;
}

    #lab-back-top a {
        cursor: pointer;
        display: block;
        position: relative;
        height: 35px;
        width: 35px;
        fill: #fff;
        background-color: #000;
        text-decoration: none;
        -webkit-transition: all 1s ease 0s;
        transition: all 1s ease 0s;
        border-radius: 100%;
        text-align: center;
        border: 1px solid #fff;
        padding-top: 1px;
    }

/* Media Query */
@media (max-width: 700px) {
    #off-canvas-btn {
        padding: 0 5px;
        position: relative;
        top: 5px;
    }

    .menu-standard #lab-logo-nav .lab-main-menu,
    #lab-wcag {
        display: none;
    }

    .menu-standard #lab-offcanvas-button,
    .menu-standard #lab-offcanvas .lab-offcanvas-menu {
        display: block;
    }

    .block-settings-wrapper {
        left: -301px;
        top: 15%;
        width: 300px;
        z-index: 500;
    }

    .open-accessibility {
        top: -65px;
    }

    .contact-col,
    .footer-dark h3,
    .footer-light h3 {
        text-align: center;
        margin-top: 100px;
    }

    #team .col-12,
    #team .col-sm-6 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 500px) {
    .footer-social-left {
        float: none;
    }

    .copyright-text {
        text-align: center;
    }

    #lab-main .inside-container {
        padding: 1em;
    }
}

@media reader, speech, aural {

    *:before,
    *:after {
        display: none !important;
        content: "" !important;
        visibility: hidden;
    }
}

/*loaders */

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}


/*custom styles */

.section h2 {
    font-size: 24px;
    padding-bottom: 5px !important;
}

h2 {
    font-size: 24px !important;
}

#lab-main .main-container {
    padding: 10px !important;
}

.icon-scp-top-left {
    padding-left: 0px !important;
}

.dream-text p {
    padding-left: 0px !important;
}

.foot-logo {
    text-align: left;
}

#about {
    padding-top: 0px;
}

#page-wrapper {
    min-height: 600px;
}

#loginSection {
    padding-left: 10%;
}

.pageSizeBox {
    text-align: right;
    font-size: small;
    position: relative;
    top: -53px;
}

    .pageSizeBox label {
        font-weight: 300 !important;
    }

.recent-ev-loader {
    padding: 10px;
    margin-left: 10px;
    top: 10px;
    position: relative;
    display: inline-block;
}

.playerTabPane {
    min-width: 100%;
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 50px;
}

.playerTab {
    padding: 0px;
    width: 110px;
    border-radius: 4px 4px 0px 0px;
    margin-top: 7px;
    color: black;
    cursor: pointer;
    text-align: center;
}

#playerLeftPane {
    border-right: 1px solid gray;
    resize: horizontal;
    overflow: hidden;
    min-width: 380px;
}

    #playerLeftPane ul {
        margin: 0px !important;
    }

#bookmarkTable {
    border-left: 1px solid #dad6d6 !important;
}

#bookmarkTable, table > tbody > tr > td {
    border-top: 0px !important;
    overflow-wrap: anywhere;
}

#bookmarkSection {
    overflow: hidden;
}

.tabBtn {
    border-radius: 4px 4px 0px 0px;
}

.tr-search {
    top: 0px;
    position: sticky;
    background-color: #f7f6f6;
    padding: 10px;
}

    .tr-search .transcriptSearch {
        border: 1px solid #ccc6c6;
        color: green;
    }

.tbl_no_results {
    font-style: italic;
}

.transcriptTabPane {
    min-width: 100%;
    max-height: 980px;
    overflow-y: auto;
    margin-bottom: 50px;
}

.agendaWrapper {
    padding-top: 5px;
}

.docLoader {
    width: 100%;
    text-align: center;
    margin-top: 20%;
    color: #a59999;
    position: absolute;
}

.docObj {
    width: 100%;
    min-height: 900px;
    height: 900px;
}

#captionFrame {
    position: absolute;
    bottom: 10%;
    background-color: transparent;
    overflow: hidden;
    height: 60px;
}

.mobile-menu-btm {
    position: sticky;
    z-index: 999;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 3px;
    border: 1px dashed #8f8c88;
    width: 100px;
    float: right;
    display: none;
    cursor: pointer;
}

.section-row {
    background-color: #e8e8e8 !important;
    padding: 5px !important;
    line-height: 50px !important;
}

.evCategories .select2-selection--single {
    height: 33px !important;
}

/*table column widths*/
.column1 {
    width: 25% !important;
}

.column2 {
    width: 15% !important;
    text-align: center !important;
    margin-left: 3px !important;
}

.column3, .column4, .column5, .column6 {
    width: 15% !important;
    text-align: center !important;
}


/*data table sorting icon styles*/
table.dataTable thead > tr > th.sorting:before,
table.dataTable thead > tr > th.sorting:after,
table.dataTable thead > tr > th.sorting_asc:before,
table.dataTable thead > tr > th.sorting_asc:after,
table.dataTable thead > tr > th.sorting_desc:before,
table.dataTable thead > tr > th.sorting_desc:after,
table.dataTable thead > tr > th.sorting_asc_disabled:before,
table.dataTable thead > tr > th.sorting_asc_disabled:after,
table.dataTable thead > tr > th.sorting_desc_disabled:before,
table.dataTable thead > tr > th.sorting_desc_disabled:after,
table.dataTable thead > tr > td.sorting:before,
table.dataTable thead > tr > td.sorting:after,
table.dataTable thead > tr > td.sorting_asc:before,
table.dataTable thead > tr > td.sorting_asc:after,
table.dataTable thead > tr > td.sorting_desc:before,
table.dataTable thead > tr > td.sorting_desc:after,
table.dataTable thead > tr > td.sorting_asc_disabled:before,
table.dataTable thead > tr > td.sorting_asc_disabled:after,
table.dataTable thead > tr > td.sorting_desc_disabled:before,
table.dataTable thead > tr > td.sorting_desc_disabled:after {
    right: 2px !important;
    font-size: 1.6em !important;
}

small {
    font-size: 95% !important;
}


.cookie-consent {
    position: fixed;
    bottom: 8px;
    left: 20px;
    width: 260px;
    padding-top: 7px;
    height: 83px;
    color: #fff;
    line-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    background: #292929;
    background-color: #292929;
    z-index: 120;
    cursor: pointer;
    border-radius: 3px;
}

    .cookie-consent a {
        color: #FFFF00 !important;
    }

.allow-button {
    height: 20px;
    width: 104px;
    padding: 10px;
    color: white;
    font-size: 12px;
    line-height: 0px;
    border-radius: 3px;
    border: 1px solid green;
    background-color: #246024;
}

.section-header {
    font-size: 2em !important;
}

.str-status-btn {
    padding: 3px 7px 3px 7px !important;
    margin-right: 4px !important;
    overflow-wrap: normal !important;
}

.player-wrapper {
    width: 100%;
    min-height: 360px;
}

.jw-slider-volume {
    position: relative;
    top: 30px;
}

.tr-itm-active {
    background-color: #cfcfcf !important;
    border-radius: 4px;
}

.is-hidden {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
}

.select2-results {
    background-color: white;
    color: black;
}

select option {
    background-color: white !important;
}

.ev-header {
    font-size: 1.3em !important;
}

.tr-search-clear {
    background-color: white !important;
    color: black !important;
}

.btn-stream-status {
    color: black !important;
    background-color: yellow !important;
}

.player-box {
}

.player-image {
    width: 100%;
    min-height: 360px;
    max-height: 360px;
}

    .player-image img {
        max-width: 800px !important;
    }

.jwplayer {
    min-height: 360px !important;
}

.jw-controlbar .jw-tooltip .jw-text, .jw-settings-menu .jw-tooltip .jw-text, .jw-time-tip .jw-text {
    font-size: 14px !important;
}

.mark, mark {
    background-color: yellow;
}

.tr-search-icon {
    padding: 5px;
    background-color: yellow;
}

.doc-button {
    border: none !important;
    background: transparent !important;
    color: black !important;
    text-transform: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.doc-icon:hover {
    text-decoration: underline !important;
    color: #3072AB !important;
}

.doc-icon:focus {
    text-decoration: underline !important;
    color: #3072AB !important;
}

.menu-button {
    border: none !important;
    background: transparent !important;
    color: black !important;
    text-transform: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.bkm-row {
    display: inline-block;
    width: 95%;
    vertical-align: middle;
    padding: 5px;
}

table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:after {
    opacity: 1 !important;
}

table .dataTable thead > tr > th.sorting_asc_disabled:after {
    opacity: 0.4 !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1967D2 !important;
    color: white !important;
}

input::placeholder {
    opacity: 1 !important;
    color: #666666 !important;
}


.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #555500 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background: #005BBB !important;
    color: #fff
}

.form-control:focus {
    border-color: white !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

a:focus {
    outline-color: #B3B3B3 !important;
    box-shadow: none;
}

div:focus {
    outline-color: #1967D2 !important;
    box-shadow: none;
}

.jssocials-share-email .jssocials-share-link {
    background: #1558A8 !important;
}

    .jssocials-share-email .jssocials-share-link:hover {
        background: #1558A8 !important;
    }

.jssocials-share-twitter .jssocials-share-link {
    background: #0077A3 !important;
}

    .jssocials-share-twitter .jssocials-share-link:hover {
        background: #0077A3 !important;
    }
