@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Playfair+Display:400,400i,700,700i,900,900i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Roboto+Condensed:300,300i,400,400i,700,700i|Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/* ----- Start 5-COLUMN Styles ----- */

.col-xs-5ths,
.col-xs-5ths-2,
.col-xs-5ths-3,
.col-xs-5ths-4
.col-sm-5ths,
.col-sm-5ths-2,
.col-sm-5ths-3,
.col-sm-5ths-4
.col-md-5ths,
.col-md-5ths-2,
.col-md-5ths-3,
.col-md-5ths-4
.col-lg-5ths,
.col-lg-5ths-2,
.col-lg-5ths-3,
.col-lg-5ths-4 {
    position: relative;
    min-height: 1px;
}

.col-xs-5ths,
.col-xs-5ths-2,
.col-xs-5ths-3,
.col-xs-5ths-4 {
    float: left;
}
.col-xs-5ths {width: 20%;}
.col-xs-5ths-2 {width: 40%;}
.col-xs-5ths-3 {width: 60%;}
.col-xs-5ths-4 {width: 80%;}

@media (min-width: 768px) {
    .col-sm-5ths,
    .col-sm-5ths-2,
    .col-sm-5ths-3,
    .col-sm-5ths-4 {
        float: left;
    }
    .col-sm-5ths {width: 20%;}
    .col-sm-5ths-2 {width: 40%;}
    .col-sm-5ths-3 {width: 60%;}
    .col-sm-5ths-4 {width: 80%;}
}

@media (min-width: 992px) {
    .col-md-5ths,
    .col-md-5ths-2,
    .col-md-5ths-3,
    .col-md-5ths-4 {
        float: left;
    }
    .col-md-5ths {width: 20%;}
    .col-md-5ths-2 {width: 40%;}
    .col-md-5ths-3 {width: 60%;}
    .col-md-5ths-4 {width: 80%;}
}

@media (min-width: 1200px) {
    .col-lg-5ths,
    .col-lg-5ths-2,
    .col-lg-5ths-3,
    .col-lg-5ths-4 {
        float: left;
    }
    .col-lg-5ths {width: 20%;}
    .col-lg-5ths-2 {width: 40%;}
    .col-lg-5ths-3 {width: 60%;}
    .col-lg-5ths-4 {width: 80%;}
}

/* ----- End 5-COLUMN Styles ----- */



/* ----- Start EU Cookie Notice Styles ----- */

div#sliding-popup {
    padding: 10px 0;
}

.eu-cookie-compliance-content {
    display: flex;
    align-items: center;
}

#popup-text {
    margin: 0;
}

.eu-cookie-compliance-buttons, .eu-cookie-compliance-message {
    float: none;
    max-width: none;
    margin: 0;
}

.eu-cookie-compliance-buttons {
    margin-left: auto;
}

.eu-cookie-compliance-secondary-button,
.eu-cookie-compliance-default-button {
    outline: none !important;
    font-weight: 700;
    font-size: 14px;
}

.eu-cookie-compliance-secondary-button {
    margin: 0;
    padding: 0;
    border: none !important;
    color: #ffffff;
}

.eu-cookie-compliance-default-button {
    border: none;
    border-radius: 0;
    background: #ffffff;
    color: #070143;
    box-shadow: none;
    text-shadow: none;
    padding: 5px 10px;
    margin: 0 0 0 20px;
}

.eu-cookie-compliance-default-button:hover,
.eu-cookie-compliance-default-button:focus,
.eu-cookie-compliance-default-button:active {
    outline: none !important;
    border: none;
    background: #fff;
    color: #222;
}

.eu-cookie-compliance-message p {
    font-weight: normal;
    font-size: 14px;
}

.eu-cookie-compliance-more-button {
    font-size: 14px;
    outline: none !important;
}

/* ----- End EU Cookie Notice Styles ----- */







.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0;
}

.dlab-box, .btn, .form-control, .overlay-bx, .overlay-icon li a i, .icon-bx-xl, .icon-bx-lg, .icon-bx-md, .icon-bx-sm, .icon-bx-xs, .share-social-bx li, .indicator, .profile-menu ul li, .staff-member .member-done, .how-dlab-work .dlab-box .shadow-bx img, .how-dlab-work .dlab-box .step-no-bx, .dlab-info-has, .dlab-we-find .dlab-box, .navbar-toggler, .logo-header, .header-nav .nav > li > a, .extra-nav, .skew-secondry:hover, .skew-primary:hover, .skew-secondry:hover::after, .skew-primary:hover::after {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}








.site-header {
    z-index: 501;
}

.top-bar {
    background-color: #191F23;
    border-bottom: none;
    color: #ffffff;
    padding: 0;
}

.region-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
}

#block-topbarphonenumber ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#block-topbarphonenumber ul li {
    padding-right: 15px;
    position: relative;
    display: inline-block;
    font-size: 12px;
}

#block-topbarphonenumber ul li a {
    position: relative;
    color: #ffffff;
}

#block-topbarphonenumber ul li:after {
    content: "";
    height: 15px;
    width: 1px;
    background: #ffffff;
    position: absolute;
    right: 5px;
    opacity: 0.2;
    top: 4px;
}

#block-topbarphonenumber ul li:last-of-type:after {
    display: none;
}

.logo-header .region-nav-branding {
    display: table-cell;
    vertical-align: middle;
}










.header-nav .nav > li > a.nav-link,
.header-nav .nav > li > span.nav-link {
    padding-left: 12px;
    padding-right: 12px;
    -webkit-transition: color 0.8s linear;
    -moz-transition: color 0.8s linear;
    -ms-transition: color 0.8s linear;
    -o-transition: color 0.8s linear;
    transition: color 0.8s linear;
    border-radius: 0px;
    color: #020d26;
    font-size: 16px;
    padding: 23px 17px 22px 17px;
    cursor: pointer;
    font-weight: 600;
    display: inline-block;
    position: relative;
    border: 1px solid rgba(0,0,0,0.10);
    border-width: 0 0 0 1px;
}

.header-nav .nav > li:hover > a,
.header-nav .nav > li:hover > span {
    color: var(--color-primary) !important;
}

.header-nav .nav > li > a:after,
.header-nav .nav > li > span:after {
    content: "";
    height: 5px;
    background: var(--color-primary);
    width: 0;
    position: absolute;
    bottom: 0;
    right: -1px;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.header-nav .nav > li:hover > a:after,
.header-nav .nav > li:hover > span:after {
    width: 100%;
    transform-origin: right;
    -moz-transform-origin: right;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    -o-transform-origin: right;
    right: auto;
    left: 0;
}

.header-nav .nav > li > span:before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 10px;
    float: right;
    margin-top: 5px;
    margin-left: 5px;
}

.header-nav .nav > li > a.is-active:after,
.header-nav .nav > li > span.active:after {
    content: "";
    height: 5px;
    background: var(--color-primary);
    width: calc(100% + 2px);
    position: absolute;
    bottom: 0;
    left: -1px;
}

.header-nav .nav > li > a.nav-link.is-active,
.header-nav .nav > li > span.nav-link.active {
    color: var(--color-primary);
}

.header-nav .nav > li .sub-menu li a.is-active {
    color: var(--color-primary);
}
















.hero-section {
    background-position: center center;
}

.hero-section .title, .slider-content .inner h1 {
    border-width: 0;
    color: #fff;
    font-family: Poppins,sans-serif;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 80px;
    margin: 0;
    white-space: normal;
}

.hero-section .description {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
    margin-top: 15px;
}

.hero-section a {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 50px;
    margin-right: 21px;
    padding: 0 35px;
}

.overlay-blue-dark {
    position: relative;
}

.overlay-blue-dark:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #2d5899;
}

.overlay-blue-dark .container {
    position: relative;
    z-index: 1;
}
















.dlab-bnr-inr.banner-content h1 {
    color: #ffffff;
}

.region-breadcrumb {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    -webkit-justify-content: space-between;
}

#block-nar-page-title {
    text-align: left;
}

#block-nar-breadcrumbs {
    text-align: right;
}





















.paragraph--type--featured-list .widget_getintuch-pro-details {
    padding: 20px 30px;
}

.paragraph--type--featured-list .widget_getintuch li {
    margin: 10px 0;
    padding-left: 0;
    font-weight: 600;
    color: #000;
    font-size: 15px;
}

.paragraph--type--featured-list .widget_getintuch i {
    position: relative;
    left: inherit;
    top: inherit;
    font-size: 18px;
    width: auto;
    height: auto;
    line-height: 20px;
    margin-right: 10px;
}

.paragraph--type--featured-list .widget_getintuch ul {
    position: relative;
    display: inline-block;
    width: 100%;
}

.paragraph--type--featured-list .widget_getintuch.two-col-list li {
    float: left;
    width: 50%;
}

.fa-ul {
    margin-left: 0;
    padding-left: 2em !important;
}

.fa-li {
    left: -1em;
}
















.field--name-field-service-gallery-images {
    display: inline-block;
}

.field--name-field-service-gallery-images .field__item {
    float: left;
    width: 50%;
    padding: 10px;
}






















.ft-contact .ft-contact-bx p a {
    color: #fff;
}

.widget {
    margin-bottom: 40px;
}

.site-footer.style1 .widget_subscribe a {
    color: #fff;
    font-size: 13px;
}

.site-footer.style1 .widget_subscribe a i {
    font-size: 11px;
}

.site-footer.style1 .widget.widget_about p {
    font-size: 13px !important;
    line-height: 20px !important;
}

.menu--footer li a,
.site-footer.style1 .footer-bottom a,
.site-footer.style1 .widget_subscribe a {
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -ms-transition: color 0.3s linear;
    -o-transition: color 0.3s linear;
    transition: color 0.3s linear;
}

.menu--footer li a {
    color: #ffffff !important;
}

.menu--footer li a:hover,
.site-footer.style1 .widget_subscribe a:hover {
    color: var(--color-primary) !important;
}

#block-footercertifications img,
#block-ourclientsblock .ow-client-logo img,
.view-services .dlab-post-media img,
.field--name-field-service-gallery-images img {
    filter: none;
    -webkit-filter: grayscale(100%);
    -moz-filter:    grayscale(100%);
    -ms-filter:     grayscale(100%);
    -o-filter:      grayscale(100%);
    transition: all 300ms ease;
}

#block-footercertifications img:hover,
#block-ourclientsblock .ow-client-logo:hover img,
.view-services .dlab-post-media img:hover,
.field--name-field-service-gallery-images img:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
    -moz-filter:    grayscale(0%);
    -ms-filter:     grayscale(0%);
    -o-filter:      grayscale(0%);
}

.ow-client-logo:hover {
    box-shadow: none;
}






















.page-node-6 #contentSection {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important;
    background-image: url(../assets/images/background/bg-video.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}















.page-node-4 article.node {
    max-width: 800px; 
    margin: 0 auto 40px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 35px;
    background: #fff;
}

.page-node-4 article.node .field--name-body {
    font-size: 13px;
}

.page-node-4 article.node .field--name-body ul {
    padding-left: 20px !important;
}













.page-node-12 .paragraph--type--_-column-grid .post-title {
    min-height: 105px;
}










#block-footeractom img {
    max-width: 300px;
}