@import url("custom-added.css");

/* 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 0px;
}

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: none;
}

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: 1.7;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

[role="button"] {
	cursor: pointer;
}

#settings_close svg {
	height: 70%;
}

.jumbotron {
	text-align: center;
	background: #f4f7fc;
	background-image: url(../images/banner-image.jpg);
	background-size: cover;
	background-position: center bottom;
	height: calc(100vh - 96px);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 600px;
}

.sidemenu-logo img {
	width: 150px;
}


/* Accessibility */

body a:focus,
body input[type="text"]:focus,
body input[type="submit"]:focus,
body textarea:focus,
body *:focus {
	outline: 2px dotted #373737;
	outline-offset: 0;
}

.block_settings {
	box-shadow: 3px 3px 10px -5px #444;
}

.open-accessibility button .lab-only {
	font-weight: normal;
	padding: 5px;
	font-size: 13px;
}

.our-header {
	padding-bottom: 10px;
}

.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;
}

.footer-light a,
.copyright-text a {
	color: white;
}

.footer-light a:hover{
	text-decoration: underline;
}

.copyright-text a:hover {
	color:white;
	text-decoration: underline;
}


#lab-main .lab-wcag-settings {
	padding: 0 15px;
	display: block;
	width: 100%;
}

#lab-main .lab-wcag-settings>li {
	clear: both;
	margin-top: 15px;
	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;
	background: #ffffff;
}

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 {
	background-color: #fff;
	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: 94px;
}


/* 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 rgb(22 22 22 / 20%);
	padding-top: 0px;
}

#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;
	margin-right: 15px;
	margin: 7px 0px 0px 15px;
}

#lab-logo-nav .lab-main-menu .nav-menu>.menu-item:last-child {
	margin-right: 0;
}

.our-spec {
	padding-top: 15px;
}
.our-spec-request {
	padding-top: 15px;
}


#lab-logo-nav .lab-main-menu .nav-menu>.menu-item>a {
	display: block;
	position: relative;
	padding: 10px 10px;
	line-height: 1.5;
	color: #161616;
	font-weight: 500;
	font-style: normal;
	text-transform: capitalize;
	text-decoration: none;
	border-radius: 5px;
	font-size: 15px;
}

#lab-logo-nav .lab-main-menu .nav-menu>.menu-item>a:hover,
.sidenav a:hover {
	text-decoration: none;
	opacity: 0.7;
}

div#lab-logo img {
	width: auto;
	height: 56px;
}

#lab-logo-nav .lab-main-menu .nav-menu>.menu-item:hover,
#lab-logo-nav .lab-main-menu .nav-menu>.menu-item a:focus {
	background: #f4f7fc;
}

#lab-bar-left {
	float: left;
}

#lab-bar-left #lab-logo a {
	display: block;
	position: relative;
}


/* Container */

.lab-container {
	max-width: 1280px;
	padding-bottom: 0px;
	margin: auto;
}

.our-spec .text-center {
	width: 208px;
	height: 208px;
	line-height: 150px;
	margin: auto;
	border-radius: 4px;
	padding: 20px;
}
.our-spec-request .text-center {
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: auto;
	border-radius: 4px;
	padding: 20px;
}

.our-spec .text-center:hover {
	border: 1px solid #161616;
}
.our-spec-request .text-center:hover {
	border: 1px solid #161616;
}

#lab-main .main-container {
	max-width: 1950px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 50px 0;
}

#lab-main .inside-container {
	padding: 5em;
}

.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: 10px;
}

.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;
	border-radius: 4px;
}

#lab-bar-right {
	float: right;
}

#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: left;
	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: left;
	margin: 24px 15px 24px 30px;
}

#lab-main .lab-offcanvas-menu {
	text-align: center;
}

.lab-offcanvas-menu .nav-menu .menu-item {
	width: 270px !important;
}

#lab-main .lab-offcanvas-menu>ul,
#lab-main .lab-offcanvas-menu .menu-item {
	margin: 0;
	padding: 0;
}

#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: 6;
	top: 0;
	left: auto;
	right: 0;
	overflow: hidden;
	transition: 0.5s;
	padding-top: 35px;
	box-shadow: -1px 0 5px -2px #666;
	text-align: center;
	display: none;
}

.sidemenu-logo {
	margin: 20px 0;
	display: inline-block;
}

#sidemenu-logo a:hover {
	background-color: transparent;
}

.sidenav a {
	text-decoration: none;
	color: #161616;
	transition: 0.3s;
	text-align: center;
	font-size: 15px;
	margin-bottom: 10px;
	display: inline-block;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 20px;
	font-size: 30px;
	cursor: pointer;
}

.bg-light {
	background: #efefef;
	padding: 25px 20px;
	border-radius: 4px;
	text-align: center;
}

.mt_nn h3 {
	font-size: 21px;
	font-weight: 700;
	color: #223770;
	margin-top: 0px;
}

.address_cont.file-add {
	position: relative;
	top: 0;
	right: 0;
	box-shadow: none;
	max-width: initial;
	padding: 15px 0 0 0;
}

#main_content ul {
	overflow: hidden;
}

.address_cont.file-add ul li {
	padding-bottom: 14px;
	text-align: left;
}

.address_cont ul li {
	font-size: 16px;
	color: #666666;
	padding-bottom: 20px;
}

.address_cont.file-add span.icon_l {
	width: 200px;
	text-align: left;
	float: none;
}

.address_cont span.icon_l {
	width: 12%;
	display: inline-block;
	float: left;
}

.address_cont.file-add span.cont_r {
	width: auto;
}

.pad-bottom-sm {
	padding-bottom: 20px;
}

.table_background {
	width: 100%;
}

ol.pl_ol {
	padding-left: 18px;
}

span.cont_r {
	width: 88%;
	display: inline-block;
	color: #3b3b3b;
}

.footer_file h6 {
	font-size: 12px;
	text-align: right;
	margin: 0px;
}

#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: 0px;
}

.our-spec h3 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.5;
	color: #161616;
	font-size: 16px;
	padding-top: 30px;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
}
.our-spec-request h3 {
	text-align: center;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.5;
	color: #161616;
	font-size: 16px;
	padding-top: 30px;
	letter-spacing: 0.5px;
	font-family: 'Open Sans', sans-serif;
}

.our-spec p {
	text-align: inherit !important;
	min-height: 84px;
	hyphens: auto;
    word-spacing: 0.1em; 
}
.our-spec-request p {
	text-align: inherit !important;
	min-height: 84px;
	hyphens: auto;
    word-spacing: 0.1em; 
}

.our-spec svg {
	width: 80px;
	height: 80px;
	padding: 15px;
	margin: 15px;
	border-radius: 15px;
}
.our-spec-request svg {
	width: 80px;
	height: 80px;
	padding: 15px;
	margin: 15px;
	border-radius: 15px;
}

.our-spec img {
	width: 100%;
}
.our-spec-request img {
	width: 50%;
}

.our-spec svg:hover {
	border: 1px solid;
}
.our-spec-request svg:hover {
	border: 1px solid;
}

#portfolios .mix {
	padding: 0;
}

#portfolios .portfolio-item {
	padding: 10px;
}

.controls {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 52px;
}

.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: 9px 30px;
	border-radius: 40px;
	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;
	border-radius: 4px;
}

.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-decoration: none;
	font-size: 60px;
	text-align: center;
	line-height: 1.7;
}


/* 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;
}

img {
	max-width: 100%;
}

.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;
	border-radius: 4px;
}

.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:hover img {
	filter: grayscale(0%);
}

.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: 20px;
	padding-right: 20px;
}

.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: 30px;
	background-color: #000;
	color: #fff;
	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: 0px;
    position: absolute;
    top: -33px;
    right: 0;
}

.foot-logo {
	margin-bottom: 25px;
	text-align: center;
}

.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: 15px 0 10px 0;
	line-height: 1.5;
}

.footer-light .footer-light {
    border-bottom: none;
}

.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: #fff;
}

.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;
	padding-bottom: 0;
	margin: 0;
}

.contact-icon {
	border: 1px solid #f4f7fc;
	border-radius: 50%;
	padding: 5px;
	width: 38px;
	height: 38px;
	text-align: center;
	margin: 0 16px;
	color: #fff;
}

.team-item img {
	width: 100%;
	border-radius: 4px;
	filter: grayscale(100%);
}

.contact-row-margin {
	margin-top: 20px;
}
.contact-row-margin:last-child {
	margin-bottom: 20px;
}
.contact-row-margin p {
	margin: auto 0;
	color: #fff;
}

.copyright-text {
	color: #fff;
	padding: 10px 0 0 0;
}

.copyright-text p {
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

.copyright-text a {
	color: #fff;
}

.copyright-text a:hover {

	text-decoration: none;
}

.call-to-action-button .wm-button:hover {
	background-color: #373737 !important;
	color: #fff !important;
}

.our-spec p {
	color: #161616;
	font-size: 15px;
}
.our-spec-request p {
	color: #161616;
	font-size: 15px;
}


.mb_nn h2 {
	line-height: normal;
}

.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;
}

a.language-a {
	font-size: 15px;
	font-weight: 500;
}

.ml-auto.icon-scp-top a.language-a:hover {
	background: none;
}

.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: #f4f7fc;
	color: #000;
}

.footer-light {
	background-color: #000;
	color: #fff;
	padding:0 !important;
	border-bottom: 1px solid #ffffff2b;

}

.footer-container.footer-dark  .row {
	background-color: black;
}

.footer-container.footer-dark   #lab-main .inside-container {
	padding-top: 0px !important;
	    padding-bottom: 0px !important;
}



.footer-social-left svg {
	margin: 15px;
	fill: #fff;
}

.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: #fff;
}


/* 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: 800px) {
	#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: -50px;
	}
	.contact-col,
	.footer-dark h3,
	.footer-light h3 {
		text-align: center;
		margin-top: 20px;
	}
	#team .col-12,
	#team .col-sm-6 {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 991px) {
	.sticky-bar #lab-header:not(.top-bar-over-header) {
		padding-top: 69px;
	}
	div#lab-logo img {
		margin-top: 15px;
		margin-left: 15px;
	}
	#lab-main .inside-container {
		padding: 1em;
	}
	#lab-main .main-container {
		padding: 30px 0;
	}
	.our-spec p,
	.our-spec h3,
	.our-spec-request p,
	.our-spec-request h3 {
		min-height: auto;
	}
	.controls {
		padding-top: 0px;
		padding-bottom: 30px;
	}
	figure {
		margin: 1em 0px;
	}
	.aligncenter,
	div.aligncenter {
		margin-top: 20px;
	}
	.contact {
		padding: 15px 15px;
	}
	.item {
		margin-bottom: 15px;
	}
}

@media screen and (min-width: 992px) {
	.scrolled div#lab-logo img {
		height: 45px;
		margin-top: 4px;
	}
	#off-canvas-btn {
		position: relative;
		top: -5px;
	}
}

@media screen and (max-width: 500px) {
	.display-4 {
		font-size: 30px;
	}
	.controls .btn {
		display: block;
	}
	.footer-social-left {
	    float: none;
	    position: relative;
	    top: 0;
	    margin: 0;
	}
	.copyright-text {
		text-align: center;
	}
	.jumbotron {
		padding-top: 100px;
		padding-bottom: 100px;
		min-height: auto;
		height: auto;
	}
	.team .team-item {
		margin-bottom: 0px;
	}
	.all-testimonial {
		margin-bottom: 15px;
	}
	.our-header h2 {
		font-size: 40px;
		line-height: 1;
	}
}

.col-md-8.mx-w-auto {
	max-width: 750px;
	margin: auto;
}

h3.sub-heading {
	font-size: 18px;
	font-weight: 600;
}


/*=======cookies popup========*/

#ac-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 60;
	background: #0000009e;
}

.cookies-box {
	height: 100%;
	display: flex;
}

.content__p {
	background: #ffffff;
	border-radius: 4px;
	padding: 35px 20px;
	max-width: 500px;
	margin: auto;
	box-shadow: rgb(0 0 0 / 15%) 0px 0.5rem 1rem;
	height: auto;
}

.content__p p {
	font-size: 17px;
}

.content__p input[type="submit"] {
	margin-top: 24px;
	border-radius: 4px;
	background: #373737;
	border-color: #373737;
	transition: 0.3s;
	margin-left: 15px;
	border: none;
	color: white;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 18px;
}

.content__p input.decline_btn {
	color: #373737;
	background-color: #fff;
	border: 1px solid #373737;
	background: #ffffff;
	border-radius: 4px;
}

span.link-p-16 {
    font-size: 18px;
    display: block;
    padding: 20px 0 0 0;
}


ul.content-protfolio {
padding: 0px 0 15px 0;
margin: 0px;
}

ul.content-protfolio li {
	font-size: 14px;
	margin: 0 0 0 0;
	padding:0 0 10px 25px;
	position: relative;

}

.img-full-p {
	width: 95%;
}

ul.content-protfolio li:before {
    content: "✔️";
    width: 15px;
    height: 20px;
    position: absolute;
    left: 0;
    font-size: 10px;
    top: 6px;
}


@media reader,
speech,
aural {
	*:before,
	*:after {
		display: none !important;
		content: "" !important;
		visibility: hidden;
	}
}

.modal[aria-hidden="true"] {
	display: none !important;
  }

.security_compliance
{
	background-image: url(../images/banner-img-updates.jpg);
	background-size: cover;
	padding: 150px;
	background-repeat: no-repeat;
	background-position: center right;
}
.security_compliance h3
{
	color: #ffffff;
}
.compliance_container
{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	margin: 10px;
}
.complaince_maincontainer
{
	display: flex;
}
.our-resource-services .text-center {
    width: 350px;
    height: 350px;
    line-height: 150px;
    margin: auto;
    border-radius: 4px;
    padding: 20px;
}
.our-resource-services {
 padding: 20px;
 border-radius: 10px;
 border: 1px solid #efefef;
 margin: 10px 0px;
 height: 750px;
}
.row-services
{
	padding: 50px;
}
@media only screen and (max-width: 600px) {
.security_compliance{
	padding: 20px;
}
.complaince_maincontainer{
	display: block;
}
.our-resource-services
{
	height: auto;
}
.accessibility-header .col-12
{
	display: block !important;
}
.accessibility-get-started
{
	display: block !important;
}
.accessibility-get-started_calltoaction
{
	margin-left: 0px !important;
}
.our-accessibility-whatwedo
{
	padding: 0px !important;
}
.accessibility-services img
{
	margin: 10px !important;
}
.accessibility-header-container
{
	padding: 0px !important;
}
.our-accessibility-services
{
	padding: 20px !important;
}
.accessibility_features
{
	padding:50px !important;
}
}
.accessibility-header
{
	max-width: 1950px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 50px 0;
}
.accessibility-header .col-12
{
	display: flex;
}
.accessibility-header-container
{
	padding: 50px;
}
.accessibility-services
{
	background-color:#F5F7FC;
}
.accessibility-services img
{
	text-align: center;
	margin-left: 20%;
}
.accessibility-services h3
{
	text-align: center;
}
.our-accessibility-services {
 padding: 50px;
 border-radius: 10px;
 border: 1px solid #efefef;
 margin: 10px 0px;
 background-color: #ffffff;
}
.our-accessibility-whatwedo
{
 padding: 50px;
 border-radius: 10px;
 margin: 10px 0px;
}
.accessibility-get-started
{
	background-image: url(../images/accessibility-get-started.png);
	background-size: cover;
	opacity: 20;
	background-color: #000000;
	color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	display: flex;
}
.accessibility-get-started_calltoaction
{
	margin-left: 30%;
	margin-top: 2%;
}
.accessibility-get-started_calltoaction .call-to-action-button .wm-button {
    background-color: #ffffff;
    color: #000000;
}
.accessibility_features
{
	background-image: url(../images/standard-we-follow.jpg);
	background-size: cover;
    padding: 150px 150px;
    background-repeat: no-repeat;
    background-position: center center;
}
.accessibility_features h3
{
	color: #ffffff;
}
.accessibility_container
{
	background-color: #ffffff;
	padding: 20px;
	border-radius: 10px;
	margin: 10px;
}
.accessibility_container p
{
	margin-top: 10px;
}
.complaince_maincontainer_paragraph
{
	color: #ffffff;
	padding: 10px;
	width: 700px;
	
}


